@nuxt/modules 0.5.0-b7079f → 0.5.0-b7a758

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