@nuxt/modules 0.5.0-10ed1a → 0.5.0-12176b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +863 -278
- 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",
|
|
@@ -26,34 +26,11 @@
|
|
|
26
26
|
"requires": {}
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
{
|
|
30
|
-
"name": "adyen",
|
|
31
|
-
"description": "Adyen Payment Module for Nuxt.js",
|
|
32
|
-
"repo": "baroshem/nuxt-adyen-module",
|
|
33
|
-
"npm": "",
|
|
34
|
-
"icon": "adyen.svg",
|
|
35
|
-
"github": "https://github.com/baroshem/nuxt-adyen-module",
|
|
36
|
-
"website": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
37
|
-
"learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
38
|
-
"category": "Payment",
|
|
39
|
-
"type": "3rd-party",
|
|
40
|
-
"maintainers": [
|
|
41
|
-
{
|
|
42
|
-
"name": "Jakub Andrzejewski",
|
|
43
|
-
"github": "Baroshem",
|
|
44
|
-
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"compatibility": {
|
|
48
|
-
"nuxt": "^2.0.0",
|
|
49
|
-
"requires": {}
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
29
|
{
|
|
53
30
|
"name": "agility-cms",
|
|
54
31
|
"description": "Agility CMS Integration for Nuxt.js",
|
|
55
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
56
|
-
"npm": "",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
57
34
|
"icon": "agility.png",
|
|
58
35
|
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
59
36
|
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
@@ -72,11 +49,41 @@
|
|
|
72
49
|
"requires": {}
|
|
73
50
|
}
|
|
74
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
75
82
|
{
|
|
76
83
|
"name": "alias",
|
|
77
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
78
85
|
"repo": "kdydesign/nuxt-alias-module",
|
|
79
|
-
"npm": "",
|
|
86
|
+
"npm": "nuxt-alias",
|
|
80
87
|
"icon": "",
|
|
81
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
82
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -98,7 +105,7 @@
|
|
|
98
105
|
"name": "amp",
|
|
99
106
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
100
107
|
"repo": "nuxt-community/amp-module",
|
|
101
|
-
"npm": "",
|
|
108
|
+
"npm": "@nuxtjs/amp",
|
|
102
109
|
"icon": "amp.png",
|
|
103
110
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
104
111
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -121,7 +128,7 @@
|
|
|
121
128
|
"name": "animejs",
|
|
122
129
|
"description": "Anime.js module for Nuxt.js",
|
|
123
130
|
"repo": "ivodolenc/nuxt-animejs",
|
|
124
|
-
"npm": "",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
125
132
|
"icon": "",
|
|
126
133
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
127
134
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -143,7 +150,7 @@
|
|
|
143
150
|
"name": "apis-to-file",
|
|
144
151
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
145
152
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
146
|
-
"npm": "",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
147
154
|
"icon": "",
|
|
148
155
|
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
149
156
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
@@ -167,7 +174,7 @@
|
|
|
167
174
|
"name": "apollo",
|
|
168
175
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
169
176
|
"repo": "nuxt-community/apollo-module",
|
|
170
|
-
"npm": "",
|
|
177
|
+
"npm": "@nuxtjs/apollo",
|
|
171
178
|
"icon": "apollo.png",
|
|
172
179
|
"github": "https://github.com/nuxt-community/apollo-module",
|
|
173
180
|
"website": "https://github.com/nuxt-community/apollo-module",
|
|
@@ -193,7 +200,7 @@
|
|
|
193
200
|
"name": "applicationinsights",
|
|
194
201
|
"description": "AppInsights module for Nuxt.js",
|
|
195
202
|
"repo": "nuxt-community/applicationinsights-module",
|
|
196
|
-
"npm": "",
|
|
203
|
+
"npm": "@nuxtjs/applicationinsights",
|
|
197
204
|
"icon": "application-insights.png",
|
|
198
205
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
199
206
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -215,7 +222,7 @@
|
|
|
215
222
|
"name": "appwrite",
|
|
216
223
|
"description": "Appwrite module for Nuxt",
|
|
217
224
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
218
|
-
"npm": "",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
219
226
|
"icon": "appwrite.png",
|
|
220
227
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
221
228
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -237,7 +244,7 @@
|
|
|
237
244
|
"name": "auth",
|
|
238
245
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
239
246
|
"repo": "nuxt-community/auth-module",
|
|
240
|
-
"npm": "",
|
|
247
|
+
"npm": "@nuxtjs/auth",
|
|
241
248
|
"icon": "auth.png",
|
|
242
249
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
243
250
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -264,7 +271,7 @@
|
|
|
264
271
|
"name": "axios",
|
|
265
272
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
266
273
|
"repo": "nuxt-community/axios-module",
|
|
267
|
-
"npm": "",
|
|
274
|
+
"npm": "@nuxtjs/axios",
|
|
268
275
|
"icon": "axios.svg",
|
|
269
276
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
270
277
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -287,7 +294,7 @@
|
|
|
287
294
|
"name": "basic-auth",
|
|
288
295
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
289
296
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
290
|
-
"npm": "",
|
|
297
|
+
"npm": "nuxt-basic-auth-module",
|
|
291
298
|
"icon": "",
|
|
292
299
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
293
300
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -305,34 +312,11 @@
|
|
|
305
312
|
"requires": {}
|
|
306
313
|
}
|
|
307
314
|
},
|
|
308
|
-
{
|
|
309
|
-
"name": "bigcommerce",
|
|
310
|
-
"description": "Easy BigCommerce integration for Nuxt.js",
|
|
311
|
-
"repo": "baroshem/nuxt-bigcommerce",
|
|
312
|
-
"npm": "",
|
|
313
|
-
"icon": "bigcommerce.svg",
|
|
314
|
-
"github": "https://github.com/baroshem/nuxt-bigcommerce",
|
|
315
|
-
"website": "https://nuxt-bigcommerce.vercel.app/",
|
|
316
|
-
"learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
|
|
317
|
-
"category": "Ecommerce",
|
|
318
|
-
"type": "3rd-party",
|
|
319
|
-
"maintainers": [
|
|
320
|
-
{
|
|
321
|
-
"name": "Jakub Andrzejewski",
|
|
322
|
-
"github": "Baroshem",
|
|
323
|
-
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
"compatibility": {
|
|
327
|
-
"nuxt": "^2.0.0",
|
|
328
|
-
"requires": {}
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
315
|
{
|
|
332
316
|
"name": "bootstrap",
|
|
333
317
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
334
318
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
335
|
-
"npm": "",
|
|
319
|
+
"npm": "bootstrap-vue",
|
|
336
320
|
"icon": "bootstrap.png",
|
|
337
321
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
338
322
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -364,7 +348,7 @@
|
|
|
364
348
|
"name": "browserconfig",
|
|
365
349
|
"description": "Adds XML browser configuration support",
|
|
366
350
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
367
|
-
"npm": "",
|
|
351
|
+
"npm": "@nuxtjs/browserconfig",
|
|
368
352
|
"icon": "",
|
|
369
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
370
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -387,7 +371,7 @@
|
|
|
387
371
|
"name": "buefy",
|
|
388
372
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
389
373
|
"repo": "buefy/nuxt-buefy",
|
|
390
|
-
"npm": "",
|
|
374
|
+
"npm": "nuxt-buefy",
|
|
391
375
|
"icon": "buefy.png",
|
|
392
376
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
393
377
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -407,9 +391,9 @@
|
|
|
407
391
|
},
|
|
408
392
|
{
|
|
409
393
|
"name": "bugsnag",
|
|
410
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
411
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
412
|
-
"npm": "",
|
|
396
|
+
"npm": "nuxt-bugsnag",
|
|
413
397
|
"icon": "bugsnag.png",
|
|
414
398
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
415
399
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -419,19 +403,22 @@
|
|
|
419
403
|
"maintainers": [
|
|
420
404
|
{
|
|
421
405
|
"name": "JulianMar",
|
|
422
|
-
"github": "JulianMar"
|
|
406
|
+
"github": "JulianMar",
|
|
407
|
+
"twitter": "julian_martin96"
|
|
423
408
|
}
|
|
424
409
|
],
|
|
425
410
|
"compatibility": {
|
|
426
|
-
"nuxt": "^2.0.0",
|
|
427
|
-
"requires": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
428
415
|
}
|
|
429
416
|
},
|
|
430
417
|
{
|
|
431
418
|
"name": "bulma-slim",
|
|
432
419
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
433
420
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
434
|
-
"npm": "",
|
|
421
|
+
"npm": "nuxt-bulma-slim",
|
|
435
422
|
"icon": "bulma.png",
|
|
436
423
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
437
424
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -453,7 +440,7 @@
|
|
|
453
440
|
"name": "bundle-buddy",
|
|
454
441
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
455
442
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
456
|
-
"npm": "",
|
|
443
|
+
"npm": "nuxt-bundle-buddy",
|
|
457
444
|
"icon": "",
|
|
458
445
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
459
446
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -473,9 +460,9 @@
|
|
|
473
460
|
},
|
|
474
461
|
{
|
|
475
462
|
"name": "canvas-sketch",
|
|
476
|
-
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
477
464
|
"repo": "LuXDAmore/generative-art",
|
|
478
|
-
"npm": "",
|
|
465
|
+
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
479
466
|
"icon": "",
|
|
480
467
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
481
468
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -498,7 +485,7 @@
|
|
|
498
485
|
"name": "chakra-ui",
|
|
499
486
|
"description": "Chakra UI Module for Nuxt.js",
|
|
500
487
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
501
|
-
"npm": "",
|
|
488
|
+
"npm": "@chakra-ui/nuxt",
|
|
502
489
|
"icon": "chakra-ui.png",
|
|
503
490
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
504
491
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -520,7 +507,7 @@
|
|
|
520
507
|
"name": "chiffre",
|
|
521
508
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
522
509
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
523
|
-
"npm": "",
|
|
510
|
+
"npm": "nuxt-chiffre",
|
|
524
511
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
525
512
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
526
513
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -542,7 +529,7 @@
|
|
|
542
529
|
"name": "client-init",
|
|
543
530
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
544
531
|
"repo": "potato4d/nuxt-client-init-module",
|
|
545
|
-
"npm": "",
|
|
532
|
+
"npm": "nuxt-client-init-module",
|
|
546
533
|
"icon": "",
|
|
547
534
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
548
535
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -564,7 +551,7 @@
|
|
|
564
551
|
"name": "cloudcms",
|
|
565
552
|
"description": "CloudCMS Nuxt.js Module",
|
|
566
553
|
"repo": "gitana/cloudcms-nuxt",
|
|
567
|
-
"npm": "",
|
|
554
|
+
"npm": "cloudcms-nuxt",
|
|
568
555
|
"icon": "",
|
|
569
556
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
570
557
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -586,7 +573,7 @@
|
|
|
586
573
|
"name": "cloudinary",
|
|
587
574
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
588
575
|
"repo": "nuxt-community/cloudinary-module",
|
|
589
|
-
"npm": "",
|
|
576
|
+
"npm": "@nuxtjs/cloudinary",
|
|
590
577
|
"icon": "cloudinary.png",
|
|
591
578
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
592
579
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -609,7 +596,7 @@
|
|
|
609
596
|
"name": "color-mode",
|
|
610
597
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
611
598
|
"repo": "nuxt-community/color-mode-module",
|
|
612
|
-
"npm": "",
|
|
599
|
+
"npm": "@nuxtjs/color-mode",
|
|
613
600
|
"icon": "color-mode.png",
|
|
614
601
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
615
602
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -624,7 +611,7 @@
|
|
|
624
611
|
}
|
|
625
612
|
],
|
|
626
613
|
"compatibility": {
|
|
627
|
-
"nuxt": "^2.0.0",
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
628
615
|
"requires": {
|
|
629
616
|
"bridge": "optional"
|
|
630
617
|
}
|
|
@@ -634,7 +621,7 @@
|
|
|
634
621
|
"name": "component-cache",
|
|
635
622
|
"description": "LRU component cache for vue components",
|
|
636
623
|
"repo": "nuxt-community/component-cache-module",
|
|
637
|
-
"npm": "",
|
|
624
|
+
"npm": "@nuxtjs/component-cache",
|
|
638
625
|
"icon": "",
|
|
639
626
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
640
627
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -657,7 +644,7 @@
|
|
|
657
644
|
"name": "composition-api",
|
|
658
645
|
"description": "Composition API hooks for Nuxt",
|
|
659
646
|
"repo": "nuxt-community/composition-api#main",
|
|
660
|
-
"npm": "",
|
|
647
|
+
"npm": "@nuxtjs/composition-api",
|
|
661
648
|
"icon": "composition-api.svg",
|
|
662
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
663
650
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -678,10 +665,10 @@
|
|
|
678
665
|
},
|
|
679
666
|
{
|
|
680
667
|
"name": "content",
|
|
681
|
-
"description": "
|
|
682
|
-
"repo": "nuxt/content#
|
|
683
|
-
"npm": "",
|
|
684
|
-
"icon": "
|
|
668
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
669
|
+
"repo": "nuxt/content#main",
|
|
670
|
+
"npm": "@nuxt/content",
|
|
671
|
+
"icon": "nuxt.png",
|
|
685
672
|
"github": "https://github.com/nuxt/content",
|
|
686
673
|
"website": "https://content.nuxtjs.org",
|
|
687
674
|
"learn_more": "",
|
|
@@ -689,9 +676,14 @@
|
|
|
689
676
|
"type": "official",
|
|
690
677
|
"maintainers": [
|
|
691
678
|
{
|
|
692
|
-
"name": "
|
|
693
|
-
"github": "
|
|
694
|
-
"twitter": "
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
695
687
|
},
|
|
696
688
|
{
|
|
697
689
|
"name": "Sebastien Chopin",
|
|
@@ -700,7 +692,7 @@
|
|
|
700
692
|
}
|
|
701
693
|
],
|
|
702
694
|
"compatibility": {
|
|
703
|
-
"nuxt": "^2.0.0",
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
704
696
|
"requires": {}
|
|
705
697
|
}
|
|
706
698
|
},
|
|
@@ -708,7 +700,7 @@
|
|
|
708
700
|
"name": "contentful",
|
|
709
701
|
"description": "nuxt contentful module",
|
|
710
702
|
"repo": "scaccogatto/contentful-module",
|
|
711
|
-
"npm": "",
|
|
703
|
+
"npm": "contentful-module",
|
|
712
704
|
"icon": "contentful.png",
|
|
713
705
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
714
706
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -730,7 +722,7 @@
|
|
|
730
722
|
"name": "custom-elements",
|
|
731
723
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
732
724
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
733
|
-
"npm": "",
|
|
725
|
+
"npm": "nuxt-custom-elements",
|
|
734
726
|
"icon": "custom-elements.png",
|
|
735
727
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
736
728
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -756,7 +748,7 @@
|
|
|
756
748
|
"name": "darkmode.js",
|
|
757
749
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
758
750
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
759
|
-
"npm": "",
|
|
751
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
760
752
|
"icon": "darkmode.png",
|
|
761
753
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
762
754
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -778,7 +770,7 @@
|
|
|
778
770
|
"name": "date-fns",
|
|
779
771
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
780
772
|
"repo": "nuxt-community/date-fns-module",
|
|
781
|
-
"npm": "",
|
|
773
|
+
"npm": "@nuxtjs/date-fns",
|
|
782
774
|
"icon": "date-fns.png",
|
|
783
775
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
784
776
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -796,11 +788,33 @@
|
|
|
796
788
|
"requires": {}
|
|
797
789
|
}
|
|
798
790
|
},
|
|
791
|
+
{
|
|
792
|
+
"name": "datocms",
|
|
793
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
794
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
+
"icon": "datocms.png",
|
|
797
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
|
+
"learn_more": "https://www.datocms.com/",
|
|
800
|
+
"category": "CMS",
|
|
801
|
+
"type": "3rd-party",
|
|
802
|
+
"maintainers": [
|
|
803
|
+
{
|
|
804
|
+
"name": "Frankwarnaar",
|
|
805
|
+
"github": "Frankwarnaar"
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
799
813
|
{
|
|
800
814
|
"name": "dayjs",
|
|
801
815
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
802
816
|
"repo": "nuxt-community/dayjs-module",
|
|
803
|
-
"npm": "",
|
|
817
|
+
"npm": "@nuxtjs/dayjs",
|
|
804
818
|
"icon": "day-js.png",
|
|
805
819
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
806
820
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -819,11 +833,34 @@
|
|
|
819
833
|
"requires": {}
|
|
820
834
|
}
|
|
821
835
|
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
858
|
+
},
|
|
822
859
|
{
|
|
823
860
|
"name": "device",
|
|
824
861
|
"description": "Device detection module for Nuxt.js",
|
|
825
862
|
"repo": "nuxt-community/device-module",
|
|
826
|
-
"npm": "",
|
|
863
|
+
"npm": "@nuxtjs/device",
|
|
827
864
|
"icon": "",
|
|
828
865
|
"github": "https://github.com/nuxt-community/device-module",
|
|
829
866
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -841,11 +878,36 @@
|
|
|
841
878
|
"requires": {}
|
|
842
879
|
}
|
|
843
880
|
},
|
|
881
|
+
{
|
|
882
|
+
"name": "directus",
|
|
883
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
884
|
+
"repo": "intevel/nuxt-directus",
|
|
885
|
+
"npm": "nuxt-directus",
|
|
886
|
+
"icon": "directus.svg",
|
|
887
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
888
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
889
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
890
|
+
"category": "CMS",
|
|
891
|
+
"type": "3rd-party",
|
|
892
|
+
"maintainers": [
|
|
893
|
+
{
|
|
894
|
+
"name": "Conner Bachmann",
|
|
895
|
+
"github": "intevel",
|
|
896
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
844
906
|
{
|
|
845
907
|
"name": "dotenv",
|
|
846
908
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
847
909
|
"repo": "nuxt-community/dotenv-module",
|
|
848
|
-
"npm": "",
|
|
910
|
+
"npm": "@nuxtjs/dotenv",
|
|
849
911
|
"icon": "dotenv.png",
|
|
850
912
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
851
913
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -867,7 +929,7 @@
|
|
|
867
929
|
"name": "drupal-ce",
|
|
868
930
|
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
869
931
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
870
|
-
"npm": "",
|
|
932
|
+
"npm": "nuxtjs-drupal-ce",
|
|
871
933
|
"icon": "drupal-ce.png",
|
|
872
934
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
873
935
|
"website": "https://stack.lupus.digital",
|
|
@@ -900,7 +962,7 @@
|
|
|
900
962
|
"name": "druxt",
|
|
901
963
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
902
964
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
903
|
-
"npm": "",
|
|
965
|
+
"npm": "druxt",
|
|
904
966
|
"icon": "druxt.svg",
|
|
905
967
|
"github": "https://github.com/druxt/druxt.js",
|
|
906
968
|
"website": "https://druxtjs.org",
|
|
@@ -922,7 +984,7 @@
|
|
|
922
984
|
"name": "emotion",
|
|
923
985
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
924
986
|
"repo": "nuxt-community/emotion-module",
|
|
925
|
-
"npm": "",
|
|
987
|
+
"npm": "@nuxtjs/emotion",
|
|
926
988
|
"icon": "emotion.png",
|
|
927
989
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
928
990
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -945,7 +1007,7 @@
|
|
|
945
1007
|
"name": "eslint",
|
|
946
1008
|
"description": "ESLint module for Nuxt.js",
|
|
947
1009
|
"repo": "nuxt-community/eslint-module",
|
|
948
|
-
"npm": "",
|
|
1010
|
+
"npm": "@nuxtjs/eslint-module",
|
|
949
1011
|
"icon": "eslint.png",
|
|
950
1012
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
951
1013
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -967,7 +1029,7 @@
|
|
|
967
1029
|
"name": "event-trace",
|
|
968
1030
|
"description": "Module for event trace in Nuxt.js",
|
|
969
1031
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
970
|
-
"npm": "",
|
|
1032
|
+
"npm": "nuxt-event-trace",
|
|
971
1033
|
"icon": "",
|
|
972
1034
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
973
1035
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -989,7 +1051,7 @@
|
|
|
989
1051
|
"name": "fathom",
|
|
990
1052
|
"description": "Fathom analytics for Nuxt",
|
|
991
1053
|
"repo": "yabhq/nuxt-fathom",
|
|
992
|
-
"npm": "",
|
|
1054
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
993
1055
|
"icon": "fathom.png",
|
|
994
1056
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
995
1057
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -1011,7 +1073,7 @@
|
|
|
1011
1073
|
"name": "feature-toggle",
|
|
1012
1074
|
"description": "Feature toggle module for Nuxt.js",
|
|
1013
1075
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1014
|
-
"npm": "",
|
|
1076
|
+
"npm": "nuxt-feature-toggle",
|
|
1015
1077
|
"icon": "",
|
|
1016
1078
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
1017
1079
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -1031,9 +1093,9 @@
|
|
|
1031
1093
|
},
|
|
1032
1094
|
{
|
|
1033
1095
|
"name": "feed",
|
|
1034
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1035
1097
|
"repo": "nuxt-community/feed-module",
|
|
1036
|
-
"npm": "",
|
|
1098
|
+
"npm": "@nuxtjs/feed",
|
|
1037
1099
|
"icon": "",
|
|
1038
1100
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
1039
1101
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -1055,8 +1117,8 @@
|
|
|
1055
1117
|
{
|
|
1056
1118
|
"name": "firebase",
|
|
1057
1119
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1058
|
-
"repo": "nuxt-community/firebase-module",
|
|
1059
|
-
"npm": "",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1121
|
+
"npm": "@nuxtjs/firebase",
|
|
1060
1122
|
"icon": "firebase.png",
|
|
1061
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1062
1124
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1078,7 +1140,7 @@
|
|
|
1078
1140
|
"name": "floating-prompt-module",
|
|
1079
1141
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1080
1142
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1081
|
-
"npm": "",
|
|
1143
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1082
1144
|
"icon": "",
|
|
1083
1145
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1084
1146
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -1100,7 +1162,7 @@
|
|
|
1100
1162
|
"name": "font-loader-strategy",
|
|
1101
1163
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
1102
1164
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1103
|
-
"npm": "",
|
|
1165
|
+
"npm": "nuxt-font-loader-strategy",
|
|
1104
1166
|
"icon": "",
|
|
1105
1167
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1106
1168
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -1122,7 +1184,7 @@
|
|
|
1122
1184
|
"name": "fontagon",
|
|
1123
1185
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1124
1186
|
"repo": "kdydesign/nuxt-fontagon",
|
|
1125
|
-
"npm": "",
|
|
1187
|
+
"npm": "nuxt-fontagon",
|
|
1126
1188
|
"icon": "fontagon.png",
|
|
1127
1189
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1128
1190
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -1144,7 +1206,7 @@
|
|
|
1144
1206
|
"name": "fontawesome",
|
|
1145
1207
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
1146
1208
|
"repo": "nuxt-community/fontawesome-module",
|
|
1147
|
-
"npm": "",
|
|
1209
|
+
"npm": "@nuxtjs/fontawesome",
|
|
1148
1210
|
"icon": "font-awesome.png",
|
|
1149
1211
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
1150
1212
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -1162,11 +1224,39 @@
|
|
|
1162
1224
|
"requires": {}
|
|
1163
1225
|
}
|
|
1164
1226
|
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "formkit",
|
|
1229
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1232
|
+
"icon": "formkit.png",
|
|
1233
|
+
"github": "https://github.com/formkit/formkit",
|
|
1234
|
+
"website": "https://formkit.com",
|
|
1235
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Justin Schroeder",
|
|
1241
|
+
"github": "justin-schroeder",
|
|
1242
|
+
"twitter": "jpschroeder"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Andrew Boyd",
|
|
1246
|
+
"github": "andrew-boyd",
|
|
1247
|
+
"twitter": "0xBOYD"
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1165
1255
|
{
|
|
1166
1256
|
"name": "fullpage",
|
|
1167
1257
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
1168
1258
|
"repo": "vaso2/fullpage-nuxt",
|
|
1169
|
-
"npm": "",
|
|
1259
|
+
"npm": "fullpage-nuxt",
|
|
1170
1260
|
"icon": "",
|
|
1171
1261
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
1172
1262
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -1188,7 +1278,7 @@
|
|
|
1188
1278
|
"name": "github-api",
|
|
1189
1279
|
"description": "Nuxt module for GitHub v4 API",
|
|
1190
1280
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1191
|
-
"npm": "",
|
|
1281
|
+
"npm": "nuxt-github-api",
|
|
1192
1282
|
"icon": "github.svg",
|
|
1193
1283
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1194
1284
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -1210,7 +1300,7 @@
|
|
|
1210
1300
|
"name": "google-adsense",
|
|
1211
1301
|
"description": "Google Adsense Module for Nuxt.js",
|
|
1212
1302
|
"repo": "nuxt-community/google-adsense-module",
|
|
1213
|
-
"npm": "",
|
|
1303
|
+
"npm": "@nuxtjs/google-adsense",
|
|
1214
1304
|
"icon": "google-adsense.png",
|
|
1215
1305
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
1216
1306
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -1232,7 +1322,7 @@
|
|
|
1232
1322
|
"name": "google-analytics",
|
|
1233
1323
|
"description": "Google analytics Module for Nuxt.js",
|
|
1234
1324
|
"repo": "nuxt-community/analytics-module",
|
|
1235
|
-
"npm": "",
|
|
1325
|
+
"npm": "@nuxtjs/google-analytics",
|
|
1236
1326
|
"icon": "google-analytics.png",
|
|
1237
1327
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
1238
1328
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -1264,7 +1354,7 @@
|
|
|
1264
1354
|
"name": "google-fonts",
|
|
1265
1355
|
"description": "Google Fonts module for NuxtJS",
|
|
1266
1356
|
"repo": "nuxt-community/google-fonts-module",
|
|
1267
|
-
"npm": "",
|
|
1357
|
+
"npm": "@nuxtjs/google-fonts",
|
|
1268
1358
|
"icon": "google-fonts.png",
|
|
1269
1359
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1270
1360
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1278,15 +1368,17 @@
|
|
|
1278
1368
|
}
|
|
1279
1369
|
],
|
|
1280
1370
|
"compatibility": {
|
|
1281
|
-
"nuxt": "^2.0.0",
|
|
1282
|
-
"requires": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1283
1375
|
}
|
|
1284
1376
|
},
|
|
1285
1377
|
{
|
|
1286
1378
|
"name": "google-gtag",
|
|
1287
1379
|
"description": "Google GTag for Nuxt.js",
|
|
1288
1380
|
"repo": "nuxt-community/google-gtag",
|
|
1289
|
-
"npm": "",
|
|
1381
|
+
"npm": "@nuxtjs/google-gtag",
|
|
1290
1382
|
"icon": "gtm.png",
|
|
1291
1383
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1292
1384
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1312,7 +1404,7 @@
|
|
|
1312
1404
|
"name": "google-optimize",
|
|
1313
1405
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1314
1406
|
"repo": "nuxt-community/google-optimize-module",
|
|
1315
|
-
"npm": "",
|
|
1407
|
+
"npm": "nuxt-google-optimize",
|
|
1316
1408
|
"icon": "google-optimize.png",
|
|
1317
1409
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1318
1410
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1341,11 +1433,33 @@
|
|
|
1341
1433
|
"requires": {}
|
|
1342
1434
|
}
|
|
1343
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "graphql-client",
|
|
1438
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1439
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1440
|
+
"npm": "nuxt-graphql-client",
|
|
1441
|
+
"icon": "graphql-client.svg",
|
|
1442
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1443
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1444
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1445
|
+
"category": "Request",
|
|
1446
|
+
"type": "3rd-party",
|
|
1447
|
+
"maintainers": [
|
|
1448
|
+
{
|
|
1449
|
+
"name": "Diizzayy",
|
|
1450
|
+
"github": "diizzayy"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"nuxt": "^3.0.0",
|
|
1455
|
+
"requires": {}
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1344
1458
|
{
|
|
1345
1459
|
"name": "graphql-request",
|
|
1346
1460
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1347
1461
|
"repo": "gomah/nuxt-graphql-request",
|
|
1348
|
-
"npm": "",
|
|
1462
|
+
"npm": "nuxt-graphql-request",
|
|
1349
1463
|
"icon": "graphql-request.png",
|
|
1350
1464
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1351
1465
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1367,7 +1481,7 @@
|
|
|
1367
1481
|
"name": "gtm",
|
|
1368
1482
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1369
1483
|
"repo": "nuxt-community/gtm-module",
|
|
1370
|
-
"npm": "",
|
|
1484
|
+
"npm": "@nuxtjs/gtm",
|
|
1371
1485
|
"icon": "gtm.png",
|
|
1372
1486
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1373
1487
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1390,7 +1504,7 @@
|
|
|
1390
1504
|
"name": "guess",
|
|
1391
1505
|
"description": "Guess.js module for Nuxt.js",
|
|
1392
1506
|
"repo": "nuxt-community/guess-module",
|
|
1393
|
-
"npm": "",
|
|
1507
|
+
"npm": "@nuxtjs/guess-module",
|
|
1394
1508
|
"icon": "guessjs.png",
|
|
1395
1509
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1396
1510
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1408,11 +1522,34 @@
|
|
|
1408
1522
|
"requires": {}
|
|
1409
1523
|
}
|
|
1410
1524
|
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "harlem",
|
|
1527
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1529
|
+
"npm": "@nuxtjs/harlem",
|
|
1530
|
+
"icon": "harlem.svg",
|
|
1531
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1532
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1533
|
+
"learn_more": "https://harlemjs.com/",
|
|
1534
|
+
"category": "Extensions",
|
|
1535
|
+
"type": "community",
|
|
1536
|
+
"maintainers": [
|
|
1537
|
+
{
|
|
1538
|
+
"name": "Daniel Roe",
|
|
1539
|
+
"github": "danielroe",
|
|
1540
|
+
"twitter": "danielcroe"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"compatibility": {
|
|
1544
|
+
"nuxt": "^3.0.0",
|
|
1545
|
+
"requires": {}
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1411
1548
|
{
|
|
1412
1549
|
"name": "headway",
|
|
1413
1550
|
"description": "Headway changelog widget for Nuxt",
|
|
1414
1551
|
"repo": "l-portet/nuxt-headway",
|
|
1415
|
-
"npm": "",
|
|
1552
|
+
"npm": "nuxt-headway",
|
|
1416
1553
|
"icon": "headway.png",
|
|
1417
1554
|
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1418
1555
|
"website": "https://nuxt-headway.netlify.app/",
|
|
@@ -1435,7 +1572,7 @@
|
|
|
1435
1572
|
"name": "helmet",
|
|
1436
1573
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1437
1574
|
"repo": "victor-perez/nuxt-helmet",
|
|
1438
|
-
"npm": "",
|
|
1575
|
+
"npm": "nuxt-helmet",
|
|
1439
1576
|
"icon": "",
|
|
1440
1577
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1441
1578
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1457,7 +1594,7 @@
|
|
|
1457
1594
|
"name": "highcharts",
|
|
1458
1595
|
"description": "Highcharts for Nuxt",
|
|
1459
1596
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1460
|
-
"npm": "",
|
|
1597
|
+
"npm": "nuxt-highcharts",
|
|
1461
1598
|
"icon": "",
|
|
1462
1599
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1463
1600
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1479,7 +1616,7 @@
|
|
|
1479
1616
|
"name": "history-state",
|
|
1480
1617
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1481
1618
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1482
|
-
"npm": "",
|
|
1619
|
+
"npm": "nuxt-history-state",
|
|
1483
1620
|
"icon": "",
|
|
1484
1621
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1485
1622
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1501,7 +1638,7 @@
|
|
|
1501
1638
|
"name": "html-minifier",
|
|
1502
1639
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1503
1640
|
"repo": "nuxt-community/html-minifier-module",
|
|
1504
|
-
"npm": "",
|
|
1641
|
+
"npm": "@nuxtjs/html-minifier",
|
|
1505
1642
|
"icon": "",
|
|
1506
1643
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1507
1644
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1522,10 +1659,10 @@
|
|
|
1522
1659
|
{
|
|
1523
1660
|
"name": "html-validator",
|
|
1524
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1525
|
-
"repo": "nuxt-
|
|
1526
|
-
"npm": "",
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1663
|
+
"npm": "@nuxtjs/html-validator",
|
|
1527
1664
|
"icon": "html-validator.png",
|
|
1528
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1529
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1530
1667
|
"learn_more": "https://html-validate.org",
|
|
1531
1668
|
"category": "Performance",
|
|
@@ -1546,7 +1683,7 @@
|
|
|
1546
1683
|
"name": "http",
|
|
1547
1684
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1548
1685
|
"repo": "nuxt/http",
|
|
1549
|
-
"npm": "",
|
|
1686
|
+
"npm": "@nuxt/http",
|
|
1550
1687
|
"icon": "http.png",
|
|
1551
1688
|
"github": "https://github.com/nuxt/http",
|
|
1552
1689
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1574,7 +1711,7 @@
|
|
|
1574
1711
|
"name": "humans-txt",
|
|
1575
1712
|
"description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1576
1713
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1577
|
-
"npm": "",
|
|
1714
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1578
1715
|
"icon": "",
|
|
1579
1716
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1580
1717
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
@@ -1597,7 +1734,7 @@
|
|
|
1597
1734
|
"name": "i18n",
|
|
1598
1735
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1599
1736
|
"repo": "nuxt-community/i18n-module",
|
|
1600
|
-
"npm": "",
|
|
1737
|
+
"npm": "nuxt-i18n",
|
|
1601
1738
|
"icon": "i18n.png",
|
|
1602
1739
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1603
1740
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1619,11 +1756,33 @@
|
|
|
1619
1756
|
"requires": {}
|
|
1620
1757
|
}
|
|
1621
1758
|
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icons",
|
|
1761
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1762
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1763
|
+
"npm": "nuxt-icons",
|
|
1764
|
+
"icon": "icons.png",
|
|
1765
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1766
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "3rd-party",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Sebastian Wludzik",
|
|
1773
|
+
"github": "gitfoxcode"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1622
1781
|
{
|
|
1623
1782
|
"name": "image-loader",
|
|
1624
1783
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1625
1784
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1626
|
-
"npm": "",
|
|
1785
|
+
"npm": "@pivale/nuxt-image-loader-module",
|
|
1627
1786
|
"icon": "",
|
|
1628
1787
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1629
1788
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1645,7 +1804,7 @@
|
|
|
1645
1804
|
"name": "image",
|
|
1646
1805
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1647
1806
|
"repo": "nuxt/image",
|
|
1648
|
-
"npm": "",
|
|
1807
|
+
"npm": "@nuxt/image",
|
|
1649
1808
|
"icon": "image.png",
|
|
1650
1809
|
"github": "https://github.com/nuxt/image",
|
|
1651
1810
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1680,7 +1839,7 @@
|
|
|
1680
1839
|
"name": "imagemin",
|
|
1681
1840
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1682
1841
|
"repo": "nuxt-community/imagemin-module",
|
|
1683
|
-
"npm": "",
|
|
1842
|
+
"npm": "@nuxtjs/imagemin",
|
|
1684
1843
|
"icon": "imagemin.png",
|
|
1685
1844
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1686
1845
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1698,11 +1857,36 @@
|
|
|
1698
1857
|
"requires": {}
|
|
1699
1858
|
}
|
|
1700
1859
|
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "inkline",
|
|
1862
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1863
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1864
|
+
"npm": "@inkline/nuxt",
|
|
1865
|
+
"icon": "inkline.svg",
|
|
1866
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1867
|
+
"website": "https://inkline.io",
|
|
1868
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1869
|
+
"category": "UI",
|
|
1870
|
+
"type": "3rd-party",
|
|
1871
|
+
"maintainers": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "Alex Grozav",
|
|
1874
|
+
"github": "alexgrozav",
|
|
1875
|
+
"twitter": "alexgrozav"
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
|
+
"requires": {
|
|
1881
|
+
"bridge": true
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1701
1885
|
{
|
|
1702
1886
|
"name": "intercom",
|
|
1703
1887
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1704
1888
|
"repo": "hex-digital/nuxt-intercom",
|
|
1705
|
-
"npm": "",
|
|
1889
|
+
"npm": "@hexdigital/nuxt-intercom",
|
|
1706
1890
|
"icon": "intercom.png",
|
|
1707
1891
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1708
1892
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1720,11 +1904,34 @@
|
|
|
1720
1904
|
"requires": {}
|
|
1721
1905
|
}
|
|
1722
1906
|
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "ionic",
|
|
1909
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1911
|
+
"npm": "nuxt-ionic",
|
|
1912
|
+
"icon": "ionic.svg",
|
|
1913
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1914
|
+
"website": "https://ionic.roe.dev",
|
|
1915
|
+
"learn_more": "https://ionicframework.com",
|
|
1916
|
+
"category": "Libraries",
|
|
1917
|
+
"type": "3rd-party",
|
|
1918
|
+
"maintainers": [
|
|
1919
|
+
{
|
|
1920
|
+
"name": "Daniel Roe",
|
|
1921
|
+
"github": "danielroe",
|
|
1922
|
+
"twitter": "danielcroe"
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"compatibility": {
|
|
1926
|
+
"nuxt": "^3.0.0",
|
|
1927
|
+
"requires": {}
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1723
1930
|
{
|
|
1724
1931
|
"name": "jsonapi",
|
|
1725
1932
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1726
1933
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1727
|
-
"npm": "",
|
|
1934
|
+
"npm": "nuxt-jsonapi",
|
|
1728
1935
|
"icon": "jsonapi.svg",
|
|
1729
1936
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1730
1937
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1746,7 +1953,7 @@
|
|
|
1746
1953
|
"name": "kentico-kontent",
|
|
1747
1954
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1748
1955
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1749
|
-
"npm": "",
|
|
1956
|
+
"npm": "kentico-kontent-nuxt-module",
|
|
1750
1957
|
"icon": "",
|
|
1751
1958
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1752
1959
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1764,11 +1971,35 @@
|
|
|
1764
1971
|
"requires": {}
|
|
1765
1972
|
}
|
|
1766
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "kql",
|
|
1976
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1977
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1978
|
+
"npm": "nuxt-kql",
|
|
1979
|
+
"icon": "kql.svg",
|
|
1980
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1981
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1982
|
+
"learn_more": "",
|
|
1983
|
+
"category": "CMS",
|
|
1984
|
+
"type": "3rd-party",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "Johann Schopplich",
|
|
1988
|
+
"github": "johannschopplich",
|
|
1989
|
+
"twitter": "jschopplich",
|
|
1990
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^3.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1767
1998
|
{
|
|
1768
1999
|
"name": "laravel-echo",
|
|
1769
2000
|
"description": "Laravel Echo for Nuxt.js",
|
|
1770
2001
|
"repo": "nuxt-community/laravel-echo",
|
|
1771
|
-
"npm": "",
|
|
2002
|
+
"npm": "@nuxtjs/laravel-echo",
|
|
1772
2003
|
"icon": "laravel-echo.png",
|
|
1773
2004
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1774
2005
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1790,7 +2021,7 @@
|
|
|
1790
2021
|
"name": "laravel-nuxt",
|
|
1791
2022
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1792
2023
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1793
|
-
"npm": "",
|
|
2024
|
+
"npm": "laravel-nuxt",
|
|
1794
2025
|
"icon": "",
|
|
1795
2026
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1796
2027
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1812,7 +2043,7 @@
|
|
|
1812
2043
|
"name": "laravel",
|
|
1813
2044
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1814
2045
|
"repo": "m2sd/nuxt-laravel",
|
|
1815
|
-
"npm": "",
|
|
2046
|
+
"npm": "nuxt-laravel",
|
|
1816
2047
|
"icon": "laravel.png",
|
|
1817
2048
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1818
2049
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1834,7 +2065,7 @@
|
|
|
1834
2065
|
"name": "leaflet",
|
|
1835
2066
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1836
2067
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1837
|
-
"npm": "",
|
|
2068
|
+
"npm": "nuxt-leaflet",
|
|
1838
2069
|
"icon": "leaflet.png",
|
|
1839
2070
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1840
2071
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1856,7 +2087,7 @@
|
|
|
1856
2087
|
"name": "localforage",
|
|
1857
2088
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1858
2089
|
"repo": "nuxt-community/localforage-module",
|
|
1859
|
-
"npm": "",
|
|
2090
|
+
"npm": "@nuxtjs/localforage",
|
|
1860
2091
|
"icon": "",
|
|
1861
2092
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1862
2093
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -1883,7 +2114,7 @@
|
|
|
1883
2114
|
"name": "localtunnel",
|
|
1884
2115
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
1885
2116
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
1886
|
-
"npm": "",
|
|
2117
|
+
"npm": "@nuxtjs/localtunnel",
|
|
1887
2118
|
"icon": "localtunnel.png",
|
|
1888
2119
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
1889
2120
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -1902,11 +2133,33 @@
|
|
|
1902
2133
|
"requires": {}
|
|
1903
2134
|
}
|
|
1904
2135
|
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "lodash",
|
|
2138
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2139
|
+
"repo": "cipami/nuxt-lodash",
|
|
2140
|
+
"npm": "nuxt-lodash",
|
|
2141
|
+
"icon": "lodash.svg",
|
|
2142
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2143
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2144
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2145
|
+
"category": "Libraries",
|
|
2146
|
+
"type": "3rd-party",
|
|
2147
|
+
"maintainers": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "Michal Čípa",
|
|
2150
|
+
"github": "cipami"
|
|
2151
|
+
}
|
|
2152
|
+
],
|
|
2153
|
+
"compatibility": {
|
|
2154
|
+
"nuxt": "^3.0.0",
|
|
2155
|
+
"requires": {}
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
1905
2158
|
{
|
|
1906
2159
|
"name": "logrocket",
|
|
1907
2160
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
1908
2161
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
1909
|
-
"npm": "",
|
|
2162
|
+
"npm": "nuxt-logrocket",
|
|
1910
2163
|
"icon": "logrocket.png",
|
|
1911
2164
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
1912
2165
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -1929,7 +2182,7 @@
|
|
|
1929
2182
|
"name": "lunr",
|
|
1930
2183
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
1931
2184
|
"repo": "nuxt-community/lunr-module",
|
|
1932
|
-
"npm": "",
|
|
2185
|
+
"npm": "@nuxtjs/lunr-module",
|
|
1933
2186
|
"icon": "",
|
|
1934
2187
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
1935
2188
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -1947,11 +2200,34 @@
|
|
|
1947
2200
|
"requires": {}
|
|
1948
2201
|
}
|
|
1949
2202
|
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "magic-regexp",
|
|
2205
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2206
|
+
"repo": "danielroe/magic-regexp",
|
|
2207
|
+
"npm": "magic-regexp",
|
|
2208
|
+
"icon": "magic-regexp.svg",
|
|
2209
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2210
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2211
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2212
|
+
"category": "Libraries",
|
|
2213
|
+
"type": "3rd-party",
|
|
2214
|
+
"maintainers": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "Daniel Roe",
|
|
2217
|
+
"github": "danielroe",
|
|
2218
|
+
"twitter": "danielcroe"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^3.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
1950
2226
|
{
|
|
1951
2227
|
"name": "markdownit",
|
|
1952
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1953
2229
|
"repo": "nuxt-community/markdownit-module",
|
|
1954
|
-
"npm": "",
|
|
2230
|
+
"npm": "@nuxtjs/markdownit",
|
|
1955
2231
|
"icon": "",
|
|
1956
2232
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1957
2233
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1974,7 +2250,7 @@
|
|
|
1974
2250
|
"name": "matomo",
|
|
1975
2251
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
1976
2252
|
"repo": "pimlie/nuxt-matomo",
|
|
1977
|
-
"npm": "",
|
|
2253
|
+
"npm": "nuxt-matomo",
|
|
1978
2254
|
"icon": "matomo.png",
|
|
1979
2255
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
1980
2256
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -1996,7 +2272,7 @@
|
|
|
1996
2272
|
"name": "mdx",
|
|
1997
2273
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1998
2274
|
"repo": "nuxt-community/mdx-module",
|
|
1999
|
-
"npm": "",
|
|
2275
|
+
"npm": "@nuxtjs/mdx",
|
|
2000
2276
|
"icon": "mdx.png",
|
|
2001
2277
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
2002
2278
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -2015,11 +2291,36 @@
|
|
|
2015
2291
|
"requires": {}
|
|
2016
2292
|
}
|
|
2017
2293
|
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "meilisearch",
|
|
2296
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2297
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2298
|
+
"npm": "nuxt-meilisearch",
|
|
2299
|
+
"icon": "meilisearch.svg",
|
|
2300
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2301
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2302
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2303
|
+
"category": "Libraries",
|
|
2304
|
+
"type": "3rd-party",
|
|
2305
|
+
"maintainers": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "Alex Duval",
|
|
2308
|
+
"github": "xlanex6",
|
|
2309
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"compatibility": {
|
|
2313
|
+
"nuxt": "^3.0.0",
|
|
2314
|
+
"requires": {
|
|
2315
|
+
"bridge": false
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2018
2319
|
{
|
|
2019
2320
|
"name": "memwatch",
|
|
2020
2321
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
2021
2322
|
"repo": "pimlie/nuxt-memwatch",
|
|
2022
|
-
"npm": "",
|
|
2323
|
+
"npm": "nuxt-memwatch",
|
|
2023
2324
|
"icon": "",
|
|
2024
2325
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
2025
2326
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -2041,7 +2342,7 @@
|
|
|
2041
2342
|
"name": "mobile",
|
|
2042
2343
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2043
2344
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2044
|
-
"npm": "",
|
|
2345
|
+
"npm": "nuxt-mobile",
|
|
2045
2346
|
"icon": "",
|
|
2046
2347
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2047
2348
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -2063,7 +2364,7 @@
|
|
|
2063
2364
|
"name": "moment",
|
|
2064
2365
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2065
2366
|
"repo": "nuxt-community/moment-module",
|
|
2066
|
-
"npm": "",
|
|
2367
|
+
"npm": "@nuxtjs/moment",
|
|
2067
2368
|
"icon": "momentjs.png",
|
|
2068
2369
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2069
2370
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2090,7 +2391,7 @@
|
|
|
2090
2391
|
"name": "mq",
|
|
2091
2392
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2092
2393
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2093
|
-
"npm": "",
|
|
2394
|
+
"npm": "nuxt-mq",
|
|
2094
2395
|
"icon": "",
|
|
2095
2396
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2096
2397
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -2112,7 +2413,7 @@
|
|
|
2112
2413
|
"name": "neo",
|
|
2113
2414
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
2114
2415
|
"repo": "ezypeeze/nuxt-neo",
|
|
2115
|
-
"npm": "",
|
|
2416
|
+
"npm": "nuxt-neo",
|
|
2116
2417
|
"icon": "",
|
|
2117
2418
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
2118
2419
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -2134,7 +2435,7 @@
|
|
|
2134
2435
|
"name": "netlify-cache",
|
|
2135
2436
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
2136
2437
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2137
|
-
"npm": "",
|
|
2438
|
+
"npm": "nuxt-netlify-cache",
|
|
2138
2439
|
"icon": "netlify.png",
|
|
2139
2440
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
2140
2441
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -2156,7 +2457,7 @@
|
|
|
2156
2457
|
"name": "netlify-files",
|
|
2157
2458
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
2158
2459
|
"repo": "nuxt-community/netlify-files-module",
|
|
2159
|
-
"npm": "",
|
|
2460
|
+
"npm": "@nuxtjs/netlify-files",
|
|
2160
2461
|
"icon": "netlify.png",
|
|
2161
2462
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
2162
2463
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -2179,7 +2480,7 @@
|
|
|
2179
2480
|
"name": "netlify",
|
|
2180
2481
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
2181
2482
|
"repo": "bazzite/nuxt-netlify",
|
|
2182
|
-
"npm": "",
|
|
2483
|
+
"npm": "@aceforth/nuxt-netlify",
|
|
2183
2484
|
"icon": "netlify.png",
|
|
2184
2485
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
2185
2486
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -2201,7 +2502,7 @@
|
|
|
2201
2502
|
"name": "ngrok",
|
|
2202
2503
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
2203
2504
|
"repo": "nuxt-community/ngrok",
|
|
2204
|
-
"npm": "",
|
|
2505
|
+
"npm": "@nuxtjs/ngrok",
|
|
2205
2506
|
"icon": "ngrok.png",
|
|
2206
2507
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2207
2508
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -2229,7 +2530,7 @@
|
|
|
2229
2530
|
"name": "notion",
|
|
2230
2531
|
"description": "Vue renderer for Notion pages",
|
|
2231
2532
|
"repo": "janniks/vue-notion",
|
|
2232
|
-
"npm": "",
|
|
2533
|
+
"npm": "vue-notion",
|
|
2233
2534
|
"icon": "notion.svg",
|
|
2234
2535
|
"github": "https://github.com/janniks/vue-notion",
|
|
2235
2536
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -2251,7 +2552,7 @@
|
|
|
2251
2552
|
"name": "nuxt-hue",
|
|
2252
2553
|
"description": "Enlighten your Nuxt experience",
|
|
2253
2554
|
"repo": "lihbr/nuxt-hue",
|
|
2254
|
-
"npm": "",
|
|
2555
|
+
"npm": "nuxt-hue",
|
|
2255
2556
|
"icon": "nuxt-hue.svg",
|
|
2256
2557
|
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2257
2558
|
"website": "https://github.com/lihbr/nuxt-hue",
|
|
@@ -2271,11 +2572,33 @@
|
|
|
2271
2572
|
}
|
|
2272
2573
|
}
|
|
2273
2574
|
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "nuxt-pino-log",
|
|
2577
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2578
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2579
|
+
"npm": "nuxt-pino-log",
|
|
2580
|
+
"icon": "",
|
|
2581
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2582
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2583
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2584
|
+
"category": "Monitoring",
|
|
2585
|
+
"type": "3rd-party",
|
|
2586
|
+
"maintainers": [
|
|
2587
|
+
{
|
|
2588
|
+
"name": "kpn",
|
|
2589
|
+
"github": "kpn"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
2593
|
+
"nuxt": "^2.0.0",
|
|
2594
|
+
"requires": {}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2274
2597
|
{
|
|
2275
2598
|
"name": "nuxt-png-to-ico",
|
|
2276
2599
|
"description": "Nuxt.js module for auto generating favicons",
|
|
2277
2600
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2278
|
-
"npm": "",
|
|
2601
|
+
"npm": "nuxt-png-to-ico",
|
|
2279
2602
|
"icon": "",
|
|
2280
2603
|
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2281
2604
|
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
@@ -2298,7 +2621,7 @@
|
|
|
2298
2621
|
"name": "nuxt-smartlook",
|
|
2299
2622
|
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2300
2623
|
"repo": "f00b4r/nuxt-smartlook",
|
|
2301
|
-
"npm": "",
|
|
2624
|
+
"npm": "nuxt-smartlook",
|
|
2302
2625
|
"icon": "nuxt-smartlook.png",
|
|
2303
2626
|
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2304
2627
|
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
@@ -2318,11 +2641,55 @@
|
|
|
2318
2641
|
"requires": {}
|
|
2319
2642
|
}
|
|
2320
2643
|
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "nuxt-svgo",
|
|
2646
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2647
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2648
|
+
"npm": "nuxt-svgo",
|
|
2649
|
+
"icon": "",
|
|
2650
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2651
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2652
|
+
"learn_more": "",
|
|
2653
|
+
"category": "Images",
|
|
2654
|
+
"type": "3rd-party",
|
|
2655
|
+
"maintainers": [
|
|
2656
|
+
{
|
|
2657
|
+
"name": "cpsoinos",
|
|
2658
|
+
"github": "cpsoinos"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^3.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "nuxt-unleash",
|
|
2668
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2669
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2670
|
+
"npm": "nuxt-unleash",
|
|
2671
|
+
"icon": "nuxt-unleash.svg",
|
|
2672
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2673
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2674
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2675
|
+
"category": "Deployment",
|
|
2676
|
+
"type": "3rd-party",
|
|
2677
|
+
"maintainers": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "Juanjo Conejerock",
|
|
2680
|
+
"github": "conejerock"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^2.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2321
2688
|
{
|
|
2322
2689
|
"name": "nuxt-use-motion",
|
|
2323
2690
|
"description": "A Nuxt module putting your components in motion",
|
|
2324
2691
|
"repo": "Tahul/nuxt-use-motion",
|
|
2325
|
-
"npm": "",
|
|
2692
|
+
"npm": "nuxt-use-motion",
|
|
2326
2693
|
"icon": "nuxt-use-motion.svg",
|
|
2327
2694
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2328
2695
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -2344,7 +2711,7 @@
|
|
|
2344
2711
|
"name": "nuxt-use-sound",
|
|
2345
2712
|
"description": "A Nuxt module for playing sound effects.",
|
|
2346
2713
|
"repo": "Tahul/nuxt-use-sound",
|
|
2347
|
-
"npm": "",
|
|
2714
|
+
"npm": "nuxt-use-sound",
|
|
2348
2715
|
"icon": "nuxt-use-sound.svg",
|
|
2349
2716
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2350
2717
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -2366,7 +2733,7 @@
|
|
|
2366
2733
|
"name": "nuxt-viewport",
|
|
2367
2734
|
"description": "Define custom viewports for your Nuxt project",
|
|
2368
2735
|
"repo": "mvrlin/nuxt-viewport",
|
|
2369
|
-
"npm": "",
|
|
2736
|
+
"npm": "nuxt-viewport",
|
|
2370
2737
|
"icon": "nuxt-viewport.svg",
|
|
2371
2738
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2372
2739
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -2388,7 +2755,7 @@
|
|
|
2388
2755
|
"name": "nuxt7",
|
|
2389
2756
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2390
2757
|
"repo": "nuxt-community/nuxt7",
|
|
2391
|
-
"npm": "",
|
|
2758
|
+
"npm": "nuxt7",
|
|
2392
2759
|
"icon": "",
|
|
2393
2760
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2394
2761
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -2411,7 +2778,7 @@
|
|
|
2411
2778
|
"name": "onesignal",
|
|
2412
2779
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
2413
2780
|
"repo": "nuxt-community/onesignal-module",
|
|
2414
|
-
"npm": "",
|
|
2781
|
+
"npm": "@nuxtjs/onesignal",
|
|
2415
2782
|
"icon": "one-signal.png",
|
|
2416
2783
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
2417
2784
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -2434,7 +2801,7 @@
|
|
|
2434
2801
|
"name": "optimized-images",
|
|
2435
2802
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
2436
2803
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
2437
|
-
"npm": "",
|
|
2804
|
+
"npm": "@aceforth/nuxt-optimized-images",
|
|
2438
2805
|
"icon": "",
|
|
2439
2806
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
2440
2807
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -2457,7 +2824,7 @@
|
|
|
2457
2824
|
"name": "page-generator-helper",
|
|
2458
2825
|
"description": "Generate your pages statically without using payload extractors.",
|
|
2459
2826
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2460
|
-
"npm": "",
|
|
2827
|
+
"npm": "nuxt-page-generator-helper",
|
|
2461
2828
|
"icon": "",
|
|
2462
2829
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2463
2830
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -2479,7 +2846,7 @@
|
|
|
2479
2846
|
"name": "parse",
|
|
2480
2847
|
"description": "Parse package for Nuxt.js",
|
|
2481
2848
|
"repo": "cierrateam/nuxt-parse",
|
|
2482
|
-
"npm": "",
|
|
2849
|
+
"npm": "nuxt-parse",
|
|
2483
2850
|
"icon": "",
|
|
2484
2851
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
2485
2852
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -2497,11 +2864,36 @@
|
|
|
2497
2864
|
"requires": {}
|
|
2498
2865
|
}
|
|
2499
2866
|
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "partytown",
|
|
2869
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2870
|
+
"repo": "nuxt-modules/partytown",
|
|
2871
|
+
"npm": "@nuxtjs/partytown",
|
|
2872
|
+
"icon": "partytown.svg",
|
|
2873
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2874
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2875
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2876
|
+
"category": "Performance",
|
|
2877
|
+
"type": "community",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "Daniel Roe",
|
|
2881
|
+
"github": "danielroe",
|
|
2882
|
+
"twitter": "danielcroe"
|
|
2883
|
+
}
|
|
2884
|
+
],
|
|
2885
|
+
"compatibility": {
|
|
2886
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2887
|
+
"requires": {
|
|
2888
|
+
"bridge": true
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2500
2892
|
{
|
|
2501
2893
|
"name": "persian-datepicker",
|
|
2502
2894
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2503
2895
|
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2504
|
-
"npm": "",
|
|
2896
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2505
2897
|
"icon": "persian-datepicker.svg",
|
|
2506
2898
|
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2507
2899
|
"website": "https://alireza-ab.ir/datepicker",
|
|
@@ -2524,7 +2916,7 @@
|
|
|
2524
2916
|
"name": "pinia",
|
|
2525
2917
|
"description": "The Vue Store that you will enjoy using",
|
|
2526
2918
|
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2527
|
-
"npm": "",
|
|
2919
|
+
"npm": "@pinia/nuxt",
|
|
2528
2920
|
"icon": "pinia.svg",
|
|
2529
2921
|
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2530
2922
|
"website": "https://pinia.esm.dev/",
|
|
@@ -2548,7 +2940,7 @@
|
|
|
2548
2940
|
"name": "plausible",
|
|
2549
2941
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2550
2942
|
"repo": "moritzsternemann/vue-plausible",
|
|
2551
|
-
"npm": "",
|
|
2943
|
+
"npm": "vue-plausible",
|
|
2552
2944
|
"icon": "plausible.png",
|
|
2553
2945
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2554
2946
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
@@ -2562,15 +2954,17 @@
|
|
|
2562
2954
|
}
|
|
2563
2955
|
],
|
|
2564
2956
|
"compatibility": {
|
|
2565
|
-
"nuxt": "^2.0.0",
|
|
2566
|
-
"requires": {
|
|
2957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2958
|
+
"requires": {
|
|
2959
|
+
"bridge": "optional"
|
|
2960
|
+
}
|
|
2567
2961
|
}
|
|
2568
2962
|
},
|
|
2569
2963
|
{
|
|
2570
2964
|
"name": "precompress",
|
|
2571
2965
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2572
2966
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2573
|
-
"npm": "",
|
|
2967
|
+
"npm": "nuxt-precompress",
|
|
2574
2968
|
"icon": "",
|
|
2575
2969
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2576
2970
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2592,7 +2986,7 @@
|
|
|
2592
2986
|
"name": "prismic",
|
|
2593
2987
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2594
2988
|
"repo": "nuxt-community/prismic-module",
|
|
2595
|
-
"npm": "",
|
|
2989
|
+
"npm": "@nuxtjs/prismic",
|
|
2596
2990
|
"icon": "prismic.png",
|
|
2597
2991
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
2598
2992
|
"website": "https://prismic.nuxtjs.org",
|
|
@@ -2616,7 +3010,7 @@
|
|
|
2616
3010
|
}
|
|
2617
3011
|
],
|
|
2618
3012
|
"compatibility": {
|
|
2619
|
-
"nuxt": "^2.0.0",
|
|
3013
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2620
3014
|
"requires": {}
|
|
2621
3015
|
}
|
|
2622
3016
|
},
|
|
@@ -2624,7 +3018,7 @@
|
|
|
2624
3018
|
"name": "protected-mailto",
|
|
2625
3019
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2626
3020
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2627
|
-
"npm": "",
|
|
3021
|
+
"npm": "nuxt-protected-mailto",
|
|
2628
3022
|
"icon": "",
|
|
2629
3023
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2630
3024
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2646,7 +3040,7 @@
|
|
|
2646
3040
|
"name": "proxy",
|
|
2647
3041
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2648
3042
|
"repo": "nuxt-community/proxy-module",
|
|
2649
|
-
"npm": "",
|
|
3043
|
+
"npm": "@nuxtjs/proxy",
|
|
2650
3044
|
"icon": "",
|
|
2651
3045
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2652
3046
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2669,7 +3063,7 @@
|
|
|
2669
3063
|
"name": "prune-html",
|
|
2670
3064
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2671
3065
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2672
|
-
"npm": "",
|
|
3066
|
+
"npm": "@luxdamore/nuxt-prune-html",
|
|
2673
3067
|
"icon": "",
|
|
2674
3068
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2675
3069
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2692,7 +3086,7 @@
|
|
|
2692
3086
|
"name": "purgecss",
|
|
2693
3087
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2694
3088
|
"repo": "Developmint/nuxt-purgecss",
|
|
2695
|
-
"npm": "",
|
|
3089
|
+
"npm": "nuxt-purgecss",
|
|
2696
3090
|
"icon": "purgecss.png",
|
|
2697
3091
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2698
3092
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2714,7 +3108,7 @@
|
|
|
2714
3108
|
"name": "pwa",
|
|
2715
3109
|
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2716
3110
|
"repo": "nuxt-community/pwa-module",
|
|
2717
|
-
"npm": "",
|
|
3111
|
+
"npm": "@nuxtjs/pwa",
|
|
2718
3112
|
"icon": "pwa.png",
|
|
2719
3113
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2720
3114
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2739,7 +3133,7 @@
|
|
|
2739
3133
|
"name": "python",
|
|
2740
3134
|
"description": "Write Nuxt.js applications using Python",
|
|
2741
3135
|
"repo": "nuxt-community/python-module",
|
|
2742
|
-
"npm": "",
|
|
3136
|
+
"npm": "@nuxtjs/python",
|
|
2743
3137
|
"icon": "python.png",
|
|
2744
3138
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2745
3139
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -2761,7 +3155,7 @@
|
|
|
2761
3155
|
"name": "recaptcha",
|
|
2762
3156
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
2763
3157
|
"repo": "nuxt-community/recaptcha-module",
|
|
2764
|
-
"npm": "",
|
|
3158
|
+
"npm": "@nuxtjs/recaptcha",
|
|
2765
3159
|
"icon": "recaptcha.png",
|
|
2766
3160
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
2767
3161
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -2783,7 +3177,7 @@
|
|
|
2783
3177
|
"name": "redirect",
|
|
2784
3178
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
2785
3179
|
"repo": "nuxt-community/redirect-module",
|
|
2786
|
-
"npm": "",
|
|
3180
|
+
"npm": "@nuxtjs/redirect-module",
|
|
2787
3181
|
"icon": "",
|
|
2788
3182
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
2789
3183
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -2806,7 +3200,7 @@
|
|
|
2806
3200
|
"name": "rfg-icon",
|
|
2807
3201
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
2808
3202
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
2809
|
-
"npm": "",
|
|
3203
|
+
"npm": "nuxt-rfg-icon",
|
|
2810
3204
|
"icon": "real-favicon-generator.png",
|
|
2811
3205
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2812
3206
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -2828,7 +3222,7 @@
|
|
|
2828
3222
|
"name": "robots",
|
|
2829
3223
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
2830
3224
|
"repo": "nuxt-community/robots-module",
|
|
2831
|
-
"npm": "",
|
|
3225
|
+
"npm": "@nuxtjs/robots",
|
|
2832
3226
|
"icon": "",
|
|
2833
3227
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
2834
3228
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
@@ -2850,7 +3244,7 @@
|
|
|
2850
3244
|
"name": "rollbar",
|
|
2851
3245
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
2852
3246
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
2853
|
-
"npm": "",
|
|
3247
|
+
"npm": "nuxt-rollbar-module",
|
|
2854
3248
|
"icon": "rollbar.png",
|
|
2855
3249
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
2856
3250
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -2872,7 +3266,7 @@
|
|
|
2872
3266
|
"name": "router-extras",
|
|
2873
3267
|
"description": "Extra Add-ons for nuxt router",
|
|
2874
3268
|
"repo": "nuxt-community/router-extras-module",
|
|
2875
|
-
"npm": "",
|
|
3269
|
+
"npm": "@nuxtjs/router-extras",
|
|
2876
3270
|
"icon": "vue.png",
|
|
2877
3271
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2878
3272
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -2895,7 +3289,7 @@
|
|
|
2895
3289
|
"name": "router",
|
|
2896
3290
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
2897
3291
|
"repo": "nuxt-community/router-module",
|
|
2898
|
-
"npm": "",
|
|
3292
|
+
"npm": "@nuxtjs/router",
|
|
2899
3293
|
"icon": "vue.png",
|
|
2900
3294
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2901
3295
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -2916,11 +3310,11 @@
|
|
|
2916
3310
|
},
|
|
2917
3311
|
{
|
|
2918
3312
|
"name": "sanity",
|
|
2919
|
-
"description": "Access text, images, and other media with Nuxt
|
|
2920
|
-
"repo": "nuxt-
|
|
2921
|
-
"npm": "",
|
|
3313
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3314
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3315
|
+
"npm": "@nuxtjs/sanity",
|
|
2922
3316
|
"icon": "sanity.png",
|
|
2923
|
-
"github": "https://github.com/nuxt-
|
|
3317
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
2924
3318
|
"website": "https://sanity.nuxtjs.org",
|
|
2925
3319
|
"learn_more": "https://www.sanity.io/",
|
|
2926
3320
|
"category": "CMS",
|
|
@@ -2933,7 +3327,33 @@
|
|
|
2933
3327
|
}
|
|
2934
3328
|
],
|
|
2935
3329
|
"compatibility": {
|
|
2936
|
-
"nuxt": "^2.0.0",
|
|
3330
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3331
|
+
"requires": {
|
|
3332
|
+
"bridge": "optional"
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "schema-org",
|
|
3338
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3339
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3340
|
+
"npm": "nuxt-schema-org",
|
|
3341
|
+
"icon": "schema-org.svg",
|
|
3342
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3343
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3344
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3345
|
+
"category": "SEO",
|
|
3346
|
+
"type": "3rd-party",
|
|
3347
|
+
"maintainers": [
|
|
3348
|
+
{
|
|
3349
|
+
"name": "Harlan Wilton",
|
|
3350
|
+
"github": "harlan-zw",
|
|
3351
|
+
"twitter": "harlan_zw",
|
|
3352
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3353
|
+
}
|
|
3354
|
+
],
|
|
3355
|
+
"compatibility": {
|
|
3356
|
+
"nuxt": "^3.0.0",
|
|
2937
3357
|
"requires": {}
|
|
2938
3358
|
}
|
|
2939
3359
|
},
|
|
@@ -2941,7 +3361,7 @@
|
|
|
2941
3361
|
"name": "scss-to-js",
|
|
2942
3362
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
2943
3363
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
2944
|
-
"npm": "",
|
|
3364
|
+
"npm": "nuxt-scss-to-js",
|
|
2945
3365
|
"icon": "",
|
|
2946
3366
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
2947
3367
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -2963,7 +3383,7 @@
|
|
|
2963
3383
|
"name": "segment",
|
|
2964
3384
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
2965
3385
|
"repo": "dansmaculotte/nuxt-segment",
|
|
2966
|
-
"npm": "",
|
|
3386
|
+
"npm": "@dansmaculotte/nuxt-segment",
|
|
2967
3387
|
"icon": "segment.png",
|
|
2968
3388
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
2969
3389
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -2985,7 +3405,7 @@
|
|
|
2985
3405
|
"name": "sentry",
|
|
2986
3406
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
2987
3407
|
"repo": "nuxt-community/sentry-module",
|
|
2988
|
-
"npm": "",
|
|
3408
|
+
"npm": "@nuxtjs/sentry",
|
|
2989
3409
|
"icon": "sentry.png",
|
|
2990
3410
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2991
3411
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -3006,8 +3426,8 @@
|
|
|
3006
3426
|
{
|
|
3007
3427
|
"name": "seo-meta",
|
|
3008
3428
|
"description": "Simple generate seo metadata",
|
|
3009
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3010
|
-
"npm": "",
|
|
3429
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3430
|
+
"npm": "nuxt-seo-meta",
|
|
3011
3431
|
"icon": "",
|
|
3012
3432
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3013
3433
|
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3030,7 +3450,7 @@
|
|
|
3030
3450
|
"name": "seomatic-meta",
|
|
3031
3451
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
3032
3452
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
3033
|
-
"npm": "",
|
|
3453
|
+
"npm": "nuxt-seomatic-meta",
|
|
3034
3454
|
"icon": "seomatic.png",
|
|
3035
3455
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
3036
3456
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -3052,7 +3472,7 @@
|
|
|
3052
3472
|
"name": "separate-env",
|
|
3053
3473
|
"description": "Separated environment variables for server and client builds",
|
|
3054
3474
|
"repo": "nuxt-community/separate-env-module",
|
|
3055
|
-
"npm": "",
|
|
3475
|
+
"npm": "@nuxtjs/separate-env",
|
|
3056
3476
|
"icon": "",
|
|
3057
3477
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
3058
3478
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -3075,7 +3495,7 @@
|
|
|
3075
3495
|
"name": "shopify",
|
|
3076
3496
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
3077
3497
|
"repo": "Gomah/nuxt-shopify",
|
|
3078
|
-
"npm": "",
|
|
3498
|
+
"npm": "nuxt-shopify",
|
|
3079
3499
|
"icon": "shopify.png",
|
|
3080
3500
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
3081
3501
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -3097,7 +3517,7 @@
|
|
|
3097
3517
|
"name": "simple-line-icons",
|
|
3098
3518
|
"description": "Nuxt module to add simple-line-icons ",
|
|
3099
3519
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
3100
|
-
"npm": "",
|
|
3520
|
+
"npm": "nuxt-simple-line-icons",
|
|
3101
3521
|
"icon": "",
|
|
3102
3522
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
3103
3523
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -3119,7 +3539,7 @@
|
|
|
3119
3539
|
"name": "sitemap",
|
|
3120
3540
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
3121
3541
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
3122
|
-
"npm": "",
|
|
3542
|
+
"npm": "@nuxtjs/sitemap",
|
|
3123
3543
|
"icon": "",
|
|
3124
3544
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
3125
3545
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -3142,7 +3562,7 @@
|
|
|
3142
3562
|
"name": "snipcart",
|
|
3143
3563
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3144
3564
|
"repo": "nuxt-community/snipcart-module",
|
|
3145
|
-
"npm": "",
|
|
3565
|
+
"npm": "@nuxtjs/snipcart",
|
|
3146
3566
|
"icon": "snipcart.png",
|
|
3147
3567
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3148
3568
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -3165,7 +3585,7 @@
|
|
|
3165
3585
|
"name": "social-meta",
|
|
3166
3586
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
3167
3587
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
3168
|
-
"npm": "",
|
|
3588
|
+
"npm": "nuxt-social-meta",
|
|
3169
3589
|
"icon": "",
|
|
3170
3590
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
3171
3591
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -3187,7 +3607,7 @@
|
|
|
3187
3607
|
"name": "socket-io",
|
|
3188
3608
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
3189
3609
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
3190
|
-
"npm": "",
|
|
3610
|
+
"npm": "nuxt-socket-io",
|
|
3191
3611
|
"icon": "socket-io.png",
|
|
3192
3612
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
3193
3613
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -3209,7 +3629,7 @@
|
|
|
3209
3629
|
"name": "speedcurve",
|
|
3210
3630
|
"description": "Speedcurve LUX module for Nuxt",
|
|
3211
3631
|
"repo": "nuxt-community/speedcurve-module",
|
|
3212
|
-
"npm": "",
|
|
3632
|
+
"npm": "@nuxtjs/speedcurve",
|
|
3213
3633
|
"icon": "speedcurve.png",
|
|
3214
3634
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
3215
3635
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -3232,7 +3652,7 @@
|
|
|
3232
3652
|
"name": "speedkit",
|
|
3233
3653
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3234
3654
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3235
|
-
"npm": "",
|
|
3655
|
+
"npm": "nuxt-speedkit",
|
|
3236
3656
|
"icon": "speedkit.png",
|
|
3237
3657
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3238
3658
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -3265,7 +3685,7 @@
|
|
|
3265
3685
|
"name": "storage",
|
|
3266
3686
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
3267
3687
|
"repo": "mazipan/nuxt-storage",
|
|
3268
|
-
"npm": "",
|
|
3688
|
+
"npm": "nuxt-storage",
|
|
3269
3689
|
"icon": "",
|
|
3270
3690
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
3271
3691
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -3287,7 +3707,7 @@
|
|
|
3287
3707
|
"name": "storefront-ui",
|
|
3288
3708
|
"description": "Storefront UI Module for Nuxt.js",
|
|
3289
3709
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3290
|
-
"npm": "",
|
|
3710
|
+
"npm": "@storefront-ui/nuxt",
|
|
3291
3711
|
"icon": "storefront-ui.svg",
|
|
3292
3712
|
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3293
3713
|
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
@@ -3309,7 +3729,7 @@
|
|
|
3309
3729
|
"name": "stories",
|
|
3310
3730
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
3311
3731
|
"repo": "richardeschloss/nuxt-stories",
|
|
3312
|
-
"npm": "",
|
|
3732
|
+
"npm": "nuxt-stories",
|
|
3313
3733
|
"icon": "",
|
|
3314
3734
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
3315
3735
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -3331,7 +3751,7 @@
|
|
|
3331
3751
|
"name": "storyblok",
|
|
3332
3752
|
"description": "Storyblok Nuxt.js module",
|
|
3333
3753
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3334
|
-
"npm": "",
|
|
3754
|
+
"npm": "@storyblok/nuxt",
|
|
3335
3755
|
"icon": "storyblok.png",
|
|
3336
3756
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3337
3757
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3353,7 +3773,7 @@
|
|
|
3353
3773
|
"name": "storybook",
|
|
3354
3774
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
3355
3775
|
"repo": "nuxt-community/storybook",
|
|
3356
|
-
"npm": "",
|
|
3776
|
+
"npm": "@nuxtjs/storybook",
|
|
3357
3777
|
"icon": "storybook.png",
|
|
3358
3778
|
"github": "https://github.com/nuxt-community/storybook",
|
|
3359
3779
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -3383,7 +3803,7 @@
|
|
|
3383
3803
|
"name": "strapi",
|
|
3384
3804
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
3385
3805
|
"repo": "nuxt-community/strapi-module",
|
|
3386
|
-
"npm": "",
|
|
3806
|
+
"npm": "@nuxtjs/strapi",
|
|
3387
3807
|
"icon": "strapi.png",
|
|
3388
3808
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
3389
3809
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -3403,15 +3823,17 @@
|
|
|
3403
3823
|
}
|
|
3404
3824
|
],
|
|
3405
3825
|
"compatibility": {
|
|
3406
|
-
"nuxt": "^2.0.0",
|
|
3407
|
-
"requires": {
|
|
3826
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3827
|
+
"requires": {
|
|
3828
|
+
"bridge": true
|
|
3829
|
+
}
|
|
3408
3830
|
}
|
|
3409
3831
|
},
|
|
3410
3832
|
{
|
|
3411
3833
|
"name": "stripe",
|
|
3412
3834
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
3413
3835
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
3414
|
-
"npm": "",
|
|
3836
|
+
"npm": "nuxt-stripe-module",
|
|
3415
3837
|
"icon": "stripe.png",
|
|
3416
3838
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
3417
3839
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -3433,7 +3855,7 @@
|
|
|
3433
3855
|
"name": "style-resources",
|
|
3434
3856
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
3435
3857
|
"repo": "nuxt-community/style-resources-module",
|
|
3436
|
-
"npm": "",
|
|
3858
|
+
"npm": "@nuxtjs/style-resources",
|
|
3437
3859
|
"icon": "",
|
|
3438
3860
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
3439
3861
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -3456,7 +3878,7 @@
|
|
|
3456
3878
|
"name": "stylelint",
|
|
3457
3879
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
3458
3880
|
"repo": "nuxt-community/stylelint-module",
|
|
3459
|
-
"npm": "",
|
|
3881
|
+
"npm": "@nuxtjs/stylelint-module",
|
|
3460
3882
|
"icon": "stylelint.png",
|
|
3461
3883
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
3462
3884
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -3474,18 +3896,51 @@
|
|
|
3474
3896
|
"requires": {}
|
|
3475
3897
|
}
|
|
3476
3898
|
},
|
|
3899
|
+
{
|
|
3900
|
+
"name": "stylify",
|
|
3901
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3902
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3903
|
+
"npm": "@stylify/nuxt",
|
|
3904
|
+
"icon": "stylify.svg",
|
|
3905
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3906
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3907
|
+
"learn_more": "https://stylifycss.com",
|
|
3908
|
+
"category": "UI",
|
|
3909
|
+
"type": "3rd-party",
|
|
3910
|
+
"maintainers": [
|
|
3911
|
+
{
|
|
3912
|
+
"name": "Vladimír Macháček",
|
|
3913
|
+
"github": "Machy8",
|
|
3914
|
+
"twitter": "8machy"
|
|
3915
|
+
}
|
|
3916
|
+
],
|
|
3917
|
+
"compatibility": {
|
|
3918
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3919
|
+
"requires": {}
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3477
3922
|
{
|
|
3478
3923
|
"name": "supabase",
|
|
3479
|
-
"description": "
|
|
3480
|
-
"repo": "
|
|
3481
|
-
"npm": "",
|
|
3924
|
+
"description": "First class integration with Supabase",
|
|
3925
|
+
"repo": "nuxt-community/supabase-module",
|
|
3926
|
+
"npm": "@nuxtjs/supabase",
|
|
3482
3927
|
"icon": "supabase.png",
|
|
3483
|
-
"github": "https://github.com/
|
|
3484
|
-
"website": "https://
|
|
3485
|
-
"learn_more": "https://supabase.
|
|
3928
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3929
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3930
|
+
"learn_more": "https://supabase.com",
|
|
3486
3931
|
"category": "Database",
|
|
3487
|
-
"type": "
|
|
3932
|
+
"type": "community",
|
|
3488
3933
|
"maintainers": [
|
|
3934
|
+
{
|
|
3935
|
+
"name": "Baptiste Leproux",
|
|
3936
|
+
"github": "larbish",
|
|
3937
|
+
"twitter": "baptistelprx"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "Sebastien Chopin",
|
|
3941
|
+
"github": "Atinux",
|
|
3942
|
+
"twitter": "Atinux"
|
|
3943
|
+
},
|
|
3489
3944
|
{
|
|
3490
3945
|
"name": "Scott Robertson",
|
|
3491
3946
|
"github": "scottrobertson",
|
|
@@ -3493,7 +3948,7 @@
|
|
|
3493
3948
|
}
|
|
3494
3949
|
],
|
|
3495
3950
|
"compatibility": {
|
|
3496
|
-
"nuxt": "^2.0.0",
|
|
3951
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3497
3952
|
"requires": {}
|
|
3498
3953
|
}
|
|
3499
3954
|
},
|
|
@@ -3501,7 +3956,7 @@
|
|
|
3501
3956
|
"name": "svg-loader",
|
|
3502
3957
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
3503
3958
|
"repo": "Developmint/nuxt-svg-loader",
|
|
3504
|
-
"npm": "",
|
|
3959
|
+
"npm": "nuxt-svg-loader",
|
|
3505
3960
|
"icon": "",
|
|
3506
3961
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
3507
3962
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -3523,7 +3978,7 @@
|
|
|
3523
3978
|
"name": "svg-sprite",
|
|
3524
3979
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
3525
3980
|
"repo": "nuxt-community/svg-sprite-module",
|
|
3526
|
-
"npm": "",
|
|
3981
|
+
"npm": "@nuxtjs/svg-sprite",
|
|
3527
3982
|
"icon": "",
|
|
3528
3983
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
3529
3984
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -3546,7 +4001,7 @@
|
|
|
3546
4001
|
"name": "svg",
|
|
3547
4002
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
3548
4003
|
"repo": "nuxt-community/svg-module",
|
|
3549
|
-
"npm": "",
|
|
4004
|
+
"npm": "@nuxtjs/svg",
|
|
3550
4005
|
"icon": "",
|
|
3551
4006
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
3552
4007
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -3568,7 +4023,7 @@
|
|
|
3568
4023
|
"name": "sweetalert2",
|
|
3569
4024
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
3570
4025
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
3571
|
-
"npm": "",
|
|
4026
|
+
"npm": "nuxt-sweetalert2",
|
|
3572
4027
|
"icon": "",
|
|
3573
4028
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
3574
4029
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -3590,7 +4045,7 @@
|
|
|
3590
4045
|
"name": "tailwindcss",
|
|
3591
4046
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
3592
4047
|
"repo": "nuxt-community/tailwindcss-module",
|
|
3593
|
-
"npm": "",
|
|
4048
|
+
"npm": "@nuxtjs/tailwindcss",
|
|
3594
4049
|
"icon": "tailwindcss.png",
|
|
3595
4050
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
3596
4051
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -3605,7 +4060,7 @@
|
|
|
3605
4060
|
}
|
|
3606
4061
|
],
|
|
3607
4062
|
"compatibility": {
|
|
3608
|
-
"nuxt": "^2.0.0",
|
|
4063
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3609
4064
|
"requires": {}
|
|
3610
4065
|
}
|
|
3611
4066
|
},
|
|
@@ -3613,7 +4068,7 @@
|
|
|
3613
4068
|
"name": "tiktok-analytics",
|
|
3614
4069
|
"description": "",
|
|
3615
4070
|
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3616
|
-
"npm": "",
|
|
4071
|
+
"npm": "tiktok-analytics",
|
|
3617
4072
|
"icon": "",
|
|
3618
4073
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3619
4074
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
@@ -3636,7 +4091,7 @@
|
|
|
3636
4091
|
"name": "toast",
|
|
3637
4092
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
3638
4093
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
3639
|
-
"npm": "",
|
|
4094
|
+
"npm": "@nuxtjs/toast",
|
|
3640
4095
|
"icon": "",
|
|
3641
4096
|
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3642
4097
|
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
@@ -3659,7 +4114,7 @@
|
|
|
3659
4114
|
"name": "twa",
|
|
3660
4115
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3661
4116
|
"repo": "tuarrep/nuxt-twa",
|
|
3662
|
-
"npm": "",
|
|
4117
|
+
"npm": "nuxt-twa",
|
|
3663
4118
|
"icon": "",
|
|
3664
4119
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3665
4120
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
@@ -3679,11 +4134,44 @@
|
|
|
3679
4134
|
}
|
|
3680
4135
|
}
|
|
3681
4136
|
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "twicpics",
|
|
4139
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4140
|
+
"repo": "TwicPics/components",
|
|
4141
|
+
"npm": "@twicpics/components",
|
|
4142
|
+
"icon": "twicpics.svg",
|
|
4143
|
+
"github": "https://github.com/TwicPics/components",
|
|
4144
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4145
|
+
"learn_more": "https://www.twicpics.com",
|
|
4146
|
+
"category": "Images",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Florent Bourgeois",
|
|
4151
|
+
"github": "florentb",
|
|
4152
|
+
"twitter": "florent_b"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "Julian Aubourg",
|
|
4156
|
+
"github": "jaubourg",
|
|
4157
|
+
"twitter": "jaubourg"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "Miguel Beignon",
|
|
4161
|
+
"github": "mbgspcii",
|
|
4162
|
+
"twitter": "m_beignon"
|
|
4163
|
+
}
|
|
4164
|
+
],
|
|
4165
|
+
"compatibility": {
|
|
4166
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4167
|
+
"requires": {}
|
|
4168
|
+
}
|
|
4169
|
+
},
|
|
3682
4170
|
{
|
|
3683
4171
|
"name": "typed-router",
|
|
3684
4172
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
3685
4173
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
3686
|
-
"npm": "",
|
|
4174
|
+
"npm": "nuxt-typed-router",
|
|
3687
4175
|
"icon": "vue.png",
|
|
3688
4176
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3689
4177
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
@@ -3697,15 +4185,40 @@
|
|
|
3697
4185
|
}
|
|
3698
4186
|
],
|
|
3699
4187
|
"compatibility": {
|
|
3700
|
-
"nuxt": "^2.0.0",
|
|
4188
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3701
4189
|
"requires": {}
|
|
3702
4190
|
}
|
|
3703
4191
|
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "typed-vuex",
|
|
4194
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4195
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4196
|
+
"npm": "nuxt-typed-vuex",
|
|
4197
|
+
"icon": "vue.png",
|
|
4198
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4199
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4200
|
+
"learn_more": "",
|
|
4201
|
+
"category": "Libraries",
|
|
4202
|
+
"type": "3rd-party",
|
|
4203
|
+
"maintainers": [
|
|
4204
|
+
{
|
|
4205
|
+
"name": "Daniel Roe",
|
|
4206
|
+
"github": "danielroe",
|
|
4207
|
+
"twitter": "danielcroe"
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"compatibility": {
|
|
4211
|
+
"nuxt": "^2.0.0",
|
|
4212
|
+
"requires": {
|
|
4213
|
+
"bridge": "optional"
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
3704
4217
|
{
|
|
3705
4218
|
"name": "typescript-runtime",
|
|
3706
4219
|
"description": "TypeScript Runtime support for Nuxt",
|
|
3707
4220
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
3708
|
-
"npm": "",
|
|
4221
|
+
"npm": "@nuxt/typescript-runtime",
|
|
3709
4222
|
"icon": "typescript.svg",
|
|
3710
4223
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
3711
4224
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -3737,7 +4250,7 @@
|
|
|
3737
4250
|
"name": "typescript",
|
|
3738
4251
|
"description": "TypeScript Support for Nuxt",
|
|
3739
4252
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
3740
|
-
"npm": "",
|
|
4253
|
+
"npm": "@nuxt/typescript-build",
|
|
3741
4254
|
"icon": "typescript.svg",
|
|
3742
4255
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
3743
4256
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -3769,7 +4282,7 @@
|
|
|
3769
4282
|
"name": "universal-storage",
|
|
3770
4283
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
3771
4284
|
"repo": "nuxt-community/universal-storage-module",
|
|
3772
|
-
"npm": "",
|
|
4285
|
+
"npm": "@nuxtjs/universal-storage",
|
|
3773
4286
|
"icon": "",
|
|
3774
4287
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
3775
4288
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -3793,11 +4306,37 @@
|
|
|
3793
4306
|
"requires": {}
|
|
3794
4307
|
}
|
|
3795
4308
|
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "unlighthouse",
|
|
4311
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4312
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4313
|
+
"npm": "@unlighthouse/nuxt",
|
|
4314
|
+
"icon": "unlighthouse.svg",
|
|
4315
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4316
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4317
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4318
|
+
"category": "Devtools",
|
|
4319
|
+
"type": "3rd-party",
|
|
4320
|
+
"maintainers": [
|
|
4321
|
+
{
|
|
4322
|
+
"name": "Harlan Wilton",
|
|
4323
|
+
"github": "harlan-zw",
|
|
4324
|
+
"twitter": "harlan_zw",
|
|
4325
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4326
|
+
}
|
|
4327
|
+
],
|
|
4328
|
+
"compatibility": {
|
|
4329
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4330
|
+
"requires": {
|
|
4331
|
+
"bridge": "optional"
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4334
|
+
},
|
|
3796
4335
|
{
|
|
3797
4336
|
"name": "unocss",
|
|
3798
4337
|
"description": "The instant on-demand atomic CSS engine.",
|
|
3799
4338
|
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3800
|
-
"npm": "",
|
|
4339
|
+
"npm": "@unocss/nuxt",
|
|
3801
4340
|
"icon": "unocss.svg",
|
|
3802
4341
|
"github": "https://github.com/antfu/unocss",
|
|
3803
4342
|
"website": "https://github.com/antfu/unocss",
|
|
@@ -3823,7 +4362,7 @@
|
|
|
3823
4362
|
"name": "user-agent",
|
|
3824
4363
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
3825
4364
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
3826
|
-
"npm": "",
|
|
4365
|
+
"npm": "nuxt-user-agent",
|
|
3827
4366
|
"icon": "",
|
|
3828
4367
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
3829
4368
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -3845,7 +4384,7 @@
|
|
|
3845
4384
|
"name": "validate",
|
|
3846
4385
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
3847
4386
|
"repo": "lewyuburi/nuxt-validate",
|
|
3848
|
-
"npm": "",
|
|
4387
|
+
"npm": "nuxt-validate",
|
|
3849
4388
|
"icon": "vee-validate.png",
|
|
3850
4389
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
3851
4390
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -3867,7 +4406,7 @@
|
|
|
3867
4406
|
"name": "vendor",
|
|
3868
4407
|
"description": "directly serve node_modules",
|
|
3869
4408
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
3870
|
-
"npm": "",
|
|
4409
|
+
"npm": "@nuxtjs/vendor",
|
|
3871
4410
|
"icon": "",
|
|
3872
4411
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
3873
4412
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -3890,7 +4429,7 @@
|
|
|
3890
4429
|
"name": "vue-material",
|
|
3891
4430
|
"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.",
|
|
3892
4431
|
"repo": "vaso2/nuxt-vue-material",
|
|
3893
|
-
"npm": "",
|
|
4432
|
+
"npm": "nuxt-vue-material",
|
|
3894
4433
|
"icon": "vue-material.png",
|
|
3895
4434
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
3896
4435
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -3912,7 +4451,7 @@
|
|
|
3912
4451
|
"name": "vue-multiselect",
|
|
3913
4452
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
3914
4453
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
3915
|
-
"npm": "",
|
|
4454
|
+
"npm": "nuxt-vue-multiselect",
|
|
3916
4455
|
"icon": "",
|
|
3917
4456
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
3918
4457
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -3934,7 +4473,7 @@
|
|
|
3934
4473
|
"name": "vue-select",
|
|
3935
4474
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
3936
4475
|
"repo": "madmod/nuxt-vue-select",
|
|
3937
|
-
"npm": "",
|
|
4476
|
+
"npm": "nuxt-vue-select",
|
|
3938
4477
|
"icon": "",
|
|
3939
4478
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
3940
4479
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -3956,7 +4495,7 @@
|
|
|
3956
4495
|
"name": "vue-warehouse",
|
|
3957
4496
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
3958
4497
|
"repo": "juliomrqz/vue-warehouse",
|
|
3959
|
-
"npm": "",
|
|
4498
|
+
"npm": "vue-warehouse",
|
|
3960
4499
|
"icon": "",
|
|
3961
4500
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
3962
4501
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -3975,11 +4514,33 @@
|
|
|
3975
4514
|
"requires": {}
|
|
3976
4515
|
}
|
|
3977
4516
|
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "vuestic",
|
|
4519
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4520
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4521
|
+
"npm": "@vuestic/nuxt",
|
|
4522
|
+
"icon": "",
|
|
4523
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4524
|
+
"website": "https://vuestic.dev",
|
|
4525
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4526
|
+
"category": "UI",
|
|
4527
|
+
"type": "3rd-party",
|
|
4528
|
+
"maintainers": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "epicmaxco",
|
|
4531
|
+
"github": "epicmaxco"
|
|
4532
|
+
}
|
|
4533
|
+
],
|
|
4534
|
+
"compatibility": {
|
|
4535
|
+
"nuxt": "^3.0.0",
|
|
4536
|
+
"requires": {}
|
|
4537
|
+
}
|
|
4538
|
+
},
|
|
3978
4539
|
{
|
|
3979
4540
|
"name": "vuetify",
|
|
3980
4541
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
3981
4542
|
"repo": "nuxt-community/vuetify-module",
|
|
3982
|
-
"npm": "",
|
|
4543
|
+
"npm": "@nuxtjs/vuetify",
|
|
3983
4544
|
"icon": "vuetify.png",
|
|
3984
4545
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
3985
4546
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -4005,8 +4566,8 @@
|
|
|
4005
4566
|
{
|
|
4006
4567
|
"name": "vueuse",
|
|
4007
4568
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4008
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4009
|
-
"npm": "",
|
|
4569
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4570
|
+
"npm": "@vueuse/nuxt",
|
|
4010
4571
|
"icon": "vueuse.svg",
|
|
4011
4572
|
"github": "https://github.com/vueuse/vueuse",
|
|
4012
4573
|
"website": "https://vueuse.org",
|
|
@@ -4031,7 +4592,7 @@
|
|
|
4031
4592
|
"name": "vuex-router-sync",
|
|
4032
4593
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
4033
4594
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
4034
|
-
"npm": "",
|
|
4595
|
+
"npm": "nuxt-vuex-router-sync",
|
|
4035
4596
|
"icon": "",
|
|
4036
4597
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
4037
4598
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -4053,7 +4614,7 @@
|
|
|
4053
4614
|
"name": "web-vitals",
|
|
4054
4615
|
"description": "Web Vitals for Nuxt",
|
|
4055
4616
|
"repo": "nuxt-community/web-vitals-module",
|
|
4056
|
-
"npm": "",
|
|
4617
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4057
4618
|
"icon": "",
|
|
4058
4619
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4059
4620
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
@@ -4077,26 +4638,28 @@
|
|
|
4077
4638
|
}
|
|
4078
4639
|
],
|
|
4079
4640
|
"compatibility": {
|
|
4080
|
-
"nuxt": "^2.0.0",
|
|
4081
|
-
"requires": {
|
|
4641
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4642
|
+
"requires": {
|
|
4643
|
+
"bridge": "optional"
|
|
4644
|
+
}
|
|
4082
4645
|
}
|
|
4083
4646
|
},
|
|
4084
4647
|
{
|
|
4085
4648
|
"name": "web3js",
|
|
4086
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4087
|
-
"repo": "
|
|
4088
|
-
"npm": "",
|
|
4649
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4650
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4651
|
+
"npm": "nuxt-web3",
|
|
4089
4652
|
"icon": "web3js.svg",
|
|
4090
|
-
"github": "https://github.com/
|
|
4091
|
-
"website": "https://github.com/
|
|
4653
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4654
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4092
4655
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4093
4656
|
"category": "Libraries",
|
|
4094
4657
|
"type": "3rd-party",
|
|
4095
4658
|
"maintainers": [
|
|
4096
4659
|
{
|
|
4097
4660
|
"name": "Muhammad Fauzan",
|
|
4098
|
-
"github": "
|
|
4099
|
-
"twitter": "
|
|
4661
|
+
"github": "bl0cknumber",
|
|
4662
|
+
"twitter": "fncolon"
|
|
4100
4663
|
}
|
|
4101
4664
|
],
|
|
4102
4665
|
"compatibility": {
|
|
@@ -4108,7 +4671,7 @@
|
|
|
4108
4671
|
"name": "webfontloader",
|
|
4109
4672
|
"description": "Efficient web font loading has never been easier!",
|
|
4110
4673
|
"repo": "Developmint/nuxt-webfontloader",
|
|
4111
|
-
"npm": "",
|
|
4674
|
+
"npm": "nuxt-webfontloader",
|
|
4112
4675
|
"icon": "",
|
|
4113
4676
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
4114
4677
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -4130,7 +4693,7 @@
|
|
|
4130
4693
|
"name": "webpack-optimisations",
|
|
4131
4694
|
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4132
4695
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4133
|
-
"npm": "",
|
|
4696
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4134
4697
|
"icon": "build-optimisations.svg",
|
|
4135
4698
|
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4136
4699
|
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
@@ -4154,7 +4717,7 @@
|
|
|
4154
4717
|
"name": "webpack-profile",
|
|
4155
4718
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
4156
4719
|
"repo": "nuxt-community/webpack-profile-module",
|
|
4157
|
-
"npm": "",
|
|
4720
|
+
"npm": "@nuxtjs/webpack-profile",
|
|
4158
4721
|
"icon": "webpack.png",
|
|
4159
4722
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
4160
4723
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -4177,7 +4740,7 @@
|
|
|
4177
4740
|
"name": "webpackdashboard",
|
|
4178
4741
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
4179
4742
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
4180
|
-
"npm": "",
|
|
4743
|
+
"npm": "nuxt-webpackdashboard",
|
|
4181
4744
|
"icon": "webpack.png",
|
|
4182
4745
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
4183
4746
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -4199,7 +4762,7 @@
|
|
|
4199
4762
|
"name": "webpackmonitor",
|
|
4200
4763
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
4201
4764
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
4202
|
-
"npm": "",
|
|
4765
|
+
"npm": "@nuxtjs/webpackmonitor",
|
|
4203
4766
|
"icon": "webpack.png",
|
|
4204
4767
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
4205
4768
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -4222,7 +4785,7 @@
|
|
|
4222
4785
|
"name": "windicss",
|
|
4223
4786
|
"description": "Next generation utility-first CSS framework.",
|
|
4224
4787
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4225
|
-
"npm": "",
|
|
4788
|
+
"npm": "nuxt-windicss",
|
|
4226
4789
|
"icon": "windicss.svg",
|
|
4227
4790
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4228
4791
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -4252,7 +4815,7 @@
|
|
|
4252
4815
|
"name": "winston-log",
|
|
4253
4816
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
4254
4817
|
"repo": "aaronransley/nuxt-winston-log",
|
|
4255
|
-
"npm": "",
|
|
4818
|
+
"npm": "nuxt-winston-log",
|
|
4256
4819
|
"icon": "winston.png",
|
|
4257
4820
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
4258
4821
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -4274,7 +4837,7 @@
|
|
|
4274
4837
|
"name": "wp-nuxt",
|
|
4275
4838
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
4276
4839
|
"repo": "yashha/wp-nuxt",
|
|
4277
|
-
"npm": "",
|
|
4840
|
+
"npm": "wp-nuxt",
|
|
4278
4841
|
"icon": "wordpress.png",
|
|
4279
4842
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
4280
4843
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -4296,7 +4859,7 @@
|
|
|
4296
4859
|
"name": "xhr-cache",
|
|
4297
4860
|
"description": "Cache api resources and serve it as static resource",
|
|
4298
4861
|
"repo": "gaetansenn/xhr-cache",
|
|
4299
|
-
"npm": "",
|
|
4862
|
+
"npm": "@dewib/xhr-cache",
|
|
4300
4863
|
"icon": "",
|
|
4301
4864
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
4302
4865
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -4314,11 +4877,33 @@
|
|
|
4314
4877
|
"requires": {}
|
|
4315
4878
|
}
|
|
4316
4879
|
},
|
|
4880
|
+
{
|
|
4881
|
+
"name": "xstate",
|
|
4882
|
+
"description": "XState integration for Nuxt",
|
|
4883
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4884
|
+
"npm": "nuxt-xstate",
|
|
4885
|
+
"icon": "",
|
|
4886
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4887
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4888
|
+
"learn_more": "",
|
|
4889
|
+
"category": "Extensions",
|
|
4890
|
+
"type": "3rd-party",
|
|
4891
|
+
"maintainers": [
|
|
4892
|
+
{
|
|
4893
|
+
"name": "Lexpeartha",
|
|
4894
|
+
"github": "Lexpeartha"
|
|
4895
|
+
}
|
|
4896
|
+
],
|
|
4897
|
+
"compatibility": {
|
|
4898
|
+
"nuxt": "^3.0.0",
|
|
4899
|
+
"requires": {}
|
|
4900
|
+
}
|
|
4901
|
+
},
|
|
4317
4902
|
{
|
|
4318
4903
|
"name": "xui",
|
|
4319
4904
|
"description": "Light module to help design websites with Nuxt.",
|
|
4320
4905
|
"repo": "MetaCorp/xui-module",
|
|
4321
|
-
"npm": "",
|
|
4906
|
+
"npm": "xui-module",
|
|
4322
4907
|
"icon": "",
|
|
4323
4908
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
4324
4909
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -4340,7 +4925,7 @@
|
|
|
4340
4925
|
"name": "yandex-metrika",
|
|
4341
4926
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
4342
4927
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
4343
|
-
"npm": "",
|
|
4928
|
+
"npm": "@nuxtjs/yandex-metrika",
|
|
4344
4929
|
"icon": "",
|
|
4345
4930
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4346
4931
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -4363,7 +4948,7 @@
|
|
|
4363
4948
|
"name": "zendesk",
|
|
4364
4949
|
"description": "Nuxt.js module for Zendesk",
|
|
4365
4950
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
4366
|
-
"npm": "",
|
|
4951
|
+
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
4367
4952
|
"icon": "zendesk.png",
|
|
4368
4953
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
4369
4954
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|