@nuxt/modules 0.6.0-fb7bfb → 0.6.0-fc857e
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/README.md +4 -0
- package/modules.json +2531 -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",
|
|
@@ -125,21 +125,20 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "@
|
|
132
|
-
"icon": "
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "",
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
|
-
"category": "
|
|
136
|
+
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
138
138
|
"maintainers": [
|
|
139
139
|
{
|
|
140
|
-
"name": "
|
|
141
|
-
"github": "
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
143
142
|
}
|
|
144
143
|
],
|
|
145
144
|
"compatibility": {
|
|
@@ -148,35 +147,59 @@
|
|
|
148
147
|
}
|
|
149
148
|
},
|
|
150
149
|
{
|
|
151
|
-
"name": "
|
|
152
|
-
"description": "
|
|
153
|
-
"repo": "
|
|
154
|
-
"npm": "nuxt
|
|
155
|
-
"icon": "",
|
|
156
|
-
"github": "https://github.com/
|
|
157
|
-
"website": "https://
|
|
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",
|
|
158
181
|
"learn_more": "",
|
|
159
|
-
"category": "
|
|
182
|
+
"category": "Devtools",
|
|
160
183
|
"type": "3rd-party",
|
|
161
184
|
"maintainers": [
|
|
162
185
|
{
|
|
163
|
-
"name": "
|
|
164
|
-
"github": "
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
165
188
|
}
|
|
166
189
|
],
|
|
167
190
|
"compatibility": {
|
|
168
|
-
"nuxt": "^
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
169
192
|
"requires": {}
|
|
170
193
|
}
|
|
171
194
|
},
|
|
172
195
|
{
|
|
173
196
|
"name": "api-party",
|
|
174
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
175
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
176
199
|
"npm": "nuxt-api-party",
|
|
177
200
|
"icon": "api-party.svg",
|
|
178
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
202
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
203
|
"learn_more": "",
|
|
181
204
|
"category": "Request",
|
|
182
205
|
"type": "3rd-party",
|
|
@@ -219,7 +242,7 @@
|
|
|
219
242
|
},
|
|
220
243
|
{
|
|
221
244
|
"name": "apollo",
|
|
222
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
223
246
|
"repo": "nuxt-modules/apollo",
|
|
224
247
|
"npm": "@nuxtjs/apollo",
|
|
225
248
|
"icon": "apollo.png",
|
|
@@ -243,7 +266,7 @@
|
|
|
243
266
|
},
|
|
244
267
|
{
|
|
245
268
|
"name": "applicationinsights",
|
|
246
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
247
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
248
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
249
272
|
"icon": "application-insights.png",
|
|
@@ -272,7 +295,7 @@
|
|
|
272
295
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
296
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
297
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
298
|
+
"category": "Database",
|
|
276
299
|
"type": "3rd-party",
|
|
277
300
|
"maintainers": [
|
|
278
301
|
{
|
|
@@ -285,9 +308,76 @@
|
|
|
285
308
|
"requires": {}
|
|
286
309
|
}
|
|
287
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
|
+
},
|
|
288
378
|
{
|
|
289
379
|
"name": "auth",
|
|
290
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
291
381
|
"repo": "nuxt-community/auth-module",
|
|
292
382
|
"npm": "@nuxtjs/auth",
|
|
293
383
|
"icon": "auth.png",
|
|
@@ -312,9 +402,55 @@
|
|
|
312
402
|
"requires": {}
|
|
313
403
|
}
|
|
314
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
|
+
},
|
|
315
451
|
{
|
|
316
452
|
"name": "axios",
|
|
317
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
318
454
|
"repo": "nuxt-community/axios-module",
|
|
319
455
|
"npm": "@nuxtjs/axios",
|
|
320
456
|
"icon": "axios.svg",
|
|
@@ -337,7 +473,7 @@
|
|
|
337
473
|
},
|
|
338
474
|
{
|
|
339
475
|
"name": "basic-auth",
|
|
340
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
341
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
342
478
|
"npm": "nuxt-basic-auth-module",
|
|
343
479
|
"icon": "",
|
|
@@ -461,7 +597,7 @@
|
|
|
461
597
|
},
|
|
462
598
|
{
|
|
463
599
|
"name": "bulma-slim",
|
|
464
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
465
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
466
602
|
"npm": "nuxt-bulma-slim",
|
|
467
603
|
"icon": "bulma.png",
|
|
@@ -528,7 +664,7 @@
|
|
|
528
664
|
},
|
|
529
665
|
{
|
|
530
666
|
"name": "canvas-sketch",
|
|
531
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
532
668
|
"repo": "LuXDAmore/generative-art",
|
|
533
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
534
670
|
"icon": "",
|
|
@@ -549,9 +685,31 @@
|
|
|
549
685
|
"requires": {}
|
|
550
686
|
}
|
|
551
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
|
+
},
|
|
552
710
|
{
|
|
553
711
|
"name": "chakra-ui",
|
|
554
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
555
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
556
714
|
"npm": "@chakra-ui/nuxt",
|
|
557
715
|
"icon": "chakra-ui.png",
|
|
@@ -574,11 +732,11 @@
|
|
|
574
732
|
{
|
|
575
733
|
"name": "chatwoot",
|
|
576
734
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
735
|
+
"repo": "productdevbookcom/chatwoot",
|
|
736
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
737
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
738
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
739
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
740
|
"learn_more": "https://www.chatwoot.com",
|
|
583
741
|
"category": "Libraries",
|
|
584
742
|
"type": "3rd-party",
|
|
@@ -598,10 +756,10 @@
|
|
|
598
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
599
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
600
758
|
"npm": "nuxt-chiffre",
|
|
601
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
602
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
603
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
604
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
605
763
|
"category": "Analytics",
|
|
606
764
|
"type": "3rd-party",
|
|
607
765
|
"maintainers": [
|
|
@@ -615,6 +773,29 @@
|
|
|
615
773
|
"requires": {}
|
|
616
774
|
}
|
|
617
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
|
+
},
|
|
618
799
|
{
|
|
619
800
|
"name": "client-init",
|
|
620
801
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -639,7 +820,7 @@
|
|
|
639
820
|
},
|
|
640
821
|
{
|
|
641
822
|
"name": "cloudcms",
|
|
642
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
643
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
644
825
|
"npm": "cloudcms-nuxt",
|
|
645
826
|
"icon": "",
|
|
@@ -688,11 +869,11 @@
|
|
|
688
869
|
},
|
|
689
870
|
{
|
|
690
871
|
"name": "cloudinary",
|
|
691
|
-
"description": "Optimize images and videos in your Nuxt
|
|
692
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
693
874
|
"npm": "@nuxtjs/cloudinary",
|
|
694
875
|
"icon": "cloudinary.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
696
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
697
878
|
"learn_more": "https://cloudinary.com",
|
|
698
879
|
"category": "Images",
|
|
@@ -711,11 +892,11 @@
|
|
|
711
892
|
},
|
|
712
893
|
{
|
|
713
894
|
"name": "color-mode",
|
|
714
|
-
"description": "Dark and Light mode for
|
|
715
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
716
897
|
"npm": "@nuxtjs/color-mode",
|
|
717
898
|
"icon": "color-mode.png",
|
|
718
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
719
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
720
901
|
"learn_more": "",
|
|
721
902
|
"category": "UI",
|
|
@@ -780,12 +961,35 @@
|
|
|
780
961
|
"requires": {}
|
|
781
962
|
}
|
|
782
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
|
+
},
|
|
783
987
|
{
|
|
784
988
|
"name": "content",
|
|
785
989
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
786
990
|
"repo": "nuxt/content#main",
|
|
787
991
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
992
|
+
"icon": "nuxt.svg",
|
|
789
993
|
"github": "https://github.com/nuxt/content",
|
|
790
994
|
"website": "https://content.nuxtjs.org",
|
|
791
995
|
"learn_more": "",
|
|
@@ -909,7 +1113,7 @@
|
|
|
909
1113
|
},
|
|
910
1114
|
{
|
|
911
1115
|
"name": "darkmode.js",
|
|
912
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
913
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
914
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
915
1119
|
"icon": "darkmode.png",
|
|
@@ -931,7 +1135,7 @@
|
|
|
931
1135
|
},
|
|
932
1136
|
{
|
|
933
1137
|
"name": "date-fns",
|
|
934
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
935
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
936
1140
|
"npm": "@nuxtjs/date-fns",
|
|
937
1141
|
"icon": "date-fns.png",
|
|
@@ -952,11 +1156,11 @@
|
|
|
952
1156
|
}
|
|
953
1157
|
},
|
|
954
1158
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt
|
|
1159
|
+
"name": "datocms-nuxt2",
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
957
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1163
|
+
"icon": "datocms.svg",
|
|
960
1164
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1165
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1166
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,33 +1177,57 @@
|
|
|
973
1177
|
"requires": {}
|
|
974
1178
|
}
|
|
975
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
|
+
},
|
|
976
1204
|
{
|
|
977
1205
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1206
|
+
"description": "Day.js module for Nuxt",
|
|
1207
|
+
"repo": "fumeapp/dayjs",
|
|
1208
|
+
"npm": "dayjs-nuxt",
|
|
981
1209
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1210
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1211
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1212
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
987
1215
|
"maintainers": [
|
|
988
1216
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1217
|
+
"name": "Kevin Olson",
|
|
1218
|
+
"github": "acidjazz",
|
|
1219
|
+
"twitter": "AppFume"
|
|
992
1220
|
}
|
|
993
1221
|
],
|
|
994
1222
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1223
|
+
"nuxt": "^3.0.0",
|
|
996
1224
|
"requires": {}
|
|
997
1225
|
}
|
|
998
1226
|
},
|
|
999
1227
|
{
|
|
1000
1228
|
"name": "delay-hydration",
|
|
1001
|
-
"description": "Improve your Nuxt
|
|
1002
|
-
"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",
|
|
1003
1231
|
"npm": "nuxt-delay-hydration",
|
|
1004
1232
|
"icon": "lighthouse.svg",
|
|
1005
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1021,12 +1249,12 @@
|
|
|
1021
1249
|
},
|
|
1022
1250
|
{
|
|
1023
1251
|
"name": "device",
|
|
1024
|
-
"description": "Device detection module for Nuxt
|
|
1025
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1026
1254
|
"npm": "@nuxtjs/device",
|
|
1027
1255
|
"icon": "",
|
|
1028
|
-
"github": "https://github.com/nuxt-
|
|
1029
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1030
1258
|
"learn_more": "",
|
|
1031
1259
|
"category": "Extensions",
|
|
1032
1260
|
"type": "community",
|
|
@@ -1041,15 +1269,38 @@
|
|
|
1041
1269
|
"requires": {}
|
|
1042
1270
|
}
|
|
1043
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
|
+
},
|
|
1044
1295
|
{
|
|
1045
1296
|
"name": "directus",
|
|
1046
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1047
1298
|
"repo": "intevel/nuxt-directus",
|
|
1048
1299
|
"npm": "nuxt-directus",
|
|
1049
1300
|
"icon": "directus.svg",
|
|
1050
|
-
"github": "https://github.com/
|
|
1051
|
-
"website": "https://nuxt-directus.
|
|
1052
|
-
"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/",
|
|
1053
1304
|
"category": "CMS",
|
|
1054
1305
|
"type": "3rd-party",
|
|
1055
1306
|
"maintainers": [
|
|
@@ -1060,15 +1311,58 @@
|
|
|
1060
1311
|
}
|
|
1061
1312
|
],
|
|
1062
1313
|
"compatibility": {
|
|
1063
|
-
"nuxt": "^
|
|
1064
|
-
"requires": {
|
|
1065
|
-
|
|
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"
|
|
1066
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1067
1361
|
}
|
|
1068
1362
|
},
|
|
1069
1363
|
{
|
|
1070
1364
|
"name": "dotenv",
|
|
1071
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1072
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1073
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1074
1368
|
"icon": "dotenv.png",
|
|
@@ -1090,13 +1384,13 @@
|
|
|
1090
1384
|
},
|
|
1091
1385
|
{
|
|
1092
1386
|
"name": "drupal-ce",
|
|
1093
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1094
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1095
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1096
1390
|
"icon": "drupal-ce.png",
|
|
1097
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1098
|
-
"website": "https://
|
|
1099
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1100
1394
|
"category": "CMS",
|
|
1101
1395
|
"type": "3rd-party",
|
|
1102
1396
|
"maintainers": [
|
|
@@ -1111,19 +1405,19 @@
|
|
|
1111
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1112
1406
|
},
|
|
1113
1407
|
{
|
|
1114
|
-
"name": "
|
|
1115
|
-
"github": "
|
|
1116
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1117
1411
|
}
|
|
1118
1412
|
],
|
|
1119
1413
|
"compatibility": {
|
|
1120
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1121
1415
|
"requires": {}
|
|
1122
1416
|
}
|
|
1123
1417
|
},
|
|
1124
1418
|
{
|
|
1125
1419
|
"name": "druxt",
|
|
1126
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1127
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1128
1422
|
"npm": "druxt",
|
|
1129
1423
|
"icon": "druxt.svg",
|
|
@@ -1143,6 +1437,29 @@
|
|
|
1143
1437
|
"requires": {}
|
|
1144
1438
|
}
|
|
1145
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
|
+
},
|
|
1146
1463
|
{
|
|
1147
1464
|
"name": "electron",
|
|
1148
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1191,7 +1508,7 @@
|
|
|
1191
1508
|
},
|
|
1192
1509
|
{
|
|
1193
1510
|
"name": "emotion",
|
|
1194
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1195
1512
|
"repo": "nuxt-modules/emotion",
|
|
1196
1513
|
"npm": "@nuxtjs/emotion",
|
|
1197
1514
|
"icon": "emotion.png",
|
|
@@ -1219,7 +1536,7 @@
|
|
|
1219
1536
|
},
|
|
1220
1537
|
{
|
|
1221
1538
|
"name": "eslint",
|
|
1222
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1223
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1224
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1225
1542
|
"icon": "eslint.png",
|
|
@@ -1235,13 +1552,13 @@
|
|
|
1235
1552
|
}
|
|
1236
1553
|
],
|
|
1237
1554
|
"compatibility": {
|
|
1238
|
-
"nuxt": "^2.0.0",
|
|
1555
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1239
1556
|
"requires": {}
|
|
1240
1557
|
}
|
|
1241
1558
|
},
|
|
1242
1559
|
{
|
|
1243
1560
|
"name": "event-trace",
|
|
1244
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1245
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1246
1563
|
"npm": "nuxt-event-trace",
|
|
1247
1564
|
"icon": "",
|
|
@@ -1261,6 +1578,29 @@
|
|
|
1261
1578
|
"requires": {}
|
|
1262
1579
|
}
|
|
1263
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
|
+
},
|
|
1264
1604
|
{
|
|
1265
1605
|
"name": "fathom",
|
|
1266
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1285,7 +1625,7 @@
|
|
|
1285
1625
|
},
|
|
1286
1626
|
{
|
|
1287
1627
|
"name": "feature-toggle",
|
|
1288
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1289
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1290
1630
|
"npm": "nuxt-feature-toggle",
|
|
1291
1631
|
"icon": "",
|
|
@@ -1352,7 +1692,7 @@
|
|
|
1352
1692
|
},
|
|
1353
1693
|
{
|
|
1354
1694
|
"name": "floating-prompt-module",
|
|
1355
|
-
"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",
|
|
1356
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1357
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1358
1698
|
"icon": "",
|
|
@@ -1461,6 +1801,29 @@
|
|
|
1461
1801
|
"requires": {}
|
|
1462
1802
|
}
|
|
1463
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
|
+
},
|
|
1464
1827
|
{
|
|
1465
1828
|
"name": "formkit",
|
|
1466
1829
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1469,7 +1832,7 @@
|
|
|
1469
1832
|
"icon": "formkit.png",
|
|
1470
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1471
1834
|
"website": "https://formkit.com",
|
|
1472
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1473
1836
|
"category": "Libraries",
|
|
1474
1837
|
"type": "3rd-party",
|
|
1475
1838
|
"maintainers": [
|
|
@@ -1535,7 +1898,7 @@
|
|
|
1535
1898
|
},
|
|
1536
1899
|
{
|
|
1537
1900
|
"name": "google-adsense",
|
|
1538
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1539
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1540
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1541
1904
|
"icon": "google-adsense.png",
|
|
@@ -1561,7 +1924,7 @@
|
|
|
1561
1924
|
},
|
|
1562
1925
|
{
|
|
1563
1926
|
"name": "google-analytics",
|
|
1564
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1565
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1566
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1567
1930
|
"icon": "google-analytics.png",
|
|
@@ -1593,12 +1956,12 @@
|
|
|
1593
1956
|
},
|
|
1594
1957
|
{
|
|
1595
1958
|
"name": "google-fonts",
|
|
1596
|
-
"description": "Google Fonts module for
|
|
1597
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1598
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1599
1962
|
"icon": "google-fonts.png",
|
|
1600
|
-
"github": "https://github.com/nuxt-
|
|
1601
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1602
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1603
1966
|
"category": "Fonts",
|
|
1604
1967
|
"type": "community",
|
|
@@ -1617,7 +1980,7 @@
|
|
|
1617
1980
|
},
|
|
1618
1981
|
{
|
|
1619
1982
|
"name": "google-gtag",
|
|
1620
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1621
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1622
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1623
1986
|
"icon": "gtm.png",
|
|
@@ -1643,7 +2006,7 @@
|
|
|
1643
2006
|
},
|
|
1644
2007
|
{
|
|
1645
2008
|
"name": "google-optimize",
|
|
1646
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1647
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1648
2011
|
"npm": "nuxt-google-optimize",
|
|
1649
2012
|
"icon": "google-optimize.png",
|
|
@@ -1682,7 +2045,7 @@
|
|
|
1682
2045
|
"icon": "graphql-client.svg",
|
|
1683
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1684
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1685
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1686
2049
|
"category": "Request",
|
|
1687
2050
|
"type": "3rd-party",
|
|
1688
2051
|
"maintainers": [
|
|
@@ -1698,7 +2061,7 @@
|
|
|
1698
2061
|
},
|
|
1699
2062
|
{
|
|
1700
2063
|
"name": "graphql-request",
|
|
1701
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1702
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1703
2066
|
"npm": "nuxt-graphql-request",
|
|
1704
2067
|
"icon": "graphql-request.png",
|
|
@@ -1714,7 +2077,7 @@
|
|
|
1714
2077
|
}
|
|
1715
2078
|
],
|
|
1716
2079
|
"compatibility": {
|
|
1717
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1718
2081
|
"requires": {}
|
|
1719
2082
|
}
|
|
1720
2083
|
},
|
|
@@ -1737,12 +2100,37 @@
|
|
|
1737
2100
|
],
|
|
1738
2101
|
"compatibility": {
|
|
1739
2102
|
"nuxt": "^3.0.0",
|
|
1740
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1741
2105
|
}
|
|
1742
2106
|
},
|
|
1743
2107
|
{
|
|
1744
|
-
"name": "
|
|
1745
|
-
"description": "Google
|
|
2108
|
+
"name": "gtag",
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
2110
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
2111
|
+
"npm": "nuxt-gtag",
|
|
2112
|
+
"icon": "gtag.svg",
|
|
2113
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
2114
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
2115
|
+
"learn_more": "",
|
|
2116
|
+
"category": "Analytics",
|
|
2117
|
+
"type": "3rd-party",
|
|
2118
|
+
"maintainers": [
|
|
2119
|
+
{
|
|
2120
|
+
"name": "Johann Schopplich",
|
|
2121
|
+
"github": "johannschopplich",
|
|
2122
|
+
"twitter": "jschopplich",
|
|
2123
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2124
|
+
}
|
|
2125
|
+
],
|
|
2126
|
+
"compatibility": {
|
|
2127
|
+
"nuxt": "^3.0.0",
|
|
2128
|
+
"requires": {}
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "gtm",
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1746
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1747
2135
|
"npm": "@nuxtjs/gtm",
|
|
1748
2136
|
"icon": "gtm.png",
|
|
@@ -1765,7 +2153,7 @@
|
|
|
1765
2153
|
},
|
|
1766
2154
|
{
|
|
1767
2155
|
"name": "guess",
|
|
1768
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1769
2157
|
"repo": "nuxt-community/guess-module",
|
|
1770
2158
|
"npm": "@nuxtjs/guess-module",
|
|
1771
2159
|
"icon": "guessjs.png",
|
|
@@ -1785,6 +2173,28 @@
|
|
|
1785
2173
|
"requires": {}
|
|
1786
2174
|
}
|
|
1787
2175
|
},
|
|
2176
|
+
{
|
|
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
|
+
},
|
|
1788
2198
|
{
|
|
1789
2199
|
"name": "harlem",
|
|
1790
2200
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1855,7 +2265,7 @@
|
|
|
1855
2265
|
},
|
|
1856
2266
|
{
|
|
1857
2267
|
"name": "helmet",
|
|
1858
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1859
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
1860
2270
|
"npm": "nuxt-helmet",
|
|
1861
2271
|
"icon": "",
|
|
@@ -1899,7 +2309,7 @@
|
|
|
1899
2309
|
},
|
|
1900
2310
|
{
|
|
1901
2311
|
"name": "history-state",
|
|
1902
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1903
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1904
2314
|
"npm": "nuxt-history-state",
|
|
1905
2315
|
"icon": "",
|
|
@@ -1968,7 +2378,7 @@
|
|
|
1968
2378
|
},
|
|
1969
2379
|
{
|
|
1970
2380
|
"name": "http",
|
|
1971
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
1972
2382
|
"repo": "nuxt/http",
|
|
1973
2383
|
"npm": "@nuxt/http",
|
|
1974
2384
|
"icon": "http.png",
|
|
@@ -1996,7 +2406,7 @@
|
|
|
1996
2406
|
},
|
|
1997
2407
|
{
|
|
1998
2408
|
"name": "humans-txt",
|
|
1999
|
-
"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.",
|
|
2000
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2001
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2002
2412
|
"icon": "",
|
|
@@ -2020,11 +2430,11 @@
|
|
|
2020
2430
|
{
|
|
2021
2431
|
"name": "i18n",
|
|
2022
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2023
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2024
2434
|
"npm": "@nuxtjs/i18n",
|
|
2025
2435
|
"icon": "i18n.png",
|
|
2026
|
-
"github": "https://github.com/nuxt-
|
|
2027
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2437
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2028
2438
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2029
2439
|
"category": "Extensions",
|
|
2030
2440
|
"type": "community",
|
|
@@ -2043,6 +2453,51 @@
|
|
|
2043
2453
|
"requires": {}
|
|
2044
2454
|
}
|
|
2045
2455
|
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "icon-font",
|
|
2458
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2459
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2460
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2461
|
+
"icon": "",
|
|
2462
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2463
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2464
|
+
"learn_more": "",
|
|
2465
|
+
"category": "UI",
|
|
2466
|
+
"type": "3rd-party",
|
|
2467
|
+
"maintainers": [
|
|
2468
|
+
{
|
|
2469
|
+
"name": "coremyslo",
|
|
2470
|
+
"github": "coremyslo"
|
|
2471
|
+
}
|
|
2472
|
+
],
|
|
2473
|
+
"compatibility": {
|
|
2474
|
+
"nuxt": "^3.0.0",
|
|
2475
|
+
"requires": {}
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"name": "icon-tw",
|
|
2480
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2481
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2482
|
+
"npm": "nuxt-icon-tw",
|
|
2483
|
+
"icon": "nuxt-icon.png",
|
|
2484
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2485
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"learn_more": "",
|
|
2487
|
+
"category": "UI",
|
|
2488
|
+
"type": "3rd-party",
|
|
2489
|
+
"maintainers": [
|
|
2490
|
+
{
|
|
2491
|
+
"name": "JohnCampionJr",
|
|
2492
|
+
"github": "JohnCampionJr"
|
|
2493
|
+
}
|
|
2494
|
+
],
|
|
2495
|
+
"compatibility": {
|
|
2496
|
+
"nuxt": "^3.0.0",
|
|
2497
|
+
"requires": {},
|
|
2498
|
+
"devtools": "^0.0.0"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2046
2501
|
{
|
|
2047
2502
|
"name": "icon",
|
|
2048
2503
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2062,7 +2517,8 @@
|
|
|
2062
2517
|
],
|
|
2063
2518
|
"compatibility": {
|
|
2064
2519
|
"nuxt": "^3.0.0",
|
|
2065
|
-
"requires": {}
|
|
2520
|
+
"requires": {},
|
|
2521
|
+
"devtools": "^0.0.0"
|
|
2066
2522
|
}
|
|
2067
2523
|
},
|
|
2068
2524
|
{
|
|
@@ -2111,12 +2567,12 @@
|
|
|
2111
2567
|
},
|
|
2112
2568
|
{
|
|
2113
2569
|
"name": "image",
|
|
2114
|
-
"description": "Optimised images for
|
|
2570
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2115
2571
|
"repo": "nuxt/image",
|
|
2116
2572
|
"npm": "@nuxt/image",
|
|
2117
2573
|
"icon": "image.png",
|
|
2118
2574
|
"github": "https://github.com/nuxt/image",
|
|
2119
|
-
"website": "https://image.
|
|
2575
|
+
"website": "https://image.nuxt.com",
|
|
2120
2576
|
"learn_more": "",
|
|
2121
2577
|
"category": "Images",
|
|
2122
2578
|
"type": "official",
|
|
@@ -2126,6 +2582,11 @@
|
|
|
2126
2582
|
"github": "farnabaz",
|
|
2127
2583
|
"twitter": "a_birang"
|
|
2128
2584
|
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "Daniel Roe",
|
|
2587
|
+
"github": "danielroe",
|
|
2588
|
+
"twitter": "danielcroe"
|
|
2589
|
+
},
|
|
2129
2590
|
{
|
|
2130
2591
|
"name": "Pooya Parsa",
|
|
2131
2592
|
"github": "pi0",
|
|
@@ -2146,7 +2607,7 @@
|
|
|
2146
2607
|
},
|
|
2147
2608
|
{
|
|
2148
2609
|
"name": "imagemin",
|
|
2149
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2610
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2150
2611
|
"repo": "nuxt-community/imagemin-module",
|
|
2151
2612
|
"npm": "@nuxtjs/imagemin",
|
|
2152
2613
|
"icon": "imagemin.png",
|
|
@@ -2169,12 +2630,12 @@
|
|
|
2169
2630
|
{
|
|
2170
2631
|
"name": "inkline",
|
|
2171
2632
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2172
|
-
"repo": "inkline/
|
|
2173
|
-
"npm": "@inkline/
|
|
2633
|
+
"repo": "inkline/plugin",
|
|
2634
|
+
"npm": "@inkline/plugin",
|
|
2174
2635
|
"icon": "inkline.svg",
|
|
2175
|
-
"github": "https://github.com/inkline/
|
|
2636
|
+
"github": "https://github.com/inkline/plugin",
|
|
2176
2637
|
"website": "https://inkline.io",
|
|
2177
|
-
"learn_more": "https://inkline.io/docs/
|
|
2638
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2178
2639
|
"category": "UI",
|
|
2179
2640
|
"type": "3rd-party",
|
|
2180
2641
|
"maintainers": [
|
|
@@ -2193,7 +2654,7 @@
|
|
|
2193
2654
|
},
|
|
2194
2655
|
{
|
|
2195
2656
|
"name": "intercom",
|
|
2196
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2657
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2197
2658
|
"repo": "hex-digital/nuxt-intercom",
|
|
2198
2659
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2199
2660
|
"icon": "intercom.png",
|
|
@@ -2238,7 +2699,7 @@
|
|
|
2238
2699
|
},
|
|
2239
2700
|
{
|
|
2240
2701
|
"name": "jsonapi",
|
|
2241
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2702
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2242
2703
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2243
2704
|
"npm": "nuxt-jsonapi",
|
|
2244
2705
|
"icon": "jsonapi.svg",
|
|
@@ -2280,9 +2741,36 @@
|
|
|
2280
2741
|
"requires": {}
|
|
2281
2742
|
}
|
|
2282
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"name": "kinde",
|
|
2746
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2747
|
+
"repo": "nuxt-modules/kinde",
|
|
2748
|
+
"npm": "@nuxtjs/kinde",
|
|
2749
|
+
"icon": "kinde.svg",
|
|
2750
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2751
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2752
|
+
"learn_more": "https://kinde.com/",
|
|
2753
|
+
"category": "Security",
|
|
2754
|
+
"type": "community",
|
|
2755
|
+
"maintainers": [
|
|
2756
|
+
{
|
|
2757
|
+
"name": "danielroe",
|
|
2758
|
+
"github": "danielroe"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "daveordead",
|
|
2762
|
+
"github": "DaveOrDead",
|
|
2763
|
+
"twitter": "dave_or_dead"
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
"compatibility": {
|
|
2767
|
+
"nuxt": "^3.0.0",
|
|
2768
|
+
"requires": {}
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2283
2771
|
{
|
|
2284
2772
|
"name": "kql",
|
|
2285
|
-
"description": "Nuxt
|
|
2773
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2286
2774
|
"repo": "johannschopplich/nuxt-kql",
|
|
2287
2775
|
"npm": "nuxt-kql",
|
|
2288
2776
|
"icon": "kql.svg",
|
|
@@ -2306,7 +2794,7 @@
|
|
|
2306
2794
|
},
|
|
2307
2795
|
{
|
|
2308
2796
|
"name": "laravel-echo",
|
|
2309
|
-
"description": "Laravel Echo for Nuxt
|
|
2797
|
+
"description": "Laravel Echo for Nuxt",
|
|
2310
2798
|
"repo": "nuxt-community/laravel-echo",
|
|
2311
2799
|
"npm": "@nuxtjs/laravel-echo",
|
|
2312
2800
|
"icon": "laravel-echo.png",
|
|
@@ -2348,6 +2836,28 @@
|
|
|
2348
2836
|
"requires": {}
|
|
2349
2837
|
}
|
|
2350
2838
|
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "laravel-precognition",
|
|
2841
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2842
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2843
|
+
"npm": "nuxt-laravel-precognition",
|
|
2844
|
+
"icon": "laravel.svg",
|
|
2845
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2846
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2847
|
+
"learn_more": "",
|
|
2848
|
+
"category": "Security",
|
|
2849
|
+
"type": "3rd-party",
|
|
2850
|
+
"maintainers": [
|
|
2851
|
+
{
|
|
2852
|
+
"name": "sot1986",
|
|
2853
|
+
"github": "sot1986"
|
|
2854
|
+
}
|
|
2855
|
+
],
|
|
2856
|
+
"compatibility": {
|
|
2857
|
+
"nuxt": "^3.0.0",
|
|
2858
|
+
"requires": {}
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2351
2861
|
{
|
|
2352
2862
|
"name": "laravel",
|
|
2353
2863
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2394,13 +2904,13 @@
|
|
|
2394
2904
|
},
|
|
2395
2905
|
{
|
|
2396
2906
|
"name": "link-checker",
|
|
2397
|
-
"description": "",
|
|
2907
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2398
2908
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2399
2909
|
"npm": "nuxt-link-checker",
|
|
2400
|
-
"icon": "",
|
|
2910
|
+
"icon": "link-checker.svg",
|
|
2401
2911
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2402
|
-
"website": "https://
|
|
2403
|
-
"learn_more": "",
|
|
2912
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2913
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2404
2914
|
"category": "SEO",
|
|
2405
2915
|
"type": "3rd-party",
|
|
2406
2916
|
"maintainers": [
|
|
@@ -2413,7 +2923,8 @@
|
|
|
2413
2923
|
],
|
|
2414
2924
|
"compatibility": {
|
|
2415
2925
|
"nuxt": "^3.0.0",
|
|
2416
|
-
"requires": {}
|
|
2926
|
+
"requires": {},
|
|
2927
|
+
"devtools": "^0.0.0"
|
|
2417
2928
|
}
|
|
2418
2929
|
},
|
|
2419
2930
|
{
|
|
@@ -2490,12 +3001,12 @@
|
|
|
2490
3001
|
},
|
|
2491
3002
|
{
|
|
2492
3003
|
"name": "logrocket",
|
|
2493
|
-
"description": "LogRocket module for Nuxt
|
|
2494
|
-
"repo": "nuxt-
|
|
3004
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3005
|
+
"repo": "nuxt-modules/logrocket",
|
|
2495
3006
|
"npm": "nuxt-logrocket",
|
|
2496
3007
|
"icon": "logrocket.png",
|
|
2497
|
-
"github": "https://github.com/nuxt-
|
|
2498
|
-
"website": "https://github.com/nuxt-
|
|
3008
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3009
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2499
3010
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2500
3011
|
"category": "Monitoring",
|
|
2501
3012
|
"type": "community",
|
|
@@ -2511,9 +3022,35 @@
|
|
|
2511
3022
|
"requires": {}
|
|
2512
3023
|
}
|
|
2513
3024
|
},
|
|
3025
|
+
{
|
|
3026
|
+
"name": "lucide-icons",
|
|
3027
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3028
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3029
|
+
"npm": "nuxt-lucide-icons",
|
|
3030
|
+
"icon": "lucide-icons.svg",
|
|
3031
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3032
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3033
|
+
"learn_more": "",
|
|
3034
|
+
"category": "UI",
|
|
3035
|
+
"type": "3rd-party",
|
|
3036
|
+
"maintainers": [
|
|
3037
|
+
{
|
|
3038
|
+
"name": "SWIS",
|
|
3039
|
+
"github": "swisnl"
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "Jasper Zonneveld",
|
|
3043
|
+
"github": "JaZo"
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"compatibility": {
|
|
3047
|
+
"nuxt": "^3.0.0",
|
|
3048
|
+
"requires": {}
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
2514
3051
|
{
|
|
2515
3052
|
"name": "lunr",
|
|
2516
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3053
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2517
3054
|
"repo": "nuxt-community/lunr-module",
|
|
2518
3055
|
"npm": "@nuxtjs/lunr-module",
|
|
2519
3056
|
"icon": "",
|
|
@@ -2536,10 +3073,10 @@
|
|
|
2536
3073
|
{
|
|
2537
3074
|
"name": "magic-regexp",
|
|
2538
3075
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2539
|
-
"repo": "
|
|
3076
|
+
"repo": "unjs/magic-regexp",
|
|
2540
3077
|
"npm": "magic-regexp",
|
|
2541
3078
|
"icon": "magic-regexp.svg",
|
|
2542
|
-
"github": "https://github.com/
|
|
3079
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2543
3080
|
"website": "https://magic-regexp.roe.dev",
|
|
2544
3081
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2545
3082
|
"category": "Libraries",
|
|
@@ -2601,6 +3138,28 @@
|
|
|
2601
3138
|
"requires": {}
|
|
2602
3139
|
}
|
|
2603
3140
|
},
|
|
3141
|
+
{
|
|
3142
|
+
"name": "maz-ui",
|
|
3143
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3144
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3145
|
+
"npm": "nuxt-module",
|
|
3146
|
+
"icon": "maz-ui.png",
|
|
3147
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3148
|
+
"website": "https://maz-ui.com/",
|
|
3149
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3150
|
+
"category": "UI",
|
|
3151
|
+
"type": "3rd-party",
|
|
3152
|
+
"maintainers": [
|
|
3153
|
+
{
|
|
3154
|
+
"name": "Loïc Mazuel",
|
|
3155
|
+
"github": "LouisMazel"
|
|
3156
|
+
}
|
|
3157
|
+
],
|
|
3158
|
+
"compatibility": {
|
|
3159
|
+
"nuxt": "^3.0.0",
|
|
3160
|
+
"requires": {}
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
2604
3163
|
{
|
|
2605
3164
|
"name": "mdx",
|
|
2606
3165
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2624,9 +3183,34 @@
|
|
|
2624
3183
|
"requires": {}
|
|
2625
3184
|
}
|
|
2626
3185
|
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "medusa",
|
|
3188
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
3189
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
3190
|
+
"npm": "nuxt-medusa",
|
|
3191
|
+
"icon": "medusa.svg",
|
|
3192
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
3193
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
3194
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
3195
|
+
"category": "Ecommerce",
|
|
3196
|
+
"type": "3rd-party",
|
|
3197
|
+
"maintainers": [
|
|
3198
|
+
{
|
|
3199
|
+
"name": "Jakub Andrzejewski",
|
|
3200
|
+
"github": "Baroshem",
|
|
3201
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3202
|
+
}
|
|
3203
|
+
],
|
|
3204
|
+
"compatibility": {
|
|
3205
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3206
|
+
"requires": {
|
|
3207
|
+
"bridge": true
|
|
3208
|
+
}
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
2627
3211
|
{
|
|
2628
3212
|
"name": "meilisearch",
|
|
2629
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3213
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2630
3214
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2631
3215
|
"npm": "nuxt-meilisearch",
|
|
2632
3216
|
"icon": "meilisearch.svg",
|
|
@@ -2646,7 +3230,8 @@
|
|
|
2646
3230
|
"nuxt": "^3.0.0",
|
|
2647
3231
|
"requires": {
|
|
2648
3232
|
"bridge": false
|
|
2649
|
-
}
|
|
3233
|
+
},
|
|
3234
|
+
"devtools": "^0.0.0"
|
|
2650
3235
|
}
|
|
2651
3236
|
},
|
|
2652
3237
|
{
|
|
@@ -2672,30 +3257,31 @@
|
|
|
2672
3257
|
}
|
|
2673
3258
|
},
|
|
2674
3259
|
{
|
|
2675
|
-
"name": "
|
|
2676
|
-
"description": "
|
|
2677
|
-
"repo": "
|
|
2678
|
-
"npm": "nuxt-
|
|
3260
|
+
"name": "module-feed",
|
|
3261
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3262
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3263
|
+
"npm": "nuxt-module-feed",
|
|
2679
3264
|
"icon": "",
|
|
2680
|
-
"github": "https://github.com/
|
|
2681
|
-
"website": "https://github.com/
|
|
2682
|
-
"learn_more": "
|
|
2683
|
-
"category": "
|
|
3265
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3266
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3267
|
+
"learn_more": "",
|
|
3268
|
+
"category": "SEO",
|
|
2684
3269
|
"type": "3rd-party",
|
|
2685
3270
|
"maintainers": [
|
|
2686
3271
|
{
|
|
2687
|
-
"name": "
|
|
2688
|
-
"github": "
|
|
3272
|
+
"name": "Miha Sedej",
|
|
3273
|
+
"github": "tresko",
|
|
3274
|
+
"twitter": "mihasedej"
|
|
2689
3275
|
}
|
|
2690
3276
|
],
|
|
2691
3277
|
"compatibility": {
|
|
2692
|
-
"nuxt": "^
|
|
3278
|
+
"nuxt": "^3.0.0",
|
|
2693
3279
|
"requires": {}
|
|
2694
3280
|
}
|
|
2695
3281
|
},
|
|
2696
3282
|
{
|
|
2697
3283
|
"name": "moment",
|
|
2698
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3284
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2699
3285
|
"repo": "nuxt-community/moment-module",
|
|
2700
3286
|
"npm": "@nuxtjs/moment",
|
|
2701
3287
|
"icon": "momentjs.png",
|
|
@@ -2722,7 +3308,7 @@
|
|
|
2722
3308
|
},
|
|
2723
3309
|
{
|
|
2724
3310
|
"name": "mq",
|
|
2725
|
-
"description": "vue-mq module for Nuxt.
|
|
3311
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2726
3312
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2727
3313
|
"npm": "nuxt-mq",
|
|
2728
3314
|
"icon": "",
|
|
@@ -2766,7 +3352,7 @@
|
|
|
2766
3352
|
},
|
|
2767
3353
|
{
|
|
2768
3354
|
"name": "netlify-cache",
|
|
2769
|
-
"description": "Nuxt
|
|
3355
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2770
3356
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2771
3357
|
"npm": "nuxt-netlify-cache",
|
|
2772
3358
|
"icon": "netlify.png",
|
|
@@ -2811,13 +3397,13 @@
|
|
|
2811
3397
|
},
|
|
2812
3398
|
{
|
|
2813
3399
|
"name": "netlify",
|
|
2814
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2815
|
-
"repo": "
|
|
3400
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3401
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2816
3402
|
"npm": "@aceforth/nuxt-netlify",
|
|
2817
3403
|
"icon": "netlify.png",
|
|
2818
|
-
"github": "https://github.com/
|
|
2819
|
-
"website": "https://
|
|
2820
|
-
"learn_more": "",
|
|
3404
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3405
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3406
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2821
3407
|
"category": "Deployment",
|
|
2822
3408
|
"type": "3rd-party",
|
|
2823
3409
|
"maintainers": [
|
|
@@ -2882,118 +3468,109 @@
|
|
|
2882
3468
|
}
|
|
2883
3469
|
},
|
|
2884
3470
|
{
|
|
2885
|
-
"name": "
|
|
2886
|
-
"description": "",
|
|
2887
|
-
"repo": "
|
|
2888
|
-
"npm": "
|
|
3471
|
+
"name": "nupolyon",
|
|
3472
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3473
|
+
"repo": "adenvt/nupolyon",
|
|
3474
|
+
"npm": "nupolyon",
|
|
2889
3475
|
"icon": "",
|
|
2890
|
-
"github": "https://github.com/
|
|
2891
|
-
"website": "https://github.com/
|
|
3476
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3477
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2892
3478
|
"learn_more": "",
|
|
2893
|
-
"category": "
|
|
3479
|
+
"category": "Performance",
|
|
2894
3480
|
"type": "3rd-party",
|
|
2895
3481
|
"maintainers": [
|
|
2896
3482
|
{
|
|
2897
|
-
"name": "
|
|
2898
|
-
"github": "
|
|
3483
|
+
"name": "adenvt",
|
|
3484
|
+
"github": "adenvt"
|
|
2899
3485
|
}
|
|
2900
3486
|
],
|
|
2901
3487
|
"compatibility": {
|
|
2902
|
-
"nuxt": "^
|
|
3488
|
+
"nuxt": "^3.0.0",
|
|
2903
3489
|
"requires": {}
|
|
2904
3490
|
}
|
|
2905
3491
|
},
|
|
2906
3492
|
{
|
|
2907
|
-
"name": "nuxt-
|
|
2908
|
-
"description": "
|
|
2909
|
-
"repo": "
|
|
2910
|
-
"npm": "nuxt-
|
|
2911
|
-
"icon": "
|
|
2912
|
-
"github": "https://github.com/
|
|
2913
|
-
"website": "https://nuxt-
|
|
3493
|
+
"name": "nuxt-anchorscroll",
|
|
3494
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3495
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3496
|
+
"npm": "nuxt-anchorscroll",
|
|
3497
|
+
"icon": "",
|
|
3498
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3499
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
2914
3500
|
"learn_more": "",
|
|
2915
|
-
"category": "
|
|
3501
|
+
"category": "UI",
|
|
2916
3502
|
"type": "3rd-party",
|
|
2917
3503
|
"maintainers": [
|
|
2918
3504
|
{
|
|
2919
|
-
"name": "
|
|
2920
|
-
"github": "
|
|
2921
|
-
"twitter": "dulnan",
|
|
2922
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2923
|
-
},
|
|
2924
|
-
{
|
|
2925
|
-
"name": "ayalon",
|
|
2926
|
-
"github": "ayalon",
|
|
2927
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3505
|
+
"name": "Helltraitor",
|
|
3506
|
+
"github": "helltraitor"
|
|
2928
3507
|
}
|
|
2929
3508
|
],
|
|
2930
3509
|
"compatibility": {
|
|
2931
|
-
"nuxt": "^
|
|
3510
|
+
"nuxt": "^3.0.0",
|
|
2932
3511
|
"requires": {}
|
|
2933
3512
|
}
|
|
2934
3513
|
},
|
|
2935
3514
|
{
|
|
2936
|
-
"name": "nuxt-
|
|
2937
|
-
"description": "",
|
|
2938
|
-
"repo": "
|
|
2939
|
-
"npm": "
|
|
2940
|
-
"icon": "",
|
|
2941
|
-
"github": "https://github.com/
|
|
2942
|
-
"website": "https://github.com/
|
|
3515
|
+
"name": "nuxt-auth-sanctum",
|
|
3516
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3517
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3518
|
+
"npm": "nuxt-auth-sanctum",
|
|
3519
|
+
"icon": "laravel.svg",
|
|
3520
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3521
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
2943
3522
|
"learn_more": "",
|
|
2944
|
-
"category": "
|
|
3523
|
+
"category": "Security",
|
|
2945
3524
|
"type": "3rd-party",
|
|
2946
3525
|
"maintainers": [
|
|
2947
3526
|
{
|
|
2948
|
-
"name": "
|
|
2949
|
-
"github": "
|
|
3527
|
+
"name": "Artem Manchenkov",
|
|
3528
|
+
"github": "manchenkoff",
|
|
3529
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
2950
3530
|
}
|
|
2951
3531
|
],
|
|
2952
3532
|
"compatibility": {
|
|
2953
|
-
"nuxt": "^
|
|
3533
|
+
"nuxt": "^3.0.0",
|
|
2954
3534
|
"requires": {}
|
|
2955
3535
|
}
|
|
2956
3536
|
},
|
|
2957
3537
|
{
|
|
2958
|
-
"name": "nuxt-
|
|
2959
|
-
"description": "
|
|
2960
|
-
"repo": "
|
|
2961
|
-
"npm": "nuxt-
|
|
2962
|
-
"icon": "
|
|
2963
|
-
"github": "https://github.com/
|
|
2964
|
-
"website": "https://github.com/
|
|
3538
|
+
"name": "nuxt-basic-auth",
|
|
3539
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3540
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3541
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3542
|
+
"icon": "",
|
|
3543
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3544
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
2965
3545
|
"learn_more": "",
|
|
2966
|
-
"category": "
|
|
3546
|
+
"category": "Security",
|
|
2967
3547
|
"type": "3rd-party",
|
|
2968
3548
|
"maintainers": [
|
|
2969
3549
|
{
|
|
2970
|
-
"name": "
|
|
2971
|
-
"github": "
|
|
3550
|
+
"name": "kgierke",
|
|
3551
|
+
"github": "kgierke"
|
|
2972
3552
|
}
|
|
2973
3553
|
],
|
|
2974
3554
|
"compatibility": {
|
|
2975
|
-
"nuxt": "^
|
|
2976
|
-
"requires": {
|
|
2977
|
-
"bridge": "optional"
|
|
2978
|
-
}
|
|
3555
|
+
"nuxt": "^3.0.0",
|
|
3556
|
+
"requires": {}
|
|
2979
3557
|
}
|
|
2980
3558
|
},
|
|
2981
3559
|
{
|
|
2982
|
-
"name": "nuxt-
|
|
2983
|
-
"description": "
|
|
2984
|
-
"repo": "
|
|
2985
|
-
"npm": "
|
|
2986
|
-
"icon": "
|
|
2987
|
-
"github": "https://github.com/
|
|
2988
|
-
"website": "https://
|
|
2989
|
-
"learn_more": "https://
|
|
2990
|
-
"category": "
|
|
3560
|
+
"name": "nuxt-bootstrap-icons",
|
|
3561
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3562
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3563
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3564
|
+
"icon": "bootstrap-icons.svg",
|
|
3565
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3566
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3567
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3568
|
+
"category": "UI",
|
|
2991
3569
|
"type": "3rd-party",
|
|
2992
3570
|
"maintainers": [
|
|
2993
3571
|
{
|
|
2994
|
-
"name": "
|
|
2995
|
-
"github": "
|
|
2996
|
-
"twitter": "craig_harman"
|
|
3572
|
+
"name": "OyewoleOyedeji",
|
|
3573
|
+
"github": "OyewoleOyedeji"
|
|
2997
3574
|
}
|
|
2998
3575
|
],
|
|
2999
3576
|
"compatibility": {
|
|
@@ -3002,21 +3579,20 @@
|
|
|
3002
3579
|
}
|
|
3003
3580
|
},
|
|
3004
3581
|
{
|
|
3005
|
-
"name": "nuxt-
|
|
3006
|
-
"description": "
|
|
3007
|
-
"repo": "
|
|
3008
|
-
"npm": "nuxt-
|
|
3009
|
-
"icon": "",
|
|
3010
|
-
"github": "https://github.com/
|
|
3011
|
-
"website": "https://
|
|
3012
|
-
"learn_more": "",
|
|
3582
|
+
"name": "nuxt-chatgpt",
|
|
3583
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3584
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3585
|
+
"npm": "nuxt-chatgpt",
|
|
3586
|
+
"icon": "chatgpt.svg",
|
|
3587
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3588
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3589
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3013
3590
|
"category": "Libraries",
|
|
3014
3591
|
"type": "3rd-party",
|
|
3015
3592
|
"maintainers": [
|
|
3016
3593
|
{
|
|
3017
|
-
"name": "
|
|
3018
|
-
"github": "
|
|
3019
|
-
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3594
|
+
"name": "Oliver Trajceski",
|
|
3595
|
+
"github": "schnapsterdog"
|
|
3020
3596
|
}
|
|
3021
3597
|
],
|
|
3022
3598
|
"compatibility": {
|
|
@@ -3025,20 +3601,24 @@
|
|
|
3025
3601
|
}
|
|
3026
3602
|
},
|
|
3027
3603
|
{
|
|
3028
|
-
"name": "nuxt-
|
|
3029
|
-
"description": "
|
|
3030
|
-
"repo": "
|
|
3031
|
-
"npm": "nuxt-
|
|
3032
|
-
"icon": "nuxt-
|
|
3033
|
-
"github": "https://github.com/
|
|
3034
|
-
"website": "https://github.com/
|
|
3035
|
-
"learn_more": "https://
|
|
3604
|
+
"name": "nuxt-facebook-chat",
|
|
3605
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3606
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3607
|
+
"npm": "nuxt-facebook-chat",
|
|
3608
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3609
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3610
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3611
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3036
3612
|
"category": "Libraries",
|
|
3037
3613
|
"type": "3rd-party",
|
|
3038
3614
|
"maintainers": [
|
|
3039
3615
|
{
|
|
3040
|
-
"name": "
|
|
3041
|
-
"github": "
|
|
3616
|
+
"name": "Supanut Dokmaithong",
|
|
3617
|
+
"github": "Boomgeek"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "superdev-tech",
|
|
3621
|
+
"github": "superdev-tech"
|
|
3042
3622
|
}
|
|
3043
3623
|
],
|
|
3044
3624
|
"compatibility": {
|
|
@@ -3047,20 +3627,431 @@
|
|
|
3047
3627
|
}
|
|
3048
3628
|
},
|
|
3049
3629
|
{
|
|
3050
|
-
"name": "nuxt-
|
|
3051
|
-
"description": "
|
|
3052
|
-
"repo": "
|
|
3053
|
-
"npm": "
|
|
3054
|
-
"icon": "nuxt-
|
|
3055
|
-
"github": "https://github.com/
|
|
3056
|
-
"website": "https://
|
|
3057
|
-
"learn_more": "https://github.com/
|
|
3058
|
-
"category": "
|
|
3630
|
+
"name": "nuxt-feather-icons",
|
|
3631
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3632
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3633
|
+
"npm": "nuxt-feather-icons",
|
|
3634
|
+
"icon": "nuxt-feather-icons.png",
|
|
3635
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3636
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3637
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3638
|
+
"category": "UI",
|
|
3059
3639
|
"type": "3rd-party",
|
|
3060
3640
|
"maintainers": [
|
|
3061
3641
|
{
|
|
3062
|
-
"name": "
|
|
3063
|
-
"github": "
|
|
3642
|
+
"name": "4sllan",
|
|
3643
|
+
"github": "4sllan"
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"compatibility": {
|
|
3647
|
+
"nuxt": "^3.0.0",
|
|
3648
|
+
"requires": {}
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "nuxt-feedme",
|
|
3653
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3654
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3655
|
+
"npm": "nuxt-feedme",
|
|
3656
|
+
"icon": "",
|
|
3657
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3658
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3659
|
+
"learn_more": "",
|
|
3660
|
+
"category": "SEO",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "Helltraitor",
|
|
3665
|
+
"github": "helltraitor"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"nuxt": "^3.0.0",
|
|
3670
|
+
"requires": {}
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "nuxt-graphql-middleware",
|
|
3675
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3676
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3677
|
+
"npm": "nuxt-graphql-middleware",
|
|
3678
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3679
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3680
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3681
|
+
"learn_more": "",
|
|
3682
|
+
"category": "Request",
|
|
3683
|
+
"type": "3rd-party",
|
|
3684
|
+
"maintainers": [
|
|
3685
|
+
{
|
|
3686
|
+
"name": "dulnan",
|
|
3687
|
+
"github": "dulnan",
|
|
3688
|
+
"twitter": "dulnan",
|
|
3689
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "ayalon",
|
|
3693
|
+
"github": "ayalon",
|
|
3694
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3695
|
+
}
|
|
3696
|
+
],
|
|
3697
|
+
"compatibility": {
|
|
3698
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3699
|
+
"requires": {}
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "nuxt-graphql-playground",
|
|
3704
|
+
"description": "",
|
|
3705
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3706
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3707
|
+
"icon": "",
|
|
3708
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3709
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3710
|
+
"learn_more": "",
|
|
3711
|
+
"category": "Devtools",
|
|
3712
|
+
"type": "3rd-party",
|
|
3713
|
+
"maintainers": [
|
|
3714
|
+
{
|
|
3715
|
+
"name": "pinpon-dev",
|
|
3716
|
+
"github": "pinpon-dev"
|
|
3717
|
+
}
|
|
3718
|
+
],
|
|
3719
|
+
"compatibility": {
|
|
3720
|
+
"nuxt": "^2.0.0",
|
|
3721
|
+
"requires": {}
|
|
3722
|
+
}
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"name": "nuxt-gtm",
|
|
3726
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3727
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3728
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3729
|
+
"icon": "nuxt-gtm.svg",
|
|
3730
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3731
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3732
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3733
|
+
"category": "Analytics",
|
|
3734
|
+
"type": "3rd-party",
|
|
3735
|
+
"maintainers": [
|
|
3736
|
+
{
|
|
3737
|
+
"name": "Zadig&Voltaire Team",
|
|
3738
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3739
|
+
}
|
|
3740
|
+
],
|
|
3741
|
+
"compatibility": {
|
|
3742
|
+
"nuxt": "^3.0.0",
|
|
3743
|
+
"requires": {},
|
|
3744
|
+
"devtools": "^0.0.0"
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"name": "nuxt-hue",
|
|
3749
|
+
"description": "Enlighten your Nuxt experience",
|
|
3750
|
+
"repo": "lihbr/nuxt-hue",
|
|
3751
|
+
"npm": "nuxt-hue",
|
|
3752
|
+
"icon": "nuxt-hue.svg",
|
|
3753
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3754
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
3755
|
+
"learn_more": "",
|
|
3756
|
+
"category": "Devtools",
|
|
3757
|
+
"type": "3rd-party",
|
|
3758
|
+
"maintainers": [
|
|
3759
|
+
{
|
|
3760
|
+
"name": "lihbr",
|
|
3761
|
+
"github": "lihbr"
|
|
3762
|
+
}
|
|
3763
|
+
],
|
|
3764
|
+
"compatibility": {
|
|
3765
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3766
|
+
"requires": {
|
|
3767
|
+
"bridge": "optional"
|
|
3768
|
+
}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-interpolation",
|
|
3773
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3774
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3775
|
+
"npm": "nuxt-interpolation",
|
|
3776
|
+
"icon": "",
|
|
3777
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3778
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3779
|
+
"learn_more": "",
|
|
3780
|
+
"category": "Devtools",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "daliborgogic",
|
|
3785
|
+
"github": "daliborgogic"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^2.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-jsonld",
|
|
3795
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3796
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3797
|
+
"npm": "nuxt-jsonld",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3800
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "SEO",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "ymmooot",
|
|
3807
|
+
"github": "ymmooot"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-localtunnel",
|
|
3817
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3818
|
+
"repo": "nuxtus/localtunnel",
|
|
3819
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3820
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3821
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3822
|
+
"website": "https://docs.nuxtus.com",
|
|
3823
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3824
|
+
"category": "Devtools",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "Craig Harman",
|
|
3829
|
+
"github": "craigharman",
|
|
3830
|
+
"twitter": "craig_harman"
|
|
3831
|
+
}
|
|
3832
|
+
],
|
|
3833
|
+
"compatibility": {
|
|
3834
|
+
"nuxt": "^3.0.0",
|
|
3835
|
+
"requires": {}
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "nuxt-loco",
|
|
3840
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3841
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3842
|
+
"npm": "nuxt-loco",
|
|
3843
|
+
"icon": "",
|
|
3844
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3845
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3846
|
+
"learn_more": "",
|
|
3847
|
+
"category": "Libraries",
|
|
3848
|
+
"type": "3rd-party",
|
|
3849
|
+
"maintainers": [
|
|
3850
|
+
{
|
|
3851
|
+
"name": "Gaetan SENN",
|
|
3852
|
+
"github": "gaetansenn",
|
|
3853
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3854
|
+
}
|
|
3855
|
+
],
|
|
3856
|
+
"compatibility": {
|
|
3857
|
+
"nuxt": "^3.0.0",
|
|
3858
|
+
"requires": {}
|
|
3859
|
+
}
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"name": "nuxt-mail",
|
|
3863
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3864
|
+
"repo": "dword-design/nuxt-mail",
|
|
3865
|
+
"npm": "nuxt-mail",
|
|
3866
|
+
"icon": "",
|
|
3867
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3868
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3869
|
+
"learn_more": "",
|
|
3870
|
+
"category": "Extensions",
|
|
3871
|
+
"type": "3rd-party",
|
|
3872
|
+
"maintainers": [
|
|
3873
|
+
{
|
|
3874
|
+
"name": "Sebastian Landwehr",
|
|
3875
|
+
"github": "dword-design"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"compatibility": {
|
|
3879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3880
|
+
"requires": {}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-mapbox",
|
|
3885
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3886
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3887
|
+
"npm": "nuxt-mapbox",
|
|
3888
|
+
"icon": "nuxt-mapbox.svg",
|
|
3889
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3890
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3891
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3892
|
+
"category": "Libraries",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "Alex Lavoie",
|
|
3897
|
+
"github": "AlexLavoie42"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^3.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"name": "nuxt-mdi",
|
|
3907
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3908
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3909
|
+
"npm": "nuxt-mdi",
|
|
3910
|
+
"icon": "mdi.png",
|
|
3911
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3912
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3913
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3914
|
+
"category": "Libraries",
|
|
3915
|
+
"type": "3rd-party",
|
|
3916
|
+
"maintainers": [
|
|
3917
|
+
{
|
|
3918
|
+
"name": "Emil Rosenius",
|
|
3919
|
+
"github": "ERPedersen"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3922
|
+
"compatibility": {
|
|
3923
|
+
"nuxt": "^3.0.0",
|
|
3924
|
+
"requires": {}
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "nuxt-monaco-editor",
|
|
3929
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
3930
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
3931
|
+
"npm": "nuxt-monaco-editor",
|
|
3932
|
+
"icon": "nuxt-monaco-editor.png",
|
|
3933
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3934
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3935
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
3936
|
+
"category": "Libraries",
|
|
3937
|
+
"type": "3rd-party",
|
|
3938
|
+
"maintainers": [
|
|
3939
|
+
{
|
|
3940
|
+
"name": "e-chan1007",
|
|
3941
|
+
"github": "e-chan1007"
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3944
|
+
"compatibility": {
|
|
3945
|
+
"nuxt": "^3.0.0",
|
|
3946
|
+
"requires": {}
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "nuxt-mongoose",
|
|
3951
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3952
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3953
|
+
"npm": "nuxt-mongoose",
|
|
3954
|
+
"icon": "nuxt-mongoose.svg",
|
|
3955
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3956
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3957
|
+
"learn_more": "",
|
|
3958
|
+
"category": "Database",
|
|
3959
|
+
"type": "3rd-party",
|
|
3960
|
+
"maintainers": [
|
|
3961
|
+
{
|
|
3962
|
+
"name": "arashsheyda",
|
|
3963
|
+
"github": "arashsheyda"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"nuxt": "^3.0.0",
|
|
3968
|
+
"requires": {},
|
|
3969
|
+
"devtools": "^0.0.0"
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-oidc-auth",
|
|
3974
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
3975
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
3976
|
+
"npm": "nuxt-oidc-auth",
|
|
3977
|
+
"icon": "",
|
|
3978
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
3979
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
3980
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
3981
|
+
"category": "Security",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Jan-Henrik Damaschke",
|
|
3986
|
+
"github": "itpropro",
|
|
3987
|
+
"twitter": "jandamaschke"
|
|
3988
|
+
}
|
|
3989
|
+
],
|
|
3990
|
+
"compatibility": {
|
|
3991
|
+
"nuxt": "^3.0.0",
|
|
3992
|
+
"requires": {}
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"name": "nuxt-openapi-docs-module",
|
|
3997
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
3998
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
3999
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4000
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4001
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4002
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4003
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4004
|
+
"category": "Libraries",
|
|
4005
|
+
"type": "3rd-party",
|
|
4006
|
+
"maintainers": [
|
|
4007
|
+
{
|
|
4008
|
+
"name": "Pavel Kuzmin",
|
|
4009
|
+
"github": "s00d"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
4012
|
+
"compatibility": {
|
|
4013
|
+
"nuxt": "^3.0.0",
|
|
4014
|
+
"requires": {}
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "nuxt-payload-analyzer",
|
|
4019
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4020
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4021
|
+
"npm": "nuxt-payload-analyzer",
|
|
4022
|
+
"icon": "",
|
|
4023
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4024
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4025
|
+
"learn_more": "",
|
|
4026
|
+
"category": "Performance",
|
|
4027
|
+
"type": "3rd-party",
|
|
4028
|
+
"maintainers": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "Barbapapazes",
|
|
4031
|
+
"github": "Barbapapazes",
|
|
4032
|
+
"twitter": "soubiran_"
|
|
4033
|
+
}
|
|
4034
|
+
],
|
|
4035
|
+
"compatibility": {
|
|
4036
|
+
"nuxt": "^3.0.0",
|
|
4037
|
+
"requires": {}
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "nuxt-pdf",
|
|
4042
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
4043
|
+
"repo": "sidebase/nuxt-pdf",
|
|
4044
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
4045
|
+
"icon": "nuxt-pdf.png",
|
|
4046
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
4047
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
4048
|
+
"learn_more": "https://github.com/sidebase",
|
|
4049
|
+
"category": "Extensions",
|
|
4050
|
+
"type": "3rd-party",
|
|
4051
|
+
"maintainers": [
|
|
4052
|
+
{
|
|
4053
|
+
"name": "sidebase",
|
|
4054
|
+
"github": "sidebase",
|
|
3064
4055
|
"twitter": "sidebase_io"
|
|
3065
4056
|
}
|
|
3066
4057
|
],
|
|
@@ -3069,6 +4060,28 @@
|
|
|
3069
4060
|
"requires": {}
|
|
3070
4061
|
}
|
|
3071
4062
|
},
|
|
4063
|
+
{
|
|
4064
|
+
"name": "nuxt-phosphor-icons",
|
|
4065
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4066
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4067
|
+
"npm": "nuxt-phosphor-icons",
|
|
4068
|
+
"icon": "phosphor-icons.svg",
|
|
4069
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4070
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4071
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4072
|
+
"category": "UI",
|
|
4073
|
+
"type": "3rd-party",
|
|
4074
|
+
"maintainers": [
|
|
4075
|
+
{
|
|
4076
|
+
"name": "OyewoleOyedeji",
|
|
4077
|
+
"github": "OyewoleOyedeji"
|
|
4078
|
+
}
|
|
4079
|
+
],
|
|
4080
|
+
"compatibility": {
|
|
4081
|
+
"nuxt": "^3.0.0",
|
|
4082
|
+
"requires": {}
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
3072
4085
|
{
|
|
3073
4086
|
"name": "nuxt-pino-log",
|
|
3074
4087
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3093,7 +4106,7 @@
|
|
|
3093
4106
|
},
|
|
3094
4107
|
{
|
|
3095
4108
|
"name": "plausible",
|
|
3096
|
-
"description": "Nuxt
|
|
4109
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3097
4110
|
"repo": "nuxt-modules/plausible",
|
|
3098
4111
|
"npm": "@nuxtjs/plausible",
|
|
3099
4112
|
"icon": "plausible.png",
|
|
@@ -3104,8 +4117,34 @@
|
|
|
3104
4117
|
"type": "community",
|
|
3105
4118
|
"maintainers": [
|
|
3106
4119
|
{
|
|
3107
|
-
"name": "Johann Schopplich",
|
|
3108
|
-
"github": "johannschopplich"
|
|
4120
|
+
"name": "Johann Schopplich",
|
|
4121
|
+
"github": "johannschopplich"
|
|
4122
|
+
}
|
|
4123
|
+
],
|
|
4124
|
+
"compatibility": {
|
|
4125
|
+
"nuxt": "^3.0.0",
|
|
4126
|
+
"requires": {}
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"name": "nuxt-plotly",
|
|
4131
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4132
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4133
|
+
"npm": "nuxt-plotly",
|
|
4134
|
+
"icon": "nuxt-plotly.svg",
|
|
4135
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4136
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4137
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4138
|
+
"category": "Libraries",
|
|
4139
|
+
"type": "3rd-party",
|
|
4140
|
+
"maintainers": [
|
|
4141
|
+
{
|
|
4142
|
+
"name": "Supanut Dokmaithong",
|
|
4143
|
+
"github": "Boomgeek"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "superdev-tech",
|
|
4147
|
+
"github": "superdev-tech"
|
|
3109
4148
|
}
|
|
3110
4149
|
],
|
|
3111
4150
|
"compatibility": {
|
|
@@ -3115,7 +4154,7 @@
|
|
|
3115
4154
|
},
|
|
3116
4155
|
{
|
|
3117
4156
|
"name": "nuxt-png-to-ico",
|
|
3118
|
-
"description": "Nuxt
|
|
4157
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3119
4158
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3120
4159
|
"npm": "nuxt-png-to-ico",
|
|
3121
4160
|
"icon": "",
|
|
@@ -3138,7 +4177,7 @@
|
|
|
3138
4177
|
},
|
|
3139
4178
|
{
|
|
3140
4179
|
"name": "nuxt-smartlook",
|
|
3141
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4180
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3142
4181
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3143
4182
|
"npm": "nuxt-smartlook",
|
|
3144
4183
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3160,6 +4199,28 @@
|
|
|
3160
4199
|
"requires": {}
|
|
3161
4200
|
}
|
|
3162
4201
|
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "nuxt-social-share",
|
|
4204
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4205
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4206
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4207
|
+
"icon": "nuxt-social-share.png",
|
|
4208
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4209
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4210
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4211
|
+
"category": "Extensions",
|
|
4212
|
+
"type": "3rd-party",
|
|
4213
|
+
"maintainers": [
|
|
4214
|
+
{
|
|
4215
|
+
"name": "stefanobartoletti",
|
|
4216
|
+
"github": "stefanobartoletti"
|
|
4217
|
+
}
|
|
4218
|
+
],
|
|
4219
|
+
"compatibility": {
|
|
4220
|
+
"nuxt": "^3.0.0",
|
|
4221
|
+
"requires": {}
|
|
4222
|
+
}
|
|
4223
|
+
},
|
|
3163
4224
|
{
|
|
3164
4225
|
"name": "ssr-lit",
|
|
3165
4226
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3190,10 +4251,10 @@
|
|
|
3190
4251
|
},
|
|
3191
4252
|
{
|
|
3192
4253
|
"name": "nuxt-storm",
|
|
3193
|
-
"description": "WebStorm & PHPStorm support for
|
|
4254
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3194
4255
|
"repo": "fumeapp/nuxt-storm",
|
|
3195
4256
|
"npm": "nuxt-storm",
|
|
3196
|
-
"icon": "
|
|
4257
|
+
"icon": "",
|
|
3197
4258
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3198
4259
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3199
4260
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3210,6 +4271,30 @@
|
|
|
3210
4271
|
"requires": {}
|
|
3211
4272
|
}
|
|
3212
4273
|
},
|
|
4274
|
+
{
|
|
4275
|
+
"name": "nuxt-svgo-loader",
|
|
4276
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4277
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4278
|
+
"npm": "nuxt-svgo-loader",
|
|
4279
|
+
"icon": "",
|
|
4280
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4281
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4282
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4283
|
+
"category": "Images",
|
|
4284
|
+
"type": "3rd-party",
|
|
4285
|
+
"maintainers": [
|
|
4286
|
+
{
|
|
4287
|
+
"name": "Alex Liu",
|
|
4288
|
+
"github": "Mini-ghost",
|
|
4289
|
+
"twitter": "Minighost_Alex"
|
|
4290
|
+
}
|
|
4291
|
+
],
|
|
4292
|
+
"compatibility": {
|
|
4293
|
+
"nuxt": "^3.0.0",
|
|
4294
|
+
"requires": {},
|
|
4295
|
+
"devtools": "^0.0.0"
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
3213
4298
|
{
|
|
3214
4299
|
"name": "nuxt-svgo",
|
|
3215
4300
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3234,7 +4319,7 @@
|
|
|
3234
4319
|
},
|
|
3235
4320
|
{
|
|
3236
4321
|
"name": "nuxt-unleash",
|
|
3237
|
-
"description": "Nuxt
|
|
4322
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3238
4323
|
"repo": "conejerock/nuxt-unleash",
|
|
3239
4324
|
"npm": "nuxt-unleash",
|
|
3240
4325
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3254,28 +4339,6 @@
|
|
|
3254
4339
|
"requires": {}
|
|
3255
4340
|
}
|
|
3256
4341
|
},
|
|
3257
|
-
{
|
|
3258
|
-
"name": "nuxt-use-motion",
|
|
3259
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3260
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3261
|
-
"npm": "nuxt-use-motion",
|
|
3262
|
-
"icon": "nuxt-use-motion.svg",
|
|
3263
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3264
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3265
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3266
|
-
"category": "Libraries",
|
|
3267
|
-
"type": "3rd-party",
|
|
3268
|
-
"maintainers": [
|
|
3269
|
-
{
|
|
3270
|
-
"name": "Tahul",
|
|
3271
|
-
"github": "Tahul"
|
|
3272
|
-
}
|
|
3273
|
-
],
|
|
3274
|
-
"compatibility": {
|
|
3275
|
-
"nuxt": "^2.0.0",
|
|
3276
|
-
"requires": {}
|
|
3277
|
-
}
|
|
3278
|
-
},
|
|
3279
4342
|
{
|
|
3280
4343
|
"name": "nuxt-use-sound",
|
|
3281
4344
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3325,12 +4388,12 @@
|
|
|
3325
4388
|
{
|
|
3326
4389
|
"name": "nuxt-vue3-google-signin",
|
|
3327
4390
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3328
|
-
"repo": "
|
|
4391
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3329
4392
|
"npm": "nuxt-vue3-google-signin",
|
|
3330
4393
|
"icon": "vue3-google-signin.svg",
|
|
3331
|
-
"github": "https://github.com/
|
|
3332
|
-
"website": "https://vue3-google-signin.
|
|
3333
|
-
"learn_more": "https://vue3-google-signin.
|
|
4394
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4395
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4396
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3334
4397
|
"category": "Libraries",
|
|
3335
4398
|
"type": "3rd-party",
|
|
3336
4399
|
"maintainers": [
|
|
@@ -3344,9 +4407,75 @@
|
|
|
3344
4407
|
"requires": {}
|
|
3345
4408
|
}
|
|
3346
4409
|
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "nuxt-zod-i18n",
|
|
4412
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4413
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4414
|
+
"npm": "nuxt-zod-i18n",
|
|
4415
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4416
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4417
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4418
|
+
"learn_more": "",
|
|
4419
|
+
"category": "Libraries",
|
|
4420
|
+
"type": "3rd-party",
|
|
4421
|
+
"maintainers": [
|
|
4422
|
+
{
|
|
4423
|
+
"name": "xibman",
|
|
4424
|
+
"github": "xibman"
|
|
4425
|
+
}
|
|
4426
|
+
],
|
|
4427
|
+
"compatibility": {
|
|
4428
|
+
"nuxt": "^3.0.0",
|
|
4429
|
+
"requires": {}
|
|
4430
|
+
}
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"name": "nuxt3-interpolation",
|
|
4434
|
+
"description": "",
|
|
4435
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4436
|
+
"npm": "nuxt3-interpolation",
|
|
4437
|
+
"icon": "",
|
|
4438
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4439
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4440
|
+
"learn_more": "",
|
|
4441
|
+
"category": "Devtools",
|
|
4442
|
+
"type": "3rd-party",
|
|
4443
|
+
"maintainers": [
|
|
4444
|
+
{
|
|
4445
|
+
"name": "daliborgogic",
|
|
4446
|
+
"github": "daliborgogic"
|
|
4447
|
+
}
|
|
4448
|
+
],
|
|
4449
|
+
"compatibility": {
|
|
4450
|
+
"nuxt": "^3.0.0",
|
|
4451
|
+
"requires": {}
|
|
4452
|
+
}
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"name": "nuxt3-leaflet",
|
|
4456
|
+
"description": "Leaflet integration with Nuxt",
|
|
4457
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4458
|
+
"npm": "nuxt3-leaflet",
|
|
4459
|
+
"icon": "leaflet.png",
|
|
4460
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4461
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4462
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4463
|
+
"category": "Libraries",
|
|
4464
|
+
"type": "3rd-party",
|
|
4465
|
+
"maintainers": [
|
|
4466
|
+
{
|
|
4467
|
+
"name": "Augustin MERCIER",
|
|
4468
|
+
"github": "Gugustinette"
|
|
4469
|
+
}
|
|
4470
|
+
],
|
|
4471
|
+
"compatibility": {
|
|
4472
|
+
"nuxt": "^3.0.0",
|
|
4473
|
+
"requires": {}
|
|
4474
|
+
}
|
|
4475
|
+
},
|
|
3347
4476
|
{
|
|
3348
4477
|
"name": "nuxt7",
|
|
3349
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4478
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3350
4479
|
"repo": "nuxt-community/nuxt7",
|
|
3351
4480
|
"npm": "nuxt7",
|
|
3352
4481
|
"icon": "",
|
|
@@ -3369,15 +4498,15 @@
|
|
|
3369
4498
|
},
|
|
3370
4499
|
{
|
|
3371
4500
|
"name": "og-image",
|
|
3372
|
-
"description": "
|
|
3373
|
-
"repo": "
|
|
4501
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4502
|
+
"repo": "nuxt-modules/og-image",
|
|
3374
4503
|
"npm": "nuxt-og-image",
|
|
3375
|
-
"icon": "",
|
|
3376
|
-
"github": "https://github.com/
|
|
3377
|
-
"website": "https://
|
|
3378
|
-
"learn_more": "",
|
|
4504
|
+
"icon": "og-image.svg",
|
|
4505
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4506
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4507
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3379
4508
|
"category": "SEO",
|
|
3380
|
-
"type": "
|
|
4509
|
+
"type": "community",
|
|
3381
4510
|
"maintainers": [
|
|
3382
4511
|
{
|
|
3383
4512
|
"name": "Harlan Wilton",
|
|
@@ -3388,7 +4517,8 @@
|
|
|
3388
4517
|
],
|
|
3389
4518
|
"compatibility": {
|
|
3390
4519
|
"nuxt": "^3.0.0",
|
|
3391
|
-
"requires": {}
|
|
4520
|
+
"requires": {},
|
|
4521
|
+
"devtools": "^0.0.0"
|
|
3392
4522
|
}
|
|
3393
4523
|
},
|
|
3394
4524
|
{
|
|
@@ -3416,13 +4546,13 @@
|
|
|
3416
4546
|
},
|
|
3417
4547
|
{
|
|
3418
4548
|
"name": "optimized-images",
|
|
3419
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4549
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3420
4550
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3421
4551
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3422
4552
|
"icon": "",
|
|
3423
4553
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3424
|
-
"website": "https://
|
|
3425
|
-
"learn_more": "",
|
|
4554
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4555
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3426
4556
|
"category": "Images",
|
|
3427
4557
|
"type": "3rd-party",
|
|
3428
4558
|
"maintainers": [
|
|
@@ -3461,7 +4591,7 @@
|
|
|
3461
4591
|
},
|
|
3462
4592
|
{
|
|
3463
4593
|
"name": "parse",
|
|
3464
|
-
"description": "Parse package for Nuxt
|
|
4594
|
+
"description": "Parse package for Nuxt",
|
|
3465
4595
|
"repo": "cierrateam/nuxt-parse",
|
|
3466
4596
|
"npm": "nuxt-parse",
|
|
3467
4597
|
"icon": "",
|
|
@@ -3481,6 +4611,29 @@
|
|
|
3481
4611
|
"requires": {}
|
|
3482
4612
|
}
|
|
3483
4613
|
},
|
|
4614
|
+
{
|
|
4615
|
+
"name": "particles",
|
|
4616
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4617
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4618
|
+
"npm": "nuxt-particles",
|
|
4619
|
+
"icon": "",
|
|
4620
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4621
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4622
|
+
"learn_more": "https://particles.js.org/",
|
|
4623
|
+
"category": "Libraries",
|
|
4624
|
+
"type": "3rd-party",
|
|
4625
|
+
"maintainers": [
|
|
4626
|
+
{
|
|
4627
|
+
"name": "Joey Pereira",
|
|
4628
|
+
"github": "Joepocalyptic",
|
|
4629
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4630
|
+
}
|
|
4631
|
+
],
|
|
4632
|
+
"compatibility": {
|
|
4633
|
+
"nuxt": "^3.0.0",
|
|
4634
|
+
"requires": {}
|
|
4635
|
+
}
|
|
4636
|
+
},
|
|
3484
4637
|
{
|
|
3485
4638
|
"name": "partytown",
|
|
3486
4639
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3506,6 +4659,52 @@
|
|
|
3506
4659
|
}
|
|
3507
4660
|
}
|
|
3508
4661
|
},
|
|
4662
|
+
{
|
|
4663
|
+
"name": "paypal",
|
|
4664
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4665
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4666
|
+
"npm": "nuxt-paypal",
|
|
4667
|
+
"icon": "paypal.svg",
|
|
4668
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4669
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4670
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4671
|
+
"category": "Payment",
|
|
4672
|
+
"type": "3rd-party",
|
|
4673
|
+
"maintainers": [
|
|
4674
|
+
{
|
|
4675
|
+
"name": "Arash Sheyda",
|
|
4676
|
+
"github": "arashsheyda"
|
|
4677
|
+
}
|
|
4678
|
+
],
|
|
4679
|
+
"compatibility": {
|
|
4680
|
+
"nuxt": "^3.0.0",
|
|
4681
|
+
"requires": {}
|
|
4682
|
+
}
|
|
4683
|
+
},
|
|
4684
|
+
{
|
|
4685
|
+
"name": "pdfeasy",
|
|
4686
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4687
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4688
|
+
"npm": "nuxt-pdfeasy",
|
|
4689
|
+
"icon": "pdfeasy.png",
|
|
4690
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4691
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4692
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4693
|
+
"category": "Extensions",
|
|
4694
|
+
"type": "3rd-party",
|
|
4695
|
+
"maintainers": [
|
|
4696
|
+
{
|
|
4697
|
+
"name": "Giovane Cardoso",
|
|
4698
|
+
"github": "novout",
|
|
4699
|
+
"twitter": "novoutttttt",
|
|
4700
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4701
|
+
}
|
|
4702
|
+
],
|
|
4703
|
+
"compatibility": {
|
|
4704
|
+
"nuxt": "^3.0.0",
|
|
4705
|
+
"requires": {}
|
|
4706
|
+
}
|
|
4707
|
+
},
|
|
3509
4708
|
{
|
|
3510
4709
|
"name": "persian-datepicker",
|
|
3511
4710
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3603,7 +4802,7 @@
|
|
|
3603
4802
|
},
|
|
3604
4803
|
{
|
|
3605
4804
|
"name": "plausible",
|
|
3606
|
-
"description": "Nuxt
|
|
4805
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3607
4806
|
"repo": "nuxt-modules/plausible",
|
|
3608
4807
|
"npm": "@nuxtjs/plausible",
|
|
3609
4808
|
"icon": "",
|
|
@@ -3645,9 +4844,56 @@
|
|
|
3645
4844
|
"requires": {}
|
|
3646
4845
|
}
|
|
3647
4846
|
},
|
|
4847
|
+
{
|
|
4848
|
+
"name": "prepare",
|
|
4849
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4850
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4851
|
+
"npm": "nuxt-prepare",
|
|
4852
|
+
"icon": "prepare.svg",
|
|
4853
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4854
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4855
|
+
"learn_more": "",
|
|
4856
|
+
"category": "Devtools",
|
|
4857
|
+
"type": "3rd-party",
|
|
4858
|
+
"maintainers": [
|
|
4859
|
+
{
|
|
4860
|
+
"name": "Johann Schopplich",
|
|
4861
|
+
"github": "johannschopplich",
|
|
4862
|
+
"twitter": "jschopplich",
|
|
4863
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4864
|
+
}
|
|
4865
|
+
],
|
|
4866
|
+
"compatibility": {
|
|
4867
|
+
"nuxt": "^3.0.0",
|
|
4868
|
+
"requires": {}
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "primevue",
|
|
4873
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4874
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4875
|
+
"npm": "nuxt-primevue",
|
|
4876
|
+
"icon": "primevue.svg",
|
|
4877
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4878
|
+
"website": "https://primevue.org/",
|
|
4879
|
+
"learn_more": "https://primevue.org/",
|
|
4880
|
+
"category": "UI",
|
|
4881
|
+
"type": "3rd-party",
|
|
4882
|
+
"maintainers": [
|
|
4883
|
+
{
|
|
4884
|
+
"name": "primefaces",
|
|
4885
|
+
"github": "primefaces",
|
|
4886
|
+
"twitter": "primevue"
|
|
4887
|
+
}
|
|
4888
|
+
],
|
|
4889
|
+
"compatibility": {
|
|
4890
|
+
"nuxt": "^3.0.0",
|
|
4891
|
+
"requires": {}
|
|
4892
|
+
}
|
|
4893
|
+
},
|
|
3648
4894
|
{
|
|
3649
4895
|
"name": "prismic",
|
|
3650
|
-
"description": "Easily connect your Nuxt
|
|
4896
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3651
4897
|
"repo": "nuxt-modules/prismic",
|
|
3652
4898
|
"npm": "@nuxtjs/prismic",
|
|
3653
4899
|
"icon": "prismic.png",
|
|
@@ -3673,11 +4919,11 @@
|
|
|
3673
4919
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3674
4920
|
"repo": "artmizu/nuxt-prometheus",
|
|
3675
4921
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3676
|
-
"icon": "",
|
|
4922
|
+
"icon": "prometheus.svg",
|
|
3677
4923
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3678
4924
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3679
4925
|
"learn_more": "",
|
|
3680
|
-
"category": "
|
|
4926
|
+
"category": "Monitoring",
|
|
3681
4927
|
"type": "3rd-party",
|
|
3682
4928
|
"maintainers": [
|
|
3683
4929
|
{
|
|
@@ -3686,7 +4932,7 @@
|
|
|
3686
4932
|
}
|
|
3687
4933
|
],
|
|
3688
4934
|
"compatibility": {
|
|
3689
|
-
"nuxt": "^
|
|
4935
|
+
"nuxt": "^3.0.0",
|
|
3690
4936
|
"requires": {}
|
|
3691
4937
|
}
|
|
3692
4938
|
},
|
|
@@ -3714,7 +4960,7 @@
|
|
|
3714
4960
|
},
|
|
3715
4961
|
{
|
|
3716
4962
|
"name": "proxy",
|
|
3717
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4963
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3718
4964
|
"repo": "nuxt-community/proxy-module",
|
|
3719
4965
|
"npm": "@nuxtjs/proxy",
|
|
3720
4966
|
"icon": "",
|
|
@@ -3760,7 +5006,7 @@
|
|
|
3760
5006
|
},
|
|
3761
5007
|
{
|
|
3762
5008
|
"name": "purgecss",
|
|
3763
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5009
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3764
5010
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3765
5011
|
"npm": "nuxt-purgecss",
|
|
3766
5012
|
"icon": "purgecss.png",
|
|
@@ -3782,7 +5028,7 @@
|
|
|
3782
5028
|
},
|
|
3783
5029
|
{
|
|
3784
5030
|
"name": "pwa",
|
|
3785
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5031
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3786
5032
|
"repo": "nuxt-community/pwa-module",
|
|
3787
5033
|
"npm": "@nuxtjs/pwa",
|
|
3788
5034
|
"icon": "pwa.png",
|
|
@@ -3807,7 +5053,7 @@
|
|
|
3807
5053
|
},
|
|
3808
5054
|
{
|
|
3809
5055
|
"name": "python",
|
|
3810
|
-
"description": "Write Nuxt
|
|
5056
|
+
"description": "Write Nuxt applications using Python",
|
|
3811
5057
|
"repo": "nuxt-community/python-module",
|
|
3812
5058
|
"npm": "@nuxtjs/python",
|
|
3813
5059
|
"icon": "python.png",
|
|
@@ -3827,9 +5073,89 @@
|
|
|
3827
5073
|
"requires": {}
|
|
3828
5074
|
}
|
|
3829
5075
|
},
|
|
5076
|
+
{
|
|
5077
|
+
"name": "quasar",
|
|
5078
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
5079
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
5080
|
+
"npm": "nuxt-quasar-ui",
|
|
5081
|
+
"icon": "quasar.svg",
|
|
5082
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
5083
|
+
"website": "https://quasar.dev/",
|
|
5084
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
5085
|
+
"category": "UI",
|
|
5086
|
+
"type": "3rd-party",
|
|
5087
|
+
"maintainers": [
|
|
5088
|
+
{
|
|
5089
|
+
"name": "Ege İliklier",
|
|
5090
|
+
"github": "Maiquu"
|
|
5091
|
+
}
|
|
5092
|
+
],
|
|
5093
|
+
"compatibility": {
|
|
5094
|
+
"nuxt": "^3.0.0",
|
|
5095
|
+
"requires": {},
|
|
5096
|
+
"devtools": "^0.0.0"
|
|
5097
|
+
}
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"name": "radash",
|
|
5101
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5102
|
+
"repo": "bbg/nuxt-radash",
|
|
5103
|
+
"npm": "nuxt-radash",
|
|
5104
|
+
"icon": "radash.png",
|
|
5105
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5106
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5107
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5108
|
+
"category": "Libraries",
|
|
5109
|
+
"type": "3rd-party",
|
|
5110
|
+
"maintainers": [
|
|
5111
|
+
{
|
|
5112
|
+
"name": "Batuhan Göksu",
|
|
5113
|
+
"github": "bbg"
|
|
5114
|
+
}
|
|
5115
|
+
],
|
|
5116
|
+
"compatibility": {
|
|
5117
|
+
"nuxt": "^3.0.0",
|
|
5118
|
+
"requires": {}
|
|
5119
|
+
}
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"name": "radix-vue",
|
|
5123
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5124
|
+
"repo": "radix-vue/radix-vue",
|
|
5125
|
+
"npm": "radix-vue",
|
|
5126
|
+
"icon": "radix-vue.svg",
|
|
5127
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5128
|
+
"website": "https://www.radix-vue.com/",
|
|
5129
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5130
|
+
"category": "UI",
|
|
5131
|
+
"type": "3rd-party",
|
|
5132
|
+
"maintainers": [
|
|
5133
|
+
{
|
|
5134
|
+
"name": "Zernonia",
|
|
5135
|
+
"github": "zernonia",
|
|
5136
|
+
"twitter": "zernonia"
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"name": "Khairul Haaziq",
|
|
5140
|
+
"github": "khairulhaaziq"
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"name": "Mujahid Anuar",
|
|
5144
|
+
"github": "mujahidfa"
|
|
5145
|
+
},
|
|
5146
|
+
{
|
|
5147
|
+
"name": "Max",
|
|
5148
|
+
"github": "onmax"
|
|
5149
|
+
}
|
|
5150
|
+
],
|
|
5151
|
+
"compatibility": {
|
|
5152
|
+
"nuxt": "^3.0.0",
|
|
5153
|
+
"requires": {}
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
3830
5156
|
{
|
|
3831
5157
|
"name": "recaptcha",
|
|
3832
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5158
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
3833
5159
|
"repo": "nuxt-community/recaptcha-module",
|
|
3834
5160
|
"npm": "@nuxtjs/recaptcha",
|
|
3835
5161
|
"icon": "recaptcha.png",
|
|
@@ -3872,9 +5198,32 @@
|
|
|
3872
5198
|
"requires": {}
|
|
3873
5199
|
}
|
|
3874
5200
|
},
|
|
5201
|
+
{
|
|
5202
|
+
"name": "resend",
|
|
5203
|
+
"description": "Resend integration for Nuxt",
|
|
5204
|
+
"repo": "nhedger/nuxt-resend",
|
|
5205
|
+
"npm": "nuxt-resend",
|
|
5206
|
+
"icon": "resend.svg",
|
|
5207
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5208
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5209
|
+
"learn_more": "https://resend.com",
|
|
5210
|
+
"category": "Extensions",
|
|
5211
|
+
"type": "3rd-party",
|
|
5212
|
+
"maintainers": [
|
|
5213
|
+
{
|
|
5214
|
+
"name": "Nicolas Hedger",
|
|
5215
|
+
"github": "nhedger",
|
|
5216
|
+
"twitter": "nicolashedger"
|
|
5217
|
+
}
|
|
5218
|
+
],
|
|
5219
|
+
"compatibility": {
|
|
5220
|
+
"nuxt": "^3.0.0",
|
|
5221
|
+
"requires": {}
|
|
5222
|
+
}
|
|
5223
|
+
},
|
|
3875
5224
|
{
|
|
3876
5225
|
"name": "rfg-icon",
|
|
3877
|
-
"description": "Nuxt
|
|
5226
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
3878
5227
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3879
5228
|
"npm": "nuxt-rfg-icon",
|
|
3880
5229
|
"icon": "real-favicon-generator.png",
|
|
@@ -3896,13 +5245,13 @@
|
|
|
3896
5245
|
},
|
|
3897
5246
|
{
|
|
3898
5247
|
"name": "robots",
|
|
3899
|
-
"description": "A Nuxt
|
|
3900
|
-
"repo": "nuxt-
|
|
5248
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5249
|
+
"repo": "nuxt-modules/robots",
|
|
3901
5250
|
"npm": "@nuxtjs/robots",
|
|
3902
5251
|
"icon": "robots.png",
|
|
3903
|
-
"github": "https://github.com/nuxt-
|
|
3904
|
-
"website": "https://github.com/nuxt-
|
|
3905
|
-
"learn_more": "
|
|
5252
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5253
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5254
|
+
"learn_more": "",
|
|
3906
5255
|
"category": "SEO",
|
|
3907
5256
|
"type": "community",
|
|
3908
5257
|
"maintainers": [
|
|
@@ -3920,23 +5269,23 @@
|
|
|
3920
5269
|
},
|
|
3921
5270
|
{
|
|
3922
5271
|
"name": "rollbar",
|
|
3923
|
-
"description": "
|
|
3924
|
-
"repo": "
|
|
3925
|
-
"npm": "nuxt-rollbar
|
|
5272
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5273
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5274
|
+
"npm": "nuxt-rollbar",
|
|
3926
5275
|
"icon": "rollbar.png",
|
|
3927
|
-
"github": "https://github.com/
|
|
3928
|
-
"website": "https://github.com/
|
|
5276
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5277
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
3929
5278
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
3930
5279
|
"category": "Monitoring",
|
|
3931
5280
|
"type": "3rd-party",
|
|
3932
5281
|
"maintainers": [
|
|
3933
5282
|
{
|
|
3934
|
-
"name": "
|
|
3935
|
-
"github": "
|
|
5283
|
+
"name": "Jairo Blatt",
|
|
5284
|
+
"github": "jairoblatt"
|
|
3936
5285
|
}
|
|
3937
5286
|
],
|
|
3938
5287
|
"compatibility": {
|
|
3939
|
-
"nuxt": "^
|
|
5288
|
+
"nuxt": "^3.0.0",
|
|
3940
5289
|
"requires": {}
|
|
3941
5290
|
}
|
|
3942
5291
|
},
|
|
@@ -3965,7 +5314,7 @@
|
|
|
3965
5314
|
},
|
|
3966
5315
|
{
|
|
3967
5316
|
"name": "router",
|
|
3968
|
-
"description": "Nuxt
|
|
5317
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
3969
5318
|
"repo": "nuxt-community/router-module",
|
|
3970
5319
|
"npm": "@nuxtjs/router",
|
|
3971
5320
|
"icon": "vue.png",
|
|
@@ -4013,13 +5362,13 @@
|
|
|
4013
5362
|
},
|
|
4014
5363
|
{
|
|
4015
5364
|
"name": "schema-org",
|
|
4016
|
-
"description": "
|
|
4017
|
-
"repo": "
|
|
5365
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5366
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4018
5367
|
"npm": "nuxt-schema-org",
|
|
4019
5368
|
"icon": "schema-org.svg",
|
|
4020
|
-
"github": "https://github.com/
|
|
4021
|
-
"website": "https://
|
|
4022
|
-
"learn_more": "https://
|
|
5369
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5370
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5371
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4023
5372
|
"category": "SEO",
|
|
4024
5373
|
"type": "3rd-party",
|
|
4025
5374
|
"maintainers": [
|
|
@@ -4082,13 +5431,13 @@
|
|
|
4082
5431
|
},
|
|
4083
5432
|
{
|
|
4084
5433
|
"name": "segment",
|
|
4085
|
-
"description": "Nuxt
|
|
5434
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4086
5435
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4087
5436
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4088
5437
|
"icon": "segment.png",
|
|
4089
5438
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4090
5439
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4091
|
-
"learn_more": "
|
|
5440
|
+
"learn_more": "",
|
|
4092
5441
|
"category": "Analytics",
|
|
4093
5442
|
"type": "3rd-party",
|
|
4094
5443
|
"maintainers": [
|
|
@@ -4104,10 +5453,10 @@
|
|
|
4104
5453
|
},
|
|
4105
5454
|
{
|
|
4106
5455
|
"name": "sentry",
|
|
4107
|
-
"description": "Sentry module for Nuxt
|
|
5456
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4108
5457
|
"repo": "nuxt-community/sentry-module",
|
|
4109
5458
|
"npm": "@nuxtjs/sentry",
|
|
4110
|
-
"icon": "sentry.
|
|
5459
|
+
"icon": "sentry.svg",
|
|
4111
5460
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4112
5461
|
"website": "https://sentry.nuxtjs.org/",
|
|
4113
5462
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4125,20 +5474,22 @@
|
|
|
4125
5474
|
}
|
|
4126
5475
|
},
|
|
4127
5476
|
{
|
|
4128
|
-
"name": "seo-
|
|
4129
|
-
"description": "
|
|
4130
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4131
|
-
"npm": "nuxt-seo-
|
|
4132
|
-
"icon": "seo-
|
|
4133
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4134
|
-
"website": "https://
|
|
4135
|
-
"learn_more": "",
|
|
5477
|
+
"name": "seo-experiments",
|
|
5478
|
+
"description": "Powerful SEO DX improvements.",
|
|
5479
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5480
|
+
"npm": "nuxt-seo-experiments",
|
|
5481
|
+
"icon": "seo-experiments.svg",
|
|
5482
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5483
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5484
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4136
5485
|
"category": "SEO",
|
|
4137
5486
|
"type": "3rd-party",
|
|
4138
5487
|
"maintainers": [
|
|
4139
5488
|
{
|
|
4140
|
-
"name": "
|
|
4141
|
-
"github": "harlan-zw"
|
|
5489
|
+
"name": "Harlan Wilton",
|
|
5490
|
+
"github": "harlan-zw",
|
|
5491
|
+
"twitter": "harlan_zw",
|
|
5492
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4142
5493
|
}
|
|
4143
5494
|
],
|
|
4144
5495
|
"compatibility": {
|
|
@@ -4169,9 +5520,31 @@
|
|
|
4169
5520
|
"requires": {}
|
|
4170
5521
|
}
|
|
4171
5522
|
},
|
|
5523
|
+
{
|
|
5524
|
+
"name": "seo",
|
|
5525
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5526
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5527
|
+
"npm": "@nuxtjs/seo",
|
|
5528
|
+
"icon": "nuxt.svg",
|
|
5529
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5530
|
+
"website": "https://nuxtseo.com/",
|
|
5531
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5532
|
+
"category": "SEO",
|
|
5533
|
+
"type": "3rd-party",
|
|
5534
|
+
"maintainers": [
|
|
5535
|
+
{
|
|
5536
|
+
"name": "harlan-zw",
|
|
5537
|
+
"github": "harlan-zw"
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"compatibility": {
|
|
5541
|
+
"nuxt": "^3.0.0",
|
|
5542
|
+
"requires": {}
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
4172
5545
|
{
|
|
4173
5546
|
"name": "seomatic-meta",
|
|
4174
|
-
"description": "A Nuxt
|
|
5547
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4175
5548
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4176
5549
|
"npm": "nuxt-seomatic-meta",
|
|
4177
5550
|
"icon": "seomatic.png",
|
|
@@ -4214,6 +5587,29 @@
|
|
|
4214
5587
|
"requires": {}
|
|
4215
5588
|
}
|
|
4216
5589
|
},
|
|
5590
|
+
{
|
|
5591
|
+
"name": "server-block",
|
|
5592
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5593
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5594
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5595
|
+
"icon": "server-block.svg",
|
|
5596
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5597
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5598
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5599
|
+
"category": "Extensions",
|
|
5600
|
+
"type": "3rd-party",
|
|
5601
|
+
"maintainers": [
|
|
5602
|
+
{
|
|
5603
|
+
"name": "Hebilicious",
|
|
5604
|
+
"github": "Hebilicious",
|
|
5605
|
+
"twitter": "its_hebilicious"
|
|
5606
|
+
}
|
|
5607
|
+
],
|
|
5608
|
+
"compatibility": {
|
|
5609
|
+
"nuxt": "^3.0.0",
|
|
5610
|
+
"requires": {}
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
4217
5613
|
{
|
|
4218
5614
|
"name": "session",
|
|
4219
5615
|
"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",
|
|
@@ -4239,7 +5635,7 @@
|
|
|
4239
5635
|
},
|
|
4240
5636
|
{
|
|
4241
5637
|
"name": "shopify",
|
|
4242
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5638
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4243
5639
|
"repo": "Gomah/nuxt-shopify",
|
|
4244
5640
|
"npm": "nuxt-shopify",
|
|
4245
5641
|
"icon": "shopify.png",
|
|
@@ -4260,7 +5656,7 @@
|
|
|
4260
5656
|
}
|
|
4261
5657
|
},
|
|
4262
5658
|
{
|
|
4263
|
-
"name": "
|
|
5659
|
+
"name": "sidebase-auth",
|
|
4264
5660
|
"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.",
|
|
4265
5661
|
"repo": "sidebase/nuxt-auth",
|
|
4266
5662
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4306,13 +5702,13 @@
|
|
|
4306
5702
|
},
|
|
4307
5703
|
{
|
|
4308
5704
|
"name": "simple-robots",
|
|
4309
|
-
"description": "
|
|
5705
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4310
5706
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4311
5707
|
"npm": "nuxt-simple-robots",
|
|
4312
|
-
"icon": "",
|
|
5708
|
+
"icon": "simple-robots.svg",
|
|
4313
5709
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4314
|
-
"website": "https://
|
|
4315
|
-
"learn_more": "",
|
|
5710
|
+
"website": "https://nuxtseo.com/robots",
|
|
5711
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4316
5712
|
"category": "SEO",
|
|
4317
5713
|
"type": "3rd-party",
|
|
4318
5714
|
"maintainers": [
|
|
@@ -4329,22 +5725,27 @@
|
|
|
4329
5725
|
}
|
|
4330
5726
|
},
|
|
4331
5727
|
{
|
|
4332
|
-
"name": "
|
|
4333
|
-
"description": "
|
|
4334
|
-
"repo": "
|
|
4335
|
-
"npm": "
|
|
4336
|
-
"icon": "",
|
|
4337
|
-
"github": "https://github.com/
|
|
4338
|
-
"website": "https://
|
|
4339
|
-
"learn_more": "",
|
|
5728
|
+
"name": "sitemap",
|
|
5729
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5730
|
+
"repo": "nuxt-modules/sitemap",
|
|
5731
|
+
"npm": "@nuxtjs/sitemap",
|
|
5732
|
+
"icon": "simple-sitemap.svg",
|
|
5733
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5734
|
+
"website": "https://nuxtseo.com/",
|
|
5735
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4340
5736
|
"category": "SEO",
|
|
4341
|
-
"type": "
|
|
5737
|
+
"type": "community",
|
|
4342
5738
|
"maintainers": [
|
|
4343
5739
|
{
|
|
4344
5740
|
"name": "Harlan Wilton",
|
|
4345
5741
|
"github": "harlan-zw",
|
|
4346
5742
|
"twitter": "harlan_zw",
|
|
4347
5743
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
"name": "Nicolas PENNEC",
|
|
5747
|
+
"github": "NicoPennec",
|
|
5748
|
+
"twitter": "NicoPennec"
|
|
4348
5749
|
}
|
|
4349
5750
|
],
|
|
4350
5751
|
"compatibility": {
|
|
@@ -4353,38 +5754,37 @@
|
|
|
4353
5754
|
}
|
|
4354
5755
|
},
|
|
4355
5756
|
{
|
|
4356
|
-
"name": "
|
|
4357
|
-
"description": "
|
|
4358
|
-
"repo": "nuxt-
|
|
4359
|
-
"npm": "
|
|
4360
|
-
"icon": "",
|
|
4361
|
-
"github": "https://github.com/nuxt-
|
|
4362
|
-
"website": "https://
|
|
4363
|
-
"learn_more": "",
|
|
4364
|
-
"category": "
|
|
4365
|
-
"type": "
|
|
5757
|
+
"name": "snackbar",
|
|
5758
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5759
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5760
|
+
"npm": "nuxt-snackbar",
|
|
5761
|
+
"icon": "snackbar.png",
|
|
5762
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5763
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5764
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5765
|
+
"category": "UI",
|
|
5766
|
+
"type": "3rd-party",
|
|
4366
5767
|
"maintainers": [
|
|
4367
5768
|
{
|
|
4368
|
-
"name": "
|
|
4369
|
-
"github": "
|
|
4370
|
-
"twitter": "NicoPennec"
|
|
5769
|
+
"name": "modbender",
|
|
5770
|
+
"github": "modbender"
|
|
4371
5771
|
}
|
|
4372
5772
|
],
|
|
4373
5773
|
"compatibility": {
|
|
4374
|
-
"nuxt": "^
|
|
5774
|
+
"nuxt": "^3.0.0",
|
|
4375
5775
|
"requires": {}
|
|
4376
5776
|
}
|
|
4377
5777
|
},
|
|
4378
5778
|
{
|
|
4379
5779
|
"name": "snipcart",
|
|
4380
|
-
"description": "Snipcart integration module for Nuxt
|
|
5780
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4381
5781
|
"repo": "nuxt-modules/snipcart",
|
|
4382
5782
|
"npm": "@nuxtjs/snipcart",
|
|
4383
5783
|
"icon": "snipcart.png",
|
|
4384
5784
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4385
5785
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4386
5786
|
"learn_more": "https://snipcart.com",
|
|
4387
|
-
"category": "
|
|
5787
|
+
"category": "Ecommerce",
|
|
4388
5788
|
"type": "community",
|
|
4389
5789
|
"maintainers": [
|
|
4390
5790
|
{
|
|
@@ -4400,7 +5800,7 @@
|
|
|
4400
5800
|
},
|
|
4401
5801
|
{
|
|
4402
5802
|
"name": "social-meta",
|
|
4403
|
-
"description": "Nuxt
|
|
5803
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4404
5804
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4405
5805
|
"npm": "nuxt-social-meta",
|
|
4406
5806
|
"icon": "",
|
|
@@ -4522,7 +5922,7 @@
|
|
|
4522
5922
|
},
|
|
4523
5923
|
{
|
|
4524
5924
|
"name": "storage",
|
|
4525
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5925
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4526
5926
|
"repo": "mazipan/nuxt-storage",
|
|
4527
5927
|
"npm": "nuxt-storage",
|
|
4528
5928
|
"icon": "",
|
|
@@ -4544,7 +5944,7 @@
|
|
|
4544
5944
|
},
|
|
4545
5945
|
{
|
|
4546
5946
|
"name": "storefront-ui",
|
|
4547
|
-
"description": "Storefront UI Module for Nuxt
|
|
5947
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4548
5948
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4549
5949
|
"npm": "@storefront-ui/nuxt",
|
|
4550
5950
|
"icon": "storefront-ui.svg",
|
|
@@ -4588,8 +5988,8 @@
|
|
|
4588
5988
|
},
|
|
4589
5989
|
{
|
|
4590
5990
|
"name": "storyblok",
|
|
4591
|
-
"description": "Storyblok Nuxt
|
|
4592
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
5991
|
+
"description": "Storyblok Nuxt module",
|
|
5992
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4593
5993
|
"npm": "@storyblok/nuxt",
|
|
4594
5994
|
"icon": "storyblok.png",
|
|
4595
5995
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4605,46 +6005,43 @@
|
|
|
4605
6005
|
],
|
|
4606
6006
|
"compatibility": {
|
|
4607
6007
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4608
|
-
"requires": {}
|
|
6008
|
+
"requires": {},
|
|
6009
|
+
"devtools": "^0.0.0"
|
|
4609
6010
|
}
|
|
4610
6011
|
},
|
|
4611
6012
|
{
|
|
4612
6013
|
"name": "storybook",
|
|
4613
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4614
|
-
"repo": "nuxt-
|
|
6014
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6015
|
+
"repo": "nuxt-modules/storybook",
|
|
4615
6016
|
"npm": "@nuxtjs/storybook",
|
|
4616
6017
|
"icon": "storybook.png",
|
|
4617
|
-
"github": "https://github.com/nuxt-
|
|
6018
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4618
6019
|
"website": "https://storybook.nuxtjs.org",
|
|
4619
|
-
"learn_more": "https://
|
|
6020
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4620
6021
|
"category": "Devtools",
|
|
4621
6022
|
"type": "community",
|
|
4622
6023
|
"maintainers": [
|
|
4623
6024
|
{
|
|
4624
|
-
"name": "
|
|
4625
|
-
"github": "
|
|
4626
|
-
"twitter": "
|
|
4627
|
-
},
|
|
4628
|
-
{
|
|
4629
|
-
"name": "Pooya Parsa",
|
|
4630
|
-
"github": "pi0",
|
|
4631
|
-
"twitter": "_pi0_"
|
|
6025
|
+
"name": "Chakir QATAB",
|
|
6026
|
+
"github": "chakAs3",
|
|
6027
|
+
"twitter": "ChakirQatab"
|
|
4632
6028
|
}
|
|
4633
6029
|
],
|
|
4634
6030
|
"compatibility": {
|
|
4635
|
-
"nuxt": "^2.0.0",
|
|
6031
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4636
6032
|
"requires": {
|
|
4637
6033
|
"bridge": "optional"
|
|
4638
|
-
}
|
|
6034
|
+
},
|
|
6035
|
+
"devtools": "^0.7.2"
|
|
4639
6036
|
}
|
|
4640
6037
|
},
|
|
4641
6038
|
{
|
|
4642
6039
|
"name": "strapi",
|
|
4643
6040
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4644
|
-
"repo": "nuxt-
|
|
6041
|
+
"repo": "nuxt-modules/strapi",
|
|
4645
6042
|
"npm": "@nuxtjs/strapi",
|
|
4646
6043
|
"icon": "strapi.png",
|
|
4647
|
-
"github": "https://github.com/nuxt-
|
|
6044
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4648
6045
|
"website": "https://strapi.nuxtjs.org",
|
|
4649
6046
|
"learn_more": "https://strapi.io/",
|
|
4650
6047
|
"category": "CMS",
|
|
@@ -4665,7 +6062,34 @@
|
|
|
4665
6062
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4666
6063
|
"requires": {
|
|
4667
6064
|
"bridge": true
|
|
6065
|
+
},
|
|
6066
|
+
"devtools": "^0.0.0"
|
|
6067
|
+
}
|
|
6068
|
+
},
|
|
6069
|
+
{
|
|
6070
|
+
"name": "stripe-next",
|
|
6071
|
+
"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.",
|
|
6072
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6073
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6074
|
+
"icon": "stripe.png",
|
|
6075
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6076
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6077
|
+
"learn_more": "https://stripe.com/docs",
|
|
6078
|
+
"category": "Payment",
|
|
6079
|
+
"type": "3rd-party",
|
|
6080
|
+
"maintainers": [
|
|
6081
|
+
{
|
|
6082
|
+
"name": "Loic Fuentes",
|
|
6083
|
+
"github": "fuentesloic"
|
|
6084
|
+
},
|
|
6085
|
+
{
|
|
6086
|
+
"name": "Florent Giraud",
|
|
6087
|
+
"github": "flozero"
|
|
4668
6088
|
}
|
|
6089
|
+
],
|
|
6090
|
+
"compatibility": {
|
|
6091
|
+
"nuxt": "^3.0.0",
|
|
6092
|
+
"requires": {}
|
|
4669
6093
|
}
|
|
4670
6094
|
},
|
|
4671
6095
|
{
|
|
@@ -4690,6 +6114,36 @@
|
|
|
4690
6114
|
"requires": {}
|
|
4691
6115
|
}
|
|
4692
6116
|
},
|
|
6117
|
+
{
|
|
6118
|
+
"name": "studio",
|
|
6119
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6120
|
+
"repo": "nuxtlabs/studio-module",
|
|
6121
|
+
"npm": "@nuxthq/studio",
|
|
6122
|
+
"icon": "studio.svg",
|
|
6123
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6124
|
+
"website": "https://nuxt.studio",
|
|
6125
|
+
"learn_more": "https://nuxt.studio",
|
|
6126
|
+
"category": "CMS",
|
|
6127
|
+
"type": "3rd-party",
|
|
6128
|
+
"maintainers": [
|
|
6129
|
+
{
|
|
6130
|
+
"name": "Ahad Birang",
|
|
6131
|
+
"github": "farnabaz",
|
|
6132
|
+
"twitter": "a_birang"
|
|
6133
|
+
},
|
|
6134
|
+
{
|
|
6135
|
+
"name": "Sébastien Chopin",
|
|
6136
|
+
"github": "Atinux",
|
|
6137
|
+
"twitter": "Atinux"
|
|
6138
|
+
}
|
|
6139
|
+
],
|
|
6140
|
+
"compatibility": {
|
|
6141
|
+
"nuxt": "^3.0.0",
|
|
6142
|
+
"requires": {
|
|
6143
|
+
"content": true
|
|
6144
|
+
}
|
|
6145
|
+
}
|
|
6146
|
+
},
|
|
4693
6147
|
{
|
|
4694
6148
|
"name": "style-resources",
|
|
4695
6149
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4715,7 +6169,7 @@
|
|
|
4715
6169
|
},
|
|
4716
6170
|
{
|
|
4717
6171
|
"name": "stylelint",
|
|
4718
|
-
"description": "Stylelint module for Nuxt.
|
|
6172
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4719
6173
|
"repo": "nuxt-community/stylelint-module",
|
|
4720
6174
|
"npm": "@nuxtjs/stylelint-module",
|
|
4721
6175
|
"icon": "stylelint.png",
|
|
@@ -4731,7 +6185,7 @@
|
|
|
4731
6185
|
}
|
|
4732
6186
|
],
|
|
4733
6187
|
"compatibility": {
|
|
4734
|
-
"nuxt": "^2.0.0",
|
|
6188
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4735
6189
|
"requires": {}
|
|
4736
6190
|
}
|
|
4737
6191
|
},
|
|
@@ -4761,10 +6215,10 @@
|
|
|
4761
6215
|
{
|
|
4762
6216
|
"name": "supabase",
|
|
4763
6217
|
"description": "First class integration with Supabase",
|
|
4764
|
-
"repo": "nuxt-
|
|
6218
|
+
"repo": "nuxt-modules/supabase",
|
|
4765
6219
|
"npm": "@nuxtjs/supabase",
|
|
4766
6220
|
"icon": "supabase.png",
|
|
4767
|
-
"github": "https://github.com/nuxt-
|
|
6221
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4768
6222
|
"website": "https://supabase.nuxtjs.org",
|
|
4769
6223
|
"learn_more": "https://supabase.com",
|
|
4770
6224
|
"category": "Database",
|
|
@@ -4815,12 +6269,12 @@
|
|
|
4815
6269
|
},
|
|
4816
6270
|
{
|
|
4817
6271
|
"name": "svg-sprite",
|
|
4818
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
4819
|
-
"repo": "nuxt-
|
|
6272
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6273
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
4820
6274
|
"npm": "@nuxtjs/svg-sprite",
|
|
4821
6275
|
"icon": "",
|
|
4822
|
-
"github": "https://github.com/nuxt-
|
|
4823
|
-
"website": "https://github.com/nuxt-
|
|
6276
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6277
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
4824
6278
|
"learn_more": "",
|
|
4825
6279
|
"category": "UI",
|
|
4826
6280
|
"type": "community",
|
|
@@ -4832,13 +6286,13 @@
|
|
|
4832
6286
|
}
|
|
4833
6287
|
],
|
|
4834
6288
|
"compatibility": {
|
|
4835
|
-
"nuxt": "^2.0.0",
|
|
6289
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4836
6290
|
"requires": {}
|
|
4837
6291
|
}
|
|
4838
6292
|
},
|
|
4839
6293
|
{
|
|
4840
6294
|
"name": "svg",
|
|
4841
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6295
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
4842
6296
|
"repo": "nuxt-community/svg-module",
|
|
4843
6297
|
"npm": "@nuxtjs/svg",
|
|
4844
6298
|
"icon": "",
|
|
@@ -4882,7 +6336,7 @@
|
|
|
4882
6336
|
},
|
|
4883
6337
|
{
|
|
4884
6338
|
"name": "swiper",
|
|
4885
|
-
"description": "Nuxt
|
|
6339
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
4886
6340
|
"repo": "cpreston321/nuxt-swiper",
|
|
4887
6341
|
"npm": "nuxt-swiper",
|
|
4888
6342
|
"icon": "swiper.svg",
|
|
@@ -4928,10 +6382,10 @@
|
|
|
4928
6382
|
{
|
|
4929
6383
|
"name": "tailwindcss",
|
|
4930
6384
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4931
|
-
"repo": "nuxt-
|
|
6385
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
4932
6386
|
"npm": "@nuxtjs/tailwindcss",
|
|
4933
6387
|
"icon": "tailwindcss.png",
|
|
4934
|
-
"github": "https://github.com/nuxt-
|
|
6388
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
4935
6389
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4936
6390
|
"learn_more": "https://tailwindcss.com/",
|
|
4937
6391
|
"category": "UI",
|
|
@@ -4941,11 +6395,16 @@
|
|
|
4941
6395
|
"name": "Sébastien Chopin",
|
|
4942
6396
|
"github": "Atinux",
|
|
4943
6397
|
"twitter": "Atinux"
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
"name": "Inesh Bose",
|
|
6401
|
+
"github": "ineshbose"
|
|
4944
6402
|
}
|
|
4945
6403
|
],
|
|
4946
6404
|
"compatibility": {
|
|
4947
6405
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4948
|
-
"requires": {}
|
|
6406
|
+
"requires": {},
|
|
6407
|
+
"devtools": "^0.0.0"
|
|
4949
6408
|
}
|
|
4950
6409
|
},
|
|
4951
6410
|
{
|
|
@@ -4971,9 +6430,53 @@
|
|
|
4971
6430
|
"requires": {}
|
|
4972
6431
|
}
|
|
4973
6432
|
},
|
|
6433
|
+
{
|
|
6434
|
+
"name": "time",
|
|
6435
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6436
|
+
"repo": "danielroe/nuxt-time",
|
|
6437
|
+
"npm": "nuxt-time",
|
|
6438
|
+
"icon": "",
|
|
6439
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6440
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6441
|
+
"learn_more": "",
|
|
6442
|
+
"category": "Extensions",
|
|
6443
|
+
"type": "3rd-party",
|
|
6444
|
+
"maintainers": [
|
|
6445
|
+
{
|
|
6446
|
+
"name": "danielroe",
|
|
6447
|
+
"github": "danielroe"
|
|
6448
|
+
}
|
|
6449
|
+
],
|
|
6450
|
+
"compatibility": {
|
|
6451
|
+
"nuxt": "^3.0.0",
|
|
6452
|
+
"requires": {}
|
|
6453
|
+
}
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
"name": "tiptap",
|
|
6457
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6458
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6459
|
+
"npm": "nuxt-tiptap-editor",
|
|
6460
|
+
"icon": "tiptap.png",
|
|
6461
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6462
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6463
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6464
|
+
"category": "Libraries",
|
|
6465
|
+
"type": "3rd-party",
|
|
6466
|
+
"maintainers": [
|
|
6467
|
+
{
|
|
6468
|
+
"name": "modbender",
|
|
6469
|
+
"github": "modbender"
|
|
6470
|
+
}
|
|
6471
|
+
],
|
|
6472
|
+
"compatibility": {
|
|
6473
|
+
"nuxt": "^3.0.0",
|
|
6474
|
+
"requires": {}
|
|
6475
|
+
}
|
|
6476
|
+
},
|
|
4974
6477
|
{
|
|
4975
6478
|
"name": "toast",
|
|
4976
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6479
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
4977
6480
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
4978
6481
|
"npm": "@nuxtjs/toast",
|
|
4979
6482
|
"icon": "",
|
|
@@ -4994,6 +6497,61 @@
|
|
|
4994
6497
|
"requires": {}
|
|
4995
6498
|
}
|
|
4996
6499
|
},
|
|
6500
|
+
{
|
|
6501
|
+
"name": "translation-manager",
|
|
6502
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6503
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6504
|
+
"npm": "nuxt-translation-manager",
|
|
6505
|
+
"icon": "translation-manager.png",
|
|
6506
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6507
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6508
|
+
"learn_more": "",
|
|
6509
|
+
"category": "Extensions",
|
|
6510
|
+
"type": "3rd-party",
|
|
6511
|
+
"maintainers": [
|
|
6512
|
+
{
|
|
6513
|
+
"name": "Sam K",
|
|
6514
|
+
"github": "samk-dev"
|
|
6515
|
+
}
|
|
6516
|
+
],
|
|
6517
|
+
"compatibility": {
|
|
6518
|
+
"nuxt": "^3.0.0",
|
|
6519
|
+
"requires": {}
|
|
6520
|
+
}
|
|
6521
|
+
},
|
|
6522
|
+
{
|
|
6523
|
+
"name": "tresjs",
|
|
6524
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6525
|
+
"repo": "tresjs/nuxt",
|
|
6526
|
+
"npm": "@tresjs/nuxt",
|
|
6527
|
+
"icon": "tresjs.svg",
|
|
6528
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6529
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6530
|
+
"learn_more": "https://tresjs.org/",
|
|
6531
|
+
"category": "Libraries",
|
|
6532
|
+
"type": "3rd-party",
|
|
6533
|
+
"maintainers": [
|
|
6534
|
+
{
|
|
6535
|
+
"name": "Alvaro Saburido",
|
|
6536
|
+
"github": "alvarosabu",
|
|
6537
|
+
"twitter": "alvarosabu"
|
|
6538
|
+
},
|
|
6539
|
+
{
|
|
6540
|
+
"name": "Jaime Torrealba",
|
|
6541
|
+
"github": "JaimeTorrealba",
|
|
6542
|
+
"twitter": "jaimebboyjt"
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"name": "Tino Koch",
|
|
6546
|
+
"github": "Tinoooo",
|
|
6547
|
+
"twitter": "ichbintino"
|
|
6548
|
+
}
|
|
6549
|
+
],
|
|
6550
|
+
"compatibility": {
|
|
6551
|
+
"nuxt": "^3.0.0",
|
|
6552
|
+
"requires": {}
|
|
6553
|
+
}
|
|
6554
|
+
},
|
|
4997
6555
|
{
|
|
4998
6556
|
"name": "turnstile",
|
|
4999
6557
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5021,7 +6579,7 @@
|
|
|
5021
6579
|
},
|
|
5022
6580
|
{
|
|
5023
6581
|
"name": "twa",
|
|
5024
|
-
"description": "Nuxt
|
|
6582
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5025
6583
|
"repo": "tuarrep/nuxt-twa",
|
|
5026
6584
|
"npm": "nuxt-twa",
|
|
5027
6585
|
"icon": "",
|
|
@@ -5043,6 +6601,28 @@
|
|
|
5043
6601
|
}
|
|
5044
6602
|
}
|
|
5045
6603
|
},
|
|
6604
|
+
{
|
|
6605
|
+
"name": "twemoji",
|
|
6606
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6607
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6608
|
+
"npm": "nuxt-twemoji",
|
|
6609
|
+
"icon": "twemoji.svg",
|
|
6610
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6611
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6612
|
+
"learn_more": "",
|
|
6613
|
+
"category": "UI",
|
|
6614
|
+
"type": "3rd-party",
|
|
6615
|
+
"maintainers": [
|
|
6616
|
+
{
|
|
6617
|
+
"name": "Yizack Rangel",
|
|
6618
|
+
"github": "yizack"
|
|
6619
|
+
}
|
|
6620
|
+
],
|
|
6621
|
+
"compatibility": {
|
|
6622
|
+
"nuxt": "^3.0.0",
|
|
6623
|
+
"requires": {}
|
|
6624
|
+
}
|
|
6625
|
+
},
|
|
5046
6626
|
{
|
|
5047
6627
|
"name": "twicpics",
|
|
5048
6628
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5187,6 +6767,63 @@
|
|
|
5187
6767
|
"requires": {}
|
|
5188
6768
|
}
|
|
5189
6769
|
},
|
|
6770
|
+
{
|
|
6771
|
+
"name": "typo3",
|
|
6772
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6773
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6774
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6775
|
+
"icon": "typo3.svg",
|
|
6776
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6777
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6778
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6779
|
+
"category": "CMS",
|
|
6780
|
+
"type": "3rd-party",
|
|
6781
|
+
"maintainers": [
|
|
6782
|
+
{
|
|
6783
|
+
"name": "Macopedia",
|
|
6784
|
+
"github": "macopedia",
|
|
6785
|
+
"twitter": "macopediapl"
|
|
6786
|
+
}
|
|
6787
|
+
],
|
|
6788
|
+
"compatibility": {
|
|
6789
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6790
|
+
"requires": {},
|
|
6791
|
+
"devtools": "^0.0.0"
|
|
6792
|
+
}
|
|
6793
|
+
},
|
|
6794
|
+
{
|
|
6795
|
+
"name": "ui",
|
|
6796
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6797
|
+
"repo": "nuxt/ui#dev",
|
|
6798
|
+
"npm": "@nuxt/ui",
|
|
6799
|
+
"icon": "nuxt.svg",
|
|
6800
|
+
"github": "https://github.com/nuxt/ui",
|
|
6801
|
+
"website": "https://ui.nuxt.com",
|
|
6802
|
+
"learn_more": "",
|
|
6803
|
+
"category": "UI",
|
|
6804
|
+
"type": "official",
|
|
6805
|
+
"maintainers": [
|
|
6806
|
+
{
|
|
6807
|
+
"name": "Benjamin Canac",
|
|
6808
|
+
"github": "benjamincanac",
|
|
6809
|
+
"twitter": "benjamincanac"
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"name": "Sebastien Chopin",
|
|
6813
|
+
"github": "Atinux",
|
|
6814
|
+
"twitter": "Atinux"
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"name": "Sylvain Marroufin",
|
|
6818
|
+
"github": "smarroufin",
|
|
6819
|
+
"twitter": "smarroufin"
|
|
6820
|
+
}
|
|
6821
|
+
],
|
|
6822
|
+
"compatibility": {
|
|
6823
|
+
"nuxt": "^3.0.0",
|
|
6824
|
+
"requires": {}
|
|
6825
|
+
}
|
|
6826
|
+
},
|
|
5190
6827
|
{
|
|
5191
6828
|
"name": "umami",
|
|
5192
6829
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5211,31 +6848,9 @@
|
|
|
5211
6848
|
}
|
|
5212
6849
|
}
|
|
5213
6850
|
},
|
|
5214
|
-
{
|
|
5215
|
-
"name": "unhead",
|
|
5216
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5217
|
-
"repo": "harlan-zw/nuxt-unhead",
|
|
5218
|
-
"npm": "nuxt-unhead",
|
|
5219
|
-
"icon": "",
|
|
5220
|
-
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5221
|
-
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5222
|
-
"learn_more": "",
|
|
5223
|
-
"category": "SEO",
|
|
5224
|
-
"type": "3rd-party",
|
|
5225
|
-
"maintainers": [
|
|
5226
|
-
{
|
|
5227
|
-
"name": "harlan-zw",
|
|
5228
|
-
"github": "harlan-zw"
|
|
5229
|
-
}
|
|
5230
|
-
],
|
|
5231
|
-
"compatibility": {
|
|
5232
|
-
"nuxt": "^3.0.0",
|
|
5233
|
-
"requires": {}
|
|
5234
|
-
}
|
|
5235
|
-
},
|
|
5236
6851
|
{
|
|
5237
6852
|
"name": "universal-storage",
|
|
5238
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6853
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5239
6854
|
"repo": "nuxt-community/universal-storage-module",
|
|
5240
6855
|
"npm": "@nuxtjs/universal-storage",
|
|
5241
6856
|
"icon": "",
|
|
@@ -5261,6 +6876,28 @@
|
|
|
5261
6876
|
"requires": {}
|
|
5262
6877
|
}
|
|
5263
6878
|
},
|
|
6879
|
+
{
|
|
6880
|
+
"name": "unlazy",
|
|
6881
|
+
"description": "Lazy loading library for placeholder images",
|
|
6882
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6883
|
+
"npm": "@unlazy/nuxt",
|
|
6884
|
+
"icon": "unlazy.svg",
|
|
6885
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6886
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6887
|
+
"learn_more": "",
|
|
6888
|
+
"category": "Images",
|
|
6889
|
+
"type": "3rd-party",
|
|
6890
|
+
"maintainers": [
|
|
6891
|
+
{
|
|
6892
|
+
"name": "Johann Schopplich",
|
|
6893
|
+
"github": "johannschopplich"
|
|
6894
|
+
}
|
|
6895
|
+
],
|
|
6896
|
+
"compatibility": {
|
|
6897
|
+
"nuxt": "^3.0.0",
|
|
6898
|
+
"requires": {}
|
|
6899
|
+
}
|
|
6900
|
+
},
|
|
5264
6901
|
{
|
|
5265
6902
|
"name": "unlighthouse",
|
|
5266
6903
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5274,48 +6911,96 @@
|
|
|
5274
6911
|
"type": "3rd-party",
|
|
5275
6912
|
"maintainers": [
|
|
5276
6913
|
{
|
|
5277
|
-
"name": "Harlan Wilton",
|
|
5278
|
-
"github": "harlan-zw",
|
|
5279
|
-
"twitter": "harlan_zw",
|
|
5280
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6914
|
+
"name": "Harlan Wilton",
|
|
6915
|
+
"github": "harlan-zw",
|
|
6916
|
+
"twitter": "harlan_zw",
|
|
6917
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6918
|
+
}
|
|
6919
|
+
],
|
|
6920
|
+
"compatibility": {
|
|
6921
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6922
|
+
"requires": {
|
|
6923
|
+
"bridge": "optional"
|
|
6924
|
+
}
|
|
6925
|
+
}
|
|
6926
|
+
},
|
|
6927
|
+
{
|
|
6928
|
+
"name": "unocss",
|
|
6929
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
6930
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6931
|
+
"npm": "@unocss/nuxt",
|
|
6932
|
+
"icon": "unocss.svg",
|
|
6933
|
+
"github": "https://github.com/unocss/unocss",
|
|
6934
|
+
"website": "https://github.com/unocss/unocss",
|
|
6935
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6936
|
+
"category": "UI",
|
|
6937
|
+
"type": "3rd-party",
|
|
6938
|
+
"maintainers": [
|
|
6939
|
+
{
|
|
6940
|
+
"name": "Anthony Fu",
|
|
6941
|
+
"github": "antfu",
|
|
6942
|
+
"twitter": "antfu7",
|
|
6943
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
6944
|
+
}
|
|
6945
|
+
],
|
|
6946
|
+
"compatibility": {
|
|
6947
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6948
|
+
"requires": {
|
|
6949
|
+
"bridge": "optional"
|
|
6950
|
+
},
|
|
6951
|
+
"devtools": "^0.0.0"
|
|
6952
|
+
}
|
|
6953
|
+
},
|
|
6954
|
+
{
|
|
6955
|
+
"name": "ununuracss",
|
|
6956
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6957
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6958
|
+
"npm": "nuxt-ununura",
|
|
6959
|
+
"icon": "ununuracss.png",
|
|
6960
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6961
|
+
"website": "https://ununura.com/#/",
|
|
6962
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6963
|
+
"category": "UI",
|
|
6964
|
+
"type": "3rd-party",
|
|
6965
|
+
"maintainers": [
|
|
6966
|
+
{
|
|
6967
|
+
"name": "Giovane Cardoso",
|
|
6968
|
+
"github": "novout",
|
|
6969
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5281
6970
|
}
|
|
5282
6971
|
],
|
|
5283
6972
|
"compatibility": {
|
|
5284
6973
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5285
|
-
"requires": {
|
|
5286
|
-
"bridge": "optional"
|
|
5287
|
-
}
|
|
6974
|
+
"requires": {}
|
|
5288
6975
|
}
|
|
5289
6976
|
},
|
|
5290
6977
|
{
|
|
5291
|
-
"name": "
|
|
5292
|
-
"description": "
|
|
5293
|
-
"repo": "
|
|
5294
|
-
"npm": "@
|
|
5295
|
-
"icon": "
|
|
5296
|
-
"github": "https://github.com/
|
|
5297
|
-
"website": "https://github.com/
|
|
5298
|
-
"learn_more": "https://github.com/
|
|
5299
|
-
"category": "
|
|
6978
|
+
"name": "use-wagmi",
|
|
6979
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6980
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6981
|
+
"npm": "@use-wagmi/nuxt",
|
|
6982
|
+
"icon": "use-wagmi.png",
|
|
6983
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6984
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6985
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6986
|
+
"category": "Extensions",
|
|
5300
6987
|
"type": "3rd-party",
|
|
5301
6988
|
"maintainers": [
|
|
5302
6989
|
{
|
|
5303
|
-
"name": "
|
|
5304
|
-
"github": "
|
|
5305
|
-
"twitter": "antfu7",
|
|
5306
|
-
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
6990
|
+
"name": "Unic Ape",
|
|
6991
|
+
"github": "unicape"
|
|
5307
6992
|
}
|
|
5308
6993
|
],
|
|
5309
6994
|
"compatibility": {
|
|
5310
6995
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5311
6996
|
"requires": {
|
|
5312
|
-
"bridge":
|
|
6997
|
+
"bridge": true
|
|
5313
6998
|
}
|
|
5314
6999
|
}
|
|
5315
7000
|
},
|
|
5316
7001
|
{
|
|
5317
7002
|
"name": "user-agent",
|
|
5318
|
-
"description": "Nuxt
|
|
7003
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5319
7004
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5320
7005
|
"npm": "nuxt-user-agent",
|
|
5321
7006
|
"icon": "",
|
|
@@ -5343,7 +7028,7 @@
|
|
|
5343
7028
|
"icon": "vee-validate.png",
|
|
5344
7029
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
5345
7030
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
5346
|
-
"learn_more": "
|
|
7031
|
+
"learn_more": "",
|
|
5347
7032
|
"category": "Libraries",
|
|
5348
7033
|
"type": "3rd-party",
|
|
5349
7034
|
"maintainers": [
|
|
@@ -5381,6 +7066,74 @@
|
|
|
5381
7066
|
}
|
|
5382
7067
|
}
|
|
5383
7068
|
},
|
|
7069
|
+
{
|
|
7070
|
+
"name": "varlet",
|
|
7071
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7072
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7073
|
+
"npm": "@varlet/nuxt",
|
|
7074
|
+
"icon": "varlet.svg",
|
|
7075
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7076
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7077
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7078
|
+
"category": "UI",
|
|
7079
|
+
"type": "3rd-party",
|
|
7080
|
+
"maintainers": [
|
|
7081
|
+
{
|
|
7082
|
+
"name": "zhangmo8",
|
|
7083
|
+
"github": "zhangmo8"
|
|
7084
|
+
}
|
|
7085
|
+
],
|
|
7086
|
+
"compatibility": {
|
|
7087
|
+
"nuxt": "^3.0.0",
|
|
7088
|
+
"requires": {
|
|
7089
|
+
"bridge": "optional"
|
|
7090
|
+
}
|
|
7091
|
+
}
|
|
7092
|
+
},
|
|
7093
|
+
{
|
|
7094
|
+
"name": "vcalendar",
|
|
7095
|
+
"description": "VCalendar module for Nuxt",
|
|
7096
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7097
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7098
|
+
"icon": "vcalendar.png",
|
|
7099
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7100
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7101
|
+
"learn_more": "",
|
|
7102
|
+
"category": "Libraries",
|
|
7103
|
+
"type": "3rd-party",
|
|
7104
|
+
"maintainers": [
|
|
7105
|
+
{
|
|
7106
|
+
"name": "Sam K",
|
|
7107
|
+
"github": "samk-dev"
|
|
7108
|
+
}
|
|
7109
|
+
],
|
|
7110
|
+
"compatibility": {
|
|
7111
|
+
"nuxt": "^3.0.0",
|
|
7112
|
+
"requires": {}
|
|
7113
|
+
}
|
|
7114
|
+
},
|
|
7115
|
+
{
|
|
7116
|
+
"name": "vee-validate",
|
|
7117
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7118
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7119
|
+
"npm": "@vee-validate/nuxt",
|
|
7120
|
+
"icon": "vee-validate.png",
|
|
7121
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7122
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7123
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
7124
|
+
"category": "Libraries",
|
|
7125
|
+
"type": "3rd-party",
|
|
7126
|
+
"maintainers": [
|
|
7127
|
+
{
|
|
7128
|
+
"name": "Abdelrahman Awad",
|
|
7129
|
+
"github": "logaretm"
|
|
7130
|
+
}
|
|
7131
|
+
],
|
|
7132
|
+
"compatibility": {
|
|
7133
|
+
"nuxt": "^3.0.0",
|
|
7134
|
+
"requires": {}
|
|
7135
|
+
}
|
|
7136
|
+
},
|
|
5384
7137
|
{
|
|
5385
7138
|
"name": "vendor",
|
|
5386
7139
|
"description": "directly serve node_modules",
|
|
@@ -5404,9 +7157,54 @@
|
|
|
5404
7157
|
"requires": {}
|
|
5405
7158
|
}
|
|
5406
7159
|
},
|
|
7160
|
+
{
|
|
7161
|
+
"name": "vercel-analytics",
|
|
7162
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7163
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7164
|
+
"npm": "nuxt-vercel-analytics",
|
|
7165
|
+
"icon": "",
|
|
7166
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7167
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7168
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7169
|
+
"category": "Analytics",
|
|
7170
|
+
"type": "3rd-party",
|
|
7171
|
+
"maintainers": [
|
|
7172
|
+
{
|
|
7173
|
+
"name": "Alexander B.",
|
|
7174
|
+
"github": "xanderbarkhatov"
|
|
7175
|
+
}
|
|
7176
|
+
],
|
|
7177
|
+
"compatibility": {
|
|
7178
|
+
"nuxt": "^3.0.0",
|
|
7179
|
+
"requires": {}
|
|
7180
|
+
}
|
|
7181
|
+
},
|
|
7182
|
+
{
|
|
7183
|
+
"name": "vexip-ui",
|
|
7184
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7185
|
+
"repo": "vexip-ui/nuxt",
|
|
7186
|
+
"npm": "@vexip-ui/nuxt",
|
|
7187
|
+
"icon": "vexip-ui.svg",
|
|
7188
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7189
|
+
"website": "https://www.vexipui.com/",
|
|
7190
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7191
|
+
"category": "UI",
|
|
7192
|
+
"type": "3rd-party",
|
|
7193
|
+
"maintainers": [
|
|
7194
|
+
{
|
|
7195
|
+
"name": "未觉雨声",
|
|
7196
|
+
"github": "qmhc",
|
|
7197
|
+
"twitter": "qmhc95"
|
|
7198
|
+
}
|
|
7199
|
+
],
|
|
7200
|
+
"compatibility": {
|
|
7201
|
+
"nuxt": "^3.0.0",
|
|
7202
|
+
"requires": {}
|
|
7203
|
+
}
|
|
7204
|
+
},
|
|
5407
7205
|
{
|
|
5408
7206
|
"name": "vite-pwa-nuxt",
|
|
5409
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7207
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5410
7208
|
"repo": "vite-pwa/nuxt",
|
|
5411
7209
|
"npm": "@vite-pwa/nuxt",
|
|
5412
7210
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5435,13 +7233,13 @@
|
|
|
5435
7233
|
{
|
|
5436
7234
|
"name": "vitest",
|
|
5437
7235
|
"description": "Vitest integration with Nuxt",
|
|
5438
|
-
"repo": "danielroe/nuxt-vitest
|
|
7236
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5439
7237
|
"npm": "nuxt-vitest",
|
|
5440
7238
|
"icon": "vitest.svg",
|
|
5441
7239
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5442
7240
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5443
7241
|
"learn_more": "",
|
|
5444
|
-
"category": "
|
|
7242
|
+
"category": "Devtools",
|
|
5445
7243
|
"type": "3rd-party",
|
|
5446
7244
|
"maintainers": [
|
|
5447
7245
|
{
|
|
@@ -5453,6 +7251,61 @@
|
|
|
5453
7251
|
"github": "antfu"
|
|
5454
7252
|
}
|
|
5455
7253
|
],
|
|
7254
|
+
"compatibility": {
|
|
7255
|
+
"nuxt": "^3.0.0",
|
|
7256
|
+
"requires": {},
|
|
7257
|
+
"devtools": "^0.0.0"
|
|
7258
|
+
}
|
|
7259
|
+
},
|
|
7260
|
+
{
|
|
7261
|
+
"name": "vue-email",
|
|
7262
|
+
"description": "💌 Write email templates with vue",
|
|
7263
|
+
"repo": "vue-email/nuxt",
|
|
7264
|
+
"npm": "@vue-email/nuxt",
|
|
7265
|
+
"icon": "vue-email.svg",
|
|
7266
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7267
|
+
"website": "https://vuemail.net/",
|
|
7268
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7269
|
+
"category": "UI",
|
|
7270
|
+
"type": "3rd-party",
|
|
7271
|
+
"maintainers": [
|
|
7272
|
+
{
|
|
7273
|
+
"name": "David Arenas",
|
|
7274
|
+
"github": "Dave136",
|
|
7275
|
+
"twitter": "davejs4",
|
|
7276
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
"name": "Younes Barrad",
|
|
7280
|
+
"github": "Flowko",
|
|
7281
|
+
"twitter": "imflowko",
|
|
7282
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7283
|
+
}
|
|
7284
|
+
],
|
|
7285
|
+
"compatibility": {
|
|
7286
|
+
"nuxt": "^3.0.0",
|
|
7287
|
+
"requires": {},
|
|
7288
|
+
"devtools": "^0.0.0"
|
|
7289
|
+
}
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
"name": "vue-final-modal",
|
|
7293
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7294
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7295
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7296
|
+
"icon": "vue-final-modal.svg",
|
|
7297
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7298
|
+
"website": "https://vue-final-modal.org/",
|
|
7299
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7300
|
+
"category": "UI",
|
|
7301
|
+
"type": "3rd-party",
|
|
7302
|
+
"maintainers": [
|
|
7303
|
+
{
|
|
7304
|
+
"name": "Hunter Liu",
|
|
7305
|
+
"github": "hunterliu1003",
|
|
7306
|
+
"twitter": "hunterliu1003"
|
|
7307
|
+
}
|
|
7308
|
+
],
|
|
5456
7309
|
"compatibility": {
|
|
5457
7310
|
"nuxt": "^3.0.0",
|
|
5458
7311
|
"requires": {}
|
|
@@ -5460,13 +7313,13 @@
|
|
|
5460
7313
|
},
|
|
5461
7314
|
{
|
|
5462
7315
|
"name": "vue-macros",
|
|
5463
|
-
"description": "Explore
|
|
5464
|
-
"repo": "sxzz/
|
|
7316
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7317
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5465
7318
|
"npm": "@vue-macros/nuxt",
|
|
5466
7319
|
"icon": "vue-macros.svg",
|
|
5467
|
-
"github": "https://github.com/sxzz/
|
|
7320
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5468
7321
|
"website": "https://vue-macros.sxzz.moe",
|
|
5469
|
-
"learn_more": "https://github.com/sxzz/
|
|
7322
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5470
7323
|
"category": "Extensions",
|
|
5471
7324
|
"type": "3rd-party",
|
|
5472
7325
|
"maintainers": [
|
|
@@ -5480,7 +7333,8 @@
|
|
|
5480
7333
|
"nuxt": "^3.0.0",
|
|
5481
7334
|
"requires": {
|
|
5482
7335
|
"bridge": "optional"
|
|
5483
|
-
}
|
|
7336
|
+
},
|
|
7337
|
+
"devtools": "^0.0.0"
|
|
5484
7338
|
}
|
|
5485
7339
|
},
|
|
5486
7340
|
{
|
|
@@ -5507,7 +7361,7 @@
|
|
|
5507
7361
|
},
|
|
5508
7362
|
{
|
|
5509
7363
|
"name": "vue-multiselect",
|
|
5510
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7364
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5511
7365
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5512
7366
|
"npm": "nuxt-vue-multiselect",
|
|
5513
7367
|
"icon": "",
|
|
@@ -5549,6 +7403,29 @@
|
|
|
5549
7403
|
"requires": {}
|
|
5550
7404
|
}
|
|
5551
7405
|
},
|
|
7406
|
+
{
|
|
7407
|
+
"name": "vue-query",
|
|
7408
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7409
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7410
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7411
|
+
"icon": "vue-query.svg",
|
|
7412
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7413
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7414
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7415
|
+
"category": "Request",
|
|
7416
|
+
"type": "3rd-party",
|
|
7417
|
+
"maintainers": [
|
|
7418
|
+
{
|
|
7419
|
+
"name": "Hebilicious",
|
|
7420
|
+
"github": "Hebilicious",
|
|
7421
|
+
"twitter": "its_hebilicious"
|
|
7422
|
+
}
|
|
7423
|
+
],
|
|
7424
|
+
"compatibility": {
|
|
7425
|
+
"nuxt": "^3.0.0",
|
|
7426
|
+
"requires": {}
|
|
7427
|
+
}
|
|
7428
|
+
},
|
|
5552
7429
|
{
|
|
5553
7430
|
"name": "vue-select",
|
|
5554
7431
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5598,7 +7475,7 @@
|
|
|
5598
7475
|
},
|
|
5599
7476
|
{
|
|
5600
7477
|
"name": "vue-warehouse",
|
|
5601
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7478
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5602
7479
|
"repo": "juliomrqz/vue-warehouse",
|
|
5603
7480
|
"npm": "vue-warehouse",
|
|
5604
7481
|
"icon": "",
|
|
@@ -5619,10 +7496,33 @@
|
|
|
5619
7496
|
"requires": {}
|
|
5620
7497
|
}
|
|
5621
7498
|
},
|
|
7499
|
+
{
|
|
7500
|
+
"name": "vue3-carousel-nuxt",
|
|
7501
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7502
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7503
|
+
"npm": "vue3-carousel-nuxt",
|
|
7504
|
+
"icon": "",
|
|
7505
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7506
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7507
|
+
"learn_more": "",
|
|
7508
|
+
"category": "UI",
|
|
7509
|
+
"type": "3rd-party",
|
|
7510
|
+
"maintainers": [
|
|
7511
|
+
{
|
|
7512
|
+
"name": "Gaetan SENN",
|
|
7513
|
+
"github": "gaetansenn",
|
|
7514
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7515
|
+
}
|
|
7516
|
+
],
|
|
7517
|
+
"compatibility": {
|
|
7518
|
+
"nuxt": "^3.0.0",
|
|
7519
|
+
"requires": {}
|
|
7520
|
+
}
|
|
7521
|
+
},
|
|
5622
7522
|
{
|
|
5623
7523
|
"name": "vuefire",
|
|
5624
7524
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5625
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7525
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5626
7526
|
"npm": "nuxt-vuefire",
|
|
5627
7527
|
"icon": "vuefire.svg",
|
|
5628
7528
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5641,15 +7541,61 @@
|
|
|
5641
7541
|
"requires": {}
|
|
5642
7542
|
}
|
|
5643
7543
|
},
|
|
7544
|
+
{
|
|
7545
|
+
"name": "vueform-builder",
|
|
7546
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7547
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7548
|
+
"npm": "@vueform/builder-nuxt",
|
|
7549
|
+
"icon": "vueform.svg",
|
|
7550
|
+
"github": "https://github.com/vueform/builder",
|
|
7551
|
+
"website": "https://builder.vueform.com",
|
|
7552
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7553
|
+
"category": "Libraries",
|
|
7554
|
+
"type": "3rd-party",
|
|
7555
|
+
"maintainers": [
|
|
7556
|
+
{
|
|
7557
|
+
"name": "Adam Berecz",
|
|
7558
|
+
"github": "adamberecz",
|
|
7559
|
+
"twitter": "bereczadam"
|
|
7560
|
+
}
|
|
7561
|
+
],
|
|
7562
|
+
"compatibility": {
|
|
7563
|
+
"nuxt": "^3.0.0",
|
|
7564
|
+
"requires": {}
|
|
7565
|
+
}
|
|
7566
|
+
},
|
|
7567
|
+
{
|
|
7568
|
+
"name": "vueform",
|
|
7569
|
+
"description": "Official Vueform module for Nuxt",
|
|
7570
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7571
|
+
"npm": "@vueform/nuxt",
|
|
7572
|
+
"icon": "vueform.svg",
|
|
7573
|
+
"github": "https://github.com/vueform/vueform",
|
|
7574
|
+
"website": "https://vueform.com",
|
|
7575
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7576
|
+
"category": "Libraries",
|
|
7577
|
+
"type": "3rd-party",
|
|
7578
|
+
"maintainers": [
|
|
7579
|
+
{
|
|
7580
|
+
"name": "Adam Berecz",
|
|
7581
|
+
"github": "adamberecz",
|
|
7582
|
+
"twitter": "bereczadam"
|
|
7583
|
+
}
|
|
7584
|
+
],
|
|
7585
|
+
"compatibility": {
|
|
7586
|
+
"nuxt": "^3.0.0",
|
|
7587
|
+
"requires": {}
|
|
7588
|
+
}
|
|
7589
|
+
},
|
|
5644
7590
|
{
|
|
5645
7591
|
"name": "vuestic",
|
|
5646
|
-
"description": "Vuestic UI module for Nuxt
|
|
7592
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5647
7593
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5648
7594
|
"npm": "@vuestic/nuxt",
|
|
5649
7595
|
"icon": "vuestic.png",
|
|
5650
7596
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5651
|
-
"website": "https://vuestic.dev",
|
|
5652
|
-
"learn_more": "https://vuestic.dev/
|
|
7597
|
+
"website": "https://ui.vuestic.dev",
|
|
7598
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5653
7599
|
"category": "UI",
|
|
5654
7600
|
"type": "3rd-party",
|
|
5655
7601
|
"maintainers": [
|
|
@@ -5663,9 +7609,31 @@
|
|
|
5663
7609
|
"requires": {}
|
|
5664
7610
|
}
|
|
5665
7611
|
},
|
|
7612
|
+
{
|
|
7613
|
+
"name": "vuetify-nuxt-module",
|
|
7614
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7615
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7616
|
+
"npm": "vuetify-nuxt-module",
|
|
7617
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7618
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7619
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7620
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7621
|
+
"category": "UI",
|
|
7622
|
+
"type": "3rd-party",
|
|
7623
|
+
"maintainers": [
|
|
7624
|
+
{
|
|
7625
|
+
"name": "Joaquín Sánchez",
|
|
7626
|
+
"github": "userquin"
|
|
7627
|
+
}
|
|
7628
|
+
],
|
|
7629
|
+
"compatibility": {
|
|
7630
|
+
"nuxt": "^3.0.0",
|
|
7631
|
+
"requires": {}
|
|
7632
|
+
}
|
|
7633
|
+
},
|
|
5666
7634
|
{
|
|
5667
7635
|
"name": "vuetify",
|
|
5668
|
-
"description": "Vuetify Module for Nuxt
|
|
7636
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5669
7637
|
"repo": "nuxt-community/vuetify-module",
|
|
5670
7638
|
"npm": "@nuxtjs/vuetify",
|
|
5671
7639
|
"icon": "vuetify.png",
|
|
@@ -5712,7 +7680,8 @@
|
|
|
5712
7680
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5713
7681
|
"requires": {
|
|
5714
7682
|
"bridge": "optional"
|
|
5715
|
-
}
|
|
7683
|
+
},
|
|
7684
|
+
"devtools": "^0.0.0"
|
|
5716
7685
|
}
|
|
5717
7686
|
},
|
|
5718
7687
|
{
|
|
@@ -5737,14 +7706,37 @@
|
|
|
5737
7706
|
"requires": {}
|
|
5738
7707
|
}
|
|
5739
7708
|
},
|
|
7709
|
+
{
|
|
7710
|
+
"name": "vunix",
|
|
7711
|
+
"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.",
|
|
7712
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7713
|
+
"npm": "@vunix/nuxt",
|
|
7714
|
+
"icon": "",
|
|
7715
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7716
|
+
"website": "https://vunix.dewib.com/",
|
|
7717
|
+
"learn_more": "",
|
|
7718
|
+
"category": "UI",
|
|
7719
|
+
"type": "3rd-party",
|
|
7720
|
+
"maintainers": [
|
|
7721
|
+
{
|
|
7722
|
+
"name": "Gaetan SENN",
|
|
7723
|
+
"github": "gaetansenn",
|
|
7724
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7725
|
+
}
|
|
7726
|
+
],
|
|
7727
|
+
"compatibility": {
|
|
7728
|
+
"nuxt": "^3.0.0",
|
|
7729
|
+
"requires": {}
|
|
7730
|
+
}
|
|
7731
|
+
},
|
|
5740
7732
|
{
|
|
5741
7733
|
"name": "web-vitals",
|
|
5742
7734
|
"description": "Web Vitals for Nuxt",
|
|
5743
|
-
"repo": "nuxt-
|
|
7735
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5744
7736
|
"npm": "@nuxtjs/web-vitals",
|
|
5745
7737
|
"icon": "web-vitals.png",
|
|
5746
|
-
"github": "https://github.com/nuxt-
|
|
5747
|
-
"website": "https://github.com/nuxt-
|
|
7738
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7739
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5748
7740
|
"learn_more": "",
|
|
5749
7741
|
"category": "Performance",
|
|
5750
7742
|
"type": "community",
|
|
@@ -5771,29 +7763,6 @@
|
|
|
5771
7763
|
}
|
|
5772
7764
|
}
|
|
5773
7765
|
},
|
|
5774
|
-
{
|
|
5775
|
-
"name": "web3js",
|
|
5776
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5777
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5778
|
-
"npm": "nuxt-web3",
|
|
5779
|
-
"icon": "web3js.svg",
|
|
5780
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5781
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5782
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5783
|
-
"category": "Libraries",
|
|
5784
|
-
"type": "3rd-party",
|
|
5785
|
-
"maintainers": [
|
|
5786
|
-
{
|
|
5787
|
-
"name": "Muhammad Fauzan",
|
|
5788
|
-
"github": "bl0cknumber",
|
|
5789
|
-
"twitter": "fncolon"
|
|
5790
|
-
}
|
|
5791
|
-
],
|
|
5792
|
-
"compatibility": {
|
|
5793
|
-
"nuxt": "^2.0.0",
|
|
5794
|
-
"requires": {}
|
|
5795
|
-
}
|
|
5796
|
-
},
|
|
5797
7766
|
{
|
|
5798
7767
|
"name": "webfontloader",
|
|
5799
7768
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5818,7 +7787,7 @@
|
|
|
5818
7787
|
},
|
|
5819
7788
|
{
|
|
5820
7789
|
"name": "webpack-optimisations",
|
|
5821
|
-
"description": "Nuxt
|
|
7790
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
5822
7791
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
5823
7792
|
"npm": "nuxt-webpack-optimisations",
|
|
5824
7793
|
"icon": "build-optimisations.svg",
|
|
@@ -5893,7 +7862,7 @@
|
|
|
5893
7862
|
"icon": "webpack.png",
|
|
5894
7863
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
5895
7864
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
5896
|
-
"learn_more": "
|
|
7865
|
+
"learn_more": "",
|
|
5897
7866
|
"category": "Devtools",
|
|
5898
7867
|
"type": "community",
|
|
5899
7868
|
"maintainers": [
|
|
@@ -5908,14 +7877,62 @@
|
|
|
5908
7877
|
"requires": {}
|
|
5909
7878
|
}
|
|
5910
7879
|
},
|
|
7880
|
+
{
|
|
7881
|
+
"name": "well-known",
|
|
7882
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7883
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7884
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7885
|
+
"icon": "well-known.svg",
|
|
7886
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7887
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7888
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7889
|
+
"category": "SEO",
|
|
7890
|
+
"type": "3rd-party",
|
|
7891
|
+
"maintainers": [
|
|
7892
|
+
{
|
|
7893
|
+
"name": "Zadig&Voltaire Team",
|
|
7894
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7895
|
+
}
|
|
7896
|
+
],
|
|
7897
|
+
"compatibility": {
|
|
7898
|
+
"nuxt": "^3.0.0",
|
|
7899
|
+
"requires": {}
|
|
7900
|
+
}
|
|
7901
|
+
},
|
|
7902
|
+
{
|
|
7903
|
+
"name": "wideangle",
|
|
7904
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7905
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7906
|
+
"npm": "wideangle-nuxt",
|
|
7907
|
+
"icon": "wideangle.png",
|
|
7908
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7909
|
+
"website": "https://wideangle.co",
|
|
7910
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7911
|
+
"category": "Analytics",
|
|
7912
|
+
"type": "3rd-party",
|
|
7913
|
+
"maintainers": [
|
|
7914
|
+
{
|
|
7915
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7916
|
+
"github": "inputobjects"
|
|
7917
|
+
},
|
|
7918
|
+
{
|
|
7919
|
+
"name": "Jarek Rozanski",
|
|
7920
|
+
"github": "jrozanski"
|
|
7921
|
+
}
|
|
7922
|
+
],
|
|
7923
|
+
"compatibility": {
|
|
7924
|
+
"nuxt": "^3.0.0",
|
|
7925
|
+
"requires": {}
|
|
7926
|
+
}
|
|
7927
|
+
},
|
|
5911
7928
|
{
|
|
5912
7929
|
"name": "windicss",
|
|
5913
7930
|
"description": "Next generation utility-first CSS framework.",
|
|
5914
|
-
"repo": "windicss/nuxt-windicss
|
|
7931
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
5915
7932
|
"npm": "nuxt-windicss",
|
|
5916
7933
|
"icon": "windicss.svg",
|
|
5917
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
5918
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7934
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7935
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
5919
7936
|
"learn_more": "https://windicss.org/",
|
|
5920
7937
|
"category": "UI",
|
|
5921
7938
|
"type": "3rd-party",
|
|
@@ -6051,32 +8068,9 @@
|
|
|
6051
8068
|
"requires": {}
|
|
6052
8069
|
}
|
|
6053
8070
|
},
|
|
6054
|
-
{
|
|
6055
|
-
"name": "yandex-metrika",
|
|
6056
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6057
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6058
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6059
|
-
"icon": "",
|
|
6060
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6061
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6062
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6063
|
-
"category": "Analytics",
|
|
6064
|
-
"type": "community",
|
|
6065
|
-
"maintainers": [
|
|
6066
|
-
{
|
|
6067
|
-
"name": "Pooya Parsa",
|
|
6068
|
-
"github": "pi0",
|
|
6069
|
-
"twitter": "_pi0_"
|
|
6070
|
-
}
|
|
6071
|
-
],
|
|
6072
|
-
"compatibility": {
|
|
6073
|
-
"nuxt": "^2.0.0",
|
|
6074
|
-
"requires": {}
|
|
6075
|
-
}
|
|
6076
|
-
},
|
|
6077
8071
|
{
|
|
6078
8072
|
"name": "zendesk",
|
|
6079
|
-
"description": "Nuxt
|
|
8073
|
+
"description": "Nuxt module for Zendesk",
|
|
6080
8074
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6081
8075
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6082
8076
|
"icon": "zendesk.png",
|