@nuxt/modules 0.5.0-b8fb1d → 0.5.0-bdb501
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} +1936 -590
- package/package.json +2 -45
- package/LICENSE +0 -21
- package/README.md +0 -89
|
@@ -13,16 +13,64 @@
|
|
|
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": "adyen",
|
|
31
|
+
"description": "Adyen Payment Module for Nuxt.js",
|
|
32
|
+
"repo": "baroshem/nuxt-adyen-module",
|
|
33
|
+
"npm": "nuxt-adyen-module",
|
|
34
|
+
"icon": "adyen.svg",
|
|
35
|
+
"github": "https://github.com/baroshem/nuxt-adyen-module",
|
|
36
|
+
"website": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
37
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
38
|
+
"category": "Payment",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Jakub Andrzejewski",
|
|
43
|
+
"github": "Baroshem",
|
|
44
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "agility-cms",
|
|
54
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
55
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
56
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
57
|
+
"icon": "agility.png",
|
|
58
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
59
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
60
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
61
|
+
"category": "CMS",
|
|
62
|
+
"type": "3rd-party",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Joel Varty",
|
|
66
|
+
"github": "joelvarty",
|
|
67
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
24
68
|
}
|
|
25
|
-
]
|
|
69
|
+
],
|
|
70
|
+
"compatibility": {
|
|
71
|
+
"nuxt": "^2.0.0",
|
|
72
|
+
"requires": {}
|
|
73
|
+
}
|
|
26
74
|
},
|
|
27
75
|
{
|
|
28
76
|
"name": "alias",
|
|
@@ -33,15 +81,18 @@
|
|
|
33
81
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
82
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
83
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
84
|
+
"category": "Extensions",
|
|
37
85
|
"type": "3rd-party",
|
|
38
86
|
"maintainers": [
|
|
39
87
|
{
|
|
40
88
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
89
|
+
"github": "kdydesign"
|
|
43
90
|
}
|
|
44
|
-
]
|
|
91
|
+
],
|
|
92
|
+
"compatibility": {
|
|
93
|
+
"nuxt": "^2.0.0",
|
|
94
|
+
"requires": {}
|
|
95
|
+
}
|
|
45
96
|
},
|
|
46
97
|
{
|
|
47
98
|
"name": "amp",
|
|
@@ -58,10 +109,59 @@
|
|
|
58
109
|
{
|
|
59
110
|
"name": "Ahad Birang",
|
|
60
111
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
|
|
112
|
+
"twitter": "a_birang"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"compatibility": {
|
|
116
|
+
"nuxt": "^2.0.0",
|
|
117
|
+
"requires": {}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "animejs",
|
|
122
|
+
"description": "Anime.js module for Nuxt.js",
|
|
123
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
124
|
+
"npm": "nuxt-animejs",
|
|
125
|
+
"icon": "",
|
|
126
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
127
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
128
|
+
"learn_more": "",
|
|
129
|
+
"category": "Libraries",
|
|
130
|
+
"type": "3rd-party",
|
|
131
|
+
"maintainers": [
|
|
132
|
+
{
|
|
133
|
+
"name": "ivodolenc",
|
|
134
|
+
"github": "ivodolenc"
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"compatibility": {
|
|
138
|
+
"nuxt": "^2.0.0",
|
|
139
|
+
"requires": {}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "apis-to-file",
|
|
144
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
145
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
146
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
147
|
+
"icon": "",
|
|
148
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
149
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
150
|
+
"learn_more": "",
|
|
151
|
+
"category": "Performance",
|
|
152
|
+
"type": "3rd-party",
|
|
153
|
+
"maintainers": [
|
|
154
|
+
{
|
|
155
|
+
"name": "Luca Iaconelli",
|
|
156
|
+
"github": "LuXDAmore",
|
|
157
|
+
"twitter": "luxdamore",
|
|
158
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
63
159
|
}
|
|
64
|
-
]
|
|
160
|
+
],
|
|
161
|
+
"compatibility": {
|
|
162
|
+
"nuxt": "^2.0.0",
|
|
163
|
+
"requires": {}
|
|
164
|
+
}
|
|
65
165
|
},
|
|
66
166
|
{
|
|
67
167
|
"name": "apollo",
|
|
@@ -77,15 +177,17 @@
|
|
|
77
177
|
"maintainers": [
|
|
78
178
|
{
|
|
79
179
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
180
|
+
"github": "kieusonlam"
|
|
82
181
|
},
|
|
83
182
|
{
|
|
84
183
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
184
|
+
"github": "dohomi"
|
|
87
185
|
}
|
|
88
|
-
]
|
|
186
|
+
],
|
|
187
|
+
"compatibility": {
|
|
188
|
+
"nuxt": "^2.0.0",
|
|
189
|
+
"requires": {}
|
|
190
|
+
}
|
|
89
191
|
},
|
|
90
192
|
{
|
|
91
193
|
"name": "applicationinsights",
|
|
@@ -101,10 +203,35 @@
|
|
|
101
203
|
"maintainers": [
|
|
102
204
|
{
|
|
103
205
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
206
|
+
"github": "aldarund"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"compatibility": {
|
|
210
|
+
"nuxt": "^2.0.0",
|
|
211
|
+
"requires": {}
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "appwrite",
|
|
216
|
+
"description": "Appwrite module for Nuxt",
|
|
217
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
218
|
+
"npm": "nuxt-appwrite",
|
|
219
|
+
"icon": "appwrite.png",
|
|
220
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
221
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
222
|
+
"learn_more": "",
|
|
223
|
+
"category": "Request",
|
|
224
|
+
"type": "3rd-party",
|
|
225
|
+
"maintainers": [
|
|
226
|
+
{
|
|
227
|
+
"name": "Hrdtr",
|
|
228
|
+
"github": "Hrdtr"
|
|
106
229
|
}
|
|
107
|
-
]
|
|
230
|
+
],
|
|
231
|
+
"compatibility": {
|
|
232
|
+
"nuxt": "^2.0.0",
|
|
233
|
+
"requires": {}
|
|
234
|
+
}
|
|
108
235
|
},
|
|
109
236
|
{
|
|
110
237
|
"name": "auth",
|
|
@@ -121,15 +248,17 @@
|
|
|
121
248
|
{
|
|
122
249
|
"name": "Pooya Parsa",
|
|
123
250
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
251
|
+
"twitter": "_pi0_"
|
|
126
252
|
},
|
|
127
253
|
{
|
|
128
254
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
255
|
+
"github": "JoaoPedroAS51"
|
|
131
256
|
}
|
|
132
|
-
]
|
|
257
|
+
],
|
|
258
|
+
"compatibility": {
|
|
259
|
+
"nuxt": "^2.0.0",
|
|
260
|
+
"requires": {}
|
|
261
|
+
}
|
|
133
262
|
},
|
|
134
263
|
{
|
|
135
264
|
"name": "axios",
|
|
@@ -146,10 +275,13 @@
|
|
|
146
275
|
{
|
|
147
276
|
"name": "Pooya Parsa",
|
|
148
277
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
278
|
+
"twitter": "_pi0_"
|
|
151
279
|
}
|
|
152
|
-
]
|
|
280
|
+
],
|
|
281
|
+
"compatibility": {
|
|
282
|
+
"nuxt": "^2.0.0",
|
|
283
|
+
"requires": {}
|
|
284
|
+
}
|
|
153
285
|
},
|
|
154
286
|
{
|
|
155
287
|
"name": "basic-auth",
|
|
@@ -165,10 +297,36 @@
|
|
|
165
297
|
"maintainers": [
|
|
166
298
|
{
|
|
167
299
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
|
|
300
|
+
"github": "potato4d"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"compatibility": {
|
|
304
|
+
"nuxt": "^2.0.0",
|
|
305
|
+
"requires": {}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "bigcommerce",
|
|
310
|
+
"description": "Easy BigCommerce integration for Nuxt.js",
|
|
311
|
+
"repo": "baroshem/nuxt-bigcommerce",
|
|
312
|
+
"npm": "nuxt-bigcommerce",
|
|
313
|
+
"icon": "bigcommerce.svg",
|
|
314
|
+
"github": "https://github.com/baroshem/nuxt-bigcommerce",
|
|
315
|
+
"website": "https://nuxt-bigcommerce.vercel.app/",
|
|
316
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
|
|
317
|
+
"category": "Ecommerce",
|
|
318
|
+
"type": "3rd-party",
|
|
319
|
+
"maintainers": [
|
|
320
|
+
{
|
|
321
|
+
"name": "Jakub Andrzejewski",
|
|
322
|
+
"github": "Baroshem",
|
|
323
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
170
324
|
}
|
|
171
|
-
]
|
|
325
|
+
],
|
|
326
|
+
"compatibility": {
|
|
327
|
+
"nuxt": "^2.0.0",
|
|
328
|
+
"requires": {}
|
|
329
|
+
}
|
|
172
330
|
},
|
|
173
331
|
{
|
|
174
332
|
"name": "bootstrap",
|
|
@@ -184,22 +342,23 @@
|
|
|
184
342
|
"maintainers": [
|
|
185
343
|
{
|
|
186
344
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
345
|
+
"github": "tmorehouse"
|
|
189
346
|
},
|
|
190
347
|
{
|
|
191
348
|
"name": "Pooya Parsa",
|
|
192
349
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
350
|
+
"twitter": "_pi0_"
|
|
195
351
|
},
|
|
196
352
|
{
|
|
197
353
|
"name": "Jacob Müller",
|
|
198
354
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
355
|
+
"twitter": "jackmu95"
|
|
201
356
|
}
|
|
202
|
-
]
|
|
357
|
+
],
|
|
358
|
+
"compatibility": {
|
|
359
|
+
"nuxt": "^2.0.0",
|
|
360
|
+
"requires": {}
|
|
361
|
+
}
|
|
203
362
|
},
|
|
204
363
|
{
|
|
205
364
|
"name": "browserconfig",
|
|
@@ -210,16 +369,19 @@
|
|
|
210
369
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
370
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
371
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
213
|
-
"category": "
|
|
372
|
+
"category": "Extensions",
|
|
214
373
|
"type": "community",
|
|
215
374
|
"maintainers": [
|
|
216
375
|
{
|
|
217
376
|
"name": "Pooya Parsa",
|
|
218
377
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
378
|
+
"twitter": "_pi0_"
|
|
221
379
|
}
|
|
222
|
-
]
|
|
380
|
+
],
|
|
381
|
+
"compatibility": {
|
|
382
|
+
"nuxt": "^2.0.0",
|
|
383
|
+
"requires": {}
|
|
384
|
+
}
|
|
223
385
|
},
|
|
224
386
|
{
|
|
225
387
|
"name": "buefy",
|
|
@@ -235,10 +397,13 @@
|
|
|
235
397
|
"maintainers": [
|
|
236
398
|
{
|
|
237
399
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
400
|
+
"github": "jtommy"
|
|
240
401
|
}
|
|
241
|
-
]
|
|
402
|
+
],
|
|
403
|
+
"compatibility": {
|
|
404
|
+
"nuxt": "^2.0.0",
|
|
405
|
+
"requires": {}
|
|
406
|
+
}
|
|
242
407
|
},
|
|
243
408
|
{
|
|
244
409
|
"name": "bugsnag",
|
|
@@ -254,10 +419,13 @@
|
|
|
254
419
|
"maintainers": [
|
|
255
420
|
{
|
|
256
421
|
"name": "JulianMar",
|
|
257
|
-
"github": "JulianMar"
|
|
258
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
422
|
+
"github": "JulianMar"
|
|
259
423
|
}
|
|
260
|
-
]
|
|
424
|
+
],
|
|
425
|
+
"compatibility": {
|
|
426
|
+
"nuxt": "^2.0.0",
|
|
427
|
+
"requires": {}
|
|
428
|
+
}
|
|
261
429
|
},
|
|
262
430
|
{
|
|
263
431
|
"name": "bulma-slim",
|
|
@@ -273,10 +441,13 @@
|
|
|
273
441
|
"maintainers": [
|
|
274
442
|
{
|
|
275
443
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
444
|
+
"github": "mustardamus"
|
|
278
445
|
}
|
|
279
|
-
]
|
|
446
|
+
],
|
|
447
|
+
"compatibility": {
|
|
448
|
+
"nuxt": "^2.0.0",
|
|
449
|
+
"requires": {}
|
|
450
|
+
}
|
|
280
451
|
},
|
|
281
452
|
{
|
|
282
453
|
"name": "bundle-buddy",
|
|
@@ -292,14 +463,17 @@
|
|
|
292
463
|
"maintainers": [
|
|
293
464
|
{
|
|
294
465
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
466
|
+
"github": "Developmint"
|
|
297
467
|
}
|
|
298
|
-
]
|
|
468
|
+
],
|
|
469
|
+
"compatibility": {
|
|
470
|
+
"nuxt": "^2.0.0",
|
|
471
|
+
"requires": {}
|
|
472
|
+
}
|
|
299
473
|
},
|
|
300
474
|
{
|
|
301
475
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
476
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
303
477
|
"repo": "LuXDAmore/generative-art",
|
|
304
478
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
479
|
"icon": "",
|
|
@@ -310,11 +484,59 @@
|
|
|
310
484
|
"type": "3rd-party",
|
|
311
485
|
"maintainers": [
|
|
312
486
|
{
|
|
313
|
-
"name": "
|
|
487
|
+
"name": "Luca Iaconelli",
|
|
314
488
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
489
|
+
"twitter": "luxdamore"
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"compatibility": {
|
|
493
|
+
"nuxt": "^2.0.0",
|
|
494
|
+
"requires": {}
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"name": "chakra-ui",
|
|
499
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
500
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
501
|
+
"npm": "@chakra-ui/nuxt",
|
|
502
|
+
"icon": "chakra-ui.png",
|
|
503
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
504
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
505
|
+
"learn_more": "",
|
|
506
|
+
"category": "UI",
|
|
507
|
+
"type": "3rd-party",
|
|
508
|
+
"maintainers": [
|
|
509
|
+
{
|
|
510
|
+
"name": "Jonathan Bakebwa",
|
|
511
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
512
|
+
}
|
|
513
|
+
],
|
|
514
|
+
"compatibility": {
|
|
515
|
+
"nuxt": "^2.0.0",
|
|
516
|
+
"requires": {}
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "chiffre",
|
|
521
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
522
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
523
|
+
"npm": "nuxt-chiffre",
|
|
524
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
525
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
526
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
527
|
+
"learn_more": "https://chiffre.io",
|
|
528
|
+
"category": "Analytics",
|
|
529
|
+
"type": "3rd-party",
|
|
530
|
+
"maintainers": [
|
|
531
|
+
{
|
|
532
|
+
"name": "Romain Clement",
|
|
533
|
+
"github": "rclement"
|
|
316
534
|
}
|
|
317
|
-
]
|
|
535
|
+
],
|
|
536
|
+
"compatibility": {
|
|
537
|
+
"nuxt": "^2.0.0",
|
|
538
|
+
"requires": {}
|
|
539
|
+
}
|
|
318
540
|
},
|
|
319
541
|
{
|
|
320
542
|
"name": "client-init",
|
|
@@ -325,15 +547,18 @@
|
|
|
325
547
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
548
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
549
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
550
|
+
"category": "Extensions",
|
|
329
551
|
"type": "3rd-party",
|
|
330
552
|
"maintainers": [
|
|
331
553
|
{
|
|
332
554
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
555
|
+
"github": "potato4d"
|
|
335
556
|
}
|
|
336
|
-
]
|
|
557
|
+
],
|
|
558
|
+
"compatibility": {
|
|
559
|
+
"nuxt": "^2.0.0",
|
|
560
|
+
"requires": {}
|
|
561
|
+
}
|
|
337
562
|
},
|
|
338
563
|
{
|
|
339
564
|
"name": "cloudcms",
|
|
@@ -349,10 +574,13 @@
|
|
|
349
574
|
"maintainers": [
|
|
350
575
|
{
|
|
351
576
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
577
|
+
"github": "gitana"
|
|
354
578
|
}
|
|
355
|
-
]
|
|
579
|
+
],
|
|
580
|
+
"compatibility": {
|
|
581
|
+
"nuxt": "^2.0.0",
|
|
582
|
+
"requires": {}
|
|
583
|
+
}
|
|
356
584
|
},
|
|
357
585
|
{
|
|
358
586
|
"name": "cloudinary",
|
|
@@ -369,10 +597,13 @@
|
|
|
369
597
|
{
|
|
370
598
|
"name": "Maya Shavin",
|
|
371
599
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
600
|
+
"twitter": "MayaShavin"
|
|
374
601
|
}
|
|
375
|
-
]
|
|
602
|
+
],
|
|
603
|
+
"compatibility": {
|
|
604
|
+
"nuxt": "^2.0.0",
|
|
605
|
+
"requires": {}
|
|
606
|
+
}
|
|
376
607
|
},
|
|
377
608
|
{
|
|
378
609
|
"name": "color-mode",
|
|
@@ -389,19 +620,24 @@
|
|
|
389
620
|
{
|
|
390
621
|
"name": "Sébastien Chopin",
|
|
391
622
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
|
|
623
|
+
"twitter": "Atinux"
|
|
624
|
+
}
|
|
625
|
+
],
|
|
626
|
+
"compatibility": {
|
|
627
|
+
"nuxt": "^2.0.0",
|
|
628
|
+
"requires": {
|
|
629
|
+
"bridge": "optional"
|
|
394
630
|
}
|
|
395
|
-
|
|
631
|
+
}
|
|
396
632
|
},
|
|
397
633
|
{
|
|
398
634
|
"name": "component-cache",
|
|
399
635
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
636
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
637
|
"npm": "@nuxtjs/component-cache",
|
|
402
638
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
639
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
640
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
641
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
642
|
"category": "Performance",
|
|
407
643
|
"type": "community",
|
|
@@ -409,35 +645,13 @@
|
|
|
409
645
|
{
|
|
410
646
|
"name": "Pooya Parsa",
|
|
411
647
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "components",
|
|
419
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
648
|
+
"twitter": "_pi0_"
|
|
439
649
|
}
|
|
440
|
-
]
|
|
650
|
+
],
|
|
651
|
+
"compatibility": {
|
|
652
|
+
"nuxt": "^2.0.0",
|
|
653
|
+
"requires": {}
|
|
654
|
+
}
|
|
441
655
|
},
|
|
442
656
|
{
|
|
443
657
|
"name": "composition-api",
|
|
@@ -448,16 +662,19 @@
|
|
|
448
662
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
663
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
664
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
665
|
+
"category": "Extensions",
|
|
452
666
|
"type": "community",
|
|
453
667
|
"maintainers": [
|
|
454
668
|
{
|
|
455
669
|
"name": "Daniel Roe",
|
|
456
670
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
671
|
+
"twitter": "danielcroe"
|
|
459
672
|
}
|
|
460
|
-
]
|
|
673
|
+
],
|
|
674
|
+
"compatibility": {
|
|
675
|
+
"nuxt": "^2.0.0",
|
|
676
|
+
"requires": {}
|
|
677
|
+
}
|
|
461
678
|
},
|
|
462
679
|
{
|
|
463
680
|
"name": "content",
|
|
@@ -474,16 +691,18 @@
|
|
|
474
691
|
{
|
|
475
692
|
"name": "Benjamin Canac",
|
|
476
693
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
694
|
+
"twitter": "benjamincanac"
|
|
479
695
|
},
|
|
480
696
|
{
|
|
481
697
|
"name": "Sebastien Chopin",
|
|
482
698
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
699
|
+
"twitter": "Atinux"
|
|
485
700
|
}
|
|
486
|
-
]
|
|
701
|
+
],
|
|
702
|
+
"compatibility": {
|
|
703
|
+
"nuxt": "^2.0.0",
|
|
704
|
+
"requires": {}
|
|
705
|
+
}
|
|
487
706
|
},
|
|
488
707
|
{
|
|
489
708
|
"name": "contentful",
|
|
@@ -499,34 +718,61 @@
|
|
|
499
718
|
"maintainers": [
|
|
500
719
|
{
|
|
501
720
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
721
|
+
"github": "scaccogatto"
|
|
504
722
|
}
|
|
505
|
-
]
|
|
723
|
+
],
|
|
724
|
+
"compatibility": {
|
|
725
|
+
"nuxt": "^2.0.0",
|
|
726
|
+
"requires": {}
|
|
727
|
+
}
|
|
506
728
|
},
|
|
507
729
|
{
|
|
508
730
|
"name": "custom-elements",
|
|
509
731
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
732
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
733
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
734
|
+
"icon": "custom-elements.png",
|
|
513
735
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
736
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
737
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
738
|
+
"category": "Extensions",
|
|
517
739
|
"type": "3rd-party",
|
|
518
740
|
"maintainers": [
|
|
519
741
|
{
|
|
520
742
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
743
|
+
"github": "ThornWalli"
|
|
523
744
|
},
|
|
524
745
|
{
|
|
525
746
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
|
|
747
|
+
"github": "GrabarzUndPartner"
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"compatibility": {
|
|
751
|
+
"nuxt": "^2.0.0",
|
|
752
|
+
"requires": {}
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "darkmode.js",
|
|
757
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
758
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
759
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
760
|
+
"icon": "darkmode.png",
|
|
761
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
762
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
763
|
+
"learn_more": "",
|
|
764
|
+
"category": "UI",
|
|
765
|
+
"type": "3rd-party",
|
|
766
|
+
"maintainers": [
|
|
767
|
+
{
|
|
768
|
+
"name": "sandoche",
|
|
769
|
+
"github": "sandoche"
|
|
528
770
|
}
|
|
529
|
-
]
|
|
771
|
+
],
|
|
772
|
+
"compatibility": {
|
|
773
|
+
"nuxt": "^2.0.0",
|
|
774
|
+
"requires": {}
|
|
775
|
+
}
|
|
530
776
|
},
|
|
531
777
|
{
|
|
532
778
|
"name": "date-fns",
|
|
@@ -542,10 +788,13 @@
|
|
|
542
788
|
"maintainers": [
|
|
543
789
|
{
|
|
544
790
|
"name": "Ricardo Gobbo de Souza",
|
|
545
|
-
"github": "ricardogobbosouza"
|
|
546
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
791
|
+
"github": "ricardogobbosouza"
|
|
547
792
|
}
|
|
548
|
-
]
|
|
793
|
+
],
|
|
794
|
+
"compatibility": {
|
|
795
|
+
"nuxt": "^2.0.0",
|
|
796
|
+
"requires": {}
|
|
797
|
+
}
|
|
549
798
|
},
|
|
550
799
|
{
|
|
551
800
|
"name": "dayjs",
|
|
@@ -562,10 +811,13 @@
|
|
|
562
811
|
{
|
|
563
812
|
"name": "Takuma HANATANI",
|
|
564
813
|
"github": "potato4d",
|
|
565
|
-
"twitter": "potato4d"
|
|
566
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
814
|
+
"twitter": "potato4d"
|
|
567
815
|
}
|
|
568
|
-
]
|
|
816
|
+
],
|
|
817
|
+
"compatibility": {
|
|
818
|
+
"nuxt": "^2.0.0",
|
|
819
|
+
"requires": {}
|
|
820
|
+
}
|
|
569
821
|
},
|
|
570
822
|
{
|
|
571
823
|
"name": "device",
|
|
@@ -576,15 +828,18 @@
|
|
|
576
828
|
"github": "https://github.com/nuxt-community/device-module",
|
|
577
829
|
"website": "https://github.com/nuxt-community/device-module",
|
|
578
830
|
"learn_more": "",
|
|
579
|
-
"category": "
|
|
831
|
+
"category": "Extensions",
|
|
580
832
|
"type": "community",
|
|
581
833
|
"maintainers": [
|
|
582
834
|
{
|
|
583
835
|
"name": "Shinji Yamada",
|
|
584
|
-
"github": "dotneet"
|
|
585
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
836
|
+
"github": "dotneet"
|
|
586
837
|
}
|
|
587
|
-
]
|
|
838
|
+
],
|
|
839
|
+
"compatibility": {
|
|
840
|
+
"nuxt": "^2.0.0",
|
|
841
|
+
"requires": {}
|
|
842
|
+
}
|
|
588
843
|
},
|
|
589
844
|
{
|
|
590
845
|
"name": "dotenv",
|
|
@@ -595,15 +850,73 @@
|
|
|
595
850
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
596
851
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
597
852
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
598
|
-
"category": "
|
|
853
|
+
"category": "Extensions",
|
|
599
854
|
"type": "community",
|
|
600
855
|
"maintainers": [
|
|
601
856
|
{
|
|
602
857
|
"name": "Julien Tant",
|
|
603
|
-
"github": "JulienTant"
|
|
604
|
-
|
|
858
|
+
"github": "JulienTant"
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"compatibility": {
|
|
862
|
+
"nuxt": "^2.0.0",
|
|
863
|
+
"requires": {}
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "drupal-ce",
|
|
868
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
869
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
870
|
+
"npm": "nuxtjs-drupal-ce",
|
|
871
|
+
"icon": "drupal-ce.png",
|
|
872
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
873
|
+
"website": "https://stack.lupus.digital",
|
|
874
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
875
|
+
"category": "CMS",
|
|
876
|
+
"type": "3rd-party",
|
|
877
|
+
"maintainers": [
|
|
878
|
+
{
|
|
879
|
+
"name": "Wolfgang Ziegler // fago",
|
|
880
|
+
"github": "fago",
|
|
881
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"name": "Maximilian Götz-Mikus",
|
|
885
|
+
"github": "maximilianmikus",
|
|
886
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "David Licen",
|
|
890
|
+
"github": "davision",
|
|
891
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"compatibility": {
|
|
895
|
+
"nuxt": "^2.0.0",
|
|
896
|
+
"requires": {}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "druxt",
|
|
901
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
902
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
903
|
+
"npm": "druxt",
|
|
904
|
+
"icon": "druxt.svg",
|
|
905
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
906
|
+
"website": "https://druxtjs.org",
|
|
907
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
908
|
+
"category": "CMS",
|
|
909
|
+
"type": "3rd-party",
|
|
910
|
+
"maintainers": [
|
|
911
|
+
{
|
|
912
|
+
"name": "Decipher",
|
|
913
|
+
"github": "decipher"
|
|
605
914
|
}
|
|
606
|
-
]
|
|
915
|
+
],
|
|
916
|
+
"compatibility": {
|
|
917
|
+
"nuxt": "^2.0.0",
|
|
918
|
+
"requires": {}
|
|
919
|
+
}
|
|
607
920
|
},
|
|
608
921
|
{
|
|
609
922
|
"name": "emotion",
|
|
@@ -614,16 +927,19 @@
|
|
|
614
927
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
615
928
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
616
929
|
"learn_more": "https://emotion.sh/",
|
|
617
|
-
"category": "
|
|
930
|
+
"category": "Extensions",
|
|
618
931
|
"type": "community",
|
|
619
932
|
"maintainers": [
|
|
620
933
|
{
|
|
621
934
|
"name": "Pooya Parsa",
|
|
622
935
|
"github": "pi0",
|
|
623
|
-
"twitter": "_pi0_"
|
|
624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
936
|
+
"twitter": "_pi0_"
|
|
625
937
|
}
|
|
626
|
-
]
|
|
938
|
+
],
|
|
939
|
+
"compatibility": {
|
|
940
|
+
"nuxt": "^2.0.0",
|
|
941
|
+
"requires": {}
|
|
942
|
+
}
|
|
627
943
|
},
|
|
628
944
|
{
|
|
629
945
|
"name": "eslint",
|
|
@@ -639,10 +955,13 @@
|
|
|
639
955
|
"maintainers": [
|
|
640
956
|
{
|
|
641
957
|
"name": "Ricardo Gobbo de Souza",
|
|
642
|
-
"github": "ricardogobbosouza"
|
|
643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
958
|
+
"github": "ricardogobbosouza"
|
|
644
959
|
}
|
|
645
|
-
]
|
|
960
|
+
],
|
|
961
|
+
"compatibility": {
|
|
962
|
+
"nuxt": "^2.0.0",
|
|
963
|
+
"requires": {}
|
|
964
|
+
}
|
|
646
965
|
},
|
|
647
966
|
{
|
|
648
967
|
"name": "event-trace",
|
|
@@ -658,10 +977,35 @@
|
|
|
658
977
|
"maintainers": [
|
|
659
978
|
{
|
|
660
979
|
"name": "Xin Du",
|
|
661
|
-
"github": "clarkdo"
|
|
662
|
-
|
|
980
|
+
"github": "clarkdo"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"compatibility": {
|
|
984
|
+
"nuxt": "^2.0.0",
|
|
985
|
+
"requires": {}
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "fathom",
|
|
990
|
+
"description": "Fathom analytics for Nuxt",
|
|
991
|
+
"repo": "yabhq/nuxt-fathom",
|
|
992
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
993
|
+
"icon": "fathom.png",
|
|
994
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
995
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
996
|
+
"learn_more": "https://usefathom.com/",
|
|
997
|
+
"category": "Analytics",
|
|
998
|
+
"type": "3rd-party",
|
|
999
|
+
"maintainers": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "yabhq",
|
|
1002
|
+
"github": "yabhq"
|
|
663
1003
|
}
|
|
664
|
-
]
|
|
1004
|
+
],
|
|
1005
|
+
"compatibility": {
|
|
1006
|
+
"nuxt": "^2.0.0",
|
|
1007
|
+
"requires": {}
|
|
1008
|
+
}
|
|
665
1009
|
},
|
|
666
1010
|
{
|
|
667
1011
|
"name": "feature-toggle",
|
|
@@ -672,15 +1016,18 @@
|
|
|
672
1016
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
673
1017
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
674
1018
|
"learn_more": "",
|
|
675
|
-
"category": "
|
|
1019
|
+
"category": "Extensions",
|
|
676
1020
|
"type": "3rd-party",
|
|
677
1021
|
"maintainers": [
|
|
678
1022
|
{
|
|
679
1023
|
"name": "stephenkr",
|
|
680
|
-
"github": "stephenkr"
|
|
681
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1024
|
+
"github": "stephenkr"
|
|
682
1025
|
}
|
|
683
|
-
]
|
|
1026
|
+
],
|
|
1027
|
+
"compatibility": {
|
|
1028
|
+
"nuxt": "^2.0.0",
|
|
1029
|
+
"requires": {}
|
|
1030
|
+
}
|
|
684
1031
|
},
|
|
685
1032
|
{
|
|
686
1033
|
"name": "feed",
|
|
@@ -697,14 +1044,17 @@
|
|
|
697
1044
|
{
|
|
698
1045
|
"name": "Alexander Lichter",
|
|
699
1046
|
"github": "manniL",
|
|
700
|
-
"twitter": "TheAlexLichter"
|
|
701
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1047
|
+
"twitter": "TheAlexLichter"
|
|
702
1048
|
}
|
|
703
|
-
]
|
|
1049
|
+
],
|
|
1050
|
+
"compatibility": {
|
|
1051
|
+
"nuxt": "^2.0.0",
|
|
1052
|
+
"requires": {}
|
|
1053
|
+
}
|
|
704
1054
|
},
|
|
705
1055
|
{
|
|
706
1056
|
"name": "firebase",
|
|
707
|
-
"description": "
|
|
1057
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
708
1058
|
"repo": "nuxt-community/firebase-module",
|
|
709
1059
|
"npm": "@nuxtjs/firebase",
|
|
710
1060
|
"icon": "firebase.png",
|
|
@@ -716,10 +1066,35 @@
|
|
|
716
1066
|
"maintainers": [
|
|
717
1067
|
{
|
|
718
1068
|
"name": "Pascal Luther",
|
|
719
|
-
"github": "lupas"
|
|
720
|
-
|
|
1069
|
+
"github": "lupas"
|
|
1070
|
+
}
|
|
1071
|
+
],
|
|
1072
|
+
"compatibility": {
|
|
1073
|
+
"nuxt": "^2.0.0",
|
|
1074
|
+
"requires": {}
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "floating-prompt-module",
|
|
1079
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1080
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1081
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1082
|
+
"icon": "",
|
|
1083
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1084
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1085
|
+
"learn_more": "",
|
|
1086
|
+
"category": "Libraries",
|
|
1087
|
+
"type": "3rd-party",
|
|
1088
|
+
"maintainers": [
|
|
1089
|
+
{
|
|
1090
|
+
"name": "sandoche",
|
|
1091
|
+
"github": "sandoche"
|
|
721
1092
|
}
|
|
722
|
-
]
|
|
1093
|
+
],
|
|
1094
|
+
"compatibility": {
|
|
1095
|
+
"nuxt": "^2.0.0",
|
|
1096
|
+
"requires": {}
|
|
1097
|
+
}
|
|
723
1098
|
},
|
|
724
1099
|
{
|
|
725
1100
|
"name": "font-loader-strategy",
|
|
@@ -735,10 +1110,35 @@
|
|
|
735
1110
|
"maintainers": [
|
|
736
1111
|
{
|
|
737
1112
|
"name": "GrabarzUndPartner",
|
|
738
|
-
"github": "GrabarzUndPartner"
|
|
739
|
-
|
|
1113
|
+
"github": "GrabarzUndPartner"
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"compatibility": {
|
|
1117
|
+
"nuxt": "^2.0.0",
|
|
1118
|
+
"requires": {}
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "fontagon",
|
|
1123
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1124
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1125
|
+
"npm": "nuxt-fontagon",
|
|
1126
|
+
"icon": "fontagon.png",
|
|
1127
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1128
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1129
|
+
"learn_more": "",
|
|
1130
|
+
"category": "Libraries",
|
|
1131
|
+
"type": "3rd-party",
|
|
1132
|
+
"maintainers": [
|
|
1133
|
+
{
|
|
1134
|
+
"name": "kdydesign",
|
|
1135
|
+
"github": "kdydesign"
|
|
740
1136
|
}
|
|
741
|
-
]
|
|
1137
|
+
],
|
|
1138
|
+
"compatibility": {
|
|
1139
|
+
"nuxt": "^2.0.0",
|
|
1140
|
+
"requires": {}
|
|
1141
|
+
}
|
|
742
1142
|
},
|
|
743
1143
|
{
|
|
744
1144
|
"name": "fontawesome",
|
|
@@ -754,10 +1154,13 @@
|
|
|
754
1154
|
"maintainers": [
|
|
755
1155
|
{
|
|
756
1156
|
"name": "Pim",
|
|
757
|
-
"github": "pimlie"
|
|
758
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1157
|
+
"github": "pimlie"
|
|
759
1158
|
}
|
|
760
|
-
]
|
|
1159
|
+
],
|
|
1160
|
+
"compatibility": {
|
|
1161
|
+
"nuxt": "^2.0.0",
|
|
1162
|
+
"requires": {}
|
|
1163
|
+
}
|
|
761
1164
|
},
|
|
762
1165
|
{
|
|
763
1166
|
"name": "fullpage",
|
|
@@ -773,10 +1176,35 @@
|
|
|
773
1176
|
"maintainers": [
|
|
774
1177
|
{
|
|
775
1178
|
"name": "vaso2",
|
|
776
|
-
"github": "vaso2"
|
|
777
|
-
|
|
1179
|
+
"github": "vaso2"
|
|
1180
|
+
}
|
|
1181
|
+
],
|
|
1182
|
+
"compatibility": {
|
|
1183
|
+
"nuxt": "^2.0.0",
|
|
1184
|
+
"requires": {}
|
|
1185
|
+
}
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "github-api",
|
|
1189
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1190
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1191
|
+
"npm": "nuxt-github-api",
|
|
1192
|
+
"icon": "github.svg",
|
|
1193
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1194
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1195
|
+
"learn_more": "",
|
|
1196
|
+
"category": "Request",
|
|
1197
|
+
"type": "3rd-party",
|
|
1198
|
+
"maintainers": [
|
|
1199
|
+
{
|
|
1200
|
+
"name": "lindsaykwardell",
|
|
1201
|
+
"github": "lindsaykwardell"
|
|
778
1202
|
}
|
|
779
|
-
]
|
|
1203
|
+
],
|
|
1204
|
+
"compatibility": {
|
|
1205
|
+
"nuxt": "^2.0.0",
|
|
1206
|
+
"requires": {}
|
|
1207
|
+
}
|
|
780
1208
|
},
|
|
781
1209
|
{
|
|
782
1210
|
"name": "google-adsense",
|
|
@@ -792,10 +1220,13 @@
|
|
|
792
1220
|
"maintainers": [
|
|
793
1221
|
{
|
|
794
1222
|
"name": "Troy Morehouse",
|
|
795
|
-
"github": "tmorehouse"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1223
|
+
"github": "tmorehouse"
|
|
797
1224
|
}
|
|
798
|
-
]
|
|
1225
|
+
],
|
|
1226
|
+
"compatibility": {
|
|
1227
|
+
"nuxt": "^2.0.0",
|
|
1228
|
+
"requires": {}
|
|
1229
|
+
}
|
|
799
1230
|
},
|
|
800
1231
|
{
|
|
801
1232
|
"name": "google-analytics",
|
|
@@ -812,28 +1243,29 @@
|
|
|
812
1243
|
{
|
|
813
1244
|
"name": "Pooya Parsa",
|
|
814
1245
|
"github": "pi0",
|
|
815
|
-
"twitter": "_pi0_"
|
|
816
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1246
|
+
"twitter": "_pi0_"
|
|
817
1247
|
},
|
|
818
1248
|
{
|
|
819
1249
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1250
|
+
"github": "ricardogobbosouza"
|
|
822
1251
|
},
|
|
823
1252
|
{
|
|
824
1253
|
"name": "Matteo Gabriele",
|
|
825
1254
|
"github": "MatteoGabriele",
|
|
826
|
-
"twitter": "matteo_gabriele"
|
|
827
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1255
|
+
"twitter": "matteo_gabriele"
|
|
828
1256
|
}
|
|
829
|
-
]
|
|
1257
|
+
],
|
|
1258
|
+
"compatibility": {
|
|
1259
|
+
"nuxt": "^2.0.0",
|
|
1260
|
+
"requires": {}
|
|
1261
|
+
}
|
|
830
1262
|
},
|
|
831
1263
|
{
|
|
832
1264
|
"name": "google-fonts",
|
|
833
1265
|
"description": "Google Fonts module for NuxtJS",
|
|
834
1266
|
"repo": "nuxt-community/google-fonts-module",
|
|
835
1267
|
"npm": "@nuxtjs/google-fonts",
|
|
836
|
-
"icon": "google-fonts.
|
|
1268
|
+
"icon": "google-fonts.png",
|
|
837
1269
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
838
1270
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
839
1271
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -842,10 +1274,13 @@
|
|
|
842
1274
|
"maintainers": [
|
|
843
1275
|
{
|
|
844
1276
|
"name": "Ricardo Gobbo de Souza",
|
|
845
|
-
"github": "ricardogobbosouza"
|
|
846
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1277
|
+
"github": "ricardogobbosouza"
|
|
847
1278
|
}
|
|
848
|
-
]
|
|
1279
|
+
],
|
|
1280
|
+
"compatibility": {
|
|
1281
|
+
"nuxt": "^2.0.0",
|
|
1282
|
+
"requires": {}
|
|
1283
|
+
}
|
|
849
1284
|
},
|
|
850
1285
|
{
|
|
851
1286
|
"name": "google-gtag",
|
|
@@ -861,15 +1296,17 @@
|
|
|
861
1296
|
"maintainers": [
|
|
862
1297
|
{
|
|
863
1298
|
"name": "Dominic Garms",
|
|
864
|
-
"github": "dohomi"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1299
|
+
"github": "dohomi"
|
|
866
1300
|
},
|
|
867
1301
|
{
|
|
868
1302
|
"name": "Ricardo Gobbo de Souza",
|
|
869
|
-
"github": "ricardogobbosouza"
|
|
870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1303
|
+
"github": "ricardogobbosouza"
|
|
871
1304
|
}
|
|
872
|
-
]
|
|
1305
|
+
],
|
|
1306
|
+
"compatibility": {
|
|
1307
|
+
"nuxt": "^2.0.0",
|
|
1308
|
+
"requires": {}
|
|
1309
|
+
}
|
|
873
1310
|
},
|
|
874
1311
|
{
|
|
875
1312
|
"name": "google-optimize",
|
|
@@ -886,22 +1323,45 @@
|
|
|
886
1323
|
{
|
|
887
1324
|
"name": "Pooya Parsa",
|
|
888
1325
|
"github": "pi0",
|
|
889
|
-
"twitter": "_pi0_"
|
|
890
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1326
|
+
"twitter": "_pi0_"
|
|
891
1327
|
},
|
|
892
1328
|
{
|
|
893
1329
|
"name": "Farzad Soltani",
|
|
894
1330
|
"github": "farzadso",
|
|
895
|
-
"twitter": "farzadso"
|
|
896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1331
|
+
"twitter": "farzadso"
|
|
897
1332
|
},
|
|
898
1333
|
{
|
|
899
1334
|
"name": "Josh Deltener",
|
|
900
1335
|
"github": "hecktarzuli",
|
|
901
|
-
"twitter": "JoshDeltener"
|
|
902
|
-
|
|
1336
|
+
"twitter": "JoshDeltener"
|
|
1337
|
+
}
|
|
1338
|
+
],
|
|
1339
|
+
"compatibility": {
|
|
1340
|
+
"nuxt": "^2.0.0",
|
|
1341
|
+
"requires": {}
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "graphql-request",
|
|
1346
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1347
|
+
"repo": "gomah/nuxt-graphql-request",
|
|
1348
|
+
"npm": "nuxt-graphql-request",
|
|
1349
|
+
"icon": "graphql-request.png",
|
|
1350
|
+
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1351
|
+
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
1352
|
+
"learn_more": "",
|
|
1353
|
+
"category": "Request",
|
|
1354
|
+
"type": "3rd-party",
|
|
1355
|
+
"maintainers": [
|
|
1356
|
+
{
|
|
1357
|
+
"name": "gomah",
|
|
1358
|
+
"github": "gomah"
|
|
903
1359
|
}
|
|
904
|
-
]
|
|
1360
|
+
],
|
|
1361
|
+
"compatibility": {
|
|
1362
|
+
"nuxt": "^2.0.0",
|
|
1363
|
+
"requires": {}
|
|
1364
|
+
}
|
|
905
1365
|
},
|
|
906
1366
|
{
|
|
907
1367
|
"name": "gtm",
|
|
@@ -918,10 +1378,13 @@
|
|
|
918
1378
|
{
|
|
919
1379
|
"name": "Pooya Parsa",
|
|
920
1380
|
"github": "pi0",
|
|
921
|
-
"twitter": "_pi0_"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1381
|
+
"twitter": "_pi0_"
|
|
923
1382
|
}
|
|
924
|
-
]
|
|
1383
|
+
],
|
|
1384
|
+
"compatibility": {
|
|
1385
|
+
"nuxt": "^2.0.0",
|
|
1386
|
+
"requires": {}
|
|
1387
|
+
}
|
|
925
1388
|
},
|
|
926
1389
|
{
|
|
927
1390
|
"name": "guess",
|
|
@@ -937,10 +1400,36 @@
|
|
|
937
1400
|
"maintainers": [
|
|
938
1401
|
{
|
|
939
1402
|
"name": "Xin Du",
|
|
940
|
-
"github": "clarkdo"
|
|
941
|
-
|
|
1403
|
+
"github": "clarkdo"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"compatibility": {
|
|
1407
|
+
"nuxt": "^2.0.0",
|
|
1408
|
+
"requires": {}
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "headway",
|
|
1413
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1414
|
+
"repo": "l-portet/nuxt-headway",
|
|
1415
|
+
"npm": "nuxt-headway",
|
|
1416
|
+
"icon": "headway.png",
|
|
1417
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1418
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1419
|
+
"learn_more": "https://headwayapp.co/",
|
|
1420
|
+
"category": "UI",
|
|
1421
|
+
"type": "3rd-party",
|
|
1422
|
+
"maintainers": [
|
|
1423
|
+
{
|
|
1424
|
+
"name": "l-portet",
|
|
1425
|
+
"github": "l-portet",
|
|
1426
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
942
1427
|
}
|
|
943
|
-
]
|
|
1428
|
+
],
|
|
1429
|
+
"compatibility": {
|
|
1430
|
+
"nuxt": "^2.0.0",
|
|
1431
|
+
"requires": {}
|
|
1432
|
+
}
|
|
944
1433
|
},
|
|
945
1434
|
{
|
|
946
1435
|
"name": "helmet",
|
|
@@ -956,10 +1445,13 @@
|
|
|
956
1445
|
"maintainers": [
|
|
957
1446
|
{
|
|
958
1447
|
"name": "victor-perez",
|
|
959
|
-
"github": "victor-perez"
|
|
960
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1448
|
+
"github": "victor-perez"
|
|
961
1449
|
}
|
|
962
|
-
]
|
|
1450
|
+
],
|
|
1451
|
+
"compatibility": {
|
|
1452
|
+
"nuxt": "^2.0.0",
|
|
1453
|
+
"requires": {}
|
|
1454
|
+
}
|
|
963
1455
|
},
|
|
964
1456
|
{
|
|
965
1457
|
"name": "highcharts",
|
|
@@ -975,10 +1467,13 @@
|
|
|
975
1467
|
"maintainers": [
|
|
976
1468
|
{
|
|
977
1469
|
"name": "richardeschloss",
|
|
978
|
-
"github": "richardeschloss"
|
|
979
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1470
|
+
"github": "richardeschloss"
|
|
980
1471
|
}
|
|
981
|
-
]
|
|
1472
|
+
],
|
|
1473
|
+
"compatibility": {
|
|
1474
|
+
"nuxt": "^2.0.0",
|
|
1475
|
+
"requires": {}
|
|
1476
|
+
}
|
|
982
1477
|
},
|
|
983
1478
|
{
|
|
984
1479
|
"name": "history-state",
|
|
@@ -989,15 +1484,18 @@
|
|
|
989
1484
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
990
1485
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
991
1486
|
"learn_more": "",
|
|
992
|
-
"category": "
|
|
1487
|
+
"category": "Extensions",
|
|
993
1488
|
"type": "3rd-party",
|
|
994
1489
|
"maintainers": [
|
|
995
1490
|
{
|
|
996
1491
|
"name": "hidekatsu-izuno",
|
|
997
|
-
"github": "hidekatsu-izuno"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1492
|
+
"github": "hidekatsu-izuno"
|
|
999
1493
|
}
|
|
1000
|
-
]
|
|
1494
|
+
],
|
|
1495
|
+
"compatibility": {
|
|
1496
|
+
"nuxt": "^2.0.0",
|
|
1497
|
+
"requires": {}
|
|
1498
|
+
}
|
|
1001
1499
|
},
|
|
1002
1500
|
{
|
|
1003
1501
|
"name": "html-minifier",
|
|
@@ -1013,10 +1511,13 @@
|
|
|
1013
1511
|
"maintainers": [
|
|
1014
1512
|
{
|
|
1015
1513
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1514
|
+
"github": "clarkdo"
|
|
1018
1515
|
}
|
|
1019
|
-
]
|
|
1516
|
+
],
|
|
1517
|
+
"compatibility": {
|
|
1518
|
+
"nuxt": "^2.0.0",
|
|
1519
|
+
"requires": {}
|
|
1520
|
+
}
|
|
1020
1521
|
},
|
|
1021
1522
|
{
|
|
1022
1523
|
"name": "html-validator",
|
|
@@ -1033,10 +1534,13 @@
|
|
|
1033
1534
|
{
|
|
1034
1535
|
"name": "Daniel Roe",
|
|
1035
1536
|
"github": "danielroe",
|
|
1036
|
-
"twitter": "danielcroe"
|
|
1037
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1537
|
+
"twitter": "danielcroe"
|
|
1038
1538
|
}
|
|
1039
|
-
]
|
|
1539
|
+
],
|
|
1540
|
+
"compatibility": {
|
|
1541
|
+
"nuxt": "^2.0.0",
|
|
1542
|
+
"requires": {}
|
|
1543
|
+
}
|
|
1040
1544
|
},
|
|
1041
1545
|
{
|
|
1042
1546
|
"name": "http",
|
|
@@ -1053,16 +1557,41 @@
|
|
|
1053
1557
|
{
|
|
1054
1558
|
"name": "Pooya Parsa",
|
|
1055
1559
|
"github": "pi0",
|
|
1056
|
-
"twitter": "_pi0_"
|
|
1057
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1560
|
+
"twitter": "_pi0_"
|
|
1058
1561
|
},
|
|
1059
1562
|
{
|
|
1060
1563
|
"name": "Sébastien Chopin",
|
|
1061
1564
|
"github": "Atinux",
|
|
1062
|
-
"twitter": "Atinux"
|
|
1063
|
-
|
|
1565
|
+
"twitter": "Atinux"
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"compatibility": {
|
|
1569
|
+
"nuxt": "^2.0.0",
|
|
1570
|
+
"requires": {}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"name": "humans-txt",
|
|
1575
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1576
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1577
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1578
|
+
"icon": "",
|
|
1579
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1580
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1581
|
+
"learn_more": "https://humanstxt.org/",
|
|
1582
|
+
"category": "SEO",
|
|
1583
|
+
"type": "3rd-party",
|
|
1584
|
+
"maintainers": [
|
|
1585
|
+
{
|
|
1586
|
+
"name": "Luca Iaconelli",
|
|
1587
|
+
"github": "LuXDAmore",
|
|
1588
|
+
"twitter": "luxdamore"
|
|
1064
1589
|
}
|
|
1065
|
-
]
|
|
1590
|
+
],
|
|
1591
|
+
"compatibility": {
|
|
1592
|
+
"nuxt": "^2.0.0",
|
|
1593
|
+
"requires": {}
|
|
1594
|
+
}
|
|
1066
1595
|
},
|
|
1067
1596
|
{
|
|
1068
1597
|
"name": "i18n",
|
|
@@ -1073,20 +1602,22 @@
|
|
|
1073
1602
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1074
1603
|
"website": "https://i18n.nuxtjs.org",
|
|
1075
1604
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1076
|
-
"category": "
|
|
1605
|
+
"category": "Extensions",
|
|
1077
1606
|
"type": "community",
|
|
1078
1607
|
"maintainers": [
|
|
1079
1608
|
{
|
|
1080
1609
|
"name": "Rafał Chłodnicki",
|
|
1081
|
-
"github": "rchl"
|
|
1082
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1610
|
+
"github": "rchl"
|
|
1083
1611
|
},
|
|
1084
1612
|
{
|
|
1085
|
-
"name": "
|
|
1086
|
-
"github": "
|
|
1087
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1613
|
+
"name": "Kazuya Kawaguchi",
|
|
1614
|
+
"github": "kazupon"
|
|
1088
1615
|
}
|
|
1089
|
-
]
|
|
1616
|
+
],
|
|
1617
|
+
"compatibility": {
|
|
1618
|
+
"nuxt": "^2.0.0",
|
|
1619
|
+
"requires": {}
|
|
1620
|
+
}
|
|
1090
1621
|
},
|
|
1091
1622
|
{
|
|
1092
1623
|
"name": "image-loader",
|
|
@@ -1102,10 +1633,13 @@
|
|
|
1102
1633
|
"maintainers": [
|
|
1103
1634
|
{
|
|
1104
1635
|
"name": "Barry Fisher",
|
|
1105
|
-
"github": "Barry-Fisher"
|
|
1106
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1636
|
+
"github": "Barry-Fisher"
|
|
1107
1637
|
}
|
|
1108
|
-
]
|
|
1638
|
+
],
|
|
1639
|
+
"compatibility": {
|
|
1640
|
+
"nuxt": "^2.0.0",
|
|
1641
|
+
"requires": {}
|
|
1642
|
+
}
|
|
1109
1643
|
},
|
|
1110
1644
|
{
|
|
1111
1645
|
"name": "image",
|
|
@@ -1122,22 +1656,25 @@
|
|
|
1122
1656
|
{
|
|
1123
1657
|
"name": "Ahad Birang",
|
|
1124
1658
|
"github": "farnabaz",
|
|
1125
|
-
"twitter": "a_birang"
|
|
1126
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1659
|
+
"twitter": "a_birang"
|
|
1127
1660
|
},
|
|
1128
1661
|
{
|
|
1129
1662
|
"name": "Pooya Parsa",
|
|
1130
1663
|
"github": "pi0",
|
|
1131
|
-
"twitter": "_pi0_"
|
|
1132
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1664
|
+
"twitter": "_pi0_"
|
|
1133
1665
|
},
|
|
1134
1666
|
{
|
|
1135
1667
|
"name": "Sebastien Chopin",
|
|
1136
1668
|
"github": "Atinux",
|
|
1137
|
-
"twitter": "Atinux"
|
|
1138
|
-
|
|
1669
|
+
"twitter": "Atinux"
|
|
1670
|
+
}
|
|
1671
|
+
],
|
|
1672
|
+
"compatibility": {
|
|
1673
|
+
"nuxt": "^2.0.0",
|
|
1674
|
+
"requires": {
|
|
1675
|
+
"bridge": "optional"
|
|
1139
1676
|
}
|
|
1140
|
-
|
|
1677
|
+
}
|
|
1141
1678
|
},
|
|
1142
1679
|
{
|
|
1143
1680
|
"name": "imagemin",
|
|
@@ -1153,10 +1690,13 @@
|
|
|
1153
1690
|
"maintainers": [
|
|
1154
1691
|
{
|
|
1155
1692
|
"name": "Ricardo Gobbo de Souza",
|
|
1156
|
-
"github": "ricardogobbosouza"
|
|
1157
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1693
|
+
"github": "ricardogobbosouza"
|
|
1158
1694
|
}
|
|
1159
|
-
]
|
|
1695
|
+
],
|
|
1696
|
+
"compatibility": {
|
|
1697
|
+
"nuxt": "^2.0.0",
|
|
1698
|
+
"requires": {}
|
|
1699
|
+
}
|
|
1160
1700
|
},
|
|
1161
1701
|
{
|
|
1162
1702
|
"name": "intercom",
|
|
@@ -1172,10 +1712,35 @@
|
|
|
1172
1712
|
"maintainers": [
|
|
1173
1713
|
{
|
|
1174
1714
|
"name": "hex-digital",
|
|
1175
|
-
"github": "hex-digital"
|
|
1176
|
-
|
|
1715
|
+
"github": "hex-digital"
|
|
1716
|
+
}
|
|
1717
|
+
],
|
|
1718
|
+
"compatibility": {
|
|
1719
|
+
"nuxt": "^2.0.0",
|
|
1720
|
+
"requires": {}
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "jsonapi",
|
|
1725
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1726
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1727
|
+
"npm": "nuxt-jsonapi",
|
|
1728
|
+
"icon": "jsonapi.svg",
|
|
1729
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1730
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1731
|
+
"learn_more": "",
|
|
1732
|
+
"category": "Request",
|
|
1733
|
+
"type": "3rd-party",
|
|
1734
|
+
"maintainers": [
|
|
1735
|
+
{
|
|
1736
|
+
"name": "patrickcate",
|
|
1737
|
+
"github": "patrickcate"
|
|
1177
1738
|
}
|
|
1178
|
-
]
|
|
1739
|
+
],
|
|
1740
|
+
"compatibility": {
|
|
1741
|
+
"nuxt": "^2.0.0",
|
|
1742
|
+
"requires": {}
|
|
1743
|
+
}
|
|
1179
1744
|
},
|
|
1180
1745
|
{
|
|
1181
1746
|
"name": "kentico-kontent",
|
|
@@ -1191,10 +1756,13 @@
|
|
|
1191
1756
|
"maintainers": [
|
|
1192
1757
|
{
|
|
1193
1758
|
"name": "Alfred Brockötter",
|
|
1194
|
-
"github": "Domitnator"
|
|
1195
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1759
|
+
"github": "Domitnator"
|
|
1196
1760
|
}
|
|
1197
|
-
]
|
|
1761
|
+
],
|
|
1762
|
+
"compatibility": {
|
|
1763
|
+
"nuxt": "^2.0.0",
|
|
1764
|
+
"requires": {}
|
|
1765
|
+
}
|
|
1198
1766
|
},
|
|
1199
1767
|
{
|
|
1200
1768
|
"name": "laravel-echo",
|
|
@@ -1210,10 +1778,13 @@
|
|
|
1210
1778
|
"maintainers": [
|
|
1211
1779
|
{
|
|
1212
1780
|
"name": "Ricardo Gobbo de Souza",
|
|
1213
|
-
"github": "ricardogobbosouza"
|
|
1214
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1781
|
+
"github": "ricardogobbosouza"
|
|
1215
1782
|
}
|
|
1216
|
-
]
|
|
1783
|
+
],
|
|
1784
|
+
"compatibility": {
|
|
1785
|
+
"nuxt": "^2.0.0",
|
|
1786
|
+
"requires": {}
|
|
1787
|
+
}
|
|
1217
1788
|
},
|
|
1218
1789
|
{
|
|
1219
1790
|
"name": "laravel-nuxt",
|
|
@@ -1229,10 +1800,13 @@
|
|
|
1229
1800
|
"maintainers": [
|
|
1230
1801
|
{
|
|
1231
1802
|
"name": "skyrpex",
|
|
1232
|
-
"github": "skyrpex"
|
|
1233
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1803
|
+
"github": "skyrpex"
|
|
1234
1804
|
}
|
|
1235
|
-
]
|
|
1805
|
+
],
|
|
1806
|
+
"compatibility": {
|
|
1807
|
+
"nuxt": "^2.0.0",
|
|
1808
|
+
"requires": {}
|
|
1809
|
+
}
|
|
1236
1810
|
},
|
|
1237
1811
|
{
|
|
1238
1812
|
"name": "laravel",
|
|
@@ -1248,10 +1822,13 @@
|
|
|
1248
1822
|
"maintainers": [
|
|
1249
1823
|
{
|
|
1250
1824
|
"name": "m2sd",
|
|
1251
|
-
"github": "m2sd"
|
|
1252
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1825
|
+
"github": "m2sd"
|
|
1253
1826
|
}
|
|
1254
|
-
]
|
|
1827
|
+
],
|
|
1828
|
+
"compatibility": {
|
|
1829
|
+
"nuxt": "^2.0.0",
|
|
1830
|
+
"requires": {}
|
|
1831
|
+
}
|
|
1255
1832
|
},
|
|
1256
1833
|
{
|
|
1257
1834
|
"name": "leaflet",
|
|
@@ -1262,15 +1839,18 @@
|
|
|
1262
1839
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1263
1840
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1264
1841
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1265
|
-
"category": "
|
|
1842
|
+
"category": "Libraries",
|
|
1266
1843
|
"type": "3rd-party",
|
|
1267
1844
|
"maintainers": [
|
|
1268
1845
|
{
|
|
1269
1846
|
"name": "schlunsen",
|
|
1270
|
-
"github": "schlunsen"
|
|
1271
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1847
|
+
"github": "schlunsen"
|
|
1272
1848
|
}
|
|
1273
|
-
]
|
|
1849
|
+
],
|
|
1850
|
+
"compatibility": {
|
|
1851
|
+
"nuxt": "^2.0.0",
|
|
1852
|
+
"requires": {}
|
|
1853
|
+
}
|
|
1274
1854
|
},
|
|
1275
1855
|
{
|
|
1276
1856
|
"name": "localforage",
|
|
@@ -1281,21 +1861,23 @@
|
|
|
1281
1861
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1282
1862
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1283
1863
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1284
|
-
"category": "
|
|
1864
|
+
"category": "Libraries",
|
|
1285
1865
|
"type": "community",
|
|
1286
1866
|
"maintainers": [
|
|
1287
1867
|
{
|
|
1288
1868
|
"name": "Alexandre Chopin",
|
|
1289
1869
|
"github": "alexchopin",
|
|
1290
|
-
"twitter": "alexchopin"
|
|
1291
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1870
|
+
"twitter": "alexchopin"
|
|
1292
1871
|
},
|
|
1293
1872
|
{
|
|
1294
1873
|
"name": "Ricardo Gobbo de Souza",
|
|
1295
|
-
"github": "ricardogobbosouza"
|
|
1296
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1874
|
+
"github": "ricardogobbosouza"
|
|
1297
1875
|
}
|
|
1298
|
-
]
|
|
1876
|
+
],
|
|
1877
|
+
"compatibility": {
|
|
1878
|
+
"nuxt": "^2.0.0",
|
|
1879
|
+
"requires": {}
|
|
1880
|
+
}
|
|
1299
1881
|
},
|
|
1300
1882
|
{
|
|
1301
1883
|
"name": "localtunnel",
|
|
@@ -1312,10 +1894,13 @@
|
|
|
1312
1894
|
{
|
|
1313
1895
|
"name": "Pooya Parsa",
|
|
1314
1896
|
"github": "pi0",
|
|
1315
|
-
"twitter": "_pi0_"
|
|
1316
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1897
|
+
"twitter": "_pi0_"
|
|
1317
1898
|
}
|
|
1318
|
-
]
|
|
1899
|
+
],
|
|
1900
|
+
"compatibility": {
|
|
1901
|
+
"nuxt": "^2.0.0",
|
|
1902
|
+
"requires": {}
|
|
1903
|
+
}
|
|
1319
1904
|
},
|
|
1320
1905
|
{
|
|
1321
1906
|
"name": "logrocket",
|
|
@@ -1332,10 +1917,13 @@
|
|
|
1332
1917
|
{
|
|
1333
1918
|
"name": "Farzad Soltani",
|
|
1334
1919
|
"github": "farzadso",
|
|
1335
|
-
"twitter": "farzadso"
|
|
1336
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1920
|
+
"twitter": "farzadso"
|
|
1337
1921
|
}
|
|
1338
|
-
]
|
|
1922
|
+
],
|
|
1923
|
+
"compatibility": {
|
|
1924
|
+
"nuxt": "^2.0.0",
|
|
1925
|
+
"requires": {}
|
|
1926
|
+
}
|
|
1339
1927
|
},
|
|
1340
1928
|
{
|
|
1341
1929
|
"name": "lunr",
|
|
@@ -1351,30 +1939,36 @@
|
|
|
1351
1939
|
"maintainers": [
|
|
1352
1940
|
{
|
|
1353
1941
|
"name": "Pim",
|
|
1354
|
-
"github": "pimlie"
|
|
1355
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1942
|
+
"github": "pimlie"
|
|
1356
1943
|
}
|
|
1357
|
-
]
|
|
1944
|
+
],
|
|
1945
|
+
"compatibility": {
|
|
1946
|
+
"nuxt": "^2.0.0",
|
|
1947
|
+
"requires": {}
|
|
1948
|
+
}
|
|
1358
1949
|
},
|
|
1359
1950
|
{
|
|
1360
1951
|
"name": "markdownit",
|
|
1361
1952
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1362
|
-
"repo": "nuxt-community/
|
|
1953
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1363
1954
|
"npm": "@nuxtjs/markdownit",
|
|
1364
1955
|
"icon": "",
|
|
1365
|
-
"github": "https://github.com/nuxt-community/
|
|
1366
|
-
"website": "https://github.com/nuxt-community/
|
|
1956
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1957
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1367
1958
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1368
|
-
"category": "
|
|
1959
|
+
"category": "Extensions",
|
|
1369
1960
|
"type": "community",
|
|
1370
1961
|
"maintainers": [
|
|
1371
1962
|
{
|
|
1372
1963
|
"name": "Pooya Parsa",
|
|
1373
1964
|
"github": "pi0",
|
|
1374
|
-
"twitter": "_pi0_"
|
|
1375
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1965
|
+
"twitter": "_pi0_"
|
|
1376
1966
|
}
|
|
1377
|
-
]
|
|
1967
|
+
],
|
|
1968
|
+
"compatibility": {
|
|
1969
|
+
"nuxt": "^2.0.0",
|
|
1970
|
+
"requires": {}
|
|
1971
|
+
}
|
|
1378
1972
|
},
|
|
1379
1973
|
{
|
|
1380
1974
|
"name": "matomo",
|
|
@@ -1390,10 +1984,13 @@
|
|
|
1390
1984
|
"maintainers": [
|
|
1391
1985
|
{
|
|
1392
1986
|
"name": "pimlie",
|
|
1393
|
-
"github": "pimlie"
|
|
1394
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1987
|
+
"github": "pimlie"
|
|
1395
1988
|
}
|
|
1396
|
-
]
|
|
1989
|
+
],
|
|
1990
|
+
"compatibility": {
|
|
1991
|
+
"nuxt": "^2.0.0",
|
|
1992
|
+
"requires": {}
|
|
1993
|
+
}
|
|
1397
1994
|
},
|
|
1398
1995
|
{
|
|
1399
1996
|
"name": "mdx",
|
|
@@ -1404,16 +2001,19 @@
|
|
|
1404
2001
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1405
2002
|
"website": "https://mdx.nuxtjs.org",
|
|
1406
2003
|
"learn_more": "https://mdxjs.com/",
|
|
1407
|
-
"category": "
|
|
2004
|
+
"category": "Extensions",
|
|
1408
2005
|
"type": "community",
|
|
1409
2006
|
"maintainers": [
|
|
1410
2007
|
{
|
|
1411
2008
|
"name": "Jonathan Bakebwa",
|
|
1412
2009
|
"github": "codebender828",
|
|
1413
|
-
"twitter": "codebender828"
|
|
1414
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2010
|
+
"twitter": "codebender828"
|
|
1415
2011
|
}
|
|
1416
|
-
]
|
|
2012
|
+
],
|
|
2013
|
+
"compatibility": {
|
|
2014
|
+
"nuxt": "^2.0.0",
|
|
2015
|
+
"requires": {}
|
|
2016
|
+
}
|
|
1417
2017
|
},
|
|
1418
2018
|
{
|
|
1419
2019
|
"name": "memwatch",
|
|
@@ -1429,10 +2029,13 @@
|
|
|
1429
2029
|
"maintainers": [
|
|
1430
2030
|
{
|
|
1431
2031
|
"name": "pimlie",
|
|
1432
|
-
"github": "pimlie"
|
|
1433
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2032
|
+
"github": "pimlie"
|
|
1434
2033
|
}
|
|
1435
|
-
]
|
|
2034
|
+
],
|
|
2035
|
+
"compatibility": {
|
|
2036
|
+
"nuxt": "^2.0.0",
|
|
2037
|
+
"requires": {}
|
|
2038
|
+
}
|
|
1436
2039
|
},
|
|
1437
2040
|
{
|
|
1438
2041
|
"name": "mobile",
|
|
@@ -1443,15 +2046,18 @@
|
|
|
1443
2046
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1444
2047
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1445
2048
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1446
|
-
"category": "
|
|
2049
|
+
"category": "Extensions",
|
|
1447
2050
|
"type": "3rd-party",
|
|
1448
2051
|
"maintainers": [
|
|
1449
2052
|
{
|
|
1450
2053
|
"name": "ChanningDefoe",
|
|
1451
|
-
"github": "ChanningDefoe"
|
|
1452
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2054
|
+
"github": "ChanningDefoe"
|
|
1453
2055
|
}
|
|
1454
|
-
]
|
|
2056
|
+
],
|
|
2057
|
+
"compatibility": {
|
|
2058
|
+
"nuxt": "^2.0.0",
|
|
2059
|
+
"requires": {}
|
|
2060
|
+
}
|
|
1455
2061
|
},
|
|
1456
2062
|
{
|
|
1457
2063
|
"name": "moment",
|
|
@@ -1468,15 +2074,17 @@
|
|
|
1468
2074
|
{
|
|
1469
2075
|
"name": "Pooya Parsa",
|
|
1470
2076
|
"github": "pi0",
|
|
1471
|
-
"twitter": "_pi0_"
|
|
1472
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2077
|
+
"twitter": "_pi0_"
|
|
1473
2078
|
},
|
|
1474
2079
|
{
|
|
1475
2080
|
"name": "Ricardo Gobbo de Souza",
|
|
1476
|
-
"github": "ricardogobbosouza"
|
|
1477
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2081
|
+
"github": "ricardogobbosouza"
|
|
1478
2082
|
}
|
|
1479
|
-
]
|
|
2083
|
+
],
|
|
2084
|
+
"compatibility": {
|
|
2085
|
+
"nuxt": "^2.0.0",
|
|
2086
|
+
"requires": {}
|
|
2087
|
+
}
|
|
1480
2088
|
},
|
|
1481
2089
|
{
|
|
1482
2090
|
"name": "mq",
|
|
@@ -1492,10 +2100,13 @@
|
|
|
1492
2100
|
"maintainers": [
|
|
1493
2101
|
{
|
|
1494
2102
|
"name": "vanhoofmaarten",
|
|
1495
|
-
"github": "vanhoofmaarten"
|
|
1496
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2103
|
+
"github": "vanhoofmaarten"
|
|
1497
2104
|
}
|
|
1498
|
-
]
|
|
2105
|
+
],
|
|
2106
|
+
"compatibility": {
|
|
2107
|
+
"nuxt": "^2.0.0",
|
|
2108
|
+
"requires": {}
|
|
2109
|
+
}
|
|
1499
2110
|
},
|
|
1500
2111
|
{
|
|
1501
2112
|
"name": "neo",
|
|
@@ -1511,10 +2122,13 @@
|
|
|
1511
2122
|
"maintainers": [
|
|
1512
2123
|
{
|
|
1513
2124
|
"name": "ezypeeze",
|
|
1514
|
-
"github": "ezypeeze"
|
|
1515
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2125
|
+
"github": "ezypeeze"
|
|
1516
2126
|
}
|
|
1517
|
-
]
|
|
2127
|
+
],
|
|
2128
|
+
"compatibility": {
|
|
2129
|
+
"nuxt": "^2.0.0",
|
|
2130
|
+
"requires": {}
|
|
2131
|
+
}
|
|
1518
2132
|
},
|
|
1519
2133
|
{
|
|
1520
2134
|
"name": "netlify-cache",
|
|
@@ -1530,10 +2144,13 @@
|
|
|
1530
2144
|
"maintainers": [
|
|
1531
2145
|
{
|
|
1532
2146
|
"name": "DreaMinder",
|
|
1533
|
-
"github": "DreaMinder"
|
|
1534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2147
|
+
"github": "DreaMinder"
|
|
1535
2148
|
}
|
|
1536
|
-
]
|
|
2149
|
+
],
|
|
2150
|
+
"compatibility": {
|
|
2151
|
+
"nuxt": "^2.0.0",
|
|
2152
|
+
"requires": {}
|
|
2153
|
+
}
|
|
1537
2154
|
},
|
|
1538
2155
|
{
|
|
1539
2156
|
"name": "netlify-files",
|
|
@@ -1550,10 +2167,13 @@
|
|
|
1550
2167
|
{
|
|
1551
2168
|
"name": "Alexander Lichter",
|
|
1552
2169
|
"github": "manniL",
|
|
1553
|
-
"twitter": "TheAlexLichter"
|
|
1554
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2170
|
+
"twitter": "TheAlexLichter"
|
|
1555
2171
|
}
|
|
1556
|
-
]
|
|
2172
|
+
],
|
|
2173
|
+
"compatibility": {
|
|
2174
|
+
"nuxt": "^2.0.0",
|
|
2175
|
+
"requires": {}
|
|
2176
|
+
}
|
|
1557
2177
|
},
|
|
1558
2178
|
{
|
|
1559
2179
|
"name": "netlify",
|
|
@@ -1569,30 +2189,176 @@
|
|
|
1569
2189
|
"maintainers": [
|
|
1570
2190
|
{
|
|
1571
2191
|
"name": "bazzite",
|
|
1572
|
-
"github": "bazzite"
|
|
1573
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2192
|
+
"github": "bazzite"
|
|
1574
2193
|
}
|
|
1575
|
-
]
|
|
2194
|
+
],
|
|
2195
|
+
"compatibility": {
|
|
2196
|
+
"nuxt": "^2.0.0",
|
|
2197
|
+
"requires": {}
|
|
2198
|
+
}
|
|
1576
2199
|
},
|
|
1577
2200
|
{
|
|
1578
2201
|
"name": "ngrok",
|
|
1579
2202
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1580
|
-
"repo": "nuxt-community/
|
|
2203
|
+
"repo": "nuxt-community/ngrok",
|
|
1581
2204
|
"npm": "@nuxtjs/ngrok",
|
|
1582
2205
|
"icon": "ngrok.png",
|
|
1583
|
-
"github": "https://github.com/nuxt-community/
|
|
1584
|
-
"website": "https://
|
|
2206
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2207
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1585
2208
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1586
2209
|
"category": "Devtools",
|
|
1587
2210
|
"type": "community",
|
|
1588
2211
|
"maintainers": [
|
|
2212
|
+
{
|
|
2213
|
+
"name": "Debbie O'Brien",
|
|
2214
|
+
"github": "debs-obrien",
|
|
2215
|
+
"twitter": "debs_obrien"
|
|
2216
|
+
},
|
|
1589
2217
|
{
|
|
1590
2218
|
"name": "Pooya Parsa",
|
|
1591
2219
|
"github": "pi0",
|
|
1592
|
-
"twitter": "_pi0_"
|
|
1593
|
-
|
|
2220
|
+
"twitter": "_pi0_"
|
|
2221
|
+
}
|
|
2222
|
+
],
|
|
2223
|
+
"compatibility": {
|
|
2224
|
+
"nuxt": "^2.0.0",
|
|
2225
|
+
"requires": {}
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "notion",
|
|
2230
|
+
"description": "Vue renderer for Notion pages",
|
|
2231
|
+
"repo": "janniks/vue-notion",
|
|
2232
|
+
"npm": "vue-notion",
|
|
2233
|
+
"icon": "notion.svg",
|
|
2234
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2235
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2236
|
+
"learn_more": "",
|
|
2237
|
+
"category": "CMS",
|
|
2238
|
+
"type": "3rd-party",
|
|
2239
|
+
"maintainers": [
|
|
2240
|
+
{
|
|
2241
|
+
"name": "janniks",
|
|
2242
|
+
"github": "janniks"
|
|
1594
2243
|
}
|
|
1595
|
-
]
|
|
2244
|
+
],
|
|
2245
|
+
"compatibility": {
|
|
2246
|
+
"nuxt": "^2.0.0",
|
|
2247
|
+
"requires": {}
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"name": "nuxt-png-to-ico",
|
|
2252
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2253
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2254
|
+
"npm": "nuxt-png-to-ico",
|
|
2255
|
+
"icon": "",
|
|
2256
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2257
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2258
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2259
|
+
"category": "Devtools",
|
|
2260
|
+
"type": "3rd-party",
|
|
2261
|
+
"maintainers": [
|
|
2262
|
+
{
|
|
2263
|
+
"name": "b5710546232",
|
|
2264
|
+
"github": "b5710546232",
|
|
2265
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2266
|
+
}
|
|
2267
|
+
],
|
|
2268
|
+
"compatibility": {
|
|
2269
|
+
"nuxt": "^2.0.0",
|
|
2270
|
+
"requires": {}
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "nuxt-smartlook",
|
|
2275
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2276
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2277
|
+
"npm": "nuxt-smartlook",
|
|
2278
|
+
"icon": "nuxt-smartlook.png",
|
|
2279
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2280
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2281
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2282
|
+
"category": "Analytics",
|
|
2283
|
+
"type": "3rd-party",
|
|
2284
|
+
"maintainers": [
|
|
2285
|
+
{
|
|
2286
|
+
"name": "Milan Sulc",
|
|
2287
|
+
"github": "f3l1x",
|
|
2288
|
+
"twitter": "xf3l1x",
|
|
2289
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"compatibility": {
|
|
2293
|
+
"nuxt": "^2.0.0",
|
|
2294
|
+
"requires": {}
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "nuxt-use-motion",
|
|
2299
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2300
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2301
|
+
"npm": "nuxt-use-motion",
|
|
2302
|
+
"icon": "nuxt-use-motion.svg",
|
|
2303
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2304
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2305
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2306
|
+
"category": "Libraries",
|
|
2307
|
+
"type": "3rd-party",
|
|
2308
|
+
"maintainers": [
|
|
2309
|
+
{
|
|
2310
|
+
"name": "Tahul",
|
|
2311
|
+
"github": "Tahul"
|
|
2312
|
+
}
|
|
2313
|
+
],
|
|
2314
|
+
"compatibility": {
|
|
2315
|
+
"nuxt": "^2.0.0",
|
|
2316
|
+
"requires": {}
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "nuxt-use-sound",
|
|
2321
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2322
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2323
|
+
"npm": "nuxt-use-sound",
|
|
2324
|
+
"icon": "nuxt-use-sound.svg",
|
|
2325
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2326
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2327
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2328
|
+
"category": "Libraries",
|
|
2329
|
+
"type": "3rd-party",
|
|
2330
|
+
"maintainers": [
|
|
2331
|
+
{
|
|
2332
|
+
"name": "Tahul",
|
|
2333
|
+
"github": "Tahul"
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^2.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"name": "nuxt-viewport",
|
|
2343
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2344
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2345
|
+
"npm": "nuxt-viewport",
|
|
2346
|
+
"icon": "nuxt-viewport.svg",
|
|
2347
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2348
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2349
|
+
"learn_more": "",
|
|
2350
|
+
"category": "Extensions",
|
|
2351
|
+
"type": "3rd-party",
|
|
2352
|
+
"maintainers": [
|
|
2353
|
+
{
|
|
2354
|
+
"name": "mvrlin",
|
|
2355
|
+
"github": "mvrlin"
|
|
2356
|
+
}
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^2.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
1596
2362
|
},
|
|
1597
2363
|
{
|
|
1598
2364
|
"name": "nuxt7",
|
|
@@ -1609,10 +2375,13 @@
|
|
|
1609
2375
|
{
|
|
1610
2376
|
"name": "Pooya Parsa",
|
|
1611
2377
|
"github": "pi0",
|
|
1612
|
-
"twitter": "_pi0_"
|
|
1613
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2378
|
+
"twitter": "_pi0_"
|
|
1614
2379
|
}
|
|
1615
|
-
]
|
|
2380
|
+
],
|
|
2381
|
+
"compatibility": {
|
|
2382
|
+
"nuxt": "^2.0.0",
|
|
2383
|
+
"requires": {}
|
|
2384
|
+
}
|
|
1616
2385
|
},
|
|
1617
2386
|
{
|
|
1618
2387
|
"name": "onesignal",
|
|
@@ -1623,16 +2392,19 @@
|
|
|
1623
2392
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1624
2393
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1625
2394
|
"learn_more": "https://onesignal.com/",
|
|
1626
|
-
"category": "
|
|
2395
|
+
"category": "Extensions",
|
|
1627
2396
|
"type": "community",
|
|
1628
2397
|
"maintainers": [
|
|
1629
2398
|
{
|
|
1630
2399
|
"name": "Pooya Parsa",
|
|
1631
2400
|
"github": "pi0",
|
|
1632
|
-
"twitter": "_pi0_"
|
|
1633
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2401
|
+
"twitter": "_pi0_"
|
|
1634
2402
|
}
|
|
1635
|
-
]
|
|
2403
|
+
],
|
|
2404
|
+
"compatibility": {
|
|
2405
|
+
"nuxt": "^2.0.0",
|
|
2406
|
+
"requires": {}
|
|
2407
|
+
}
|
|
1636
2408
|
},
|
|
1637
2409
|
{
|
|
1638
2410
|
"name": "optimized-images",
|
|
@@ -1649,10 +2421,13 @@
|
|
|
1649
2421
|
{
|
|
1650
2422
|
"name": "Julio Marquez",
|
|
1651
2423
|
"github": "juliomrqz",
|
|
1652
|
-
"twitter": "juliomrqz"
|
|
1653
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2424
|
+
"twitter": "juliomrqz"
|
|
1654
2425
|
}
|
|
1655
|
-
]
|
|
2426
|
+
],
|
|
2427
|
+
"compatibility": {
|
|
2428
|
+
"nuxt": "^2.0.0",
|
|
2429
|
+
"requires": {}
|
|
2430
|
+
}
|
|
1656
2431
|
},
|
|
1657
2432
|
{
|
|
1658
2433
|
"name": "page-generator-helper",
|
|
@@ -1663,15 +2438,18 @@
|
|
|
1663
2438
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1664
2439
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1665
2440
|
"learn_more": "",
|
|
1666
|
-
"category": "
|
|
2441
|
+
"category": "Extensions",
|
|
1667
2442
|
"type": "3rd-party",
|
|
1668
2443
|
"maintainers": [
|
|
1669
2444
|
{
|
|
1670
2445
|
"name": "GrabarzUndPartner",
|
|
1671
|
-
"github": "GrabarzUndPartner"
|
|
1672
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2446
|
+
"github": "GrabarzUndPartner"
|
|
1673
2447
|
}
|
|
1674
|
-
]
|
|
2448
|
+
],
|
|
2449
|
+
"compatibility": {
|
|
2450
|
+
"nuxt": "^2.0.0",
|
|
2451
|
+
"requires": {}
|
|
2452
|
+
}
|
|
1675
2453
|
},
|
|
1676
2454
|
{
|
|
1677
2455
|
"name": "parse",
|
|
@@ -1687,10 +2465,82 @@
|
|
|
1687
2465
|
"maintainers": [
|
|
1688
2466
|
{
|
|
1689
2467
|
"name": "cierrateam",
|
|
1690
|
-
"github": "cierrateam"
|
|
1691
|
-
|
|
2468
|
+
"github": "cierrateam"
|
|
2469
|
+
}
|
|
2470
|
+
],
|
|
2471
|
+
"compatibility": {
|
|
2472
|
+
"nuxt": "^2.0.0",
|
|
2473
|
+
"requires": {}
|
|
2474
|
+
}
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"name": "persian-datepicker",
|
|
2478
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2479
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2480
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2481
|
+
"icon": "persian-datepicker.svg",
|
|
2482
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2483
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2484
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2485
|
+
"category": "Date",
|
|
2486
|
+
"type": "3rd-party",
|
|
2487
|
+
"maintainers": [
|
|
2488
|
+
{
|
|
2489
|
+
"name": "Alireza Alibeiki",
|
|
2490
|
+
"github": "alireza-ab",
|
|
2491
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
1692
2492
|
}
|
|
1693
|
-
]
|
|
2493
|
+
],
|
|
2494
|
+
"compatibility": {
|
|
2495
|
+
"nuxt": "^2.0.0",
|
|
2496
|
+
"requires": {}
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"name": "pinia",
|
|
2501
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2502
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2503
|
+
"npm": "@pinia/nuxt",
|
|
2504
|
+
"icon": "pinia.svg",
|
|
2505
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2506
|
+
"website": "https://pinia.esm.dev/",
|
|
2507
|
+
"learn_more": "",
|
|
2508
|
+
"category": "Extensions",
|
|
2509
|
+
"type": "3rd-party",
|
|
2510
|
+
"maintainers": [
|
|
2511
|
+
{
|
|
2512
|
+
"name": "posva",
|
|
2513
|
+
"github": "posva"
|
|
2514
|
+
}
|
|
2515
|
+
],
|
|
2516
|
+
"compatibility": {
|
|
2517
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2518
|
+
"requires": {
|
|
2519
|
+
"bridge": "optional"
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"name": "plausible",
|
|
2525
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2526
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2527
|
+
"npm": "vue-plausible",
|
|
2528
|
+
"icon": "plausible.png",
|
|
2529
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2530
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2531
|
+
"learn_more": "",
|
|
2532
|
+
"category": "Analytics",
|
|
2533
|
+
"type": "3rd-party",
|
|
2534
|
+
"maintainers": [
|
|
2535
|
+
{
|
|
2536
|
+
"name": "moritzsternemann",
|
|
2537
|
+
"github": "moritzsternemann"
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2540
|
+
"compatibility": {
|
|
2541
|
+
"nuxt": "^2.0.0",
|
|
2542
|
+
"requires": {}
|
|
2543
|
+
}
|
|
1694
2544
|
},
|
|
1695
2545
|
{
|
|
1696
2546
|
"name": "precompress",
|
|
@@ -1706,10 +2556,13 @@
|
|
|
1706
2556
|
"maintainers": [
|
|
1707
2557
|
{
|
|
1708
2558
|
"name": "frenchrabbit",
|
|
1709
|
-
"github": "frenchrabbit"
|
|
1710
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2559
|
+
"github": "frenchrabbit"
|
|
1711
2560
|
}
|
|
1712
|
-
]
|
|
2561
|
+
],
|
|
2562
|
+
"compatibility": {
|
|
2563
|
+
"nuxt": "^2.0.0",
|
|
2564
|
+
"requires": {}
|
|
2565
|
+
}
|
|
1713
2566
|
},
|
|
1714
2567
|
{
|
|
1715
2568
|
"name": "prismic",
|
|
@@ -1726,21 +2579,22 @@
|
|
|
1726
2579
|
{
|
|
1727
2580
|
"name": "Sébastien Chopin",
|
|
1728
2581
|
"github": "Atinux",
|
|
1729
|
-
"twitter": "Atinux"
|
|
1730
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2582
|
+
"twitter": "Atinux"
|
|
1731
2583
|
},
|
|
1732
2584
|
{
|
|
1733
2585
|
"name": "lihbr",
|
|
1734
2586
|
"github": "lihbr",
|
|
1735
|
-
"twitter": "li_hbr"
|
|
1736
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2587
|
+
"twitter": "li_hbr"
|
|
1737
2588
|
},
|
|
1738
2589
|
{
|
|
1739
2590
|
"name": "James Pegg",
|
|
1740
|
-
"github": "jamespegg"
|
|
1741
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2591
|
+
"github": "jamespegg"
|
|
1742
2592
|
}
|
|
1743
|
-
]
|
|
2593
|
+
],
|
|
2594
|
+
"compatibility": {
|
|
2595
|
+
"nuxt": "^2.0.0",
|
|
2596
|
+
"requires": {}
|
|
2597
|
+
}
|
|
1744
2598
|
},
|
|
1745
2599
|
{
|
|
1746
2600
|
"name": "protected-mailto",
|
|
@@ -1756,10 +2610,13 @@
|
|
|
1756
2610
|
"maintainers": [
|
|
1757
2611
|
{
|
|
1758
2612
|
"name": "mmoollllee",
|
|
1759
|
-
"github": "mmoollllee"
|
|
1760
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2613
|
+
"github": "mmoollllee"
|
|
1761
2614
|
}
|
|
1762
|
-
]
|
|
2615
|
+
],
|
|
2616
|
+
"compatibility": {
|
|
2617
|
+
"nuxt": "^2.0.0",
|
|
2618
|
+
"requires": {}
|
|
2619
|
+
}
|
|
1763
2620
|
},
|
|
1764
2621
|
{
|
|
1765
2622
|
"name": "proxy",
|
|
@@ -1776,10 +2633,13 @@
|
|
|
1776
2633
|
{
|
|
1777
2634
|
"name": "Pooya Parsa",
|
|
1778
2635
|
"github": "pi0",
|
|
1779
|
-
"twitter": "_pi0_"
|
|
1780
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2636
|
+
"twitter": "_pi0_"
|
|
1781
2637
|
}
|
|
1782
|
-
]
|
|
2638
|
+
],
|
|
2639
|
+
"compatibility": {
|
|
2640
|
+
"nuxt": "^2.0.0",
|
|
2641
|
+
"requires": {}
|
|
2642
|
+
}
|
|
1783
2643
|
},
|
|
1784
2644
|
{
|
|
1785
2645
|
"name": "prune-html",
|
|
@@ -1794,11 +2654,15 @@
|
|
|
1794
2654
|
"type": "3rd-party",
|
|
1795
2655
|
"maintainers": [
|
|
1796
2656
|
{
|
|
1797
|
-
"name": "
|
|
2657
|
+
"name": "Luca Iaconelli",
|
|
1798
2658
|
"github": "LuXDAmore",
|
|
1799
|
-
"
|
|
2659
|
+
"twitter": "luxdamore"
|
|
1800
2660
|
}
|
|
1801
|
-
]
|
|
2661
|
+
],
|
|
2662
|
+
"compatibility": {
|
|
2663
|
+
"nuxt": "^2.0.0",
|
|
2664
|
+
"requires": {}
|
|
2665
|
+
}
|
|
1802
2666
|
},
|
|
1803
2667
|
{
|
|
1804
2668
|
"name": "purgecss",
|
|
@@ -1814,14 +2678,17 @@
|
|
|
1814
2678
|
"maintainers": [
|
|
1815
2679
|
{
|
|
1816
2680
|
"name": "Developmint",
|
|
1817
|
-
"github": "Developmint"
|
|
1818
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2681
|
+
"github": "Developmint"
|
|
1819
2682
|
}
|
|
1820
|
-
]
|
|
2683
|
+
],
|
|
2684
|
+
"compatibility": {
|
|
2685
|
+
"nuxt": "^2.0.0",
|
|
2686
|
+
"requires": {}
|
|
2687
|
+
}
|
|
1821
2688
|
},
|
|
1822
2689
|
{
|
|
1823
2690
|
"name": "pwa",
|
|
1824
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2691
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1825
2692
|
"repo": "nuxt-community/pwa-module",
|
|
1826
2693
|
"npm": "@nuxtjs/pwa",
|
|
1827
2694
|
"icon": "pwa.png",
|
|
@@ -1834,10 +2701,15 @@
|
|
|
1834
2701
|
{
|
|
1835
2702
|
"name": "Pooya Parsa",
|
|
1836
2703
|
"github": "pi0",
|
|
1837
|
-
"twitter": "_pi0_"
|
|
1838
|
-
|
|
2704
|
+
"twitter": "_pi0_"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"compatibility": {
|
|
2708
|
+
"nuxt": "^2.0.0",
|
|
2709
|
+
"requires": {
|
|
2710
|
+
"bridge": "optional"
|
|
1839
2711
|
}
|
|
1840
|
-
|
|
2712
|
+
}
|
|
1841
2713
|
},
|
|
1842
2714
|
{
|
|
1843
2715
|
"name": "python",
|
|
@@ -1848,15 +2720,18 @@
|
|
|
1848
2720
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1849
2721
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1850
2722
|
"learn_more": "https://www.python.org/",
|
|
1851
|
-
"category": "
|
|
2723
|
+
"category": "Extensions",
|
|
1852
2724
|
"type": "community",
|
|
1853
2725
|
"maintainers": [
|
|
1854
2726
|
{
|
|
1855
2727
|
"name": "Sebastian Silva",
|
|
1856
|
-
"github": "icarito"
|
|
1857
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2728
|
+
"github": "icarito"
|
|
1858
2729
|
}
|
|
1859
|
-
]
|
|
2730
|
+
],
|
|
2731
|
+
"compatibility": {
|
|
2732
|
+
"nuxt": "^2.0.0",
|
|
2733
|
+
"requires": {}
|
|
2734
|
+
}
|
|
1860
2735
|
},
|
|
1861
2736
|
{
|
|
1862
2737
|
"name": "recaptcha",
|
|
@@ -1872,10 +2747,13 @@
|
|
|
1872
2747
|
"maintainers": [
|
|
1873
2748
|
{
|
|
1874
2749
|
"name": "mvrlin",
|
|
1875
|
-
"github": "mvrlin"
|
|
1876
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2750
|
+
"github": "mvrlin"
|
|
1877
2751
|
}
|
|
1878
|
-
]
|
|
2752
|
+
],
|
|
2753
|
+
"compatibility": {
|
|
2754
|
+
"nuxt": "^2.0.0",
|
|
2755
|
+
"requires": {}
|
|
2756
|
+
}
|
|
1879
2757
|
},
|
|
1880
2758
|
{
|
|
1881
2759
|
"name": "redirect",
|
|
@@ -1892,10 +2770,13 @@
|
|
|
1892
2770
|
{
|
|
1893
2771
|
"name": "Alexander Lichter",
|
|
1894
2772
|
"github": "manniL",
|
|
1895
|
-
"twitter": "TheAlexLichter"
|
|
1896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2773
|
+
"twitter": "TheAlexLichter"
|
|
1897
2774
|
}
|
|
1898
|
-
]
|
|
2775
|
+
],
|
|
2776
|
+
"compatibility": {
|
|
2777
|
+
"nuxt": "^2.0.0",
|
|
2778
|
+
"requires": {}
|
|
2779
|
+
}
|
|
1899
2780
|
},
|
|
1900
2781
|
{
|
|
1901
2782
|
"name": "rfg-icon",
|
|
@@ -1906,15 +2787,18 @@
|
|
|
1906
2787
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1907
2788
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1908
2789
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1909
|
-
"category": "
|
|
2790
|
+
"category": "SEO",
|
|
1910
2791
|
"type": "3rd-party",
|
|
1911
2792
|
"maintainers": [
|
|
1912
2793
|
{
|
|
1913
2794
|
"name": "pimlie",
|
|
1914
|
-
"github": "pimlie"
|
|
1915
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2795
|
+
"github": "pimlie"
|
|
1916
2796
|
}
|
|
1917
|
-
]
|
|
2797
|
+
],
|
|
2798
|
+
"compatibility": {
|
|
2799
|
+
"nuxt": "^2.0.0",
|
|
2800
|
+
"requires": {}
|
|
2801
|
+
}
|
|
1918
2802
|
},
|
|
1919
2803
|
{
|
|
1920
2804
|
"name": "robots",
|
|
@@ -1930,10 +2814,13 @@
|
|
|
1930
2814
|
"maintainers": [
|
|
1931
2815
|
{
|
|
1932
2816
|
"name": "Ricardo Gobbo de Souza",
|
|
1933
|
-
"github": "ricardogobbosouza"
|
|
1934
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2817
|
+
"github": "ricardogobbosouza"
|
|
1935
2818
|
}
|
|
1936
|
-
]
|
|
2819
|
+
],
|
|
2820
|
+
"compatibility": {
|
|
2821
|
+
"nuxt": "^2.0.0",
|
|
2822
|
+
"requires": {}
|
|
2823
|
+
}
|
|
1937
2824
|
},
|
|
1938
2825
|
{
|
|
1939
2826
|
"name": "rollbar",
|
|
@@ -1949,10 +2836,13 @@
|
|
|
1949
2836
|
"maintainers": [
|
|
1950
2837
|
{
|
|
1951
2838
|
"name": "Gaël Reyrol",
|
|
1952
|
-
"github": "gaelreyrol"
|
|
1953
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2839
|
+
"github": "gaelreyrol"
|
|
1954
2840
|
}
|
|
1955
|
-
]
|
|
2841
|
+
],
|
|
2842
|
+
"compatibility": {
|
|
2843
|
+
"nuxt": "^2.0.0",
|
|
2844
|
+
"requires": {}
|
|
2845
|
+
}
|
|
1956
2846
|
},
|
|
1957
2847
|
{
|
|
1958
2848
|
"name": "router-extras",
|
|
@@ -1963,16 +2853,19 @@
|
|
|
1963
2853
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1964
2854
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1965
2855
|
"learn_more": "",
|
|
1966
|
-
"category": "
|
|
2856
|
+
"category": "Extensions",
|
|
1967
2857
|
"type": "community",
|
|
1968
2858
|
"maintainers": [
|
|
1969
2859
|
{
|
|
1970
2860
|
"name": "Ahad Birang",
|
|
1971
2861
|
"github": "farnabaz",
|
|
1972
|
-
"twitter": "a_birang"
|
|
1973
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
2862
|
+
"twitter": "a_birang"
|
|
1974
2863
|
}
|
|
1975
|
-
]
|
|
2864
|
+
],
|
|
2865
|
+
"compatibility": {
|
|
2866
|
+
"nuxt": "^2.0.0",
|
|
2867
|
+
"requires": {}
|
|
2868
|
+
}
|
|
1976
2869
|
},
|
|
1977
2870
|
{
|
|
1978
2871
|
"name": "router",
|
|
@@ -1983,16 +2876,19 @@
|
|
|
1983
2876
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1984
2877
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1985
2878
|
"learn_more": "",
|
|
1986
|
-
"category": "
|
|
2879
|
+
"category": "Extensions",
|
|
1987
2880
|
"type": "community",
|
|
1988
2881
|
"maintainers": [
|
|
1989
2882
|
{
|
|
1990
2883
|
"name": "Sébastien Chopin",
|
|
1991
2884
|
"github": "Atinux",
|
|
1992
|
-
"twitter": "Atinux"
|
|
1993
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2885
|
+
"twitter": "Atinux"
|
|
1994
2886
|
}
|
|
1995
|
-
]
|
|
2887
|
+
],
|
|
2888
|
+
"compatibility": {
|
|
2889
|
+
"nuxt": "^2.0.0",
|
|
2890
|
+
"requires": {}
|
|
2891
|
+
}
|
|
1996
2892
|
},
|
|
1997
2893
|
{
|
|
1998
2894
|
"name": "sanity",
|
|
@@ -2009,10 +2905,13 @@
|
|
|
2009
2905
|
{
|
|
2010
2906
|
"name": "Daniel Roe",
|
|
2011
2907
|
"github": "danielroe",
|
|
2012
|
-
"twitter": "danielcroe"
|
|
2013
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
2908
|
+
"twitter": "danielcroe"
|
|
2014
2909
|
}
|
|
2015
|
-
]
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^2.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
2016
2915
|
},
|
|
2017
2916
|
{
|
|
2018
2917
|
"name": "scss-to-js",
|
|
@@ -2028,10 +2927,13 @@
|
|
|
2028
2927
|
"maintainers": [
|
|
2029
2928
|
{
|
|
2030
2929
|
"name": "sugoidesune",
|
|
2031
|
-
"github": "sugoidesune"
|
|
2032
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
2930
|
+
"github": "sugoidesune"
|
|
2033
2931
|
}
|
|
2034
|
-
]
|
|
2932
|
+
],
|
|
2933
|
+
"compatibility": {
|
|
2934
|
+
"nuxt": "^2.0.0",
|
|
2935
|
+
"requires": {}
|
|
2936
|
+
}
|
|
2035
2937
|
},
|
|
2036
2938
|
{
|
|
2037
2939
|
"name": "segment",
|
|
@@ -2047,10 +2949,13 @@
|
|
|
2047
2949
|
"maintainers": [
|
|
2048
2950
|
{
|
|
2049
2951
|
"name": "dansmaculotte",
|
|
2050
|
-
"github": "dansmaculotte"
|
|
2051
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
2952
|
+
"github": "dansmaculotte"
|
|
2052
2953
|
}
|
|
2053
|
-
]
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"nuxt": "^2.0.0",
|
|
2957
|
+
"requires": {}
|
|
2958
|
+
}
|
|
2054
2959
|
},
|
|
2055
2960
|
{
|
|
2056
2961
|
"name": "sentry",
|
|
@@ -2059,17 +2964,43 @@
|
|
|
2059
2964
|
"npm": "@nuxtjs/sentry",
|
|
2060
2965
|
"icon": "sentry.png",
|
|
2061
2966
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2062
|
-
"website": "https://
|
|
2967
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2063
2968
|
"learn_more": "https://sentry.io/welcome/",
|
|
2064
2969
|
"category": "Monitoring",
|
|
2065
2970
|
"type": "community",
|
|
2066
2971
|
"maintainers": [
|
|
2067
2972
|
{
|
|
2068
2973
|
"name": "Rafał Chłodnicki",
|
|
2069
|
-
"github": "rchl"
|
|
2070
|
-
|
|
2974
|
+
"github": "rchl"
|
|
2975
|
+
}
|
|
2976
|
+
],
|
|
2977
|
+
"compatibility": {
|
|
2978
|
+
"nuxt": "^2.0.0",
|
|
2979
|
+
"requires": {}
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "seo-meta",
|
|
2984
|
+
"description": "Simple generate seo metadata",
|
|
2985
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
2986
|
+
"npm": "nuxt-seo-meta",
|
|
2987
|
+
"icon": "",
|
|
2988
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
2989
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
2990
|
+
"learn_more": "",
|
|
2991
|
+
"category": "SEO",
|
|
2992
|
+
"type": "3rd-party",
|
|
2993
|
+
"maintainers": [
|
|
2994
|
+
{
|
|
2995
|
+
"name": "ihavecoke",
|
|
2996
|
+
"github": "ihavecoke",
|
|
2997
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2071
2998
|
}
|
|
2072
|
-
]
|
|
2999
|
+
],
|
|
3000
|
+
"compatibility": {
|
|
3001
|
+
"nuxt": "^2.0.0",
|
|
3002
|
+
"requires": {}
|
|
3003
|
+
}
|
|
2073
3004
|
},
|
|
2074
3005
|
{
|
|
2075
3006
|
"name": "seomatic-meta",
|
|
@@ -2085,10 +3016,13 @@
|
|
|
2085
3016
|
"maintainers": [
|
|
2086
3017
|
{
|
|
2087
3018
|
"name": "ben-rogerson",
|
|
2088
|
-
"github": "ben-rogerson"
|
|
2089
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3019
|
+
"github": "ben-rogerson"
|
|
2090
3020
|
}
|
|
2091
|
-
]
|
|
3021
|
+
],
|
|
3022
|
+
"compatibility": {
|
|
3023
|
+
"nuxt": "^2.0.0",
|
|
3024
|
+
"requires": {}
|
|
3025
|
+
}
|
|
2092
3026
|
},
|
|
2093
3027
|
{
|
|
2094
3028
|
"name": "separate-env",
|
|
@@ -2099,16 +3033,19 @@
|
|
|
2099
3033
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2100
3034
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2101
3035
|
"learn_more": "",
|
|
2102
|
-
"category": "
|
|
3036
|
+
"category": "Extensions",
|
|
2103
3037
|
"type": "community",
|
|
2104
3038
|
"maintainers": [
|
|
2105
3039
|
{
|
|
2106
3040
|
"name": "Alexander Lichter",
|
|
2107
3041
|
"github": "manniL",
|
|
2108
|
-
"twitter": "TheAlexLichter"
|
|
2109
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3042
|
+
"twitter": "TheAlexLichter"
|
|
2110
3043
|
}
|
|
2111
|
-
]
|
|
3044
|
+
],
|
|
3045
|
+
"compatibility": {
|
|
3046
|
+
"nuxt": "^2.0.0",
|
|
3047
|
+
"requires": {}
|
|
3048
|
+
}
|
|
2112
3049
|
},
|
|
2113
3050
|
{
|
|
2114
3051
|
"name": "shopify",
|
|
@@ -2124,10 +3061,13 @@
|
|
|
2124
3061
|
"maintainers": [
|
|
2125
3062
|
{
|
|
2126
3063
|
"name": "Gomah",
|
|
2127
|
-
"github": "Gomah"
|
|
2128
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3064
|
+
"github": "Gomah"
|
|
2129
3065
|
}
|
|
2130
|
-
]
|
|
3066
|
+
],
|
|
3067
|
+
"compatibility": {
|
|
3068
|
+
"nuxt": "^2.0.0",
|
|
3069
|
+
"requires": {}
|
|
3070
|
+
}
|
|
2131
3071
|
},
|
|
2132
3072
|
{
|
|
2133
3073
|
"name": "simple-line-icons",
|
|
@@ -2143,10 +3083,13 @@
|
|
|
2143
3083
|
"maintainers": [
|
|
2144
3084
|
{
|
|
2145
3085
|
"name": "vaso2",
|
|
2146
|
-
"github": "vaso2"
|
|
2147
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3086
|
+
"github": "vaso2"
|
|
2148
3087
|
}
|
|
2149
|
-
]
|
|
3088
|
+
],
|
|
3089
|
+
"compatibility": {
|
|
3090
|
+
"nuxt": "^2.0.0",
|
|
3091
|
+
"requires": {}
|
|
3092
|
+
}
|
|
2150
3093
|
},
|
|
2151
3094
|
{
|
|
2152
3095
|
"name": "sitemap",
|
|
@@ -2155,7 +3098,7 @@
|
|
|
2155
3098
|
"npm": "@nuxtjs/sitemap",
|
|
2156
3099
|
"icon": "",
|
|
2157
3100
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2158
|
-
"website": "https://
|
|
3101
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2159
3102
|
"learn_more": "",
|
|
2160
3103
|
"category": "SEO",
|
|
2161
3104
|
"type": "community",
|
|
@@ -2163,10 +3106,36 @@
|
|
|
2163
3106
|
{
|
|
2164
3107
|
"name": "Nicolas PENNEC",
|
|
2165
3108
|
"github": "NicoPennec",
|
|
2166
|
-
"twitter": "NicoPennec"
|
|
2167
|
-
|
|
3109
|
+
"twitter": "NicoPennec"
|
|
3110
|
+
}
|
|
3111
|
+
],
|
|
3112
|
+
"compatibility": {
|
|
3113
|
+
"nuxt": "^2.0.0",
|
|
3114
|
+
"requires": {}
|
|
3115
|
+
}
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"name": "snipcart",
|
|
3119
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3120
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3121
|
+
"npm": "@nuxtjs/snipcart",
|
|
3122
|
+
"icon": "snipcart.png",
|
|
3123
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3124
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3125
|
+
"learn_more": "",
|
|
3126
|
+
"category": "Payment",
|
|
3127
|
+
"type": "community",
|
|
3128
|
+
"maintainers": [
|
|
3129
|
+
{
|
|
3130
|
+
"name": "Florent GIRAUD",
|
|
3131
|
+
"github": "f3ltron",
|
|
3132
|
+
"twitter": "giraud_florent"
|
|
2168
3133
|
}
|
|
2169
|
-
]
|
|
3134
|
+
],
|
|
3135
|
+
"compatibility": {
|
|
3136
|
+
"nuxt": "^2.0.0",
|
|
3137
|
+
"requires": {}
|
|
3138
|
+
}
|
|
2170
3139
|
},
|
|
2171
3140
|
{
|
|
2172
3141
|
"name": "social-meta",
|
|
@@ -2182,10 +3151,13 @@
|
|
|
2182
3151
|
"maintainers": [
|
|
2183
3152
|
{
|
|
2184
3153
|
"name": "AlekseyPleshkov",
|
|
2185
|
-
"github": "AlekseyPleshkov"
|
|
2186
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3154
|
+
"github": "AlekseyPleshkov"
|
|
2187
3155
|
}
|
|
2188
|
-
]
|
|
3156
|
+
],
|
|
3157
|
+
"compatibility": {
|
|
3158
|
+
"nuxt": "^2.0.0",
|
|
3159
|
+
"requires": {}
|
|
3160
|
+
}
|
|
2189
3161
|
},
|
|
2190
3162
|
{
|
|
2191
3163
|
"name": "socket-io",
|
|
@@ -2201,10 +3173,13 @@
|
|
|
2201
3173
|
"maintainers": [
|
|
2202
3174
|
{
|
|
2203
3175
|
"name": "richardeschloss",
|
|
2204
|
-
"github": "richardeschloss"
|
|
2205
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3176
|
+
"github": "richardeschloss"
|
|
2206
3177
|
}
|
|
2207
|
-
]
|
|
3178
|
+
],
|
|
3179
|
+
"compatibility": {
|
|
3180
|
+
"nuxt": "^2.0.0",
|
|
3181
|
+
"requires": {}
|
|
3182
|
+
}
|
|
2208
3183
|
},
|
|
2209
3184
|
{
|
|
2210
3185
|
"name": "speedcurve",
|
|
@@ -2221,10 +3196,46 @@
|
|
|
2221
3196
|
{
|
|
2222
3197
|
"name": "Josh Deltener",
|
|
2223
3198
|
"github": "hecktarzuli",
|
|
2224
|
-
"twitter": "JoshDeltener"
|
|
2225
|
-
|
|
3199
|
+
"twitter": "JoshDeltener"
|
|
3200
|
+
}
|
|
3201
|
+
],
|
|
3202
|
+
"compatibility": {
|
|
3203
|
+
"nuxt": "^2.0.0",
|
|
3204
|
+
"requires": {}
|
|
3205
|
+
}
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "speedkit",
|
|
3209
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3210
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3211
|
+
"npm": "nuxt-speedkit",
|
|
3212
|
+
"icon": "speedkit.png",
|
|
3213
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3214
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3215
|
+
"learn_more": "",
|
|
3216
|
+
"category": "Performance",
|
|
3217
|
+
"type": "3rd-party",
|
|
3218
|
+
"maintainers": [
|
|
3219
|
+
{
|
|
3220
|
+
"name": "Stephan Gerbeth",
|
|
3221
|
+
"github": "StephanGerbeth",
|
|
3222
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"name": "Thorn Walli",
|
|
3226
|
+
"github": "ThornWalli",
|
|
3227
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "Grabarz & Partner",
|
|
3231
|
+
"github": "GrabarzUndPartner",
|
|
3232
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2226
3233
|
}
|
|
2227
|
-
]
|
|
3234
|
+
],
|
|
3235
|
+
"compatibility": {
|
|
3236
|
+
"nuxt": "^2.0.0",
|
|
3237
|
+
"requires": {}
|
|
3238
|
+
}
|
|
2228
3239
|
},
|
|
2229
3240
|
{
|
|
2230
3241
|
"name": "storage",
|
|
@@ -2235,15 +3246,40 @@
|
|
|
2235
3246
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2236
3247
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2237
3248
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2238
|
-
"category": "
|
|
3249
|
+
"category": "Extensions",
|
|
2239
3250
|
"type": "3rd-party",
|
|
2240
3251
|
"maintainers": [
|
|
2241
3252
|
{
|
|
2242
3253
|
"name": "mazipan",
|
|
2243
|
-
"github": "mazipan"
|
|
2244
|
-
|
|
3254
|
+
"github": "mazipan"
|
|
3255
|
+
}
|
|
3256
|
+
],
|
|
3257
|
+
"compatibility": {
|
|
3258
|
+
"nuxt": "^2.0.0",
|
|
3259
|
+
"requires": {}
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"name": "storefront-ui",
|
|
3264
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3265
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3266
|
+
"npm": "@storefront-ui/nuxt",
|
|
3267
|
+
"icon": "storefront-ui.svg",
|
|
3268
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3269
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3270
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3271
|
+
"category": "UI",
|
|
3272
|
+
"type": "3rd-party",
|
|
3273
|
+
"maintainers": [
|
|
3274
|
+
{
|
|
3275
|
+
"name": "Jakub Andrzejewski",
|
|
3276
|
+
"github": "Baroshem"
|
|
2245
3277
|
}
|
|
2246
|
-
]
|
|
3278
|
+
],
|
|
3279
|
+
"compatibility": {
|
|
3280
|
+
"nuxt": "^2.0.0",
|
|
3281
|
+
"requires": {}
|
|
3282
|
+
}
|
|
2247
3283
|
},
|
|
2248
3284
|
{
|
|
2249
3285
|
"name": "stories",
|
|
@@ -2259,16 +3295,19 @@
|
|
|
2259
3295
|
"maintainers": [
|
|
2260
3296
|
{
|
|
2261
3297
|
"name": "richardeschloss",
|
|
2262
|
-
"github": "richardeschloss"
|
|
2263
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3298
|
+
"github": "richardeschloss"
|
|
2264
3299
|
}
|
|
2265
|
-
]
|
|
3300
|
+
],
|
|
3301
|
+
"compatibility": {
|
|
3302
|
+
"nuxt": "^2.0.0",
|
|
3303
|
+
"requires": {}
|
|
3304
|
+
}
|
|
2266
3305
|
},
|
|
2267
3306
|
{
|
|
2268
3307
|
"name": "storyblok",
|
|
2269
3308
|
"description": "Storyblok Nuxt.js module",
|
|
2270
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2271
|
-
"npm": "storyblok
|
|
3309
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3310
|
+
"npm": "@storyblok/nuxt",
|
|
2272
3311
|
"icon": "storyblok.png",
|
|
2273
3312
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2274
3313
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2278,10 +3317,13 @@
|
|
|
2278
3317
|
"maintainers": [
|
|
2279
3318
|
{
|
|
2280
3319
|
"name": "storyblok",
|
|
2281
|
-
"github": "storyblok"
|
|
2282
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3320
|
+
"github": "storyblok"
|
|
2283
3321
|
}
|
|
2284
|
-
]
|
|
3322
|
+
],
|
|
3323
|
+
"compatibility": {
|
|
3324
|
+
"nuxt": "^2.0.0",
|
|
3325
|
+
"requires": {}
|
|
3326
|
+
}
|
|
2285
3327
|
},
|
|
2286
3328
|
{
|
|
2287
3329
|
"name": "storybook",
|
|
@@ -2298,16 +3340,18 @@
|
|
|
2298
3340
|
{
|
|
2299
3341
|
"name": "Ahad Birang",
|
|
2300
3342
|
"github": "farnabaz",
|
|
2301
|
-
"twitter": "a_birang"
|
|
2302
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3343
|
+
"twitter": "a_birang"
|
|
2303
3344
|
},
|
|
2304
3345
|
{
|
|
2305
3346
|
"name": "Pooya Parsa",
|
|
2306
3347
|
"github": "pi0",
|
|
2307
|
-
"twitter": "_pi0_"
|
|
2308
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3348
|
+
"twitter": "_pi0_"
|
|
2309
3349
|
}
|
|
2310
|
-
]
|
|
3350
|
+
],
|
|
3351
|
+
"compatibility": {
|
|
3352
|
+
"nuxt": "^2.0.0",
|
|
3353
|
+
"requires": {}
|
|
3354
|
+
}
|
|
2311
3355
|
},
|
|
2312
3356
|
{
|
|
2313
3357
|
"name": "strapi",
|
|
@@ -2324,16 +3368,18 @@
|
|
|
2324
3368
|
{
|
|
2325
3369
|
"name": "Benjamin Canac",
|
|
2326
3370
|
"github": "benjamincanac",
|
|
2327
|
-
"twitter": "benjamincanac"
|
|
2328
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3371
|
+
"twitter": "benjamincanac"
|
|
2329
3372
|
},
|
|
2330
3373
|
{
|
|
2331
3374
|
"name": "Sébastien Chopin",
|
|
2332
3375
|
"github": "Atinux",
|
|
2333
|
-
"twitter": "Atinux"
|
|
2334
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3376
|
+
"twitter": "Atinux"
|
|
2335
3377
|
}
|
|
2336
|
-
]
|
|
3378
|
+
],
|
|
3379
|
+
"compatibility": {
|
|
3380
|
+
"nuxt": "^2.0.0",
|
|
3381
|
+
"requires": {}
|
|
3382
|
+
}
|
|
2337
3383
|
},
|
|
2338
3384
|
{
|
|
2339
3385
|
"name": "stripe",
|
|
@@ -2349,10 +3395,13 @@
|
|
|
2349
3395
|
"maintainers": [
|
|
2350
3396
|
{
|
|
2351
3397
|
"name": "WilliamDASILVA",
|
|
2352
|
-
"github": "WilliamDASILVA"
|
|
2353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3398
|
+
"github": "WilliamDASILVA"
|
|
2354
3399
|
}
|
|
2355
|
-
]
|
|
3400
|
+
],
|
|
3401
|
+
"compatibility": {
|
|
3402
|
+
"nuxt": "^2.0.0",
|
|
3403
|
+
"requires": {}
|
|
3404
|
+
}
|
|
2356
3405
|
},
|
|
2357
3406
|
{
|
|
2358
3407
|
"name": "style-resources",
|
|
@@ -2369,10 +3418,13 @@
|
|
|
2369
3418
|
{
|
|
2370
3419
|
"name": "Alexander Lichter",
|
|
2371
3420
|
"github": "manniL",
|
|
2372
|
-
"twitter": "TheAlexLichter"
|
|
2373
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3421
|
+
"twitter": "TheAlexLichter"
|
|
2374
3422
|
}
|
|
2375
|
-
]
|
|
3423
|
+
],
|
|
3424
|
+
"compatibility": {
|
|
3425
|
+
"nuxt": "^2.0.0",
|
|
3426
|
+
"requires": {}
|
|
3427
|
+
}
|
|
2376
3428
|
},
|
|
2377
3429
|
{
|
|
2378
3430
|
"name": "stylelint",
|
|
@@ -2388,10 +3440,36 @@
|
|
|
2388
3440
|
"maintainers": [
|
|
2389
3441
|
{
|
|
2390
3442
|
"name": "Ricardo Gobbo de Souza",
|
|
2391
|
-
"github": "ricardogobbosouza"
|
|
2392
|
-
|
|
3443
|
+
"github": "ricardogobbosouza"
|
|
3444
|
+
}
|
|
3445
|
+
],
|
|
3446
|
+
"compatibility": {
|
|
3447
|
+
"nuxt": "^2.0.0",
|
|
3448
|
+
"requires": {}
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"name": "supabase",
|
|
3453
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3454
|
+
"repo": "supabase/nuxt-supabase",
|
|
3455
|
+
"npm": "nuxt-supabase",
|
|
3456
|
+
"icon": "supabase.png",
|
|
3457
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3458
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3459
|
+
"learn_more": "https://supabase.io",
|
|
3460
|
+
"category": "Database",
|
|
3461
|
+
"type": "3rd-party",
|
|
3462
|
+
"maintainers": [
|
|
3463
|
+
{
|
|
3464
|
+
"name": "Scott Robertson",
|
|
3465
|
+
"github": "scottrobertson",
|
|
3466
|
+
"twitter": "scottymeuk"
|
|
2393
3467
|
}
|
|
2394
|
-
]
|
|
3468
|
+
],
|
|
3469
|
+
"compatibility": {
|
|
3470
|
+
"nuxt": "^2.0.0",
|
|
3471
|
+
"requires": {}
|
|
3472
|
+
}
|
|
2395
3473
|
},
|
|
2396
3474
|
{
|
|
2397
3475
|
"name": "svg-loader",
|
|
@@ -2402,15 +3480,18 @@
|
|
|
2402
3480
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2403
3481
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2404
3482
|
"learn_more": "",
|
|
2405
|
-
"category": "
|
|
3483
|
+
"category": "Extensions",
|
|
2406
3484
|
"type": "3rd-party",
|
|
2407
3485
|
"maintainers": [
|
|
2408
3486
|
{
|
|
2409
3487
|
"name": "Developmint",
|
|
2410
|
-
"github": "Developmint"
|
|
2411
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3488
|
+
"github": "Developmint"
|
|
2412
3489
|
}
|
|
2413
|
-
]
|
|
3490
|
+
],
|
|
3491
|
+
"compatibility": {
|
|
3492
|
+
"nuxt": "^2.0.0",
|
|
3493
|
+
"requires": {}
|
|
3494
|
+
}
|
|
2414
3495
|
},
|
|
2415
3496
|
{
|
|
2416
3497
|
"name": "svg-sprite",
|
|
@@ -2421,16 +3502,19 @@
|
|
|
2421
3502
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2422
3503
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2423
3504
|
"learn_more": "",
|
|
2424
|
-
"category": "
|
|
3505
|
+
"category": "UI",
|
|
2425
3506
|
"type": "community",
|
|
2426
3507
|
"maintainers": [
|
|
2427
3508
|
{
|
|
2428
3509
|
"name": "Ahad Birang",
|
|
2429
3510
|
"github": "farnabaz",
|
|
2430
|
-
"twitter": "a_birang"
|
|
2431
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3511
|
+
"twitter": "a_birang"
|
|
2432
3512
|
}
|
|
2433
|
-
]
|
|
3513
|
+
],
|
|
3514
|
+
"compatibility": {
|
|
3515
|
+
"nuxt": "^2.0.0",
|
|
3516
|
+
"requires": {}
|
|
3517
|
+
}
|
|
2434
3518
|
},
|
|
2435
3519
|
{
|
|
2436
3520
|
"name": "svg",
|
|
@@ -2441,15 +3525,18 @@
|
|
|
2441
3525
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2442
3526
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2443
3527
|
"learn_more": "",
|
|
2444
|
-
"category": "
|
|
3528
|
+
"category": "Extensions",
|
|
2445
3529
|
"type": "community",
|
|
2446
3530
|
"maintainers": [
|
|
2447
3531
|
{
|
|
2448
3532
|
"name": "Sam Holmes",
|
|
2449
|
-
"github": "sam3d"
|
|
2450
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3533
|
+
"github": "sam3d"
|
|
2451
3534
|
}
|
|
2452
|
-
]
|
|
3535
|
+
],
|
|
3536
|
+
"compatibility": {
|
|
3537
|
+
"nuxt": "^2.0.0",
|
|
3538
|
+
"requires": {}
|
|
3539
|
+
}
|
|
2453
3540
|
},
|
|
2454
3541
|
{
|
|
2455
3542
|
"name": "sweetalert2",
|
|
@@ -2465,10 +3552,13 @@
|
|
|
2465
3552
|
"maintainers": [
|
|
2466
3553
|
{
|
|
2467
3554
|
"name": "ImreC",
|
|
2468
|
-
"github": "ImreC"
|
|
2469
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3555
|
+
"github": "ImreC"
|
|
2470
3556
|
}
|
|
2471
|
-
]
|
|
3557
|
+
],
|
|
3558
|
+
"compatibility": {
|
|
3559
|
+
"nuxt": "^2.0.0",
|
|
3560
|
+
"requires": {}
|
|
3561
|
+
}
|
|
2472
3562
|
},
|
|
2473
3563
|
{
|
|
2474
3564
|
"name": "tailwindcss",
|
|
@@ -2485,10 +3575,36 @@
|
|
|
2485
3575
|
{
|
|
2486
3576
|
"name": "Sébastien Chopin",
|
|
2487
3577
|
"github": "Atinux",
|
|
2488
|
-
"twitter": "Atinux"
|
|
2489
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3578
|
+
"twitter": "Atinux"
|
|
2490
3579
|
}
|
|
2491
|
-
]
|
|
3580
|
+
],
|
|
3581
|
+
"compatibility": {
|
|
3582
|
+
"nuxt": "^2.0.0",
|
|
3583
|
+
"requires": {}
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"name": "tiktok-analytics",
|
|
3588
|
+
"description": "",
|
|
3589
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3590
|
+
"npm": "tiktok-analytics",
|
|
3591
|
+
"icon": "",
|
|
3592
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3593
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3594
|
+
"learn_more": "",
|
|
3595
|
+
"category": "Analytics",
|
|
3596
|
+
"type": "3rd-party",
|
|
3597
|
+
"maintainers": [
|
|
3598
|
+
{
|
|
3599
|
+
"name": "stickpro",
|
|
3600
|
+
"github": "stickpro",
|
|
3601
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3602
|
+
}
|
|
3603
|
+
],
|
|
3604
|
+
"compatibility": {
|
|
3605
|
+
"nuxt": "^2.0.0",
|
|
3606
|
+
"requires": {}
|
|
3607
|
+
}
|
|
2492
3608
|
},
|
|
2493
3609
|
{
|
|
2494
3610
|
"name": "toast",
|
|
@@ -2496,8 +3612,8 @@
|
|
|
2496
3612
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2497
3613
|
"npm": "@nuxtjs/toast",
|
|
2498
3614
|
"icon": "",
|
|
2499
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2500
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3615
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3616
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2501
3617
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2502
3618
|
"category": "Libraries",
|
|
2503
3619
|
"type": "community",
|
|
@@ -2505,10 +3621,35 @@
|
|
|
2505
3621
|
{
|
|
2506
3622
|
"name": "Pooya Parsa",
|
|
2507
3623
|
"github": "pi0",
|
|
2508
|
-
"twitter": "_pi0_"
|
|
2509
|
-
|
|
3624
|
+
"twitter": "_pi0_"
|
|
3625
|
+
}
|
|
3626
|
+
],
|
|
3627
|
+
"compatibility": {
|
|
3628
|
+
"nuxt": "^2.0.0",
|
|
3629
|
+
"requires": {}
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "twa",
|
|
3634
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3635
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3636
|
+
"npm": "nuxt-twa",
|
|
3637
|
+
"icon": "",
|
|
3638
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3639
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3640
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3641
|
+
"category": "Performance",
|
|
3642
|
+
"type": "3rd-party",
|
|
3643
|
+
"maintainers": [
|
|
3644
|
+
{
|
|
3645
|
+
"name": "Nicolas Perraut",
|
|
3646
|
+
"github": "tuarrep"
|
|
2510
3647
|
}
|
|
2511
|
-
]
|
|
3648
|
+
],
|
|
3649
|
+
"compatibility": {
|
|
3650
|
+
"nuxt": "^2.0.0",
|
|
3651
|
+
"requires": {}
|
|
3652
|
+
}
|
|
2512
3653
|
},
|
|
2513
3654
|
{
|
|
2514
3655
|
"name": "typed-router",
|
|
@@ -2524,10 +3665,13 @@
|
|
|
2524
3665
|
"maintainers": [
|
|
2525
3666
|
{
|
|
2526
3667
|
"name": "victorgarciaesgi",
|
|
2527
|
-
"github": "victorgarciaesgi"
|
|
2528
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3668
|
+
"github": "victorgarciaesgi"
|
|
2529
3669
|
}
|
|
2530
|
-
]
|
|
3670
|
+
],
|
|
3671
|
+
"compatibility": {
|
|
3672
|
+
"nuxt": "^2.0.0",
|
|
3673
|
+
"requires": {}
|
|
3674
|
+
}
|
|
2531
3675
|
},
|
|
2532
3676
|
{
|
|
2533
3677
|
"name": "typescript-runtime",
|
|
@@ -2543,22 +3687,23 @@
|
|
|
2543
3687
|
"maintainers": [
|
|
2544
3688
|
{
|
|
2545
3689
|
"name": "Kevin Marrec",
|
|
2546
|
-
"github": "kevinmarrec"
|
|
2547
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3690
|
+
"github": "kevinmarrec"
|
|
2548
3691
|
},
|
|
2549
3692
|
{
|
|
2550
3693
|
"name": "Pooya Parsa",
|
|
2551
3694
|
"github": "pi0",
|
|
2552
|
-
"twitter": "_pi0_"
|
|
2553
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3695
|
+
"twitter": "_pi0_"
|
|
2554
3696
|
},
|
|
2555
3697
|
{
|
|
2556
3698
|
"name": "Daniel Roe",
|
|
2557
3699
|
"github": "danielroe",
|
|
2558
|
-
"twitter": "danielcroe"
|
|
2559
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3700
|
+
"twitter": "danielcroe"
|
|
2560
3701
|
}
|
|
2561
|
-
]
|
|
3702
|
+
],
|
|
3703
|
+
"compatibility": {
|
|
3704
|
+
"nuxt": "^2.0.0",
|
|
3705
|
+
"requires": {}
|
|
3706
|
+
}
|
|
2562
3707
|
},
|
|
2563
3708
|
{
|
|
2564
3709
|
"name": "typescript",
|
|
@@ -2574,22 +3719,23 @@
|
|
|
2574
3719
|
"maintainers": [
|
|
2575
3720
|
{
|
|
2576
3721
|
"name": "Kevin Marrec",
|
|
2577
|
-
"github": "kevinmarrec"
|
|
2578
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3722
|
+
"github": "kevinmarrec"
|
|
2579
3723
|
},
|
|
2580
3724
|
{
|
|
2581
3725
|
"name": "Pooya Parsa",
|
|
2582
3726
|
"github": "pi0",
|
|
2583
|
-
"twitter": "_pi0_"
|
|
2584
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3727
|
+
"twitter": "_pi0_"
|
|
2585
3728
|
},
|
|
2586
3729
|
{
|
|
2587
3730
|
"name": "Daniel Roe",
|
|
2588
3731
|
"github": "danielroe",
|
|
2589
|
-
"twitter": "danielcroe"
|
|
2590
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3732
|
+
"twitter": "danielcroe"
|
|
2591
3733
|
}
|
|
2592
|
-
]
|
|
3734
|
+
],
|
|
3735
|
+
"compatibility": {
|
|
3736
|
+
"nuxt": "^2.0.0",
|
|
3737
|
+
"requires": {}
|
|
3738
|
+
}
|
|
2593
3739
|
},
|
|
2594
3740
|
{
|
|
2595
3741
|
"name": "universal-storage",
|
|
@@ -2600,22 +3746,50 @@
|
|
|
2600
3746
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2601
3747
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2602
3748
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2603
|
-
"category": "
|
|
3749
|
+
"category": "Extensions",
|
|
2604
3750
|
"type": "community",
|
|
2605
3751
|
"maintainers": [
|
|
2606
3752
|
{
|
|
2607
3753
|
"name": "Pooya Parsa",
|
|
2608
3754
|
"github": "pi0",
|
|
2609
|
-
"twitter": "_pi0_"
|
|
2610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3755
|
+
"twitter": "_pi0_"
|
|
2611
3756
|
},
|
|
2612
3757
|
{
|
|
2613
3758
|
"name": "Farzad Soltani",
|
|
2614
3759
|
"github": "farzadso",
|
|
2615
|
-
"twitter": "farzadso"
|
|
2616
|
-
|
|
3760
|
+
"twitter": "farzadso"
|
|
3761
|
+
}
|
|
3762
|
+
],
|
|
3763
|
+
"compatibility": {
|
|
3764
|
+
"nuxt": "^2.0.0",
|
|
3765
|
+
"requires": {}
|
|
3766
|
+
}
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"name": "unocss",
|
|
3770
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3771
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3772
|
+
"npm": "@unocss/nuxt",
|
|
3773
|
+
"icon": "unocss.svg",
|
|
3774
|
+
"github": "https://github.com/antfu/unocss",
|
|
3775
|
+
"website": "https://github.com/antfu/unocss",
|
|
3776
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3777
|
+
"category": "UI",
|
|
3778
|
+
"type": "3rd-party",
|
|
3779
|
+
"maintainers": [
|
|
3780
|
+
{
|
|
3781
|
+
"name": "Anthony Fu",
|
|
3782
|
+
"github": "antfu",
|
|
3783
|
+
"twitter": "antfu7",
|
|
3784
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
3785
|
+
}
|
|
3786
|
+
],
|
|
3787
|
+
"compatibility": {
|
|
3788
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3789
|
+
"requires": {
|
|
3790
|
+
"bridge": "optional"
|
|
2617
3791
|
}
|
|
2618
|
-
|
|
3792
|
+
}
|
|
2619
3793
|
},
|
|
2620
3794
|
{
|
|
2621
3795
|
"name": "user-agent",
|
|
@@ -2626,15 +3800,18 @@
|
|
|
2626
3800
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2627
3801
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2628
3802
|
"learn_more": "",
|
|
2629
|
-
"category": "
|
|
3803
|
+
"category": "Extensions",
|
|
2630
3804
|
"type": "3rd-party",
|
|
2631
3805
|
"maintainers": [
|
|
2632
3806
|
{
|
|
2633
3807
|
"name": "fukuiretu",
|
|
2634
|
-
"github": "fukuiretu"
|
|
2635
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3808
|
+
"github": "fukuiretu"
|
|
2636
3809
|
}
|
|
2637
|
-
]
|
|
3810
|
+
],
|
|
3811
|
+
"compatibility": {
|
|
3812
|
+
"nuxt": "^2.0.0",
|
|
3813
|
+
"requires": {}
|
|
3814
|
+
}
|
|
2638
3815
|
},
|
|
2639
3816
|
{
|
|
2640
3817
|
"name": "validate",
|
|
@@ -2650,10 +3827,13 @@
|
|
|
2650
3827
|
"maintainers": [
|
|
2651
3828
|
{
|
|
2652
3829
|
"name": "lewyuburi",
|
|
2653
|
-
"github": "lewyuburi"
|
|
2654
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3830
|
+
"github": "lewyuburi"
|
|
2655
3831
|
}
|
|
2656
|
-
]
|
|
3832
|
+
],
|
|
3833
|
+
"compatibility": {
|
|
3834
|
+
"nuxt": "^2.0.0",
|
|
3835
|
+
"requires": {}
|
|
3836
|
+
}
|
|
2657
3837
|
},
|
|
2658
3838
|
{
|
|
2659
3839
|
"name": "vendor",
|
|
@@ -2664,35 +3844,19 @@
|
|
|
2664
3844
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2665
3845
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2666
3846
|
"learn_more": "",
|
|
2667
|
-
"category": "
|
|
3847
|
+
"category": "Extensions",
|
|
2668
3848
|
"type": "community",
|
|
2669
3849
|
"maintainers": [
|
|
2670
3850
|
{
|
|
2671
3851
|
"name": "Pooya Parsa",
|
|
2672
3852
|
"github": "pi0",
|
|
2673
|
-
"twitter": "_pi0_"
|
|
2674
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3853
|
+
"twitter": "_pi0_"
|
|
2675
3854
|
}
|
|
2676
|
-
]
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
"repo": "daliborgogic/nuxt-vitals",
|
|
2682
|
-
"npm": "nuxt-vitals",
|
|
2683
|
-
"icon": "",
|
|
2684
|
-
"github": "https://github.com/daliborgogic/nuxt-vitals",
|
|
2685
|
-
"website": "https://github.com/daliborgogic/nuxt-vitals",
|
|
2686
|
-
"learn_more": "",
|
|
2687
|
-
"category": "Performance",
|
|
2688
|
-
"type": "3rd-party",
|
|
2689
|
-
"maintainers": [
|
|
2690
|
-
{
|
|
2691
|
-
"name": "daliborgogic",
|
|
2692
|
-
"github": "daliborgogic",
|
|
2693
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
2694
|
-
}
|
|
2695
|
-
]
|
|
3855
|
+
],
|
|
3856
|
+
"compatibility": {
|
|
3857
|
+
"nuxt": "^2.0.0",
|
|
3858
|
+
"requires": {}
|
|
3859
|
+
}
|
|
2696
3860
|
},
|
|
2697
3861
|
{
|
|
2698
3862
|
"name": "vue-material",
|
|
@@ -2708,10 +3872,13 @@
|
|
|
2708
3872
|
"maintainers": [
|
|
2709
3873
|
{
|
|
2710
3874
|
"name": "vaso2",
|
|
2711
|
-
"github": "vaso2"
|
|
2712
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3875
|
+
"github": "vaso2"
|
|
2713
3876
|
}
|
|
2714
|
-
]
|
|
3877
|
+
],
|
|
3878
|
+
"compatibility": {
|
|
3879
|
+
"nuxt": "^2.0.0",
|
|
3880
|
+
"requires": {}
|
|
3881
|
+
}
|
|
2715
3882
|
},
|
|
2716
3883
|
{
|
|
2717
3884
|
"name": "vue-multiselect",
|
|
@@ -2727,10 +3894,13 @@
|
|
|
2727
3894
|
"maintainers": [
|
|
2728
3895
|
{
|
|
2729
3896
|
"name": "spektrummedia",
|
|
2730
|
-
"github": "spektrummedia"
|
|
2731
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
3897
|
+
"github": "spektrummedia"
|
|
2732
3898
|
}
|
|
2733
|
-
]
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^2.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
2734
3904
|
},
|
|
2735
3905
|
{
|
|
2736
3906
|
"name": "vue-select",
|
|
@@ -2746,10 +3916,13 @@
|
|
|
2746
3916
|
"maintainers": [
|
|
2747
3917
|
{
|
|
2748
3918
|
"name": "madmod",
|
|
2749
|
-
"github": "madmod"
|
|
2750
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
3919
|
+
"github": "madmod"
|
|
2751
3920
|
}
|
|
2752
|
-
]
|
|
3921
|
+
],
|
|
3922
|
+
"compatibility": {
|
|
3923
|
+
"nuxt": "^2.0.0",
|
|
3924
|
+
"requires": {}
|
|
3925
|
+
}
|
|
2753
3926
|
},
|
|
2754
3927
|
{
|
|
2755
3928
|
"name": "vue-warehouse",
|
|
@@ -2766,10 +3939,13 @@
|
|
|
2766
3939
|
{
|
|
2767
3940
|
"name": "Julio Marquez",
|
|
2768
3941
|
"github": "juliomrqz",
|
|
2769
|
-
"twitter": "juliomrqz"
|
|
2770
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
3942
|
+
"twitter": "juliomrqz"
|
|
2771
3943
|
}
|
|
2772
|
-
]
|
|
3944
|
+
],
|
|
3945
|
+
"compatibility": {
|
|
3946
|
+
"nuxt": "^2.0.0",
|
|
3947
|
+
"requires": {}
|
|
3948
|
+
}
|
|
2773
3949
|
},
|
|
2774
3950
|
{
|
|
2775
3951
|
"name": "vuetify",
|
|
@@ -2785,16 +3961,43 @@
|
|
|
2785
3961
|
"maintainers": [
|
|
2786
3962
|
{
|
|
2787
3963
|
"name": "Kevin Marrec",
|
|
2788
|
-
"github": "kevinmarrec"
|
|
2789
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3964
|
+
"github": "kevinmarrec"
|
|
2790
3965
|
},
|
|
2791
3966
|
{
|
|
2792
3967
|
"name": "Pooya Parsa",
|
|
2793
3968
|
"github": "pi0",
|
|
2794
|
-
"twitter": "_pi0_"
|
|
2795
|
-
|
|
3969
|
+
"twitter": "_pi0_"
|
|
3970
|
+
}
|
|
3971
|
+
],
|
|
3972
|
+
"compatibility": {
|
|
3973
|
+
"nuxt": "^2.0.0",
|
|
3974
|
+
"requires": {}
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "vueuse",
|
|
3979
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
3980
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
3981
|
+
"npm": "@vueuse/core",
|
|
3982
|
+
"icon": "vueuse.svg",
|
|
3983
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
3984
|
+
"website": "https://vueuse.org",
|
|
3985
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
3986
|
+
"category": "Libraries",
|
|
3987
|
+
"type": "3rd-party",
|
|
3988
|
+
"maintainers": [
|
|
3989
|
+
{
|
|
3990
|
+
"name": "Anthony Fu",
|
|
3991
|
+
"github": "antfu",
|
|
3992
|
+
"twitter": "antfu7"
|
|
3993
|
+
}
|
|
3994
|
+
],
|
|
3995
|
+
"compatibility": {
|
|
3996
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3997
|
+
"requires": {
|
|
3998
|
+
"bridge": "optional"
|
|
2796
3999
|
}
|
|
2797
|
-
|
|
4000
|
+
}
|
|
2798
4001
|
},
|
|
2799
4002
|
{
|
|
2800
4003
|
"name": "vuex-router-sync",
|
|
@@ -2810,10 +4013,68 @@
|
|
|
2810
4013
|
"maintainers": [
|
|
2811
4014
|
{
|
|
2812
4015
|
"name": "paulgv",
|
|
2813
|
-
"github": "paulgv"
|
|
2814
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4016
|
+
"github": "paulgv"
|
|
2815
4017
|
}
|
|
2816
|
-
]
|
|
4018
|
+
],
|
|
4019
|
+
"compatibility": {
|
|
4020
|
+
"nuxt": "^2.0.0",
|
|
4021
|
+
"requires": {}
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"name": "web-vitals",
|
|
4026
|
+
"description": "Web Vitals for Nuxt",
|
|
4027
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4028
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4029
|
+
"icon": "",
|
|
4030
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4031
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4032
|
+
"learn_more": "",
|
|
4033
|
+
"category": "Performance",
|
|
4034
|
+
"type": "community",
|
|
4035
|
+
"maintainers": [
|
|
4036
|
+
{
|
|
4037
|
+
"name": "daliborgogic",
|
|
4038
|
+
"github": "daliborgogic"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "Pooya Parsa",
|
|
4042
|
+
"github": "pi0",
|
|
4043
|
+
"twitter": "_pi0_"
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "Sebastien Chopin",
|
|
4047
|
+
"github": "Atinux",
|
|
4048
|
+
"twitter": "Atinux"
|
|
4049
|
+
}
|
|
4050
|
+
],
|
|
4051
|
+
"compatibility": {
|
|
4052
|
+
"nuxt": "^2.0.0",
|
|
4053
|
+
"requires": {}
|
|
4054
|
+
}
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "web3js",
|
|
4058
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4059
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4060
|
+
"npm": "nuxt-web3",
|
|
4061
|
+
"icon": "web3js.svg",
|
|
4062
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4063
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4064
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4065
|
+
"category": "Libraries",
|
|
4066
|
+
"type": "3rd-party",
|
|
4067
|
+
"maintainers": [
|
|
4068
|
+
{
|
|
4069
|
+
"name": "Muhammad Fauzan",
|
|
4070
|
+
"github": "fauzan121002",
|
|
4071
|
+
"twitter": "fauzandev"
|
|
4072
|
+
}
|
|
4073
|
+
],
|
|
4074
|
+
"compatibility": {
|
|
4075
|
+
"nuxt": "^2.0.0",
|
|
4076
|
+
"requires": {}
|
|
4077
|
+
}
|
|
2817
4078
|
},
|
|
2818
4079
|
{
|
|
2819
4080
|
"name": "webfontloader",
|
|
@@ -2829,10 +4090,37 @@
|
|
|
2829
4090
|
"maintainers": [
|
|
2830
4091
|
{
|
|
2831
4092
|
"name": "Developmint",
|
|
2832
|
-
"github": "Developmint"
|
|
2833
|
-
|
|
4093
|
+
"github": "Developmint"
|
|
4094
|
+
}
|
|
4095
|
+
],
|
|
4096
|
+
"compatibility": {
|
|
4097
|
+
"nuxt": "^2.0.0",
|
|
4098
|
+
"requires": {}
|
|
4099
|
+
}
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
"name": "webpack-optimisations",
|
|
4103
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4104
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4105
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4106
|
+
"icon": "build-optimisations.svg",
|
|
4107
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4108
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4109
|
+
"learn_more": "",
|
|
4110
|
+
"category": "Devtools",
|
|
4111
|
+
"type": "3rd-party",
|
|
4112
|
+
"maintainers": [
|
|
4113
|
+
{
|
|
4114
|
+
"name": "Harlan Wilton",
|
|
4115
|
+
"github": "harlan-zw"
|
|
4116
|
+
}
|
|
4117
|
+
],
|
|
4118
|
+
"compatibility": {
|
|
4119
|
+
"nuxt": "^2.0.0",
|
|
4120
|
+
"requires": {
|
|
4121
|
+
"bridge": "optional"
|
|
2834
4122
|
}
|
|
2835
|
-
|
|
4123
|
+
}
|
|
2836
4124
|
},
|
|
2837
4125
|
{
|
|
2838
4126
|
"name": "webpack-profile",
|
|
@@ -2849,10 +4137,13 @@
|
|
|
2849
4137
|
{
|
|
2850
4138
|
"name": "Pooya Parsa",
|
|
2851
4139
|
"github": "pi0",
|
|
2852
|
-
"twitter": "_pi0_"
|
|
2853
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4140
|
+
"twitter": "_pi0_"
|
|
2854
4141
|
}
|
|
2855
|
-
]
|
|
4142
|
+
],
|
|
4143
|
+
"compatibility": {
|
|
4144
|
+
"nuxt": "^2.0.0",
|
|
4145
|
+
"requires": {}
|
|
4146
|
+
}
|
|
2856
4147
|
},
|
|
2857
4148
|
{
|
|
2858
4149
|
"name": "webpackdashboard",
|
|
@@ -2868,10 +4159,13 @@
|
|
|
2868
4159
|
"maintainers": [
|
|
2869
4160
|
{
|
|
2870
4161
|
"name": "paulgv",
|
|
2871
|
-
"github": "paulgv"
|
|
2872
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4162
|
+
"github": "paulgv"
|
|
2873
4163
|
}
|
|
2874
|
-
]
|
|
4164
|
+
],
|
|
4165
|
+
"compatibility": {
|
|
4166
|
+
"nuxt": "^2.0.0",
|
|
4167
|
+
"requires": {}
|
|
4168
|
+
}
|
|
2875
4169
|
},
|
|
2876
4170
|
{
|
|
2877
4171
|
"name": "webpackmonitor",
|
|
@@ -2888,10 +4182,43 @@
|
|
|
2888
4182
|
{
|
|
2889
4183
|
"name": "Pooya Parsa",
|
|
2890
4184
|
"github": "pi0",
|
|
2891
|
-
"twitter": "_pi0_"
|
|
2892
|
-
|
|
4185
|
+
"twitter": "_pi0_"
|
|
4186
|
+
}
|
|
4187
|
+
],
|
|
4188
|
+
"compatibility": {
|
|
4189
|
+
"nuxt": "^2.0.0",
|
|
4190
|
+
"requires": {}
|
|
4191
|
+
}
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"name": "windicss",
|
|
4195
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4196
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4197
|
+
"npm": "nuxt-windicss",
|
|
4198
|
+
"icon": "windicss.svg",
|
|
4199
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4200
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4201
|
+
"learn_more": "https://windicss.org/",
|
|
4202
|
+
"category": "UI",
|
|
4203
|
+
"type": "3rd-party",
|
|
4204
|
+
"maintainers": [
|
|
4205
|
+
{
|
|
4206
|
+
"name": "Harlan Wilton",
|
|
4207
|
+
"github": "harlan-zw",
|
|
4208
|
+
"twitter": "harlan_zw"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "Anthony Fu",
|
|
4212
|
+
"github": "antfu",
|
|
4213
|
+
"twitter": "antfu7"
|
|
4214
|
+
}
|
|
4215
|
+
],
|
|
4216
|
+
"compatibility": {
|
|
4217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4218
|
+
"requires": {
|
|
4219
|
+
"bridge": "optional"
|
|
2893
4220
|
}
|
|
2894
|
-
|
|
4221
|
+
}
|
|
2895
4222
|
},
|
|
2896
4223
|
{
|
|
2897
4224
|
"name": "winston-log",
|
|
@@ -2907,10 +4234,13 @@
|
|
|
2907
4234
|
"maintainers": [
|
|
2908
4235
|
{
|
|
2909
4236
|
"name": "aaronransley",
|
|
2910
|
-
"github": "aaronransley"
|
|
2911
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4237
|
+
"github": "aaronransley"
|
|
2912
4238
|
}
|
|
2913
|
-
]
|
|
4239
|
+
],
|
|
4240
|
+
"compatibility": {
|
|
4241
|
+
"nuxt": "^2.0.0",
|
|
4242
|
+
"requires": {}
|
|
4243
|
+
}
|
|
2914
4244
|
},
|
|
2915
4245
|
{
|
|
2916
4246
|
"name": "wp-nuxt",
|
|
@@ -2926,10 +4256,13 @@
|
|
|
2926
4256
|
"maintainers": [
|
|
2927
4257
|
{
|
|
2928
4258
|
"name": "yashha",
|
|
2929
|
-
"github": "yashha"
|
|
2930
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4259
|
+
"github": "yashha"
|
|
2931
4260
|
}
|
|
2932
|
-
]
|
|
4261
|
+
],
|
|
4262
|
+
"compatibility": {
|
|
4263
|
+
"nuxt": "^2.0.0",
|
|
4264
|
+
"requires": {}
|
|
4265
|
+
}
|
|
2933
4266
|
},
|
|
2934
4267
|
{
|
|
2935
4268
|
"name": "xhr-cache",
|
|
@@ -2945,10 +4278,13 @@
|
|
|
2945
4278
|
"maintainers": [
|
|
2946
4279
|
{
|
|
2947
4280
|
"name": "gaetansenn",
|
|
2948
|
-
"github": "gaetansenn"
|
|
2949
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4281
|
+
"github": "gaetansenn"
|
|
2950
4282
|
}
|
|
2951
|
-
]
|
|
4283
|
+
],
|
|
4284
|
+
"compatibility": {
|
|
4285
|
+
"nuxt": "^2.0.0",
|
|
4286
|
+
"requires": {}
|
|
4287
|
+
}
|
|
2952
4288
|
},
|
|
2953
4289
|
{
|
|
2954
4290
|
"name": "xui",
|
|
@@ -2964,18 +4300,22 @@
|
|
|
2964
4300
|
"maintainers": [
|
|
2965
4301
|
{
|
|
2966
4302
|
"name": "MetaCorp",
|
|
2967
|
-
"github": "MetaCorp"
|
|
2968
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4303
|
+
"github": "MetaCorp"
|
|
2969
4304
|
}
|
|
2970
|
-
]
|
|
4305
|
+
],
|
|
4306
|
+
"compatibility": {
|
|
4307
|
+
"nuxt": "^2.0.0",
|
|
4308
|
+
"requires": {}
|
|
4309
|
+
}
|
|
2971
4310
|
},
|
|
2972
4311
|
{
|
|
2973
4312
|
"name": "yandex-metrika",
|
|
2974
|
-
"
|
|
4313
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4314
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2975
4315
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2976
4316
|
"icon": "",
|
|
2977
|
-
"github": "https://github.com/nuxt-community/
|
|
2978
|
-
"website": "https://github.com/nuxt-community/
|
|
4317
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4318
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2979
4319
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2980
4320
|
"category": "Analytics",
|
|
2981
4321
|
"type": "community",
|
|
@@ -2983,10 +4323,13 @@
|
|
|
2983
4323
|
{
|
|
2984
4324
|
"name": "Pooya Parsa",
|
|
2985
4325
|
"github": "pi0",
|
|
2986
|
-
"twitter": "_pi0_"
|
|
2987
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4326
|
+
"twitter": "_pi0_"
|
|
2988
4327
|
}
|
|
2989
|
-
]
|
|
4328
|
+
],
|
|
4329
|
+
"compatibility": {
|
|
4330
|
+
"nuxt": "^2.0.0",
|
|
4331
|
+
"requires": {}
|
|
4332
|
+
}
|
|
2990
4333
|
},
|
|
2991
4334
|
{
|
|
2992
4335
|
"name": "zendesk",
|
|
@@ -3002,9 +4345,12 @@
|
|
|
3002
4345
|
"maintainers": [
|
|
3003
4346
|
{
|
|
3004
4347
|
"name": "DansMaCulotte",
|
|
3005
|
-
"github": "DansMaCulotte"
|
|
3006
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4348
|
+
"github": "DansMaCulotte"
|
|
3007
4349
|
}
|
|
3008
|
-
]
|
|
4350
|
+
],
|
|
4351
|
+
"compatibility": {
|
|
4352
|
+
"nuxt": "^2.0.0",
|
|
4353
|
+
"requires": {}
|
|
4354
|
+
}
|
|
3009
4355
|
}
|
|
3010
4356
|
]
|