@nuxt/modules 0.5.0-10ed1a → 0.5.0-10f825
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 +1130 -313
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "ackee",
|
|
4
4
|
"description": "Nuxt.js module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
|
-
"npm": "",
|
|
6
|
+
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
8
8
|
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
9
|
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
@@ -26,34 +26,11 @@
|
|
|
26
26
|
"requires": {}
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
{
|
|
30
|
-
"name": "adyen",
|
|
31
|
-
"description": "Adyen Payment Module for Nuxt.js",
|
|
32
|
-
"repo": "baroshem/nuxt-adyen-module",
|
|
33
|
-
"npm": "",
|
|
34
|
-
"icon": "adyen.svg",
|
|
35
|
-
"github": "https://github.com/baroshem/nuxt-adyen-module",
|
|
36
|
-
"website": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
37
|
-
"learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
38
|
-
"category": "Payment",
|
|
39
|
-
"type": "3rd-party",
|
|
40
|
-
"maintainers": [
|
|
41
|
-
{
|
|
42
|
-
"name": "Jakub Andrzejewski",
|
|
43
|
-
"github": "Baroshem",
|
|
44
|
-
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"compatibility": {
|
|
48
|
-
"nuxt": "^2.0.0",
|
|
49
|
-
"requires": {}
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
29
|
{
|
|
53
30
|
"name": "agility-cms",
|
|
54
31
|
"description": "Agility CMS Integration for Nuxt.js",
|
|
55
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
56
|
-
"npm": "",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
57
34
|
"icon": "agility.png",
|
|
58
35
|
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
59
36
|
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
@@ -72,11 +49,41 @@
|
|
|
72
49
|
"requires": {}
|
|
73
50
|
}
|
|
74
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-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
|
+
},
|
|
75
82
|
{
|
|
76
83
|
"name": "alias",
|
|
77
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
78
85
|
"repo": "kdydesign/nuxt-alias-module",
|
|
79
|
-
"npm": "",
|
|
86
|
+
"npm": "nuxt-alias",
|
|
80
87
|
"icon": "",
|
|
81
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
82
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -98,7 +105,7 @@
|
|
|
98
105
|
"name": "amp",
|
|
99
106
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
100
107
|
"repo": "nuxt-community/amp-module",
|
|
101
|
-
"npm": "",
|
|
108
|
+
"npm": "@nuxtjs/amp",
|
|
102
109
|
"icon": "amp.png",
|
|
103
110
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
104
111
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -121,7 +128,7 @@
|
|
|
121
128
|
"name": "animejs",
|
|
122
129
|
"description": "Anime.js module for Nuxt.js",
|
|
123
130
|
"repo": "ivodolenc/nuxt-animejs",
|
|
124
|
-
"npm": "",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
125
132
|
"icon": "",
|
|
126
133
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
127
134
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -139,11 +146,35 @@
|
|
|
139
146
|
"requires": {}
|
|
140
147
|
}
|
|
141
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
|
+
},
|
|
142
173
|
{
|
|
143
174
|
"name": "apis-to-file",
|
|
144
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",
|
|
145
176
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
146
|
-
"npm": "",
|
|
177
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
147
178
|
"icon": "",
|
|
148
179
|
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
149
180
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
@@ -166,26 +197,24 @@
|
|
|
166
197
|
{
|
|
167
198
|
"name": "apollo",
|
|
168
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
169
|
-
"repo": "nuxt-
|
|
170
|
-
"npm": "",
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
201
|
+
"npm": "@nuxtjs/apollo",
|
|
171
202
|
"icon": "apollo.png",
|
|
172
|
-
"github": "https://github.com/nuxt-
|
|
173
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
174
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
175
206
|
"category": "Request",
|
|
176
207
|
"type": "community",
|
|
177
208
|
"maintainers": [
|
|
178
209
|
{
|
|
179
|
-
"name": "
|
|
180
|
-
"github": "
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
"name": "Dominic Garms",
|
|
184
|
-
"github": "dohomi"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
185
214
|
}
|
|
186
215
|
],
|
|
187
216
|
"compatibility": {
|
|
188
|
-
"nuxt": "^2.0.0",
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
189
218
|
"requires": {}
|
|
190
219
|
}
|
|
191
220
|
},
|
|
@@ -193,7 +222,7 @@
|
|
|
193
222
|
"name": "applicationinsights",
|
|
194
223
|
"description": "AppInsights module for Nuxt.js",
|
|
195
224
|
"repo": "nuxt-community/applicationinsights-module",
|
|
196
|
-
"npm": "",
|
|
225
|
+
"npm": "@nuxtjs/applicationinsights",
|
|
197
226
|
"icon": "application-insights.png",
|
|
198
227
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
199
228
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -215,7 +244,7 @@
|
|
|
215
244
|
"name": "appwrite",
|
|
216
245
|
"description": "Appwrite module for Nuxt",
|
|
217
246
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
218
|
-
"npm": "",
|
|
247
|
+
"npm": "nuxt-appwrite",
|
|
219
248
|
"icon": "appwrite.png",
|
|
220
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
221
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -237,7 +266,7 @@
|
|
|
237
266
|
"name": "auth",
|
|
238
267
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
239
268
|
"repo": "nuxt-community/auth-module",
|
|
240
|
-
"npm": "",
|
|
269
|
+
"npm": "@nuxtjs/auth",
|
|
241
270
|
"icon": "auth.png",
|
|
242
271
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
243
272
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -264,7 +293,7 @@
|
|
|
264
293
|
"name": "axios",
|
|
265
294
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
266
295
|
"repo": "nuxt-community/axios-module",
|
|
267
|
-
"npm": "",
|
|
296
|
+
"npm": "@nuxtjs/axios",
|
|
268
297
|
"icon": "axios.svg",
|
|
269
298
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
270
299
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -287,7 +316,7 @@
|
|
|
287
316
|
"name": "basic-auth",
|
|
288
317
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
289
318
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
290
|
-
"npm": "",
|
|
319
|
+
"npm": "nuxt-basic-auth-module",
|
|
291
320
|
"icon": "",
|
|
292
321
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
293
322
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -305,34 +334,11 @@
|
|
|
305
334
|
"requires": {}
|
|
306
335
|
}
|
|
307
336
|
},
|
|
308
|
-
{
|
|
309
|
-
"name": "bigcommerce",
|
|
310
|
-
"description": "Easy BigCommerce integration for Nuxt.js",
|
|
311
|
-
"repo": "baroshem/nuxt-bigcommerce",
|
|
312
|
-
"npm": "",
|
|
313
|
-
"icon": "bigcommerce.svg",
|
|
314
|
-
"github": "https://github.com/baroshem/nuxt-bigcommerce",
|
|
315
|
-
"website": "https://nuxt-bigcommerce.vercel.app/",
|
|
316
|
-
"learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
|
|
317
|
-
"category": "Ecommerce",
|
|
318
|
-
"type": "3rd-party",
|
|
319
|
-
"maintainers": [
|
|
320
|
-
{
|
|
321
|
-
"name": "Jakub Andrzejewski",
|
|
322
|
-
"github": "Baroshem",
|
|
323
|
-
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
"compatibility": {
|
|
327
|
-
"nuxt": "^2.0.0",
|
|
328
|
-
"requires": {}
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
337
|
{
|
|
332
338
|
"name": "bootstrap",
|
|
333
339
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
334
340
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
335
|
-
"npm": "",
|
|
341
|
+
"npm": "bootstrap-vue",
|
|
336
342
|
"icon": "bootstrap.png",
|
|
337
343
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
338
344
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -364,7 +370,7 @@
|
|
|
364
370
|
"name": "browserconfig",
|
|
365
371
|
"description": "Adds XML browser configuration support",
|
|
366
372
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
367
|
-
"npm": "",
|
|
373
|
+
"npm": "@nuxtjs/browserconfig",
|
|
368
374
|
"icon": "",
|
|
369
375
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
370
376
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -387,7 +393,7 @@
|
|
|
387
393
|
"name": "buefy",
|
|
388
394
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
389
395
|
"repo": "buefy/nuxt-buefy",
|
|
390
|
-
"npm": "",
|
|
396
|
+
"npm": "nuxt-buefy",
|
|
391
397
|
"icon": "buefy.png",
|
|
392
398
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
393
399
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -407,9 +413,9 @@
|
|
|
407
413
|
},
|
|
408
414
|
{
|
|
409
415
|
"name": "bugsnag",
|
|
410
|
-
"description": "Bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
411
417
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
412
|
-
"npm": "",
|
|
418
|
+
"npm": "nuxt-bugsnag",
|
|
413
419
|
"icon": "bugsnag.png",
|
|
414
420
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
415
421
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -419,19 +425,22 @@
|
|
|
419
425
|
"maintainers": [
|
|
420
426
|
{
|
|
421
427
|
"name": "JulianMar",
|
|
422
|
-
"github": "JulianMar"
|
|
428
|
+
"github": "JulianMar",
|
|
429
|
+
"twitter": "julian_martin96"
|
|
423
430
|
}
|
|
424
431
|
],
|
|
425
432
|
"compatibility": {
|
|
426
|
-
"nuxt": "^2.0.0",
|
|
427
|
-
"requires": {
|
|
433
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
434
|
+
"requires": {
|
|
435
|
+
"bridge": true
|
|
436
|
+
}
|
|
428
437
|
}
|
|
429
438
|
},
|
|
430
439
|
{
|
|
431
440
|
"name": "bulma-slim",
|
|
432
441
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
433
442
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
434
|
-
"npm": "",
|
|
443
|
+
"npm": "nuxt-bulma-slim",
|
|
435
444
|
"icon": "bulma.png",
|
|
436
445
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
437
446
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -453,7 +462,7 @@
|
|
|
453
462
|
"name": "bundle-buddy",
|
|
454
463
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
455
464
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
456
|
-
"npm": "",
|
|
465
|
+
"npm": "nuxt-bundle-buddy",
|
|
457
466
|
"icon": "",
|
|
458
467
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
459
468
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -473,9 +482,9 @@
|
|
|
473
482
|
},
|
|
474
483
|
{
|
|
475
484
|
"name": "canvas-sketch",
|
|
476
|
-
"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",
|
|
477
486
|
"repo": "LuXDAmore/generative-art",
|
|
478
|
-
"npm": "",
|
|
487
|
+
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
479
488
|
"icon": "",
|
|
480
489
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
481
490
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -498,7 +507,7 @@
|
|
|
498
507
|
"name": "chakra-ui",
|
|
499
508
|
"description": "Chakra UI Module for Nuxt.js",
|
|
500
509
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
501
|
-
"npm": "",
|
|
510
|
+
"npm": "@chakra-ui/nuxt",
|
|
502
511
|
"icon": "chakra-ui.png",
|
|
503
512
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
504
513
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -516,11 +525,33 @@
|
|
|
516
525
|
"requires": {}
|
|
517
526
|
}
|
|
518
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
|
+
},
|
|
519
550
|
{
|
|
520
551
|
"name": "chiffre",
|
|
521
552
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
522
553
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
523
|
-
"npm": "",
|
|
554
|
+
"npm": "nuxt-chiffre",
|
|
524
555
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
525
556
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
526
557
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -542,7 +573,7 @@
|
|
|
542
573
|
"name": "client-init",
|
|
543
574
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
544
575
|
"repo": "potato4d/nuxt-client-init-module",
|
|
545
|
-
"npm": "",
|
|
576
|
+
"npm": "nuxt-client-init-module",
|
|
546
577
|
"icon": "",
|
|
547
578
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
548
579
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -564,7 +595,7 @@
|
|
|
564
595
|
"name": "cloudcms",
|
|
565
596
|
"description": "CloudCMS Nuxt.js Module",
|
|
566
597
|
"repo": "gitana/cloudcms-nuxt",
|
|
567
|
-
"npm": "",
|
|
598
|
+
"npm": "cloudcms-nuxt",
|
|
568
599
|
"icon": "",
|
|
569
600
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
570
601
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -586,7 +617,7 @@
|
|
|
586
617
|
"name": "cloudinary",
|
|
587
618
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
588
619
|
"repo": "nuxt-community/cloudinary-module",
|
|
589
|
-
"npm": "",
|
|
620
|
+
"npm": "@nuxtjs/cloudinary",
|
|
590
621
|
"icon": "cloudinary.png",
|
|
591
622
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
592
623
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -609,7 +640,7 @@
|
|
|
609
640
|
"name": "color-mode",
|
|
610
641
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
611
642
|
"repo": "nuxt-community/color-mode-module",
|
|
612
|
-
"npm": "",
|
|
643
|
+
"npm": "@nuxtjs/color-mode",
|
|
613
644
|
"icon": "color-mode.png",
|
|
614
645
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
615
646
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -624,7 +655,7 @@
|
|
|
624
655
|
}
|
|
625
656
|
],
|
|
626
657
|
"compatibility": {
|
|
627
|
-
"nuxt": "^2.0.0",
|
|
658
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
628
659
|
"requires": {
|
|
629
660
|
"bridge": "optional"
|
|
630
661
|
}
|
|
@@ -634,7 +665,7 @@
|
|
|
634
665
|
"name": "component-cache",
|
|
635
666
|
"description": "LRU component cache for vue components",
|
|
636
667
|
"repo": "nuxt-community/component-cache-module",
|
|
637
|
-
"npm": "",
|
|
668
|
+
"npm": "@nuxtjs/component-cache",
|
|
638
669
|
"icon": "",
|
|
639
670
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
640
671
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -657,7 +688,7 @@
|
|
|
657
688
|
"name": "composition-api",
|
|
658
689
|
"description": "Composition API hooks for Nuxt",
|
|
659
690
|
"repo": "nuxt-community/composition-api#main",
|
|
660
|
-
"npm": "",
|
|
691
|
+
"npm": "@nuxtjs/composition-api",
|
|
661
692
|
"icon": "composition-api.svg",
|
|
662
693
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
663
694
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -678,10 +709,10 @@
|
|
|
678
709
|
},
|
|
679
710
|
{
|
|
680
711
|
"name": "content",
|
|
681
|
-
"description": "
|
|
682
|
-
"repo": "nuxt/content#
|
|
683
|
-
"npm": "",
|
|
684
|
-
"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",
|
|
685
716
|
"github": "https://github.com/nuxt/content",
|
|
686
717
|
"website": "https://content.nuxtjs.org",
|
|
687
718
|
"learn_more": "",
|
|
@@ -689,9 +720,14 @@
|
|
|
689
720
|
"type": "official",
|
|
690
721
|
"maintainers": [
|
|
691
722
|
{
|
|
692
|
-
"name": "
|
|
693
|
-
"github": "
|
|
694
|
-
"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"
|
|
695
731
|
},
|
|
696
732
|
{
|
|
697
733
|
"name": "Sebastien Chopin",
|
|
@@ -700,7 +736,7 @@
|
|
|
700
736
|
}
|
|
701
737
|
],
|
|
702
738
|
"compatibility": {
|
|
703
|
-
"nuxt": "^2.0.0",
|
|
739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
704
740
|
"requires": {}
|
|
705
741
|
}
|
|
706
742
|
},
|
|
@@ -708,7 +744,7 @@
|
|
|
708
744
|
"name": "contentful",
|
|
709
745
|
"description": "nuxt contentful module",
|
|
710
746
|
"repo": "scaccogatto/contentful-module",
|
|
711
|
-
"npm": "",
|
|
747
|
+
"npm": "contentful-module",
|
|
712
748
|
"icon": "contentful.png",
|
|
713
749
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
714
750
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -730,7 +766,7 @@
|
|
|
730
766
|
"name": "custom-elements",
|
|
731
767
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
732
768
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
733
|
-
"npm": "",
|
|
769
|
+
"npm": "nuxt-custom-elements",
|
|
734
770
|
"icon": "custom-elements.png",
|
|
735
771
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
736
772
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -756,7 +792,7 @@
|
|
|
756
792
|
"name": "darkmode.js",
|
|
757
793
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
758
794
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
759
|
-
"npm": "",
|
|
795
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
760
796
|
"icon": "darkmode.png",
|
|
761
797
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
762
798
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -778,7 +814,7 @@
|
|
|
778
814
|
"name": "date-fns",
|
|
779
815
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
780
816
|
"repo": "nuxt-community/date-fns-module",
|
|
781
|
-
"npm": "",
|
|
817
|
+
"npm": "@nuxtjs/date-fns",
|
|
782
818
|
"icon": "date-fns.png",
|
|
783
819
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
784
820
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -796,11 +832,33 @@
|
|
|
796
832
|
"requires": {}
|
|
797
833
|
}
|
|
798
834
|
},
|
|
835
|
+
{
|
|
836
|
+
"name": "datocms",
|
|
837
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
838
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
839
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
840
|
+
"icon": "datocms.png",
|
|
841
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
842
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
843
|
+
"learn_more": "https://www.datocms.com/",
|
|
844
|
+
"category": "CMS",
|
|
845
|
+
"type": "3rd-party",
|
|
846
|
+
"maintainers": [
|
|
847
|
+
{
|
|
848
|
+
"name": "Frankwarnaar",
|
|
849
|
+
"github": "Frankwarnaar"
|
|
850
|
+
}
|
|
851
|
+
],
|
|
852
|
+
"compatibility": {
|
|
853
|
+
"nuxt": "^2.0.0",
|
|
854
|
+
"requires": {}
|
|
855
|
+
}
|
|
856
|
+
},
|
|
799
857
|
{
|
|
800
858
|
"name": "dayjs",
|
|
801
859
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
802
860
|
"repo": "nuxt-community/dayjs-module",
|
|
803
|
-
"npm": "",
|
|
861
|
+
"npm": "@nuxtjs/dayjs",
|
|
804
862
|
"icon": "day-js.png",
|
|
805
863
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
806
864
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -819,11 +877,34 @@
|
|
|
819
877
|
"requires": {}
|
|
820
878
|
}
|
|
821
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",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
822
903
|
{
|
|
823
904
|
"name": "device",
|
|
824
905
|
"description": "Device detection module for Nuxt.js",
|
|
825
906
|
"repo": "nuxt-community/device-module",
|
|
826
|
-
"npm": "",
|
|
907
|
+
"npm": "@nuxtjs/device",
|
|
827
908
|
"icon": "",
|
|
828
909
|
"github": "https://github.com/nuxt-community/device-module",
|
|
829
910
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -841,11 +922,36 @@
|
|
|
841
922
|
"requires": {}
|
|
842
923
|
}
|
|
843
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
|
+
},
|
|
844
950
|
{
|
|
845
951
|
"name": "dotenv",
|
|
846
952
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
847
953
|
"repo": "nuxt-community/dotenv-module",
|
|
848
|
-
"npm": "",
|
|
954
|
+
"npm": "@nuxtjs/dotenv",
|
|
849
955
|
"icon": "dotenv.png",
|
|
850
956
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
851
957
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -867,7 +973,7 @@
|
|
|
867
973
|
"name": "drupal-ce",
|
|
868
974
|
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
869
975
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
870
|
-
"npm": "",
|
|
976
|
+
"npm": "nuxtjs-drupal-ce",
|
|
871
977
|
"icon": "drupal-ce.png",
|
|
872
978
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
873
979
|
"website": "https://stack.lupus.digital",
|
|
@@ -900,7 +1006,7 @@
|
|
|
900
1006
|
"name": "druxt",
|
|
901
1007
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
902
1008
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
903
|
-
"npm": "",
|
|
1009
|
+
"npm": "druxt",
|
|
904
1010
|
"icon": "druxt.svg",
|
|
905
1011
|
"github": "https://github.com/druxt/druxt.js",
|
|
906
1012
|
"website": "https://druxtjs.org",
|
|
@@ -922,7 +1028,7 @@
|
|
|
922
1028
|
"name": "emotion",
|
|
923
1029
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
924
1030
|
"repo": "nuxt-community/emotion-module",
|
|
925
|
-
"npm": "",
|
|
1031
|
+
"npm": "@nuxtjs/emotion",
|
|
926
1032
|
"icon": "emotion.png",
|
|
927
1033
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
928
1034
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -945,7 +1051,7 @@
|
|
|
945
1051
|
"name": "eslint",
|
|
946
1052
|
"description": "ESLint module for Nuxt.js",
|
|
947
1053
|
"repo": "nuxt-community/eslint-module",
|
|
948
|
-
"npm": "",
|
|
1054
|
+
"npm": "@nuxtjs/eslint-module",
|
|
949
1055
|
"icon": "eslint.png",
|
|
950
1056
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
951
1057
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -967,7 +1073,7 @@
|
|
|
967
1073
|
"name": "event-trace",
|
|
968
1074
|
"description": "Module for event trace in Nuxt.js",
|
|
969
1075
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
970
|
-
"npm": "",
|
|
1076
|
+
"npm": "nuxt-event-trace",
|
|
971
1077
|
"icon": "",
|
|
972
1078
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
973
1079
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -989,7 +1095,7 @@
|
|
|
989
1095
|
"name": "fathom",
|
|
990
1096
|
"description": "Fathom analytics for Nuxt",
|
|
991
1097
|
"repo": "yabhq/nuxt-fathom",
|
|
992
|
-
"npm": "",
|
|
1098
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
993
1099
|
"icon": "fathom.png",
|
|
994
1100
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
995
1101
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -1011,7 +1117,7 @@
|
|
|
1011
1117
|
"name": "feature-toggle",
|
|
1012
1118
|
"description": "Feature toggle module for Nuxt.js",
|
|
1013
1119
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1014
|
-
"npm": "",
|
|
1120
|
+
"npm": "nuxt-feature-toggle",
|
|
1015
1121
|
"icon": "",
|
|
1016
1122
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
1017
1123
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -1031,9 +1137,9 @@
|
|
|
1031
1137
|
},
|
|
1032
1138
|
{
|
|
1033
1139
|
"name": "feed",
|
|
1034
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1140
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1035
1141
|
"repo": "nuxt-community/feed-module",
|
|
1036
|
-
"npm": "",
|
|
1142
|
+
"npm": "@nuxtjs/feed",
|
|
1037
1143
|
"icon": "",
|
|
1038
1144
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
1039
1145
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -1055,8 +1161,8 @@
|
|
|
1055
1161
|
{
|
|
1056
1162
|
"name": "firebase",
|
|
1057
1163
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1058
|
-
"repo": "nuxt-community/firebase-module",
|
|
1059
|
-
"npm": "",
|
|
1164
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1165
|
+
"npm": "@nuxtjs/firebase",
|
|
1060
1166
|
"icon": "firebase.png",
|
|
1061
1167
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1062
1168
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1078,7 +1184,7 @@
|
|
|
1078
1184
|
"name": "floating-prompt-module",
|
|
1079
1185
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1080
1186
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1081
|
-
"npm": "",
|
|
1187
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1082
1188
|
"icon": "",
|
|
1083
1189
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1084
1190
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -1100,7 +1206,7 @@
|
|
|
1100
1206
|
"name": "font-loader-strategy",
|
|
1101
1207
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
1102
1208
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1103
|
-
"npm": "",
|
|
1209
|
+
"npm": "nuxt-font-loader-strategy",
|
|
1104
1210
|
"icon": "",
|
|
1105
1211
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1106
1212
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -1122,7 +1228,7 @@
|
|
|
1122
1228
|
"name": "fontagon",
|
|
1123
1229
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1124
1230
|
"repo": "kdydesign/nuxt-fontagon",
|
|
1125
|
-
"npm": "",
|
|
1231
|
+
"npm": "nuxt-fontagon",
|
|
1126
1232
|
"icon": "fontagon.png",
|
|
1127
1233
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1128
1234
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -1140,11 +1246,34 @@
|
|
|
1140
1246
|
"requires": {}
|
|
1141
1247
|
}
|
|
1142
1248
|
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "fontaine",
|
|
1251
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1252
|
+
"repo": "nuxt-modules/fontaine",
|
|
1253
|
+
"npm": "@nuxtjs/fontaine",
|
|
1254
|
+
"icon": "fontaine.png",
|
|
1255
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1256
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1257
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1258
|
+
"category": "Performance",
|
|
1259
|
+
"type": "community",
|
|
1260
|
+
"maintainers": [
|
|
1261
|
+
{
|
|
1262
|
+
"name": "Daniel Roe",
|
|
1263
|
+
"github": "danielroe",
|
|
1264
|
+
"twitter": "danielcroe"
|
|
1265
|
+
}
|
|
1266
|
+
],
|
|
1267
|
+
"compatibility": {
|
|
1268
|
+
"nuxt": "^3.0.0",
|
|
1269
|
+
"requires": {}
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1143
1272
|
{
|
|
1144
1273
|
"name": "fontawesome",
|
|
1145
1274
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
1146
1275
|
"repo": "nuxt-community/fontawesome-module",
|
|
1147
|
-
"npm": "",
|
|
1276
|
+
"npm": "@nuxtjs/fontawesome",
|
|
1148
1277
|
"icon": "font-awesome.png",
|
|
1149
1278
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
1150
1279
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -1162,11 +1291,39 @@
|
|
|
1162
1291
|
"requires": {}
|
|
1163
1292
|
}
|
|
1164
1293
|
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "formkit",
|
|
1296
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1297
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1298
|
+
"npm": "@formkit/nuxt",
|
|
1299
|
+
"icon": "formkit.png",
|
|
1300
|
+
"github": "https://github.com/formkit/formkit",
|
|
1301
|
+
"website": "https://formkit.com",
|
|
1302
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1303
|
+
"category": "Libraries",
|
|
1304
|
+
"type": "3rd-party",
|
|
1305
|
+
"maintainers": [
|
|
1306
|
+
{
|
|
1307
|
+
"name": "Justin Schroeder",
|
|
1308
|
+
"github": "justin-schroeder",
|
|
1309
|
+
"twitter": "jpschroeder"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "Andrew Boyd",
|
|
1313
|
+
"github": "andrew-boyd",
|
|
1314
|
+
"twitter": "0xBOYD"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"compatibility": {
|
|
1318
|
+
"nuxt": "^3.0.0",
|
|
1319
|
+
"requires": {}
|
|
1320
|
+
}
|
|
1321
|
+
},
|
|
1165
1322
|
{
|
|
1166
1323
|
"name": "fullpage",
|
|
1167
1324
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
1168
1325
|
"repo": "vaso2/fullpage-nuxt",
|
|
1169
|
-
"npm": "",
|
|
1326
|
+
"npm": "fullpage-nuxt",
|
|
1170
1327
|
"icon": "",
|
|
1171
1328
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
1172
1329
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -1188,7 +1345,7 @@
|
|
|
1188
1345
|
"name": "github-api",
|
|
1189
1346
|
"description": "Nuxt module for GitHub v4 API",
|
|
1190
1347
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1191
|
-
"npm": "",
|
|
1348
|
+
"npm": "nuxt-github-api",
|
|
1192
1349
|
"icon": "github.svg",
|
|
1193
1350
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1194
1351
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -1210,7 +1367,7 @@
|
|
|
1210
1367
|
"name": "google-adsense",
|
|
1211
1368
|
"description": "Google Adsense Module for Nuxt.js",
|
|
1212
1369
|
"repo": "nuxt-community/google-adsense-module",
|
|
1213
|
-
"npm": "",
|
|
1370
|
+
"npm": "@nuxtjs/google-adsense",
|
|
1214
1371
|
"icon": "google-adsense.png",
|
|
1215
1372
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
1216
1373
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -1218,13 +1375,17 @@
|
|
|
1218
1375
|
"category": "Analytics",
|
|
1219
1376
|
"type": "community",
|
|
1220
1377
|
"maintainers": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "Alexander Lichter",
|
|
1380
|
+
"github": "manniL"
|
|
1381
|
+
},
|
|
1221
1382
|
{
|
|
1222
1383
|
"name": "Troy Morehouse",
|
|
1223
1384
|
"github": "tmorehouse"
|
|
1224
1385
|
}
|
|
1225
1386
|
],
|
|
1226
1387
|
"compatibility": {
|
|
1227
|
-
"nuxt": "^2.0.0",
|
|
1388
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1228
1389
|
"requires": {}
|
|
1229
1390
|
}
|
|
1230
1391
|
},
|
|
@@ -1232,7 +1393,7 @@
|
|
|
1232
1393
|
"name": "google-analytics",
|
|
1233
1394
|
"description": "Google analytics Module for Nuxt.js",
|
|
1234
1395
|
"repo": "nuxt-community/analytics-module",
|
|
1235
|
-
"npm": "",
|
|
1396
|
+
"npm": "@nuxtjs/google-analytics",
|
|
1236
1397
|
"icon": "google-analytics.png",
|
|
1237
1398
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
1238
1399
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -1264,7 +1425,7 @@
|
|
|
1264
1425
|
"name": "google-fonts",
|
|
1265
1426
|
"description": "Google Fonts module for NuxtJS",
|
|
1266
1427
|
"repo": "nuxt-community/google-fonts-module",
|
|
1267
|
-
"npm": "",
|
|
1428
|
+
"npm": "@nuxtjs/google-fonts",
|
|
1268
1429
|
"icon": "google-fonts.png",
|
|
1269
1430
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1270
1431
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1278,15 +1439,17 @@
|
|
|
1278
1439
|
}
|
|
1279
1440
|
],
|
|
1280
1441
|
"compatibility": {
|
|
1281
|
-
"nuxt": "^2.0.0",
|
|
1282
|
-
"requires": {
|
|
1442
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1443
|
+
"requires": {
|
|
1444
|
+
"bridge": "optional"
|
|
1445
|
+
}
|
|
1283
1446
|
}
|
|
1284
1447
|
},
|
|
1285
1448
|
{
|
|
1286
1449
|
"name": "google-gtag",
|
|
1287
1450
|
"description": "Google GTag for Nuxt.js",
|
|
1288
1451
|
"repo": "nuxt-community/google-gtag",
|
|
1289
|
-
"npm": "",
|
|
1452
|
+
"npm": "@nuxtjs/google-gtag",
|
|
1290
1453
|
"icon": "gtm.png",
|
|
1291
1454
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1292
1455
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1312,7 +1475,7 @@
|
|
|
1312
1475
|
"name": "google-optimize",
|
|
1313
1476
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1314
1477
|
"repo": "nuxt-community/google-optimize-module",
|
|
1315
|
-
"npm": "",
|
|
1478
|
+
"npm": "nuxt-google-optimize",
|
|
1316
1479
|
"icon": "google-optimize.png",
|
|
1317
1480
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1318
1481
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1341,11 +1504,33 @@
|
|
|
1341
1504
|
"requires": {}
|
|
1342
1505
|
}
|
|
1343
1506
|
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "graphql-client",
|
|
1509
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1510
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1511
|
+
"npm": "nuxt-graphql-client",
|
|
1512
|
+
"icon": "graphql-client.svg",
|
|
1513
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1514
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1515
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1516
|
+
"category": "Request",
|
|
1517
|
+
"type": "3rd-party",
|
|
1518
|
+
"maintainers": [
|
|
1519
|
+
{
|
|
1520
|
+
"name": "Diizzayy",
|
|
1521
|
+
"github": "diizzayy"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"compatibility": {
|
|
1525
|
+
"nuxt": "^3.0.0",
|
|
1526
|
+
"requires": {}
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1344
1529
|
{
|
|
1345
1530
|
"name": "graphql-request",
|
|
1346
1531
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1347
1532
|
"repo": "gomah/nuxt-graphql-request",
|
|
1348
|
-
"npm": "",
|
|
1533
|
+
"npm": "nuxt-graphql-request",
|
|
1349
1534
|
"icon": "graphql-request.png",
|
|
1350
1535
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1351
1536
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1367,7 +1552,7 @@
|
|
|
1367
1552
|
"name": "gtm",
|
|
1368
1553
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1369
1554
|
"repo": "nuxt-community/gtm-module",
|
|
1370
|
-
"npm": "",
|
|
1555
|
+
"npm": "@nuxtjs/gtm",
|
|
1371
1556
|
"icon": "gtm.png",
|
|
1372
1557
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1373
1558
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1390,7 +1575,7 @@
|
|
|
1390
1575
|
"name": "guess",
|
|
1391
1576
|
"description": "Guess.js module for Nuxt.js",
|
|
1392
1577
|
"repo": "nuxt-community/guess-module",
|
|
1393
|
-
"npm": "",
|
|
1578
|
+
"npm": "@nuxtjs/guess-module",
|
|
1394
1579
|
"icon": "guessjs.png",
|
|
1395
1580
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1396
1581
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1408,11 +1593,56 @@
|
|
|
1408
1593
|
"requires": {}
|
|
1409
1594
|
}
|
|
1410
1595
|
},
|
|
1596
|
+
{
|
|
1597
|
+
"name": "harlem",
|
|
1598
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1599
|
+
"repo": "nuxt-modules/harlem",
|
|
1600
|
+
"npm": "@nuxtjs/harlem",
|
|
1601
|
+
"icon": "harlem.svg",
|
|
1602
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1603
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1604
|
+
"learn_more": "https://harlemjs.com/",
|
|
1605
|
+
"category": "Extensions",
|
|
1606
|
+
"type": "community",
|
|
1607
|
+
"maintainers": [
|
|
1608
|
+
{
|
|
1609
|
+
"name": "Daniel Roe",
|
|
1610
|
+
"github": "danielroe",
|
|
1611
|
+
"twitter": "danielcroe"
|
|
1612
|
+
}
|
|
1613
|
+
],
|
|
1614
|
+
"compatibility": {
|
|
1615
|
+
"nuxt": "^3.0.0",
|
|
1616
|
+
"requires": {}
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "headlessui",
|
|
1621
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1622
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1623
|
+
"npm": "nuxt-headlessui",
|
|
1624
|
+
"icon": "headlessui.png",
|
|
1625
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1626
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1627
|
+
"learn_more": "https://headlessui.com",
|
|
1628
|
+
"category": "UI",
|
|
1629
|
+
"type": "3rd-party",
|
|
1630
|
+
"maintainers": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "Pascal Sthamer",
|
|
1633
|
+
"github": "P4sca1"
|
|
1634
|
+
}
|
|
1635
|
+
],
|
|
1636
|
+
"compatibility": {
|
|
1637
|
+
"nuxt": "^3.0.0",
|
|
1638
|
+
"requires": {}
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1411
1641
|
{
|
|
1412
1642
|
"name": "headway",
|
|
1413
1643
|
"description": "Headway changelog widget for Nuxt",
|
|
1414
1644
|
"repo": "l-portet/nuxt-headway",
|
|
1415
|
-
"npm": "",
|
|
1645
|
+
"npm": "nuxt-headway",
|
|
1416
1646
|
"icon": "headway.png",
|
|
1417
1647
|
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1418
1648
|
"website": "https://nuxt-headway.netlify.app/",
|
|
@@ -1435,7 +1665,7 @@
|
|
|
1435
1665
|
"name": "helmet",
|
|
1436
1666
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1437
1667
|
"repo": "victor-perez/nuxt-helmet",
|
|
1438
|
-
"npm": "",
|
|
1668
|
+
"npm": "nuxt-helmet",
|
|
1439
1669
|
"icon": "",
|
|
1440
1670
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1441
1671
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1457,7 +1687,7 @@
|
|
|
1457
1687
|
"name": "highcharts",
|
|
1458
1688
|
"description": "Highcharts for Nuxt",
|
|
1459
1689
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1460
|
-
"npm": "",
|
|
1690
|
+
"npm": "nuxt-highcharts",
|
|
1461
1691
|
"icon": "",
|
|
1462
1692
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1463
1693
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1479,7 +1709,7 @@
|
|
|
1479
1709
|
"name": "history-state",
|
|
1480
1710
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1481
1711
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1482
|
-
"npm": "",
|
|
1712
|
+
"npm": "nuxt-history-state",
|
|
1483
1713
|
"icon": "",
|
|
1484
1714
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1485
1715
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1501,7 +1731,7 @@
|
|
|
1501
1731
|
"name": "html-minifier",
|
|
1502
1732
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1503
1733
|
"repo": "nuxt-community/html-minifier-module",
|
|
1504
|
-
"npm": "",
|
|
1734
|
+
"npm": "@nuxtjs/html-minifier",
|
|
1505
1735
|
"icon": "",
|
|
1506
1736
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1507
1737
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1522,10 +1752,10 @@
|
|
|
1522
1752
|
{
|
|
1523
1753
|
"name": "html-validator",
|
|
1524
1754
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1525
|
-
"repo": "nuxt-
|
|
1526
|
-
"npm": "",
|
|
1755
|
+
"repo": "nuxt-modules/html-validator",
|
|
1756
|
+
"npm": "@nuxtjs/html-validator",
|
|
1527
1757
|
"icon": "html-validator.png",
|
|
1528
|
-
"github": "https://github.com/nuxt-
|
|
1758
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1529
1759
|
"website": "https://html-validator.nuxtjs.org",
|
|
1530
1760
|
"learn_more": "https://html-validate.org",
|
|
1531
1761
|
"category": "Performance",
|
|
@@ -1538,15 +1768,17 @@
|
|
|
1538
1768
|
}
|
|
1539
1769
|
],
|
|
1540
1770
|
"compatibility": {
|
|
1541
|
-
"nuxt": "^2.0.0",
|
|
1542
|
-
"requires": {
|
|
1771
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1772
|
+
"requires": {
|
|
1773
|
+
"bridge": "optional"
|
|
1774
|
+
}
|
|
1543
1775
|
}
|
|
1544
1776
|
},
|
|
1545
1777
|
{
|
|
1546
1778
|
"name": "http",
|
|
1547
1779
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1548
1780
|
"repo": "nuxt/http",
|
|
1549
|
-
"npm": "",
|
|
1781
|
+
"npm": "@nuxt/http",
|
|
1550
1782
|
"icon": "http.png",
|
|
1551
1783
|
"github": "https://github.com/nuxt/http",
|
|
1552
1784
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1574,7 +1806,7 @@
|
|
|
1574
1806
|
"name": "humans-txt",
|
|
1575
1807
|
"description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1576
1808
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1577
|
-
"npm": "",
|
|
1809
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1578
1810
|
"icon": "",
|
|
1579
1811
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1580
1812
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
@@ -1597,7 +1829,7 @@
|
|
|
1597
1829
|
"name": "i18n",
|
|
1598
1830
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1599
1831
|
"repo": "nuxt-community/i18n-module",
|
|
1600
|
-
"npm": "",
|
|
1832
|
+
"npm": "nuxt-i18n",
|
|
1601
1833
|
"icon": "i18n.png",
|
|
1602
1834
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1603
1835
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1615,7 +1847,51 @@
|
|
|
1615
1847
|
}
|
|
1616
1848
|
],
|
|
1617
1849
|
"compatibility": {
|
|
1618
|
-
"nuxt": "^2.0.0",
|
|
1850
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1851
|
+
"requires": {}
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "icon",
|
|
1856
|
+
"description": "",
|
|
1857
|
+
"repo": "nuxt-modules/icon",
|
|
1858
|
+
"npm": "nuxt-icon",
|
|
1859
|
+
"icon": "nuxt-icon.png",
|
|
1860
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1861
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1862
|
+
"learn_more": "",
|
|
1863
|
+
"category": "UI",
|
|
1864
|
+
"type": "community",
|
|
1865
|
+
"maintainers": [
|
|
1866
|
+
{
|
|
1867
|
+
"name": "Atinux",
|
|
1868
|
+
"github": "Atinux"
|
|
1869
|
+
}
|
|
1870
|
+
],
|
|
1871
|
+
"compatibility": {
|
|
1872
|
+
"nuxt": "^3.0.0",
|
|
1873
|
+
"requires": {}
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "icons",
|
|
1878
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1879
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1880
|
+
"npm": "nuxt-icons",
|
|
1881
|
+
"icon": "icons.png",
|
|
1882
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1883
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1884
|
+
"learn_more": "",
|
|
1885
|
+
"category": "UI",
|
|
1886
|
+
"type": "3rd-party",
|
|
1887
|
+
"maintainers": [
|
|
1888
|
+
{
|
|
1889
|
+
"name": "Sebastian Wludzik",
|
|
1890
|
+
"github": "gitfoxcode"
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"compatibility": {
|
|
1894
|
+
"nuxt": "^3.0.0",
|
|
1619
1895
|
"requires": {}
|
|
1620
1896
|
}
|
|
1621
1897
|
},
|
|
@@ -1623,7 +1899,7 @@
|
|
|
1623
1899
|
"name": "image-loader",
|
|
1624
1900
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1625
1901
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1626
|
-
"npm": "",
|
|
1902
|
+
"npm": "@pivale/nuxt-image-loader-module",
|
|
1627
1903
|
"icon": "",
|
|
1628
1904
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1629
1905
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1645,7 +1921,7 @@
|
|
|
1645
1921
|
"name": "image",
|
|
1646
1922
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1647
1923
|
"repo": "nuxt/image",
|
|
1648
|
-
"npm": "",
|
|
1924
|
+
"npm": "@nuxt/image",
|
|
1649
1925
|
"icon": "image.png",
|
|
1650
1926
|
"github": "https://github.com/nuxt/image",
|
|
1651
1927
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1670,7 +1946,7 @@
|
|
|
1670
1946
|
}
|
|
1671
1947
|
],
|
|
1672
1948
|
"compatibility": {
|
|
1673
|
-
"nuxt": "^2.0.0",
|
|
1949
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1674
1950
|
"requires": {
|
|
1675
1951
|
"bridge": "optional"
|
|
1676
1952
|
}
|
|
@@ -1680,7 +1956,7 @@
|
|
|
1680
1956
|
"name": "imagemin",
|
|
1681
1957
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1682
1958
|
"repo": "nuxt-community/imagemin-module",
|
|
1683
|
-
"npm": "",
|
|
1959
|
+
"npm": "@nuxtjs/imagemin",
|
|
1684
1960
|
"icon": "imagemin.png",
|
|
1685
1961
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1686
1962
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1698,11 +1974,36 @@
|
|
|
1698
1974
|
"requires": {}
|
|
1699
1975
|
}
|
|
1700
1976
|
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "inkline",
|
|
1979
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1980
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1981
|
+
"npm": "@inkline/nuxt",
|
|
1982
|
+
"icon": "inkline.svg",
|
|
1983
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1984
|
+
"website": "https://inkline.io",
|
|
1985
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1986
|
+
"category": "UI",
|
|
1987
|
+
"type": "3rd-party",
|
|
1988
|
+
"maintainers": [
|
|
1989
|
+
{
|
|
1990
|
+
"name": "Alex Grozav",
|
|
1991
|
+
"github": "alexgrozav",
|
|
1992
|
+
"twitter": "alexgrozav"
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"compatibility": {
|
|
1996
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1997
|
+
"requires": {
|
|
1998
|
+
"bridge": true
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
1701
2002
|
{
|
|
1702
2003
|
"name": "intercom",
|
|
1703
2004
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1704
2005
|
"repo": "hex-digital/nuxt-intercom",
|
|
1705
|
-
"npm": "",
|
|
2006
|
+
"npm": "@hexdigital/nuxt-intercom",
|
|
1706
2007
|
"icon": "intercom.png",
|
|
1707
2008
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1708
2009
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1720,11 +2021,34 @@
|
|
|
1720
2021
|
"requires": {}
|
|
1721
2022
|
}
|
|
1722
2023
|
},
|
|
2024
|
+
{
|
|
2025
|
+
"name": "ionic",
|
|
2026
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
2027
|
+
"repo": "nuxt-modules/ionic",
|
|
2028
|
+
"npm": "@nuxtjs/ionic",
|
|
2029
|
+
"icon": "ionic.svg",
|
|
2030
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2031
|
+
"website": "https://ionic.nuxtjs.org",
|
|
2032
|
+
"learn_more": "https://ionicframework.com",
|
|
2033
|
+
"category": "Libraries",
|
|
2034
|
+
"type": "community",
|
|
2035
|
+
"maintainers": [
|
|
2036
|
+
{
|
|
2037
|
+
"name": "Daniel Roe",
|
|
2038
|
+
"github": "danielroe",
|
|
2039
|
+
"twitter": "danielcroe"
|
|
2040
|
+
}
|
|
2041
|
+
],
|
|
2042
|
+
"compatibility": {
|
|
2043
|
+
"nuxt": "^3.0.0",
|
|
2044
|
+
"requires": {}
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
1723
2047
|
{
|
|
1724
2048
|
"name": "jsonapi",
|
|
1725
2049
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1726
2050
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1727
|
-
"npm": "",
|
|
2051
|
+
"npm": "nuxt-jsonapi",
|
|
1728
2052
|
"icon": "jsonapi.svg",
|
|
1729
2053
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1730
2054
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1746,7 +2070,7 @@
|
|
|
1746
2070
|
"name": "kentico-kontent",
|
|
1747
2071
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1748
2072
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1749
|
-
"npm": "",
|
|
2073
|
+
"npm": "kentico-kontent-nuxt-module",
|
|
1750
2074
|
"icon": "",
|
|
1751
2075
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1752
2076
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1764,11 +2088,35 @@
|
|
|
1764
2088
|
"requires": {}
|
|
1765
2089
|
}
|
|
1766
2090
|
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "kql",
|
|
2093
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2094
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2095
|
+
"npm": "nuxt-kql",
|
|
2096
|
+
"icon": "kql.svg",
|
|
2097
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2098
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2099
|
+
"learn_more": "",
|
|
2100
|
+
"category": "CMS",
|
|
2101
|
+
"type": "3rd-party",
|
|
2102
|
+
"maintainers": [
|
|
2103
|
+
{
|
|
2104
|
+
"name": "Johann Schopplich",
|
|
2105
|
+
"github": "johannschopplich",
|
|
2106
|
+
"twitter": "jschopplich",
|
|
2107
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2108
|
+
}
|
|
2109
|
+
],
|
|
2110
|
+
"compatibility": {
|
|
2111
|
+
"nuxt": "^3.0.0",
|
|
2112
|
+
"requires": {}
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
1767
2115
|
{
|
|
1768
2116
|
"name": "laravel-echo",
|
|
1769
2117
|
"description": "Laravel Echo for Nuxt.js",
|
|
1770
2118
|
"repo": "nuxt-community/laravel-echo",
|
|
1771
|
-
"npm": "",
|
|
2119
|
+
"npm": "@nuxtjs/laravel-echo",
|
|
1772
2120
|
"icon": "laravel-echo.png",
|
|
1773
2121
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1774
2122
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1790,7 +2138,7 @@
|
|
|
1790
2138
|
"name": "laravel-nuxt",
|
|
1791
2139
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1792
2140
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1793
|
-
"npm": "",
|
|
2141
|
+
"npm": "laravel-nuxt",
|
|
1794
2142
|
"icon": "",
|
|
1795
2143
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1796
2144
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1812,7 +2160,7 @@
|
|
|
1812
2160
|
"name": "laravel",
|
|
1813
2161
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1814
2162
|
"repo": "m2sd/nuxt-laravel",
|
|
1815
|
-
"npm": "",
|
|
2163
|
+
"npm": "nuxt-laravel",
|
|
1816
2164
|
"icon": "laravel.png",
|
|
1817
2165
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1818
2166
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1834,7 +2182,7 @@
|
|
|
1834
2182
|
"name": "leaflet",
|
|
1835
2183
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1836
2184
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1837
|
-
"npm": "",
|
|
2185
|
+
"npm": "nuxt-leaflet",
|
|
1838
2186
|
"icon": "leaflet.png",
|
|
1839
2187
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1840
2188
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1856,7 +2204,7 @@
|
|
|
1856
2204
|
"name": "localforage",
|
|
1857
2205
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1858
2206
|
"repo": "nuxt-community/localforage-module",
|
|
1859
|
-
"npm": "",
|
|
2207
|
+
"npm": "@nuxtjs/localforage",
|
|
1860
2208
|
"icon": "",
|
|
1861
2209
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1862
2210
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -1883,7 +2231,7 @@
|
|
|
1883
2231
|
"name": "localtunnel",
|
|
1884
2232
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
1885
2233
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
1886
|
-
"npm": "",
|
|
2234
|
+
"npm": "@nuxtjs/localtunnel",
|
|
1887
2235
|
"icon": "localtunnel.png",
|
|
1888
2236
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
1889
2237
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -1902,11 +2250,33 @@
|
|
|
1902
2250
|
"requires": {}
|
|
1903
2251
|
}
|
|
1904
2252
|
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "lodash",
|
|
2255
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2256
|
+
"repo": "cipami/nuxt-lodash",
|
|
2257
|
+
"npm": "nuxt-lodash",
|
|
2258
|
+
"icon": "lodash.svg",
|
|
2259
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2260
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2261
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2262
|
+
"category": "Libraries",
|
|
2263
|
+
"type": "3rd-party",
|
|
2264
|
+
"maintainers": [
|
|
2265
|
+
{
|
|
2266
|
+
"name": "Michal Čípa",
|
|
2267
|
+
"github": "cipami"
|
|
2268
|
+
}
|
|
2269
|
+
],
|
|
2270
|
+
"compatibility": {
|
|
2271
|
+
"nuxt": "^3.0.0",
|
|
2272
|
+
"requires": {}
|
|
2273
|
+
}
|
|
2274
|
+
},
|
|
1905
2275
|
{
|
|
1906
2276
|
"name": "logrocket",
|
|
1907
2277
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
1908
2278
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
1909
|
-
"npm": "",
|
|
2279
|
+
"npm": "nuxt-logrocket",
|
|
1910
2280
|
"icon": "logrocket.png",
|
|
1911
2281
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
1912
2282
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -1929,7 +2299,7 @@
|
|
|
1929
2299
|
"name": "lunr",
|
|
1930
2300
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
1931
2301
|
"repo": "nuxt-community/lunr-module",
|
|
1932
|
-
"npm": "",
|
|
2302
|
+
"npm": "@nuxtjs/lunr-module",
|
|
1933
2303
|
"icon": "",
|
|
1934
2304
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
1935
2305
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -1947,11 +2317,34 @@
|
|
|
1947
2317
|
"requires": {}
|
|
1948
2318
|
}
|
|
1949
2319
|
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "magic-regexp",
|
|
2322
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2323
|
+
"repo": "danielroe/magic-regexp",
|
|
2324
|
+
"npm": "magic-regexp",
|
|
2325
|
+
"icon": "magic-regexp.svg",
|
|
2326
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2327
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2328
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2329
|
+
"category": "Libraries",
|
|
2330
|
+
"type": "3rd-party",
|
|
2331
|
+
"maintainers": [
|
|
2332
|
+
{
|
|
2333
|
+
"name": "Daniel Roe",
|
|
2334
|
+
"github": "danielroe",
|
|
2335
|
+
"twitter": "danielcroe"
|
|
2336
|
+
}
|
|
2337
|
+
],
|
|
2338
|
+
"compatibility": {
|
|
2339
|
+
"nuxt": "^3.0.0",
|
|
2340
|
+
"requires": {}
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
1950
2343
|
{
|
|
1951
2344
|
"name": "markdownit",
|
|
1952
2345
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1953
2346
|
"repo": "nuxt-community/markdownit-module",
|
|
1954
|
-
"npm": "",
|
|
2347
|
+
"npm": "@nuxtjs/markdownit",
|
|
1955
2348
|
"icon": "",
|
|
1956
2349
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1957
2350
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1974,7 +2367,7 @@
|
|
|
1974
2367
|
"name": "matomo",
|
|
1975
2368
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
1976
2369
|
"repo": "pimlie/nuxt-matomo",
|
|
1977
|
-
"npm": "",
|
|
2370
|
+
"npm": "nuxt-matomo",
|
|
1978
2371
|
"icon": "matomo.png",
|
|
1979
2372
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
1980
2373
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -1996,7 +2389,7 @@
|
|
|
1996
2389
|
"name": "mdx",
|
|
1997
2390
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1998
2391
|
"repo": "nuxt-community/mdx-module",
|
|
1999
|
-
"npm": "",
|
|
2392
|
+
"npm": "@nuxtjs/mdx",
|
|
2000
2393
|
"icon": "mdx.png",
|
|
2001
2394
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
2002
2395
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -2015,11 +2408,36 @@
|
|
|
2015
2408
|
"requires": {}
|
|
2016
2409
|
}
|
|
2017
2410
|
},
|
|
2411
|
+
{
|
|
2412
|
+
"name": "meilisearch",
|
|
2413
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2414
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2415
|
+
"npm": "nuxt-meilisearch",
|
|
2416
|
+
"icon": "meilisearch.svg",
|
|
2417
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2418
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2419
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2420
|
+
"category": "Libraries",
|
|
2421
|
+
"type": "3rd-party",
|
|
2422
|
+
"maintainers": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "Alex Duval",
|
|
2425
|
+
"github": "xlanex6",
|
|
2426
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2427
|
+
}
|
|
2428
|
+
],
|
|
2429
|
+
"compatibility": {
|
|
2430
|
+
"nuxt": "^3.0.0",
|
|
2431
|
+
"requires": {
|
|
2432
|
+
"bridge": false
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2018
2436
|
{
|
|
2019
2437
|
"name": "memwatch",
|
|
2020
2438
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
2021
2439
|
"repo": "pimlie/nuxt-memwatch",
|
|
2022
|
-
"npm": "",
|
|
2440
|
+
"npm": "nuxt-memwatch",
|
|
2023
2441
|
"icon": "",
|
|
2024
2442
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
2025
2443
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -2041,7 +2459,7 @@
|
|
|
2041
2459
|
"name": "mobile",
|
|
2042
2460
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2043
2461
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2044
|
-
"npm": "",
|
|
2462
|
+
"npm": "nuxt-mobile",
|
|
2045
2463
|
"icon": "",
|
|
2046
2464
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2047
2465
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -2063,7 +2481,7 @@
|
|
|
2063
2481
|
"name": "moment",
|
|
2064
2482
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2065
2483
|
"repo": "nuxt-community/moment-module",
|
|
2066
|
-
"npm": "",
|
|
2484
|
+
"npm": "@nuxtjs/moment",
|
|
2067
2485
|
"icon": "momentjs.png",
|
|
2068
2486
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2069
2487
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2090,7 +2508,7 @@
|
|
|
2090
2508
|
"name": "mq",
|
|
2091
2509
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2092
2510
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2093
|
-
"npm": "",
|
|
2511
|
+
"npm": "nuxt-mq",
|
|
2094
2512
|
"icon": "",
|
|
2095
2513
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2096
2514
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -2112,7 +2530,7 @@
|
|
|
2112
2530
|
"name": "neo",
|
|
2113
2531
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
2114
2532
|
"repo": "ezypeeze/nuxt-neo",
|
|
2115
|
-
"npm": "",
|
|
2533
|
+
"npm": "nuxt-neo",
|
|
2116
2534
|
"icon": "",
|
|
2117
2535
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
2118
2536
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -2134,7 +2552,7 @@
|
|
|
2134
2552
|
"name": "netlify-cache",
|
|
2135
2553
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
2136
2554
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2137
|
-
"npm": "",
|
|
2555
|
+
"npm": "nuxt-netlify-cache",
|
|
2138
2556
|
"icon": "netlify.png",
|
|
2139
2557
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
2140
2558
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -2156,7 +2574,7 @@
|
|
|
2156
2574
|
"name": "netlify-files",
|
|
2157
2575
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
2158
2576
|
"repo": "nuxt-community/netlify-files-module",
|
|
2159
|
-
"npm": "",
|
|
2577
|
+
"npm": "@nuxtjs/netlify-files",
|
|
2160
2578
|
"icon": "netlify.png",
|
|
2161
2579
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
2162
2580
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -2179,7 +2597,7 @@
|
|
|
2179
2597
|
"name": "netlify",
|
|
2180
2598
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
2181
2599
|
"repo": "bazzite/nuxt-netlify",
|
|
2182
|
-
"npm": "",
|
|
2600
|
+
"npm": "@aceforth/nuxt-netlify",
|
|
2183
2601
|
"icon": "netlify.png",
|
|
2184
2602
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
2185
2603
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -2201,7 +2619,7 @@
|
|
|
2201
2619
|
"name": "ngrok",
|
|
2202
2620
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
2203
2621
|
"repo": "nuxt-community/ngrok",
|
|
2204
|
-
"npm": "",
|
|
2622
|
+
"npm": "@nuxtjs/ngrok",
|
|
2205
2623
|
"icon": "ngrok.png",
|
|
2206
2624
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2207
2625
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -2229,7 +2647,7 @@
|
|
|
2229
2647
|
"name": "notion",
|
|
2230
2648
|
"description": "Vue renderer for Notion pages",
|
|
2231
2649
|
"repo": "janniks/vue-notion",
|
|
2232
|
-
"npm": "",
|
|
2650
|
+
"npm": "vue-notion",
|
|
2233
2651
|
"icon": "notion.svg",
|
|
2234
2652
|
"github": "https://github.com/janniks/vue-notion",
|
|
2235
2653
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -2251,7 +2669,7 @@
|
|
|
2251
2669
|
"name": "nuxt-hue",
|
|
2252
2670
|
"description": "Enlighten your Nuxt experience",
|
|
2253
2671
|
"repo": "lihbr/nuxt-hue",
|
|
2254
|
-
"npm": "",
|
|
2672
|
+
"npm": "nuxt-hue",
|
|
2255
2673
|
"icon": "nuxt-hue.svg",
|
|
2256
2674
|
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2257
2675
|
"website": "https://github.com/lihbr/nuxt-hue",
|
|
@@ -2271,11 +2689,55 @@
|
|
|
2271
2689
|
}
|
|
2272
2690
|
}
|
|
2273
2691
|
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "nuxt-monaco-editor",
|
|
2694
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2695
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2696
|
+
"npm": "nuxt-monaco-editor",
|
|
2697
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2698
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2699
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2700
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2701
|
+
"category": "Libraries",
|
|
2702
|
+
"type": "3rd-party",
|
|
2703
|
+
"maintainers": [
|
|
2704
|
+
{
|
|
2705
|
+
"name": "e-chan1007",
|
|
2706
|
+
"github": "e-chan1007"
|
|
2707
|
+
}
|
|
2708
|
+
],
|
|
2709
|
+
"compatibility": {
|
|
2710
|
+
"nuxt": "^3.0.0",
|
|
2711
|
+
"requires": {}
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "nuxt-pino-log",
|
|
2716
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2717
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2718
|
+
"npm": "nuxt-pino-log",
|
|
2719
|
+
"icon": "",
|
|
2720
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2721
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2722
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2723
|
+
"category": "Monitoring",
|
|
2724
|
+
"type": "3rd-party",
|
|
2725
|
+
"maintainers": [
|
|
2726
|
+
{
|
|
2727
|
+
"name": "kpn",
|
|
2728
|
+
"github": "kpn"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"compatibility": {
|
|
2732
|
+
"nuxt": "^2.0.0",
|
|
2733
|
+
"requires": {}
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2274
2736
|
{
|
|
2275
2737
|
"name": "nuxt-png-to-ico",
|
|
2276
2738
|
"description": "Nuxt.js module for auto generating favicons",
|
|
2277
2739
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2278
|
-
"npm": "",
|
|
2740
|
+
"npm": "nuxt-png-to-ico",
|
|
2279
2741
|
"icon": "",
|
|
2280
2742
|
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2281
2743
|
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
@@ -2298,7 +2760,7 @@
|
|
|
2298
2760
|
"name": "nuxt-smartlook",
|
|
2299
2761
|
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2300
2762
|
"repo": "f00b4r/nuxt-smartlook",
|
|
2301
|
-
"npm": "",
|
|
2763
|
+
"npm": "nuxt-smartlook",
|
|
2302
2764
|
"icon": "nuxt-smartlook.png",
|
|
2303
2765
|
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2304
2766
|
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
@@ -2318,11 +2780,55 @@
|
|
|
2318
2780
|
"requires": {}
|
|
2319
2781
|
}
|
|
2320
2782
|
},
|
|
2783
|
+
{
|
|
2784
|
+
"name": "nuxt-svgo",
|
|
2785
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2786
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2787
|
+
"npm": "nuxt-svgo",
|
|
2788
|
+
"icon": "nuxt-svgo.png",
|
|
2789
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2790
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2791
|
+
"learn_more": "",
|
|
2792
|
+
"category": "Images",
|
|
2793
|
+
"type": "3rd-party",
|
|
2794
|
+
"maintainers": [
|
|
2795
|
+
{
|
|
2796
|
+
"name": "cpsoinos",
|
|
2797
|
+
"github": "cpsoinos"
|
|
2798
|
+
}
|
|
2799
|
+
],
|
|
2800
|
+
"compatibility": {
|
|
2801
|
+
"nuxt": "^3.0.0",
|
|
2802
|
+
"requires": {}
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"name": "nuxt-unleash",
|
|
2807
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2808
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2809
|
+
"npm": "nuxt-unleash",
|
|
2810
|
+
"icon": "nuxt-unleash.svg",
|
|
2811
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2812
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2813
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2814
|
+
"category": "Deployment",
|
|
2815
|
+
"type": "3rd-party",
|
|
2816
|
+
"maintainers": [
|
|
2817
|
+
{
|
|
2818
|
+
"name": "Juanjo Conejerock",
|
|
2819
|
+
"github": "conejerock"
|
|
2820
|
+
}
|
|
2821
|
+
],
|
|
2822
|
+
"compatibility": {
|
|
2823
|
+
"nuxt": "^2.0.0",
|
|
2824
|
+
"requires": {}
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2321
2827
|
{
|
|
2322
2828
|
"name": "nuxt-use-motion",
|
|
2323
2829
|
"description": "A Nuxt module putting your components in motion",
|
|
2324
2830
|
"repo": "Tahul/nuxt-use-motion",
|
|
2325
|
-
"npm": "",
|
|
2831
|
+
"npm": "nuxt-use-motion",
|
|
2326
2832
|
"icon": "nuxt-use-motion.svg",
|
|
2327
2833
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2328
2834
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -2344,7 +2850,7 @@
|
|
|
2344
2850
|
"name": "nuxt-use-sound",
|
|
2345
2851
|
"description": "A Nuxt module for playing sound effects.",
|
|
2346
2852
|
"repo": "Tahul/nuxt-use-sound",
|
|
2347
|
-
"npm": "",
|
|
2853
|
+
"npm": "nuxt-use-sound",
|
|
2348
2854
|
"icon": "nuxt-use-sound.svg",
|
|
2349
2855
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2350
2856
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -2366,7 +2872,7 @@
|
|
|
2366
2872
|
"name": "nuxt-viewport",
|
|
2367
2873
|
"description": "Define custom viewports for your Nuxt project",
|
|
2368
2874
|
"repo": "mvrlin/nuxt-viewport",
|
|
2369
|
-
"npm": "",
|
|
2875
|
+
"npm": "nuxt-viewport",
|
|
2370
2876
|
"icon": "nuxt-viewport.svg",
|
|
2371
2877
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2372
2878
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -2380,15 +2886,17 @@
|
|
|
2380
2886
|
}
|
|
2381
2887
|
],
|
|
2382
2888
|
"compatibility": {
|
|
2383
|
-
"nuxt": "^2.0.0",
|
|
2384
|
-
"requires": {
|
|
2889
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2890
|
+
"requires": {
|
|
2891
|
+
"bridge": "optional"
|
|
2892
|
+
}
|
|
2385
2893
|
}
|
|
2386
2894
|
},
|
|
2387
2895
|
{
|
|
2388
2896
|
"name": "nuxt7",
|
|
2389
2897
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2390
2898
|
"repo": "nuxt-community/nuxt7",
|
|
2391
|
-
"npm": "",
|
|
2899
|
+
"npm": "nuxt7",
|
|
2392
2900
|
"icon": "",
|
|
2393
2901
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2394
2902
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -2411,7 +2919,7 @@
|
|
|
2411
2919
|
"name": "onesignal",
|
|
2412
2920
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
2413
2921
|
"repo": "nuxt-community/onesignal-module",
|
|
2414
|
-
"npm": "",
|
|
2922
|
+
"npm": "@nuxtjs/onesignal",
|
|
2415
2923
|
"icon": "one-signal.png",
|
|
2416
2924
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
2417
2925
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -2434,7 +2942,7 @@
|
|
|
2434
2942
|
"name": "optimized-images",
|
|
2435
2943
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
2436
2944
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
2437
|
-
"npm": "",
|
|
2945
|
+
"npm": "@aceforth/nuxt-optimized-images",
|
|
2438
2946
|
"icon": "",
|
|
2439
2947
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
2440
2948
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -2457,7 +2965,7 @@
|
|
|
2457
2965
|
"name": "page-generator-helper",
|
|
2458
2966
|
"description": "Generate your pages statically without using payload extractors.",
|
|
2459
2967
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2460
|
-
"npm": "",
|
|
2968
|
+
"npm": "nuxt-page-generator-helper",
|
|
2461
2969
|
"icon": "",
|
|
2462
2970
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2463
2971
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -2479,7 +2987,7 @@
|
|
|
2479
2987
|
"name": "parse",
|
|
2480
2988
|
"description": "Parse package for Nuxt.js",
|
|
2481
2989
|
"repo": "cierrateam/nuxt-parse",
|
|
2482
|
-
"npm": "",
|
|
2990
|
+
"npm": "nuxt-parse",
|
|
2483
2991
|
"icon": "",
|
|
2484
2992
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
2485
2993
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -2497,11 +3005,36 @@
|
|
|
2497
3005
|
"requires": {}
|
|
2498
3006
|
}
|
|
2499
3007
|
},
|
|
3008
|
+
{
|
|
3009
|
+
"name": "partytown",
|
|
3010
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
3011
|
+
"repo": "nuxt-modules/partytown",
|
|
3012
|
+
"npm": "@nuxtjs/partytown",
|
|
3013
|
+
"icon": "partytown.svg",
|
|
3014
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3015
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
3016
|
+
"learn_more": "https://partytown.builder.io/",
|
|
3017
|
+
"category": "Performance",
|
|
3018
|
+
"type": "community",
|
|
3019
|
+
"maintainers": [
|
|
3020
|
+
{
|
|
3021
|
+
"name": "Daniel Roe",
|
|
3022
|
+
"github": "danielroe",
|
|
3023
|
+
"twitter": "danielcroe"
|
|
3024
|
+
}
|
|
3025
|
+
],
|
|
3026
|
+
"compatibility": {
|
|
3027
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3028
|
+
"requires": {
|
|
3029
|
+
"bridge": true
|
|
3030
|
+
}
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
2500
3033
|
{
|
|
2501
3034
|
"name": "persian-datepicker",
|
|
2502
3035
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2503
3036
|
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2504
|
-
"npm": "",
|
|
3037
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2505
3038
|
"icon": "persian-datepicker.svg",
|
|
2506
3039
|
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2507
3040
|
"website": "https://alireza-ab.ir/datepicker",
|
|
@@ -2524,7 +3057,7 @@
|
|
|
2524
3057
|
"name": "pinia",
|
|
2525
3058
|
"description": "The Vue Store that you will enjoy using",
|
|
2526
3059
|
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2527
|
-
"npm": "",
|
|
3060
|
+
"npm": "@pinia/nuxt",
|
|
2528
3061
|
"icon": "pinia.svg",
|
|
2529
3062
|
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2530
3063
|
"website": "https://pinia.esm.dev/",
|
|
@@ -2548,7 +3081,7 @@
|
|
|
2548
3081
|
"name": "plausible",
|
|
2549
3082
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2550
3083
|
"repo": "moritzsternemann/vue-plausible",
|
|
2551
|
-
"npm": "",
|
|
3084
|
+
"npm": "vue-plausible",
|
|
2552
3085
|
"icon": "plausible.png",
|
|
2553
3086
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2554
3087
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
@@ -2562,15 +3095,17 @@
|
|
|
2562
3095
|
}
|
|
2563
3096
|
],
|
|
2564
3097
|
"compatibility": {
|
|
2565
|
-
"nuxt": "^2.0.0",
|
|
2566
|
-
"requires": {
|
|
3098
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3099
|
+
"requires": {
|
|
3100
|
+
"bridge": "optional"
|
|
3101
|
+
}
|
|
2567
3102
|
}
|
|
2568
3103
|
},
|
|
2569
3104
|
{
|
|
2570
3105
|
"name": "precompress",
|
|
2571
3106
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2572
3107
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2573
|
-
"npm": "",
|
|
3108
|
+
"npm": "nuxt-precompress",
|
|
2574
3109
|
"icon": "",
|
|
2575
3110
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2576
3111
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2591,32 +3126,23 @@
|
|
|
2591
3126
|
{
|
|
2592
3127
|
"name": "prismic",
|
|
2593
3128
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2594
|
-
"repo": "nuxt-
|
|
2595
|
-
"npm": "",
|
|
3129
|
+
"repo": "nuxt-modules/prismic",
|
|
3130
|
+
"npm": "@nuxtjs/prismic",
|
|
2596
3131
|
"icon": "prismic.png",
|
|
2597
|
-
"github": "https://github.com/nuxt-
|
|
3132
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2598
3133
|
"website": "https://prismic.nuxtjs.org",
|
|
2599
|
-
"learn_more": "https://prismic.io
|
|
3134
|
+
"learn_more": "https://prismic.io",
|
|
2600
3135
|
"category": "CMS",
|
|
2601
3136
|
"type": "community",
|
|
2602
3137
|
"maintainers": [
|
|
2603
|
-
{
|
|
2604
|
-
"name": "Sébastien Chopin",
|
|
2605
|
-
"github": "Atinux",
|
|
2606
|
-
"twitter": "Atinux"
|
|
2607
|
-
},
|
|
2608
3138
|
{
|
|
2609
3139
|
"name": "lihbr",
|
|
2610
3140
|
"github": "lihbr",
|
|
2611
3141
|
"twitter": "li_hbr"
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"name": "James Pegg",
|
|
2615
|
-
"github": "jamespegg"
|
|
2616
3142
|
}
|
|
2617
3143
|
],
|
|
2618
3144
|
"compatibility": {
|
|
2619
|
-
"nuxt": "^2.0.0",
|
|
3145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2620
3146
|
"requires": {}
|
|
2621
3147
|
}
|
|
2622
3148
|
},
|
|
@@ -2624,7 +3150,7 @@
|
|
|
2624
3150
|
"name": "protected-mailto",
|
|
2625
3151
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2626
3152
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2627
|
-
"npm": "",
|
|
3153
|
+
"npm": "nuxt-protected-mailto",
|
|
2628
3154
|
"icon": "",
|
|
2629
3155
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2630
3156
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2646,7 +3172,7 @@
|
|
|
2646
3172
|
"name": "proxy",
|
|
2647
3173
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2648
3174
|
"repo": "nuxt-community/proxy-module",
|
|
2649
|
-
"npm": "",
|
|
3175
|
+
"npm": "@nuxtjs/proxy",
|
|
2650
3176
|
"icon": "",
|
|
2651
3177
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2652
3178
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2669,7 +3195,7 @@
|
|
|
2669
3195
|
"name": "prune-html",
|
|
2670
3196
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2671
3197
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2672
|
-
"npm": "",
|
|
3198
|
+
"npm": "@luxdamore/nuxt-prune-html",
|
|
2673
3199
|
"icon": "",
|
|
2674
3200
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2675
3201
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2691,8 +3217,8 @@
|
|
|
2691
3217
|
{
|
|
2692
3218
|
"name": "purgecss",
|
|
2693
3219
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2694
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
2695
|
-
"npm": "",
|
|
3220
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3221
|
+
"npm": "nuxt-purgecss",
|
|
2696
3222
|
"icon": "purgecss.png",
|
|
2697
3223
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2698
3224
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2706,7 +3232,7 @@
|
|
|
2706
3232
|
}
|
|
2707
3233
|
],
|
|
2708
3234
|
"compatibility": {
|
|
2709
|
-
"nuxt": "^2.0.0",
|
|
3235
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2710
3236
|
"requires": {}
|
|
2711
3237
|
}
|
|
2712
3238
|
},
|
|
@@ -2714,7 +3240,7 @@
|
|
|
2714
3240
|
"name": "pwa",
|
|
2715
3241
|
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2716
3242
|
"repo": "nuxt-community/pwa-module",
|
|
2717
|
-
"npm": "",
|
|
3243
|
+
"npm": "@nuxtjs/pwa",
|
|
2718
3244
|
"icon": "pwa.png",
|
|
2719
3245
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2720
3246
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2739,7 +3265,7 @@
|
|
|
2739
3265
|
"name": "python",
|
|
2740
3266
|
"description": "Write Nuxt.js applications using Python",
|
|
2741
3267
|
"repo": "nuxt-community/python-module",
|
|
2742
|
-
"npm": "",
|
|
3268
|
+
"npm": "@nuxtjs/python",
|
|
2743
3269
|
"icon": "python.png",
|
|
2744
3270
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2745
3271
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -2761,7 +3287,7 @@
|
|
|
2761
3287
|
"name": "recaptcha",
|
|
2762
3288
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
2763
3289
|
"repo": "nuxt-community/recaptcha-module",
|
|
2764
|
-
"npm": "",
|
|
3290
|
+
"npm": "@nuxtjs/recaptcha",
|
|
2765
3291
|
"icon": "recaptcha.png",
|
|
2766
3292
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
2767
3293
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -2783,7 +3309,7 @@
|
|
|
2783
3309
|
"name": "redirect",
|
|
2784
3310
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
2785
3311
|
"repo": "nuxt-community/redirect-module",
|
|
2786
|
-
"npm": "",
|
|
3312
|
+
"npm": "@nuxtjs/redirect-module",
|
|
2787
3313
|
"icon": "",
|
|
2788
3314
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
2789
3315
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -2806,7 +3332,7 @@
|
|
|
2806
3332
|
"name": "rfg-icon",
|
|
2807
3333
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
2808
3334
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
2809
|
-
"npm": "",
|
|
3335
|
+
"npm": "nuxt-rfg-icon",
|
|
2810
3336
|
"icon": "real-favicon-generator.png",
|
|
2811
3337
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2812
3338
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -2828,8 +3354,8 @@
|
|
|
2828
3354
|
"name": "robots",
|
|
2829
3355
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
2830
3356
|
"repo": "nuxt-community/robots-module",
|
|
2831
|
-
"npm": "",
|
|
2832
|
-
"icon": "",
|
|
3357
|
+
"npm": "@nuxtjs/robots",
|
|
3358
|
+
"icon": "robots.png",
|
|
2833
3359
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
2834
3360
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
2835
3361
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -2842,15 +3368,17 @@
|
|
|
2842
3368
|
}
|
|
2843
3369
|
],
|
|
2844
3370
|
"compatibility": {
|
|
2845
|
-
"nuxt": "^2.0.0",
|
|
2846
|
-
"requires": {
|
|
3371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3372
|
+
"requires": {
|
|
3373
|
+
"bridge": "optional"
|
|
3374
|
+
}
|
|
2847
3375
|
}
|
|
2848
3376
|
},
|
|
2849
3377
|
{
|
|
2850
3378
|
"name": "rollbar",
|
|
2851
3379
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
2852
3380
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
2853
|
-
"npm": "",
|
|
3381
|
+
"npm": "nuxt-rollbar-module",
|
|
2854
3382
|
"icon": "rollbar.png",
|
|
2855
3383
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
2856
3384
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -2872,7 +3400,7 @@
|
|
|
2872
3400
|
"name": "router-extras",
|
|
2873
3401
|
"description": "Extra Add-ons for nuxt router",
|
|
2874
3402
|
"repo": "nuxt-community/router-extras-module",
|
|
2875
|
-
"npm": "",
|
|
3403
|
+
"npm": "@nuxtjs/router-extras",
|
|
2876
3404
|
"icon": "vue.png",
|
|
2877
3405
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2878
3406
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -2895,7 +3423,7 @@
|
|
|
2895
3423
|
"name": "router",
|
|
2896
3424
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
2897
3425
|
"repo": "nuxt-community/router-module",
|
|
2898
|
-
"npm": "",
|
|
3426
|
+
"npm": "@nuxtjs/router",
|
|
2899
3427
|
"icon": "vue.png",
|
|
2900
3428
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2901
3429
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -2916,11 +3444,11 @@
|
|
|
2916
3444
|
},
|
|
2917
3445
|
{
|
|
2918
3446
|
"name": "sanity",
|
|
2919
|
-
"description": "Access text, images, and other media with Nuxt
|
|
2920
|
-
"repo": "nuxt-
|
|
2921
|
-
"npm": "",
|
|
3447
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3448
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3449
|
+
"npm": "@nuxtjs/sanity",
|
|
2922
3450
|
"icon": "sanity.png",
|
|
2923
|
-
"github": "https://github.com/nuxt-
|
|
3451
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
2924
3452
|
"website": "https://sanity.nuxtjs.org",
|
|
2925
3453
|
"learn_more": "https://www.sanity.io/",
|
|
2926
3454
|
"category": "CMS",
|
|
@@ -2933,7 +3461,33 @@
|
|
|
2933
3461
|
}
|
|
2934
3462
|
],
|
|
2935
3463
|
"compatibility": {
|
|
2936
|
-
"nuxt": "^2.0.0",
|
|
3464
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3465
|
+
"requires": {
|
|
3466
|
+
"bridge": "optional"
|
|
3467
|
+
}
|
|
3468
|
+
}
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "schema-org",
|
|
3472
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3473
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3474
|
+
"npm": "nuxt-schema-org",
|
|
3475
|
+
"icon": "schema-org.svg",
|
|
3476
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3477
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3478
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3479
|
+
"category": "SEO",
|
|
3480
|
+
"type": "3rd-party",
|
|
3481
|
+
"maintainers": [
|
|
3482
|
+
{
|
|
3483
|
+
"name": "Harlan Wilton",
|
|
3484
|
+
"github": "harlan-zw",
|
|
3485
|
+
"twitter": "harlan_zw",
|
|
3486
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3487
|
+
}
|
|
3488
|
+
],
|
|
3489
|
+
"compatibility": {
|
|
3490
|
+
"nuxt": "^3.0.0",
|
|
2937
3491
|
"requires": {}
|
|
2938
3492
|
}
|
|
2939
3493
|
},
|
|
@@ -2941,7 +3495,7 @@
|
|
|
2941
3495
|
"name": "scss-to-js",
|
|
2942
3496
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
2943
3497
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
2944
|
-
"npm": "",
|
|
3498
|
+
"npm": "nuxt-scss-to-js",
|
|
2945
3499
|
"icon": "",
|
|
2946
3500
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
2947
3501
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -2959,11 +3513,34 @@
|
|
|
2959
3513
|
"requires": {}
|
|
2960
3514
|
}
|
|
2961
3515
|
},
|
|
3516
|
+
{
|
|
3517
|
+
"name": "security",
|
|
3518
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3519
|
+
"repo": "Baroshem/nuxt-security",
|
|
3520
|
+
"npm": "nuxt-security",
|
|
3521
|
+
"icon": "nuxt-security.svg",
|
|
3522
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3523
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3524
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3525
|
+
"category": "Security",
|
|
3526
|
+
"type": "3rd-party",
|
|
3527
|
+
"maintainers": [
|
|
3528
|
+
{
|
|
3529
|
+
"name": "Jakub Andrzejewski",
|
|
3530
|
+
"github": "Baroshem",
|
|
3531
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3532
|
+
}
|
|
3533
|
+
],
|
|
3534
|
+
"compatibility": {
|
|
3535
|
+
"nuxt": "^3.0.0",
|
|
3536
|
+
"requires": {}
|
|
3537
|
+
}
|
|
3538
|
+
},
|
|
2962
3539
|
{
|
|
2963
3540
|
"name": "segment",
|
|
2964
3541
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
2965
3542
|
"repo": "dansmaculotte/nuxt-segment",
|
|
2966
|
-
"npm": "",
|
|
3543
|
+
"npm": "@dansmaculotte/nuxt-segment",
|
|
2967
3544
|
"icon": "segment.png",
|
|
2968
3545
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
2969
3546
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -2985,7 +3562,7 @@
|
|
|
2985
3562
|
"name": "sentry",
|
|
2986
3563
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
2987
3564
|
"repo": "nuxt-community/sentry-module",
|
|
2988
|
-
"npm": "",
|
|
3565
|
+
"npm": "@nuxtjs/sentry",
|
|
2989
3566
|
"icon": "sentry.png",
|
|
2990
3567
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2991
3568
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -3006,8 +3583,8 @@
|
|
|
3006
3583
|
{
|
|
3007
3584
|
"name": "seo-meta",
|
|
3008
3585
|
"description": "Simple generate seo metadata",
|
|
3009
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3010
|
-
"npm": "",
|
|
3586
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3587
|
+
"npm": "nuxt-seo-meta",
|
|
3011
3588
|
"icon": "",
|
|
3012
3589
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3013
3590
|
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3030,7 +3607,7 @@
|
|
|
3030
3607
|
"name": "seomatic-meta",
|
|
3031
3608
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
3032
3609
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
3033
|
-
"npm": "",
|
|
3610
|
+
"npm": "nuxt-seomatic-meta",
|
|
3034
3611
|
"icon": "seomatic.png",
|
|
3035
3612
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
3036
3613
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -3052,7 +3629,7 @@
|
|
|
3052
3629
|
"name": "separate-env",
|
|
3053
3630
|
"description": "Separated environment variables for server and client builds",
|
|
3054
3631
|
"repo": "nuxt-community/separate-env-module",
|
|
3055
|
-
"npm": "",
|
|
3632
|
+
"npm": "@nuxtjs/separate-env",
|
|
3056
3633
|
"icon": "",
|
|
3057
3634
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
3058
3635
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -3071,11 +3648,34 @@
|
|
|
3071
3648
|
"requires": {}
|
|
3072
3649
|
}
|
|
3073
3650
|
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "session",
|
|
3653
|
+
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
3654
|
+
"repo": "sidebase/nuxt-session",
|
|
3655
|
+
"npm": "@sidebase/nuxt-session",
|
|
3656
|
+
"icon": "session.png",
|
|
3657
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3658
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3659
|
+
"learn_more": "https://github.com/sidebase",
|
|
3660
|
+
"category": "Security",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "sidebase",
|
|
3665
|
+
"github": "sidebase",
|
|
3666
|
+
"twitter": "sidebase_io"
|
|
3667
|
+
}
|
|
3668
|
+
],
|
|
3669
|
+
"compatibility": {
|
|
3670
|
+
"nuxt": "^3.0.0",
|
|
3671
|
+
"requires": {}
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3074
3674
|
{
|
|
3075
3675
|
"name": "shopify",
|
|
3076
3676
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
3077
3677
|
"repo": "Gomah/nuxt-shopify",
|
|
3078
|
-
"npm": "",
|
|
3678
|
+
"npm": "nuxt-shopify",
|
|
3079
3679
|
"icon": "shopify.png",
|
|
3080
3680
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
3081
3681
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -3097,7 +3697,7 @@
|
|
|
3097
3697
|
"name": "simple-line-icons",
|
|
3098
3698
|
"description": "Nuxt module to add simple-line-icons ",
|
|
3099
3699
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
3100
|
-
"npm": "",
|
|
3700
|
+
"npm": "nuxt-simple-line-icons",
|
|
3101
3701
|
"icon": "",
|
|
3102
3702
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
3103
3703
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -3119,7 +3719,7 @@
|
|
|
3119
3719
|
"name": "sitemap",
|
|
3120
3720
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
3121
3721
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
3122
|
-
"npm": "",
|
|
3722
|
+
"npm": "@nuxtjs/sitemap",
|
|
3123
3723
|
"icon": "",
|
|
3124
3724
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
3125
3725
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -3142,7 +3742,7 @@
|
|
|
3142
3742
|
"name": "snipcart",
|
|
3143
3743
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3144
3744
|
"repo": "nuxt-community/snipcart-module",
|
|
3145
|
-
"npm": "",
|
|
3745
|
+
"npm": "@nuxtjs/snipcart",
|
|
3146
3746
|
"icon": "snipcart.png",
|
|
3147
3747
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3148
3748
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -3165,7 +3765,7 @@
|
|
|
3165
3765
|
"name": "social-meta",
|
|
3166
3766
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
3167
3767
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
3168
|
-
"npm": "",
|
|
3768
|
+
"npm": "nuxt-social-meta",
|
|
3169
3769
|
"icon": "",
|
|
3170
3770
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
3171
3771
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -3187,7 +3787,7 @@
|
|
|
3187
3787
|
"name": "socket-io",
|
|
3188
3788
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
3189
3789
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
3190
|
-
"npm": "",
|
|
3790
|
+
"npm": "nuxt-socket-io",
|
|
3191
3791
|
"icon": "socket-io.png",
|
|
3192
3792
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
3193
3793
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -3209,7 +3809,7 @@
|
|
|
3209
3809
|
"name": "speedcurve",
|
|
3210
3810
|
"description": "Speedcurve LUX module for Nuxt",
|
|
3211
3811
|
"repo": "nuxt-community/speedcurve-module",
|
|
3212
|
-
"npm": "",
|
|
3812
|
+
"npm": "@nuxtjs/speedcurve",
|
|
3213
3813
|
"icon": "speedcurve.png",
|
|
3214
3814
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
3215
3815
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -3232,7 +3832,7 @@
|
|
|
3232
3832
|
"name": "speedkit",
|
|
3233
3833
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3234
3834
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3235
|
-
"npm": "",
|
|
3835
|
+
"npm": "nuxt-speedkit",
|
|
3236
3836
|
"icon": "speedkit.png",
|
|
3237
3837
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3238
3838
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -3265,7 +3865,7 @@
|
|
|
3265
3865
|
"name": "storage",
|
|
3266
3866
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
3267
3867
|
"repo": "mazipan/nuxt-storage",
|
|
3268
|
-
"npm": "",
|
|
3868
|
+
"npm": "nuxt-storage",
|
|
3269
3869
|
"icon": "",
|
|
3270
3870
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
3271
3871
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -3287,7 +3887,7 @@
|
|
|
3287
3887
|
"name": "storefront-ui",
|
|
3288
3888
|
"description": "Storefront UI Module for Nuxt.js",
|
|
3289
3889
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3290
|
-
"npm": "",
|
|
3890
|
+
"npm": "@storefront-ui/nuxt",
|
|
3291
3891
|
"icon": "storefront-ui.svg",
|
|
3292
3892
|
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3293
3893
|
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
@@ -3309,7 +3909,7 @@
|
|
|
3309
3909
|
"name": "stories",
|
|
3310
3910
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
3311
3911
|
"repo": "richardeschloss/nuxt-stories",
|
|
3312
|
-
"npm": "",
|
|
3912
|
+
"npm": "nuxt-stories",
|
|
3313
3913
|
"icon": "",
|
|
3314
3914
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
3315
3915
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -3331,7 +3931,7 @@
|
|
|
3331
3931
|
"name": "storyblok",
|
|
3332
3932
|
"description": "Storyblok Nuxt.js module",
|
|
3333
3933
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3334
|
-
"npm": "",
|
|
3934
|
+
"npm": "@storyblok/nuxt",
|
|
3335
3935
|
"icon": "storyblok.png",
|
|
3336
3936
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3337
3937
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3353,7 +3953,7 @@
|
|
|
3353
3953
|
"name": "storybook",
|
|
3354
3954
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
3355
3955
|
"repo": "nuxt-community/storybook",
|
|
3356
|
-
"npm": "",
|
|
3956
|
+
"npm": "@nuxtjs/storybook",
|
|
3357
3957
|
"icon": "storybook.png",
|
|
3358
3958
|
"github": "https://github.com/nuxt-community/storybook",
|
|
3359
3959
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -3383,7 +3983,7 @@
|
|
|
3383
3983
|
"name": "strapi",
|
|
3384
3984
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
3385
3985
|
"repo": "nuxt-community/strapi-module",
|
|
3386
|
-
"npm": "",
|
|
3986
|
+
"npm": "@nuxtjs/strapi",
|
|
3387
3987
|
"icon": "strapi.png",
|
|
3388
3988
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
3389
3989
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -3403,15 +4003,17 @@
|
|
|
3403
4003
|
}
|
|
3404
4004
|
],
|
|
3405
4005
|
"compatibility": {
|
|
3406
|
-
"nuxt": "^2.0.0",
|
|
3407
|
-
"requires": {
|
|
4006
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4007
|
+
"requires": {
|
|
4008
|
+
"bridge": true
|
|
4009
|
+
}
|
|
3408
4010
|
}
|
|
3409
4011
|
},
|
|
3410
4012
|
{
|
|
3411
4013
|
"name": "stripe",
|
|
3412
4014
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
3413
4015
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
3414
|
-
"npm": "",
|
|
4016
|
+
"npm": "nuxt-stripe-module",
|
|
3415
4017
|
"icon": "stripe.png",
|
|
3416
4018
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
3417
4019
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -3433,7 +4035,7 @@
|
|
|
3433
4035
|
"name": "style-resources",
|
|
3434
4036
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
3435
4037
|
"repo": "nuxt-community/style-resources-module",
|
|
3436
|
-
"npm": "",
|
|
4038
|
+
"npm": "@nuxtjs/style-resources",
|
|
3437
4039
|
"icon": "",
|
|
3438
4040
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
3439
4041
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -3456,7 +4058,7 @@
|
|
|
3456
4058
|
"name": "stylelint",
|
|
3457
4059
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
3458
4060
|
"repo": "nuxt-community/stylelint-module",
|
|
3459
|
-
"npm": "",
|
|
4061
|
+
"npm": "@nuxtjs/stylelint-module",
|
|
3460
4062
|
"icon": "stylelint.png",
|
|
3461
4063
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
3462
4064
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -3474,18 +4076,51 @@
|
|
|
3474
4076
|
"requires": {}
|
|
3475
4077
|
}
|
|
3476
4078
|
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "stylify",
|
|
4081
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4082
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
4083
|
+
"npm": "@stylify/nuxt",
|
|
4084
|
+
"icon": "stylify.svg",
|
|
4085
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4086
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
4087
|
+
"learn_more": "https://stylifycss.com",
|
|
4088
|
+
"category": "UI",
|
|
4089
|
+
"type": "3rd-party",
|
|
4090
|
+
"maintainers": [
|
|
4091
|
+
{
|
|
4092
|
+
"name": "Vladimír Macháček",
|
|
4093
|
+
"github": "Machy8",
|
|
4094
|
+
"twitter": "8machy"
|
|
4095
|
+
}
|
|
4096
|
+
],
|
|
4097
|
+
"compatibility": {
|
|
4098
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4099
|
+
"requires": {}
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
3477
4102
|
{
|
|
3478
4103
|
"name": "supabase",
|
|
3479
|
-
"description": "
|
|
3480
|
-
"repo": "
|
|
3481
|
-
"npm": "",
|
|
4104
|
+
"description": "First class integration with Supabase",
|
|
4105
|
+
"repo": "nuxt-community/supabase-module",
|
|
4106
|
+
"npm": "@nuxtjs/supabase",
|
|
3482
4107
|
"icon": "supabase.png",
|
|
3483
|
-
"github": "https://github.com/
|
|
3484
|
-
"website": "https://
|
|
3485
|
-
"learn_more": "https://supabase.
|
|
4108
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
4109
|
+
"website": "https://supabase.nuxtjs.org",
|
|
4110
|
+
"learn_more": "https://supabase.com",
|
|
3486
4111
|
"category": "Database",
|
|
3487
|
-
"type": "
|
|
4112
|
+
"type": "community",
|
|
3488
4113
|
"maintainers": [
|
|
4114
|
+
{
|
|
4115
|
+
"name": "Baptiste Leproux",
|
|
4116
|
+
"github": "larbish",
|
|
4117
|
+
"twitter": "baptistelprx"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"name": "Sebastien Chopin",
|
|
4121
|
+
"github": "Atinux",
|
|
4122
|
+
"twitter": "Atinux"
|
|
4123
|
+
},
|
|
3489
4124
|
{
|
|
3490
4125
|
"name": "Scott Robertson",
|
|
3491
4126
|
"github": "scottrobertson",
|
|
@@ -3493,7 +4128,7 @@
|
|
|
3493
4128
|
}
|
|
3494
4129
|
],
|
|
3495
4130
|
"compatibility": {
|
|
3496
|
-
"nuxt": "^2.0.0",
|
|
4131
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3497
4132
|
"requires": {}
|
|
3498
4133
|
}
|
|
3499
4134
|
},
|
|
@@ -3501,7 +4136,7 @@
|
|
|
3501
4136
|
"name": "svg-loader",
|
|
3502
4137
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
3503
4138
|
"repo": "Developmint/nuxt-svg-loader",
|
|
3504
|
-
"npm": "",
|
|
4139
|
+
"npm": "nuxt-svg-loader",
|
|
3505
4140
|
"icon": "",
|
|
3506
4141
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
3507
4142
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -3523,7 +4158,7 @@
|
|
|
3523
4158
|
"name": "svg-sprite",
|
|
3524
4159
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
3525
4160
|
"repo": "nuxt-community/svg-sprite-module",
|
|
3526
|
-
"npm": "",
|
|
4161
|
+
"npm": "@nuxtjs/svg-sprite",
|
|
3527
4162
|
"icon": "",
|
|
3528
4163
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
3529
4164
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -3546,7 +4181,7 @@
|
|
|
3546
4181
|
"name": "svg",
|
|
3547
4182
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
3548
4183
|
"repo": "nuxt-community/svg-module",
|
|
3549
|
-
"npm": "",
|
|
4184
|
+
"npm": "@nuxtjs/svg",
|
|
3550
4185
|
"icon": "",
|
|
3551
4186
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
3552
4187
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -3568,7 +4203,7 @@
|
|
|
3568
4203
|
"name": "sweetalert2",
|
|
3569
4204
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
3570
4205
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
3571
|
-
"npm": "",
|
|
4206
|
+
"npm": "nuxt-sweetalert2",
|
|
3572
4207
|
"icon": "",
|
|
3573
4208
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
3574
4209
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -3590,7 +4225,7 @@
|
|
|
3590
4225
|
"name": "tailwindcss",
|
|
3591
4226
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
3592
4227
|
"repo": "nuxt-community/tailwindcss-module",
|
|
3593
|
-
"npm": "",
|
|
4228
|
+
"npm": "@nuxtjs/tailwindcss",
|
|
3594
4229
|
"icon": "tailwindcss.png",
|
|
3595
4230
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
3596
4231
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -3605,7 +4240,7 @@
|
|
|
3605
4240
|
}
|
|
3606
4241
|
],
|
|
3607
4242
|
"compatibility": {
|
|
3608
|
-
"nuxt": "^2.0.0",
|
|
4243
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3609
4244
|
"requires": {}
|
|
3610
4245
|
}
|
|
3611
4246
|
},
|
|
@@ -3613,7 +4248,7 @@
|
|
|
3613
4248
|
"name": "tiktok-analytics",
|
|
3614
4249
|
"description": "",
|
|
3615
4250
|
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3616
|
-
"npm": "",
|
|
4251
|
+
"npm": "tiktok-analytics",
|
|
3617
4252
|
"icon": "",
|
|
3618
4253
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3619
4254
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
@@ -3636,7 +4271,7 @@
|
|
|
3636
4271
|
"name": "toast",
|
|
3637
4272
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
3638
4273
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
3639
|
-
"npm": "",
|
|
4274
|
+
"npm": "@nuxtjs/toast",
|
|
3640
4275
|
"icon": "",
|
|
3641
4276
|
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3642
4277
|
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
@@ -3655,11 +4290,36 @@
|
|
|
3655
4290
|
"requires": {}
|
|
3656
4291
|
}
|
|
3657
4292
|
},
|
|
4293
|
+
{
|
|
4294
|
+
"name": "turnstile",
|
|
4295
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4296
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4297
|
+
"npm": "nuxt-turnstile",
|
|
4298
|
+
"icon": "cloudflare.svg",
|
|
4299
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4300
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4301
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4302
|
+
"category": "Security",
|
|
4303
|
+
"type": "3rd-party",
|
|
4304
|
+
"maintainers": [
|
|
4305
|
+
{
|
|
4306
|
+
"name": "Daniel Roe",
|
|
4307
|
+
"github": "danielroe",
|
|
4308
|
+
"twitter": "danielcroe"
|
|
4309
|
+
}
|
|
4310
|
+
],
|
|
4311
|
+
"compatibility": {
|
|
4312
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4313
|
+
"requires": {
|
|
4314
|
+
"bridge": true
|
|
4315
|
+
}
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
3658
4318
|
{
|
|
3659
4319
|
"name": "twa",
|
|
3660
4320
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3661
4321
|
"repo": "tuarrep/nuxt-twa",
|
|
3662
|
-
"npm": "",
|
|
4322
|
+
"npm": "nuxt-twa",
|
|
3663
4323
|
"icon": "",
|
|
3664
4324
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3665
4325
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
@@ -3679,11 +4339,44 @@
|
|
|
3679
4339
|
}
|
|
3680
4340
|
}
|
|
3681
4341
|
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "twicpics",
|
|
4344
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4345
|
+
"repo": "TwicPics/components",
|
|
4346
|
+
"npm": "@twicpics/components",
|
|
4347
|
+
"icon": "twicpics.svg",
|
|
4348
|
+
"github": "https://github.com/TwicPics/components",
|
|
4349
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4350
|
+
"learn_more": "https://www.twicpics.com",
|
|
4351
|
+
"category": "Images",
|
|
4352
|
+
"type": "3rd-party",
|
|
4353
|
+
"maintainers": [
|
|
4354
|
+
{
|
|
4355
|
+
"name": "Florent Bourgeois",
|
|
4356
|
+
"github": "florentb",
|
|
4357
|
+
"twitter": "florent_b"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"name": "Julian Aubourg",
|
|
4361
|
+
"github": "jaubourg",
|
|
4362
|
+
"twitter": "jaubourg"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "Miguel Beignon",
|
|
4366
|
+
"github": "mbgspcii",
|
|
4367
|
+
"twitter": "m_beignon"
|
|
4368
|
+
}
|
|
4369
|
+
],
|
|
4370
|
+
"compatibility": {
|
|
4371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4372
|
+
"requires": {}
|
|
4373
|
+
}
|
|
4374
|
+
},
|
|
3682
4375
|
{
|
|
3683
4376
|
"name": "typed-router",
|
|
3684
4377
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
3685
4378
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
3686
|
-
"npm": "",
|
|
4379
|
+
"npm": "nuxt-typed-router",
|
|
3687
4380
|
"icon": "vue.png",
|
|
3688
4381
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3689
4382
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
@@ -3697,15 +4390,40 @@
|
|
|
3697
4390
|
}
|
|
3698
4391
|
],
|
|
3699
4392
|
"compatibility": {
|
|
3700
|
-
"nuxt": "^2.0.0",
|
|
4393
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3701
4394
|
"requires": {}
|
|
3702
4395
|
}
|
|
3703
4396
|
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "typed-vuex",
|
|
4399
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4400
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4401
|
+
"npm": "nuxt-typed-vuex",
|
|
4402
|
+
"icon": "vue.png",
|
|
4403
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4404
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4405
|
+
"learn_more": "",
|
|
4406
|
+
"category": "Libraries",
|
|
4407
|
+
"type": "3rd-party",
|
|
4408
|
+
"maintainers": [
|
|
4409
|
+
{
|
|
4410
|
+
"name": "Daniel Roe",
|
|
4411
|
+
"github": "danielroe",
|
|
4412
|
+
"twitter": "danielcroe"
|
|
4413
|
+
}
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^2.0.0",
|
|
4417
|
+
"requires": {
|
|
4418
|
+
"bridge": "optional"
|
|
4419
|
+
}
|
|
4420
|
+
}
|
|
4421
|
+
},
|
|
3704
4422
|
{
|
|
3705
4423
|
"name": "typescript-runtime",
|
|
3706
4424
|
"description": "TypeScript Runtime support for Nuxt",
|
|
3707
4425
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
3708
|
-
"npm": "",
|
|
4426
|
+
"npm": "@nuxt/typescript-runtime",
|
|
3709
4427
|
"icon": "typescript.svg",
|
|
3710
4428
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
3711
4429
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -3737,7 +4455,7 @@
|
|
|
3737
4455
|
"name": "typescript",
|
|
3738
4456
|
"description": "TypeScript Support for Nuxt",
|
|
3739
4457
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
3740
|
-
"npm": "",
|
|
4458
|
+
"npm": "@nuxt/typescript-build",
|
|
3741
4459
|
"icon": "typescript.svg",
|
|
3742
4460
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
3743
4461
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -3765,11 +4483,35 @@
|
|
|
3765
4483
|
"requires": {}
|
|
3766
4484
|
}
|
|
3767
4485
|
},
|
|
4486
|
+
{
|
|
4487
|
+
"name": "umami",
|
|
4488
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4489
|
+
"repo": "ijkml/nuxt-umami",
|
|
4490
|
+
"npm": "nuxt-umami",
|
|
4491
|
+
"icon": "umami.svg",
|
|
4492
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4493
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4494
|
+
"learn_more": "https://umami.is/docs/",
|
|
4495
|
+
"category": "Analytics",
|
|
4496
|
+
"type": "3rd-party",
|
|
4497
|
+
"maintainers": [
|
|
4498
|
+
{
|
|
4499
|
+
"name": "ML",
|
|
4500
|
+
"github": "ijkml"
|
|
4501
|
+
}
|
|
4502
|
+
],
|
|
4503
|
+
"compatibility": {
|
|
4504
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4505
|
+
"requires": {
|
|
4506
|
+
"bridge": "optional"
|
|
4507
|
+
}
|
|
4508
|
+
}
|
|
4509
|
+
},
|
|
3768
4510
|
{
|
|
3769
4511
|
"name": "universal-storage",
|
|
3770
4512
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
3771
4513
|
"repo": "nuxt-community/universal-storage-module",
|
|
3772
|
-
"npm": "",
|
|
4514
|
+
"npm": "@nuxtjs/universal-storage",
|
|
3773
4515
|
"icon": "",
|
|
3774
4516
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
3775
4517
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -3793,11 +4535,37 @@
|
|
|
3793
4535
|
"requires": {}
|
|
3794
4536
|
}
|
|
3795
4537
|
},
|
|
4538
|
+
{
|
|
4539
|
+
"name": "unlighthouse",
|
|
4540
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4541
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4542
|
+
"npm": "@unlighthouse/nuxt",
|
|
4543
|
+
"icon": "unlighthouse.svg",
|
|
4544
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4545
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4546
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4547
|
+
"category": "Devtools",
|
|
4548
|
+
"type": "3rd-party",
|
|
4549
|
+
"maintainers": [
|
|
4550
|
+
{
|
|
4551
|
+
"name": "Harlan Wilton",
|
|
4552
|
+
"github": "harlan-zw",
|
|
4553
|
+
"twitter": "harlan_zw",
|
|
4554
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4555
|
+
}
|
|
4556
|
+
],
|
|
4557
|
+
"compatibility": {
|
|
4558
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4559
|
+
"requires": {
|
|
4560
|
+
"bridge": "optional"
|
|
4561
|
+
}
|
|
4562
|
+
}
|
|
4563
|
+
},
|
|
3796
4564
|
{
|
|
3797
4565
|
"name": "unocss",
|
|
3798
4566
|
"description": "The instant on-demand atomic CSS engine.",
|
|
3799
4567
|
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3800
|
-
"npm": "",
|
|
4568
|
+
"npm": "@unocss/nuxt",
|
|
3801
4569
|
"icon": "unocss.svg",
|
|
3802
4570
|
"github": "https://github.com/antfu/unocss",
|
|
3803
4571
|
"website": "https://github.com/antfu/unocss",
|
|
@@ -3823,7 +4591,7 @@
|
|
|
3823
4591
|
"name": "user-agent",
|
|
3824
4592
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
3825
4593
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
3826
|
-
"npm": "",
|
|
4594
|
+
"npm": "nuxt-user-agent",
|
|
3827
4595
|
"icon": "",
|
|
3828
4596
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
3829
4597
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -3845,7 +4613,7 @@
|
|
|
3845
4613
|
"name": "validate",
|
|
3846
4614
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
3847
4615
|
"repo": "lewyuburi/nuxt-validate",
|
|
3848
|
-
"npm": "",
|
|
4616
|
+
"npm": "nuxt-validate",
|
|
3849
4617
|
"icon": "vee-validate.png",
|
|
3850
4618
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
3851
4619
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -3867,7 +4635,7 @@
|
|
|
3867
4635
|
"name": "vendor",
|
|
3868
4636
|
"description": "directly serve node_modules",
|
|
3869
4637
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
3870
|
-
"npm": "",
|
|
4638
|
+
"npm": "@nuxtjs/vendor",
|
|
3871
4639
|
"icon": "",
|
|
3872
4640
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
3873
4641
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -3890,7 +4658,7 @@
|
|
|
3890
4658
|
"name": "vue-material",
|
|
3891
4659
|
"description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
|
|
3892
4660
|
"repo": "vaso2/nuxt-vue-material",
|
|
3893
|
-
"npm": "",
|
|
4661
|
+
"npm": "nuxt-vue-material",
|
|
3894
4662
|
"icon": "vue-material.png",
|
|
3895
4663
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
3896
4664
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -3912,7 +4680,7 @@
|
|
|
3912
4680
|
"name": "vue-multiselect",
|
|
3913
4681
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
3914
4682
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
3915
|
-
"npm": "",
|
|
4683
|
+
"npm": "nuxt-vue-multiselect",
|
|
3916
4684
|
"icon": "",
|
|
3917
4685
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
3918
4686
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -3934,7 +4702,7 @@
|
|
|
3934
4702
|
"name": "vue-select",
|
|
3935
4703
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
3936
4704
|
"repo": "madmod/nuxt-vue-select",
|
|
3937
|
-
"npm": "",
|
|
4705
|
+
"npm": "nuxt-vue-select",
|
|
3938
4706
|
"icon": "",
|
|
3939
4707
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
3940
4708
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -3956,7 +4724,7 @@
|
|
|
3956
4724
|
"name": "vue-warehouse",
|
|
3957
4725
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
3958
4726
|
"repo": "juliomrqz/vue-warehouse",
|
|
3959
|
-
"npm": "",
|
|
4727
|
+
"npm": "vue-warehouse",
|
|
3960
4728
|
"icon": "",
|
|
3961
4729
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
3962
4730
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -3975,11 +4743,33 @@
|
|
|
3975
4743
|
"requires": {}
|
|
3976
4744
|
}
|
|
3977
4745
|
},
|
|
4746
|
+
{
|
|
4747
|
+
"name": "vuestic",
|
|
4748
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4749
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4750
|
+
"npm": "@vuestic/nuxt",
|
|
4751
|
+
"icon": "vuestic.png",
|
|
4752
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4753
|
+
"website": "https://vuestic.dev",
|
|
4754
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4755
|
+
"category": "UI",
|
|
4756
|
+
"type": "3rd-party",
|
|
4757
|
+
"maintainers": [
|
|
4758
|
+
{
|
|
4759
|
+
"name": "epicmaxco",
|
|
4760
|
+
"github": "epicmaxco"
|
|
4761
|
+
}
|
|
4762
|
+
],
|
|
4763
|
+
"compatibility": {
|
|
4764
|
+
"nuxt": "^3.0.0",
|
|
4765
|
+
"requires": {}
|
|
4766
|
+
}
|
|
4767
|
+
},
|
|
3978
4768
|
{
|
|
3979
4769
|
"name": "vuetify",
|
|
3980
4770
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
3981
4771
|
"repo": "nuxt-community/vuetify-module",
|
|
3982
|
-
"npm": "",
|
|
4772
|
+
"npm": "@nuxtjs/vuetify",
|
|
3983
4773
|
"icon": "vuetify.png",
|
|
3984
4774
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
3985
4775
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -4005,8 +4795,8 @@
|
|
|
4005
4795
|
{
|
|
4006
4796
|
"name": "vueuse",
|
|
4007
4797
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4008
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4009
|
-
"npm": "",
|
|
4798
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4799
|
+
"npm": "@vueuse/nuxt",
|
|
4010
4800
|
"icon": "vueuse.svg",
|
|
4011
4801
|
"github": "https://github.com/vueuse/vueuse",
|
|
4012
4802
|
"website": "https://vueuse.org",
|
|
@@ -4031,7 +4821,7 @@
|
|
|
4031
4821
|
"name": "vuex-router-sync",
|
|
4032
4822
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
4033
4823
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
4034
|
-
"npm": "",
|
|
4824
|
+
"npm": "nuxt-vuex-router-sync",
|
|
4035
4825
|
"icon": "",
|
|
4036
4826
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
4037
4827
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -4053,8 +4843,8 @@
|
|
|
4053
4843
|
"name": "web-vitals",
|
|
4054
4844
|
"description": "Web Vitals for Nuxt",
|
|
4055
4845
|
"repo": "nuxt-community/web-vitals-module",
|
|
4056
|
-
"npm": "",
|
|
4057
|
-
"icon": "",
|
|
4846
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4847
|
+
"icon": "web-vitals.png",
|
|
4058
4848
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4059
4849
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4060
4850
|
"learn_more": "",
|
|
@@ -4077,26 +4867,28 @@
|
|
|
4077
4867
|
}
|
|
4078
4868
|
],
|
|
4079
4869
|
"compatibility": {
|
|
4080
|
-
"nuxt": "^2.0.0",
|
|
4081
|
-
"requires": {
|
|
4870
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4871
|
+
"requires": {
|
|
4872
|
+
"bridge": "optional"
|
|
4873
|
+
}
|
|
4082
4874
|
}
|
|
4083
4875
|
},
|
|
4084
4876
|
{
|
|
4085
4877
|
"name": "web3js",
|
|
4086
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4087
|
-
"repo": "
|
|
4088
|
-
"npm": "",
|
|
4878
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4879
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4880
|
+
"npm": "nuxt-web3",
|
|
4089
4881
|
"icon": "web3js.svg",
|
|
4090
|
-
"github": "https://github.com/
|
|
4091
|
-
"website": "https://github.com/
|
|
4882
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4883
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4092
4884
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4093
4885
|
"category": "Libraries",
|
|
4094
4886
|
"type": "3rd-party",
|
|
4095
4887
|
"maintainers": [
|
|
4096
4888
|
{
|
|
4097
4889
|
"name": "Muhammad Fauzan",
|
|
4098
|
-
"github": "
|
|
4099
|
-
"twitter": "
|
|
4890
|
+
"github": "bl0cknumber",
|
|
4891
|
+
"twitter": "fncolon"
|
|
4100
4892
|
}
|
|
4101
4893
|
],
|
|
4102
4894
|
"compatibility": {
|
|
@@ -4108,7 +4900,7 @@
|
|
|
4108
4900
|
"name": "webfontloader",
|
|
4109
4901
|
"description": "Efficient web font loading has never been easier!",
|
|
4110
4902
|
"repo": "Developmint/nuxt-webfontloader",
|
|
4111
|
-
"npm": "",
|
|
4903
|
+
"npm": "nuxt-webfontloader",
|
|
4112
4904
|
"icon": "",
|
|
4113
4905
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
4114
4906
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -4130,7 +4922,7 @@
|
|
|
4130
4922
|
"name": "webpack-optimisations",
|
|
4131
4923
|
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4132
4924
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4133
|
-
"npm": "",
|
|
4925
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4134
4926
|
"icon": "build-optimisations.svg",
|
|
4135
4927
|
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4136
4928
|
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
@@ -4154,7 +4946,7 @@
|
|
|
4154
4946
|
"name": "webpack-profile",
|
|
4155
4947
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
4156
4948
|
"repo": "nuxt-community/webpack-profile-module",
|
|
4157
|
-
"npm": "",
|
|
4949
|
+
"npm": "@nuxtjs/webpack-profile",
|
|
4158
4950
|
"icon": "webpack.png",
|
|
4159
4951
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
4160
4952
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -4177,7 +4969,7 @@
|
|
|
4177
4969
|
"name": "webpackdashboard",
|
|
4178
4970
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
4179
4971
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
4180
|
-
"npm": "",
|
|
4972
|
+
"npm": "nuxt-webpackdashboard",
|
|
4181
4973
|
"icon": "webpack.png",
|
|
4182
4974
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
4183
4975
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -4199,7 +4991,7 @@
|
|
|
4199
4991
|
"name": "webpackmonitor",
|
|
4200
4992
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
4201
4993
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
4202
|
-
"npm": "",
|
|
4994
|
+
"npm": "@nuxtjs/webpackmonitor",
|
|
4203
4995
|
"icon": "webpack.png",
|
|
4204
4996
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
4205
4997
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -4222,7 +5014,7 @@
|
|
|
4222
5014
|
"name": "windicss",
|
|
4223
5015
|
"description": "Next generation utility-first CSS framework.",
|
|
4224
5016
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4225
|
-
"npm": "",
|
|
5017
|
+
"npm": "nuxt-windicss",
|
|
4226
5018
|
"icon": "windicss.svg",
|
|
4227
5019
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4228
5020
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -4252,7 +5044,7 @@
|
|
|
4252
5044
|
"name": "winston-log",
|
|
4253
5045
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
4254
5046
|
"repo": "aaronransley/nuxt-winston-log",
|
|
4255
|
-
"npm": "",
|
|
5047
|
+
"npm": "nuxt-winston-log",
|
|
4256
5048
|
"icon": "winston.png",
|
|
4257
5049
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
4258
5050
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -4274,7 +5066,7 @@
|
|
|
4274
5066
|
"name": "wp-nuxt",
|
|
4275
5067
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
4276
5068
|
"repo": "yashha/wp-nuxt",
|
|
4277
|
-
"npm": "",
|
|
5069
|
+
"npm": "wp-nuxt",
|
|
4278
5070
|
"icon": "wordpress.png",
|
|
4279
5071
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
4280
5072
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -4296,7 +5088,7 @@
|
|
|
4296
5088
|
"name": "xhr-cache",
|
|
4297
5089
|
"description": "Cache api resources and serve it as static resource",
|
|
4298
5090
|
"repo": "gaetansenn/xhr-cache",
|
|
4299
|
-
"npm": "",
|
|
5091
|
+
"npm": "@dewib/xhr-cache",
|
|
4300
5092
|
"icon": "",
|
|
4301
5093
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
4302
5094
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -4314,11 +5106,36 @@
|
|
|
4314
5106
|
"requires": {}
|
|
4315
5107
|
}
|
|
4316
5108
|
},
|
|
5109
|
+
{
|
|
5110
|
+
"name": "xstate",
|
|
5111
|
+
"description": "XState integration for Nuxt",
|
|
5112
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5113
|
+
"npm": "nuxt-xstate",
|
|
5114
|
+
"icon": "xstate.svg",
|
|
5115
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5116
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5117
|
+
"learn_more": "https://xstate.js.org/",
|
|
5118
|
+
"category": "Extensions",
|
|
5119
|
+
"type": "3rd-party",
|
|
5120
|
+
"maintainers": [
|
|
5121
|
+
{
|
|
5122
|
+
"name": "Lexpeartha",
|
|
5123
|
+
"github": "Lexpeartha",
|
|
5124
|
+
"twitter": "lexpeartha"
|
|
5125
|
+
}
|
|
5126
|
+
],
|
|
5127
|
+
"compatibility": {
|
|
5128
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5129
|
+
"requires": {
|
|
5130
|
+
"bridge": true
|
|
5131
|
+
}
|
|
5132
|
+
}
|
|
5133
|
+
},
|
|
4317
5134
|
{
|
|
4318
5135
|
"name": "xui",
|
|
4319
5136
|
"description": "Light module to help design websites with Nuxt.",
|
|
4320
5137
|
"repo": "MetaCorp/xui-module",
|
|
4321
|
-
"npm": "",
|
|
5138
|
+
"npm": "xui-module",
|
|
4322
5139
|
"icon": "",
|
|
4323
5140
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
4324
5141
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -4340,7 +5157,7 @@
|
|
|
4340
5157
|
"name": "yandex-metrika",
|
|
4341
5158
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
4342
5159
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
4343
|
-
"npm": "",
|
|
5160
|
+
"npm": "@nuxtjs/yandex-metrika",
|
|
4344
5161
|
"icon": "",
|
|
4345
5162
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4346
5163
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -4363,7 +5180,7 @@
|
|
|
4363
5180
|
"name": "zendesk",
|
|
4364
5181
|
"description": "Nuxt.js module for Zendesk",
|
|
4365
5182
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
4366
|
-
"npm": "",
|
|
5183
|
+
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
4367
5184
|
"icon": "zendesk.png",
|
|
4368
5185
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
4369
5186
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|