@nuxt/modules 0.5.0-c77b65 → 0.5.0-c9977f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/modules.json ADDED
@@ -0,0 +1,4265 @@
1
+ [
2
+ {
3
+ "name": "ackee",
4
+ "description": "Nuxt.js module for Ackee analytics",
5
+ "repo": "bdrtsky/nuxt-ackee",
6
+ "npm": "nuxt-ackee",
7
+ "icon": "ackee.png",
8
+ "github": "https://github.com/bdrtsky/nuxt-ackee",
9
+ "website": "https://github.com/bdrtsky/nuxt-ackee",
10
+ "learn_more": "https://ackee.electerious.com",
11
+ "category": "Analytics",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "bdrtsky",
16
+ "github": "bdrtsky"
17
+ },
18
+ {
19
+ "name": "Sebastien Chopin",
20
+ "github": "Atinux",
21
+ "twitter": "Atinux"
22
+ }
23
+ ],
24
+ "compatibility": {
25
+ "2.x": "working",
26
+ "2.x-bridge": "unknown",
27
+ "3.x": "unknown"
28
+ }
29
+ },
30
+ {
31
+ "name": "alias",
32
+ "description": "It automatically creates an alias for the components and page of the path",
33
+ "repo": "kdydesign/nuxt-alias-module",
34
+ "npm": "nuxt-alias",
35
+ "icon": "",
36
+ "github": "https://github.com/kdydesign/nuxt-alias-module",
37
+ "website": "https://github.com/kdydesign/nuxt-alias-module",
38
+ "learn_more": "",
39
+ "category": "Extensions",
40
+ "type": "3rd-party",
41
+ "maintainers": [
42
+ {
43
+ "name": "kdydesign",
44
+ "github": "kdydesign"
45
+ }
46
+ ],
47
+ "compatibility": {
48
+ "2.x": "working",
49
+ "2.x-bridge": "unknown",
50
+ "3.x": "unknown"
51
+ }
52
+ },
53
+ {
54
+ "name": "amp",
55
+ "description": "AMP (Accelerated Mobile Pages) module for Nuxt",
56
+ "repo": "nuxt-community/amp-module",
57
+ "npm": "@nuxtjs/amp",
58
+ "icon": "amp.png",
59
+ "github": "https://github.com/nuxt-community/amp-module",
60
+ "website": "https://github.com/nuxt-community/amp-module",
61
+ "learn_more": "https://amp.dev/",
62
+ "category": "Performance",
63
+ "type": "community",
64
+ "maintainers": [
65
+ {
66
+ "name": "Ahad Birang",
67
+ "github": "farnabaz",
68
+ "twitter": "a_birang"
69
+ }
70
+ ],
71
+ "compatibility": {
72
+ "2.x": "working",
73
+ "2.x-bridge": "unknown",
74
+ "3.x": "unknown"
75
+ }
76
+ },
77
+ {
78
+ "name": "animejs",
79
+ "description": "Anime.js module for Nuxt.js",
80
+ "repo": "ivodolenc/nuxt-animejs",
81
+ "npm": "nuxt-animejs",
82
+ "icon": "",
83
+ "github": "https://github.com/ivodolenc/nuxt-animejs",
84
+ "website": "https://github.com/ivodolenc/nuxt-animejs",
85
+ "learn_more": "",
86
+ "category": "Libraries",
87
+ "type": "3rd-party",
88
+ "maintainers": [
89
+ {
90
+ "name": "ivodolenc",
91
+ "github": "ivodolenc"
92
+ }
93
+ ],
94
+ "compatibility": {
95
+ "2.x": "working",
96
+ "2.x-bridge": "unknown",
97
+ "3.x": "unknown"
98
+ }
99
+ },
100
+ {
101
+ "name": "apis-to-file",
102
+ "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
103
+ "repo": "Luxdamore/nuxt-apis-to-file",
104
+ "npm": "@luxdamore/nuxt-apis-to-file",
105
+ "icon": "",
106
+ "github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
107
+ "website": "https://luxdamore.github.io/nuxt-apis-to-file/",
108
+ "learn_more": "",
109
+ "category": "Performance",
110
+ "type": "3rd-party",
111
+ "maintainers": [
112
+ {
113
+ "name": "Luca Iaconelli",
114
+ "github": "LuXDAmore",
115
+ "twitter": "luxdamore",
116
+ "avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
117
+ }
118
+ ],
119
+ "compatibility": {
120
+ "2.x": "working",
121
+ "2.x-bridge": "unknown",
122
+ "3.x": "unknown"
123
+ }
124
+ },
125
+ {
126
+ "name": "apollo",
127
+ "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
128
+ "repo": "nuxt-community/apollo-module",
129
+ "npm": "@nuxtjs/apollo",
130
+ "icon": "apollo.png",
131
+ "github": "https://github.com/nuxt-community/apollo-module",
132
+ "website": "https://github.com/nuxt-community/apollo-module",
133
+ "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
134
+ "category": "Request",
135
+ "type": "community",
136
+ "maintainers": [
137
+ {
138
+ "name": "Lam Kieu",
139
+ "github": "kieusonlam"
140
+ },
141
+ {
142
+ "name": "Dominic Garms",
143
+ "github": "dohomi"
144
+ }
145
+ ],
146
+ "compatibility": {
147
+ "2.x": "working",
148
+ "2.x-bridge": "not-working",
149
+ "3.x": "not-working"
150
+ }
151
+ },
152
+ {
153
+ "name": "applicationinsights",
154
+ "description": "AppInsights module for Nuxt.js",
155
+ "repo": "nuxt-community/applicationinsights-module",
156
+ "npm": "@nuxtjs/applicationinsights",
157
+ "icon": "application-insights.png",
158
+ "github": "https://github.com/nuxt-community/applicationinsights-module",
159
+ "website": "https://github.com/nuxt-community/applicationinsights-module",
160
+ "learn_more": "",
161
+ "category": "Analytics",
162
+ "type": "community",
163
+ "maintainers": [
164
+ {
165
+ "name": "Dmitry Molotkov",
166
+ "github": "aldarund"
167
+ }
168
+ ],
169
+ "compatibility": {
170
+ "2.x": "working",
171
+ "2.x-bridge": "unknown",
172
+ "3.x": "unknown"
173
+ }
174
+ },
175
+ {
176
+ "name": "appwrite",
177
+ "description": "Appwrite module for Nuxt",
178
+ "repo": "Hrdtr/nuxt-appwrite",
179
+ "npm": "nuxt-appwrite",
180
+ "icon": "appwrite.png",
181
+ "github": "https://github.com/Hrdtr/nuxt-appwrite",
182
+ "website": "https://github.com/Hrdtr/nuxt-appwrite",
183
+ "learn_more": "",
184
+ "category": "Request",
185
+ "type": "3rd-party",
186
+ "maintainers": [
187
+ {
188
+ "name": "Hrdtr",
189
+ "github": "Hrdtr"
190
+ }
191
+ ],
192
+ "compatibility": {
193
+ "2.x": "working",
194
+ "2.x-bridge": "unknown",
195
+ "3.x": "unknown"
196
+ }
197
+ },
198
+ {
199
+ "name": "auth",
200
+ "description": "Zero-boilerplate authentication support for Nuxt.js.",
201
+ "repo": "nuxt-community/auth-module",
202
+ "npm": "@nuxtjs/auth",
203
+ "icon": "auth.png",
204
+ "github": "https://github.com/nuxt-community/auth-module",
205
+ "website": "https://dev.auth.nuxtjs.org/",
206
+ "learn_more": "",
207
+ "category": "Security",
208
+ "type": "community",
209
+ "maintainers": [
210
+ {
211
+ "name": "Pooya Parsa",
212
+ "github": "pi0",
213
+ "twitter": "_pi0_"
214
+ },
215
+ {
216
+ "name": "João Pedro Antunes Silva",
217
+ "github": "JoaoPedroAS51"
218
+ }
219
+ ],
220
+ "compatibility": {
221
+ "2.x": "working",
222
+ "2.x-bridge": "wip",
223
+ "3.x": "wip"
224
+ }
225
+ },
226
+ {
227
+ "name": "axios",
228
+ "description": "Secure and easy Axios module with Nuxt.js",
229
+ "repo": "nuxt-community/axios-module",
230
+ "npm": "@nuxtjs/axios",
231
+ "icon": "axios.svg",
232
+ "github": "https://github.com/nuxt-community/axios-module",
233
+ "website": "https://axios.nuxtjs.org",
234
+ "learn_more": "https://github.com/axios/axios",
235
+ "category": "Request",
236
+ "type": "community",
237
+ "maintainers": [
238
+ {
239
+ "name": "Pooya Parsa",
240
+ "github": "pi0",
241
+ "twitter": "_pi0_"
242
+ }
243
+ ],
244
+ "compatibility": {
245
+ "2.x": "working",
246
+ "2.x-bridge": "working",
247
+ "3.x": "unknown"
248
+ }
249
+ },
250
+ {
251
+ "name": "basic-auth",
252
+ "description": "Provide basic authentication to your Nuxt.js application",
253
+ "repo": "potato4d/nuxt-basic-auth-module",
254
+ "npm": "nuxt-basic-auth-module",
255
+ "icon": "",
256
+ "github": "https://github.com/potato4d/nuxt-basic-auth-module",
257
+ "website": "https://github.com/potato4d/nuxt-basic-auth-module",
258
+ "learn_more": "",
259
+ "category": "Security",
260
+ "type": "3rd-party",
261
+ "maintainers": [
262
+ {
263
+ "name": "potato4d",
264
+ "github": "potato4d"
265
+ }
266
+ ],
267
+ "compatibility": {
268
+ "2.x": "working",
269
+ "2.x-bridge": "unknown",
270
+ "3.x": "unknown"
271
+ }
272
+ },
273
+ {
274
+ "name": "bigcommerce",
275
+ "description": "Easy BigCommerce integration for Nuxt.js",
276
+ "repo": "baroshem/nuxt-bigcommerce",
277
+ "npm": "nuxt-bigcommerce",
278
+ "icon": "bigcommerce.svg",
279
+ "github": "https://github.com/baroshem/nuxt-bigcommerce",
280
+ "website": "https://nuxt-bigcommerce.vercel.app/",
281
+ "learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
282
+ "category": "Ecommerce",
283
+ "type": "3rd-party",
284
+ "maintainers": [
285
+ {
286
+ "name": "Jakub Andrzejewski",
287
+ "github": "Baroshem",
288
+ "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
289
+ }
290
+ ],
291
+ "compatibility": {
292
+ "2.x": "working",
293
+ "2.x-bridge": "unknown",
294
+ "3.x": "unknown"
295
+ }
296
+ },
297
+ {
298
+ "name": "bootstrap",
299
+ "description": "Add Bootstrap to your Nuxt app in seconds.",
300
+ "repo": "bootstrap-vue/bootstrap-vue",
301
+ "npm": "bootstrap-vue",
302
+ "icon": "bootstrap.png",
303
+ "github": "https://github.com/bootstrap-vue/bootstrap-vue",
304
+ "website": "https://bootstrap-vue.org/docs#nuxtjs-module",
305
+ "learn_more": "",
306
+ "category": "UI",
307
+ "type": "3rd-party",
308
+ "maintainers": [
309
+ {
310
+ "name": "Troy Morehouse",
311
+ "github": "tmorehouse"
312
+ },
313
+ {
314
+ "name": "Pooya Parsa",
315
+ "github": "pi0",
316
+ "twitter": "_pi0_"
317
+ },
318
+ {
319
+ "name": "Jacob Müller",
320
+ "github": "jackmu95",
321
+ "twitter": "jackmu95"
322
+ }
323
+ ],
324
+ "compatibility": {
325
+ "2.x": "working",
326
+ "2.x-bridge": "unknown",
327
+ "3.x": "unknown"
328
+ }
329
+ },
330
+ {
331
+ "name": "browserconfig",
332
+ "description": "Adds XML browser configuration support",
333
+ "repo": "nuxt-community/modules#master/packages/browserconfig",
334
+ "npm": "@nuxtjs/browserconfig",
335
+ "icon": "",
336
+ "github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
337
+ "website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
338
+ "learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
339
+ "category": "Extensions",
340
+ "type": "community",
341
+ "maintainers": [
342
+ {
343
+ "name": "Pooya Parsa",
344
+ "github": "pi0",
345
+ "twitter": "_pi0_"
346
+ }
347
+ ],
348
+ "compatibility": {
349
+ "2.x": "working",
350
+ "2.x-bridge": "unknown",
351
+ "3.x": "unknown"
352
+ }
353
+ },
354
+ {
355
+ "name": "buefy",
356
+ "description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
357
+ "repo": "buefy/nuxt-buefy",
358
+ "npm": "nuxt-buefy",
359
+ "icon": "buefy.png",
360
+ "github": "https://github.com/buefy/nuxt-buefy",
361
+ "website": "https://github.com/buefy/nuxt-buefy",
362
+ "learn_more": "https://buefy.org/",
363
+ "category": "UI",
364
+ "type": "3rd-party",
365
+ "maintainers": [
366
+ {
367
+ "name": "Walter Tommasi",
368
+ "github": "jtommy"
369
+ }
370
+ ],
371
+ "compatibility": {
372
+ "2.x": "working",
373
+ "2.x-bridge": "unknown",
374
+ "3.x": "unknown"
375
+ }
376
+ },
377
+ {
378
+ "name": "bugsnag",
379
+ "description": "Bugsnag module for nuxt.js",
380
+ "repo": "JulianMar/nuxt-bugsnag",
381
+ "npm": "nuxt-bugsnag",
382
+ "icon": "bugsnag.png",
383
+ "github": "https://github.com/JulianMar/nuxt-bugsnag",
384
+ "website": "https://github.com/JulianMar/nuxt-bugsnag",
385
+ "learn_more": "https://www.bugsnag.com/",
386
+ "category": "Monitoring",
387
+ "type": "3rd-party",
388
+ "maintainers": [
389
+ {
390
+ "name": "JulianMar",
391
+ "github": "JulianMar"
392
+ }
393
+ ],
394
+ "compatibility": {
395
+ "2.x": "working",
396
+ "2.x-bridge": "unknown",
397
+ "3.x": "unknown"
398
+ }
399
+ },
400
+ {
401
+ "name": "bulma-slim",
402
+ "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
403
+ "repo": "mustardamus/nuxt-bulma-slim",
404
+ "npm": "nuxt-bulma-slim",
405
+ "icon": "bulma.png",
406
+ "github": "https://github.com/mustardamus/nuxt-bulma-slim",
407
+ "website": "https://github.com/mustardamus/nuxt-bulma-slim",
408
+ "learn_more": "https://bulma.io/",
409
+ "category": "UI",
410
+ "type": "3rd-party",
411
+ "maintainers": [
412
+ {
413
+ "name": "mustardamus",
414
+ "github": "mustardamus"
415
+ }
416
+ ],
417
+ "compatibility": {
418
+ "2.x": "working",
419
+ "2.x-bridge": "unknown",
420
+ "3.x": "unknown"
421
+ }
422
+ },
423
+ {
424
+ "name": "bundle-buddy",
425
+ "description": "Don't fight your webpack bundle, become friends!",
426
+ "repo": "Developmint/nuxt-bundle-buddy",
427
+ "npm": "nuxt-bundle-buddy",
428
+ "icon": "",
429
+ "github": "https://github.com/Developmint/nuxt-bundle-buddy",
430
+ "website": "https://github.com/Developmint/nuxt-bundle-buddy",
431
+ "learn_more": "",
432
+ "category": "Devtools",
433
+ "type": "3rd-party",
434
+ "maintainers": [
435
+ {
436
+ "name": "Developmint",
437
+ "github": "Developmint"
438
+ }
439
+ ],
440
+ "compatibility": {
441
+ "2.x": "working",
442
+ "2.x-bridge": "unknown",
443
+ "3.x": "unknown"
444
+ }
445
+ },
446
+ {
447
+ "name": "canvas-sketch",
448
+ "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
449
+ "repo": "LuXDAmore/generative-art",
450
+ "npm": "@luxdamore/nuxt-canvas-sketch",
451
+ "icon": "",
452
+ "github": "https://github.com/LuXDAmore/generative-art",
453
+ "website": "https://github.com/LuXDAmore/generative-art",
454
+ "learn_more": "https://github.com/mattdesl/canvas-sketch/blob/master/docs/README.md",
455
+ "category": "Libraries",
456
+ "type": "3rd-party",
457
+ "maintainers": [
458
+ {
459
+ "name": "Luca Iaconelli",
460
+ "github": "LuXDAmore",
461
+ "twitter": "luxdamore"
462
+ }
463
+ ],
464
+ "compatibility": {
465
+ "2.x": "working",
466
+ "2.x-bridge": "unknown",
467
+ "3.x": "unknown"
468
+ }
469
+ },
470
+ {
471
+ "name": "chakra-ui",
472
+ "description": "Chakra UI Module for Nuxt.js",
473
+ "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
474
+ "npm": "@chakra-ui/nuxt",
475
+ "icon": "chakra-ui.png",
476
+ "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
477
+ "website": "https://vue.chakra-ui.com/with-nuxt",
478
+ "learn_more": "",
479
+ "category": "UI",
480
+ "type": "3rd-party",
481
+ "maintainers": [
482
+ {
483
+ "name": "Jonathan Bakebwa",
484
+ "github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
485
+ }
486
+ ],
487
+ "compatibility": {
488
+ "2.x": "working",
489
+ "2.x-bridge": "unknown",
490
+ "3.x": "unknown"
491
+ }
492
+ },
493
+ {
494
+ "name": "chiffre",
495
+ "description": "Privacy-first, end-to-end encrypted analytics",
496
+ "repo": "chiffre-io/nuxt-chiffre",
497
+ "npm": "nuxt-chiffre",
498
+ "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
499
+ "github": "https://github.com/chiffre-io/nuxt-chiffre",
500
+ "website": "https://github.com/chiffre-io/nuxt-chiffre",
501
+ "learn_more": "https://chiffre.io",
502
+ "category": "Analytics",
503
+ "type": "3rd-party",
504
+ "maintainers": [
505
+ {
506
+ "name": "Romain Clement",
507
+ "github": "rclement"
508
+ }
509
+ ],
510
+ "compatibility": {
511
+ "2.x": "working",
512
+ "2.x-bridge": "unknown",
513
+ "3.x": "unknown"
514
+ }
515
+ },
516
+ {
517
+ "name": "client-init",
518
+ "description": "Provide client version of `nuxtServerInit`.",
519
+ "repo": "potato4d/nuxt-client-init-module",
520
+ "npm": "nuxt-client-init-module",
521
+ "icon": "",
522
+ "github": "https://github.com/potato4d/nuxt-client-init-module",
523
+ "website": "https://github.com/potato4d/nuxt-client-init-module",
524
+ "learn_more": "",
525
+ "category": "Extensions",
526
+ "type": "3rd-party",
527
+ "maintainers": [
528
+ {
529
+ "name": "potato4d",
530
+ "github": "potato4d"
531
+ }
532
+ ],
533
+ "compatibility": {
534
+ "2.x": "working",
535
+ "2.x-bridge": "unknown",
536
+ "3.x": "unknown"
537
+ }
538
+ },
539
+ {
540
+ "name": "cloudcms",
541
+ "description": "CloudCMS Nuxt.js Module",
542
+ "repo": "gitana/cloudcms-nuxt",
543
+ "npm": "cloudcms-nuxt",
544
+ "icon": "",
545
+ "github": "https://github.com/gitana/cloudcms-nuxt",
546
+ "website": "https://github.com/gitana/cloudcms-nuxt",
547
+ "learn_more": "https://www.cloudcms.com/",
548
+ "category": "CMS",
549
+ "type": "3rd-party",
550
+ "maintainers": [
551
+ {
552
+ "name": "gitana",
553
+ "github": "gitana"
554
+ }
555
+ ],
556
+ "compatibility": {
557
+ "2.x": "working",
558
+ "2.x-bridge": "unknown",
559
+ "3.x": "unknown"
560
+ }
561
+ },
562
+ {
563
+ "name": "cloudinary",
564
+ "description": "Optimize images and videos in your Nuxt.js application",
565
+ "repo": "nuxt-community/cloudinary-module",
566
+ "npm": "@nuxtjs/cloudinary",
567
+ "icon": "cloudinary.png",
568
+ "github": "https://github.com/nuxt-community/cloudinary-module",
569
+ "website": "https://cloudinary.nuxtjs.org",
570
+ "learn_more": "https://cloudinary.com",
571
+ "category": "Images",
572
+ "type": "community",
573
+ "maintainers": [
574
+ {
575
+ "name": "Maya Shavin",
576
+ "github": "mayashavin",
577
+ "twitter": "MayaShavin"
578
+ }
579
+ ],
580
+ "compatibility": {
581
+ "2.x": "working",
582
+ "2.x-bridge": "unknown",
583
+ "3.x": "not-working"
584
+ }
585
+ },
586
+ {
587
+ "name": "color-mode",
588
+ "description": "Dark and Light mode for NuxtJS with auto detection",
589
+ "repo": "nuxt-community/color-mode-module",
590
+ "npm": "@nuxtjs/color-mode",
591
+ "icon": "color-mode.png",
592
+ "github": "https://github.com/nuxt-community/color-mode-module",
593
+ "website": "https://color-mode.nuxtjs.org",
594
+ "learn_more": "",
595
+ "category": "UI",
596
+ "type": "community",
597
+ "maintainers": [
598
+ {
599
+ "name": "Sébastien Chopin",
600
+ "github": "Atinux",
601
+ "twitter": "Atinux"
602
+ }
603
+ ],
604
+ "compatibility": {
605
+ "2.x": "working",
606
+ "2.x-bridge": "working",
607
+ "3.x": "unknown"
608
+ }
609
+ },
610
+ {
611
+ "name": "component-cache",
612
+ "description": "LRU component cache for vue components",
613
+ "repo": "nuxt-community/component-cache-module",
614
+ "npm": "@nuxtjs/component-cache",
615
+ "icon": "",
616
+ "github": "https://github.com/nuxt-community/component-cache-module",
617
+ "website": "https://github.com/nuxt-community/component-cache-module",
618
+ "learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
619
+ "category": "Performance",
620
+ "type": "community",
621
+ "maintainers": [
622
+ {
623
+ "name": "Pooya Parsa",
624
+ "github": "pi0",
625
+ "twitter": "_pi0_"
626
+ }
627
+ ],
628
+ "compatibility": {
629
+ "2.x": "working",
630
+ "2.x-bridge": "unknown",
631
+ "3.x": "unknown"
632
+ }
633
+ },
634
+ {
635
+ "name": "composition-api",
636
+ "description": "Composition API hooks for Nuxt",
637
+ "repo": "nuxt-community/composition-api#main",
638
+ "npm": "@nuxtjs/composition-api",
639
+ "icon": "composition-api.svg",
640
+ "github": "https://github.com/nuxt-community/composition-api/tree/main",
641
+ "website": "https://composition-api.nuxtjs.org",
642
+ "learn_more": "",
643
+ "category": "Extensions",
644
+ "type": "community",
645
+ "maintainers": [
646
+ {
647
+ "name": "Daniel Roe",
648
+ "github": "danielroe",
649
+ "twitter": "danielcroe"
650
+ }
651
+ ],
652
+ "compatibility": {
653
+ "2.x": "working",
654
+ "2.x-bridge": "unknown",
655
+ "3.x": "unknown"
656
+ }
657
+ },
658
+ {
659
+ "name": "content",
660
+ "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
661
+ "repo": "nuxt/content#master/packages/content",
662
+ "npm": "@nuxt/content",
663
+ "icon": "content.png",
664
+ "github": "https://github.com/nuxt/content",
665
+ "website": "https://content.nuxtjs.org",
666
+ "learn_more": "",
667
+ "category": "CMS",
668
+ "type": "official",
669
+ "maintainers": [
670
+ {
671
+ "name": "Benjamin Canac",
672
+ "github": "benjamincanac",
673
+ "twitter": "benjamincanac"
674
+ },
675
+ {
676
+ "name": "Sebastien Chopin",
677
+ "github": "Atinux",
678
+ "twitter": "Atinux"
679
+ }
680
+ ],
681
+ "compatibility": {
682
+ "2.x": "working",
683
+ "2.x-bridge": "not-working",
684
+ "3.x": "not-working"
685
+ }
686
+ },
687
+ {
688
+ "name": "contentful",
689
+ "description": "nuxt contentful module",
690
+ "repo": "scaccogatto/contentful-module",
691
+ "npm": "contentful-module",
692
+ "icon": "contentful.png",
693
+ "github": "https://github.com/scaccogatto/contentful-module",
694
+ "website": "https://github.com/scaccogatto/contentful-module",
695
+ "learn_more": "https://www.contentful.com/",
696
+ "category": "CMS",
697
+ "type": "3rd-party",
698
+ "maintainers": [
699
+ {
700
+ "name": "scaccogatto",
701
+ "github": "scaccogatto"
702
+ }
703
+ ],
704
+ "compatibility": {
705
+ "2.x": "working",
706
+ "2.x-bridge": "unknown",
707
+ "3.x": "unknown"
708
+ }
709
+ },
710
+ {
711
+ "name": "custom-elements",
712
+ "description": "Publish your Components as a vue-custom-element standalone build.",
713
+ "repo": "GrabarzUndPartner/nuxt-custom-elements",
714
+ "npm": "nuxt-custom-elements",
715
+ "icon": "custom-elements.png",
716
+ "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
717
+ "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
718
+ "learn_more": "https://github.com/karol-f/vue-custom-element",
719
+ "category": "Extensions",
720
+ "type": "3rd-party",
721
+ "maintainers": [
722
+ {
723
+ "name": "Thorn Walli",
724
+ "github": "ThornWalli"
725
+ },
726
+ {
727
+ "name": "GrabarzUndPartner",
728
+ "github": "GrabarzUndPartner"
729
+ }
730
+ ],
731
+ "compatibility": {
732
+ "2.x": "working",
733
+ "2.x-bridge": "unknown",
734
+ "3.x": "unknown"
735
+ }
736
+ },
737
+ {
738
+ "name": "darkmode.js",
739
+ "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
740
+ "repo": "sandoche/nuxtjs-darkmode-js-module#main",
741
+ "npm": "nuxtjs-darkmode-js-module",
742
+ "icon": "darkmode.png",
743
+ "github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
744
+ "website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
745
+ "learn_more": "",
746
+ "category": "UI",
747
+ "type": "3rd-party",
748
+ "maintainers": [
749
+ {
750
+ "name": "sandoche",
751
+ "github": "sandoche"
752
+ }
753
+ ],
754
+ "compatibility": {
755
+ "2.x": "working",
756
+ "2.x-bridge": "unknown",
757
+ "3.x": "unknown"
758
+ }
759
+ },
760
+ {
761
+ "name": "date-fns",
762
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
763
+ "repo": "nuxt-community/date-fns-module",
764
+ "npm": "@nuxtjs/date-fns",
765
+ "icon": "date-fns.png",
766
+ "github": "https://github.com/nuxt-community/date-fns-module",
767
+ "website": "https://github.com/nuxt-community/date-fns-module",
768
+ "learn_more": "https://date-fns.org/",
769
+ "category": "Date",
770
+ "type": "community",
771
+ "maintainers": [
772
+ {
773
+ "name": "Ricardo Gobbo de Souza",
774
+ "github": "ricardogobbosouza"
775
+ }
776
+ ],
777
+ "compatibility": {
778
+ "2.x": "working",
779
+ "2.x-bridge": "wip",
780
+ "3.x": "wip"
781
+ }
782
+ },
783
+ {
784
+ "name": "dayjs",
785
+ "description": "The best way for use Day.js easily in your Nuxt.js project.",
786
+ "repo": "nuxt-community/dayjs-module",
787
+ "npm": "@nuxtjs/dayjs",
788
+ "icon": "day-js.png",
789
+ "github": "https://github.com/nuxt-community/dayjs-module",
790
+ "website": "https://github.com/nuxt-community/dayjs-module",
791
+ "learn_more": "https://day.js.org/",
792
+ "category": "Date",
793
+ "type": "community",
794
+ "maintainers": [
795
+ {
796
+ "name": "Takuma HANATANI",
797
+ "github": "potato4d",
798
+ "twitter": "potato4d"
799
+ }
800
+ ],
801
+ "compatibility": {
802
+ "2.x": "working",
803
+ "2.x-bridge": "unknown",
804
+ "3.x": "unknown"
805
+ }
806
+ },
807
+ {
808
+ "name": "device",
809
+ "description": "Device detection module for Nuxt.js",
810
+ "repo": "nuxt-community/device-module",
811
+ "npm": "@nuxtjs/device",
812
+ "icon": "",
813
+ "github": "https://github.com/nuxt-community/device-module",
814
+ "website": "https://github.com/nuxt-community/device-module",
815
+ "learn_more": "",
816
+ "category": "Extensions",
817
+ "type": "community",
818
+ "maintainers": [
819
+ {
820
+ "name": "Shinji Yamada",
821
+ "github": "dotneet"
822
+ }
823
+ ],
824
+ "compatibility": {
825
+ "2.x": "working",
826
+ "2.x-bridge": "unknown",
827
+ "3.x": "unknown"
828
+ }
829
+ },
830
+ {
831
+ "name": "dotenv",
832
+ "description": "A Nuxt.js module that loads your .env file into your context options",
833
+ "repo": "nuxt-community/dotenv-module",
834
+ "npm": "@nuxtjs/dotenv",
835
+ "icon": "dotenv.png",
836
+ "github": "https://github.com/nuxt-community/dotenv-module",
837
+ "website": "https://github.com/nuxt-community/dotenv-module",
838
+ "learn_more": "https://www.npmjs.com/package/dotenv",
839
+ "category": "Extensions",
840
+ "type": "community",
841
+ "maintainers": [
842
+ {
843
+ "name": "Julien Tant",
844
+ "github": "JulienTant"
845
+ }
846
+ ],
847
+ "compatibility": {
848
+ "2.x": "working",
849
+ "2.x-bridge": "unknown",
850
+ "3.x": "unknown"
851
+ }
852
+ },
853
+ {
854
+ "name": "druxt",
855
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
856
+ "repo": "druxt/druxt.js#develop/packages/druxt",
857
+ "npm": "druxt",
858
+ "icon": "druxt.svg",
859
+ "github": "https://github.com/druxt/druxt.js",
860
+ "website": "https://druxtjs.org",
861
+ "learn_more": "https://druxtjs.org/guide",
862
+ "category": "CMS",
863
+ "type": "3rd-party",
864
+ "maintainers": [
865
+ {
866
+ "name": "Decipher",
867
+ "github": "decipher"
868
+ }
869
+ ],
870
+ "compatibility": {
871
+ "2.x": "working",
872
+ "2.x-bridge": "unknown",
873
+ "3.x": "unknown"
874
+ }
875
+ },
876
+ {
877
+ "name": "emotion",
878
+ "description": "The Next Generation of CSS-in-JS for Nuxt.js",
879
+ "repo": "nuxt-community/emotion-module",
880
+ "npm": "@nuxtjs/emotion",
881
+ "icon": "emotion.png",
882
+ "github": "https://github.com/nuxt-community/emotion-module",
883
+ "website": "https://github.com/nuxt-community/emotion-module",
884
+ "learn_more": "https://emotion.sh/",
885
+ "category": "Extensions",
886
+ "type": "community",
887
+ "maintainers": [
888
+ {
889
+ "name": "Pooya Parsa",
890
+ "github": "pi0",
891
+ "twitter": "_pi0_"
892
+ }
893
+ ],
894
+ "compatibility": {
895
+ "2.x": "working",
896
+ "2.x-bridge": "unknown",
897
+ "3.x": "unknown"
898
+ }
899
+ },
900
+ {
901
+ "name": "eslint",
902
+ "description": "ESLint module for Nuxt.js",
903
+ "repo": "nuxt-community/eslint-module",
904
+ "npm": "@nuxtjs/eslint-module",
905
+ "icon": "eslint.png",
906
+ "github": "https://github.com/nuxt-community/eslint-module",
907
+ "website": "https://github.com/nuxt-community/eslint-module",
908
+ "learn_more": "https://eslint.org/",
909
+ "category": "Devtools",
910
+ "type": "community",
911
+ "maintainers": [
912
+ {
913
+ "name": "Ricardo Gobbo de Souza",
914
+ "github": "ricardogobbosouza"
915
+ }
916
+ ],
917
+ "compatibility": {
918
+ "2.x": "working",
919
+ "2.x-bridge": "unknown",
920
+ "3.x": "unknown"
921
+ }
922
+ },
923
+ {
924
+ "name": "event-trace",
925
+ "description": "Module for event trace in Nuxt.js",
926
+ "repo": "nuxt-community/nuxt-event-trace",
927
+ "npm": "nuxt-event-trace",
928
+ "icon": "",
929
+ "github": "https://github.com/nuxt-community/nuxt-event-trace",
930
+ "website": "https://github.com/nuxt-community/nuxt-event-trace",
931
+ "learn_more": "",
932
+ "category": "Monitoring",
933
+ "type": "community",
934
+ "maintainers": [
935
+ {
936
+ "name": "Xin Du",
937
+ "github": "clarkdo"
938
+ }
939
+ ],
940
+ "compatibility": {
941
+ "2.x": "working",
942
+ "2.x-bridge": "unknown",
943
+ "3.x": "unknown"
944
+ }
945
+ },
946
+ {
947
+ "name": "fathom",
948
+ "description": "Fathom analytics for Nuxt",
949
+ "repo": "yabhq/nuxt-fathom",
950
+ "npm": "@yabhq/nuxt-fathom",
951
+ "icon": "fathom.png",
952
+ "github": "https://github.com/yabhq/nuxt-fathom",
953
+ "website": "https://github.com/yabhq/nuxt-fathom",
954
+ "learn_more": "https://usefathom.com/",
955
+ "category": "Analytics",
956
+ "type": "3rd-party",
957
+ "maintainers": [
958
+ {
959
+ "name": "yabhq",
960
+ "github": "yabhq"
961
+ }
962
+ ],
963
+ "compatibility": {
964
+ "2.x": "working",
965
+ "2.x-bridge": "unknown",
966
+ "3.x": "unknown"
967
+ }
968
+ },
969
+ {
970
+ "name": "feature-toggle",
971
+ "description": "Feature toggle module for Nuxt.js",
972
+ "repo": "stephenkr/nuxt-feature-toggle",
973
+ "npm": "nuxt-feature-toggle",
974
+ "icon": "",
975
+ "github": "https://github.com/stephenkr/nuxt-feature-toggle",
976
+ "website": "https://github.com/stephenkr/nuxt-feature-toggle",
977
+ "learn_more": "",
978
+ "category": "Extensions",
979
+ "type": "3rd-party",
980
+ "maintainers": [
981
+ {
982
+ "name": "stephenkr",
983
+ "github": "stephenkr"
984
+ }
985
+ ],
986
+ "compatibility": {
987
+ "2.x": "working",
988
+ "2.x-bridge": "unknown",
989
+ "3.x": "unknown"
990
+ }
991
+ },
992
+ {
993
+ "name": "feed",
994
+ "description": "Feed module enables everyone to have RSS, Atom and Json.",
995
+ "repo": "nuxt-community/feed-module",
996
+ "npm": "@nuxtjs/feed",
997
+ "icon": "",
998
+ "github": "https://github.com/nuxt-community/feed-module",
999
+ "website": "https://github.com/nuxt-community/feed-module",
1000
+ "learn_more": "",
1001
+ "category": "SEO",
1002
+ "type": "community",
1003
+ "maintainers": [
1004
+ {
1005
+ "name": "Alexander Lichter",
1006
+ "github": "manniL",
1007
+ "twitter": "TheAlexLichter"
1008
+ }
1009
+ ],
1010
+ "compatibility": {
1011
+ "2.x": "working",
1012
+ "2.x-bridge": "unknown",
1013
+ "3.x": "unknown"
1014
+ }
1015
+ },
1016
+ {
1017
+ "name": "firebase",
1018
+ "description": "Integrate Firebase into your Nuxt project.",
1019
+ "repo": "nuxt-community/firebase-module",
1020
+ "npm": "@nuxtjs/firebase",
1021
+ "icon": "firebase.png",
1022
+ "github": "https://github.com/nuxt-community/firebase-module",
1023
+ "website": "https://firebase.nuxtjs.org",
1024
+ "learn_more": "https://firebase.google.com/",
1025
+ "category": "Database",
1026
+ "type": "community",
1027
+ "maintainers": [
1028
+ {
1029
+ "name": "Pascal Luther",
1030
+ "github": "lupas"
1031
+ }
1032
+ ],
1033
+ "compatibility": {
1034
+ "2.x": "working",
1035
+ "2.x-bridge": "unknown",
1036
+ "3.x": "unknown"
1037
+ }
1038
+ },
1039
+ {
1040
+ "name": "floating-prompt-module",
1041
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1042
+ "repo": "sandoche/nuxt-floating-prompt-module#main",
1043
+ "npm": "nuxt-floating-prompt-module",
1044
+ "icon": "",
1045
+ "github": "https://github.com/sandoche/nuxt-floating-prompt-module",
1046
+ "website": "https://github.com/sandoche/nuxt-floating-prompt-module",
1047
+ "learn_more": "",
1048
+ "category": "Libraries",
1049
+ "type": "3rd-party",
1050
+ "maintainers": [
1051
+ {
1052
+ "name": "sandoche",
1053
+ "github": "sandoche"
1054
+ }
1055
+ ],
1056
+ "compatibility": {
1057
+ "2.x": "working",
1058
+ "2.x-bridge": "unknown",
1059
+ "3.x": "unknown"
1060
+ }
1061
+ },
1062
+ {
1063
+ "name": "font-loader-strategy",
1064
+ "description": "Helps to load fonts and activate them by preloading.",
1065
+ "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
1066
+ "npm": "nuxt-font-loader-strategy",
1067
+ "icon": "",
1068
+ "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
1069
+ "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
1070
+ "learn_more": "",
1071
+ "category": "Fonts",
1072
+ "type": "3rd-party",
1073
+ "maintainers": [
1074
+ {
1075
+ "name": "GrabarzUndPartner",
1076
+ "github": "GrabarzUndPartner"
1077
+ }
1078
+ ],
1079
+ "compatibility": {
1080
+ "2.x": "working",
1081
+ "2.x-bridge": "unknown",
1082
+ "3.x": "unknown"
1083
+ }
1084
+ },
1085
+ {
1086
+ "name": "fontagon",
1087
+ "description": "Easy convert SVG from nuxt to icon font.",
1088
+ "repo": "kdydesign/nuxt-fontagon",
1089
+ "npm": "nuxt-fontagon",
1090
+ "icon": "fontagon.png",
1091
+ "github": "https://github.com/kdydesign/nuxt-fontagon",
1092
+ "website": "https://github.com/kdydesign/nuxt-fontagon",
1093
+ "learn_more": "",
1094
+ "category": "Libraries",
1095
+ "type": "3rd-party",
1096
+ "maintainers": [
1097
+ {
1098
+ "name": "kdydesign",
1099
+ "github": "kdydesign"
1100
+ }
1101
+ ],
1102
+ "compatibility": {
1103
+ "2.x": "working",
1104
+ "2.x-bridge": "unknown",
1105
+ "3.x": "unknown"
1106
+ }
1107
+ },
1108
+ {
1109
+ "name": "fontawesome",
1110
+ "description": "Module to join nuxt and Fontawesome 5",
1111
+ "repo": "nuxt-community/fontawesome-module",
1112
+ "npm": "@nuxtjs/fontawesome",
1113
+ "icon": "font-awesome.png",
1114
+ "github": "https://github.com/nuxt-community/fontawesome-module",
1115
+ "website": "https://github.com/nuxt-community/fontawesome-module",
1116
+ "learn_more": "https://fontawesome.com/",
1117
+ "category": "Fonts",
1118
+ "type": "community",
1119
+ "maintainers": [
1120
+ {
1121
+ "name": "Pim",
1122
+ "github": "pimlie"
1123
+ }
1124
+ ],
1125
+ "compatibility": {
1126
+ "2.x": "working",
1127
+ "2.x-bridge": "unknown",
1128
+ "3.x": "unknown"
1129
+ }
1130
+ },
1131
+ {
1132
+ "name": "fullpage",
1133
+ "description": "Nuxt module for fullpage-vue plugin",
1134
+ "repo": "vaso2/fullpage-nuxt",
1135
+ "npm": "fullpage-nuxt",
1136
+ "icon": "",
1137
+ "github": "https://github.com/vaso2/fullpage-nuxt",
1138
+ "website": "https://github.com/vaso2/fullpage-nuxt",
1139
+ "learn_more": "",
1140
+ "category": "CSS",
1141
+ "type": "3rd-party",
1142
+ "maintainers": [
1143
+ {
1144
+ "name": "vaso2",
1145
+ "github": "vaso2"
1146
+ }
1147
+ ],
1148
+ "compatibility": {
1149
+ "2.x": "working",
1150
+ "2.x-bridge": "unknown",
1151
+ "3.x": "unknown"
1152
+ }
1153
+ },
1154
+ {
1155
+ "name": "github-api",
1156
+ "description": "Nuxt module for GitHub v4 API",
1157
+ "repo": "lindsaykwardell/nuxt-github-api",
1158
+ "npm": "nuxt-github-api",
1159
+ "icon": "github.svg",
1160
+ "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1161
+ "website": "https://github.com/lindsaykwardell/nuxt-github-api",
1162
+ "learn_more": "",
1163
+ "category": "Request",
1164
+ "type": "3rd-party",
1165
+ "maintainers": [
1166
+ {
1167
+ "name": "lindsaykwardell",
1168
+ "github": "lindsaykwardell"
1169
+ }
1170
+ ],
1171
+ "compatibility": {
1172
+ "2.x": "working",
1173
+ "2.x-bridge": "unknown",
1174
+ "3.x": "unknown"
1175
+ }
1176
+ },
1177
+ {
1178
+ "name": "google-adsense",
1179
+ "description": "Google Adsense Module for Nuxt.js",
1180
+ "repo": "nuxt-community/google-adsense-module",
1181
+ "npm": "@nuxtjs/google-adsense",
1182
+ "icon": "google-adsense.png",
1183
+ "github": "https://github.com/nuxt-community/google-adsense-module",
1184
+ "website": "https://github.com/nuxt-community/google-adsense-module",
1185
+ "learn_more": "https://www.google.com/adsense/start/",
1186
+ "category": "Analytics",
1187
+ "type": "community",
1188
+ "maintainers": [
1189
+ {
1190
+ "name": "Troy Morehouse",
1191
+ "github": "tmorehouse"
1192
+ }
1193
+ ],
1194
+ "compatibility": {
1195
+ "2.x": "working",
1196
+ "2.x-bridge": "unknown",
1197
+ "3.x": "unknown"
1198
+ }
1199
+ },
1200
+ {
1201
+ "name": "google-analytics",
1202
+ "description": "Google analytics Module for Nuxt.js",
1203
+ "repo": "nuxt-community/analytics-module",
1204
+ "npm": "@nuxtjs/google-analytics",
1205
+ "icon": "google-analytics.png",
1206
+ "github": "https://github.com/nuxt-community/analytics-module",
1207
+ "website": "https://google-analytics.nuxtjs.org",
1208
+ "learn_more": "https://marketingplatform.google.com/about/analytics/",
1209
+ "category": "Analytics",
1210
+ "type": "community",
1211
+ "maintainers": [
1212
+ {
1213
+ "name": "Pooya Parsa",
1214
+ "github": "pi0",
1215
+ "twitter": "_pi0_"
1216
+ },
1217
+ {
1218
+ "name": "Ricardo Gobbo de Souza",
1219
+ "github": "ricardogobbosouza"
1220
+ },
1221
+ {
1222
+ "name": "Matteo Gabriele",
1223
+ "github": "MatteoGabriele",
1224
+ "twitter": "matteo_gabriele"
1225
+ }
1226
+ ],
1227
+ "compatibility": {
1228
+ "2.x": "working",
1229
+ "2.x-bridge": "unknown",
1230
+ "3.x": "unknown"
1231
+ }
1232
+ },
1233
+ {
1234
+ "name": "google-fonts",
1235
+ "description": "Google Fonts module for NuxtJS",
1236
+ "repo": "nuxt-community/google-fonts-module",
1237
+ "npm": "@nuxtjs/google-fonts",
1238
+ "icon": "google-fonts.png",
1239
+ "github": "https://github.com/nuxt-community/google-fonts-module",
1240
+ "website": "https://github.com/nuxt-community/google-fonts-module",
1241
+ "learn_more": "https://developers.google.com/fonts",
1242
+ "category": "Fonts",
1243
+ "type": "community",
1244
+ "maintainers": [
1245
+ {
1246
+ "name": "Ricardo Gobbo de Souza",
1247
+ "github": "ricardogobbosouza"
1248
+ }
1249
+ ],
1250
+ "compatibility": {
1251
+ "2.x": "working",
1252
+ "2.x-bridge": "unknown",
1253
+ "3.x": "unknown"
1254
+ }
1255
+ },
1256
+ {
1257
+ "name": "google-gtag",
1258
+ "description": "Google GTag for Nuxt.js",
1259
+ "repo": "nuxt-community/google-gtag",
1260
+ "npm": "@nuxtjs/google-gtag",
1261
+ "icon": "gtm.png",
1262
+ "github": "https://github.com/nuxt-community/google-gtag",
1263
+ "website": "https://github.com/nuxt-community/google-gtag",
1264
+ "learn_more": "https://developers.google.com/analytics/devguides/collection/gtagjs/",
1265
+ "category": "Analytics",
1266
+ "type": "community",
1267
+ "maintainers": [
1268
+ {
1269
+ "name": "Dominic Garms",
1270
+ "github": "dohomi"
1271
+ },
1272
+ {
1273
+ "name": "Ricardo Gobbo de Souza",
1274
+ "github": "ricardogobbosouza"
1275
+ }
1276
+ ],
1277
+ "compatibility": {
1278
+ "2.x": "working",
1279
+ "2.x-bridge": "unknown",
1280
+ "3.x": "unknown"
1281
+ }
1282
+ },
1283
+ {
1284
+ "name": "google-optimize",
1285
+ "description": "SSR friendly Google Optimize module for Nuxt.js",
1286
+ "repo": "nuxt-community/google-optimize-module",
1287
+ "npm": "nuxt-google-optimize",
1288
+ "icon": "google-optimize.png",
1289
+ "github": "https://github.com/nuxt-community/google-optimize-module",
1290
+ "website": "https://github.com/nuxt-community/google-optimize-module",
1291
+ "learn_more": "https://marketingplatform.google.com/about/optimize/",
1292
+ "category": "Analytics",
1293
+ "type": "community",
1294
+ "maintainers": [
1295
+ {
1296
+ "name": "Pooya Parsa",
1297
+ "github": "pi0",
1298
+ "twitter": "_pi0_"
1299
+ },
1300
+ {
1301
+ "name": "Farzad Soltani",
1302
+ "github": "farzadso",
1303
+ "twitter": "farzadso"
1304
+ },
1305
+ {
1306
+ "name": "Josh Deltener",
1307
+ "github": "hecktarzuli",
1308
+ "twitter": "JoshDeltener"
1309
+ }
1310
+ ],
1311
+ "compatibility": {
1312
+ "2.x": "working",
1313
+ "2.x-bridge": "unknown",
1314
+ "3.x": "unknown"
1315
+ }
1316
+ },
1317
+ {
1318
+ "name": "graphql-request",
1319
+ "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1320
+ "repo": "gomah/nuxt-graphql-request",
1321
+ "npm": "nuxt-graphql-request",
1322
+ "icon": "graphql-request.png",
1323
+ "github": "https://github.com/gomah/nuxt-graphql-request",
1324
+ "website": "https://github.com/gomah/nuxt-graphql-request",
1325
+ "learn_more": "",
1326
+ "category": "Request",
1327
+ "type": "3rd-party",
1328
+ "maintainers": [
1329
+ {
1330
+ "name": "gomah",
1331
+ "github": "gomah"
1332
+ }
1333
+ ],
1334
+ "compatibility": {
1335
+ "2.x": "working",
1336
+ "2.x-bridge": "unknown",
1337
+ "3.x": "unknown"
1338
+ }
1339
+ },
1340
+ {
1341
+ "name": "gtm",
1342
+ "description": "Google Tag Manager Module for Nuxt.js",
1343
+ "repo": "nuxt-community/gtm-module",
1344
+ "npm": "@nuxtjs/gtm",
1345
+ "icon": "gtm.png",
1346
+ "github": "https://github.com/nuxt-community/gtm-module",
1347
+ "website": "https://github.com/nuxt-community/gtm-module",
1348
+ "learn_more": "https://marketingplatform.google.com/about/tag-manager/",
1349
+ "category": "Analytics",
1350
+ "type": "community",
1351
+ "maintainers": [
1352
+ {
1353
+ "name": "Pooya Parsa",
1354
+ "github": "pi0",
1355
+ "twitter": "_pi0_"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "2.x": "working",
1360
+ "2.x-bridge": "unknown",
1361
+ "3.x": "unknown"
1362
+ }
1363
+ },
1364
+ {
1365
+ "name": "guess",
1366
+ "description": "Guess.js module for Nuxt.js",
1367
+ "repo": "nuxt-community/guess-module",
1368
+ "npm": "@nuxtjs/guess-module",
1369
+ "icon": "guessjs.png",
1370
+ "github": "https://github.com/nuxt-community/guess-module",
1371
+ "website": "https://github.com/nuxt-community/guess-module",
1372
+ "learn_more": "https://guess-js.github.io/",
1373
+ "category": "Performance",
1374
+ "type": "community",
1375
+ "maintainers": [
1376
+ {
1377
+ "name": "Xin Du",
1378
+ "github": "clarkdo"
1379
+ }
1380
+ ],
1381
+ "compatibility": {
1382
+ "2.x": "working",
1383
+ "2.x-bridge": "unknown",
1384
+ "3.x": "unknown"
1385
+ }
1386
+ },
1387
+ {
1388
+ "name": "helmet",
1389
+ "description": "Easy Helmet module with Nuxt.js'",
1390
+ "repo": "victor-perez/nuxt-helmet",
1391
+ "npm": "nuxt-helmet",
1392
+ "icon": "",
1393
+ "github": "https://github.com/victor-perez/nuxt-helmet",
1394
+ "website": "https://github.com/victor-perez/nuxt-helmet",
1395
+ "learn_more": "https://helmetjs.github.io/",
1396
+ "category": "Security",
1397
+ "type": "3rd-party",
1398
+ "maintainers": [
1399
+ {
1400
+ "name": "victor-perez",
1401
+ "github": "victor-perez"
1402
+ }
1403
+ ],
1404
+ "compatibility": {
1405
+ "2.x": "working",
1406
+ "2.x-bridge": "unknown",
1407
+ "3.x": "unknown"
1408
+ }
1409
+ },
1410
+ {
1411
+ "name": "highcharts",
1412
+ "description": "Highcharts for Nuxt",
1413
+ "repo": "richardeschloss/nuxt-highcharts",
1414
+ "npm": "nuxt-highcharts",
1415
+ "icon": "",
1416
+ "github": "https://github.com/richardeschloss/nuxt-highcharts",
1417
+ "website": "https://github.com/richardeschloss/nuxt-highcharts",
1418
+ "learn_more": "https://www.highcharts.com/",
1419
+ "category": "UI",
1420
+ "type": "3rd-party",
1421
+ "maintainers": [
1422
+ {
1423
+ "name": "richardeschloss",
1424
+ "github": "richardeschloss"
1425
+ }
1426
+ ],
1427
+ "compatibility": {
1428
+ "2.x": "working",
1429
+ "2.x-bridge": "unknown",
1430
+ "3.x": "unknown"
1431
+ }
1432
+ },
1433
+ {
1434
+ "name": "history-state",
1435
+ "description": "Nuxt.js module to backup or restore historical states",
1436
+ "repo": "hidekatsu-izuno/nuxt-history-state",
1437
+ "npm": "nuxt-history-state",
1438
+ "icon": "",
1439
+ "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1440
+ "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1441
+ "learn_more": "",
1442
+ "category": "Extensions",
1443
+ "type": "3rd-party",
1444
+ "maintainers": [
1445
+ {
1446
+ "name": "hidekatsu-izuno",
1447
+ "github": "hidekatsu-izuno"
1448
+ }
1449
+ ],
1450
+ "compatibility": {
1451
+ "2.x": "working",
1452
+ "2.x-bridge": "unknown",
1453
+ "3.x": "unknown"
1454
+ }
1455
+ },
1456
+ {
1457
+ "name": "html-minifier",
1458
+ "description": "Minify the html for each request served by nuxt server (nuxt start)",
1459
+ "repo": "nuxt-community/html-minifier-module",
1460
+ "npm": "@nuxtjs/html-minifier",
1461
+ "icon": "",
1462
+ "github": "https://github.com/nuxt-community/html-minifier-module",
1463
+ "website": "https://github.com/nuxt-community/html-minifier-module",
1464
+ "learn_more": "",
1465
+ "category": "Performance",
1466
+ "type": "community",
1467
+ "maintainers": [
1468
+ {
1469
+ "name": "Xin Du",
1470
+ "github": "clarkdo"
1471
+ }
1472
+ ],
1473
+ "compatibility": {
1474
+ "2.x": "working",
1475
+ "2.x-bridge": "unknown",
1476
+ "3.x": "unknown"
1477
+ }
1478
+ },
1479
+ {
1480
+ "name": "html-validator",
1481
+ "description": "Automatically validate Nuxt server-rendered HTML html",
1482
+ "repo": "nuxt-community/html-validator-module",
1483
+ "npm": "@nuxtjs/html-validator",
1484
+ "icon": "html-validator.png",
1485
+ "github": "https://github.com/nuxt-community/html-validator-module",
1486
+ "website": "https://html-validator.nuxtjs.org",
1487
+ "learn_more": "https://html-validate.org",
1488
+ "category": "Performance",
1489
+ "type": "community",
1490
+ "maintainers": [
1491
+ {
1492
+ "name": "Daniel Roe",
1493
+ "github": "danielroe",
1494
+ "twitter": "danielcroe"
1495
+ }
1496
+ ],
1497
+ "compatibility": {
1498
+ "2.x": "working",
1499
+ "2.x-bridge": "unknown",
1500
+ "3.x": "unknown"
1501
+ }
1502
+ },
1503
+ {
1504
+ "name": "http",
1505
+ "description": "Universal HTTP Module for Nuxt.js",
1506
+ "repo": "nuxt/http",
1507
+ "npm": "@nuxt/http",
1508
+ "icon": "http.png",
1509
+ "github": "https://github.com/nuxt/http",
1510
+ "website": "https://http.nuxtjs.org/",
1511
+ "learn_more": "",
1512
+ "category": "Request",
1513
+ "type": "official",
1514
+ "maintainers": [
1515
+ {
1516
+ "name": "Pooya Parsa",
1517
+ "github": "pi0",
1518
+ "twitter": "_pi0_"
1519
+ },
1520
+ {
1521
+ "name": "Sébastien Chopin",
1522
+ "github": "Atinux",
1523
+ "twitter": "Atinux"
1524
+ }
1525
+ ],
1526
+ "compatibility": {
1527
+ "2.x": "working",
1528
+ "2.x-bridge": "unknown",
1529
+ "3.x": "unknown"
1530
+ }
1531
+ },
1532
+ {
1533
+ "name": "humans-txt",
1534
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
1535
+ "repo": "Luxdamore/nuxt-humans-txt",
1536
+ "npm": "@luxdamore/nuxt-humans-txt",
1537
+ "icon": "",
1538
+ "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1539
+ "website": "https://luxdamore.github.io/nuxt-humans-txt/",
1540
+ "learn_more": "https://humanstxt.org/",
1541
+ "category": "SEO",
1542
+ "type": "3rd-party",
1543
+ "maintainers": [
1544
+ {
1545
+ "name": "Luca Iaconelli",
1546
+ "github": "LuXDAmore",
1547
+ "twitter": "luxdamore"
1548
+ }
1549
+ ],
1550
+ "compatibility": {
1551
+ "2.x": "working",
1552
+ "2.x-bridge": "unknown",
1553
+ "3.x": "unknown"
1554
+ }
1555
+ },
1556
+ {
1557
+ "name": "i18n",
1558
+ "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1559
+ "repo": "nuxt-community/i18n-module",
1560
+ "npm": "nuxt-i18n",
1561
+ "icon": "i18n.png",
1562
+ "github": "https://github.com/nuxt-community/i18n-module",
1563
+ "website": "https://i18n.nuxtjs.org",
1564
+ "learn_more": "https://kazupon.github.io/vue-i18n/",
1565
+ "category": "Extensions",
1566
+ "type": "community",
1567
+ "maintainers": [
1568
+ {
1569
+ "name": "Rafał Chłodnicki",
1570
+ "github": "rchl"
1571
+ },
1572
+ {
1573
+ "name": "Kazuya Kawaguchi",
1574
+ "github": "kazupon"
1575
+ }
1576
+ ],
1577
+ "compatibility": {
1578
+ "2.x": "working",
1579
+ "2.x-bridge": "unknown",
1580
+ "3.x": "not-working"
1581
+ }
1582
+ },
1583
+ {
1584
+ "name": "image-loader",
1585
+ "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
1586
+ "repo": "PivaleCo/nuxt-image-loader-module",
1587
+ "npm": "@pivale/nuxt-image-loader-module",
1588
+ "icon": "",
1589
+ "github": "https://github.com/PivaleCo/nuxt-image-loader-module",
1590
+ "website": "https://github.com/PivaleCo/nuxt-image-loader-module",
1591
+ "learn_more": "http://www.graphicsmagick.org/",
1592
+ "category": "Images",
1593
+ "type": "3rd-party",
1594
+ "maintainers": [
1595
+ {
1596
+ "name": "Barry Fisher",
1597
+ "github": "Barry-Fisher"
1598
+ }
1599
+ ],
1600
+ "compatibility": {
1601
+ "2.x": "working",
1602
+ "2.x-bridge": "unknown",
1603
+ "3.x": "unknown"
1604
+ }
1605
+ },
1606
+ {
1607
+ "name": "image",
1608
+ "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
1609
+ "repo": "nuxt/image",
1610
+ "npm": "@nuxt/image",
1611
+ "icon": "image.png",
1612
+ "github": "https://github.com/nuxt/image",
1613
+ "website": "https://image.nuxtjs.org",
1614
+ "learn_more": "",
1615
+ "category": "Images",
1616
+ "type": "official",
1617
+ "maintainers": [
1618
+ {
1619
+ "name": "Ahad Birang",
1620
+ "github": "farnabaz",
1621
+ "twitter": "a_birang"
1622
+ },
1623
+ {
1624
+ "name": "Pooya Parsa",
1625
+ "github": "pi0",
1626
+ "twitter": "_pi0_"
1627
+ },
1628
+ {
1629
+ "name": "Sebastien Chopin",
1630
+ "github": "Atinux",
1631
+ "twitter": "Atinux"
1632
+ }
1633
+ ],
1634
+ "compatibility": {
1635
+ "2.x": "working",
1636
+ "2.x-bridge": "working",
1637
+ "3.x": "wip"
1638
+ }
1639
+ },
1640
+ {
1641
+ "name": "imagemin",
1642
+ "description": "Automatically optimize (compress) all images used in Nuxt.js",
1643
+ "repo": "nuxt-community/imagemin-module",
1644
+ "npm": "@nuxtjs/imagemin",
1645
+ "icon": "imagemin.png",
1646
+ "github": "https://github.com/nuxt-community/imagemin-module",
1647
+ "website": "https://github.com/nuxt-community/imagemin-module",
1648
+ "learn_more": "https://github.com/imagemin/imagemin",
1649
+ "category": "Images",
1650
+ "type": "community",
1651
+ "maintainers": [
1652
+ {
1653
+ "name": "Ricardo Gobbo de Souza",
1654
+ "github": "ricardogobbosouza"
1655
+ }
1656
+ ],
1657
+ "compatibility": {
1658
+ "2.x": "working",
1659
+ "2.x-bridge": "unknown",
1660
+ "3.x": "unknown"
1661
+ }
1662
+ },
1663
+ {
1664
+ "name": "intercom",
1665
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
1666
+ "repo": "hex-digital/nuxt-intercom",
1667
+ "npm": "@hexdigital/nuxt-intercom",
1668
+ "icon": "intercom.png",
1669
+ "github": "https://github.com/hex-digital/nuxt-intercom",
1670
+ "website": "https://github.com/hex-digital/nuxt-intercom",
1671
+ "learn_more": "https://www.intercom.com/",
1672
+ "category": "Ecommerce",
1673
+ "type": "3rd-party",
1674
+ "maintainers": [
1675
+ {
1676
+ "name": "hex-digital",
1677
+ "github": "hex-digital"
1678
+ }
1679
+ ],
1680
+ "compatibility": {
1681
+ "2.x": "working",
1682
+ "2.x-bridge": "unknown",
1683
+ "3.x": "unknown"
1684
+ }
1685
+ },
1686
+ {
1687
+ "name": "jsonapi",
1688
+ "description": "Easy JSON:API client integration for Nuxt.js",
1689
+ "repo": "patrickcate/nuxt-jsonapi",
1690
+ "npm": "nuxt-jsonapi",
1691
+ "icon": "jsonapi.svg",
1692
+ "github": "https://github.com/patrickcate/nuxt-jsonapi",
1693
+ "website": "https://github.com/patrickcate/nuxt-jsonapi",
1694
+ "learn_more": "",
1695
+ "category": "Request",
1696
+ "type": "3rd-party",
1697
+ "maintainers": [
1698
+ {
1699
+ "name": "patrickcate",
1700
+ "github": "patrickcate"
1701
+ }
1702
+ ],
1703
+ "compatibility": {
1704
+ "2.x": "working",
1705
+ "2.x-bridge": "unknown",
1706
+ "3.x": "unknown"
1707
+ }
1708
+ },
1709
+ {
1710
+ "name": "kentico-kontent",
1711
+ "description": "Add Kentico Kontent super power to your nuxt app",
1712
+ "repo": "Domitnator/kentico-kontent-nuxt-module",
1713
+ "npm": "kentico-kontent-nuxt-module",
1714
+ "icon": "",
1715
+ "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1716
+ "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1717
+ "learn_more": "https://kontent.ai",
1718
+ "category": "CMS",
1719
+ "type": "3rd-party",
1720
+ "maintainers": [
1721
+ {
1722
+ "name": "Alfred Brockötter",
1723
+ "github": "Domitnator"
1724
+ }
1725
+ ],
1726
+ "compatibility": {
1727
+ "2.x": "working",
1728
+ "2.x-bridge": "unknown",
1729
+ "3.x": "unknown"
1730
+ }
1731
+ },
1732
+ {
1733
+ "name": "laravel-echo",
1734
+ "description": "Laravel Echo for Nuxt.js",
1735
+ "repo": "nuxt-community/laravel-echo",
1736
+ "npm": "@nuxtjs/laravel-echo",
1737
+ "icon": "laravel-echo.png",
1738
+ "github": "https://github.com/nuxt-community/laravel-echo",
1739
+ "website": "https://github.com/nuxt-community/laravel-echo",
1740
+ "learn_more": "https://laravel.com/docs/8.x/broadcasting#installing-laravel-echo",
1741
+ "category": "CMS",
1742
+ "type": "community",
1743
+ "maintainers": [
1744
+ {
1745
+ "name": "Ricardo Gobbo de Souza",
1746
+ "github": "ricardogobbosouza"
1747
+ }
1748
+ ],
1749
+ "compatibility": {
1750
+ "2.x": "working",
1751
+ "2.x-bridge": "unknown",
1752
+ "3.x": "unknown"
1753
+ }
1754
+ },
1755
+ {
1756
+ "name": "laravel-nuxt",
1757
+ "description": "Build a SPA with Laravel and Nuxt",
1758
+ "repo": "skyrpex/laravel-nuxt-js",
1759
+ "npm": "laravel-nuxt",
1760
+ "icon": "",
1761
+ "github": "https://github.com/skyrpex/laravel-nuxt-js",
1762
+ "website": "https://github.com/skyrpex/laravel-nuxt-js",
1763
+ "learn_more": "https://laravel.com/",
1764
+ "category": "CMS",
1765
+ "type": "3rd-party",
1766
+ "maintainers": [
1767
+ {
1768
+ "name": "skyrpex",
1769
+ "github": "skyrpex"
1770
+ }
1771
+ ],
1772
+ "compatibility": {
1773
+ "2.x": "working",
1774
+ "2.x-bridge": "unknown",
1775
+ "3.x": "unknown"
1776
+ }
1777
+ },
1778
+ {
1779
+ "name": "laravel",
1780
+ "description": "Nuxt cli extension for use with laravel as backend",
1781
+ "repo": "m2sd/nuxt-laravel",
1782
+ "npm": "nuxt-laravel",
1783
+ "icon": "laravel.png",
1784
+ "github": "https://github.com/m2sd/nuxt-laravel",
1785
+ "website": "https://github.com/m2sd/nuxt-laravel",
1786
+ "learn_more": "https://laravel.com/",
1787
+ "category": "CMS",
1788
+ "type": "3rd-party",
1789
+ "maintainers": [
1790
+ {
1791
+ "name": "m2sd",
1792
+ "github": "m2sd"
1793
+ }
1794
+ ],
1795
+ "compatibility": {
1796
+ "2.x": "working",
1797
+ "2.x-bridge": "unknown",
1798
+ "3.x": "unknown"
1799
+ }
1800
+ },
1801
+ {
1802
+ "name": "leaflet",
1803
+ "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
1804
+ "repo": "schlunsen/nuxt-leaflet",
1805
+ "npm": "nuxt-leaflet",
1806
+ "icon": "leaflet.png",
1807
+ "github": "https://github.com/schlunsen/nuxt-leaflet",
1808
+ "website": "https://github.com/schlunsen/nuxt-leaflet",
1809
+ "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
1810
+ "category": "Libraries",
1811
+ "type": "3rd-party",
1812
+ "maintainers": [
1813
+ {
1814
+ "name": "schlunsen",
1815
+ "github": "schlunsen"
1816
+ }
1817
+ ],
1818
+ "compatibility": {
1819
+ "2.x": "working",
1820
+ "2.x-bridge": "unknown",
1821
+ "3.x": "unknown"
1822
+ }
1823
+ },
1824
+ {
1825
+ "name": "localforage",
1826
+ "description": "LocalForage is a fast and simple storage library for JavaScript",
1827
+ "repo": "nuxt-community/localforage-module",
1828
+ "npm": "@nuxtjs/localforage",
1829
+ "icon": "",
1830
+ "github": "https://github.com/nuxt-community/localforage-module",
1831
+ "website": "https://github.com/nuxt-community/localforage-module",
1832
+ "learn_more": "https://localforage.github.io/localForage/",
1833
+ "category": "Libraries",
1834
+ "type": "community",
1835
+ "maintainers": [
1836
+ {
1837
+ "name": "Alexandre Chopin",
1838
+ "github": "alexchopin",
1839
+ "twitter": "alexchopin"
1840
+ },
1841
+ {
1842
+ "name": "Ricardo Gobbo de Souza",
1843
+ "github": "ricardogobbosouza"
1844
+ }
1845
+ ],
1846
+ "compatibility": {
1847
+ "2.x": "working",
1848
+ "2.x-bridge": "unknown",
1849
+ "3.x": "unknown"
1850
+ }
1851
+ },
1852
+ {
1853
+ "name": "localtunnel",
1854
+ "description": "exposes your localhost to the world for easy testing and sharing",
1855
+ "repo": "nuxt-community/modules#master/packages/localtunnel",
1856
+ "npm": "@nuxtjs/localtunnel",
1857
+ "icon": "localtunnel.png",
1858
+ "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
1859
+ "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
1860
+ "learn_more": "https://github.com/localtunnel/localtunnel",
1861
+ "category": "Devtools",
1862
+ "type": "community",
1863
+ "maintainers": [
1864
+ {
1865
+ "name": "Pooya Parsa",
1866
+ "github": "pi0",
1867
+ "twitter": "_pi0_"
1868
+ }
1869
+ ],
1870
+ "compatibility": {
1871
+ "2.x": "working",
1872
+ "2.x-bridge": "unknown",
1873
+ "3.x": "unknown"
1874
+ }
1875
+ },
1876
+ {
1877
+ "name": "logrocket",
1878
+ "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
1879
+ "repo": "nuxt-community/nuxt-logrocket",
1880
+ "npm": "nuxt-logrocket",
1881
+ "icon": "logrocket.png",
1882
+ "github": "https://github.com/nuxt-community/nuxt-logrocket",
1883
+ "website": "https://github.com/nuxt-community/nuxt-logrocket",
1884
+ "learn_more": "https://docs.logrocket.com/docs",
1885
+ "category": "Monitoring",
1886
+ "type": "community",
1887
+ "maintainers": [
1888
+ {
1889
+ "name": "Farzad Soltani",
1890
+ "github": "farzadso",
1891
+ "twitter": "farzadso"
1892
+ }
1893
+ ],
1894
+ "compatibility": {
1895
+ "2.x": "working",
1896
+ "2.x-bridge": "unknown",
1897
+ "3.x": "unknown"
1898
+ }
1899
+ },
1900
+ {
1901
+ "name": "lunr",
1902
+ "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
1903
+ "repo": "nuxt-community/lunr-module",
1904
+ "npm": "@nuxtjs/lunr-module",
1905
+ "icon": "",
1906
+ "github": "https://github.com/nuxt-community/lunr-module",
1907
+ "website": "https://github.com/nuxt-community/lunr-module",
1908
+ "learn_more": "https://lunrjs.com/",
1909
+ "category": "Libraries",
1910
+ "type": "community",
1911
+ "maintainers": [
1912
+ {
1913
+ "name": "Pim",
1914
+ "github": "pimlie"
1915
+ }
1916
+ ],
1917
+ "compatibility": {
1918
+ "2.x": "working",
1919
+ "2.x-bridge": "unknown",
1920
+ "3.x": "unknown"
1921
+ }
1922
+ },
1923
+ {
1924
+ "name": "markdownit",
1925
+ "description": "Use Markdown in your Nuxt application with the markdownit-loader",
1926
+ "repo": "nuxt-community/markdownit-module",
1927
+ "npm": "@nuxtjs/markdownit",
1928
+ "icon": "",
1929
+ "github": "https://github.com/nuxt-community/markdownit-module",
1930
+ "website": "https://github.com/nuxt-community/markdownit-module",
1931
+ "learn_more": "https://github.com/markdown-it/markdown-it",
1932
+ "category": "Extensions",
1933
+ "type": "community",
1934
+ "maintainers": [
1935
+ {
1936
+ "name": "Pooya Parsa",
1937
+ "github": "pi0",
1938
+ "twitter": "_pi0_"
1939
+ }
1940
+ ],
1941
+ "compatibility": {
1942
+ "2.x": "working",
1943
+ "2.x-bridge": "unknown",
1944
+ "3.x": "unknown"
1945
+ }
1946
+ },
1947
+ {
1948
+ "name": "matomo",
1949
+ "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
1950
+ "repo": "pimlie/nuxt-matomo",
1951
+ "npm": "nuxt-matomo",
1952
+ "icon": "matomo.png",
1953
+ "github": "https://github.com/pimlie/nuxt-matomo",
1954
+ "website": "https://github.com/pimlie/nuxt-matomo",
1955
+ "learn_more": "https://developer.matomo.org/api-reference/tracking-javascript",
1956
+ "category": "Analytics",
1957
+ "type": "3rd-party",
1958
+ "maintainers": [
1959
+ {
1960
+ "name": "pimlie",
1961
+ "github": "pimlie"
1962
+ }
1963
+ ],
1964
+ "compatibility": {
1965
+ "2.x": "working",
1966
+ "2.x-bridge": "unknown",
1967
+ "3.x": "unknown"
1968
+ }
1969
+ },
1970
+ {
1971
+ "name": "mdx",
1972
+ "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
1973
+ "repo": "nuxt-community/mdx-module",
1974
+ "npm": "@nuxtjs/mdx",
1975
+ "icon": "mdx.png",
1976
+ "github": "https://github.com/nuxt-community/mdx-module",
1977
+ "website": "https://mdx.nuxtjs.org",
1978
+ "learn_more": "https://mdxjs.com/",
1979
+ "category": "Extensions",
1980
+ "type": "community",
1981
+ "maintainers": [
1982
+ {
1983
+ "name": "Jonathan Bakebwa",
1984
+ "github": "codebender828",
1985
+ "twitter": "codebender828"
1986
+ }
1987
+ ],
1988
+ "compatibility": {
1989
+ "2.x": "working",
1990
+ "2.x-bridge": "unknown",
1991
+ "3.x": "unknown"
1992
+ }
1993
+ },
1994
+ {
1995
+ "name": "memwatch",
1996
+ "description": "Quickly watch real-time memory stats of your nuxt app",
1997
+ "repo": "pimlie/nuxt-memwatch",
1998
+ "npm": "nuxt-memwatch",
1999
+ "icon": "",
2000
+ "github": "https://github.com/pimlie/nuxt-memwatch",
2001
+ "website": "https://github.com/pimlie/nuxt-memwatch",
2002
+ "learn_more": "https://github.com/pimlie/node-memwatcher",
2003
+ "category": "Monitoring",
2004
+ "type": "3rd-party",
2005
+ "maintainers": [
2006
+ {
2007
+ "name": "pimlie",
2008
+ "github": "pimlie"
2009
+ }
2010
+ ],
2011
+ "compatibility": {
2012
+ "2.x": "working",
2013
+ "2.x-bridge": "unknown",
2014
+ "3.x": "unknown"
2015
+ }
2016
+ },
2017
+ {
2018
+ "name": "mobile",
2019
+ "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2020
+ "repo": "ChanningDefoe/nuxt-mobile-detect",
2021
+ "npm": "nuxt-mobile",
2022
+ "icon": "",
2023
+ "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2024
+ "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2025
+ "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2026
+ "category": "Extensions",
2027
+ "type": "3rd-party",
2028
+ "maintainers": [
2029
+ {
2030
+ "name": "ChanningDefoe",
2031
+ "github": "ChanningDefoe"
2032
+ }
2033
+ ],
2034
+ "compatibility": {
2035
+ "2.x": "working",
2036
+ "2.x-bridge": "unknown",
2037
+ "3.x": "unknown"
2038
+ }
2039
+ },
2040
+ {
2041
+ "name": "moment",
2042
+ "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2043
+ "repo": "nuxt-community/moment-module",
2044
+ "npm": "@nuxtjs/moment",
2045
+ "icon": "momentjs.png",
2046
+ "github": "https://github.com/nuxt-community/moment-module",
2047
+ "website": "https://github.com/nuxt-community/moment-module",
2048
+ "learn_more": "https://momentjs.com/",
2049
+ "category": "Date",
2050
+ "type": "community",
2051
+ "maintainers": [
2052
+ {
2053
+ "name": "Pooya Parsa",
2054
+ "github": "pi0",
2055
+ "twitter": "_pi0_"
2056
+ },
2057
+ {
2058
+ "name": "Ricardo Gobbo de Souza",
2059
+ "github": "ricardogobbosouza"
2060
+ }
2061
+ ],
2062
+ "compatibility": {
2063
+ "2.x": "working",
2064
+ "2.x-bridge": "unknown",
2065
+ "3.x": "unknown"
2066
+ }
2067
+ },
2068
+ {
2069
+ "name": "mq",
2070
+ "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2071
+ "repo": "vanhoofmaarten/nuxt-mq",
2072
+ "npm": "nuxt-mq",
2073
+ "icon": "",
2074
+ "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2075
+ "website": "https://github.com/vanhoofmaarten/nuxt-mq",
2076
+ "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
2077
+ "category": "Libraries",
2078
+ "type": "3rd-party",
2079
+ "maintainers": [
2080
+ {
2081
+ "name": "vanhoofmaarten",
2082
+ "github": "vanhoofmaarten"
2083
+ }
2084
+ ],
2085
+ "compatibility": {
2086
+ "2.x": "working",
2087
+ "2.x-bridge": "unknown",
2088
+ "3.x": "unknown"
2089
+ }
2090
+ },
2091
+ {
2092
+ "name": "neo",
2093
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2094
+ "repo": "ezypeeze/nuxt-neo",
2095
+ "npm": "nuxt-neo",
2096
+ "icon": "",
2097
+ "github": "https://github.com/ezypeeze/nuxt-neo",
2098
+ "website": "https://ezypeeze.github.io/nuxt-neo",
2099
+ "learn_more": "",
2100
+ "category": "Request",
2101
+ "type": "3rd-party",
2102
+ "maintainers": [
2103
+ {
2104
+ "name": "ezypeeze",
2105
+ "github": "ezypeeze"
2106
+ }
2107
+ ],
2108
+ "compatibility": {
2109
+ "2.x": "working",
2110
+ "2.x-bridge": "unknown",
2111
+ "3.x": "unknown"
2112
+ }
2113
+ },
2114
+ {
2115
+ "name": "netlify-cache",
2116
+ "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
2117
+ "repo": "DreaMinder/nuxt-netlify-cache",
2118
+ "npm": "nuxt-netlify-cache",
2119
+ "icon": "netlify.png",
2120
+ "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
2121
+ "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
2122
+ "learn_more": "https://www.netlify.com/",
2123
+ "category": "Deployment",
2124
+ "type": "3rd-party",
2125
+ "maintainers": [
2126
+ {
2127
+ "name": "DreaMinder",
2128
+ "github": "DreaMinder"
2129
+ }
2130
+ ],
2131
+ "compatibility": {
2132
+ "2.x": "working",
2133
+ "2.x-bridge": "unknown",
2134
+ "3.x": "unknown"
2135
+ }
2136
+ },
2137
+ {
2138
+ "name": "netlify-files",
2139
+ "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
2140
+ "repo": "nuxt-community/netlify-files-module",
2141
+ "npm": "@nuxtjs/netlify-files",
2142
+ "icon": "netlify.png",
2143
+ "github": "https://github.com/nuxt-community/netlify-files-module",
2144
+ "website": "https://github.com/nuxt-community/netlify-files-module",
2145
+ "learn_more": "https://www.netlify.com/",
2146
+ "category": "Deployment",
2147
+ "type": "community",
2148
+ "maintainers": [
2149
+ {
2150
+ "name": "Alexander Lichter",
2151
+ "github": "manniL",
2152
+ "twitter": "TheAlexLichter"
2153
+ }
2154
+ ],
2155
+ "compatibility": {
2156
+ "2.x": "working",
2157
+ "2.x-bridge": "unknown",
2158
+ "3.x": "unknown"
2159
+ }
2160
+ },
2161
+ {
2162
+ "name": "netlify",
2163
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2164
+ "repo": "bazzite/nuxt-netlify",
2165
+ "npm": "@aceforth/nuxt-netlify",
2166
+ "icon": "netlify.png",
2167
+ "github": "https://github.com/bazzite/nuxt-netlify",
2168
+ "website": "https://marquez.co/docs/nuxt-netlify/",
2169
+ "learn_more": "",
2170
+ "category": "Deployment",
2171
+ "type": "3rd-party",
2172
+ "maintainers": [
2173
+ {
2174
+ "name": "bazzite",
2175
+ "github": "bazzite"
2176
+ }
2177
+ ],
2178
+ "compatibility": {
2179
+ "2.x": "working",
2180
+ "2.x-bridge": "unknown",
2181
+ "3.x": "unknown"
2182
+ }
2183
+ },
2184
+ {
2185
+ "name": "ngrok",
2186
+ "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
2187
+ "repo": "nuxt-community/ngrok",
2188
+ "npm": "@nuxtjs/ngrok",
2189
+ "icon": "ngrok.png",
2190
+ "github": "https://github.com/nuxt-community/ngrok-module",
2191
+ "website": "https://ngrok.nuxtjs.org",
2192
+ "learn_more": "https://github.com/bubenshchykov/ngrok",
2193
+ "category": "Devtools",
2194
+ "type": "community",
2195
+ "maintainers": [
2196
+ {
2197
+ "name": "Debbie O'Brien",
2198
+ "github": "debs-obrien",
2199
+ "twitter": "debs_obrien"
2200
+ },
2201
+ {
2202
+ "name": "Pooya Parsa",
2203
+ "github": "pi0",
2204
+ "twitter": "_pi0_"
2205
+ }
2206
+ ],
2207
+ "compatibility": {
2208
+ "2.x": "working",
2209
+ "2.x-bridge": "unknown",
2210
+ "3.x": "unknown"
2211
+ }
2212
+ },
2213
+ {
2214
+ "name": "notion",
2215
+ "description": "Vue renderer for Notion pages",
2216
+ "repo": "janniks/vue-notion",
2217
+ "npm": "vue-notion",
2218
+ "icon": "notion.svg",
2219
+ "github": "https://github.com/janniks/vue-notion",
2220
+ "website": "https://github.com/janniks/vue-notion",
2221
+ "learn_more": "",
2222
+ "category": "CMS",
2223
+ "type": "3rd-party",
2224
+ "maintainers": [
2225
+ {
2226
+ "name": "janniks",
2227
+ "github": "janniks"
2228
+ }
2229
+ ],
2230
+ "compatibility": {
2231
+ "2.x": "working",
2232
+ "2.x-bridge": "unknown",
2233
+ "3.x": "unknown"
2234
+ }
2235
+ },
2236
+ {
2237
+ "name": "nuxt-use-motion",
2238
+ "description": "A Nuxt module putting your components in motion",
2239
+ "repo": "Tahul/nuxt-use-motion",
2240
+ "npm": "nuxt-use-motion",
2241
+ "icon": "nuxt-use-motion.svg",
2242
+ "github": "https://github.com/Tahul/nuxt-use-motion",
2243
+ "website": "https://github.com/Tahul/nuxt-use-motion",
2244
+ "learn_more": "https://github.com/vueuse/motion",
2245
+ "category": "Libraries",
2246
+ "type": "3rd-party",
2247
+ "maintainers": [
2248
+ {
2249
+ "name": "Tahul",
2250
+ "github": "Tahul"
2251
+ }
2252
+ ],
2253
+ "compatibility": {
2254
+ "2.x": "working",
2255
+ "2.x-bridge": "unknown",
2256
+ "3.x": "unknown"
2257
+ }
2258
+ },
2259
+ {
2260
+ "name": "nuxt-use-sound",
2261
+ "description": "A Nuxt module for playing sound effects.",
2262
+ "repo": "Tahul/nuxt-use-sound",
2263
+ "npm": "nuxt-use-sound",
2264
+ "icon": "nuxt-use-sound.svg",
2265
+ "github": "https://github.com/Tahul/nuxt-use-sound",
2266
+ "website": "https://github.com/Tahul/nuxt-use-sound",
2267
+ "learn_more": "https://github.com/vueuse/sound",
2268
+ "category": "Libraries",
2269
+ "type": "3rd-party",
2270
+ "maintainers": [
2271
+ {
2272
+ "name": "Tahul",
2273
+ "github": "Tahul"
2274
+ }
2275
+ ],
2276
+ "compatibility": {
2277
+ "2.x": "working",
2278
+ "2.x-bridge": "unknown",
2279
+ "3.x": "unknown"
2280
+ }
2281
+ },
2282
+ {
2283
+ "name": "nuxt-viewport",
2284
+ "description": "Define custom viewports for your Nuxt project",
2285
+ "repo": "mvrlin/nuxt-viewport",
2286
+ "npm": "nuxt-viewport",
2287
+ "icon": "nuxt-viewport.svg",
2288
+ "github": "https://github.com/mvrlin/nuxt-viewport",
2289
+ "website": "https://github.com/mvrlin/nuxt-viewport",
2290
+ "learn_more": "",
2291
+ "category": "Extensions",
2292
+ "type": "3rd-party",
2293
+ "maintainers": [
2294
+ {
2295
+ "name": "mvrlin",
2296
+ "github": "mvrlin"
2297
+ }
2298
+ ],
2299
+ "compatibility": {
2300
+ "2.x": "working",
2301
+ "2.x-bridge": "unknown",
2302
+ "3.x": "unknown"
2303
+ }
2304
+ },
2305
+ {
2306
+ "name": "nuxt7",
2307
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
2308
+ "repo": "nuxt-community/nuxt7",
2309
+ "npm": "nuxt7",
2310
+ "icon": "",
2311
+ "github": "https://github.com/nuxt-community/nuxt7",
2312
+ "website": "https://github.com/nuxt-community/nuxt7",
2313
+ "learn_more": "https://framework7.io/",
2314
+ "category": "UI",
2315
+ "type": "community",
2316
+ "maintainers": [
2317
+ {
2318
+ "name": "Pooya Parsa",
2319
+ "github": "pi0",
2320
+ "twitter": "_pi0_"
2321
+ }
2322
+ ],
2323
+ "compatibility": {
2324
+ "2.x": "working",
2325
+ "2.x-bridge": "unknown",
2326
+ "3.x": "unknown"
2327
+ }
2328
+ },
2329
+ {
2330
+ "name": "onesignal",
2331
+ "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
2332
+ "repo": "nuxt-community/onesignal-module",
2333
+ "npm": "@nuxtjs/onesignal",
2334
+ "icon": "one-signal.png",
2335
+ "github": "https://github.com/nuxt-community/onesignal-module",
2336
+ "website": "https://github.com/nuxt-community/onesignal-module",
2337
+ "learn_more": "https://onesignal.com/",
2338
+ "category": "Extensions",
2339
+ "type": "community",
2340
+ "maintainers": [
2341
+ {
2342
+ "name": "Pooya Parsa",
2343
+ "github": "pi0",
2344
+ "twitter": "_pi0_"
2345
+ }
2346
+ ],
2347
+ "compatibility": {
2348
+ "2.x": "working",
2349
+ "2.x-bridge": "unknown",
2350
+ "3.x": "unknown"
2351
+ }
2352
+ },
2353
+ {
2354
+ "name": "optimized-images",
2355
+ "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
2356
+ "repo": "juliomrqz/nuxt-optimized-images",
2357
+ "npm": "@aceforth/nuxt-optimized-images",
2358
+ "icon": "",
2359
+ "github": "https://github.com/juliomrqz/nuxt-optimized-images",
2360
+ "website": "https://marquez.co/docs/nuxt-optimized-images/",
2361
+ "learn_more": "",
2362
+ "category": "Images",
2363
+ "type": "3rd-party",
2364
+ "maintainers": [
2365
+ {
2366
+ "name": "Julio Marquez",
2367
+ "github": "juliomrqz",
2368
+ "twitter": "juliomrqz"
2369
+ }
2370
+ ],
2371
+ "compatibility": {
2372
+ "2.x": "working",
2373
+ "2.x-bridge": "unknown",
2374
+ "3.x": "unknown"
2375
+ }
2376
+ },
2377
+ {
2378
+ "name": "page-generator-helper",
2379
+ "description": "Generate your pages statically without using payload extractors.",
2380
+ "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
2381
+ "npm": "nuxt-page-generator-helper",
2382
+ "icon": "",
2383
+ "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2384
+ "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2385
+ "learn_more": "",
2386
+ "category": "Extensions",
2387
+ "type": "3rd-party",
2388
+ "maintainers": [
2389
+ {
2390
+ "name": "GrabarzUndPartner",
2391
+ "github": "GrabarzUndPartner"
2392
+ }
2393
+ ],
2394
+ "compatibility": {
2395
+ "2.x": "working",
2396
+ "2.x-bridge": "unknown",
2397
+ "3.x": "unknown"
2398
+ }
2399
+ },
2400
+ {
2401
+ "name": "parse",
2402
+ "description": "Parse package for Nuxt.js",
2403
+ "repo": "cierrateam/nuxt-parse",
2404
+ "npm": "nuxt-parse",
2405
+ "icon": "",
2406
+ "github": "https://github.com/cierrateam/nuxt-parse",
2407
+ "website": "https://github.com/cierrateam/nuxt-parse",
2408
+ "learn_more": "",
2409
+ "category": "Security",
2410
+ "type": "3rd-party",
2411
+ "maintainers": [
2412
+ {
2413
+ "name": "cierrateam",
2414
+ "github": "cierrateam"
2415
+ }
2416
+ ],
2417
+ "compatibility": {
2418
+ "2.x": "working",
2419
+ "2.x-bridge": "unknown",
2420
+ "3.x": "unknown"
2421
+ }
2422
+ },
2423
+ {
2424
+ "name": "pinia",
2425
+ "description": "The Vue Store that you will enjoy using",
2426
+ "repo": "posva/pinia#v2/packages/nuxt",
2427
+ "npm": "@pinia/nuxt",
2428
+ "icon": "pinia.svg",
2429
+ "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2430
+ "website": "https://pinia.esm.dev/",
2431
+ "learn_more": "",
2432
+ "category": "Extensions",
2433
+ "type": "3rd-party",
2434
+ "maintainers": [
2435
+ {
2436
+ "name": "posva",
2437
+ "github": "posva"
2438
+ }
2439
+ ],
2440
+ "compatibility": {
2441
+ "2.x": "working",
2442
+ "2.x-bridge": "working",
2443
+ "3.x": "working"
2444
+ }
2445
+ },
2446
+ {
2447
+ "name": "plausible",
2448
+ "description": "Plausible analytics for Vue.js and Nuxt",
2449
+ "repo": "moritzsternemann/vue-plausible",
2450
+ "npm": "vue-plausible",
2451
+ "icon": "plausible.png",
2452
+ "github": "https://github.com/moritzsternemann/vue-plausible",
2453
+ "website": "https://github.com/moritzsternemann/vue-plausible",
2454
+ "learn_more": "",
2455
+ "category": "Analytics",
2456
+ "type": "3rd-party",
2457
+ "maintainers": [
2458
+ {
2459
+ "name": "moritzsternemann",
2460
+ "github": "moritzsternemann"
2461
+ }
2462
+ ],
2463
+ "compatibility": {
2464
+ "2.x": "working",
2465
+ "2.x-bridge": "unknown",
2466
+ "3.x": "unknown"
2467
+ }
2468
+ },
2469
+ {
2470
+ "name": "precompress",
2471
+ "description": "Precompress files to gzip and brotli and serve them automatically",
2472
+ "repo": "frenchrabbit/nuxt-precompress",
2473
+ "npm": "nuxt-precompress",
2474
+ "icon": "",
2475
+ "github": "https://github.com/frenchrabbit/nuxt-precompress",
2476
+ "website": "https://github.com/frenchrabbit/nuxt-precompress",
2477
+ "learn_more": "",
2478
+ "category": "Performance",
2479
+ "type": "3rd-party",
2480
+ "maintainers": [
2481
+ {
2482
+ "name": "frenchrabbit",
2483
+ "github": "frenchrabbit"
2484
+ }
2485
+ ],
2486
+ "compatibility": {
2487
+ "2.x": "working",
2488
+ "2.x-bridge": "unknown",
2489
+ "3.x": "unknown"
2490
+ }
2491
+ },
2492
+ {
2493
+ "name": "prismic",
2494
+ "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2495
+ "repo": "nuxt-community/prismic-module",
2496
+ "npm": "@nuxtjs/prismic",
2497
+ "icon": "prismic.png",
2498
+ "github": "https://github.com/nuxt-community/prismic-module",
2499
+ "website": "https://prismic.nuxtjs.org",
2500
+ "learn_more": "https://prismic.io/",
2501
+ "category": "CMS",
2502
+ "type": "community",
2503
+ "maintainers": [
2504
+ {
2505
+ "name": "Sébastien Chopin",
2506
+ "github": "Atinux",
2507
+ "twitter": "Atinux"
2508
+ },
2509
+ {
2510
+ "name": "lihbr",
2511
+ "github": "lihbr",
2512
+ "twitter": "li_hbr"
2513
+ },
2514
+ {
2515
+ "name": "James Pegg",
2516
+ "github": "jamespegg"
2517
+ }
2518
+ ],
2519
+ "compatibility": {
2520
+ "2.x": "working",
2521
+ "2.x-bridge": "unknown",
2522
+ "3.x": "unknown"
2523
+ }
2524
+ },
2525
+ {
2526
+ "name": "protected-mailto",
2527
+ "description": "Nuxt component to generate encoded mailto links",
2528
+ "repo": "mmoollllee/nuxt-protected-mailto",
2529
+ "npm": "nuxt-protected-mailto",
2530
+ "icon": "",
2531
+ "github": "https://github.com/mmoollllee/nuxt-protected-mailto",
2532
+ "website": "https://github.com/mmoollllee/nuxt-protected-mailto",
2533
+ "learn_more": "",
2534
+ "category": "Security",
2535
+ "type": "3rd-party",
2536
+ "maintainers": [
2537
+ {
2538
+ "name": "mmoollllee",
2539
+ "github": "mmoollllee"
2540
+ }
2541
+ ],
2542
+ "compatibility": {
2543
+ "2.x": "working",
2544
+ "2.x-bridge": "unknown",
2545
+ "3.x": "unknown"
2546
+ }
2547
+ },
2548
+ {
2549
+ "name": "proxy",
2550
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
2551
+ "repo": "nuxt-community/proxy-module",
2552
+ "npm": "@nuxtjs/proxy",
2553
+ "icon": "",
2554
+ "github": "https://github.com/nuxt-community/proxy-module",
2555
+ "website": "https://github.com/nuxt-community/proxy-module",
2556
+ "learn_more": "",
2557
+ "category": "Request",
2558
+ "type": "community",
2559
+ "maintainers": [
2560
+ {
2561
+ "name": "Pooya Parsa",
2562
+ "github": "pi0",
2563
+ "twitter": "_pi0_"
2564
+ }
2565
+ ],
2566
+ "compatibility": {
2567
+ "2.x": "working",
2568
+ "2.x-bridge": "unknown",
2569
+ "3.x": "unknown"
2570
+ }
2571
+ },
2572
+ {
2573
+ "name": "prune-html",
2574
+ "description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
2575
+ "repo": "LuXDAmore/nuxt-prune-html",
2576
+ "npm": "@luxdamore/nuxt-prune-html",
2577
+ "icon": "",
2578
+ "github": "https://github.com/LuXDAmore/nuxt-prune-html",
2579
+ "website": "https://luxdamore.github.io/nuxt-prune-html/",
2580
+ "learn_more": "",
2581
+ "category": "Performance",
2582
+ "type": "3rd-party",
2583
+ "maintainers": [
2584
+ {
2585
+ "name": "Luca Iaconelli",
2586
+ "github": "LuXDAmore",
2587
+ "twitter": "luxdamore"
2588
+ }
2589
+ ],
2590
+ "compatibility": {
2591
+ "2.x": "working",
2592
+ "2.x-bridge": "unknown",
2593
+ "3.x": "unknown"
2594
+ }
2595
+ },
2596
+ {
2597
+ "name": "purgecss",
2598
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2599
+ "repo": "Developmint/nuxt-purgecss",
2600
+ "npm": "nuxt-purgecss",
2601
+ "icon": "purgecss.png",
2602
+ "github": "https://github.com/Developmint/nuxt-purgecss",
2603
+ "website": "https://github.com/Developmint/nuxt-purgecss",
2604
+ "learn_more": "https://purgecss.com/",
2605
+ "category": "CSS",
2606
+ "type": "3rd-party",
2607
+ "maintainers": [
2608
+ {
2609
+ "name": "Developmint",
2610
+ "github": "Developmint"
2611
+ }
2612
+ ],
2613
+ "compatibility": {
2614
+ "2.x": "working",
2615
+ "2.x-bridge": "unknown",
2616
+ "3.x": "unknown"
2617
+ }
2618
+ },
2619
+ {
2620
+ "name": "pwa",
2621
+ "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
2622
+ "repo": "nuxt-community/pwa-module",
2623
+ "npm": "@nuxtjs/pwa",
2624
+ "icon": "pwa.png",
2625
+ "github": "https://github.com/nuxt-community/pwa-module",
2626
+ "website": "https://pwa.nuxtjs.org",
2627
+ "learn_more": "https://web.dev/progressive-web-apps/",
2628
+ "category": "Performance",
2629
+ "type": "community",
2630
+ "maintainers": [
2631
+ {
2632
+ "name": "Pooya Parsa",
2633
+ "github": "pi0",
2634
+ "twitter": "_pi0_"
2635
+ }
2636
+ ],
2637
+ "compatibility": {
2638
+ "2.x": "working",
2639
+ "2.x-bridge": "working",
2640
+ "3.x": "wip"
2641
+ }
2642
+ },
2643
+ {
2644
+ "name": "python",
2645
+ "description": "Write Nuxt.js applications using Python",
2646
+ "repo": "nuxt-community/python-module",
2647
+ "npm": "@nuxtjs/python",
2648
+ "icon": "python.png",
2649
+ "github": "https://github.com/nuxt-community/python-module",
2650
+ "website": "https://github.com/nuxt-community/python-module",
2651
+ "learn_more": "https://www.python.org/",
2652
+ "category": "Extensions",
2653
+ "type": "community",
2654
+ "maintainers": [
2655
+ {
2656
+ "name": "Sebastian Silva",
2657
+ "github": "icarito"
2658
+ }
2659
+ ],
2660
+ "compatibility": {
2661
+ "2.x": "working",
2662
+ "2.x-bridge": "unknown",
2663
+ "3.x": "unknown"
2664
+ }
2665
+ },
2666
+ {
2667
+ "name": "recaptcha",
2668
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
2669
+ "repo": "nuxt-community/recaptcha-module",
2670
+ "npm": "@nuxtjs/recaptcha",
2671
+ "icon": "recaptcha.png",
2672
+ "github": "https://github.com/nuxt-community/recaptcha-module",
2673
+ "website": "https://github.com/nuxt-community/recaptcha-module",
2674
+ "learn_more": "https://www.google.com/recaptcha/about/",
2675
+ "category": "Security",
2676
+ "type": "community",
2677
+ "maintainers": [
2678
+ {
2679
+ "name": "mvrlin",
2680
+ "github": "mvrlin"
2681
+ }
2682
+ ],
2683
+ "compatibility": {
2684
+ "2.x": "working",
2685
+ "2.x-bridge": "unknown",
2686
+ "3.x": "unknown"
2687
+ }
2688
+ },
2689
+ {
2690
+ "name": "redirect",
2691
+ "description": "Nuxt module to dynamically redirect initial requests",
2692
+ "repo": "nuxt-community/redirect-module",
2693
+ "npm": "@nuxtjs/redirect-module",
2694
+ "icon": "",
2695
+ "github": "https://github.com/nuxt-community/redirect-module",
2696
+ "website": "https://github.com/nuxt-community/redirect-module",
2697
+ "learn_more": "",
2698
+ "category": "SEO",
2699
+ "type": "community",
2700
+ "maintainers": [
2701
+ {
2702
+ "name": "Alexander Lichter",
2703
+ "github": "manniL",
2704
+ "twitter": "TheAlexLichter"
2705
+ }
2706
+ ],
2707
+ "compatibility": {
2708
+ "2.x": "working",
2709
+ "2.x-bridge": "unknown",
2710
+ "3.x": "unknown"
2711
+ }
2712
+ },
2713
+ {
2714
+ "name": "rfg-icon",
2715
+ "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
2716
+ "repo": "pimlie/nuxt-rfg-icon",
2717
+ "npm": "nuxt-rfg-icon",
2718
+ "icon": "real-favicon-generator.png",
2719
+ "github": "https://github.com/pimlie/nuxt-rfg-icon",
2720
+ "website": "https://github.com/pimlie/nuxt-rfg-icon",
2721
+ "learn_more": "https://realfavicongenerator.net/",
2722
+ "category": "SEO",
2723
+ "type": "3rd-party",
2724
+ "maintainers": [
2725
+ {
2726
+ "name": "pimlie",
2727
+ "github": "pimlie"
2728
+ }
2729
+ ],
2730
+ "compatibility": {
2731
+ "2.x": "working",
2732
+ "2.x-bridge": "unknown",
2733
+ "3.x": "unknown"
2734
+ }
2735
+ },
2736
+ {
2737
+ "name": "robots",
2738
+ "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
2739
+ "repo": "nuxt-community/robots-module",
2740
+ "npm": "@nuxtjs/robots",
2741
+ "icon": "",
2742
+ "github": "https://github.com/nuxt-community/robots-module",
2743
+ "website": "https://github.com/nuxt-community/robots-module",
2744
+ "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
2745
+ "category": "SEO",
2746
+ "type": "community",
2747
+ "maintainers": [
2748
+ {
2749
+ "name": "Ricardo Gobbo de Souza",
2750
+ "github": "ricardogobbosouza"
2751
+ }
2752
+ ],
2753
+ "compatibility": {
2754
+ "2.x": "working",
2755
+ "2.x-bridge": "unknown",
2756
+ "3.x": "unknown"
2757
+ }
2758
+ },
2759
+ {
2760
+ "name": "rollbar",
2761
+ "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
2762
+ "repo": "gaelreyrol/nuxt-rollbar-module",
2763
+ "npm": "nuxt-rollbar-module",
2764
+ "icon": "rollbar.png",
2765
+ "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
2766
+ "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
2767
+ "learn_more": "https://docs.rollbar.com/docs/javascript",
2768
+ "category": "Monitoring",
2769
+ "type": "3rd-party",
2770
+ "maintainers": [
2771
+ {
2772
+ "name": "Gaël Reyrol",
2773
+ "github": "gaelreyrol"
2774
+ }
2775
+ ],
2776
+ "compatibility": {
2777
+ "2.x": "working",
2778
+ "2.x-bridge": "unknown",
2779
+ "3.x": "unknown"
2780
+ }
2781
+ },
2782
+ {
2783
+ "name": "router-extras",
2784
+ "description": "Extra Add-ons for nuxt router",
2785
+ "repo": "nuxt-community/router-extras-module",
2786
+ "npm": "@nuxtjs/router-extras",
2787
+ "icon": "vue.png",
2788
+ "github": "https://github.com/nuxt-community/router-extras-module",
2789
+ "website": "https://github.com/nuxt-community/router-extras-module",
2790
+ "learn_more": "",
2791
+ "category": "Extensions",
2792
+ "type": "community",
2793
+ "maintainers": [
2794
+ {
2795
+ "name": "Ahad Birang",
2796
+ "github": "farnabaz",
2797
+ "twitter": "a_birang"
2798
+ }
2799
+ ],
2800
+ "compatibility": {
2801
+ "2.x": "working",
2802
+ "2.x-bridge": "unknown",
2803
+ "3.x": "unknown"
2804
+ }
2805
+ },
2806
+ {
2807
+ "name": "router",
2808
+ "description": "Nuxt.js module to use router.js instead of pages/ directory",
2809
+ "repo": "nuxt-community/router-module",
2810
+ "npm": "@nuxtjs/router",
2811
+ "icon": "vue.png",
2812
+ "github": "https://github.com/nuxt-community/router-module",
2813
+ "website": "https://github.com/nuxt-community/router-module",
2814
+ "learn_more": "",
2815
+ "category": "Extensions",
2816
+ "type": "community",
2817
+ "maintainers": [
2818
+ {
2819
+ "name": "Sébastien Chopin",
2820
+ "github": "Atinux",
2821
+ "twitter": "Atinux"
2822
+ }
2823
+ ],
2824
+ "compatibility": {
2825
+ "2.x": "working",
2826
+ "2.x-bridge": "unknown",
2827
+ "3.x": "unknown"
2828
+ }
2829
+ },
2830
+ {
2831
+ "name": "sanity",
2832
+ "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
2833
+ "repo": "nuxt-community/sanity-module#main",
2834
+ "npm": "@nuxtjs/sanity",
2835
+ "icon": "sanity.png",
2836
+ "github": "https://github.com/nuxt-community/sanity-module#main",
2837
+ "website": "https://sanity.nuxtjs.org",
2838
+ "learn_more": "https://www.sanity.io/",
2839
+ "category": "CMS",
2840
+ "type": "community",
2841
+ "maintainers": [
2842
+ {
2843
+ "name": "Daniel Roe",
2844
+ "github": "danielroe",
2845
+ "twitter": "danielcroe"
2846
+ }
2847
+ ],
2848
+ "compatibility": {
2849
+ "2.x": "working",
2850
+ "2.x-bridge": "unknown",
2851
+ "3.x": "unknown"
2852
+ }
2853
+ },
2854
+ {
2855
+ "name": "scss-to-js",
2856
+ "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
2857
+ "repo": "sugoidesune/nuxt-scss-to-js",
2858
+ "npm": "nuxt-scss-to-js",
2859
+ "icon": "",
2860
+ "github": "https://github.com/sugoidesune/nuxt-scss-to-js",
2861
+ "website": "https://github.com/sugoidesune/nuxt-scss-to-js",
2862
+ "learn_more": "",
2863
+ "category": "CSS",
2864
+ "type": "3rd-party",
2865
+ "maintainers": [
2866
+ {
2867
+ "name": "sugoidesune",
2868
+ "github": "sugoidesune"
2869
+ }
2870
+ ],
2871
+ "compatibility": {
2872
+ "2.x": "working",
2873
+ "2.x-bridge": "unknown",
2874
+ "3.x": "unknown"
2875
+ }
2876
+ },
2877
+ {
2878
+ "name": "segment",
2879
+ "description": "Nuxt.js module for Segment Analytics.js",
2880
+ "repo": "dansmaculotte/nuxt-segment",
2881
+ "npm": "@dansmaculotte/nuxt-segment",
2882
+ "icon": "segment.png",
2883
+ "github": "https://github.com/dansmaculotte/nuxt-segment",
2884
+ "website": "https://github.com/dansmaculotte/nuxt-segment",
2885
+ "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
2886
+ "category": "Analytics",
2887
+ "type": "3rd-party",
2888
+ "maintainers": [
2889
+ {
2890
+ "name": "dansmaculotte",
2891
+ "github": "dansmaculotte"
2892
+ }
2893
+ ],
2894
+ "compatibility": {
2895
+ "2.x": "working",
2896
+ "2.x-bridge": "unknown",
2897
+ "3.x": "unknown"
2898
+ }
2899
+ },
2900
+ {
2901
+ "name": "sentry",
2902
+ "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
2903
+ "repo": "nuxt-community/sentry-module",
2904
+ "npm": "@nuxtjs/sentry",
2905
+ "icon": "sentry.png",
2906
+ "github": "https://github.com/nuxt-community/sentry-module",
2907
+ "website": "https://sentry.nuxtjs.org/",
2908
+ "learn_more": "https://sentry.io/welcome/",
2909
+ "category": "Monitoring",
2910
+ "type": "community",
2911
+ "maintainers": [
2912
+ {
2913
+ "name": "Rafał Chłodnicki",
2914
+ "github": "rchl"
2915
+ }
2916
+ ],
2917
+ "compatibility": {
2918
+ "2.x": "working",
2919
+ "2.x-bridge": "wip",
2920
+ "3.x": "wip"
2921
+ }
2922
+ },
2923
+ {
2924
+ "name": "seomatic-meta",
2925
+ "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
2926
+ "repo": "ben-rogerson/nuxt-seomatic-meta",
2927
+ "npm": "nuxt-seomatic-meta",
2928
+ "icon": "seomatic.png",
2929
+ "github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
2930
+ "website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
2931
+ "learn_more": "https://plugins.craftcms.com/seomatic",
2932
+ "category": "CMS",
2933
+ "type": "3rd-party",
2934
+ "maintainers": [
2935
+ {
2936
+ "name": "ben-rogerson",
2937
+ "github": "ben-rogerson"
2938
+ }
2939
+ ],
2940
+ "compatibility": {
2941
+ "2.x": "working",
2942
+ "2.x-bridge": "unknown",
2943
+ "3.x": "unknown"
2944
+ }
2945
+ },
2946
+ {
2947
+ "name": "separate-env",
2948
+ "description": "Separated environment variables for server and client builds",
2949
+ "repo": "nuxt-community/separate-env-module",
2950
+ "npm": "@nuxtjs/separate-env",
2951
+ "icon": "",
2952
+ "github": "https://github.com/nuxt-community/separate-env-module",
2953
+ "website": "https://github.com/nuxt-community/separate-env-module",
2954
+ "learn_more": "",
2955
+ "category": "Extensions",
2956
+ "type": "community",
2957
+ "maintainers": [
2958
+ {
2959
+ "name": "Alexander Lichter",
2960
+ "github": "manniL",
2961
+ "twitter": "TheAlexLichter"
2962
+ }
2963
+ ],
2964
+ "compatibility": {
2965
+ "2.x": "working",
2966
+ "2.x-bridge": "unknown",
2967
+ "3.x": "unknown"
2968
+ }
2969
+ },
2970
+ {
2971
+ "name": "shopify",
2972
+ "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
2973
+ "repo": "Gomah/nuxt-shopify",
2974
+ "npm": "nuxt-shopify",
2975
+ "icon": "shopify.png",
2976
+ "github": "https://github.com/Gomah/nuxt-shopify",
2977
+ "website": "https://github.com/Gomah/nuxt-shopify",
2978
+ "learn_more": "https://www.shopify.com/",
2979
+ "category": "Ecommerce",
2980
+ "type": "3rd-party",
2981
+ "maintainers": [
2982
+ {
2983
+ "name": "Gomah",
2984
+ "github": "Gomah"
2985
+ }
2986
+ ],
2987
+ "compatibility": {
2988
+ "2.x": "working",
2989
+ "2.x-bridge": "unknown",
2990
+ "3.x": "unknown"
2991
+ }
2992
+ },
2993
+ {
2994
+ "name": "simple-line-icons",
2995
+ "description": "Nuxt module to add simple-line-icons ",
2996
+ "repo": "vaso2/nuxt-simple-line-icons",
2997
+ "npm": "nuxt-simple-line-icons",
2998
+ "icon": "",
2999
+ "github": "https://github.com/vaso2/nuxt-simple-line-icons",
3000
+ "website": "https://github.com/vaso2/nuxt-simple-line-icons",
3001
+ "learn_more": "https://thesabbir.github.io/simple-line-icons/",
3002
+ "category": "Fonts",
3003
+ "type": "3rd-party",
3004
+ "maintainers": [
3005
+ {
3006
+ "name": "vaso2",
3007
+ "github": "vaso2"
3008
+ }
3009
+ ],
3010
+ "compatibility": {
3011
+ "2.x": "working",
3012
+ "2.x-bridge": "unknown",
3013
+ "3.x": "unknown"
3014
+ }
3015
+ },
3016
+ {
3017
+ "name": "sitemap",
3018
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
3019
+ "repo": "nuxt-community/sitemap-module#dev",
3020
+ "npm": "@nuxtjs/sitemap",
3021
+ "icon": "",
3022
+ "github": "https://github.com/nuxt-community/sitemap-module#dev",
3023
+ "website": "https://sitemap.nuxtjs.org",
3024
+ "learn_more": "",
3025
+ "category": "SEO",
3026
+ "type": "community",
3027
+ "maintainers": [
3028
+ {
3029
+ "name": "Nicolas PENNEC",
3030
+ "github": "NicoPennec",
3031
+ "twitter": "NicoPennec"
3032
+ }
3033
+ ],
3034
+ "compatibility": {
3035
+ "2.x": "working",
3036
+ "2.x-bridge": "unknown",
3037
+ "3.x": "unknown"
3038
+ }
3039
+ },
3040
+ {
3041
+ "name": "snipcart",
3042
+ "description": "Snipcart integration module for Nuxt.js",
3043
+ "repo": "nuxt-community/snipcart-module",
3044
+ "npm": "@nuxtjs/snipcart",
3045
+ "icon": "snipcart.png",
3046
+ "github": "https://github.com/nuxt-community/snipcart-module",
3047
+ "website": "https://github.com/nuxt-community/snipcart-module",
3048
+ "learn_more": "",
3049
+ "category": "Payment",
3050
+ "type": "community",
3051
+ "maintainers": [
3052
+ {
3053
+ "name": "Florent GIRAUD",
3054
+ "github": "f3ltron",
3055
+ "twitter": "giraud_florent"
3056
+ }
3057
+ ],
3058
+ "compatibility": {
3059
+ "2.x": "working",
3060
+ "2.x-bridge": "unknown",
3061
+ "3.x": "unknown"
3062
+ }
3063
+ },
3064
+ {
3065
+ "name": "social-meta",
3066
+ "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
3067
+ "repo": "AlekseyPleshkov/nuxt-social-meta",
3068
+ "npm": "nuxt-social-meta",
3069
+ "icon": "",
3070
+ "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3071
+ "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3072
+ "learn_more": "",
3073
+ "category": "SEO",
3074
+ "type": "3rd-party",
3075
+ "maintainers": [
3076
+ {
3077
+ "name": "AlekseyPleshkov",
3078
+ "github": "AlekseyPleshkov"
3079
+ }
3080
+ ],
3081
+ "compatibility": {
3082
+ "2.x": "working",
3083
+ "2.x-bridge": "unknown",
3084
+ "3.x": "unknown"
3085
+ }
3086
+ },
3087
+ {
3088
+ "name": "socket-io",
3089
+ "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
3090
+ "repo": "richardeschloss/nuxt-socket-io",
3091
+ "npm": "nuxt-socket-io",
3092
+ "icon": "socket-io.png",
3093
+ "github": "https://github.com/richardeschloss/nuxt-socket-io",
3094
+ "website": "https://nuxt-socket-io.netlify.app/",
3095
+ "learn_more": "https://socket.io/",
3096
+ "category": "Request",
3097
+ "type": "3rd-party",
3098
+ "maintainers": [
3099
+ {
3100
+ "name": "richardeschloss",
3101
+ "github": "richardeschloss"
3102
+ }
3103
+ ],
3104
+ "compatibility": {
3105
+ "2.x": "working",
3106
+ "2.x-bridge": "unknown",
3107
+ "3.x": "unknown"
3108
+ }
3109
+ },
3110
+ {
3111
+ "name": "speedcurve",
3112
+ "description": "Speedcurve LUX module for Nuxt",
3113
+ "repo": "nuxt-community/speedcurve-module",
3114
+ "npm": "@nuxtjs/speedcurve",
3115
+ "icon": "speedcurve.png",
3116
+ "github": "https://github.com/nuxt-community/speedcurve-module",
3117
+ "website": "https://speedcurve.nuxtjs.org",
3118
+ "learn_more": "https://speedcurve.com",
3119
+ "category": "Analytics",
3120
+ "type": "community",
3121
+ "maintainers": [
3122
+ {
3123
+ "name": "Josh Deltener",
3124
+ "github": "hecktarzuli",
3125
+ "twitter": "JoshDeltener"
3126
+ }
3127
+ ],
3128
+ "compatibility": {
3129
+ "2.x": "working",
3130
+ "2.x-bridge": "unknown",
3131
+ "3.x": "unknown"
3132
+ }
3133
+ },
3134
+ {
3135
+ "name": "storage",
3136
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
3137
+ "repo": "mazipan/nuxt-storage",
3138
+ "npm": "nuxt-storage",
3139
+ "icon": "",
3140
+ "github": "https://github.com/mazipan/nuxt-storage",
3141
+ "website": "https://github.com/mazipan/nuxt-storage",
3142
+ "learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
3143
+ "category": "Extensions",
3144
+ "type": "3rd-party",
3145
+ "maintainers": [
3146
+ {
3147
+ "name": "mazipan",
3148
+ "github": "mazipan"
3149
+ }
3150
+ ],
3151
+ "compatibility": {
3152
+ "2.x": "working",
3153
+ "2.x-bridge": "unknown",
3154
+ "3.x": "unknown"
3155
+ }
3156
+ },
3157
+ {
3158
+ "name": "storefront-ui",
3159
+ "description": "Storefront UI Module for Nuxt.js",
3160
+ "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3161
+ "npm": "@storefront-ui/nuxt",
3162
+ "icon": "storefront-ui.svg",
3163
+ "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3164
+ "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
3165
+ "learn_more": "https://docs.storefrontui.io/",
3166
+ "category": "UI",
3167
+ "type": "3rd-party",
3168
+ "maintainers": [
3169
+ {
3170
+ "name": "Jakub Andrzejewski",
3171
+ "github": "Baroshem"
3172
+ }
3173
+ ],
3174
+ "compatibility": {
3175
+ "2.x": "working",
3176
+ "2.x-bridge": "unknown",
3177
+ "3.x": "unknown"
3178
+ }
3179
+ },
3180
+ {
3181
+ "name": "stories",
3182
+ "description": "Nuxt stories module -- Painless storybooking for Nuxt",
3183
+ "repo": "richardeschloss/nuxt-stories",
3184
+ "npm": "nuxt-stories",
3185
+ "icon": "",
3186
+ "github": "https://github.com/richardeschloss/nuxt-stories",
3187
+ "website": "https://github.com/richardeschloss/nuxt-stories",
3188
+ "learn_more": "",
3189
+ "category": "Devtools",
3190
+ "type": "3rd-party",
3191
+ "maintainers": [
3192
+ {
3193
+ "name": "richardeschloss",
3194
+ "github": "richardeschloss"
3195
+ }
3196
+ ],
3197
+ "compatibility": {
3198
+ "2.x": "working",
3199
+ "2.x-bridge": "unknown",
3200
+ "3.x": "unknown"
3201
+ }
3202
+ },
3203
+ {
3204
+ "name": "storyblok",
3205
+ "description": "Storyblok Nuxt.js module",
3206
+ "repo": "storyblok/storyblok-nuxt",
3207
+ "npm": "@storyblok/nuxt-ws",
3208
+ "icon": "storyblok.png",
3209
+ "github": "https://github.com/storyblok/storyblok-nuxt",
3210
+ "website": "https://github.com/storyblok/storyblok-nuxt",
3211
+ "learn_more": "",
3212
+ "category": "CMS",
3213
+ "type": "3rd-party",
3214
+ "maintainers": [
3215
+ {
3216
+ "name": "storyblok",
3217
+ "github": "storyblok"
3218
+ }
3219
+ ],
3220
+ "compatibility": {
3221
+ "2.x": "working",
3222
+ "2.x-bridge": "unknown",
3223
+ "3.x": "unknown"
3224
+ }
3225
+ },
3226
+ {
3227
+ "name": "storybook",
3228
+ "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
3229
+ "repo": "nuxt-community/storybook",
3230
+ "npm": "@nuxtjs/storybook",
3231
+ "icon": "storybook.png",
3232
+ "github": "https://github.com/nuxt-community/storybook",
3233
+ "website": "https://storybook.nuxtjs.org",
3234
+ "learn_more": "https://storybook.js.org/",
3235
+ "category": "Devtools",
3236
+ "type": "community",
3237
+ "maintainers": [
3238
+ {
3239
+ "name": "Ahad Birang",
3240
+ "github": "farnabaz",
3241
+ "twitter": "a_birang"
3242
+ },
3243
+ {
3244
+ "name": "Pooya Parsa",
3245
+ "github": "pi0",
3246
+ "twitter": "_pi0_"
3247
+ }
3248
+ ],
3249
+ "compatibility": {
3250
+ "2.x": "working",
3251
+ "2.x-bridge": "unknown",
3252
+ "3.x": "unknown"
3253
+ }
3254
+ },
3255
+ {
3256
+ "name": "strapi",
3257
+ "description": "Design APIs fast and manage content easily using REST or GraphQL.",
3258
+ "repo": "nuxt-community/strapi-module",
3259
+ "npm": "@nuxtjs/strapi",
3260
+ "icon": "strapi.png",
3261
+ "github": "https://github.com/nuxt-community/strapi-module",
3262
+ "website": "https://strapi.nuxtjs.org",
3263
+ "learn_more": "https://strapi.io/",
3264
+ "category": "CMS",
3265
+ "type": "community",
3266
+ "maintainers": [
3267
+ {
3268
+ "name": "Benjamin Canac",
3269
+ "github": "benjamincanac",
3270
+ "twitter": "benjamincanac"
3271
+ },
3272
+ {
3273
+ "name": "Sébastien Chopin",
3274
+ "github": "Atinux",
3275
+ "twitter": "Atinux"
3276
+ }
3277
+ ],
3278
+ "compatibility": {
3279
+ "2.x": "working",
3280
+ "2.x-bridge": "wip",
3281
+ "3.x": "unknown"
3282
+ }
3283
+ },
3284
+ {
3285
+ "name": "stripe",
3286
+ "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
3287
+ "repo": "WilliamDASILVA/nuxt-stripe-module",
3288
+ "npm": "nuxt-stripe-module",
3289
+ "icon": "stripe.png",
3290
+ "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3291
+ "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3292
+ "learn_more": "https://stripe.com/",
3293
+ "category": "Payment",
3294
+ "type": "3rd-party",
3295
+ "maintainers": [
3296
+ {
3297
+ "name": "WilliamDASILVA",
3298
+ "github": "WilliamDASILVA"
3299
+ }
3300
+ ],
3301
+ "compatibility": {
3302
+ "2.x": "working",
3303
+ "2.x-bridge": "unknown",
3304
+ "3.x": "unknown"
3305
+ }
3306
+ },
3307
+ {
3308
+ "name": "style-resources",
3309
+ "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
3310
+ "repo": "nuxt-community/style-resources-module",
3311
+ "npm": "@nuxtjs/style-resources",
3312
+ "icon": "",
3313
+ "github": "https://github.com/nuxt-community/style-resources-module",
3314
+ "website": "https://github.com/nuxt-community/style-resources-module",
3315
+ "learn_more": "",
3316
+ "category": "CSS",
3317
+ "type": "community",
3318
+ "maintainers": [
3319
+ {
3320
+ "name": "Alexander Lichter",
3321
+ "github": "manniL",
3322
+ "twitter": "TheAlexLichter"
3323
+ }
3324
+ ],
3325
+ "compatibility": {
3326
+ "2.x": "working",
3327
+ "2.x-bridge": "unknown",
3328
+ "3.x": "unknown"
3329
+ }
3330
+ },
3331
+ {
3332
+ "name": "stylelint",
3333
+ "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
3334
+ "repo": "nuxt-community/stylelint-module",
3335
+ "npm": "@nuxtjs/stylelint-module",
3336
+ "icon": "stylelint.png",
3337
+ "github": "https://github.com/nuxt-community/stylelint-module",
3338
+ "website": "https://github.com/nuxt-community/stylelint-module",
3339
+ "learn_more": "https://stylelint.io/",
3340
+ "category": "CSS",
3341
+ "type": "community",
3342
+ "maintainers": [
3343
+ {
3344
+ "name": "Ricardo Gobbo de Souza",
3345
+ "github": "ricardogobbosouza"
3346
+ }
3347
+ ],
3348
+ "compatibility": {
3349
+ "2.x": "working",
3350
+ "2.x-bridge": "unknown",
3351
+ "3.x": "unknown"
3352
+ }
3353
+ },
3354
+ {
3355
+ "name": "supabase",
3356
+ "description": "A supa simple way to use Supabase with Nuxt",
3357
+ "repo": "supabase/nuxt-supabase",
3358
+ "npm": "nuxt-supabase",
3359
+ "icon": "supabase.png",
3360
+ "github": "https://github.com/supabase/nuxt-supabase",
3361
+ "website": "https://github.com/supabase/nuxt-supabase",
3362
+ "learn_more": "https://supabase.io",
3363
+ "category": "Database",
3364
+ "type": "3rd-party",
3365
+ "maintainers": [
3366
+ {
3367
+ "name": "Scott Robertson",
3368
+ "github": "scottrobertson",
3369
+ "twitter": "scottymeuk"
3370
+ }
3371
+ ],
3372
+ "compatibility": {
3373
+ "2.x": "working",
3374
+ "2.x-bridge": "unknown",
3375
+ "3.x": "unknown"
3376
+ }
3377
+ },
3378
+ {
3379
+ "name": "svg-loader",
3380
+ "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
3381
+ "repo": "Developmint/nuxt-svg-loader",
3382
+ "npm": "nuxt-svg-loader",
3383
+ "icon": "",
3384
+ "github": "https://github.com/Developmint/nuxt-svg-loader",
3385
+ "website": "https://github.com/Developmint/nuxt-svg-loader",
3386
+ "learn_more": "",
3387
+ "category": "Extensions",
3388
+ "type": "3rd-party",
3389
+ "maintainers": [
3390
+ {
3391
+ "name": "Developmint",
3392
+ "github": "Developmint"
3393
+ }
3394
+ ],
3395
+ "compatibility": {
3396
+ "2.x": "working",
3397
+ "2.x-bridge": "unknown",
3398
+ "3.x": "unknown"
3399
+ }
3400
+ },
3401
+ {
3402
+ "name": "svg-sprite",
3403
+ "description": "Optimized and Easy way to use svg files in Nuxt.js",
3404
+ "repo": "nuxt-community/svg-sprite-module",
3405
+ "npm": "@nuxtjs/svg-sprite",
3406
+ "icon": "",
3407
+ "github": "https://github.com/nuxt-community/svg-sprite-module",
3408
+ "website": "https://github.com/nuxt-community/svg-sprite-module",
3409
+ "learn_more": "",
3410
+ "category": "UI",
3411
+ "type": "community",
3412
+ "maintainers": [
3413
+ {
3414
+ "name": "Ahad Birang",
3415
+ "github": "farnabaz",
3416
+ "twitter": "a_birang"
3417
+ }
3418
+ ],
3419
+ "compatibility": {
3420
+ "2.x": "working",
3421
+ "2.x-bridge": "unknown",
3422
+ "3.x": "unknown"
3423
+ }
3424
+ },
3425
+ {
3426
+ "name": "svg",
3427
+ "description": "Super simple svg loading module for Nuxt.js",
3428
+ "repo": "nuxt-community/svg-module",
3429
+ "npm": "@nuxtjs/svg",
3430
+ "icon": "",
3431
+ "github": "https://github.com/nuxt-community/svg-module",
3432
+ "website": "https://github.com/nuxt-community/svg-module",
3433
+ "learn_more": "",
3434
+ "category": "Extensions",
3435
+ "type": "community",
3436
+ "maintainers": [
3437
+ {
3438
+ "name": "Sam Holmes",
3439
+ "github": "sam3d"
3440
+ }
3441
+ ],
3442
+ "compatibility": {
3443
+ "2.x": "working",
3444
+ "2.x-bridge": "unknown",
3445
+ "3.x": "unknown"
3446
+ }
3447
+ },
3448
+ {
3449
+ "name": "sweetalert2",
3450
+ "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
3451
+ "repo": "ImreC/nuxt-sweetalert2",
3452
+ "npm": "nuxt-sweetalert2",
3453
+ "icon": "",
3454
+ "github": "https://github.com/ImreC/nuxt-sweetalert2",
3455
+ "website": "https://github.com/ImreC/nuxt-sweetalert2",
3456
+ "learn_more": "https://sweetalert2.github.io/",
3457
+ "category": "Libraries",
3458
+ "type": "3rd-party",
3459
+ "maintainers": [
3460
+ {
3461
+ "name": "ImreC",
3462
+ "github": "ImreC"
3463
+ }
3464
+ ],
3465
+ "compatibility": {
3466
+ "2.x": "working",
3467
+ "2.x-bridge": "unknown",
3468
+ "3.x": "unknown"
3469
+ }
3470
+ },
3471
+ {
3472
+ "name": "tailwindcss",
3473
+ "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
3474
+ "repo": "nuxt-community/tailwindcss-module",
3475
+ "npm": "@nuxtjs/tailwindcss",
3476
+ "icon": "tailwindcss.png",
3477
+ "github": "https://github.com/nuxt-community/tailwindcss-module",
3478
+ "website": "https://tailwindcss.nuxtjs.org",
3479
+ "learn_more": "https://tailwindcss.com/",
3480
+ "category": "UI",
3481
+ "type": "community",
3482
+ "maintainers": [
3483
+ {
3484
+ "name": "Sébastien Chopin",
3485
+ "github": "Atinux",
3486
+ "twitter": "Atinux"
3487
+ }
3488
+ ],
3489
+ "compatibility": {
3490
+ "2.x": "working",
3491
+ "2.x-bridge": "wip",
3492
+ "3.x": "wip"
3493
+ }
3494
+ },
3495
+ {
3496
+ "name": "toast",
3497
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
3498
+ "repo": "nuxt-community/modules#master/packages/toast",
3499
+ "npm": "@nuxtjs/toast",
3500
+ "icon": "",
3501
+ "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3502
+ "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3503
+ "learn_more": "https://github.com/shakee93/vue-toasted",
3504
+ "category": "Libraries",
3505
+ "type": "community",
3506
+ "maintainers": [
3507
+ {
3508
+ "name": "Pooya Parsa",
3509
+ "github": "pi0",
3510
+ "twitter": "_pi0_"
3511
+ }
3512
+ ],
3513
+ "compatibility": {
3514
+ "2.x": "working",
3515
+ "2.x-bridge": "unknown",
3516
+ "3.x": "unknown"
3517
+ }
3518
+ },
3519
+ {
3520
+ "name": "twa",
3521
+ "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3522
+ "repo": "tuarrep/nuxt-twa",
3523
+ "npm": "nuxt-twa",
3524
+ "icon": "",
3525
+ "github": "https://github.com/tuarrep/nuxt-twa",
3526
+ "website": "https://nuxt-twa.tuarrep.dev",
3527
+ "learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
3528
+ "category": "Performance",
3529
+ "type": "3rd-party",
3530
+ "maintainers": [
3531
+ {
3532
+ "name": "Nicolas Perraut",
3533
+ "github": "tuarrep"
3534
+ }
3535
+ ],
3536
+ "compatibility": {
3537
+ "2.x": "working",
3538
+ "2.x-bridge": "wip",
3539
+ "3.x": "wip"
3540
+ }
3541
+ },
3542
+ {
3543
+ "name": "typed-router",
3544
+ "description": "Provide autocompletion for pages route names generated by Nuxt router",
3545
+ "repo": "victorgarciaesgi/nuxt-typed-router",
3546
+ "npm": "nuxt-typed-router",
3547
+ "icon": "vue.png",
3548
+ "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3549
+ "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3550
+ "learn_more": "",
3551
+ "category": "Devtools",
3552
+ "type": "3rd-party",
3553
+ "maintainers": [
3554
+ {
3555
+ "name": "victorgarciaesgi",
3556
+ "github": "victorgarciaesgi"
3557
+ }
3558
+ ],
3559
+ "compatibility": {
3560
+ "2.x": "working",
3561
+ "2.x-bridge": "unknown",
3562
+ "3.x": "unknown"
3563
+ }
3564
+ },
3565
+ {
3566
+ "name": "typescript-runtime",
3567
+ "description": "TypeScript Runtime support for Nuxt",
3568
+ "repo": "nuxt/typescript#master/packages/typescript-runtime",
3569
+ "npm": "@nuxt/typescript-runtime",
3570
+ "icon": "typescript.svg",
3571
+ "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
3572
+ "website": "https://typescript.nuxtjs.org/guide/runtime.html",
3573
+ "learn_more": "",
3574
+ "category": "Devtools",
3575
+ "type": "official",
3576
+ "maintainers": [
3577
+ {
3578
+ "name": "Kevin Marrec",
3579
+ "github": "kevinmarrec"
3580
+ },
3581
+ {
3582
+ "name": "Pooya Parsa",
3583
+ "github": "pi0",
3584
+ "twitter": "_pi0_"
3585
+ },
3586
+ {
3587
+ "name": "Daniel Roe",
3588
+ "github": "danielroe",
3589
+ "twitter": "danielcroe"
3590
+ }
3591
+ ],
3592
+ "compatibility": {
3593
+ "2.x": "working",
3594
+ "2.x-bridge": "unknown",
3595
+ "3.x": "unknown"
3596
+ }
3597
+ },
3598
+ {
3599
+ "name": "typescript",
3600
+ "description": "TypeScript Support for Nuxt",
3601
+ "repo": "nuxt/typescript#master/packages/typescript-build",
3602
+ "npm": "@nuxt/typescript-build",
3603
+ "icon": "typescript.svg",
3604
+ "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
3605
+ "website": "https://typescript.nuxtjs.org",
3606
+ "learn_more": "",
3607
+ "category": "Devtools",
3608
+ "type": "official",
3609
+ "maintainers": [
3610
+ {
3611
+ "name": "Kevin Marrec",
3612
+ "github": "kevinmarrec"
3613
+ },
3614
+ {
3615
+ "name": "Pooya Parsa",
3616
+ "github": "pi0",
3617
+ "twitter": "_pi0_"
3618
+ },
3619
+ {
3620
+ "name": "Daniel Roe",
3621
+ "github": "danielroe",
3622
+ "twitter": "danielcroe"
3623
+ }
3624
+ ],
3625
+ "compatibility": {
3626
+ "2.x": "working",
3627
+ "2.x-bridge": "unknown",
3628
+ "3.x": "unknown"
3629
+ }
3630
+ },
3631
+ {
3632
+ "name": "universal-storage",
3633
+ "description": "Universal Storage Utilities for Nuxt.js",
3634
+ "repo": "nuxt-community/universal-storage-module",
3635
+ "npm": "@nuxtjs/universal-storage",
3636
+ "icon": "",
3637
+ "github": "https://github.com/nuxt-community/universal-storage-module",
3638
+ "website": "https://github.com/nuxt-community/universal-storage-module",
3639
+ "learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
3640
+ "category": "Extensions",
3641
+ "type": "community",
3642
+ "maintainers": [
3643
+ {
3644
+ "name": "Pooya Parsa",
3645
+ "github": "pi0",
3646
+ "twitter": "_pi0_"
3647
+ },
3648
+ {
3649
+ "name": "Farzad Soltani",
3650
+ "github": "farzadso",
3651
+ "twitter": "farzadso"
3652
+ }
3653
+ ],
3654
+ "compatibility": {
3655
+ "2.x": "working",
3656
+ "2.x-bridge": "unknown",
3657
+ "3.x": "unknown"
3658
+ }
3659
+ },
3660
+ {
3661
+ "name": "unocss",
3662
+ "description": "The instant on-demand atomic CSS engine.",
3663
+ "repo": "antfu/unocss#main/packages/nuxt",
3664
+ "npm": "@unocss/nuxt",
3665
+ "icon": "unocss.svg",
3666
+ "github": "https://github.com/antfu/unocss",
3667
+ "website": "https://github.com/antfu/unocss",
3668
+ "learn_more": "https://github.com/antfu/unocss",
3669
+ "category": "UI",
3670
+ "type": "3rd-party",
3671
+ "maintainers": [
3672
+ {
3673
+ "name": "Anthony Fu",
3674
+ "github": "antfu",
3675
+ "twitter": "antfu7",
3676
+ "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
3677
+ }
3678
+ ],
3679
+ "compatibility": {
3680
+ "2.x": "working",
3681
+ "2.x-bridge": "working",
3682
+ "3.x": "working"
3683
+ }
3684
+ },
3685
+ {
3686
+ "name": "user-agent",
3687
+ "description": "Nuxt.js module for handling User-Agent.",
3688
+ "repo": "fukuiretu/nuxt-user-agent",
3689
+ "npm": "nuxt-user-agent",
3690
+ "icon": "",
3691
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
3692
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
3693
+ "learn_more": "",
3694
+ "category": "Extensions",
3695
+ "type": "3rd-party",
3696
+ "maintainers": [
3697
+ {
3698
+ "name": "fukuiretu",
3699
+ "github": "fukuiretu"
3700
+ }
3701
+ ],
3702
+ "compatibility": {
3703
+ "2.x": "working",
3704
+ "2.x-bridge": "unknown",
3705
+ "3.x": "unknown"
3706
+ }
3707
+ },
3708
+ {
3709
+ "name": "validate",
3710
+ "description": "Simple Nuxt input validation module using vee-validate",
3711
+ "repo": "lewyuburi/nuxt-validate",
3712
+ "npm": "nuxt-validate",
3713
+ "icon": "vee-validate.png",
3714
+ "github": "https://github.com/lewyuburi/nuxt-validate",
3715
+ "website": "https://github.com/lewyuburi/nuxt-validate",
3716
+ "learn_more": "https://logaretm.github.io/vee-validate/",
3717
+ "category": "Libraries",
3718
+ "type": "3rd-party",
3719
+ "maintainers": [
3720
+ {
3721
+ "name": "lewyuburi",
3722
+ "github": "lewyuburi"
3723
+ }
3724
+ ],
3725
+ "compatibility": {
3726
+ "2.x": "working",
3727
+ "2.x-bridge": "unknown",
3728
+ "3.x": "unknown"
3729
+ }
3730
+ },
3731
+ {
3732
+ "name": "vendor",
3733
+ "description": "directly serve node_modules",
3734
+ "repo": "nuxt-community/modules#master/packages/vendor",
3735
+ "npm": "@nuxtjs/vendor",
3736
+ "icon": "",
3737
+ "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
3738
+ "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
3739
+ "learn_more": "",
3740
+ "category": "Extensions",
3741
+ "type": "community",
3742
+ "maintainers": [
3743
+ {
3744
+ "name": "Pooya Parsa",
3745
+ "github": "pi0",
3746
+ "twitter": "_pi0_"
3747
+ }
3748
+ ],
3749
+ "compatibility": {
3750
+ "2.x": "working",
3751
+ "2.x-bridge": "unknown",
3752
+ "3.x": "unknown"
3753
+ }
3754
+ },
3755
+ {
3756
+ "name": "vue-material",
3757
+ "description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
3758
+ "repo": "vaso2/nuxt-vue-material",
3759
+ "npm": "nuxt-vue-material",
3760
+ "icon": "vue-material.png",
3761
+ "github": "https://github.com/vaso2/nuxt-vue-material",
3762
+ "website": "https://github.com/vaso2/nuxt-vue-material",
3763
+ "learn_more": "https://vuematerial.io/",
3764
+ "category": "UI",
3765
+ "type": "3rd-party",
3766
+ "maintainers": [
3767
+ {
3768
+ "name": "vaso2",
3769
+ "github": "vaso2"
3770
+ }
3771
+ ],
3772
+ "compatibility": {
3773
+ "2.x": "working",
3774
+ "2.x-bridge": "unknown",
3775
+ "3.x": "unknown"
3776
+ }
3777
+ },
3778
+ {
3779
+ "name": "vue-multiselect",
3780
+ "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
3781
+ "repo": "spektrummedia/nuxt-vue-multiselect",
3782
+ "npm": "nuxt-vue-multiselect",
3783
+ "icon": "",
3784
+ "github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
3785
+ "website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
3786
+ "learn_more": "",
3787
+ "category": "Libraries",
3788
+ "type": "3rd-party",
3789
+ "maintainers": [
3790
+ {
3791
+ "name": "spektrummedia",
3792
+ "github": "spektrummedia"
3793
+ }
3794
+ ],
3795
+ "compatibility": {
3796
+ "2.x": "working",
3797
+ "2.x-bridge": "unknown",
3798
+ "3.x": "unknown"
3799
+ }
3800
+ },
3801
+ {
3802
+ "name": "vue-select",
3803
+ "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
3804
+ "repo": "madmod/nuxt-vue-select",
3805
+ "npm": "nuxt-vue-select",
3806
+ "icon": "",
3807
+ "github": "https://github.com/madmod/nuxt-vue-select",
3808
+ "website": "https://github.com/madmod/nuxt-vue-select",
3809
+ "learn_more": "https://vue-select.org/",
3810
+ "category": "Libraries",
3811
+ "type": "3rd-party",
3812
+ "maintainers": [
3813
+ {
3814
+ "name": "madmod",
3815
+ "github": "madmod"
3816
+ }
3817
+ ],
3818
+ "compatibility": {
3819
+ "2.x": "working",
3820
+ "2.x-bridge": "unknown",
3821
+ "3.x": "unknown"
3822
+ }
3823
+ },
3824
+ {
3825
+ "name": "vue-warehouse",
3826
+ "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
3827
+ "repo": "juliomrqz/vue-warehouse",
3828
+ "npm": "vue-warehouse",
3829
+ "icon": "",
3830
+ "github": "https://github.com/juliomrqz/vue-warehouse",
3831
+ "website": "https://marquez.co/docs/vue-warehouse",
3832
+ "learn_more": "",
3833
+ "category": "Libraries",
3834
+ "type": "3rd-party",
3835
+ "maintainers": [
3836
+ {
3837
+ "name": "Julio Marquez",
3838
+ "github": "juliomrqz",
3839
+ "twitter": "juliomrqz"
3840
+ }
3841
+ ],
3842
+ "compatibility": {
3843
+ "2.x": "working",
3844
+ "2.x-bridge": "unknown",
3845
+ "3.x": "unknown"
3846
+ }
3847
+ },
3848
+ {
3849
+ "name": "vuetify",
3850
+ "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
3851
+ "repo": "nuxt-community/vuetify-module",
3852
+ "npm": "@nuxtjs/vuetify",
3853
+ "icon": "vuetify.png",
3854
+ "github": "https://github.com/nuxt-community/vuetify-module",
3855
+ "website": "https://github.com/nuxt-community/vuetify-module",
3856
+ "learn_more": "https://vuetifyjs.com/en/",
3857
+ "category": "UI",
3858
+ "type": "community",
3859
+ "maintainers": [
3860
+ {
3861
+ "name": "Kevin Marrec",
3862
+ "github": "kevinmarrec"
3863
+ },
3864
+ {
3865
+ "name": "Pooya Parsa",
3866
+ "github": "pi0",
3867
+ "twitter": "_pi0_"
3868
+ }
3869
+ ],
3870
+ "compatibility": {
3871
+ "2.x": "working",
3872
+ "2.x-bridge": "unknown",
3873
+ "3.x": "not-working"
3874
+ }
3875
+ },
3876
+ {
3877
+ "name": "vueuse",
3878
+ "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
3879
+ "repo": "vueuse/vueuse#main/packages/core",
3880
+ "npm": "@vueuse/core",
3881
+ "icon": "vueuse.svg",
3882
+ "github": "https://github.com/vueuse/vueuse",
3883
+ "website": "https://vueuse.org",
3884
+ "learn_more": "https://github.com/vueuse/vueuse",
3885
+ "category": "Libraries",
3886
+ "type": "3rd-party",
3887
+ "maintainers": [
3888
+ {
3889
+ "name": "Anthony Fu",
3890
+ "github": "antfu",
3891
+ "twitter": "antfu7"
3892
+ }
3893
+ ],
3894
+ "compatibility": {
3895
+ "2.x": "working",
3896
+ "2.x-bridge": "working",
3897
+ "3.x": "working"
3898
+ }
3899
+ },
3900
+ {
3901
+ "name": "vuex-router-sync",
3902
+ "description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
3903
+ "repo": "paulgv/nuxt-vuex-router-sync",
3904
+ "npm": "nuxt-vuex-router-sync",
3905
+ "icon": "",
3906
+ "github": "https://github.com/paulgv/nuxt-vuex-router-sync",
3907
+ "website": "https://github.com/paulgv/nuxt-vuex-router-sync",
3908
+ "learn_more": "https://github.com/vuejs/vuex-router-sync",
3909
+ "category": "Libraries",
3910
+ "type": "3rd-party",
3911
+ "maintainers": [
3912
+ {
3913
+ "name": "paulgv",
3914
+ "github": "paulgv"
3915
+ }
3916
+ ],
3917
+ "compatibility": {
3918
+ "2.x": "working",
3919
+ "2.x-bridge": "unknown",
3920
+ "3.x": "unknown"
3921
+ }
3922
+ },
3923
+ {
3924
+ "name": "web-vitals",
3925
+ "description": "Web Vitals for Nuxt",
3926
+ "repo": "nuxt-community/web-vitals-module",
3927
+ "npm": "@nuxtjs/web-vitals",
3928
+ "icon": "",
3929
+ "github": "https://github.com/nuxt-community/web-vitals-module",
3930
+ "website": "https://github.com/nuxt-community/web-vitals-module",
3931
+ "learn_more": "",
3932
+ "category": "Performance",
3933
+ "type": "community",
3934
+ "maintainers": [
3935
+ {
3936
+ "name": "daliborgogic",
3937
+ "github": "daliborgogic"
3938
+ },
3939
+ {
3940
+ "name": "Pooya Parsa",
3941
+ "github": "pi0",
3942
+ "twitter": "_pi0_"
3943
+ },
3944
+ {
3945
+ "name": "Sebastien Chopin",
3946
+ "github": "Atinux",
3947
+ "twitter": "Atinux"
3948
+ }
3949
+ ],
3950
+ "compatibility": {
3951
+ "2.x": "working",
3952
+ "2.x-bridge": "unknown",
3953
+ "3.x": "unknown"
3954
+ }
3955
+ },
3956
+ {
3957
+ "name": "web3js",
3958
+ "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
3959
+ "repo": "fauzan121002/nuxt-web3",
3960
+ "npm": "nuxt-web3",
3961
+ "icon": "web3js.svg",
3962
+ "github": "https://github.com/fauzan121002/nuxt-web3",
3963
+ "website": "https://github.com/fauzan121002/nuxt-web3",
3964
+ "learn_more": "https://web3js.readthedocs.io/",
3965
+ "category": "Libraries",
3966
+ "type": "3rd-party",
3967
+ "maintainers": [
3968
+ {
3969
+ "name": "Muhammad Fauzan",
3970
+ "github": "fauzan121002",
3971
+ "twitter": "fauzandev"
3972
+ }
3973
+ ],
3974
+ "compatibility": {
3975
+ "2.x": "working",
3976
+ "2.x-bridge": "unknown",
3977
+ "3.x": "unknown"
3978
+ }
3979
+ },
3980
+ {
3981
+ "name": "webfontloader",
3982
+ "description": "Efficient web font loading has never been easier!",
3983
+ "repo": "Developmint/nuxt-webfontloader",
3984
+ "npm": "nuxt-webfontloader",
3985
+ "icon": "",
3986
+ "github": "https://github.com/Developmint/nuxt-webfontloader",
3987
+ "website": "https://github.com/Developmint/nuxt-webfontloader",
3988
+ "learn_more": "https://www.npmjs.com/package/webfontloader",
3989
+ "category": "Fonts",
3990
+ "type": "3rd-party",
3991
+ "maintainers": [
3992
+ {
3993
+ "name": "Developmint",
3994
+ "github": "Developmint"
3995
+ }
3996
+ ],
3997
+ "compatibility": {
3998
+ "2.x": "working",
3999
+ "2.x-bridge": "unknown",
4000
+ "3.x": "unknown"
4001
+ }
4002
+ },
4003
+ {
4004
+ "name": "webpack-optimisations",
4005
+ "description": "Nuxt.js v2 module to automatically make your builds faster.",
4006
+ "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4007
+ "npm": "nuxt-webpack-optimisations",
4008
+ "icon": "build-optimisations.svg",
4009
+ "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4010
+ "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4011
+ "learn_more": "",
4012
+ "category": "Devtools",
4013
+ "type": "3rd-party",
4014
+ "maintainers": [
4015
+ {
4016
+ "name": "Harlan Wilton",
4017
+ "github": "harlan-zw"
4018
+ }
4019
+ ],
4020
+ "compatibility": {
4021
+ "2.x": "working",
4022
+ "2.x-bridge": "working",
4023
+ "3.x": "unknown"
4024
+ }
4025
+ },
4026
+ {
4027
+ "name": "webpack-profile",
4028
+ "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
4029
+ "repo": "nuxt-community/webpack-profile-module",
4030
+ "npm": "@nuxtjs/webpack-profile",
4031
+ "icon": "webpack.png",
4032
+ "github": "https://github.com/nuxt-community/webpack-profile-module",
4033
+ "website": "https://github.com/nuxt-community/webpack-profile-module",
4034
+ "learn_more": "https://webpack.js.org/plugins/profiling-plugin/",
4035
+ "category": "Devtools",
4036
+ "type": "community",
4037
+ "maintainers": [
4038
+ {
4039
+ "name": "Pooya Parsa",
4040
+ "github": "pi0",
4041
+ "twitter": "_pi0_"
4042
+ }
4043
+ ],
4044
+ "compatibility": {
4045
+ "2.x": "working",
4046
+ "2.x-bridge": "unknown",
4047
+ "3.x": "unknown"
4048
+ }
4049
+ },
4050
+ {
4051
+ "name": "webpackdashboard",
4052
+ "description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
4053
+ "repo": "paulgv/nuxt-webpackdashboard",
4054
+ "npm": "nuxt-webpackdashboard",
4055
+ "icon": "webpack.png",
4056
+ "github": "https://github.com/paulgv/nuxt-webpackdashboard",
4057
+ "website": "https://github.com/paulgv/nuxt-webpackdashboard",
4058
+ "learn_more": "https://github.com/FormidableLabs/webpack-dashboard",
4059
+ "category": "Devtools",
4060
+ "type": "3rd-party",
4061
+ "maintainers": [
4062
+ {
4063
+ "name": "paulgv",
4064
+ "github": "paulgv"
4065
+ }
4066
+ ],
4067
+ "compatibility": {
4068
+ "2.x": "working",
4069
+ "2.x-bridge": "unknown",
4070
+ "3.x": "unknown"
4071
+ }
4072
+ },
4073
+ {
4074
+ "name": "webpackmonitor",
4075
+ "description": "Monitor Nuxt webpack optimization metrics through the development process",
4076
+ "repo": "nuxt-community/webpackmonitor-module",
4077
+ "npm": "@nuxtjs/webpackmonitor",
4078
+ "icon": "webpack.png",
4079
+ "github": "https://github.com/nuxt-community/webpackmonitor-module",
4080
+ "website": "https://github.com/nuxt-community/webpackmonitor-module",
4081
+ "learn_more": "http://webpackmonitor.com/",
4082
+ "category": "Devtools",
4083
+ "type": "community",
4084
+ "maintainers": [
4085
+ {
4086
+ "name": "Pooya Parsa",
4087
+ "github": "pi0",
4088
+ "twitter": "_pi0_"
4089
+ }
4090
+ ],
4091
+ "compatibility": {
4092
+ "2.x": "working",
4093
+ "2.x-bridge": "unknown",
4094
+ "3.x": "unknown"
4095
+ }
4096
+ },
4097
+ {
4098
+ "name": "windicss",
4099
+ "description": "Next generation utility-first CSS framework.",
4100
+ "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4101
+ "npm": "nuxt-windicss",
4102
+ "icon": "windicss.svg",
4103
+ "github": "https://github.com/windicss/nuxt-windicss-module",
4104
+ "website": "https://github.com/windicss/nuxt-windicss-module",
4105
+ "learn_more": "https://windicss.org/",
4106
+ "category": "UI",
4107
+ "type": "3rd-party",
4108
+ "maintainers": [
4109
+ {
4110
+ "name": "Harlan Wilton",
4111
+ "github": "harlan-zw",
4112
+ "twitter": "harlan_zw"
4113
+ },
4114
+ {
4115
+ "name": "Anthony Fu",
4116
+ "github": "antfu",
4117
+ "twitter": "antfu7"
4118
+ }
4119
+ ],
4120
+ "compatibility": {
4121
+ "2.x": "working",
4122
+ "2.x-bridge": "working",
4123
+ "3.x": "working"
4124
+ }
4125
+ },
4126
+ {
4127
+ "name": "winston-log",
4128
+ "description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
4129
+ "repo": "aaronransley/nuxt-winston-log",
4130
+ "npm": "nuxt-winston-log",
4131
+ "icon": "winston.png",
4132
+ "github": "https://github.com/aaronransley/nuxt-winston-log",
4133
+ "website": "https://github.com/aaronransley/nuxt-winston-log",
4134
+ "learn_more": "https://www.npmjs.com/package/winston",
4135
+ "category": "Monitoring",
4136
+ "type": "3rd-party",
4137
+ "maintainers": [
4138
+ {
4139
+ "name": "aaronransley",
4140
+ "github": "aaronransley"
4141
+ }
4142
+ ],
4143
+ "compatibility": {
4144
+ "2.x": "working",
4145
+ "2.x-bridge": "unknown",
4146
+ "3.x": "unknown"
4147
+ }
4148
+ },
4149
+ {
4150
+ "name": "wp-nuxt",
4151
+ "description": "The module adds a Wordpress Rest API to your nuxt application",
4152
+ "repo": "yashha/wp-nuxt",
4153
+ "npm": "wp-nuxt",
4154
+ "icon": "wordpress.png",
4155
+ "github": "https://github.com/yashha/wp-nuxt",
4156
+ "website": "https://github.com/yashha/wp-nuxt",
4157
+ "learn_more": "https://github.com/WP-API/node-wpapi",
4158
+ "category": "CMS",
4159
+ "type": "3rd-party",
4160
+ "maintainers": [
4161
+ {
4162
+ "name": "yashha",
4163
+ "github": "yashha"
4164
+ }
4165
+ ],
4166
+ "compatibility": {
4167
+ "2.x": "working",
4168
+ "2.x-bridge": "unknown",
4169
+ "3.x": "unknown"
4170
+ }
4171
+ },
4172
+ {
4173
+ "name": "xhr-cache",
4174
+ "description": "Cache api resources and serve it as static resource",
4175
+ "repo": "gaetansenn/xhr-cache",
4176
+ "npm": "@dewib/xhr-cache",
4177
+ "icon": "",
4178
+ "github": "https://github.com/gaetansenn/xhr-cache",
4179
+ "website": "https://xhr-cache.dewib.com",
4180
+ "learn_more": "",
4181
+ "category": "Performance",
4182
+ "type": "3rd-party",
4183
+ "maintainers": [
4184
+ {
4185
+ "name": "gaetansenn",
4186
+ "github": "gaetansenn"
4187
+ }
4188
+ ],
4189
+ "compatibility": {
4190
+ "2.x": "working",
4191
+ "2.x-bridge": "unknown",
4192
+ "3.x": "unknown"
4193
+ }
4194
+ },
4195
+ {
4196
+ "name": "xui",
4197
+ "description": "Light module to help design websites with Nuxt.",
4198
+ "repo": "MetaCorp/xui-module",
4199
+ "npm": "xui-module",
4200
+ "icon": "",
4201
+ "github": "https://github.com/MetaCorp/xui-module",
4202
+ "website": "https://github.com/MetaCorp/xui-module",
4203
+ "learn_more": "",
4204
+ "category": "UI",
4205
+ "type": "3rd-party",
4206
+ "maintainers": [
4207
+ {
4208
+ "name": "MetaCorp",
4209
+ "github": "MetaCorp"
4210
+ }
4211
+ ],
4212
+ "compatibility": {
4213
+ "2.x": "working",
4214
+ "2.x-bridge": "unknown",
4215
+ "3.x": "unknown"
4216
+ }
4217
+ },
4218
+ {
4219
+ "name": "yandex-metrika",
4220
+ "description": "Yandex metrika Module for Nuxt.js",
4221
+ "repo": "nuxt-community/yandex-metrika-module",
4222
+ "npm": "@nuxtjs/yandex-metrika",
4223
+ "icon": "",
4224
+ "github": "https://github.com/nuxt-community/yandex-metrika-module",
4225
+ "website": "https://github.com/nuxt-community/yandex-metrika-module",
4226
+ "learn_more": "https://metrica.yandex.com/about",
4227
+ "category": "Analytics",
4228
+ "type": "community",
4229
+ "maintainers": [
4230
+ {
4231
+ "name": "Pooya Parsa",
4232
+ "github": "pi0",
4233
+ "twitter": "_pi0_"
4234
+ }
4235
+ ],
4236
+ "compatibility": {
4237
+ "2.x": "working",
4238
+ "2.x-bridge": "unknown",
4239
+ "3.x": "unknown"
4240
+ }
4241
+ },
4242
+ {
4243
+ "name": "zendesk",
4244
+ "description": "Nuxt.js module for Zendesk",
4245
+ "repo": "DansMaCulotte/nuxt-zendesk",
4246
+ "npm": "@dansmaculotte/nuxt-zendesk",
4247
+ "icon": "zendesk.png",
4248
+ "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
4249
+ "website": "https://github.com/DansMaCulotte/nuxt-zendesk",
4250
+ "learn_more": "https://developer.zendesk.com/embeddables/docs/widget/introduction",
4251
+ "category": "Ecommerce",
4252
+ "type": "3rd-party",
4253
+ "maintainers": [
4254
+ {
4255
+ "name": "DansMaCulotte",
4256
+ "github": "DansMaCulotte"
4257
+ }
4258
+ ],
4259
+ "compatibility": {
4260
+ "2.x": "working",
4261
+ "2.x-bridge": "unknown",
4262
+ "3.x": "unknown"
4263
+ }
4264
+ }
4265
+ ]