@nuxt/modules 0.5.0-9eb8bf → 0.5.0-a78fb4
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 +728 -451
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "ackee",
|
|
4
4
|
"description": "Nuxt.js module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
|
-
"npm": "",
|
|
6
|
+
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
8
8
|
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
9
|
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"twitter": "Atinux"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"contributors": [],
|
|
25
24
|
"compatibility": {
|
|
26
25
|
"nuxt": "^2.0.0",
|
|
27
26
|
"requires": {}
|
|
@@ -31,7 +30,7 @@
|
|
|
31
30
|
"name": "agility-cms",
|
|
32
31
|
"description": "Agility CMS Integration for Nuxt.js",
|
|
33
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
34
|
-
"npm": "",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
35
34
|
"icon": "agility.png",
|
|
36
35
|
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
36
|
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
@@ -45,7 +44,6 @@
|
|
|
45
44
|
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
46
45
|
}
|
|
47
46
|
],
|
|
48
|
-
"contributors": [],
|
|
49
47
|
"compatibility": {
|
|
50
48
|
"nuxt": "^2.0.0",
|
|
51
49
|
"requires": {}
|
|
@@ -55,7 +53,7 @@
|
|
|
55
53
|
"name": "algolia",
|
|
56
54
|
"description": "Algolia Search Module for Nuxt 3",
|
|
57
55
|
"repo": "nuxt-community/algolia-module",
|
|
58
|
-
"npm": "",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
59
57
|
"icon": "algolia.svg",
|
|
60
58
|
"github": "https://github.com/nuxt-community/algolia-module",
|
|
61
59
|
"website": "https://algolia.nuxtjs.org/",
|
|
@@ -74,20 +72,18 @@
|
|
|
74
72
|
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
75
73
|
}
|
|
76
74
|
],
|
|
77
|
-
"contributors": [],
|
|
78
75
|
"compatibility": {
|
|
79
|
-
"nuxt": "^2.0.0",
|
|
80
|
-
"requires": {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"3.x": "working"
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
84
80
|
}
|
|
85
81
|
},
|
|
86
82
|
{
|
|
87
83
|
"name": "alias",
|
|
88
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
89
85
|
"repo": "kdydesign/nuxt-alias-module",
|
|
90
|
-
"npm": "",
|
|
86
|
+
"npm": "nuxt-alias",
|
|
91
87
|
"icon": "",
|
|
92
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
93
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -100,7 +96,6 @@
|
|
|
100
96
|
"github": "kdydesign"
|
|
101
97
|
}
|
|
102
98
|
],
|
|
103
|
-
"contributors": [],
|
|
104
99
|
"compatibility": {
|
|
105
100
|
"nuxt": "^2.0.0",
|
|
106
101
|
"requires": {}
|
|
@@ -110,7 +105,7 @@
|
|
|
110
105
|
"name": "amp",
|
|
111
106
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
112
107
|
"repo": "nuxt-community/amp-module",
|
|
113
|
-
"npm": "",
|
|
108
|
+
"npm": "@nuxtjs/amp",
|
|
114
109
|
"icon": "amp.png",
|
|
115
110
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
116
111
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -124,7 +119,6 @@
|
|
|
124
119
|
"twitter": "a_birang"
|
|
125
120
|
}
|
|
126
121
|
],
|
|
127
|
-
"contributors": [],
|
|
128
122
|
"compatibility": {
|
|
129
123
|
"nuxt": "^2.0.0",
|
|
130
124
|
"requires": {}
|
|
@@ -134,7 +128,7 @@
|
|
|
134
128
|
"name": "animejs",
|
|
135
129
|
"description": "Anime.js module for Nuxt.js",
|
|
136
130
|
"repo": "ivodolenc/nuxt-animejs",
|
|
137
|
-
"npm": "",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
138
132
|
"icon": "",
|
|
139
133
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
140
134
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -147,7 +141,6 @@
|
|
|
147
141
|
"github": "ivodolenc"
|
|
148
142
|
}
|
|
149
143
|
],
|
|
150
|
-
"contributors": [],
|
|
151
144
|
"compatibility": {
|
|
152
145
|
"nuxt": "^2.0.0",
|
|
153
146
|
"requires": {}
|
|
@@ -157,7 +150,7 @@
|
|
|
157
150
|
"name": "apis-to-file",
|
|
158
151
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
159
152
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
160
|
-
"npm": "",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
161
154
|
"icon": "",
|
|
162
155
|
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
163
156
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
@@ -172,7 +165,6 @@
|
|
|
172
165
|
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
173
166
|
}
|
|
174
167
|
],
|
|
175
|
-
"contributors": [],
|
|
176
168
|
"compatibility": {
|
|
177
169
|
"nuxt": "^2.0.0",
|
|
178
170
|
"requires": {}
|
|
@@ -182,7 +174,7 @@
|
|
|
182
174
|
"name": "apollo",
|
|
183
175
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
184
176
|
"repo": "nuxt-community/apollo-module",
|
|
185
|
-
"npm": "",
|
|
177
|
+
"npm": "@nuxtjs/apollo",
|
|
186
178
|
"icon": "apollo.png",
|
|
187
179
|
"github": "https://github.com/nuxt-community/apollo-module",
|
|
188
180
|
"website": "https://github.com/nuxt-community/apollo-module",
|
|
@@ -199,7 +191,6 @@
|
|
|
199
191
|
"github": "dohomi"
|
|
200
192
|
}
|
|
201
193
|
],
|
|
202
|
-
"contributors": [],
|
|
203
194
|
"compatibility": {
|
|
204
195
|
"nuxt": "^2.0.0",
|
|
205
196
|
"requires": {}
|
|
@@ -209,7 +200,7 @@
|
|
|
209
200
|
"name": "applicationinsights",
|
|
210
201
|
"description": "AppInsights module for Nuxt.js",
|
|
211
202
|
"repo": "nuxt-community/applicationinsights-module",
|
|
212
|
-
"npm": "",
|
|
203
|
+
"npm": "@nuxtjs/applicationinsights",
|
|
213
204
|
"icon": "application-insights.png",
|
|
214
205
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
215
206
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -222,7 +213,6 @@
|
|
|
222
213
|
"github": "aldarund"
|
|
223
214
|
}
|
|
224
215
|
],
|
|
225
|
-
"contributors": [],
|
|
226
216
|
"compatibility": {
|
|
227
217
|
"nuxt": "^2.0.0",
|
|
228
218
|
"requires": {}
|
|
@@ -232,7 +222,7 @@
|
|
|
232
222
|
"name": "appwrite",
|
|
233
223
|
"description": "Appwrite module for Nuxt",
|
|
234
224
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
235
|
-
"npm": "",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
236
226
|
"icon": "appwrite.png",
|
|
237
227
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
238
228
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -245,7 +235,6 @@
|
|
|
245
235
|
"github": "Hrdtr"
|
|
246
236
|
}
|
|
247
237
|
],
|
|
248
|
-
"contributors": [],
|
|
249
238
|
"compatibility": {
|
|
250
239
|
"nuxt": "^2.0.0",
|
|
251
240
|
"requires": {}
|
|
@@ -255,7 +244,7 @@
|
|
|
255
244
|
"name": "auth",
|
|
256
245
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
257
246
|
"repo": "nuxt-community/auth-module",
|
|
258
|
-
"npm": "",
|
|
247
|
+
"npm": "@nuxtjs/auth",
|
|
259
248
|
"icon": "auth.png",
|
|
260
249
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
261
250
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -273,7 +262,6 @@
|
|
|
273
262
|
"github": "JoaoPedroAS51"
|
|
274
263
|
}
|
|
275
264
|
],
|
|
276
|
-
"contributors": [],
|
|
277
265
|
"compatibility": {
|
|
278
266
|
"nuxt": "^2.0.0",
|
|
279
267
|
"requires": {}
|
|
@@ -283,7 +271,7 @@
|
|
|
283
271
|
"name": "axios",
|
|
284
272
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
285
273
|
"repo": "nuxt-community/axios-module",
|
|
286
|
-
"npm": "",
|
|
274
|
+
"npm": "@nuxtjs/axios",
|
|
287
275
|
"icon": "axios.svg",
|
|
288
276
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
289
277
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -297,7 +285,6 @@
|
|
|
297
285
|
"twitter": "_pi0_"
|
|
298
286
|
}
|
|
299
287
|
],
|
|
300
|
-
"contributors": [],
|
|
301
288
|
"compatibility": {
|
|
302
289
|
"nuxt": "^2.0.0",
|
|
303
290
|
"requires": {}
|
|
@@ -307,7 +294,7 @@
|
|
|
307
294
|
"name": "basic-auth",
|
|
308
295
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
309
296
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
310
|
-
"npm": "",
|
|
297
|
+
"npm": "nuxt-basic-auth-module",
|
|
311
298
|
"icon": "",
|
|
312
299
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
313
300
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -320,7 +307,6 @@
|
|
|
320
307
|
"github": "potato4d"
|
|
321
308
|
}
|
|
322
309
|
],
|
|
323
|
-
"contributors": [],
|
|
324
310
|
"compatibility": {
|
|
325
311
|
"nuxt": "^2.0.0",
|
|
326
312
|
"requires": {}
|
|
@@ -330,7 +316,7 @@
|
|
|
330
316
|
"name": "bootstrap",
|
|
331
317
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
332
318
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
333
|
-
"npm": "",
|
|
319
|
+
"npm": "bootstrap-vue",
|
|
334
320
|
"icon": "bootstrap.png",
|
|
335
321
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
336
322
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -353,7 +339,6 @@
|
|
|
353
339
|
"twitter": "jackmu95"
|
|
354
340
|
}
|
|
355
341
|
],
|
|
356
|
-
"contributors": [],
|
|
357
342
|
"compatibility": {
|
|
358
343
|
"nuxt": "^2.0.0",
|
|
359
344
|
"requires": {}
|
|
@@ -363,7 +348,7 @@
|
|
|
363
348
|
"name": "browserconfig",
|
|
364
349
|
"description": "Adds XML browser configuration support",
|
|
365
350
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
366
|
-
"npm": "",
|
|
351
|
+
"npm": "@nuxtjs/browserconfig",
|
|
367
352
|
"icon": "",
|
|
368
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
369
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -377,7 +362,6 @@
|
|
|
377
362
|
"twitter": "_pi0_"
|
|
378
363
|
}
|
|
379
364
|
],
|
|
380
|
-
"contributors": [],
|
|
381
365
|
"compatibility": {
|
|
382
366
|
"nuxt": "^2.0.0",
|
|
383
367
|
"requires": {}
|
|
@@ -387,7 +371,7 @@
|
|
|
387
371
|
"name": "buefy",
|
|
388
372
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
389
373
|
"repo": "buefy/nuxt-buefy",
|
|
390
|
-
"npm": "",
|
|
374
|
+
"npm": "nuxt-buefy",
|
|
391
375
|
"icon": "buefy.png",
|
|
392
376
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
393
377
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -400,7 +384,6 @@
|
|
|
400
384
|
"github": "jtommy"
|
|
401
385
|
}
|
|
402
386
|
],
|
|
403
|
-
"contributors": [],
|
|
404
387
|
"compatibility": {
|
|
405
388
|
"nuxt": "^2.0.0",
|
|
406
389
|
"requires": {}
|
|
@@ -408,9 +391,9 @@
|
|
|
408
391
|
},
|
|
409
392
|
{
|
|
410
393
|
"name": "bugsnag",
|
|
411
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
412
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
413
|
-
"npm": "",
|
|
396
|
+
"npm": "nuxt-bugsnag",
|
|
414
397
|
"icon": "bugsnag.png",
|
|
415
398
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
416
399
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -420,20 +403,22 @@
|
|
|
420
403
|
"maintainers": [
|
|
421
404
|
{
|
|
422
405
|
"name": "JulianMar",
|
|
423
|
-
"github": "JulianMar"
|
|
406
|
+
"github": "JulianMar",
|
|
407
|
+
"twitter": "julian_martin96"
|
|
424
408
|
}
|
|
425
409
|
],
|
|
426
|
-
"contributors": [],
|
|
427
410
|
"compatibility": {
|
|
428
|
-
"nuxt": "^2.0.0",
|
|
429
|
-
"requires": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
430
415
|
}
|
|
431
416
|
},
|
|
432
417
|
{
|
|
433
418
|
"name": "bulma-slim",
|
|
434
419
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
435
420
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
436
|
-
"npm": "",
|
|
421
|
+
"npm": "nuxt-bulma-slim",
|
|
437
422
|
"icon": "bulma.png",
|
|
438
423
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
439
424
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -446,7 +431,6 @@
|
|
|
446
431
|
"github": "mustardamus"
|
|
447
432
|
}
|
|
448
433
|
],
|
|
449
|
-
"contributors": [],
|
|
450
434
|
"compatibility": {
|
|
451
435
|
"nuxt": "^2.0.0",
|
|
452
436
|
"requires": {}
|
|
@@ -456,7 +440,7 @@
|
|
|
456
440
|
"name": "bundle-buddy",
|
|
457
441
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
458
442
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
459
|
-
"npm": "",
|
|
443
|
+
"npm": "nuxt-bundle-buddy",
|
|
460
444
|
"icon": "",
|
|
461
445
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
462
446
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -469,7 +453,6 @@
|
|
|
469
453
|
"github": "Developmint"
|
|
470
454
|
}
|
|
471
455
|
],
|
|
472
|
-
"contributors": [],
|
|
473
456
|
"compatibility": {
|
|
474
457
|
"nuxt": "^2.0.0",
|
|
475
458
|
"requires": {}
|
|
@@ -477,9 +460,9 @@
|
|
|
477
460
|
},
|
|
478
461
|
{
|
|
479
462
|
"name": "canvas-sketch",
|
|
480
|
-
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
481
464
|
"repo": "LuXDAmore/generative-art",
|
|
482
|
-
"npm": "",
|
|
465
|
+
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
483
466
|
"icon": "",
|
|
484
467
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
485
468
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -493,7 +476,6 @@
|
|
|
493
476
|
"twitter": "luxdamore"
|
|
494
477
|
}
|
|
495
478
|
],
|
|
496
|
-
"contributors": [],
|
|
497
479
|
"compatibility": {
|
|
498
480
|
"nuxt": "^2.0.0",
|
|
499
481
|
"requires": {}
|
|
@@ -503,7 +485,7 @@
|
|
|
503
485
|
"name": "chakra-ui",
|
|
504
486
|
"description": "Chakra UI Module for Nuxt.js",
|
|
505
487
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
506
|
-
"npm": "",
|
|
488
|
+
"npm": "@chakra-ui/nuxt",
|
|
507
489
|
"icon": "chakra-ui.png",
|
|
508
490
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
509
491
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -516,7 +498,6 @@
|
|
|
516
498
|
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
517
499
|
}
|
|
518
500
|
],
|
|
519
|
-
"contributors": [],
|
|
520
501
|
"compatibility": {
|
|
521
502
|
"nuxt": "^2.0.0",
|
|
522
503
|
"requires": {}
|
|
@@ -526,7 +507,7 @@
|
|
|
526
507
|
"name": "chiffre",
|
|
527
508
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
528
509
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
529
|
-
"npm": "",
|
|
510
|
+
"npm": "nuxt-chiffre",
|
|
530
511
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
531
512
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
532
513
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -539,7 +520,6 @@
|
|
|
539
520
|
"github": "rclement"
|
|
540
521
|
}
|
|
541
522
|
],
|
|
542
|
-
"contributors": [],
|
|
543
523
|
"compatibility": {
|
|
544
524
|
"nuxt": "^2.0.0",
|
|
545
525
|
"requires": {}
|
|
@@ -549,7 +529,7 @@
|
|
|
549
529
|
"name": "client-init",
|
|
550
530
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
551
531
|
"repo": "potato4d/nuxt-client-init-module",
|
|
552
|
-
"npm": "",
|
|
532
|
+
"npm": "nuxt-client-init-module",
|
|
553
533
|
"icon": "",
|
|
554
534
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
555
535
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -562,7 +542,6 @@
|
|
|
562
542
|
"github": "potato4d"
|
|
563
543
|
}
|
|
564
544
|
],
|
|
565
|
-
"contributors": [],
|
|
566
545
|
"compatibility": {
|
|
567
546
|
"nuxt": "^2.0.0",
|
|
568
547
|
"requires": {}
|
|
@@ -572,7 +551,7 @@
|
|
|
572
551
|
"name": "cloudcms",
|
|
573
552
|
"description": "CloudCMS Nuxt.js Module",
|
|
574
553
|
"repo": "gitana/cloudcms-nuxt",
|
|
575
|
-
"npm": "",
|
|
554
|
+
"npm": "cloudcms-nuxt",
|
|
576
555
|
"icon": "",
|
|
577
556
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
578
557
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -585,7 +564,6 @@
|
|
|
585
564
|
"github": "gitana"
|
|
586
565
|
}
|
|
587
566
|
],
|
|
588
|
-
"contributors": [],
|
|
589
567
|
"compatibility": {
|
|
590
568
|
"nuxt": "^2.0.0",
|
|
591
569
|
"requires": {}
|
|
@@ -595,7 +573,7 @@
|
|
|
595
573
|
"name": "cloudinary",
|
|
596
574
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
597
575
|
"repo": "nuxt-community/cloudinary-module",
|
|
598
|
-
"npm": "",
|
|
576
|
+
"npm": "@nuxtjs/cloudinary",
|
|
599
577
|
"icon": "cloudinary.png",
|
|
600
578
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
601
579
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -609,7 +587,6 @@
|
|
|
609
587
|
"twitter": "MayaShavin"
|
|
610
588
|
}
|
|
611
589
|
],
|
|
612
|
-
"contributors": [],
|
|
613
590
|
"compatibility": {
|
|
614
591
|
"nuxt": "^2.0.0",
|
|
615
592
|
"requires": {}
|
|
@@ -619,7 +596,7 @@
|
|
|
619
596
|
"name": "color-mode",
|
|
620
597
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
621
598
|
"repo": "nuxt-community/color-mode-module",
|
|
622
|
-
"npm": "",
|
|
599
|
+
"npm": "@nuxtjs/color-mode",
|
|
623
600
|
"icon": "color-mode.png",
|
|
624
601
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
625
602
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -633,9 +610,8 @@
|
|
|
633
610
|
"twitter": "Atinux"
|
|
634
611
|
}
|
|
635
612
|
],
|
|
636
|
-
"contributors": [],
|
|
637
613
|
"compatibility": {
|
|
638
|
-
"nuxt": "^2.0.0",
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
639
615
|
"requires": {
|
|
640
616
|
"bridge": "optional"
|
|
641
617
|
}
|
|
@@ -645,7 +621,7 @@
|
|
|
645
621
|
"name": "component-cache",
|
|
646
622
|
"description": "LRU component cache for vue components",
|
|
647
623
|
"repo": "nuxt-community/component-cache-module",
|
|
648
|
-
"npm": "",
|
|
624
|
+
"npm": "@nuxtjs/component-cache",
|
|
649
625
|
"icon": "",
|
|
650
626
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
651
627
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -659,7 +635,6 @@
|
|
|
659
635
|
"twitter": "_pi0_"
|
|
660
636
|
}
|
|
661
637
|
],
|
|
662
|
-
"contributors": [],
|
|
663
638
|
"compatibility": {
|
|
664
639
|
"nuxt": "^2.0.0",
|
|
665
640
|
"requires": {}
|
|
@@ -669,7 +644,7 @@
|
|
|
669
644
|
"name": "composition-api",
|
|
670
645
|
"description": "Composition API hooks for Nuxt",
|
|
671
646
|
"repo": "nuxt-community/composition-api#main",
|
|
672
|
-
"npm": "",
|
|
647
|
+
"npm": "@nuxtjs/composition-api",
|
|
673
648
|
"icon": "composition-api.svg",
|
|
674
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
675
650
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -683,7 +658,6 @@
|
|
|
683
658
|
"twitter": "danielcroe"
|
|
684
659
|
}
|
|
685
660
|
],
|
|
686
|
-
"contributors": [],
|
|
687
661
|
"compatibility": {
|
|
688
662
|
"nuxt": "^2.0.0",
|
|
689
663
|
"requires": {}
|
|
@@ -691,10 +665,10 @@
|
|
|
691
665
|
},
|
|
692
666
|
{
|
|
693
667
|
"name": "content",
|
|
694
|
-
"description": "
|
|
695
|
-
"repo": "nuxt/content#
|
|
696
|
-
"npm": "",
|
|
697
|
-
"icon": "
|
|
668
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
669
|
+
"repo": "nuxt/content#main",
|
|
670
|
+
"npm": "@nuxt/content",
|
|
671
|
+
"icon": "nuxt.png",
|
|
698
672
|
"github": "https://github.com/nuxt/content",
|
|
699
673
|
"website": "https://content.nuxtjs.org",
|
|
700
674
|
"learn_more": "",
|
|
@@ -702,9 +676,14 @@
|
|
|
702
676
|
"type": "official",
|
|
703
677
|
"maintainers": [
|
|
704
678
|
{
|
|
705
|
-
"name": "
|
|
706
|
-
"github": "
|
|
707
|
-
"twitter": "
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
708
687
|
},
|
|
709
688
|
{
|
|
710
689
|
"name": "Sebastien Chopin",
|
|
@@ -712,9 +691,8 @@
|
|
|
712
691
|
"twitter": "Atinux"
|
|
713
692
|
}
|
|
714
693
|
],
|
|
715
|
-
"contributors": [],
|
|
716
694
|
"compatibility": {
|
|
717
|
-
"nuxt": "^2.0.0",
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
718
696
|
"requires": {}
|
|
719
697
|
}
|
|
720
698
|
},
|
|
@@ -722,7 +700,7 @@
|
|
|
722
700
|
"name": "contentful",
|
|
723
701
|
"description": "nuxt contentful module",
|
|
724
702
|
"repo": "scaccogatto/contentful-module",
|
|
725
|
-
"npm": "",
|
|
703
|
+
"npm": "contentful-module",
|
|
726
704
|
"icon": "contentful.png",
|
|
727
705
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
728
706
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -735,7 +713,6 @@
|
|
|
735
713
|
"github": "scaccogatto"
|
|
736
714
|
}
|
|
737
715
|
],
|
|
738
|
-
"contributors": [],
|
|
739
716
|
"compatibility": {
|
|
740
717
|
"nuxt": "^2.0.0",
|
|
741
718
|
"requires": {}
|
|
@@ -745,7 +722,7 @@
|
|
|
745
722
|
"name": "custom-elements",
|
|
746
723
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
747
724
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
748
|
-
"npm": "",
|
|
725
|
+
"npm": "nuxt-custom-elements",
|
|
749
726
|
"icon": "custom-elements.png",
|
|
750
727
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
751
728
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -762,7 +739,6 @@
|
|
|
762
739
|
"github": "GrabarzUndPartner"
|
|
763
740
|
}
|
|
764
741
|
],
|
|
765
|
-
"contributors": [],
|
|
766
742
|
"compatibility": {
|
|
767
743
|
"nuxt": "^2.0.0",
|
|
768
744
|
"requires": {}
|
|
@@ -772,7 +748,7 @@
|
|
|
772
748
|
"name": "darkmode.js",
|
|
773
749
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
774
750
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
775
|
-
"npm": "",
|
|
751
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
776
752
|
"icon": "darkmode.png",
|
|
777
753
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
778
754
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -785,7 +761,6 @@
|
|
|
785
761
|
"github": "sandoche"
|
|
786
762
|
}
|
|
787
763
|
],
|
|
788
|
-
"contributors": [],
|
|
789
764
|
"compatibility": {
|
|
790
765
|
"nuxt": "^2.0.0",
|
|
791
766
|
"requires": {}
|
|
@@ -795,7 +770,7 @@
|
|
|
795
770
|
"name": "date-fns",
|
|
796
771
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
797
772
|
"repo": "nuxt-community/date-fns-module",
|
|
798
|
-
"npm": "",
|
|
773
|
+
"npm": "@nuxtjs/date-fns",
|
|
799
774
|
"icon": "date-fns.png",
|
|
800
775
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
801
776
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -808,7 +783,6 @@
|
|
|
808
783
|
"github": "ricardogobbosouza"
|
|
809
784
|
}
|
|
810
785
|
],
|
|
811
|
-
"contributors": [],
|
|
812
786
|
"compatibility": {
|
|
813
787
|
"nuxt": "^2.0.0",
|
|
814
788
|
"requires": {}
|
|
@@ -818,7 +792,7 @@
|
|
|
818
792
|
"name": "datocms",
|
|
819
793
|
"description": "DatoCMS integration for Nuxt.js",
|
|
820
794
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
821
|
-
"npm": "",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
822
796
|
"icon": "datocms.png",
|
|
823
797
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
824
798
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
@@ -831,7 +805,6 @@
|
|
|
831
805
|
"github": "Frankwarnaar"
|
|
832
806
|
}
|
|
833
807
|
],
|
|
834
|
-
"contributors": [],
|
|
835
808
|
"compatibility": {
|
|
836
809
|
"nuxt": "^2.0.0",
|
|
837
810
|
"requires": {}
|
|
@@ -841,7 +814,7 @@
|
|
|
841
814
|
"name": "dayjs",
|
|
842
815
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
843
816
|
"repo": "nuxt-community/dayjs-module",
|
|
844
|
-
"npm": "",
|
|
817
|
+
"npm": "@nuxtjs/dayjs",
|
|
845
818
|
"icon": "day-js.png",
|
|
846
819
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
847
820
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -855,7 +828,29 @@
|
|
|
855
828
|
"twitter": "potato4d"
|
|
856
829
|
}
|
|
857
830
|
],
|
|
858
|
-
"
|
|
831
|
+
"compatibility": {
|
|
832
|
+
"nuxt": "^2.0.0",
|
|
833
|
+
"requires": {}
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
859
854
|
"compatibility": {
|
|
860
855
|
"nuxt": "^2.0.0",
|
|
861
856
|
"requires": {}
|
|
@@ -865,7 +860,7 @@
|
|
|
865
860
|
"name": "device",
|
|
866
861
|
"description": "Device detection module for Nuxt.js",
|
|
867
862
|
"repo": "nuxt-community/device-module",
|
|
868
|
-
"npm": "",
|
|
863
|
+
"npm": "@nuxtjs/device",
|
|
869
864
|
"icon": "",
|
|
870
865
|
"github": "https://github.com/nuxt-community/device-module",
|
|
871
866
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -878,17 +873,41 @@
|
|
|
878
873
|
"github": "dotneet"
|
|
879
874
|
}
|
|
880
875
|
],
|
|
881
|
-
"contributors": [],
|
|
882
876
|
"compatibility": {
|
|
883
877
|
"nuxt": "^2.0.0",
|
|
884
878
|
"requires": {}
|
|
885
879
|
}
|
|
886
880
|
},
|
|
881
|
+
{
|
|
882
|
+
"name": "directus",
|
|
883
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
884
|
+
"repo": "intevel/nuxt-directus",
|
|
885
|
+
"npm": "nuxt-directus",
|
|
886
|
+
"icon": "directus.svg",
|
|
887
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
888
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
889
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
890
|
+
"category": "CMS",
|
|
891
|
+
"type": "3rd-party",
|
|
892
|
+
"maintainers": [
|
|
893
|
+
{
|
|
894
|
+
"name": "Conner Bachmann",
|
|
895
|
+
"github": "intevel",
|
|
896
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
887
906
|
{
|
|
888
907
|
"name": "dotenv",
|
|
889
908
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
890
909
|
"repo": "nuxt-community/dotenv-module",
|
|
891
|
-
"npm": "",
|
|
910
|
+
"npm": "@nuxtjs/dotenv",
|
|
892
911
|
"icon": "dotenv.png",
|
|
893
912
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
894
913
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -901,7 +920,6 @@
|
|
|
901
920
|
"github": "JulienTant"
|
|
902
921
|
}
|
|
903
922
|
],
|
|
904
|
-
"contributors": [],
|
|
905
923
|
"compatibility": {
|
|
906
924
|
"nuxt": "^2.0.0",
|
|
907
925
|
"requires": {}
|
|
@@ -911,7 +929,7 @@
|
|
|
911
929
|
"name": "drupal-ce",
|
|
912
930
|
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
913
931
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
914
|
-
"npm": "",
|
|
932
|
+
"npm": "nuxtjs-drupal-ce",
|
|
915
933
|
"icon": "drupal-ce.png",
|
|
916
934
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
917
935
|
"website": "https://stack.lupus.digital",
|
|
@@ -935,7 +953,6 @@
|
|
|
935
953
|
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
936
954
|
}
|
|
937
955
|
],
|
|
938
|
-
"contributors": [],
|
|
939
956
|
"compatibility": {
|
|
940
957
|
"nuxt": "^2.0.0",
|
|
941
958
|
"requires": {}
|
|
@@ -945,7 +962,7 @@
|
|
|
945
962
|
"name": "druxt",
|
|
946
963
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
947
964
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
948
|
-
"npm": "",
|
|
965
|
+
"npm": "druxt",
|
|
949
966
|
"icon": "druxt.svg",
|
|
950
967
|
"github": "https://github.com/druxt/druxt.js",
|
|
951
968
|
"website": "https://druxtjs.org",
|
|
@@ -958,7 +975,6 @@
|
|
|
958
975
|
"github": "decipher"
|
|
959
976
|
}
|
|
960
977
|
],
|
|
961
|
-
"contributors": [],
|
|
962
978
|
"compatibility": {
|
|
963
979
|
"nuxt": "^2.0.0",
|
|
964
980
|
"requires": {}
|
|
@@ -968,7 +984,7 @@
|
|
|
968
984
|
"name": "emotion",
|
|
969
985
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
970
986
|
"repo": "nuxt-community/emotion-module",
|
|
971
|
-
"npm": "",
|
|
987
|
+
"npm": "@nuxtjs/emotion",
|
|
972
988
|
"icon": "emotion.png",
|
|
973
989
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
974
990
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -982,7 +998,6 @@
|
|
|
982
998
|
"twitter": "_pi0_"
|
|
983
999
|
}
|
|
984
1000
|
],
|
|
985
|
-
"contributors": [],
|
|
986
1001
|
"compatibility": {
|
|
987
1002
|
"nuxt": "^2.0.0",
|
|
988
1003
|
"requires": {}
|
|
@@ -992,7 +1007,7 @@
|
|
|
992
1007
|
"name": "eslint",
|
|
993
1008
|
"description": "ESLint module for Nuxt.js",
|
|
994
1009
|
"repo": "nuxt-community/eslint-module",
|
|
995
|
-
"npm": "",
|
|
1010
|
+
"npm": "@nuxtjs/eslint-module",
|
|
996
1011
|
"icon": "eslint.png",
|
|
997
1012
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
998
1013
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -1005,7 +1020,6 @@
|
|
|
1005
1020
|
"github": "ricardogobbosouza"
|
|
1006
1021
|
}
|
|
1007
1022
|
],
|
|
1008
|
-
"contributors": [],
|
|
1009
1023
|
"compatibility": {
|
|
1010
1024
|
"nuxt": "^2.0.0",
|
|
1011
1025
|
"requires": {}
|
|
@@ -1015,7 +1029,7 @@
|
|
|
1015
1029
|
"name": "event-trace",
|
|
1016
1030
|
"description": "Module for event trace in Nuxt.js",
|
|
1017
1031
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1018
|
-
"npm": "",
|
|
1032
|
+
"npm": "nuxt-event-trace",
|
|
1019
1033
|
"icon": "",
|
|
1020
1034
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
1021
1035
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -1028,7 +1042,6 @@
|
|
|
1028
1042
|
"github": "clarkdo"
|
|
1029
1043
|
}
|
|
1030
1044
|
],
|
|
1031
|
-
"contributors": [],
|
|
1032
1045
|
"compatibility": {
|
|
1033
1046
|
"nuxt": "^2.0.0",
|
|
1034
1047
|
"requires": {}
|
|
@@ -1038,7 +1051,7 @@
|
|
|
1038
1051
|
"name": "fathom",
|
|
1039
1052
|
"description": "Fathom analytics for Nuxt",
|
|
1040
1053
|
"repo": "yabhq/nuxt-fathom",
|
|
1041
|
-
"npm": "",
|
|
1054
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1042
1055
|
"icon": "fathom.png",
|
|
1043
1056
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1044
1057
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -1051,7 +1064,6 @@
|
|
|
1051
1064
|
"github": "yabhq"
|
|
1052
1065
|
}
|
|
1053
1066
|
],
|
|
1054
|
-
"contributors": [],
|
|
1055
1067
|
"compatibility": {
|
|
1056
1068
|
"nuxt": "^2.0.0",
|
|
1057
1069
|
"requires": {}
|
|
@@ -1061,7 +1073,7 @@
|
|
|
1061
1073
|
"name": "feature-toggle",
|
|
1062
1074
|
"description": "Feature toggle module for Nuxt.js",
|
|
1063
1075
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1064
|
-
"npm": "",
|
|
1076
|
+
"npm": "nuxt-feature-toggle",
|
|
1065
1077
|
"icon": "",
|
|
1066
1078
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
1067
1079
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -1074,7 +1086,6 @@
|
|
|
1074
1086
|
"github": "stephenkr"
|
|
1075
1087
|
}
|
|
1076
1088
|
],
|
|
1077
|
-
"contributors": [],
|
|
1078
1089
|
"compatibility": {
|
|
1079
1090
|
"nuxt": "^2.0.0",
|
|
1080
1091
|
"requires": {}
|
|
@@ -1082,9 +1093,9 @@
|
|
|
1082
1093
|
},
|
|
1083
1094
|
{
|
|
1084
1095
|
"name": "feed",
|
|
1085
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1086
1097
|
"repo": "nuxt-community/feed-module",
|
|
1087
|
-
"npm": "",
|
|
1098
|
+
"npm": "@nuxtjs/feed",
|
|
1088
1099
|
"icon": "",
|
|
1089
1100
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
1090
1101
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -1098,7 +1109,6 @@
|
|
|
1098
1109
|
"twitter": "TheAlexLichter"
|
|
1099
1110
|
}
|
|
1100
1111
|
],
|
|
1101
|
-
"contributors": [],
|
|
1102
1112
|
"compatibility": {
|
|
1103
1113
|
"nuxt": "^2.0.0",
|
|
1104
1114
|
"requires": {}
|
|
@@ -1107,8 +1117,8 @@
|
|
|
1107
1117
|
{
|
|
1108
1118
|
"name": "firebase",
|
|
1109
1119
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1110
|
-
"repo": "nuxt-community/firebase-module",
|
|
1111
|
-
"npm": "",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1121
|
+
"npm": "@nuxtjs/firebase",
|
|
1112
1122
|
"icon": "firebase.png",
|
|
1113
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1114
1124
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1121,7 +1131,6 @@
|
|
|
1121
1131
|
"github": "lupas"
|
|
1122
1132
|
}
|
|
1123
1133
|
],
|
|
1124
|
-
"contributors": [],
|
|
1125
1134
|
"compatibility": {
|
|
1126
1135
|
"nuxt": "^2.0.0",
|
|
1127
1136
|
"requires": {}
|
|
@@ -1131,7 +1140,7 @@
|
|
|
1131
1140
|
"name": "floating-prompt-module",
|
|
1132
1141
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1133
1142
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1134
|
-
"npm": "",
|
|
1143
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1135
1144
|
"icon": "",
|
|
1136
1145
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1137
1146
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -1144,7 +1153,6 @@
|
|
|
1144
1153
|
"github": "sandoche"
|
|
1145
1154
|
}
|
|
1146
1155
|
],
|
|
1147
|
-
"contributors": [],
|
|
1148
1156
|
"compatibility": {
|
|
1149
1157
|
"nuxt": "^2.0.0",
|
|
1150
1158
|
"requires": {}
|
|
@@ -1154,7 +1162,7 @@
|
|
|
1154
1162
|
"name": "font-loader-strategy",
|
|
1155
1163
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
1156
1164
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1157
|
-
"npm": "",
|
|
1165
|
+
"npm": "nuxt-font-loader-strategy",
|
|
1158
1166
|
"icon": "",
|
|
1159
1167
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1160
1168
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -1167,7 +1175,6 @@
|
|
|
1167
1175
|
"github": "GrabarzUndPartner"
|
|
1168
1176
|
}
|
|
1169
1177
|
],
|
|
1170
|
-
"contributors": [],
|
|
1171
1178
|
"compatibility": {
|
|
1172
1179
|
"nuxt": "^2.0.0",
|
|
1173
1180
|
"requires": {}
|
|
@@ -1177,7 +1184,7 @@
|
|
|
1177
1184
|
"name": "fontagon",
|
|
1178
1185
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1179
1186
|
"repo": "kdydesign/nuxt-fontagon",
|
|
1180
|
-
"npm": "",
|
|
1187
|
+
"npm": "nuxt-fontagon",
|
|
1181
1188
|
"icon": "fontagon.png",
|
|
1182
1189
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1183
1190
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -1190,7 +1197,6 @@
|
|
|
1190
1197
|
"github": "kdydesign"
|
|
1191
1198
|
}
|
|
1192
1199
|
],
|
|
1193
|
-
"contributors": [],
|
|
1194
1200
|
"compatibility": {
|
|
1195
1201
|
"nuxt": "^2.0.0",
|
|
1196
1202
|
"requires": {}
|
|
@@ -1200,7 +1206,7 @@
|
|
|
1200
1206
|
"name": "fontawesome",
|
|
1201
1207
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
1202
1208
|
"repo": "nuxt-community/fontawesome-module",
|
|
1203
|
-
"npm": "",
|
|
1209
|
+
"npm": "@nuxtjs/fontawesome",
|
|
1204
1210
|
"icon": "font-awesome.png",
|
|
1205
1211
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
1206
1212
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -1213,7 +1219,6 @@
|
|
|
1213
1219
|
"github": "pimlie"
|
|
1214
1220
|
}
|
|
1215
1221
|
],
|
|
1216
|
-
"contributors": [],
|
|
1217
1222
|
"compatibility": {
|
|
1218
1223
|
"nuxt": "^2.0.0",
|
|
1219
1224
|
"requires": {}
|
|
@@ -1222,8 +1227,8 @@
|
|
|
1222
1227
|
{
|
|
1223
1228
|
"name": "formkit",
|
|
1224
1229
|
"description": "Seamless FormKit integration for Nuxt",
|
|
1225
|
-
"repo": "formkit/formkit",
|
|
1226
|
-
"npm": "",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1227
1232
|
"icon": "formkit.png",
|
|
1228
1233
|
"github": "https://github.com/formkit/formkit",
|
|
1229
1234
|
"website": "https://formkit.com",
|
|
@@ -1242,7 +1247,6 @@
|
|
|
1242
1247
|
"twitter": "0xBOYD"
|
|
1243
1248
|
}
|
|
1244
1249
|
],
|
|
1245
|
-
"contributors": [],
|
|
1246
1250
|
"compatibility": {
|
|
1247
1251
|
"nuxt": "^3.0.0",
|
|
1248
1252
|
"requires": {}
|
|
@@ -1252,7 +1256,7 @@
|
|
|
1252
1256
|
"name": "fullpage",
|
|
1253
1257
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
1254
1258
|
"repo": "vaso2/fullpage-nuxt",
|
|
1255
|
-
"npm": "",
|
|
1259
|
+
"npm": "fullpage-nuxt",
|
|
1256
1260
|
"icon": "",
|
|
1257
1261
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
1258
1262
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -1265,7 +1269,6 @@
|
|
|
1265
1269
|
"github": "vaso2"
|
|
1266
1270
|
}
|
|
1267
1271
|
],
|
|
1268
|
-
"contributors": [],
|
|
1269
1272
|
"compatibility": {
|
|
1270
1273
|
"nuxt": "^2.0.0",
|
|
1271
1274
|
"requires": {}
|
|
@@ -1275,7 +1278,7 @@
|
|
|
1275
1278
|
"name": "github-api",
|
|
1276
1279
|
"description": "Nuxt module for GitHub v4 API",
|
|
1277
1280
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1278
|
-
"npm": "",
|
|
1281
|
+
"npm": "nuxt-github-api",
|
|
1279
1282
|
"icon": "github.svg",
|
|
1280
1283
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1281
1284
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -1288,7 +1291,6 @@
|
|
|
1288
1291
|
"github": "lindsaykwardell"
|
|
1289
1292
|
}
|
|
1290
1293
|
],
|
|
1291
|
-
"contributors": [],
|
|
1292
1294
|
"compatibility": {
|
|
1293
1295
|
"nuxt": "^2.0.0",
|
|
1294
1296
|
"requires": {}
|
|
@@ -1298,7 +1300,7 @@
|
|
|
1298
1300
|
"name": "google-adsense",
|
|
1299
1301
|
"description": "Google Adsense Module for Nuxt.js",
|
|
1300
1302
|
"repo": "nuxt-community/google-adsense-module",
|
|
1301
|
-
"npm": "",
|
|
1303
|
+
"npm": "@nuxtjs/google-adsense",
|
|
1302
1304
|
"icon": "google-adsense.png",
|
|
1303
1305
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
1304
1306
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -1311,7 +1313,6 @@
|
|
|
1311
1313
|
"github": "tmorehouse"
|
|
1312
1314
|
}
|
|
1313
1315
|
],
|
|
1314
|
-
"contributors": [],
|
|
1315
1316
|
"compatibility": {
|
|
1316
1317
|
"nuxt": "^2.0.0",
|
|
1317
1318
|
"requires": {}
|
|
@@ -1321,7 +1322,7 @@
|
|
|
1321
1322
|
"name": "google-analytics",
|
|
1322
1323
|
"description": "Google analytics Module for Nuxt.js",
|
|
1323
1324
|
"repo": "nuxt-community/analytics-module",
|
|
1324
|
-
"npm": "",
|
|
1325
|
+
"npm": "@nuxtjs/google-analytics",
|
|
1325
1326
|
"icon": "google-analytics.png",
|
|
1326
1327
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
1327
1328
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -1344,7 +1345,6 @@
|
|
|
1344
1345
|
"twitter": "matteo_gabriele"
|
|
1345
1346
|
}
|
|
1346
1347
|
],
|
|
1347
|
-
"contributors": [],
|
|
1348
1348
|
"compatibility": {
|
|
1349
1349
|
"nuxt": "^2.0.0",
|
|
1350
1350
|
"requires": {}
|
|
@@ -1354,7 +1354,7 @@
|
|
|
1354
1354
|
"name": "google-fonts",
|
|
1355
1355
|
"description": "Google Fonts module for NuxtJS",
|
|
1356
1356
|
"repo": "nuxt-community/google-fonts-module",
|
|
1357
|
-
"npm": "",
|
|
1357
|
+
"npm": "@nuxtjs/google-fonts",
|
|
1358
1358
|
"icon": "google-fonts.png",
|
|
1359
1359
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1360
1360
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1367,17 +1367,18 @@
|
|
|
1367
1367
|
"github": "ricardogobbosouza"
|
|
1368
1368
|
}
|
|
1369
1369
|
],
|
|
1370
|
-
"contributors": [],
|
|
1371
1370
|
"compatibility": {
|
|
1372
|
-
"nuxt": "^2.0.0",
|
|
1373
|
-
"requires": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1374
1375
|
}
|
|
1375
1376
|
},
|
|
1376
1377
|
{
|
|
1377
1378
|
"name": "google-gtag",
|
|
1378
1379
|
"description": "Google GTag for Nuxt.js",
|
|
1379
1380
|
"repo": "nuxt-community/google-gtag",
|
|
1380
|
-
"npm": "",
|
|
1381
|
+
"npm": "@nuxtjs/google-gtag",
|
|
1381
1382
|
"icon": "gtm.png",
|
|
1382
1383
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1383
1384
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1394,7 +1395,6 @@
|
|
|
1394
1395
|
"github": "ricardogobbosouza"
|
|
1395
1396
|
}
|
|
1396
1397
|
],
|
|
1397
|
-
"contributors": [],
|
|
1398
1398
|
"compatibility": {
|
|
1399
1399
|
"nuxt": "^2.0.0",
|
|
1400
1400
|
"requires": {}
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
"name": "google-optimize",
|
|
1405
1405
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1406
1406
|
"repo": "nuxt-community/google-optimize-module",
|
|
1407
|
-
"npm": "",
|
|
1407
|
+
"npm": "nuxt-google-optimize",
|
|
1408
1408
|
"icon": "google-optimize.png",
|
|
1409
1409
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1410
1410
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1428,17 +1428,38 @@
|
|
|
1428
1428
|
"twitter": "JoshDeltener"
|
|
1429
1429
|
}
|
|
1430
1430
|
],
|
|
1431
|
-
"contributors": [],
|
|
1432
1431
|
"compatibility": {
|
|
1433
1432
|
"nuxt": "^2.0.0",
|
|
1434
1433
|
"requires": {}
|
|
1435
1434
|
}
|
|
1436
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "graphql-client",
|
|
1438
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1439
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1440
|
+
"npm": "nuxt-graphql-client",
|
|
1441
|
+
"icon": "graphql-client.svg",
|
|
1442
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1443
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1444
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1445
|
+
"category": "Request",
|
|
1446
|
+
"type": "3rd-party",
|
|
1447
|
+
"maintainers": [
|
|
1448
|
+
{
|
|
1449
|
+
"name": "Diizzayy",
|
|
1450
|
+
"github": "diizzayy"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"nuxt": "^3.0.0",
|
|
1455
|
+
"requires": {}
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1437
1458
|
{
|
|
1438
1459
|
"name": "graphql-request",
|
|
1439
1460
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1440
1461
|
"repo": "gomah/nuxt-graphql-request",
|
|
1441
|
-
"npm": "",
|
|
1462
|
+
"npm": "nuxt-graphql-request",
|
|
1442
1463
|
"icon": "graphql-request.png",
|
|
1443
1464
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1444
1465
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1451,7 +1472,6 @@
|
|
|
1451
1472
|
"github": "gomah"
|
|
1452
1473
|
}
|
|
1453
1474
|
],
|
|
1454
|
-
"contributors": [],
|
|
1455
1475
|
"compatibility": {
|
|
1456
1476
|
"nuxt": "^2.0.0",
|
|
1457
1477
|
"requires": {}
|
|
@@ -1461,7 +1481,7 @@
|
|
|
1461
1481
|
"name": "gtm",
|
|
1462
1482
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1463
1483
|
"repo": "nuxt-community/gtm-module",
|
|
1464
|
-
"npm": "",
|
|
1484
|
+
"npm": "@nuxtjs/gtm",
|
|
1465
1485
|
"icon": "gtm.png",
|
|
1466
1486
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1467
1487
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1475,7 +1495,6 @@
|
|
|
1475
1495
|
"twitter": "_pi0_"
|
|
1476
1496
|
}
|
|
1477
1497
|
],
|
|
1478
|
-
"contributors": [],
|
|
1479
1498
|
"compatibility": {
|
|
1480
1499
|
"nuxt": "^2.0.0",
|
|
1481
1500
|
"requires": {}
|
|
@@ -1485,7 +1504,7 @@
|
|
|
1485
1504
|
"name": "guess",
|
|
1486
1505
|
"description": "Guess.js module for Nuxt.js",
|
|
1487
1506
|
"repo": "nuxt-community/guess-module",
|
|
1488
|
-
"npm": "",
|
|
1507
|
+
"npm": "@nuxtjs/guess-module",
|
|
1489
1508
|
"icon": "guessjs.png",
|
|
1490
1509
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1491
1510
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1498,17 +1517,39 @@
|
|
|
1498
1517
|
"github": "clarkdo"
|
|
1499
1518
|
}
|
|
1500
1519
|
],
|
|
1501
|
-
"contributors": [],
|
|
1502
1520
|
"compatibility": {
|
|
1503
1521
|
"nuxt": "^2.0.0",
|
|
1504
1522
|
"requires": {}
|
|
1505
1523
|
}
|
|
1506
1524
|
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "harlem",
|
|
1527
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1529
|
+
"npm": "@nuxtjs/harlem",
|
|
1530
|
+
"icon": "harlem.svg",
|
|
1531
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1532
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1533
|
+
"learn_more": "https://harlemjs.com/",
|
|
1534
|
+
"category": "Extensions",
|
|
1535
|
+
"type": "community",
|
|
1536
|
+
"maintainers": [
|
|
1537
|
+
{
|
|
1538
|
+
"name": "Daniel Roe",
|
|
1539
|
+
"github": "danielroe",
|
|
1540
|
+
"twitter": "danielcroe"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"compatibility": {
|
|
1544
|
+
"nuxt": "^3.0.0",
|
|
1545
|
+
"requires": {}
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1507
1548
|
{
|
|
1508
1549
|
"name": "headway",
|
|
1509
1550
|
"description": "Headway changelog widget for Nuxt",
|
|
1510
1551
|
"repo": "l-portet/nuxt-headway",
|
|
1511
|
-
"npm": "",
|
|
1552
|
+
"npm": "nuxt-headway",
|
|
1512
1553
|
"icon": "headway.png",
|
|
1513
1554
|
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1514
1555
|
"website": "https://nuxt-headway.netlify.app/",
|
|
@@ -1522,7 +1563,6 @@
|
|
|
1522
1563
|
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1523
1564
|
}
|
|
1524
1565
|
],
|
|
1525
|
-
"contributors": [],
|
|
1526
1566
|
"compatibility": {
|
|
1527
1567
|
"nuxt": "^2.0.0",
|
|
1528
1568
|
"requires": {}
|
|
@@ -1532,7 +1572,7 @@
|
|
|
1532
1572
|
"name": "helmet",
|
|
1533
1573
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1534
1574
|
"repo": "victor-perez/nuxt-helmet",
|
|
1535
|
-
"npm": "",
|
|
1575
|
+
"npm": "nuxt-helmet",
|
|
1536
1576
|
"icon": "",
|
|
1537
1577
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1538
1578
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1545,7 +1585,6 @@
|
|
|
1545
1585
|
"github": "victor-perez"
|
|
1546
1586
|
}
|
|
1547
1587
|
],
|
|
1548
|
-
"contributors": [],
|
|
1549
1588
|
"compatibility": {
|
|
1550
1589
|
"nuxt": "^2.0.0",
|
|
1551
1590
|
"requires": {}
|
|
@@ -1555,7 +1594,7 @@
|
|
|
1555
1594
|
"name": "highcharts",
|
|
1556
1595
|
"description": "Highcharts for Nuxt",
|
|
1557
1596
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1558
|
-
"npm": "",
|
|
1597
|
+
"npm": "nuxt-highcharts",
|
|
1559
1598
|
"icon": "",
|
|
1560
1599
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1561
1600
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1568,7 +1607,6 @@
|
|
|
1568
1607
|
"github": "richardeschloss"
|
|
1569
1608
|
}
|
|
1570
1609
|
],
|
|
1571
|
-
"contributors": [],
|
|
1572
1610
|
"compatibility": {
|
|
1573
1611
|
"nuxt": "^2.0.0",
|
|
1574
1612
|
"requires": {}
|
|
@@ -1578,7 +1616,7 @@
|
|
|
1578
1616
|
"name": "history-state",
|
|
1579
1617
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1580
1618
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1581
|
-
"npm": "",
|
|
1619
|
+
"npm": "nuxt-history-state",
|
|
1582
1620
|
"icon": "",
|
|
1583
1621
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1584
1622
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1591,7 +1629,6 @@
|
|
|
1591
1629
|
"github": "hidekatsu-izuno"
|
|
1592
1630
|
}
|
|
1593
1631
|
],
|
|
1594
|
-
"contributors": [],
|
|
1595
1632
|
"compatibility": {
|
|
1596
1633
|
"nuxt": "^2.0.0",
|
|
1597
1634
|
"requires": {}
|
|
@@ -1601,7 +1638,7 @@
|
|
|
1601
1638
|
"name": "html-minifier",
|
|
1602
1639
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1603
1640
|
"repo": "nuxt-community/html-minifier-module",
|
|
1604
|
-
"npm": "",
|
|
1641
|
+
"npm": "@nuxtjs/html-minifier",
|
|
1605
1642
|
"icon": "",
|
|
1606
1643
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1607
1644
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1614,7 +1651,6 @@
|
|
|
1614
1651
|
"github": "clarkdo"
|
|
1615
1652
|
}
|
|
1616
1653
|
],
|
|
1617
|
-
"contributors": [],
|
|
1618
1654
|
"compatibility": {
|
|
1619
1655
|
"nuxt": "^2.0.0",
|
|
1620
1656
|
"requires": {}
|
|
@@ -1623,10 +1659,10 @@
|
|
|
1623
1659
|
{
|
|
1624
1660
|
"name": "html-validator",
|
|
1625
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1626
|
-
"repo": "nuxt-
|
|
1627
|
-
"npm": "",
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1663
|
+
"npm": "@nuxtjs/html-validator",
|
|
1628
1664
|
"icon": "html-validator.png",
|
|
1629
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1630
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1631
1667
|
"learn_more": "https://html-validate.org",
|
|
1632
1668
|
"category": "Performance",
|
|
@@ -1638,7 +1674,6 @@
|
|
|
1638
1674
|
"twitter": "danielcroe"
|
|
1639
1675
|
}
|
|
1640
1676
|
],
|
|
1641
|
-
"contributors": [],
|
|
1642
1677
|
"compatibility": {
|
|
1643
1678
|
"nuxt": "^2.0.0",
|
|
1644
1679
|
"requires": {}
|
|
@@ -1648,7 +1683,7 @@
|
|
|
1648
1683
|
"name": "http",
|
|
1649
1684
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1650
1685
|
"repo": "nuxt/http",
|
|
1651
|
-
"npm": "",
|
|
1686
|
+
"npm": "@nuxt/http",
|
|
1652
1687
|
"icon": "http.png",
|
|
1653
1688
|
"github": "https://github.com/nuxt/http",
|
|
1654
1689
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1667,7 +1702,6 @@
|
|
|
1667
1702
|
"twitter": "Atinux"
|
|
1668
1703
|
}
|
|
1669
1704
|
],
|
|
1670
|
-
"contributors": [],
|
|
1671
1705
|
"compatibility": {
|
|
1672
1706
|
"nuxt": "^2.0.0",
|
|
1673
1707
|
"requires": {}
|
|
@@ -1677,7 +1711,7 @@
|
|
|
1677
1711
|
"name": "humans-txt",
|
|
1678
1712
|
"description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1679
1713
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1680
|
-
"npm": "",
|
|
1714
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1681
1715
|
"icon": "",
|
|
1682
1716
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1683
1717
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
@@ -1691,7 +1725,6 @@
|
|
|
1691
1725
|
"twitter": "luxdamore"
|
|
1692
1726
|
}
|
|
1693
1727
|
],
|
|
1694
|
-
"contributors": [],
|
|
1695
1728
|
"compatibility": {
|
|
1696
1729
|
"nuxt": "^2.0.0",
|
|
1697
1730
|
"requires": {}
|
|
@@ -1701,7 +1734,7 @@
|
|
|
1701
1734
|
"name": "i18n",
|
|
1702
1735
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1703
1736
|
"repo": "nuxt-community/i18n-module",
|
|
1704
|
-
"npm": "",
|
|
1737
|
+
"npm": "nuxt-i18n",
|
|
1705
1738
|
"icon": "i18n.png",
|
|
1706
1739
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1707
1740
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1718,17 +1751,38 @@
|
|
|
1718
1751
|
"github": "kazupon"
|
|
1719
1752
|
}
|
|
1720
1753
|
],
|
|
1721
|
-
"contributors": [],
|
|
1722
1754
|
"compatibility": {
|
|
1723
1755
|
"nuxt": "^2.0.0",
|
|
1724
1756
|
"requires": {}
|
|
1725
1757
|
}
|
|
1726
1758
|
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icons",
|
|
1761
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1762
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1763
|
+
"npm": "nuxt-icons",
|
|
1764
|
+
"icon": "icons.png",
|
|
1765
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1766
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "3rd-party",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Sebastian Wludzik",
|
|
1773
|
+
"github": "gitfoxcode"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1727
1781
|
{
|
|
1728
1782
|
"name": "image-loader",
|
|
1729
1783
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1730
1784
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1731
|
-
"npm": "",
|
|
1785
|
+
"npm": "@pivale/nuxt-image-loader-module",
|
|
1732
1786
|
"icon": "",
|
|
1733
1787
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1734
1788
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1741,7 +1795,6 @@
|
|
|
1741
1795
|
"github": "Barry-Fisher"
|
|
1742
1796
|
}
|
|
1743
1797
|
],
|
|
1744
|
-
"contributors": [],
|
|
1745
1798
|
"compatibility": {
|
|
1746
1799
|
"nuxt": "^2.0.0",
|
|
1747
1800
|
"requires": {}
|
|
@@ -1751,7 +1804,7 @@
|
|
|
1751
1804
|
"name": "image",
|
|
1752
1805
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1753
1806
|
"repo": "nuxt/image",
|
|
1754
|
-
"npm": "",
|
|
1807
|
+
"npm": "@nuxt/image",
|
|
1755
1808
|
"icon": "image.png",
|
|
1756
1809
|
"github": "https://github.com/nuxt/image",
|
|
1757
1810
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1775,7 +1828,6 @@
|
|
|
1775
1828
|
"twitter": "Atinux"
|
|
1776
1829
|
}
|
|
1777
1830
|
],
|
|
1778
|
-
"contributors": [],
|
|
1779
1831
|
"compatibility": {
|
|
1780
1832
|
"nuxt": "^2.0.0",
|
|
1781
1833
|
"requires": {
|
|
@@ -1787,7 +1839,7 @@
|
|
|
1787
1839
|
"name": "imagemin",
|
|
1788
1840
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1789
1841
|
"repo": "nuxt-community/imagemin-module",
|
|
1790
|
-
"npm": "",
|
|
1842
|
+
"npm": "@nuxtjs/imagemin",
|
|
1791
1843
|
"icon": "imagemin.png",
|
|
1792
1844
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1793
1845
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1800,7 +1852,6 @@
|
|
|
1800
1852
|
"github": "ricardogobbosouza"
|
|
1801
1853
|
}
|
|
1802
1854
|
],
|
|
1803
|
-
"contributors": [],
|
|
1804
1855
|
"compatibility": {
|
|
1805
1856
|
"nuxt": "^2.0.0",
|
|
1806
1857
|
"requires": {}
|
|
@@ -1810,8 +1861,8 @@
|
|
|
1810
1861
|
"name": "inkline",
|
|
1811
1862
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1812
1863
|
"repo": "inkline/nuxt-module-inkline",
|
|
1813
|
-
"npm": "",
|
|
1814
|
-
"icon": "inkline.
|
|
1864
|
+
"npm": "@inkline/nuxt",
|
|
1865
|
+
"icon": "inkline.svg",
|
|
1815
1866
|
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1816
1867
|
"website": "https://inkline.io",
|
|
1817
1868
|
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
@@ -1824,7 +1875,6 @@
|
|
|
1824
1875
|
"twitter": "alexgrozav"
|
|
1825
1876
|
}
|
|
1826
1877
|
],
|
|
1827
|
-
"contributors": [],
|
|
1828
1878
|
"compatibility": {
|
|
1829
1879
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1830
1880
|
"requires": {
|
|
@@ -1836,7 +1886,7 @@
|
|
|
1836
1886
|
"name": "intercom",
|
|
1837
1887
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1838
1888
|
"repo": "hex-digital/nuxt-intercom",
|
|
1839
|
-
"npm": "",
|
|
1889
|
+
"npm": "@hexdigital/nuxt-intercom",
|
|
1840
1890
|
"icon": "intercom.png",
|
|
1841
1891
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1842
1892
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1849,17 +1899,39 @@
|
|
|
1849
1899
|
"github": "hex-digital"
|
|
1850
1900
|
}
|
|
1851
1901
|
],
|
|
1852
|
-
"contributors": [],
|
|
1853
1902
|
"compatibility": {
|
|
1854
1903
|
"nuxt": "^2.0.0",
|
|
1855
1904
|
"requires": {}
|
|
1856
1905
|
}
|
|
1857
1906
|
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "ionic",
|
|
1909
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1911
|
+
"npm": "nuxt-ionic",
|
|
1912
|
+
"icon": "ionic.svg",
|
|
1913
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1914
|
+
"website": "https://ionic.roe.dev",
|
|
1915
|
+
"learn_more": "https://ionicframework.com",
|
|
1916
|
+
"category": "Libraries",
|
|
1917
|
+
"type": "3rd-party",
|
|
1918
|
+
"maintainers": [
|
|
1919
|
+
{
|
|
1920
|
+
"name": "Daniel Roe",
|
|
1921
|
+
"github": "danielroe",
|
|
1922
|
+
"twitter": "danielcroe"
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"compatibility": {
|
|
1926
|
+
"nuxt": "^3.0.0",
|
|
1927
|
+
"requires": {}
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1858
1930
|
{
|
|
1859
1931
|
"name": "jsonapi",
|
|
1860
1932
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1861
1933
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1862
|
-
"npm": "",
|
|
1934
|
+
"npm": "nuxt-jsonapi",
|
|
1863
1935
|
"icon": "jsonapi.svg",
|
|
1864
1936
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1865
1937
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1872,7 +1944,6 @@
|
|
|
1872
1944
|
"github": "patrickcate"
|
|
1873
1945
|
}
|
|
1874
1946
|
],
|
|
1875
|
-
"contributors": [],
|
|
1876
1947
|
"compatibility": {
|
|
1877
1948
|
"nuxt": "^2.0.0",
|
|
1878
1949
|
"requires": {}
|
|
@@ -1882,7 +1953,7 @@
|
|
|
1882
1953
|
"name": "kentico-kontent",
|
|
1883
1954
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1884
1955
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1885
|
-
"npm": "",
|
|
1956
|
+
"npm": "kentico-kontent-nuxt-module",
|
|
1886
1957
|
"icon": "",
|
|
1887
1958
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1888
1959
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1895,17 +1966,40 @@
|
|
|
1895
1966
|
"github": "Domitnator"
|
|
1896
1967
|
}
|
|
1897
1968
|
],
|
|
1898
|
-
"contributors": [],
|
|
1899
1969
|
"compatibility": {
|
|
1900
1970
|
"nuxt": "^2.0.0",
|
|
1901
1971
|
"requires": {}
|
|
1902
1972
|
}
|
|
1903
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "kql",
|
|
1976
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1977
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1978
|
+
"npm": "nuxt-kql",
|
|
1979
|
+
"icon": "kql.svg",
|
|
1980
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1981
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1982
|
+
"learn_more": "",
|
|
1983
|
+
"category": "CMS",
|
|
1984
|
+
"type": "3rd-party",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "Johann Schopplich",
|
|
1988
|
+
"github": "johannschopplich",
|
|
1989
|
+
"twitter": "jschopplich",
|
|
1990
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^3.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1904
1998
|
{
|
|
1905
1999
|
"name": "laravel-echo",
|
|
1906
2000
|
"description": "Laravel Echo for Nuxt.js",
|
|
1907
2001
|
"repo": "nuxt-community/laravel-echo",
|
|
1908
|
-
"npm": "",
|
|
2002
|
+
"npm": "@nuxtjs/laravel-echo",
|
|
1909
2003
|
"icon": "laravel-echo.png",
|
|
1910
2004
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1911
2005
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1918,7 +2012,6 @@
|
|
|
1918
2012
|
"github": "ricardogobbosouza"
|
|
1919
2013
|
}
|
|
1920
2014
|
],
|
|
1921
|
-
"contributors": [],
|
|
1922
2015
|
"compatibility": {
|
|
1923
2016
|
"nuxt": "^2.0.0",
|
|
1924
2017
|
"requires": {}
|
|
@@ -1928,7 +2021,7 @@
|
|
|
1928
2021
|
"name": "laravel-nuxt",
|
|
1929
2022
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1930
2023
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1931
|
-
"npm": "",
|
|
2024
|
+
"npm": "laravel-nuxt",
|
|
1932
2025
|
"icon": "",
|
|
1933
2026
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1934
2027
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1941,7 +2034,6 @@
|
|
|
1941
2034
|
"github": "skyrpex"
|
|
1942
2035
|
}
|
|
1943
2036
|
],
|
|
1944
|
-
"contributors": [],
|
|
1945
2037
|
"compatibility": {
|
|
1946
2038
|
"nuxt": "^2.0.0",
|
|
1947
2039
|
"requires": {}
|
|
@@ -1951,7 +2043,7 @@
|
|
|
1951
2043
|
"name": "laravel",
|
|
1952
2044
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1953
2045
|
"repo": "m2sd/nuxt-laravel",
|
|
1954
|
-
"npm": "",
|
|
2046
|
+
"npm": "nuxt-laravel",
|
|
1955
2047
|
"icon": "laravel.png",
|
|
1956
2048
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1957
2049
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1964,7 +2056,6 @@
|
|
|
1964
2056
|
"github": "m2sd"
|
|
1965
2057
|
}
|
|
1966
2058
|
],
|
|
1967
|
-
"contributors": [],
|
|
1968
2059
|
"compatibility": {
|
|
1969
2060
|
"nuxt": "^2.0.0",
|
|
1970
2061
|
"requires": {}
|
|
@@ -1974,7 +2065,7 @@
|
|
|
1974
2065
|
"name": "leaflet",
|
|
1975
2066
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1976
2067
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1977
|
-
"npm": "",
|
|
2068
|
+
"npm": "nuxt-leaflet",
|
|
1978
2069
|
"icon": "leaflet.png",
|
|
1979
2070
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1980
2071
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1987,7 +2078,6 @@
|
|
|
1987
2078
|
"github": "schlunsen"
|
|
1988
2079
|
}
|
|
1989
2080
|
],
|
|
1990
|
-
"contributors": [],
|
|
1991
2081
|
"compatibility": {
|
|
1992
2082
|
"nuxt": "^2.0.0",
|
|
1993
2083
|
"requires": {}
|
|
@@ -1997,7 +2087,7 @@
|
|
|
1997
2087
|
"name": "localforage",
|
|
1998
2088
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1999
2089
|
"repo": "nuxt-community/localforage-module",
|
|
2000
|
-
"npm": "",
|
|
2090
|
+
"npm": "@nuxtjs/localforage",
|
|
2001
2091
|
"icon": "",
|
|
2002
2092
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
2003
2093
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -2015,7 +2105,6 @@
|
|
|
2015
2105
|
"github": "ricardogobbosouza"
|
|
2016
2106
|
}
|
|
2017
2107
|
],
|
|
2018
|
-
"contributors": [],
|
|
2019
2108
|
"compatibility": {
|
|
2020
2109
|
"nuxt": "^2.0.0",
|
|
2021
2110
|
"requires": {}
|
|
@@ -2025,7 +2114,7 @@
|
|
|
2025
2114
|
"name": "localtunnel",
|
|
2026
2115
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
2027
2116
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
2028
|
-
"npm": "",
|
|
2117
|
+
"npm": "@nuxtjs/localtunnel",
|
|
2029
2118
|
"icon": "localtunnel.png",
|
|
2030
2119
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
2031
2120
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -2039,7 +2128,6 @@
|
|
|
2039
2128
|
"twitter": "_pi0_"
|
|
2040
2129
|
}
|
|
2041
2130
|
],
|
|
2042
|
-
"contributors": [],
|
|
2043
2131
|
"compatibility": {
|
|
2044
2132
|
"nuxt": "^2.0.0",
|
|
2045
2133
|
"requires": {}
|
|
@@ -2049,7 +2137,7 @@
|
|
|
2049
2137
|
"name": "lodash",
|
|
2050
2138
|
"description": "lodash module with auto-import and custom prefix",
|
|
2051
2139
|
"repo": "cipami/nuxt-lodash",
|
|
2052
|
-
"npm": "",
|
|
2140
|
+
"npm": "nuxt-lodash",
|
|
2053
2141
|
"icon": "lodash.svg",
|
|
2054
2142
|
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2055
2143
|
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
@@ -2062,7 +2150,6 @@
|
|
|
2062
2150
|
"github": "cipami"
|
|
2063
2151
|
}
|
|
2064
2152
|
],
|
|
2065
|
-
"contributors": [],
|
|
2066
2153
|
"compatibility": {
|
|
2067
2154
|
"nuxt": "^3.0.0",
|
|
2068
2155
|
"requires": {}
|
|
@@ -2072,7 +2159,7 @@
|
|
|
2072
2159
|
"name": "logrocket",
|
|
2073
2160
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
2074
2161
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
2075
|
-
"npm": "",
|
|
2162
|
+
"npm": "nuxt-logrocket",
|
|
2076
2163
|
"icon": "logrocket.png",
|
|
2077
2164
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
2078
2165
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -2086,7 +2173,6 @@
|
|
|
2086
2173
|
"twitter": "farzadso"
|
|
2087
2174
|
}
|
|
2088
2175
|
],
|
|
2089
|
-
"contributors": [],
|
|
2090
2176
|
"compatibility": {
|
|
2091
2177
|
"nuxt": "^2.0.0",
|
|
2092
2178
|
"requires": {}
|
|
@@ -2096,7 +2182,7 @@
|
|
|
2096
2182
|
"name": "lunr",
|
|
2097
2183
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
2098
2184
|
"repo": "nuxt-community/lunr-module",
|
|
2099
|
-
"npm": "",
|
|
2185
|
+
"npm": "@nuxtjs/lunr-module",
|
|
2100
2186
|
"icon": "",
|
|
2101
2187
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
2102
2188
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -2109,17 +2195,39 @@
|
|
|
2109
2195
|
"github": "pimlie"
|
|
2110
2196
|
}
|
|
2111
2197
|
],
|
|
2112
|
-
"contributors": [],
|
|
2113
2198
|
"compatibility": {
|
|
2114
2199
|
"nuxt": "^2.0.0",
|
|
2115
2200
|
"requires": {}
|
|
2116
2201
|
}
|
|
2117
2202
|
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "magic-regexp",
|
|
2205
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2206
|
+
"repo": "danielroe/magic-regexp",
|
|
2207
|
+
"npm": "magic-regexp",
|
|
2208
|
+
"icon": "magic-regexp.svg",
|
|
2209
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2210
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2211
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2212
|
+
"category": "Libraries",
|
|
2213
|
+
"type": "3rd-party",
|
|
2214
|
+
"maintainers": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "Daniel Roe",
|
|
2217
|
+
"github": "danielroe",
|
|
2218
|
+
"twitter": "danielcroe"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^3.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2118
2226
|
{
|
|
2119
2227
|
"name": "markdownit",
|
|
2120
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
2121
2229
|
"repo": "nuxt-community/markdownit-module",
|
|
2122
|
-
"npm": "",
|
|
2230
|
+
"npm": "@nuxtjs/markdownit",
|
|
2123
2231
|
"icon": "",
|
|
2124
2232
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2125
2233
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -2133,7 +2241,6 @@
|
|
|
2133
2241
|
"twitter": "_pi0_"
|
|
2134
2242
|
}
|
|
2135
2243
|
],
|
|
2136
|
-
"contributors": [],
|
|
2137
2244
|
"compatibility": {
|
|
2138
2245
|
"nuxt": "^2.0.0",
|
|
2139
2246
|
"requires": {}
|
|
@@ -2143,7 +2250,7 @@
|
|
|
2143
2250
|
"name": "matomo",
|
|
2144
2251
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
2145
2252
|
"repo": "pimlie/nuxt-matomo",
|
|
2146
|
-
"npm": "",
|
|
2253
|
+
"npm": "nuxt-matomo",
|
|
2147
2254
|
"icon": "matomo.png",
|
|
2148
2255
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
2149
2256
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -2156,7 +2263,6 @@
|
|
|
2156
2263
|
"github": "pimlie"
|
|
2157
2264
|
}
|
|
2158
2265
|
],
|
|
2159
|
-
"contributors": [],
|
|
2160
2266
|
"compatibility": {
|
|
2161
2267
|
"nuxt": "^2.0.0",
|
|
2162
2268
|
"requires": {}
|
|
@@ -2166,7 +2272,7 @@
|
|
|
2166
2272
|
"name": "mdx",
|
|
2167
2273
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
2168
2274
|
"repo": "nuxt-community/mdx-module",
|
|
2169
|
-
"npm": "",
|
|
2275
|
+
"npm": "@nuxtjs/mdx",
|
|
2170
2276
|
"icon": "mdx.png",
|
|
2171
2277
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
2172
2278
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -2180,17 +2286,41 @@
|
|
|
2180
2286
|
"twitter": "codebender828"
|
|
2181
2287
|
}
|
|
2182
2288
|
],
|
|
2183
|
-
"contributors": [],
|
|
2184
2289
|
"compatibility": {
|
|
2185
2290
|
"nuxt": "^2.0.0",
|
|
2186
2291
|
"requires": {}
|
|
2187
2292
|
}
|
|
2188
2293
|
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "meilisearch",
|
|
2296
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2297
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2298
|
+
"npm": "nuxt-meilisearch",
|
|
2299
|
+
"icon": "meilisearch.svg",
|
|
2300
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2301
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2302
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2303
|
+
"category": "Libraries",
|
|
2304
|
+
"type": "3rd-party",
|
|
2305
|
+
"maintainers": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "Alex Duval",
|
|
2308
|
+
"github": "xlanex6",
|
|
2309
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"compatibility": {
|
|
2313
|
+
"nuxt": "^3.0.0",
|
|
2314
|
+
"requires": {
|
|
2315
|
+
"bridge": false
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2189
2319
|
{
|
|
2190
2320
|
"name": "memwatch",
|
|
2191
2321
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
2192
2322
|
"repo": "pimlie/nuxt-memwatch",
|
|
2193
|
-
"npm": "",
|
|
2323
|
+
"npm": "nuxt-memwatch",
|
|
2194
2324
|
"icon": "",
|
|
2195
2325
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
2196
2326
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -2203,7 +2333,6 @@
|
|
|
2203
2333
|
"github": "pimlie"
|
|
2204
2334
|
}
|
|
2205
2335
|
],
|
|
2206
|
-
"contributors": [],
|
|
2207
2336
|
"compatibility": {
|
|
2208
2337
|
"nuxt": "^2.0.0",
|
|
2209
2338
|
"requires": {}
|
|
@@ -2213,7 +2342,7 @@
|
|
|
2213
2342
|
"name": "mobile",
|
|
2214
2343
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2215
2344
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2216
|
-
"npm": "",
|
|
2345
|
+
"npm": "nuxt-mobile",
|
|
2217
2346
|
"icon": "",
|
|
2218
2347
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2219
2348
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -2226,7 +2355,6 @@
|
|
|
2226
2355
|
"github": "ChanningDefoe"
|
|
2227
2356
|
}
|
|
2228
2357
|
],
|
|
2229
|
-
"contributors": [],
|
|
2230
2358
|
"compatibility": {
|
|
2231
2359
|
"nuxt": "^2.0.0",
|
|
2232
2360
|
"requires": {}
|
|
@@ -2236,7 +2364,7 @@
|
|
|
2236
2364
|
"name": "moment",
|
|
2237
2365
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2238
2366
|
"repo": "nuxt-community/moment-module",
|
|
2239
|
-
"npm": "",
|
|
2367
|
+
"npm": "@nuxtjs/moment",
|
|
2240
2368
|
"icon": "momentjs.png",
|
|
2241
2369
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2242
2370
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2254,7 +2382,6 @@
|
|
|
2254
2382
|
"github": "ricardogobbosouza"
|
|
2255
2383
|
}
|
|
2256
2384
|
],
|
|
2257
|
-
"contributors": [],
|
|
2258
2385
|
"compatibility": {
|
|
2259
2386
|
"nuxt": "^2.0.0",
|
|
2260
2387
|
"requires": {}
|
|
@@ -2264,7 +2391,7 @@
|
|
|
2264
2391
|
"name": "mq",
|
|
2265
2392
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2266
2393
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2267
|
-
"npm": "",
|
|
2394
|
+
"npm": "nuxt-mq",
|
|
2268
2395
|
"icon": "",
|
|
2269
2396
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2270
2397
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -2277,7 +2404,6 @@
|
|
|
2277
2404
|
"github": "vanhoofmaarten"
|
|
2278
2405
|
}
|
|
2279
2406
|
],
|
|
2280
|
-
"contributors": [],
|
|
2281
2407
|
"compatibility": {
|
|
2282
2408
|
"nuxt": "^2.0.0",
|
|
2283
2409
|
"requires": {}
|
|
@@ -2287,7 +2413,7 @@
|
|
|
2287
2413
|
"name": "neo",
|
|
2288
2414
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
2289
2415
|
"repo": "ezypeeze/nuxt-neo",
|
|
2290
|
-
"npm": "",
|
|
2416
|
+
"npm": "nuxt-neo",
|
|
2291
2417
|
"icon": "",
|
|
2292
2418
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
2293
2419
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -2300,7 +2426,6 @@
|
|
|
2300
2426
|
"github": "ezypeeze"
|
|
2301
2427
|
}
|
|
2302
2428
|
],
|
|
2303
|
-
"contributors": [],
|
|
2304
2429
|
"compatibility": {
|
|
2305
2430
|
"nuxt": "^2.0.0",
|
|
2306
2431
|
"requires": {}
|
|
@@ -2310,7 +2435,7 @@
|
|
|
2310
2435
|
"name": "netlify-cache",
|
|
2311
2436
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
2312
2437
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2313
|
-
"npm": "",
|
|
2438
|
+
"npm": "nuxt-netlify-cache",
|
|
2314
2439
|
"icon": "netlify.png",
|
|
2315
2440
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
2316
2441
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -2323,7 +2448,6 @@
|
|
|
2323
2448
|
"github": "DreaMinder"
|
|
2324
2449
|
}
|
|
2325
2450
|
],
|
|
2326
|
-
"contributors": [],
|
|
2327
2451
|
"compatibility": {
|
|
2328
2452
|
"nuxt": "^2.0.0",
|
|
2329
2453
|
"requires": {}
|
|
@@ -2333,7 +2457,7 @@
|
|
|
2333
2457
|
"name": "netlify-files",
|
|
2334
2458
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
2335
2459
|
"repo": "nuxt-community/netlify-files-module",
|
|
2336
|
-
"npm": "",
|
|
2460
|
+
"npm": "@nuxtjs/netlify-files",
|
|
2337
2461
|
"icon": "netlify.png",
|
|
2338
2462
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
2339
2463
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -2347,7 +2471,6 @@
|
|
|
2347
2471
|
"twitter": "TheAlexLichter"
|
|
2348
2472
|
}
|
|
2349
2473
|
],
|
|
2350
|
-
"contributors": [],
|
|
2351
2474
|
"compatibility": {
|
|
2352
2475
|
"nuxt": "^2.0.0",
|
|
2353
2476
|
"requires": {}
|
|
@@ -2357,7 +2480,7 @@
|
|
|
2357
2480
|
"name": "netlify",
|
|
2358
2481
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
2359
2482
|
"repo": "bazzite/nuxt-netlify",
|
|
2360
|
-
"npm": "",
|
|
2483
|
+
"npm": "@aceforth/nuxt-netlify",
|
|
2361
2484
|
"icon": "netlify.png",
|
|
2362
2485
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
2363
2486
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -2370,7 +2493,6 @@
|
|
|
2370
2493
|
"github": "bazzite"
|
|
2371
2494
|
}
|
|
2372
2495
|
],
|
|
2373
|
-
"contributors": [],
|
|
2374
2496
|
"compatibility": {
|
|
2375
2497
|
"nuxt": "^2.0.0",
|
|
2376
2498
|
"requires": {}
|
|
@@ -2380,7 +2502,7 @@
|
|
|
2380
2502
|
"name": "ngrok",
|
|
2381
2503
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
2382
2504
|
"repo": "nuxt-community/ngrok",
|
|
2383
|
-
"npm": "",
|
|
2505
|
+
"npm": "@nuxtjs/ngrok",
|
|
2384
2506
|
"icon": "ngrok.png",
|
|
2385
2507
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2386
2508
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -2399,7 +2521,6 @@
|
|
|
2399
2521
|
"twitter": "_pi0_"
|
|
2400
2522
|
}
|
|
2401
2523
|
],
|
|
2402
|
-
"contributors": [],
|
|
2403
2524
|
"compatibility": {
|
|
2404
2525
|
"nuxt": "^2.0.0",
|
|
2405
2526
|
"requires": {}
|
|
@@ -2409,7 +2530,7 @@
|
|
|
2409
2530
|
"name": "notion",
|
|
2410
2531
|
"description": "Vue renderer for Notion pages",
|
|
2411
2532
|
"repo": "janniks/vue-notion",
|
|
2412
|
-
"npm": "",
|
|
2533
|
+
"npm": "vue-notion",
|
|
2413
2534
|
"icon": "notion.svg",
|
|
2414
2535
|
"github": "https://github.com/janniks/vue-notion",
|
|
2415
2536
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -2422,7 +2543,6 @@
|
|
|
2422
2543
|
"github": "janniks"
|
|
2423
2544
|
}
|
|
2424
2545
|
],
|
|
2425
|
-
"contributors": [],
|
|
2426
2546
|
"compatibility": {
|
|
2427
2547
|
"nuxt": "^2.0.0",
|
|
2428
2548
|
"requires": {}
|
|
@@ -2432,7 +2552,7 @@
|
|
|
2432
2552
|
"name": "nuxt-hue",
|
|
2433
2553
|
"description": "Enlighten your Nuxt experience",
|
|
2434
2554
|
"repo": "lihbr/nuxt-hue",
|
|
2435
|
-
"npm": "",
|
|
2555
|
+
"npm": "nuxt-hue",
|
|
2436
2556
|
"icon": "nuxt-hue.svg",
|
|
2437
2557
|
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2438
2558
|
"website": "https://github.com/lihbr/nuxt-hue",
|
|
@@ -2445,7 +2565,6 @@
|
|
|
2445
2565
|
"github": "lihbr"
|
|
2446
2566
|
}
|
|
2447
2567
|
],
|
|
2448
|
-
"contributors": [],
|
|
2449
2568
|
"compatibility": {
|
|
2450
2569
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2451
2570
|
"requires": {
|
|
@@ -2453,11 +2572,33 @@
|
|
|
2453
2572
|
}
|
|
2454
2573
|
}
|
|
2455
2574
|
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "nuxt-monaco-editor",
|
|
2577
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2578
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2579
|
+
"npm": "nuxt-monaco-editor",
|
|
2580
|
+
"icon": "",
|
|
2581
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2582
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2583
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2584
|
+
"category": "Libraries",
|
|
2585
|
+
"type": "3rd-party",
|
|
2586
|
+
"maintainers": [
|
|
2587
|
+
{
|
|
2588
|
+
"name": "e-chan1007",
|
|
2589
|
+
"github": "e-chan1007"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
2593
|
+
"nuxt": "^3.0.0",
|
|
2594
|
+
"requires": {}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2456
2597
|
{
|
|
2457
2598
|
"name": "nuxt-pino-log",
|
|
2458
2599
|
"description": "Structured logs for nuxt apps using pino",
|
|
2459
2600
|
"repo": "kpn/nuxt-pino-log",
|
|
2460
|
-
"npm": "",
|
|
2601
|
+
"npm": "nuxt-pino-log",
|
|
2461
2602
|
"icon": "",
|
|
2462
2603
|
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2463
2604
|
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
@@ -2470,7 +2611,6 @@
|
|
|
2470
2611
|
"github": "kpn"
|
|
2471
2612
|
}
|
|
2472
2613
|
],
|
|
2473
|
-
"contributors": [],
|
|
2474
2614
|
"compatibility": {
|
|
2475
2615
|
"nuxt": "^2.0.0",
|
|
2476
2616
|
"requires": {}
|
|
@@ -2480,7 +2620,7 @@
|
|
|
2480
2620
|
"name": "nuxt-png-to-ico",
|
|
2481
2621
|
"description": "Nuxt.js module for auto generating favicons",
|
|
2482
2622
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2483
|
-
"npm": "",
|
|
2623
|
+
"npm": "nuxt-png-to-ico",
|
|
2484
2624
|
"icon": "",
|
|
2485
2625
|
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2486
2626
|
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
@@ -2494,7 +2634,6 @@
|
|
|
2494
2634
|
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2495
2635
|
}
|
|
2496
2636
|
],
|
|
2497
|
-
"contributors": [],
|
|
2498
2637
|
"compatibility": {
|
|
2499
2638
|
"nuxt": "^2.0.0",
|
|
2500
2639
|
"requires": {}
|
|
@@ -2504,7 +2643,7 @@
|
|
|
2504
2643
|
"name": "nuxt-smartlook",
|
|
2505
2644
|
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2506
2645
|
"repo": "f00b4r/nuxt-smartlook",
|
|
2507
|
-
"npm": "",
|
|
2646
|
+
"npm": "nuxt-smartlook",
|
|
2508
2647
|
"icon": "nuxt-smartlook.png",
|
|
2509
2648
|
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2510
2649
|
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
@@ -2519,7 +2658,50 @@
|
|
|
2519
2658
|
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2520
2659
|
}
|
|
2521
2660
|
],
|
|
2522
|
-
"
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^2.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "nuxt-svgo",
|
|
2668
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2669
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2670
|
+
"npm": "nuxt-svgo",
|
|
2671
|
+
"icon": "",
|
|
2672
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2673
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2674
|
+
"learn_more": "",
|
|
2675
|
+
"category": "Images",
|
|
2676
|
+
"type": "3rd-party",
|
|
2677
|
+
"maintainers": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "cpsoinos",
|
|
2680
|
+
"github": "cpsoinos"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^3.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-unleash",
|
|
2690
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2691
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2692
|
+
"npm": "nuxt-unleash",
|
|
2693
|
+
"icon": "nuxt-unleash.svg",
|
|
2694
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2695
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2696
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2697
|
+
"category": "Deployment",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "Juanjo Conejerock",
|
|
2702
|
+
"github": "conejerock"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2523
2705
|
"compatibility": {
|
|
2524
2706
|
"nuxt": "^2.0.0",
|
|
2525
2707
|
"requires": {}
|
|
@@ -2529,7 +2711,7 @@
|
|
|
2529
2711
|
"name": "nuxt-use-motion",
|
|
2530
2712
|
"description": "A Nuxt module putting your components in motion",
|
|
2531
2713
|
"repo": "Tahul/nuxt-use-motion",
|
|
2532
|
-
"npm": "",
|
|
2714
|
+
"npm": "nuxt-use-motion",
|
|
2533
2715
|
"icon": "nuxt-use-motion.svg",
|
|
2534
2716
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2535
2717
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -2542,7 +2724,6 @@
|
|
|
2542
2724
|
"github": "Tahul"
|
|
2543
2725
|
}
|
|
2544
2726
|
],
|
|
2545
|
-
"contributors": [],
|
|
2546
2727
|
"compatibility": {
|
|
2547
2728
|
"nuxt": "^2.0.0",
|
|
2548
2729
|
"requires": {}
|
|
@@ -2552,7 +2733,7 @@
|
|
|
2552
2733
|
"name": "nuxt-use-sound",
|
|
2553
2734
|
"description": "A Nuxt module for playing sound effects.",
|
|
2554
2735
|
"repo": "Tahul/nuxt-use-sound",
|
|
2555
|
-
"npm": "",
|
|
2736
|
+
"npm": "nuxt-use-sound",
|
|
2556
2737
|
"icon": "nuxt-use-sound.svg",
|
|
2557
2738
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2558
2739
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -2565,7 +2746,6 @@
|
|
|
2565
2746
|
"github": "Tahul"
|
|
2566
2747
|
}
|
|
2567
2748
|
],
|
|
2568
|
-
"contributors": [],
|
|
2569
2749
|
"compatibility": {
|
|
2570
2750
|
"nuxt": "^2.0.0",
|
|
2571
2751
|
"requires": {}
|
|
@@ -2575,7 +2755,7 @@
|
|
|
2575
2755
|
"name": "nuxt-viewport",
|
|
2576
2756
|
"description": "Define custom viewports for your Nuxt project",
|
|
2577
2757
|
"repo": "mvrlin/nuxt-viewport",
|
|
2578
|
-
"npm": "",
|
|
2758
|
+
"npm": "nuxt-viewport",
|
|
2579
2759
|
"icon": "nuxt-viewport.svg",
|
|
2580
2760
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2581
2761
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -2588,7 +2768,6 @@
|
|
|
2588
2768
|
"github": "mvrlin"
|
|
2589
2769
|
}
|
|
2590
2770
|
],
|
|
2591
|
-
"contributors": [],
|
|
2592
2771
|
"compatibility": {
|
|
2593
2772
|
"nuxt": "^2.0.0",
|
|
2594
2773
|
"requires": {}
|
|
@@ -2598,7 +2777,7 @@
|
|
|
2598
2777
|
"name": "nuxt7",
|
|
2599
2778
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2600
2779
|
"repo": "nuxt-community/nuxt7",
|
|
2601
|
-
"npm": "",
|
|
2780
|
+
"npm": "nuxt7",
|
|
2602
2781
|
"icon": "",
|
|
2603
2782
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2604
2783
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -2612,7 +2791,6 @@
|
|
|
2612
2791
|
"twitter": "_pi0_"
|
|
2613
2792
|
}
|
|
2614
2793
|
],
|
|
2615
|
-
"contributors": [],
|
|
2616
2794
|
"compatibility": {
|
|
2617
2795
|
"nuxt": "^2.0.0",
|
|
2618
2796
|
"requires": {}
|
|
@@ -2622,7 +2800,7 @@
|
|
|
2622
2800
|
"name": "onesignal",
|
|
2623
2801
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
2624
2802
|
"repo": "nuxt-community/onesignal-module",
|
|
2625
|
-
"npm": "",
|
|
2803
|
+
"npm": "@nuxtjs/onesignal",
|
|
2626
2804
|
"icon": "one-signal.png",
|
|
2627
2805
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
2628
2806
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -2636,7 +2814,6 @@
|
|
|
2636
2814
|
"twitter": "_pi0_"
|
|
2637
2815
|
}
|
|
2638
2816
|
],
|
|
2639
|
-
"contributors": [],
|
|
2640
2817
|
"compatibility": {
|
|
2641
2818
|
"nuxt": "^2.0.0",
|
|
2642
2819
|
"requires": {}
|
|
@@ -2646,7 +2823,7 @@
|
|
|
2646
2823
|
"name": "optimized-images",
|
|
2647
2824
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
2648
2825
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
2649
|
-
"npm": "",
|
|
2826
|
+
"npm": "@aceforth/nuxt-optimized-images",
|
|
2650
2827
|
"icon": "",
|
|
2651
2828
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
2652
2829
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -2660,7 +2837,6 @@
|
|
|
2660
2837
|
"twitter": "juliomrqz"
|
|
2661
2838
|
}
|
|
2662
2839
|
],
|
|
2663
|
-
"contributors": [],
|
|
2664
2840
|
"compatibility": {
|
|
2665
2841
|
"nuxt": "^2.0.0",
|
|
2666
2842
|
"requires": {}
|
|
@@ -2670,7 +2846,7 @@
|
|
|
2670
2846
|
"name": "page-generator-helper",
|
|
2671
2847
|
"description": "Generate your pages statically without using payload extractors.",
|
|
2672
2848
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2673
|
-
"npm": "",
|
|
2849
|
+
"npm": "nuxt-page-generator-helper",
|
|
2674
2850
|
"icon": "",
|
|
2675
2851
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2676
2852
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -2683,7 +2859,6 @@
|
|
|
2683
2859
|
"github": "GrabarzUndPartner"
|
|
2684
2860
|
}
|
|
2685
2861
|
],
|
|
2686
|
-
"contributors": [],
|
|
2687
2862
|
"compatibility": {
|
|
2688
2863
|
"nuxt": "^2.0.0",
|
|
2689
2864
|
"requires": {}
|
|
@@ -2693,7 +2868,7 @@
|
|
|
2693
2868
|
"name": "parse",
|
|
2694
2869
|
"description": "Parse package for Nuxt.js",
|
|
2695
2870
|
"repo": "cierrateam/nuxt-parse",
|
|
2696
|
-
"npm": "",
|
|
2871
|
+
"npm": "nuxt-parse",
|
|
2697
2872
|
"icon": "",
|
|
2698
2873
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
2699
2874
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -2706,7 +2881,6 @@
|
|
|
2706
2881
|
"github": "cierrateam"
|
|
2707
2882
|
}
|
|
2708
2883
|
],
|
|
2709
|
-
"contributors": [],
|
|
2710
2884
|
"compatibility": {
|
|
2711
2885
|
"nuxt": "^2.0.0",
|
|
2712
2886
|
"requires": {}
|
|
@@ -2715,11 +2889,11 @@
|
|
|
2715
2889
|
{
|
|
2716
2890
|
"name": "partytown",
|
|
2717
2891
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2718
|
-
"repo": "nuxt-
|
|
2719
|
-
"npm": "",
|
|
2892
|
+
"repo": "nuxt-modules/partytown",
|
|
2893
|
+
"npm": "@nuxtjs/partytown",
|
|
2720
2894
|
"icon": "partytown.svg",
|
|
2721
|
-
"github": "https://github.com/nuxt-
|
|
2722
|
-
"website": "https://github.com/nuxt-
|
|
2895
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2896
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2723
2897
|
"learn_more": "https://partytown.builder.io/",
|
|
2724
2898
|
"category": "Performance",
|
|
2725
2899
|
"type": "community",
|
|
@@ -2730,7 +2904,6 @@
|
|
|
2730
2904
|
"twitter": "danielcroe"
|
|
2731
2905
|
}
|
|
2732
2906
|
],
|
|
2733
|
-
"contributors": [],
|
|
2734
2907
|
"compatibility": {
|
|
2735
2908
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2736
2909
|
"requires": {
|
|
@@ -2742,7 +2915,7 @@
|
|
|
2742
2915
|
"name": "persian-datepicker",
|
|
2743
2916
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2744
2917
|
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2745
|
-
"npm": "",
|
|
2918
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2746
2919
|
"icon": "persian-datepicker.svg",
|
|
2747
2920
|
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2748
2921
|
"website": "https://alireza-ab.ir/datepicker",
|
|
@@ -2756,7 +2929,6 @@
|
|
|
2756
2929
|
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2757
2930
|
}
|
|
2758
2931
|
],
|
|
2759
|
-
"contributors": [],
|
|
2760
2932
|
"compatibility": {
|
|
2761
2933
|
"nuxt": "^2.0.0",
|
|
2762
2934
|
"requires": {}
|
|
@@ -2766,7 +2938,7 @@
|
|
|
2766
2938
|
"name": "pinia",
|
|
2767
2939
|
"description": "The Vue Store that you will enjoy using",
|
|
2768
2940
|
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2769
|
-
"npm": "",
|
|
2941
|
+
"npm": "@pinia/nuxt",
|
|
2770
2942
|
"icon": "pinia.svg",
|
|
2771
2943
|
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2772
2944
|
"website": "https://pinia.esm.dev/",
|
|
@@ -2779,7 +2951,6 @@
|
|
|
2779
2951
|
"github": "posva"
|
|
2780
2952
|
}
|
|
2781
2953
|
],
|
|
2782
|
-
"contributors": [],
|
|
2783
2954
|
"compatibility": {
|
|
2784
2955
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2785
2956
|
"requires": {
|
|
@@ -2791,7 +2962,7 @@
|
|
|
2791
2962
|
"name": "plausible",
|
|
2792
2963
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2793
2964
|
"repo": "moritzsternemann/vue-plausible",
|
|
2794
|
-
"npm": "",
|
|
2965
|
+
"npm": "vue-plausible",
|
|
2795
2966
|
"icon": "plausible.png",
|
|
2796
2967
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2797
2968
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
@@ -2804,17 +2975,18 @@
|
|
|
2804
2975
|
"github": "moritzsternemann"
|
|
2805
2976
|
}
|
|
2806
2977
|
],
|
|
2807
|
-
"contributors": [],
|
|
2808
2978
|
"compatibility": {
|
|
2809
|
-
"nuxt": "^2.0.0",
|
|
2810
|
-
"requires": {
|
|
2979
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2980
|
+
"requires": {
|
|
2981
|
+
"bridge": "optional"
|
|
2982
|
+
}
|
|
2811
2983
|
}
|
|
2812
2984
|
},
|
|
2813
2985
|
{
|
|
2814
2986
|
"name": "precompress",
|
|
2815
2987
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2816
2988
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2817
|
-
"npm": "",
|
|
2989
|
+
"npm": "nuxt-precompress",
|
|
2818
2990
|
"icon": "",
|
|
2819
2991
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2820
2992
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2827,7 +2999,6 @@
|
|
|
2827
2999
|
"github": "frenchrabbit"
|
|
2828
3000
|
}
|
|
2829
3001
|
],
|
|
2830
|
-
"contributors": [],
|
|
2831
3002
|
"compatibility": {
|
|
2832
3003
|
"nuxt": "^2.0.0",
|
|
2833
3004
|
"requires": {}
|
|
@@ -2836,33 +3007,23 @@
|
|
|
2836
3007
|
{
|
|
2837
3008
|
"name": "prismic",
|
|
2838
3009
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2839
|
-
"repo": "nuxt-
|
|
2840
|
-
"npm": "",
|
|
3010
|
+
"repo": "nuxt-modules/prismic",
|
|
3011
|
+
"npm": "@nuxtjs/prismic",
|
|
2841
3012
|
"icon": "prismic.png",
|
|
2842
|
-
"github": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2843
3014
|
"website": "https://prismic.nuxtjs.org",
|
|
2844
|
-
"learn_more": "https://prismic.io
|
|
3015
|
+
"learn_more": "https://prismic.io",
|
|
2845
3016
|
"category": "CMS",
|
|
2846
3017
|
"type": "community",
|
|
2847
3018
|
"maintainers": [
|
|
2848
|
-
{
|
|
2849
|
-
"name": "Sébastien Chopin",
|
|
2850
|
-
"github": "Atinux",
|
|
2851
|
-
"twitter": "Atinux"
|
|
2852
|
-
},
|
|
2853
3019
|
{
|
|
2854
3020
|
"name": "lihbr",
|
|
2855
3021
|
"github": "lihbr",
|
|
2856
3022
|
"twitter": "li_hbr"
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"name": "James Pegg",
|
|
2860
|
-
"github": "jamespegg"
|
|
2861
3023
|
}
|
|
2862
3024
|
],
|
|
2863
|
-
"contributors": [],
|
|
2864
3025
|
"compatibility": {
|
|
2865
|
-
"nuxt": "^2.0.0",
|
|
3026
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2866
3027
|
"requires": {}
|
|
2867
3028
|
}
|
|
2868
3029
|
},
|
|
@@ -2870,7 +3031,7 @@
|
|
|
2870
3031
|
"name": "protected-mailto",
|
|
2871
3032
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2872
3033
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2873
|
-
"npm": "",
|
|
3034
|
+
"npm": "nuxt-protected-mailto",
|
|
2874
3035
|
"icon": "",
|
|
2875
3036
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2876
3037
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2883,7 +3044,6 @@
|
|
|
2883
3044
|
"github": "mmoollllee"
|
|
2884
3045
|
}
|
|
2885
3046
|
],
|
|
2886
|
-
"contributors": [],
|
|
2887
3047
|
"compatibility": {
|
|
2888
3048
|
"nuxt": "^2.0.0",
|
|
2889
3049
|
"requires": {}
|
|
@@ -2893,7 +3053,7 @@
|
|
|
2893
3053
|
"name": "proxy",
|
|
2894
3054
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2895
3055
|
"repo": "nuxt-community/proxy-module",
|
|
2896
|
-
"npm": "",
|
|
3056
|
+
"npm": "@nuxtjs/proxy",
|
|
2897
3057
|
"icon": "",
|
|
2898
3058
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2899
3059
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2907,7 +3067,6 @@
|
|
|
2907
3067
|
"twitter": "_pi0_"
|
|
2908
3068
|
}
|
|
2909
3069
|
],
|
|
2910
|
-
"contributors": [],
|
|
2911
3070
|
"compatibility": {
|
|
2912
3071
|
"nuxt": "^2.0.0",
|
|
2913
3072
|
"requires": {}
|
|
@@ -2917,7 +3076,7 @@
|
|
|
2917
3076
|
"name": "prune-html",
|
|
2918
3077
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2919
3078
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2920
|
-
"npm": "",
|
|
3079
|
+
"npm": "@luxdamore/nuxt-prune-html",
|
|
2921
3080
|
"icon": "",
|
|
2922
3081
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2923
3082
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2931,7 +3090,6 @@
|
|
|
2931
3090
|
"twitter": "luxdamore"
|
|
2932
3091
|
}
|
|
2933
3092
|
],
|
|
2934
|
-
"contributors": [],
|
|
2935
3093
|
"compatibility": {
|
|
2936
3094
|
"nuxt": "^2.0.0",
|
|
2937
3095
|
"requires": {}
|
|
@@ -2941,7 +3099,7 @@
|
|
|
2941
3099
|
"name": "purgecss",
|
|
2942
3100
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2943
3101
|
"repo": "Developmint/nuxt-purgecss",
|
|
2944
|
-
"npm": "",
|
|
3102
|
+
"npm": "nuxt-purgecss",
|
|
2945
3103
|
"icon": "purgecss.png",
|
|
2946
3104
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2947
3105
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2954,7 +3112,6 @@
|
|
|
2954
3112
|
"github": "Developmint"
|
|
2955
3113
|
}
|
|
2956
3114
|
],
|
|
2957
|
-
"contributors": [],
|
|
2958
3115
|
"compatibility": {
|
|
2959
3116
|
"nuxt": "^2.0.0",
|
|
2960
3117
|
"requires": {}
|
|
@@ -2964,7 +3121,7 @@
|
|
|
2964
3121
|
"name": "pwa",
|
|
2965
3122
|
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2966
3123
|
"repo": "nuxt-community/pwa-module",
|
|
2967
|
-
"npm": "",
|
|
3124
|
+
"npm": "@nuxtjs/pwa",
|
|
2968
3125
|
"icon": "pwa.png",
|
|
2969
3126
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2970
3127
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2978,7 +3135,6 @@
|
|
|
2978
3135
|
"twitter": "_pi0_"
|
|
2979
3136
|
}
|
|
2980
3137
|
],
|
|
2981
|
-
"contributors": [],
|
|
2982
3138
|
"compatibility": {
|
|
2983
3139
|
"nuxt": "^2.0.0",
|
|
2984
3140
|
"requires": {
|
|
@@ -2990,7 +3146,7 @@
|
|
|
2990
3146
|
"name": "python",
|
|
2991
3147
|
"description": "Write Nuxt.js applications using Python",
|
|
2992
3148
|
"repo": "nuxt-community/python-module",
|
|
2993
|
-
"npm": "",
|
|
3149
|
+
"npm": "@nuxtjs/python",
|
|
2994
3150
|
"icon": "python.png",
|
|
2995
3151
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2996
3152
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -3003,7 +3159,6 @@
|
|
|
3003
3159
|
"github": "icarito"
|
|
3004
3160
|
}
|
|
3005
3161
|
],
|
|
3006
|
-
"contributors": [],
|
|
3007
3162
|
"compatibility": {
|
|
3008
3163
|
"nuxt": "^2.0.0",
|
|
3009
3164
|
"requires": {}
|
|
@@ -3013,7 +3168,7 @@
|
|
|
3013
3168
|
"name": "recaptcha",
|
|
3014
3169
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
3015
3170
|
"repo": "nuxt-community/recaptcha-module",
|
|
3016
|
-
"npm": "",
|
|
3171
|
+
"npm": "@nuxtjs/recaptcha",
|
|
3017
3172
|
"icon": "recaptcha.png",
|
|
3018
3173
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
3019
3174
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -3026,7 +3181,6 @@
|
|
|
3026
3181
|
"github": "mvrlin"
|
|
3027
3182
|
}
|
|
3028
3183
|
],
|
|
3029
|
-
"contributors": [],
|
|
3030
3184
|
"compatibility": {
|
|
3031
3185
|
"nuxt": "^2.0.0",
|
|
3032
3186
|
"requires": {}
|
|
@@ -3036,7 +3190,7 @@
|
|
|
3036
3190
|
"name": "redirect",
|
|
3037
3191
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
3038
3192
|
"repo": "nuxt-community/redirect-module",
|
|
3039
|
-
"npm": "",
|
|
3193
|
+
"npm": "@nuxtjs/redirect-module",
|
|
3040
3194
|
"icon": "",
|
|
3041
3195
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
3042
3196
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -3050,7 +3204,6 @@
|
|
|
3050
3204
|
"twitter": "TheAlexLichter"
|
|
3051
3205
|
}
|
|
3052
3206
|
],
|
|
3053
|
-
"contributors": [],
|
|
3054
3207
|
"compatibility": {
|
|
3055
3208
|
"nuxt": "^2.0.0",
|
|
3056
3209
|
"requires": {}
|
|
@@ -3060,7 +3213,7 @@
|
|
|
3060
3213
|
"name": "rfg-icon",
|
|
3061
3214
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
3062
3215
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3063
|
-
"npm": "",
|
|
3216
|
+
"npm": "nuxt-rfg-icon",
|
|
3064
3217
|
"icon": "real-favicon-generator.png",
|
|
3065
3218
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
3066
3219
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -3073,7 +3226,6 @@
|
|
|
3073
3226
|
"github": "pimlie"
|
|
3074
3227
|
}
|
|
3075
3228
|
],
|
|
3076
|
-
"contributors": [],
|
|
3077
3229
|
"compatibility": {
|
|
3078
3230
|
"nuxt": "^2.0.0",
|
|
3079
3231
|
"requires": {}
|
|
@@ -3083,7 +3235,7 @@
|
|
|
3083
3235
|
"name": "robots",
|
|
3084
3236
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3085
3237
|
"repo": "nuxt-community/robots-module",
|
|
3086
|
-
"npm": "",
|
|
3238
|
+
"npm": "@nuxtjs/robots",
|
|
3087
3239
|
"icon": "",
|
|
3088
3240
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3089
3241
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
@@ -3096,7 +3248,6 @@
|
|
|
3096
3248
|
"github": "ricardogobbosouza"
|
|
3097
3249
|
}
|
|
3098
3250
|
],
|
|
3099
|
-
"contributors": [],
|
|
3100
3251
|
"compatibility": {
|
|
3101
3252
|
"nuxt": "^2.0.0",
|
|
3102
3253
|
"requires": {}
|
|
@@ -3106,7 +3257,7 @@
|
|
|
3106
3257
|
"name": "rollbar",
|
|
3107
3258
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
3108
3259
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
3109
|
-
"npm": "",
|
|
3260
|
+
"npm": "nuxt-rollbar-module",
|
|
3110
3261
|
"icon": "rollbar.png",
|
|
3111
3262
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
3112
3263
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -3119,7 +3270,6 @@
|
|
|
3119
3270
|
"github": "gaelreyrol"
|
|
3120
3271
|
}
|
|
3121
3272
|
],
|
|
3122
|
-
"contributors": [],
|
|
3123
3273
|
"compatibility": {
|
|
3124
3274
|
"nuxt": "^2.0.0",
|
|
3125
3275
|
"requires": {}
|
|
@@ -3129,7 +3279,7 @@
|
|
|
3129
3279
|
"name": "router-extras",
|
|
3130
3280
|
"description": "Extra Add-ons for nuxt router",
|
|
3131
3281
|
"repo": "nuxt-community/router-extras-module",
|
|
3132
|
-
"npm": "",
|
|
3282
|
+
"npm": "@nuxtjs/router-extras",
|
|
3133
3283
|
"icon": "vue.png",
|
|
3134
3284
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
3135
3285
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -3143,7 +3293,6 @@
|
|
|
3143
3293
|
"twitter": "a_birang"
|
|
3144
3294
|
}
|
|
3145
3295
|
],
|
|
3146
|
-
"contributors": [],
|
|
3147
3296
|
"compatibility": {
|
|
3148
3297
|
"nuxt": "^2.0.0",
|
|
3149
3298
|
"requires": {}
|
|
@@ -3153,7 +3302,7 @@
|
|
|
3153
3302
|
"name": "router",
|
|
3154
3303
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
3155
3304
|
"repo": "nuxt-community/router-module",
|
|
3156
|
-
"npm": "",
|
|
3305
|
+
"npm": "@nuxtjs/router",
|
|
3157
3306
|
"icon": "vue.png",
|
|
3158
3307
|
"github": "https://github.com/nuxt-community/router-module",
|
|
3159
3308
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -3167,7 +3316,6 @@
|
|
|
3167
3316
|
"twitter": "Atinux"
|
|
3168
3317
|
}
|
|
3169
3318
|
],
|
|
3170
|
-
"contributors": [],
|
|
3171
3319
|
"compatibility": {
|
|
3172
3320
|
"nuxt": "^2.0.0",
|
|
3173
3321
|
"requires": {}
|
|
@@ -3175,11 +3323,11 @@
|
|
|
3175
3323
|
},
|
|
3176
3324
|
{
|
|
3177
3325
|
"name": "sanity",
|
|
3178
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3179
|
-
"repo": "nuxt-
|
|
3180
|
-
"npm": "",
|
|
3326
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3327
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3328
|
+
"npm": "@nuxtjs/sanity",
|
|
3181
3329
|
"icon": "sanity.png",
|
|
3182
|
-
"github": "https://github.com/nuxt-
|
|
3330
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3183
3331
|
"website": "https://sanity.nuxtjs.org",
|
|
3184
3332
|
"learn_more": "https://www.sanity.io/",
|
|
3185
3333
|
"category": "CMS",
|
|
@@ -3191,9 +3339,34 @@
|
|
|
3191
3339
|
"twitter": "danielcroe"
|
|
3192
3340
|
}
|
|
3193
3341
|
],
|
|
3194
|
-
"contributors": [],
|
|
3195
3342
|
"compatibility": {
|
|
3196
|
-
"nuxt": "^2.0.0",
|
|
3343
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3344
|
+
"requires": {
|
|
3345
|
+
"bridge": "optional"
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"name": "schema-org",
|
|
3351
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3352
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3353
|
+
"npm": "nuxt-schema-org",
|
|
3354
|
+
"icon": "schema-org.svg",
|
|
3355
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3356
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3357
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3358
|
+
"category": "SEO",
|
|
3359
|
+
"type": "3rd-party",
|
|
3360
|
+
"maintainers": [
|
|
3361
|
+
{
|
|
3362
|
+
"name": "Harlan Wilton",
|
|
3363
|
+
"github": "harlan-zw",
|
|
3364
|
+
"twitter": "harlan_zw",
|
|
3365
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3366
|
+
}
|
|
3367
|
+
],
|
|
3368
|
+
"compatibility": {
|
|
3369
|
+
"nuxt": "^3.0.0",
|
|
3197
3370
|
"requires": {}
|
|
3198
3371
|
}
|
|
3199
3372
|
},
|
|
@@ -3201,7 +3374,7 @@
|
|
|
3201
3374
|
"name": "scss-to-js",
|
|
3202
3375
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
3203
3376
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
3204
|
-
"npm": "",
|
|
3377
|
+
"npm": "nuxt-scss-to-js",
|
|
3205
3378
|
"icon": "",
|
|
3206
3379
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
3207
3380
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -3214,7 +3387,6 @@
|
|
|
3214
3387
|
"github": "sugoidesune"
|
|
3215
3388
|
}
|
|
3216
3389
|
],
|
|
3217
|
-
"contributors": [],
|
|
3218
3390
|
"compatibility": {
|
|
3219
3391
|
"nuxt": "^2.0.0",
|
|
3220
3392
|
"requires": {}
|
|
@@ -3224,7 +3396,7 @@
|
|
|
3224
3396
|
"name": "segment",
|
|
3225
3397
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
3226
3398
|
"repo": "dansmaculotte/nuxt-segment",
|
|
3227
|
-
"npm": "",
|
|
3399
|
+
"npm": "@dansmaculotte/nuxt-segment",
|
|
3228
3400
|
"icon": "segment.png",
|
|
3229
3401
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
3230
3402
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -3237,7 +3409,6 @@
|
|
|
3237
3409
|
"github": "dansmaculotte"
|
|
3238
3410
|
}
|
|
3239
3411
|
],
|
|
3240
|
-
"contributors": [],
|
|
3241
3412
|
"compatibility": {
|
|
3242
3413
|
"nuxt": "^2.0.0",
|
|
3243
3414
|
"requires": {}
|
|
@@ -3247,7 +3418,7 @@
|
|
|
3247
3418
|
"name": "sentry",
|
|
3248
3419
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
3249
3420
|
"repo": "nuxt-community/sentry-module",
|
|
3250
|
-
"npm": "",
|
|
3421
|
+
"npm": "@nuxtjs/sentry",
|
|
3251
3422
|
"icon": "sentry.png",
|
|
3252
3423
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
3253
3424
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -3260,7 +3431,6 @@
|
|
|
3260
3431
|
"github": "rchl"
|
|
3261
3432
|
}
|
|
3262
3433
|
],
|
|
3263
|
-
"contributors": [],
|
|
3264
3434
|
"compatibility": {
|
|
3265
3435
|
"nuxt": "^2.0.0",
|
|
3266
3436
|
"requires": {}
|
|
@@ -3269,8 +3439,8 @@
|
|
|
3269
3439
|
{
|
|
3270
3440
|
"name": "seo-meta",
|
|
3271
3441
|
"description": "Simple generate seo metadata",
|
|
3272
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3273
|
-
"npm": "",
|
|
3442
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3443
|
+
"npm": "nuxt-seo-meta",
|
|
3274
3444
|
"icon": "",
|
|
3275
3445
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3276
3446
|
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3284,7 +3454,6 @@
|
|
|
3284
3454
|
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3285
3455
|
}
|
|
3286
3456
|
],
|
|
3287
|
-
"contributors": [],
|
|
3288
3457
|
"compatibility": {
|
|
3289
3458
|
"nuxt": "^2.0.0",
|
|
3290
3459
|
"requires": {}
|
|
@@ -3294,7 +3463,7 @@
|
|
|
3294
3463
|
"name": "seomatic-meta",
|
|
3295
3464
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
3296
3465
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
3297
|
-
"npm": "",
|
|
3466
|
+
"npm": "nuxt-seomatic-meta",
|
|
3298
3467
|
"icon": "seomatic.png",
|
|
3299
3468
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
3300
3469
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -3307,7 +3476,6 @@
|
|
|
3307
3476
|
"github": "ben-rogerson"
|
|
3308
3477
|
}
|
|
3309
3478
|
],
|
|
3310
|
-
"contributors": [],
|
|
3311
3479
|
"compatibility": {
|
|
3312
3480
|
"nuxt": "^2.0.0",
|
|
3313
3481
|
"requires": {}
|
|
@@ -3317,7 +3485,7 @@
|
|
|
3317
3485
|
"name": "separate-env",
|
|
3318
3486
|
"description": "Separated environment variables for server and client builds",
|
|
3319
3487
|
"repo": "nuxt-community/separate-env-module",
|
|
3320
|
-
"npm": "",
|
|
3488
|
+
"npm": "@nuxtjs/separate-env",
|
|
3321
3489
|
"icon": "",
|
|
3322
3490
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
3323
3491
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -3331,7 +3499,6 @@
|
|
|
3331
3499
|
"twitter": "TheAlexLichter"
|
|
3332
3500
|
}
|
|
3333
3501
|
],
|
|
3334
|
-
"contributors": [],
|
|
3335
3502
|
"compatibility": {
|
|
3336
3503
|
"nuxt": "^2.0.0",
|
|
3337
3504
|
"requires": {}
|
|
@@ -3341,7 +3508,7 @@
|
|
|
3341
3508
|
"name": "shopify",
|
|
3342
3509
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
3343
3510
|
"repo": "Gomah/nuxt-shopify",
|
|
3344
|
-
"npm": "",
|
|
3511
|
+
"npm": "nuxt-shopify",
|
|
3345
3512
|
"icon": "shopify.png",
|
|
3346
3513
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
3347
3514
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -3354,7 +3521,6 @@
|
|
|
3354
3521
|
"github": "Gomah"
|
|
3355
3522
|
}
|
|
3356
3523
|
],
|
|
3357
|
-
"contributors": [],
|
|
3358
3524
|
"compatibility": {
|
|
3359
3525
|
"nuxt": "^2.0.0",
|
|
3360
3526
|
"requires": {}
|
|
@@ -3364,7 +3530,7 @@
|
|
|
3364
3530
|
"name": "simple-line-icons",
|
|
3365
3531
|
"description": "Nuxt module to add simple-line-icons ",
|
|
3366
3532
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
3367
|
-
"npm": "",
|
|
3533
|
+
"npm": "nuxt-simple-line-icons",
|
|
3368
3534
|
"icon": "",
|
|
3369
3535
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
3370
3536
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -3377,7 +3543,6 @@
|
|
|
3377
3543
|
"github": "vaso2"
|
|
3378
3544
|
}
|
|
3379
3545
|
],
|
|
3380
|
-
"contributors": [],
|
|
3381
3546
|
"compatibility": {
|
|
3382
3547
|
"nuxt": "^2.0.0",
|
|
3383
3548
|
"requires": {}
|
|
@@ -3387,7 +3552,7 @@
|
|
|
3387
3552
|
"name": "sitemap",
|
|
3388
3553
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
3389
3554
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
3390
|
-
"npm": "",
|
|
3555
|
+
"npm": "@nuxtjs/sitemap",
|
|
3391
3556
|
"icon": "",
|
|
3392
3557
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
3393
3558
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -3401,7 +3566,6 @@
|
|
|
3401
3566
|
"twitter": "NicoPennec"
|
|
3402
3567
|
}
|
|
3403
3568
|
],
|
|
3404
|
-
"contributors": [],
|
|
3405
3569
|
"compatibility": {
|
|
3406
3570
|
"nuxt": "^2.0.0",
|
|
3407
3571
|
"requires": {}
|
|
@@ -3411,7 +3575,7 @@
|
|
|
3411
3575
|
"name": "snipcart",
|
|
3412
3576
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3413
3577
|
"repo": "nuxt-community/snipcart-module",
|
|
3414
|
-
"npm": "",
|
|
3578
|
+
"npm": "@nuxtjs/snipcart",
|
|
3415
3579
|
"icon": "snipcart.png",
|
|
3416
3580
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3417
3581
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -3425,7 +3589,6 @@
|
|
|
3425
3589
|
"twitter": "giraud_florent"
|
|
3426
3590
|
}
|
|
3427
3591
|
],
|
|
3428
|
-
"contributors": [],
|
|
3429
3592
|
"compatibility": {
|
|
3430
3593
|
"nuxt": "^2.0.0",
|
|
3431
3594
|
"requires": {}
|
|
@@ -3435,7 +3598,7 @@
|
|
|
3435
3598
|
"name": "social-meta",
|
|
3436
3599
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
3437
3600
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
3438
|
-
"npm": "",
|
|
3601
|
+
"npm": "nuxt-social-meta",
|
|
3439
3602
|
"icon": "",
|
|
3440
3603
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
3441
3604
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -3448,7 +3611,6 @@
|
|
|
3448
3611
|
"github": "AlekseyPleshkov"
|
|
3449
3612
|
}
|
|
3450
3613
|
],
|
|
3451
|
-
"contributors": [],
|
|
3452
3614
|
"compatibility": {
|
|
3453
3615
|
"nuxt": "^2.0.0",
|
|
3454
3616
|
"requires": {}
|
|
@@ -3458,7 +3620,7 @@
|
|
|
3458
3620
|
"name": "socket-io",
|
|
3459
3621
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
3460
3622
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
3461
|
-
"npm": "",
|
|
3623
|
+
"npm": "nuxt-socket-io",
|
|
3462
3624
|
"icon": "socket-io.png",
|
|
3463
3625
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
3464
3626
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -3471,7 +3633,6 @@
|
|
|
3471
3633
|
"github": "richardeschloss"
|
|
3472
3634
|
}
|
|
3473
3635
|
],
|
|
3474
|
-
"contributors": [],
|
|
3475
3636
|
"compatibility": {
|
|
3476
3637
|
"nuxt": "^2.0.0",
|
|
3477
3638
|
"requires": {}
|
|
@@ -3481,7 +3642,7 @@
|
|
|
3481
3642
|
"name": "speedcurve",
|
|
3482
3643
|
"description": "Speedcurve LUX module for Nuxt",
|
|
3483
3644
|
"repo": "nuxt-community/speedcurve-module",
|
|
3484
|
-
"npm": "",
|
|
3645
|
+
"npm": "@nuxtjs/speedcurve",
|
|
3485
3646
|
"icon": "speedcurve.png",
|
|
3486
3647
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
3487
3648
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -3495,7 +3656,6 @@
|
|
|
3495
3656
|
"twitter": "JoshDeltener"
|
|
3496
3657
|
}
|
|
3497
3658
|
],
|
|
3498
|
-
"contributors": [],
|
|
3499
3659
|
"compatibility": {
|
|
3500
3660
|
"nuxt": "^2.0.0",
|
|
3501
3661
|
"requires": {}
|
|
@@ -3505,7 +3665,7 @@
|
|
|
3505
3665
|
"name": "speedkit",
|
|
3506
3666
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3507
3667
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3508
|
-
"npm": "",
|
|
3668
|
+
"npm": "nuxt-speedkit",
|
|
3509
3669
|
"icon": "speedkit.png",
|
|
3510
3670
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3511
3671
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -3529,7 +3689,6 @@
|
|
|
3529
3689
|
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
3530
3690
|
}
|
|
3531
3691
|
],
|
|
3532
|
-
"contributors": [],
|
|
3533
3692
|
"compatibility": {
|
|
3534
3693
|
"nuxt": "^2.0.0",
|
|
3535
3694
|
"requires": {}
|
|
@@ -3539,7 +3698,7 @@
|
|
|
3539
3698
|
"name": "storage",
|
|
3540
3699
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
3541
3700
|
"repo": "mazipan/nuxt-storage",
|
|
3542
|
-
"npm": "",
|
|
3701
|
+
"npm": "nuxt-storage",
|
|
3543
3702
|
"icon": "",
|
|
3544
3703
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
3545
3704
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -3552,7 +3711,6 @@
|
|
|
3552
3711
|
"github": "mazipan"
|
|
3553
3712
|
}
|
|
3554
3713
|
],
|
|
3555
|
-
"contributors": [],
|
|
3556
3714
|
"compatibility": {
|
|
3557
3715
|
"nuxt": "^2.0.0",
|
|
3558
3716
|
"requires": {}
|
|
@@ -3562,7 +3720,7 @@
|
|
|
3562
3720
|
"name": "storefront-ui",
|
|
3563
3721
|
"description": "Storefront UI Module for Nuxt.js",
|
|
3564
3722
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3565
|
-
"npm": "",
|
|
3723
|
+
"npm": "@storefront-ui/nuxt",
|
|
3566
3724
|
"icon": "storefront-ui.svg",
|
|
3567
3725
|
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3568
3726
|
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
@@ -3575,7 +3733,6 @@
|
|
|
3575
3733
|
"github": "Baroshem"
|
|
3576
3734
|
}
|
|
3577
3735
|
],
|
|
3578
|
-
"contributors": [],
|
|
3579
3736
|
"compatibility": {
|
|
3580
3737
|
"nuxt": "^2.0.0",
|
|
3581
3738
|
"requires": {}
|
|
@@ -3585,7 +3742,7 @@
|
|
|
3585
3742
|
"name": "stories",
|
|
3586
3743
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
3587
3744
|
"repo": "richardeschloss/nuxt-stories",
|
|
3588
|
-
"npm": "",
|
|
3745
|
+
"npm": "nuxt-stories",
|
|
3589
3746
|
"icon": "",
|
|
3590
3747
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
3591
3748
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -3598,7 +3755,6 @@
|
|
|
3598
3755
|
"github": "richardeschloss"
|
|
3599
3756
|
}
|
|
3600
3757
|
],
|
|
3601
|
-
"contributors": [],
|
|
3602
3758
|
"compatibility": {
|
|
3603
3759
|
"nuxt": "^2.0.0",
|
|
3604
3760
|
"requires": {}
|
|
@@ -3608,7 +3764,7 @@
|
|
|
3608
3764
|
"name": "storyblok",
|
|
3609
3765
|
"description": "Storyblok Nuxt.js module",
|
|
3610
3766
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3611
|
-
"npm": "",
|
|
3767
|
+
"npm": "@storyblok/nuxt",
|
|
3612
3768
|
"icon": "storyblok.png",
|
|
3613
3769
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3614
3770
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3621,7 +3777,6 @@
|
|
|
3621
3777
|
"github": "storyblok"
|
|
3622
3778
|
}
|
|
3623
3779
|
],
|
|
3624
|
-
"contributors": [],
|
|
3625
3780
|
"compatibility": {
|
|
3626
3781
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3627
3782
|
"requires": {}
|
|
@@ -3631,7 +3786,7 @@
|
|
|
3631
3786
|
"name": "storybook",
|
|
3632
3787
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
3633
3788
|
"repo": "nuxt-community/storybook",
|
|
3634
|
-
"npm": "",
|
|
3789
|
+
"npm": "@nuxtjs/storybook",
|
|
3635
3790
|
"icon": "storybook.png",
|
|
3636
3791
|
"github": "https://github.com/nuxt-community/storybook",
|
|
3637
3792
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -3650,7 +3805,6 @@
|
|
|
3650
3805
|
"twitter": "_pi0_"
|
|
3651
3806
|
}
|
|
3652
3807
|
],
|
|
3653
|
-
"contributors": [],
|
|
3654
3808
|
"compatibility": {
|
|
3655
3809
|
"nuxt": "^2.0.0",
|
|
3656
3810
|
"requires": {
|
|
@@ -3662,7 +3816,7 @@
|
|
|
3662
3816
|
"name": "strapi",
|
|
3663
3817
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
3664
3818
|
"repo": "nuxt-community/strapi-module",
|
|
3665
|
-
"npm": "",
|
|
3819
|
+
"npm": "@nuxtjs/strapi",
|
|
3666
3820
|
"icon": "strapi.png",
|
|
3667
3821
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
3668
3822
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -3681,17 +3835,18 @@
|
|
|
3681
3835
|
"twitter": "Atinux"
|
|
3682
3836
|
}
|
|
3683
3837
|
],
|
|
3684
|
-
"contributors": [],
|
|
3685
3838
|
"compatibility": {
|
|
3686
3839
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3687
|
-
"requires": {
|
|
3840
|
+
"requires": {
|
|
3841
|
+
"bridge": true
|
|
3842
|
+
}
|
|
3688
3843
|
}
|
|
3689
3844
|
},
|
|
3690
3845
|
{
|
|
3691
3846
|
"name": "stripe",
|
|
3692
3847
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
3693
3848
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
3694
|
-
"npm": "",
|
|
3849
|
+
"npm": "nuxt-stripe-module",
|
|
3695
3850
|
"icon": "stripe.png",
|
|
3696
3851
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
3697
3852
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -3704,7 +3859,6 @@
|
|
|
3704
3859
|
"github": "WilliamDASILVA"
|
|
3705
3860
|
}
|
|
3706
3861
|
],
|
|
3707
|
-
"contributors": [],
|
|
3708
3862
|
"compatibility": {
|
|
3709
3863
|
"nuxt": "^2.0.0",
|
|
3710
3864
|
"requires": {}
|
|
@@ -3714,7 +3868,7 @@
|
|
|
3714
3868
|
"name": "style-resources",
|
|
3715
3869
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
3716
3870
|
"repo": "nuxt-community/style-resources-module",
|
|
3717
|
-
"npm": "",
|
|
3871
|
+
"npm": "@nuxtjs/style-resources",
|
|
3718
3872
|
"icon": "",
|
|
3719
3873
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
3720
3874
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -3728,7 +3882,6 @@
|
|
|
3728
3882
|
"twitter": "TheAlexLichter"
|
|
3729
3883
|
}
|
|
3730
3884
|
],
|
|
3731
|
-
"contributors": [],
|
|
3732
3885
|
"compatibility": {
|
|
3733
3886
|
"nuxt": "^2.0.0",
|
|
3734
3887
|
"requires": {}
|
|
@@ -3738,7 +3891,7 @@
|
|
|
3738
3891
|
"name": "stylelint",
|
|
3739
3892
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
3740
3893
|
"repo": "nuxt-community/stylelint-module",
|
|
3741
|
-
"npm": "",
|
|
3894
|
+
"npm": "@nuxtjs/stylelint-module",
|
|
3742
3895
|
"icon": "stylelint.png",
|
|
3743
3896
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
3744
3897
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -3751,33 +3904,64 @@
|
|
|
3751
3904
|
"github": "ricardogobbosouza"
|
|
3752
3905
|
}
|
|
3753
3906
|
],
|
|
3754
|
-
"contributors": [],
|
|
3755
3907
|
"compatibility": {
|
|
3756
3908
|
"nuxt": "^2.0.0",
|
|
3757
3909
|
"requires": {}
|
|
3758
3910
|
}
|
|
3759
3911
|
},
|
|
3912
|
+
{
|
|
3913
|
+
"name": "stylify",
|
|
3914
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3915
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3916
|
+
"npm": "@stylify/nuxt",
|
|
3917
|
+
"icon": "stylify.svg",
|
|
3918
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3919
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3920
|
+
"learn_more": "https://stylifycss.com",
|
|
3921
|
+
"category": "UI",
|
|
3922
|
+
"type": "3rd-party",
|
|
3923
|
+
"maintainers": [
|
|
3924
|
+
{
|
|
3925
|
+
"name": "Vladimír Macháček",
|
|
3926
|
+
"github": "Machy8",
|
|
3927
|
+
"twitter": "8machy"
|
|
3928
|
+
}
|
|
3929
|
+
],
|
|
3930
|
+
"compatibility": {
|
|
3931
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3932
|
+
"requires": {}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3760
3935
|
{
|
|
3761
3936
|
"name": "supabase",
|
|
3762
|
-
"description": "
|
|
3763
|
-
"repo": "
|
|
3764
|
-
"npm": "",
|
|
3937
|
+
"description": "First class integration with Supabase",
|
|
3938
|
+
"repo": "nuxt-community/supabase-module",
|
|
3939
|
+
"npm": "@nuxtjs/supabase",
|
|
3765
3940
|
"icon": "supabase.png",
|
|
3766
|
-
"github": "https://github.com/
|
|
3767
|
-
"website": "https://
|
|
3768
|
-
"learn_more": "https://supabase.
|
|
3941
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3942
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3943
|
+
"learn_more": "https://supabase.com",
|
|
3769
3944
|
"category": "Database",
|
|
3770
|
-
"type": "
|
|
3945
|
+
"type": "community",
|
|
3771
3946
|
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Baptiste Leproux",
|
|
3949
|
+
"github": "larbish",
|
|
3950
|
+
"twitter": "baptistelprx"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"name": "Sebastien Chopin",
|
|
3954
|
+
"github": "Atinux",
|
|
3955
|
+
"twitter": "Atinux"
|
|
3956
|
+
},
|
|
3772
3957
|
{
|
|
3773
3958
|
"name": "Scott Robertson",
|
|
3774
3959
|
"github": "scottrobertson",
|
|
3775
3960
|
"twitter": "scottymeuk"
|
|
3776
3961
|
}
|
|
3777
3962
|
],
|
|
3778
|
-
"contributors": [],
|
|
3779
3963
|
"compatibility": {
|
|
3780
|
-
"nuxt": "^2.0.0",
|
|
3964
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3781
3965
|
"requires": {}
|
|
3782
3966
|
}
|
|
3783
3967
|
},
|
|
@@ -3785,7 +3969,7 @@
|
|
|
3785
3969
|
"name": "svg-loader",
|
|
3786
3970
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
3787
3971
|
"repo": "Developmint/nuxt-svg-loader",
|
|
3788
|
-
"npm": "",
|
|
3972
|
+
"npm": "nuxt-svg-loader",
|
|
3789
3973
|
"icon": "",
|
|
3790
3974
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
3791
3975
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -3798,7 +3982,6 @@
|
|
|
3798
3982
|
"github": "Developmint"
|
|
3799
3983
|
}
|
|
3800
3984
|
],
|
|
3801
|
-
"contributors": [],
|
|
3802
3985
|
"compatibility": {
|
|
3803
3986
|
"nuxt": "^2.0.0",
|
|
3804
3987
|
"requires": {}
|
|
@@ -3808,7 +3991,7 @@
|
|
|
3808
3991
|
"name": "svg-sprite",
|
|
3809
3992
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
3810
3993
|
"repo": "nuxt-community/svg-sprite-module",
|
|
3811
|
-
"npm": "",
|
|
3994
|
+
"npm": "@nuxtjs/svg-sprite",
|
|
3812
3995
|
"icon": "",
|
|
3813
3996
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
3814
3997
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -3822,7 +4005,6 @@
|
|
|
3822
4005
|
"twitter": "a_birang"
|
|
3823
4006
|
}
|
|
3824
4007
|
],
|
|
3825
|
-
"contributors": [],
|
|
3826
4008
|
"compatibility": {
|
|
3827
4009
|
"nuxt": "^2.0.0",
|
|
3828
4010
|
"requires": {}
|
|
@@ -3832,7 +4014,7 @@
|
|
|
3832
4014
|
"name": "svg",
|
|
3833
4015
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
3834
4016
|
"repo": "nuxt-community/svg-module",
|
|
3835
|
-
"npm": "",
|
|
4017
|
+
"npm": "@nuxtjs/svg",
|
|
3836
4018
|
"icon": "",
|
|
3837
4019
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
3838
4020
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -3845,7 +4027,6 @@
|
|
|
3845
4027
|
"github": "sam3d"
|
|
3846
4028
|
}
|
|
3847
4029
|
],
|
|
3848
|
-
"contributors": [],
|
|
3849
4030
|
"compatibility": {
|
|
3850
4031
|
"nuxt": "^2.0.0",
|
|
3851
4032
|
"requires": {}
|
|
@@ -3855,7 +4036,7 @@
|
|
|
3855
4036
|
"name": "sweetalert2",
|
|
3856
4037
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
3857
4038
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
3858
|
-
"npm": "",
|
|
4039
|
+
"npm": "nuxt-sweetalert2",
|
|
3859
4040
|
"icon": "",
|
|
3860
4041
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
3861
4042
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -3868,7 +4049,6 @@
|
|
|
3868
4049
|
"github": "ImreC"
|
|
3869
4050
|
}
|
|
3870
4051
|
],
|
|
3871
|
-
"contributors": [],
|
|
3872
4052
|
"compatibility": {
|
|
3873
4053
|
"nuxt": "^2.0.0",
|
|
3874
4054
|
"requires": {}
|
|
@@ -3878,7 +4058,7 @@
|
|
|
3878
4058
|
"name": "tailwindcss",
|
|
3879
4059
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
3880
4060
|
"repo": "nuxt-community/tailwindcss-module",
|
|
3881
|
-
"npm": "",
|
|
4061
|
+
"npm": "@nuxtjs/tailwindcss",
|
|
3882
4062
|
"icon": "tailwindcss.png",
|
|
3883
4063
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
3884
4064
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -3892,7 +4072,6 @@
|
|
|
3892
4072
|
"twitter": "Atinux"
|
|
3893
4073
|
}
|
|
3894
4074
|
],
|
|
3895
|
-
"contributors": [],
|
|
3896
4075
|
"compatibility": {
|
|
3897
4076
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3898
4077
|
"requires": {}
|
|
@@ -3902,7 +4081,7 @@
|
|
|
3902
4081
|
"name": "tiktok-analytics",
|
|
3903
4082
|
"description": "",
|
|
3904
4083
|
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3905
|
-
"npm": "",
|
|
4084
|
+
"npm": "tiktok-analytics",
|
|
3906
4085
|
"icon": "",
|
|
3907
4086
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3908
4087
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
@@ -3916,7 +4095,6 @@
|
|
|
3916
4095
|
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3917
4096
|
}
|
|
3918
4097
|
],
|
|
3919
|
-
"contributors": [],
|
|
3920
4098
|
"compatibility": {
|
|
3921
4099
|
"nuxt": "^2.0.0",
|
|
3922
4100
|
"requires": {}
|
|
@@ -3926,7 +4104,7 @@
|
|
|
3926
4104
|
"name": "toast",
|
|
3927
4105
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
3928
4106
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
3929
|
-
"npm": "",
|
|
4107
|
+
"npm": "@nuxtjs/toast",
|
|
3930
4108
|
"icon": "",
|
|
3931
4109
|
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3932
4110
|
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
@@ -3940,7 +4118,6 @@
|
|
|
3940
4118
|
"twitter": "_pi0_"
|
|
3941
4119
|
}
|
|
3942
4120
|
],
|
|
3943
|
-
"contributors": [],
|
|
3944
4121
|
"compatibility": {
|
|
3945
4122
|
"nuxt": "^2.0.0",
|
|
3946
4123
|
"requires": {}
|
|
@@ -3950,7 +4127,7 @@
|
|
|
3950
4127
|
"name": "twa",
|
|
3951
4128
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3952
4129
|
"repo": "tuarrep/nuxt-twa",
|
|
3953
|
-
"npm": "",
|
|
4130
|
+
"npm": "nuxt-twa",
|
|
3954
4131
|
"icon": "",
|
|
3955
4132
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3956
4133
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
@@ -3963,7 +4140,6 @@
|
|
|
3963
4140
|
"github": "tuarrep"
|
|
3964
4141
|
}
|
|
3965
4142
|
],
|
|
3966
|
-
"contributors": [],
|
|
3967
4143
|
"compatibility": {
|
|
3968
4144
|
"nuxt": "^2.0.0",
|
|
3969
4145
|
"requires": {
|
|
@@ -3971,11 +4147,44 @@
|
|
|
3971
4147
|
}
|
|
3972
4148
|
}
|
|
3973
4149
|
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "twicpics",
|
|
4152
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4153
|
+
"repo": "TwicPics/components",
|
|
4154
|
+
"npm": "@twicpics/components",
|
|
4155
|
+
"icon": "twicpics.svg",
|
|
4156
|
+
"github": "https://github.com/TwicPics/components",
|
|
4157
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4158
|
+
"learn_more": "https://www.twicpics.com",
|
|
4159
|
+
"category": "Images",
|
|
4160
|
+
"type": "3rd-party",
|
|
4161
|
+
"maintainers": [
|
|
4162
|
+
{
|
|
4163
|
+
"name": "Florent Bourgeois",
|
|
4164
|
+
"github": "florentb",
|
|
4165
|
+
"twitter": "florent_b"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"name": "Julian Aubourg",
|
|
4169
|
+
"github": "jaubourg",
|
|
4170
|
+
"twitter": "jaubourg"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"name": "Miguel Beignon",
|
|
4174
|
+
"github": "mbgspcii",
|
|
4175
|
+
"twitter": "m_beignon"
|
|
4176
|
+
}
|
|
4177
|
+
],
|
|
4178
|
+
"compatibility": {
|
|
4179
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4180
|
+
"requires": {}
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
3974
4183
|
{
|
|
3975
4184
|
"name": "typed-router",
|
|
3976
4185
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
3977
4186
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
3978
|
-
"npm": "",
|
|
4187
|
+
"npm": "nuxt-typed-router",
|
|
3979
4188
|
"icon": "vue.png",
|
|
3980
4189
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3981
4190
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
@@ -3988,17 +4197,41 @@
|
|
|
3988
4197
|
"github": "victorgarciaesgi"
|
|
3989
4198
|
}
|
|
3990
4199
|
],
|
|
3991
|
-
"contributors": [],
|
|
3992
4200
|
"compatibility": {
|
|
3993
|
-
"nuxt": "^2.0.0",
|
|
4201
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3994
4202
|
"requires": {}
|
|
3995
4203
|
}
|
|
3996
4204
|
},
|
|
4205
|
+
{
|
|
4206
|
+
"name": "typed-vuex",
|
|
4207
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4208
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4209
|
+
"npm": "nuxt-typed-vuex",
|
|
4210
|
+
"icon": "vue.png",
|
|
4211
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4212
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4213
|
+
"learn_more": "",
|
|
4214
|
+
"category": "Libraries",
|
|
4215
|
+
"type": "3rd-party",
|
|
4216
|
+
"maintainers": [
|
|
4217
|
+
{
|
|
4218
|
+
"name": "Daniel Roe",
|
|
4219
|
+
"github": "danielroe",
|
|
4220
|
+
"twitter": "danielcroe"
|
|
4221
|
+
}
|
|
4222
|
+
],
|
|
4223
|
+
"compatibility": {
|
|
4224
|
+
"nuxt": "^2.0.0",
|
|
4225
|
+
"requires": {
|
|
4226
|
+
"bridge": "optional"
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
},
|
|
3997
4230
|
{
|
|
3998
4231
|
"name": "typescript-runtime",
|
|
3999
4232
|
"description": "TypeScript Runtime support for Nuxt",
|
|
4000
4233
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
4001
|
-
"npm": "",
|
|
4234
|
+
"npm": "@nuxt/typescript-runtime",
|
|
4002
4235
|
"icon": "typescript.svg",
|
|
4003
4236
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
4004
4237
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -4021,7 +4254,6 @@
|
|
|
4021
4254
|
"twitter": "danielcroe"
|
|
4022
4255
|
}
|
|
4023
4256
|
],
|
|
4024
|
-
"contributors": [],
|
|
4025
4257
|
"compatibility": {
|
|
4026
4258
|
"nuxt": "^2.0.0",
|
|
4027
4259
|
"requires": {}
|
|
@@ -4031,7 +4263,7 @@
|
|
|
4031
4263
|
"name": "typescript",
|
|
4032
4264
|
"description": "TypeScript Support for Nuxt",
|
|
4033
4265
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
4034
|
-
"npm": "",
|
|
4266
|
+
"npm": "@nuxt/typescript-build",
|
|
4035
4267
|
"icon": "typescript.svg",
|
|
4036
4268
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
4037
4269
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -4054,7 +4286,6 @@
|
|
|
4054
4286
|
"twitter": "danielcroe"
|
|
4055
4287
|
}
|
|
4056
4288
|
],
|
|
4057
|
-
"contributors": [],
|
|
4058
4289
|
"compatibility": {
|
|
4059
4290
|
"nuxt": "^2.0.0",
|
|
4060
4291
|
"requires": {}
|
|
@@ -4064,7 +4295,7 @@
|
|
|
4064
4295
|
"name": "universal-storage",
|
|
4065
4296
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
4066
4297
|
"repo": "nuxt-community/universal-storage-module",
|
|
4067
|
-
"npm": "",
|
|
4298
|
+
"npm": "@nuxtjs/universal-storage",
|
|
4068
4299
|
"icon": "",
|
|
4069
4300
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
4070
4301
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -4083,17 +4314,42 @@
|
|
|
4083
4314
|
"twitter": "farzadso"
|
|
4084
4315
|
}
|
|
4085
4316
|
],
|
|
4086
|
-
"contributors": [],
|
|
4087
4317
|
"compatibility": {
|
|
4088
4318
|
"nuxt": "^2.0.0",
|
|
4089
4319
|
"requires": {}
|
|
4090
4320
|
}
|
|
4091
4321
|
},
|
|
4322
|
+
{
|
|
4323
|
+
"name": "unlighthouse",
|
|
4324
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4325
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4326
|
+
"npm": "@unlighthouse/nuxt",
|
|
4327
|
+
"icon": "unlighthouse.svg",
|
|
4328
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4329
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4330
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4331
|
+
"category": "Devtools",
|
|
4332
|
+
"type": "3rd-party",
|
|
4333
|
+
"maintainers": [
|
|
4334
|
+
{
|
|
4335
|
+
"name": "Harlan Wilton",
|
|
4336
|
+
"github": "harlan-zw",
|
|
4337
|
+
"twitter": "harlan_zw",
|
|
4338
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4339
|
+
}
|
|
4340
|
+
],
|
|
4341
|
+
"compatibility": {
|
|
4342
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4343
|
+
"requires": {
|
|
4344
|
+
"bridge": "optional"
|
|
4345
|
+
}
|
|
4346
|
+
}
|
|
4347
|
+
},
|
|
4092
4348
|
{
|
|
4093
4349
|
"name": "unocss",
|
|
4094
4350
|
"description": "The instant on-demand atomic CSS engine.",
|
|
4095
4351
|
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4096
|
-
"npm": "",
|
|
4352
|
+
"npm": "@unocss/nuxt",
|
|
4097
4353
|
"icon": "unocss.svg",
|
|
4098
4354
|
"github": "https://github.com/antfu/unocss",
|
|
4099
4355
|
"website": "https://github.com/antfu/unocss",
|
|
@@ -4108,7 +4364,6 @@
|
|
|
4108
4364
|
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4109
4365
|
}
|
|
4110
4366
|
],
|
|
4111
|
-
"contributors": [],
|
|
4112
4367
|
"compatibility": {
|
|
4113
4368
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4114
4369
|
"requires": {
|
|
@@ -4120,7 +4375,7 @@
|
|
|
4120
4375
|
"name": "user-agent",
|
|
4121
4376
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
4122
4377
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
4123
|
-
"npm": "",
|
|
4378
|
+
"npm": "nuxt-user-agent",
|
|
4124
4379
|
"icon": "",
|
|
4125
4380
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
4126
4381
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -4133,7 +4388,6 @@
|
|
|
4133
4388
|
"github": "fukuiretu"
|
|
4134
4389
|
}
|
|
4135
4390
|
],
|
|
4136
|
-
"contributors": [],
|
|
4137
4391
|
"compatibility": {
|
|
4138
4392
|
"nuxt": "^2.0.0",
|
|
4139
4393
|
"requires": {}
|
|
@@ -4143,7 +4397,7 @@
|
|
|
4143
4397
|
"name": "validate",
|
|
4144
4398
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
4145
4399
|
"repo": "lewyuburi/nuxt-validate",
|
|
4146
|
-
"npm": "",
|
|
4400
|
+
"npm": "nuxt-validate",
|
|
4147
4401
|
"icon": "vee-validate.png",
|
|
4148
4402
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
4149
4403
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -4156,7 +4410,6 @@
|
|
|
4156
4410
|
"github": "lewyuburi"
|
|
4157
4411
|
}
|
|
4158
4412
|
],
|
|
4159
|
-
"contributors": [],
|
|
4160
4413
|
"compatibility": {
|
|
4161
4414
|
"nuxt": "^2.0.0",
|
|
4162
4415
|
"requires": {}
|
|
@@ -4166,7 +4419,7 @@
|
|
|
4166
4419
|
"name": "vendor",
|
|
4167
4420
|
"description": "directly serve node_modules",
|
|
4168
4421
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
4169
|
-
"npm": "",
|
|
4422
|
+
"npm": "@nuxtjs/vendor",
|
|
4170
4423
|
"icon": "",
|
|
4171
4424
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
4172
4425
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -4180,7 +4433,6 @@
|
|
|
4180
4433
|
"twitter": "_pi0_"
|
|
4181
4434
|
}
|
|
4182
4435
|
],
|
|
4183
|
-
"contributors": [],
|
|
4184
4436
|
"compatibility": {
|
|
4185
4437
|
"nuxt": "^2.0.0",
|
|
4186
4438
|
"requires": {}
|
|
@@ -4190,7 +4442,7 @@
|
|
|
4190
4442
|
"name": "vue-material",
|
|
4191
4443
|
"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.",
|
|
4192
4444
|
"repo": "vaso2/nuxt-vue-material",
|
|
4193
|
-
"npm": "",
|
|
4445
|
+
"npm": "nuxt-vue-material",
|
|
4194
4446
|
"icon": "vue-material.png",
|
|
4195
4447
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
4196
4448
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -4203,7 +4455,6 @@
|
|
|
4203
4455
|
"github": "vaso2"
|
|
4204
4456
|
}
|
|
4205
4457
|
],
|
|
4206
|
-
"contributors": [],
|
|
4207
4458
|
"compatibility": {
|
|
4208
4459
|
"nuxt": "^2.0.0",
|
|
4209
4460
|
"requires": {}
|
|
@@ -4213,7 +4464,7 @@
|
|
|
4213
4464
|
"name": "vue-multiselect",
|
|
4214
4465
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
4215
4466
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
4216
|
-
"npm": "",
|
|
4467
|
+
"npm": "nuxt-vue-multiselect",
|
|
4217
4468
|
"icon": "",
|
|
4218
4469
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
4219
4470
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -4226,7 +4477,6 @@
|
|
|
4226
4477
|
"github": "spektrummedia"
|
|
4227
4478
|
}
|
|
4228
4479
|
],
|
|
4229
|
-
"contributors": [],
|
|
4230
4480
|
"compatibility": {
|
|
4231
4481
|
"nuxt": "^2.0.0",
|
|
4232
4482
|
"requires": {}
|
|
@@ -4236,7 +4486,7 @@
|
|
|
4236
4486
|
"name": "vue-select",
|
|
4237
4487
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
4238
4488
|
"repo": "madmod/nuxt-vue-select",
|
|
4239
|
-
"npm": "",
|
|
4489
|
+
"npm": "nuxt-vue-select",
|
|
4240
4490
|
"icon": "",
|
|
4241
4491
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
4242
4492
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -4249,7 +4499,6 @@
|
|
|
4249
4499
|
"github": "madmod"
|
|
4250
4500
|
}
|
|
4251
4501
|
],
|
|
4252
|
-
"contributors": [],
|
|
4253
4502
|
"compatibility": {
|
|
4254
4503
|
"nuxt": "^2.0.0",
|
|
4255
4504
|
"requires": {}
|
|
@@ -4259,7 +4508,7 @@
|
|
|
4259
4508
|
"name": "vue-warehouse",
|
|
4260
4509
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
4261
4510
|
"repo": "juliomrqz/vue-warehouse",
|
|
4262
|
-
"npm": "",
|
|
4511
|
+
"npm": "vue-warehouse",
|
|
4263
4512
|
"icon": "",
|
|
4264
4513
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
4265
4514
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -4273,17 +4522,38 @@
|
|
|
4273
4522
|
"twitter": "juliomrqz"
|
|
4274
4523
|
}
|
|
4275
4524
|
],
|
|
4276
|
-
"contributors": [],
|
|
4277
4525
|
"compatibility": {
|
|
4278
4526
|
"nuxt": "^2.0.0",
|
|
4279
4527
|
"requires": {}
|
|
4280
4528
|
}
|
|
4281
4529
|
},
|
|
4530
|
+
{
|
|
4531
|
+
"name": "vuestic",
|
|
4532
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4533
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4534
|
+
"npm": "@vuestic/nuxt",
|
|
4535
|
+
"icon": "",
|
|
4536
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4537
|
+
"website": "https://vuestic.dev",
|
|
4538
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4539
|
+
"category": "UI",
|
|
4540
|
+
"type": "3rd-party",
|
|
4541
|
+
"maintainers": [
|
|
4542
|
+
{
|
|
4543
|
+
"name": "epicmaxco",
|
|
4544
|
+
"github": "epicmaxco"
|
|
4545
|
+
}
|
|
4546
|
+
],
|
|
4547
|
+
"compatibility": {
|
|
4548
|
+
"nuxt": "^3.0.0",
|
|
4549
|
+
"requires": {}
|
|
4550
|
+
}
|
|
4551
|
+
},
|
|
4282
4552
|
{
|
|
4283
4553
|
"name": "vuetify",
|
|
4284
4554
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
4285
4555
|
"repo": "nuxt-community/vuetify-module",
|
|
4286
|
-
"npm": "",
|
|
4556
|
+
"npm": "@nuxtjs/vuetify",
|
|
4287
4557
|
"icon": "vuetify.png",
|
|
4288
4558
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
4289
4559
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -4301,7 +4571,6 @@
|
|
|
4301
4571
|
"twitter": "_pi0_"
|
|
4302
4572
|
}
|
|
4303
4573
|
],
|
|
4304
|
-
"contributors": [],
|
|
4305
4574
|
"compatibility": {
|
|
4306
4575
|
"nuxt": "^2.0.0",
|
|
4307
4576
|
"requires": {}
|
|
@@ -4310,8 +4579,8 @@
|
|
|
4310
4579
|
{
|
|
4311
4580
|
"name": "vueuse",
|
|
4312
4581
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4313
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4314
|
-
"npm": "",
|
|
4582
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4583
|
+
"npm": "@vueuse/nuxt",
|
|
4315
4584
|
"icon": "vueuse.svg",
|
|
4316
4585
|
"github": "https://github.com/vueuse/vueuse",
|
|
4317
4586
|
"website": "https://vueuse.org",
|
|
@@ -4325,7 +4594,6 @@
|
|
|
4325
4594
|
"twitter": "antfu7"
|
|
4326
4595
|
}
|
|
4327
4596
|
],
|
|
4328
|
-
"contributors": [],
|
|
4329
4597
|
"compatibility": {
|
|
4330
4598
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4331
4599
|
"requires": {
|
|
@@ -4337,7 +4605,7 @@
|
|
|
4337
4605
|
"name": "vuex-router-sync",
|
|
4338
4606
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
4339
4607
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
4340
|
-
"npm": "",
|
|
4608
|
+
"npm": "nuxt-vuex-router-sync",
|
|
4341
4609
|
"icon": "",
|
|
4342
4610
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
4343
4611
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -4350,7 +4618,6 @@
|
|
|
4350
4618
|
"github": "paulgv"
|
|
4351
4619
|
}
|
|
4352
4620
|
],
|
|
4353
|
-
"contributors": [],
|
|
4354
4621
|
"compatibility": {
|
|
4355
4622
|
"nuxt": "^2.0.0",
|
|
4356
4623
|
"requires": {}
|
|
@@ -4360,7 +4627,7 @@
|
|
|
4360
4627
|
"name": "web-vitals",
|
|
4361
4628
|
"description": "Web Vitals for Nuxt",
|
|
4362
4629
|
"repo": "nuxt-community/web-vitals-module",
|
|
4363
|
-
"npm": "",
|
|
4630
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4364
4631
|
"icon": "",
|
|
4365
4632
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4366
4633
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
@@ -4383,31 +4650,31 @@
|
|
|
4383
4650
|
"twitter": "Atinux"
|
|
4384
4651
|
}
|
|
4385
4652
|
],
|
|
4386
|
-
"contributors": [],
|
|
4387
4653
|
"compatibility": {
|
|
4388
|
-
"nuxt": "^2.0.0",
|
|
4389
|
-
"requires": {
|
|
4654
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4655
|
+
"requires": {
|
|
4656
|
+
"bridge": "optional"
|
|
4657
|
+
}
|
|
4390
4658
|
}
|
|
4391
4659
|
},
|
|
4392
4660
|
{
|
|
4393
4661
|
"name": "web3js",
|
|
4394
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4395
|
-
"repo": "
|
|
4396
|
-
"npm": "",
|
|
4662
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4663
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4664
|
+
"npm": "nuxt-web3",
|
|
4397
4665
|
"icon": "web3js.svg",
|
|
4398
|
-
"github": "https://github.com/
|
|
4399
|
-
"website": "https://github.com/
|
|
4666
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4667
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4400
4668
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4401
4669
|
"category": "Libraries",
|
|
4402
4670
|
"type": "3rd-party",
|
|
4403
4671
|
"maintainers": [
|
|
4404
4672
|
{
|
|
4405
4673
|
"name": "Muhammad Fauzan",
|
|
4406
|
-
"github": "
|
|
4407
|
-
"twitter": "
|
|
4674
|
+
"github": "bl0cknumber",
|
|
4675
|
+
"twitter": "fncolon"
|
|
4408
4676
|
}
|
|
4409
4677
|
],
|
|
4410
|
-
"contributors": [],
|
|
4411
4678
|
"compatibility": {
|
|
4412
4679
|
"nuxt": "^2.0.0",
|
|
4413
4680
|
"requires": {}
|
|
@@ -4417,7 +4684,7 @@
|
|
|
4417
4684
|
"name": "webfontloader",
|
|
4418
4685
|
"description": "Efficient web font loading has never been easier!",
|
|
4419
4686
|
"repo": "Developmint/nuxt-webfontloader",
|
|
4420
|
-
"npm": "",
|
|
4687
|
+
"npm": "nuxt-webfontloader",
|
|
4421
4688
|
"icon": "",
|
|
4422
4689
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
4423
4690
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -4430,7 +4697,6 @@
|
|
|
4430
4697
|
"github": "Developmint"
|
|
4431
4698
|
}
|
|
4432
4699
|
],
|
|
4433
|
-
"contributors": [],
|
|
4434
4700
|
"compatibility": {
|
|
4435
4701
|
"nuxt": "^2.0.0",
|
|
4436
4702
|
"requires": {}
|
|
@@ -4440,7 +4706,7 @@
|
|
|
4440
4706
|
"name": "webpack-optimisations",
|
|
4441
4707
|
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4442
4708
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4443
|
-
"npm": "",
|
|
4709
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4444
4710
|
"icon": "build-optimisations.svg",
|
|
4445
4711
|
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4446
4712
|
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
@@ -4453,7 +4719,6 @@
|
|
|
4453
4719
|
"github": "harlan-zw"
|
|
4454
4720
|
}
|
|
4455
4721
|
],
|
|
4456
|
-
"contributors": [],
|
|
4457
4722
|
"compatibility": {
|
|
4458
4723
|
"nuxt": "^2.0.0",
|
|
4459
4724
|
"requires": {
|
|
@@ -4465,7 +4730,7 @@
|
|
|
4465
4730
|
"name": "webpack-profile",
|
|
4466
4731
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
4467
4732
|
"repo": "nuxt-community/webpack-profile-module",
|
|
4468
|
-
"npm": "",
|
|
4733
|
+
"npm": "@nuxtjs/webpack-profile",
|
|
4469
4734
|
"icon": "webpack.png",
|
|
4470
4735
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
4471
4736
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -4479,7 +4744,6 @@
|
|
|
4479
4744
|
"twitter": "_pi0_"
|
|
4480
4745
|
}
|
|
4481
4746
|
],
|
|
4482
|
-
"contributors": [],
|
|
4483
4747
|
"compatibility": {
|
|
4484
4748
|
"nuxt": "^2.0.0",
|
|
4485
4749
|
"requires": {}
|
|
@@ -4489,7 +4753,7 @@
|
|
|
4489
4753
|
"name": "webpackdashboard",
|
|
4490
4754
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
4491
4755
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
4492
|
-
"npm": "",
|
|
4756
|
+
"npm": "nuxt-webpackdashboard",
|
|
4493
4757
|
"icon": "webpack.png",
|
|
4494
4758
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
4495
4759
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -4502,7 +4766,6 @@
|
|
|
4502
4766
|
"github": "paulgv"
|
|
4503
4767
|
}
|
|
4504
4768
|
],
|
|
4505
|
-
"contributors": [],
|
|
4506
4769
|
"compatibility": {
|
|
4507
4770
|
"nuxt": "^2.0.0",
|
|
4508
4771
|
"requires": {}
|
|
@@ -4512,7 +4775,7 @@
|
|
|
4512
4775
|
"name": "webpackmonitor",
|
|
4513
4776
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
4514
4777
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
4515
|
-
"npm": "",
|
|
4778
|
+
"npm": "@nuxtjs/webpackmonitor",
|
|
4516
4779
|
"icon": "webpack.png",
|
|
4517
4780
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
4518
4781
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -4526,7 +4789,6 @@
|
|
|
4526
4789
|
"twitter": "_pi0_"
|
|
4527
4790
|
}
|
|
4528
4791
|
],
|
|
4529
|
-
"contributors": [],
|
|
4530
4792
|
"compatibility": {
|
|
4531
4793
|
"nuxt": "^2.0.0",
|
|
4532
4794
|
"requires": {}
|
|
@@ -4536,7 +4798,7 @@
|
|
|
4536
4798
|
"name": "windicss",
|
|
4537
4799
|
"description": "Next generation utility-first CSS framework.",
|
|
4538
4800
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4539
|
-
"npm": "",
|
|
4801
|
+
"npm": "nuxt-windicss",
|
|
4540
4802
|
"icon": "windicss.svg",
|
|
4541
4803
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4542
4804
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -4555,7 +4817,6 @@
|
|
|
4555
4817
|
"twitter": "antfu7"
|
|
4556
4818
|
}
|
|
4557
4819
|
],
|
|
4558
|
-
"contributors": [],
|
|
4559
4820
|
"compatibility": {
|
|
4560
4821
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4561
4822
|
"requires": {
|
|
@@ -4567,7 +4828,7 @@
|
|
|
4567
4828
|
"name": "winston-log",
|
|
4568
4829
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
4569
4830
|
"repo": "aaronransley/nuxt-winston-log",
|
|
4570
|
-
"npm": "",
|
|
4831
|
+
"npm": "nuxt-winston-log",
|
|
4571
4832
|
"icon": "winston.png",
|
|
4572
4833
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
4573
4834
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -4580,7 +4841,6 @@
|
|
|
4580
4841
|
"github": "aaronransley"
|
|
4581
4842
|
}
|
|
4582
4843
|
],
|
|
4583
|
-
"contributors": [],
|
|
4584
4844
|
"compatibility": {
|
|
4585
4845
|
"nuxt": "^2.0.0",
|
|
4586
4846
|
"requires": {}
|
|
@@ -4590,7 +4850,7 @@
|
|
|
4590
4850
|
"name": "wp-nuxt",
|
|
4591
4851
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
4592
4852
|
"repo": "yashha/wp-nuxt",
|
|
4593
|
-
"npm": "",
|
|
4853
|
+
"npm": "wp-nuxt",
|
|
4594
4854
|
"icon": "wordpress.png",
|
|
4595
4855
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
4596
4856
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -4603,7 +4863,6 @@
|
|
|
4603
4863
|
"github": "yashha"
|
|
4604
4864
|
}
|
|
4605
4865
|
],
|
|
4606
|
-
"contributors": [],
|
|
4607
4866
|
"compatibility": {
|
|
4608
4867
|
"nuxt": "^2.0.0",
|
|
4609
4868
|
"requires": {}
|
|
@@ -4613,7 +4872,7 @@
|
|
|
4613
4872
|
"name": "xhr-cache",
|
|
4614
4873
|
"description": "Cache api resources and serve it as static resource",
|
|
4615
4874
|
"repo": "gaetansenn/xhr-cache",
|
|
4616
|
-
"npm": "",
|
|
4875
|
+
"npm": "@dewib/xhr-cache",
|
|
4617
4876
|
"icon": "",
|
|
4618
4877
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
4619
4878
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -4626,17 +4885,38 @@
|
|
|
4626
4885
|
"github": "gaetansenn"
|
|
4627
4886
|
}
|
|
4628
4887
|
],
|
|
4629
|
-
"contributors": [],
|
|
4630
4888
|
"compatibility": {
|
|
4631
4889
|
"nuxt": "^2.0.0",
|
|
4632
4890
|
"requires": {}
|
|
4633
4891
|
}
|
|
4634
4892
|
},
|
|
4893
|
+
{
|
|
4894
|
+
"name": "xstate",
|
|
4895
|
+
"description": "XState integration for Nuxt",
|
|
4896
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4897
|
+
"npm": "nuxt-xstate",
|
|
4898
|
+
"icon": "",
|
|
4899
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4900
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4901
|
+
"learn_more": "",
|
|
4902
|
+
"category": "Extensions",
|
|
4903
|
+
"type": "3rd-party",
|
|
4904
|
+
"maintainers": [
|
|
4905
|
+
{
|
|
4906
|
+
"name": "Lexpeartha",
|
|
4907
|
+
"github": "Lexpeartha"
|
|
4908
|
+
}
|
|
4909
|
+
],
|
|
4910
|
+
"compatibility": {
|
|
4911
|
+
"nuxt": "^3.0.0",
|
|
4912
|
+
"requires": {}
|
|
4913
|
+
}
|
|
4914
|
+
},
|
|
4635
4915
|
{
|
|
4636
4916
|
"name": "xui",
|
|
4637
4917
|
"description": "Light module to help design websites with Nuxt.",
|
|
4638
4918
|
"repo": "MetaCorp/xui-module",
|
|
4639
|
-
"npm": "",
|
|
4919
|
+
"npm": "xui-module",
|
|
4640
4920
|
"icon": "",
|
|
4641
4921
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
4642
4922
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -4649,7 +4929,6 @@
|
|
|
4649
4929
|
"github": "MetaCorp"
|
|
4650
4930
|
}
|
|
4651
4931
|
],
|
|
4652
|
-
"contributors": [],
|
|
4653
4932
|
"compatibility": {
|
|
4654
4933
|
"nuxt": "^2.0.0",
|
|
4655
4934
|
"requires": {}
|
|
@@ -4659,7 +4938,7 @@
|
|
|
4659
4938
|
"name": "yandex-metrika",
|
|
4660
4939
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
4661
4940
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
4662
|
-
"npm": "",
|
|
4941
|
+
"npm": "@nuxtjs/yandex-metrika",
|
|
4663
4942
|
"icon": "",
|
|
4664
4943
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4665
4944
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -4673,7 +4952,6 @@
|
|
|
4673
4952
|
"twitter": "_pi0_"
|
|
4674
4953
|
}
|
|
4675
4954
|
],
|
|
4676
|
-
"contributors": [],
|
|
4677
4955
|
"compatibility": {
|
|
4678
4956
|
"nuxt": "^2.0.0",
|
|
4679
4957
|
"requires": {}
|
|
@@ -4683,7 +4961,7 @@
|
|
|
4683
4961
|
"name": "zendesk",
|
|
4684
4962
|
"description": "Nuxt.js module for Zendesk",
|
|
4685
4963
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
4686
|
-
"npm": "",
|
|
4964
|
+
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
4687
4965
|
"icon": "zendesk.png",
|
|
4688
4966
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
4689
4967
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
@@ -4696,7 +4974,6 @@
|
|
|
4696
4974
|
"github": "DansMaCulotte"
|
|
4697
4975
|
}
|
|
4698
4976
|
],
|
|
4699
|
-
"contributors": [],
|
|
4700
4977
|
"compatibility": {
|
|
4701
4978
|
"nuxt": "^2.0.0",
|
|
4702
4979
|
"requires": {}
|