@nuxt/modules 0.5.0-be4f10 → 0.5.0-c58328
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 +1497 -283
- 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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"name": "agility-cms",
|
|
31
31
|
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
-
"npm": "",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
35
35
|
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
36
|
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
@@ -49,11 +49,41 @@
|
|
|
49
49
|
"requires": {}
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
52
82
|
{
|
|
53
83
|
"name": "alias",
|
|
54
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
55
85
|
"repo": "kdydesign/nuxt-alias-module",
|
|
56
|
-
"npm": "",
|
|
86
|
+
"npm": "nuxt-alias",
|
|
57
87
|
"icon": "",
|
|
58
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
59
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -75,7 +105,7 @@
|
|
|
75
105
|
"name": "amp",
|
|
76
106
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
77
107
|
"repo": "nuxt-community/amp-module",
|
|
78
|
-
"npm": "",
|
|
108
|
+
"npm": "@nuxtjs/amp",
|
|
79
109
|
"icon": "amp.png",
|
|
80
110
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
81
111
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -98,7 +128,7 @@
|
|
|
98
128
|
"name": "animejs",
|
|
99
129
|
"description": "Anime.js module for Nuxt.js",
|
|
100
130
|
"repo": "ivodolenc/nuxt-animejs",
|
|
101
|
-
"npm": "",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
102
132
|
"icon": "",
|
|
103
133
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
104
134
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -116,11 +146,35 @@
|
|
|
116
146
|
"requires": {}
|
|
117
147
|
}
|
|
118
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "api-party",
|
|
151
|
+
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
|
+
"repo": "johannschopplich/nuxt-api-party",
|
|
153
|
+
"npm": "nuxt-api-party",
|
|
154
|
+
"icon": "api-party.svg",
|
|
155
|
+
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
+
"website": "https://github.com/johannschopplich/nuxt-api-party#readme",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Request",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Johann Schopplich",
|
|
163
|
+
"github": "johannschopplich",
|
|
164
|
+
"twitter": "jschopplich",
|
|
165
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^3.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
119
173
|
{
|
|
120
174
|
"name": "apis-to-file",
|
|
121
175
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
122
176
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
123
|
-
"npm": "",
|
|
177
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
124
178
|
"icon": "",
|
|
125
179
|
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
126
180
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
@@ -143,26 +197,24 @@
|
|
|
143
197
|
{
|
|
144
198
|
"name": "apollo",
|
|
145
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
146
|
-
"repo": "nuxt-
|
|
147
|
-
"npm": "",
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
201
|
+
"npm": "@nuxtjs/apollo",
|
|
148
202
|
"icon": "apollo.png",
|
|
149
|
-
"github": "https://github.com/nuxt-
|
|
150
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
151
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
152
206
|
"category": "Request",
|
|
153
207
|
"type": "community",
|
|
154
208
|
"maintainers": [
|
|
155
209
|
{
|
|
156
|
-
"name": "
|
|
157
|
-
"github": "
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
"name": "Dominic Garms",
|
|
161
|
-
"github": "dohomi"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
162
214
|
}
|
|
163
215
|
],
|
|
164
216
|
"compatibility": {
|
|
165
|
-
"nuxt": "^2.0.0",
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
166
218
|
"requires": {}
|
|
167
219
|
}
|
|
168
220
|
},
|
|
@@ -170,7 +222,7 @@
|
|
|
170
222
|
"name": "applicationinsights",
|
|
171
223
|
"description": "AppInsights module for Nuxt.js",
|
|
172
224
|
"repo": "nuxt-community/applicationinsights-module",
|
|
173
|
-
"npm": "",
|
|
225
|
+
"npm": "@nuxtjs/applicationinsights",
|
|
174
226
|
"icon": "application-insights.png",
|
|
175
227
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
176
228
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -192,7 +244,7 @@
|
|
|
192
244
|
"name": "appwrite",
|
|
193
245
|
"description": "Appwrite module for Nuxt",
|
|
194
246
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
195
|
-
"npm": "",
|
|
247
|
+
"npm": "nuxt-appwrite",
|
|
196
248
|
"icon": "appwrite.png",
|
|
197
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
198
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -214,7 +266,7 @@
|
|
|
214
266
|
"name": "auth",
|
|
215
267
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
216
268
|
"repo": "nuxt-community/auth-module",
|
|
217
|
-
"npm": "",
|
|
269
|
+
"npm": "@nuxtjs/auth",
|
|
218
270
|
"icon": "auth.png",
|
|
219
271
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
220
272
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -241,7 +293,7 @@
|
|
|
241
293
|
"name": "axios",
|
|
242
294
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
243
295
|
"repo": "nuxt-community/axios-module",
|
|
244
|
-
"npm": "",
|
|
296
|
+
"npm": "@nuxtjs/axios",
|
|
245
297
|
"icon": "axios.svg",
|
|
246
298
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
247
299
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -264,7 +316,7 @@
|
|
|
264
316
|
"name": "basic-auth",
|
|
265
317
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
266
318
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
267
|
-
"npm": "",
|
|
319
|
+
"npm": "nuxt-basic-auth-module",
|
|
268
320
|
"icon": "",
|
|
269
321
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
270
322
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -286,7 +338,7 @@
|
|
|
286
338
|
"name": "bootstrap",
|
|
287
339
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
288
340
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
289
|
-
"npm": "",
|
|
341
|
+
"npm": "bootstrap-vue",
|
|
290
342
|
"icon": "bootstrap.png",
|
|
291
343
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
292
344
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -318,7 +370,7 @@
|
|
|
318
370
|
"name": "browserconfig",
|
|
319
371
|
"description": "Adds XML browser configuration support",
|
|
320
372
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
321
|
-
"npm": "",
|
|
373
|
+
"npm": "@nuxtjs/browserconfig",
|
|
322
374
|
"icon": "",
|
|
323
375
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
324
376
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -341,7 +393,7 @@
|
|
|
341
393
|
"name": "buefy",
|
|
342
394
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
343
395
|
"repo": "buefy/nuxt-buefy",
|
|
344
|
-
"npm": "",
|
|
396
|
+
"npm": "nuxt-buefy",
|
|
345
397
|
"icon": "buefy.png",
|
|
346
398
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
347
399
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -361,9 +413,9 @@
|
|
|
361
413
|
},
|
|
362
414
|
{
|
|
363
415
|
"name": "bugsnag",
|
|
364
|
-
"description": "Bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
365
417
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
366
|
-
"npm": "",
|
|
418
|
+
"npm": "nuxt-bugsnag",
|
|
367
419
|
"icon": "bugsnag.png",
|
|
368
420
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
369
421
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -373,19 +425,22 @@
|
|
|
373
425
|
"maintainers": [
|
|
374
426
|
{
|
|
375
427
|
"name": "JulianMar",
|
|
376
|
-
"github": "JulianMar"
|
|
428
|
+
"github": "JulianMar",
|
|
429
|
+
"twitter": "julian_martin96"
|
|
377
430
|
}
|
|
378
431
|
],
|
|
379
432
|
"compatibility": {
|
|
380
|
-
"nuxt": "^2.0.0",
|
|
381
|
-
"requires": {
|
|
433
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
434
|
+
"requires": {
|
|
435
|
+
"bridge": true
|
|
436
|
+
}
|
|
382
437
|
}
|
|
383
438
|
},
|
|
384
439
|
{
|
|
385
440
|
"name": "bulma-slim",
|
|
386
441
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
387
442
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
388
|
-
"npm": "",
|
|
443
|
+
"npm": "nuxt-bulma-slim",
|
|
389
444
|
"icon": "bulma.png",
|
|
390
445
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
391
446
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -407,7 +462,7 @@
|
|
|
407
462
|
"name": "bundle-buddy",
|
|
408
463
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
409
464
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
410
|
-
"npm": "",
|
|
465
|
+
"npm": "nuxt-bundle-buddy",
|
|
411
466
|
"icon": "",
|
|
412
467
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
413
468
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -427,9 +482,9 @@
|
|
|
427
482
|
},
|
|
428
483
|
{
|
|
429
484
|
"name": "canvas-sketch",
|
|
430
|
-
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in
|
|
485
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
431
486
|
"repo": "LuXDAmore/generative-art",
|
|
432
|
-
"npm": "",
|
|
487
|
+
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
433
488
|
"icon": "",
|
|
434
489
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
435
490
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -452,7 +507,7 @@
|
|
|
452
507
|
"name": "chakra-ui",
|
|
453
508
|
"description": "Chakra UI Module for Nuxt.js",
|
|
454
509
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
455
|
-
"npm": "",
|
|
510
|
+
"npm": "@chakra-ui/nuxt",
|
|
456
511
|
"icon": "chakra-ui.png",
|
|
457
512
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
458
513
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -470,11 +525,33 @@
|
|
|
470
525
|
"requires": {}
|
|
471
526
|
}
|
|
472
527
|
},
|
|
528
|
+
{
|
|
529
|
+
"name": "chatwoot",
|
|
530
|
+
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
+
"repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
|
|
532
|
+
"npm": "@huntersofbook/chatwoot-nuxt",
|
|
533
|
+
"icon": "chatwoot.png",
|
|
534
|
+
"github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
|
|
535
|
+
"website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
|
|
536
|
+
"learn_more": "https://www.chatwoot.com",
|
|
537
|
+
"category": "Libraries",
|
|
538
|
+
"type": "3rd-party",
|
|
539
|
+
"maintainers": [
|
|
540
|
+
{
|
|
541
|
+
"name": "productdevbook",
|
|
542
|
+
"github": "productdevbook"
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^3.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
549
|
+
},
|
|
473
550
|
{
|
|
474
551
|
"name": "chiffre",
|
|
475
552
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
476
553
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
477
|
-
"npm": "",
|
|
554
|
+
"npm": "nuxt-chiffre",
|
|
478
555
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
479
556
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
480
557
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -496,7 +573,7 @@
|
|
|
496
573
|
"name": "client-init",
|
|
497
574
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
498
575
|
"repo": "potato4d/nuxt-client-init-module",
|
|
499
|
-
"npm": "",
|
|
576
|
+
"npm": "nuxt-client-init-module",
|
|
500
577
|
"icon": "",
|
|
501
578
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
502
579
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -518,7 +595,7 @@
|
|
|
518
595
|
"name": "cloudcms",
|
|
519
596
|
"description": "CloudCMS Nuxt.js Module",
|
|
520
597
|
"repo": "gitana/cloudcms-nuxt",
|
|
521
|
-
"npm": "",
|
|
598
|
+
"npm": "cloudcms-nuxt",
|
|
522
599
|
"icon": "",
|
|
523
600
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
524
601
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -540,7 +617,7 @@
|
|
|
540
617
|
"name": "cloudinary",
|
|
541
618
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
542
619
|
"repo": "nuxt-community/cloudinary-module",
|
|
543
|
-
"npm": "",
|
|
620
|
+
"npm": "@nuxtjs/cloudinary",
|
|
544
621
|
"icon": "cloudinary.png",
|
|
545
622
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
546
623
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -563,7 +640,7 @@
|
|
|
563
640
|
"name": "color-mode",
|
|
564
641
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
565
642
|
"repo": "nuxt-community/color-mode-module",
|
|
566
|
-
"npm": "",
|
|
643
|
+
"npm": "@nuxtjs/color-mode",
|
|
567
644
|
"icon": "color-mode.png",
|
|
568
645
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
569
646
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -578,7 +655,7 @@
|
|
|
578
655
|
}
|
|
579
656
|
],
|
|
580
657
|
"compatibility": {
|
|
581
|
-
"nuxt": "^2.0.0",
|
|
658
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
582
659
|
"requires": {
|
|
583
660
|
"bridge": "optional"
|
|
584
661
|
}
|
|
@@ -588,7 +665,7 @@
|
|
|
588
665
|
"name": "component-cache",
|
|
589
666
|
"description": "LRU component cache for vue components",
|
|
590
667
|
"repo": "nuxt-community/component-cache-module",
|
|
591
|
-
"npm": "",
|
|
668
|
+
"npm": "@nuxtjs/component-cache",
|
|
592
669
|
"icon": "",
|
|
593
670
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
594
671
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -611,7 +688,7 @@
|
|
|
611
688
|
"name": "composition-api",
|
|
612
689
|
"description": "Composition API hooks for Nuxt",
|
|
613
690
|
"repo": "nuxt-community/composition-api#main",
|
|
614
|
-
"npm": "",
|
|
691
|
+
"npm": "@nuxtjs/composition-api",
|
|
615
692
|
"icon": "composition-api.svg",
|
|
616
693
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
617
694
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -632,10 +709,10 @@
|
|
|
632
709
|
},
|
|
633
710
|
{
|
|
634
711
|
"name": "content",
|
|
635
|
-
"description": "
|
|
636
|
-
"repo": "nuxt/content#
|
|
637
|
-
"npm": "",
|
|
638
|
-
"icon": "
|
|
712
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
713
|
+
"repo": "nuxt/content#main",
|
|
714
|
+
"npm": "@nuxt/content",
|
|
715
|
+
"icon": "nuxt.png",
|
|
639
716
|
"github": "https://github.com/nuxt/content",
|
|
640
717
|
"website": "https://content.nuxtjs.org",
|
|
641
718
|
"learn_more": "",
|
|
@@ -643,9 +720,14 @@
|
|
|
643
720
|
"type": "official",
|
|
644
721
|
"maintainers": [
|
|
645
722
|
{
|
|
646
|
-
"name": "
|
|
647
|
-
"github": "
|
|
648
|
-
"twitter": "
|
|
723
|
+
"name": "Yaël Guilloux",
|
|
724
|
+
"github": "Tahul",
|
|
725
|
+
"twitter": "yaeeelglx"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "Ahad Birang",
|
|
729
|
+
"github": "farnabaz",
|
|
730
|
+
"twitter": "a_birang"
|
|
649
731
|
},
|
|
650
732
|
{
|
|
651
733
|
"name": "Sebastien Chopin",
|
|
@@ -654,7 +736,7 @@
|
|
|
654
736
|
}
|
|
655
737
|
],
|
|
656
738
|
"compatibility": {
|
|
657
|
-
"nuxt": "^2.0.0",
|
|
739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
658
740
|
"requires": {}
|
|
659
741
|
}
|
|
660
742
|
},
|
|
@@ -662,7 +744,7 @@
|
|
|
662
744
|
"name": "contentful",
|
|
663
745
|
"description": "nuxt contentful module",
|
|
664
746
|
"repo": "scaccogatto/contentful-module",
|
|
665
|
-
"npm": "",
|
|
747
|
+
"npm": "contentful-module",
|
|
666
748
|
"icon": "contentful.png",
|
|
667
749
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
668
750
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -684,7 +766,7 @@
|
|
|
684
766
|
"name": "custom-elements",
|
|
685
767
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
686
768
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
687
|
-
"npm": "",
|
|
769
|
+
"npm": "nuxt-custom-elements",
|
|
688
770
|
"icon": "custom-elements.png",
|
|
689
771
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
690
772
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -710,7 +792,7 @@
|
|
|
710
792
|
"name": "darkmode.js",
|
|
711
793
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
712
794
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
713
|
-
"npm": "",
|
|
795
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
714
796
|
"icon": "darkmode.png",
|
|
715
797
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
716
798
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -732,7 +814,7 @@
|
|
|
732
814
|
"name": "date-fns",
|
|
733
815
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
734
816
|
"repo": "nuxt-community/date-fns-module",
|
|
735
|
-
"npm": "",
|
|
817
|
+
"npm": "@nuxtjs/date-fns",
|
|
736
818
|
"icon": "date-fns.png",
|
|
737
819
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
738
820
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -754,7 +836,7 @@
|
|
|
754
836
|
"name": "datocms",
|
|
755
837
|
"description": "DatoCMS integration for Nuxt.js",
|
|
756
838
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
757
|
-
"npm": "",
|
|
839
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
758
840
|
"icon": "datocms.png",
|
|
759
841
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
760
842
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
@@ -776,7 +858,7 @@
|
|
|
776
858
|
"name": "dayjs",
|
|
777
859
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
778
860
|
"repo": "nuxt-community/dayjs-module",
|
|
779
|
-
"npm": "",
|
|
861
|
+
"npm": "@nuxtjs/dayjs",
|
|
780
862
|
"icon": "day-js.png",
|
|
781
863
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
782
864
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -795,11 +877,34 @@
|
|
|
795
877
|
"requires": {}
|
|
796
878
|
}
|
|
797
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"name": "delay-hydration",
|
|
882
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
883
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
884
|
+
"npm": "nuxt-delay-hydration",
|
|
885
|
+
"icon": "lighthouse.svg",
|
|
886
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
887
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
888
|
+
"learn_more": "",
|
|
889
|
+
"category": "Performance",
|
|
890
|
+
"type": "3rd-party",
|
|
891
|
+
"maintainers": [
|
|
892
|
+
{
|
|
893
|
+
"name": "Harlan Wilton",
|
|
894
|
+
"github": "harlan-zw",
|
|
895
|
+
"twitter": "harlan_zw"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
798
903
|
{
|
|
799
904
|
"name": "device",
|
|
800
905
|
"description": "Device detection module for Nuxt.js",
|
|
801
906
|
"repo": "nuxt-community/device-module",
|
|
802
|
-
"npm": "",
|
|
907
|
+
"npm": "@nuxtjs/device",
|
|
803
908
|
"icon": "",
|
|
804
909
|
"github": "https://github.com/nuxt-community/device-module",
|
|
805
910
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -813,15 +918,40 @@
|
|
|
813
918
|
}
|
|
814
919
|
],
|
|
815
920
|
"compatibility": {
|
|
816
|
-
"nuxt": "^2.0.0",
|
|
921
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
817
922
|
"requires": {}
|
|
818
923
|
}
|
|
819
924
|
},
|
|
925
|
+
{
|
|
926
|
+
"name": "directus",
|
|
927
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
928
|
+
"repo": "intevel/nuxt-directus",
|
|
929
|
+
"npm": "nuxt-directus",
|
|
930
|
+
"icon": "directus.svg",
|
|
931
|
+
"github": "https://github.com/directus/nuxt-directus/",
|
|
932
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
933
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
934
|
+
"category": "CMS",
|
|
935
|
+
"type": "3rd-party",
|
|
936
|
+
"maintainers": [
|
|
937
|
+
{
|
|
938
|
+
"name": "Conner Bachmann",
|
|
939
|
+
"github": "intevel",
|
|
940
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"compatibility": {
|
|
944
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
945
|
+
"requires": {
|
|
946
|
+
"bridge": true
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
},
|
|
820
950
|
{
|
|
821
951
|
"name": "dotenv",
|
|
822
952
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
823
953
|
"repo": "nuxt-community/dotenv-module",
|
|
824
|
-
"npm": "",
|
|
954
|
+
"npm": "@nuxtjs/dotenv",
|
|
825
955
|
"icon": "dotenv.png",
|
|
826
956
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
827
957
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -843,7 +973,7 @@
|
|
|
843
973
|
"name": "drupal-ce",
|
|
844
974
|
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
845
975
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
846
|
-
"npm": "",
|
|
976
|
+
"npm": "nuxtjs-drupal-ce",
|
|
847
977
|
"icon": "drupal-ce.png",
|
|
848
978
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
849
979
|
"website": "https://stack.lupus.digital",
|
|
@@ -876,7 +1006,7 @@
|
|
|
876
1006
|
"name": "druxt",
|
|
877
1007
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
878
1008
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
879
|
-
"npm": "",
|
|
1009
|
+
"npm": "druxt",
|
|
880
1010
|
"icon": "druxt.svg",
|
|
881
1011
|
"github": "https://github.com/druxt/druxt.js",
|
|
882
1012
|
"website": "https://druxtjs.org",
|
|
@@ -894,11 +1024,35 @@
|
|
|
894
1024
|
"requires": {}
|
|
895
1025
|
}
|
|
896
1026
|
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "element-plus",
|
|
1029
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
1030
|
+
"repo": "element-plus/element-plus-nuxt",
|
|
1031
|
+
"npm": "@element-plus/nuxt",
|
|
1032
|
+
"icon": "element-plus.svg",
|
|
1033
|
+
"github": "https://github.com/element-plus/element-plus",
|
|
1034
|
+
"website": "https://element-plus.org",
|
|
1035
|
+
"learn_more": "https://github.com/element-plus/element-plus-nuxt",
|
|
1036
|
+
"category": "UI",
|
|
1037
|
+
"type": "3rd-party",
|
|
1038
|
+
"maintainers": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "tolking",
|
|
1041
|
+
"github": "tolking"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"compatibility": {
|
|
1045
|
+
"nuxt": "^3.0.0",
|
|
1046
|
+
"requires": {
|
|
1047
|
+
"bridge": "optional"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
897
1051
|
{
|
|
898
1052
|
"name": "emotion",
|
|
899
1053
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
900
1054
|
"repo": "nuxt-community/emotion-module",
|
|
901
|
-
"npm": "",
|
|
1055
|
+
"npm": "@nuxtjs/emotion",
|
|
902
1056
|
"icon": "emotion.png",
|
|
903
1057
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
904
1058
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -921,7 +1075,7 @@
|
|
|
921
1075
|
"name": "eslint",
|
|
922
1076
|
"description": "ESLint module for Nuxt.js",
|
|
923
1077
|
"repo": "nuxt-community/eslint-module",
|
|
924
|
-
"npm": "",
|
|
1078
|
+
"npm": "@nuxtjs/eslint-module",
|
|
925
1079
|
"icon": "eslint.png",
|
|
926
1080
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
927
1081
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -943,7 +1097,7 @@
|
|
|
943
1097
|
"name": "event-trace",
|
|
944
1098
|
"description": "Module for event trace in Nuxt.js",
|
|
945
1099
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
946
|
-
"npm": "",
|
|
1100
|
+
"npm": "nuxt-event-trace",
|
|
947
1101
|
"icon": "",
|
|
948
1102
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
949
1103
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -965,7 +1119,7 @@
|
|
|
965
1119
|
"name": "fathom",
|
|
966
1120
|
"description": "Fathom analytics for Nuxt",
|
|
967
1121
|
"repo": "yabhq/nuxt-fathom",
|
|
968
|
-
"npm": "",
|
|
1122
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
969
1123
|
"icon": "fathom.png",
|
|
970
1124
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
971
1125
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -987,7 +1141,7 @@
|
|
|
987
1141
|
"name": "feature-toggle",
|
|
988
1142
|
"description": "Feature toggle module for Nuxt.js",
|
|
989
1143
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
990
|
-
"npm": "",
|
|
1144
|
+
"npm": "nuxt-feature-toggle",
|
|
991
1145
|
"icon": "",
|
|
992
1146
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
993
1147
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -1007,9 +1161,9 @@
|
|
|
1007
1161
|
},
|
|
1008
1162
|
{
|
|
1009
1163
|
"name": "feed",
|
|
1010
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1164
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1011
1165
|
"repo": "nuxt-community/feed-module",
|
|
1012
|
-
"npm": "",
|
|
1166
|
+
"npm": "@nuxtjs/feed",
|
|
1013
1167
|
"icon": "",
|
|
1014
1168
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
1015
1169
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -1031,8 +1185,8 @@
|
|
|
1031
1185
|
{
|
|
1032
1186
|
"name": "firebase",
|
|
1033
1187
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1034
|
-
"repo": "nuxt-community/firebase-module",
|
|
1035
|
-
"npm": "",
|
|
1188
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1189
|
+
"npm": "@nuxtjs/firebase",
|
|
1036
1190
|
"icon": "firebase.png",
|
|
1037
1191
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1038
1192
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1054,7 +1208,7 @@
|
|
|
1054
1208
|
"name": "floating-prompt-module",
|
|
1055
1209
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1056
1210
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1057
|
-
"npm": "",
|
|
1211
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1058
1212
|
"icon": "",
|
|
1059
1213
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1060
1214
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -1076,7 +1230,7 @@
|
|
|
1076
1230
|
"name": "font-loader-strategy",
|
|
1077
1231
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
1078
1232
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1079
|
-
"npm": "",
|
|
1233
|
+
"npm": "nuxt-font-loader-strategy",
|
|
1080
1234
|
"icon": "",
|
|
1081
1235
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1082
1236
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -1098,7 +1252,7 @@
|
|
|
1098
1252
|
"name": "fontagon",
|
|
1099
1253
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1100
1254
|
"repo": "kdydesign/nuxt-fontagon",
|
|
1101
|
-
"npm": "",
|
|
1255
|
+
"npm": "nuxt-fontagon",
|
|
1102
1256
|
"icon": "fontagon.png",
|
|
1103
1257
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1104
1258
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -1116,11 +1270,34 @@
|
|
|
1116
1270
|
"requires": {}
|
|
1117
1271
|
}
|
|
1118
1272
|
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "fontaine",
|
|
1275
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1276
|
+
"repo": "nuxt-modules/fontaine",
|
|
1277
|
+
"npm": "@nuxtjs/fontaine",
|
|
1278
|
+
"icon": "fontaine.png",
|
|
1279
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1280
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1281
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1282
|
+
"category": "Performance",
|
|
1283
|
+
"type": "community",
|
|
1284
|
+
"maintainers": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "Daniel Roe",
|
|
1287
|
+
"github": "danielroe",
|
|
1288
|
+
"twitter": "danielcroe"
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"compatibility": {
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1119
1296
|
{
|
|
1120
1297
|
"name": "fontawesome",
|
|
1121
1298
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
1122
1299
|
"repo": "nuxt-community/fontawesome-module",
|
|
1123
|
-
"npm": "",
|
|
1300
|
+
"npm": "@nuxtjs/fontawesome",
|
|
1124
1301
|
"icon": "font-awesome.png",
|
|
1125
1302
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
1126
1303
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -1138,11 +1315,39 @@
|
|
|
1138
1315
|
"requires": {}
|
|
1139
1316
|
}
|
|
1140
1317
|
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "formkit",
|
|
1320
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1321
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1322
|
+
"npm": "@formkit/nuxt",
|
|
1323
|
+
"icon": "formkit.png",
|
|
1324
|
+
"github": "https://github.com/formkit/formkit",
|
|
1325
|
+
"website": "https://formkit.com",
|
|
1326
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1327
|
+
"category": "Libraries",
|
|
1328
|
+
"type": "3rd-party",
|
|
1329
|
+
"maintainers": [
|
|
1330
|
+
{
|
|
1331
|
+
"name": "Justin Schroeder",
|
|
1332
|
+
"github": "justin-schroeder",
|
|
1333
|
+
"twitter": "jpschroeder"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "Andrew Boyd",
|
|
1337
|
+
"github": "andrew-boyd",
|
|
1338
|
+
"twitter": "0xBOYD"
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"compatibility": {
|
|
1342
|
+
"nuxt": "^3.0.0",
|
|
1343
|
+
"requires": {}
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1141
1346
|
{
|
|
1142
1347
|
"name": "fullpage",
|
|
1143
1348
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
1144
1349
|
"repo": "vaso2/fullpage-nuxt",
|
|
1145
|
-
"npm": "",
|
|
1350
|
+
"npm": "fullpage-nuxt",
|
|
1146
1351
|
"icon": "",
|
|
1147
1352
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
1148
1353
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -1164,7 +1369,7 @@
|
|
|
1164
1369
|
"name": "github-api",
|
|
1165
1370
|
"description": "Nuxt module for GitHub v4 API",
|
|
1166
1371
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1167
|
-
"npm": "",
|
|
1372
|
+
"npm": "nuxt-github-api",
|
|
1168
1373
|
"icon": "github.svg",
|
|
1169
1374
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1170
1375
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -1186,7 +1391,7 @@
|
|
|
1186
1391
|
"name": "google-adsense",
|
|
1187
1392
|
"description": "Google Adsense Module for Nuxt.js",
|
|
1188
1393
|
"repo": "nuxt-community/google-adsense-module",
|
|
1189
|
-
"npm": "",
|
|
1394
|
+
"npm": "@nuxtjs/google-adsense",
|
|
1190
1395
|
"icon": "google-adsense.png",
|
|
1191
1396
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
1192
1397
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -1194,13 +1399,17 @@
|
|
|
1194
1399
|
"category": "Analytics",
|
|
1195
1400
|
"type": "community",
|
|
1196
1401
|
"maintainers": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "Alexander Lichter",
|
|
1404
|
+
"github": "manniL"
|
|
1405
|
+
},
|
|
1197
1406
|
{
|
|
1198
1407
|
"name": "Troy Morehouse",
|
|
1199
1408
|
"github": "tmorehouse"
|
|
1200
1409
|
}
|
|
1201
1410
|
],
|
|
1202
1411
|
"compatibility": {
|
|
1203
|
-
"nuxt": "^2.0.0",
|
|
1412
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1204
1413
|
"requires": {}
|
|
1205
1414
|
}
|
|
1206
1415
|
},
|
|
@@ -1208,7 +1417,7 @@
|
|
|
1208
1417
|
"name": "google-analytics",
|
|
1209
1418
|
"description": "Google analytics Module for Nuxt.js",
|
|
1210
1419
|
"repo": "nuxt-community/analytics-module",
|
|
1211
|
-
"npm": "",
|
|
1420
|
+
"npm": "@nuxtjs/google-analytics",
|
|
1212
1421
|
"icon": "google-analytics.png",
|
|
1213
1422
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
1214
1423
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -1240,7 +1449,7 @@
|
|
|
1240
1449
|
"name": "google-fonts",
|
|
1241
1450
|
"description": "Google Fonts module for NuxtJS",
|
|
1242
1451
|
"repo": "nuxt-community/google-fonts-module",
|
|
1243
|
-
"npm": "",
|
|
1452
|
+
"npm": "@nuxtjs/google-fonts",
|
|
1244
1453
|
"icon": "google-fonts.png",
|
|
1245
1454
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1246
1455
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1254,15 +1463,17 @@
|
|
|
1254
1463
|
}
|
|
1255
1464
|
],
|
|
1256
1465
|
"compatibility": {
|
|
1257
|
-
"nuxt": "^2.0.0",
|
|
1258
|
-
"requires": {
|
|
1466
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1467
|
+
"requires": {
|
|
1468
|
+
"bridge": "optional"
|
|
1469
|
+
}
|
|
1259
1470
|
}
|
|
1260
1471
|
},
|
|
1261
1472
|
{
|
|
1262
1473
|
"name": "google-gtag",
|
|
1263
1474
|
"description": "Google GTag for Nuxt.js",
|
|
1264
1475
|
"repo": "nuxt-community/google-gtag",
|
|
1265
|
-
"npm": "",
|
|
1476
|
+
"npm": "@nuxtjs/google-gtag",
|
|
1266
1477
|
"icon": "gtm.png",
|
|
1267
1478
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1268
1479
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1288,7 +1499,7 @@
|
|
|
1288
1499
|
"name": "google-optimize",
|
|
1289
1500
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1290
1501
|
"repo": "nuxt-community/google-optimize-module",
|
|
1291
|
-
"npm": "",
|
|
1502
|
+
"npm": "nuxt-google-optimize",
|
|
1292
1503
|
"icon": "google-optimize.png",
|
|
1293
1504
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1294
1505
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1317,11 +1528,33 @@
|
|
|
1317
1528
|
"requires": {}
|
|
1318
1529
|
}
|
|
1319
1530
|
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "graphql-client",
|
|
1533
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1534
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1535
|
+
"npm": "nuxt-graphql-client",
|
|
1536
|
+
"icon": "graphql-client.svg",
|
|
1537
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1538
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1539
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1540
|
+
"category": "Request",
|
|
1541
|
+
"type": "3rd-party",
|
|
1542
|
+
"maintainers": [
|
|
1543
|
+
{
|
|
1544
|
+
"name": "Diizzayy",
|
|
1545
|
+
"github": "diizzayy"
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"compatibility": {
|
|
1549
|
+
"nuxt": "^3.0.0",
|
|
1550
|
+
"requires": {}
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1320
1553
|
{
|
|
1321
1554
|
"name": "graphql-request",
|
|
1322
1555
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1323
1556
|
"repo": "gomah/nuxt-graphql-request",
|
|
1324
|
-
"npm": "",
|
|
1557
|
+
"npm": "nuxt-graphql-request",
|
|
1325
1558
|
"icon": "graphql-request.png",
|
|
1326
1559
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1327
1560
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1343,7 +1576,7 @@
|
|
|
1343
1576
|
"name": "gtm",
|
|
1344
1577
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1345
1578
|
"repo": "nuxt-community/gtm-module",
|
|
1346
|
-
"npm": "",
|
|
1579
|
+
"npm": "@nuxtjs/gtm",
|
|
1347
1580
|
"icon": "gtm.png",
|
|
1348
1581
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1349
1582
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1366,7 +1599,7 @@
|
|
|
1366
1599
|
"name": "guess",
|
|
1367
1600
|
"description": "Guess.js module for Nuxt.js",
|
|
1368
1601
|
"repo": "nuxt-community/guess-module",
|
|
1369
|
-
"npm": "",
|
|
1602
|
+
"npm": "@nuxtjs/guess-module",
|
|
1370
1603
|
"icon": "guessjs.png",
|
|
1371
1604
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1372
1605
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1384,11 +1617,56 @@
|
|
|
1384
1617
|
"requires": {}
|
|
1385
1618
|
}
|
|
1386
1619
|
},
|
|
1620
|
+
{
|
|
1621
|
+
"name": "harlem",
|
|
1622
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1623
|
+
"repo": "nuxt-modules/harlem",
|
|
1624
|
+
"npm": "@nuxtjs/harlem",
|
|
1625
|
+
"icon": "harlem.svg",
|
|
1626
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1627
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1628
|
+
"learn_more": "https://harlemjs.com/",
|
|
1629
|
+
"category": "Extensions",
|
|
1630
|
+
"type": "community",
|
|
1631
|
+
"maintainers": [
|
|
1632
|
+
{
|
|
1633
|
+
"name": "Daniel Roe",
|
|
1634
|
+
"github": "danielroe",
|
|
1635
|
+
"twitter": "danielcroe"
|
|
1636
|
+
}
|
|
1637
|
+
],
|
|
1638
|
+
"compatibility": {
|
|
1639
|
+
"nuxt": "^3.0.0",
|
|
1640
|
+
"requires": {}
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "headlessui",
|
|
1645
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1646
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1647
|
+
"npm": "nuxt-headlessui",
|
|
1648
|
+
"icon": "headlessui.png",
|
|
1649
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1650
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1651
|
+
"learn_more": "https://headlessui.com",
|
|
1652
|
+
"category": "UI",
|
|
1653
|
+
"type": "3rd-party",
|
|
1654
|
+
"maintainers": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "Pascal Sthamer",
|
|
1657
|
+
"github": "P4sca1"
|
|
1658
|
+
}
|
|
1659
|
+
],
|
|
1660
|
+
"compatibility": {
|
|
1661
|
+
"nuxt": "^3.0.0",
|
|
1662
|
+
"requires": {}
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1387
1665
|
{
|
|
1388
1666
|
"name": "headway",
|
|
1389
1667
|
"description": "Headway changelog widget for Nuxt",
|
|
1390
1668
|
"repo": "l-portet/nuxt-headway",
|
|
1391
|
-
"npm": "",
|
|
1669
|
+
"npm": "nuxt-headway",
|
|
1392
1670
|
"icon": "headway.png",
|
|
1393
1671
|
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1394
1672
|
"website": "https://nuxt-headway.netlify.app/",
|
|
@@ -1411,7 +1689,7 @@
|
|
|
1411
1689
|
"name": "helmet",
|
|
1412
1690
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1413
1691
|
"repo": "victor-perez/nuxt-helmet",
|
|
1414
|
-
"npm": "",
|
|
1692
|
+
"npm": "nuxt-helmet",
|
|
1415
1693
|
"icon": "",
|
|
1416
1694
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1417
1695
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1433,7 +1711,7 @@
|
|
|
1433
1711
|
"name": "highcharts",
|
|
1434
1712
|
"description": "Highcharts for Nuxt",
|
|
1435
1713
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1436
|
-
"npm": "",
|
|
1714
|
+
"npm": "nuxt-highcharts",
|
|
1437
1715
|
"icon": "",
|
|
1438
1716
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1439
1717
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1455,7 +1733,7 @@
|
|
|
1455
1733
|
"name": "history-state",
|
|
1456
1734
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1457
1735
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1458
|
-
"npm": "",
|
|
1736
|
+
"npm": "nuxt-history-state",
|
|
1459
1737
|
"icon": "",
|
|
1460
1738
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1461
1739
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1477,7 +1755,7 @@
|
|
|
1477
1755
|
"name": "html-minifier",
|
|
1478
1756
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1479
1757
|
"repo": "nuxt-community/html-minifier-module",
|
|
1480
|
-
"npm": "",
|
|
1758
|
+
"npm": "@nuxtjs/html-minifier",
|
|
1481
1759
|
"icon": "",
|
|
1482
1760
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1483
1761
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1498,10 +1776,10 @@
|
|
|
1498
1776
|
{
|
|
1499
1777
|
"name": "html-validator",
|
|
1500
1778
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1501
|
-
"repo": "nuxt-
|
|
1502
|
-
"npm": "",
|
|
1779
|
+
"repo": "nuxt-modules/html-validator",
|
|
1780
|
+
"npm": "@nuxtjs/html-validator",
|
|
1503
1781
|
"icon": "html-validator.png",
|
|
1504
|
-
"github": "https://github.com/nuxt-
|
|
1782
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1505
1783
|
"website": "https://html-validator.nuxtjs.org",
|
|
1506
1784
|
"learn_more": "https://html-validate.org",
|
|
1507
1785
|
"category": "Performance",
|
|
@@ -1514,15 +1792,17 @@
|
|
|
1514
1792
|
}
|
|
1515
1793
|
],
|
|
1516
1794
|
"compatibility": {
|
|
1517
|
-
"nuxt": "^2.0.0",
|
|
1518
|
-
"requires": {
|
|
1795
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1796
|
+
"requires": {
|
|
1797
|
+
"bridge": "optional"
|
|
1798
|
+
}
|
|
1519
1799
|
}
|
|
1520
1800
|
},
|
|
1521
1801
|
{
|
|
1522
1802
|
"name": "http",
|
|
1523
1803
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1524
1804
|
"repo": "nuxt/http",
|
|
1525
|
-
"npm": "",
|
|
1805
|
+
"npm": "@nuxt/http",
|
|
1526
1806
|
"icon": "http.png",
|
|
1527
1807
|
"github": "https://github.com/nuxt/http",
|
|
1528
1808
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1550,7 +1830,7 @@
|
|
|
1550
1830
|
"name": "humans-txt",
|
|
1551
1831
|
"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.",
|
|
1552
1832
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1553
|
-
"npm": "",
|
|
1833
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1554
1834
|
"icon": "",
|
|
1555
1835
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1556
1836
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
@@ -1573,7 +1853,7 @@
|
|
|
1573
1853
|
"name": "i18n",
|
|
1574
1854
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1575
1855
|
"repo": "nuxt-community/i18n-module",
|
|
1576
|
-
"npm": "",
|
|
1856
|
+
"npm": "@nuxtjs/i18n",
|
|
1577
1857
|
"icon": "i18n.png",
|
|
1578
1858
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1579
1859
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1591,7 +1871,51 @@
|
|
|
1591
1871
|
}
|
|
1592
1872
|
],
|
|
1593
1873
|
"compatibility": {
|
|
1594
|
-
"nuxt": "^2.0.0",
|
|
1874
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1875
|
+
"requires": {}
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"name": "icon",
|
|
1880
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
1881
|
+
"repo": "nuxt-modules/icon",
|
|
1882
|
+
"npm": "nuxt-icon",
|
|
1883
|
+
"icon": "nuxt-icon.png",
|
|
1884
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1885
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1886
|
+
"learn_more": "",
|
|
1887
|
+
"category": "UI",
|
|
1888
|
+
"type": "community",
|
|
1889
|
+
"maintainers": [
|
|
1890
|
+
{
|
|
1891
|
+
"name": "Atinux",
|
|
1892
|
+
"github": "Atinux"
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"compatibility": {
|
|
1896
|
+
"nuxt": "^3.0.0",
|
|
1897
|
+
"requires": {}
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "icons",
|
|
1902
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1903
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1904
|
+
"npm": "nuxt-icons",
|
|
1905
|
+
"icon": "icons.png",
|
|
1906
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1907
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1908
|
+
"learn_more": "",
|
|
1909
|
+
"category": "UI",
|
|
1910
|
+
"type": "3rd-party",
|
|
1911
|
+
"maintainers": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "Sebastian Wludzik",
|
|
1914
|
+
"github": "gitfoxcode"
|
|
1915
|
+
}
|
|
1916
|
+
],
|
|
1917
|
+
"compatibility": {
|
|
1918
|
+
"nuxt": "^3.0.0",
|
|
1595
1919
|
"requires": {}
|
|
1596
1920
|
}
|
|
1597
1921
|
},
|
|
@@ -1599,7 +1923,7 @@
|
|
|
1599
1923
|
"name": "image-loader",
|
|
1600
1924
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1601
1925
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1602
|
-
"npm": "",
|
|
1926
|
+
"npm": "@pivale/nuxt-image-loader-module",
|
|
1603
1927
|
"icon": "",
|
|
1604
1928
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1605
1929
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1621,7 +1945,7 @@
|
|
|
1621
1945
|
"name": "image",
|
|
1622
1946
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1623
1947
|
"repo": "nuxt/image",
|
|
1624
|
-
"npm": "",
|
|
1948
|
+
"npm": "@nuxt/image",
|
|
1625
1949
|
"icon": "image.png",
|
|
1626
1950
|
"github": "https://github.com/nuxt/image",
|
|
1627
1951
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1646,7 +1970,7 @@
|
|
|
1646
1970
|
}
|
|
1647
1971
|
],
|
|
1648
1972
|
"compatibility": {
|
|
1649
|
-
"nuxt": "^2.0.0",
|
|
1973
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1650
1974
|
"requires": {
|
|
1651
1975
|
"bridge": "optional"
|
|
1652
1976
|
}
|
|
@@ -1656,7 +1980,7 @@
|
|
|
1656
1980
|
"name": "imagemin",
|
|
1657
1981
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1658
1982
|
"repo": "nuxt-community/imagemin-module",
|
|
1659
|
-
"npm": "",
|
|
1983
|
+
"npm": "@nuxtjs/imagemin",
|
|
1660
1984
|
"icon": "imagemin.png",
|
|
1661
1985
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1662
1986
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1674,11 +1998,36 @@
|
|
|
1674
1998
|
"requires": {}
|
|
1675
1999
|
}
|
|
1676
2000
|
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "inkline",
|
|
2003
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2004
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
2005
|
+
"npm": "@inkline/nuxt",
|
|
2006
|
+
"icon": "inkline.svg",
|
|
2007
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
2008
|
+
"website": "https://inkline.io",
|
|
2009
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
2010
|
+
"category": "UI",
|
|
2011
|
+
"type": "3rd-party",
|
|
2012
|
+
"maintainers": [
|
|
2013
|
+
{
|
|
2014
|
+
"name": "Alex Grozav",
|
|
2015
|
+
"github": "alexgrozav",
|
|
2016
|
+
"twitter": "alexgrozav"
|
|
2017
|
+
}
|
|
2018
|
+
],
|
|
2019
|
+
"compatibility": {
|
|
2020
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2021
|
+
"requires": {
|
|
2022
|
+
"bridge": true
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
1677
2026
|
{
|
|
1678
2027
|
"name": "intercom",
|
|
1679
2028
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1680
2029
|
"repo": "hex-digital/nuxt-intercom",
|
|
1681
|
-
"npm": "",
|
|
2030
|
+
"npm": "@hexdigital/nuxt-intercom",
|
|
1682
2031
|
"icon": "intercom.png",
|
|
1683
2032
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1684
2033
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1696,11 +2045,34 @@
|
|
|
1696
2045
|
"requires": {}
|
|
1697
2046
|
}
|
|
1698
2047
|
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "ionic",
|
|
2050
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
2051
|
+
"repo": "nuxt-modules/ionic",
|
|
2052
|
+
"npm": "@nuxtjs/ionic",
|
|
2053
|
+
"icon": "ionic.svg",
|
|
2054
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2055
|
+
"website": "https://ionic.nuxtjs.org",
|
|
2056
|
+
"learn_more": "https://ionicframework.com",
|
|
2057
|
+
"category": "Libraries",
|
|
2058
|
+
"type": "community",
|
|
2059
|
+
"maintainers": [
|
|
2060
|
+
{
|
|
2061
|
+
"name": "Daniel Roe",
|
|
2062
|
+
"github": "danielroe",
|
|
2063
|
+
"twitter": "danielcroe"
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
2066
|
+
"compatibility": {
|
|
2067
|
+
"nuxt": "^3.0.0",
|
|
2068
|
+
"requires": {}
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
1699
2071
|
{
|
|
1700
2072
|
"name": "jsonapi",
|
|
1701
2073
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1702
2074
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1703
|
-
"npm": "",
|
|
2075
|
+
"npm": "nuxt-jsonapi",
|
|
1704
2076
|
"icon": "jsonapi.svg",
|
|
1705
2077
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1706
2078
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1709,12 +2081,12 @@
|
|
|
1709
2081
|
"type": "3rd-party",
|
|
1710
2082
|
"maintainers": [
|
|
1711
2083
|
{
|
|
1712
|
-
"name": "
|
|
2084
|
+
"name": "Patrick Cate",
|
|
1713
2085
|
"github": "patrickcate"
|
|
1714
2086
|
}
|
|
1715
2087
|
],
|
|
1716
2088
|
"compatibility": {
|
|
1717
|
-
"nuxt": "^2.0.0",
|
|
2089
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1718
2090
|
"requires": {}
|
|
1719
2091
|
}
|
|
1720
2092
|
},
|
|
@@ -1722,7 +2094,7 @@
|
|
|
1722
2094
|
"name": "kentico-kontent",
|
|
1723
2095
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1724
2096
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1725
|
-
"npm": "",
|
|
2097
|
+
"npm": "kentico-kontent-nuxt-module",
|
|
1726
2098
|
"icon": "",
|
|
1727
2099
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1728
2100
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1740,11 +2112,35 @@
|
|
|
1740
2112
|
"requires": {}
|
|
1741
2113
|
}
|
|
1742
2114
|
},
|
|
2115
|
+
{
|
|
2116
|
+
"name": "kql",
|
|
2117
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2118
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2119
|
+
"npm": "nuxt-kql",
|
|
2120
|
+
"icon": "kql.svg",
|
|
2121
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2122
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2123
|
+
"learn_more": "",
|
|
2124
|
+
"category": "CMS",
|
|
2125
|
+
"type": "3rd-party",
|
|
2126
|
+
"maintainers": [
|
|
2127
|
+
{
|
|
2128
|
+
"name": "Johann Schopplich",
|
|
2129
|
+
"github": "johannschopplich",
|
|
2130
|
+
"twitter": "jschopplich",
|
|
2131
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
"compatibility": {
|
|
2135
|
+
"nuxt": "^3.0.0",
|
|
2136
|
+
"requires": {}
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
1743
2139
|
{
|
|
1744
2140
|
"name": "laravel-echo",
|
|
1745
2141
|
"description": "Laravel Echo for Nuxt.js",
|
|
1746
2142
|
"repo": "nuxt-community/laravel-echo",
|
|
1747
|
-
"npm": "",
|
|
2143
|
+
"npm": "@nuxtjs/laravel-echo",
|
|
1748
2144
|
"icon": "laravel-echo.png",
|
|
1749
2145
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1750
2146
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1766,7 +2162,7 @@
|
|
|
1766
2162
|
"name": "laravel-nuxt",
|
|
1767
2163
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1768
2164
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1769
|
-
"npm": "",
|
|
2165
|
+
"npm": "laravel-nuxt",
|
|
1770
2166
|
"icon": "",
|
|
1771
2167
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1772
2168
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1788,7 +2184,7 @@
|
|
|
1788
2184
|
"name": "laravel",
|
|
1789
2185
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1790
2186
|
"repo": "m2sd/nuxt-laravel",
|
|
1791
|
-
"npm": "",
|
|
2187
|
+
"npm": "nuxt-laravel",
|
|
1792
2188
|
"icon": "laravel.png",
|
|
1793
2189
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1794
2190
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1810,7 +2206,7 @@
|
|
|
1810
2206
|
"name": "leaflet",
|
|
1811
2207
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1812
2208
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1813
|
-
"npm": "",
|
|
2209
|
+
"npm": "nuxt-leaflet",
|
|
1814
2210
|
"icon": "leaflet.png",
|
|
1815
2211
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1816
2212
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1829,10 +2225,34 @@
|
|
|
1829
2225
|
}
|
|
1830
2226
|
},
|
|
1831
2227
|
{
|
|
1832
|
-
"name": "
|
|
2228
|
+
"name": "link-checker",
|
|
2229
|
+
"description": "",
|
|
2230
|
+
"repo": "harlan-zw/nuxt-link-checker",
|
|
2231
|
+
"npm": "nuxt-link-checker",
|
|
2232
|
+
"icon": "",
|
|
2233
|
+
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2234
|
+
"website": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2235
|
+
"learn_more": "",
|
|
2236
|
+
"category": "SEO",
|
|
2237
|
+
"type": "3rd-party",
|
|
2238
|
+
"maintainers": [
|
|
2239
|
+
{
|
|
2240
|
+
"name": "Harlan Wilton",
|
|
2241
|
+
"github": "harlan-zw",
|
|
2242
|
+
"twitter": "harlan_zw",
|
|
2243
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2244
|
+
}
|
|
2245
|
+
],
|
|
2246
|
+
"compatibility": {
|
|
2247
|
+
"nuxt": "^3.0.0",
|
|
2248
|
+
"requires": {}
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"name": "localforage",
|
|
1833
2253
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1834
2254
|
"repo": "nuxt-community/localforage-module",
|
|
1835
|
-
"npm": "",
|
|
2255
|
+
"npm": "@nuxtjs/localforage",
|
|
1836
2256
|
"icon": "",
|
|
1837
2257
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1838
2258
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -1859,7 +2279,7 @@
|
|
|
1859
2279
|
"name": "localtunnel",
|
|
1860
2280
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
1861
2281
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
1862
|
-
"npm": "",
|
|
2282
|
+
"npm": "@nuxtjs/localtunnel",
|
|
1863
2283
|
"icon": "localtunnel.png",
|
|
1864
2284
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
1865
2285
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -1878,11 +2298,33 @@
|
|
|
1878
2298
|
"requires": {}
|
|
1879
2299
|
}
|
|
1880
2300
|
},
|
|
2301
|
+
{
|
|
2302
|
+
"name": "lodash",
|
|
2303
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2304
|
+
"repo": "cipami/nuxt-lodash",
|
|
2305
|
+
"npm": "nuxt-lodash",
|
|
2306
|
+
"icon": "lodash.svg",
|
|
2307
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2308
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2309
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2310
|
+
"category": "Libraries",
|
|
2311
|
+
"type": "3rd-party",
|
|
2312
|
+
"maintainers": [
|
|
2313
|
+
{
|
|
2314
|
+
"name": "Michal Čípa",
|
|
2315
|
+
"github": "cipami"
|
|
2316
|
+
}
|
|
2317
|
+
],
|
|
2318
|
+
"compatibility": {
|
|
2319
|
+
"nuxt": "^3.0.0",
|
|
2320
|
+
"requires": {}
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
1881
2323
|
{
|
|
1882
2324
|
"name": "logrocket",
|
|
1883
2325
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
1884
2326
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
1885
|
-
"npm": "",
|
|
2327
|
+
"npm": "nuxt-logrocket",
|
|
1886
2328
|
"icon": "logrocket.png",
|
|
1887
2329
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
1888
2330
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -1905,7 +2347,7 @@
|
|
|
1905
2347
|
"name": "lunr",
|
|
1906
2348
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
1907
2349
|
"repo": "nuxt-community/lunr-module",
|
|
1908
|
-
"npm": "",
|
|
2350
|
+
"npm": "@nuxtjs/lunr-module",
|
|
1909
2351
|
"icon": "",
|
|
1910
2352
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
1911
2353
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -1923,11 +2365,34 @@
|
|
|
1923
2365
|
"requires": {}
|
|
1924
2366
|
}
|
|
1925
2367
|
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "magic-regexp",
|
|
2370
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2371
|
+
"repo": "danielroe/magic-regexp",
|
|
2372
|
+
"npm": "magic-regexp",
|
|
2373
|
+
"icon": "magic-regexp.svg",
|
|
2374
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2375
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2376
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2377
|
+
"category": "Libraries",
|
|
2378
|
+
"type": "3rd-party",
|
|
2379
|
+
"maintainers": [
|
|
2380
|
+
{
|
|
2381
|
+
"name": "Daniel Roe",
|
|
2382
|
+
"github": "danielroe",
|
|
2383
|
+
"twitter": "danielcroe"
|
|
2384
|
+
}
|
|
2385
|
+
],
|
|
2386
|
+
"compatibility": {
|
|
2387
|
+
"nuxt": "^3.0.0",
|
|
2388
|
+
"requires": {}
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
1926
2391
|
{
|
|
1927
2392
|
"name": "markdownit",
|
|
1928
2393
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1929
2394
|
"repo": "nuxt-community/markdownit-module",
|
|
1930
|
-
"npm": "",
|
|
2395
|
+
"npm": "@nuxtjs/markdownit",
|
|
1931
2396
|
"icon": "",
|
|
1932
2397
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1933
2398
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1950,7 +2415,7 @@
|
|
|
1950
2415
|
"name": "matomo",
|
|
1951
2416
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
1952
2417
|
"repo": "pimlie/nuxt-matomo",
|
|
1953
|
-
"npm": "",
|
|
2418
|
+
"npm": "nuxt-matomo",
|
|
1954
2419
|
"icon": "matomo.png",
|
|
1955
2420
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
1956
2421
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -1972,7 +2437,7 @@
|
|
|
1972
2437
|
"name": "mdx",
|
|
1973
2438
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1974
2439
|
"repo": "nuxt-community/mdx-module",
|
|
1975
|
-
"npm": "",
|
|
2440
|
+
"npm": "@nuxtjs/mdx",
|
|
1976
2441
|
"icon": "mdx.png",
|
|
1977
2442
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1978
2443
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -1991,11 +2456,36 @@
|
|
|
1991
2456
|
"requires": {}
|
|
1992
2457
|
}
|
|
1993
2458
|
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "meilisearch",
|
|
2461
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2462
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2463
|
+
"npm": "nuxt-meilisearch",
|
|
2464
|
+
"icon": "meilisearch.svg",
|
|
2465
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2466
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2467
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2468
|
+
"category": "Libraries",
|
|
2469
|
+
"type": "3rd-party",
|
|
2470
|
+
"maintainers": [
|
|
2471
|
+
{
|
|
2472
|
+
"name": "Alex Duval",
|
|
2473
|
+
"github": "xlanex6",
|
|
2474
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2475
|
+
}
|
|
2476
|
+
],
|
|
2477
|
+
"compatibility": {
|
|
2478
|
+
"nuxt": "^3.0.0",
|
|
2479
|
+
"requires": {
|
|
2480
|
+
"bridge": false
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
1994
2484
|
{
|
|
1995
2485
|
"name": "memwatch",
|
|
1996
2486
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
1997
2487
|
"repo": "pimlie/nuxt-memwatch",
|
|
1998
|
-
"npm": "",
|
|
2488
|
+
"npm": "nuxt-memwatch",
|
|
1999
2489
|
"icon": "",
|
|
2000
2490
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
2001
2491
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -2017,7 +2507,7 @@
|
|
|
2017
2507
|
"name": "mobile",
|
|
2018
2508
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2019
2509
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2020
|
-
"npm": "",
|
|
2510
|
+
"npm": "nuxt-mobile",
|
|
2021
2511
|
"icon": "",
|
|
2022
2512
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2023
2513
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -2039,7 +2529,7 @@
|
|
|
2039
2529
|
"name": "moment",
|
|
2040
2530
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2041
2531
|
"repo": "nuxt-community/moment-module",
|
|
2042
|
-
"npm": "",
|
|
2532
|
+
"npm": "@nuxtjs/moment",
|
|
2043
2533
|
"icon": "momentjs.png",
|
|
2044
2534
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2045
2535
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2066,7 +2556,7 @@
|
|
|
2066
2556
|
"name": "mq",
|
|
2067
2557
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2068
2558
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2069
|
-
"npm": "",
|
|
2559
|
+
"npm": "nuxt-mq",
|
|
2070
2560
|
"icon": "",
|
|
2071
2561
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2072
2562
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -2088,7 +2578,7 @@
|
|
|
2088
2578
|
"name": "neo",
|
|
2089
2579
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
2090
2580
|
"repo": "ezypeeze/nuxt-neo",
|
|
2091
|
-
"npm": "",
|
|
2581
|
+
"npm": "nuxt-neo",
|
|
2092
2582
|
"icon": "",
|
|
2093
2583
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
2094
2584
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -2110,7 +2600,7 @@
|
|
|
2110
2600
|
"name": "netlify-cache",
|
|
2111
2601
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
2112
2602
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2113
|
-
"npm": "",
|
|
2603
|
+
"npm": "nuxt-netlify-cache",
|
|
2114
2604
|
"icon": "netlify.png",
|
|
2115
2605
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
2116
2606
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -2132,7 +2622,7 @@
|
|
|
2132
2622
|
"name": "netlify-files",
|
|
2133
2623
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
2134
2624
|
"repo": "nuxt-community/netlify-files-module",
|
|
2135
|
-
"npm": "",
|
|
2625
|
+
"npm": "@nuxtjs/netlify-files",
|
|
2136
2626
|
"icon": "netlify.png",
|
|
2137
2627
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
2138
2628
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -2155,7 +2645,7 @@
|
|
|
2155
2645
|
"name": "netlify",
|
|
2156
2646
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
2157
2647
|
"repo": "bazzite/nuxt-netlify",
|
|
2158
|
-
"npm": "",
|
|
2648
|
+
"npm": "@aceforth/nuxt-netlify",
|
|
2159
2649
|
"icon": "netlify.png",
|
|
2160
2650
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
2161
2651
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -2177,7 +2667,7 @@
|
|
|
2177
2667
|
"name": "ngrok",
|
|
2178
2668
|
"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",
|
|
2179
2669
|
"repo": "nuxt-community/ngrok",
|
|
2180
|
-
"npm": "",
|
|
2670
|
+
"npm": "@nuxtjs/ngrok",
|
|
2181
2671
|
"icon": "ngrok.png",
|
|
2182
2672
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2183
2673
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -2205,7 +2695,7 @@
|
|
|
2205
2695
|
"name": "notion",
|
|
2206
2696
|
"description": "Vue renderer for Notion pages",
|
|
2207
2697
|
"repo": "janniks/vue-notion",
|
|
2208
|
-
"npm": "",
|
|
2698
|
+
"npm": "vue-notion",
|
|
2209
2699
|
"icon": "notion.svg",
|
|
2210
2700
|
"github": "https://github.com/janniks/vue-notion",
|
|
2211
2701
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -2223,11 +2713,55 @@
|
|
|
2223
2713
|
"requires": {}
|
|
2224
2714
|
}
|
|
2225
2715
|
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "nuxt-auth",
|
|
2718
|
+
"description": "",
|
|
2719
|
+
"repo": "sidebase/nuxt-auth",
|
|
2720
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2721
|
+
"icon": "",
|
|
2722
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2723
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2724
|
+
"learn_more": "",
|
|
2725
|
+
"category": "Devtools",
|
|
2726
|
+
"type": "3rd-party",
|
|
2727
|
+
"maintainers": [
|
|
2728
|
+
{
|
|
2729
|
+
"name": "sidebase",
|
|
2730
|
+
"github": "sidebase"
|
|
2731
|
+
}
|
|
2732
|
+
],
|
|
2733
|
+
"compatibility": {
|
|
2734
|
+
"nuxt": "^2.0.0",
|
|
2735
|
+
"requires": {}
|
|
2736
|
+
}
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "nuxt-graphql-playground",
|
|
2740
|
+
"description": "",
|
|
2741
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
2742
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2743
|
+
"icon": "",
|
|
2744
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2745
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2746
|
+
"learn_more": "",
|
|
2747
|
+
"category": "Devtools",
|
|
2748
|
+
"type": "3rd-party",
|
|
2749
|
+
"maintainers": [
|
|
2750
|
+
{
|
|
2751
|
+
"name": "pinpon-dev",
|
|
2752
|
+
"github": "pinpon-dev"
|
|
2753
|
+
}
|
|
2754
|
+
],
|
|
2755
|
+
"compatibility": {
|
|
2756
|
+
"nuxt": "^2.0.0",
|
|
2757
|
+
"requires": {}
|
|
2758
|
+
}
|
|
2759
|
+
},
|
|
2226
2760
|
{
|
|
2227
2761
|
"name": "nuxt-hue",
|
|
2228
2762
|
"description": "Enlighten your Nuxt experience",
|
|
2229
2763
|
"repo": "lihbr/nuxt-hue",
|
|
2230
|
-
"npm": "",
|
|
2764
|
+
"npm": "nuxt-hue",
|
|
2231
2765
|
"icon": "nuxt-hue.svg",
|
|
2232
2766
|
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2233
2767
|
"website": "https://github.com/lihbr/nuxt-hue",
|
|
@@ -2247,11 +2781,33 @@
|
|
|
2247
2781
|
}
|
|
2248
2782
|
}
|
|
2249
2783
|
},
|
|
2784
|
+
{
|
|
2785
|
+
"name": "nuxt-monaco-editor",
|
|
2786
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2787
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2788
|
+
"npm": "nuxt-monaco-editor",
|
|
2789
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2790
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2791
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2792
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2793
|
+
"category": "Libraries",
|
|
2794
|
+
"type": "3rd-party",
|
|
2795
|
+
"maintainers": [
|
|
2796
|
+
{
|
|
2797
|
+
"name": "e-chan1007",
|
|
2798
|
+
"github": "e-chan1007"
|
|
2799
|
+
}
|
|
2800
|
+
],
|
|
2801
|
+
"compatibility": {
|
|
2802
|
+
"nuxt": "^3.0.0",
|
|
2803
|
+
"requires": {}
|
|
2804
|
+
}
|
|
2805
|
+
},
|
|
2250
2806
|
{
|
|
2251
2807
|
"name": "nuxt-pino-log",
|
|
2252
2808
|
"description": "Structured logs for nuxt apps using pino",
|
|
2253
2809
|
"repo": "kpn/nuxt-pino-log",
|
|
2254
|
-
"npm": "",
|
|
2810
|
+
"npm": "nuxt-pino-log",
|
|
2255
2811
|
"icon": "",
|
|
2256
2812
|
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2257
2813
|
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
@@ -2269,11 +2825,33 @@
|
|
|
2269
2825
|
"requires": {}
|
|
2270
2826
|
}
|
|
2271
2827
|
},
|
|
2828
|
+
{
|
|
2829
|
+
"name": "plausible",
|
|
2830
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
2831
|
+
"repo": "nuxt-modules/plausible",
|
|
2832
|
+
"npm": "@nuxtjs/plausible",
|
|
2833
|
+
"icon": "plausible.png",
|
|
2834
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
2835
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2836
|
+
"learn_more": "https://plausible.io/",
|
|
2837
|
+
"category": "Analytics",
|
|
2838
|
+
"type": "community",
|
|
2839
|
+
"maintainers": [
|
|
2840
|
+
{
|
|
2841
|
+
"name": "Johann Schopplich",
|
|
2842
|
+
"github": "johannschopplich"
|
|
2843
|
+
}
|
|
2844
|
+
],
|
|
2845
|
+
"compatibility": {
|
|
2846
|
+
"nuxt": "^3.0.0",
|
|
2847
|
+
"requires": {}
|
|
2848
|
+
}
|
|
2849
|
+
},
|
|
2272
2850
|
{
|
|
2273
2851
|
"name": "nuxt-png-to-ico",
|
|
2274
2852
|
"description": "Nuxt.js module for auto generating favicons",
|
|
2275
2853
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2276
|
-
"npm": "",
|
|
2854
|
+
"npm": "nuxt-png-to-ico",
|
|
2277
2855
|
"icon": "",
|
|
2278
2856
|
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2279
2857
|
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
@@ -2296,7 +2874,7 @@
|
|
|
2296
2874
|
"name": "nuxt-smartlook",
|
|
2297
2875
|
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2298
2876
|
"repo": "f00b4r/nuxt-smartlook",
|
|
2299
|
-
"npm": "",
|
|
2877
|
+
"npm": "nuxt-smartlook",
|
|
2300
2878
|
"icon": "nuxt-smartlook.png",
|
|
2301
2879
|
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2302
2880
|
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
@@ -2316,11 +2894,105 @@
|
|
|
2316
2894
|
"requires": {}
|
|
2317
2895
|
}
|
|
2318
2896
|
},
|
|
2897
|
+
{
|
|
2898
|
+
"name": "ssr-lit",
|
|
2899
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
2900
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
2901
|
+
"npm": "nuxt-ssr-lit",
|
|
2902
|
+
"icon": "",
|
|
2903
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2904
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2905
|
+
"learn_more": "",
|
|
2906
|
+
"category": "Libraries",
|
|
2907
|
+
"type": "3rd-party",
|
|
2908
|
+
"maintainers": [
|
|
2909
|
+
{
|
|
2910
|
+
"name": "Prashant Palikhe",
|
|
2911
|
+
"github": "prashantpalikhe",
|
|
2912
|
+
"twitter": "prashantpalikhe"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"name": "Steve Workman",
|
|
2916
|
+
"github": "steveworkman",
|
|
2917
|
+
"twitter": "steveworkman"
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2920
|
+
"compatibility": {
|
|
2921
|
+
"nuxt": "^3.0.0",
|
|
2922
|
+
"requires": {}
|
|
2923
|
+
}
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"name": "nuxt-storm",
|
|
2927
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
2928
|
+
"repo": "fumeapp/nuxt-storm",
|
|
2929
|
+
"npm": "nuxt-storm",
|
|
2930
|
+
"icon": "nuxt-storm.png",
|
|
2931
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
2932
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
2933
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
2934
|
+
"category": "Devtools",
|
|
2935
|
+
"type": "3rd-party",
|
|
2936
|
+
"maintainers": [
|
|
2937
|
+
{
|
|
2938
|
+
"name": "fumeapp",
|
|
2939
|
+
"github": "fumeapp"
|
|
2940
|
+
}
|
|
2941
|
+
],
|
|
2942
|
+
"compatibility": {
|
|
2943
|
+
"nuxt": "^2.0.0",
|
|
2944
|
+
"requires": {}
|
|
2945
|
+
}
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"name": "nuxt-svgo",
|
|
2949
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2950
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2951
|
+
"npm": "nuxt-svgo",
|
|
2952
|
+
"icon": "nuxt-svgo.png",
|
|
2953
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2954
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2955
|
+
"learn_more": "",
|
|
2956
|
+
"category": "Images",
|
|
2957
|
+
"type": "3rd-party",
|
|
2958
|
+
"maintainers": [
|
|
2959
|
+
{
|
|
2960
|
+
"name": "cpsoinos",
|
|
2961
|
+
"github": "cpsoinos"
|
|
2962
|
+
}
|
|
2963
|
+
],
|
|
2964
|
+
"compatibility": {
|
|
2965
|
+
"nuxt": "^3.0.0",
|
|
2966
|
+
"requires": {}
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"name": "nuxt-unleash",
|
|
2971
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2972
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2973
|
+
"npm": "nuxt-unleash",
|
|
2974
|
+
"icon": "nuxt-unleash.svg",
|
|
2975
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2976
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2977
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2978
|
+
"category": "Deployment",
|
|
2979
|
+
"type": "3rd-party",
|
|
2980
|
+
"maintainers": [
|
|
2981
|
+
{
|
|
2982
|
+
"name": "Juanjo Conejerock",
|
|
2983
|
+
"github": "conejerock"
|
|
2984
|
+
}
|
|
2985
|
+
],
|
|
2986
|
+
"compatibility": {
|
|
2987
|
+
"nuxt": "^2.0.0",
|
|
2988
|
+
"requires": {}
|
|
2989
|
+
}
|
|
2990
|
+
},
|
|
2319
2991
|
{
|
|
2320
2992
|
"name": "nuxt-use-motion",
|
|
2321
2993
|
"description": "A Nuxt module putting your components in motion",
|
|
2322
2994
|
"repo": "Tahul/nuxt-use-motion",
|
|
2323
|
-
"npm": "",
|
|
2995
|
+
"npm": "nuxt-use-motion",
|
|
2324
2996
|
"icon": "nuxt-use-motion.svg",
|
|
2325
2997
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2326
2998
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -2342,7 +3014,7 @@
|
|
|
2342
3014
|
"name": "nuxt-use-sound",
|
|
2343
3015
|
"description": "A Nuxt module for playing sound effects.",
|
|
2344
3016
|
"repo": "Tahul/nuxt-use-sound",
|
|
2345
|
-
"npm": "",
|
|
3017
|
+
"npm": "nuxt-use-sound",
|
|
2346
3018
|
"icon": "nuxt-use-sound.svg",
|
|
2347
3019
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2348
3020
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -2364,7 +3036,7 @@
|
|
|
2364
3036
|
"name": "nuxt-viewport",
|
|
2365
3037
|
"description": "Define custom viewports for your Nuxt project",
|
|
2366
3038
|
"repo": "mvrlin/nuxt-viewport",
|
|
2367
|
-
"npm": "",
|
|
3039
|
+
"npm": "nuxt-viewport",
|
|
2368
3040
|
"icon": "nuxt-viewport.svg",
|
|
2369
3041
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2370
3042
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -2378,15 +3050,17 @@
|
|
|
2378
3050
|
}
|
|
2379
3051
|
],
|
|
2380
3052
|
"compatibility": {
|
|
2381
|
-
"nuxt": "^2.0.0",
|
|
2382
|
-
"requires": {
|
|
3053
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3054
|
+
"requires": {
|
|
3055
|
+
"bridge": "optional"
|
|
3056
|
+
}
|
|
2383
3057
|
}
|
|
2384
3058
|
},
|
|
2385
3059
|
{
|
|
2386
3060
|
"name": "nuxt7",
|
|
2387
3061
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2388
3062
|
"repo": "nuxt-community/nuxt7",
|
|
2389
|
-
"npm": "",
|
|
3063
|
+
"npm": "nuxt7",
|
|
2390
3064
|
"icon": "",
|
|
2391
3065
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2392
3066
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -2405,11 +3079,35 @@
|
|
|
2405
3079
|
"requires": {}
|
|
2406
3080
|
}
|
|
2407
3081
|
},
|
|
3082
|
+
{
|
|
3083
|
+
"name": "og-image",
|
|
3084
|
+
"description": "Easily generate dynamic social share images.",
|
|
3085
|
+
"repo": "harlan-zw/nuxt-og-image",
|
|
3086
|
+
"npm": "nuxt-og-image",
|
|
3087
|
+
"icon": "",
|
|
3088
|
+
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3089
|
+
"website": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3090
|
+
"learn_more": "",
|
|
3091
|
+
"category": "SEO",
|
|
3092
|
+
"type": "3rd-party",
|
|
3093
|
+
"maintainers": [
|
|
3094
|
+
{
|
|
3095
|
+
"name": "Harlan Wilton",
|
|
3096
|
+
"github": "harlan-zw",
|
|
3097
|
+
"twitter": "harlan_zw",
|
|
3098
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3099
|
+
}
|
|
3100
|
+
],
|
|
3101
|
+
"compatibility": {
|
|
3102
|
+
"nuxt": "^3.0.0",
|
|
3103
|
+
"requires": {}
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
2408
3106
|
{
|
|
2409
3107
|
"name": "onesignal",
|
|
2410
3108
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
2411
3109
|
"repo": "nuxt-community/onesignal-module",
|
|
2412
|
-
"npm": "",
|
|
3110
|
+
"npm": "@nuxtjs/onesignal",
|
|
2413
3111
|
"icon": "one-signal.png",
|
|
2414
3112
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
2415
3113
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -2432,7 +3130,7 @@
|
|
|
2432
3130
|
"name": "optimized-images",
|
|
2433
3131
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
2434
3132
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
2435
|
-
"npm": "",
|
|
3133
|
+
"npm": "@aceforth/nuxt-optimized-images",
|
|
2436
3134
|
"icon": "",
|
|
2437
3135
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
2438
3136
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -2455,7 +3153,7 @@
|
|
|
2455
3153
|
"name": "page-generator-helper",
|
|
2456
3154
|
"description": "Generate your pages statically without using payload extractors.",
|
|
2457
3155
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2458
|
-
"npm": "",
|
|
3156
|
+
"npm": "nuxt-page-generator-helper",
|
|
2459
3157
|
"icon": "",
|
|
2460
3158
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2461
3159
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -2477,7 +3175,7 @@
|
|
|
2477
3175
|
"name": "parse",
|
|
2478
3176
|
"description": "Parse package for Nuxt.js",
|
|
2479
3177
|
"repo": "cierrateam/nuxt-parse",
|
|
2480
|
-
"npm": "",
|
|
3178
|
+
"npm": "nuxt-parse",
|
|
2481
3179
|
"icon": "",
|
|
2482
3180
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
2483
3181
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -2495,11 +3193,36 @@
|
|
|
2495
3193
|
"requires": {}
|
|
2496
3194
|
}
|
|
2497
3195
|
},
|
|
3196
|
+
{
|
|
3197
|
+
"name": "partytown",
|
|
3198
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
3199
|
+
"repo": "nuxt-modules/partytown",
|
|
3200
|
+
"npm": "@nuxtjs/partytown",
|
|
3201
|
+
"icon": "partytown.svg",
|
|
3202
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3203
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
3204
|
+
"learn_more": "https://partytown.builder.io/",
|
|
3205
|
+
"category": "Performance",
|
|
3206
|
+
"type": "community",
|
|
3207
|
+
"maintainers": [
|
|
3208
|
+
{
|
|
3209
|
+
"name": "Daniel Roe",
|
|
3210
|
+
"github": "danielroe",
|
|
3211
|
+
"twitter": "danielcroe"
|
|
3212
|
+
}
|
|
3213
|
+
],
|
|
3214
|
+
"compatibility": {
|
|
3215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3216
|
+
"requires": {
|
|
3217
|
+
"bridge": true
|
|
3218
|
+
}
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
2498
3221
|
{
|
|
2499
3222
|
"name": "persian-datepicker",
|
|
2500
3223
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2501
3224
|
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2502
|
-
"npm": "",
|
|
3225
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2503
3226
|
"icon": "persian-datepicker.svg",
|
|
2504
3227
|
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2505
3228
|
"website": "https://alireza-ab.ir/datepicker",
|
|
@@ -2522,7 +3245,7 @@
|
|
|
2522
3245
|
"name": "pinia",
|
|
2523
3246
|
"description": "The Vue Store that you will enjoy using",
|
|
2524
3247
|
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2525
|
-
"npm": "",
|
|
3248
|
+
"npm": "@pinia/nuxt",
|
|
2526
3249
|
"icon": "pinia.svg",
|
|
2527
3250
|
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2528
3251
|
"website": "https://pinia.esm.dev/",
|
|
@@ -2544,19 +3267,19 @@
|
|
|
2544
3267
|
},
|
|
2545
3268
|
{
|
|
2546
3269
|
"name": "plausible",
|
|
2547
|
-
"description": "
|
|
2548
|
-
"repo": "
|
|
2549
|
-
"npm": "",
|
|
2550
|
-
"icon": "
|
|
2551
|
-
"github": "https://github.com/
|
|
2552
|
-
"website": "https://github.com/
|
|
3270
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3271
|
+
"repo": "nuxt-modules/plausible",
|
|
3272
|
+
"npm": "@nuxtjs/plausible",
|
|
3273
|
+
"icon": "",
|
|
3274
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3275
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2553
3276
|
"learn_more": "",
|
|
2554
|
-
"category": "
|
|
2555
|
-
"type": "
|
|
3277
|
+
"category": "Devtools",
|
|
3278
|
+
"type": "community",
|
|
2556
3279
|
"maintainers": [
|
|
2557
3280
|
{
|
|
2558
|
-
"name": "
|
|
2559
|
-
"github": "
|
|
3281
|
+
"name": "nuxt-modules",
|
|
3282
|
+
"github": "nuxt-modules"
|
|
2560
3283
|
}
|
|
2561
3284
|
],
|
|
2562
3285
|
"compatibility": {
|
|
@@ -2568,7 +3291,7 @@
|
|
|
2568
3291
|
"name": "precompress",
|
|
2569
3292
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2570
3293
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2571
|
-
"npm": "",
|
|
3294
|
+
"npm": "nuxt-precompress",
|
|
2572
3295
|
"icon": "",
|
|
2573
3296
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2574
3297
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2589,32 +3312,23 @@
|
|
|
2589
3312
|
{
|
|
2590
3313
|
"name": "prismic",
|
|
2591
3314
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2592
|
-
"repo": "nuxt-
|
|
2593
|
-
"npm": "",
|
|
3315
|
+
"repo": "nuxt-modules/prismic",
|
|
3316
|
+
"npm": "@nuxtjs/prismic",
|
|
2594
3317
|
"icon": "prismic.png",
|
|
2595
|
-
"github": "https://github.com/nuxt-
|
|
3318
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2596
3319
|
"website": "https://prismic.nuxtjs.org",
|
|
2597
|
-
"learn_more": "https://prismic.io
|
|
3320
|
+
"learn_more": "https://prismic.io",
|
|
2598
3321
|
"category": "CMS",
|
|
2599
3322
|
"type": "community",
|
|
2600
3323
|
"maintainers": [
|
|
2601
|
-
{
|
|
2602
|
-
"name": "Sébastien Chopin",
|
|
2603
|
-
"github": "Atinux",
|
|
2604
|
-
"twitter": "Atinux"
|
|
2605
|
-
},
|
|
2606
3324
|
{
|
|
2607
3325
|
"name": "lihbr",
|
|
2608
3326
|
"github": "lihbr",
|
|
2609
3327
|
"twitter": "li_hbr"
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"name": "James Pegg",
|
|
2613
|
-
"github": "jamespegg"
|
|
2614
3328
|
}
|
|
2615
3329
|
],
|
|
2616
3330
|
"compatibility": {
|
|
2617
|
-
"nuxt": "^2.0.0",
|
|
3331
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2618
3332
|
"requires": {}
|
|
2619
3333
|
}
|
|
2620
3334
|
},
|
|
@@ -2622,7 +3336,7 @@
|
|
|
2622
3336
|
"name": "protected-mailto",
|
|
2623
3337
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2624
3338
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2625
|
-
"npm": "",
|
|
3339
|
+
"npm": "nuxt-protected-mailto",
|
|
2626
3340
|
"icon": "",
|
|
2627
3341
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2628
3342
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2644,7 +3358,7 @@
|
|
|
2644
3358
|
"name": "proxy",
|
|
2645
3359
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2646
3360
|
"repo": "nuxt-community/proxy-module",
|
|
2647
|
-
"npm": "",
|
|
3361
|
+
"npm": "@nuxtjs/proxy",
|
|
2648
3362
|
"icon": "",
|
|
2649
3363
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2650
3364
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2667,7 +3381,7 @@
|
|
|
2667
3381
|
"name": "prune-html",
|
|
2668
3382
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2669
3383
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2670
|
-
"npm": "",
|
|
3384
|
+
"npm": "@luxdamore/nuxt-prune-html",
|
|
2671
3385
|
"icon": "",
|
|
2672
3386
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2673
3387
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2689,8 +3403,8 @@
|
|
|
2689
3403
|
{
|
|
2690
3404
|
"name": "purgecss",
|
|
2691
3405
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2692
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
2693
|
-
"npm": "",
|
|
3406
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3407
|
+
"npm": "nuxt-purgecss",
|
|
2694
3408
|
"icon": "purgecss.png",
|
|
2695
3409
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2696
3410
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2704,7 +3418,7 @@
|
|
|
2704
3418
|
}
|
|
2705
3419
|
],
|
|
2706
3420
|
"compatibility": {
|
|
2707
|
-
"nuxt": "^2.0.0",
|
|
3421
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2708
3422
|
"requires": {}
|
|
2709
3423
|
}
|
|
2710
3424
|
},
|
|
@@ -2712,7 +3426,7 @@
|
|
|
2712
3426
|
"name": "pwa",
|
|
2713
3427
|
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2714
3428
|
"repo": "nuxt-community/pwa-module",
|
|
2715
|
-
"npm": "",
|
|
3429
|
+
"npm": "@nuxtjs/pwa",
|
|
2716
3430
|
"icon": "pwa.png",
|
|
2717
3431
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2718
3432
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2737,7 +3451,7 @@
|
|
|
2737
3451
|
"name": "python",
|
|
2738
3452
|
"description": "Write Nuxt.js applications using Python",
|
|
2739
3453
|
"repo": "nuxt-community/python-module",
|
|
2740
|
-
"npm": "",
|
|
3454
|
+
"npm": "@nuxtjs/python",
|
|
2741
3455
|
"icon": "python.png",
|
|
2742
3456
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2743
3457
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -2759,7 +3473,7 @@
|
|
|
2759
3473
|
"name": "recaptcha",
|
|
2760
3474
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
2761
3475
|
"repo": "nuxt-community/recaptcha-module",
|
|
2762
|
-
"npm": "",
|
|
3476
|
+
"npm": "@nuxtjs/recaptcha",
|
|
2763
3477
|
"icon": "recaptcha.png",
|
|
2764
3478
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
2765
3479
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -2781,7 +3495,7 @@
|
|
|
2781
3495
|
"name": "redirect",
|
|
2782
3496
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
2783
3497
|
"repo": "nuxt-community/redirect-module",
|
|
2784
|
-
"npm": "",
|
|
3498
|
+
"npm": "@nuxtjs/redirect-module",
|
|
2785
3499
|
"icon": "",
|
|
2786
3500
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
2787
3501
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -2804,7 +3518,7 @@
|
|
|
2804
3518
|
"name": "rfg-icon",
|
|
2805
3519
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
2806
3520
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
2807
|
-
"npm": "",
|
|
3521
|
+
"npm": "nuxt-rfg-icon",
|
|
2808
3522
|
"icon": "real-favicon-generator.png",
|
|
2809
3523
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2810
3524
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -2826,8 +3540,8 @@
|
|
|
2826
3540
|
"name": "robots",
|
|
2827
3541
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
2828
3542
|
"repo": "nuxt-community/robots-module",
|
|
2829
|
-
"npm": "",
|
|
2830
|
-
"icon": "",
|
|
3543
|
+
"npm": "@nuxtjs/robots",
|
|
3544
|
+
"icon": "robots.png",
|
|
2831
3545
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
2832
3546
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
2833
3547
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -2840,15 +3554,17 @@
|
|
|
2840
3554
|
}
|
|
2841
3555
|
],
|
|
2842
3556
|
"compatibility": {
|
|
2843
|
-
"nuxt": "^2.0.0",
|
|
2844
|
-
"requires": {
|
|
3557
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3558
|
+
"requires": {
|
|
3559
|
+
"bridge": "optional"
|
|
3560
|
+
}
|
|
2845
3561
|
}
|
|
2846
3562
|
},
|
|
2847
3563
|
{
|
|
2848
3564
|
"name": "rollbar",
|
|
2849
3565
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
2850
3566
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
2851
|
-
"npm": "",
|
|
3567
|
+
"npm": "nuxt-rollbar-module",
|
|
2852
3568
|
"icon": "rollbar.png",
|
|
2853
3569
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
2854
3570
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -2870,7 +3586,7 @@
|
|
|
2870
3586
|
"name": "router-extras",
|
|
2871
3587
|
"description": "Extra Add-ons for nuxt router",
|
|
2872
3588
|
"repo": "nuxt-community/router-extras-module",
|
|
2873
|
-
"npm": "",
|
|
3589
|
+
"npm": "@nuxtjs/router-extras",
|
|
2874
3590
|
"icon": "vue.png",
|
|
2875
3591
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2876
3592
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -2893,7 +3609,7 @@
|
|
|
2893
3609
|
"name": "router",
|
|
2894
3610
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
2895
3611
|
"repo": "nuxt-community/router-module",
|
|
2896
|
-
"npm": "",
|
|
3612
|
+
"npm": "@nuxtjs/router",
|
|
2897
3613
|
"icon": "vue.png",
|
|
2898
3614
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2899
3615
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -2914,11 +3630,11 @@
|
|
|
2914
3630
|
},
|
|
2915
3631
|
{
|
|
2916
3632
|
"name": "sanity",
|
|
2917
|
-
"description": "Access text, images, and other media with Nuxt
|
|
2918
|
-
"repo": "nuxt-
|
|
2919
|
-
"npm": "",
|
|
3633
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3634
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3635
|
+
"npm": "@nuxtjs/sanity",
|
|
2920
3636
|
"icon": "sanity.png",
|
|
2921
|
-
"github": "https://github.com/nuxt-
|
|
3637
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
2922
3638
|
"website": "https://sanity.nuxtjs.org",
|
|
2923
3639
|
"learn_more": "https://www.sanity.io/",
|
|
2924
3640
|
"category": "CMS",
|
|
@@ -2931,7 +3647,33 @@
|
|
|
2931
3647
|
}
|
|
2932
3648
|
],
|
|
2933
3649
|
"compatibility": {
|
|
2934
|
-
"nuxt": "^2.0.0",
|
|
3650
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3651
|
+
"requires": {
|
|
3652
|
+
"bridge": "optional"
|
|
3653
|
+
}
|
|
3654
|
+
}
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "schema-org",
|
|
3658
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3659
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3660
|
+
"npm": "nuxt-schema-org",
|
|
3661
|
+
"icon": "schema-org.svg",
|
|
3662
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3663
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3664
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3665
|
+
"category": "SEO",
|
|
3666
|
+
"type": "3rd-party",
|
|
3667
|
+
"maintainers": [
|
|
3668
|
+
{
|
|
3669
|
+
"name": "Harlan Wilton",
|
|
3670
|
+
"github": "harlan-zw",
|
|
3671
|
+
"twitter": "harlan_zw",
|
|
3672
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3673
|
+
}
|
|
3674
|
+
],
|
|
3675
|
+
"compatibility": {
|
|
3676
|
+
"nuxt": "^3.0.0",
|
|
2935
3677
|
"requires": {}
|
|
2936
3678
|
}
|
|
2937
3679
|
},
|
|
@@ -2939,7 +3681,7 @@
|
|
|
2939
3681
|
"name": "scss-to-js",
|
|
2940
3682
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
2941
3683
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
2942
|
-
"npm": "",
|
|
3684
|
+
"npm": "nuxt-scss-to-js",
|
|
2943
3685
|
"icon": "",
|
|
2944
3686
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
2945
3687
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -2957,11 +3699,34 @@
|
|
|
2957
3699
|
"requires": {}
|
|
2958
3700
|
}
|
|
2959
3701
|
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "security",
|
|
3704
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3705
|
+
"repo": "Baroshem/nuxt-security",
|
|
3706
|
+
"npm": "nuxt-security",
|
|
3707
|
+
"icon": "nuxt-security.svg",
|
|
3708
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3709
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3710
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3711
|
+
"category": "Security",
|
|
3712
|
+
"type": "3rd-party",
|
|
3713
|
+
"maintainers": [
|
|
3714
|
+
{
|
|
3715
|
+
"name": "Jakub Andrzejewski",
|
|
3716
|
+
"github": "Baroshem",
|
|
3717
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
2960
3725
|
{
|
|
2961
3726
|
"name": "segment",
|
|
2962
3727
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
2963
3728
|
"repo": "dansmaculotte/nuxt-segment",
|
|
2964
|
-
"npm": "",
|
|
3729
|
+
"npm": "@dansmaculotte/nuxt-segment",
|
|
2965
3730
|
"icon": "segment.png",
|
|
2966
3731
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
2967
3732
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -2983,7 +3748,7 @@
|
|
|
2983
3748
|
"name": "sentry",
|
|
2984
3749
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
2985
3750
|
"repo": "nuxt-community/sentry-module",
|
|
2986
|
-
"npm": "",
|
|
3751
|
+
"npm": "@nuxtjs/sentry",
|
|
2987
3752
|
"icon": "sentry.png",
|
|
2988
3753
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2989
3754
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -3001,11 +3766,33 @@
|
|
|
3001
3766
|
"requires": {}
|
|
3002
3767
|
}
|
|
3003
3768
|
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "seo-kit",
|
|
3771
|
+
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3772
|
+
"repo": "harlan-zw/nuxt-seo-kit",
|
|
3773
|
+
"npm": "nuxt-seo-kit",
|
|
3774
|
+
"icon": "seo-kit.svg",
|
|
3775
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3776
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3777
|
+
"learn_more": "",
|
|
3778
|
+
"category": "SEO",
|
|
3779
|
+
"type": "3rd-party",
|
|
3780
|
+
"maintainers": [
|
|
3781
|
+
{
|
|
3782
|
+
"name": "harlan-zw",
|
|
3783
|
+
"github": "harlan-zw"
|
|
3784
|
+
}
|
|
3785
|
+
],
|
|
3786
|
+
"compatibility": {
|
|
3787
|
+
"nuxt": "^3.0.0",
|
|
3788
|
+
"requires": {}
|
|
3789
|
+
}
|
|
3790
|
+
},
|
|
3004
3791
|
{
|
|
3005
3792
|
"name": "seo-meta",
|
|
3006
3793
|
"description": "Simple generate seo metadata",
|
|
3007
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3008
|
-
"npm": "",
|
|
3794
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3795
|
+
"npm": "nuxt-seo-meta",
|
|
3009
3796
|
"icon": "",
|
|
3010
3797
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3011
3798
|
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3028,7 +3815,7 @@
|
|
|
3028
3815
|
"name": "seomatic-meta",
|
|
3029
3816
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
3030
3817
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
3031
|
-
"npm": "",
|
|
3818
|
+
"npm": "nuxt-seomatic-meta",
|
|
3032
3819
|
"icon": "seomatic.png",
|
|
3033
3820
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
3034
3821
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -3050,7 +3837,7 @@
|
|
|
3050
3837
|
"name": "separate-env",
|
|
3051
3838
|
"description": "Separated environment variables for server and client builds",
|
|
3052
3839
|
"repo": "nuxt-community/separate-env-module",
|
|
3053
|
-
"npm": "",
|
|
3840
|
+
"npm": "@nuxtjs/separate-env",
|
|
3054
3841
|
"icon": "",
|
|
3055
3842
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
3056
3843
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -3069,11 +3856,34 @@
|
|
|
3069
3856
|
"requires": {}
|
|
3070
3857
|
}
|
|
3071
3858
|
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "session",
|
|
3861
|
+
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
3862
|
+
"repo": "sidebase/nuxt-session",
|
|
3863
|
+
"npm": "@sidebase/nuxt-session",
|
|
3864
|
+
"icon": "session.png",
|
|
3865
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3866
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3867
|
+
"learn_more": "https://github.com/sidebase",
|
|
3868
|
+
"category": "Security",
|
|
3869
|
+
"type": "3rd-party",
|
|
3870
|
+
"maintainers": [
|
|
3871
|
+
{
|
|
3872
|
+
"name": "sidebase",
|
|
3873
|
+
"github": "sidebase",
|
|
3874
|
+
"twitter": "sidebase_io"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^3.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3072
3882
|
{
|
|
3073
3883
|
"name": "shopify",
|
|
3074
3884
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
3075
3885
|
"repo": "Gomah/nuxt-shopify",
|
|
3076
|
-
"npm": "",
|
|
3886
|
+
"npm": "nuxt-shopify",
|
|
3077
3887
|
"icon": "shopify.png",
|
|
3078
3888
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
3079
3889
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -3082,12 +3892,35 @@
|
|
|
3082
3892
|
"type": "3rd-party",
|
|
3083
3893
|
"maintainers": [
|
|
3084
3894
|
{
|
|
3085
|
-
"name": "Gomah",
|
|
3086
|
-
"github": "Gomah"
|
|
3895
|
+
"name": "Gomah",
|
|
3896
|
+
"github": "Gomah"
|
|
3897
|
+
}
|
|
3898
|
+
],
|
|
3899
|
+
"compatibility": {
|
|
3900
|
+
"nuxt": "^2.0.0",
|
|
3901
|
+
"requires": {}
|
|
3902
|
+
}
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "nuxt-auth",
|
|
3906
|
+
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
3907
|
+
"repo": "sidebase/nuxt-auth",
|
|
3908
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3909
|
+
"icon": "sidebase-auth.png",
|
|
3910
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3911
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3912
|
+
"learn_more": "https://github.com/sidebase",
|
|
3913
|
+
"category": "Security",
|
|
3914
|
+
"type": "3rd-party",
|
|
3915
|
+
"maintainers": [
|
|
3916
|
+
{
|
|
3917
|
+
"name": "sidebase",
|
|
3918
|
+
"github": "sidebase",
|
|
3919
|
+
"twitter": "sidebase_io"
|
|
3087
3920
|
}
|
|
3088
3921
|
],
|
|
3089
3922
|
"compatibility": {
|
|
3090
|
-
"nuxt": "^
|
|
3923
|
+
"nuxt": "^3.0.0",
|
|
3091
3924
|
"requires": {}
|
|
3092
3925
|
}
|
|
3093
3926
|
},
|
|
@@ -3095,7 +3928,7 @@
|
|
|
3095
3928
|
"name": "simple-line-icons",
|
|
3096
3929
|
"description": "Nuxt module to add simple-line-icons ",
|
|
3097
3930
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
3098
|
-
"npm": "",
|
|
3931
|
+
"npm": "nuxt-simple-line-icons",
|
|
3099
3932
|
"icon": "",
|
|
3100
3933
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
3101
3934
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -3113,11 +3946,59 @@
|
|
|
3113
3946
|
"requires": {}
|
|
3114
3947
|
}
|
|
3115
3948
|
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "simple-robots",
|
|
3951
|
+
"description": "Simply manage the robots crawling your Nuxt app.",
|
|
3952
|
+
"repo": "harlan-zw/nuxt-simple-robots",
|
|
3953
|
+
"npm": "nuxt-simple-robots",
|
|
3954
|
+
"icon": "",
|
|
3955
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
3956
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
3957
|
+
"learn_more": "",
|
|
3958
|
+
"category": "SEO",
|
|
3959
|
+
"type": "3rd-party",
|
|
3960
|
+
"maintainers": [
|
|
3961
|
+
{
|
|
3962
|
+
"name": "Harlan Wilton",
|
|
3963
|
+
"github": "harlan-zw",
|
|
3964
|
+
"twitter": "harlan_zw",
|
|
3965
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3966
|
+
}
|
|
3967
|
+
],
|
|
3968
|
+
"compatibility": {
|
|
3969
|
+
"nuxt": "^3.0.0",
|
|
3970
|
+
"requires": {}
|
|
3971
|
+
}
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"name": "simple-sitemap",
|
|
3975
|
+
"description": "Simple, minimal sitemap.xml generation.",
|
|
3976
|
+
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
3977
|
+
"npm": "nuxt-simple-sitemap",
|
|
3978
|
+
"icon": "",
|
|
3979
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
3980
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
3981
|
+
"learn_more": "",
|
|
3982
|
+
"category": "SEO",
|
|
3983
|
+
"type": "3rd-party",
|
|
3984
|
+
"maintainers": [
|
|
3985
|
+
{
|
|
3986
|
+
"name": "Harlan Wilton",
|
|
3987
|
+
"github": "harlan-zw",
|
|
3988
|
+
"twitter": "harlan_zw",
|
|
3989
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3990
|
+
}
|
|
3991
|
+
],
|
|
3992
|
+
"compatibility": {
|
|
3993
|
+
"nuxt": "^3.0.0",
|
|
3994
|
+
"requires": {}
|
|
3995
|
+
}
|
|
3996
|
+
},
|
|
3116
3997
|
{
|
|
3117
3998
|
"name": "sitemap",
|
|
3118
3999
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
3119
4000
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
3120
|
-
"npm": "",
|
|
4001
|
+
"npm": "@nuxtjs/sitemap",
|
|
3121
4002
|
"icon": "",
|
|
3122
4003
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
3123
4004
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -3140,7 +4021,7 @@
|
|
|
3140
4021
|
"name": "snipcart",
|
|
3141
4022
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3142
4023
|
"repo": "nuxt-community/snipcart-module",
|
|
3143
|
-
"npm": "",
|
|
4024
|
+
"npm": "@nuxtjs/snipcart",
|
|
3144
4025
|
"icon": "snipcart.png",
|
|
3145
4026
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3146
4027
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -3163,7 +4044,7 @@
|
|
|
3163
4044
|
"name": "social-meta",
|
|
3164
4045
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
3165
4046
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
3166
|
-
"npm": "",
|
|
4047
|
+
"npm": "nuxt-social-meta",
|
|
3167
4048
|
"icon": "",
|
|
3168
4049
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
3169
4050
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -3185,7 +4066,7 @@
|
|
|
3185
4066
|
"name": "socket-io",
|
|
3186
4067
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
3187
4068
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
3188
|
-
"npm": "",
|
|
4069
|
+
"npm": "nuxt-socket-io",
|
|
3189
4070
|
"icon": "socket-io.png",
|
|
3190
4071
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
3191
4072
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -3207,7 +4088,7 @@
|
|
|
3207
4088
|
"name": "speedcurve",
|
|
3208
4089
|
"description": "Speedcurve LUX module for Nuxt",
|
|
3209
4090
|
"repo": "nuxt-community/speedcurve-module",
|
|
3210
|
-
"npm": "",
|
|
4091
|
+
"npm": "@nuxtjs/speedcurve",
|
|
3211
4092
|
"icon": "speedcurve.png",
|
|
3212
4093
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
3213
4094
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -3230,7 +4111,7 @@
|
|
|
3230
4111
|
"name": "speedkit",
|
|
3231
4112
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3232
4113
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3233
|
-
"npm": "",
|
|
4114
|
+
"npm": "nuxt-speedkit",
|
|
3234
4115
|
"icon": "speedkit.png",
|
|
3235
4116
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3236
4117
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -3259,11 +4140,33 @@
|
|
|
3259
4140
|
"requires": {}
|
|
3260
4141
|
}
|
|
3261
4142
|
},
|
|
4143
|
+
{
|
|
4144
|
+
"name": "ssr-lit",
|
|
4145
|
+
"description": "",
|
|
4146
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4147
|
+
"npm": "nuxt-ssr-lit",
|
|
4148
|
+
"icon": "",
|
|
4149
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4150
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4151
|
+
"learn_more": "",
|
|
4152
|
+
"category": "Devtools",
|
|
4153
|
+
"type": "3rd-party",
|
|
4154
|
+
"maintainers": [
|
|
4155
|
+
{
|
|
4156
|
+
"name": "prashantpalikhe",
|
|
4157
|
+
"github": "prashantpalikhe"
|
|
4158
|
+
}
|
|
4159
|
+
],
|
|
4160
|
+
"compatibility": {
|
|
4161
|
+
"nuxt": "^2.0.0",
|
|
4162
|
+
"requires": {}
|
|
4163
|
+
}
|
|
4164
|
+
},
|
|
3262
4165
|
{
|
|
3263
4166
|
"name": "storage",
|
|
3264
4167
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
3265
4168
|
"repo": "mazipan/nuxt-storage",
|
|
3266
|
-
"npm": "",
|
|
4169
|
+
"npm": "nuxt-storage",
|
|
3267
4170
|
"icon": "",
|
|
3268
4171
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
3269
4172
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -3285,7 +4188,7 @@
|
|
|
3285
4188
|
"name": "storefront-ui",
|
|
3286
4189
|
"description": "Storefront UI Module for Nuxt.js",
|
|
3287
4190
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3288
|
-
"npm": "",
|
|
4191
|
+
"npm": "@storefront-ui/nuxt",
|
|
3289
4192
|
"icon": "storefront-ui.svg",
|
|
3290
4193
|
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3291
4194
|
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
@@ -3307,7 +4210,7 @@
|
|
|
3307
4210
|
"name": "stories",
|
|
3308
4211
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
3309
4212
|
"repo": "richardeschloss/nuxt-stories",
|
|
3310
|
-
"npm": "",
|
|
4213
|
+
"npm": "nuxt-stories",
|
|
3311
4214
|
"icon": "",
|
|
3312
4215
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
3313
4216
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -3329,7 +4232,7 @@
|
|
|
3329
4232
|
"name": "storyblok",
|
|
3330
4233
|
"description": "Storyblok Nuxt.js module",
|
|
3331
4234
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3332
|
-
"npm": "",
|
|
4235
|
+
"npm": "@storyblok/nuxt",
|
|
3333
4236
|
"icon": "storyblok.png",
|
|
3334
4237
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3335
4238
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3351,7 +4254,7 @@
|
|
|
3351
4254
|
"name": "storybook",
|
|
3352
4255
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
3353
4256
|
"repo": "nuxt-community/storybook",
|
|
3354
|
-
"npm": "",
|
|
4257
|
+
"npm": "@nuxtjs/storybook",
|
|
3355
4258
|
"icon": "storybook.png",
|
|
3356
4259
|
"github": "https://github.com/nuxt-community/storybook",
|
|
3357
4260
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -3381,7 +4284,7 @@
|
|
|
3381
4284
|
"name": "strapi",
|
|
3382
4285
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
3383
4286
|
"repo": "nuxt-community/strapi-module",
|
|
3384
|
-
"npm": "",
|
|
4287
|
+
"npm": "@nuxtjs/strapi",
|
|
3385
4288
|
"icon": "strapi.png",
|
|
3386
4289
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
3387
4290
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -3402,14 +4305,16 @@
|
|
|
3402
4305
|
],
|
|
3403
4306
|
"compatibility": {
|
|
3404
4307
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3405
|
-
"requires": {
|
|
4308
|
+
"requires": {
|
|
4309
|
+
"bridge": true
|
|
4310
|
+
}
|
|
3406
4311
|
}
|
|
3407
4312
|
},
|
|
3408
4313
|
{
|
|
3409
4314
|
"name": "stripe",
|
|
3410
4315
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
3411
4316
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
3412
|
-
"npm": "",
|
|
4317
|
+
"npm": "nuxt-stripe-module",
|
|
3413
4318
|
"icon": "stripe.png",
|
|
3414
4319
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
3415
4320
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -3431,7 +4336,7 @@
|
|
|
3431
4336
|
"name": "style-resources",
|
|
3432
4337
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
3433
4338
|
"repo": "nuxt-community/style-resources-module",
|
|
3434
|
-
"npm": "",
|
|
4339
|
+
"npm": "@nuxtjs/style-resources",
|
|
3435
4340
|
"icon": "",
|
|
3436
4341
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
3437
4342
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -3454,7 +4359,7 @@
|
|
|
3454
4359
|
"name": "stylelint",
|
|
3455
4360
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
3456
4361
|
"repo": "nuxt-community/stylelint-module",
|
|
3457
|
-
"npm": "",
|
|
4362
|
+
"npm": "@nuxtjs/stylelint-module",
|
|
3458
4363
|
"icon": "stylelint.png",
|
|
3459
4364
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
3460
4365
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -3472,18 +4377,51 @@
|
|
|
3472
4377
|
"requires": {}
|
|
3473
4378
|
}
|
|
3474
4379
|
},
|
|
4380
|
+
{
|
|
4381
|
+
"name": "stylify",
|
|
4382
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4383
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
4384
|
+
"npm": "@stylify/nuxt",
|
|
4385
|
+
"icon": "stylify.svg",
|
|
4386
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4387
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
4388
|
+
"learn_more": "https://stylifycss.com",
|
|
4389
|
+
"category": "UI",
|
|
4390
|
+
"type": "3rd-party",
|
|
4391
|
+
"maintainers": [
|
|
4392
|
+
{
|
|
4393
|
+
"name": "Vladimír Macháček",
|
|
4394
|
+
"github": "Machy8",
|
|
4395
|
+
"twitter": "8machy"
|
|
4396
|
+
}
|
|
4397
|
+
],
|
|
4398
|
+
"compatibility": {
|
|
4399
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4400
|
+
"requires": {}
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
3475
4403
|
{
|
|
3476
4404
|
"name": "supabase",
|
|
3477
|
-
"description": "
|
|
3478
|
-
"repo": "
|
|
3479
|
-
"npm": "",
|
|
4405
|
+
"description": "First class integration with Supabase",
|
|
4406
|
+
"repo": "nuxt-community/supabase-module",
|
|
4407
|
+
"npm": "@nuxtjs/supabase",
|
|
3480
4408
|
"icon": "supabase.png",
|
|
3481
|
-
"github": "https://github.com/
|
|
3482
|
-
"website": "https://
|
|
3483
|
-
"learn_more": "https://supabase.
|
|
4409
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
4410
|
+
"website": "https://supabase.nuxtjs.org",
|
|
4411
|
+
"learn_more": "https://supabase.com",
|
|
3484
4412
|
"category": "Database",
|
|
3485
|
-
"type": "
|
|
4413
|
+
"type": "community",
|
|
3486
4414
|
"maintainers": [
|
|
4415
|
+
{
|
|
4416
|
+
"name": "Baptiste Leproux",
|
|
4417
|
+
"github": "larbish",
|
|
4418
|
+
"twitter": "baptistelprx"
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"name": "Sebastien Chopin",
|
|
4422
|
+
"github": "Atinux",
|
|
4423
|
+
"twitter": "Atinux"
|
|
4424
|
+
},
|
|
3487
4425
|
{
|
|
3488
4426
|
"name": "Scott Robertson",
|
|
3489
4427
|
"github": "scottrobertson",
|
|
@@ -3491,7 +4429,7 @@
|
|
|
3491
4429
|
}
|
|
3492
4430
|
],
|
|
3493
4431
|
"compatibility": {
|
|
3494
|
-
"nuxt": "^2.0.0",
|
|
4432
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3495
4433
|
"requires": {}
|
|
3496
4434
|
}
|
|
3497
4435
|
},
|
|
@@ -3499,7 +4437,7 @@
|
|
|
3499
4437
|
"name": "svg-loader",
|
|
3500
4438
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
3501
4439
|
"repo": "Developmint/nuxt-svg-loader",
|
|
3502
|
-
"npm": "",
|
|
4440
|
+
"npm": "nuxt-svg-loader",
|
|
3503
4441
|
"icon": "",
|
|
3504
4442
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
3505
4443
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -3521,7 +4459,7 @@
|
|
|
3521
4459
|
"name": "svg-sprite",
|
|
3522
4460
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
3523
4461
|
"repo": "nuxt-community/svg-sprite-module",
|
|
3524
|
-
"npm": "",
|
|
4462
|
+
"npm": "@nuxtjs/svg-sprite",
|
|
3525
4463
|
"icon": "",
|
|
3526
4464
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
3527
4465
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -3544,7 +4482,7 @@
|
|
|
3544
4482
|
"name": "svg",
|
|
3545
4483
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
3546
4484
|
"repo": "nuxt-community/svg-module",
|
|
3547
|
-
"npm": "",
|
|
4485
|
+
"npm": "@nuxtjs/svg",
|
|
3548
4486
|
"icon": "",
|
|
3549
4487
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
3550
4488
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -3566,7 +4504,7 @@
|
|
|
3566
4504
|
"name": "sweetalert2",
|
|
3567
4505
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
3568
4506
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
3569
|
-
"npm": "",
|
|
4507
|
+
"npm": "nuxt-sweetalert2",
|
|
3570
4508
|
"icon": "",
|
|
3571
4509
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
3572
4510
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -3588,7 +4526,7 @@
|
|
|
3588
4526
|
"name": "tailwindcss",
|
|
3589
4527
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
3590
4528
|
"repo": "nuxt-community/tailwindcss-module",
|
|
3591
|
-
"npm": "",
|
|
4529
|
+
"npm": "@nuxtjs/tailwindcss",
|
|
3592
4530
|
"icon": "tailwindcss.png",
|
|
3593
4531
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
3594
4532
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -3603,7 +4541,7 @@
|
|
|
3603
4541
|
}
|
|
3604
4542
|
],
|
|
3605
4543
|
"compatibility": {
|
|
3606
|
-
"nuxt": "^2.0.0",
|
|
4544
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3607
4545
|
"requires": {}
|
|
3608
4546
|
}
|
|
3609
4547
|
},
|
|
@@ -3611,7 +4549,7 @@
|
|
|
3611
4549
|
"name": "tiktok-analytics",
|
|
3612
4550
|
"description": "",
|
|
3613
4551
|
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3614
|
-
"npm": "",
|
|
4552
|
+
"npm": "tiktok-analytics",
|
|
3615
4553
|
"icon": "",
|
|
3616
4554
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3617
4555
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
@@ -3634,7 +4572,7 @@
|
|
|
3634
4572
|
"name": "toast",
|
|
3635
4573
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
3636
4574
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
3637
|
-
"npm": "",
|
|
4575
|
+
"npm": "@nuxtjs/toast",
|
|
3638
4576
|
"icon": "",
|
|
3639
4577
|
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3640
4578
|
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
@@ -3653,11 +4591,36 @@
|
|
|
3653
4591
|
"requires": {}
|
|
3654
4592
|
}
|
|
3655
4593
|
},
|
|
4594
|
+
{
|
|
4595
|
+
"name": "turnstile",
|
|
4596
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4597
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4598
|
+
"npm": "nuxt-turnstile",
|
|
4599
|
+
"icon": "cloudflare.svg",
|
|
4600
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4601
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4602
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4603
|
+
"category": "Security",
|
|
4604
|
+
"type": "3rd-party",
|
|
4605
|
+
"maintainers": [
|
|
4606
|
+
{
|
|
4607
|
+
"name": "Daniel Roe",
|
|
4608
|
+
"github": "danielroe",
|
|
4609
|
+
"twitter": "danielcroe"
|
|
4610
|
+
}
|
|
4611
|
+
],
|
|
4612
|
+
"compatibility": {
|
|
4613
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4614
|
+
"requires": {
|
|
4615
|
+
"bridge": true
|
|
4616
|
+
}
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
3656
4619
|
{
|
|
3657
4620
|
"name": "twa",
|
|
3658
4621
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3659
4622
|
"repo": "tuarrep/nuxt-twa",
|
|
3660
|
-
"npm": "",
|
|
4623
|
+
"npm": "nuxt-twa",
|
|
3661
4624
|
"icon": "",
|
|
3662
4625
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3663
4626
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
@@ -3677,12 +4640,45 @@
|
|
|
3677
4640
|
}
|
|
3678
4641
|
}
|
|
3679
4642
|
},
|
|
4643
|
+
{
|
|
4644
|
+
"name": "twicpics",
|
|
4645
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4646
|
+
"repo": "TwicPics/components",
|
|
4647
|
+
"npm": "@twicpics/components",
|
|
4648
|
+
"icon": "twicpics.svg",
|
|
4649
|
+
"github": "https://github.com/TwicPics/components",
|
|
4650
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4651
|
+
"learn_more": "https://www.twicpics.com",
|
|
4652
|
+
"category": "Images",
|
|
4653
|
+
"type": "3rd-party",
|
|
4654
|
+
"maintainers": [
|
|
4655
|
+
{
|
|
4656
|
+
"name": "Florent Bourgeois",
|
|
4657
|
+
"github": "florentb",
|
|
4658
|
+
"twitter": "florent_b"
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
"name": "Julian Aubourg",
|
|
4662
|
+
"github": "jaubourg",
|
|
4663
|
+
"twitter": "jaubourg"
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"name": "Miguel Beignon",
|
|
4667
|
+
"github": "mbgspcii",
|
|
4668
|
+
"twitter": "m_beignon"
|
|
4669
|
+
}
|
|
4670
|
+
],
|
|
4671
|
+
"compatibility": {
|
|
4672
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4673
|
+
"requires": {}
|
|
4674
|
+
}
|
|
4675
|
+
},
|
|
3680
4676
|
{
|
|
3681
4677
|
"name": "typed-router",
|
|
3682
4678
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
3683
4679
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
3684
|
-
"npm": "",
|
|
3685
|
-
"icon": "
|
|
4680
|
+
"npm": "nuxt-typed-router",
|
|
4681
|
+
"icon": "typed-router.png",
|
|
3686
4682
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3687
4683
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3688
4684
|
"learn_more": "",
|
|
@@ -3695,15 +4691,40 @@
|
|
|
3695
4691
|
}
|
|
3696
4692
|
],
|
|
3697
4693
|
"compatibility": {
|
|
3698
|
-
"nuxt": "^2.0.0",
|
|
4694
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3699
4695
|
"requires": {}
|
|
3700
4696
|
}
|
|
3701
4697
|
},
|
|
4698
|
+
{
|
|
4699
|
+
"name": "typed-vuex",
|
|
4700
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4701
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4702
|
+
"npm": "nuxt-typed-vuex",
|
|
4703
|
+
"icon": "vue.png",
|
|
4704
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4705
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4706
|
+
"learn_more": "",
|
|
4707
|
+
"category": "Libraries",
|
|
4708
|
+
"type": "3rd-party",
|
|
4709
|
+
"maintainers": [
|
|
4710
|
+
{
|
|
4711
|
+
"name": "Daniel Roe",
|
|
4712
|
+
"github": "danielroe",
|
|
4713
|
+
"twitter": "danielcroe"
|
|
4714
|
+
}
|
|
4715
|
+
],
|
|
4716
|
+
"compatibility": {
|
|
4717
|
+
"nuxt": "^2.0.0",
|
|
4718
|
+
"requires": {
|
|
4719
|
+
"bridge": "optional"
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
3702
4723
|
{
|
|
3703
4724
|
"name": "typescript-runtime",
|
|
3704
4725
|
"description": "TypeScript Runtime support for Nuxt",
|
|
3705
4726
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
3706
|
-
"npm": "",
|
|
4727
|
+
"npm": "@nuxt/typescript-runtime",
|
|
3707
4728
|
"icon": "typescript.svg",
|
|
3708
4729
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
3709
4730
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -3735,7 +4756,7 @@
|
|
|
3735
4756
|
"name": "typescript",
|
|
3736
4757
|
"description": "TypeScript Support for Nuxt",
|
|
3737
4758
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
3738
|
-
"npm": "",
|
|
4759
|
+
"npm": "@nuxt/typescript-build",
|
|
3739
4760
|
"icon": "typescript.svg",
|
|
3740
4761
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
3741
4762
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -3763,11 +4784,57 @@
|
|
|
3763
4784
|
"requires": {}
|
|
3764
4785
|
}
|
|
3765
4786
|
},
|
|
4787
|
+
{
|
|
4788
|
+
"name": "umami",
|
|
4789
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4790
|
+
"repo": "ijkml/nuxt-umami",
|
|
4791
|
+
"npm": "nuxt-umami",
|
|
4792
|
+
"icon": "umami.svg",
|
|
4793
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4794
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4795
|
+
"learn_more": "https://umami.is/docs/",
|
|
4796
|
+
"category": "Analytics",
|
|
4797
|
+
"type": "3rd-party",
|
|
4798
|
+
"maintainers": [
|
|
4799
|
+
{
|
|
4800
|
+
"name": "ML",
|
|
4801
|
+
"github": "ijkml"
|
|
4802
|
+
}
|
|
4803
|
+
],
|
|
4804
|
+
"compatibility": {
|
|
4805
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4806
|
+
"requires": {
|
|
4807
|
+
"bridge": "optional"
|
|
4808
|
+
}
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4811
|
+
{
|
|
4812
|
+
"name": "unhead",
|
|
4813
|
+
"description": "Experimental features for Nuxt SEO / head management.",
|
|
4814
|
+
"repo": "harlan-zw/nuxt-unhead",
|
|
4815
|
+
"npm": "nuxt-unhead",
|
|
4816
|
+
"icon": "",
|
|
4817
|
+
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
4818
|
+
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
4819
|
+
"learn_more": "",
|
|
4820
|
+
"category": "SEO",
|
|
4821
|
+
"type": "3rd-party",
|
|
4822
|
+
"maintainers": [
|
|
4823
|
+
{
|
|
4824
|
+
"name": "harlan-zw",
|
|
4825
|
+
"github": "harlan-zw"
|
|
4826
|
+
}
|
|
4827
|
+
],
|
|
4828
|
+
"compatibility": {
|
|
4829
|
+
"nuxt": "^3.0.0",
|
|
4830
|
+
"requires": {}
|
|
4831
|
+
}
|
|
4832
|
+
},
|
|
3766
4833
|
{
|
|
3767
4834
|
"name": "universal-storage",
|
|
3768
4835
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
3769
4836
|
"repo": "nuxt-community/universal-storage-module",
|
|
3770
|
-
"npm": "",
|
|
4837
|
+
"npm": "@nuxtjs/universal-storage",
|
|
3771
4838
|
"icon": "",
|
|
3772
4839
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
3773
4840
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -3791,11 +4858,37 @@
|
|
|
3791
4858
|
"requires": {}
|
|
3792
4859
|
}
|
|
3793
4860
|
},
|
|
4861
|
+
{
|
|
4862
|
+
"name": "unlighthouse",
|
|
4863
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4864
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4865
|
+
"npm": "@unlighthouse/nuxt",
|
|
4866
|
+
"icon": "unlighthouse.svg",
|
|
4867
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4868
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4869
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4870
|
+
"category": "Devtools",
|
|
4871
|
+
"type": "3rd-party",
|
|
4872
|
+
"maintainers": [
|
|
4873
|
+
{
|
|
4874
|
+
"name": "Harlan Wilton",
|
|
4875
|
+
"github": "harlan-zw",
|
|
4876
|
+
"twitter": "harlan_zw",
|
|
4877
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4878
|
+
}
|
|
4879
|
+
],
|
|
4880
|
+
"compatibility": {
|
|
4881
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4882
|
+
"requires": {
|
|
4883
|
+
"bridge": "optional"
|
|
4884
|
+
}
|
|
4885
|
+
}
|
|
4886
|
+
},
|
|
3794
4887
|
{
|
|
3795
4888
|
"name": "unocss",
|
|
3796
4889
|
"description": "The instant on-demand atomic CSS engine.",
|
|
3797
4890
|
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3798
|
-
"npm": "",
|
|
4891
|
+
"npm": "@unocss/nuxt",
|
|
3799
4892
|
"icon": "unocss.svg",
|
|
3800
4893
|
"github": "https://github.com/antfu/unocss",
|
|
3801
4894
|
"website": "https://github.com/antfu/unocss",
|
|
@@ -3821,7 +4914,7 @@
|
|
|
3821
4914
|
"name": "user-agent",
|
|
3822
4915
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
3823
4916
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
3824
|
-
"npm": "",
|
|
4917
|
+
"npm": "nuxt-user-agent",
|
|
3825
4918
|
"icon": "",
|
|
3826
4919
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
3827
4920
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -3843,7 +4936,7 @@
|
|
|
3843
4936
|
"name": "validate",
|
|
3844
4937
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
3845
4938
|
"repo": "lewyuburi/nuxt-validate",
|
|
3846
|
-
"npm": "",
|
|
4939
|
+
"npm": "nuxt-validate",
|
|
3847
4940
|
"icon": "vee-validate.png",
|
|
3848
4941
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
3849
4942
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -3865,7 +4958,7 @@
|
|
|
3865
4958
|
"name": "vendor",
|
|
3866
4959
|
"description": "directly serve node_modules",
|
|
3867
4960
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
3868
|
-
"npm": "",
|
|
4961
|
+
"npm": "@nuxtjs/vendor",
|
|
3869
4962
|
"icon": "",
|
|
3870
4963
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
3871
4964
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -3884,11 +4977,36 @@
|
|
|
3884
4977
|
"requires": {}
|
|
3885
4978
|
}
|
|
3886
4979
|
},
|
|
4980
|
+
{
|
|
4981
|
+
"name": "vue-macros",
|
|
4982
|
+
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
4983
|
+
"repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
|
|
4984
|
+
"npm": "@vue-macros/nuxt",
|
|
4985
|
+
"icon": "vue-macros.svg",
|
|
4986
|
+
"github": "https://github.com/sxzz/unplugin-vue-macros",
|
|
4987
|
+
"website": "https://vue-macros.sxzz.moe",
|
|
4988
|
+
"learn_more": "https://github.com/sxzz/unplugin-vue-macros",
|
|
4989
|
+
"category": "Extensions",
|
|
4990
|
+
"type": "3rd-party",
|
|
4991
|
+
"maintainers": [
|
|
4992
|
+
{
|
|
4993
|
+
"name": "三咲智子 Kevin Deng",
|
|
4994
|
+
"github": "sxzz",
|
|
4995
|
+
"twitter": "sanxiaozhizi"
|
|
4996
|
+
}
|
|
4997
|
+
],
|
|
4998
|
+
"compatibility": {
|
|
4999
|
+
"nuxt": "^3.0.0",
|
|
5000
|
+
"requires": {
|
|
5001
|
+
"bridge": "optional"
|
|
5002
|
+
}
|
|
5003
|
+
}
|
|
5004
|
+
},
|
|
3887
5005
|
{
|
|
3888
5006
|
"name": "vue-material",
|
|
3889
5007
|
"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
5008
|
"repo": "vaso2/nuxt-vue-material",
|
|
3891
|
-
"npm": "",
|
|
5009
|
+
"npm": "nuxt-vue-material",
|
|
3892
5010
|
"icon": "vue-material.png",
|
|
3893
5011
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
3894
5012
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -3910,7 +5028,7 @@
|
|
|
3910
5028
|
"name": "vue-multiselect",
|
|
3911
5029
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
3912
5030
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
3913
|
-
"npm": "",
|
|
5031
|
+
"npm": "nuxt-vue-multiselect",
|
|
3914
5032
|
"icon": "",
|
|
3915
5033
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
3916
5034
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -3928,11 +5046,33 @@
|
|
|
3928
5046
|
"requires": {}
|
|
3929
5047
|
}
|
|
3930
5048
|
},
|
|
5049
|
+
{
|
|
5050
|
+
"name": "vue-plausible",
|
|
5051
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
5052
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
5053
|
+
"npm": "vue-plausible",
|
|
5054
|
+
"icon": "plausible.png",
|
|
5055
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
5056
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
5057
|
+
"learn_more": "",
|
|
5058
|
+
"category": "Analytics",
|
|
5059
|
+
"type": "3rd-party",
|
|
5060
|
+
"maintainers": [
|
|
5061
|
+
{
|
|
5062
|
+
"name": "moritzsternemann",
|
|
5063
|
+
"github": "moritzsternemann"
|
|
5064
|
+
}
|
|
5065
|
+
],
|
|
5066
|
+
"compatibility": {
|
|
5067
|
+
"nuxt": "^2.0.0",
|
|
5068
|
+
"requires": {}
|
|
5069
|
+
}
|
|
5070
|
+
},
|
|
3931
5071
|
{
|
|
3932
5072
|
"name": "vue-select",
|
|
3933
5073
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
3934
5074
|
"repo": "madmod/nuxt-vue-select",
|
|
3935
|
-
"npm": "",
|
|
5075
|
+
"npm": "nuxt-vue-select",
|
|
3936
5076
|
"icon": "",
|
|
3937
5077
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
3938
5078
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -3950,11 +5090,36 @@
|
|
|
3950
5090
|
"requires": {}
|
|
3951
5091
|
}
|
|
3952
5092
|
},
|
|
5093
|
+
{
|
|
5094
|
+
"name": "vue-transitions",
|
|
5095
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
5096
|
+
"repo": "MorevM/vue-transitions",
|
|
5097
|
+
"npm": "@morev/vue-transitions",
|
|
5098
|
+
"icon": "vue-transitions.svg",
|
|
5099
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
5100
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
5101
|
+
"learn_more": "",
|
|
5102
|
+
"category": "UI",
|
|
5103
|
+
"type": "3rd-party",
|
|
5104
|
+
"maintainers": [
|
|
5105
|
+
{
|
|
5106
|
+
"name": "Maxim Morev",
|
|
5107
|
+
"github": "MorevM",
|
|
5108
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
5109
|
+
}
|
|
5110
|
+
],
|
|
5111
|
+
"compatibility": {
|
|
5112
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5113
|
+
"requires": {
|
|
5114
|
+
"bridge": "optional"
|
|
5115
|
+
}
|
|
5116
|
+
}
|
|
5117
|
+
},
|
|
3953
5118
|
{
|
|
3954
5119
|
"name": "vue-warehouse",
|
|
3955
5120
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
3956
5121
|
"repo": "juliomrqz/vue-warehouse",
|
|
3957
|
-
"npm": "",
|
|
5122
|
+
"npm": "vue-warehouse",
|
|
3958
5123
|
"icon": "",
|
|
3959
5124
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
3960
5125
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -3973,11 +5138,33 @@
|
|
|
3973
5138
|
"requires": {}
|
|
3974
5139
|
}
|
|
3975
5140
|
},
|
|
5141
|
+
{
|
|
5142
|
+
"name": "vuestic",
|
|
5143
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
5144
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5145
|
+
"npm": "@vuestic/nuxt",
|
|
5146
|
+
"icon": "vuestic.png",
|
|
5147
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5148
|
+
"website": "https://vuestic.dev",
|
|
5149
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
5150
|
+
"category": "UI",
|
|
5151
|
+
"type": "3rd-party",
|
|
5152
|
+
"maintainers": [
|
|
5153
|
+
{
|
|
5154
|
+
"name": "epicmaxco",
|
|
5155
|
+
"github": "epicmaxco"
|
|
5156
|
+
}
|
|
5157
|
+
],
|
|
5158
|
+
"compatibility": {
|
|
5159
|
+
"nuxt": "^3.0.0",
|
|
5160
|
+
"requires": {}
|
|
5161
|
+
}
|
|
5162
|
+
},
|
|
3976
5163
|
{
|
|
3977
5164
|
"name": "vuetify",
|
|
3978
5165
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
3979
5166
|
"repo": "nuxt-community/vuetify-module",
|
|
3980
|
-
"npm": "",
|
|
5167
|
+
"npm": "@nuxtjs/vuetify",
|
|
3981
5168
|
"icon": "vuetify.png",
|
|
3982
5169
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
3983
5170
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -4003,8 +5190,8 @@
|
|
|
4003
5190
|
{
|
|
4004
5191
|
"name": "vueuse",
|
|
4005
5192
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4006
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4007
|
-
"npm": "",
|
|
5193
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
5194
|
+
"npm": "@vueuse/nuxt",
|
|
4008
5195
|
"icon": "vueuse.svg",
|
|
4009
5196
|
"github": "https://github.com/vueuse/vueuse",
|
|
4010
5197
|
"website": "https://vueuse.org",
|
|
@@ -4029,7 +5216,7 @@
|
|
|
4029
5216
|
"name": "vuex-router-sync",
|
|
4030
5217
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
4031
5218
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
4032
|
-
"npm": "",
|
|
5219
|
+
"npm": "nuxt-vuex-router-sync",
|
|
4033
5220
|
"icon": "",
|
|
4034
5221
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
4035
5222
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -4051,8 +5238,8 @@
|
|
|
4051
5238
|
"name": "web-vitals",
|
|
4052
5239
|
"description": "Web Vitals for Nuxt",
|
|
4053
5240
|
"repo": "nuxt-community/web-vitals-module",
|
|
4054
|
-
"npm": "",
|
|
4055
|
-
"icon": "",
|
|
5241
|
+
"npm": "@nuxtjs/web-vitals",
|
|
5242
|
+
"icon": "web-vitals.png",
|
|
4056
5243
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4057
5244
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4058
5245
|
"learn_more": "",
|
|
@@ -4075,26 +5262,28 @@
|
|
|
4075
5262
|
}
|
|
4076
5263
|
],
|
|
4077
5264
|
"compatibility": {
|
|
4078
|
-
"nuxt": "^2.0.0",
|
|
4079
|
-
"requires": {
|
|
5265
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5266
|
+
"requires": {
|
|
5267
|
+
"bridge": "optional"
|
|
5268
|
+
}
|
|
4080
5269
|
}
|
|
4081
5270
|
},
|
|
4082
5271
|
{
|
|
4083
5272
|
"name": "web3js",
|
|
4084
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4085
|
-
"repo": "
|
|
4086
|
-
"npm": "",
|
|
5273
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
5274
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
5275
|
+
"npm": "nuxt-web3",
|
|
4087
5276
|
"icon": "web3js.svg",
|
|
4088
|
-
"github": "https://github.com/
|
|
4089
|
-
"website": "https://github.com/
|
|
5277
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5278
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4090
5279
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4091
5280
|
"category": "Libraries",
|
|
4092
5281
|
"type": "3rd-party",
|
|
4093
5282
|
"maintainers": [
|
|
4094
5283
|
{
|
|
4095
5284
|
"name": "Muhammad Fauzan",
|
|
4096
|
-
"github": "
|
|
4097
|
-
"twitter": "
|
|
5285
|
+
"github": "bl0cknumber",
|
|
5286
|
+
"twitter": "fncolon"
|
|
4098
5287
|
}
|
|
4099
5288
|
],
|
|
4100
5289
|
"compatibility": {
|
|
@@ -4106,7 +5295,7 @@
|
|
|
4106
5295
|
"name": "webfontloader",
|
|
4107
5296
|
"description": "Efficient web font loading has never been easier!",
|
|
4108
5297
|
"repo": "Developmint/nuxt-webfontloader",
|
|
4109
|
-
"npm": "",
|
|
5298
|
+
"npm": "nuxt-webfontloader",
|
|
4110
5299
|
"icon": "",
|
|
4111
5300
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
4112
5301
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -4128,7 +5317,7 @@
|
|
|
4128
5317
|
"name": "webpack-optimisations",
|
|
4129
5318
|
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4130
5319
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4131
|
-
"npm": "",
|
|
5320
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4132
5321
|
"icon": "build-optimisations.svg",
|
|
4133
5322
|
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4134
5323
|
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
@@ -4152,7 +5341,7 @@
|
|
|
4152
5341
|
"name": "webpack-profile",
|
|
4153
5342
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
4154
5343
|
"repo": "nuxt-community/webpack-profile-module",
|
|
4155
|
-
"npm": "",
|
|
5344
|
+
"npm": "@nuxtjs/webpack-profile",
|
|
4156
5345
|
"icon": "webpack.png",
|
|
4157
5346
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
4158
5347
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -4175,7 +5364,7 @@
|
|
|
4175
5364
|
"name": "webpackdashboard",
|
|
4176
5365
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
4177
5366
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
4178
|
-
"npm": "",
|
|
5367
|
+
"npm": "nuxt-webpackdashboard",
|
|
4179
5368
|
"icon": "webpack.png",
|
|
4180
5369
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
4181
5370
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -4197,7 +5386,7 @@
|
|
|
4197
5386
|
"name": "webpackmonitor",
|
|
4198
5387
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
4199
5388
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
4200
|
-
"npm": "",
|
|
5389
|
+
"npm": "@nuxtjs/webpackmonitor",
|
|
4201
5390
|
"icon": "webpack.png",
|
|
4202
5391
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
4203
5392
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -4220,7 +5409,7 @@
|
|
|
4220
5409
|
"name": "windicss",
|
|
4221
5410
|
"description": "Next generation utility-first CSS framework.",
|
|
4222
5411
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4223
|
-
"npm": "",
|
|
5412
|
+
"npm": "nuxt-windicss",
|
|
4224
5413
|
"icon": "windicss.svg",
|
|
4225
5414
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4226
5415
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -4250,7 +5439,7 @@
|
|
|
4250
5439
|
"name": "winston-log",
|
|
4251
5440
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
4252
5441
|
"repo": "aaronransley/nuxt-winston-log",
|
|
4253
|
-
"npm": "",
|
|
5442
|
+
"npm": "nuxt-winston-log",
|
|
4254
5443
|
"icon": "winston.png",
|
|
4255
5444
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
4256
5445
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -4272,7 +5461,7 @@
|
|
|
4272
5461
|
"name": "wp-nuxt",
|
|
4273
5462
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
4274
5463
|
"repo": "yashha/wp-nuxt",
|
|
4275
|
-
"npm": "",
|
|
5464
|
+
"npm": "wp-nuxt",
|
|
4276
5465
|
"icon": "wordpress.png",
|
|
4277
5466
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
4278
5467
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -4294,7 +5483,7 @@
|
|
|
4294
5483
|
"name": "xhr-cache",
|
|
4295
5484
|
"description": "Cache api resources and serve it as static resource",
|
|
4296
5485
|
"repo": "gaetansenn/xhr-cache",
|
|
4297
|
-
"npm": "",
|
|
5486
|
+
"npm": "@dewib/xhr-cache",
|
|
4298
5487
|
"icon": "",
|
|
4299
5488
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
4300
5489
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -4312,11 +5501,36 @@
|
|
|
4312
5501
|
"requires": {}
|
|
4313
5502
|
}
|
|
4314
5503
|
},
|
|
5504
|
+
{
|
|
5505
|
+
"name": "xstate",
|
|
5506
|
+
"description": "XState integration for Nuxt",
|
|
5507
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5508
|
+
"npm": "nuxt-xstate",
|
|
5509
|
+
"icon": "xstate.svg",
|
|
5510
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5511
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5512
|
+
"learn_more": "https://xstate.js.org/",
|
|
5513
|
+
"category": "Extensions",
|
|
5514
|
+
"type": "3rd-party",
|
|
5515
|
+
"maintainers": [
|
|
5516
|
+
{
|
|
5517
|
+
"name": "Lexpeartha",
|
|
5518
|
+
"github": "Lexpeartha",
|
|
5519
|
+
"twitter": "lexpeartha"
|
|
5520
|
+
}
|
|
5521
|
+
],
|
|
5522
|
+
"compatibility": {
|
|
5523
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5524
|
+
"requires": {
|
|
5525
|
+
"bridge": true
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
},
|
|
4315
5529
|
{
|
|
4316
5530
|
"name": "xui",
|
|
4317
5531
|
"description": "Light module to help design websites with Nuxt.",
|
|
4318
5532
|
"repo": "MetaCorp/xui-module",
|
|
4319
|
-
"npm": "",
|
|
5533
|
+
"npm": "xui-module",
|
|
4320
5534
|
"icon": "",
|
|
4321
5535
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
4322
5536
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -4338,7 +5552,7 @@
|
|
|
4338
5552
|
"name": "yandex-metrika",
|
|
4339
5553
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
4340
5554
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
4341
|
-
"npm": "",
|
|
5555
|
+
"npm": "@nuxtjs/yandex-metrika",
|
|
4342
5556
|
"icon": "",
|
|
4343
5557
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4344
5558
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -4361,7 +5575,7 @@
|
|
|
4361
5575
|
"name": "zendesk",
|
|
4362
5576
|
"description": "Nuxt.js module for Zendesk",
|
|
4363
5577
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
4364
|
-
"npm": "",
|
|
5578
|
+
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
4365
5579
|
"icon": "zendesk.png",
|
|
4366
5580
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
4367
5581
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|