@nuxt/modules 0.5.0-21833d → 0.5.0-29aa1c
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/{dist/modules.json → modules.json} +2489 -620
- package/package.json +2 -49
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,71 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
24
79
|
}
|
|
25
|
-
|
|
80
|
+
}
|
|
26
81
|
},
|
|
27
82
|
{
|
|
28
83
|
"name": "alias",
|
|
@@ -33,15 +88,18 @@
|
|
|
33
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
90
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
37
92
|
"type": "3rd-party",
|
|
38
93
|
"maintainers": [
|
|
39
94
|
{
|
|
40
95
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
43
97
|
}
|
|
44
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
45
103
|
},
|
|
46
104
|
{
|
|
47
105
|
"name": "amp",
|
|
@@ -58,10 +116,59 @@
|
|
|
58
116
|
{
|
|
59
117
|
"name": "Ahad Birang",
|
|
60
118
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
|
|
119
|
+
"twitter": "a_birang"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"compatibility": {
|
|
123
|
+
"nuxt": "^2.0.0",
|
|
124
|
+
"requires": {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt.js",
|
|
130
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
134
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Libraries",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
63
142
|
}
|
|
64
|
-
]
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "apis-to-file",
|
|
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",
|
|
152
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
156
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Performance",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Luca Iaconelli",
|
|
163
|
+
"github": "LuXDAmore",
|
|
164
|
+
"twitter": "luxdamore",
|
|
165
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^2.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
65
172
|
},
|
|
66
173
|
{
|
|
67
174
|
"name": "apollo",
|
|
@@ -77,15 +184,17 @@
|
|
|
77
184
|
"maintainers": [
|
|
78
185
|
{
|
|
79
186
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
187
|
+
"github": "kieusonlam"
|
|
82
188
|
},
|
|
83
189
|
{
|
|
84
190
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
191
|
+
"github": "dohomi"
|
|
87
192
|
}
|
|
88
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
197
|
+
}
|
|
89
198
|
},
|
|
90
199
|
{
|
|
91
200
|
"name": "applicationinsights",
|
|
@@ -101,10 +210,35 @@
|
|
|
101
210
|
"maintainers": [
|
|
102
211
|
{
|
|
103
212
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
213
|
+
"github": "aldarund"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"nuxt": "^2.0.0",
|
|
218
|
+
"requires": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "appwrite",
|
|
223
|
+
"description": "Appwrite module for Nuxt",
|
|
224
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
226
|
+
"icon": "appwrite.png",
|
|
227
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
228
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
229
|
+
"learn_more": "",
|
|
230
|
+
"category": "Request",
|
|
231
|
+
"type": "3rd-party",
|
|
232
|
+
"maintainers": [
|
|
233
|
+
{
|
|
234
|
+
"name": "Hrdtr",
|
|
235
|
+
"github": "Hrdtr"
|
|
106
236
|
}
|
|
107
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
108
242
|
},
|
|
109
243
|
{
|
|
110
244
|
"name": "auth",
|
|
@@ -121,15 +255,17 @@
|
|
|
121
255
|
{
|
|
122
256
|
"name": "Pooya Parsa",
|
|
123
257
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
258
|
+
"twitter": "_pi0_"
|
|
126
259
|
},
|
|
127
260
|
{
|
|
128
261
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
262
|
+
"github": "JoaoPedroAS51"
|
|
131
263
|
}
|
|
132
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"compatibility": {
|
|
266
|
+
"nuxt": "^2.0.0",
|
|
267
|
+
"requires": {}
|
|
268
|
+
}
|
|
133
269
|
},
|
|
134
270
|
{
|
|
135
271
|
"name": "axios",
|
|
@@ -146,10 +282,13 @@
|
|
|
146
282
|
{
|
|
147
283
|
"name": "Pooya Parsa",
|
|
148
284
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
285
|
+
"twitter": "_pi0_"
|
|
151
286
|
}
|
|
152
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"compatibility": {
|
|
289
|
+
"nuxt": "^2.0.0",
|
|
290
|
+
"requires": {}
|
|
291
|
+
}
|
|
153
292
|
},
|
|
154
293
|
{
|
|
155
294
|
"name": "basic-auth",
|
|
@@ -165,10 +304,13 @@
|
|
|
165
304
|
"maintainers": [
|
|
166
305
|
{
|
|
167
306
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
307
|
+
"github": "potato4d"
|
|
170
308
|
}
|
|
171
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
172
314
|
},
|
|
173
315
|
{
|
|
174
316
|
"name": "bootstrap",
|
|
@@ -184,22 +326,23 @@
|
|
|
184
326
|
"maintainers": [
|
|
185
327
|
{
|
|
186
328
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
329
|
+
"github": "tmorehouse"
|
|
189
330
|
},
|
|
190
331
|
{
|
|
191
332
|
"name": "Pooya Parsa",
|
|
192
333
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
334
|
+
"twitter": "_pi0_"
|
|
195
335
|
},
|
|
196
336
|
{
|
|
197
337
|
"name": "Jacob Müller",
|
|
198
338
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
339
|
+
"twitter": "jackmu95"
|
|
201
340
|
}
|
|
202
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compatibility": {
|
|
343
|
+
"nuxt": "^2.0.0",
|
|
344
|
+
"requires": {}
|
|
345
|
+
}
|
|
203
346
|
},
|
|
204
347
|
{
|
|
205
348
|
"name": "browserconfig",
|
|
@@ -210,16 +353,19 @@
|
|
|
210
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
355
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
213
|
-
"category": "
|
|
356
|
+
"category": "Extensions",
|
|
214
357
|
"type": "community",
|
|
215
358
|
"maintainers": [
|
|
216
359
|
{
|
|
217
360
|
"name": "Pooya Parsa",
|
|
218
361
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
362
|
+
"twitter": "_pi0_"
|
|
221
363
|
}
|
|
222
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"compatibility": {
|
|
366
|
+
"nuxt": "^2.0.0",
|
|
367
|
+
"requires": {}
|
|
368
|
+
}
|
|
223
369
|
},
|
|
224
370
|
{
|
|
225
371
|
"name": "buefy",
|
|
@@ -235,14 +381,17 @@
|
|
|
235
381
|
"maintainers": [
|
|
236
382
|
{
|
|
237
383
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
384
|
+
"github": "jtommy"
|
|
240
385
|
}
|
|
241
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
242
391
|
},
|
|
243
392
|
{
|
|
244
393
|
"name": "bugsnag",
|
|
245
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
246
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
247
396
|
"npm": "nuxt-bugsnag",
|
|
248
397
|
"icon": "bugsnag.png",
|
|
@@ -255,9 +404,15 @@
|
|
|
255
404
|
{
|
|
256
405
|
"name": "JulianMar",
|
|
257
406
|
"github": "JulianMar",
|
|
258
|
-
"
|
|
407
|
+
"twitter": "julian_martin96"
|
|
259
408
|
}
|
|
260
|
-
]
|
|
409
|
+
],
|
|
410
|
+
"compatibility": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
415
|
+
}
|
|
261
416
|
},
|
|
262
417
|
{
|
|
263
418
|
"name": "bulma-slim",
|
|
@@ -273,10 +428,13 @@
|
|
|
273
428
|
"maintainers": [
|
|
274
429
|
{
|
|
275
430
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
431
|
+
"github": "mustardamus"
|
|
278
432
|
}
|
|
279
|
-
]
|
|
433
|
+
],
|
|
434
|
+
"compatibility": {
|
|
435
|
+
"nuxt": "^2.0.0",
|
|
436
|
+
"requires": {}
|
|
437
|
+
}
|
|
280
438
|
},
|
|
281
439
|
{
|
|
282
440
|
"name": "bundle-buddy",
|
|
@@ -292,14 +450,17 @@
|
|
|
292
450
|
"maintainers": [
|
|
293
451
|
{
|
|
294
452
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
453
|
+
"github": "Developmint"
|
|
297
454
|
}
|
|
298
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"compatibility": {
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
459
|
+
}
|
|
299
460
|
},
|
|
300
461
|
{
|
|
301
462
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
303
464
|
"repo": "LuXDAmore/generative-art",
|
|
304
465
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
466
|
"icon": "",
|
|
@@ -310,11 +471,59 @@
|
|
|
310
471
|
"type": "3rd-party",
|
|
311
472
|
"maintainers": [
|
|
312
473
|
{
|
|
313
|
-
"name": "
|
|
474
|
+
"name": "Luca Iaconelli",
|
|
314
475
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
476
|
+
"twitter": "luxdamore"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"compatibility": {
|
|
480
|
+
"nuxt": "^2.0.0",
|
|
481
|
+
"requires": {}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "chakra-ui",
|
|
486
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
487
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
488
|
+
"npm": "@chakra-ui/nuxt",
|
|
489
|
+
"icon": "chakra-ui.png",
|
|
490
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
491
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
492
|
+
"learn_more": "",
|
|
493
|
+
"category": "UI",
|
|
494
|
+
"type": "3rd-party",
|
|
495
|
+
"maintainers": [
|
|
496
|
+
{
|
|
497
|
+
"name": "Jonathan Bakebwa",
|
|
498
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "chiffre",
|
|
508
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
509
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
510
|
+
"npm": "nuxt-chiffre",
|
|
511
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
512
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
513
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
514
|
+
"learn_more": "https://chiffre.io",
|
|
515
|
+
"category": "Analytics",
|
|
516
|
+
"type": "3rd-party",
|
|
517
|
+
"maintainers": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Romain Clement",
|
|
520
|
+
"github": "rclement"
|
|
316
521
|
}
|
|
317
|
-
]
|
|
522
|
+
],
|
|
523
|
+
"compatibility": {
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
526
|
+
}
|
|
318
527
|
},
|
|
319
528
|
{
|
|
320
529
|
"name": "client-init",
|
|
@@ -325,15 +534,18 @@
|
|
|
325
534
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
535
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
536
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
537
|
+
"category": "Extensions",
|
|
329
538
|
"type": "3rd-party",
|
|
330
539
|
"maintainers": [
|
|
331
540
|
{
|
|
332
541
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
542
|
+
"github": "potato4d"
|
|
335
543
|
}
|
|
336
|
-
]
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^2.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
337
549
|
},
|
|
338
550
|
{
|
|
339
551
|
"name": "cloudcms",
|
|
@@ -349,10 +561,13 @@
|
|
|
349
561
|
"maintainers": [
|
|
350
562
|
{
|
|
351
563
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
564
|
+
"github": "gitana"
|
|
354
565
|
}
|
|
355
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"compatibility": {
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
570
|
+
}
|
|
356
571
|
},
|
|
357
572
|
{
|
|
358
573
|
"name": "cloudinary",
|
|
@@ -369,10 +584,13 @@
|
|
|
369
584
|
{
|
|
370
585
|
"name": "Maya Shavin",
|
|
371
586
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
587
|
+
"twitter": "MayaShavin"
|
|
374
588
|
}
|
|
375
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"compatibility": {
|
|
591
|
+
"nuxt": "^2.0.0",
|
|
592
|
+
"requires": {}
|
|
593
|
+
}
|
|
376
594
|
},
|
|
377
595
|
{
|
|
378
596
|
"name": "color-mode",
|
|
@@ -389,19 +607,24 @@
|
|
|
389
607
|
{
|
|
390
608
|
"name": "Sébastien Chopin",
|
|
391
609
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
610
|
+
"twitter": "Atinux"
|
|
394
611
|
}
|
|
395
|
-
]
|
|
612
|
+
],
|
|
613
|
+
"compatibility": {
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
615
|
+
"requires": {
|
|
616
|
+
"bridge": "optional"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
396
619
|
},
|
|
397
620
|
{
|
|
398
621
|
"name": "component-cache",
|
|
399
622
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
623
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
624
|
"npm": "@nuxtjs/component-cache",
|
|
402
625
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
626
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
627
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
628
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
629
|
"category": "Performance",
|
|
407
630
|
"type": "community",
|
|
@@ -409,35 +632,13 @@
|
|
|
409
632
|
{
|
|
410
633
|
"name": "Pooya Parsa",
|
|
411
634
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
635
|
+
"twitter": "_pi0_"
|
|
414
636
|
}
|
|
415
|
-
]
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^2.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
441
642
|
},
|
|
442
643
|
{
|
|
443
644
|
"name": "composition-api",
|
|
@@ -448,23 +649,26 @@
|
|
|
448
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
650
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
651
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
652
|
+
"category": "Extensions",
|
|
452
653
|
"type": "community",
|
|
453
654
|
"maintainers": [
|
|
454
655
|
{
|
|
455
656
|
"name": "Daniel Roe",
|
|
456
657
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
658
|
+
"twitter": "danielcroe"
|
|
459
659
|
}
|
|
460
|
-
]
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^2.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
461
665
|
},
|
|
462
666
|
{
|
|
463
667
|
"name": "content",
|
|
464
|
-
"description": "
|
|
465
|
-
"repo": "nuxt/content#
|
|
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",
|
|
466
670
|
"npm": "@nuxt/content",
|
|
467
|
-
"icon": "
|
|
671
|
+
"icon": "nuxt.png",
|
|
468
672
|
"github": "https://github.com/nuxt/content",
|
|
469
673
|
"website": "https://content.nuxtjs.org",
|
|
470
674
|
"learn_more": "",
|
|
@@ -472,18 +676,25 @@
|
|
|
472
676
|
"type": "official",
|
|
473
677
|
"maintainers": [
|
|
474
678
|
{
|
|
475
|
-
"name": "
|
|
476
|
-
"github": "
|
|
477
|
-
"twitter": "
|
|
478
|
-
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
479
687
|
},
|
|
480
688
|
{
|
|
481
689
|
"name": "Sebastien Chopin",
|
|
482
690
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
691
|
+
"twitter": "Atinux"
|
|
485
692
|
}
|
|
486
|
-
]
|
|
693
|
+
],
|
|
694
|
+
"compatibility": {
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
696
|
+
"requires": {}
|
|
697
|
+
}
|
|
487
698
|
},
|
|
488
699
|
{
|
|
489
700
|
"name": "contentful",
|
|
@@ -499,34 +710,39 @@
|
|
|
499
710
|
"maintainers": [
|
|
500
711
|
{
|
|
501
712
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
713
|
+
"github": "scaccogatto"
|
|
504
714
|
}
|
|
505
|
-
]
|
|
715
|
+
],
|
|
716
|
+
"compatibility": {
|
|
717
|
+
"nuxt": "^2.0.0",
|
|
718
|
+
"requires": {}
|
|
719
|
+
}
|
|
506
720
|
},
|
|
507
721
|
{
|
|
508
722
|
"name": "custom-elements",
|
|
509
723
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
724
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
725
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
726
|
+
"icon": "custom-elements.png",
|
|
513
727
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
728
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
729
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
730
|
+
"category": "Extensions",
|
|
517
731
|
"type": "3rd-party",
|
|
518
732
|
"maintainers": [
|
|
519
733
|
{
|
|
520
734
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
735
|
+
"github": "ThornWalli"
|
|
523
736
|
},
|
|
524
737
|
{
|
|
525
738
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
739
|
+
"github": "GrabarzUndPartner"
|
|
528
740
|
}
|
|
529
|
-
]
|
|
741
|
+
],
|
|
742
|
+
"compatibility": {
|
|
743
|
+
"nuxt": "^2.0.0",
|
|
744
|
+
"requires": {}
|
|
745
|
+
}
|
|
530
746
|
},
|
|
531
747
|
{
|
|
532
748
|
"name": "darkmode.js",
|
|
@@ -542,10 +758,13 @@
|
|
|
542
758
|
"maintainers": [
|
|
543
759
|
{
|
|
544
760
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
761
|
+
"github": "sandoche"
|
|
547
762
|
}
|
|
548
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"compatibility": {
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
767
|
+
}
|
|
549
768
|
},
|
|
550
769
|
{
|
|
551
770
|
"name": "date-fns",
|
|
@@ -561,10 +780,35 @@
|
|
|
561
780
|
"maintainers": [
|
|
562
781
|
{
|
|
563
782
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
783
|
+
"github": "ricardogobbosouza"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"compatibility": {
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "datocms",
|
|
793
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
794
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
+
"icon": "datocms.png",
|
|
797
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
|
+
"learn_more": "https://www.datocms.com/",
|
|
800
|
+
"category": "CMS",
|
|
801
|
+
"type": "3rd-party",
|
|
802
|
+
"maintainers": [
|
|
803
|
+
{
|
|
804
|
+
"name": "Frankwarnaar",
|
|
805
|
+
"github": "Frankwarnaar"
|
|
566
806
|
}
|
|
567
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
568
812
|
},
|
|
569
813
|
{
|
|
570
814
|
"name": "dayjs",
|
|
@@ -581,10 +825,36 @@
|
|
|
581
825
|
{
|
|
582
826
|
"name": "Takuma HANATANI",
|
|
583
827
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
|
|
828
|
+
"twitter": "potato4d"
|
|
829
|
+
}
|
|
830
|
+
],
|
|
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"
|
|
586
852
|
}
|
|
587
|
-
]
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
588
858
|
},
|
|
589
859
|
{
|
|
590
860
|
"name": "device",
|
|
@@ -595,15 +865,43 @@
|
|
|
595
865
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
866
|
"website": "https://github.com/nuxt-community/device-module",
|
|
597
867
|
"learn_more": "",
|
|
598
|
-
"category": "
|
|
868
|
+
"category": "Extensions",
|
|
599
869
|
"type": "community",
|
|
600
870
|
"maintainers": [
|
|
601
871
|
{
|
|
602
872
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
|
|
873
|
+
"github": "dotneet"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"compatibility": {
|
|
877
|
+
"nuxt": "^2.0.0",
|
|
878
|
+
"requires": {}
|
|
879
|
+
}
|
|
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
|
|
605
903
|
}
|
|
606
|
-
|
|
904
|
+
}
|
|
607
905
|
},
|
|
608
906
|
{
|
|
609
907
|
"name": "dotenv",
|
|
@@ -614,15 +912,73 @@
|
|
|
614
912
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
913
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
616
914
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
617
|
-
"category": "
|
|
915
|
+
"category": "Extensions",
|
|
618
916
|
"type": "community",
|
|
619
917
|
"maintainers": [
|
|
620
918
|
{
|
|
621
919
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
920
|
+
"github": "JulienTant"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"compatibility": {
|
|
924
|
+
"nuxt": "^2.0.0",
|
|
925
|
+
"requires": {}
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "drupal-ce",
|
|
930
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
931
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
932
|
+
"npm": "nuxtjs-drupal-ce",
|
|
933
|
+
"icon": "drupal-ce.png",
|
|
934
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
935
|
+
"website": "https://stack.lupus.digital",
|
|
936
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
937
|
+
"category": "CMS",
|
|
938
|
+
"type": "3rd-party",
|
|
939
|
+
"maintainers": [
|
|
940
|
+
{
|
|
941
|
+
"name": "Wolfgang Ziegler // fago",
|
|
942
|
+
"github": "fago",
|
|
943
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "Maximilian Götz-Mikus",
|
|
947
|
+
"github": "maximilianmikus",
|
|
948
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "David Licen",
|
|
952
|
+
"github": "davision",
|
|
953
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"compatibility": {
|
|
957
|
+
"nuxt": "^2.0.0",
|
|
958
|
+
"requires": {}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "druxt",
|
|
963
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
964
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
965
|
+
"npm": "druxt",
|
|
966
|
+
"icon": "druxt.svg",
|
|
967
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
968
|
+
"website": "https://druxtjs.org",
|
|
969
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
970
|
+
"category": "CMS",
|
|
971
|
+
"type": "3rd-party",
|
|
972
|
+
"maintainers": [
|
|
973
|
+
{
|
|
974
|
+
"name": "Decipher",
|
|
975
|
+
"github": "decipher"
|
|
624
976
|
}
|
|
625
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"compatibility": {
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
981
|
+
}
|
|
626
982
|
},
|
|
627
983
|
{
|
|
628
984
|
"name": "emotion",
|
|
@@ -633,16 +989,19 @@
|
|
|
633
989
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
990
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
991
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
992
|
+
"category": "Extensions",
|
|
637
993
|
"type": "community",
|
|
638
994
|
"maintainers": [
|
|
639
995
|
{
|
|
640
996
|
"name": "Pooya Parsa",
|
|
641
997
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
998
|
+
"twitter": "_pi0_"
|
|
644
999
|
}
|
|
645
|
-
]
|
|
1000
|
+
],
|
|
1001
|
+
"compatibility": {
|
|
1002
|
+
"nuxt": "^2.0.0",
|
|
1003
|
+
"requires": {}
|
|
1004
|
+
}
|
|
646
1005
|
},
|
|
647
1006
|
{
|
|
648
1007
|
"name": "eslint",
|
|
@@ -658,10 +1017,13 @@
|
|
|
658
1017
|
"maintainers": [
|
|
659
1018
|
{
|
|
660
1019
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1020
|
+
"github": "ricardogobbosouza"
|
|
663
1021
|
}
|
|
664
|
-
]
|
|
1022
|
+
],
|
|
1023
|
+
"compatibility": {
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
1026
|
+
}
|
|
665
1027
|
},
|
|
666
1028
|
{
|
|
667
1029
|
"name": "event-trace",
|
|
@@ -677,10 +1039,35 @@
|
|
|
677
1039
|
"maintainers": [
|
|
678
1040
|
{
|
|
679
1041
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
1042
|
+
"github": "clarkdo"
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"nuxt": "^2.0.0",
|
|
1047
|
+
"requires": {}
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "fathom",
|
|
1052
|
+
"description": "Fathom analytics for Nuxt",
|
|
1053
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1054
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1055
|
+
"icon": "fathom.png",
|
|
1056
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1057
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1058
|
+
"learn_more": "https://usefathom.com/",
|
|
1059
|
+
"category": "Analytics",
|
|
1060
|
+
"type": "3rd-party",
|
|
1061
|
+
"maintainers": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "yabhq",
|
|
1064
|
+
"github": "yabhq"
|
|
682
1065
|
}
|
|
683
|
-
]
|
|
1066
|
+
],
|
|
1067
|
+
"compatibility": {
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
1070
|
+
}
|
|
684
1071
|
},
|
|
685
1072
|
{
|
|
686
1073
|
"name": "feature-toggle",
|
|
@@ -691,19 +1078,22 @@
|
|
|
691
1078
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1079
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1080
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1081
|
+
"category": "Extensions",
|
|
695
1082
|
"type": "3rd-party",
|
|
696
1083
|
"maintainers": [
|
|
697
1084
|
{
|
|
698
1085
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1086
|
+
"github": "stephenkr"
|
|
701
1087
|
}
|
|
702
|
-
]
|
|
1088
|
+
],
|
|
1089
|
+
"compatibility": {
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1092
|
+
}
|
|
703
1093
|
},
|
|
704
1094
|
{
|
|
705
1095
|
"name": "feed",
|
|
706
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
707
1097
|
"repo": "nuxt-community/feed-module",
|
|
708
1098
|
"npm": "@nuxtjs/feed",
|
|
709
1099
|
"icon": "",
|
|
@@ -716,15 +1106,18 @@
|
|
|
716
1106
|
{
|
|
717
1107
|
"name": "Alexander Lichter",
|
|
718
1108
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1109
|
+
"twitter": "TheAlexLichter"
|
|
721
1110
|
}
|
|
722
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"compatibility": {
|
|
1113
|
+
"nuxt": "^2.0.0",
|
|
1114
|
+
"requires": {}
|
|
1115
|
+
}
|
|
723
1116
|
},
|
|
724
1117
|
{
|
|
725
1118
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
727
|
-
"repo": "nuxt-community/firebase-module",
|
|
1119
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
728
1121
|
"npm": "@nuxtjs/firebase",
|
|
729
1122
|
"icon": "firebase.png",
|
|
730
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -735,10 +1128,13 @@
|
|
|
735
1128
|
"maintainers": [
|
|
736
1129
|
{
|
|
737
1130
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1131
|
+
"github": "lupas"
|
|
740
1132
|
}
|
|
741
|
-
]
|
|
1133
|
+
],
|
|
1134
|
+
"compatibility": {
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1137
|
+
}
|
|
742
1138
|
},
|
|
743
1139
|
{
|
|
744
1140
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1150,13 @@
|
|
|
754
1150
|
"maintainers": [
|
|
755
1151
|
{
|
|
756
1152
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1153
|
+
"github": "sandoche"
|
|
759
1154
|
}
|
|
760
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
761
1160
|
},
|
|
762
1161
|
{
|
|
763
1162
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1172,35 @@
|
|
|
773
1172
|
"maintainers": [
|
|
774
1173
|
{
|
|
775
1174
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
1175
|
+
"github": "GrabarzUndPartner"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "fontagon",
|
|
1185
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1186
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1187
|
+
"npm": "nuxt-fontagon",
|
|
1188
|
+
"icon": "fontagon.png",
|
|
1189
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1190
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1191
|
+
"learn_more": "",
|
|
1192
|
+
"category": "Libraries",
|
|
1193
|
+
"type": "3rd-party",
|
|
1194
|
+
"maintainers": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "kdydesign",
|
|
1197
|
+
"github": "kdydesign"
|
|
778
1198
|
}
|
|
779
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
780
1204
|
},
|
|
781
1205
|
{
|
|
782
1206
|
"name": "fontawesome",
|
|
@@ -792,10 +1216,41 @@
|
|
|
792
1216
|
"maintainers": [
|
|
793
1217
|
{
|
|
794
1218
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
|
|
1219
|
+
"github": "pimlie"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"compatibility": {
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "formkit",
|
|
1229
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1232
|
+
"icon": "formkit.png",
|
|
1233
|
+
"github": "https://github.com/formkit/formkit",
|
|
1234
|
+
"website": "https://formkit.com",
|
|
1235
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Justin Schroeder",
|
|
1241
|
+
"github": "justin-schroeder",
|
|
1242
|
+
"twitter": "jpschroeder"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Andrew Boyd",
|
|
1246
|
+
"github": "andrew-boyd",
|
|
1247
|
+
"twitter": "0xBOYD"
|
|
797
1248
|
}
|
|
798
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
799
1254
|
},
|
|
800
1255
|
{
|
|
801
1256
|
"name": "fullpage",
|
|
@@ -811,10 +1266,13 @@
|
|
|
811
1266
|
"maintainers": [
|
|
812
1267
|
{
|
|
813
1268
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1269
|
+
"github": "vaso2"
|
|
816
1270
|
}
|
|
817
|
-
]
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": "^2.0.0",
|
|
1274
|
+
"requires": {}
|
|
1275
|
+
}
|
|
818
1276
|
},
|
|
819
1277
|
{
|
|
820
1278
|
"name": "github-api",
|
|
@@ -830,10 +1288,13 @@
|
|
|
830
1288
|
"maintainers": [
|
|
831
1289
|
{
|
|
832
1290
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1291
|
+
"github": "lindsaykwardell"
|
|
835
1292
|
}
|
|
836
|
-
]
|
|
1293
|
+
],
|
|
1294
|
+
"compatibility": {
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1297
|
+
}
|
|
837
1298
|
},
|
|
838
1299
|
{
|
|
839
1300
|
"name": "google-adsense",
|
|
@@ -849,10 +1310,13 @@
|
|
|
849
1310
|
"maintainers": [
|
|
850
1311
|
{
|
|
851
1312
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1313
|
+
"github": "tmorehouse"
|
|
854
1314
|
}
|
|
855
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"compatibility": {
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1319
|
+
}
|
|
856
1320
|
},
|
|
857
1321
|
{
|
|
858
1322
|
"name": "google-analytics",
|
|
@@ -869,21 +1333,22 @@
|
|
|
869
1333
|
{
|
|
870
1334
|
"name": "Pooya Parsa",
|
|
871
1335
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1336
|
+
"twitter": "_pi0_"
|
|
874
1337
|
},
|
|
875
1338
|
{
|
|
876
1339
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1340
|
+
"github": "ricardogobbosouza"
|
|
879
1341
|
},
|
|
880
1342
|
{
|
|
881
1343
|
"name": "Matteo Gabriele",
|
|
882
1344
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1345
|
+
"twitter": "matteo_gabriele"
|
|
885
1346
|
}
|
|
886
|
-
]
|
|
1347
|
+
],
|
|
1348
|
+
"compatibility": {
|
|
1349
|
+
"nuxt": "^2.0.0",
|
|
1350
|
+
"requires": {}
|
|
1351
|
+
}
|
|
887
1352
|
},
|
|
888
1353
|
{
|
|
889
1354
|
"name": "google-fonts",
|
|
@@ -899,10 +1364,15 @@
|
|
|
899
1364
|
"maintainers": [
|
|
900
1365
|
{
|
|
901
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
904
1368
|
}
|
|
905
|
-
]
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
906
1376
|
},
|
|
907
1377
|
{
|
|
908
1378
|
"name": "google-gtag",
|
|
@@ -918,15 +1388,17 @@
|
|
|
918
1388
|
"maintainers": [
|
|
919
1389
|
{
|
|
920
1390
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1391
|
+
"github": "dohomi"
|
|
923
1392
|
},
|
|
924
1393
|
{
|
|
925
1394
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1395
|
+
"github": "ricardogobbosouza"
|
|
928
1396
|
}
|
|
929
|
-
]
|
|
1397
|
+
],
|
|
1398
|
+
"compatibility": {
|
|
1399
|
+
"nuxt": "^2.0.0",
|
|
1400
|
+
"requires": {}
|
|
1401
|
+
}
|
|
930
1402
|
},
|
|
931
1403
|
{
|
|
932
1404
|
"name": "google-optimize",
|
|
@@ -943,22 +1415,45 @@
|
|
|
943
1415
|
{
|
|
944
1416
|
"name": "Pooya Parsa",
|
|
945
1417
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1418
|
+
"twitter": "_pi0_"
|
|
948
1419
|
},
|
|
949
1420
|
{
|
|
950
1421
|
"name": "Farzad Soltani",
|
|
951
1422
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1423
|
+
"twitter": "farzadso"
|
|
954
1424
|
},
|
|
955
1425
|
{
|
|
956
1426
|
"name": "Josh Deltener",
|
|
957
1427
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
|
|
1428
|
+
"twitter": "JoshDeltener"
|
|
1429
|
+
}
|
|
1430
|
+
],
|
|
1431
|
+
"compatibility": {
|
|
1432
|
+
"nuxt": "^2.0.0",
|
|
1433
|
+
"requires": {}
|
|
1434
|
+
}
|
|
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"
|
|
960
1451
|
}
|
|
961
|
-
]
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"nuxt": "^3.0.0",
|
|
1455
|
+
"requires": {}
|
|
1456
|
+
}
|
|
962
1457
|
},
|
|
963
1458
|
{
|
|
964
1459
|
"name": "graphql-request",
|
|
@@ -974,10 +1469,13 @@
|
|
|
974
1469
|
"maintainers": [
|
|
975
1470
|
{
|
|
976
1471
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1472
|
+
"github": "gomah"
|
|
979
1473
|
}
|
|
980
|
-
]
|
|
1474
|
+
],
|
|
1475
|
+
"compatibility": {
|
|
1476
|
+
"nuxt": "^2.0.0",
|
|
1477
|
+
"requires": {}
|
|
1478
|
+
}
|
|
981
1479
|
},
|
|
982
1480
|
{
|
|
983
1481
|
"name": "gtm",
|
|
@@ -994,10 +1492,13 @@
|
|
|
994
1492
|
{
|
|
995
1493
|
"name": "Pooya Parsa",
|
|
996
1494
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1495
|
+
"twitter": "_pi0_"
|
|
999
1496
|
}
|
|
1000
|
-
]
|
|
1497
|
+
],
|
|
1498
|
+
"compatibility": {
|
|
1499
|
+
"nuxt": "^2.0.0",
|
|
1500
|
+
"requires": {}
|
|
1501
|
+
}
|
|
1001
1502
|
},
|
|
1002
1503
|
{
|
|
1003
1504
|
"name": "guess",
|
|
@@ -1013,10 +1514,59 @@
|
|
|
1013
1514
|
"maintainers": [
|
|
1014
1515
|
{
|
|
1015
1516
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
1517
|
+
"github": "clarkdo"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"compatibility": {
|
|
1521
|
+
"nuxt": "^2.0.0",
|
|
1522
|
+
"requires": {}
|
|
1523
|
+
}
|
|
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
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "headway",
|
|
1550
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1551
|
+
"repo": "l-portet/nuxt-headway",
|
|
1552
|
+
"npm": "nuxt-headway",
|
|
1553
|
+
"icon": "headway.png",
|
|
1554
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1555
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1556
|
+
"learn_more": "https://headwayapp.co/",
|
|
1557
|
+
"category": "UI",
|
|
1558
|
+
"type": "3rd-party",
|
|
1559
|
+
"maintainers": [
|
|
1560
|
+
{
|
|
1561
|
+
"name": "l-portet",
|
|
1562
|
+
"github": "l-portet",
|
|
1563
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1018
1564
|
}
|
|
1019
|
-
]
|
|
1565
|
+
],
|
|
1566
|
+
"compatibility": {
|
|
1567
|
+
"nuxt": "^2.0.0",
|
|
1568
|
+
"requires": {}
|
|
1569
|
+
}
|
|
1020
1570
|
},
|
|
1021
1571
|
{
|
|
1022
1572
|
"name": "helmet",
|
|
@@ -1032,10 +1582,13 @@
|
|
|
1032
1582
|
"maintainers": [
|
|
1033
1583
|
{
|
|
1034
1584
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1585
|
+
"github": "victor-perez"
|
|
1037
1586
|
}
|
|
1038
|
-
]
|
|
1587
|
+
],
|
|
1588
|
+
"compatibility": {
|
|
1589
|
+
"nuxt": "^2.0.0",
|
|
1590
|
+
"requires": {}
|
|
1591
|
+
}
|
|
1039
1592
|
},
|
|
1040
1593
|
{
|
|
1041
1594
|
"name": "highcharts",
|
|
@@ -1051,10 +1604,13 @@
|
|
|
1051
1604
|
"maintainers": [
|
|
1052
1605
|
{
|
|
1053
1606
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1607
|
+
"github": "richardeschloss"
|
|
1056
1608
|
}
|
|
1057
|
-
]
|
|
1609
|
+
],
|
|
1610
|
+
"compatibility": {
|
|
1611
|
+
"nuxt": "^2.0.0",
|
|
1612
|
+
"requires": {}
|
|
1613
|
+
}
|
|
1058
1614
|
},
|
|
1059
1615
|
{
|
|
1060
1616
|
"name": "history-state",
|
|
@@ -1065,15 +1621,18 @@
|
|
|
1065
1621
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1622
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1067
1623
|
"learn_more": "",
|
|
1068
|
-
"category": "
|
|
1624
|
+
"category": "Extensions",
|
|
1069
1625
|
"type": "3rd-party",
|
|
1070
1626
|
"maintainers": [
|
|
1071
1627
|
{
|
|
1072
1628
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1629
|
+
"github": "hidekatsu-izuno"
|
|
1075
1630
|
}
|
|
1076
|
-
]
|
|
1631
|
+
],
|
|
1632
|
+
"compatibility": {
|
|
1633
|
+
"nuxt": "^2.0.0",
|
|
1634
|
+
"requires": {}
|
|
1635
|
+
}
|
|
1077
1636
|
},
|
|
1078
1637
|
{
|
|
1079
1638
|
"name": "html-minifier",
|
|
@@ -1089,18 +1648,21 @@
|
|
|
1089
1648
|
"maintainers": [
|
|
1090
1649
|
{
|
|
1091
1650
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1651
|
+
"github": "clarkdo"
|
|
1094
1652
|
}
|
|
1095
|
-
]
|
|
1653
|
+
],
|
|
1654
|
+
"compatibility": {
|
|
1655
|
+
"nuxt": "^2.0.0",
|
|
1656
|
+
"requires": {}
|
|
1657
|
+
}
|
|
1096
1658
|
},
|
|
1097
1659
|
{
|
|
1098
1660
|
"name": "html-validator",
|
|
1099
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1100
|
-
"repo": "nuxt-
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1101
1663
|
"npm": "@nuxtjs/html-validator",
|
|
1102
1664
|
"icon": "html-validator.png",
|
|
1103
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1104
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1105
1667
|
"learn_more": "https://html-validate.org",
|
|
1106
1668
|
"category": "Performance",
|
|
@@ -1109,10 +1671,13 @@
|
|
|
1109
1671
|
{
|
|
1110
1672
|
"name": "Daniel Roe",
|
|
1111
1673
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1674
|
+
"twitter": "danielcroe"
|
|
1114
1675
|
}
|
|
1115
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"compatibility": {
|
|
1678
|
+
"nuxt": "^2.0.0",
|
|
1679
|
+
"requires": {}
|
|
1680
|
+
}
|
|
1116
1681
|
},
|
|
1117
1682
|
{
|
|
1118
1683
|
"name": "http",
|
|
@@ -1129,16 +1694,41 @@
|
|
|
1129
1694
|
{
|
|
1130
1695
|
"name": "Pooya Parsa",
|
|
1131
1696
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1697
|
+
"twitter": "_pi0_"
|
|
1134
1698
|
},
|
|
1135
1699
|
{
|
|
1136
1700
|
"name": "Sébastien Chopin",
|
|
1137
1701
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
|
|
1702
|
+
"twitter": "Atinux"
|
|
1703
|
+
}
|
|
1704
|
+
],
|
|
1705
|
+
"compatibility": {
|
|
1706
|
+
"nuxt": "^2.0.0",
|
|
1707
|
+
"requires": {}
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "humans-txt",
|
|
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.",
|
|
1713
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1714
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1715
|
+
"icon": "",
|
|
1716
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1717
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1718
|
+
"learn_more": "https://humanstxt.org/",
|
|
1719
|
+
"category": "SEO",
|
|
1720
|
+
"type": "3rd-party",
|
|
1721
|
+
"maintainers": [
|
|
1722
|
+
{
|
|
1723
|
+
"name": "Luca Iaconelli",
|
|
1724
|
+
"github": "LuXDAmore",
|
|
1725
|
+
"twitter": "luxdamore"
|
|
1140
1726
|
}
|
|
1141
|
-
]
|
|
1727
|
+
],
|
|
1728
|
+
"compatibility": {
|
|
1729
|
+
"nuxt": "^2.0.0",
|
|
1730
|
+
"requires": {}
|
|
1731
|
+
}
|
|
1142
1732
|
},
|
|
1143
1733
|
{
|
|
1144
1734
|
"name": "i18n",
|
|
@@ -1149,20 +1739,66 @@
|
|
|
1149
1739
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1740
|
"website": "https://i18n.nuxtjs.org",
|
|
1151
1741
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1152
|
-
"category": "
|
|
1742
|
+
"category": "Extensions",
|
|
1153
1743
|
"type": "community",
|
|
1154
1744
|
"maintainers": [
|
|
1155
1745
|
{
|
|
1156
1746
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1747
|
+
"github": "rchl"
|
|
1159
1748
|
},
|
|
1160
1749
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1750
|
+
"name": "Kazuya Kawaguchi",
|
|
1751
|
+
"github": "kazupon"
|
|
1164
1752
|
}
|
|
1165
|
-
]
|
|
1753
|
+
],
|
|
1754
|
+
"compatibility": {
|
|
1755
|
+
"nuxt": "^2.0.0",
|
|
1756
|
+
"requires": {}
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icon",
|
|
1761
|
+
"description": "",
|
|
1762
|
+
"repo": "nuxt-modules/icon",
|
|
1763
|
+
"npm": "nuxt-icon",
|
|
1764
|
+
"icon": "nuxt-icon.png",
|
|
1765
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1766
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "community",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Atinux",
|
|
1773
|
+
"github": "Atinux"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"name": "icons",
|
|
1783
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1784
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1785
|
+
"npm": "nuxt-icons",
|
|
1786
|
+
"icon": "icons.png",
|
|
1787
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1788
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1789
|
+
"learn_more": "",
|
|
1790
|
+
"category": "UI",
|
|
1791
|
+
"type": "3rd-party",
|
|
1792
|
+
"maintainers": [
|
|
1793
|
+
{
|
|
1794
|
+
"name": "Sebastian Wludzik",
|
|
1795
|
+
"github": "gitfoxcode"
|
|
1796
|
+
}
|
|
1797
|
+
],
|
|
1798
|
+
"compatibility": {
|
|
1799
|
+
"nuxt": "^3.0.0",
|
|
1800
|
+
"requires": {}
|
|
1801
|
+
}
|
|
1166
1802
|
},
|
|
1167
1803
|
{
|
|
1168
1804
|
"name": "image-loader",
|
|
@@ -1178,10 +1814,13 @@
|
|
|
1178
1814
|
"maintainers": [
|
|
1179
1815
|
{
|
|
1180
1816
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1817
|
+
"github": "Barry-Fisher"
|
|
1183
1818
|
}
|
|
1184
|
-
]
|
|
1819
|
+
],
|
|
1820
|
+
"compatibility": {
|
|
1821
|
+
"nuxt": "^2.0.0",
|
|
1822
|
+
"requires": {}
|
|
1823
|
+
}
|
|
1185
1824
|
},
|
|
1186
1825
|
{
|
|
1187
1826
|
"name": "image",
|
|
@@ -1198,22 +1837,25 @@
|
|
|
1198
1837
|
{
|
|
1199
1838
|
"name": "Ahad Birang",
|
|
1200
1839
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1840
|
+
"twitter": "a_birang"
|
|
1203
1841
|
},
|
|
1204
1842
|
{
|
|
1205
1843
|
"name": "Pooya Parsa",
|
|
1206
1844
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1845
|
+
"twitter": "_pi0_"
|
|
1209
1846
|
},
|
|
1210
1847
|
{
|
|
1211
1848
|
"name": "Sebastien Chopin",
|
|
1212
1849
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
|
|
1850
|
+
"twitter": "Atinux"
|
|
1851
|
+
}
|
|
1852
|
+
],
|
|
1853
|
+
"compatibility": {
|
|
1854
|
+
"nuxt": "^2.0.0",
|
|
1855
|
+
"requires": {
|
|
1856
|
+
"bridge": "optional"
|
|
1215
1857
|
}
|
|
1216
|
-
|
|
1858
|
+
}
|
|
1217
1859
|
},
|
|
1218
1860
|
{
|
|
1219
1861
|
"name": "imagemin",
|
|
@@ -1229,10 +1871,38 @@
|
|
|
1229
1871
|
"maintainers": [
|
|
1230
1872
|
{
|
|
1231
1873
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
|
|
1874
|
+
"github": "ricardogobbosouza"
|
|
1875
|
+
}
|
|
1876
|
+
],
|
|
1877
|
+
"compatibility": {
|
|
1878
|
+
"nuxt": "^2.0.0",
|
|
1879
|
+
"requires": {}
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "inkline",
|
|
1884
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1885
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1886
|
+
"npm": "@inkline/nuxt",
|
|
1887
|
+
"icon": "inkline.svg",
|
|
1888
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1889
|
+
"website": "https://inkline.io",
|
|
1890
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1891
|
+
"category": "UI",
|
|
1892
|
+
"type": "3rd-party",
|
|
1893
|
+
"maintainers": [
|
|
1894
|
+
{
|
|
1895
|
+
"name": "Alex Grozav",
|
|
1896
|
+
"github": "alexgrozav",
|
|
1897
|
+
"twitter": "alexgrozav"
|
|
1234
1898
|
}
|
|
1235
|
-
]
|
|
1899
|
+
],
|
|
1900
|
+
"compatibility": {
|
|
1901
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1902
|
+
"requires": {
|
|
1903
|
+
"bridge": true
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1236
1906
|
},
|
|
1237
1907
|
{
|
|
1238
1908
|
"name": "intercom",
|
|
@@ -1248,10 +1918,36 @@
|
|
|
1248
1918
|
"maintainers": [
|
|
1249
1919
|
{
|
|
1250
1920
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
|
|
1921
|
+
"github": "hex-digital"
|
|
1922
|
+
}
|
|
1923
|
+
],
|
|
1924
|
+
"compatibility": {
|
|
1925
|
+
"nuxt": "^2.0.0",
|
|
1926
|
+
"requires": {}
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "ionic",
|
|
1931
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1932
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1933
|
+
"npm": "nuxt-ionic",
|
|
1934
|
+
"icon": "ionic.svg",
|
|
1935
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1936
|
+
"website": "https://ionic.roe.dev",
|
|
1937
|
+
"learn_more": "https://ionicframework.com",
|
|
1938
|
+
"category": "Libraries",
|
|
1939
|
+
"type": "3rd-party",
|
|
1940
|
+
"maintainers": [
|
|
1941
|
+
{
|
|
1942
|
+
"name": "Daniel Roe",
|
|
1943
|
+
"github": "danielroe",
|
|
1944
|
+
"twitter": "danielcroe"
|
|
1253
1945
|
}
|
|
1254
|
-
]
|
|
1946
|
+
],
|
|
1947
|
+
"compatibility": {
|
|
1948
|
+
"nuxt": "^3.0.0",
|
|
1949
|
+
"requires": {}
|
|
1950
|
+
}
|
|
1255
1951
|
},
|
|
1256
1952
|
{
|
|
1257
1953
|
"name": "jsonapi",
|
|
@@ -1267,10 +1963,13 @@
|
|
|
1267
1963
|
"maintainers": [
|
|
1268
1964
|
{
|
|
1269
1965
|
"name": "patrickcate",
|
|
1270
|
-
"github": "patrickcate"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1966
|
+
"github": "patrickcate"
|
|
1272
1967
|
}
|
|
1273
|
-
]
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^2.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1274
1973
|
},
|
|
1275
1974
|
{
|
|
1276
1975
|
"name": "kentico-kontent",
|
|
@@ -1286,10 +1985,37 @@
|
|
|
1286
1985
|
"maintainers": [
|
|
1287
1986
|
{
|
|
1288
1987
|
"name": "Alfred Brockötter",
|
|
1289
|
-
"github": "Domitnator"
|
|
1290
|
-
|
|
1988
|
+
"github": "Domitnator"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^2.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "kql",
|
|
1998
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1999
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2000
|
+
"npm": "nuxt-kql",
|
|
2001
|
+
"icon": "kql.svg",
|
|
2002
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2003
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2004
|
+
"learn_more": "",
|
|
2005
|
+
"category": "CMS",
|
|
2006
|
+
"type": "3rd-party",
|
|
2007
|
+
"maintainers": [
|
|
2008
|
+
{
|
|
2009
|
+
"name": "Johann Schopplich",
|
|
2010
|
+
"github": "johannschopplich",
|
|
2011
|
+
"twitter": "jschopplich",
|
|
2012
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1291
2013
|
}
|
|
1292
|
-
]
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^3.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
1293
2019
|
},
|
|
1294
2020
|
{
|
|
1295
2021
|
"name": "laravel-echo",
|
|
@@ -1305,10 +2031,13 @@
|
|
|
1305
2031
|
"maintainers": [
|
|
1306
2032
|
{
|
|
1307
2033
|
"name": "Ricardo Gobbo de Souza",
|
|
1308
|
-
"github": "ricardogobbosouza"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2034
|
+
"github": "ricardogobbosouza"
|
|
1310
2035
|
}
|
|
1311
|
-
]
|
|
2036
|
+
],
|
|
2037
|
+
"compatibility": {
|
|
2038
|
+
"nuxt": "^2.0.0",
|
|
2039
|
+
"requires": {}
|
|
2040
|
+
}
|
|
1312
2041
|
},
|
|
1313
2042
|
{
|
|
1314
2043
|
"name": "laravel-nuxt",
|
|
@@ -1324,10 +2053,13 @@
|
|
|
1324
2053
|
"maintainers": [
|
|
1325
2054
|
{
|
|
1326
2055
|
"name": "skyrpex",
|
|
1327
|
-
"github": "skyrpex"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2056
|
+
"github": "skyrpex"
|
|
1329
2057
|
}
|
|
1330
|
-
]
|
|
2058
|
+
],
|
|
2059
|
+
"compatibility": {
|
|
2060
|
+
"nuxt": "^2.0.0",
|
|
2061
|
+
"requires": {}
|
|
2062
|
+
}
|
|
1331
2063
|
},
|
|
1332
2064
|
{
|
|
1333
2065
|
"name": "laravel",
|
|
@@ -1343,10 +2075,13 @@
|
|
|
1343
2075
|
"maintainers": [
|
|
1344
2076
|
{
|
|
1345
2077
|
"name": "m2sd",
|
|
1346
|
-
"github": "m2sd"
|
|
1347
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2078
|
+
"github": "m2sd"
|
|
1348
2079
|
}
|
|
1349
|
-
]
|
|
2080
|
+
],
|
|
2081
|
+
"compatibility": {
|
|
2082
|
+
"nuxt": "^2.0.0",
|
|
2083
|
+
"requires": {}
|
|
2084
|
+
}
|
|
1350
2085
|
},
|
|
1351
2086
|
{
|
|
1352
2087
|
"name": "leaflet",
|
|
@@ -1357,15 +2092,18 @@
|
|
|
1357
2092
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1358
2093
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1359
2094
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1360
|
-
"category": "
|
|
2095
|
+
"category": "Libraries",
|
|
1361
2096
|
"type": "3rd-party",
|
|
1362
2097
|
"maintainers": [
|
|
1363
2098
|
{
|
|
1364
2099
|
"name": "schlunsen",
|
|
1365
|
-
"github": "schlunsen"
|
|
1366
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2100
|
+
"github": "schlunsen"
|
|
1367
2101
|
}
|
|
1368
|
-
]
|
|
2102
|
+
],
|
|
2103
|
+
"compatibility": {
|
|
2104
|
+
"nuxt": "^2.0.0",
|
|
2105
|
+
"requires": {}
|
|
2106
|
+
}
|
|
1369
2107
|
},
|
|
1370
2108
|
{
|
|
1371
2109
|
"name": "localforage",
|
|
@@ -1376,21 +2114,23 @@
|
|
|
1376
2114
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1377
2115
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1378
2116
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1379
|
-
"category": "
|
|
2117
|
+
"category": "Libraries",
|
|
1380
2118
|
"type": "community",
|
|
1381
2119
|
"maintainers": [
|
|
1382
2120
|
{
|
|
1383
2121
|
"name": "Alexandre Chopin",
|
|
1384
2122
|
"github": "alexchopin",
|
|
1385
|
-
"twitter": "alexchopin"
|
|
1386
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2123
|
+
"twitter": "alexchopin"
|
|
1387
2124
|
},
|
|
1388
2125
|
{
|
|
1389
2126
|
"name": "Ricardo Gobbo de Souza",
|
|
1390
|
-
"github": "ricardogobbosouza"
|
|
1391
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2127
|
+
"github": "ricardogobbosouza"
|
|
1392
2128
|
}
|
|
1393
|
-
]
|
|
2129
|
+
],
|
|
2130
|
+
"compatibility": {
|
|
2131
|
+
"nuxt": "^2.0.0",
|
|
2132
|
+
"requires": {}
|
|
2133
|
+
}
|
|
1394
2134
|
},
|
|
1395
2135
|
{
|
|
1396
2136
|
"name": "localtunnel",
|
|
@@ -1407,10 +2147,35 @@
|
|
|
1407
2147
|
{
|
|
1408
2148
|
"name": "Pooya Parsa",
|
|
1409
2149
|
"github": "pi0",
|
|
1410
|
-
"twitter": "_pi0_"
|
|
1411
|
-
|
|
2150
|
+
"twitter": "_pi0_"
|
|
2151
|
+
}
|
|
2152
|
+
],
|
|
2153
|
+
"compatibility": {
|
|
2154
|
+
"nuxt": "^2.0.0",
|
|
2155
|
+
"requires": {}
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"name": "lodash",
|
|
2160
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2161
|
+
"repo": "cipami/nuxt-lodash",
|
|
2162
|
+
"npm": "nuxt-lodash",
|
|
2163
|
+
"icon": "lodash.svg",
|
|
2164
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2165
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2166
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2167
|
+
"category": "Libraries",
|
|
2168
|
+
"type": "3rd-party",
|
|
2169
|
+
"maintainers": [
|
|
2170
|
+
{
|
|
2171
|
+
"name": "Michal Čípa",
|
|
2172
|
+
"github": "cipami"
|
|
1412
2173
|
}
|
|
1413
|
-
]
|
|
2174
|
+
],
|
|
2175
|
+
"compatibility": {
|
|
2176
|
+
"nuxt": "^3.0.0",
|
|
2177
|
+
"requires": {}
|
|
2178
|
+
}
|
|
1414
2179
|
},
|
|
1415
2180
|
{
|
|
1416
2181
|
"name": "logrocket",
|
|
@@ -1427,10 +2192,13 @@
|
|
|
1427
2192
|
{
|
|
1428
2193
|
"name": "Farzad Soltani",
|
|
1429
2194
|
"github": "farzadso",
|
|
1430
|
-
"twitter": "farzadso"
|
|
1431
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2195
|
+
"twitter": "farzadso"
|
|
1432
2196
|
}
|
|
1433
|
-
]
|
|
2197
|
+
],
|
|
2198
|
+
"compatibility": {
|
|
2199
|
+
"nuxt": "^2.0.0",
|
|
2200
|
+
"requires": {}
|
|
2201
|
+
}
|
|
1434
2202
|
},
|
|
1435
2203
|
{
|
|
1436
2204
|
"name": "lunr",
|
|
@@ -1446,30 +2214,59 @@
|
|
|
1446
2214
|
"maintainers": [
|
|
1447
2215
|
{
|
|
1448
2216
|
"name": "Pim",
|
|
1449
|
-
"github": "pimlie"
|
|
1450
|
-
|
|
2217
|
+
"github": "pimlie"
|
|
2218
|
+
}
|
|
2219
|
+
],
|
|
2220
|
+
"compatibility": {
|
|
2221
|
+
"nuxt": "^2.0.0",
|
|
2222
|
+
"requires": {}
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"name": "magic-regexp",
|
|
2227
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2228
|
+
"repo": "danielroe/magic-regexp",
|
|
2229
|
+
"npm": "magic-regexp",
|
|
2230
|
+
"icon": "magic-regexp.svg",
|
|
2231
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2232
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2233
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2234
|
+
"category": "Libraries",
|
|
2235
|
+
"type": "3rd-party",
|
|
2236
|
+
"maintainers": [
|
|
2237
|
+
{
|
|
2238
|
+
"name": "Daniel Roe",
|
|
2239
|
+
"github": "danielroe",
|
|
2240
|
+
"twitter": "danielcroe"
|
|
1451
2241
|
}
|
|
1452
|
-
]
|
|
2242
|
+
],
|
|
2243
|
+
"compatibility": {
|
|
2244
|
+
"nuxt": "^3.0.0",
|
|
2245
|
+
"requires": {}
|
|
2246
|
+
}
|
|
1453
2247
|
},
|
|
1454
2248
|
{
|
|
1455
2249
|
"name": "markdownit",
|
|
1456
2250
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1457
|
-
"repo": "nuxt-community/
|
|
2251
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1458
2252
|
"npm": "@nuxtjs/markdownit",
|
|
1459
2253
|
"icon": "",
|
|
1460
|
-
"github": "https://github.com/nuxt-community/
|
|
1461
|
-
"website": "https://github.com/nuxt-community/
|
|
2254
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2255
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1462
2256
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1463
|
-
"category": "
|
|
2257
|
+
"category": "Extensions",
|
|
1464
2258
|
"type": "community",
|
|
1465
2259
|
"maintainers": [
|
|
1466
2260
|
{
|
|
1467
2261
|
"name": "Pooya Parsa",
|
|
1468
2262
|
"github": "pi0",
|
|
1469
|
-
"twitter": "_pi0_"
|
|
1470
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2263
|
+
"twitter": "_pi0_"
|
|
1471
2264
|
}
|
|
1472
|
-
]
|
|
2265
|
+
],
|
|
2266
|
+
"compatibility": {
|
|
2267
|
+
"nuxt": "^2.0.0",
|
|
2268
|
+
"requires": {}
|
|
2269
|
+
}
|
|
1473
2270
|
},
|
|
1474
2271
|
{
|
|
1475
2272
|
"name": "matomo",
|
|
@@ -1485,10 +2282,13 @@
|
|
|
1485
2282
|
"maintainers": [
|
|
1486
2283
|
{
|
|
1487
2284
|
"name": "pimlie",
|
|
1488
|
-
"github": "pimlie"
|
|
1489
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2285
|
+
"github": "pimlie"
|
|
1490
2286
|
}
|
|
1491
|
-
]
|
|
2287
|
+
],
|
|
2288
|
+
"compatibility": {
|
|
2289
|
+
"nuxt": "^2.0.0",
|
|
2290
|
+
"requires": {}
|
|
2291
|
+
}
|
|
1492
2292
|
},
|
|
1493
2293
|
{
|
|
1494
2294
|
"name": "mdx",
|
|
@@ -1499,16 +2299,44 @@
|
|
|
1499
2299
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1500
2300
|
"website": "https://mdx.nuxtjs.org",
|
|
1501
2301
|
"learn_more": "https://mdxjs.com/",
|
|
1502
|
-
"category": "
|
|
2302
|
+
"category": "Extensions",
|
|
1503
2303
|
"type": "community",
|
|
1504
2304
|
"maintainers": [
|
|
1505
2305
|
{
|
|
1506
2306
|
"name": "Jonathan Bakebwa",
|
|
1507
2307
|
"github": "codebender828",
|
|
1508
|
-
"twitter": "codebender828"
|
|
1509
|
-
|
|
2308
|
+
"twitter": "codebender828"
|
|
2309
|
+
}
|
|
2310
|
+
],
|
|
2311
|
+
"compatibility": {
|
|
2312
|
+
"nuxt": "^2.0.0",
|
|
2313
|
+
"requires": {}
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "meilisearch",
|
|
2318
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2319
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2320
|
+
"npm": "nuxt-meilisearch",
|
|
2321
|
+
"icon": "meilisearch.svg",
|
|
2322
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2323
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2324
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2325
|
+
"category": "Libraries",
|
|
2326
|
+
"type": "3rd-party",
|
|
2327
|
+
"maintainers": [
|
|
2328
|
+
{
|
|
2329
|
+
"name": "Alex Duval",
|
|
2330
|
+
"github": "xlanex6",
|
|
2331
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2332
|
+
}
|
|
2333
|
+
],
|
|
2334
|
+
"compatibility": {
|
|
2335
|
+
"nuxt": "^3.0.0",
|
|
2336
|
+
"requires": {
|
|
2337
|
+
"bridge": false
|
|
1510
2338
|
}
|
|
1511
|
-
|
|
2339
|
+
}
|
|
1512
2340
|
},
|
|
1513
2341
|
{
|
|
1514
2342
|
"name": "memwatch",
|
|
@@ -1524,10 +2352,13 @@
|
|
|
1524
2352
|
"maintainers": [
|
|
1525
2353
|
{
|
|
1526
2354
|
"name": "pimlie",
|
|
1527
|
-
"github": "pimlie"
|
|
1528
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2355
|
+
"github": "pimlie"
|
|
1529
2356
|
}
|
|
1530
|
-
]
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^2.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
1531
2362
|
},
|
|
1532
2363
|
{
|
|
1533
2364
|
"name": "mobile",
|
|
@@ -1538,15 +2369,18 @@
|
|
|
1538
2369
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1539
2370
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1540
2371
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1541
|
-
"category": "
|
|
2372
|
+
"category": "Extensions",
|
|
1542
2373
|
"type": "3rd-party",
|
|
1543
2374
|
"maintainers": [
|
|
1544
2375
|
{
|
|
1545
2376
|
"name": "ChanningDefoe",
|
|
1546
|
-
"github": "ChanningDefoe"
|
|
1547
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2377
|
+
"github": "ChanningDefoe"
|
|
1548
2378
|
}
|
|
1549
|
-
]
|
|
2379
|
+
],
|
|
2380
|
+
"compatibility": {
|
|
2381
|
+
"nuxt": "^2.0.0",
|
|
2382
|
+
"requires": {}
|
|
2383
|
+
}
|
|
1550
2384
|
},
|
|
1551
2385
|
{
|
|
1552
2386
|
"name": "moment",
|
|
@@ -1563,15 +2397,17 @@
|
|
|
1563
2397
|
{
|
|
1564
2398
|
"name": "Pooya Parsa",
|
|
1565
2399
|
"github": "pi0",
|
|
1566
|
-
"twitter": "_pi0_"
|
|
1567
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2400
|
+
"twitter": "_pi0_"
|
|
1568
2401
|
},
|
|
1569
2402
|
{
|
|
1570
2403
|
"name": "Ricardo Gobbo de Souza",
|
|
1571
|
-
"github": "ricardogobbosouza"
|
|
1572
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2404
|
+
"github": "ricardogobbosouza"
|
|
1573
2405
|
}
|
|
1574
|
-
]
|
|
2406
|
+
],
|
|
2407
|
+
"compatibility": {
|
|
2408
|
+
"nuxt": "^2.0.0",
|
|
2409
|
+
"requires": {}
|
|
2410
|
+
}
|
|
1575
2411
|
},
|
|
1576
2412
|
{
|
|
1577
2413
|
"name": "mq",
|
|
@@ -1587,10 +2423,13 @@
|
|
|
1587
2423
|
"maintainers": [
|
|
1588
2424
|
{
|
|
1589
2425
|
"name": "vanhoofmaarten",
|
|
1590
|
-
"github": "vanhoofmaarten"
|
|
1591
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2426
|
+
"github": "vanhoofmaarten"
|
|
1592
2427
|
}
|
|
1593
|
-
]
|
|
2428
|
+
],
|
|
2429
|
+
"compatibility": {
|
|
2430
|
+
"nuxt": "^2.0.0",
|
|
2431
|
+
"requires": {}
|
|
2432
|
+
}
|
|
1594
2433
|
},
|
|
1595
2434
|
{
|
|
1596
2435
|
"name": "neo",
|
|
@@ -1606,10 +2445,13 @@
|
|
|
1606
2445
|
"maintainers": [
|
|
1607
2446
|
{
|
|
1608
2447
|
"name": "ezypeeze",
|
|
1609
|
-
"github": "ezypeeze"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2448
|
+
"github": "ezypeeze"
|
|
1611
2449
|
}
|
|
1612
|
-
]
|
|
2450
|
+
],
|
|
2451
|
+
"compatibility": {
|
|
2452
|
+
"nuxt": "^2.0.0",
|
|
2453
|
+
"requires": {}
|
|
2454
|
+
}
|
|
1613
2455
|
},
|
|
1614
2456
|
{
|
|
1615
2457
|
"name": "netlify-cache",
|
|
@@ -1625,10 +2467,13 @@
|
|
|
1625
2467
|
"maintainers": [
|
|
1626
2468
|
{
|
|
1627
2469
|
"name": "DreaMinder",
|
|
1628
|
-
"github": "DreaMinder"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2470
|
+
"github": "DreaMinder"
|
|
1630
2471
|
}
|
|
1631
|
-
]
|
|
2472
|
+
],
|
|
2473
|
+
"compatibility": {
|
|
2474
|
+
"nuxt": "^2.0.0",
|
|
2475
|
+
"requires": {}
|
|
2476
|
+
}
|
|
1632
2477
|
},
|
|
1633
2478
|
{
|
|
1634
2479
|
"name": "netlify-files",
|
|
@@ -1645,10 +2490,13 @@
|
|
|
1645
2490
|
{
|
|
1646
2491
|
"name": "Alexander Lichter",
|
|
1647
2492
|
"github": "manniL",
|
|
1648
|
-
"twitter": "TheAlexLichter"
|
|
1649
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2493
|
+
"twitter": "TheAlexLichter"
|
|
1650
2494
|
}
|
|
1651
|
-
]
|
|
2495
|
+
],
|
|
2496
|
+
"compatibility": {
|
|
2497
|
+
"nuxt": "^2.0.0",
|
|
2498
|
+
"requires": {}
|
|
2499
|
+
}
|
|
1652
2500
|
},
|
|
1653
2501
|
{
|
|
1654
2502
|
"name": "netlify",
|
|
@@ -1664,10 +2512,13 @@
|
|
|
1664
2512
|
"maintainers": [
|
|
1665
2513
|
{
|
|
1666
2514
|
"name": "bazzite",
|
|
1667
|
-
"github": "bazzite"
|
|
1668
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2515
|
+
"github": "bazzite"
|
|
1669
2516
|
}
|
|
1670
|
-
]
|
|
2517
|
+
],
|
|
2518
|
+
"compatibility": {
|
|
2519
|
+
"nuxt": "^2.0.0",
|
|
2520
|
+
"requires": {}
|
|
2521
|
+
}
|
|
1671
2522
|
},
|
|
1672
2523
|
{
|
|
1673
2524
|
"name": "ngrok",
|
|
@@ -1684,19 +2535,21 @@
|
|
|
1684
2535
|
{
|
|
1685
2536
|
"name": "Debbie O'Brien",
|
|
1686
2537
|
"github": "debs-obrien",
|
|
1687
|
-
"twitter": "debs_obrien"
|
|
1688
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2538
|
+
"twitter": "debs_obrien"
|
|
1689
2539
|
},
|
|
1690
2540
|
{
|
|
1691
2541
|
"name": "Pooya Parsa",
|
|
1692
2542
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2543
|
+
"twitter": "_pi0_"
|
|
1695
2544
|
}
|
|
1696
|
-
]
|
|
2545
|
+
],
|
|
2546
|
+
"compatibility": {
|
|
2547
|
+
"nuxt": "^2.0.0",
|
|
2548
|
+
"requires": {}
|
|
2549
|
+
}
|
|
1697
2550
|
},
|
|
1698
2551
|
{
|
|
1699
|
-
"name": "
|
|
2552
|
+
"name": "notion",
|
|
1700
2553
|
"description": "Vue renderer for Notion pages",
|
|
1701
2554
|
"repo": "janniks/vue-notion",
|
|
1702
2555
|
"npm": "vue-notion",
|
|
@@ -1709,10 +2562,238 @@
|
|
|
1709
2562
|
"maintainers": [
|
|
1710
2563
|
{
|
|
1711
2564
|
"name": "janniks",
|
|
1712
|
-
"github": "janniks"
|
|
1713
|
-
|
|
2565
|
+
"github": "janniks"
|
|
2566
|
+
}
|
|
2567
|
+
],
|
|
2568
|
+
"compatibility": {
|
|
2569
|
+
"nuxt": "^2.0.0",
|
|
2570
|
+
"requires": {}
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "nuxt-hue",
|
|
2575
|
+
"description": "Enlighten your Nuxt experience",
|
|
2576
|
+
"repo": "lihbr/nuxt-hue",
|
|
2577
|
+
"npm": "nuxt-hue",
|
|
2578
|
+
"icon": "nuxt-hue.svg",
|
|
2579
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2580
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2581
|
+
"learn_more": "",
|
|
2582
|
+
"category": "Devtools",
|
|
2583
|
+
"type": "3rd-party",
|
|
2584
|
+
"maintainers": [
|
|
2585
|
+
{
|
|
2586
|
+
"name": "lihbr",
|
|
2587
|
+
"github": "lihbr"
|
|
2588
|
+
}
|
|
2589
|
+
],
|
|
2590
|
+
"compatibility": {
|
|
2591
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2592
|
+
"requires": {
|
|
2593
|
+
"bridge": "optional"
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "nuxt-monaco-editor",
|
|
2599
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2600
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2601
|
+
"npm": "nuxt-monaco-editor",
|
|
2602
|
+
"icon": "",
|
|
2603
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2604
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2605
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2606
|
+
"category": "Libraries",
|
|
2607
|
+
"type": "3rd-party",
|
|
2608
|
+
"maintainers": [
|
|
2609
|
+
{
|
|
2610
|
+
"name": "e-chan1007",
|
|
2611
|
+
"github": "e-chan1007"
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"nuxt": "^3.0.0",
|
|
2616
|
+
"requires": {}
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "nuxt-pino-log",
|
|
2621
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2622
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2623
|
+
"npm": "nuxt-pino-log",
|
|
2624
|
+
"icon": "",
|
|
2625
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2626
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2627
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2628
|
+
"category": "Monitoring",
|
|
2629
|
+
"type": "3rd-party",
|
|
2630
|
+
"maintainers": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kpn",
|
|
2633
|
+
"github": "kpn"
|
|
1714
2634
|
}
|
|
1715
|
-
]
|
|
2635
|
+
],
|
|
2636
|
+
"compatibility": {
|
|
2637
|
+
"nuxt": "^2.0.0",
|
|
2638
|
+
"requires": {}
|
|
2639
|
+
}
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "nuxt-png-to-ico",
|
|
2643
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2644
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2645
|
+
"npm": "nuxt-png-to-ico",
|
|
2646
|
+
"icon": "",
|
|
2647
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2648
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2649
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2650
|
+
"category": "Devtools",
|
|
2651
|
+
"type": "3rd-party",
|
|
2652
|
+
"maintainers": [
|
|
2653
|
+
{
|
|
2654
|
+
"name": "b5710546232",
|
|
2655
|
+
"github": "b5710546232",
|
|
2656
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"compatibility": {
|
|
2660
|
+
"nuxt": "^2.0.0",
|
|
2661
|
+
"requires": {}
|
|
2662
|
+
}
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"name": "nuxt-smartlook",
|
|
2666
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2667
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2668
|
+
"npm": "nuxt-smartlook",
|
|
2669
|
+
"icon": "nuxt-smartlook.png",
|
|
2670
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2671
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2672
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2673
|
+
"category": "Analytics",
|
|
2674
|
+
"type": "3rd-party",
|
|
2675
|
+
"maintainers": [
|
|
2676
|
+
{
|
|
2677
|
+
"name": "Milan Sulc",
|
|
2678
|
+
"github": "f3l1x",
|
|
2679
|
+
"twitter": "xf3l1x",
|
|
2680
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^2.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-svgo",
|
|
2690
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2691
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2692
|
+
"npm": "nuxt-svgo",
|
|
2693
|
+
"icon": "",
|
|
2694
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2695
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2696
|
+
"learn_more": "",
|
|
2697
|
+
"category": "Images",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "cpsoinos",
|
|
2702
|
+
"github": "cpsoinos"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"compatibility": {
|
|
2706
|
+
"nuxt": "^3.0.0",
|
|
2707
|
+
"requires": {}
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "nuxt-unleash",
|
|
2712
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2713
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2714
|
+
"npm": "nuxt-unleash",
|
|
2715
|
+
"icon": "nuxt-unleash.svg",
|
|
2716
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2717
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2718
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2719
|
+
"category": "Deployment",
|
|
2720
|
+
"type": "3rd-party",
|
|
2721
|
+
"maintainers": [
|
|
2722
|
+
{
|
|
2723
|
+
"name": "Juanjo Conejerock",
|
|
2724
|
+
"github": "conejerock"
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"compatibility": {
|
|
2728
|
+
"nuxt": "^2.0.0",
|
|
2729
|
+
"requires": {}
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "nuxt-use-motion",
|
|
2734
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2735
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2736
|
+
"npm": "nuxt-use-motion",
|
|
2737
|
+
"icon": "nuxt-use-motion.svg",
|
|
2738
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2739
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2740
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2741
|
+
"category": "Libraries",
|
|
2742
|
+
"type": "3rd-party",
|
|
2743
|
+
"maintainers": [
|
|
2744
|
+
{
|
|
2745
|
+
"name": "Tahul",
|
|
2746
|
+
"github": "Tahul"
|
|
2747
|
+
}
|
|
2748
|
+
],
|
|
2749
|
+
"compatibility": {
|
|
2750
|
+
"nuxt": "^2.0.0",
|
|
2751
|
+
"requires": {}
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"name": "nuxt-use-sound",
|
|
2756
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2757
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2758
|
+
"npm": "nuxt-use-sound",
|
|
2759
|
+
"icon": "nuxt-use-sound.svg",
|
|
2760
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2761
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2762
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2763
|
+
"category": "Libraries",
|
|
2764
|
+
"type": "3rd-party",
|
|
2765
|
+
"maintainers": [
|
|
2766
|
+
{
|
|
2767
|
+
"name": "Tahul",
|
|
2768
|
+
"github": "Tahul"
|
|
2769
|
+
}
|
|
2770
|
+
],
|
|
2771
|
+
"compatibility": {
|
|
2772
|
+
"nuxt": "^2.0.0",
|
|
2773
|
+
"requires": {}
|
|
2774
|
+
}
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "nuxt-viewport",
|
|
2778
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2779
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2780
|
+
"npm": "nuxt-viewport",
|
|
2781
|
+
"icon": "nuxt-viewport.svg",
|
|
2782
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2783
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2784
|
+
"learn_more": "",
|
|
2785
|
+
"category": "Extensions",
|
|
2786
|
+
"type": "3rd-party",
|
|
2787
|
+
"maintainers": [
|
|
2788
|
+
{
|
|
2789
|
+
"name": "mvrlin",
|
|
2790
|
+
"github": "mvrlin"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"compatibility": {
|
|
2794
|
+
"nuxt": "^2.0.0",
|
|
2795
|
+
"requires": {}
|
|
2796
|
+
}
|
|
1716
2797
|
},
|
|
1717
2798
|
{
|
|
1718
2799
|
"name": "nuxt7",
|
|
@@ -1729,10 +2810,13 @@
|
|
|
1729
2810
|
{
|
|
1730
2811
|
"name": "Pooya Parsa",
|
|
1731
2812
|
"github": "pi0",
|
|
1732
|
-
"twitter": "_pi0_"
|
|
1733
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2813
|
+
"twitter": "_pi0_"
|
|
1734
2814
|
}
|
|
1735
|
-
]
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0",
|
|
2818
|
+
"requires": {}
|
|
2819
|
+
}
|
|
1736
2820
|
},
|
|
1737
2821
|
{
|
|
1738
2822
|
"name": "onesignal",
|
|
@@ -1743,16 +2827,19 @@
|
|
|
1743
2827
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1744
2828
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1745
2829
|
"learn_more": "https://onesignal.com/",
|
|
1746
|
-
"category": "
|
|
2830
|
+
"category": "Extensions",
|
|
1747
2831
|
"type": "community",
|
|
1748
2832
|
"maintainers": [
|
|
1749
2833
|
{
|
|
1750
2834
|
"name": "Pooya Parsa",
|
|
1751
2835
|
"github": "pi0",
|
|
1752
|
-
"twitter": "_pi0_"
|
|
1753
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2836
|
+
"twitter": "_pi0_"
|
|
1754
2837
|
}
|
|
1755
|
-
]
|
|
2838
|
+
],
|
|
2839
|
+
"compatibility": {
|
|
2840
|
+
"nuxt": "^2.0.0",
|
|
2841
|
+
"requires": {}
|
|
2842
|
+
}
|
|
1756
2843
|
},
|
|
1757
2844
|
{
|
|
1758
2845
|
"name": "optimized-images",
|
|
@@ -1769,10 +2856,13 @@
|
|
|
1769
2856
|
{
|
|
1770
2857
|
"name": "Julio Marquez",
|
|
1771
2858
|
"github": "juliomrqz",
|
|
1772
|
-
"twitter": "juliomrqz"
|
|
1773
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2859
|
+
"twitter": "juliomrqz"
|
|
1774
2860
|
}
|
|
1775
|
-
]
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"nuxt": "^2.0.0",
|
|
2864
|
+
"requires": {}
|
|
2865
|
+
}
|
|
1776
2866
|
},
|
|
1777
2867
|
{
|
|
1778
2868
|
"name": "page-generator-helper",
|
|
@@ -1783,15 +2873,18 @@
|
|
|
1783
2873
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1784
2874
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1785
2875
|
"learn_more": "",
|
|
1786
|
-
"category": "
|
|
2876
|
+
"category": "Extensions",
|
|
1787
2877
|
"type": "3rd-party",
|
|
1788
2878
|
"maintainers": [
|
|
1789
2879
|
{
|
|
1790
2880
|
"name": "GrabarzUndPartner",
|
|
1791
|
-
"github": "GrabarzUndPartner"
|
|
1792
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2881
|
+
"github": "GrabarzUndPartner"
|
|
1793
2882
|
}
|
|
1794
|
-
]
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^2.0.0",
|
|
2886
|
+
"requires": {}
|
|
2887
|
+
}
|
|
1795
2888
|
},
|
|
1796
2889
|
{
|
|
1797
2890
|
"name": "parse",
|
|
@@ -1807,10 +2900,85 @@
|
|
|
1807
2900
|
"maintainers": [
|
|
1808
2901
|
{
|
|
1809
2902
|
"name": "cierrateam",
|
|
1810
|
-
"github": "cierrateam"
|
|
1811
|
-
|
|
2903
|
+
"github": "cierrateam"
|
|
2904
|
+
}
|
|
2905
|
+
],
|
|
2906
|
+
"compatibility": {
|
|
2907
|
+
"nuxt": "^2.0.0",
|
|
2908
|
+
"requires": {}
|
|
2909
|
+
}
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"name": "partytown",
|
|
2913
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2914
|
+
"repo": "nuxt-modules/partytown",
|
|
2915
|
+
"npm": "@nuxtjs/partytown",
|
|
2916
|
+
"icon": "partytown.svg",
|
|
2917
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2918
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2919
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2920
|
+
"category": "Performance",
|
|
2921
|
+
"type": "community",
|
|
2922
|
+
"maintainers": [
|
|
2923
|
+
{
|
|
2924
|
+
"name": "Daniel Roe",
|
|
2925
|
+
"github": "danielroe",
|
|
2926
|
+
"twitter": "danielcroe"
|
|
2927
|
+
}
|
|
2928
|
+
],
|
|
2929
|
+
"compatibility": {
|
|
2930
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2931
|
+
"requires": {
|
|
2932
|
+
"bridge": true
|
|
2933
|
+
}
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "persian-datepicker",
|
|
2938
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2939
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2940
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2941
|
+
"icon": "persian-datepicker.svg",
|
|
2942
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2943
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2944
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2945
|
+
"category": "Date",
|
|
2946
|
+
"type": "3rd-party",
|
|
2947
|
+
"maintainers": [
|
|
2948
|
+
{
|
|
2949
|
+
"name": "Alireza Alibeiki",
|
|
2950
|
+
"github": "alireza-ab",
|
|
2951
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2952
|
+
}
|
|
2953
|
+
],
|
|
2954
|
+
"compatibility": {
|
|
2955
|
+
"nuxt": "^2.0.0",
|
|
2956
|
+
"requires": {}
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"name": "pinia",
|
|
2961
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2962
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2963
|
+
"npm": "@pinia/nuxt",
|
|
2964
|
+
"icon": "pinia.svg",
|
|
2965
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2966
|
+
"website": "https://pinia.esm.dev/",
|
|
2967
|
+
"learn_more": "",
|
|
2968
|
+
"category": "Extensions",
|
|
2969
|
+
"type": "3rd-party",
|
|
2970
|
+
"maintainers": [
|
|
2971
|
+
{
|
|
2972
|
+
"name": "posva",
|
|
2973
|
+
"github": "posva"
|
|
2974
|
+
}
|
|
2975
|
+
],
|
|
2976
|
+
"compatibility": {
|
|
2977
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2978
|
+
"requires": {
|
|
2979
|
+
"bridge": "optional"
|
|
1812
2980
|
}
|
|
1813
|
-
|
|
2981
|
+
}
|
|
1814
2982
|
},
|
|
1815
2983
|
{
|
|
1816
2984
|
"name": "plausible",
|
|
@@ -1826,10 +2994,15 @@
|
|
|
1826
2994
|
"maintainers": [
|
|
1827
2995
|
{
|
|
1828
2996
|
"name": "moritzsternemann",
|
|
1829
|
-
"github": "moritzsternemann"
|
|
1830
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
2997
|
+
"github": "moritzsternemann"
|
|
1831
2998
|
}
|
|
1832
|
-
]
|
|
2999
|
+
],
|
|
3000
|
+
"compatibility": {
|
|
3001
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3002
|
+
"requires": {
|
|
3003
|
+
"bridge": "optional"
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
1833
3006
|
},
|
|
1834
3007
|
{
|
|
1835
3008
|
"name": "precompress",
|
|
@@ -1845,41 +3018,36 @@
|
|
|
1845
3018
|
"maintainers": [
|
|
1846
3019
|
{
|
|
1847
3020
|
"name": "frenchrabbit",
|
|
1848
|
-
"github": "frenchrabbit"
|
|
1849
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
3021
|
+
"github": "frenchrabbit"
|
|
1850
3022
|
}
|
|
1851
|
-
]
|
|
3023
|
+
],
|
|
3024
|
+
"compatibility": {
|
|
3025
|
+
"nuxt": "^2.0.0",
|
|
3026
|
+
"requires": {}
|
|
3027
|
+
}
|
|
1852
3028
|
},
|
|
1853
3029
|
{
|
|
1854
3030
|
"name": "prismic",
|
|
1855
3031
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
1856
|
-
"repo": "nuxt-
|
|
3032
|
+
"repo": "nuxt-modules/prismic",
|
|
1857
3033
|
"npm": "@nuxtjs/prismic",
|
|
1858
3034
|
"icon": "prismic.png",
|
|
1859
|
-
"github": "https://github.com/nuxt-
|
|
3035
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
1860
3036
|
"website": "https://prismic.nuxtjs.org",
|
|
1861
|
-
"learn_more": "https://prismic.io
|
|
3037
|
+
"learn_more": "https://prismic.io",
|
|
1862
3038
|
"category": "CMS",
|
|
1863
3039
|
"type": "community",
|
|
1864
3040
|
"maintainers": [
|
|
1865
|
-
{
|
|
1866
|
-
"name": "Sébastien Chopin",
|
|
1867
|
-
"github": "Atinux",
|
|
1868
|
-
"twitter": "Atinux",
|
|
1869
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1870
|
-
},
|
|
1871
3041
|
{
|
|
1872
3042
|
"name": "lihbr",
|
|
1873
3043
|
"github": "lihbr",
|
|
1874
|
-
"twitter": "li_hbr"
|
|
1875
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"name": "James Pegg",
|
|
1879
|
-
"github": "jamespegg",
|
|
1880
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
3044
|
+
"twitter": "li_hbr"
|
|
1881
3045
|
}
|
|
1882
|
-
]
|
|
3046
|
+
],
|
|
3047
|
+
"compatibility": {
|
|
3048
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3049
|
+
"requires": {}
|
|
3050
|
+
}
|
|
1883
3051
|
},
|
|
1884
3052
|
{
|
|
1885
3053
|
"name": "protected-mailto",
|
|
@@ -1895,10 +3063,13 @@
|
|
|
1895
3063
|
"maintainers": [
|
|
1896
3064
|
{
|
|
1897
3065
|
"name": "mmoollllee",
|
|
1898
|
-
"github": "mmoollllee"
|
|
1899
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
3066
|
+
"github": "mmoollllee"
|
|
1900
3067
|
}
|
|
1901
|
-
]
|
|
3068
|
+
],
|
|
3069
|
+
"compatibility": {
|
|
3070
|
+
"nuxt": "^2.0.0",
|
|
3071
|
+
"requires": {}
|
|
3072
|
+
}
|
|
1902
3073
|
},
|
|
1903
3074
|
{
|
|
1904
3075
|
"name": "proxy",
|
|
@@ -1915,10 +3086,13 @@
|
|
|
1915
3086
|
{
|
|
1916
3087
|
"name": "Pooya Parsa",
|
|
1917
3088
|
"github": "pi0",
|
|
1918
|
-
"twitter": "_pi0_"
|
|
1919
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3089
|
+
"twitter": "_pi0_"
|
|
1920
3090
|
}
|
|
1921
|
-
]
|
|
3091
|
+
],
|
|
3092
|
+
"compatibility": {
|
|
3093
|
+
"nuxt": "^2.0.0",
|
|
3094
|
+
"requires": {}
|
|
3095
|
+
}
|
|
1922
3096
|
},
|
|
1923
3097
|
{
|
|
1924
3098
|
"name": "prune-html",
|
|
@@ -1933,11 +3107,15 @@
|
|
|
1933
3107
|
"type": "3rd-party",
|
|
1934
3108
|
"maintainers": [
|
|
1935
3109
|
{
|
|
1936
|
-
"name": "
|
|
3110
|
+
"name": "Luca Iaconelli",
|
|
1937
3111
|
"github": "LuXDAmore",
|
|
1938
|
-
"
|
|
3112
|
+
"twitter": "luxdamore"
|
|
1939
3113
|
}
|
|
1940
|
-
]
|
|
3114
|
+
],
|
|
3115
|
+
"compatibility": {
|
|
3116
|
+
"nuxt": "^2.0.0",
|
|
3117
|
+
"requires": {}
|
|
3118
|
+
}
|
|
1941
3119
|
},
|
|
1942
3120
|
{
|
|
1943
3121
|
"name": "purgecss",
|
|
@@ -1953,14 +3131,17 @@
|
|
|
1953
3131
|
"maintainers": [
|
|
1954
3132
|
{
|
|
1955
3133
|
"name": "Developmint",
|
|
1956
|
-
"github": "Developmint"
|
|
1957
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3134
|
+
"github": "Developmint"
|
|
1958
3135
|
}
|
|
1959
|
-
]
|
|
3136
|
+
],
|
|
3137
|
+
"compatibility": {
|
|
3138
|
+
"nuxt": "^2.0.0",
|
|
3139
|
+
"requires": {}
|
|
3140
|
+
}
|
|
1960
3141
|
},
|
|
1961
3142
|
{
|
|
1962
3143
|
"name": "pwa",
|
|
1963
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3144
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1964
3145
|
"repo": "nuxt-community/pwa-module",
|
|
1965
3146
|
"npm": "@nuxtjs/pwa",
|
|
1966
3147
|
"icon": "pwa.png",
|
|
@@ -1973,10 +3154,15 @@
|
|
|
1973
3154
|
{
|
|
1974
3155
|
"name": "Pooya Parsa",
|
|
1975
3156
|
"github": "pi0",
|
|
1976
|
-
"twitter": "_pi0_"
|
|
1977
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3157
|
+
"twitter": "_pi0_"
|
|
1978
3158
|
}
|
|
1979
|
-
]
|
|
3159
|
+
],
|
|
3160
|
+
"compatibility": {
|
|
3161
|
+
"nuxt": "^2.0.0",
|
|
3162
|
+
"requires": {
|
|
3163
|
+
"bridge": "optional"
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
1980
3166
|
},
|
|
1981
3167
|
{
|
|
1982
3168
|
"name": "python",
|
|
@@ -1987,15 +3173,18 @@
|
|
|
1987
3173
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1988
3174
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1989
3175
|
"learn_more": "https://www.python.org/",
|
|
1990
|
-
"category": "
|
|
3176
|
+
"category": "Extensions",
|
|
1991
3177
|
"type": "community",
|
|
1992
3178
|
"maintainers": [
|
|
1993
3179
|
{
|
|
1994
3180
|
"name": "Sebastian Silva",
|
|
1995
|
-
"github": "icarito"
|
|
1996
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3181
|
+
"github": "icarito"
|
|
1997
3182
|
}
|
|
1998
|
-
]
|
|
3183
|
+
],
|
|
3184
|
+
"compatibility": {
|
|
3185
|
+
"nuxt": "^2.0.0",
|
|
3186
|
+
"requires": {}
|
|
3187
|
+
}
|
|
1999
3188
|
},
|
|
2000
3189
|
{
|
|
2001
3190
|
"name": "recaptcha",
|
|
@@ -2011,10 +3200,13 @@
|
|
|
2011
3200
|
"maintainers": [
|
|
2012
3201
|
{
|
|
2013
3202
|
"name": "mvrlin",
|
|
2014
|
-
"github": "mvrlin"
|
|
2015
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3203
|
+
"github": "mvrlin"
|
|
2016
3204
|
}
|
|
2017
|
-
]
|
|
3205
|
+
],
|
|
3206
|
+
"compatibility": {
|
|
3207
|
+
"nuxt": "^2.0.0",
|
|
3208
|
+
"requires": {}
|
|
3209
|
+
}
|
|
2018
3210
|
},
|
|
2019
3211
|
{
|
|
2020
3212
|
"name": "redirect",
|
|
@@ -2031,10 +3223,13 @@
|
|
|
2031
3223
|
{
|
|
2032
3224
|
"name": "Alexander Lichter",
|
|
2033
3225
|
"github": "manniL",
|
|
2034
|
-
"twitter": "TheAlexLichter"
|
|
2035
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3226
|
+
"twitter": "TheAlexLichter"
|
|
2036
3227
|
}
|
|
2037
|
-
]
|
|
3228
|
+
],
|
|
3229
|
+
"compatibility": {
|
|
3230
|
+
"nuxt": "^2.0.0",
|
|
3231
|
+
"requires": {}
|
|
3232
|
+
}
|
|
2038
3233
|
},
|
|
2039
3234
|
{
|
|
2040
3235
|
"name": "rfg-icon",
|
|
@@ -2045,15 +3240,18 @@
|
|
|
2045
3240
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2046
3241
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2047
3242
|
"learn_more": "https://realfavicongenerator.net/",
|
|
2048
|
-
"category": "
|
|
3243
|
+
"category": "SEO",
|
|
2049
3244
|
"type": "3rd-party",
|
|
2050
3245
|
"maintainers": [
|
|
2051
3246
|
{
|
|
2052
3247
|
"name": "pimlie",
|
|
2053
|
-
"github": "pimlie"
|
|
2054
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3248
|
+
"github": "pimlie"
|
|
2055
3249
|
}
|
|
2056
|
-
]
|
|
3250
|
+
],
|
|
3251
|
+
"compatibility": {
|
|
3252
|
+
"nuxt": "^2.0.0",
|
|
3253
|
+
"requires": {}
|
|
3254
|
+
}
|
|
2057
3255
|
},
|
|
2058
3256
|
{
|
|
2059
3257
|
"name": "robots",
|
|
@@ -2069,10 +3267,15 @@
|
|
|
2069
3267
|
"maintainers": [
|
|
2070
3268
|
{
|
|
2071
3269
|
"name": "Ricardo Gobbo de Souza",
|
|
2072
|
-
"github": "ricardogobbosouza"
|
|
2073
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3270
|
+
"github": "ricardogobbosouza"
|
|
2074
3271
|
}
|
|
2075
|
-
]
|
|
3272
|
+
],
|
|
3273
|
+
"compatibility": {
|
|
3274
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3275
|
+
"requires": {
|
|
3276
|
+
"bridge": "optional"
|
|
3277
|
+
}
|
|
3278
|
+
}
|
|
2076
3279
|
},
|
|
2077
3280
|
{
|
|
2078
3281
|
"name": "rollbar",
|
|
@@ -2088,10 +3291,13 @@
|
|
|
2088
3291
|
"maintainers": [
|
|
2089
3292
|
{
|
|
2090
3293
|
"name": "Gaël Reyrol",
|
|
2091
|
-
"github": "gaelreyrol"
|
|
2092
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3294
|
+
"github": "gaelreyrol"
|
|
2093
3295
|
}
|
|
2094
|
-
]
|
|
3296
|
+
],
|
|
3297
|
+
"compatibility": {
|
|
3298
|
+
"nuxt": "^2.0.0",
|
|
3299
|
+
"requires": {}
|
|
3300
|
+
}
|
|
2095
3301
|
},
|
|
2096
3302
|
{
|
|
2097
3303
|
"name": "router-extras",
|
|
@@ -2102,16 +3308,19 @@
|
|
|
2102
3308
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2103
3309
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2104
3310
|
"learn_more": "",
|
|
2105
|
-
"category": "
|
|
3311
|
+
"category": "Extensions",
|
|
2106
3312
|
"type": "community",
|
|
2107
3313
|
"maintainers": [
|
|
2108
3314
|
{
|
|
2109
3315
|
"name": "Ahad Birang",
|
|
2110
3316
|
"github": "farnabaz",
|
|
2111
|
-
"twitter": "a_birang"
|
|
2112
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3317
|
+
"twitter": "a_birang"
|
|
2113
3318
|
}
|
|
2114
|
-
]
|
|
3319
|
+
],
|
|
3320
|
+
"compatibility": {
|
|
3321
|
+
"nuxt": "^2.0.0",
|
|
3322
|
+
"requires": {}
|
|
3323
|
+
}
|
|
2115
3324
|
},
|
|
2116
3325
|
{
|
|
2117
3326
|
"name": "router",
|
|
@@ -2122,24 +3331,27 @@
|
|
|
2122
3331
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2123
3332
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2124
3333
|
"learn_more": "",
|
|
2125
|
-
"category": "
|
|
3334
|
+
"category": "Extensions",
|
|
2126
3335
|
"type": "community",
|
|
2127
3336
|
"maintainers": [
|
|
2128
3337
|
{
|
|
2129
3338
|
"name": "Sébastien Chopin",
|
|
2130
3339
|
"github": "Atinux",
|
|
2131
|
-
"twitter": "Atinux"
|
|
2132
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3340
|
+
"twitter": "Atinux"
|
|
2133
3341
|
}
|
|
2134
|
-
]
|
|
3342
|
+
],
|
|
3343
|
+
"compatibility": {
|
|
3344
|
+
"nuxt": "^2.0.0",
|
|
3345
|
+
"requires": {}
|
|
3346
|
+
}
|
|
2135
3347
|
},
|
|
2136
3348
|
{
|
|
2137
3349
|
"name": "sanity",
|
|
2138
|
-
"description": "Access text, images, and other media with Nuxt
|
|
2139
|
-
"repo": "nuxt-
|
|
3350
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3351
|
+
"repo": "nuxt-modules/sanity#main",
|
|
2140
3352
|
"npm": "@nuxtjs/sanity",
|
|
2141
3353
|
"icon": "sanity.png",
|
|
2142
|
-
"github": "https://github.com/nuxt-
|
|
3354
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
2143
3355
|
"website": "https://sanity.nuxtjs.org",
|
|
2144
3356
|
"learn_more": "https://www.sanity.io/",
|
|
2145
3357
|
"category": "CMS",
|
|
@@ -2148,10 +3360,39 @@
|
|
|
2148
3360
|
{
|
|
2149
3361
|
"name": "Daniel Roe",
|
|
2150
3362
|
"github": "danielroe",
|
|
2151
|
-
"twitter": "danielcroe"
|
|
2152
|
-
|
|
3363
|
+
"twitter": "danielcroe"
|
|
3364
|
+
}
|
|
3365
|
+
],
|
|
3366
|
+
"compatibility": {
|
|
3367
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3368
|
+
"requires": {
|
|
3369
|
+
"bridge": "optional"
|
|
2153
3370
|
}
|
|
2154
|
-
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "schema-org",
|
|
3375
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3376
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3377
|
+
"npm": "nuxt-schema-org",
|
|
3378
|
+
"icon": "schema-org.svg",
|
|
3379
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3380
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3381
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3382
|
+
"category": "SEO",
|
|
3383
|
+
"type": "3rd-party",
|
|
3384
|
+
"maintainers": [
|
|
3385
|
+
{
|
|
3386
|
+
"name": "Harlan Wilton",
|
|
3387
|
+
"github": "harlan-zw",
|
|
3388
|
+
"twitter": "harlan_zw",
|
|
3389
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3390
|
+
}
|
|
3391
|
+
],
|
|
3392
|
+
"compatibility": {
|
|
3393
|
+
"nuxt": "^3.0.0",
|
|
3394
|
+
"requires": {}
|
|
3395
|
+
}
|
|
2155
3396
|
},
|
|
2156
3397
|
{
|
|
2157
3398
|
"name": "scss-to-js",
|
|
@@ -2167,10 +3408,13 @@
|
|
|
2167
3408
|
"maintainers": [
|
|
2168
3409
|
{
|
|
2169
3410
|
"name": "sugoidesune",
|
|
2170
|
-
"github": "sugoidesune"
|
|
2171
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3411
|
+
"github": "sugoidesune"
|
|
2172
3412
|
}
|
|
2173
|
-
]
|
|
3413
|
+
],
|
|
3414
|
+
"compatibility": {
|
|
3415
|
+
"nuxt": "^2.0.0",
|
|
3416
|
+
"requires": {}
|
|
3417
|
+
}
|
|
2174
3418
|
},
|
|
2175
3419
|
{
|
|
2176
3420
|
"name": "segment",
|
|
@@ -2186,10 +3430,13 @@
|
|
|
2186
3430
|
"maintainers": [
|
|
2187
3431
|
{
|
|
2188
3432
|
"name": "dansmaculotte",
|
|
2189
|
-
"github": "dansmaculotte"
|
|
2190
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3433
|
+
"github": "dansmaculotte"
|
|
2191
3434
|
}
|
|
2192
|
-
]
|
|
3435
|
+
],
|
|
3436
|
+
"compatibility": {
|
|
3437
|
+
"nuxt": "^2.0.0",
|
|
3438
|
+
"requires": {}
|
|
3439
|
+
}
|
|
2193
3440
|
},
|
|
2194
3441
|
{
|
|
2195
3442
|
"name": "sentry",
|
|
@@ -2205,10 +3452,36 @@
|
|
|
2205
3452
|
"maintainers": [
|
|
2206
3453
|
{
|
|
2207
3454
|
"name": "Rafał Chłodnicki",
|
|
2208
|
-
"github": "rchl"
|
|
2209
|
-
|
|
3455
|
+
"github": "rchl"
|
|
3456
|
+
}
|
|
3457
|
+
],
|
|
3458
|
+
"compatibility": {
|
|
3459
|
+
"nuxt": "^2.0.0",
|
|
3460
|
+
"requires": {}
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "seo-meta",
|
|
3465
|
+
"description": "Simple generate seo metadata",
|
|
3466
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3467
|
+
"npm": "nuxt-seo-meta",
|
|
3468
|
+
"icon": "",
|
|
3469
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3470
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3471
|
+
"learn_more": "",
|
|
3472
|
+
"category": "SEO",
|
|
3473
|
+
"type": "3rd-party",
|
|
3474
|
+
"maintainers": [
|
|
3475
|
+
{
|
|
3476
|
+
"name": "ihavecoke",
|
|
3477
|
+
"github": "ihavecoke",
|
|
3478
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2210
3479
|
}
|
|
2211
|
-
]
|
|
3480
|
+
],
|
|
3481
|
+
"compatibility": {
|
|
3482
|
+
"nuxt": "^2.0.0",
|
|
3483
|
+
"requires": {}
|
|
3484
|
+
}
|
|
2212
3485
|
},
|
|
2213
3486
|
{
|
|
2214
3487
|
"name": "seomatic-meta",
|
|
@@ -2224,10 +3497,13 @@
|
|
|
2224
3497
|
"maintainers": [
|
|
2225
3498
|
{
|
|
2226
3499
|
"name": "ben-rogerson",
|
|
2227
|
-
"github": "ben-rogerson"
|
|
2228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3500
|
+
"github": "ben-rogerson"
|
|
2229
3501
|
}
|
|
2230
|
-
]
|
|
3502
|
+
],
|
|
3503
|
+
"compatibility": {
|
|
3504
|
+
"nuxt": "^2.0.0",
|
|
3505
|
+
"requires": {}
|
|
3506
|
+
}
|
|
2231
3507
|
},
|
|
2232
3508
|
{
|
|
2233
3509
|
"name": "separate-env",
|
|
@@ -2238,16 +3514,19 @@
|
|
|
2238
3514
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2239
3515
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2240
3516
|
"learn_more": "",
|
|
2241
|
-
"category": "
|
|
3517
|
+
"category": "Extensions",
|
|
2242
3518
|
"type": "community",
|
|
2243
3519
|
"maintainers": [
|
|
2244
3520
|
{
|
|
2245
3521
|
"name": "Alexander Lichter",
|
|
2246
3522
|
"github": "manniL",
|
|
2247
|
-
"twitter": "TheAlexLichter"
|
|
2248
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3523
|
+
"twitter": "TheAlexLichter"
|
|
2249
3524
|
}
|
|
2250
|
-
]
|
|
3525
|
+
],
|
|
3526
|
+
"compatibility": {
|
|
3527
|
+
"nuxt": "^2.0.0",
|
|
3528
|
+
"requires": {}
|
|
3529
|
+
}
|
|
2251
3530
|
},
|
|
2252
3531
|
{
|
|
2253
3532
|
"name": "shopify",
|
|
@@ -2263,10 +3542,13 @@
|
|
|
2263
3542
|
"maintainers": [
|
|
2264
3543
|
{
|
|
2265
3544
|
"name": "Gomah",
|
|
2266
|
-
"github": "Gomah"
|
|
2267
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3545
|
+
"github": "Gomah"
|
|
2268
3546
|
}
|
|
2269
|
-
]
|
|
3547
|
+
],
|
|
3548
|
+
"compatibility": {
|
|
3549
|
+
"nuxt": "^2.0.0",
|
|
3550
|
+
"requires": {}
|
|
3551
|
+
}
|
|
2270
3552
|
},
|
|
2271
3553
|
{
|
|
2272
3554
|
"name": "simple-line-icons",
|
|
@@ -2282,10 +3564,13 @@
|
|
|
2282
3564
|
"maintainers": [
|
|
2283
3565
|
{
|
|
2284
3566
|
"name": "vaso2",
|
|
2285
|
-
"github": "vaso2"
|
|
2286
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3567
|
+
"github": "vaso2"
|
|
2287
3568
|
}
|
|
2288
|
-
]
|
|
3569
|
+
],
|
|
3570
|
+
"compatibility": {
|
|
3571
|
+
"nuxt": "^2.0.0",
|
|
3572
|
+
"requires": {}
|
|
3573
|
+
}
|
|
2289
3574
|
},
|
|
2290
3575
|
{
|
|
2291
3576
|
"name": "sitemap",
|
|
@@ -2302,10 +3587,36 @@
|
|
|
2302
3587
|
{
|
|
2303
3588
|
"name": "Nicolas PENNEC",
|
|
2304
3589
|
"github": "NicoPennec",
|
|
2305
|
-
"twitter": "NicoPennec"
|
|
2306
|
-
|
|
3590
|
+
"twitter": "NicoPennec"
|
|
3591
|
+
}
|
|
3592
|
+
],
|
|
3593
|
+
"compatibility": {
|
|
3594
|
+
"nuxt": "^2.0.0",
|
|
3595
|
+
"requires": {}
|
|
3596
|
+
}
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"name": "snipcart",
|
|
3600
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3601
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3602
|
+
"npm": "@nuxtjs/snipcart",
|
|
3603
|
+
"icon": "snipcart.png",
|
|
3604
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3605
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3606
|
+
"learn_more": "",
|
|
3607
|
+
"category": "Payment",
|
|
3608
|
+
"type": "community",
|
|
3609
|
+
"maintainers": [
|
|
3610
|
+
{
|
|
3611
|
+
"name": "Florent GIRAUD",
|
|
3612
|
+
"github": "f3ltron",
|
|
3613
|
+
"twitter": "giraud_florent"
|
|
2307
3614
|
}
|
|
2308
|
-
]
|
|
3615
|
+
],
|
|
3616
|
+
"compatibility": {
|
|
3617
|
+
"nuxt": "^2.0.0",
|
|
3618
|
+
"requires": {}
|
|
3619
|
+
}
|
|
2309
3620
|
},
|
|
2310
3621
|
{
|
|
2311
3622
|
"name": "social-meta",
|
|
@@ -2321,10 +3632,13 @@
|
|
|
2321
3632
|
"maintainers": [
|
|
2322
3633
|
{
|
|
2323
3634
|
"name": "AlekseyPleshkov",
|
|
2324
|
-
"github": "AlekseyPleshkov"
|
|
2325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3635
|
+
"github": "AlekseyPleshkov"
|
|
2326
3636
|
}
|
|
2327
|
-
]
|
|
3637
|
+
],
|
|
3638
|
+
"compatibility": {
|
|
3639
|
+
"nuxt": "^2.0.0",
|
|
3640
|
+
"requires": {}
|
|
3641
|
+
}
|
|
2328
3642
|
},
|
|
2329
3643
|
{
|
|
2330
3644
|
"name": "socket-io",
|
|
@@ -2340,10 +3654,13 @@
|
|
|
2340
3654
|
"maintainers": [
|
|
2341
3655
|
{
|
|
2342
3656
|
"name": "richardeschloss",
|
|
2343
|
-
"github": "richardeschloss"
|
|
2344
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3657
|
+
"github": "richardeschloss"
|
|
2345
3658
|
}
|
|
2346
|
-
]
|
|
3659
|
+
],
|
|
3660
|
+
"compatibility": {
|
|
3661
|
+
"nuxt": "^2.0.0",
|
|
3662
|
+
"requires": {}
|
|
3663
|
+
}
|
|
2347
3664
|
},
|
|
2348
3665
|
{
|
|
2349
3666
|
"name": "speedcurve",
|
|
@@ -2360,10 +3677,46 @@
|
|
|
2360
3677
|
{
|
|
2361
3678
|
"name": "Josh Deltener",
|
|
2362
3679
|
"github": "hecktarzuli",
|
|
2363
|
-
"twitter": "JoshDeltener"
|
|
2364
|
-
|
|
3680
|
+
"twitter": "JoshDeltener"
|
|
3681
|
+
}
|
|
3682
|
+
],
|
|
3683
|
+
"compatibility": {
|
|
3684
|
+
"nuxt": "^2.0.0",
|
|
3685
|
+
"requires": {}
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "speedkit",
|
|
3690
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3691
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3692
|
+
"npm": "nuxt-speedkit",
|
|
3693
|
+
"icon": "speedkit.png",
|
|
3694
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3695
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3696
|
+
"learn_more": "",
|
|
3697
|
+
"category": "Performance",
|
|
3698
|
+
"type": "3rd-party",
|
|
3699
|
+
"maintainers": [
|
|
3700
|
+
{
|
|
3701
|
+
"name": "Stephan Gerbeth",
|
|
3702
|
+
"github": "StephanGerbeth",
|
|
3703
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "Thorn Walli",
|
|
3707
|
+
"github": "ThornWalli",
|
|
3708
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "Grabarz & Partner",
|
|
3712
|
+
"github": "GrabarzUndPartner",
|
|
3713
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2365
3714
|
}
|
|
2366
|
-
]
|
|
3715
|
+
],
|
|
3716
|
+
"compatibility": {
|
|
3717
|
+
"nuxt": "^2.0.0",
|
|
3718
|
+
"requires": {}
|
|
3719
|
+
}
|
|
2367
3720
|
},
|
|
2368
3721
|
{
|
|
2369
3722
|
"name": "storage",
|
|
@@ -2374,15 +3727,40 @@
|
|
|
2374
3727
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2375
3728
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2376
3729
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2377
|
-
"category": "
|
|
3730
|
+
"category": "Extensions",
|
|
2378
3731
|
"type": "3rd-party",
|
|
2379
3732
|
"maintainers": [
|
|
2380
3733
|
{
|
|
2381
3734
|
"name": "mazipan",
|
|
2382
|
-
"github": "mazipan"
|
|
2383
|
-
|
|
3735
|
+
"github": "mazipan"
|
|
3736
|
+
}
|
|
3737
|
+
],
|
|
3738
|
+
"compatibility": {
|
|
3739
|
+
"nuxt": "^2.0.0",
|
|
3740
|
+
"requires": {}
|
|
3741
|
+
}
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"name": "storefront-ui",
|
|
3745
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3746
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3747
|
+
"npm": "@storefront-ui/nuxt",
|
|
3748
|
+
"icon": "storefront-ui.svg",
|
|
3749
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3750
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3751
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3752
|
+
"category": "UI",
|
|
3753
|
+
"type": "3rd-party",
|
|
3754
|
+
"maintainers": [
|
|
3755
|
+
{
|
|
3756
|
+
"name": "Jakub Andrzejewski",
|
|
3757
|
+
"github": "Baroshem"
|
|
2384
3758
|
}
|
|
2385
|
-
]
|
|
3759
|
+
],
|
|
3760
|
+
"compatibility": {
|
|
3761
|
+
"nuxt": "^2.0.0",
|
|
3762
|
+
"requires": {}
|
|
3763
|
+
}
|
|
2386
3764
|
},
|
|
2387
3765
|
{
|
|
2388
3766
|
"name": "stories",
|
|
@@ -2398,16 +3776,19 @@
|
|
|
2398
3776
|
"maintainers": [
|
|
2399
3777
|
{
|
|
2400
3778
|
"name": "richardeschloss",
|
|
2401
|
-
"github": "richardeschloss"
|
|
2402
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3779
|
+
"github": "richardeschloss"
|
|
2403
3780
|
}
|
|
2404
|
-
]
|
|
3781
|
+
],
|
|
3782
|
+
"compatibility": {
|
|
3783
|
+
"nuxt": "^2.0.0",
|
|
3784
|
+
"requires": {}
|
|
3785
|
+
}
|
|
2405
3786
|
},
|
|
2406
3787
|
{
|
|
2407
3788
|
"name": "storyblok",
|
|
2408
3789
|
"description": "Storyblok Nuxt.js module",
|
|
2409
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2410
|
-
"npm": "storyblok
|
|
3790
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3791
|
+
"npm": "@storyblok/nuxt",
|
|
2411
3792
|
"icon": "storyblok.png",
|
|
2412
3793
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2413
3794
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2417,10 +3798,13 @@
|
|
|
2417
3798
|
"maintainers": [
|
|
2418
3799
|
{
|
|
2419
3800
|
"name": "storyblok",
|
|
2420
|
-
"github": "storyblok"
|
|
2421
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3801
|
+
"github": "storyblok"
|
|
2422
3802
|
}
|
|
2423
|
-
]
|
|
3803
|
+
],
|
|
3804
|
+
"compatibility": {
|
|
3805
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3806
|
+
"requires": {}
|
|
3807
|
+
}
|
|
2424
3808
|
},
|
|
2425
3809
|
{
|
|
2426
3810
|
"name": "storybook",
|
|
@@ -2437,16 +3821,20 @@
|
|
|
2437
3821
|
{
|
|
2438
3822
|
"name": "Ahad Birang",
|
|
2439
3823
|
"github": "farnabaz",
|
|
2440
|
-
"twitter": "a_birang"
|
|
2441
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3824
|
+
"twitter": "a_birang"
|
|
2442
3825
|
},
|
|
2443
3826
|
{
|
|
2444
3827
|
"name": "Pooya Parsa",
|
|
2445
3828
|
"github": "pi0",
|
|
2446
|
-
"twitter": "_pi0_"
|
|
2447
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3829
|
+
"twitter": "_pi0_"
|
|
2448
3830
|
}
|
|
2449
|
-
]
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^2.0.0",
|
|
3834
|
+
"requires": {
|
|
3835
|
+
"bridge": "optional"
|
|
3836
|
+
}
|
|
3837
|
+
}
|
|
2450
3838
|
},
|
|
2451
3839
|
{
|
|
2452
3840
|
"name": "strapi",
|
|
@@ -2463,16 +3851,20 @@
|
|
|
2463
3851
|
{
|
|
2464
3852
|
"name": "Benjamin Canac",
|
|
2465
3853
|
"github": "benjamincanac",
|
|
2466
|
-
"twitter": "benjamincanac"
|
|
2467
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3854
|
+
"twitter": "benjamincanac"
|
|
2468
3855
|
},
|
|
2469
3856
|
{
|
|
2470
3857
|
"name": "Sébastien Chopin",
|
|
2471
3858
|
"github": "Atinux",
|
|
2472
|
-
"twitter": "Atinux"
|
|
2473
|
-
|
|
3859
|
+
"twitter": "Atinux"
|
|
3860
|
+
}
|
|
3861
|
+
],
|
|
3862
|
+
"compatibility": {
|
|
3863
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3864
|
+
"requires": {
|
|
3865
|
+
"bridge": true
|
|
2474
3866
|
}
|
|
2475
|
-
|
|
3867
|
+
}
|
|
2476
3868
|
},
|
|
2477
3869
|
{
|
|
2478
3870
|
"name": "stripe",
|
|
@@ -2488,10 +3880,13 @@
|
|
|
2488
3880
|
"maintainers": [
|
|
2489
3881
|
{
|
|
2490
3882
|
"name": "WilliamDASILVA",
|
|
2491
|
-
"github": "WilliamDASILVA"
|
|
2492
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3883
|
+
"github": "WilliamDASILVA"
|
|
2493
3884
|
}
|
|
2494
|
-
]
|
|
3885
|
+
],
|
|
3886
|
+
"compatibility": {
|
|
3887
|
+
"nuxt": "^2.0.0",
|
|
3888
|
+
"requires": {}
|
|
3889
|
+
}
|
|
2495
3890
|
},
|
|
2496
3891
|
{
|
|
2497
3892
|
"name": "style-resources",
|
|
@@ -2508,10 +3903,13 @@
|
|
|
2508
3903
|
{
|
|
2509
3904
|
"name": "Alexander Lichter",
|
|
2510
3905
|
"github": "manniL",
|
|
2511
|
-
"twitter": "TheAlexLichter"
|
|
2512
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3906
|
+
"twitter": "TheAlexLichter"
|
|
2513
3907
|
}
|
|
2514
|
-
]
|
|
3908
|
+
],
|
|
3909
|
+
"compatibility": {
|
|
3910
|
+
"nuxt": "^2.0.0",
|
|
3911
|
+
"requires": {}
|
|
3912
|
+
}
|
|
2515
3913
|
},
|
|
2516
3914
|
{
|
|
2517
3915
|
"name": "stylelint",
|
|
@@ -2527,10 +3925,69 @@
|
|
|
2527
3925
|
"maintainers": [
|
|
2528
3926
|
{
|
|
2529
3927
|
"name": "Ricardo Gobbo de Souza",
|
|
2530
|
-
"github": "ricardogobbosouza"
|
|
2531
|
-
|
|
3928
|
+
"github": "ricardogobbosouza"
|
|
3929
|
+
}
|
|
3930
|
+
],
|
|
3931
|
+
"compatibility": {
|
|
3932
|
+
"nuxt": "^2.0.0",
|
|
3933
|
+
"requires": {}
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"name": "stylify",
|
|
3938
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3939
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3940
|
+
"npm": "@stylify/nuxt",
|
|
3941
|
+
"icon": "stylify.svg",
|
|
3942
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3943
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3944
|
+
"learn_more": "https://stylifycss.com",
|
|
3945
|
+
"category": "UI",
|
|
3946
|
+
"type": "3rd-party",
|
|
3947
|
+
"maintainers": [
|
|
3948
|
+
{
|
|
3949
|
+
"name": "Vladimír Macháček",
|
|
3950
|
+
"github": "Machy8",
|
|
3951
|
+
"twitter": "8machy"
|
|
3952
|
+
}
|
|
3953
|
+
],
|
|
3954
|
+
"compatibility": {
|
|
3955
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3956
|
+
"requires": {}
|
|
3957
|
+
}
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"name": "supabase",
|
|
3961
|
+
"description": "First class integration with Supabase",
|
|
3962
|
+
"repo": "nuxt-community/supabase-module",
|
|
3963
|
+
"npm": "@nuxtjs/supabase",
|
|
3964
|
+
"icon": "supabase.png",
|
|
3965
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3966
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3967
|
+
"learn_more": "https://supabase.com",
|
|
3968
|
+
"category": "Database",
|
|
3969
|
+
"type": "community",
|
|
3970
|
+
"maintainers": [
|
|
3971
|
+
{
|
|
3972
|
+
"name": "Baptiste Leproux",
|
|
3973
|
+
"github": "larbish",
|
|
3974
|
+
"twitter": "baptistelprx"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "Sebastien Chopin",
|
|
3978
|
+
"github": "Atinux",
|
|
3979
|
+
"twitter": "Atinux"
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"name": "Scott Robertson",
|
|
3983
|
+
"github": "scottrobertson",
|
|
3984
|
+
"twitter": "scottymeuk"
|
|
2532
3985
|
}
|
|
2533
|
-
]
|
|
3986
|
+
],
|
|
3987
|
+
"compatibility": {
|
|
3988
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3989
|
+
"requires": {}
|
|
3990
|
+
}
|
|
2534
3991
|
},
|
|
2535
3992
|
{
|
|
2536
3993
|
"name": "svg-loader",
|
|
@@ -2541,15 +3998,18 @@
|
|
|
2541
3998
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2542
3999
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2543
4000
|
"learn_more": "",
|
|
2544
|
-
"category": "
|
|
4001
|
+
"category": "Extensions",
|
|
2545
4002
|
"type": "3rd-party",
|
|
2546
4003
|
"maintainers": [
|
|
2547
4004
|
{
|
|
2548
4005
|
"name": "Developmint",
|
|
2549
|
-
"github": "Developmint"
|
|
2550
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
4006
|
+
"github": "Developmint"
|
|
2551
4007
|
}
|
|
2552
|
-
]
|
|
4008
|
+
],
|
|
4009
|
+
"compatibility": {
|
|
4010
|
+
"nuxt": "^2.0.0",
|
|
4011
|
+
"requires": {}
|
|
4012
|
+
}
|
|
2553
4013
|
},
|
|
2554
4014
|
{
|
|
2555
4015
|
"name": "svg-sprite",
|
|
@@ -2560,16 +4020,19 @@
|
|
|
2560
4020
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2561
4021
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2562
4022
|
"learn_more": "",
|
|
2563
|
-
"category": "
|
|
4023
|
+
"category": "UI",
|
|
2564
4024
|
"type": "community",
|
|
2565
4025
|
"maintainers": [
|
|
2566
4026
|
{
|
|
2567
4027
|
"name": "Ahad Birang",
|
|
2568
4028
|
"github": "farnabaz",
|
|
2569
|
-
"twitter": "a_birang"
|
|
2570
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
4029
|
+
"twitter": "a_birang"
|
|
2571
4030
|
}
|
|
2572
|
-
]
|
|
4031
|
+
],
|
|
4032
|
+
"compatibility": {
|
|
4033
|
+
"nuxt": "^2.0.0",
|
|
4034
|
+
"requires": {}
|
|
4035
|
+
}
|
|
2573
4036
|
},
|
|
2574
4037
|
{
|
|
2575
4038
|
"name": "svg",
|
|
@@ -2580,15 +4043,18 @@
|
|
|
2580
4043
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2581
4044
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2582
4045
|
"learn_more": "",
|
|
2583
|
-
"category": "
|
|
4046
|
+
"category": "Extensions",
|
|
2584
4047
|
"type": "community",
|
|
2585
4048
|
"maintainers": [
|
|
2586
4049
|
{
|
|
2587
4050
|
"name": "Sam Holmes",
|
|
2588
|
-
"github": "sam3d"
|
|
2589
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
4051
|
+
"github": "sam3d"
|
|
2590
4052
|
}
|
|
2591
|
-
]
|
|
4053
|
+
],
|
|
4054
|
+
"compatibility": {
|
|
4055
|
+
"nuxt": "^2.0.0",
|
|
4056
|
+
"requires": {}
|
|
4057
|
+
}
|
|
2592
4058
|
},
|
|
2593
4059
|
{
|
|
2594
4060
|
"name": "sweetalert2",
|
|
@@ -2604,10 +4070,13 @@
|
|
|
2604
4070
|
"maintainers": [
|
|
2605
4071
|
{
|
|
2606
4072
|
"name": "ImreC",
|
|
2607
|
-
"github": "ImreC"
|
|
2608
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
4073
|
+
"github": "ImreC"
|
|
2609
4074
|
}
|
|
2610
|
-
]
|
|
4075
|
+
],
|
|
4076
|
+
"compatibility": {
|
|
4077
|
+
"nuxt": "^2.0.0",
|
|
4078
|
+
"requires": {}
|
|
4079
|
+
}
|
|
2611
4080
|
},
|
|
2612
4081
|
{
|
|
2613
4082
|
"name": "tailwindcss",
|
|
@@ -2624,10 +4093,36 @@
|
|
|
2624
4093
|
{
|
|
2625
4094
|
"name": "Sébastien Chopin",
|
|
2626
4095
|
"github": "Atinux",
|
|
2627
|
-
"twitter": "Atinux"
|
|
2628
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4096
|
+
"twitter": "Atinux"
|
|
2629
4097
|
}
|
|
2630
|
-
]
|
|
4098
|
+
],
|
|
4099
|
+
"compatibility": {
|
|
4100
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4101
|
+
"requires": {}
|
|
4102
|
+
}
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "tiktok-analytics",
|
|
4106
|
+
"description": "",
|
|
4107
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4108
|
+
"npm": "tiktok-analytics",
|
|
4109
|
+
"icon": "",
|
|
4110
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4111
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4112
|
+
"learn_more": "",
|
|
4113
|
+
"category": "Analytics",
|
|
4114
|
+
"type": "3rd-party",
|
|
4115
|
+
"maintainers": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "stickpro",
|
|
4118
|
+
"github": "stickpro",
|
|
4119
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
4120
|
+
}
|
|
4121
|
+
],
|
|
4122
|
+
"compatibility": {
|
|
4123
|
+
"nuxt": "^2.0.0",
|
|
4124
|
+
"requires": {}
|
|
4125
|
+
}
|
|
2631
4126
|
},
|
|
2632
4127
|
{
|
|
2633
4128
|
"name": "toast",
|
|
@@ -2635,8 +4130,8 @@
|
|
|
2635
4130
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2636
4131
|
"npm": "@nuxtjs/toast",
|
|
2637
4132
|
"icon": "",
|
|
2638
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2639
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4133
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4134
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2640
4135
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2641
4136
|
"category": "Libraries",
|
|
2642
4137
|
"type": "community",
|
|
@@ -2644,10 +4139,70 @@
|
|
|
2644
4139
|
{
|
|
2645
4140
|
"name": "Pooya Parsa",
|
|
2646
4141
|
"github": "pi0",
|
|
2647
|
-
"twitter": "_pi0_"
|
|
2648
|
-
|
|
4142
|
+
"twitter": "_pi0_"
|
|
4143
|
+
}
|
|
4144
|
+
],
|
|
4145
|
+
"compatibility": {
|
|
4146
|
+
"nuxt": "^2.0.0",
|
|
4147
|
+
"requires": {}
|
|
4148
|
+
}
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "twa",
|
|
4152
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4153
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4154
|
+
"npm": "nuxt-twa",
|
|
4155
|
+
"icon": "",
|
|
4156
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4157
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4158
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4159
|
+
"category": "Performance",
|
|
4160
|
+
"type": "3rd-party",
|
|
4161
|
+
"maintainers": [
|
|
4162
|
+
{
|
|
4163
|
+
"name": "Nicolas Perraut",
|
|
4164
|
+
"github": "tuarrep"
|
|
4165
|
+
}
|
|
4166
|
+
],
|
|
4167
|
+
"compatibility": {
|
|
4168
|
+
"nuxt": "^2.0.0",
|
|
4169
|
+
"requires": {
|
|
4170
|
+
"bridge": "optional"
|
|
4171
|
+
}
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "twicpics",
|
|
4176
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4177
|
+
"repo": "TwicPics/components",
|
|
4178
|
+
"npm": "@twicpics/components",
|
|
4179
|
+
"icon": "twicpics.svg",
|
|
4180
|
+
"github": "https://github.com/TwicPics/components",
|
|
4181
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4182
|
+
"learn_more": "https://www.twicpics.com",
|
|
4183
|
+
"category": "Images",
|
|
4184
|
+
"type": "3rd-party",
|
|
4185
|
+
"maintainers": [
|
|
4186
|
+
{
|
|
4187
|
+
"name": "Florent Bourgeois",
|
|
4188
|
+
"github": "florentb",
|
|
4189
|
+
"twitter": "florent_b"
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"name": "Julian Aubourg",
|
|
4193
|
+
"github": "jaubourg",
|
|
4194
|
+
"twitter": "jaubourg"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "Miguel Beignon",
|
|
4198
|
+
"github": "mbgspcii",
|
|
4199
|
+
"twitter": "m_beignon"
|
|
2649
4200
|
}
|
|
2650
|
-
]
|
|
4201
|
+
],
|
|
4202
|
+
"compatibility": {
|
|
4203
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4204
|
+
"requires": {}
|
|
4205
|
+
}
|
|
2651
4206
|
},
|
|
2652
4207
|
{
|
|
2653
4208
|
"name": "typed-router",
|
|
@@ -2663,10 +4218,38 @@
|
|
|
2663
4218
|
"maintainers": [
|
|
2664
4219
|
{
|
|
2665
4220
|
"name": "victorgarciaesgi",
|
|
2666
|
-
"github": "victorgarciaesgi"
|
|
2667
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4221
|
+
"github": "victorgarciaesgi"
|
|
2668
4222
|
}
|
|
2669
|
-
]
|
|
4223
|
+
],
|
|
4224
|
+
"compatibility": {
|
|
4225
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4226
|
+
"requires": {}
|
|
4227
|
+
}
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"name": "typed-vuex",
|
|
4231
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4232
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4233
|
+
"npm": "nuxt-typed-vuex",
|
|
4234
|
+
"icon": "vue.png",
|
|
4235
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4236
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4237
|
+
"learn_more": "",
|
|
4238
|
+
"category": "Libraries",
|
|
4239
|
+
"type": "3rd-party",
|
|
4240
|
+
"maintainers": [
|
|
4241
|
+
{
|
|
4242
|
+
"name": "Daniel Roe",
|
|
4243
|
+
"github": "danielroe",
|
|
4244
|
+
"twitter": "danielcroe"
|
|
4245
|
+
}
|
|
4246
|
+
],
|
|
4247
|
+
"compatibility": {
|
|
4248
|
+
"nuxt": "^2.0.0",
|
|
4249
|
+
"requires": {
|
|
4250
|
+
"bridge": "optional"
|
|
4251
|
+
}
|
|
4252
|
+
}
|
|
2670
4253
|
},
|
|
2671
4254
|
{
|
|
2672
4255
|
"name": "typescript-runtime",
|
|
@@ -2682,22 +4265,23 @@
|
|
|
2682
4265
|
"maintainers": [
|
|
2683
4266
|
{
|
|
2684
4267
|
"name": "Kevin Marrec",
|
|
2685
|
-
"github": "kevinmarrec"
|
|
2686
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4268
|
+
"github": "kevinmarrec"
|
|
2687
4269
|
},
|
|
2688
4270
|
{
|
|
2689
4271
|
"name": "Pooya Parsa",
|
|
2690
4272
|
"github": "pi0",
|
|
2691
|
-
"twitter": "_pi0_"
|
|
2692
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4273
|
+
"twitter": "_pi0_"
|
|
2693
4274
|
},
|
|
2694
4275
|
{
|
|
2695
4276
|
"name": "Daniel Roe",
|
|
2696
4277
|
"github": "danielroe",
|
|
2697
|
-
"twitter": "danielcroe"
|
|
2698
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4278
|
+
"twitter": "danielcroe"
|
|
2699
4279
|
}
|
|
2700
|
-
]
|
|
4280
|
+
],
|
|
4281
|
+
"compatibility": {
|
|
4282
|
+
"nuxt": "^2.0.0",
|
|
4283
|
+
"requires": {}
|
|
4284
|
+
}
|
|
2701
4285
|
},
|
|
2702
4286
|
{
|
|
2703
4287
|
"name": "typescript",
|
|
@@ -2713,22 +4297,47 @@
|
|
|
2713
4297
|
"maintainers": [
|
|
2714
4298
|
{
|
|
2715
4299
|
"name": "Kevin Marrec",
|
|
2716
|
-
"github": "kevinmarrec"
|
|
2717
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4300
|
+
"github": "kevinmarrec"
|
|
2718
4301
|
},
|
|
2719
4302
|
{
|
|
2720
4303
|
"name": "Pooya Parsa",
|
|
2721
4304
|
"github": "pi0",
|
|
2722
|
-
"twitter": "_pi0_"
|
|
2723
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4305
|
+
"twitter": "_pi0_"
|
|
2724
4306
|
},
|
|
2725
4307
|
{
|
|
2726
4308
|
"name": "Daniel Roe",
|
|
2727
4309
|
"github": "danielroe",
|
|
2728
|
-
"twitter": "danielcroe"
|
|
2729
|
-
|
|
4310
|
+
"twitter": "danielcroe"
|
|
4311
|
+
}
|
|
4312
|
+
],
|
|
4313
|
+
"compatibility": {
|
|
4314
|
+
"nuxt": "^2.0.0",
|
|
4315
|
+
"requires": {}
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"name": "umami",
|
|
4320
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4321
|
+
"repo": "ijkml/nuxt-umami",
|
|
4322
|
+
"npm": "nuxt-umami",
|
|
4323
|
+
"icon": "umami.svg",
|
|
4324
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4325
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4326
|
+
"learn_more": "https://umami.is/docs/",
|
|
4327
|
+
"category": "Analytics",
|
|
4328
|
+
"type": "3rd-party",
|
|
4329
|
+
"maintainers": [
|
|
4330
|
+
{
|
|
4331
|
+
"name": "ML",
|
|
4332
|
+
"github": "ijkml"
|
|
4333
|
+
}
|
|
4334
|
+
],
|
|
4335
|
+
"compatibility": {
|
|
4336
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4337
|
+
"requires": {
|
|
4338
|
+
"bridge": "optional"
|
|
2730
4339
|
}
|
|
2731
|
-
|
|
4340
|
+
}
|
|
2732
4341
|
},
|
|
2733
4342
|
{
|
|
2734
4343
|
"name": "universal-storage",
|
|
@@ -2739,22 +4348,76 @@
|
|
|
2739
4348
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2740
4349
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2741
4350
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2742
|
-
"category": "
|
|
4351
|
+
"category": "Extensions",
|
|
2743
4352
|
"type": "community",
|
|
2744
4353
|
"maintainers": [
|
|
2745
4354
|
{
|
|
2746
4355
|
"name": "Pooya Parsa",
|
|
2747
4356
|
"github": "pi0",
|
|
2748
|
-
"twitter": "_pi0_"
|
|
2749
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4357
|
+
"twitter": "_pi0_"
|
|
2750
4358
|
},
|
|
2751
4359
|
{
|
|
2752
4360
|
"name": "Farzad Soltani",
|
|
2753
4361
|
"github": "farzadso",
|
|
2754
|
-
"twitter": "farzadso"
|
|
2755
|
-
|
|
4362
|
+
"twitter": "farzadso"
|
|
4363
|
+
}
|
|
4364
|
+
],
|
|
4365
|
+
"compatibility": {
|
|
4366
|
+
"nuxt": "^2.0.0",
|
|
4367
|
+
"requires": {}
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "unlighthouse",
|
|
4372
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4373
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4374
|
+
"npm": "@unlighthouse/nuxt",
|
|
4375
|
+
"icon": "unlighthouse.svg",
|
|
4376
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4377
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4378
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4379
|
+
"category": "Devtools",
|
|
4380
|
+
"type": "3rd-party",
|
|
4381
|
+
"maintainers": [
|
|
4382
|
+
{
|
|
4383
|
+
"name": "Harlan Wilton",
|
|
4384
|
+
"github": "harlan-zw",
|
|
4385
|
+
"twitter": "harlan_zw",
|
|
4386
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4387
|
+
}
|
|
4388
|
+
],
|
|
4389
|
+
"compatibility": {
|
|
4390
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4391
|
+
"requires": {
|
|
4392
|
+
"bridge": "optional"
|
|
4393
|
+
}
|
|
4394
|
+
}
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"name": "unocss",
|
|
4398
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4399
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4400
|
+
"npm": "@unocss/nuxt",
|
|
4401
|
+
"icon": "unocss.svg",
|
|
4402
|
+
"github": "https://github.com/antfu/unocss",
|
|
4403
|
+
"website": "https://github.com/antfu/unocss",
|
|
4404
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4405
|
+
"category": "UI",
|
|
4406
|
+
"type": "3rd-party",
|
|
4407
|
+
"maintainers": [
|
|
4408
|
+
{
|
|
4409
|
+
"name": "Anthony Fu",
|
|
4410
|
+
"github": "antfu",
|
|
4411
|
+
"twitter": "antfu7",
|
|
4412
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4413
|
+
}
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4417
|
+
"requires": {
|
|
4418
|
+
"bridge": "optional"
|
|
2756
4419
|
}
|
|
2757
|
-
|
|
4420
|
+
}
|
|
2758
4421
|
},
|
|
2759
4422
|
{
|
|
2760
4423
|
"name": "user-agent",
|
|
@@ -2765,15 +4428,18 @@
|
|
|
2765
4428
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2766
4429
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2767
4430
|
"learn_more": "",
|
|
2768
|
-
"category": "
|
|
4431
|
+
"category": "Extensions",
|
|
2769
4432
|
"type": "3rd-party",
|
|
2770
4433
|
"maintainers": [
|
|
2771
4434
|
{
|
|
2772
4435
|
"name": "fukuiretu",
|
|
2773
|
-
"github": "fukuiretu"
|
|
2774
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4436
|
+
"github": "fukuiretu"
|
|
2775
4437
|
}
|
|
2776
|
-
]
|
|
4438
|
+
],
|
|
4439
|
+
"compatibility": {
|
|
4440
|
+
"nuxt": "^2.0.0",
|
|
4441
|
+
"requires": {}
|
|
4442
|
+
}
|
|
2777
4443
|
},
|
|
2778
4444
|
{
|
|
2779
4445
|
"name": "validate",
|
|
@@ -2789,10 +4455,13 @@
|
|
|
2789
4455
|
"maintainers": [
|
|
2790
4456
|
{
|
|
2791
4457
|
"name": "lewyuburi",
|
|
2792
|
-
"github": "lewyuburi"
|
|
2793
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4458
|
+
"github": "lewyuburi"
|
|
2794
4459
|
}
|
|
2795
|
-
]
|
|
4460
|
+
],
|
|
4461
|
+
"compatibility": {
|
|
4462
|
+
"nuxt": "^2.0.0",
|
|
4463
|
+
"requires": {}
|
|
4464
|
+
}
|
|
2796
4465
|
},
|
|
2797
4466
|
{
|
|
2798
4467
|
"name": "vendor",
|
|
@@ -2803,16 +4472,19 @@
|
|
|
2803
4472
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2804
4473
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2805
4474
|
"learn_more": "",
|
|
2806
|
-
"category": "
|
|
4475
|
+
"category": "Extensions",
|
|
2807
4476
|
"type": "community",
|
|
2808
4477
|
"maintainers": [
|
|
2809
4478
|
{
|
|
2810
4479
|
"name": "Pooya Parsa",
|
|
2811
4480
|
"github": "pi0",
|
|
2812
|
-
"twitter": "_pi0_"
|
|
2813
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4481
|
+
"twitter": "_pi0_"
|
|
2814
4482
|
}
|
|
2815
|
-
]
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^2.0.0",
|
|
4486
|
+
"requires": {}
|
|
4487
|
+
}
|
|
2816
4488
|
},
|
|
2817
4489
|
{
|
|
2818
4490
|
"name": "vue-material",
|
|
@@ -2828,10 +4500,13 @@
|
|
|
2828
4500
|
"maintainers": [
|
|
2829
4501
|
{
|
|
2830
4502
|
"name": "vaso2",
|
|
2831
|
-
"github": "vaso2"
|
|
2832
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4503
|
+
"github": "vaso2"
|
|
2833
4504
|
}
|
|
2834
|
-
]
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^2.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
2835
4510
|
},
|
|
2836
4511
|
{
|
|
2837
4512
|
"name": "vue-multiselect",
|
|
@@ -2847,10 +4522,13 @@
|
|
|
2847
4522
|
"maintainers": [
|
|
2848
4523
|
{
|
|
2849
4524
|
"name": "spektrummedia",
|
|
2850
|
-
"github": "spektrummedia"
|
|
2851
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4525
|
+
"github": "spektrummedia"
|
|
2852
4526
|
}
|
|
2853
|
-
]
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^2.0.0",
|
|
4530
|
+
"requires": {}
|
|
4531
|
+
}
|
|
2854
4532
|
},
|
|
2855
4533
|
{
|
|
2856
4534
|
"name": "vue-select",
|
|
@@ -2866,10 +4544,13 @@
|
|
|
2866
4544
|
"maintainers": [
|
|
2867
4545
|
{
|
|
2868
4546
|
"name": "madmod",
|
|
2869
|
-
"github": "madmod"
|
|
2870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4547
|
+
"github": "madmod"
|
|
2871
4548
|
}
|
|
2872
|
-
]
|
|
4549
|
+
],
|
|
4550
|
+
"compatibility": {
|
|
4551
|
+
"nuxt": "^2.0.0",
|
|
4552
|
+
"requires": {}
|
|
4553
|
+
}
|
|
2873
4554
|
},
|
|
2874
4555
|
{
|
|
2875
4556
|
"name": "vue-warehouse",
|
|
@@ -2886,10 +4567,35 @@
|
|
|
2886
4567
|
{
|
|
2887
4568
|
"name": "Julio Marquez",
|
|
2888
4569
|
"github": "juliomrqz",
|
|
2889
|
-
"twitter": "juliomrqz"
|
|
2890
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4570
|
+
"twitter": "juliomrqz"
|
|
2891
4571
|
}
|
|
2892
|
-
]
|
|
4572
|
+
],
|
|
4573
|
+
"compatibility": {
|
|
4574
|
+
"nuxt": "^2.0.0",
|
|
4575
|
+
"requires": {}
|
|
4576
|
+
}
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"name": "vuestic",
|
|
4580
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4581
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4582
|
+
"npm": "@vuestic/nuxt",
|
|
4583
|
+
"icon": "",
|
|
4584
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4585
|
+
"website": "https://vuestic.dev",
|
|
4586
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4587
|
+
"category": "UI",
|
|
4588
|
+
"type": "3rd-party",
|
|
4589
|
+
"maintainers": [
|
|
4590
|
+
{
|
|
4591
|
+
"name": "epicmaxco",
|
|
4592
|
+
"github": "epicmaxco"
|
|
4593
|
+
}
|
|
4594
|
+
],
|
|
4595
|
+
"compatibility": {
|
|
4596
|
+
"nuxt": "^3.0.0",
|
|
4597
|
+
"requires": {}
|
|
4598
|
+
}
|
|
2893
4599
|
},
|
|
2894
4600
|
{
|
|
2895
4601
|
"name": "vuetify",
|
|
@@ -2905,16 +4611,43 @@
|
|
|
2905
4611
|
"maintainers": [
|
|
2906
4612
|
{
|
|
2907
4613
|
"name": "Kevin Marrec",
|
|
2908
|
-
"github": "kevinmarrec"
|
|
2909
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4614
|
+
"github": "kevinmarrec"
|
|
2910
4615
|
},
|
|
2911
4616
|
{
|
|
2912
4617
|
"name": "Pooya Parsa",
|
|
2913
4618
|
"github": "pi0",
|
|
2914
|
-
"twitter": "_pi0_"
|
|
2915
|
-
|
|
4619
|
+
"twitter": "_pi0_"
|
|
4620
|
+
}
|
|
4621
|
+
],
|
|
4622
|
+
"compatibility": {
|
|
4623
|
+
"nuxt": "^2.0.0",
|
|
4624
|
+
"requires": {}
|
|
4625
|
+
}
|
|
4626
|
+
},
|
|
4627
|
+
{
|
|
4628
|
+
"name": "vueuse",
|
|
4629
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4630
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4631
|
+
"npm": "@vueuse/nuxt",
|
|
4632
|
+
"icon": "vueuse.svg",
|
|
4633
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4634
|
+
"website": "https://vueuse.org",
|
|
4635
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4636
|
+
"category": "Libraries",
|
|
4637
|
+
"type": "3rd-party",
|
|
4638
|
+
"maintainers": [
|
|
4639
|
+
{
|
|
4640
|
+
"name": "Anthony Fu",
|
|
4641
|
+
"github": "antfu",
|
|
4642
|
+
"twitter": "antfu7"
|
|
4643
|
+
}
|
|
4644
|
+
],
|
|
4645
|
+
"compatibility": {
|
|
4646
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4647
|
+
"requires": {
|
|
4648
|
+
"bridge": "optional"
|
|
2916
4649
|
}
|
|
2917
|
-
|
|
4650
|
+
}
|
|
2918
4651
|
},
|
|
2919
4652
|
{
|
|
2920
4653
|
"name": "vuex-router-sync",
|
|
@@ -2930,41 +4663,70 @@
|
|
|
2930
4663
|
"maintainers": [
|
|
2931
4664
|
{
|
|
2932
4665
|
"name": "paulgv",
|
|
2933
|
-
"github": "paulgv"
|
|
2934
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4666
|
+
"github": "paulgv"
|
|
2935
4667
|
}
|
|
2936
|
-
]
|
|
4668
|
+
],
|
|
4669
|
+
"compatibility": {
|
|
4670
|
+
"nuxt": "^2.0.0",
|
|
4671
|
+
"requires": {}
|
|
4672
|
+
}
|
|
2937
4673
|
},
|
|
2938
4674
|
{
|
|
2939
4675
|
"name": "web-vitals",
|
|
2940
4676
|
"description": "Web Vitals for Nuxt",
|
|
2941
4677
|
"repo": "nuxt-community/web-vitals-module",
|
|
2942
|
-
"npm": "
|
|
4678
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2943
4679
|
"icon": "",
|
|
2944
4680
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2945
4681
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2946
4682
|
"learn_more": "",
|
|
2947
4683
|
"category": "Performance",
|
|
2948
|
-
"type": "
|
|
4684
|
+
"type": "community",
|
|
2949
4685
|
"maintainers": [
|
|
2950
4686
|
{
|
|
2951
4687
|
"name": "daliborgogic",
|
|
2952
|
-
"github": "daliborgogic"
|
|
2953
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4688
|
+
"github": "daliborgogic"
|
|
2954
4689
|
},
|
|
2955
4690
|
{
|
|
2956
4691
|
"name": "Pooya Parsa",
|
|
2957
4692
|
"github": "pi0",
|
|
2958
|
-
"twitter": "_pi0_"
|
|
2959
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4693
|
+
"twitter": "_pi0_"
|
|
2960
4694
|
},
|
|
2961
4695
|
{
|
|
2962
4696
|
"name": "Sebastien Chopin",
|
|
2963
4697
|
"github": "Atinux",
|
|
2964
|
-
"twitter": "Atinux"
|
|
2965
|
-
|
|
4698
|
+
"twitter": "Atinux"
|
|
4699
|
+
}
|
|
4700
|
+
],
|
|
4701
|
+
"compatibility": {
|
|
4702
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4703
|
+
"requires": {
|
|
4704
|
+
"bridge": "optional"
|
|
4705
|
+
}
|
|
4706
|
+
}
|
|
4707
|
+
},
|
|
4708
|
+
{
|
|
4709
|
+
"name": "web3js",
|
|
4710
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4711
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4712
|
+
"npm": "nuxt-web3",
|
|
4713
|
+
"icon": "web3js.svg",
|
|
4714
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4715
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4716
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4717
|
+
"category": "Libraries",
|
|
4718
|
+
"type": "3rd-party",
|
|
4719
|
+
"maintainers": [
|
|
4720
|
+
{
|
|
4721
|
+
"name": "Muhammad Fauzan",
|
|
4722
|
+
"github": "bl0cknumber",
|
|
4723
|
+
"twitter": "fncolon"
|
|
2966
4724
|
}
|
|
2967
|
-
]
|
|
4725
|
+
],
|
|
4726
|
+
"compatibility": {
|
|
4727
|
+
"nuxt": "^2.0.0",
|
|
4728
|
+
"requires": {}
|
|
4729
|
+
}
|
|
2968
4730
|
},
|
|
2969
4731
|
{
|
|
2970
4732
|
"name": "webfontloader",
|
|
@@ -2980,10 +4742,37 @@
|
|
|
2980
4742
|
"maintainers": [
|
|
2981
4743
|
{
|
|
2982
4744
|
"name": "Developmint",
|
|
2983
|
-
"github": "Developmint"
|
|
2984
|
-
|
|
4745
|
+
"github": "Developmint"
|
|
4746
|
+
}
|
|
4747
|
+
],
|
|
4748
|
+
"compatibility": {
|
|
4749
|
+
"nuxt": "^2.0.0",
|
|
4750
|
+
"requires": {}
|
|
4751
|
+
}
|
|
4752
|
+
},
|
|
4753
|
+
{
|
|
4754
|
+
"name": "webpack-optimisations",
|
|
4755
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4756
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4757
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4758
|
+
"icon": "build-optimisations.svg",
|
|
4759
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4760
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4761
|
+
"learn_more": "",
|
|
4762
|
+
"category": "Devtools",
|
|
4763
|
+
"type": "3rd-party",
|
|
4764
|
+
"maintainers": [
|
|
4765
|
+
{
|
|
4766
|
+
"name": "Harlan Wilton",
|
|
4767
|
+
"github": "harlan-zw"
|
|
4768
|
+
}
|
|
4769
|
+
],
|
|
4770
|
+
"compatibility": {
|
|
4771
|
+
"nuxt": "^2.0.0",
|
|
4772
|
+
"requires": {
|
|
4773
|
+
"bridge": "optional"
|
|
2985
4774
|
}
|
|
2986
|
-
|
|
4775
|
+
}
|
|
2987
4776
|
},
|
|
2988
4777
|
{
|
|
2989
4778
|
"name": "webpack-profile",
|
|
@@ -3000,10 +4789,13 @@
|
|
|
3000
4789
|
{
|
|
3001
4790
|
"name": "Pooya Parsa",
|
|
3002
4791
|
"github": "pi0",
|
|
3003
|
-
"twitter": "_pi0_"
|
|
3004
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4792
|
+
"twitter": "_pi0_"
|
|
3005
4793
|
}
|
|
3006
|
-
]
|
|
4794
|
+
],
|
|
4795
|
+
"compatibility": {
|
|
4796
|
+
"nuxt": "^2.0.0",
|
|
4797
|
+
"requires": {}
|
|
4798
|
+
}
|
|
3007
4799
|
},
|
|
3008
4800
|
{
|
|
3009
4801
|
"name": "webpackdashboard",
|
|
@@ -3019,10 +4811,13 @@
|
|
|
3019
4811
|
"maintainers": [
|
|
3020
4812
|
{
|
|
3021
4813
|
"name": "paulgv",
|
|
3022
|
-
"github": "paulgv"
|
|
3023
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4814
|
+
"github": "paulgv"
|
|
3024
4815
|
}
|
|
3025
|
-
]
|
|
4816
|
+
],
|
|
4817
|
+
"compatibility": {
|
|
4818
|
+
"nuxt": "^2.0.0",
|
|
4819
|
+
"requires": {}
|
|
4820
|
+
}
|
|
3026
4821
|
},
|
|
3027
4822
|
{
|
|
3028
4823
|
"name": "webpackmonitor",
|
|
@@ -3039,10 +4834,43 @@
|
|
|
3039
4834
|
{
|
|
3040
4835
|
"name": "Pooya Parsa",
|
|
3041
4836
|
"github": "pi0",
|
|
3042
|
-
"twitter": "_pi0_"
|
|
3043
|
-
|
|
4837
|
+
"twitter": "_pi0_"
|
|
4838
|
+
}
|
|
4839
|
+
],
|
|
4840
|
+
"compatibility": {
|
|
4841
|
+
"nuxt": "^2.0.0",
|
|
4842
|
+
"requires": {}
|
|
4843
|
+
}
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"name": "windicss",
|
|
4847
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4848
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4849
|
+
"npm": "nuxt-windicss",
|
|
4850
|
+
"icon": "windicss.svg",
|
|
4851
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4852
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4853
|
+
"learn_more": "https://windicss.org/",
|
|
4854
|
+
"category": "UI",
|
|
4855
|
+
"type": "3rd-party",
|
|
4856
|
+
"maintainers": [
|
|
4857
|
+
{
|
|
4858
|
+
"name": "Harlan Wilton",
|
|
4859
|
+
"github": "harlan-zw",
|
|
4860
|
+
"twitter": "harlan_zw"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "Anthony Fu",
|
|
4864
|
+
"github": "antfu",
|
|
4865
|
+
"twitter": "antfu7"
|
|
3044
4866
|
}
|
|
3045
|
-
]
|
|
4867
|
+
],
|
|
4868
|
+
"compatibility": {
|
|
4869
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4870
|
+
"requires": {
|
|
4871
|
+
"bridge": "optional"
|
|
4872
|
+
}
|
|
4873
|
+
}
|
|
3046
4874
|
},
|
|
3047
4875
|
{
|
|
3048
4876
|
"name": "winston-log",
|
|
@@ -3058,10 +4886,13 @@
|
|
|
3058
4886
|
"maintainers": [
|
|
3059
4887
|
{
|
|
3060
4888
|
"name": "aaronransley",
|
|
3061
|
-
"github": "aaronransley"
|
|
3062
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4889
|
+
"github": "aaronransley"
|
|
3063
4890
|
}
|
|
3064
|
-
]
|
|
4891
|
+
],
|
|
4892
|
+
"compatibility": {
|
|
4893
|
+
"nuxt": "^2.0.0",
|
|
4894
|
+
"requires": {}
|
|
4895
|
+
}
|
|
3065
4896
|
},
|
|
3066
4897
|
{
|
|
3067
4898
|
"name": "wp-nuxt",
|
|
@@ -3077,10 +4908,13 @@
|
|
|
3077
4908
|
"maintainers": [
|
|
3078
4909
|
{
|
|
3079
4910
|
"name": "yashha",
|
|
3080
|
-
"github": "yashha"
|
|
3081
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4911
|
+
"github": "yashha"
|
|
3082
4912
|
}
|
|
3083
|
-
]
|
|
4913
|
+
],
|
|
4914
|
+
"compatibility": {
|
|
4915
|
+
"nuxt": "^2.0.0",
|
|
4916
|
+
"requires": {}
|
|
4917
|
+
}
|
|
3084
4918
|
},
|
|
3085
4919
|
{
|
|
3086
4920
|
"name": "xhr-cache",
|
|
@@ -3096,10 +4930,35 @@
|
|
|
3096
4930
|
"maintainers": [
|
|
3097
4931
|
{
|
|
3098
4932
|
"name": "gaetansenn",
|
|
3099
|
-
"github": "gaetansenn"
|
|
3100
|
-
|
|
4933
|
+
"github": "gaetansenn"
|
|
4934
|
+
}
|
|
4935
|
+
],
|
|
4936
|
+
"compatibility": {
|
|
4937
|
+
"nuxt": "^2.0.0",
|
|
4938
|
+
"requires": {}
|
|
4939
|
+
}
|
|
4940
|
+
},
|
|
4941
|
+
{
|
|
4942
|
+
"name": "xstate",
|
|
4943
|
+
"description": "XState integration for Nuxt",
|
|
4944
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4945
|
+
"npm": "nuxt-xstate",
|
|
4946
|
+
"icon": "",
|
|
4947
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4948
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4949
|
+
"learn_more": "",
|
|
4950
|
+
"category": "Extensions",
|
|
4951
|
+
"type": "3rd-party",
|
|
4952
|
+
"maintainers": [
|
|
4953
|
+
{
|
|
4954
|
+
"name": "Lexpeartha",
|
|
4955
|
+
"github": "Lexpeartha"
|
|
3101
4956
|
}
|
|
3102
|
-
]
|
|
4957
|
+
],
|
|
4958
|
+
"compatibility": {
|
|
4959
|
+
"nuxt": "^3.0.0",
|
|
4960
|
+
"requires": {}
|
|
4961
|
+
}
|
|
3103
4962
|
},
|
|
3104
4963
|
{
|
|
3105
4964
|
"name": "xui",
|
|
@@ -3115,18 +4974,22 @@
|
|
|
3115
4974
|
"maintainers": [
|
|
3116
4975
|
{
|
|
3117
4976
|
"name": "MetaCorp",
|
|
3118
|
-
"github": "MetaCorp"
|
|
3119
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4977
|
+
"github": "MetaCorp"
|
|
3120
4978
|
}
|
|
3121
|
-
]
|
|
4979
|
+
],
|
|
4980
|
+
"compatibility": {
|
|
4981
|
+
"nuxt": "^2.0.0",
|
|
4982
|
+
"requires": {}
|
|
4983
|
+
}
|
|
3122
4984
|
},
|
|
3123
4985
|
{
|
|
3124
4986
|
"name": "yandex-metrika",
|
|
3125
|
-
"
|
|
4987
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4988
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3126
4989
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3127
4990
|
"icon": "",
|
|
3128
|
-
"github": "https://github.com/nuxt-community/
|
|
3129
|
-
"website": "https://github.com/nuxt-community/
|
|
4991
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4992
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
3130
4993
|
"learn_more": "https://metrica.yandex.com/about",
|
|
3131
4994
|
"category": "Analytics",
|
|
3132
4995
|
"type": "community",
|
|
@@ -3134,10 +4997,13 @@
|
|
|
3134
4997
|
{
|
|
3135
4998
|
"name": "Pooya Parsa",
|
|
3136
4999
|
"github": "pi0",
|
|
3137
|
-
"twitter": "_pi0_"
|
|
3138
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
5000
|
+
"twitter": "_pi0_"
|
|
3139
5001
|
}
|
|
3140
|
-
]
|
|
5002
|
+
],
|
|
5003
|
+
"compatibility": {
|
|
5004
|
+
"nuxt": "^2.0.0",
|
|
5005
|
+
"requires": {}
|
|
5006
|
+
}
|
|
3141
5007
|
},
|
|
3142
5008
|
{
|
|
3143
5009
|
"name": "zendesk",
|
|
@@ -3153,9 +5019,12 @@
|
|
|
3153
5019
|
"maintainers": [
|
|
3154
5020
|
{
|
|
3155
5021
|
"name": "DansMaCulotte",
|
|
3156
|
-
"github": "DansMaCulotte"
|
|
3157
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
5022
|
+
"github": "DansMaCulotte"
|
|
3158
5023
|
}
|
|
3159
|
-
]
|
|
5024
|
+
],
|
|
5025
|
+
"compatibility": {
|
|
5026
|
+
"nuxt": "^2.0.0",
|
|
5027
|
+
"requires": {}
|
|
5028
|
+
}
|
|
3160
5029
|
}
|
|
3161
5030
|
]
|