@nuxt/modules 0.5.0-008fed

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