@nuxt/modules 0.5.0-ce3976 → 0.5.0-ceb27a
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 +212 -234
- 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": "",
|
|
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": "nuxt-adyen-module",
|
|
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": "",
|
|
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",
|
|
@@ -76,7 +53,7 @@
|
|
|
76
53
|
"name": "alias",
|
|
77
54
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
78
55
|
"repo": "kdydesign/nuxt-alias-module",
|
|
79
|
-
"npm": "
|
|
56
|
+
"npm": "",
|
|
80
57
|
"icon": "",
|
|
81
58
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
82
59
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -98,7 +75,7 @@
|
|
|
98
75
|
"name": "amp",
|
|
99
76
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
100
77
|
"repo": "nuxt-community/amp-module",
|
|
101
|
-
"npm": "
|
|
78
|
+
"npm": "",
|
|
102
79
|
"icon": "amp.png",
|
|
103
80
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
104
81
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -121,7 +98,7 @@
|
|
|
121
98
|
"name": "animejs",
|
|
122
99
|
"description": "Anime.js module for Nuxt.js",
|
|
123
100
|
"repo": "ivodolenc/nuxt-animejs",
|
|
124
|
-
"npm": "
|
|
101
|
+
"npm": "",
|
|
125
102
|
"icon": "",
|
|
126
103
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
127
104
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -143,7 +120,7 @@
|
|
|
143
120
|
"name": "apis-to-file",
|
|
144
121
|
"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
122
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
146
|
-
"npm": "
|
|
123
|
+
"npm": "",
|
|
147
124
|
"icon": "",
|
|
148
125
|
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
149
126
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
@@ -167,7 +144,7 @@
|
|
|
167
144
|
"name": "apollo",
|
|
168
145
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
169
146
|
"repo": "nuxt-community/apollo-module",
|
|
170
|
-
"npm": "
|
|
147
|
+
"npm": "",
|
|
171
148
|
"icon": "apollo.png",
|
|
172
149
|
"github": "https://github.com/nuxt-community/apollo-module",
|
|
173
150
|
"website": "https://github.com/nuxt-community/apollo-module",
|
|
@@ -193,7 +170,7 @@
|
|
|
193
170
|
"name": "applicationinsights",
|
|
194
171
|
"description": "AppInsights module for Nuxt.js",
|
|
195
172
|
"repo": "nuxt-community/applicationinsights-module",
|
|
196
|
-
"npm": "
|
|
173
|
+
"npm": "",
|
|
197
174
|
"icon": "application-insights.png",
|
|
198
175
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
199
176
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -215,7 +192,7 @@
|
|
|
215
192
|
"name": "appwrite",
|
|
216
193
|
"description": "Appwrite module for Nuxt",
|
|
217
194
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
218
|
-
"npm": "
|
|
195
|
+
"npm": "",
|
|
219
196
|
"icon": "appwrite.png",
|
|
220
197
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
221
198
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -237,7 +214,7 @@
|
|
|
237
214
|
"name": "auth",
|
|
238
215
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
239
216
|
"repo": "nuxt-community/auth-module",
|
|
240
|
-
"npm": "
|
|
217
|
+
"npm": "",
|
|
241
218
|
"icon": "auth.png",
|
|
242
219
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
243
220
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -264,7 +241,7 @@
|
|
|
264
241
|
"name": "axios",
|
|
265
242
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
266
243
|
"repo": "nuxt-community/axios-module",
|
|
267
|
-
"npm": "
|
|
244
|
+
"npm": "",
|
|
268
245
|
"icon": "axios.svg",
|
|
269
246
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
270
247
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -287,7 +264,7 @@
|
|
|
287
264
|
"name": "basic-auth",
|
|
288
265
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
289
266
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
290
|
-
"npm": "
|
|
267
|
+
"npm": "",
|
|
291
268
|
"icon": "",
|
|
292
269
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
293
270
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -305,34 +282,11 @@
|
|
|
305
282
|
"requires": {}
|
|
306
283
|
}
|
|
307
284
|
},
|
|
308
|
-
{
|
|
309
|
-
"name": "bigcommerce",
|
|
310
|
-
"description": "Easy BigCommerce integration for Nuxt.js",
|
|
311
|
-
"repo": "baroshem/nuxt-bigcommerce",
|
|
312
|
-
"npm": "nuxt-bigcommerce",
|
|
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
285
|
{
|
|
332
286
|
"name": "bootstrap",
|
|
333
287
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
334
288
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
335
|
-
"npm": "
|
|
289
|
+
"npm": "",
|
|
336
290
|
"icon": "bootstrap.png",
|
|
337
291
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
338
292
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -364,7 +318,7 @@
|
|
|
364
318
|
"name": "browserconfig",
|
|
365
319
|
"description": "Adds XML browser configuration support",
|
|
366
320
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
367
|
-
"npm": "
|
|
321
|
+
"npm": "",
|
|
368
322
|
"icon": "",
|
|
369
323
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
370
324
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -387,7 +341,7 @@
|
|
|
387
341
|
"name": "buefy",
|
|
388
342
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
389
343
|
"repo": "buefy/nuxt-buefy",
|
|
390
|
-
"npm": "
|
|
344
|
+
"npm": "",
|
|
391
345
|
"icon": "buefy.png",
|
|
392
346
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
393
347
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -409,7 +363,7 @@
|
|
|
409
363
|
"name": "bugsnag",
|
|
410
364
|
"description": "Bugsnag module for nuxt.js",
|
|
411
365
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
412
|
-
"npm": "
|
|
366
|
+
"npm": "",
|
|
413
367
|
"icon": "bugsnag.png",
|
|
414
368
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
415
369
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -431,7 +385,7 @@
|
|
|
431
385
|
"name": "bulma-slim",
|
|
432
386
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
433
387
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
434
|
-
"npm": "
|
|
388
|
+
"npm": "",
|
|
435
389
|
"icon": "bulma.png",
|
|
436
390
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
437
391
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -453,7 +407,7 @@
|
|
|
453
407
|
"name": "bundle-buddy",
|
|
454
408
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
455
409
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
456
|
-
"npm": "
|
|
410
|
+
"npm": "",
|
|
457
411
|
"icon": "",
|
|
458
412
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
459
413
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -475,7 +429,7 @@
|
|
|
475
429
|
"name": "canvas-sketch",
|
|
476
430
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
477
431
|
"repo": "LuXDAmore/generative-art",
|
|
478
|
-
"npm": "
|
|
432
|
+
"npm": "",
|
|
479
433
|
"icon": "",
|
|
480
434
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
481
435
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -498,7 +452,7 @@
|
|
|
498
452
|
"name": "chakra-ui",
|
|
499
453
|
"description": "Chakra UI Module for Nuxt.js",
|
|
500
454
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
501
|
-
"npm": "
|
|
455
|
+
"npm": "",
|
|
502
456
|
"icon": "chakra-ui.png",
|
|
503
457
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
504
458
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -520,7 +474,7 @@
|
|
|
520
474
|
"name": "chiffre",
|
|
521
475
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
522
476
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
523
|
-
"npm": "
|
|
477
|
+
"npm": "",
|
|
524
478
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
525
479
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
526
480
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -542,7 +496,7 @@
|
|
|
542
496
|
"name": "client-init",
|
|
543
497
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
544
498
|
"repo": "potato4d/nuxt-client-init-module",
|
|
545
|
-
"npm": "
|
|
499
|
+
"npm": "",
|
|
546
500
|
"icon": "",
|
|
547
501
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
548
502
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -564,7 +518,7 @@
|
|
|
564
518
|
"name": "cloudcms",
|
|
565
519
|
"description": "CloudCMS Nuxt.js Module",
|
|
566
520
|
"repo": "gitana/cloudcms-nuxt",
|
|
567
|
-
"npm": "
|
|
521
|
+
"npm": "",
|
|
568
522
|
"icon": "",
|
|
569
523
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
570
524
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -586,7 +540,7 @@
|
|
|
586
540
|
"name": "cloudinary",
|
|
587
541
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
588
542
|
"repo": "nuxt-community/cloudinary-module",
|
|
589
|
-
"npm": "
|
|
543
|
+
"npm": "",
|
|
590
544
|
"icon": "cloudinary.png",
|
|
591
545
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
592
546
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -609,7 +563,7 @@
|
|
|
609
563
|
"name": "color-mode",
|
|
610
564
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
611
565
|
"repo": "nuxt-community/color-mode-module",
|
|
612
|
-
"npm": "
|
|
566
|
+
"npm": "",
|
|
613
567
|
"icon": "color-mode.png",
|
|
614
568
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
615
569
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -634,7 +588,7 @@
|
|
|
634
588
|
"name": "component-cache",
|
|
635
589
|
"description": "LRU component cache for vue components",
|
|
636
590
|
"repo": "nuxt-community/component-cache-module",
|
|
637
|
-
"npm": "
|
|
591
|
+
"npm": "",
|
|
638
592
|
"icon": "",
|
|
639
593
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
640
594
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -657,7 +611,7 @@
|
|
|
657
611
|
"name": "composition-api",
|
|
658
612
|
"description": "Composition API hooks for Nuxt",
|
|
659
613
|
"repo": "nuxt-community/composition-api#main",
|
|
660
|
-
"npm": "
|
|
614
|
+
"npm": "",
|
|
661
615
|
"icon": "composition-api.svg",
|
|
662
616
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
663
617
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -680,7 +634,7 @@
|
|
|
680
634
|
"name": "content",
|
|
681
635
|
"description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
|
|
682
636
|
"repo": "nuxt/content#master/packages/content",
|
|
683
|
-
"npm": "
|
|
637
|
+
"npm": "",
|
|
684
638
|
"icon": "content.png",
|
|
685
639
|
"github": "https://github.com/nuxt/content",
|
|
686
640
|
"website": "https://content.nuxtjs.org",
|
|
@@ -708,7 +662,7 @@
|
|
|
708
662
|
"name": "contentful",
|
|
709
663
|
"description": "nuxt contentful module",
|
|
710
664
|
"repo": "scaccogatto/contentful-module",
|
|
711
|
-
"npm": "
|
|
665
|
+
"npm": "",
|
|
712
666
|
"icon": "contentful.png",
|
|
713
667
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
714
668
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -730,7 +684,7 @@
|
|
|
730
684
|
"name": "custom-elements",
|
|
731
685
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
732
686
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
733
|
-
"npm": "
|
|
687
|
+
"npm": "",
|
|
734
688
|
"icon": "custom-elements.png",
|
|
735
689
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
736
690
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -756,7 +710,7 @@
|
|
|
756
710
|
"name": "darkmode.js",
|
|
757
711
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
758
712
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
759
|
-
"npm": "
|
|
713
|
+
"npm": "",
|
|
760
714
|
"icon": "darkmode.png",
|
|
761
715
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
762
716
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -778,7 +732,7 @@
|
|
|
778
732
|
"name": "date-fns",
|
|
779
733
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
780
734
|
"repo": "nuxt-community/date-fns-module",
|
|
781
|
-
"npm": "
|
|
735
|
+
"npm": "",
|
|
782
736
|
"icon": "date-fns.png",
|
|
783
737
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
784
738
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -800,7 +754,7 @@
|
|
|
800
754
|
"name": "dayjs",
|
|
801
755
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
802
756
|
"repo": "nuxt-community/dayjs-module",
|
|
803
|
-
"npm": "
|
|
757
|
+
"npm": "",
|
|
804
758
|
"icon": "day-js.png",
|
|
805
759
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
806
760
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -823,7 +777,7 @@
|
|
|
823
777
|
"name": "device",
|
|
824
778
|
"description": "Device detection module for Nuxt.js",
|
|
825
779
|
"repo": "nuxt-community/device-module",
|
|
826
|
-
"npm": "
|
|
780
|
+
"npm": "",
|
|
827
781
|
"icon": "",
|
|
828
782
|
"github": "https://github.com/nuxt-community/device-module",
|
|
829
783
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -845,7 +799,7 @@
|
|
|
845
799
|
"name": "dotenv",
|
|
846
800
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
847
801
|
"repo": "nuxt-community/dotenv-module",
|
|
848
|
-
"npm": "
|
|
802
|
+
"npm": "",
|
|
849
803
|
"icon": "dotenv.png",
|
|
850
804
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
851
805
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -867,7 +821,7 @@
|
|
|
867
821
|
"name": "drupal-ce",
|
|
868
822
|
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
869
823
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
870
|
-
"npm": "
|
|
824
|
+
"npm": "",
|
|
871
825
|
"icon": "drupal-ce.png",
|
|
872
826
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
873
827
|
"website": "https://stack.lupus.digital",
|
|
@@ -900,7 +854,7 @@
|
|
|
900
854
|
"name": "druxt",
|
|
901
855
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
902
856
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
903
|
-
"npm": "
|
|
857
|
+
"npm": "",
|
|
904
858
|
"icon": "druxt.svg",
|
|
905
859
|
"github": "https://github.com/druxt/druxt.js",
|
|
906
860
|
"website": "https://druxtjs.org",
|
|
@@ -922,7 +876,7 @@
|
|
|
922
876
|
"name": "emotion",
|
|
923
877
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
924
878
|
"repo": "nuxt-community/emotion-module",
|
|
925
|
-
"npm": "
|
|
879
|
+
"npm": "",
|
|
926
880
|
"icon": "emotion.png",
|
|
927
881
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
928
882
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -945,7 +899,7 @@
|
|
|
945
899
|
"name": "eslint",
|
|
946
900
|
"description": "ESLint module for Nuxt.js",
|
|
947
901
|
"repo": "nuxt-community/eslint-module",
|
|
948
|
-
"npm": "
|
|
902
|
+
"npm": "",
|
|
949
903
|
"icon": "eslint.png",
|
|
950
904
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
951
905
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -967,7 +921,7 @@
|
|
|
967
921
|
"name": "event-trace",
|
|
968
922
|
"description": "Module for event trace in Nuxt.js",
|
|
969
923
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
970
|
-
"npm": "
|
|
924
|
+
"npm": "",
|
|
971
925
|
"icon": "",
|
|
972
926
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
973
927
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -989,7 +943,7 @@
|
|
|
989
943
|
"name": "fathom",
|
|
990
944
|
"description": "Fathom analytics for Nuxt",
|
|
991
945
|
"repo": "yabhq/nuxt-fathom",
|
|
992
|
-
"npm": "
|
|
946
|
+
"npm": "",
|
|
993
947
|
"icon": "fathom.png",
|
|
994
948
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
995
949
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -1011,7 +965,7 @@
|
|
|
1011
965
|
"name": "feature-toggle",
|
|
1012
966
|
"description": "Feature toggle module for Nuxt.js",
|
|
1013
967
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1014
|
-
"npm": "
|
|
968
|
+
"npm": "",
|
|
1015
969
|
"icon": "",
|
|
1016
970
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
1017
971
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -1033,7 +987,7 @@
|
|
|
1033
987
|
"name": "feed",
|
|
1034
988
|
"description": "Feed module enables everyone to have RSS, Atom and Json.",
|
|
1035
989
|
"repo": "nuxt-community/feed-module",
|
|
1036
|
-
"npm": "
|
|
990
|
+
"npm": "",
|
|
1037
991
|
"icon": "",
|
|
1038
992
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
1039
993
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -1056,7 +1010,7 @@
|
|
|
1056
1010
|
"name": "firebase",
|
|
1057
1011
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1058
1012
|
"repo": "nuxt-community/firebase-module",
|
|
1059
|
-
"npm": "
|
|
1013
|
+
"npm": "",
|
|
1060
1014
|
"icon": "firebase.png",
|
|
1061
1015
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1062
1016
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1078,7 +1032,7 @@
|
|
|
1078
1032
|
"name": "floating-prompt-module",
|
|
1079
1033
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1080
1034
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1081
|
-
"npm": "
|
|
1035
|
+
"npm": "",
|
|
1082
1036
|
"icon": "",
|
|
1083
1037
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1084
1038
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -1100,7 +1054,7 @@
|
|
|
1100
1054
|
"name": "font-loader-strategy",
|
|
1101
1055
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
1102
1056
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1103
|
-
"npm": "
|
|
1057
|
+
"npm": "",
|
|
1104
1058
|
"icon": "",
|
|
1105
1059
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1106
1060
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -1122,7 +1076,7 @@
|
|
|
1122
1076
|
"name": "fontagon",
|
|
1123
1077
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1124
1078
|
"repo": "kdydesign/nuxt-fontagon",
|
|
1125
|
-
"npm": "
|
|
1079
|
+
"npm": "",
|
|
1126
1080
|
"icon": "fontagon.png",
|
|
1127
1081
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1128
1082
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -1144,7 +1098,7 @@
|
|
|
1144
1098
|
"name": "fontawesome",
|
|
1145
1099
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
1146
1100
|
"repo": "nuxt-community/fontawesome-module",
|
|
1147
|
-
"npm": "
|
|
1101
|
+
"npm": "",
|
|
1148
1102
|
"icon": "font-awesome.png",
|
|
1149
1103
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
1150
1104
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -1166,7 +1120,7 @@
|
|
|
1166
1120
|
"name": "fullpage",
|
|
1167
1121
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
1168
1122
|
"repo": "vaso2/fullpage-nuxt",
|
|
1169
|
-
"npm": "
|
|
1123
|
+
"npm": "",
|
|
1170
1124
|
"icon": "",
|
|
1171
1125
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
1172
1126
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -1188,7 +1142,7 @@
|
|
|
1188
1142
|
"name": "github-api",
|
|
1189
1143
|
"description": "Nuxt module for GitHub v4 API",
|
|
1190
1144
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1191
|
-
"npm": "
|
|
1145
|
+
"npm": "",
|
|
1192
1146
|
"icon": "github.svg",
|
|
1193
1147
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1194
1148
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -1210,7 +1164,7 @@
|
|
|
1210
1164
|
"name": "google-adsense",
|
|
1211
1165
|
"description": "Google Adsense Module for Nuxt.js",
|
|
1212
1166
|
"repo": "nuxt-community/google-adsense-module",
|
|
1213
|
-
"npm": "
|
|
1167
|
+
"npm": "",
|
|
1214
1168
|
"icon": "google-adsense.png",
|
|
1215
1169
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
1216
1170
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -1232,7 +1186,7 @@
|
|
|
1232
1186
|
"name": "google-analytics",
|
|
1233
1187
|
"description": "Google analytics Module for Nuxt.js",
|
|
1234
1188
|
"repo": "nuxt-community/analytics-module",
|
|
1235
|
-
"npm": "
|
|
1189
|
+
"npm": "",
|
|
1236
1190
|
"icon": "google-analytics.png",
|
|
1237
1191
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
1238
1192
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -1264,7 +1218,7 @@
|
|
|
1264
1218
|
"name": "google-fonts",
|
|
1265
1219
|
"description": "Google Fonts module for NuxtJS",
|
|
1266
1220
|
"repo": "nuxt-community/google-fonts-module",
|
|
1267
|
-
"npm": "
|
|
1221
|
+
"npm": "",
|
|
1268
1222
|
"icon": "google-fonts.png",
|
|
1269
1223
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1270
1224
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1286,7 +1240,7 @@
|
|
|
1286
1240
|
"name": "google-gtag",
|
|
1287
1241
|
"description": "Google GTag for Nuxt.js",
|
|
1288
1242
|
"repo": "nuxt-community/google-gtag",
|
|
1289
|
-
"npm": "
|
|
1243
|
+
"npm": "",
|
|
1290
1244
|
"icon": "gtm.png",
|
|
1291
1245
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1292
1246
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1312,7 +1266,7 @@
|
|
|
1312
1266
|
"name": "google-optimize",
|
|
1313
1267
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1314
1268
|
"repo": "nuxt-community/google-optimize-module",
|
|
1315
|
-
"npm": "
|
|
1269
|
+
"npm": "",
|
|
1316
1270
|
"icon": "google-optimize.png",
|
|
1317
1271
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1318
1272
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1345,7 +1299,7 @@
|
|
|
1345
1299
|
"name": "graphql-request",
|
|
1346
1300
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1347
1301
|
"repo": "gomah/nuxt-graphql-request",
|
|
1348
|
-
"npm": "
|
|
1302
|
+
"npm": "",
|
|
1349
1303
|
"icon": "graphql-request.png",
|
|
1350
1304
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1351
1305
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1367,7 +1321,7 @@
|
|
|
1367
1321
|
"name": "gtm",
|
|
1368
1322
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1369
1323
|
"repo": "nuxt-community/gtm-module",
|
|
1370
|
-
"npm": "
|
|
1324
|
+
"npm": "",
|
|
1371
1325
|
"icon": "gtm.png",
|
|
1372
1326
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1373
1327
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1390,7 +1344,7 @@
|
|
|
1390
1344
|
"name": "guess",
|
|
1391
1345
|
"description": "Guess.js module for Nuxt.js",
|
|
1392
1346
|
"repo": "nuxt-community/guess-module",
|
|
1393
|
-
"npm": "
|
|
1347
|
+
"npm": "",
|
|
1394
1348
|
"icon": "guessjs.png",
|
|
1395
1349
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1396
1350
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1412,7 +1366,7 @@
|
|
|
1412
1366
|
"name": "headway",
|
|
1413
1367
|
"description": "Headway changelog widget for Nuxt",
|
|
1414
1368
|
"repo": "l-portet/nuxt-headway",
|
|
1415
|
-
"npm": "
|
|
1369
|
+
"npm": "",
|
|
1416
1370
|
"icon": "headway.png",
|
|
1417
1371
|
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1418
1372
|
"website": "https://nuxt-headway.netlify.app/",
|
|
@@ -1435,7 +1389,7 @@
|
|
|
1435
1389
|
"name": "helmet",
|
|
1436
1390
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1437
1391
|
"repo": "victor-perez/nuxt-helmet",
|
|
1438
|
-
"npm": "
|
|
1392
|
+
"npm": "",
|
|
1439
1393
|
"icon": "",
|
|
1440
1394
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1441
1395
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1457,7 +1411,7 @@
|
|
|
1457
1411
|
"name": "highcharts",
|
|
1458
1412
|
"description": "Highcharts for Nuxt",
|
|
1459
1413
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1460
|
-
"npm": "
|
|
1414
|
+
"npm": "",
|
|
1461
1415
|
"icon": "",
|
|
1462
1416
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1463
1417
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1479,7 +1433,7 @@
|
|
|
1479
1433
|
"name": "history-state",
|
|
1480
1434
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1481
1435
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1482
|
-
"npm": "
|
|
1436
|
+
"npm": "",
|
|
1483
1437
|
"icon": "",
|
|
1484
1438
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1485
1439
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1501,7 +1455,7 @@
|
|
|
1501
1455
|
"name": "html-minifier",
|
|
1502
1456
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1503
1457
|
"repo": "nuxt-community/html-minifier-module",
|
|
1504
|
-
"npm": "
|
|
1458
|
+
"npm": "",
|
|
1505
1459
|
"icon": "",
|
|
1506
1460
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1507
1461
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1523,7 +1477,7 @@
|
|
|
1523
1477
|
"name": "html-validator",
|
|
1524
1478
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1525
1479
|
"repo": "nuxt-community/html-validator-module",
|
|
1526
|
-
"npm": "
|
|
1480
|
+
"npm": "",
|
|
1527
1481
|
"icon": "html-validator.png",
|
|
1528
1482
|
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1529
1483
|
"website": "https://html-validator.nuxtjs.org",
|
|
@@ -1546,7 +1500,7 @@
|
|
|
1546
1500
|
"name": "http",
|
|
1547
1501
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1548
1502
|
"repo": "nuxt/http",
|
|
1549
|
-
"npm": "
|
|
1503
|
+
"npm": "",
|
|
1550
1504
|
"icon": "http.png",
|
|
1551
1505
|
"github": "https://github.com/nuxt/http",
|
|
1552
1506
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1574,7 +1528,7 @@
|
|
|
1574
1528
|
"name": "humans-txt",
|
|
1575
1529
|
"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
1530
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1577
|
-
"npm": "
|
|
1531
|
+
"npm": "",
|
|
1578
1532
|
"icon": "",
|
|
1579
1533
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1580
1534
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
@@ -1597,7 +1551,7 @@
|
|
|
1597
1551
|
"name": "i18n",
|
|
1598
1552
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1599
1553
|
"repo": "nuxt-community/i18n-module",
|
|
1600
|
-
"npm": "
|
|
1554
|
+
"npm": "",
|
|
1601
1555
|
"icon": "i18n.png",
|
|
1602
1556
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1603
1557
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1623,7 +1577,7 @@
|
|
|
1623
1577
|
"name": "image-loader",
|
|
1624
1578
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1625
1579
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1626
|
-
"npm": "
|
|
1580
|
+
"npm": "",
|
|
1627
1581
|
"icon": "",
|
|
1628
1582
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1629
1583
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1645,7 +1599,7 @@
|
|
|
1645
1599
|
"name": "image",
|
|
1646
1600
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1647
1601
|
"repo": "nuxt/image",
|
|
1648
|
-
"npm": "
|
|
1602
|
+
"npm": "",
|
|
1649
1603
|
"icon": "image.png",
|
|
1650
1604
|
"github": "https://github.com/nuxt/image",
|
|
1651
1605
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1680,7 +1634,7 @@
|
|
|
1680
1634
|
"name": "imagemin",
|
|
1681
1635
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1682
1636
|
"repo": "nuxt-community/imagemin-module",
|
|
1683
|
-
"npm": "
|
|
1637
|
+
"npm": "",
|
|
1684
1638
|
"icon": "imagemin.png",
|
|
1685
1639
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1686
1640
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1702,7 +1656,7 @@
|
|
|
1702
1656
|
"name": "intercom",
|
|
1703
1657
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1704
1658
|
"repo": "hex-digital/nuxt-intercom",
|
|
1705
|
-
"npm": "
|
|
1659
|
+
"npm": "",
|
|
1706
1660
|
"icon": "intercom.png",
|
|
1707
1661
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1708
1662
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1724,7 +1678,7 @@
|
|
|
1724
1678
|
"name": "jsonapi",
|
|
1725
1679
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1726
1680
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1727
|
-
"npm": "
|
|
1681
|
+
"npm": "",
|
|
1728
1682
|
"icon": "jsonapi.svg",
|
|
1729
1683
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1730
1684
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1746,7 +1700,7 @@
|
|
|
1746
1700
|
"name": "kentico-kontent",
|
|
1747
1701
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1748
1702
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1749
|
-
"npm": "
|
|
1703
|
+
"npm": "",
|
|
1750
1704
|
"icon": "",
|
|
1751
1705
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1752
1706
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1768,7 +1722,7 @@
|
|
|
1768
1722
|
"name": "laravel-echo",
|
|
1769
1723
|
"description": "Laravel Echo for Nuxt.js",
|
|
1770
1724
|
"repo": "nuxt-community/laravel-echo",
|
|
1771
|
-
"npm": "
|
|
1725
|
+
"npm": "",
|
|
1772
1726
|
"icon": "laravel-echo.png",
|
|
1773
1727
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1774
1728
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1790,7 +1744,7 @@
|
|
|
1790
1744
|
"name": "laravel-nuxt",
|
|
1791
1745
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1792
1746
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1793
|
-
"npm": "
|
|
1747
|
+
"npm": "",
|
|
1794
1748
|
"icon": "",
|
|
1795
1749
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1796
1750
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1812,7 +1766,7 @@
|
|
|
1812
1766
|
"name": "laravel",
|
|
1813
1767
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1814
1768
|
"repo": "m2sd/nuxt-laravel",
|
|
1815
|
-
"npm": "
|
|
1769
|
+
"npm": "",
|
|
1816
1770
|
"icon": "laravel.png",
|
|
1817
1771
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1818
1772
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1834,7 +1788,7 @@
|
|
|
1834
1788
|
"name": "leaflet",
|
|
1835
1789
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1836
1790
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1837
|
-
"npm": "
|
|
1791
|
+
"npm": "",
|
|
1838
1792
|
"icon": "leaflet.png",
|
|
1839
1793
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1840
1794
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1856,7 +1810,7 @@
|
|
|
1856
1810
|
"name": "localforage",
|
|
1857
1811
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1858
1812
|
"repo": "nuxt-community/localforage-module",
|
|
1859
|
-
"npm": "
|
|
1813
|
+
"npm": "",
|
|
1860
1814
|
"icon": "",
|
|
1861
1815
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1862
1816
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -1883,7 +1837,7 @@
|
|
|
1883
1837
|
"name": "localtunnel",
|
|
1884
1838
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
1885
1839
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
1886
|
-
"npm": "
|
|
1840
|
+
"npm": "",
|
|
1887
1841
|
"icon": "localtunnel.png",
|
|
1888
1842
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
1889
1843
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -1906,7 +1860,7 @@
|
|
|
1906
1860
|
"name": "logrocket",
|
|
1907
1861
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
1908
1862
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
1909
|
-
"npm": "
|
|
1863
|
+
"npm": "",
|
|
1910
1864
|
"icon": "logrocket.png",
|
|
1911
1865
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
1912
1866
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -1929,7 +1883,7 @@
|
|
|
1929
1883
|
"name": "lunr",
|
|
1930
1884
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
1931
1885
|
"repo": "nuxt-community/lunr-module",
|
|
1932
|
-
"npm": "
|
|
1886
|
+
"npm": "",
|
|
1933
1887
|
"icon": "",
|
|
1934
1888
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
1935
1889
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -1951,7 +1905,7 @@
|
|
|
1951
1905
|
"name": "markdownit",
|
|
1952
1906
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1953
1907
|
"repo": "nuxt-community/markdownit-module",
|
|
1954
|
-
"npm": "
|
|
1908
|
+
"npm": "",
|
|
1955
1909
|
"icon": "",
|
|
1956
1910
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1957
1911
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1974,7 +1928,7 @@
|
|
|
1974
1928
|
"name": "matomo",
|
|
1975
1929
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
1976
1930
|
"repo": "pimlie/nuxt-matomo",
|
|
1977
|
-
"npm": "
|
|
1931
|
+
"npm": "",
|
|
1978
1932
|
"icon": "matomo.png",
|
|
1979
1933
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
1980
1934
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -1996,7 +1950,7 @@
|
|
|
1996
1950
|
"name": "mdx",
|
|
1997
1951
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1998
1952
|
"repo": "nuxt-community/mdx-module",
|
|
1999
|
-
"npm": "
|
|
1953
|
+
"npm": "",
|
|
2000
1954
|
"icon": "mdx.png",
|
|
2001
1955
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
2002
1956
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -2019,7 +1973,7 @@
|
|
|
2019
1973
|
"name": "memwatch",
|
|
2020
1974
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
2021
1975
|
"repo": "pimlie/nuxt-memwatch",
|
|
2022
|
-
"npm": "
|
|
1976
|
+
"npm": "",
|
|
2023
1977
|
"icon": "",
|
|
2024
1978
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
2025
1979
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -2041,7 +1995,7 @@
|
|
|
2041
1995
|
"name": "mobile",
|
|
2042
1996
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2043
1997
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2044
|
-
"npm": "
|
|
1998
|
+
"npm": "",
|
|
2045
1999
|
"icon": "",
|
|
2046
2000
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2047
2001
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -2063,7 +2017,7 @@
|
|
|
2063
2017
|
"name": "moment",
|
|
2064
2018
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2065
2019
|
"repo": "nuxt-community/moment-module",
|
|
2066
|
-
"npm": "
|
|
2020
|
+
"npm": "",
|
|
2067
2021
|
"icon": "momentjs.png",
|
|
2068
2022
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2069
2023
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2090,7 +2044,7 @@
|
|
|
2090
2044
|
"name": "mq",
|
|
2091
2045
|
"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
2046
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2093
|
-
"npm": "
|
|
2047
|
+
"npm": "",
|
|
2094
2048
|
"icon": "",
|
|
2095
2049
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2096
2050
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -2112,7 +2066,7 @@
|
|
|
2112
2066
|
"name": "neo",
|
|
2113
2067
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
2114
2068
|
"repo": "ezypeeze/nuxt-neo",
|
|
2115
|
-
"npm": "
|
|
2069
|
+
"npm": "",
|
|
2116
2070
|
"icon": "",
|
|
2117
2071
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
2118
2072
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -2134,7 +2088,7 @@
|
|
|
2134
2088
|
"name": "netlify-cache",
|
|
2135
2089
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
2136
2090
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2137
|
-
"npm": "
|
|
2091
|
+
"npm": "",
|
|
2138
2092
|
"icon": "netlify.png",
|
|
2139
2093
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
2140
2094
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -2156,7 +2110,7 @@
|
|
|
2156
2110
|
"name": "netlify-files",
|
|
2157
2111
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
2158
2112
|
"repo": "nuxt-community/netlify-files-module",
|
|
2159
|
-
"npm": "
|
|
2113
|
+
"npm": "",
|
|
2160
2114
|
"icon": "netlify.png",
|
|
2161
2115
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
2162
2116
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -2179,7 +2133,7 @@
|
|
|
2179
2133
|
"name": "netlify",
|
|
2180
2134
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
2181
2135
|
"repo": "bazzite/nuxt-netlify",
|
|
2182
|
-
"npm": "
|
|
2136
|
+
"npm": "",
|
|
2183
2137
|
"icon": "netlify.png",
|
|
2184
2138
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
2185
2139
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -2201,7 +2155,7 @@
|
|
|
2201
2155
|
"name": "ngrok",
|
|
2202
2156
|
"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
2157
|
"repo": "nuxt-community/ngrok",
|
|
2204
|
-
"npm": "
|
|
2158
|
+
"npm": "",
|
|
2205
2159
|
"icon": "ngrok.png",
|
|
2206
2160
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2207
2161
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -2229,7 +2183,7 @@
|
|
|
2229
2183
|
"name": "notion",
|
|
2230
2184
|
"description": "Vue renderer for Notion pages",
|
|
2231
2185
|
"repo": "janniks/vue-notion",
|
|
2232
|
-
"npm": "
|
|
2186
|
+
"npm": "",
|
|
2233
2187
|
"icon": "notion.svg",
|
|
2234
2188
|
"github": "https://github.com/janniks/vue-notion",
|
|
2235
2189
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -2251,7 +2205,7 @@
|
|
|
2251
2205
|
"name": "nuxt-hue",
|
|
2252
2206
|
"description": "Enlighten your Nuxt experience",
|
|
2253
2207
|
"repo": "lihbr/nuxt-hue",
|
|
2254
|
-
"npm": "
|
|
2208
|
+
"npm": "",
|
|
2255
2209
|
"icon": "nuxt-hue.svg",
|
|
2256
2210
|
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2257
2211
|
"website": "https://github.com/lihbr/nuxt-hue",
|
|
@@ -2271,11 +2225,33 @@
|
|
|
2271
2225
|
}
|
|
2272
2226
|
}
|
|
2273
2227
|
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "nuxt-pino-log",
|
|
2230
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2231
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2232
|
+
"npm": "",
|
|
2233
|
+
"icon": "",
|
|
2234
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2235
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2236
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2237
|
+
"category": "Monitoring",
|
|
2238
|
+
"type": "3rd-party",
|
|
2239
|
+
"maintainers": [
|
|
2240
|
+
{
|
|
2241
|
+
"name": "kpn",
|
|
2242
|
+
"github": "kpn"
|
|
2243
|
+
}
|
|
2244
|
+
],
|
|
2245
|
+
"compatibility": {
|
|
2246
|
+
"nuxt": "^2.0.0",
|
|
2247
|
+
"requires": {}
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2274
2250
|
{
|
|
2275
2251
|
"name": "nuxt-png-to-ico",
|
|
2276
2252
|
"description": "Nuxt.js module for auto generating favicons",
|
|
2277
2253
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2278
|
-
"npm": "
|
|
2254
|
+
"npm": "",
|
|
2279
2255
|
"icon": "",
|
|
2280
2256
|
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2281
2257
|
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
@@ -2298,7 +2274,7 @@
|
|
|
2298
2274
|
"name": "nuxt-smartlook",
|
|
2299
2275
|
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2300
2276
|
"repo": "f00b4r/nuxt-smartlook",
|
|
2301
|
-
"npm": "
|
|
2277
|
+
"npm": "",
|
|
2302
2278
|
"icon": "nuxt-smartlook.png",
|
|
2303
2279
|
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2304
2280
|
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
@@ -2322,7 +2298,7 @@
|
|
|
2322
2298
|
"name": "nuxt-use-motion",
|
|
2323
2299
|
"description": "A Nuxt module putting your components in motion",
|
|
2324
2300
|
"repo": "Tahul/nuxt-use-motion",
|
|
2325
|
-
"npm": "
|
|
2301
|
+
"npm": "",
|
|
2326
2302
|
"icon": "nuxt-use-motion.svg",
|
|
2327
2303
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2328
2304
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -2344,7 +2320,7 @@
|
|
|
2344
2320
|
"name": "nuxt-use-sound",
|
|
2345
2321
|
"description": "A Nuxt module for playing sound effects.",
|
|
2346
2322
|
"repo": "Tahul/nuxt-use-sound",
|
|
2347
|
-
"npm": "
|
|
2323
|
+
"npm": "",
|
|
2348
2324
|
"icon": "nuxt-use-sound.svg",
|
|
2349
2325
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2350
2326
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -2366,7 +2342,7 @@
|
|
|
2366
2342
|
"name": "nuxt-viewport",
|
|
2367
2343
|
"description": "Define custom viewports for your Nuxt project",
|
|
2368
2344
|
"repo": "mvrlin/nuxt-viewport",
|
|
2369
|
-
"npm": "
|
|
2345
|
+
"npm": "",
|
|
2370
2346
|
"icon": "nuxt-viewport.svg",
|
|
2371
2347
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2372
2348
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -2388,7 +2364,7 @@
|
|
|
2388
2364
|
"name": "nuxt7",
|
|
2389
2365
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2390
2366
|
"repo": "nuxt-community/nuxt7",
|
|
2391
|
-
"npm": "
|
|
2367
|
+
"npm": "",
|
|
2392
2368
|
"icon": "",
|
|
2393
2369
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2394
2370
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -2411,7 +2387,7 @@
|
|
|
2411
2387
|
"name": "onesignal",
|
|
2412
2388
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
2413
2389
|
"repo": "nuxt-community/onesignal-module",
|
|
2414
|
-
"npm": "
|
|
2390
|
+
"npm": "",
|
|
2415
2391
|
"icon": "one-signal.png",
|
|
2416
2392
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
2417
2393
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -2434,7 +2410,7 @@
|
|
|
2434
2410
|
"name": "optimized-images",
|
|
2435
2411
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
2436
2412
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
2437
|
-
"npm": "
|
|
2413
|
+
"npm": "",
|
|
2438
2414
|
"icon": "",
|
|
2439
2415
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
2440
2416
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -2457,7 +2433,7 @@
|
|
|
2457
2433
|
"name": "page-generator-helper",
|
|
2458
2434
|
"description": "Generate your pages statically without using payload extractors.",
|
|
2459
2435
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2460
|
-
"npm": "
|
|
2436
|
+
"npm": "",
|
|
2461
2437
|
"icon": "",
|
|
2462
2438
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2463
2439
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -2479,7 +2455,7 @@
|
|
|
2479
2455
|
"name": "parse",
|
|
2480
2456
|
"description": "Parse package for Nuxt.js",
|
|
2481
2457
|
"repo": "cierrateam/nuxt-parse",
|
|
2482
|
-
"npm": "
|
|
2458
|
+
"npm": "",
|
|
2483
2459
|
"icon": "",
|
|
2484
2460
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
2485
2461
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -2501,7 +2477,7 @@
|
|
|
2501
2477
|
"name": "persian-datepicker",
|
|
2502
2478
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2503
2479
|
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2504
|
-
"npm": "
|
|
2480
|
+
"npm": "",
|
|
2505
2481
|
"icon": "persian-datepicker.svg",
|
|
2506
2482
|
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2507
2483
|
"website": "https://alireza-ab.ir/datepicker",
|
|
@@ -2524,7 +2500,7 @@
|
|
|
2524
2500
|
"name": "pinia",
|
|
2525
2501
|
"description": "The Vue Store that you will enjoy using",
|
|
2526
2502
|
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2527
|
-
"npm": "
|
|
2503
|
+
"npm": "",
|
|
2528
2504
|
"icon": "pinia.svg",
|
|
2529
2505
|
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2530
2506
|
"website": "https://pinia.esm.dev/",
|
|
@@ -2548,7 +2524,7 @@
|
|
|
2548
2524
|
"name": "plausible",
|
|
2549
2525
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2550
2526
|
"repo": "moritzsternemann/vue-plausible",
|
|
2551
|
-
"npm": "
|
|
2527
|
+
"npm": "",
|
|
2552
2528
|
"icon": "plausible.png",
|
|
2553
2529
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2554
2530
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
@@ -2570,7 +2546,7 @@
|
|
|
2570
2546
|
"name": "precompress",
|
|
2571
2547
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2572
2548
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2573
|
-
"npm": "
|
|
2549
|
+
"npm": "",
|
|
2574
2550
|
"icon": "",
|
|
2575
2551
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2576
2552
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2592,7 +2568,7 @@
|
|
|
2592
2568
|
"name": "prismic",
|
|
2593
2569
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2594
2570
|
"repo": "nuxt-community/prismic-module",
|
|
2595
|
-
"npm": "
|
|
2571
|
+
"npm": "",
|
|
2596
2572
|
"icon": "prismic.png",
|
|
2597
2573
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
2598
2574
|
"website": "https://prismic.nuxtjs.org",
|
|
@@ -2624,7 +2600,7 @@
|
|
|
2624
2600
|
"name": "protected-mailto",
|
|
2625
2601
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2626
2602
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2627
|
-
"npm": "
|
|
2603
|
+
"npm": "",
|
|
2628
2604
|
"icon": "",
|
|
2629
2605
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2630
2606
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2646,7 +2622,7 @@
|
|
|
2646
2622
|
"name": "proxy",
|
|
2647
2623
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2648
2624
|
"repo": "nuxt-community/proxy-module",
|
|
2649
|
-
"npm": "
|
|
2625
|
+
"npm": "",
|
|
2650
2626
|
"icon": "",
|
|
2651
2627
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2652
2628
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2669,7 +2645,7 @@
|
|
|
2669
2645
|
"name": "prune-html",
|
|
2670
2646
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2671
2647
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2672
|
-
"npm": "
|
|
2648
|
+
"npm": "",
|
|
2673
2649
|
"icon": "",
|
|
2674
2650
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2675
2651
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2692,7 +2668,7 @@
|
|
|
2692
2668
|
"name": "purgecss",
|
|
2693
2669
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2694
2670
|
"repo": "Developmint/nuxt-purgecss",
|
|
2695
|
-
"npm": "
|
|
2671
|
+
"npm": "",
|
|
2696
2672
|
"icon": "purgecss.png",
|
|
2697
2673
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2698
2674
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2714,7 +2690,7 @@
|
|
|
2714
2690
|
"name": "pwa",
|
|
2715
2691
|
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2716
2692
|
"repo": "nuxt-community/pwa-module",
|
|
2717
|
-
"npm": "
|
|
2693
|
+
"npm": "",
|
|
2718
2694
|
"icon": "pwa.png",
|
|
2719
2695
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2720
2696
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2739,7 +2715,7 @@
|
|
|
2739
2715
|
"name": "python",
|
|
2740
2716
|
"description": "Write Nuxt.js applications using Python",
|
|
2741
2717
|
"repo": "nuxt-community/python-module",
|
|
2742
|
-
"npm": "
|
|
2718
|
+
"npm": "",
|
|
2743
2719
|
"icon": "python.png",
|
|
2744
2720
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2745
2721
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -2761,7 +2737,7 @@
|
|
|
2761
2737
|
"name": "recaptcha",
|
|
2762
2738
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
2763
2739
|
"repo": "nuxt-community/recaptcha-module",
|
|
2764
|
-
"npm": "
|
|
2740
|
+
"npm": "",
|
|
2765
2741
|
"icon": "recaptcha.png",
|
|
2766
2742
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
2767
2743
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -2783,7 +2759,7 @@
|
|
|
2783
2759
|
"name": "redirect",
|
|
2784
2760
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
2785
2761
|
"repo": "nuxt-community/redirect-module",
|
|
2786
|
-
"npm": "
|
|
2762
|
+
"npm": "",
|
|
2787
2763
|
"icon": "",
|
|
2788
2764
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
2789
2765
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -2806,7 +2782,7 @@
|
|
|
2806
2782
|
"name": "rfg-icon",
|
|
2807
2783
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
2808
2784
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
2809
|
-
"npm": "
|
|
2785
|
+
"npm": "",
|
|
2810
2786
|
"icon": "real-favicon-generator.png",
|
|
2811
2787
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2812
2788
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -2828,7 +2804,7 @@
|
|
|
2828
2804
|
"name": "robots",
|
|
2829
2805
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
2830
2806
|
"repo": "nuxt-community/robots-module",
|
|
2831
|
-
"npm": "
|
|
2807
|
+
"npm": "",
|
|
2832
2808
|
"icon": "",
|
|
2833
2809
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
2834
2810
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
@@ -2850,7 +2826,7 @@
|
|
|
2850
2826
|
"name": "rollbar",
|
|
2851
2827
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
2852
2828
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
2853
|
-
"npm": "
|
|
2829
|
+
"npm": "",
|
|
2854
2830
|
"icon": "rollbar.png",
|
|
2855
2831
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
2856
2832
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -2872,7 +2848,7 @@
|
|
|
2872
2848
|
"name": "router-extras",
|
|
2873
2849
|
"description": "Extra Add-ons for nuxt router",
|
|
2874
2850
|
"repo": "nuxt-community/router-extras-module",
|
|
2875
|
-
"npm": "
|
|
2851
|
+
"npm": "",
|
|
2876
2852
|
"icon": "vue.png",
|
|
2877
2853
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2878
2854
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -2895,7 +2871,7 @@
|
|
|
2895
2871
|
"name": "router",
|
|
2896
2872
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
2897
2873
|
"repo": "nuxt-community/router-module",
|
|
2898
|
-
"npm": "
|
|
2874
|
+
"npm": "",
|
|
2899
2875
|
"icon": "vue.png",
|
|
2900
2876
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2901
2877
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -2918,7 +2894,7 @@
|
|
|
2918
2894
|
"name": "sanity",
|
|
2919
2895
|
"description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
|
|
2920
2896
|
"repo": "nuxt-community/sanity-module#main",
|
|
2921
|
-
"npm": "
|
|
2897
|
+
"npm": "",
|
|
2922
2898
|
"icon": "sanity.png",
|
|
2923
2899
|
"github": "https://github.com/nuxt-community/sanity-module#main",
|
|
2924
2900
|
"website": "https://sanity.nuxtjs.org",
|
|
@@ -2941,7 +2917,7 @@
|
|
|
2941
2917
|
"name": "scss-to-js",
|
|
2942
2918
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
2943
2919
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
2944
|
-
"npm": "
|
|
2920
|
+
"npm": "",
|
|
2945
2921
|
"icon": "",
|
|
2946
2922
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
2947
2923
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -2963,7 +2939,7 @@
|
|
|
2963
2939
|
"name": "segment",
|
|
2964
2940
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
2965
2941
|
"repo": "dansmaculotte/nuxt-segment",
|
|
2966
|
-
"npm": "
|
|
2942
|
+
"npm": "",
|
|
2967
2943
|
"icon": "segment.png",
|
|
2968
2944
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
2969
2945
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -2985,7 +2961,7 @@
|
|
|
2985
2961
|
"name": "sentry",
|
|
2986
2962
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
2987
2963
|
"repo": "nuxt-community/sentry-module",
|
|
2988
|
-
"npm": "
|
|
2964
|
+
"npm": "",
|
|
2989
2965
|
"icon": "sentry.png",
|
|
2990
2966
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2991
2967
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -3007,7 +2983,7 @@
|
|
|
3007
2983
|
"name": "seo-meta",
|
|
3008
2984
|
"description": "Simple generate seo metadata",
|
|
3009
2985
|
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3010
|
-
"npm": "
|
|
2986
|
+
"npm": "",
|
|
3011
2987
|
"icon": "",
|
|
3012
2988
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3013
2989
|
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3030,7 +3006,7 @@
|
|
|
3030
3006
|
"name": "seomatic-meta",
|
|
3031
3007
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
3032
3008
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
3033
|
-
"npm": "
|
|
3009
|
+
"npm": "",
|
|
3034
3010
|
"icon": "seomatic.png",
|
|
3035
3011
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
3036
3012
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -3052,7 +3028,7 @@
|
|
|
3052
3028
|
"name": "separate-env",
|
|
3053
3029
|
"description": "Separated environment variables for server and client builds",
|
|
3054
3030
|
"repo": "nuxt-community/separate-env-module",
|
|
3055
|
-
"npm": "
|
|
3031
|
+
"npm": "",
|
|
3056
3032
|
"icon": "",
|
|
3057
3033
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
3058
3034
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -3075,7 +3051,7 @@
|
|
|
3075
3051
|
"name": "shopify",
|
|
3076
3052
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
3077
3053
|
"repo": "Gomah/nuxt-shopify",
|
|
3078
|
-
"npm": "
|
|
3054
|
+
"npm": "",
|
|
3079
3055
|
"icon": "shopify.png",
|
|
3080
3056
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
3081
3057
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -3097,7 +3073,7 @@
|
|
|
3097
3073
|
"name": "simple-line-icons",
|
|
3098
3074
|
"description": "Nuxt module to add simple-line-icons ",
|
|
3099
3075
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
3100
|
-
"npm": "
|
|
3076
|
+
"npm": "",
|
|
3101
3077
|
"icon": "",
|
|
3102
3078
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
3103
3079
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -3119,7 +3095,7 @@
|
|
|
3119
3095
|
"name": "sitemap",
|
|
3120
3096
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
3121
3097
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
3122
|
-
"npm": "
|
|
3098
|
+
"npm": "",
|
|
3123
3099
|
"icon": "",
|
|
3124
3100
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
3125
3101
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -3142,7 +3118,7 @@
|
|
|
3142
3118
|
"name": "snipcart",
|
|
3143
3119
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3144
3120
|
"repo": "nuxt-community/snipcart-module",
|
|
3145
|
-
"npm": "
|
|
3121
|
+
"npm": "",
|
|
3146
3122
|
"icon": "snipcart.png",
|
|
3147
3123
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3148
3124
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -3165,7 +3141,7 @@
|
|
|
3165
3141
|
"name": "social-meta",
|
|
3166
3142
|
"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
3143
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
3168
|
-
"npm": "
|
|
3144
|
+
"npm": "",
|
|
3169
3145
|
"icon": "",
|
|
3170
3146
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
3171
3147
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -3187,7 +3163,7 @@
|
|
|
3187
3163
|
"name": "socket-io",
|
|
3188
3164
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
3189
3165
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
3190
|
-
"npm": "
|
|
3166
|
+
"npm": "",
|
|
3191
3167
|
"icon": "socket-io.png",
|
|
3192
3168
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
3193
3169
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -3209,7 +3185,7 @@
|
|
|
3209
3185
|
"name": "speedcurve",
|
|
3210
3186
|
"description": "Speedcurve LUX module for Nuxt",
|
|
3211
3187
|
"repo": "nuxt-community/speedcurve-module",
|
|
3212
|
-
"npm": "
|
|
3188
|
+
"npm": "",
|
|
3213
3189
|
"icon": "speedcurve.png",
|
|
3214
3190
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
3215
3191
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -3232,7 +3208,7 @@
|
|
|
3232
3208
|
"name": "speedkit",
|
|
3233
3209
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3234
3210
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3235
|
-
"npm": "
|
|
3211
|
+
"npm": "",
|
|
3236
3212
|
"icon": "speedkit.png",
|
|
3237
3213
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3238
3214
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -3265,7 +3241,7 @@
|
|
|
3265
3241
|
"name": "storage",
|
|
3266
3242
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
3267
3243
|
"repo": "mazipan/nuxt-storage",
|
|
3268
|
-
"npm": "
|
|
3244
|
+
"npm": "",
|
|
3269
3245
|
"icon": "",
|
|
3270
3246
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
3271
3247
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -3287,7 +3263,7 @@
|
|
|
3287
3263
|
"name": "storefront-ui",
|
|
3288
3264
|
"description": "Storefront UI Module for Nuxt.js",
|
|
3289
3265
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3290
|
-
"npm": "
|
|
3266
|
+
"npm": "",
|
|
3291
3267
|
"icon": "storefront-ui.svg",
|
|
3292
3268
|
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3293
3269
|
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
@@ -3309,7 +3285,7 @@
|
|
|
3309
3285
|
"name": "stories",
|
|
3310
3286
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
3311
3287
|
"repo": "richardeschloss/nuxt-stories",
|
|
3312
|
-
"npm": "
|
|
3288
|
+
"npm": "",
|
|
3313
3289
|
"icon": "",
|
|
3314
3290
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
3315
3291
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -3331,7 +3307,7 @@
|
|
|
3331
3307
|
"name": "storyblok",
|
|
3332
3308
|
"description": "Storyblok Nuxt.js module",
|
|
3333
3309
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3334
|
-
"npm": "
|
|
3310
|
+
"npm": "",
|
|
3335
3311
|
"icon": "storyblok.png",
|
|
3336
3312
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3337
3313
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3345,7 +3321,7 @@
|
|
|
3345
3321
|
}
|
|
3346
3322
|
],
|
|
3347
3323
|
"compatibility": {
|
|
3348
|
-
"nuxt": "^2.0.0",
|
|
3324
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3349
3325
|
"requires": {}
|
|
3350
3326
|
}
|
|
3351
3327
|
},
|
|
@@ -3353,7 +3329,7 @@
|
|
|
3353
3329
|
"name": "storybook",
|
|
3354
3330
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
3355
3331
|
"repo": "nuxt-community/storybook",
|
|
3356
|
-
"npm": "
|
|
3332
|
+
"npm": "",
|
|
3357
3333
|
"icon": "storybook.png",
|
|
3358
3334
|
"github": "https://github.com/nuxt-community/storybook",
|
|
3359
3335
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -3383,7 +3359,7 @@
|
|
|
3383
3359
|
"name": "strapi",
|
|
3384
3360
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
3385
3361
|
"repo": "nuxt-community/strapi-module",
|
|
3386
|
-
"npm": "
|
|
3362
|
+
"npm": "",
|
|
3387
3363
|
"icon": "strapi.png",
|
|
3388
3364
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
3389
3365
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -3403,7 +3379,7 @@
|
|
|
3403
3379
|
}
|
|
3404
3380
|
],
|
|
3405
3381
|
"compatibility": {
|
|
3406
|
-
"nuxt": "^2.0.0",
|
|
3382
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3407
3383
|
"requires": {}
|
|
3408
3384
|
}
|
|
3409
3385
|
},
|
|
@@ -3411,7 +3387,7 @@
|
|
|
3411
3387
|
"name": "stripe",
|
|
3412
3388
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
3413
3389
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
3414
|
-
"npm": "
|
|
3390
|
+
"npm": "",
|
|
3415
3391
|
"icon": "stripe.png",
|
|
3416
3392
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
3417
3393
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -3433,7 +3409,7 @@
|
|
|
3433
3409
|
"name": "style-resources",
|
|
3434
3410
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
3435
3411
|
"repo": "nuxt-community/style-resources-module",
|
|
3436
|
-
"npm": "
|
|
3412
|
+
"npm": "",
|
|
3437
3413
|
"icon": "",
|
|
3438
3414
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
3439
3415
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -3456,7 +3432,7 @@
|
|
|
3456
3432
|
"name": "stylelint",
|
|
3457
3433
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
3458
3434
|
"repo": "nuxt-community/stylelint-module",
|
|
3459
|
-
"npm": "
|
|
3435
|
+
"npm": "",
|
|
3460
3436
|
"icon": "stylelint.png",
|
|
3461
3437
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
3462
3438
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -3478,7 +3454,7 @@
|
|
|
3478
3454
|
"name": "supabase",
|
|
3479
3455
|
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3480
3456
|
"repo": "supabase/nuxt-supabase",
|
|
3481
|
-
"npm": "
|
|
3457
|
+
"npm": "",
|
|
3482
3458
|
"icon": "supabase.png",
|
|
3483
3459
|
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3484
3460
|
"website": "https://github.com/supabase/nuxt-supabase",
|
|
@@ -3501,7 +3477,7 @@
|
|
|
3501
3477
|
"name": "svg-loader",
|
|
3502
3478
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
3503
3479
|
"repo": "Developmint/nuxt-svg-loader",
|
|
3504
|
-
"npm": "
|
|
3480
|
+
"npm": "",
|
|
3505
3481
|
"icon": "",
|
|
3506
3482
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
3507
3483
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -3523,7 +3499,7 @@
|
|
|
3523
3499
|
"name": "svg-sprite",
|
|
3524
3500
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
3525
3501
|
"repo": "nuxt-community/svg-sprite-module",
|
|
3526
|
-
"npm": "
|
|
3502
|
+
"npm": "",
|
|
3527
3503
|
"icon": "",
|
|
3528
3504
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
3529
3505
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -3546,7 +3522,7 @@
|
|
|
3546
3522
|
"name": "svg",
|
|
3547
3523
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
3548
3524
|
"repo": "nuxt-community/svg-module",
|
|
3549
|
-
"npm": "
|
|
3525
|
+
"npm": "",
|
|
3550
3526
|
"icon": "",
|
|
3551
3527
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
3552
3528
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -3568,7 +3544,7 @@
|
|
|
3568
3544
|
"name": "sweetalert2",
|
|
3569
3545
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
3570
3546
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
3571
|
-
"npm": "
|
|
3547
|
+
"npm": "",
|
|
3572
3548
|
"icon": "",
|
|
3573
3549
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
3574
3550
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -3590,7 +3566,7 @@
|
|
|
3590
3566
|
"name": "tailwindcss",
|
|
3591
3567
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
3592
3568
|
"repo": "nuxt-community/tailwindcss-module",
|
|
3593
|
-
"npm": "
|
|
3569
|
+
"npm": "",
|
|
3594
3570
|
"icon": "tailwindcss.png",
|
|
3595
3571
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
3596
3572
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -3613,7 +3589,7 @@
|
|
|
3613
3589
|
"name": "tiktok-analytics",
|
|
3614
3590
|
"description": "",
|
|
3615
3591
|
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3616
|
-
"npm": "
|
|
3592
|
+
"npm": "",
|
|
3617
3593
|
"icon": "",
|
|
3618
3594
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3619
3595
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
@@ -3636,7 +3612,7 @@
|
|
|
3636
3612
|
"name": "toast",
|
|
3637
3613
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
3638
3614
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
3639
|
-
"npm": "
|
|
3615
|
+
"npm": "",
|
|
3640
3616
|
"icon": "",
|
|
3641
3617
|
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3642
3618
|
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
@@ -3659,7 +3635,7 @@
|
|
|
3659
3635
|
"name": "twa",
|
|
3660
3636
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3661
3637
|
"repo": "tuarrep/nuxt-twa",
|
|
3662
|
-
"npm": "
|
|
3638
|
+
"npm": "",
|
|
3663
3639
|
"icon": "",
|
|
3664
3640
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3665
3641
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
@@ -3674,14 +3650,16 @@
|
|
|
3674
3650
|
],
|
|
3675
3651
|
"compatibility": {
|
|
3676
3652
|
"nuxt": "^2.0.0",
|
|
3677
|
-
"requires": {
|
|
3653
|
+
"requires": {
|
|
3654
|
+
"bridge": "optional"
|
|
3655
|
+
}
|
|
3678
3656
|
}
|
|
3679
3657
|
},
|
|
3680
3658
|
{
|
|
3681
3659
|
"name": "typed-router",
|
|
3682
3660
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
3683
3661
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
3684
|
-
"npm": "
|
|
3662
|
+
"npm": "",
|
|
3685
3663
|
"icon": "vue.png",
|
|
3686
3664
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3687
3665
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
@@ -3703,7 +3681,7 @@
|
|
|
3703
3681
|
"name": "typescript-runtime",
|
|
3704
3682
|
"description": "TypeScript Runtime support for Nuxt",
|
|
3705
3683
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
3706
|
-
"npm": "
|
|
3684
|
+
"npm": "",
|
|
3707
3685
|
"icon": "typescript.svg",
|
|
3708
3686
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
3709
3687
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -3735,7 +3713,7 @@
|
|
|
3735
3713
|
"name": "typescript",
|
|
3736
3714
|
"description": "TypeScript Support for Nuxt",
|
|
3737
3715
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
3738
|
-
"npm": "
|
|
3716
|
+
"npm": "",
|
|
3739
3717
|
"icon": "typescript.svg",
|
|
3740
3718
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
3741
3719
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -3767,7 +3745,7 @@
|
|
|
3767
3745
|
"name": "universal-storage",
|
|
3768
3746
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
3769
3747
|
"repo": "nuxt-community/universal-storage-module",
|
|
3770
|
-
"npm": "
|
|
3748
|
+
"npm": "",
|
|
3771
3749
|
"icon": "",
|
|
3772
3750
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
3773
3751
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -3795,7 +3773,7 @@
|
|
|
3795
3773
|
"name": "unocss",
|
|
3796
3774
|
"description": "The instant on-demand atomic CSS engine.",
|
|
3797
3775
|
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3798
|
-
"npm": "
|
|
3776
|
+
"npm": "",
|
|
3799
3777
|
"icon": "unocss.svg",
|
|
3800
3778
|
"github": "https://github.com/antfu/unocss",
|
|
3801
3779
|
"website": "https://github.com/antfu/unocss",
|
|
@@ -3821,7 +3799,7 @@
|
|
|
3821
3799
|
"name": "user-agent",
|
|
3822
3800
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
3823
3801
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
3824
|
-
"npm": "
|
|
3802
|
+
"npm": "",
|
|
3825
3803
|
"icon": "",
|
|
3826
3804
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
3827
3805
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -3843,7 +3821,7 @@
|
|
|
3843
3821
|
"name": "validate",
|
|
3844
3822
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
3845
3823
|
"repo": "lewyuburi/nuxt-validate",
|
|
3846
|
-
"npm": "
|
|
3824
|
+
"npm": "",
|
|
3847
3825
|
"icon": "vee-validate.png",
|
|
3848
3826
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
3849
3827
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -3865,7 +3843,7 @@
|
|
|
3865
3843
|
"name": "vendor",
|
|
3866
3844
|
"description": "directly serve node_modules",
|
|
3867
3845
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
3868
|
-
"npm": "
|
|
3846
|
+
"npm": "",
|
|
3869
3847
|
"icon": "",
|
|
3870
3848
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
3871
3849
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -3888,7 +3866,7 @@
|
|
|
3888
3866
|
"name": "vue-material",
|
|
3889
3867
|
"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.",
|
|
3890
3868
|
"repo": "vaso2/nuxt-vue-material",
|
|
3891
|
-
"npm": "
|
|
3869
|
+
"npm": "",
|
|
3892
3870
|
"icon": "vue-material.png",
|
|
3893
3871
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
3894
3872
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -3910,7 +3888,7 @@
|
|
|
3910
3888
|
"name": "vue-multiselect",
|
|
3911
3889
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
3912
3890
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
3913
|
-
"npm": "
|
|
3891
|
+
"npm": "",
|
|
3914
3892
|
"icon": "",
|
|
3915
3893
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
3916
3894
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -3932,7 +3910,7 @@
|
|
|
3932
3910
|
"name": "vue-select",
|
|
3933
3911
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
3934
3912
|
"repo": "madmod/nuxt-vue-select",
|
|
3935
|
-
"npm": "
|
|
3913
|
+
"npm": "",
|
|
3936
3914
|
"icon": "",
|
|
3937
3915
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
3938
3916
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -3954,7 +3932,7 @@
|
|
|
3954
3932
|
"name": "vue-warehouse",
|
|
3955
3933
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
3956
3934
|
"repo": "juliomrqz/vue-warehouse",
|
|
3957
|
-
"npm": "
|
|
3935
|
+
"npm": "",
|
|
3958
3936
|
"icon": "",
|
|
3959
3937
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
3960
3938
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -3977,7 +3955,7 @@
|
|
|
3977
3955
|
"name": "vuetify",
|
|
3978
3956
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
3979
3957
|
"repo": "nuxt-community/vuetify-module",
|
|
3980
|
-
"npm": "
|
|
3958
|
+
"npm": "",
|
|
3981
3959
|
"icon": "vuetify.png",
|
|
3982
3960
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
3983
3961
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -4004,7 +3982,7 @@
|
|
|
4004
3982
|
"name": "vueuse",
|
|
4005
3983
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4006
3984
|
"repo": "vueuse/vueuse#main/packages/core",
|
|
4007
|
-
"npm": "
|
|
3985
|
+
"npm": "",
|
|
4008
3986
|
"icon": "vueuse.svg",
|
|
4009
3987
|
"github": "https://github.com/vueuse/vueuse",
|
|
4010
3988
|
"website": "https://vueuse.org",
|
|
@@ -4029,7 +4007,7 @@
|
|
|
4029
4007
|
"name": "vuex-router-sync",
|
|
4030
4008
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
4031
4009
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
4032
|
-
"npm": "
|
|
4010
|
+
"npm": "",
|
|
4033
4011
|
"icon": "",
|
|
4034
4012
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
4035
4013
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -4051,7 +4029,7 @@
|
|
|
4051
4029
|
"name": "web-vitals",
|
|
4052
4030
|
"description": "Web Vitals for Nuxt",
|
|
4053
4031
|
"repo": "nuxt-community/web-vitals-module",
|
|
4054
|
-
"npm": "
|
|
4032
|
+
"npm": "",
|
|
4055
4033
|
"icon": "",
|
|
4056
4034
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4057
4035
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
@@ -4083,7 +4061,7 @@
|
|
|
4083
4061
|
"name": "web3js",
|
|
4084
4062
|
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4085
4063
|
"repo": "fauzan121002/nuxt-web3",
|
|
4086
|
-
"npm": "
|
|
4064
|
+
"npm": "",
|
|
4087
4065
|
"icon": "web3js.svg",
|
|
4088
4066
|
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4089
4067
|
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
@@ -4106,7 +4084,7 @@
|
|
|
4106
4084
|
"name": "webfontloader",
|
|
4107
4085
|
"description": "Efficient web font loading has never been easier!",
|
|
4108
4086
|
"repo": "Developmint/nuxt-webfontloader",
|
|
4109
|
-
"npm": "
|
|
4087
|
+
"npm": "",
|
|
4110
4088
|
"icon": "",
|
|
4111
4089
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
4112
4090
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -4128,7 +4106,7 @@
|
|
|
4128
4106
|
"name": "webpack-optimisations",
|
|
4129
4107
|
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4130
4108
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4131
|
-
"npm": "
|
|
4109
|
+
"npm": "",
|
|
4132
4110
|
"icon": "build-optimisations.svg",
|
|
4133
4111
|
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4134
4112
|
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
@@ -4152,7 +4130,7 @@
|
|
|
4152
4130
|
"name": "webpack-profile",
|
|
4153
4131
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
4154
4132
|
"repo": "nuxt-community/webpack-profile-module",
|
|
4155
|
-
"npm": "
|
|
4133
|
+
"npm": "",
|
|
4156
4134
|
"icon": "webpack.png",
|
|
4157
4135
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
4158
4136
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -4175,7 +4153,7 @@
|
|
|
4175
4153
|
"name": "webpackdashboard",
|
|
4176
4154
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
4177
4155
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
4178
|
-
"npm": "
|
|
4156
|
+
"npm": "",
|
|
4179
4157
|
"icon": "webpack.png",
|
|
4180
4158
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
4181
4159
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -4197,7 +4175,7 @@
|
|
|
4197
4175
|
"name": "webpackmonitor",
|
|
4198
4176
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
4199
4177
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
4200
|
-
"npm": "
|
|
4178
|
+
"npm": "",
|
|
4201
4179
|
"icon": "webpack.png",
|
|
4202
4180
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
4203
4181
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -4220,7 +4198,7 @@
|
|
|
4220
4198
|
"name": "windicss",
|
|
4221
4199
|
"description": "Next generation utility-first CSS framework.",
|
|
4222
4200
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4223
|
-
"npm": "
|
|
4201
|
+
"npm": "",
|
|
4224
4202
|
"icon": "windicss.svg",
|
|
4225
4203
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4226
4204
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -4250,7 +4228,7 @@
|
|
|
4250
4228
|
"name": "winston-log",
|
|
4251
4229
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
4252
4230
|
"repo": "aaronransley/nuxt-winston-log",
|
|
4253
|
-
"npm": "
|
|
4231
|
+
"npm": "",
|
|
4254
4232
|
"icon": "winston.png",
|
|
4255
4233
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
4256
4234
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -4272,7 +4250,7 @@
|
|
|
4272
4250
|
"name": "wp-nuxt",
|
|
4273
4251
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
4274
4252
|
"repo": "yashha/wp-nuxt",
|
|
4275
|
-
"npm": "
|
|
4253
|
+
"npm": "",
|
|
4276
4254
|
"icon": "wordpress.png",
|
|
4277
4255
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
4278
4256
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -4294,7 +4272,7 @@
|
|
|
4294
4272
|
"name": "xhr-cache",
|
|
4295
4273
|
"description": "Cache api resources and serve it as static resource",
|
|
4296
4274
|
"repo": "gaetansenn/xhr-cache",
|
|
4297
|
-
"npm": "
|
|
4275
|
+
"npm": "",
|
|
4298
4276
|
"icon": "",
|
|
4299
4277
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
4300
4278
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -4316,7 +4294,7 @@
|
|
|
4316
4294
|
"name": "xui",
|
|
4317
4295
|
"description": "Light module to help design websites with Nuxt.",
|
|
4318
4296
|
"repo": "MetaCorp/xui-module",
|
|
4319
|
-
"npm": "
|
|
4297
|
+
"npm": "",
|
|
4320
4298
|
"icon": "",
|
|
4321
4299
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
4322
4300
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -4338,7 +4316,7 @@
|
|
|
4338
4316
|
"name": "yandex-metrika",
|
|
4339
4317
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
4340
4318
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
4341
|
-
"npm": "
|
|
4319
|
+
"npm": "",
|
|
4342
4320
|
"icon": "",
|
|
4343
4321
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4344
4322
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -4361,7 +4339,7 @@
|
|
|
4361
4339
|
"name": "zendesk",
|
|
4362
4340
|
"description": "Nuxt.js module for Zendesk",
|
|
4363
4341
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
4364
|
-
"npm": "
|
|
4342
|
+
"npm": "",
|
|
4365
4343
|
"icon": "zendesk.png",
|
|
4366
4344
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
4367
4345
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|