@nuxt/modules 0.5.0-a55c47 → 0.5.0-afd854
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} +1762 -601
- package/package.json +2 -52
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,69 @@
|
|
|
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"
|
|
24
73
|
}
|
|
25
|
-
]
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^3.0.0",
|
|
77
|
+
"requires": {}
|
|
78
|
+
}
|
|
26
79
|
},
|
|
27
80
|
{
|
|
28
81
|
"name": "alias",
|
|
@@ -38,10 +91,13 @@
|
|
|
38
91
|
"maintainers": [
|
|
39
92
|
{
|
|
40
93
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
94
|
+
"github": "kdydesign"
|
|
43
95
|
}
|
|
44
|
-
]
|
|
96
|
+
],
|
|
97
|
+
"compatibility": {
|
|
98
|
+
"nuxt": "^2.0.0",
|
|
99
|
+
"requires": {}
|
|
100
|
+
}
|
|
45
101
|
},
|
|
46
102
|
{
|
|
47
103
|
"name": "amp",
|
|
@@ -58,10 +114,13 @@
|
|
|
58
114
|
{
|
|
59
115
|
"name": "Ahad Birang",
|
|
60
116
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
117
|
+
"twitter": "a_birang"
|
|
63
118
|
}
|
|
64
|
-
]
|
|
119
|
+
],
|
|
120
|
+
"compatibility": {
|
|
121
|
+
"nuxt": "^2.0.0",
|
|
122
|
+
"requires": {}
|
|
123
|
+
}
|
|
65
124
|
},
|
|
66
125
|
{
|
|
67
126
|
"name": "animejs",
|
|
@@ -77,10 +136,37 @@
|
|
|
77
136
|
"maintainers": [
|
|
78
137
|
{
|
|
79
138
|
"name": "ivodolenc",
|
|
80
|
-
"github": "ivodolenc"
|
|
81
|
-
"avatar": "https://avatars.githubusercontent.com/u/51852491?v=4"
|
|
139
|
+
"github": "ivodolenc"
|
|
82
140
|
}
|
|
83
|
-
]
|
|
141
|
+
],
|
|
142
|
+
"compatibility": {
|
|
143
|
+
"nuxt": "^2.0.0",
|
|
144
|
+
"requires": {}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "apis-to-file",
|
|
149
|
+
"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",
|
|
150
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
151
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
152
|
+
"icon": "",
|
|
153
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
154
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
155
|
+
"learn_more": "",
|
|
156
|
+
"category": "Performance",
|
|
157
|
+
"type": "3rd-party",
|
|
158
|
+
"maintainers": [
|
|
159
|
+
{
|
|
160
|
+
"name": "Luca Iaconelli",
|
|
161
|
+
"github": "LuXDAmore",
|
|
162
|
+
"twitter": "luxdamore",
|
|
163
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^2.0.0",
|
|
168
|
+
"requires": {}
|
|
169
|
+
}
|
|
84
170
|
},
|
|
85
171
|
{
|
|
86
172
|
"name": "apollo",
|
|
@@ -96,15 +182,17 @@
|
|
|
96
182
|
"maintainers": [
|
|
97
183
|
{
|
|
98
184
|
"name": "Lam Kieu",
|
|
99
|
-
"github": "kieusonlam"
|
|
100
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
185
|
+
"github": "kieusonlam"
|
|
101
186
|
},
|
|
102
187
|
{
|
|
103
188
|
"name": "Dominic Garms",
|
|
104
|
-
"github": "dohomi"
|
|
105
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
189
|
+
"github": "dohomi"
|
|
106
190
|
}
|
|
107
|
-
]
|
|
191
|
+
],
|
|
192
|
+
"compatibility": {
|
|
193
|
+
"nuxt": "^2.0.0",
|
|
194
|
+
"requires": {}
|
|
195
|
+
}
|
|
108
196
|
},
|
|
109
197
|
{
|
|
110
198
|
"name": "applicationinsights",
|
|
@@ -120,10 +208,13 @@
|
|
|
120
208
|
"maintainers": [
|
|
121
209
|
{
|
|
122
210
|
"name": "Dmitry Molotkov",
|
|
123
|
-
"github": "aldarund"
|
|
124
|
-
"avatar": "https://avatars2.githubusercontent.com/u/571159?v=4"
|
|
211
|
+
"github": "aldarund"
|
|
125
212
|
}
|
|
126
|
-
]
|
|
213
|
+
],
|
|
214
|
+
"compatibility": {
|
|
215
|
+
"nuxt": "^2.0.0",
|
|
216
|
+
"requires": {}
|
|
217
|
+
}
|
|
127
218
|
},
|
|
128
219
|
{
|
|
129
220
|
"name": "appwrite",
|
|
@@ -139,10 +230,13 @@
|
|
|
139
230
|
"maintainers": [
|
|
140
231
|
{
|
|
141
232
|
"name": "Hrdtr",
|
|
142
|
-
"github": "Hrdtr"
|
|
143
|
-
"avatar": "https://avatars0.githubusercontent.com/u/35950229?v=4"
|
|
233
|
+
"github": "Hrdtr"
|
|
144
234
|
}
|
|
145
|
-
]
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^2.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
146
240
|
},
|
|
147
241
|
{
|
|
148
242
|
"name": "auth",
|
|
@@ -159,15 +253,17 @@
|
|
|
159
253
|
{
|
|
160
254
|
"name": "Pooya Parsa",
|
|
161
255
|
"github": "pi0",
|
|
162
|
-
"twitter": "_pi0_"
|
|
163
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
256
|
+
"twitter": "_pi0_"
|
|
164
257
|
},
|
|
165
258
|
{
|
|
166
259
|
"name": "João Pedro Antunes Silva",
|
|
167
|
-
"github": "JoaoPedroAS51"
|
|
168
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
260
|
+
"github": "JoaoPedroAS51"
|
|
169
261
|
}
|
|
170
|
-
]
|
|
262
|
+
],
|
|
263
|
+
"compatibility": {
|
|
264
|
+
"nuxt": "^2.0.0",
|
|
265
|
+
"requires": {}
|
|
266
|
+
}
|
|
171
267
|
},
|
|
172
268
|
{
|
|
173
269
|
"name": "axios",
|
|
@@ -184,10 +280,13 @@
|
|
|
184
280
|
{
|
|
185
281
|
"name": "Pooya Parsa",
|
|
186
282
|
"github": "pi0",
|
|
187
|
-
"twitter": "_pi0_"
|
|
188
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
283
|
+
"twitter": "_pi0_"
|
|
189
284
|
}
|
|
190
|
-
]
|
|
285
|
+
],
|
|
286
|
+
"compatibility": {
|
|
287
|
+
"nuxt": "^2.0.0",
|
|
288
|
+
"requires": {}
|
|
289
|
+
}
|
|
191
290
|
},
|
|
192
291
|
{
|
|
193
292
|
"name": "basic-auth",
|
|
@@ -203,10 +302,13 @@
|
|
|
203
302
|
"maintainers": [
|
|
204
303
|
{
|
|
205
304
|
"name": "potato4d",
|
|
206
|
-
"github": "potato4d"
|
|
207
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
305
|
+
"github": "potato4d"
|
|
208
306
|
}
|
|
209
|
-
]
|
|
307
|
+
],
|
|
308
|
+
"compatibility": {
|
|
309
|
+
"nuxt": "^2.0.0",
|
|
310
|
+
"requires": {}
|
|
311
|
+
}
|
|
210
312
|
},
|
|
211
313
|
{
|
|
212
314
|
"name": "bootstrap",
|
|
@@ -222,22 +324,23 @@
|
|
|
222
324
|
"maintainers": [
|
|
223
325
|
{
|
|
224
326
|
"name": "Troy Morehouse",
|
|
225
|
-
"github": "tmorehouse"
|
|
226
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
327
|
+
"github": "tmorehouse"
|
|
227
328
|
},
|
|
228
329
|
{
|
|
229
330
|
"name": "Pooya Parsa",
|
|
230
331
|
"github": "pi0",
|
|
231
|
-
"twitter": "_pi0_"
|
|
232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
332
|
+
"twitter": "_pi0_"
|
|
233
333
|
},
|
|
234
334
|
{
|
|
235
335
|
"name": "Jacob Müller",
|
|
236
336
|
"github": "jackmu95",
|
|
237
|
-
"twitter": "jackmu95"
|
|
238
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
337
|
+
"twitter": "jackmu95"
|
|
239
338
|
}
|
|
240
|
-
]
|
|
339
|
+
],
|
|
340
|
+
"compatibility": {
|
|
341
|
+
"nuxt": "^2.0.0",
|
|
342
|
+
"requires": {}
|
|
343
|
+
}
|
|
241
344
|
},
|
|
242
345
|
{
|
|
243
346
|
"name": "browserconfig",
|
|
@@ -254,10 +357,13 @@
|
|
|
254
357
|
{
|
|
255
358
|
"name": "Pooya Parsa",
|
|
256
359
|
"github": "pi0",
|
|
257
|
-
"twitter": "_pi0_"
|
|
258
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
360
|
+
"twitter": "_pi0_"
|
|
259
361
|
}
|
|
260
|
-
]
|
|
362
|
+
],
|
|
363
|
+
"compatibility": {
|
|
364
|
+
"nuxt": "^2.0.0",
|
|
365
|
+
"requires": {}
|
|
366
|
+
}
|
|
261
367
|
},
|
|
262
368
|
{
|
|
263
369
|
"name": "buefy",
|
|
@@ -273,10 +379,13 @@
|
|
|
273
379
|
"maintainers": [
|
|
274
380
|
{
|
|
275
381
|
"name": "Walter Tommasi",
|
|
276
|
-
"github": "jtommy"
|
|
277
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
382
|
+
"github": "jtommy"
|
|
278
383
|
}
|
|
279
|
-
]
|
|
384
|
+
],
|
|
385
|
+
"compatibility": {
|
|
386
|
+
"nuxt": "^2.0.0",
|
|
387
|
+
"requires": {}
|
|
388
|
+
}
|
|
280
389
|
},
|
|
281
390
|
{
|
|
282
391
|
"name": "bugsnag",
|
|
@@ -292,29 +401,13 @@
|
|
|
292
401
|
"maintainers": [
|
|
293
402
|
{
|
|
294
403
|
"name": "JulianMar",
|
|
295
|
-
"github": "JulianMar"
|
|
296
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
404
|
+
"github": "JulianMar"
|
|
297
405
|
}
|
|
298
|
-
]
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
"repo": "loonpwn/nuxt-build-optimisations",
|
|
304
|
-
"npm": "nuxt-build-optimisations",
|
|
305
|
-
"icon": "build-optimisations.svg",
|
|
306
|
-
"github": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
307
|
-
"website": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
308
|
-
"learn_more": "",
|
|
309
|
-
"category": "Devtools",
|
|
310
|
-
"type": "3rd-party",
|
|
311
|
-
"maintainers": [
|
|
312
|
-
{
|
|
313
|
-
"name": "loonpwn",
|
|
314
|
-
"github": "loonpwn",
|
|
315
|
-
"avatar": "https://avatars.githubusercontent.com/u/5326365?v=4"
|
|
316
|
-
}
|
|
317
|
-
]
|
|
406
|
+
],
|
|
407
|
+
"compatibility": {
|
|
408
|
+
"nuxt": "^2.0.0",
|
|
409
|
+
"requires": {}
|
|
410
|
+
}
|
|
318
411
|
},
|
|
319
412
|
{
|
|
320
413
|
"name": "bulma-slim",
|
|
@@ -330,10 +423,13 @@
|
|
|
330
423
|
"maintainers": [
|
|
331
424
|
{
|
|
332
425
|
"name": "mustardamus",
|
|
333
|
-
"github": "mustardamus"
|
|
334
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
426
|
+
"github": "mustardamus"
|
|
335
427
|
}
|
|
336
|
-
]
|
|
428
|
+
],
|
|
429
|
+
"compatibility": {
|
|
430
|
+
"nuxt": "^2.0.0",
|
|
431
|
+
"requires": {}
|
|
432
|
+
}
|
|
337
433
|
},
|
|
338
434
|
{
|
|
339
435
|
"name": "bundle-buddy",
|
|
@@ -349,14 +445,17 @@
|
|
|
349
445
|
"maintainers": [
|
|
350
446
|
{
|
|
351
447
|
"name": "Developmint",
|
|
352
|
-
"github": "Developmint"
|
|
353
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
448
|
+
"github": "Developmint"
|
|
354
449
|
}
|
|
355
|
-
]
|
|
450
|
+
],
|
|
451
|
+
"compatibility": {
|
|
452
|
+
"nuxt": "^2.0.0",
|
|
453
|
+
"requires": {}
|
|
454
|
+
}
|
|
356
455
|
},
|
|
357
456
|
{
|
|
358
457
|
"name": "canvas-sketch",
|
|
359
|
-
"description": "Nuxt.js module for
|
|
458
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
360
459
|
"repo": "LuXDAmore/generative-art",
|
|
361
460
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
362
461
|
"icon": "",
|
|
@@ -367,11 +466,15 @@
|
|
|
367
466
|
"type": "3rd-party",
|
|
368
467
|
"maintainers": [
|
|
369
468
|
{
|
|
370
|
-
"name": "
|
|
469
|
+
"name": "Luca Iaconelli",
|
|
371
470
|
"github": "LuXDAmore",
|
|
372
|
-
"
|
|
471
|
+
"twitter": "luxdamore"
|
|
373
472
|
}
|
|
374
|
-
]
|
|
473
|
+
],
|
|
474
|
+
"compatibility": {
|
|
475
|
+
"nuxt": "^2.0.0",
|
|
476
|
+
"requires": {}
|
|
477
|
+
}
|
|
375
478
|
},
|
|
376
479
|
{
|
|
377
480
|
"name": "chakra-ui",
|
|
@@ -387,10 +490,13 @@
|
|
|
387
490
|
"maintainers": [
|
|
388
491
|
{
|
|
389
492
|
"name": "Jonathan Bakebwa",
|
|
390
|
-
"github": "codebender828"
|
|
391
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
493
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
392
494
|
}
|
|
393
|
-
]
|
|
495
|
+
],
|
|
496
|
+
"compatibility": {
|
|
497
|
+
"nuxt": "^2.0.0",
|
|
498
|
+
"requires": {}
|
|
499
|
+
}
|
|
394
500
|
},
|
|
395
501
|
{
|
|
396
502
|
"name": "chiffre",
|
|
@@ -406,10 +512,13 @@
|
|
|
406
512
|
"maintainers": [
|
|
407
513
|
{
|
|
408
514
|
"name": "Romain Clement",
|
|
409
|
-
"github": "rclement"
|
|
410
|
-
"avatar": "https://avatars.githubusercontent.com/u/1238873?v=4"
|
|
515
|
+
"github": "rclement"
|
|
411
516
|
}
|
|
412
|
-
]
|
|
517
|
+
],
|
|
518
|
+
"compatibility": {
|
|
519
|
+
"nuxt": "^2.0.0",
|
|
520
|
+
"requires": {}
|
|
521
|
+
}
|
|
413
522
|
},
|
|
414
523
|
{
|
|
415
524
|
"name": "client-init",
|
|
@@ -425,10 +534,13 @@
|
|
|
425
534
|
"maintainers": [
|
|
426
535
|
{
|
|
427
536
|
"name": "potato4d",
|
|
428
|
-
"github": "potato4d"
|
|
429
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
537
|
+
"github": "potato4d"
|
|
430
538
|
}
|
|
431
|
-
]
|
|
539
|
+
],
|
|
540
|
+
"compatibility": {
|
|
541
|
+
"nuxt": "^2.0.0",
|
|
542
|
+
"requires": {}
|
|
543
|
+
}
|
|
432
544
|
},
|
|
433
545
|
{
|
|
434
546
|
"name": "cloudcms",
|
|
@@ -444,10 +556,13 @@
|
|
|
444
556
|
"maintainers": [
|
|
445
557
|
{
|
|
446
558
|
"name": "gitana",
|
|
447
|
-
"github": "gitana"
|
|
448
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
559
|
+
"github": "gitana"
|
|
449
560
|
}
|
|
450
|
-
]
|
|
561
|
+
],
|
|
562
|
+
"compatibility": {
|
|
563
|
+
"nuxt": "^2.0.0",
|
|
564
|
+
"requires": {}
|
|
565
|
+
}
|
|
451
566
|
},
|
|
452
567
|
{
|
|
453
568
|
"name": "cloudinary",
|
|
@@ -464,10 +579,13 @@
|
|
|
464
579
|
{
|
|
465
580
|
"name": "Maya Shavin",
|
|
466
581
|
"github": "mayashavin",
|
|
467
|
-
"twitter": "MayaShavin"
|
|
468
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
582
|
+
"twitter": "MayaShavin"
|
|
469
583
|
}
|
|
470
|
-
]
|
|
584
|
+
],
|
|
585
|
+
"compatibility": {
|
|
586
|
+
"nuxt": "^2.0.0",
|
|
587
|
+
"requires": {}
|
|
588
|
+
}
|
|
471
589
|
},
|
|
472
590
|
{
|
|
473
591
|
"name": "color-mode",
|
|
@@ -484,10 +602,15 @@
|
|
|
484
602
|
{
|
|
485
603
|
"name": "Sébastien Chopin",
|
|
486
604
|
"github": "Atinux",
|
|
487
|
-
"twitter": "Atinux"
|
|
488
|
-
|
|
605
|
+
"twitter": "Atinux"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"compatibility": {
|
|
609
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
610
|
+
"requires": {
|
|
611
|
+
"bridge": "optional"
|
|
489
612
|
}
|
|
490
|
-
|
|
613
|
+
}
|
|
491
614
|
},
|
|
492
615
|
{
|
|
493
616
|
"name": "component-cache",
|
|
@@ -504,10 +627,13 @@
|
|
|
504
627
|
{
|
|
505
628
|
"name": "Pooya Parsa",
|
|
506
629
|
"github": "pi0",
|
|
507
|
-
"twitter": "_pi0_"
|
|
508
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
630
|
+
"twitter": "_pi0_"
|
|
509
631
|
}
|
|
510
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"compatibility": {
|
|
634
|
+
"nuxt": "^2.0.0",
|
|
635
|
+
"requires": {}
|
|
636
|
+
}
|
|
511
637
|
},
|
|
512
638
|
{
|
|
513
639
|
"name": "composition-api",
|
|
@@ -524,10 +650,13 @@
|
|
|
524
650
|
{
|
|
525
651
|
"name": "Daniel Roe",
|
|
526
652
|
"github": "danielroe",
|
|
527
|
-
"twitter": "danielcroe"
|
|
528
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
653
|
+
"twitter": "danielcroe"
|
|
529
654
|
}
|
|
530
|
-
]
|
|
655
|
+
],
|
|
656
|
+
"compatibility": {
|
|
657
|
+
"nuxt": "^2.0.0",
|
|
658
|
+
"requires": {}
|
|
659
|
+
}
|
|
531
660
|
},
|
|
532
661
|
{
|
|
533
662
|
"name": "content",
|
|
@@ -544,16 +673,18 @@
|
|
|
544
673
|
{
|
|
545
674
|
"name": "Benjamin Canac",
|
|
546
675
|
"github": "benjamincanac",
|
|
547
|
-
"twitter": "benjamincanac"
|
|
548
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
676
|
+
"twitter": "benjamincanac"
|
|
549
677
|
},
|
|
550
678
|
{
|
|
551
679
|
"name": "Sebastien Chopin",
|
|
552
680
|
"github": "Atinux",
|
|
553
|
-
"twitter": "Atinux"
|
|
554
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
681
|
+
"twitter": "Atinux"
|
|
555
682
|
}
|
|
556
|
-
]
|
|
683
|
+
],
|
|
684
|
+
"compatibility": {
|
|
685
|
+
"nuxt": "^2.0.0",
|
|
686
|
+
"requires": {}
|
|
687
|
+
}
|
|
557
688
|
},
|
|
558
689
|
{
|
|
559
690
|
"name": "contentful",
|
|
@@ -569,10 +700,13 @@
|
|
|
569
700
|
"maintainers": [
|
|
570
701
|
{
|
|
571
702
|
"name": "scaccogatto",
|
|
572
|
-
"github": "scaccogatto"
|
|
573
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
703
|
+
"github": "scaccogatto"
|
|
574
704
|
}
|
|
575
|
-
]
|
|
705
|
+
],
|
|
706
|
+
"compatibility": {
|
|
707
|
+
"nuxt": "^2.0.0",
|
|
708
|
+
"requires": {}
|
|
709
|
+
}
|
|
576
710
|
},
|
|
577
711
|
{
|
|
578
712
|
"name": "custom-elements",
|
|
@@ -588,15 +722,17 @@
|
|
|
588
722
|
"maintainers": [
|
|
589
723
|
{
|
|
590
724
|
"name": "Thorn Walli",
|
|
591
|
-
"github": "ThornWalli"
|
|
592
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
725
|
+
"github": "ThornWalli"
|
|
593
726
|
},
|
|
594
727
|
{
|
|
595
728
|
"name": "GrabarzUndPartner",
|
|
596
|
-
"github": "GrabarzUndPartner"
|
|
597
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
729
|
+
"github": "GrabarzUndPartner"
|
|
598
730
|
}
|
|
599
|
-
]
|
|
731
|
+
],
|
|
732
|
+
"compatibility": {
|
|
733
|
+
"nuxt": "^2.0.0",
|
|
734
|
+
"requires": {}
|
|
735
|
+
}
|
|
600
736
|
},
|
|
601
737
|
{
|
|
602
738
|
"name": "darkmode.js",
|
|
@@ -612,10 +748,13 @@
|
|
|
612
748
|
"maintainers": [
|
|
613
749
|
{
|
|
614
750
|
"name": "sandoche",
|
|
615
|
-
"github": "sandoche"
|
|
616
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
751
|
+
"github": "sandoche"
|
|
617
752
|
}
|
|
618
|
-
]
|
|
753
|
+
],
|
|
754
|
+
"compatibility": {
|
|
755
|
+
"nuxt": "^2.0.0",
|
|
756
|
+
"requires": {}
|
|
757
|
+
}
|
|
619
758
|
},
|
|
620
759
|
{
|
|
621
760
|
"name": "date-fns",
|
|
@@ -631,10 +770,35 @@
|
|
|
631
770
|
"maintainers": [
|
|
632
771
|
{
|
|
633
772
|
"name": "Ricardo Gobbo de Souza",
|
|
634
|
-
"github": "ricardogobbosouza"
|
|
635
|
-
|
|
773
|
+
"github": "ricardogobbosouza"
|
|
774
|
+
}
|
|
775
|
+
],
|
|
776
|
+
"compatibility": {
|
|
777
|
+
"nuxt": "^2.0.0",
|
|
778
|
+
"requires": {}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "datocms",
|
|
783
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
784
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
785
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
786
|
+
"icon": "datocms.png",
|
|
787
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
788
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
789
|
+
"learn_more": "https://www.datocms.com/",
|
|
790
|
+
"category": "CMS",
|
|
791
|
+
"type": "3rd-party",
|
|
792
|
+
"maintainers": [
|
|
793
|
+
{
|
|
794
|
+
"name": "Frankwarnaar",
|
|
795
|
+
"github": "Frankwarnaar"
|
|
636
796
|
}
|
|
637
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"compatibility": {
|
|
799
|
+
"nuxt": "^2.0.0",
|
|
800
|
+
"requires": {}
|
|
801
|
+
}
|
|
638
802
|
},
|
|
639
803
|
{
|
|
640
804
|
"name": "dayjs",
|
|
@@ -651,10 +815,13 @@
|
|
|
651
815
|
{
|
|
652
816
|
"name": "Takuma HANATANI",
|
|
653
817
|
"github": "potato4d",
|
|
654
|
-
"twitter": "potato4d"
|
|
655
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
818
|
+
"twitter": "potato4d"
|
|
656
819
|
}
|
|
657
|
-
]
|
|
820
|
+
],
|
|
821
|
+
"compatibility": {
|
|
822
|
+
"nuxt": "^2.0.0",
|
|
823
|
+
"requires": {}
|
|
824
|
+
}
|
|
658
825
|
},
|
|
659
826
|
{
|
|
660
827
|
"name": "device",
|
|
@@ -670,10 +837,13 @@
|
|
|
670
837
|
"maintainers": [
|
|
671
838
|
{
|
|
672
839
|
"name": "Shinji Yamada",
|
|
673
|
-
"github": "dotneet"
|
|
674
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
840
|
+
"github": "dotneet"
|
|
675
841
|
}
|
|
676
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"compatibility": {
|
|
844
|
+
"nuxt": "^2.0.0",
|
|
845
|
+
"requires": {}
|
|
846
|
+
}
|
|
677
847
|
},
|
|
678
848
|
{
|
|
679
849
|
"name": "dotenv",
|
|
@@ -689,15 +859,51 @@
|
|
|
689
859
|
"maintainers": [
|
|
690
860
|
{
|
|
691
861
|
"name": "Julien Tant",
|
|
692
|
-
"github": "JulienTant"
|
|
693
|
-
|
|
862
|
+
"github": "JulienTant"
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"compatibility": {
|
|
866
|
+
"nuxt": "^2.0.0",
|
|
867
|
+
"requires": {}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "drupal-ce",
|
|
872
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
873
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
874
|
+
"npm": "nuxtjs-drupal-ce",
|
|
875
|
+
"icon": "drupal-ce.png",
|
|
876
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
877
|
+
"website": "https://stack.lupus.digital",
|
|
878
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
879
|
+
"category": "CMS",
|
|
880
|
+
"type": "3rd-party",
|
|
881
|
+
"maintainers": [
|
|
882
|
+
{
|
|
883
|
+
"name": "Wolfgang Ziegler // fago",
|
|
884
|
+
"github": "fago",
|
|
885
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "Maximilian Götz-Mikus",
|
|
889
|
+
"github": "maximilianmikus",
|
|
890
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "David Licen",
|
|
894
|
+
"github": "davision",
|
|
895
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
694
896
|
}
|
|
695
|
-
]
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
696
902
|
},
|
|
697
903
|
{
|
|
698
904
|
"name": "druxt",
|
|
699
905
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
700
|
-
"repo": "druxt/druxt.js",
|
|
906
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
701
907
|
"npm": "druxt",
|
|
702
908
|
"icon": "druxt.svg",
|
|
703
909
|
"github": "https://github.com/druxt/druxt.js",
|
|
@@ -708,10 +914,13 @@
|
|
|
708
914
|
"maintainers": [
|
|
709
915
|
{
|
|
710
916
|
"name": "Decipher",
|
|
711
|
-
"github": "decipher"
|
|
712
|
-
"avatar": "https://avatars0.githubusercontent.com/u/161090?s=460&v=4"
|
|
917
|
+
"github": "decipher"
|
|
713
918
|
}
|
|
714
|
-
]
|
|
919
|
+
],
|
|
920
|
+
"compatibility": {
|
|
921
|
+
"nuxt": "^2.0.0",
|
|
922
|
+
"requires": {}
|
|
923
|
+
}
|
|
715
924
|
},
|
|
716
925
|
{
|
|
717
926
|
"name": "emotion",
|
|
@@ -728,10 +937,13 @@
|
|
|
728
937
|
{
|
|
729
938
|
"name": "Pooya Parsa",
|
|
730
939
|
"github": "pi0",
|
|
731
|
-
"twitter": "_pi0_"
|
|
732
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
940
|
+
"twitter": "_pi0_"
|
|
733
941
|
}
|
|
734
|
-
]
|
|
942
|
+
],
|
|
943
|
+
"compatibility": {
|
|
944
|
+
"nuxt": "^2.0.0",
|
|
945
|
+
"requires": {}
|
|
946
|
+
}
|
|
735
947
|
},
|
|
736
948
|
{
|
|
737
949
|
"name": "eslint",
|
|
@@ -747,10 +959,13 @@
|
|
|
747
959
|
"maintainers": [
|
|
748
960
|
{
|
|
749
961
|
"name": "Ricardo Gobbo de Souza",
|
|
750
|
-
"github": "ricardogobbosouza"
|
|
751
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
962
|
+
"github": "ricardogobbosouza"
|
|
752
963
|
}
|
|
753
|
-
]
|
|
964
|
+
],
|
|
965
|
+
"compatibility": {
|
|
966
|
+
"nuxt": "^2.0.0",
|
|
967
|
+
"requires": {}
|
|
968
|
+
}
|
|
754
969
|
},
|
|
755
970
|
{
|
|
756
971
|
"name": "event-trace",
|
|
@@ -766,10 +981,13 @@
|
|
|
766
981
|
"maintainers": [
|
|
767
982
|
{
|
|
768
983
|
"name": "Xin Du",
|
|
769
|
-
"github": "clarkdo"
|
|
770
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
984
|
+
"github": "clarkdo"
|
|
771
985
|
}
|
|
772
|
-
]
|
|
986
|
+
],
|
|
987
|
+
"compatibility": {
|
|
988
|
+
"nuxt": "^2.0.0",
|
|
989
|
+
"requires": {}
|
|
990
|
+
}
|
|
773
991
|
},
|
|
774
992
|
{
|
|
775
993
|
"name": "fathom",
|
|
@@ -785,10 +1003,13 @@
|
|
|
785
1003
|
"maintainers": [
|
|
786
1004
|
{
|
|
787
1005
|
"name": "yabhq",
|
|
788
|
-
"github": "yabhq"
|
|
789
|
-
"avatar": "https://avatars.githubusercontent.com/u/16291011?v=4"
|
|
1006
|
+
"github": "yabhq"
|
|
790
1007
|
}
|
|
791
|
-
]
|
|
1008
|
+
],
|
|
1009
|
+
"compatibility": {
|
|
1010
|
+
"nuxt": "^2.0.0",
|
|
1011
|
+
"requires": {}
|
|
1012
|
+
}
|
|
792
1013
|
},
|
|
793
1014
|
{
|
|
794
1015
|
"name": "feature-toggle",
|
|
@@ -804,10 +1025,13 @@
|
|
|
804
1025
|
"maintainers": [
|
|
805
1026
|
{
|
|
806
1027
|
"name": "stephenkr",
|
|
807
|
-
"github": "stephenkr"
|
|
808
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1028
|
+
"github": "stephenkr"
|
|
809
1029
|
}
|
|
810
|
-
]
|
|
1030
|
+
],
|
|
1031
|
+
"compatibility": {
|
|
1032
|
+
"nuxt": "^2.0.0",
|
|
1033
|
+
"requires": {}
|
|
1034
|
+
}
|
|
811
1035
|
},
|
|
812
1036
|
{
|
|
813
1037
|
"name": "feed",
|
|
@@ -824,16 +1048,19 @@
|
|
|
824
1048
|
{
|
|
825
1049
|
"name": "Alexander Lichter",
|
|
826
1050
|
"github": "manniL",
|
|
827
|
-
"twitter": "TheAlexLichter"
|
|
828
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1051
|
+
"twitter": "TheAlexLichter"
|
|
829
1052
|
}
|
|
830
|
-
]
|
|
1053
|
+
],
|
|
1054
|
+
"compatibility": {
|
|
1055
|
+
"nuxt": "^2.0.0",
|
|
1056
|
+
"requires": {}
|
|
1057
|
+
}
|
|
831
1058
|
},
|
|
832
1059
|
{
|
|
833
1060
|
"name": "firebase",
|
|
834
|
-
"description": "
|
|
1061
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
835
1062
|
"repo": "nuxt-community/firebase-module",
|
|
836
|
-
"npm": "@nuxtjs/firebase",
|
|
1063
|
+
"npm": "@nuxtjs/firebase-monorepo",
|
|
837
1064
|
"icon": "firebase.png",
|
|
838
1065
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
839
1066
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -843,10 +1070,13 @@
|
|
|
843
1070
|
"maintainers": [
|
|
844
1071
|
{
|
|
845
1072
|
"name": "Pascal Luther",
|
|
846
|
-
"github": "lupas"
|
|
847
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1073
|
+
"github": "lupas"
|
|
848
1074
|
}
|
|
849
|
-
]
|
|
1075
|
+
],
|
|
1076
|
+
"compatibility": {
|
|
1077
|
+
"nuxt": "^2.0.0",
|
|
1078
|
+
"requires": {}
|
|
1079
|
+
}
|
|
850
1080
|
},
|
|
851
1081
|
{
|
|
852
1082
|
"name": "floating-prompt-module",
|
|
@@ -862,10 +1092,13 @@
|
|
|
862
1092
|
"maintainers": [
|
|
863
1093
|
{
|
|
864
1094
|
"name": "sandoche",
|
|
865
|
-
"github": "sandoche"
|
|
866
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1095
|
+
"github": "sandoche"
|
|
867
1096
|
}
|
|
868
|
-
]
|
|
1097
|
+
],
|
|
1098
|
+
"compatibility": {
|
|
1099
|
+
"nuxt": "^2.0.0",
|
|
1100
|
+
"requires": {}
|
|
1101
|
+
}
|
|
869
1102
|
},
|
|
870
1103
|
{
|
|
871
1104
|
"name": "font-loader-strategy",
|
|
@@ -881,10 +1114,13 @@
|
|
|
881
1114
|
"maintainers": [
|
|
882
1115
|
{
|
|
883
1116
|
"name": "GrabarzUndPartner",
|
|
884
|
-
"github": "GrabarzUndPartner"
|
|
885
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
1117
|
+
"github": "GrabarzUndPartner"
|
|
886
1118
|
}
|
|
887
|
-
]
|
|
1119
|
+
],
|
|
1120
|
+
"compatibility": {
|
|
1121
|
+
"nuxt": "^2.0.0",
|
|
1122
|
+
"requires": {}
|
|
1123
|
+
}
|
|
888
1124
|
},
|
|
889
1125
|
{
|
|
890
1126
|
"name": "fontagon",
|
|
@@ -900,10 +1136,13 @@
|
|
|
900
1136
|
"maintainers": [
|
|
901
1137
|
{
|
|
902
1138
|
"name": "kdydesign",
|
|
903
|
-
"github": "kdydesign"
|
|
904
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
1139
|
+
"github": "kdydesign"
|
|
905
1140
|
}
|
|
906
|
-
]
|
|
1141
|
+
],
|
|
1142
|
+
"compatibility": {
|
|
1143
|
+
"nuxt": "^2.0.0",
|
|
1144
|
+
"requires": {}
|
|
1145
|
+
}
|
|
907
1146
|
},
|
|
908
1147
|
{
|
|
909
1148
|
"name": "fontawesome",
|
|
@@ -919,10 +1158,41 @@
|
|
|
919
1158
|
"maintainers": [
|
|
920
1159
|
{
|
|
921
1160
|
"name": "Pim",
|
|
922
|
-
"github": "pimlie"
|
|
923
|
-
|
|
1161
|
+
"github": "pimlie"
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"compatibility": {
|
|
1165
|
+
"nuxt": "^2.0.0",
|
|
1166
|
+
"requires": {}
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "formkit",
|
|
1171
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1172
|
+
"repo": "formkit/formkit",
|
|
1173
|
+
"npm": "",
|
|
1174
|
+
"icon": "formkit.png",
|
|
1175
|
+
"github": "https://github.com/formkit/formkit",
|
|
1176
|
+
"website": "https://formkit.com",
|
|
1177
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1178
|
+
"category": "Libraries",
|
|
1179
|
+
"type": "3rd-party",
|
|
1180
|
+
"maintainers": [
|
|
1181
|
+
{
|
|
1182
|
+
"name": "Justin Schroeder",
|
|
1183
|
+
"github": "justin-schroeder",
|
|
1184
|
+
"twitter": "jpschroeder"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "Andrew Boyd",
|
|
1188
|
+
"github": "andrew-boyd",
|
|
1189
|
+
"twitter": "0xBOYD"
|
|
924
1190
|
}
|
|
925
|
-
]
|
|
1191
|
+
],
|
|
1192
|
+
"compatibility": {
|
|
1193
|
+
"nuxt": "^3.0.0",
|
|
1194
|
+
"requires": {}
|
|
1195
|
+
}
|
|
926
1196
|
},
|
|
927
1197
|
{
|
|
928
1198
|
"name": "fullpage",
|
|
@@ -938,10 +1208,13 @@
|
|
|
938
1208
|
"maintainers": [
|
|
939
1209
|
{
|
|
940
1210
|
"name": "vaso2",
|
|
941
|
-
"github": "vaso2"
|
|
942
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1211
|
+
"github": "vaso2"
|
|
943
1212
|
}
|
|
944
|
-
]
|
|
1213
|
+
],
|
|
1214
|
+
"compatibility": {
|
|
1215
|
+
"nuxt": "^2.0.0",
|
|
1216
|
+
"requires": {}
|
|
1217
|
+
}
|
|
945
1218
|
},
|
|
946
1219
|
{
|
|
947
1220
|
"name": "github-api",
|
|
@@ -957,10 +1230,13 @@
|
|
|
957
1230
|
"maintainers": [
|
|
958
1231
|
{
|
|
959
1232
|
"name": "lindsaykwardell",
|
|
960
|
-
"github": "lindsaykwardell"
|
|
961
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1233
|
+
"github": "lindsaykwardell"
|
|
962
1234
|
}
|
|
963
|
-
]
|
|
1235
|
+
],
|
|
1236
|
+
"compatibility": {
|
|
1237
|
+
"nuxt": "^2.0.0",
|
|
1238
|
+
"requires": {}
|
|
1239
|
+
}
|
|
964
1240
|
},
|
|
965
1241
|
{
|
|
966
1242
|
"name": "google-adsense",
|
|
@@ -976,10 +1252,13 @@
|
|
|
976
1252
|
"maintainers": [
|
|
977
1253
|
{
|
|
978
1254
|
"name": "Troy Morehouse",
|
|
979
|
-
"github": "tmorehouse"
|
|
980
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1255
|
+
"github": "tmorehouse"
|
|
981
1256
|
}
|
|
982
|
-
]
|
|
1257
|
+
],
|
|
1258
|
+
"compatibility": {
|
|
1259
|
+
"nuxt": "^2.0.0",
|
|
1260
|
+
"requires": {}
|
|
1261
|
+
}
|
|
983
1262
|
},
|
|
984
1263
|
{
|
|
985
1264
|
"name": "google-analytics",
|
|
@@ -996,21 +1275,22 @@
|
|
|
996
1275
|
{
|
|
997
1276
|
"name": "Pooya Parsa",
|
|
998
1277
|
"github": "pi0",
|
|
999
|
-
"twitter": "_pi0_"
|
|
1000
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1278
|
+
"twitter": "_pi0_"
|
|
1001
1279
|
},
|
|
1002
1280
|
{
|
|
1003
1281
|
"name": "Ricardo Gobbo de Souza",
|
|
1004
|
-
"github": "ricardogobbosouza"
|
|
1005
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1282
|
+
"github": "ricardogobbosouza"
|
|
1006
1283
|
},
|
|
1007
1284
|
{
|
|
1008
1285
|
"name": "Matteo Gabriele",
|
|
1009
1286
|
"github": "MatteoGabriele",
|
|
1010
|
-
"twitter": "matteo_gabriele"
|
|
1011
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1287
|
+
"twitter": "matteo_gabriele"
|
|
1012
1288
|
}
|
|
1013
|
-
]
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^2.0.0",
|
|
1292
|
+
"requires": {}
|
|
1293
|
+
}
|
|
1014
1294
|
},
|
|
1015
1295
|
{
|
|
1016
1296
|
"name": "google-fonts",
|
|
@@ -1026,10 +1306,13 @@
|
|
|
1026
1306
|
"maintainers": [
|
|
1027
1307
|
{
|
|
1028
1308
|
"name": "Ricardo Gobbo de Souza",
|
|
1029
|
-
"github": "ricardogobbosouza"
|
|
1030
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1309
|
+
"github": "ricardogobbosouza"
|
|
1031
1310
|
}
|
|
1032
|
-
]
|
|
1311
|
+
],
|
|
1312
|
+
"compatibility": {
|
|
1313
|
+
"nuxt": "^2.0.0",
|
|
1314
|
+
"requires": {}
|
|
1315
|
+
}
|
|
1033
1316
|
},
|
|
1034
1317
|
{
|
|
1035
1318
|
"name": "google-gtag",
|
|
@@ -1045,15 +1328,17 @@
|
|
|
1045
1328
|
"maintainers": [
|
|
1046
1329
|
{
|
|
1047
1330
|
"name": "Dominic Garms",
|
|
1048
|
-
"github": "dohomi"
|
|
1049
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1331
|
+
"github": "dohomi"
|
|
1050
1332
|
},
|
|
1051
1333
|
{
|
|
1052
1334
|
"name": "Ricardo Gobbo de Souza",
|
|
1053
|
-
"github": "ricardogobbosouza"
|
|
1054
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1335
|
+
"github": "ricardogobbosouza"
|
|
1055
1336
|
}
|
|
1056
|
-
]
|
|
1337
|
+
],
|
|
1338
|
+
"compatibility": {
|
|
1339
|
+
"nuxt": "^2.0.0",
|
|
1340
|
+
"requires": {}
|
|
1341
|
+
}
|
|
1057
1342
|
},
|
|
1058
1343
|
{
|
|
1059
1344
|
"name": "google-optimize",
|
|
@@ -1070,22 +1355,23 @@
|
|
|
1070
1355
|
{
|
|
1071
1356
|
"name": "Pooya Parsa",
|
|
1072
1357
|
"github": "pi0",
|
|
1073
|
-
"twitter": "_pi0_"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1358
|
+
"twitter": "_pi0_"
|
|
1075
1359
|
},
|
|
1076
1360
|
{
|
|
1077
1361
|
"name": "Farzad Soltani",
|
|
1078
1362
|
"github": "farzadso",
|
|
1079
|
-
"twitter": "farzadso"
|
|
1080
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1363
|
+
"twitter": "farzadso"
|
|
1081
1364
|
},
|
|
1082
1365
|
{
|
|
1083
1366
|
"name": "Josh Deltener",
|
|
1084
1367
|
"github": "hecktarzuli",
|
|
1085
|
-
"twitter": "JoshDeltener"
|
|
1086
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1368
|
+
"twitter": "JoshDeltener"
|
|
1087
1369
|
}
|
|
1088
|
-
]
|
|
1370
|
+
],
|
|
1371
|
+
"compatibility": {
|
|
1372
|
+
"nuxt": "^2.0.0",
|
|
1373
|
+
"requires": {}
|
|
1374
|
+
}
|
|
1089
1375
|
},
|
|
1090
1376
|
{
|
|
1091
1377
|
"name": "graphql-request",
|
|
@@ -1101,10 +1387,13 @@
|
|
|
1101
1387
|
"maintainers": [
|
|
1102
1388
|
{
|
|
1103
1389
|
"name": "gomah",
|
|
1104
|
-
"github": "gomah"
|
|
1105
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1390
|
+
"github": "gomah"
|
|
1106
1391
|
}
|
|
1107
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"compatibility": {
|
|
1394
|
+
"nuxt": "^2.0.0",
|
|
1395
|
+
"requires": {}
|
|
1396
|
+
}
|
|
1108
1397
|
},
|
|
1109
1398
|
{
|
|
1110
1399
|
"name": "gtm",
|
|
@@ -1121,10 +1410,13 @@
|
|
|
1121
1410
|
{
|
|
1122
1411
|
"name": "Pooya Parsa",
|
|
1123
1412
|
"github": "pi0",
|
|
1124
|
-
"twitter": "_pi0_"
|
|
1125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1413
|
+
"twitter": "_pi0_"
|
|
1126
1414
|
}
|
|
1127
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"compatibility": {
|
|
1417
|
+
"nuxt": "^2.0.0",
|
|
1418
|
+
"requires": {}
|
|
1419
|
+
}
|
|
1128
1420
|
},
|
|
1129
1421
|
{
|
|
1130
1422
|
"name": "guess",
|
|
@@ -1140,10 +1432,61 @@
|
|
|
1140
1432
|
"maintainers": [
|
|
1141
1433
|
{
|
|
1142
1434
|
"name": "Xin Du",
|
|
1143
|
-
"github": "clarkdo"
|
|
1144
|
-
|
|
1435
|
+
"github": "clarkdo"
|
|
1436
|
+
}
|
|
1437
|
+
],
|
|
1438
|
+
"compatibility": {
|
|
1439
|
+
"nuxt": "^2.0.0",
|
|
1440
|
+
"requires": {}
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "harlem",
|
|
1445
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1446
|
+
"repo": "nuxt-community/harlem-module",
|
|
1447
|
+
"npm": "@nuxtjs/harlem",
|
|
1448
|
+
"icon": "harlem.svg",
|
|
1449
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1450
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1451
|
+
"learn_more": "https://harlemjs.com/",
|
|
1452
|
+
"category": "Extensions",
|
|
1453
|
+
"type": "community",
|
|
1454
|
+
"maintainers": [
|
|
1455
|
+
{
|
|
1456
|
+
"name": "Daniel Roe",
|
|
1457
|
+
"github": "danielroe",
|
|
1458
|
+
"twitter": "danielcroe"
|
|
1459
|
+
}
|
|
1460
|
+
],
|
|
1461
|
+
"compatibility": {
|
|
1462
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1463
|
+
"requires": {
|
|
1464
|
+
"bridge": true
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "headway",
|
|
1470
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1471
|
+
"repo": "l-portet/nuxt-headway",
|
|
1472
|
+
"npm": "nuxt-headway",
|
|
1473
|
+
"icon": "headway.png",
|
|
1474
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1475
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1476
|
+
"learn_more": "https://headwayapp.co/",
|
|
1477
|
+
"category": "UI",
|
|
1478
|
+
"type": "3rd-party",
|
|
1479
|
+
"maintainers": [
|
|
1480
|
+
{
|
|
1481
|
+
"name": "l-portet",
|
|
1482
|
+
"github": "l-portet",
|
|
1483
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1145
1484
|
}
|
|
1146
|
-
]
|
|
1485
|
+
],
|
|
1486
|
+
"compatibility": {
|
|
1487
|
+
"nuxt": "^2.0.0",
|
|
1488
|
+
"requires": {}
|
|
1489
|
+
}
|
|
1147
1490
|
},
|
|
1148
1491
|
{
|
|
1149
1492
|
"name": "helmet",
|
|
@@ -1159,10 +1502,13 @@
|
|
|
1159
1502
|
"maintainers": [
|
|
1160
1503
|
{
|
|
1161
1504
|
"name": "victor-perez",
|
|
1162
|
-
"github": "victor-perez"
|
|
1163
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1505
|
+
"github": "victor-perez"
|
|
1164
1506
|
}
|
|
1165
|
-
]
|
|
1507
|
+
],
|
|
1508
|
+
"compatibility": {
|
|
1509
|
+
"nuxt": "^2.0.0",
|
|
1510
|
+
"requires": {}
|
|
1511
|
+
}
|
|
1166
1512
|
},
|
|
1167
1513
|
{
|
|
1168
1514
|
"name": "highcharts",
|
|
@@ -1178,10 +1524,13 @@
|
|
|
1178
1524
|
"maintainers": [
|
|
1179
1525
|
{
|
|
1180
1526
|
"name": "richardeschloss",
|
|
1181
|
-
"github": "richardeschloss"
|
|
1182
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1527
|
+
"github": "richardeschloss"
|
|
1183
1528
|
}
|
|
1184
|
-
]
|
|
1529
|
+
],
|
|
1530
|
+
"compatibility": {
|
|
1531
|
+
"nuxt": "^2.0.0",
|
|
1532
|
+
"requires": {}
|
|
1533
|
+
}
|
|
1185
1534
|
},
|
|
1186
1535
|
{
|
|
1187
1536
|
"name": "history-state",
|
|
@@ -1197,10 +1546,13 @@
|
|
|
1197
1546
|
"maintainers": [
|
|
1198
1547
|
{
|
|
1199
1548
|
"name": "hidekatsu-izuno",
|
|
1200
|
-
"github": "hidekatsu-izuno"
|
|
1201
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1549
|
+
"github": "hidekatsu-izuno"
|
|
1202
1550
|
}
|
|
1203
|
-
]
|
|
1551
|
+
],
|
|
1552
|
+
"compatibility": {
|
|
1553
|
+
"nuxt": "^2.0.0",
|
|
1554
|
+
"requires": {}
|
|
1555
|
+
}
|
|
1204
1556
|
},
|
|
1205
1557
|
{
|
|
1206
1558
|
"name": "html-minifier",
|
|
@@ -1216,10 +1568,13 @@
|
|
|
1216
1568
|
"maintainers": [
|
|
1217
1569
|
{
|
|
1218
1570
|
"name": "Xin Du",
|
|
1219
|
-
"github": "clarkdo"
|
|
1220
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1571
|
+
"github": "clarkdo"
|
|
1221
1572
|
}
|
|
1222
|
-
]
|
|
1573
|
+
],
|
|
1574
|
+
"compatibility": {
|
|
1575
|
+
"nuxt": "^2.0.0",
|
|
1576
|
+
"requires": {}
|
|
1577
|
+
}
|
|
1223
1578
|
},
|
|
1224
1579
|
{
|
|
1225
1580
|
"name": "html-validator",
|
|
@@ -1236,10 +1591,13 @@
|
|
|
1236
1591
|
{
|
|
1237
1592
|
"name": "Daniel Roe",
|
|
1238
1593
|
"github": "danielroe",
|
|
1239
|
-
"twitter": "danielcroe"
|
|
1240
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1594
|
+
"twitter": "danielcroe"
|
|
1241
1595
|
}
|
|
1242
|
-
]
|
|
1596
|
+
],
|
|
1597
|
+
"compatibility": {
|
|
1598
|
+
"nuxt": "^2.0.0",
|
|
1599
|
+
"requires": {}
|
|
1600
|
+
}
|
|
1243
1601
|
},
|
|
1244
1602
|
{
|
|
1245
1603
|
"name": "http",
|
|
@@ -1256,16 +1614,41 @@
|
|
|
1256
1614
|
{
|
|
1257
1615
|
"name": "Pooya Parsa",
|
|
1258
1616
|
"github": "pi0",
|
|
1259
|
-
"twitter": "_pi0_"
|
|
1260
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1617
|
+
"twitter": "_pi0_"
|
|
1261
1618
|
},
|
|
1262
1619
|
{
|
|
1263
1620
|
"name": "Sébastien Chopin",
|
|
1264
1621
|
"github": "Atinux",
|
|
1265
|
-
"twitter": "Atinux"
|
|
1266
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1622
|
+
"twitter": "Atinux"
|
|
1267
1623
|
}
|
|
1268
|
-
]
|
|
1624
|
+
],
|
|
1625
|
+
"compatibility": {
|
|
1626
|
+
"nuxt": "^2.0.0",
|
|
1627
|
+
"requires": {}
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"name": "humans-txt",
|
|
1632
|
+
"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.",
|
|
1633
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1634
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1635
|
+
"icon": "",
|
|
1636
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1637
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1638
|
+
"learn_more": "https://humanstxt.org/",
|
|
1639
|
+
"category": "SEO",
|
|
1640
|
+
"type": "3rd-party",
|
|
1641
|
+
"maintainers": [
|
|
1642
|
+
{
|
|
1643
|
+
"name": "Luca Iaconelli",
|
|
1644
|
+
"github": "LuXDAmore",
|
|
1645
|
+
"twitter": "luxdamore"
|
|
1646
|
+
}
|
|
1647
|
+
],
|
|
1648
|
+
"compatibility": {
|
|
1649
|
+
"nuxt": "^2.0.0",
|
|
1650
|
+
"requires": {}
|
|
1651
|
+
}
|
|
1269
1652
|
},
|
|
1270
1653
|
{
|
|
1271
1654
|
"name": "i18n",
|
|
@@ -1281,15 +1664,17 @@
|
|
|
1281
1664
|
"maintainers": [
|
|
1282
1665
|
{
|
|
1283
1666
|
"name": "Rafał Chłodnicki",
|
|
1284
|
-
"github": "rchl"
|
|
1285
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1667
|
+
"github": "rchl"
|
|
1286
1668
|
},
|
|
1287
1669
|
{
|
|
1288
|
-
"name": "
|
|
1289
|
-
"github": "
|
|
1290
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1670
|
+
"name": "Kazuya Kawaguchi",
|
|
1671
|
+
"github": "kazupon"
|
|
1291
1672
|
}
|
|
1292
|
-
]
|
|
1673
|
+
],
|
|
1674
|
+
"compatibility": {
|
|
1675
|
+
"nuxt": "^2.0.0",
|
|
1676
|
+
"requires": {}
|
|
1677
|
+
}
|
|
1293
1678
|
},
|
|
1294
1679
|
{
|
|
1295
1680
|
"name": "image-loader",
|
|
@@ -1305,10 +1690,13 @@
|
|
|
1305
1690
|
"maintainers": [
|
|
1306
1691
|
{
|
|
1307
1692
|
"name": "Barry Fisher",
|
|
1308
|
-
"github": "Barry-Fisher"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1693
|
+
"github": "Barry-Fisher"
|
|
1310
1694
|
}
|
|
1311
|
-
]
|
|
1695
|
+
],
|
|
1696
|
+
"compatibility": {
|
|
1697
|
+
"nuxt": "^2.0.0",
|
|
1698
|
+
"requires": {}
|
|
1699
|
+
}
|
|
1312
1700
|
},
|
|
1313
1701
|
{
|
|
1314
1702
|
"name": "image",
|
|
@@ -1325,22 +1713,25 @@
|
|
|
1325
1713
|
{
|
|
1326
1714
|
"name": "Ahad Birang",
|
|
1327
1715
|
"github": "farnabaz",
|
|
1328
|
-
"twitter": "a_birang"
|
|
1329
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1716
|
+
"twitter": "a_birang"
|
|
1330
1717
|
},
|
|
1331
1718
|
{
|
|
1332
1719
|
"name": "Pooya Parsa",
|
|
1333
1720
|
"github": "pi0",
|
|
1334
|
-
"twitter": "_pi0_"
|
|
1335
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1721
|
+
"twitter": "_pi0_"
|
|
1336
1722
|
},
|
|
1337
1723
|
{
|
|
1338
1724
|
"name": "Sebastien Chopin",
|
|
1339
1725
|
"github": "Atinux",
|
|
1340
|
-
"twitter": "Atinux"
|
|
1341
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1726
|
+
"twitter": "Atinux"
|
|
1342
1727
|
}
|
|
1343
|
-
]
|
|
1728
|
+
],
|
|
1729
|
+
"compatibility": {
|
|
1730
|
+
"nuxt": "^2.0.0",
|
|
1731
|
+
"requires": {
|
|
1732
|
+
"bridge": "optional"
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1344
1735
|
},
|
|
1345
1736
|
{
|
|
1346
1737
|
"name": "imagemin",
|
|
@@ -1356,10 +1747,38 @@
|
|
|
1356
1747
|
"maintainers": [
|
|
1357
1748
|
{
|
|
1358
1749
|
"name": "Ricardo Gobbo de Souza",
|
|
1359
|
-
"github": "ricardogobbosouza"
|
|
1360
|
-
|
|
1750
|
+
"github": "ricardogobbosouza"
|
|
1751
|
+
}
|
|
1752
|
+
],
|
|
1753
|
+
"compatibility": {
|
|
1754
|
+
"nuxt": "^2.0.0",
|
|
1755
|
+
"requires": {}
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "inkline",
|
|
1760
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1761
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1762
|
+
"npm": "@inkline/nuxt",
|
|
1763
|
+
"icon": "inkline.svg",
|
|
1764
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1765
|
+
"website": "https://inkline.io",
|
|
1766
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1767
|
+
"category": "UI",
|
|
1768
|
+
"type": "3rd-party",
|
|
1769
|
+
"maintainers": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "Alex Grozav",
|
|
1772
|
+
"github": "alexgrozav",
|
|
1773
|
+
"twitter": "alexgrozav"
|
|
1361
1774
|
}
|
|
1362
|
-
]
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1778
|
+
"requires": {
|
|
1779
|
+
"bridge": true
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1363
1782
|
},
|
|
1364
1783
|
{
|
|
1365
1784
|
"name": "intercom",
|
|
@@ -1375,10 +1794,13 @@
|
|
|
1375
1794
|
"maintainers": [
|
|
1376
1795
|
{
|
|
1377
1796
|
"name": "hex-digital",
|
|
1378
|
-
"github": "hex-digital"
|
|
1379
|
-
"avatar": "https://avatars1.githubusercontent.com/u/17425446?v=4"
|
|
1797
|
+
"github": "hex-digital"
|
|
1380
1798
|
}
|
|
1381
|
-
]
|
|
1799
|
+
],
|
|
1800
|
+
"compatibility": {
|
|
1801
|
+
"nuxt": "^2.0.0",
|
|
1802
|
+
"requires": {}
|
|
1803
|
+
}
|
|
1382
1804
|
},
|
|
1383
1805
|
{
|
|
1384
1806
|
"name": "jsonapi",
|
|
@@ -1394,10 +1816,13 @@
|
|
|
1394
1816
|
"maintainers": [
|
|
1395
1817
|
{
|
|
1396
1818
|
"name": "patrickcate",
|
|
1397
|
-
"github": "patrickcate"
|
|
1398
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1819
|
+
"github": "patrickcate"
|
|
1399
1820
|
}
|
|
1400
|
-
]
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^2.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1401
1826
|
},
|
|
1402
1827
|
{
|
|
1403
1828
|
"name": "kentico-kontent",
|
|
@@ -1413,10 +1838,13 @@
|
|
|
1413
1838
|
"maintainers": [
|
|
1414
1839
|
{
|
|
1415
1840
|
"name": "Alfred Brockötter",
|
|
1416
|
-
"github": "Domitnator"
|
|
1417
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1841
|
+
"github": "Domitnator"
|
|
1418
1842
|
}
|
|
1419
|
-
]
|
|
1843
|
+
],
|
|
1844
|
+
"compatibility": {
|
|
1845
|
+
"nuxt": "^2.0.0",
|
|
1846
|
+
"requires": {}
|
|
1847
|
+
}
|
|
1420
1848
|
},
|
|
1421
1849
|
{
|
|
1422
1850
|
"name": "laravel-echo",
|
|
@@ -1432,10 +1860,13 @@
|
|
|
1432
1860
|
"maintainers": [
|
|
1433
1861
|
{
|
|
1434
1862
|
"name": "Ricardo Gobbo de Souza",
|
|
1435
|
-
"github": "ricardogobbosouza"
|
|
1436
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1863
|
+
"github": "ricardogobbosouza"
|
|
1437
1864
|
}
|
|
1438
|
-
]
|
|
1865
|
+
],
|
|
1866
|
+
"compatibility": {
|
|
1867
|
+
"nuxt": "^2.0.0",
|
|
1868
|
+
"requires": {}
|
|
1869
|
+
}
|
|
1439
1870
|
},
|
|
1440
1871
|
{
|
|
1441
1872
|
"name": "laravel-nuxt",
|
|
@@ -1451,10 +1882,13 @@
|
|
|
1451
1882
|
"maintainers": [
|
|
1452
1883
|
{
|
|
1453
1884
|
"name": "skyrpex",
|
|
1454
|
-
"github": "skyrpex"
|
|
1455
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1885
|
+
"github": "skyrpex"
|
|
1456
1886
|
}
|
|
1457
|
-
]
|
|
1887
|
+
],
|
|
1888
|
+
"compatibility": {
|
|
1889
|
+
"nuxt": "^2.0.0",
|
|
1890
|
+
"requires": {}
|
|
1891
|
+
}
|
|
1458
1892
|
},
|
|
1459
1893
|
{
|
|
1460
1894
|
"name": "laravel",
|
|
@@ -1470,10 +1904,13 @@
|
|
|
1470
1904
|
"maintainers": [
|
|
1471
1905
|
{
|
|
1472
1906
|
"name": "m2sd",
|
|
1473
|
-
"github": "m2sd"
|
|
1474
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1907
|
+
"github": "m2sd"
|
|
1475
1908
|
}
|
|
1476
|
-
]
|
|
1909
|
+
],
|
|
1910
|
+
"compatibility": {
|
|
1911
|
+
"nuxt": "^2.0.0",
|
|
1912
|
+
"requires": {}
|
|
1913
|
+
}
|
|
1477
1914
|
},
|
|
1478
1915
|
{
|
|
1479
1916
|
"name": "leaflet",
|
|
@@ -1489,10 +1926,13 @@
|
|
|
1489
1926
|
"maintainers": [
|
|
1490
1927
|
{
|
|
1491
1928
|
"name": "schlunsen",
|
|
1492
|
-
"github": "schlunsen"
|
|
1493
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1929
|
+
"github": "schlunsen"
|
|
1494
1930
|
}
|
|
1495
|
-
]
|
|
1931
|
+
],
|
|
1932
|
+
"compatibility": {
|
|
1933
|
+
"nuxt": "^2.0.0",
|
|
1934
|
+
"requires": {}
|
|
1935
|
+
}
|
|
1496
1936
|
},
|
|
1497
1937
|
{
|
|
1498
1938
|
"name": "localforage",
|
|
@@ -1509,15 +1949,17 @@
|
|
|
1509
1949
|
{
|
|
1510
1950
|
"name": "Alexandre Chopin",
|
|
1511
1951
|
"github": "alexchopin",
|
|
1512
|
-
"twitter": "alexchopin"
|
|
1513
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1952
|
+
"twitter": "alexchopin"
|
|
1514
1953
|
},
|
|
1515
1954
|
{
|
|
1516
1955
|
"name": "Ricardo Gobbo de Souza",
|
|
1517
|
-
"github": "ricardogobbosouza"
|
|
1518
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1956
|
+
"github": "ricardogobbosouza"
|
|
1519
1957
|
}
|
|
1520
|
-
]
|
|
1958
|
+
],
|
|
1959
|
+
"compatibility": {
|
|
1960
|
+
"nuxt": "^2.0.0",
|
|
1961
|
+
"requires": {}
|
|
1962
|
+
}
|
|
1521
1963
|
},
|
|
1522
1964
|
{
|
|
1523
1965
|
"name": "localtunnel",
|
|
@@ -1534,10 +1976,35 @@
|
|
|
1534
1976
|
{
|
|
1535
1977
|
"name": "Pooya Parsa",
|
|
1536
1978
|
"github": "pi0",
|
|
1537
|
-
"twitter": "_pi0_"
|
|
1538
|
-
|
|
1979
|
+
"twitter": "_pi0_"
|
|
1980
|
+
}
|
|
1981
|
+
],
|
|
1982
|
+
"compatibility": {
|
|
1983
|
+
"nuxt": "^2.0.0",
|
|
1984
|
+
"requires": {}
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"name": "lodash",
|
|
1989
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
1990
|
+
"repo": "cipami/nuxt-lodash",
|
|
1991
|
+
"npm": "nuxt-lodash",
|
|
1992
|
+
"icon": "lodash.svg",
|
|
1993
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
1994
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
1995
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
1996
|
+
"category": "Libraries",
|
|
1997
|
+
"type": "3rd-party",
|
|
1998
|
+
"maintainers": [
|
|
1999
|
+
{
|
|
2000
|
+
"name": "Michal Čípa",
|
|
2001
|
+
"github": "cipami"
|
|
1539
2002
|
}
|
|
1540
|
-
]
|
|
2003
|
+
],
|
|
2004
|
+
"compatibility": {
|
|
2005
|
+
"nuxt": "^3.0.0",
|
|
2006
|
+
"requires": {}
|
|
2007
|
+
}
|
|
1541
2008
|
},
|
|
1542
2009
|
{
|
|
1543
2010
|
"name": "logrocket",
|
|
@@ -1554,10 +2021,13 @@
|
|
|
1554
2021
|
{
|
|
1555
2022
|
"name": "Farzad Soltani",
|
|
1556
2023
|
"github": "farzadso",
|
|
1557
|
-
"twitter": "farzadso"
|
|
1558
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2024
|
+
"twitter": "farzadso"
|
|
1559
2025
|
}
|
|
1560
|
-
]
|
|
2026
|
+
],
|
|
2027
|
+
"compatibility": {
|
|
2028
|
+
"nuxt": "^2.0.0",
|
|
2029
|
+
"requires": {}
|
|
2030
|
+
}
|
|
1561
2031
|
},
|
|
1562
2032
|
{
|
|
1563
2033
|
"name": "lunr",
|
|
@@ -1573,10 +2043,13 @@
|
|
|
1573
2043
|
"maintainers": [
|
|
1574
2044
|
{
|
|
1575
2045
|
"name": "Pim",
|
|
1576
|
-
"github": "pimlie"
|
|
1577
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2046
|
+
"github": "pimlie"
|
|
1578
2047
|
}
|
|
1579
|
-
]
|
|
2048
|
+
],
|
|
2049
|
+
"compatibility": {
|
|
2050
|
+
"nuxt": "^2.0.0",
|
|
2051
|
+
"requires": {}
|
|
2052
|
+
}
|
|
1580
2053
|
},
|
|
1581
2054
|
{
|
|
1582
2055
|
"name": "markdownit",
|
|
@@ -1593,10 +2066,13 @@
|
|
|
1593
2066
|
{
|
|
1594
2067
|
"name": "Pooya Parsa",
|
|
1595
2068
|
"github": "pi0",
|
|
1596
|
-
"twitter": "_pi0_"
|
|
1597
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2069
|
+
"twitter": "_pi0_"
|
|
1598
2070
|
}
|
|
1599
|
-
]
|
|
2071
|
+
],
|
|
2072
|
+
"compatibility": {
|
|
2073
|
+
"nuxt": "^2.0.0",
|
|
2074
|
+
"requires": {}
|
|
2075
|
+
}
|
|
1600
2076
|
},
|
|
1601
2077
|
{
|
|
1602
2078
|
"name": "matomo",
|
|
@@ -1612,10 +2088,13 @@
|
|
|
1612
2088
|
"maintainers": [
|
|
1613
2089
|
{
|
|
1614
2090
|
"name": "pimlie",
|
|
1615
|
-
"github": "pimlie"
|
|
1616
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2091
|
+
"github": "pimlie"
|
|
1617
2092
|
}
|
|
1618
|
-
]
|
|
2093
|
+
],
|
|
2094
|
+
"compatibility": {
|
|
2095
|
+
"nuxt": "^2.0.0",
|
|
2096
|
+
"requires": {}
|
|
2097
|
+
}
|
|
1619
2098
|
},
|
|
1620
2099
|
{
|
|
1621
2100
|
"name": "mdx",
|
|
@@ -1632,10 +2111,13 @@
|
|
|
1632
2111
|
{
|
|
1633
2112
|
"name": "Jonathan Bakebwa",
|
|
1634
2113
|
"github": "codebender828",
|
|
1635
|
-
"twitter": "codebender828"
|
|
1636
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2114
|
+
"twitter": "codebender828"
|
|
1637
2115
|
}
|
|
1638
|
-
]
|
|
2116
|
+
],
|
|
2117
|
+
"compatibility": {
|
|
2118
|
+
"nuxt": "^2.0.0",
|
|
2119
|
+
"requires": {}
|
|
2120
|
+
}
|
|
1639
2121
|
},
|
|
1640
2122
|
{
|
|
1641
2123
|
"name": "memwatch",
|
|
@@ -1651,10 +2133,13 @@
|
|
|
1651
2133
|
"maintainers": [
|
|
1652
2134
|
{
|
|
1653
2135
|
"name": "pimlie",
|
|
1654
|
-
"github": "pimlie"
|
|
1655
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2136
|
+
"github": "pimlie"
|
|
1656
2137
|
}
|
|
1657
|
-
]
|
|
2138
|
+
],
|
|
2139
|
+
"compatibility": {
|
|
2140
|
+
"nuxt": "^2.0.0",
|
|
2141
|
+
"requires": {}
|
|
2142
|
+
}
|
|
1658
2143
|
},
|
|
1659
2144
|
{
|
|
1660
2145
|
"name": "mobile",
|
|
@@ -1670,10 +2155,13 @@
|
|
|
1670
2155
|
"maintainers": [
|
|
1671
2156
|
{
|
|
1672
2157
|
"name": "ChanningDefoe",
|
|
1673
|
-
"github": "ChanningDefoe"
|
|
1674
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2158
|
+
"github": "ChanningDefoe"
|
|
1675
2159
|
}
|
|
1676
|
-
]
|
|
2160
|
+
],
|
|
2161
|
+
"compatibility": {
|
|
2162
|
+
"nuxt": "^2.0.0",
|
|
2163
|
+
"requires": {}
|
|
2164
|
+
}
|
|
1677
2165
|
},
|
|
1678
2166
|
{
|
|
1679
2167
|
"name": "moment",
|
|
@@ -1690,15 +2178,17 @@
|
|
|
1690
2178
|
{
|
|
1691
2179
|
"name": "Pooya Parsa",
|
|
1692
2180
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2181
|
+
"twitter": "_pi0_"
|
|
1695
2182
|
},
|
|
1696
2183
|
{
|
|
1697
2184
|
"name": "Ricardo Gobbo de Souza",
|
|
1698
|
-
"github": "ricardogobbosouza"
|
|
1699
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2185
|
+
"github": "ricardogobbosouza"
|
|
1700
2186
|
}
|
|
1701
|
-
]
|
|
2187
|
+
],
|
|
2188
|
+
"compatibility": {
|
|
2189
|
+
"nuxt": "^2.0.0",
|
|
2190
|
+
"requires": {}
|
|
2191
|
+
}
|
|
1702
2192
|
},
|
|
1703
2193
|
{
|
|
1704
2194
|
"name": "mq",
|
|
@@ -1714,10 +2204,13 @@
|
|
|
1714
2204
|
"maintainers": [
|
|
1715
2205
|
{
|
|
1716
2206
|
"name": "vanhoofmaarten",
|
|
1717
|
-
"github": "vanhoofmaarten"
|
|
1718
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2207
|
+
"github": "vanhoofmaarten"
|
|
1719
2208
|
}
|
|
1720
|
-
]
|
|
2209
|
+
],
|
|
2210
|
+
"compatibility": {
|
|
2211
|
+
"nuxt": "^2.0.0",
|
|
2212
|
+
"requires": {}
|
|
2213
|
+
}
|
|
1721
2214
|
},
|
|
1722
2215
|
{
|
|
1723
2216
|
"name": "neo",
|
|
@@ -1733,10 +2226,13 @@
|
|
|
1733
2226
|
"maintainers": [
|
|
1734
2227
|
{
|
|
1735
2228
|
"name": "ezypeeze",
|
|
1736
|
-
"github": "ezypeeze"
|
|
1737
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2229
|
+
"github": "ezypeeze"
|
|
1738
2230
|
}
|
|
1739
|
-
]
|
|
2231
|
+
],
|
|
2232
|
+
"compatibility": {
|
|
2233
|
+
"nuxt": "^2.0.0",
|
|
2234
|
+
"requires": {}
|
|
2235
|
+
}
|
|
1740
2236
|
},
|
|
1741
2237
|
{
|
|
1742
2238
|
"name": "netlify-cache",
|
|
@@ -1752,10 +2248,13 @@
|
|
|
1752
2248
|
"maintainers": [
|
|
1753
2249
|
{
|
|
1754
2250
|
"name": "DreaMinder",
|
|
1755
|
-
"github": "DreaMinder"
|
|
1756
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2251
|
+
"github": "DreaMinder"
|
|
1757
2252
|
}
|
|
1758
|
-
]
|
|
2253
|
+
],
|
|
2254
|
+
"compatibility": {
|
|
2255
|
+
"nuxt": "^2.0.0",
|
|
2256
|
+
"requires": {}
|
|
2257
|
+
}
|
|
1759
2258
|
},
|
|
1760
2259
|
{
|
|
1761
2260
|
"name": "netlify-files",
|
|
@@ -1772,10 +2271,13 @@
|
|
|
1772
2271
|
{
|
|
1773
2272
|
"name": "Alexander Lichter",
|
|
1774
2273
|
"github": "manniL",
|
|
1775
|
-
"twitter": "TheAlexLichter"
|
|
1776
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2274
|
+
"twitter": "TheAlexLichter"
|
|
1777
2275
|
}
|
|
1778
|
-
]
|
|
2276
|
+
],
|
|
2277
|
+
"compatibility": {
|
|
2278
|
+
"nuxt": "^2.0.0",
|
|
2279
|
+
"requires": {}
|
|
2280
|
+
}
|
|
1779
2281
|
},
|
|
1780
2282
|
{
|
|
1781
2283
|
"name": "netlify",
|
|
@@ -1791,10 +2293,13 @@
|
|
|
1791
2293
|
"maintainers": [
|
|
1792
2294
|
{
|
|
1793
2295
|
"name": "bazzite",
|
|
1794
|
-
"github": "bazzite"
|
|
1795
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2296
|
+
"github": "bazzite"
|
|
1796
2297
|
}
|
|
1797
|
-
]
|
|
2298
|
+
],
|
|
2299
|
+
"compatibility": {
|
|
2300
|
+
"nuxt": "^2.0.0",
|
|
2301
|
+
"requires": {}
|
|
2302
|
+
}
|
|
1798
2303
|
},
|
|
1799
2304
|
{
|
|
1800
2305
|
"name": "ngrok",
|
|
@@ -1811,16 +2316,18 @@
|
|
|
1811
2316
|
{
|
|
1812
2317
|
"name": "Debbie O'Brien",
|
|
1813
2318
|
"github": "debs-obrien",
|
|
1814
|
-
"twitter": "debs_obrien"
|
|
1815
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2319
|
+
"twitter": "debs_obrien"
|
|
1816
2320
|
},
|
|
1817
2321
|
{
|
|
1818
2322
|
"name": "Pooya Parsa",
|
|
1819
2323
|
"github": "pi0",
|
|
1820
|
-
"twitter": "_pi0_"
|
|
1821
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2324
|
+
"twitter": "_pi0_"
|
|
1822
2325
|
}
|
|
1823
|
-
]
|
|
2326
|
+
],
|
|
2327
|
+
"compatibility": {
|
|
2328
|
+
"nuxt": "^2.0.0",
|
|
2329
|
+
"requires": {}
|
|
2330
|
+
}
|
|
1824
2331
|
},
|
|
1825
2332
|
{
|
|
1826
2333
|
"name": "notion",
|
|
@@ -1836,10 +2343,106 @@
|
|
|
1836
2343
|
"maintainers": [
|
|
1837
2344
|
{
|
|
1838
2345
|
"name": "janniks",
|
|
1839
|
-
"github": "janniks"
|
|
1840
|
-
|
|
2346
|
+
"github": "janniks"
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
2349
|
+
"compatibility": {
|
|
2350
|
+
"nuxt": "^2.0.0",
|
|
2351
|
+
"requires": {}
|
|
2352
|
+
}
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "nuxt-hue",
|
|
2356
|
+
"description": "Enlighten your Nuxt experience",
|
|
2357
|
+
"repo": "lihbr/nuxt-hue",
|
|
2358
|
+
"npm": "nuxt-hue",
|
|
2359
|
+
"icon": "nuxt-hue.svg",
|
|
2360
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2361
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2362
|
+
"learn_more": "",
|
|
2363
|
+
"category": "Devtools",
|
|
2364
|
+
"type": "3rd-party",
|
|
2365
|
+
"maintainers": [
|
|
2366
|
+
{
|
|
2367
|
+
"name": "lihbr",
|
|
2368
|
+
"github": "lihbr"
|
|
2369
|
+
}
|
|
2370
|
+
],
|
|
2371
|
+
"compatibility": {
|
|
2372
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2373
|
+
"requires": {
|
|
2374
|
+
"bridge": "optional"
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"name": "nuxt-pino-log",
|
|
2380
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2381
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2382
|
+
"npm": "nuxt-pino-log",
|
|
2383
|
+
"icon": "",
|
|
2384
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2385
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2386
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2387
|
+
"category": "Monitoring",
|
|
2388
|
+
"type": "3rd-party",
|
|
2389
|
+
"maintainers": [
|
|
2390
|
+
{
|
|
2391
|
+
"name": "kpn",
|
|
2392
|
+
"github": "kpn"
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"compatibility": {
|
|
2396
|
+
"nuxt": "^2.0.0",
|
|
2397
|
+
"requires": {}
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "nuxt-png-to-ico",
|
|
2402
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2403
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2404
|
+
"npm": "nuxt-png-to-ico",
|
|
2405
|
+
"icon": "",
|
|
2406
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2407
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2408
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2409
|
+
"category": "Devtools",
|
|
2410
|
+
"type": "3rd-party",
|
|
2411
|
+
"maintainers": [
|
|
2412
|
+
{
|
|
2413
|
+
"name": "b5710546232",
|
|
2414
|
+
"github": "b5710546232",
|
|
2415
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"compatibility": {
|
|
2419
|
+
"nuxt": "^2.0.0",
|
|
2420
|
+
"requires": {}
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "nuxt-smartlook",
|
|
2425
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2426
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2427
|
+
"npm": "nuxt-smartlook",
|
|
2428
|
+
"icon": "nuxt-smartlook.png",
|
|
2429
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2430
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2431
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2432
|
+
"category": "Analytics",
|
|
2433
|
+
"type": "3rd-party",
|
|
2434
|
+
"maintainers": [
|
|
2435
|
+
{
|
|
2436
|
+
"name": "Milan Sulc",
|
|
2437
|
+
"github": "f3l1x",
|
|
2438
|
+
"twitter": "xf3l1x",
|
|
2439
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
1841
2440
|
}
|
|
1842
|
-
]
|
|
2441
|
+
],
|
|
2442
|
+
"compatibility": {
|
|
2443
|
+
"nuxt": "^2.0.0",
|
|
2444
|
+
"requires": {}
|
|
2445
|
+
}
|
|
1843
2446
|
},
|
|
1844
2447
|
{
|
|
1845
2448
|
"name": "nuxt-use-motion",
|
|
@@ -1855,10 +2458,13 @@
|
|
|
1855
2458
|
"maintainers": [
|
|
1856
2459
|
{
|
|
1857
2460
|
"name": "Tahul",
|
|
1858
|
-
"github": "Tahul"
|
|
1859
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2461
|
+
"github": "Tahul"
|
|
1860
2462
|
}
|
|
1861
|
-
]
|
|
2463
|
+
],
|
|
2464
|
+
"compatibility": {
|
|
2465
|
+
"nuxt": "^2.0.0",
|
|
2466
|
+
"requires": {}
|
|
2467
|
+
}
|
|
1862
2468
|
},
|
|
1863
2469
|
{
|
|
1864
2470
|
"name": "nuxt-use-sound",
|
|
@@ -1874,10 +2480,13 @@
|
|
|
1874
2480
|
"maintainers": [
|
|
1875
2481
|
{
|
|
1876
2482
|
"name": "Tahul",
|
|
1877
|
-
"github": "Tahul"
|
|
1878
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2483
|
+
"github": "Tahul"
|
|
1879
2484
|
}
|
|
1880
|
-
]
|
|
2485
|
+
],
|
|
2486
|
+
"compatibility": {
|
|
2487
|
+
"nuxt": "^2.0.0",
|
|
2488
|
+
"requires": {}
|
|
2489
|
+
}
|
|
1881
2490
|
},
|
|
1882
2491
|
{
|
|
1883
2492
|
"name": "nuxt-viewport",
|
|
@@ -1893,10 +2502,13 @@
|
|
|
1893
2502
|
"maintainers": [
|
|
1894
2503
|
{
|
|
1895
2504
|
"name": "mvrlin",
|
|
1896
|
-
"github": "mvrlin"
|
|
1897
|
-
"avatar": "https://avatars.githubusercontent.com/u/24970784?v=4"
|
|
2505
|
+
"github": "mvrlin"
|
|
1898
2506
|
}
|
|
1899
|
-
]
|
|
2507
|
+
],
|
|
2508
|
+
"compatibility": {
|
|
2509
|
+
"nuxt": "^2.0.0",
|
|
2510
|
+
"requires": {}
|
|
2511
|
+
}
|
|
1900
2512
|
},
|
|
1901
2513
|
{
|
|
1902
2514
|
"name": "nuxt7",
|
|
@@ -1913,10 +2525,13 @@
|
|
|
1913
2525
|
{
|
|
1914
2526
|
"name": "Pooya Parsa",
|
|
1915
2527
|
"github": "pi0",
|
|
1916
|
-
"twitter": "_pi0_"
|
|
1917
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2528
|
+
"twitter": "_pi0_"
|
|
1918
2529
|
}
|
|
1919
|
-
]
|
|
2530
|
+
],
|
|
2531
|
+
"compatibility": {
|
|
2532
|
+
"nuxt": "^2.0.0",
|
|
2533
|
+
"requires": {}
|
|
2534
|
+
}
|
|
1920
2535
|
},
|
|
1921
2536
|
{
|
|
1922
2537
|
"name": "onesignal",
|
|
@@ -1933,10 +2548,13 @@
|
|
|
1933
2548
|
{
|
|
1934
2549
|
"name": "Pooya Parsa",
|
|
1935
2550
|
"github": "pi0",
|
|
1936
|
-
"twitter": "_pi0_"
|
|
1937
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2551
|
+
"twitter": "_pi0_"
|
|
1938
2552
|
}
|
|
1939
|
-
]
|
|
2553
|
+
],
|
|
2554
|
+
"compatibility": {
|
|
2555
|
+
"nuxt": "^2.0.0",
|
|
2556
|
+
"requires": {}
|
|
2557
|
+
}
|
|
1940
2558
|
},
|
|
1941
2559
|
{
|
|
1942
2560
|
"name": "optimized-images",
|
|
@@ -1953,10 +2571,13 @@
|
|
|
1953
2571
|
{
|
|
1954
2572
|
"name": "Julio Marquez",
|
|
1955
2573
|
"github": "juliomrqz",
|
|
1956
|
-
"twitter": "juliomrqz"
|
|
1957
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2574
|
+
"twitter": "juliomrqz"
|
|
1958
2575
|
}
|
|
1959
|
-
]
|
|
2576
|
+
],
|
|
2577
|
+
"compatibility": {
|
|
2578
|
+
"nuxt": "^2.0.0",
|
|
2579
|
+
"requires": {}
|
|
2580
|
+
}
|
|
1960
2581
|
},
|
|
1961
2582
|
{
|
|
1962
2583
|
"name": "page-generator-helper",
|
|
@@ -1972,10 +2593,13 @@
|
|
|
1972
2593
|
"maintainers": [
|
|
1973
2594
|
{
|
|
1974
2595
|
"name": "GrabarzUndPartner",
|
|
1975
|
-
"github": "GrabarzUndPartner"
|
|
1976
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2596
|
+
"github": "GrabarzUndPartner"
|
|
1977
2597
|
}
|
|
1978
|
-
]
|
|
2598
|
+
],
|
|
2599
|
+
"compatibility": {
|
|
2600
|
+
"nuxt": "^2.0.0",
|
|
2601
|
+
"requires": {}
|
|
2602
|
+
}
|
|
1979
2603
|
},
|
|
1980
2604
|
{
|
|
1981
2605
|
"name": "parse",
|
|
@@ -1991,10 +2615,85 @@
|
|
|
1991
2615
|
"maintainers": [
|
|
1992
2616
|
{
|
|
1993
2617
|
"name": "cierrateam",
|
|
1994
|
-
"github": "cierrateam"
|
|
1995
|
-
|
|
2618
|
+
"github": "cierrateam"
|
|
2619
|
+
}
|
|
2620
|
+
],
|
|
2621
|
+
"compatibility": {
|
|
2622
|
+
"nuxt": "^2.0.0",
|
|
2623
|
+
"requires": {}
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "partytown",
|
|
2628
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2629
|
+
"repo": "nuxt-community/partytown-module",
|
|
2630
|
+
"npm": "@nuxtjs/partytown",
|
|
2631
|
+
"icon": "partytown.svg",
|
|
2632
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2633
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2634
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2635
|
+
"category": "Performance",
|
|
2636
|
+
"type": "community",
|
|
2637
|
+
"maintainers": [
|
|
2638
|
+
{
|
|
2639
|
+
"name": "Daniel Roe",
|
|
2640
|
+
"github": "danielroe",
|
|
2641
|
+
"twitter": "danielcroe"
|
|
2642
|
+
}
|
|
2643
|
+
],
|
|
2644
|
+
"compatibility": {
|
|
2645
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2646
|
+
"requires": {
|
|
2647
|
+
"bridge": true
|
|
1996
2648
|
}
|
|
1997
|
-
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "persian-datepicker",
|
|
2653
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2654
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2655
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2656
|
+
"icon": "persian-datepicker.svg",
|
|
2657
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2658
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2659
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2660
|
+
"category": "Date",
|
|
2661
|
+
"type": "3rd-party",
|
|
2662
|
+
"maintainers": [
|
|
2663
|
+
{
|
|
2664
|
+
"name": "Alireza Alibeiki",
|
|
2665
|
+
"github": "alireza-ab",
|
|
2666
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"compatibility": {
|
|
2670
|
+
"nuxt": "^2.0.0",
|
|
2671
|
+
"requires": {}
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "pinia",
|
|
2676
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2677
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2678
|
+
"npm": "@pinia/nuxt",
|
|
2679
|
+
"icon": "pinia.svg",
|
|
2680
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2681
|
+
"website": "https://pinia.esm.dev/",
|
|
2682
|
+
"learn_more": "",
|
|
2683
|
+
"category": "Extensions",
|
|
2684
|
+
"type": "3rd-party",
|
|
2685
|
+
"maintainers": [
|
|
2686
|
+
{
|
|
2687
|
+
"name": "posva",
|
|
2688
|
+
"github": "posva"
|
|
2689
|
+
}
|
|
2690
|
+
],
|
|
2691
|
+
"compatibility": {
|
|
2692
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2693
|
+
"requires": {
|
|
2694
|
+
"bridge": "optional"
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
1998
2697
|
},
|
|
1999
2698
|
{
|
|
2000
2699
|
"name": "plausible",
|
|
@@ -2010,10 +2709,15 @@
|
|
|
2010
2709
|
"maintainers": [
|
|
2011
2710
|
{
|
|
2012
2711
|
"name": "moritzsternemann",
|
|
2013
|
-
"github": "moritzsternemann"
|
|
2014
|
-
|
|
2712
|
+
"github": "moritzsternemann"
|
|
2713
|
+
}
|
|
2714
|
+
],
|
|
2715
|
+
"compatibility": {
|
|
2716
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2717
|
+
"requires": {
|
|
2718
|
+
"bridge": "optional"
|
|
2015
2719
|
}
|
|
2016
|
-
|
|
2720
|
+
}
|
|
2017
2721
|
},
|
|
2018
2722
|
{
|
|
2019
2723
|
"name": "precompress",
|
|
@@ -2029,10 +2733,13 @@
|
|
|
2029
2733
|
"maintainers": [
|
|
2030
2734
|
{
|
|
2031
2735
|
"name": "frenchrabbit",
|
|
2032
|
-
"github": "frenchrabbit"
|
|
2033
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2736
|
+
"github": "frenchrabbit"
|
|
2034
2737
|
}
|
|
2035
|
-
]
|
|
2738
|
+
],
|
|
2739
|
+
"compatibility": {
|
|
2740
|
+
"nuxt": "^2.0.0",
|
|
2741
|
+
"requires": {}
|
|
2742
|
+
}
|
|
2036
2743
|
},
|
|
2037
2744
|
{
|
|
2038
2745
|
"name": "prismic",
|
|
@@ -2049,21 +2756,22 @@
|
|
|
2049
2756
|
{
|
|
2050
2757
|
"name": "Sébastien Chopin",
|
|
2051
2758
|
"github": "Atinux",
|
|
2052
|
-
"twitter": "Atinux"
|
|
2053
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2759
|
+
"twitter": "Atinux"
|
|
2054
2760
|
},
|
|
2055
2761
|
{
|
|
2056
2762
|
"name": "lihbr",
|
|
2057
2763
|
"github": "lihbr",
|
|
2058
|
-
"twitter": "li_hbr"
|
|
2059
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2764
|
+
"twitter": "li_hbr"
|
|
2060
2765
|
},
|
|
2061
2766
|
{
|
|
2062
2767
|
"name": "James Pegg",
|
|
2063
|
-
"github": "jamespegg"
|
|
2064
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2768
|
+
"github": "jamespegg"
|
|
2065
2769
|
}
|
|
2066
|
-
]
|
|
2770
|
+
],
|
|
2771
|
+
"compatibility": {
|
|
2772
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2773
|
+
"requires": {}
|
|
2774
|
+
}
|
|
2067
2775
|
},
|
|
2068
2776
|
{
|
|
2069
2777
|
"name": "protected-mailto",
|
|
@@ -2079,10 +2787,13 @@
|
|
|
2079
2787
|
"maintainers": [
|
|
2080
2788
|
{
|
|
2081
2789
|
"name": "mmoollllee",
|
|
2082
|
-
"github": "mmoollllee"
|
|
2083
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2790
|
+
"github": "mmoollllee"
|
|
2084
2791
|
}
|
|
2085
|
-
]
|
|
2792
|
+
],
|
|
2793
|
+
"compatibility": {
|
|
2794
|
+
"nuxt": "^2.0.0",
|
|
2795
|
+
"requires": {}
|
|
2796
|
+
}
|
|
2086
2797
|
},
|
|
2087
2798
|
{
|
|
2088
2799
|
"name": "proxy",
|
|
@@ -2099,10 +2810,13 @@
|
|
|
2099
2810
|
{
|
|
2100
2811
|
"name": "Pooya Parsa",
|
|
2101
2812
|
"github": "pi0",
|
|
2102
|
-
"twitter": "_pi0_"
|
|
2103
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2813
|
+
"twitter": "_pi0_"
|
|
2104
2814
|
}
|
|
2105
|
-
]
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0",
|
|
2818
|
+
"requires": {}
|
|
2819
|
+
}
|
|
2106
2820
|
},
|
|
2107
2821
|
{
|
|
2108
2822
|
"name": "prune-html",
|
|
@@ -2117,11 +2831,15 @@
|
|
|
2117
2831
|
"type": "3rd-party",
|
|
2118
2832
|
"maintainers": [
|
|
2119
2833
|
{
|
|
2120
|
-
"name": "
|
|
2834
|
+
"name": "Luca Iaconelli",
|
|
2121
2835
|
"github": "LuXDAmore",
|
|
2122
|
-
"
|
|
2836
|
+
"twitter": "luxdamore"
|
|
2123
2837
|
}
|
|
2124
|
-
]
|
|
2838
|
+
],
|
|
2839
|
+
"compatibility": {
|
|
2840
|
+
"nuxt": "^2.0.0",
|
|
2841
|
+
"requires": {}
|
|
2842
|
+
}
|
|
2125
2843
|
},
|
|
2126
2844
|
{
|
|
2127
2845
|
"name": "purgecss",
|
|
@@ -2137,14 +2855,17 @@
|
|
|
2137
2855
|
"maintainers": [
|
|
2138
2856
|
{
|
|
2139
2857
|
"name": "Developmint",
|
|
2140
|
-
"github": "Developmint"
|
|
2141
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2858
|
+
"github": "Developmint"
|
|
2142
2859
|
}
|
|
2143
|
-
]
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^2.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2144
2865
|
},
|
|
2145
2866
|
{
|
|
2146
2867
|
"name": "pwa",
|
|
2147
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2868
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2148
2869
|
"repo": "nuxt-community/pwa-module",
|
|
2149
2870
|
"npm": "@nuxtjs/pwa",
|
|
2150
2871
|
"icon": "pwa.png",
|
|
@@ -2157,10 +2878,15 @@
|
|
|
2157
2878
|
{
|
|
2158
2879
|
"name": "Pooya Parsa",
|
|
2159
2880
|
"github": "pi0",
|
|
2160
|
-
"twitter": "_pi0_"
|
|
2161
|
-
|
|
2881
|
+
"twitter": "_pi0_"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^2.0.0",
|
|
2886
|
+
"requires": {
|
|
2887
|
+
"bridge": "optional"
|
|
2162
2888
|
}
|
|
2163
|
-
|
|
2889
|
+
}
|
|
2164
2890
|
},
|
|
2165
2891
|
{
|
|
2166
2892
|
"name": "python",
|
|
@@ -2176,10 +2902,13 @@
|
|
|
2176
2902
|
"maintainers": [
|
|
2177
2903
|
{
|
|
2178
2904
|
"name": "Sebastian Silva",
|
|
2179
|
-
"github": "icarito"
|
|
2180
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2905
|
+
"github": "icarito"
|
|
2181
2906
|
}
|
|
2182
|
-
]
|
|
2907
|
+
],
|
|
2908
|
+
"compatibility": {
|
|
2909
|
+
"nuxt": "^2.0.0",
|
|
2910
|
+
"requires": {}
|
|
2911
|
+
}
|
|
2183
2912
|
},
|
|
2184
2913
|
{
|
|
2185
2914
|
"name": "recaptcha",
|
|
@@ -2195,10 +2924,13 @@
|
|
|
2195
2924
|
"maintainers": [
|
|
2196
2925
|
{
|
|
2197
2926
|
"name": "mvrlin",
|
|
2198
|
-
"github": "mvrlin"
|
|
2199
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2927
|
+
"github": "mvrlin"
|
|
2200
2928
|
}
|
|
2201
|
-
]
|
|
2929
|
+
],
|
|
2930
|
+
"compatibility": {
|
|
2931
|
+
"nuxt": "^2.0.0",
|
|
2932
|
+
"requires": {}
|
|
2933
|
+
}
|
|
2202
2934
|
},
|
|
2203
2935
|
{
|
|
2204
2936
|
"name": "redirect",
|
|
@@ -2215,10 +2947,13 @@
|
|
|
2215
2947
|
{
|
|
2216
2948
|
"name": "Alexander Lichter",
|
|
2217
2949
|
"github": "manniL",
|
|
2218
|
-
"twitter": "TheAlexLichter"
|
|
2219
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2950
|
+
"twitter": "TheAlexLichter"
|
|
2220
2951
|
}
|
|
2221
|
-
]
|
|
2952
|
+
],
|
|
2953
|
+
"compatibility": {
|
|
2954
|
+
"nuxt": "^2.0.0",
|
|
2955
|
+
"requires": {}
|
|
2956
|
+
}
|
|
2222
2957
|
},
|
|
2223
2958
|
{
|
|
2224
2959
|
"name": "rfg-icon",
|
|
@@ -2234,10 +2969,13 @@
|
|
|
2234
2969
|
"maintainers": [
|
|
2235
2970
|
{
|
|
2236
2971
|
"name": "pimlie",
|
|
2237
|
-
"github": "pimlie"
|
|
2238
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2972
|
+
"github": "pimlie"
|
|
2239
2973
|
}
|
|
2240
|
-
]
|
|
2974
|
+
],
|
|
2975
|
+
"compatibility": {
|
|
2976
|
+
"nuxt": "^2.0.0",
|
|
2977
|
+
"requires": {}
|
|
2978
|
+
}
|
|
2241
2979
|
},
|
|
2242
2980
|
{
|
|
2243
2981
|
"name": "robots",
|
|
@@ -2253,10 +2991,13 @@
|
|
|
2253
2991
|
"maintainers": [
|
|
2254
2992
|
{
|
|
2255
2993
|
"name": "Ricardo Gobbo de Souza",
|
|
2256
|
-
"github": "ricardogobbosouza"
|
|
2257
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2994
|
+
"github": "ricardogobbosouza"
|
|
2258
2995
|
}
|
|
2259
|
-
]
|
|
2996
|
+
],
|
|
2997
|
+
"compatibility": {
|
|
2998
|
+
"nuxt": "^2.0.0",
|
|
2999
|
+
"requires": {}
|
|
3000
|
+
}
|
|
2260
3001
|
},
|
|
2261
3002
|
{
|
|
2262
3003
|
"name": "rollbar",
|
|
@@ -2272,10 +3013,13 @@
|
|
|
2272
3013
|
"maintainers": [
|
|
2273
3014
|
{
|
|
2274
3015
|
"name": "Gaël Reyrol",
|
|
2275
|
-
"github": "gaelreyrol"
|
|
2276
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3016
|
+
"github": "gaelreyrol"
|
|
2277
3017
|
}
|
|
2278
|
-
]
|
|
3018
|
+
],
|
|
3019
|
+
"compatibility": {
|
|
3020
|
+
"nuxt": "^2.0.0",
|
|
3021
|
+
"requires": {}
|
|
3022
|
+
}
|
|
2279
3023
|
},
|
|
2280
3024
|
{
|
|
2281
3025
|
"name": "router-extras",
|
|
@@ -2292,10 +3036,13 @@
|
|
|
2292
3036
|
{
|
|
2293
3037
|
"name": "Ahad Birang",
|
|
2294
3038
|
"github": "farnabaz",
|
|
2295
|
-
"twitter": "a_birang"
|
|
2296
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3039
|
+
"twitter": "a_birang"
|
|
2297
3040
|
}
|
|
2298
|
-
]
|
|
3041
|
+
],
|
|
3042
|
+
"compatibility": {
|
|
3043
|
+
"nuxt": "^2.0.0",
|
|
3044
|
+
"requires": {}
|
|
3045
|
+
}
|
|
2299
3046
|
},
|
|
2300
3047
|
{
|
|
2301
3048
|
"name": "router",
|
|
@@ -2312,14 +3059,17 @@
|
|
|
2312
3059
|
{
|
|
2313
3060
|
"name": "Sébastien Chopin",
|
|
2314
3061
|
"github": "Atinux",
|
|
2315
|
-
"twitter": "Atinux"
|
|
2316
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3062
|
+
"twitter": "Atinux"
|
|
2317
3063
|
}
|
|
2318
|
-
]
|
|
3064
|
+
],
|
|
3065
|
+
"compatibility": {
|
|
3066
|
+
"nuxt": "^2.0.0",
|
|
3067
|
+
"requires": {}
|
|
3068
|
+
}
|
|
2319
3069
|
},
|
|
2320
3070
|
{
|
|
2321
3071
|
"name": "sanity",
|
|
2322
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3072
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2323
3073
|
"repo": "nuxt-community/sanity-module#main",
|
|
2324
3074
|
"npm": "@nuxtjs/sanity",
|
|
2325
3075
|
"icon": "sanity.png",
|
|
@@ -2332,10 +3082,15 @@
|
|
|
2332
3082
|
{
|
|
2333
3083
|
"name": "Daniel Roe",
|
|
2334
3084
|
"github": "danielroe",
|
|
2335
|
-
"twitter": "danielcroe"
|
|
2336
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3085
|
+
"twitter": "danielcroe"
|
|
2337
3086
|
}
|
|
2338
|
-
]
|
|
3087
|
+
],
|
|
3088
|
+
"compatibility": {
|
|
3089
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3090
|
+
"requires": {
|
|
3091
|
+
"bridge": "optional"
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
2339
3094
|
},
|
|
2340
3095
|
{
|
|
2341
3096
|
"name": "scss-to-js",
|
|
@@ -2351,10 +3106,13 @@
|
|
|
2351
3106
|
"maintainers": [
|
|
2352
3107
|
{
|
|
2353
3108
|
"name": "sugoidesune",
|
|
2354
|
-
"github": "sugoidesune"
|
|
2355
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3109
|
+
"github": "sugoidesune"
|
|
2356
3110
|
}
|
|
2357
|
-
]
|
|
3111
|
+
],
|
|
3112
|
+
"compatibility": {
|
|
3113
|
+
"nuxt": "^2.0.0",
|
|
3114
|
+
"requires": {}
|
|
3115
|
+
}
|
|
2358
3116
|
},
|
|
2359
3117
|
{
|
|
2360
3118
|
"name": "segment",
|
|
@@ -2370,10 +3128,13 @@
|
|
|
2370
3128
|
"maintainers": [
|
|
2371
3129
|
{
|
|
2372
3130
|
"name": "dansmaculotte",
|
|
2373
|
-
"github": "dansmaculotte"
|
|
2374
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3131
|
+
"github": "dansmaculotte"
|
|
2375
3132
|
}
|
|
2376
|
-
]
|
|
3133
|
+
],
|
|
3134
|
+
"compatibility": {
|
|
3135
|
+
"nuxt": "^2.0.0",
|
|
3136
|
+
"requires": {}
|
|
3137
|
+
}
|
|
2377
3138
|
},
|
|
2378
3139
|
{
|
|
2379
3140
|
"name": "sentry",
|
|
@@ -2389,10 +3150,36 @@
|
|
|
2389
3150
|
"maintainers": [
|
|
2390
3151
|
{
|
|
2391
3152
|
"name": "Rafał Chłodnicki",
|
|
2392
|
-
"github": "rchl"
|
|
2393
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3153
|
+
"github": "rchl"
|
|
2394
3154
|
}
|
|
2395
|
-
]
|
|
3155
|
+
],
|
|
3156
|
+
"compatibility": {
|
|
3157
|
+
"nuxt": "^2.0.0",
|
|
3158
|
+
"requires": {}
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "seo-meta",
|
|
3163
|
+
"description": "Simple generate seo metadata",
|
|
3164
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3165
|
+
"npm": "nuxt-seo-meta",
|
|
3166
|
+
"icon": "",
|
|
3167
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3168
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3169
|
+
"learn_more": "",
|
|
3170
|
+
"category": "SEO",
|
|
3171
|
+
"type": "3rd-party",
|
|
3172
|
+
"maintainers": [
|
|
3173
|
+
{
|
|
3174
|
+
"name": "ihavecoke",
|
|
3175
|
+
"github": "ihavecoke",
|
|
3176
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"compatibility": {
|
|
3180
|
+
"nuxt": "^2.0.0",
|
|
3181
|
+
"requires": {}
|
|
3182
|
+
}
|
|
2396
3183
|
},
|
|
2397
3184
|
{
|
|
2398
3185
|
"name": "seomatic-meta",
|
|
@@ -2408,10 +3195,13 @@
|
|
|
2408
3195
|
"maintainers": [
|
|
2409
3196
|
{
|
|
2410
3197
|
"name": "ben-rogerson",
|
|
2411
|
-
"github": "ben-rogerson"
|
|
2412
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3198
|
+
"github": "ben-rogerson"
|
|
2413
3199
|
}
|
|
2414
|
-
]
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": "^2.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
2415
3205
|
},
|
|
2416
3206
|
{
|
|
2417
3207
|
"name": "separate-env",
|
|
@@ -2428,10 +3218,13 @@
|
|
|
2428
3218
|
{
|
|
2429
3219
|
"name": "Alexander Lichter",
|
|
2430
3220
|
"github": "manniL",
|
|
2431
|
-
"twitter": "TheAlexLichter"
|
|
2432
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3221
|
+
"twitter": "TheAlexLichter"
|
|
2433
3222
|
}
|
|
2434
|
-
]
|
|
3223
|
+
],
|
|
3224
|
+
"compatibility": {
|
|
3225
|
+
"nuxt": "^2.0.0",
|
|
3226
|
+
"requires": {}
|
|
3227
|
+
}
|
|
2435
3228
|
},
|
|
2436
3229
|
{
|
|
2437
3230
|
"name": "shopify",
|
|
@@ -2447,10 +3240,13 @@
|
|
|
2447
3240
|
"maintainers": [
|
|
2448
3241
|
{
|
|
2449
3242
|
"name": "Gomah",
|
|
2450
|
-
"github": "Gomah"
|
|
2451
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3243
|
+
"github": "Gomah"
|
|
2452
3244
|
}
|
|
2453
|
-
]
|
|
3245
|
+
],
|
|
3246
|
+
"compatibility": {
|
|
3247
|
+
"nuxt": "^2.0.0",
|
|
3248
|
+
"requires": {}
|
|
3249
|
+
}
|
|
2454
3250
|
},
|
|
2455
3251
|
{
|
|
2456
3252
|
"name": "simple-line-icons",
|
|
@@ -2466,10 +3262,13 @@
|
|
|
2466
3262
|
"maintainers": [
|
|
2467
3263
|
{
|
|
2468
3264
|
"name": "vaso2",
|
|
2469
|
-
"github": "vaso2"
|
|
2470
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3265
|
+
"github": "vaso2"
|
|
2471
3266
|
}
|
|
2472
|
-
]
|
|
3267
|
+
],
|
|
3268
|
+
"compatibility": {
|
|
3269
|
+
"nuxt": "^2.0.0",
|
|
3270
|
+
"requires": {}
|
|
3271
|
+
}
|
|
2473
3272
|
},
|
|
2474
3273
|
{
|
|
2475
3274
|
"name": "sitemap",
|
|
@@ -2486,10 +3285,13 @@
|
|
|
2486
3285
|
{
|
|
2487
3286
|
"name": "Nicolas PENNEC",
|
|
2488
3287
|
"github": "NicoPennec",
|
|
2489
|
-
"twitter": "NicoPennec"
|
|
2490
|
-
"avatar": "https://avatars3.githubusercontent.com/u/493223?v=4"
|
|
3288
|
+
"twitter": "NicoPennec"
|
|
2491
3289
|
}
|
|
2492
|
-
]
|
|
3290
|
+
],
|
|
3291
|
+
"compatibility": {
|
|
3292
|
+
"nuxt": "^2.0.0",
|
|
3293
|
+
"requires": {}
|
|
3294
|
+
}
|
|
2493
3295
|
},
|
|
2494
3296
|
{
|
|
2495
3297
|
"name": "snipcart",
|
|
@@ -2506,10 +3308,13 @@
|
|
|
2506
3308
|
{
|
|
2507
3309
|
"name": "Florent GIRAUD",
|
|
2508
3310
|
"github": "f3ltron",
|
|
2509
|
-
"twitter": "giraud_florent"
|
|
2510
|
-
"avatar": "https://avatars.githubusercontent.com/u/11556276?v=4"
|
|
3311
|
+
"twitter": "giraud_florent"
|
|
2511
3312
|
}
|
|
2512
|
-
]
|
|
3313
|
+
],
|
|
3314
|
+
"compatibility": {
|
|
3315
|
+
"nuxt": "^2.0.0",
|
|
3316
|
+
"requires": {}
|
|
3317
|
+
}
|
|
2513
3318
|
},
|
|
2514
3319
|
{
|
|
2515
3320
|
"name": "social-meta",
|
|
@@ -2525,10 +3330,13 @@
|
|
|
2525
3330
|
"maintainers": [
|
|
2526
3331
|
{
|
|
2527
3332
|
"name": "AlekseyPleshkov",
|
|
2528
|
-
"github": "AlekseyPleshkov"
|
|
2529
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3333
|
+
"github": "AlekseyPleshkov"
|
|
2530
3334
|
}
|
|
2531
|
-
]
|
|
3335
|
+
],
|
|
3336
|
+
"compatibility": {
|
|
3337
|
+
"nuxt": "^2.0.0",
|
|
3338
|
+
"requires": {}
|
|
3339
|
+
}
|
|
2532
3340
|
},
|
|
2533
3341
|
{
|
|
2534
3342
|
"name": "socket-io",
|
|
@@ -2544,10 +3352,13 @@
|
|
|
2544
3352
|
"maintainers": [
|
|
2545
3353
|
{
|
|
2546
3354
|
"name": "richardeschloss",
|
|
2547
|
-
"github": "richardeschloss"
|
|
2548
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3355
|
+
"github": "richardeschloss"
|
|
2549
3356
|
}
|
|
2550
|
-
]
|
|
3357
|
+
],
|
|
3358
|
+
"compatibility": {
|
|
3359
|
+
"nuxt": "^2.0.0",
|
|
3360
|
+
"requires": {}
|
|
3361
|
+
}
|
|
2551
3362
|
},
|
|
2552
3363
|
{
|
|
2553
3364
|
"name": "speedcurve",
|
|
@@ -2564,10 +3375,46 @@
|
|
|
2564
3375
|
{
|
|
2565
3376
|
"name": "Josh Deltener",
|
|
2566
3377
|
"github": "hecktarzuli",
|
|
2567
|
-
"twitter": "JoshDeltener"
|
|
2568
|
-
|
|
3378
|
+
"twitter": "JoshDeltener"
|
|
3379
|
+
}
|
|
3380
|
+
],
|
|
3381
|
+
"compatibility": {
|
|
3382
|
+
"nuxt": "^2.0.0",
|
|
3383
|
+
"requires": {}
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"name": "speedkit",
|
|
3388
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3389
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3390
|
+
"npm": "nuxt-speedkit",
|
|
3391
|
+
"icon": "speedkit.png",
|
|
3392
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3393
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3394
|
+
"learn_more": "",
|
|
3395
|
+
"category": "Performance",
|
|
3396
|
+
"type": "3rd-party",
|
|
3397
|
+
"maintainers": [
|
|
3398
|
+
{
|
|
3399
|
+
"name": "Stephan Gerbeth",
|
|
3400
|
+
"github": "StephanGerbeth",
|
|
3401
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"name": "Thorn Walli",
|
|
3405
|
+
"github": "ThornWalli",
|
|
3406
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "Grabarz & Partner",
|
|
3410
|
+
"github": "GrabarzUndPartner",
|
|
3411
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2569
3412
|
}
|
|
2570
|
-
]
|
|
3413
|
+
],
|
|
3414
|
+
"compatibility": {
|
|
3415
|
+
"nuxt": "^2.0.0",
|
|
3416
|
+
"requires": {}
|
|
3417
|
+
}
|
|
2571
3418
|
},
|
|
2572
3419
|
{
|
|
2573
3420
|
"name": "storage",
|
|
@@ -2583,10 +3430,35 @@
|
|
|
2583
3430
|
"maintainers": [
|
|
2584
3431
|
{
|
|
2585
3432
|
"name": "mazipan",
|
|
2586
|
-
"github": "mazipan"
|
|
2587
|
-
|
|
3433
|
+
"github": "mazipan"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
"compatibility": {
|
|
3437
|
+
"nuxt": "^2.0.0",
|
|
3438
|
+
"requires": {}
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"name": "storefront-ui",
|
|
3443
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3444
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3445
|
+
"npm": "@storefront-ui/nuxt",
|
|
3446
|
+
"icon": "storefront-ui.svg",
|
|
3447
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3448
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3449
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3450
|
+
"category": "UI",
|
|
3451
|
+
"type": "3rd-party",
|
|
3452
|
+
"maintainers": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "Jakub Andrzejewski",
|
|
3455
|
+
"github": "Baroshem"
|
|
2588
3456
|
}
|
|
2589
|
-
]
|
|
3457
|
+
],
|
|
3458
|
+
"compatibility": {
|
|
3459
|
+
"nuxt": "^2.0.0",
|
|
3460
|
+
"requires": {}
|
|
3461
|
+
}
|
|
2590
3462
|
},
|
|
2591
3463
|
{
|
|
2592
3464
|
"name": "stories",
|
|
@@ -2602,16 +3474,19 @@
|
|
|
2602
3474
|
"maintainers": [
|
|
2603
3475
|
{
|
|
2604
3476
|
"name": "richardeschloss",
|
|
2605
|
-
"github": "richardeschloss"
|
|
2606
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3477
|
+
"github": "richardeschloss"
|
|
2607
3478
|
}
|
|
2608
|
-
]
|
|
3479
|
+
],
|
|
3480
|
+
"compatibility": {
|
|
3481
|
+
"nuxt": "^2.0.0",
|
|
3482
|
+
"requires": {}
|
|
3483
|
+
}
|
|
2609
3484
|
},
|
|
2610
3485
|
{
|
|
2611
3486
|
"name": "storyblok",
|
|
2612
3487
|
"description": "Storyblok Nuxt.js module",
|
|
2613
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2614
|
-
"npm": "storyblok
|
|
3488
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3489
|
+
"npm": "@storyblok/nuxt",
|
|
2615
3490
|
"icon": "storyblok.png",
|
|
2616
3491
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2617
3492
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2621,10 +3496,13 @@
|
|
|
2621
3496
|
"maintainers": [
|
|
2622
3497
|
{
|
|
2623
3498
|
"name": "storyblok",
|
|
2624
|
-
"github": "storyblok"
|
|
2625
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3499
|
+
"github": "storyblok"
|
|
2626
3500
|
}
|
|
2627
|
-
]
|
|
3501
|
+
],
|
|
3502
|
+
"compatibility": {
|
|
3503
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3504
|
+
"requires": {}
|
|
3505
|
+
}
|
|
2628
3506
|
},
|
|
2629
3507
|
{
|
|
2630
3508
|
"name": "storybook",
|
|
@@ -2641,16 +3519,20 @@
|
|
|
2641
3519
|
{
|
|
2642
3520
|
"name": "Ahad Birang",
|
|
2643
3521
|
"github": "farnabaz",
|
|
2644
|
-
"twitter": "a_birang"
|
|
2645
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3522
|
+
"twitter": "a_birang"
|
|
2646
3523
|
},
|
|
2647
3524
|
{
|
|
2648
3525
|
"name": "Pooya Parsa",
|
|
2649
3526
|
"github": "pi0",
|
|
2650
|
-
"twitter": "_pi0_"
|
|
2651
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3527
|
+
"twitter": "_pi0_"
|
|
2652
3528
|
}
|
|
2653
|
-
]
|
|
3529
|
+
],
|
|
3530
|
+
"compatibility": {
|
|
3531
|
+
"nuxt": "^2.0.0",
|
|
3532
|
+
"requires": {
|
|
3533
|
+
"bridge": "optional"
|
|
3534
|
+
}
|
|
3535
|
+
}
|
|
2654
3536
|
},
|
|
2655
3537
|
{
|
|
2656
3538
|
"name": "strapi",
|
|
@@ -2667,16 +3549,18 @@
|
|
|
2667
3549
|
{
|
|
2668
3550
|
"name": "Benjamin Canac",
|
|
2669
3551
|
"github": "benjamincanac",
|
|
2670
|
-
"twitter": "benjamincanac"
|
|
2671
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3552
|
+
"twitter": "benjamincanac"
|
|
2672
3553
|
},
|
|
2673
3554
|
{
|
|
2674
3555
|
"name": "Sébastien Chopin",
|
|
2675
3556
|
"github": "Atinux",
|
|
2676
|
-
"twitter": "Atinux"
|
|
2677
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3557
|
+
"twitter": "Atinux"
|
|
2678
3558
|
}
|
|
2679
|
-
]
|
|
3559
|
+
],
|
|
3560
|
+
"compatibility": {
|
|
3561
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3562
|
+
"requires": {}
|
|
3563
|
+
}
|
|
2680
3564
|
},
|
|
2681
3565
|
{
|
|
2682
3566
|
"name": "stripe",
|
|
@@ -2692,10 +3576,13 @@
|
|
|
2692
3576
|
"maintainers": [
|
|
2693
3577
|
{
|
|
2694
3578
|
"name": "WilliamDASILVA",
|
|
2695
|
-
"github": "WilliamDASILVA"
|
|
2696
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3579
|
+
"github": "WilliamDASILVA"
|
|
2697
3580
|
}
|
|
2698
|
-
]
|
|
3581
|
+
],
|
|
3582
|
+
"compatibility": {
|
|
3583
|
+
"nuxt": "^2.0.0",
|
|
3584
|
+
"requires": {}
|
|
3585
|
+
}
|
|
2699
3586
|
},
|
|
2700
3587
|
{
|
|
2701
3588
|
"name": "style-resources",
|
|
@@ -2712,10 +3599,13 @@
|
|
|
2712
3599
|
{
|
|
2713
3600
|
"name": "Alexander Lichter",
|
|
2714
3601
|
"github": "manniL",
|
|
2715
|
-
"twitter": "TheAlexLichter"
|
|
2716
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3602
|
+
"twitter": "TheAlexLichter"
|
|
2717
3603
|
}
|
|
2718
|
-
]
|
|
3604
|
+
],
|
|
3605
|
+
"compatibility": {
|
|
3606
|
+
"nuxt": "^2.0.0",
|
|
3607
|
+
"requires": {}
|
|
3608
|
+
}
|
|
2719
3609
|
},
|
|
2720
3610
|
{
|
|
2721
3611
|
"name": "stylelint",
|
|
@@ -2731,10 +3621,36 @@
|
|
|
2731
3621
|
"maintainers": [
|
|
2732
3622
|
{
|
|
2733
3623
|
"name": "Ricardo Gobbo de Souza",
|
|
2734
|
-
"github": "ricardogobbosouza"
|
|
2735
|
-
|
|
3624
|
+
"github": "ricardogobbosouza"
|
|
3625
|
+
}
|
|
3626
|
+
],
|
|
3627
|
+
"compatibility": {
|
|
3628
|
+
"nuxt": "^2.0.0",
|
|
3629
|
+
"requires": {}
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "stylify",
|
|
3634
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3635
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3636
|
+
"npm": "@stylify/nuxt-module",
|
|
3637
|
+
"icon": "stylify.svg",
|
|
3638
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3639
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3640
|
+
"learn_more": "https://stylify.dev",
|
|
3641
|
+
"category": "UI",
|
|
3642
|
+
"type": "3rd-party",
|
|
3643
|
+
"maintainers": [
|
|
3644
|
+
{
|
|
3645
|
+
"name": "Vladimír Macháček",
|
|
3646
|
+
"github": "Machy8",
|
|
3647
|
+
"twitter": "8machy"
|
|
2736
3648
|
}
|
|
2737
|
-
]
|
|
3649
|
+
],
|
|
3650
|
+
"compatibility": {
|
|
3651
|
+
"nuxt": "^2.0.0",
|
|
3652
|
+
"requires": {}
|
|
3653
|
+
}
|
|
2738
3654
|
},
|
|
2739
3655
|
{
|
|
2740
3656
|
"name": "supabase",
|
|
@@ -2751,10 +3667,13 @@
|
|
|
2751
3667
|
{
|
|
2752
3668
|
"name": "Scott Robertson",
|
|
2753
3669
|
"github": "scottrobertson",
|
|
2754
|
-
"twitter": "scottymeuk"
|
|
2755
|
-
"avatar": "https://avatars0.githubusercontent.com/u/68361?v=4"
|
|
3670
|
+
"twitter": "scottymeuk"
|
|
2756
3671
|
}
|
|
2757
|
-
]
|
|
3672
|
+
],
|
|
3673
|
+
"compatibility": {
|
|
3674
|
+
"nuxt": "^2.0.0",
|
|
3675
|
+
"requires": {}
|
|
3676
|
+
}
|
|
2758
3677
|
},
|
|
2759
3678
|
{
|
|
2760
3679
|
"name": "svg-loader",
|
|
@@ -2770,10 +3689,13 @@
|
|
|
2770
3689
|
"maintainers": [
|
|
2771
3690
|
{
|
|
2772
3691
|
"name": "Developmint",
|
|
2773
|
-
"github": "Developmint"
|
|
2774
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3692
|
+
"github": "Developmint"
|
|
2775
3693
|
}
|
|
2776
|
-
]
|
|
3694
|
+
],
|
|
3695
|
+
"compatibility": {
|
|
3696
|
+
"nuxt": "^2.0.0",
|
|
3697
|
+
"requires": {}
|
|
3698
|
+
}
|
|
2777
3699
|
},
|
|
2778
3700
|
{
|
|
2779
3701
|
"name": "svg-sprite",
|
|
@@ -2790,10 +3712,13 @@
|
|
|
2790
3712
|
{
|
|
2791
3713
|
"name": "Ahad Birang",
|
|
2792
3714
|
"github": "farnabaz",
|
|
2793
|
-
"twitter": "a_birang"
|
|
2794
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3715
|
+
"twitter": "a_birang"
|
|
2795
3716
|
}
|
|
2796
|
-
]
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": "^2.0.0",
|
|
3720
|
+
"requires": {}
|
|
3721
|
+
}
|
|
2797
3722
|
},
|
|
2798
3723
|
{
|
|
2799
3724
|
"name": "svg",
|
|
@@ -2809,10 +3734,13 @@
|
|
|
2809
3734
|
"maintainers": [
|
|
2810
3735
|
{
|
|
2811
3736
|
"name": "Sam Holmes",
|
|
2812
|
-
"github": "sam3d"
|
|
2813
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3737
|
+
"github": "sam3d"
|
|
2814
3738
|
}
|
|
2815
|
-
]
|
|
3739
|
+
],
|
|
3740
|
+
"compatibility": {
|
|
3741
|
+
"nuxt": "^2.0.0",
|
|
3742
|
+
"requires": {}
|
|
3743
|
+
}
|
|
2816
3744
|
},
|
|
2817
3745
|
{
|
|
2818
3746
|
"name": "sweetalert2",
|
|
@@ -2828,10 +3756,13 @@
|
|
|
2828
3756
|
"maintainers": [
|
|
2829
3757
|
{
|
|
2830
3758
|
"name": "ImreC",
|
|
2831
|
-
"github": "ImreC"
|
|
2832
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3759
|
+
"github": "ImreC"
|
|
2833
3760
|
}
|
|
2834
|
-
]
|
|
3761
|
+
],
|
|
3762
|
+
"compatibility": {
|
|
3763
|
+
"nuxt": "^2.0.0",
|
|
3764
|
+
"requires": {}
|
|
3765
|
+
}
|
|
2835
3766
|
},
|
|
2836
3767
|
{
|
|
2837
3768
|
"name": "tailwindcss",
|
|
@@ -2848,10 +3779,36 @@
|
|
|
2848
3779
|
{
|
|
2849
3780
|
"name": "Sébastien Chopin",
|
|
2850
3781
|
"github": "Atinux",
|
|
2851
|
-
"twitter": "Atinux"
|
|
2852
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3782
|
+
"twitter": "Atinux"
|
|
2853
3783
|
}
|
|
2854
|
-
]
|
|
3784
|
+
],
|
|
3785
|
+
"compatibility": {
|
|
3786
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3787
|
+
"requires": {}
|
|
3788
|
+
}
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "tiktok-analytics",
|
|
3792
|
+
"description": "",
|
|
3793
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3794
|
+
"npm": "tiktok-analytics",
|
|
3795
|
+
"icon": "",
|
|
3796
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3797
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3798
|
+
"learn_more": "",
|
|
3799
|
+
"category": "Analytics",
|
|
3800
|
+
"type": "3rd-party",
|
|
3801
|
+
"maintainers": [
|
|
3802
|
+
{
|
|
3803
|
+
"name": "stickpro",
|
|
3804
|
+
"github": "stickpro",
|
|
3805
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3806
|
+
}
|
|
3807
|
+
],
|
|
3808
|
+
"compatibility": {
|
|
3809
|
+
"nuxt": "^2.0.0",
|
|
3810
|
+
"requires": {}
|
|
3811
|
+
}
|
|
2855
3812
|
},
|
|
2856
3813
|
{
|
|
2857
3814
|
"name": "toast",
|
|
@@ -2859,8 +3816,8 @@
|
|
|
2859
3816
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2860
3817
|
"npm": "@nuxtjs/toast",
|
|
2861
3818
|
"icon": "",
|
|
2862
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2863
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3819
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3820
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2864
3821
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2865
3822
|
"category": "Libraries",
|
|
2866
3823
|
"type": "community",
|
|
@@ -2868,10 +3825,37 @@
|
|
|
2868
3825
|
{
|
|
2869
3826
|
"name": "Pooya Parsa",
|
|
2870
3827
|
"github": "pi0",
|
|
2871
|
-
"twitter": "_pi0_"
|
|
2872
|
-
|
|
3828
|
+
"twitter": "_pi0_"
|
|
3829
|
+
}
|
|
3830
|
+
],
|
|
3831
|
+
"compatibility": {
|
|
3832
|
+
"nuxt": "^2.0.0",
|
|
3833
|
+
"requires": {}
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"name": "twa",
|
|
3838
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3839
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3840
|
+
"npm": "nuxt-twa",
|
|
3841
|
+
"icon": "",
|
|
3842
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3843
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3844
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3845
|
+
"category": "Performance",
|
|
3846
|
+
"type": "3rd-party",
|
|
3847
|
+
"maintainers": [
|
|
3848
|
+
{
|
|
3849
|
+
"name": "Nicolas Perraut",
|
|
3850
|
+
"github": "tuarrep"
|
|
3851
|
+
}
|
|
3852
|
+
],
|
|
3853
|
+
"compatibility": {
|
|
3854
|
+
"nuxt": "^2.0.0",
|
|
3855
|
+
"requires": {
|
|
3856
|
+
"bridge": "optional"
|
|
2873
3857
|
}
|
|
2874
|
-
|
|
3858
|
+
}
|
|
2875
3859
|
},
|
|
2876
3860
|
{
|
|
2877
3861
|
"name": "typed-router",
|
|
@@ -2887,10 +3871,38 @@
|
|
|
2887
3871
|
"maintainers": [
|
|
2888
3872
|
{
|
|
2889
3873
|
"name": "victorgarciaesgi",
|
|
2890
|
-
"github": "victorgarciaesgi"
|
|
2891
|
-
|
|
3874
|
+
"github": "victorgarciaesgi"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^2.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"name": "typed-vuex",
|
|
3884
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3885
|
+
"repo": "danielroe/typed-vuex",
|
|
3886
|
+
"npm": "",
|
|
3887
|
+
"icon": "vue.png",
|
|
3888
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
3889
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
3890
|
+
"learn_more": "",
|
|
3891
|
+
"category": "Libraries",
|
|
3892
|
+
"type": "3rd-party",
|
|
3893
|
+
"maintainers": [
|
|
3894
|
+
{
|
|
3895
|
+
"name": "Daniel Roe",
|
|
3896
|
+
"github": "danielroe",
|
|
3897
|
+
"twitter": "danielcroe"
|
|
2892
3898
|
}
|
|
2893
|
-
]
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^2.0.0",
|
|
3902
|
+
"requires": {
|
|
3903
|
+
"bridge": "optional"
|
|
3904
|
+
}
|
|
3905
|
+
}
|
|
2894
3906
|
},
|
|
2895
3907
|
{
|
|
2896
3908
|
"name": "typescript-runtime",
|
|
@@ -2906,22 +3918,23 @@
|
|
|
2906
3918
|
"maintainers": [
|
|
2907
3919
|
{
|
|
2908
3920
|
"name": "Kevin Marrec",
|
|
2909
|
-
"github": "kevinmarrec"
|
|
2910
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3921
|
+
"github": "kevinmarrec"
|
|
2911
3922
|
},
|
|
2912
3923
|
{
|
|
2913
3924
|
"name": "Pooya Parsa",
|
|
2914
3925
|
"github": "pi0",
|
|
2915
|
-
"twitter": "_pi0_"
|
|
2916
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3926
|
+
"twitter": "_pi0_"
|
|
2917
3927
|
},
|
|
2918
3928
|
{
|
|
2919
3929
|
"name": "Daniel Roe",
|
|
2920
3930
|
"github": "danielroe",
|
|
2921
|
-
"twitter": "danielcroe"
|
|
2922
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3931
|
+
"twitter": "danielcroe"
|
|
2923
3932
|
}
|
|
2924
|
-
]
|
|
3933
|
+
],
|
|
3934
|
+
"compatibility": {
|
|
3935
|
+
"nuxt": "^2.0.0",
|
|
3936
|
+
"requires": {}
|
|
3937
|
+
}
|
|
2925
3938
|
},
|
|
2926
3939
|
{
|
|
2927
3940
|
"name": "typescript",
|
|
@@ -2937,22 +3950,23 @@
|
|
|
2937
3950
|
"maintainers": [
|
|
2938
3951
|
{
|
|
2939
3952
|
"name": "Kevin Marrec",
|
|
2940
|
-
"github": "kevinmarrec"
|
|
2941
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3953
|
+
"github": "kevinmarrec"
|
|
2942
3954
|
},
|
|
2943
3955
|
{
|
|
2944
3956
|
"name": "Pooya Parsa",
|
|
2945
3957
|
"github": "pi0",
|
|
2946
|
-
"twitter": "_pi0_"
|
|
2947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3958
|
+
"twitter": "_pi0_"
|
|
2948
3959
|
},
|
|
2949
3960
|
{
|
|
2950
3961
|
"name": "Daniel Roe",
|
|
2951
3962
|
"github": "danielroe",
|
|
2952
|
-
"twitter": "danielcroe"
|
|
2953
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3963
|
+
"twitter": "danielcroe"
|
|
2954
3964
|
}
|
|
2955
|
-
]
|
|
3965
|
+
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"nuxt": "^2.0.0",
|
|
3968
|
+
"requires": {}
|
|
3969
|
+
}
|
|
2956
3970
|
},
|
|
2957
3971
|
{
|
|
2958
3972
|
"name": "universal-storage",
|
|
@@ -2969,16 +3983,44 @@
|
|
|
2969
3983
|
{
|
|
2970
3984
|
"name": "Pooya Parsa",
|
|
2971
3985
|
"github": "pi0",
|
|
2972
|
-
"twitter": "_pi0_"
|
|
2973
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3986
|
+
"twitter": "_pi0_"
|
|
2974
3987
|
},
|
|
2975
3988
|
{
|
|
2976
3989
|
"name": "Farzad Soltani",
|
|
2977
3990
|
"github": "farzadso",
|
|
2978
|
-
"twitter": "farzadso"
|
|
2979
|
-
|
|
3991
|
+
"twitter": "farzadso"
|
|
3992
|
+
}
|
|
3993
|
+
],
|
|
3994
|
+
"compatibility": {
|
|
3995
|
+
"nuxt": "^2.0.0",
|
|
3996
|
+
"requires": {}
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"name": "unocss",
|
|
4001
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4002
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4003
|
+
"npm": "@unocss/nuxt",
|
|
4004
|
+
"icon": "unocss.svg",
|
|
4005
|
+
"github": "https://github.com/antfu/unocss",
|
|
4006
|
+
"website": "https://github.com/antfu/unocss",
|
|
4007
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4008
|
+
"category": "UI",
|
|
4009
|
+
"type": "3rd-party",
|
|
4010
|
+
"maintainers": [
|
|
4011
|
+
{
|
|
4012
|
+
"name": "Anthony Fu",
|
|
4013
|
+
"github": "antfu",
|
|
4014
|
+
"twitter": "antfu7",
|
|
4015
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"compatibility": {
|
|
4019
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4020
|
+
"requires": {
|
|
4021
|
+
"bridge": "optional"
|
|
2980
4022
|
}
|
|
2981
|
-
|
|
4023
|
+
}
|
|
2982
4024
|
},
|
|
2983
4025
|
{
|
|
2984
4026
|
"name": "user-agent",
|
|
@@ -2994,10 +4036,13 @@
|
|
|
2994
4036
|
"maintainers": [
|
|
2995
4037
|
{
|
|
2996
4038
|
"name": "fukuiretu",
|
|
2997
|
-
"github": "fukuiretu"
|
|
2998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4039
|
+
"github": "fukuiretu"
|
|
2999
4040
|
}
|
|
3000
|
-
]
|
|
4041
|
+
],
|
|
4042
|
+
"compatibility": {
|
|
4043
|
+
"nuxt": "^2.0.0",
|
|
4044
|
+
"requires": {}
|
|
4045
|
+
}
|
|
3001
4046
|
},
|
|
3002
4047
|
{
|
|
3003
4048
|
"name": "validate",
|
|
@@ -3013,10 +4058,13 @@
|
|
|
3013
4058
|
"maintainers": [
|
|
3014
4059
|
{
|
|
3015
4060
|
"name": "lewyuburi",
|
|
3016
|
-
"github": "lewyuburi"
|
|
3017
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4061
|
+
"github": "lewyuburi"
|
|
3018
4062
|
}
|
|
3019
|
-
]
|
|
4063
|
+
],
|
|
4064
|
+
"compatibility": {
|
|
4065
|
+
"nuxt": "^2.0.0",
|
|
4066
|
+
"requires": {}
|
|
4067
|
+
}
|
|
3020
4068
|
},
|
|
3021
4069
|
{
|
|
3022
4070
|
"name": "vendor",
|
|
@@ -3033,10 +4081,13 @@
|
|
|
3033
4081
|
{
|
|
3034
4082
|
"name": "Pooya Parsa",
|
|
3035
4083
|
"github": "pi0",
|
|
3036
|
-
"twitter": "_pi0_"
|
|
3037
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4084
|
+
"twitter": "_pi0_"
|
|
3038
4085
|
}
|
|
3039
|
-
]
|
|
4086
|
+
],
|
|
4087
|
+
"compatibility": {
|
|
4088
|
+
"nuxt": "^2.0.0",
|
|
4089
|
+
"requires": {}
|
|
4090
|
+
}
|
|
3040
4091
|
},
|
|
3041
4092
|
{
|
|
3042
4093
|
"name": "vue-material",
|
|
@@ -3052,10 +4103,13 @@
|
|
|
3052
4103
|
"maintainers": [
|
|
3053
4104
|
{
|
|
3054
4105
|
"name": "vaso2",
|
|
3055
|
-
"github": "vaso2"
|
|
3056
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4106
|
+
"github": "vaso2"
|
|
3057
4107
|
}
|
|
3058
|
-
]
|
|
4108
|
+
],
|
|
4109
|
+
"compatibility": {
|
|
4110
|
+
"nuxt": "^2.0.0",
|
|
4111
|
+
"requires": {}
|
|
4112
|
+
}
|
|
3059
4113
|
},
|
|
3060
4114
|
{
|
|
3061
4115
|
"name": "vue-multiselect",
|
|
@@ -3071,10 +4125,13 @@
|
|
|
3071
4125
|
"maintainers": [
|
|
3072
4126
|
{
|
|
3073
4127
|
"name": "spektrummedia",
|
|
3074
|
-
"github": "spektrummedia"
|
|
3075
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4128
|
+
"github": "spektrummedia"
|
|
3076
4129
|
}
|
|
3077
|
-
]
|
|
4130
|
+
],
|
|
4131
|
+
"compatibility": {
|
|
4132
|
+
"nuxt": "^2.0.0",
|
|
4133
|
+
"requires": {}
|
|
4134
|
+
}
|
|
3078
4135
|
},
|
|
3079
4136
|
{
|
|
3080
4137
|
"name": "vue-select",
|
|
@@ -3090,10 +4147,13 @@
|
|
|
3090
4147
|
"maintainers": [
|
|
3091
4148
|
{
|
|
3092
4149
|
"name": "madmod",
|
|
3093
|
-
"github": "madmod"
|
|
3094
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4150
|
+
"github": "madmod"
|
|
3095
4151
|
}
|
|
3096
|
-
]
|
|
4152
|
+
],
|
|
4153
|
+
"compatibility": {
|
|
4154
|
+
"nuxt": "^2.0.0",
|
|
4155
|
+
"requires": {}
|
|
4156
|
+
}
|
|
3097
4157
|
},
|
|
3098
4158
|
{
|
|
3099
4159
|
"name": "vue-warehouse",
|
|
@@ -3110,10 +4170,13 @@
|
|
|
3110
4170
|
{
|
|
3111
4171
|
"name": "Julio Marquez",
|
|
3112
4172
|
"github": "juliomrqz",
|
|
3113
|
-
"twitter": "juliomrqz"
|
|
3114
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4173
|
+
"twitter": "juliomrqz"
|
|
3115
4174
|
}
|
|
3116
|
-
]
|
|
4175
|
+
],
|
|
4176
|
+
"compatibility": {
|
|
4177
|
+
"nuxt": "^2.0.0",
|
|
4178
|
+
"requires": {}
|
|
4179
|
+
}
|
|
3117
4180
|
},
|
|
3118
4181
|
{
|
|
3119
4182
|
"name": "vuetify",
|
|
@@ -3129,16 +4192,43 @@
|
|
|
3129
4192
|
"maintainers": [
|
|
3130
4193
|
{
|
|
3131
4194
|
"name": "Kevin Marrec",
|
|
3132
|
-
"github": "kevinmarrec"
|
|
3133
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4195
|
+
"github": "kevinmarrec"
|
|
3134
4196
|
},
|
|
3135
4197
|
{
|
|
3136
4198
|
"name": "Pooya Parsa",
|
|
3137
4199
|
"github": "pi0",
|
|
3138
|
-
"twitter": "_pi0_"
|
|
3139
|
-
|
|
4200
|
+
"twitter": "_pi0_"
|
|
4201
|
+
}
|
|
4202
|
+
],
|
|
4203
|
+
"compatibility": {
|
|
4204
|
+
"nuxt": "^2.0.0",
|
|
4205
|
+
"requires": {}
|
|
4206
|
+
}
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "vueuse",
|
|
4210
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4211
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4212
|
+
"npm": "@vueuse/core",
|
|
4213
|
+
"icon": "vueuse.svg",
|
|
4214
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4215
|
+
"website": "https://vueuse.org",
|
|
4216
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4217
|
+
"category": "Libraries",
|
|
4218
|
+
"type": "3rd-party",
|
|
4219
|
+
"maintainers": [
|
|
4220
|
+
{
|
|
4221
|
+
"name": "Anthony Fu",
|
|
4222
|
+
"github": "antfu",
|
|
4223
|
+
"twitter": "antfu7"
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"compatibility": {
|
|
4227
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4228
|
+
"requires": {
|
|
4229
|
+
"bridge": "optional"
|
|
3140
4230
|
}
|
|
3141
|
-
|
|
4231
|
+
}
|
|
3142
4232
|
},
|
|
3143
4233
|
{
|
|
3144
4234
|
"name": "vuex-router-sync",
|
|
@@ -3154,10 +4244,13 @@
|
|
|
3154
4244
|
"maintainers": [
|
|
3155
4245
|
{
|
|
3156
4246
|
"name": "paulgv",
|
|
3157
|
-
"github": "paulgv"
|
|
3158
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4247
|
+
"github": "paulgv"
|
|
3159
4248
|
}
|
|
3160
|
-
]
|
|
4249
|
+
],
|
|
4250
|
+
"compatibility": {
|
|
4251
|
+
"nuxt": "^2.0.0",
|
|
4252
|
+
"requires": {}
|
|
4253
|
+
}
|
|
3161
4254
|
},
|
|
3162
4255
|
{
|
|
3163
4256
|
"name": "web-vitals",
|
|
@@ -3173,42 +4266,46 @@
|
|
|
3173
4266
|
"maintainers": [
|
|
3174
4267
|
{
|
|
3175
4268
|
"name": "daliborgogic",
|
|
3176
|
-
"github": "daliborgogic"
|
|
3177
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4269
|
+
"github": "daliborgogic"
|
|
3178
4270
|
},
|
|
3179
4271
|
{
|
|
3180
4272
|
"name": "Pooya Parsa",
|
|
3181
4273
|
"github": "pi0",
|
|
3182
|
-
"twitter": "_pi0_"
|
|
3183
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4274
|
+
"twitter": "_pi0_"
|
|
3184
4275
|
},
|
|
3185
4276
|
{
|
|
3186
4277
|
"name": "Sebastien Chopin",
|
|
3187
4278
|
"github": "Atinux",
|
|
3188
|
-
"twitter": "Atinux"
|
|
3189
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4279
|
+
"twitter": "Atinux"
|
|
3190
4280
|
}
|
|
3191
|
-
]
|
|
4281
|
+
],
|
|
4282
|
+
"compatibility": {
|
|
4283
|
+
"nuxt": "^2.0.0",
|
|
4284
|
+
"requires": {}
|
|
4285
|
+
}
|
|
3192
4286
|
},
|
|
3193
4287
|
{
|
|
3194
4288
|
"name": "web3js",
|
|
3195
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
3196
|
-
"repo": "
|
|
4289
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4290
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
3197
4291
|
"npm": "nuxt-web3",
|
|
3198
4292
|
"icon": "web3js.svg",
|
|
3199
|
-
"github": "https://github.com/
|
|
3200
|
-
"website": "https://github.com/
|
|
4293
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4294
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
3201
4295
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
3202
4296
|
"category": "Libraries",
|
|
3203
4297
|
"type": "3rd-party",
|
|
3204
4298
|
"maintainers": [
|
|
3205
4299
|
{
|
|
3206
4300
|
"name": "Muhammad Fauzan",
|
|
3207
|
-
"github": "
|
|
3208
|
-
"twitter": "
|
|
3209
|
-
"avatar": "https://avatars.githubusercontent.com/u/50759463?v=4"
|
|
4301
|
+
"github": "bl0cknumber",
|
|
4302
|
+
"twitter": "fncolon"
|
|
3210
4303
|
}
|
|
3211
|
-
]
|
|
4304
|
+
],
|
|
4305
|
+
"compatibility": {
|
|
4306
|
+
"nuxt": "^2.0.0",
|
|
4307
|
+
"requires": {}
|
|
4308
|
+
}
|
|
3212
4309
|
},
|
|
3213
4310
|
{
|
|
3214
4311
|
"name": "webfontloader",
|
|
@@ -3224,10 +4321,37 @@
|
|
|
3224
4321
|
"maintainers": [
|
|
3225
4322
|
{
|
|
3226
4323
|
"name": "Developmint",
|
|
3227
|
-
"github": "Developmint"
|
|
3228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
4324
|
+
"github": "Developmint"
|
|
3229
4325
|
}
|
|
3230
|
-
]
|
|
4326
|
+
],
|
|
4327
|
+
"compatibility": {
|
|
4328
|
+
"nuxt": "^2.0.0",
|
|
4329
|
+
"requires": {}
|
|
4330
|
+
}
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"name": "webpack-optimisations",
|
|
4334
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4335
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4336
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4337
|
+
"icon": "build-optimisations.svg",
|
|
4338
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4339
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4340
|
+
"learn_more": "",
|
|
4341
|
+
"category": "Devtools",
|
|
4342
|
+
"type": "3rd-party",
|
|
4343
|
+
"maintainers": [
|
|
4344
|
+
{
|
|
4345
|
+
"name": "Harlan Wilton",
|
|
4346
|
+
"github": "harlan-zw"
|
|
4347
|
+
}
|
|
4348
|
+
],
|
|
4349
|
+
"compatibility": {
|
|
4350
|
+
"nuxt": "^2.0.0",
|
|
4351
|
+
"requires": {
|
|
4352
|
+
"bridge": "optional"
|
|
4353
|
+
}
|
|
4354
|
+
}
|
|
3231
4355
|
},
|
|
3232
4356
|
{
|
|
3233
4357
|
"name": "webpack-profile",
|
|
@@ -3244,10 +4368,13 @@
|
|
|
3244
4368
|
{
|
|
3245
4369
|
"name": "Pooya Parsa",
|
|
3246
4370
|
"github": "pi0",
|
|
3247
|
-
"twitter": "_pi0_"
|
|
3248
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4371
|
+
"twitter": "_pi0_"
|
|
3249
4372
|
}
|
|
3250
|
-
]
|
|
4373
|
+
],
|
|
4374
|
+
"compatibility": {
|
|
4375
|
+
"nuxt": "^2.0.0",
|
|
4376
|
+
"requires": {}
|
|
4377
|
+
}
|
|
3251
4378
|
},
|
|
3252
4379
|
{
|
|
3253
4380
|
"name": "webpackdashboard",
|
|
@@ -3263,10 +4390,13 @@
|
|
|
3263
4390
|
"maintainers": [
|
|
3264
4391
|
{
|
|
3265
4392
|
"name": "paulgv",
|
|
3266
|
-
"github": "paulgv"
|
|
3267
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4393
|
+
"github": "paulgv"
|
|
3268
4394
|
}
|
|
3269
|
-
]
|
|
4395
|
+
],
|
|
4396
|
+
"compatibility": {
|
|
4397
|
+
"nuxt": "^2.0.0",
|
|
4398
|
+
"requires": {}
|
|
4399
|
+
}
|
|
3270
4400
|
},
|
|
3271
4401
|
{
|
|
3272
4402
|
"name": "webpackmonitor",
|
|
@@ -3283,15 +4413,18 @@
|
|
|
3283
4413
|
{
|
|
3284
4414
|
"name": "Pooya Parsa",
|
|
3285
4415
|
"github": "pi0",
|
|
3286
|
-
"twitter": "_pi0_"
|
|
3287
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4416
|
+
"twitter": "_pi0_"
|
|
3288
4417
|
}
|
|
3289
|
-
]
|
|
4418
|
+
],
|
|
4419
|
+
"compatibility": {
|
|
4420
|
+
"nuxt": "^2.0.0",
|
|
4421
|
+
"requires": {}
|
|
4422
|
+
}
|
|
3290
4423
|
},
|
|
3291
4424
|
{
|
|
3292
4425
|
"name": "windicss",
|
|
3293
|
-
"description": "Next generation
|
|
3294
|
-
"repo": "windicss/nuxt-windicss-module",
|
|
4426
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4427
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
3295
4428
|
"npm": "nuxt-windicss",
|
|
3296
4429
|
"icon": "windicss.svg",
|
|
3297
4430
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -3302,11 +4435,21 @@
|
|
|
3302
4435
|
"maintainers": [
|
|
3303
4436
|
{
|
|
3304
4437
|
"name": "Harlan Wilton",
|
|
3305
|
-
"github": "
|
|
3306
|
-
"twitter": "harlan_zw"
|
|
3307
|
-
|
|
4438
|
+
"github": "harlan-zw",
|
|
4439
|
+
"twitter": "harlan_zw"
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
"name": "Anthony Fu",
|
|
4443
|
+
"github": "antfu",
|
|
4444
|
+
"twitter": "antfu7"
|
|
4445
|
+
}
|
|
4446
|
+
],
|
|
4447
|
+
"compatibility": {
|
|
4448
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4449
|
+
"requires": {
|
|
4450
|
+
"bridge": "optional"
|
|
3308
4451
|
}
|
|
3309
|
-
|
|
4452
|
+
}
|
|
3310
4453
|
},
|
|
3311
4454
|
{
|
|
3312
4455
|
"name": "winston-log",
|
|
@@ -3322,10 +4465,13 @@
|
|
|
3322
4465
|
"maintainers": [
|
|
3323
4466
|
{
|
|
3324
4467
|
"name": "aaronransley",
|
|
3325
|
-
"github": "aaronransley"
|
|
3326
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4468
|
+
"github": "aaronransley"
|
|
3327
4469
|
}
|
|
3328
|
-
]
|
|
4470
|
+
],
|
|
4471
|
+
"compatibility": {
|
|
4472
|
+
"nuxt": "^2.0.0",
|
|
4473
|
+
"requires": {}
|
|
4474
|
+
}
|
|
3329
4475
|
},
|
|
3330
4476
|
{
|
|
3331
4477
|
"name": "wp-nuxt",
|
|
@@ -3341,10 +4487,13 @@
|
|
|
3341
4487
|
"maintainers": [
|
|
3342
4488
|
{
|
|
3343
4489
|
"name": "yashha",
|
|
3344
|
-
"github": "yashha"
|
|
3345
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4490
|
+
"github": "yashha"
|
|
3346
4491
|
}
|
|
3347
|
-
]
|
|
4492
|
+
],
|
|
4493
|
+
"compatibility": {
|
|
4494
|
+
"nuxt": "^2.0.0",
|
|
4495
|
+
"requires": {}
|
|
4496
|
+
}
|
|
3348
4497
|
},
|
|
3349
4498
|
{
|
|
3350
4499
|
"name": "xhr-cache",
|
|
@@ -3360,10 +4509,13 @@
|
|
|
3360
4509
|
"maintainers": [
|
|
3361
4510
|
{
|
|
3362
4511
|
"name": "gaetansenn",
|
|
3363
|
-
"github": "gaetansenn"
|
|
3364
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4512
|
+
"github": "gaetansenn"
|
|
3365
4513
|
}
|
|
3366
|
-
]
|
|
4514
|
+
],
|
|
4515
|
+
"compatibility": {
|
|
4516
|
+
"nuxt": "^2.0.0",
|
|
4517
|
+
"requires": {}
|
|
4518
|
+
}
|
|
3367
4519
|
},
|
|
3368
4520
|
{
|
|
3369
4521
|
"name": "xui",
|
|
@@ -3379,10 +4531,13 @@
|
|
|
3379
4531
|
"maintainers": [
|
|
3380
4532
|
{
|
|
3381
4533
|
"name": "MetaCorp",
|
|
3382
|
-
"github": "MetaCorp"
|
|
3383
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4534
|
+
"github": "MetaCorp"
|
|
3384
4535
|
}
|
|
3385
|
-
]
|
|
4536
|
+
],
|
|
4537
|
+
"compatibility": {
|
|
4538
|
+
"nuxt": "^2.0.0",
|
|
4539
|
+
"requires": {}
|
|
4540
|
+
}
|
|
3386
4541
|
},
|
|
3387
4542
|
{
|
|
3388
4543
|
"name": "yandex-metrika",
|
|
@@ -3399,10 +4554,13 @@
|
|
|
3399
4554
|
{
|
|
3400
4555
|
"name": "Pooya Parsa",
|
|
3401
4556
|
"github": "pi0",
|
|
3402
|
-
"twitter": "_pi0_"
|
|
3403
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4557
|
+
"twitter": "_pi0_"
|
|
3404
4558
|
}
|
|
3405
|
-
]
|
|
4559
|
+
],
|
|
4560
|
+
"compatibility": {
|
|
4561
|
+
"nuxt": "^2.0.0",
|
|
4562
|
+
"requires": {}
|
|
4563
|
+
}
|
|
3406
4564
|
},
|
|
3407
4565
|
{
|
|
3408
4566
|
"name": "zendesk",
|
|
@@ -3418,9 +4576,12 @@
|
|
|
3418
4576
|
"maintainers": [
|
|
3419
4577
|
{
|
|
3420
4578
|
"name": "DansMaCulotte",
|
|
3421
|
-
"github": "DansMaCulotte"
|
|
3422
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4579
|
+
"github": "DansMaCulotte"
|
|
3423
4580
|
}
|
|
3424
|
-
]
|
|
4581
|
+
],
|
|
4582
|
+
"compatibility": {
|
|
4583
|
+
"nuxt": "^2.0.0",
|
|
4584
|
+
"requires": {}
|
|
4585
|
+
}
|
|
3425
4586
|
}
|
|
3426
4587
|
]
|