@nuxt/modules 0.5.0-e3115b → 0.5.0-e76589
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} +2325 -578
- 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",
|
|
@@ -38,10 +93,13 @@
|
|
|
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
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
119
|
+
"twitter": "a_birang"
|
|
63
120
|
}
|
|
64
|
-
]
|
|
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"
|
|
142
|
+
}
|
|
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",
|
|
@@ -216,10 +359,13 @@
|
|
|
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",
|
|
@@ -330,10 +539,13 @@
|
|
|
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"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "components",
|
|
419
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
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"
|
|
635
|
+
"twitter": "_pi0_"
|
|
439
636
|
}
|
|
440
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^2.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
441
642
|
},
|
|
442
643
|
{
|
|
443
644
|
"name": "composition-api",
|
|
@@ -454,17 +655,20 @@
|
|
|
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
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",
|
|
@@ -600,10 +870,38 @@
|
|
|
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"
|
|
605
897
|
}
|
|
606
|
-
]
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
903
|
+
}
|
|
904
|
+
}
|
|
607
905
|
},
|
|
608
906
|
{
|
|
609
907
|
"name": "dotenv",
|
|
@@ -619,10 +917,68 @@
|
|
|
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",
|
|
@@ -639,10 +995,13 @@
|
|
|
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",
|
|
@@ -696,14 +1083,17 @@
|
|
|
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,13 @@
|
|
|
773
1172
|
"maintainers": [
|
|
774
1173
|
{
|
|
775
1174
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
1175
|
+
"github": "GrabarzUndPartner"
|
|
778
1176
|
}
|
|
779
|
-
]
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
780
1182
|
},
|
|
781
1183
|
{
|
|
782
1184
|
"name": "fontagon",
|
|
@@ -792,10 +1194,13 @@
|
|
|
792
1194
|
"maintainers": [
|
|
793
1195
|
{
|
|
794
1196
|
"name": "kdydesign",
|
|
795
|
-
"github": "kdydesign"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
1197
|
+
"github": "kdydesign"
|
|
797
1198
|
}
|
|
798
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
799
1204
|
},
|
|
800
1205
|
{
|
|
801
1206
|
"name": "fontawesome",
|
|
@@ -811,10 +1216,41 @@
|
|
|
811
1216
|
"maintainers": [
|
|
812
1217
|
{
|
|
813
1218
|
"name": "Pim",
|
|
814
|
-
"github": "pimlie"
|
|
815
|
-
|
|
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"
|
|
816
1248
|
}
|
|
817
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
818
1254
|
},
|
|
819
1255
|
{
|
|
820
1256
|
"name": "fullpage",
|
|
@@ -830,10 +1266,13 @@
|
|
|
830
1266
|
"maintainers": [
|
|
831
1267
|
{
|
|
832
1268
|
"name": "vaso2",
|
|
833
|
-
"github": "vaso2"
|
|
834
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1269
|
+
"github": "vaso2"
|
|
835
1270
|
}
|
|
836
|
-
]
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": "^2.0.0",
|
|
1274
|
+
"requires": {}
|
|
1275
|
+
}
|
|
837
1276
|
},
|
|
838
1277
|
{
|
|
839
1278
|
"name": "github-api",
|
|
@@ -849,10 +1288,13 @@
|
|
|
849
1288
|
"maintainers": [
|
|
850
1289
|
{
|
|
851
1290
|
"name": "lindsaykwardell",
|
|
852
|
-
"github": "lindsaykwardell"
|
|
853
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1291
|
+
"github": "lindsaykwardell"
|
|
854
1292
|
}
|
|
855
|
-
]
|
|
1293
|
+
],
|
|
1294
|
+
"compatibility": {
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1297
|
+
}
|
|
856
1298
|
},
|
|
857
1299
|
{
|
|
858
1300
|
"name": "google-adsense",
|
|
@@ -868,10 +1310,13 @@
|
|
|
868
1310
|
"maintainers": [
|
|
869
1311
|
{
|
|
870
1312
|
"name": "Troy Morehouse",
|
|
871
|
-
"github": "tmorehouse"
|
|
872
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1313
|
+
"github": "tmorehouse"
|
|
873
1314
|
}
|
|
874
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"compatibility": {
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1319
|
+
}
|
|
875
1320
|
},
|
|
876
1321
|
{
|
|
877
1322
|
"name": "google-analytics",
|
|
@@ -888,21 +1333,22 @@
|
|
|
888
1333
|
{
|
|
889
1334
|
"name": "Pooya Parsa",
|
|
890
1335
|
"github": "pi0",
|
|
891
|
-
"twitter": "_pi0_"
|
|
892
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1336
|
+
"twitter": "_pi0_"
|
|
893
1337
|
},
|
|
894
1338
|
{
|
|
895
1339
|
"name": "Ricardo Gobbo de Souza",
|
|
896
|
-
"github": "ricardogobbosouza"
|
|
897
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1340
|
+
"github": "ricardogobbosouza"
|
|
898
1341
|
},
|
|
899
1342
|
{
|
|
900
1343
|
"name": "Matteo Gabriele",
|
|
901
1344
|
"github": "MatteoGabriele",
|
|
902
|
-
"twitter": "matteo_gabriele"
|
|
903
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1345
|
+
"twitter": "matteo_gabriele"
|
|
904
1346
|
}
|
|
905
|
-
]
|
|
1347
|
+
],
|
|
1348
|
+
"compatibility": {
|
|
1349
|
+
"nuxt": "^2.0.0",
|
|
1350
|
+
"requires": {}
|
|
1351
|
+
}
|
|
906
1352
|
},
|
|
907
1353
|
{
|
|
908
1354
|
"name": "google-fonts",
|
|
@@ -918,10 +1364,15 @@
|
|
|
918
1364
|
"maintainers": [
|
|
919
1365
|
{
|
|
920
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
921
|
-
"github": "ricardogobbosouza"
|
|
922
|
-
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
923
1374
|
}
|
|
924
|
-
|
|
1375
|
+
}
|
|
925
1376
|
},
|
|
926
1377
|
{
|
|
927
1378
|
"name": "google-gtag",
|
|
@@ -937,15 +1388,17 @@
|
|
|
937
1388
|
"maintainers": [
|
|
938
1389
|
{
|
|
939
1390
|
"name": "Dominic Garms",
|
|
940
|
-
"github": "dohomi"
|
|
941
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1391
|
+
"github": "dohomi"
|
|
942
1392
|
},
|
|
943
1393
|
{
|
|
944
1394
|
"name": "Ricardo Gobbo de Souza",
|
|
945
|
-
"github": "ricardogobbosouza"
|
|
946
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1395
|
+
"github": "ricardogobbosouza"
|
|
947
1396
|
}
|
|
948
|
-
]
|
|
1397
|
+
],
|
|
1398
|
+
"compatibility": {
|
|
1399
|
+
"nuxt": "^2.0.0",
|
|
1400
|
+
"requires": {}
|
|
1401
|
+
}
|
|
949
1402
|
},
|
|
950
1403
|
{
|
|
951
1404
|
"name": "google-optimize",
|
|
@@ -962,22 +1415,45 @@
|
|
|
962
1415
|
{
|
|
963
1416
|
"name": "Pooya Parsa",
|
|
964
1417
|
"github": "pi0",
|
|
965
|
-
"twitter": "_pi0_"
|
|
966
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1418
|
+
"twitter": "_pi0_"
|
|
967
1419
|
},
|
|
968
1420
|
{
|
|
969
1421
|
"name": "Farzad Soltani",
|
|
970
1422
|
"github": "farzadso",
|
|
971
|
-
"twitter": "farzadso"
|
|
972
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1423
|
+
"twitter": "farzadso"
|
|
973
1424
|
},
|
|
974
1425
|
{
|
|
975
1426
|
"name": "Josh Deltener",
|
|
976
1427
|
"github": "hecktarzuli",
|
|
977
|
-
"twitter": "JoshDeltener"
|
|
978
|
-
|
|
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"
|
|
979
1451
|
}
|
|
980
|
-
]
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"nuxt": "^3.0.0",
|
|
1455
|
+
"requires": {}
|
|
1456
|
+
}
|
|
981
1457
|
},
|
|
982
1458
|
{
|
|
983
1459
|
"name": "graphql-request",
|
|
@@ -993,10 +1469,13 @@
|
|
|
993
1469
|
"maintainers": [
|
|
994
1470
|
{
|
|
995
1471
|
"name": "gomah",
|
|
996
|
-
"github": "gomah"
|
|
997
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1472
|
+
"github": "gomah"
|
|
998
1473
|
}
|
|
999
|
-
]
|
|
1474
|
+
],
|
|
1475
|
+
"compatibility": {
|
|
1476
|
+
"nuxt": "^2.0.0",
|
|
1477
|
+
"requires": {}
|
|
1478
|
+
}
|
|
1000
1479
|
},
|
|
1001
1480
|
{
|
|
1002
1481
|
"name": "gtm",
|
|
@@ -1013,10 +1492,13 @@
|
|
|
1013
1492
|
{
|
|
1014
1493
|
"name": "Pooya Parsa",
|
|
1015
1494
|
"github": "pi0",
|
|
1016
|
-
"twitter": "_pi0_"
|
|
1017
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1495
|
+
"twitter": "_pi0_"
|
|
1018
1496
|
}
|
|
1019
|
-
]
|
|
1497
|
+
],
|
|
1498
|
+
"compatibility": {
|
|
1499
|
+
"nuxt": "^2.0.0",
|
|
1500
|
+
"requires": {}
|
|
1501
|
+
}
|
|
1020
1502
|
},
|
|
1021
1503
|
{
|
|
1022
1504
|
"name": "guess",
|
|
@@ -1032,10 +1514,59 @@
|
|
|
1032
1514
|
"maintainers": [
|
|
1033
1515
|
{
|
|
1034
1516
|
"name": "Xin Du",
|
|
1035
|
-
"github": "clarkdo"
|
|
1036
|
-
|
|
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-community/harlem-module",
|
|
1529
|
+
"npm": "@nuxtjs/harlem",
|
|
1530
|
+
"icon": "harlem.svg",
|
|
1531
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1532
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
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"
|
|
1037
1564
|
}
|
|
1038
|
-
]
|
|
1565
|
+
],
|
|
1566
|
+
"compatibility": {
|
|
1567
|
+
"nuxt": "^2.0.0",
|
|
1568
|
+
"requires": {}
|
|
1569
|
+
}
|
|
1039
1570
|
},
|
|
1040
1571
|
{
|
|
1041
1572
|
"name": "helmet",
|
|
@@ -1051,10 +1582,13 @@
|
|
|
1051
1582
|
"maintainers": [
|
|
1052
1583
|
{
|
|
1053
1584
|
"name": "victor-perez",
|
|
1054
|
-
"github": "victor-perez"
|
|
1055
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1585
|
+
"github": "victor-perez"
|
|
1056
1586
|
}
|
|
1057
|
-
]
|
|
1587
|
+
],
|
|
1588
|
+
"compatibility": {
|
|
1589
|
+
"nuxt": "^2.0.0",
|
|
1590
|
+
"requires": {}
|
|
1591
|
+
}
|
|
1058
1592
|
},
|
|
1059
1593
|
{
|
|
1060
1594
|
"name": "highcharts",
|
|
@@ -1070,10 +1604,13 @@
|
|
|
1070
1604
|
"maintainers": [
|
|
1071
1605
|
{
|
|
1072
1606
|
"name": "richardeschloss",
|
|
1073
|
-
"github": "richardeschloss"
|
|
1074
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1607
|
+
"github": "richardeschloss"
|
|
1075
1608
|
}
|
|
1076
|
-
]
|
|
1609
|
+
],
|
|
1610
|
+
"compatibility": {
|
|
1611
|
+
"nuxt": "^2.0.0",
|
|
1612
|
+
"requires": {}
|
|
1613
|
+
}
|
|
1077
1614
|
},
|
|
1078
1615
|
{
|
|
1079
1616
|
"name": "history-state",
|
|
@@ -1089,10 +1626,13 @@
|
|
|
1089
1626
|
"maintainers": [
|
|
1090
1627
|
{
|
|
1091
1628
|
"name": "hidekatsu-izuno",
|
|
1092
|
-
"github": "hidekatsu-izuno"
|
|
1093
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1629
|
+
"github": "hidekatsu-izuno"
|
|
1094
1630
|
}
|
|
1095
|
-
]
|
|
1631
|
+
],
|
|
1632
|
+
"compatibility": {
|
|
1633
|
+
"nuxt": "^2.0.0",
|
|
1634
|
+
"requires": {}
|
|
1635
|
+
}
|
|
1096
1636
|
},
|
|
1097
1637
|
{
|
|
1098
1638
|
"name": "html-minifier",
|
|
@@ -1108,10 +1648,13 @@
|
|
|
1108
1648
|
"maintainers": [
|
|
1109
1649
|
{
|
|
1110
1650
|
"name": "Xin Du",
|
|
1111
|
-
"github": "clarkdo"
|
|
1112
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1651
|
+
"github": "clarkdo"
|
|
1113
1652
|
}
|
|
1114
|
-
]
|
|
1653
|
+
],
|
|
1654
|
+
"compatibility": {
|
|
1655
|
+
"nuxt": "^2.0.0",
|
|
1656
|
+
"requires": {}
|
|
1657
|
+
}
|
|
1115
1658
|
},
|
|
1116
1659
|
{
|
|
1117
1660
|
"name": "html-validator",
|
|
@@ -1128,10 +1671,13 @@
|
|
|
1128
1671
|
{
|
|
1129
1672
|
"name": "Daniel Roe",
|
|
1130
1673
|
"github": "danielroe",
|
|
1131
|
-
"twitter": "danielcroe"
|
|
1132
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1674
|
+
"twitter": "danielcroe"
|
|
1133
1675
|
}
|
|
1134
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"compatibility": {
|
|
1678
|
+
"nuxt": "^2.0.0",
|
|
1679
|
+
"requires": {}
|
|
1680
|
+
}
|
|
1135
1681
|
},
|
|
1136
1682
|
{
|
|
1137
1683
|
"name": "http",
|
|
@@ -1148,16 +1694,41 @@
|
|
|
1148
1694
|
{
|
|
1149
1695
|
"name": "Pooya Parsa",
|
|
1150
1696
|
"github": "pi0",
|
|
1151
|
-
"twitter": "_pi0_"
|
|
1152
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1697
|
+
"twitter": "_pi0_"
|
|
1153
1698
|
},
|
|
1154
1699
|
{
|
|
1155
1700
|
"name": "Sébastien Chopin",
|
|
1156
1701
|
"github": "Atinux",
|
|
1157
|
-
"twitter": "Atinux"
|
|
1158
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1702
|
+
"twitter": "Atinux"
|
|
1159
1703
|
}
|
|
1160
|
-
]
|
|
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"
|
|
1726
|
+
}
|
|
1727
|
+
],
|
|
1728
|
+
"compatibility": {
|
|
1729
|
+
"nuxt": "^2.0.0",
|
|
1730
|
+
"requires": {}
|
|
1731
|
+
}
|
|
1161
1732
|
},
|
|
1162
1733
|
{
|
|
1163
1734
|
"name": "i18n",
|
|
@@ -1173,15 +1744,39 @@
|
|
|
1173
1744
|
"maintainers": [
|
|
1174
1745
|
{
|
|
1175
1746
|
"name": "Rafał Chłodnicki",
|
|
1176
|
-
"github": "rchl"
|
|
1177
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1747
|
+
"github": "rchl"
|
|
1178
1748
|
},
|
|
1179
1749
|
{
|
|
1180
|
-
"name": "
|
|
1181
|
-
"github": "
|
|
1182
|
-
|
|
1750
|
+
"name": "Kazuya Kawaguchi",
|
|
1751
|
+
"github": "kazupon"
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1754
|
+
"compatibility": {
|
|
1755
|
+
"nuxt": "^2.0.0",
|
|
1756
|
+
"requires": {}
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icons",
|
|
1761
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1762
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1763
|
+
"npm": "nuxt-icons",
|
|
1764
|
+
"icon": "icons.png",
|
|
1765
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1766
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "3rd-party",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Sebastian Wludzik",
|
|
1773
|
+
"github": "gitfoxcode"
|
|
1183
1774
|
}
|
|
1184
|
-
]
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1185
1780
|
},
|
|
1186
1781
|
{
|
|
1187
1782
|
"name": "image-loader",
|
|
@@ -1197,10 +1792,13 @@
|
|
|
1197
1792
|
"maintainers": [
|
|
1198
1793
|
{
|
|
1199
1794
|
"name": "Barry Fisher",
|
|
1200
|
-
"github": "Barry-Fisher"
|
|
1201
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1795
|
+
"github": "Barry-Fisher"
|
|
1202
1796
|
}
|
|
1203
|
-
]
|
|
1797
|
+
],
|
|
1798
|
+
"compatibility": {
|
|
1799
|
+
"nuxt": "^2.0.0",
|
|
1800
|
+
"requires": {}
|
|
1801
|
+
}
|
|
1204
1802
|
},
|
|
1205
1803
|
{
|
|
1206
1804
|
"name": "image",
|
|
@@ -1217,22 +1815,25 @@
|
|
|
1217
1815
|
{
|
|
1218
1816
|
"name": "Ahad Birang",
|
|
1219
1817
|
"github": "farnabaz",
|
|
1220
|
-
"twitter": "a_birang"
|
|
1221
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1818
|
+
"twitter": "a_birang"
|
|
1222
1819
|
},
|
|
1223
1820
|
{
|
|
1224
1821
|
"name": "Pooya Parsa",
|
|
1225
1822
|
"github": "pi0",
|
|
1226
|
-
"twitter": "_pi0_"
|
|
1227
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1823
|
+
"twitter": "_pi0_"
|
|
1228
1824
|
},
|
|
1229
1825
|
{
|
|
1230
1826
|
"name": "Sebastien Chopin",
|
|
1231
1827
|
"github": "Atinux",
|
|
1232
|
-
"twitter": "Atinux"
|
|
1233
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1828
|
+
"twitter": "Atinux"
|
|
1234
1829
|
}
|
|
1235
|
-
]
|
|
1830
|
+
],
|
|
1831
|
+
"compatibility": {
|
|
1832
|
+
"nuxt": "^2.0.0",
|
|
1833
|
+
"requires": {
|
|
1834
|
+
"bridge": "optional"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1236
1837
|
},
|
|
1237
1838
|
{
|
|
1238
1839
|
"name": "imagemin",
|
|
@@ -1248,10 +1849,38 @@
|
|
|
1248
1849
|
"maintainers": [
|
|
1249
1850
|
{
|
|
1250
1851
|
"name": "Ricardo Gobbo de Souza",
|
|
1251
|
-
"github": "ricardogobbosouza"
|
|
1252
|
-
|
|
1852
|
+
"github": "ricardogobbosouza"
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"compatibility": {
|
|
1856
|
+
"nuxt": "^2.0.0",
|
|
1857
|
+
"requires": {}
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "inkline",
|
|
1862
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1863
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1864
|
+
"npm": "@inkline/nuxt",
|
|
1865
|
+
"icon": "inkline.svg",
|
|
1866
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1867
|
+
"website": "https://inkline.io",
|
|
1868
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1869
|
+
"category": "UI",
|
|
1870
|
+
"type": "3rd-party",
|
|
1871
|
+
"maintainers": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "Alex Grozav",
|
|
1874
|
+
"github": "alexgrozav",
|
|
1875
|
+
"twitter": "alexgrozav"
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
|
+
"requires": {
|
|
1881
|
+
"bridge": true
|
|
1253
1882
|
}
|
|
1254
|
-
|
|
1883
|
+
}
|
|
1255
1884
|
},
|
|
1256
1885
|
{
|
|
1257
1886
|
"name": "intercom",
|
|
@@ -1267,10 +1896,36 @@
|
|
|
1267
1896
|
"maintainers": [
|
|
1268
1897
|
{
|
|
1269
1898
|
"name": "hex-digital",
|
|
1270
|
-
"github": "hex-digital"
|
|
1271
|
-
|
|
1899
|
+
"github": "hex-digital"
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"compatibility": {
|
|
1903
|
+
"nuxt": "^2.0.0",
|
|
1904
|
+
"requires": {}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "ionic",
|
|
1909
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1911
|
+
"npm": "nuxt-ionic",
|
|
1912
|
+
"icon": "ionic.svg",
|
|
1913
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1914
|
+
"website": "https://ionic.roe.dev",
|
|
1915
|
+
"learn_more": "https://ionicframework.com",
|
|
1916
|
+
"category": "Libraries",
|
|
1917
|
+
"type": "3rd-party",
|
|
1918
|
+
"maintainers": [
|
|
1919
|
+
{
|
|
1920
|
+
"name": "Daniel Roe",
|
|
1921
|
+
"github": "danielroe",
|
|
1922
|
+
"twitter": "danielcroe"
|
|
1272
1923
|
}
|
|
1273
|
-
]
|
|
1924
|
+
],
|
|
1925
|
+
"compatibility": {
|
|
1926
|
+
"nuxt": "^3.0.0",
|
|
1927
|
+
"requires": {}
|
|
1928
|
+
}
|
|
1274
1929
|
},
|
|
1275
1930
|
{
|
|
1276
1931
|
"name": "jsonapi",
|
|
@@ -1286,10 +1941,13 @@
|
|
|
1286
1941
|
"maintainers": [
|
|
1287
1942
|
{
|
|
1288
1943
|
"name": "patrickcate",
|
|
1289
|
-
"github": "patrickcate"
|
|
1290
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1944
|
+
"github": "patrickcate"
|
|
1291
1945
|
}
|
|
1292
|
-
]
|
|
1946
|
+
],
|
|
1947
|
+
"compatibility": {
|
|
1948
|
+
"nuxt": "^2.0.0",
|
|
1949
|
+
"requires": {}
|
|
1950
|
+
}
|
|
1293
1951
|
},
|
|
1294
1952
|
{
|
|
1295
1953
|
"name": "kentico-kontent",
|
|
@@ -1305,10 +1963,37 @@
|
|
|
1305
1963
|
"maintainers": [
|
|
1306
1964
|
{
|
|
1307
1965
|
"name": "Alfred Brockötter",
|
|
1308
|
-
"github": "Domitnator"
|
|
1309
|
-
|
|
1966
|
+
"github": "Domitnator"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^2.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "kql",
|
|
1976
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1977
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1978
|
+
"npm": "nuxt-kql",
|
|
1979
|
+
"icon": "kql.svg",
|
|
1980
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1981
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1982
|
+
"learn_more": "",
|
|
1983
|
+
"category": "CMS",
|
|
1984
|
+
"type": "3rd-party",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "Johann Schopplich",
|
|
1988
|
+
"github": "johannschopplich",
|
|
1989
|
+
"twitter": "jschopplich",
|
|
1990
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1310
1991
|
}
|
|
1311
|
-
]
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^3.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1312
1997
|
},
|
|
1313
1998
|
{
|
|
1314
1999
|
"name": "laravel-echo",
|
|
@@ -1324,10 +2009,13 @@
|
|
|
1324
2009
|
"maintainers": [
|
|
1325
2010
|
{
|
|
1326
2011
|
"name": "Ricardo Gobbo de Souza",
|
|
1327
|
-
"github": "ricardogobbosouza"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2012
|
+
"github": "ricardogobbosouza"
|
|
1329
2013
|
}
|
|
1330
|
-
]
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^2.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
1331
2019
|
},
|
|
1332
2020
|
{
|
|
1333
2021
|
"name": "laravel-nuxt",
|
|
@@ -1343,10 +2031,13 @@
|
|
|
1343
2031
|
"maintainers": [
|
|
1344
2032
|
{
|
|
1345
2033
|
"name": "skyrpex",
|
|
1346
|
-
"github": "skyrpex"
|
|
1347
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2034
|
+
"github": "skyrpex"
|
|
1348
2035
|
}
|
|
1349
|
-
]
|
|
2036
|
+
],
|
|
2037
|
+
"compatibility": {
|
|
2038
|
+
"nuxt": "^2.0.0",
|
|
2039
|
+
"requires": {}
|
|
2040
|
+
}
|
|
1350
2041
|
},
|
|
1351
2042
|
{
|
|
1352
2043
|
"name": "laravel",
|
|
@@ -1362,10 +2053,13 @@
|
|
|
1362
2053
|
"maintainers": [
|
|
1363
2054
|
{
|
|
1364
2055
|
"name": "m2sd",
|
|
1365
|
-
"github": "m2sd"
|
|
1366
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2056
|
+
"github": "m2sd"
|
|
1367
2057
|
}
|
|
1368
|
-
]
|
|
2058
|
+
],
|
|
2059
|
+
"compatibility": {
|
|
2060
|
+
"nuxt": "^2.0.0",
|
|
2061
|
+
"requires": {}
|
|
2062
|
+
}
|
|
1369
2063
|
},
|
|
1370
2064
|
{
|
|
1371
2065
|
"name": "leaflet",
|
|
@@ -1381,10 +2075,13 @@
|
|
|
1381
2075
|
"maintainers": [
|
|
1382
2076
|
{
|
|
1383
2077
|
"name": "schlunsen",
|
|
1384
|
-
"github": "schlunsen"
|
|
1385
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2078
|
+
"github": "schlunsen"
|
|
1386
2079
|
}
|
|
1387
|
-
]
|
|
2080
|
+
],
|
|
2081
|
+
"compatibility": {
|
|
2082
|
+
"nuxt": "^2.0.0",
|
|
2083
|
+
"requires": {}
|
|
2084
|
+
}
|
|
1388
2085
|
},
|
|
1389
2086
|
{
|
|
1390
2087
|
"name": "localforage",
|
|
@@ -1401,15 +2098,17 @@
|
|
|
1401
2098
|
{
|
|
1402
2099
|
"name": "Alexandre Chopin",
|
|
1403
2100
|
"github": "alexchopin",
|
|
1404
|
-
"twitter": "alexchopin"
|
|
1405
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2101
|
+
"twitter": "alexchopin"
|
|
1406
2102
|
},
|
|
1407
2103
|
{
|
|
1408
2104
|
"name": "Ricardo Gobbo de Souza",
|
|
1409
|
-
"github": "ricardogobbosouza"
|
|
1410
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2105
|
+
"github": "ricardogobbosouza"
|
|
1411
2106
|
}
|
|
1412
|
-
]
|
|
2107
|
+
],
|
|
2108
|
+
"compatibility": {
|
|
2109
|
+
"nuxt": "^2.0.0",
|
|
2110
|
+
"requires": {}
|
|
2111
|
+
}
|
|
1413
2112
|
},
|
|
1414
2113
|
{
|
|
1415
2114
|
"name": "localtunnel",
|
|
@@ -1426,10 +2125,35 @@
|
|
|
1426
2125
|
{
|
|
1427
2126
|
"name": "Pooya Parsa",
|
|
1428
2127
|
"github": "pi0",
|
|
1429
|
-
"twitter": "_pi0_"
|
|
1430
|
-
|
|
2128
|
+
"twitter": "_pi0_"
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
2131
|
+
"compatibility": {
|
|
2132
|
+
"nuxt": "^2.0.0",
|
|
2133
|
+
"requires": {}
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "lodash",
|
|
2138
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2139
|
+
"repo": "cipami/nuxt-lodash",
|
|
2140
|
+
"npm": "nuxt-lodash",
|
|
2141
|
+
"icon": "lodash.svg",
|
|
2142
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2143
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2144
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2145
|
+
"category": "Libraries",
|
|
2146
|
+
"type": "3rd-party",
|
|
2147
|
+
"maintainers": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "Michal Čípa",
|
|
2150
|
+
"github": "cipami"
|
|
1431
2151
|
}
|
|
1432
|
-
]
|
|
2152
|
+
],
|
|
2153
|
+
"compatibility": {
|
|
2154
|
+
"nuxt": "^3.0.0",
|
|
2155
|
+
"requires": {}
|
|
2156
|
+
}
|
|
1433
2157
|
},
|
|
1434
2158
|
{
|
|
1435
2159
|
"name": "logrocket",
|
|
@@ -1446,10 +2170,13 @@
|
|
|
1446
2170
|
{
|
|
1447
2171
|
"name": "Farzad Soltani",
|
|
1448
2172
|
"github": "farzadso",
|
|
1449
|
-
"twitter": "farzadso"
|
|
1450
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2173
|
+
"twitter": "farzadso"
|
|
1451
2174
|
}
|
|
1452
|
-
]
|
|
2175
|
+
],
|
|
2176
|
+
"compatibility": {
|
|
2177
|
+
"nuxt": "^2.0.0",
|
|
2178
|
+
"requires": {}
|
|
2179
|
+
}
|
|
1453
2180
|
},
|
|
1454
2181
|
{
|
|
1455
2182
|
"name": "lunr",
|
|
@@ -1465,15 +2192,41 @@
|
|
|
1465
2192
|
"maintainers": [
|
|
1466
2193
|
{
|
|
1467
2194
|
"name": "Pim",
|
|
1468
|
-
"github": "pimlie"
|
|
1469
|
-
|
|
2195
|
+
"github": "pimlie"
|
|
2196
|
+
}
|
|
2197
|
+
],
|
|
2198
|
+
"compatibility": {
|
|
2199
|
+
"nuxt": "^2.0.0",
|
|
2200
|
+
"requires": {}
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "magic-regexp",
|
|
2205
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2206
|
+
"repo": "danielroe/magic-regexp",
|
|
2207
|
+
"npm": "magic-regexp",
|
|
2208
|
+
"icon": "magic-regexp.svg",
|
|
2209
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2210
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2211
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2212
|
+
"category": "Libraries",
|
|
2213
|
+
"type": "3rd-party",
|
|
2214
|
+
"maintainers": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "Daniel Roe",
|
|
2217
|
+
"github": "danielroe",
|
|
2218
|
+
"twitter": "danielcroe"
|
|
1470
2219
|
}
|
|
1471
|
-
]
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^3.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
1472
2225
|
},
|
|
1473
2226
|
{
|
|
1474
2227
|
"name": "markdownit",
|
|
1475
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1476
|
-
"repo": "nuxt-community/
|
|
2229
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1477
2230
|
"npm": "@nuxtjs/markdownit",
|
|
1478
2231
|
"icon": "",
|
|
1479
2232
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1485,10 +2238,13 @@
|
|
|
1485
2238
|
{
|
|
1486
2239
|
"name": "Pooya Parsa",
|
|
1487
2240
|
"github": "pi0",
|
|
1488
|
-
"twitter": "_pi0_"
|
|
1489
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2241
|
+
"twitter": "_pi0_"
|
|
1490
2242
|
}
|
|
1491
|
-
]
|
|
2243
|
+
],
|
|
2244
|
+
"compatibility": {
|
|
2245
|
+
"nuxt": "^2.0.0",
|
|
2246
|
+
"requires": {}
|
|
2247
|
+
}
|
|
1492
2248
|
},
|
|
1493
2249
|
{
|
|
1494
2250
|
"name": "matomo",
|
|
@@ -1504,10 +2260,13 @@
|
|
|
1504
2260
|
"maintainers": [
|
|
1505
2261
|
{
|
|
1506
2262
|
"name": "pimlie",
|
|
1507
|
-
"github": "pimlie"
|
|
1508
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2263
|
+
"github": "pimlie"
|
|
1509
2264
|
}
|
|
1510
|
-
]
|
|
2265
|
+
],
|
|
2266
|
+
"compatibility": {
|
|
2267
|
+
"nuxt": "^2.0.0",
|
|
2268
|
+
"requires": {}
|
|
2269
|
+
}
|
|
1511
2270
|
},
|
|
1512
2271
|
{
|
|
1513
2272
|
"name": "mdx",
|
|
@@ -1524,10 +2283,38 @@
|
|
|
1524
2283
|
{
|
|
1525
2284
|
"name": "Jonathan Bakebwa",
|
|
1526
2285
|
"github": "codebender828",
|
|
1527
|
-
"twitter": "codebender828"
|
|
1528
|
-
|
|
2286
|
+
"twitter": "codebender828"
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"compatibility": {
|
|
2290
|
+
"nuxt": "^2.0.0",
|
|
2291
|
+
"requires": {}
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "meilisearch",
|
|
2296
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2297
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2298
|
+
"npm": "nuxt-meilisearch",
|
|
2299
|
+
"icon": "meilisearch.svg",
|
|
2300
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2301
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2302
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2303
|
+
"category": "Libraries",
|
|
2304
|
+
"type": "3rd-party",
|
|
2305
|
+
"maintainers": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "Alex Duval",
|
|
2308
|
+
"github": "xlanex6",
|
|
2309
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"compatibility": {
|
|
2313
|
+
"nuxt": "^3.0.0",
|
|
2314
|
+
"requires": {
|
|
2315
|
+
"bridge": false
|
|
1529
2316
|
}
|
|
1530
|
-
|
|
2317
|
+
}
|
|
1531
2318
|
},
|
|
1532
2319
|
{
|
|
1533
2320
|
"name": "memwatch",
|
|
@@ -1543,10 +2330,13 @@
|
|
|
1543
2330
|
"maintainers": [
|
|
1544
2331
|
{
|
|
1545
2332
|
"name": "pimlie",
|
|
1546
|
-
"github": "pimlie"
|
|
1547
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2333
|
+
"github": "pimlie"
|
|
1548
2334
|
}
|
|
1549
|
-
]
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^2.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
1550
2340
|
},
|
|
1551
2341
|
{
|
|
1552
2342
|
"name": "mobile",
|
|
@@ -1562,10 +2352,13 @@
|
|
|
1562
2352
|
"maintainers": [
|
|
1563
2353
|
{
|
|
1564
2354
|
"name": "ChanningDefoe",
|
|
1565
|
-
"github": "ChanningDefoe"
|
|
1566
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2355
|
+
"github": "ChanningDefoe"
|
|
1567
2356
|
}
|
|
1568
|
-
]
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^2.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
1569
2362
|
},
|
|
1570
2363
|
{
|
|
1571
2364
|
"name": "moment",
|
|
@@ -1582,15 +2375,17 @@
|
|
|
1582
2375
|
{
|
|
1583
2376
|
"name": "Pooya Parsa",
|
|
1584
2377
|
"github": "pi0",
|
|
1585
|
-
"twitter": "_pi0_"
|
|
1586
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2378
|
+
"twitter": "_pi0_"
|
|
1587
2379
|
},
|
|
1588
2380
|
{
|
|
1589
2381
|
"name": "Ricardo Gobbo de Souza",
|
|
1590
|
-
"github": "ricardogobbosouza"
|
|
1591
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2382
|
+
"github": "ricardogobbosouza"
|
|
1592
2383
|
}
|
|
1593
|
-
]
|
|
2384
|
+
],
|
|
2385
|
+
"compatibility": {
|
|
2386
|
+
"nuxt": "^2.0.0",
|
|
2387
|
+
"requires": {}
|
|
2388
|
+
}
|
|
1594
2389
|
},
|
|
1595
2390
|
{
|
|
1596
2391
|
"name": "mq",
|
|
@@ -1606,10 +2401,13 @@
|
|
|
1606
2401
|
"maintainers": [
|
|
1607
2402
|
{
|
|
1608
2403
|
"name": "vanhoofmaarten",
|
|
1609
|
-
"github": "vanhoofmaarten"
|
|
1610
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2404
|
+
"github": "vanhoofmaarten"
|
|
1611
2405
|
}
|
|
1612
|
-
]
|
|
2406
|
+
],
|
|
2407
|
+
"compatibility": {
|
|
2408
|
+
"nuxt": "^2.0.0",
|
|
2409
|
+
"requires": {}
|
|
2410
|
+
}
|
|
1613
2411
|
},
|
|
1614
2412
|
{
|
|
1615
2413
|
"name": "neo",
|
|
@@ -1625,10 +2423,13 @@
|
|
|
1625
2423
|
"maintainers": [
|
|
1626
2424
|
{
|
|
1627
2425
|
"name": "ezypeeze",
|
|
1628
|
-
"github": "ezypeeze"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2426
|
+
"github": "ezypeeze"
|
|
1630
2427
|
}
|
|
1631
|
-
]
|
|
2428
|
+
],
|
|
2429
|
+
"compatibility": {
|
|
2430
|
+
"nuxt": "^2.0.0",
|
|
2431
|
+
"requires": {}
|
|
2432
|
+
}
|
|
1632
2433
|
},
|
|
1633
2434
|
{
|
|
1634
2435
|
"name": "netlify-cache",
|
|
@@ -1644,10 +2445,13 @@
|
|
|
1644
2445
|
"maintainers": [
|
|
1645
2446
|
{
|
|
1646
2447
|
"name": "DreaMinder",
|
|
1647
|
-
"github": "DreaMinder"
|
|
1648
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2448
|
+
"github": "DreaMinder"
|
|
1649
2449
|
}
|
|
1650
|
-
]
|
|
2450
|
+
],
|
|
2451
|
+
"compatibility": {
|
|
2452
|
+
"nuxt": "^2.0.0",
|
|
2453
|
+
"requires": {}
|
|
2454
|
+
}
|
|
1651
2455
|
},
|
|
1652
2456
|
{
|
|
1653
2457
|
"name": "netlify-files",
|
|
@@ -1664,10 +2468,13 @@
|
|
|
1664
2468
|
{
|
|
1665
2469
|
"name": "Alexander Lichter",
|
|
1666
2470
|
"github": "manniL",
|
|
1667
|
-
"twitter": "TheAlexLichter"
|
|
1668
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2471
|
+
"twitter": "TheAlexLichter"
|
|
1669
2472
|
}
|
|
1670
|
-
]
|
|
2473
|
+
],
|
|
2474
|
+
"compatibility": {
|
|
2475
|
+
"nuxt": "^2.0.0",
|
|
2476
|
+
"requires": {}
|
|
2477
|
+
}
|
|
1671
2478
|
},
|
|
1672
2479
|
{
|
|
1673
2480
|
"name": "netlify",
|
|
@@ -1683,10 +2490,13 @@
|
|
|
1683
2490
|
"maintainers": [
|
|
1684
2491
|
{
|
|
1685
2492
|
"name": "bazzite",
|
|
1686
|
-
"github": "bazzite"
|
|
1687
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2493
|
+
"github": "bazzite"
|
|
1688
2494
|
}
|
|
1689
|
-
]
|
|
2495
|
+
],
|
|
2496
|
+
"compatibility": {
|
|
2497
|
+
"nuxt": "^2.0.0",
|
|
2498
|
+
"requires": {}
|
|
2499
|
+
}
|
|
1690
2500
|
},
|
|
1691
2501
|
{
|
|
1692
2502
|
"name": "ngrok",
|
|
@@ -1703,19 +2513,21 @@
|
|
|
1703
2513
|
{
|
|
1704
2514
|
"name": "Debbie O'Brien",
|
|
1705
2515
|
"github": "debs-obrien",
|
|
1706
|
-
"twitter": "debs_obrien"
|
|
1707
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2516
|
+
"twitter": "debs_obrien"
|
|
1708
2517
|
},
|
|
1709
2518
|
{
|
|
1710
2519
|
"name": "Pooya Parsa",
|
|
1711
2520
|
"github": "pi0",
|
|
1712
|
-
"twitter": "_pi0_"
|
|
1713
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2521
|
+
"twitter": "_pi0_"
|
|
1714
2522
|
}
|
|
1715
|
-
]
|
|
2523
|
+
],
|
|
2524
|
+
"compatibility": {
|
|
2525
|
+
"nuxt": "^2.0.0",
|
|
2526
|
+
"requires": {}
|
|
2527
|
+
}
|
|
1716
2528
|
},
|
|
1717
2529
|
{
|
|
1718
|
-
"name": "
|
|
2530
|
+
"name": "notion",
|
|
1719
2531
|
"description": "Vue renderer for Notion pages",
|
|
1720
2532
|
"repo": "janniks/vue-notion",
|
|
1721
2533
|
"npm": "vue-notion",
|
|
@@ -1728,10 +2540,172 @@
|
|
|
1728
2540
|
"maintainers": [
|
|
1729
2541
|
{
|
|
1730
2542
|
"name": "janniks",
|
|
1731
|
-
"github": "janniks"
|
|
1732
|
-
|
|
2543
|
+
"github": "janniks"
|
|
2544
|
+
}
|
|
2545
|
+
],
|
|
2546
|
+
"compatibility": {
|
|
2547
|
+
"nuxt": "^2.0.0",
|
|
2548
|
+
"requires": {}
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "nuxt-hue",
|
|
2553
|
+
"description": "Enlighten your Nuxt experience",
|
|
2554
|
+
"repo": "lihbr/nuxt-hue",
|
|
2555
|
+
"npm": "nuxt-hue",
|
|
2556
|
+
"icon": "nuxt-hue.svg",
|
|
2557
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2558
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2559
|
+
"learn_more": "",
|
|
2560
|
+
"category": "Devtools",
|
|
2561
|
+
"type": "3rd-party",
|
|
2562
|
+
"maintainers": [
|
|
2563
|
+
{
|
|
2564
|
+
"name": "lihbr",
|
|
2565
|
+
"github": "lihbr"
|
|
2566
|
+
}
|
|
2567
|
+
],
|
|
2568
|
+
"compatibility": {
|
|
2569
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2570
|
+
"requires": {
|
|
2571
|
+
"bridge": "optional"
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "nuxt-pino-log",
|
|
2577
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2578
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2579
|
+
"npm": "nuxt-pino-log",
|
|
2580
|
+
"icon": "",
|
|
2581
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2582
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2583
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2584
|
+
"category": "Monitoring",
|
|
2585
|
+
"type": "3rd-party",
|
|
2586
|
+
"maintainers": [
|
|
2587
|
+
{
|
|
2588
|
+
"name": "kpn",
|
|
2589
|
+
"github": "kpn"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
2593
|
+
"nuxt": "^2.0.0",
|
|
2594
|
+
"requires": {}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "nuxt-png-to-ico",
|
|
2599
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2600
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2601
|
+
"npm": "nuxt-png-to-ico",
|
|
2602
|
+
"icon": "",
|
|
2603
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2604
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2605
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2606
|
+
"category": "Devtools",
|
|
2607
|
+
"type": "3rd-party",
|
|
2608
|
+
"maintainers": [
|
|
2609
|
+
{
|
|
2610
|
+
"name": "b5710546232",
|
|
2611
|
+
"github": "b5710546232",
|
|
2612
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
1733
2613
|
}
|
|
1734
|
-
]
|
|
2614
|
+
],
|
|
2615
|
+
"compatibility": {
|
|
2616
|
+
"nuxt": "^2.0.0",
|
|
2617
|
+
"requires": {}
|
|
2618
|
+
}
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "nuxt-smartlook",
|
|
2622
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2623
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2624
|
+
"npm": "nuxt-smartlook",
|
|
2625
|
+
"icon": "nuxt-smartlook.png",
|
|
2626
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2627
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2628
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2629
|
+
"category": "Analytics",
|
|
2630
|
+
"type": "3rd-party",
|
|
2631
|
+
"maintainers": [
|
|
2632
|
+
{
|
|
2633
|
+
"name": "Milan Sulc",
|
|
2634
|
+
"github": "f3l1x",
|
|
2635
|
+
"twitter": "xf3l1x",
|
|
2636
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
"compatibility": {
|
|
2640
|
+
"nuxt": "^2.0.0",
|
|
2641
|
+
"requires": {}
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "nuxt-svgo",
|
|
2646
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2647
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2648
|
+
"npm": "nuxt-svgo",
|
|
2649
|
+
"icon": "",
|
|
2650
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2651
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2652
|
+
"learn_more": "",
|
|
2653
|
+
"category": "Images",
|
|
2654
|
+
"type": "3rd-party",
|
|
2655
|
+
"maintainers": [
|
|
2656
|
+
{
|
|
2657
|
+
"name": "cpsoinos",
|
|
2658
|
+
"github": "cpsoinos"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^3.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "nuxt-unleash",
|
|
2668
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2669
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2670
|
+
"npm": "nuxt-unleash",
|
|
2671
|
+
"icon": "nuxt-unleash.svg",
|
|
2672
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2673
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2674
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2675
|
+
"category": "Deployment",
|
|
2676
|
+
"type": "3rd-party",
|
|
2677
|
+
"maintainers": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "Juanjo Conejerock",
|
|
2680
|
+
"github": "conejerock"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^2.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-use-motion",
|
|
2690
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2691
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2692
|
+
"npm": "nuxt-use-motion",
|
|
2693
|
+
"icon": "nuxt-use-motion.svg",
|
|
2694
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2695
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2696
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2697
|
+
"category": "Libraries",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "Tahul",
|
|
2702
|
+
"github": "Tahul"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"compatibility": {
|
|
2706
|
+
"nuxt": "^2.0.0",
|
|
2707
|
+
"requires": {}
|
|
2708
|
+
}
|
|
1735
2709
|
},
|
|
1736
2710
|
{
|
|
1737
2711
|
"name": "nuxt-use-sound",
|
|
@@ -1741,16 +2715,41 @@
|
|
|
1741
2715
|
"icon": "nuxt-use-sound.svg",
|
|
1742
2716
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
1743
2717
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
1744
|
-
"learn_more": "https://github.com/
|
|
2718
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
1745
2719
|
"category": "Libraries",
|
|
1746
2720
|
"type": "3rd-party",
|
|
1747
2721
|
"maintainers": [
|
|
1748
2722
|
{
|
|
1749
2723
|
"name": "Tahul",
|
|
1750
|
-
"github": "Tahul"
|
|
1751
|
-
|
|
2724
|
+
"github": "Tahul"
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"compatibility": {
|
|
2728
|
+
"nuxt": "^2.0.0",
|
|
2729
|
+
"requires": {}
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "nuxt-viewport",
|
|
2734
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2735
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2736
|
+
"npm": "nuxt-viewport",
|
|
2737
|
+
"icon": "nuxt-viewport.svg",
|
|
2738
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2739
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2740
|
+
"learn_more": "",
|
|
2741
|
+
"category": "Extensions",
|
|
2742
|
+
"type": "3rd-party",
|
|
2743
|
+
"maintainers": [
|
|
2744
|
+
{
|
|
2745
|
+
"name": "mvrlin",
|
|
2746
|
+
"github": "mvrlin"
|
|
1752
2747
|
}
|
|
1753
|
-
]
|
|
2748
|
+
],
|
|
2749
|
+
"compatibility": {
|
|
2750
|
+
"nuxt": "^2.0.0",
|
|
2751
|
+
"requires": {}
|
|
2752
|
+
}
|
|
1754
2753
|
},
|
|
1755
2754
|
{
|
|
1756
2755
|
"name": "nuxt7",
|
|
@@ -1767,10 +2766,13 @@
|
|
|
1767
2766
|
{
|
|
1768
2767
|
"name": "Pooya Parsa",
|
|
1769
2768
|
"github": "pi0",
|
|
1770
|
-
"twitter": "_pi0_"
|
|
1771
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2769
|
+
"twitter": "_pi0_"
|
|
1772
2770
|
}
|
|
1773
|
-
]
|
|
2771
|
+
],
|
|
2772
|
+
"compatibility": {
|
|
2773
|
+
"nuxt": "^2.0.0",
|
|
2774
|
+
"requires": {}
|
|
2775
|
+
}
|
|
1774
2776
|
},
|
|
1775
2777
|
{
|
|
1776
2778
|
"name": "onesignal",
|
|
@@ -1787,10 +2789,13 @@
|
|
|
1787
2789
|
{
|
|
1788
2790
|
"name": "Pooya Parsa",
|
|
1789
2791
|
"github": "pi0",
|
|
1790
|
-
"twitter": "_pi0_"
|
|
1791
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2792
|
+
"twitter": "_pi0_"
|
|
1792
2793
|
}
|
|
1793
|
-
]
|
|
2794
|
+
],
|
|
2795
|
+
"compatibility": {
|
|
2796
|
+
"nuxt": "^2.0.0",
|
|
2797
|
+
"requires": {}
|
|
2798
|
+
}
|
|
1794
2799
|
},
|
|
1795
2800
|
{
|
|
1796
2801
|
"name": "optimized-images",
|
|
@@ -1807,10 +2812,13 @@
|
|
|
1807
2812
|
{
|
|
1808
2813
|
"name": "Julio Marquez",
|
|
1809
2814
|
"github": "juliomrqz",
|
|
1810
|
-
"twitter": "juliomrqz"
|
|
1811
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2815
|
+
"twitter": "juliomrqz"
|
|
1812
2816
|
}
|
|
1813
|
-
]
|
|
2817
|
+
],
|
|
2818
|
+
"compatibility": {
|
|
2819
|
+
"nuxt": "^2.0.0",
|
|
2820
|
+
"requires": {}
|
|
2821
|
+
}
|
|
1814
2822
|
},
|
|
1815
2823
|
{
|
|
1816
2824
|
"name": "page-generator-helper",
|
|
@@ -1826,10 +2834,13 @@
|
|
|
1826
2834
|
"maintainers": [
|
|
1827
2835
|
{
|
|
1828
2836
|
"name": "GrabarzUndPartner",
|
|
1829
|
-
"github": "GrabarzUndPartner"
|
|
1830
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2837
|
+
"github": "GrabarzUndPartner"
|
|
1831
2838
|
}
|
|
1832
|
-
]
|
|
2839
|
+
],
|
|
2840
|
+
"compatibility": {
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2843
|
+
}
|
|
1833
2844
|
},
|
|
1834
2845
|
{
|
|
1835
2846
|
"name": "parse",
|
|
@@ -1845,10 +2856,85 @@
|
|
|
1845
2856
|
"maintainers": [
|
|
1846
2857
|
{
|
|
1847
2858
|
"name": "cierrateam",
|
|
1848
|
-
"github": "cierrateam"
|
|
1849
|
-
|
|
2859
|
+
"github": "cierrateam"
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"nuxt": "^2.0.0",
|
|
2864
|
+
"requires": {}
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "partytown",
|
|
2869
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2870
|
+
"repo": "nuxt-community/partytown-module",
|
|
2871
|
+
"npm": "@nuxtjs/partytown",
|
|
2872
|
+
"icon": "partytown.svg",
|
|
2873
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2874
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2875
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2876
|
+
"category": "Performance",
|
|
2877
|
+
"type": "community",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "Daniel Roe",
|
|
2881
|
+
"github": "danielroe",
|
|
2882
|
+
"twitter": "danielcroe"
|
|
1850
2883
|
}
|
|
1851
|
-
]
|
|
2884
|
+
],
|
|
2885
|
+
"compatibility": {
|
|
2886
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2887
|
+
"requires": {
|
|
2888
|
+
"bridge": true
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"name": "persian-datepicker",
|
|
2894
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2895
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2896
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2897
|
+
"icon": "persian-datepicker.svg",
|
|
2898
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2899
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2900
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2901
|
+
"category": "Date",
|
|
2902
|
+
"type": "3rd-party",
|
|
2903
|
+
"maintainers": [
|
|
2904
|
+
{
|
|
2905
|
+
"name": "Alireza Alibeiki",
|
|
2906
|
+
"github": "alireza-ab",
|
|
2907
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2908
|
+
}
|
|
2909
|
+
],
|
|
2910
|
+
"compatibility": {
|
|
2911
|
+
"nuxt": "^2.0.0",
|
|
2912
|
+
"requires": {}
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"name": "pinia",
|
|
2917
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2918
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2919
|
+
"npm": "@pinia/nuxt",
|
|
2920
|
+
"icon": "pinia.svg",
|
|
2921
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2922
|
+
"website": "https://pinia.esm.dev/",
|
|
2923
|
+
"learn_more": "",
|
|
2924
|
+
"category": "Extensions",
|
|
2925
|
+
"type": "3rd-party",
|
|
2926
|
+
"maintainers": [
|
|
2927
|
+
{
|
|
2928
|
+
"name": "posva",
|
|
2929
|
+
"github": "posva"
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"compatibility": {
|
|
2933
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2934
|
+
"requires": {
|
|
2935
|
+
"bridge": "optional"
|
|
2936
|
+
}
|
|
2937
|
+
}
|
|
1852
2938
|
},
|
|
1853
2939
|
{
|
|
1854
2940
|
"name": "plausible",
|
|
@@ -1864,10 +2950,15 @@
|
|
|
1864
2950
|
"maintainers": [
|
|
1865
2951
|
{
|
|
1866
2952
|
"name": "moritzsternemann",
|
|
1867
|
-
"github": "moritzsternemann"
|
|
1868
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
2953
|
+
"github": "moritzsternemann"
|
|
1869
2954
|
}
|
|
1870
|
-
]
|
|
2955
|
+
],
|
|
2956
|
+
"compatibility": {
|
|
2957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2958
|
+
"requires": {
|
|
2959
|
+
"bridge": "optional"
|
|
2960
|
+
}
|
|
2961
|
+
}
|
|
1871
2962
|
},
|
|
1872
2963
|
{
|
|
1873
2964
|
"name": "precompress",
|
|
@@ -1883,10 +2974,13 @@
|
|
|
1883
2974
|
"maintainers": [
|
|
1884
2975
|
{
|
|
1885
2976
|
"name": "frenchrabbit",
|
|
1886
|
-
"github": "frenchrabbit"
|
|
1887
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2977
|
+
"github": "frenchrabbit"
|
|
1888
2978
|
}
|
|
1889
|
-
]
|
|
2979
|
+
],
|
|
2980
|
+
"compatibility": {
|
|
2981
|
+
"nuxt": "^2.0.0",
|
|
2982
|
+
"requires": {}
|
|
2983
|
+
}
|
|
1890
2984
|
},
|
|
1891
2985
|
{
|
|
1892
2986
|
"name": "prismic",
|
|
@@ -1903,21 +2997,22 @@
|
|
|
1903
2997
|
{
|
|
1904
2998
|
"name": "Sébastien Chopin",
|
|
1905
2999
|
"github": "Atinux",
|
|
1906
|
-
"twitter": "Atinux"
|
|
1907
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3000
|
+
"twitter": "Atinux"
|
|
1908
3001
|
},
|
|
1909
3002
|
{
|
|
1910
3003
|
"name": "lihbr",
|
|
1911
3004
|
"github": "lihbr",
|
|
1912
|
-
"twitter": "li_hbr"
|
|
1913
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
3005
|
+
"twitter": "li_hbr"
|
|
1914
3006
|
},
|
|
1915
3007
|
{
|
|
1916
3008
|
"name": "James Pegg",
|
|
1917
|
-
"github": "jamespegg"
|
|
1918
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
3009
|
+
"github": "jamespegg"
|
|
1919
3010
|
}
|
|
1920
|
-
]
|
|
3011
|
+
],
|
|
3012
|
+
"compatibility": {
|
|
3013
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3014
|
+
"requires": {}
|
|
3015
|
+
}
|
|
1921
3016
|
},
|
|
1922
3017
|
{
|
|
1923
3018
|
"name": "protected-mailto",
|
|
@@ -1933,10 +3028,13 @@
|
|
|
1933
3028
|
"maintainers": [
|
|
1934
3029
|
{
|
|
1935
3030
|
"name": "mmoollllee",
|
|
1936
|
-
"github": "mmoollllee"
|
|
1937
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
3031
|
+
"github": "mmoollllee"
|
|
1938
3032
|
}
|
|
1939
|
-
]
|
|
3033
|
+
],
|
|
3034
|
+
"compatibility": {
|
|
3035
|
+
"nuxt": "^2.0.0",
|
|
3036
|
+
"requires": {}
|
|
3037
|
+
}
|
|
1940
3038
|
},
|
|
1941
3039
|
{
|
|
1942
3040
|
"name": "proxy",
|
|
@@ -1953,10 +3051,13 @@
|
|
|
1953
3051
|
{
|
|
1954
3052
|
"name": "Pooya Parsa",
|
|
1955
3053
|
"github": "pi0",
|
|
1956
|
-
"twitter": "_pi0_"
|
|
1957
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3054
|
+
"twitter": "_pi0_"
|
|
1958
3055
|
}
|
|
1959
|
-
]
|
|
3056
|
+
],
|
|
3057
|
+
"compatibility": {
|
|
3058
|
+
"nuxt": "^2.0.0",
|
|
3059
|
+
"requires": {}
|
|
3060
|
+
}
|
|
1960
3061
|
},
|
|
1961
3062
|
{
|
|
1962
3063
|
"name": "prune-html",
|
|
@@ -1971,11 +3072,15 @@
|
|
|
1971
3072
|
"type": "3rd-party",
|
|
1972
3073
|
"maintainers": [
|
|
1973
3074
|
{
|
|
1974
|
-
"name": "
|
|
3075
|
+
"name": "Luca Iaconelli",
|
|
1975
3076
|
"github": "LuXDAmore",
|
|
1976
|
-
"
|
|
3077
|
+
"twitter": "luxdamore"
|
|
1977
3078
|
}
|
|
1978
|
-
]
|
|
3079
|
+
],
|
|
3080
|
+
"compatibility": {
|
|
3081
|
+
"nuxt": "^2.0.0",
|
|
3082
|
+
"requires": {}
|
|
3083
|
+
}
|
|
1979
3084
|
},
|
|
1980
3085
|
{
|
|
1981
3086
|
"name": "purgecss",
|
|
@@ -1991,14 +3096,17 @@
|
|
|
1991
3096
|
"maintainers": [
|
|
1992
3097
|
{
|
|
1993
3098
|
"name": "Developmint",
|
|
1994
|
-
"github": "Developmint"
|
|
1995
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3099
|
+
"github": "Developmint"
|
|
1996
3100
|
}
|
|
1997
|
-
]
|
|
3101
|
+
],
|
|
3102
|
+
"compatibility": {
|
|
3103
|
+
"nuxt": "^2.0.0",
|
|
3104
|
+
"requires": {}
|
|
3105
|
+
}
|
|
1998
3106
|
},
|
|
1999
3107
|
{
|
|
2000
3108
|
"name": "pwa",
|
|
2001
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3109
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2002
3110
|
"repo": "nuxt-community/pwa-module",
|
|
2003
3111
|
"npm": "@nuxtjs/pwa",
|
|
2004
3112
|
"icon": "pwa.png",
|
|
@@ -2011,10 +3119,15 @@
|
|
|
2011
3119
|
{
|
|
2012
3120
|
"name": "Pooya Parsa",
|
|
2013
3121
|
"github": "pi0",
|
|
2014
|
-
"twitter": "_pi0_"
|
|
2015
|
-
|
|
3122
|
+
"twitter": "_pi0_"
|
|
3123
|
+
}
|
|
3124
|
+
],
|
|
3125
|
+
"compatibility": {
|
|
3126
|
+
"nuxt": "^2.0.0",
|
|
3127
|
+
"requires": {
|
|
3128
|
+
"bridge": "optional"
|
|
2016
3129
|
}
|
|
2017
|
-
|
|
3130
|
+
}
|
|
2018
3131
|
},
|
|
2019
3132
|
{
|
|
2020
3133
|
"name": "python",
|
|
@@ -2030,10 +3143,13 @@
|
|
|
2030
3143
|
"maintainers": [
|
|
2031
3144
|
{
|
|
2032
3145
|
"name": "Sebastian Silva",
|
|
2033
|
-
"github": "icarito"
|
|
2034
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3146
|
+
"github": "icarito"
|
|
2035
3147
|
}
|
|
2036
|
-
]
|
|
3148
|
+
],
|
|
3149
|
+
"compatibility": {
|
|
3150
|
+
"nuxt": "^2.0.0",
|
|
3151
|
+
"requires": {}
|
|
3152
|
+
}
|
|
2037
3153
|
},
|
|
2038
3154
|
{
|
|
2039
3155
|
"name": "recaptcha",
|
|
@@ -2049,10 +3165,13 @@
|
|
|
2049
3165
|
"maintainers": [
|
|
2050
3166
|
{
|
|
2051
3167
|
"name": "mvrlin",
|
|
2052
|
-
"github": "mvrlin"
|
|
2053
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3168
|
+
"github": "mvrlin"
|
|
2054
3169
|
}
|
|
2055
|
-
]
|
|
3170
|
+
],
|
|
3171
|
+
"compatibility": {
|
|
3172
|
+
"nuxt": "^2.0.0",
|
|
3173
|
+
"requires": {}
|
|
3174
|
+
}
|
|
2056
3175
|
},
|
|
2057
3176
|
{
|
|
2058
3177
|
"name": "redirect",
|
|
@@ -2069,10 +3188,13 @@
|
|
|
2069
3188
|
{
|
|
2070
3189
|
"name": "Alexander Lichter",
|
|
2071
3190
|
"github": "manniL",
|
|
2072
|
-
"twitter": "TheAlexLichter"
|
|
2073
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3191
|
+
"twitter": "TheAlexLichter"
|
|
2074
3192
|
}
|
|
2075
|
-
]
|
|
3193
|
+
],
|
|
3194
|
+
"compatibility": {
|
|
3195
|
+
"nuxt": "^2.0.0",
|
|
3196
|
+
"requires": {}
|
|
3197
|
+
}
|
|
2076
3198
|
},
|
|
2077
3199
|
{
|
|
2078
3200
|
"name": "rfg-icon",
|
|
@@ -2088,10 +3210,13 @@
|
|
|
2088
3210
|
"maintainers": [
|
|
2089
3211
|
{
|
|
2090
3212
|
"name": "pimlie",
|
|
2091
|
-
"github": "pimlie"
|
|
2092
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3213
|
+
"github": "pimlie"
|
|
2093
3214
|
}
|
|
2094
|
-
]
|
|
3215
|
+
],
|
|
3216
|
+
"compatibility": {
|
|
3217
|
+
"nuxt": "^2.0.0",
|
|
3218
|
+
"requires": {}
|
|
3219
|
+
}
|
|
2095
3220
|
},
|
|
2096
3221
|
{
|
|
2097
3222
|
"name": "robots",
|
|
@@ -2107,10 +3232,13 @@
|
|
|
2107
3232
|
"maintainers": [
|
|
2108
3233
|
{
|
|
2109
3234
|
"name": "Ricardo Gobbo de Souza",
|
|
2110
|
-
"github": "ricardogobbosouza"
|
|
2111
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3235
|
+
"github": "ricardogobbosouza"
|
|
2112
3236
|
}
|
|
2113
|
-
]
|
|
3237
|
+
],
|
|
3238
|
+
"compatibility": {
|
|
3239
|
+
"nuxt": "^2.0.0",
|
|
3240
|
+
"requires": {}
|
|
3241
|
+
}
|
|
2114
3242
|
},
|
|
2115
3243
|
{
|
|
2116
3244
|
"name": "rollbar",
|
|
@@ -2126,10 +3254,13 @@
|
|
|
2126
3254
|
"maintainers": [
|
|
2127
3255
|
{
|
|
2128
3256
|
"name": "Gaël Reyrol",
|
|
2129
|
-
"github": "gaelreyrol"
|
|
2130
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3257
|
+
"github": "gaelreyrol"
|
|
2131
3258
|
}
|
|
2132
|
-
]
|
|
3259
|
+
],
|
|
3260
|
+
"compatibility": {
|
|
3261
|
+
"nuxt": "^2.0.0",
|
|
3262
|
+
"requires": {}
|
|
3263
|
+
}
|
|
2133
3264
|
},
|
|
2134
3265
|
{
|
|
2135
3266
|
"name": "router-extras",
|
|
@@ -2146,10 +3277,13 @@
|
|
|
2146
3277
|
{
|
|
2147
3278
|
"name": "Ahad Birang",
|
|
2148
3279
|
"github": "farnabaz",
|
|
2149
|
-
"twitter": "a_birang"
|
|
2150
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3280
|
+
"twitter": "a_birang"
|
|
2151
3281
|
}
|
|
2152
|
-
]
|
|
3282
|
+
],
|
|
3283
|
+
"compatibility": {
|
|
3284
|
+
"nuxt": "^2.0.0",
|
|
3285
|
+
"requires": {}
|
|
3286
|
+
}
|
|
2153
3287
|
},
|
|
2154
3288
|
{
|
|
2155
3289
|
"name": "router",
|
|
@@ -2166,14 +3300,17 @@
|
|
|
2166
3300
|
{
|
|
2167
3301
|
"name": "Sébastien Chopin",
|
|
2168
3302
|
"github": "Atinux",
|
|
2169
|
-
"twitter": "Atinux"
|
|
2170
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3303
|
+
"twitter": "Atinux"
|
|
2171
3304
|
}
|
|
2172
|
-
]
|
|
3305
|
+
],
|
|
3306
|
+
"compatibility": {
|
|
3307
|
+
"nuxt": "^2.0.0",
|
|
3308
|
+
"requires": {}
|
|
3309
|
+
}
|
|
2173
3310
|
},
|
|
2174
3311
|
{
|
|
2175
3312
|
"name": "sanity",
|
|
2176
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3313
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2177
3314
|
"repo": "nuxt-community/sanity-module#main",
|
|
2178
3315
|
"npm": "@nuxtjs/sanity",
|
|
2179
3316
|
"icon": "sanity.png",
|
|
@@ -2186,10 +3323,39 @@
|
|
|
2186
3323
|
{
|
|
2187
3324
|
"name": "Daniel Roe",
|
|
2188
3325
|
"github": "danielroe",
|
|
2189
|
-
"twitter": "danielcroe"
|
|
2190
|
-
|
|
3326
|
+
"twitter": "danielcroe"
|
|
3327
|
+
}
|
|
3328
|
+
],
|
|
3329
|
+
"compatibility": {
|
|
3330
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3331
|
+
"requires": {
|
|
3332
|
+
"bridge": "optional"
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "schema-org",
|
|
3338
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3339
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3340
|
+
"npm": "nuxt-schema-org",
|
|
3341
|
+
"icon": "schema-org.svg",
|
|
3342
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3343
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3344
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3345
|
+
"category": "SEO",
|
|
3346
|
+
"type": "3rd-party",
|
|
3347
|
+
"maintainers": [
|
|
3348
|
+
{
|
|
3349
|
+
"name": "Harlan Wilton",
|
|
3350
|
+
"github": "harlan-zw",
|
|
3351
|
+
"twitter": "harlan_zw",
|
|
3352
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2191
3353
|
}
|
|
2192
|
-
]
|
|
3354
|
+
],
|
|
3355
|
+
"compatibility": {
|
|
3356
|
+
"nuxt": "^3.0.0",
|
|
3357
|
+
"requires": {}
|
|
3358
|
+
}
|
|
2193
3359
|
},
|
|
2194
3360
|
{
|
|
2195
3361
|
"name": "scss-to-js",
|
|
@@ -2205,10 +3371,13 @@
|
|
|
2205
3371
|
"maintainers": [
|
|
2206
3372
|
{
|
|
2207
3373
|
"name": "sugoidesune",
|
|
2208
|
-
"github": "sugoidesune"
|
|
2209
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3374
|
+
"github": "sugoidesune"
|
|
2210
3375
|
}
|
|
2211
|
-
]
|
|
3376
|
+
],
|
|
3377
|
+
"compatibility": {
|
|
3378
|
+
"nuxt": "^2.0.0",
|
|
3379
|
+
"requires": {}
|
|
3380
|
+
}
|
|
2212
3381
|
},
|
|
2213
3382
|
{
|
|
2214
3383
|
"name": "segment",
|
|
@@ -2224,10 +3393,13 @@
|
|
|
2224
3393
|
"maintainers": [
|
|
2225
3394
|
{
|
|
2226
3395
|
"name": "dansmaculotte",
|
|
2227
|
-
"github": "dansmaculotte"
|
|
2228
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3396
|
+
"github": "dansmaculotte"
|
|
2229
3397
|
}
|
|
2230
|
-
]
|
|
3398
|
+
],
|
|
3399
|
+
"compatibility": {
|
|
3400
|
+
"nuxt": "^2.0.0",
|
|
3401
|
+
"requires": {}
|
|
3402
|
+
}
|
|
2231
3403
|
},
|
|
2232
3404
|
{
|
|
2233
3405
|
"name": "sentry",
|
|
@@ -2243,10 +3415,36 @@
|
|
|
2243
3415
|
"maintainers": [
|
|
2244
3416
|
{
|
|
2245
3417
|
"name": "Rafał Chłodnicki",
|
|
2246
|
-
"github": "rchl"
|
|
2247
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3418
|
+
"github": "rchl"
|
|
2248
3419
|
}
|
|
2249
|
-
]
|
|
3420
|
+
],
|
|
3421
|
+
"compatibility": {
|
|
3422
|
+
"nuxt": "^2.0.0",
|
|
3423
|
+
"requires": {}
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "seo-meta",
|
|
3428
|
+
"description": "Simple generate seo metadata",
|
|
3429
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3430
|
+
"npm": "nuxt-seo-meta",
|
|
3431
|
+
"icon": "",
|
|
3432
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3433
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3434
|
+
"learn_more": "",
|
|
3435
|
+
"category": "SEO",
|
|
3436
|
+
"type": "3rd-party",
|
|
3437
|
+
"maintainers": [
|
|
3438
|
+
{
|
|
3439
|
+
"name": "ihavecoke",
|
|
3440
|
+
"github": "ihavecoke",
|
|
3441
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3442
|
+
}
|
|
3443
|
+
],
|
|
3444
|
+
"compatibility": {
|
|
3445
|
+
"nuxt": "^2.0.0",
|
|
3446
|
+
"requires": {}
|
|
3447
|
+
}
|
|
2250
3448
|
},
|
|
2251
3449
|
{
|
|
2252
3450
|
"name": "seomatic-meta",
|
|
@@ -2262,10 +3460,13 @@
|
|
|
2262
3460
|
"maintainers": [
|
|
2263
3461
|
{
|
|
2264
3462
|
"name": "ben-rogerson",
|
|
2265
|
-
"github": "ben-rogerson"
|
|
2266
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3463
|
+
"github": "ben-rogerson"
|
|
2267
3464
|
}
|
|
2268
|
-
]
|
|
3465
|
+
],
|
|
3466
|
+
"compatibility": {
|
|
3467
|
+
"nuxt": "^2.0.0",
|
|
3468
|
+
"requires": {}
|
|
3469
|
+
}
|
|
2269
3470
|
},
|
|
2270
3471
|
{
|
|
2271
3472
|
"name": "separate-env",
|
|
@@ -2282,10 +3483,13 @@
|
|
|
2282
3483
|
{
|
|
2283
3484
|
"name": "Alexander Lichter",
|
|
2284
3485
|
"github": "manniL",
|
|
2285
|
-
"twitter": "TheAlexLichter"
|
|
2286
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3486
|
+
"twitter": "TheAlexLichter"
|
|
2287
3487
|
}
|
|
2288
|
-
]
|
|
3488
|
+
],
|
|
3489
|
+
"compatibility": {
|
|
3490
|
+
"nuxt": "^2.0.0",
|
|
3491
|
+
"requires": {}
|
|
3492
|
+
}
|
|
2289
3493
|
},
|
|
2290
3494
|
{
|
|
2291
3495
|
"name": "shopify",
|
|
@@ -2301,10 +3505,13 @@
|
|
|
2301
3505
|
"maintainers": [
|
|
2302
3506
|
{
|
|
2303
3507
|
"name": "Gomah",
|
|
2304
|
-
"github": "Gomah"
|
|
2305
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3508
|
+
"github": "Gomah"
|
|
2306
3509
|
}
|
|
2307
|
-
]
|
|
3510
|
+
],
|
|
3511
|
+
"compatibility": {
|
|
3512
|
+
"nuxt": "^2.0.0",
|
|
3513
|
+
"requires": {}
|
|
3514
|
+
}
|
|
2308
3515
|
},
|
|
2309
3516
|
{
|
|
2310
3517
|
"name": "simple-line-icons",
|
|
@@ -2320,10 +3527,13 @@
|
|
|
2320
3527
|
"maintainers": [
|
|
2321
3528
|
{
|
|
2322
3529
|
"name": "vaso2",
|
|
2323
|
-
"github": "vaso2"
|
|
2324
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3530
|
+
"github": "vaso2"
|
|
2325
3531
|
}
|
|
2326
|
-
]
|
|
3532
|
+
],
|
|
3533
|
+
"compatibility": {
|
|
3534
|
+
"nuxt": "^2.0.0",
|
|
3535
|
+
"requires": {}
|
|
3536
|
+
}
|
|
2327
3537
|
},
|
|
2328
3538
|
{
|
|
2329
3539
|
"name": "sitemap",
|
|
@@ -2340,10 +3550,36 @@
|
|
|
2340
3550
|
{
|
|
2341
3551
|
"name": "Nicolas PENNEC",
|
|
2342
3552
|
"github": "NicoPennec",
|
|
2343
|
-
"twitter": "NicoPennec"
|
|
2344
|
-
|
|
3553
|
+
"twitter": "NicoPennec"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"compatibility": {
|
|
3557
|
+
"nuxt": "^2.0.0",
|
|
3558
|
+
"requires": {}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"name": "snipcart",
|
|
3563
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3564
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3565
|
+
"npm": "@nuxtjs/snipcart",
|
|
3566
|
+
"icon": "snipcart.png",
|
|
3567
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3568
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3569
|
+
"learn_more": "",
|
|
3570
|
+
"category": "Payment",
|
|
3571
|
+
"type": "community",
|
|
3572
|
+
"maintainers": [
|
|
3573
|
+
{
|
|
3574
|
+
"name": "Florent GIRAUD",
|
|
3575
|
+
"github": "f3ltron",
|
|
3576
|
+
"twitter": "giraud_florent"
|
|
2345
3577
|
}
|
|
2346
|
-
]
|
|
3578
|
+
],
|
|
3579
|
+
"compatibility": {
|
|
3580
|
+
"nuxt": "^2.0.0",
|
|
3581
|
+
"requires": {}
|
|
3582
|
+
}
|
|
2347
3583
|
},
|
|
2348
3584
|
{
|
|
2349
3585
|
"name": "social-meta",
|
|
@@ -2359,10 +3595,13 @@
|
|
|
2359
3595
|
"maintainers": [
|
|
2360
3596
|
{
|
|
2361
3597
|
"name": "AlekseyPleshkov",
|
|
2362
|
-
"github": "AlekseyPleshkov"
|
|
2363
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3598
|
+
"github": "AlekseyPleshkov"
|
|
2364
3599
|
}
|
|
2365
|
-
]
|
|
3600
|
+
],
|
|
3601
|
+
"compatibility": {
|
|
3602
|
+
"nuxt": "^2.0.0",
|
|
3603
|
+
"requires": {}
|
|
3604
|
+
}
|
|
2366
3605
|
},
|
|
2367
3606
|
{
|
|
2368
3607
|
"name": "socket-io",
|
|
@@ -2378,10 +3617,13 @@
|
|
|
2378
3617
|
"maintainers": [
|
|
2379
3618
|
{
|
|
2380
3619
|
"name": "richardeschloss",
|
|
2381
|
-
"github": "richardeschloss"
|
|
2382
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3620
|
+
"github": "richardeschloss"
|
|
2383
3621
|
}
|
|
2384
|
-
]
|
|
3622
|
+
],
|
|
3623
|
+
"compatibility": {
|
|
3624
|
+
"nuxt": "^2.0.0",
|
|
3625
|
+
"requires": {}
|
|
3626
|
+
}
|
|
2385
3627
|
},
|
|
2386
3628
|
{
|
|
2387
3629
|
"name": "speedcurve",
|
|
@@ -2398,10 +3640,46 @@
|
|
|
2398
3640
|
{
|
|
2399
3641
|
"name": "Josh Deltener",
|
|
2400
3642
|
"github": "hecktarzuli",
|
|
2401
|
-
"twitter": "JoshDeltener"
|
|
2402
|
-
|
|
3643
|
+
"twitter": "JoshDeltener"
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"compatibility": {
|
|
3647
|
+
"nuxt": "^2.0.0",
|
|
3648
|
+
"requires": {}
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "speedkit",
|
|
3653
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3654
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3655
|
+
"npm": "nuxt-speedkit",
|
|
3656
|
+
"icon": "speedkit.png",
|
|
3657
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3658
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3659
|
+
"learn_more": "",
|
|
3660
|
+
"category": "Performance",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "Stephan Gerbeth",
|
|
3665
|
+
"github": "StephanGerbeth",
|
|
3666
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"name": "Thorn Walli",
|
|
3670
|
+
"github": "ThornWalli",
|
|
3671
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "Grabarz & Partner",
|
|
3675
|
+
"github": "GrabarzUndPartner",
|
|
3676
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2403
3677
|
}
|
|
2404
|
-
]
|
|
3678
|
+
],
|
|
3679
|
+
"compatibility": {
|
|
3680
|
+
"nuxt": "^2.0.0",
|
|
3681
|
+
"requires": {}
|
|
3682
|
+
}
|
|
2405
3683
|
},
|
|
2406
3684
|
{
|
|
2407
3685
|
"name": "storage",
|
|
@@ -2417,10 +3695,35 @@
|
|
|
2417
3695
|
"maintainers": [
|
|
2418
3696
|
{
|
|
2419
3697
|
"name": "mazipan",
|
|
2420
|
-
"github": "mazipan"
|
|
2421
|
-
|
|
3698
|
+
"github": "mazipan"
|
|
3699
|
+
}
|
|
3700
|
+
],
|
|
3701
|
+
"compatibility": {
|
|
3702
|
+
"nuxt": "^2.0.0",
|
|
3703
|
+
"requires": {}
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"name": "storefront-ui",
|
|
3708
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3709
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3710
|
+
"npm": "@storefront-ui/nuxt",
|
|
3711
|
+
"icon": "storefront-ui.svg",
|
|
3712
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3713
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3714
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3715
|
+
"category": "UI",
|
|
3716
|
+
"type": "3rd-party",
|
|
3717
|
+
"maintainers": [
|
|
3718
|
+
{
|
|
3719
|
+
"name": "Jakub Andrzejewski",
|
|
3720
|
+
"github": "Baroshem"
|
|
2422
3721
|
}
|
|
2423
|
-
]
|
|
3722
|
+
],
|
|
3723
|
+
"compatibility": {
|
|
3724
|
+
"nuxt": "^2.0.0",
|
|
3725
|
+
"requires": {}
|
|
3726
|
+
}
|
|
2424
3727
|
},
|
|
2425
3728
|
{
|
|
2426
3729
|
"name": "stories",
|
|
@@ -2436,16 +3739,19 @@
|
|
|
2436
3739
|
"maintainers": [
|
|
2437
3740
|
{
|
|
2438
3741
|
"name": "richardeschloss",
|
|
2439
|
-
"github": "richardeschloss"
|
|
2440
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3742
|
+
"github": "richardeschloss"
|
|
2441
3743
|
}
|
|
2442
|
-
]
|
|
3744
|
+
],
|
|
3745
|
+
"compatibility": {
|
|
3746
|
+
"nuxt": "^2.0.0",
|
|
3747
|
+
"requires": {}
|
|
3748
|
+
}
|
|
2443
3749
|
},
|
|
2444
3750
|
{
|
|
2445
3751
|
"name": "storyblok",
|
|
2446
3752
|
"description": "Storyblok Nuxt.js module",
|
|
2447
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2448
|
-
"npm": "storyblok
|
|
3753
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3754
|
+
"npm": "@storyblok/nuxt",
|
|
2449
3755
|
"icon": "storyblok.png",
|
|
2450
3756
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2451
3757
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2455,10 +3761,13 @@
|
|
|
2455
3761
|
"maintainers": [
|
|
2456
3762
|
{
|
|
2457
3763
|
"name": "storyblok",
|
|
2458
|
-
"github": "storyblok"
|
|
2459
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3764
|
+
"github": "storyblok"
|
|
2460
3765
|
}
|
|
2461
|
-
]
|
|
3766
|
+
],
|
|
3767
|
+
"compatibility": {
|
|
3768
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3769
|
+
"requires": {}
|
|
3770
|
+
}
|
|
2462
3771
|
},
|
|
2463
3772
|
{
|
|
2464
3773
|
"name": "storybook",
|
|
@@ -2475,16 +3784,20 @@
|
|
|
2475
3784
|
{
|
|
2476
3785
|
"name": "Ahad Birang",
|
|
2477
3786
|
"github": "farnabaz",
|
|
2478
|
-
"twitter": "a_birang"
|
|
2479
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3787
|
+
"twitter": "a_birang"
|
|
2480
3788
|
},
|
|
2481
3789
|
{
|
|
2482
3790
|
"name": "Pooya Parsa",
|
|
2483
3791
|
"github": "pi0",
|
|
2484
|
-
"twitter": "_pi0_"
|
|
2485
|
-
|
|
3792
|
+
"twitter": "_pi0_"
|
|
3793
|
+
}
|
|
3794
|
+
],
|
|
3795
|
+
"compatibility": {
|
|
3796
|
+
"nuxt": "^2.0.0",
|
|
3797
|
+
"requires": {
|
|
3798
|
+
"bridge": "optional"
|
|
2486
3799
|
}
|
|
2487
|
-
|
|
3800
|
+
}
|
|
2488
3801
|
},
|
|
2489
3802
|
{
|
|
2490
3803
|
"name": "strapi",
|
|
@@ -2501,16 +3814,20 @@
|
|
|
2501
3814
|
{
|
|
2502
3815
|
"name": "Benjamin Canac",
|
|
2503
3816
|
"github": "benjamincanac",
|
|
2504
|
-
"twitter": "benjamincanac"
|
|
2505
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3817
|
+
"twitter": "benjamincanac"
|
|
2506
3818
|
},
|
|
2507
3819
|
{
|
|
2508
3820
|
"name": "Sébastien Chopin",
|
|
2509
3821
|
"github": "Atinux",
|
|
2510
|
-
"twitter": "Atinux"
|
|
2511
|
-
|
|
3822
|
+
"twitter": "Atinux"
|
|
3823
|
+
}
|
|
3824
|
+
],
|
|
3825
|
+
"compatibility": {
|
|
3826
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3827
|
+
"requires": {
|
|
3828
|
+
"bridge": true
|
|
2512
3829
|
}
|
|
2513
|
-
|
|
3830
|
+
}
|
|
2514
3831
|
},
|
|
2515
3832
|
{
|
|
2516
3833
|
"name": "stripe",
|
|
@@ -2526,10 +3843,13 @@
|
|
|
2526
3843
|
"maintainers": [
|
|
2527
3844
|
{
|
|
2528
3845
|
"name": "WilliamDASILVA",
|
|
2529
|
-
"github": "WilliamDASILVA"
|
|
2530
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3846
|
+
"github": "WilliamDASILVA"
|
|
2531
3847
|
}
|
|
2532
|
-
]
|
|
3848
|
+
],
|
|
3849
|
+
"compatibility": {
|
|
3850
|
+
"nuxt": "^2.0.0",
|
|
3851
|
+
"requires": {}
|
|
3852
|
+
}
|
|
2533
3853
|
},
|
|
2534
3854
|
{
|
|
2535
3855
|
"name": "style-resources",
|
|
@@ -2546,10 +3866,13 @@
|
|
|
2546
3866
|
{
|
|
2547
3867
|
"name": "Alexander Lichter",
|
|
2548
3868
|
"github": "manniL",
|
|
2549
|
-
"twitter": "TheAlexLichter"
|
|
2550
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3869
|
+
"twitter": "TheAlexLichter"
|
|
2551
3870
|
}
|
|
2552
|
-
]
|
|
3871
|
+
],
|
|
3872
|
+
"compatibility": {
|
|
3873
|
+
"nuxt": "^2.0.0",
|
|
3874
|
+
"requires": {}
|
|
3875
|
+
}
|
|
2553
3876
|
},
|
|
2554
3877
|
{
|
|
2555
3878
|
"name": "stylelint",
|
|
@@ -2565,10 +3888,69 @@
|
|
|
2565
3888
|
"maintainers": [
|
|
2566
3889
|
{
|
|
2567
3890
|
"name": "Ricardo Gobbo de Souza",
|
|
2568
|
-
"github": "ricardogobbosouza"
|
|
2569
|
-
|
|
3891
|
+
"github": "ricardogobbosouza"
|
|
3892
|
+
}
|
|
3893
|
+
],
|
|
3894
|
+
"compatibility": {
|
|
3895
|
+
"nuxt": "^2.0.0",
|
|
3896
|
+
"requires": {}
|
|
3897
|
+
}
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"name": "stylify",
|
|
3901
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3902
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3903
|
+
"npm": "@stylify/nuxt",
|
|
3904
|
+
"icon": "stylify.svg",
|
|
3905
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3906
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3907
|
+
"learn_more": "https://stylifycss.com",
|
|
3908
|
+
"category": "UI",
|
|
3909
|
+
"type": "3rd-party",
|
|
3910
|
+
"maintainers": [
|
|
3911
|
+
{
|
|
3912
|
+
"name": "Vladimír Macháček",
|
|
3913
|
+
"github": "Machy8",
|
|
3914
|
+
"twitter": "8machy"
|
|
3915
|
+
}
|
|
3916
|
+
],
|
|
3917
|
+
"compatibility": {
|
|
3918
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3919
|
+
"requires": {}
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"name": "supabase",
|
|
3924
|
+
"description": "First class integration with Supabase",
|
|
3925
|
+
"repo": "nuxt-community/supabase-module",
|
|
3926
|
+
"npm": "@nuxtjs/supabase",
|
|
3927
|
+
"icon": "supabase.png",
|
|
3928
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3929
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3930
|
+
"learn_more": "https://supabase.com",
|
|
3931
|
+
"category": "Database",
|
|
3932
|
+
"type": "community",
|
|
3933
|
+
"maintainers": [
|
|
3934
|
+
{
|
|
3935
|
+
"name": "Baptiste Leproux",
|
|
3936
|
+
"github": "larbish",
|
|
3937
|
+
"twitter": "baptistelprx"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "Sebastien Chopin",
|
|
3941
|
+
"github": "Atinux",
|
|
3942
|
+
"twitter": "Atinux"
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"name": "Scott Robertson",
|
|
3946
|
+
"github": "scottrobertson",
|
|
3947
|
+
"twitter": "scottymeuk"
|
|
2570
3948
|
}
|
|
2571
|
-
]
|
|
3949
|
+
],
|
|
3950
|
+
"compatibility": {
|
|
3951
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3952
|
+
"requires": {}
|
|
3953
|
+
}
|
|
2572
3954
|
},
|
|
2573
3955
|
{
|
|
2574
3956
|
"name": "svg-loader",
|
|
@@ -2584,10 +3966,13 @@
|
|
|
2584
3966
|
"maintainers": [
|
|
2585
3967
|
{
|
|
2586
3968
|
"name": "Developmint",
|
|
2587
|
-
"github": "Developmint"
|
|
2588
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3969
|
+
"github": "Developmint"
|
|
2589
3970
|
}
|
|
2590
|
-
]
|
|
3971
|
+
],
|
|
3972
|
+
"compatibility": {
|
|
3973
|
+
"nuxt": "^2.0.0",
|
|
3974
|
+
"requires": {}
|
|
3975
|
+
}
|
|
2591
3976
|
},
|
|
2592
3977
|
{
|
|
2593
3978
|
"name": "svg-sprite",
|
|
@@ -2604,10 +3989,13 @@
|
|
|
2604
3989
|
{
|
|
2605
3990
|
"name": "Ahad Birang",
|
|
2606
3991
|
"github": "farnabaz",
|
|
2607
|
-
"twitter": "a_birang"
|
|
2608
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3992
|
+
"twitter": "a_birang"
|
|
2609
3993
|
}
|
|
2610
|
-
]
|
|
3994
|
+
],
|
|
3995
|
+
"compatibility": {
|
|
3996
|
+
"nuxt": "^2.0.0",
|
|
3997
|
+
"requires": {}
|
|
3998
|
+
}
|
|
2611
3999
|
},
|
|
2612
4000
|
{
|
|
2613
4001
|
"name": "svg",
|
|
@@ -2623,10 +4011,13 @@
|
|
|
2623
4011
|
"maintainers": [
|
|
2624
4012
|
{
|
|
2625
4013
|
"name": "Sam Holmes",
|
|
2626
|
-
"github": "sam3d"
|
|
2627
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
4014
|
+
"github": "sam3d"
|
|
2628
4015
|
}
|
|
2629
|
-
]
|
|
4016
|
+
],
|
|
4017
|
+
"compatibility": {
|
|
4018
|
+
"nuxt": "^2.0.0",
|
|
4019
|
+
"requires": {}
|
|
4020
|
+
}
|
|
2630
4021
|
},
|
|
2631
4022
|
{
|
|
2632
4023
|
"name": "sweetalert2",
|
|
@@ -2642,10 +4033,13 @@
|
|
|
2642
4033
|
"maintainers": [
|
|
2643
4034
|
{
|
|
2644
4035
|
"name": "ImreC",
|
|
2645
|
-
"github": "ImreC"
|
|
2646
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
4036
|
+
"github": "ImreC"
|
|
2647
4037
|
}
|
|
2648
|
-
]
|
|
4038
|
+
],
|
|
4039
|
+
"compatibility": {
|
|
4040
|
+
"nuxt": "^2.0.0",
|
|
4041
|
+
"requires": {}
|
|
4042
|
+
}
|
|
2649
4043
|
},
|
|
2650
4044
|
{
|
|
2651
4045
|
"name": "tailwindcss",
|
|
@@ -2662,10 +4056,36 @@
|
|
|
2662
4056
|
{
|
|
2663
4057
|
"name": "Sébastien Chopin",
|
|
2664
4058
|
"github": "Atinux",
|
|
2665
|
-
"twitter": "Atinux"
|
|
2666
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4059
|
+
"twitter": "Atinux"
|
|
2667
4060
|
}
|
|
2668
|
-
]
|
|
4061
|
+
],
|
|
4062
|
+
"compatibility": {
|
|
4063
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4064
|
+
"requires": {}
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"name": "tiktok-analytics",
|
|
4069
|
+
"description": "",
|
|
4070
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4071
|
+
"npm": "tiktok-analytics",
|
|
4072
|
+
"icon": "",
|
|
4073
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4074
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4075
|
+
"learn_more": "",
|
|
4076
|
+
"category": "Analytics",
|
|
4077
|
+
"type": "3rd-party",
|
|
4078
|
+
"maintainers": [
|
|
4079
|
+
{
|
|
4080
|
+
"name": "stickpro",
|
|
4081
|
+
"github": "stickpro",
|
|
4082
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4085
|
+
"compatibility": {
|
|
4086
|
+
"nuxt": "^2.0.0",
|
|
4087
|
+
"requires": {}
|
|
4088
|
+
}
|
|
2669
4089
|
},
|
|
2670
4090
|
{
|
|
2671
4091
|
"name": "toast",
|
|
@@ -2673,8 +4093,8 @@
|
|
|
2673
4093
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2674
4094
|
"npm": "@nuxtjs/toast",
|
|
2675
4095
|
"icon": "",
|
|
2676
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2677
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4096
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4097
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2678
4098
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2679
4099
|
"category": "Libraries",
|
|
2680
4100
|
"type": "community",
|
|
@@ -2682,10 +4102,70 @@
|
|
|
2682
4102
|
{
|
|
2683
4103
|
"name": "Pooya Parsa",
|
|
2684
4104
|
"github": "pi0",
|
|
2685
|
-
"twitter": "_pi0_"
|
|
2686
|
-
|
|
4105
|
+
"twitter": "_pi0_"
|
|
4106
|
+
}
|
|
4107
|
+
],
|
|
4108
|
+
"compatibility": {
|
|
4109
|
+
"nuxt": "^2.0.0",
|
|
4110
|
+
"requires": {}
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "twa",
|
|
4115
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4116
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4117
|
+
"npm": "nuxt-twa",
|
|
4118
|
+
"icon": "",
|
|
4119
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4120
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4121
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4122
|
+
"category": "Performance",
|
|
4123
|
+
"type": "3rd-party",
|
|
4124
|
+
"maintainers": [
|
|
4125
|
+
{
|
|
4126
|
+
"name": "Nicolas Perraut",
|
|
4127
|
+
"github": "tuarrep"
|
|
4128
|
+
}
|
|
4129
|
+
],
|
|
4130
|
+
"compatibility": {
|
|
4131
|
+
"nuxt": "^2.0.0",
|
|
4132
|
+
"requires": {
|
|
4133
|
+
"bridge": "optional"
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "twicpics",
|
|
4139
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4140
|
+
"repo": "TwicPics/components",
|
|
4141
|
+
"npm": "@twicpics/components",
|
|
4142
|
+
"icon": "twicpics.svg",
|
|
4143
|
+
"github": "https://github.com/TwicPics/components",
|
|
4144
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4145
|
+
"learn_more": "https://www.twicpics.com",
|
|
4146
|
+
"category": "Images",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Florent Bourgeois",
|
|
4151
|
+
"github": "florentb",
|
|
4152
|
+
"twitter": "florent_b"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "Julian Aubourg",
|
|
4156
|
+
"github": "jaubourg",
|
|
4157
|
+
"twitter": "jaubourg"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "Miguel Beignon",
|
|
4161
|
+
"github": "mbgspcii",
|
|
4162
|
+
"twitter": "m_beignon"
|
|
2687
4163
|
}
|
|
2688
|
-
]
|
|
4164
|
+
],
|
|
4165
|
+
"compatibility": {
|
|
4166
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4167
|
+
"requires": {}
|
|
4168
|
+
}
|
|
2689
4169
|
},
|
|
2690
4170
|
{
|
|
2691
4171
|
"name": "typed-router",
|
|
@@ -2701,10 +4181,38 @@
|
|
|
2701
4181
|
"maintainers": [
|
|
2702
4182
|
{
|
|
2703
4183
|
"name": "victorgarciaesgi",
|
|
2704
|
-
"github": "victorgarciaesgi"
|
|
2705
|
-
|
|
4184
|
+
"github": "victorgarciaesgi"
|
|
4185
|
+
}
|
|
4186
|
+
],
|
|
4187
|
+
"compatibility": {
|
|
4188
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4189
|
+
"requires": {}
|
|
4190
|
+
}
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "typed-vuex",
|
|
4194
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4195
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4196
|
+
"npm": "nuxt-typed-vuex",
|
|
4197
|
+
"icon": "vue.png",
|
|
4198
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4199
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4200
|
+
"learn_more": "",
|
|
4201
|
+
"category": "Libraries",
|
|
4202
|
+
"type": "3rd-party",
|
|
4203
|
+
"maintainers": [
|
|
4204
|
+
{
|
|
4205
|
+
"name": "Daniel Roe",
|
|
4206
|
+
"github": "danielroe",
|
|
4207
|
+
"twitter": "danielcroe"
|
|
2706
4208
|
}
|
|
2707
|
-
]
|
|
4209
|
+
],
|
|
4210
|
+
"compatibility": {
|
|
4211
|
+
"nuxt": "^2.0.0",
|
|
4212
|
+
"requires": {
|
|
4213
|
+
"bridge": "optional"
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
2708
4216
|
},
|
|
2709
4217
|
{
|
|
2710
4218
|
"name": "typescript-runtime",
|
|
@@ -2720,22 +4228,23 @@
|
|
|
2720
4228
|
"maintainers": [
|
|
2721
4229
|
{
|
|
2722
4230
|
"name": "Kevin Marrec",
|
|
2723
|
-
"github": "kevinmarrec"
|
|
2724
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4231
|
+
"github": "kevinmarrec"
|
|
2725
4232
|
},
|
|
2726
4233
|
{
|
|
2727
4234
|
"name": "Pooya Parsa",
|
|
2728
4235
|
"github": "pi0",
|
|
2729
|
-
"twitter": "_pi0_"
|
|
2730
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4236
|
+
"twitter": "_pi0_"
|
|
2731
4237
|
},
|
|
2732
4238
|
{
|
|
2733
4239
|
"name": "Daniel Roe",
|
|
2734
4240
|
"github": "danielroe",
|
|
2735
|
-
"twitter": "danielcroe"
|
|
2736
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4241
|
+
"twitter": "danielcroe"
|
|
2737
4242
|
}
|
|
2738
|
-
]
|
|
4243
|
+
],
|
|
4244
|
+
"compatibility": {
|
|
4245
|
+
"nuxt": "^2.0.0",
|
|
4246
|
+
"requires": {}
|
|
4247
|
+
}
|
|
2739
4248
|
},
|
|
2740
4249
|
{
|
|
2741
4250
|
"name": "typescript",
|
|
@@ -2751,22 +4260,23 @@
|
|
|
2751
4260
|
"maintainers": [
|
|
2752
4261
|
{
|
|
2753
4262
|
"name": "Kevin Marrec",
|
|
2754
|
-
"github": "kevinmarrec"
|
|
2755
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4263
|
+
"github": "kevinmarrec"
|
|
2756
4264
|
},
|
|
2757
4265
|
{
|
|
2758
4266
|
"name": "Pooya Parsa",
|
|
2759
4267
|
"github": "pi0",
|
|
2760
|
-
"twitter": "_pi0_"
|
|
2761
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4268
|
+
"twitter": "_pi0_"
|
|
2762
4269
|
},
|
|
2763
4270
|
{
|
|
2764
4271
|
"name": "Daniel Roe",
|
|
2765
4272
|
"github": "danielroe",
|
|
2766
|
-
"twitter": "danielcroe"
|
|
2767
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4273
|
+
"twitter": "danielcroe"
|
|
2768
4274
|
}
|
|
2769
|
-
]
|
|
4275
|
+
],
|
|
4276
|
+
"compatibility": {
|
|
4277
|
+
"nuxt": "^2.0.0",
|
|
4278
|
+
"requires": {}
|
|
4279
|
+
}
|
|
2770
4280
|
},
|
|
2771
4281
|
{
|
|
2772
4282
|
"name": "universal-storage",
|
|
@@ -2783,16 +4293,70 @@
|
|
|
2783
4293
|
{
|
|
2784
4294
|
"name": "Pooya Parsa",
|
|
2785
4295
|
"github": "pi0",
|
|
2786
|
-
"twitter": "_pi0_"
|
|
2787
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4296
|
+
"twitter": "_pi0_"
|
|
2788
4297
|
},
|
|
2789
4298
|
{
|
|
2790
4299
|
"name": "Farzad Soltani",
|
|
2791
4300
|
"github": "farzadso",
|
|
2792
|
-
"twitter": "farzadso"
|
|
2793
|
-
|
|
4301
|
+
"twitter": "farzadso"
|
|
4302
|
+
}
|
|
4303
|
+
],
|
|
4304
|
+
"compatibility": {
|
|
4305
|
+
"nuxt": "^2.0.0",
|
|
4306
|
+
"requires": {}
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "unlighthouse",
|
|
4311
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4312
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4313
|
+
"npm": "@unlighthouse/nuxt",
|
|
4314
|
+
"icon": "unlighthouse.svg",
|
|
4315
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4316
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4317
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4318
|
+
"category": "Devtools",
|
|
4319
|
+
"type": "3rd-party",
|
|
4320
|
+
"maintainers": [
|
|
4321
|
+
{
|
|
4322
|
+
"name": "Harlan Wilton",
|
|
4323
|
+
"github": "harlan-zw",
|
|
4324
|
+
"twitter": "harlan_zw",
|
|
4325
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4326
|
+
}
|
|
4327
|
+
],
|
|
4328
|
+
"compatibility": {
|
|
4329
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4330
|
+
"requires": {
|
|
4331
|
+
"bridge": "optional"
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
"name": "unocss",
|
|
4337
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4338
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4339
|
+
"npm": "@unocss/nuxt",
|
|
4340
|
+
"icon": "unocss.svg",
|
|
4341
|
+
"github": "https://github.com/antfu/unocss",
|
|
4342
|
+
"website": "https://github.com/antfu/unocss",
|
|
4343
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4344
|
+
"category": "UI",
|
|
4345
|
+
"type": "3rd-party",
|
|
4346
|
+
"maintainers": [
|
|
4347
|
+
{
|
|
4348
|
+
"name": "Anthony Fu",
|
|
4349
|
+
"github": "antfu",
|
|
4350
|
+
"twitter": "antfu7",
|
|
4351
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2794
4352
|
}
|
|
2795
|
-
]
|
|
4353
|
+
],
|
|
4354
|
+
"compatibility": {
|
|
4355
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4356
|
+
"requires": {
|
|
4357
|
+
"bridge": "optional"
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
2796
4360
|
},
|
|
2797
4361
|
{
|
|
2798
4362
|
"name": "user-agent",
|
|
@@ -2808,10 +4372,13 @@
|
|
|
2808
4372
|
"maintainers": [
|
|
2809
4373
|
{
|
|
2810
4374
|
"name": "fukuiretu",
|
|
2811
|
-
"github": "fukuiretu"
|
|
2812
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4375
|
+
"github": "fukuiretu"
|
|
2813
4376
|
}
|
|
2814
|
-
]
|
|
4377
|
+
],
|
|
4378
|
+
"compatibility": {
|
|
4379
|
+
"nuxt": "^2.0.0",
|
|
4380
|
+
"requires": {}
|
|
4381
|
+
}
|
|
2815
4382
|
},
|
|
2816
4383
|
{
|
|
2817
4384
|
"name": "validate",
|
|
@@ -2827,10 +4394,13 @@
|
|
|
2827
4394
|
"maintainers": [
|
|
2828
4395
|
{
|
|
2829
4396
|
"name": "lewyuburi",
|
|
2830
|
-
"github": "lewyuburi"
|
|
2831
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4397
|
+
"github": "lewyuburi"
|
|
2832
4398
|
}
|
|
2833
|
-
]
|
|
4399
|
+
],
|
|
4400
|
+
"compatibility": {
|
|
4401
|
+
"nuxt": "^2.0.0",
|
|
4402
|
+
"requires": {}
|
|
4403
|
+
}
|
|
2834
4404
|
},
|
|
2835
4405
|
{
|
|
2836
4406
|
"name": "vendor",
|
|
@@ -2847,10 +4417,13 @@
|
|
|
2847
4417
|
{
|
|
2848
4418
|
"name": "Pooya Parsa",
|
|
2849
4419
|
"github": "pi0",
|
|
2850
|
-
"twitter": "_pi0_"
|
|
2851
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4420
|
+
"twitter": "_pi0_"
|
|
2852
4421
|
}
|
|
2853
|
-
]
|
|
4422
|
+
],
|
|
4423
|
+
"compatibility": {
|
|
4424
|
+
"nuxt": "^2.0.0",
|
|
4425
|
+
"requires": {}
|
|
4426
|
+
}
|
|
2854
4427
|
},
|
|
2855
4428
|
{
|
|
2856
4429
|
"name": "vue-material",
|
|
@@ -2866,10 +4439,13 @@
|
|
|
2866
4439
|
"maintainers": [
|
|
2867
4440
|
{
|
|
2868
4441
|
"name": "vaso2",
|
|
2869
|
-
"github": "vaso2"
|
|
2870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4442
|
+
"github": "vaso2"
|
|
2871
4443
|
}
|
|
2872
|
-
]
|
|
4444
|
+
],
|
|
4445
|
+
"compatibility": {
|
|
4446
|
+
"nuxt": "^2.0.0",
|
|
4447
|
+
"requires": {}
|
|
4448
|
+
}
|
|
2873
4449
|
},
|
|
2874
4450
|
{
|
|
2875
4451
|
"name": "vue-multiselect",
|
|
@@ -2885,10 +4461,13 @@
|
|
|
2885
4461
|
"maintainers": [
|
|
2886
4462
|
{
|
|
2887
4463
|
"name": "spektrummedia",
|
|
2888
|
-
"github": "spektrummedia"
|
|
2889
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4464
|
+
"github": "spektrummedia"
|
|
2890
4465
|
}
|
|
2891
|
-
]
|
|
4466
|
+
],
|
|
4467
|
+
"compatibility": {
|
|
4468
|
+
"nuxt": "^2.0.0",
|
|
4469
|
+
"requires": {}
|
|
4470
|
+
}
|
|
2892
4471
|
},
|
|
2893
4472
|
{
|
|
2894
4473
|
"name": "vue-select",
|
|
@@ -2904,10 +4483,13 @@
|
|
|
2904
4483
|
"maintainers": [
|
|
2905
4484
|
{
|
|
2906
4485
|
"name": "madmod",
|
|
2907
|
-
"github": "madmod"
|
|
2908
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4486
|
+
"github": "madmod"
|
|
2909
4487
|
}
|
|
2910
|
-
]
|
|
4488
|
+
],
|
|
4489
|
+
"compatibility": {
|
|
4490
|
+
"nuxt": "^2.0.0",
|
|
4491
|
+
"requires": {}
|
|
4492
|
+
}
|
|
2911
4493
|
},
|
|
2912
4494
|
{
|
|
2913
4495
|
"name": "vue-warehouse",
|
|
@@ -2924,10 +4506,35 @@
|
|
|
2924
4506
|
{
|
|
2925
4507
|
"name": "Julio Marquez",
|
|
2926
4508
|
"github": "juliomrqz",
|
|
2927
|
-
"twitter": "juliomrqz"
|
|
2928
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4509
|
+
"twitter": "juliomrqz"
|
|
2929
4510
|
}
|
|
2930
|
-
]
|
|
4511
|
+
],
|
|
4512
|
+
"compatibility": {
|
|
4513
|
+
"nuxt": "^2.0.0",
|
|
4514
|
+
"requires": {}
|
|
4515
|
+
}
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "vuestic",
|
|
4519
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4520
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4521
|
+
"npm": "@vuestic/nuxt",
|
|
4522
|
+
"icon": "",
|
|
4523
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4524
|
+
"website": "https://vuestic.dev",
|
|
4525
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4526
|
+
"category": "UI",
|
|
4527
|
+
"type": "3rd-party",
|
|
4528
|
+
"maintainers": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "epicmaxco",
|
|
4531
|
+
"github": "epicmaxco"
|
|
4532
|
+
}
|
|
4533
|
+
],
|
|
4534
|
+
"compatibility": {
|
|
4535
|
+
"nuxt": "^3.0.0",
|
|
4536
|
+
"requires": {}
|
|
4537
|
+
}
|
|
2931
4538
|
},
|
|
2932
4539
|
{
|
|
2933
4540
|
"name": "vuetify",
|
|
@@ -2943,16 +4550,43 @@
|
|
|
2943
4550
|
"maintainers": [
|
|
2944
4551
|
{
|
|
2945
4552
|
"name": "Kevin Marrec",
|
|
2946
|
-
"github": "kevinmarrec"
|
|
2947
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4553
|
+
"github": "kevinmarrec"
|
|
2948
4554
|
},
|
|
2949
4555
|
{
|
|
2950
4556
|
"name": "Pooya Parsa",
|
|
2951
4557
|
"github": "pi0",
|
|
2952
|
-
"twitter": "_pi0_"
|
|
2953
|
-
|
|
4558
|
+
"twitter": "_pi0_"
|
|
4559
|
+
}
|
|
4560
|
+
],
|
|
4561
|
+
"compatibility": {
|
|
4562
|
+
"nuxt": "^2.0.0",
|
|
4563
|
+
"requires": {}
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "vueuse",
|
|
4568
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4569
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4570
|
+
"npm": "@vueuse/nuxt",
|
|
4571
|
+
"icon": "vueuse.svg",
|
|
4572
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4573
|
+
"website": "https://vueuse.org",
|
|
4574
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4575
|
+
"category": "Libraries",
|
|
4576
|
+
"type": "3rd-party",
|
|
4577
|
+
"maintainers": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "Anthony Fu",
|
|
4580
|
+
"github": "antfu",
|
|
4581
|
+
"twitter": "antfu7"
|
|
2954
4582
|
}
|
|
2955
|
-
]
|
|
4583
|
+
],
|
|
4584
|
+
"compatibility": {
|
|
4585
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4586
|
+
"requires": {
|
|
4587
|
+
"bridge": "optional"
|
|
4588
|
+
}
|
|
4589
|
+
}
|
|
2956
4590
|
},
|
|
2957
4591
|
{
|
|
2958
4592
|
"name": "vuex-router-sync",
|
|
@@ -2968,41 +4602,70 @@
|
|
|
2968
4602
|
"maintainers": [
|
|
2969
4603
|
{
|
|
2970
4604
|
"name": "paulgv",
|
|
2971
|
-
"github": "paulgv"
|
|
2972
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4605
|
+
"github": "paulgv"
|
|
2973
4606
|
}
|
|
2974
|
-
]
|
|
4607
|
+
],
|
|
4608
|
+
"compatibility": {
|
|
4609
|
+
"nuxt": "^2.0.0",
|
|
4610
|
+
"requires": {}
|
|
4611
|
+
}
|
|
2975
4612
|
},
|
|
2976
4613
|
{
|
|
2977
4614
|
"name": "web-vitals",
|
|
2978
4615
|
"description": "Web Vitals for Nuxt",
|
|
2979
4616
|
"repo": "nuxt-community/web-vitals-module",
|
|
2980
|
-
"npm": "
|
|
4617
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2981
4618
|
"icon": "",
|
|
2982
4619
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2983
4620
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2984
4621
|
"learn_more": "",
|
|
2985
4622
|
"category": "Performance",
|
|
2986
|
-
"type": "
|
|
4623
|
+
"type": "community",
|
|
2987
4624
|
"maintainers": [
|
|
2988
4625
|
{
|
|
2989
4626
|
"name": "daliborgogic",
|
|
2990
|
-
"github": "daliborgogic"
|
|
2991
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4627
|
+
"github": "daliborgogic"
|
|
2992
4628
|
},
|
|
2993
4629
|
{
|
|
2994
4630
|
"name": "Pooya Parsa",
|
|
2995
4631
|
"github": "pi0",
|
|
2996
|
-
"twitter": "_pi0_"
|
|
2997
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4632
|
+
"twitter": "_pi0_"
|
|
2998
4633
|
},
|
|
2999
4634
|
{
|
|
3000
4635
|
"name": "Sebastien Chopin",
|
|
3001
4636
|
"github": "Atinux",
|
|
3002
|
-
"twitter": "Atinux"
|
|
3003
|
-
|
|
4637
|
+
"twitter": "Atinux"
|
|
4638
|
+
}
|
|
4639
|
+
],
|
|
4640
|
+
"compatibility": {
|
|
4641
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4642
|
+
"requires": {
|
|
4643
|
+
"bridge": "optional"
|
|
4644
|
+
}
|
|
4645
|
+
}
|
|
4646
|
+
},
|
|
4647
|
+
{
|
|
4648
|
+
"name": "web3js",
|
|
4649
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4650
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4651
|
+
"npm": "nuxt-web3",
|
|
4652
|
+
"icon": "web3js.svg",
|
|
4653
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4654
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4655
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4656
|
+
"category": "Libraries",
|
|
4657
|
+
"type": "3rd-party",
|
|
4658
|
+
"maintainers": [
|
|
4659
|
+
{
|
|
4660
|
+
"name": "Muhammad Fauzan",
|
|
4661
|
+
"github": "bl0cknumber",
|
|
4662
|
+
"twitter": "fncolon"
|
|
3004
4663
|
}
|
|
3005
|
-
]
|
|
4664
|
+
],
|
|
4665
|
+
"compatibility": {
|
|
4666
|
+
"nuxt": "^2.0.0",
|
|
4667
|
+
"requires": {}
|
|
4668
|
+
}
|
|
3006
4669
|
},
|
|
3007
4670
|
{
|
|
3008
4671
|
"name": "webfontloader",
|
|
@@ -3018,10 +4681,37 @@
|
|
|
3018
4681
|
"maintainers": [
|
|
3019
4682
|
{
|
|
3020
4683
|
"name": "Developmint",
|
|
3021
|
-
"github": "Developmint"
|
|
3022
|
-
|
|
4684
|
+
"github": "Developmint"
|
|
4685
|
+
}
|
|
4686
|
+
],
|
|
4687
|
+
"compatibility": {
|
|
4688
|
+
"nuxt": "^2.0.0",
|
|
4689
|
+
"requires": {}
|
|
4690
|
+
}
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"name": "webpack-optimisations",
|
|
4694
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4695
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4696
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4697
|
+
"icon": "build-optimisations.svg",
|
|
4698
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4699
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4700
|
+
"learn_more": "",
|
|
4701
|
+
"category": "Devtools",
|
|
4702
|
+
"type": "3rd-party",
|
|
4703
|
+
"maintainers": [
|
|
4704
|
+
{
|
|
4705
|
+
"name": "Harlan Wilton",
|
|
4706
|
+
"github": "harlan-zw"
|
|
4707
|
+
}
|
|
4708
|
+
],
|
|
4709
|
+
"compatibility": {
|
|
4710
|
+
"nuxt": "^2.0.0",
|
|
4711
|
+
"requires": {
|
|
4712
|
+
"bridge": "optional"
|
|
3023
4713
|
}
|
|
3024
|
-
|
|
4714
|
+
}
|
|
3025
4715
|
},
|
|
3026
4716
|
{
|
|
3027
4717
|
"name": "webpack-profile",
|
|
@@ -3038,10 +4728,13 @@
|
|
|
3038
4728
|
{
|
|
3039
4729
|
"name": "Pooya Parsa",
|
|
3040
4730
|
"github": "pi0",
|
|
3041
|
-
"twitter": "_pi0_"
|
|
3042
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4731
|
+
"twitter": "_pi0_"
|
|
3043
4732
|
}
|
|
3044
|
-
]
|
|
4733
|
+
],
|
|
4734
|
+
"compatibility": {
|
|
4735
|
+
"nuxt": "^2.0.0",
|
|
4736
|
+
"requires": {}
|
|
4737
|
+
}
|
|
3045
4738
|
},
|
|
3046
4739
|
{
|
|
3047
4740
|
"name": "webpackdashboard",
|
|
@@ -3057,10 +4750,13 @@
|
|
|
3057
4750
|
"maintainers": [
|
|
3058
4751
|
{
|
|
3059
4752
|
"name": "paulgv",
|
|
3060
|
-
"github": "paulgv"
|
|
3061
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4753
|
+
"github": "paulgv"
|
|
3062
4754
|
}
|
|
3063
|
-
]
|
|
4755
|
+
],
|
|
4756
|
+
"compatibility": {
|
|
4757
|
+
"nuxt": "^2.0.0",
|
|
4758
|
+
"requires": {}
|
|
4759
|
+
}
|
|
3064
4760
|
},
|
|
3065
4761
|
{
|
|
3066
4762
|
"name": "webpackmonitor",
|
|
@@ -3077,10 +4773,43 @@
|
|
|
3077
4773
|
{
|
|
3078
4774
|
"name": "Pooya Parsa",
|
|
3079
4775
|
"github": "pi0",
|
|
3080
|
-
"twitter": "_pi0_"
|
|
3081
|
-
|
|
4776
|
+
"twitter": "_pi0_"
|
|
4777
|
+
}
|
|
4778
|
+
],
|
|
4779
|
+
"compatibility": {
|
|
4780
|
+
"nuxt": "^2.0.0",
|
|
4781
|
+
"requires": {}
|
|
4782
|
+
}
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"name": "windicss",
|
|
4786
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4787
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4788
|
+
"npm": "nuxt-windicss",
|
|
4789
|
+
"icon": "windicss.svg",
|
|
4790
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4791
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4792
|
+
"learn_more": "https://windicss.org/",
|
|
4793
|
+
"category": "UI",
|
|
4794
|
+
"type": "3rd-party",
|
|
4795
|
+
"maintainers": [
|
|
4796
|
+
{
|
|
4797
|
+
"name": "Harlan Wilton",
|
|
4798
|
+
"github": "harlan-zw",
|
|
4799
|
+
"twitter": "harlan_zw"
|
|
4800
|
+
},
|
|
4801
|
+
{
|
|
4802
|
+
"name": "Anthony Fu",
|
|
4803
|
+
"github": "antfu",
|
|
4804
|
+
"twitter": "antfu7"
|
|
4805
|
+
}
|
|
4806
|
+
],
|
|
4807
|
+
"compatibility": {
|
|
4808
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4809
|
+
"requires": {
|
|
4810
|
+
"bridge": "optional"
|
|
3082
4811
|
}
|
|
3083
|
-
|
|
4812
|
+
}
|
|
3084
4813
|
},
|
|
3085
4814
|
{
|
|
3086
4815
|
"name": "winston-log",
|
|
@@ -3096,10 +4825,13 @@
|
|
|
3096
4825
|
"maintainers": [
|
|
3097
4826
|
{
|
|
3098
4827
|
"name": "aaronransley",
|
|
3099
|
-
"github": "aaronransley"
|
|
3100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4828
|
+
"github": "aaronransley"
|
|
3101
4829
|
}
|
|
3102
|
-
]
|
|
4830
|
+
],
|
|
4831
|
+
"compatibility": {
|
|
4832
|
+
"nuxt": "^2.0.0",
|
|
4833
|
+
"requires": {}
|
|
4834
|
+
}
|
|
3103
4835
|
},
|
|
3104
4836
|
{
|
|
3105
4837
|
"name": "wp-nuxt",
|
|
@@ -3115,10 +4847,13 @@
|
|
|
3115
4847
|
"maintainers": [
|
|
3116
4848
|
{
|
|
3117
4849
|
"name": "yashha",
|
|
3118
|
-
"github": "yashha"
|
|
3119
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4850
|
+
"github": "yashha"
|
|
3120
4851
|
}
|
|
3121
|
-
]
|
|
4852
|
+
],
|
|
4853
|
+
"compatibility": {
|
|
4854
|
+
"nuxt": "^2.0.0",
|
|
4855
|
+
"requires": {}
|
|
4856
|
+
}
|
|
3122
4857
|
},
|
|
3123
4858
|
{
|
|
3124
4859
|
"name": "xhr-cache",
|
|
@@ -3134,10 +4869,13 @@
|
|
|
3134
4869
|
"maintainers": [
|
|
3135
4870
|
{
|
|
3136
4871
|
"name": "gaetansenn",
|
|
3137
|
-
"github": "gaetansenn"
|
|
3138
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4872
|
+
"github": "gaetansenn"
|
|
3139
4873
|
}
|
|
3140
|
-
]
|
|
4874
|
+
],
|
|
4875
|
+
"compatibility": {
|
|
4876
|
+
"nuxt": "^2.0.0",
|
|
4877
|
+
"requires": {}
|
|
4878
|
+
}
|
|
3141
4879
|
},
|
|
3142
4880
|
{
|
|
3143
4881
|
"name": "xui",
|
|
@@ -3153,10 +4891,13 @@
|
|
|
3153
4891
|
"maintainers": [
|
|
3154
4892
|
{
|
|
3155
4893
|
"name": "MetaCorp",
|
|
3156
|
-
"github": "MetaCorp"
|
|
3157
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4894
|
+
"github": "MetaCorp"
|
|
3158
4895
|
}
|
|
3159
|
-
]
|
|
4896
|
+
],
|
|
4897
|
+
"compatibility": {
|
|
4898
|
+
"nuxt": "^2.0.0",
|
|
4899
|
+
"requires": {}
|
|
4900
|
+
}
|
|
3160
4901
|
},
|
|
3161
4902
|
{
|
|
3162
4903
|
"name": "yandex-metrika",
|
|
@@ -3173,10 +4914,13 @@
|
|
|
3173
4914
|
{
|
|
3174
4915
|
"name": "Pooya Parsa",
|
|
3175
4916
|
"github": "pi0",
|
|
3176
|
-
"twitter": "_pi0_"
|
|
3177
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4917
|
+
"twitter": "_pi0_"
|
|
3178
4918
|
}
|
|
3179
|
-
]
|
|
4919
|
+
],
|
|
4920
|
+
"compatibility": {
|
|
4921
|
+
"nuxt": "^2.0.0",
|
|
4922
|
+
"requires": {}
|
|
4923
|
+
}
|
|
3180
4924
|
},
|
|
3181
4925
|
{
|
|
3182
4926
|
"name": "zendesk",
|
|
@@ -3192,9 +4936,12 @@
|
|
|
3192
4936
|
"maintainers": [
|
|
3193
4937
|
{
|
|
3194
4938
|
"name": "DansMaCulotte",
|
|
3195
|
-
"github": "DansMaCulotte"
|
|
3196
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4939
|
+
"github": "DansMaCulotte"
|
|
3197
4940
|
}
|
|
3198
|
-
]
|
|
4941
|
+
],
|
|
4942
|
+
"compatibility": {
|
|
4943
|
+
"nuxt": "^2.0.0",
|
|
4944
|
+
"requires": {}
|
|
4945
|
+
}
|
|
3199
4946
|
}
|
|
3200
4947
|
]
|