@nuxt/modules 0.5.0-21833d → 0.5.0-2e32be
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} +1971 -599
- package/package.json +2 -49
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,69 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
24
45
|
}
|
|
25
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^3.0.0",
|
|
77
|
+
"requires": {}
|
|
78
|
+
}
|
|
26
79
|
},
|
|
27
80
|
{
|
|
28
81
|
"name": "alias",
|
|
@@ -33,15 +86,18 @@
|
|
|
33
86
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
87
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
88
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
89
|
+
"category": "Extensions",
|
|
37
90
|
"type": "3rd-party",
|
|
38
91
|
"maintainers": [
|
|
39
92
|
{
|
|
40
93
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
94
|
+
"github": "kdydesign"
|
|
43
95
|
}
|
|
44
|
-
]
|
|
96
|
+
],
|
|
97
|
+
"compatibility": {
|
|
98
|
+
"nuxt": "^2.0.0",
|
|
99
|
+
"requires": {}
|
|
100
|
+
}
|
|
45
101
|
},
|
|
46
102
|
{
|
|
47
103
|
"name": "amp",
|
|
@@ -58,10 +114,59 @@
|
|
|
58
114
|
{
|
|
59
115
|
"name": "Ahad Birang",
|
|
60
116
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
|
|
117
|
+
"twitter": "a_birang"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"compatibility": {
|
|
121
|
+
"nuxt": "^2.0.0",
|
|
122
|
+
"requires": {}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "animejs",
|
|
127
|
+
"description": "Anime.js module for Nuxt.js",
|
|
128
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
129
|
+
"npm": "nuxt-animejs",
|
|
130
|
+
"icon": "",
|
|
131
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
132
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
133
|
+
"learn_more": "",
|
|
134
|
+
"category": "Libraries",
|
|
135
|
+
"type": "3rd-party",
|
|
136
|
+
"maintainers": [
|
|
137
|
+
{
|
|
138
|
+
"name": "ivodolenc",
|
|
139
|
+
"github": "ivodolenc"
|
|
63
140
|
}
|
|
64
|
-
]
|
|
141
|
+
],
|
|
142
|
+
"compatibility": {
|
|
143
|
+
"nuxt": "^2.0.0",
|
|
144
|
+
"requires": {}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "apis-to-file",
|
|
149
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
150
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
151
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
152
|
+
"icon": "",
|
|
153
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
154
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
155
|
+
"learn_more": "",
|
|
156
|
+
"category": "Performance",
|
|
157
|
+
"type": "3rd-party",
|
|
158
|
+
"maintainers": [
|
|
159
|
+
{
|
|
160
|
+
"name": "Luca Iaconelli",
|
|
161
|
+
"github": "LuXDAmore",
|
|
162
|
+
"twitter": "luxdamore",
|
|
163
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^2.0.0",
|
|
168
|
+
"requires": {}
|
|
169
|
+
}
|
|
65
170
|
},
|
|
66
171
|
{
|
|
67
172
|
"name": "apollo",
|
|
@@ -77,15 +182,17 @@
|
|
|
77
182
|
"maintainers": [
|
|
78
183
|
{
|
|
79
184
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
185
|
+
"github": "kieusonlam"
|
|
82
186
|
},
|
|
83
187
|
{
|
|
84
188
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
189
|
+
"github": "dohomi"
|
|
87
190
|
}
|
|
88
|
-
]
|
|
191
|
+
],
|
|
192
|
+
"compatibility": {
|
|
193
|
+
"nuxt": "^2.0.0",
|
|
194
|
+
"requires": {}
|
|
195
|
+
}
|
|
89
196
|
},
|
|
90
197
|
{
|
|
91
198
|
"name": "applicationinsights",
|
|
@@ -101,10 +208,35 @@
|
|
|
101
208
|
"maintainers": [
|
|
102
209
|
{
|
|
103
210
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
211
|
+
"github": "aldarund"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"compatibility": {
|
|
215
|
+
"nuxt": "^2.0.0",
|
|
216
|
+
"requires": {}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "appwrite",
|
|
221
|
+
"description": "Appwrite module for Nuxt",
|
|
222
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
223
|
+
"npm": "nuxt-appwrite",
|
|
224
|
+
"icon": "appwrite.png",
|
|
225
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
226
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Request",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "Hrdtr",
|
|
233
|
+
"github": "Hrdtr"
|
|
106
234
|
}
|
|
107
|
-
]
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^2.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
108
240
|
},
|
|
109
241
|
{
|
|
110
242
|
"name": "auth",
|
|
@@ -121,15 +253,17 @@
|
|
|
121
253
|
{
|
|
122
254
|
"name": "Pooya Parsa",
|
|
123
255
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
256
|
+
"twitter": "_pi0_"
|
|
126
257
|
},
|
|
127
258
|
{
|
|
128
259
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
260
|
+
"github": "JoaoPedroAS51"
|
|
131
261
|
}
|
|
132
|
-
]
|
|
262
|
+
],
|
|
263
|
+
"compatibility": {
|
|
264
|
+
"nuxt": "^2.0.0",
|
|
265
|
+
"requires": {}
|
|
266
|
+
}
|
|
133
267
|
},
|
|
134
268
|
{
|
|
135
269
|
"name": "axios",
|
|
@@ -146,10 +280,13 @@
|
|
|
146
280
|
{
|
|
147
281
|
"name": "Pooya Parsa",
|
|
148
282
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
283
|
+
"twitter": "_pi0_"
|
|
151
284
|
}
|
|
152
|
-
]
|
|
285
|
+
],
|
|
286
|
+
"compatibility": {
|
|
287
|
+
"nuxt": "^2.0.0",
|
|
288
|
+
"requires": {}
|
|
289
|
+
}
|
|
153
290
|
},
|
|
154
291
|
{
|
|
155
292
|
"name": "basic-auth",
|
|
@@ -165,10 +302,13 @@
|
|
|
165
302
|
"maintainers": [
|
|
166
303
|
{
|
|
167
304
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
305
|
+
"github": "potato4d"
|
|
170
306
|
}
|
|
171
|
-
]
|
|
307
|
+
],
|
|
308
|
+
"compatibility": {
|
|
309
|
+
"nuxt": "^2.0.0",
|
|
310
|
+
"requires": {}
|
|
311
|
+
}
|
|
172
312
|
},
|
|
173
313
|
{
|
|
174
314
|
"name": "bootstrap",
|
|
@@ -184,22 +324,23 @@
|
|
|
184
324
|
"maintainers": [
|
|
185
325
|
{
|
|
186
326
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
327
|
+
"github": "tmorehouse"
|
|
189
328
|
},
|
|
190
329
|
{
|
|
191
330
|
"name": "Pooya Parsa",
|
|
192
331
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
332
|
+
"twitter": "_pi0_"
|
|
195
333
|
},
|
|
196
334
|
{
|
|
197
335
|
"name": "Jacob Müller",
|
|
198
336
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
337
|
+
"twitter": "jackmu95"
|
|
201
338
|
}
|
|
202
|
-
]
|
|
339
|
+
],
|
|
340
|
+
"compatibility": {
|
|
341
|
+
"nuxt": "^2.0.0",
|
|
342
|
+
"requires": {}
|
|
343
|
+
}
|
|
203
344
|
},
|
|
204
345
|
{
|
|
205
346
|
"name": "browserconfig",
|
|
@@ -210,16 +351,19 @@
|
|
|
210
351
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
352
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
353
|
"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": "
|
|
354
|
+
"category": "Extensions",
|
|
214
355
|
"type": "community",
|
|
215
356
|
"maintainers": [
|
|
216
357
|
{
|
|
217
358
|
"name": "Pooya Parsa",
|
|
218
359
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
360
|
+
"twitter": "_pi0_"
|
|
221
361
|
}
|
|
222
|
-
]
|
|
362
|
+
],
|
|
363
|
+
"compatibility": {
|
|
364
|
+
"nuxt": "^2.0.0",
|
|
365
|
+
"requires": {}
|
|
366
|
+
}
|
|
223
367
|
},
|
|
224
368
|
{
|
|
225
369
|
"name": "buefy",
|
|
@@ -235,10 +379,13 @@
|
|
|
235
379
|
"maintainers": [
|
|
236
380
|
{
|
|
237
381
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
382
|
+
"github": "jtommy"
|
|
240
383
|
}
|
|
241
|
-
]
|
|
384
|
+
],
|
|
385
|
+
"compatibility": {
|
|
386
|
+
"nuxt": "^2.0.0",
|
|
387
|
+
"requires": {}
|
|
388
|
+
}
|
|
242
389
|
},
|
|
243
390
|
{
|
|
244
391
|
"name": "bugsnag",
|
|
@@ -254,10 +401,13 @@
|
|
|
254
401
|
"maintainers": [
|
|
255
402
|
{
|
|
256
403
|
"name": "JulianMar",
|
|
257
|
-
"github": "JulianMar"
|
|
258
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
404
|
+
"github": "JulianMar"
|
|
259
405
|
}
|
|
260
|
-
]
|
|
406
|
+
],
|
|
407
|
+
"compatibility": {
|
|
408
|
+
"nuxt": "^2.0.0",
|
|
409
|
+
"requires": {}
|
|
410
|
+
}
|
|
261
411
|
},
|
|
262
412
|
{
|
|
263
413
|
"name": "bulma-slim",
|
|
@@ -273,10 +423,13 @@
|
|
|
273
423
|
"maintainers": [
|
|
274
424
|
{
|
|
275
425
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
426
|
+
"github": "mustardamus"
|
|
278
427
|
}
|
|
279
|
-
]
|
|
428
|
+
],
|
|
429
|
+
"compatibility": {
|
|
430
|
+
"nuxt": "^2.0.0",
|
|
431
|
+
"requires": {}
|
|
432
|
+
}
|
|
280
433
|
},
|
|
281
434
|
{
|
|
282
435
|
"name": "bundle-buddy",
|
|
@@ -292,14 +445,17 @@
|
|
|
292
445
|
"maintainers": [
|
|
293
446
|
{
|
|
294
447
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
448
|
+
"github": "Developmint"
|
|
297
449
|
}
|
|
298
|
-
]
|
|
450
|
+
],
|
|
451
|
+
"compatibility": {
|
|
452
|
+
"nuxt": "^2.0.0",
|
|
453
|
+
"requires": {}
|
|
454
|
+
}
|
|
299
455
|
},
|
|
300
456
|
{
|
|
301
457
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
458
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
303
459
|
"repo": "LuXDAmore/generative-art",
|
|
304
460
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
461
|
"icon": "",
|
|
@@ -310,11 +466,59 @@
|
|
|
310
466
|
"type": "3rd-party",
|
|
311
467
|
"maintainers": [
|
|
312
468
|
{
|
|
313
|
-
"name": "
|
|
469
|
+
"name": "Luca Iaconelli",
|
|
314
470
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
471
|
+
"twitter": "luxdamore"
|
|
472
|
+
}
|
|
473
|
+
],
|
|
474
|
+
"compatibility": {
|
|
475
|
+
"nuxt": "^2.0.0",
|
|
476
|
+
"requires": {}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "chakra-ui",
|
|
481
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
482
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
483
|
+
"npm": "@chakra-ui/nuxt",
|
|
484
|
+
"icon": "chakra-ui.png",
|
|
485
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
486
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
487
|
+
"learn_more": "",
|
|
488
|
+
"category": "UI",
|
|
489
|
+
"type": "3rd-party",
|
|
490
|
+
"maintainers": [
|
|
491
|
+
{
|
|
492
|
+
"name": "Jonathan Bakebwa",
|
|
493
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"compatibility": {
|
|
497
|
+
"nuxt": "^2.0.0",
|
|
498
|
+
"requires": {}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "chiffre",
|
|
503
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
504
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
505
|
+
"npm": "nuxt-chiffre",
|
|
506
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
507
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
508
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
509
|
+
"learn_more": "https://chiffre.io",
|
|
510
|
+
"category": "Analytics",
|
|
511
|
+
"type": "3rd-party",
|
|
512
|
+
"maintainers": [
|
|
513
|
+
{
|
|
514
|
+
"name": "Romain Clement",
|
|
515
|
+
"github": "rclement"
|
|
316
516
|
}
|
|
317
|
-
]
|
|
517
|
+
],
|
|
518
|
+
"compatibility": {
|
|
519
|
+
"nuxt": "^2.0.0",
|
|
520
|
+
"requires": {}
|
|
521
|
+
}
|
|
318
522
|
},
|
|
319
523
|
{
|
|
320
524
|
"name": "client-init",
|
|
@@ -325,15 +529,18 @@
|
|
|
325
529
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
530
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
531
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
532
|
+
"category": "Extensions",
|
|
329
533
|
"type": "3rd-party",
|
|
330
534
|
"maintainers": [
|
|
331
535
|
{
|
|
332
536
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
537
|
+
"github": "potato4d"
|
|
335
538
|
}
|
|
336
|
-
]
|
|
539
|
+
],
|
|
540
|
+
"compatibility": {
|
|
541
|
+
"nuxt": "^2.0.0",
|
|
542
|
+
"requires": {}
|
|
543
|
+
}
|
|
337
544
|
},
|
|
338
545
|
{
|
|
339
546
|
"name": "cloudcms",
|
|
@@ -349,10 +556,13 @@
|
|
|
349
556
|
"maintainers": [
|
|
350
557
|
{
|
|
351
558
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
559
|
+
"github": "gitana"
|
|
354
560
|
}
|
|
355
|
-
]
|
|
561
|
+
],
|
|
562
|
+
"compatibility": {
|
|
563
|
+
"nuxt": "^2.0.0",
|
|
564
|
+
"requires": {}
|
|
565
|
+
}
|
|
356
566
|
},
|
|
357
567
|
{
|
|
358
568
|
"name": "cloudinary",
|
|
@@ -369,10 +579,13 @@
|
|
|
369
579
|
{
|
|
370
580
|
"name": "Maya Shavin",
|
|
371
581
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
582
|
+
"twitter": "MayaShavin"
|
|
374
583
|
}
|
|
375
|
-
]
|
|
584
|
+
],
|
|
585
|
+
"compatibility": {
|
|
586
|
+
"nuxt": "^2.0.0",
|
|
587
|
+
"requires": {}
|
|
588
|
+
}
|
|
376
589
|
},
|
|
377
590
|
{
|
|
378
591
|
"name": "color-mode",
|
|
@@ -389,19 +602,24 @@
|
|
|
389
602
|
{
|
|
390
603
|
"name": "Sébastien Chopin",
|
|
391
604
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
|
|
605
|
+
"twitter": "Atinux"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"compatibility": {
|
|
609
|
+
"nuxt": "^2.0.0",
|
|
610
|
+
"requires": {
|
|
611
|
+
"bridge": "optional"
|
|
394
612
|
}
|
|
395
|
-
|
|
613
|
+
}
|
|
396
614
|
},
|
|
397
615
|
{
|
|
398
616
|
"name": "component-cache",
|
|
399
617
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
618
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
619
|
"npm": "@nuxtjs/component-cache",
|
|
402
620
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
621
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
622
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
623
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
624
|
"category": "Performance",
|
|
407
625
|
"type": "community",
|
|
@@ -409,35 +627,13 @@
|
|
|
409
627
|
{
|
|
410
628
|
"name": "Pooya Parsa",
|
|
411
629
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
630
|
+
"twitter": "_pi0_"
|
|
414
631
|
}
|
|
415
|
-
]
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"compatibility": {
|
|
634
|
+
"nuxt": "^2.0.0",
|
|
635
|
+
"requires": {}
|
|
636
|
+
}
|
|
441
637
|
},
|
|
442
638
|
{
|
|
443
639
|
"name": "composition-api",
|
|
@@ -448,16 +644,19 @@
|
|
|
448
644
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
645
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
646
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
647
|
+
"category": "Extensions",
|
|
452
648
|
"type": "community",
|
|
453
649
|
"maintainers": [
|
|
454
650
|
{
|
|
455
651
|
"name": "Daniel Roe",
|
|
456
652
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
653
|
+
"twitter": "danielcroe"
|
|
459
654
|
}
|
|
460
|
-
]
|
|
655
|
+
],
|
|
656
|
+
"compatibility": {
|
|
657
|
+
"nuxt": "^2.0.0",
|
|
658
|
+
"requires": {}
|
|
659
|
+
}
|
|
461
660
|
},
|
|
462
661
|
{
|
|
463
662
|
"name": "content",
|
|
@@ -474,16 +673,18 @@
|
|
|
474
673
|
{
|
|
475
674
|
"name": "Benjamin Canac",
|
|
476
675
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
676
|
+
"twitter": "benjamincanac"
|
|
479
677
|
},
|
|
480
678
|
{
|
|
481
679
|
"name": "Sebastien Chopin",
|
|
482
680
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
681
|
+
"twitter": "Atinux"
|
|
485
682
|
}
|
|
486
|
-
]
|
|
683
|
+
],
|
|
684
|
+
"compatibility": {
|
|
685
|
+
"nuxt": "^2.0.0",
|
|
686
|
+
"requires": {}
|
|
687
|
+
}
|
|
487
688
|
},
|
|
488
689
|
{
|
|
489
690
|
"name": "contentful",
|
|
@@ -499,34 +700,39 @@
|
|
|
499
700
|
"maintainers": [
|
|
500
701
|
{
|
|
501
702
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
703
|
+
"github": "scaccogatto"
|
|
504
704
|
}
|
|
505
|
-
]
|
|
705
|
+
],
|
|
706
|
+
"compatibility": {
|
|
707
|
+
"nuxt": "^2.0.0",
|
|
708
|
+
"requires": {}
|
|
709
|
+
}
|
|
506
710
|
},
|
|
507
711
|
{
|
|
508
712
|
"name": "custom-elements",
|
|
509
713
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
714
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
715
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
716
|
+
"icon": "custom-elements.png",
|
|
513
717
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
718
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
719
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
720
|
+
"category": "Extensions",
|
|
517
721
|
"type": "3rd-party",
|
|
518
722
|
"maintainers": [
|
|
519
723
|
{
|
|
520
724
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
725
|
+
"github": "ThornWalli"
|
|
523
726
|
},
|
|
524
727
|
{
|
|
525
728
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
729
|
+
"github": "GrabarzUndPartner"
|
|
528
730
|
}
|
|
529
|
-
]
|
|
731
|
+
],
|
|
732
|
+
"compatibility": {
|
|
733
|
+
"nuxt": "^2.0.0",
|
|
734
|
+
"requires": {}
|
|
735
|
+
}
|
|
530
736
|
},
|
|
531
737
|
{
|
|
532
738
|
"name": "darkmode.js",
|
|
@@ -542,10 +748,13 @@
|
|
|
542
748
|
"maintainers": [
|
|
543
749
|
{
|
|
544
750
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
751
|
+
"github": "sandoche"
|
|
547
752
|
}
|
|
548
|
-
]
|
|
753
|
+
],
|
|
754
|
+
"compatibility": {
|
|
755
|
+
"nuxt": "^2.0.0",
|
|
756
|
+
"requires": {}
|
|
757
|
+
}
|
|
549
758
|
},
|
|
550
759
|
{
|
|
551
760
|
"name": "date-fns",
|
|
@@ -561,10 +770,35 @@
|
|
|
561
770
|
"maintainers": [
|
|
562
771
|
{
|
|
563
772
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
773
|
+
"github": "ricardogobbosouza"
|
|
774
|
+
}
|
|
775
|
+
],
|
|
776
|
+
"compatibility": {
|
|
777
|
+
"nuxt": "^2.0.0",
|
|
778
|
+
"requires": {}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "datocms",
|
|
783
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
784
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
785
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
786
|
+
"icon": "datocms.png",
|
|
787
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
788
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
789
|
+
"learn_more": "https://www.datocms.com/",
|
|
790
|
+
"category": "CMS",
|
|
791
|
+
"type": "3rd-party",
|
|
792
|
+
"maintainers": [
|
|
793
|
+
{
|
|
794
|
+
"name": "Frankwarnaar",
|
|
795
|
+
"github": "Frankwarnaar"
|
|
566
796
|
}
|
|
567
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"compatibility": {
|
|
799
|
+
"nuxt": "^2.0.0",
|
|
800
|
+
"requires": {}
|
|
801
|
+
}
|
|
568
802
|
},
|
|
569
803
|
{
|
|
570
804
|
"name": "dayjs",
|
|
@@ -581,10 +815,13 @@
|
|
|
581
815
|
{
|
|
582
816
|
"name": "Takuma HANATANI",
|
|
583
817
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
818
|
+
"twitter": "potato4d"
|
|
586
819
|
}
|
|
587
|
-
]
|
|
820
|
+
],
|
|
821
|
+
"compatibility": {
|
|
822
|
+
"nuxt": "^2.0.0",
|
|
823
|
+
"requires": {}
|
|
824
|
+
}
|
|
588
825
|
},
|
|
589
826
|
{
|
|
590
827
|
"name": "device",
|
|
@@ -595,15 +832,18 @@
|
|
|
595
832
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
833
|
"website": "https://github.com/nuxt-community/device-module",
|
|
597
834
|
"learn_more": "",
|
|
598
|
-
"category": "
|
|
835
|
+
"category": "Extensions",
|
|
599
836
|
"type": "community",
|
|
600
837
|
"maintainers": [
|
|
601
838
|
{
|
|
602
839
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
840
|
+
"github": "dotneet"
|
|
605
841
|
}
|
|
606
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"compatibility": {
|
|
844
|
+
"nuxt": "^2.0.0",
|
|
845
|
+
"requires": {}
|
|
846
|
+
}
|
|
607
847
|
},
|
|
608
848
|
{
|
|
609
849
|
"name": "dotenv",
|
|
@@ -614,15 +854,73 @@
|
|
|
614
854
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
855
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
616
856
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
617
|
-
"category": "
|
|
857
|
+
"category": "Extensions",
|
|
618
858
|
"type": "community",
|
|
619
859
|
"maintainers": [
|
|
620
860
|
{
|
|
621
861
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
862
|
+
"github": "JulienTant"
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"compatibility": {
|
|
866
|
+
"nuxt": "^2.0.0",
|
|
867
|
+
"requires": {}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "drupal-ce",
|
|
872
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
873
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
874
|
+
"npm": "nuxtjs-drupal-ce",
|
|
875
|
+
"icon": "drupal-ce.png",
|
|
876
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
877
|
+
"website": "https://stack.lupus.digital",
|
|
878
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
879
|
+
"category": "CMS",
|
|
880
|
+
"type": "3rd-party",
|
|
881
|
+
"maintainers": [
|
|
882
|
+
{
|
|
883
|
+
"name": "Wolfgang Ziegler // fago",
|
|
884
|
+
"github": "fago",
|
|
885
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "Maximilian Götz-Mikus",
|
|
889
|
+
"github": "maximilianmikus",
|
|
890
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "David Licen",
|
|
894
|
+
"github": "davision",
|
|
895
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "druxt",
|
|
905
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
906
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
907
|
+
"npm": "druxt",
|
|
908
|
+
"icon": "druxt.svg",
|
|
909
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
910
|
+
"website": "https://druxtjs.org",
|
|
911
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
912
|
+
"category": "CMS",
|
|
913
|
+
"type": "3rd-party",
|
|
914
|
+
"maintainers": [
|
|
915
|
+
{
|
|
916
|
+
"name": "Decipher",
|
|
917
|
+
"github": "decipher"
|
|
624
918
|
}
|
|
625
|
-
]
|
|
919
|
+
],
|
|
920
|
+
"compatibility": {
|
|
921
|
+
"nuxt": "^2.0.0",
|
|
922
|
+
"requires": {}
|
|
923
|
+
}
|
|
626
924
|
},
|
|
627
925
|
{
|
|
628
926
|
"name": "emotion",
|
|
@@ -633,16 +931,19 @@
|
|
|
633
931
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
932
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
933
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
934
|
+
"category": "Extensions",
|
|
637
935
|
"type": "community",
|
|
638
936
|
"maintainers": [
|
|
639
937
|
{
|
|
640
938
|
"name": "Pooya Parsa",
|
|
641
939
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
940
|
+
"twitter": "_pi0_"
|
|
644
941
|
}
|
|
645
|
-
]
|
|
942
|
+
],
|
|
943
|
+
"compatibility": {
|
|
944
|
+
"nuxt": "^2.0.0",
|
|
945
|
+
"requires": {}
|
|
946
|
+
}
|
|
646
947
|
},
|
|
647
948
|
{
|
|
648
949
|
"name": "eslint",
|
|
@@ -658,10 +959,13 @@
|
|
|
658
959
|
"maintainers": [
|
|
659
960
|
{
|
|
660
961
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
962
|
+
"github": "ricardogobbosouza"
|
|
663
963
|
}
|
|
664
|
-
]
|
|
964
|
+
],
|
|
965
|
+
"compatibility": {
|
|
966
|
+
"nuxt": "^2.0.0",
|
|
967
|
+
"requires": {}
|
|
968
|
+
}
|
|
665
969
|
},
|
|
666
970
|
{
|
|
667
971
|
"name": "event-trace",
|
|
@@ -677,10 +981,35 @@
|
|
|
677
981
|
"maintainers": [
|
|
678
982
|
{
|
|
679
983
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
984
|
+
"github": "clarkdo"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"compatibility": {
|
|
988
|
+
"nuxt": "^2.0.0",
|
|
989
|
+
"requires": {}
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "fathom",
|
|
994
|
+
"description": "Fathom analytics for Nuxt",
|
|
995
|
+
"repo": "yabhq/nuxt-fathom",
|
|
996
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
997
|
+
"icon": "fathom.png",
|
|
998
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
999
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1000
|
+
"learn_more": "https://usefathom.com/",
|
|
1001
|
+
"category": "Analytics",
|
|
1002
|
+
"type": "3rd-party",
|
|
1003
|
+
"maintainers": [
|
|
1004
|
+
{
|
|
1005
|
+
"name": "yabhq",
|
|
1006
|
+
"github": "yabhq"
|
|
682
1007
|
}
|
|
683
|
-
]
|
|
1008
|
+
],
|
|
1009
|
+
"compatibility": {
|
|
1010
|
+
"nuxt": "^2.0.0",
|
|
1011
|
+
"requires": {}
|
|
1012
|
+
}
|
|
684
1013
|
},
|
|
685
1014
|
{
|
|
686
1015
|
"name": "feature-toggle",
|
|
@@ -691,15 +1020,18 @@
|
|
|
691
1020
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1021
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1022
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1023
|
+
"category": "Extensions",
|
|
695
1024
|
"type": "3rd-party",
|
|
696
1025
|
"maintainers": [
|
|
697
1026
|
{
|
|
698
1027
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1028
|
+
"github": "stephenkr"
|
|
701
1029
|
}
|
|
702
|
-
]
|
|
1030
|
+
],
|
|
1031
|
+
"compatibility": {
|
|
1032
|
+
"nuxt": "^2.0.0",
|
|
1033
|
+
"requires": {}
|
|
1034
|
+
}
|
|
703
1035
|
},
|
|
704
1036
|
{
|
|
705
1037
|
"name": "feed",
|
|
@@ -716,16 +1048,19 @@
|
|
|
716
1048
|
{
|
|
717
1049
|
"name": "Alexander Lichter",
|
|
718
1050
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1051
|
+
"twitter": "TheAlexLichter"
|
|
721
1052
|
}
|
|
722
|
-
]
|
|
1053
|
+
],
|
|
1054
|
+
"compatibility": {
|
|
1055
|
+
"nuxt": "^2.0.0",
|
|
1056
|
+
"requires": {}
|
|
1057
|
+
}
|
|
723
1058
|
},
|
|
724
1059
|
{
|
|
725
1060
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
1061
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
727
1062
|
"repo": "nuxt-community/firebase-module",
|
|
728
|
-
"npm": "@nuxtjs/firebase",
|
|
1063
|
+
"npm": "@nuxtjs/firebase-monorepo",
|
|
729
1064
|
"icon": "firebase.png",
|
|
730
1065
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
731
1066
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -735,10 +1070,13 @@
|
|
|
735
1070
|
"maintainers": [
|
|
736
1071
|
{
|
|
737
1072
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1073
|
+
"github": "lupas"
|
|
740
1074
|
}
|
|
741
|
-
]
|
|
1075
|
+
],
|
|
1076
|
+
"compatibility": {
|
|
1077
|
+
"nuxt": "^2.0.0",
|
|
1078
|
+
"requires": {}
|
|
1079
|
+
}
|
|
742
1080
|
},
|
|
743
1081
|
{
|
|
744
1082
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1092,13 @@
|
|
|
754
1092
|
"maintainers": [
|
|
755
1093
|
{
|
|
756
1094
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1095
|
+
"github": "sandoche"
|
|
759
1096
|
}
|
|
760
|
-
]
|
|
1097
|
+
],
|
|
1098
|
+
"compatibility": {
|
|
1099
|
+
"nuxt": "^2.0.0",
|
|
1100
|
+
"requires": {}
|
|
1101
|
+
}
|
|
761
1102
|
},
|
|
762
1103
|
{
|
|
763
1104
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1114,35 @@
|
|
|
773
1114
|
"maintainers": [
|
|
774
1115
|
{
|
|
775
1116
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
1117
|
+
"github": "GrabarzUndPartner"
|
|
1118
|
+
}
|
|
1119
|
+
],
|
|
1120
|
+
"compatibility": {
|
|
1121
|
+
"nuxt": "^2.0.0",
|
|
1122
|
+
"requires": {}
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "fontagon",
|
|
1127
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1128
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1129
|
+
"npm": "nuxt-fontagon",
|
|
1130
|
+
"icon": "fontagon.png",
|
|
1131
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1132
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1133
|
+
"learn_more": "",
|
|
1134
|
+
"category": "Libraries",
|
|
1135
|
+
"type": "3rd-party",
|
|
1136
|
+
"maintainers": [
|
|
1137
|
+
{
|
|
1138
|
+
"name": "kdydesign",
|
|
1139
|
+
"github": "kdydesign"
|
|
778
1140
|
}
|
|
779
|
-
]
|
|
1141
|
+
],
|
|
1142
|
+
"compatibility": {
|
|
1143
|
+
"nuxt": "^2.0.0",
|
|
1144
|
+
"requires": {}
|
|
1145
|
+
}
|
|
780
1146
|
},
|
|
781
1147
|
{
|
|
782
1148
|
"name": "fontawesome",
|
|
@@ -792,10 +1158,41 @@
|
|
|
792
1158
|
"maintainers": [
|
|
793
1159
|
{
|
|
794
1160
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
|
|
1161
|
+
"github": "pimlie"
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"compatibility": {
|
|
1165
|
+
"nuxt": "^2.0.0",
|
|
1166
|
+
"requires": {}
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "formkit",
|
|
1171
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1172
|
+
"repo": "formkit/formkit",
|
|
1173
|
+
"npm": "",
|
|
1174
|
+
"icon": "formkit.png",
|
|
1175
|
+
"github": "https://github.com/formkit/formkit",
|
|
1176
|
+
"website": "https://formkit.com",
|
|
1177
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1178
|
+
"category": "Libraries",
|
|
1179
|
+
"type": "3rd-party",
|
|
1180
|
+
"maintainers": [
|
|
1181
|
+
{
|
|
1182
|
+
"name": "Justin Schroeder",
|
|
1183
|
+
"github": "justin-schroeder",
|
|
1184
|
+
"twitter": "jpschroeder"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "Andrew Boyd",
|
|
1188
|
+
"github": "andrew-boyd",
|
|
1189
|
+
"twitter": "0xBOYD"
|
|
797
1190
|
}
|
|
798
|
-
]
|
|
1191
|
+
],
|
|
1192
|
+
"compatibility": {
|
|
1193
|
+
"nuxt": "^3.0.0",
|
|
1194
|
+
"requires": {}
|
|
1195
|
+
}
|
|
799
1196
|
},
|
|
800
1197
|
{
|
|
801
1198
|
"name": "fullpage",
|
|
@@ -811,10 +1208,13 @@
|
|
|
811
1208
|
"maintainers": [
|
|
812
1209
|
{
|
|
813
1210
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1211
|
+
"github": "vaso2"
|
|
816
1212
|
}
|
|
817
|
-
]
|
|
1213
|
+
],
|
|
1214
|
+
"compatibility": {
|
|
1215
|
+
"nuxt": "^2.0.0",
|
|
1216
|
+
"requires": {}
|
|
1217
|
+
}
|
|
818
1218
|
},
|
|
819
1219
|
{
|
|
820
1220
|
"name": "github-api",
|
|
@@ -830,10 +1230,13 @@
|
|
|
830
1230
|
"maintainers": [
|
|
831
1231
|
{
|
|
832
1232
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1233
|
+
"github": "lindsaykwardell"
|
|
835
1234
|
}
|
|
836
|
-
]
|
|
1235
|
+
],
|
|
1236
|
+
"compatibility": {
|
|
1237
|
+
"nuxt": "^2.0.0",
|
|
1238
|
+
"requires": {}
|
|
1239
|
+
}
|
|
837
1240
|
},
|
|
838
1241
|
{
|
|
839
1242
|
"name": "google-adsense",
|
|
@@ -849,10 +1252,13 @@
|
|
|
849
1252
|
"maintainers": [
|
|
850
1253
|
{
|
|
851
1254
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1255
|
+
"github": "tmorehouse"
|
|
854
1256
|
}
|
|
855
|
-
]
|
|
1257
|
+
],
|
|
1258
|
+
"compatibility": {
|
|
1259
|
+
"nuxt": "^2.0.0",
|
|
1260
|
+
"requires": {}
|
|
1261
|
+
}
|
|
856
1262
|
},
|
|
857
1263
|
{
|
|
858
1264
|
"name": "google-analytics",
|
|
@@ -869,21 +1275,22 @@
|
|
|
869
1275
|
{
|
|
870
1276
|
"name": "Pooya Parsa",
|
|
871
1277
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1278
|
+
"twitter": "_pi0_"
|
|
874
1279
|
},
|
|
875
1280
|
{
|
|
876
1281
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1282
|
+
"github": "ricardogobbosouza"
|
|
879
1283
|
},
|
|
880
1284
|
{
|
|
881
1285
|
"name": "Matteo Gabriele",
|
|
882
1286
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1287
|
+
"twitter": "matteo_gabriele"
|
|
885
1288
|
}
|
|
886
|
-
]
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^2.0.0",
|
|
1292
|
+
"requires": {}
|
|
1293
|
+
}
|
|
887
1294
|
},
|
|
888
1295
|
{
|
|
889
1296
|
"name": "google-fonts",
|
|
@@ -899,10 +1306,13 @@
|
|
|
899
1306
|
"maintainers": [
|
|
900
1307
|
{
|
|
901
1308
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1309
|
+
"github": "ricardogobbosouza"
|
|
904
1310
|
}
|
|
905
|
-
]
|
|
1311
|
+
],
|
|
1312
|
+
"compatibility": {
|
|
1313
|
+
"nuxt": "^2.0.0",
|
|
1314
|
+
"requires": {}
|
|
1315
|
+
}
|
|
906
1316
|
},
|
|
907
1317
|
{
|
|
908
1318
|
"name": "google-gtag",
|
|
@@ -918,15 +1328,17 @@
|
|
|
918
1328
|
"maintainers": [
|
|
919
1329
|
{
|
|
920
1330
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1331
|
+
"github": "dohomi"
|
|
923
1332
|
},
|
|
924
1333
|
{
|
|
925
1334
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1335
|
+
"github": "ricardogobbosouza"
|
|
928
1336
|
}
|
|
929
|
-
]
|
|
1337
|
+
],
|
|
1338
|
+
"compatibility": {
|
|
1339
|
+
"nuxt": "^2.0.0",
|
|
1340
|
+
"requires": {}
|
|
1341
|
+
}
|
|
930
1342
|
},
|
|
931
1343
|
{
|
|
932
1344
|
"name": "google-optimize",
|
|
@@ -943,22 +1355,23 @@
|
|
|
943
1355
|
{
|
|
944
1356
|
"name": "Pooya Parsa",
|
|
945
1357
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1358
|
+
"twitter": "_pi0_"
|
|
948
1359
|
},
|
|
949
1360
|
{
|
|
950
1361
|
"name": "Farzad Soltani",
|
|
951
1362
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1363
|
+
"twitter": "farzadso"
|
|
954
1364
|
},
|
|
955
1365
|
{
|
|
956
1366
|
"name": "Josh Deltener",
|
|
957
1367
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1368
|
+
"twitter": "JoshDeltener"
|
|
960
1369
|
}
|
|
961
|
-
]
|
|
1370
|
+
],
|
|
1371
|
+
"compatibility": {
|
|
1372
|
+
"nuxt": "^2.0.0",
|
|
1373
|
+
"requires": {}
|
|
1374
|
+
}
|
|
962
1375
|
},
|
|
963
1376
|
{
|
|
964
1377
|
"name": "graphql-request",
|
|
@@ -974,10 +1387,13 @@
|
|
|
974
1387
|
"maintainers": [
|
|
975
1388
|
{
|
|
976
1389
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1390
|
+
"github": "gomah"
|
|
979
1391
|
}
|
|
980
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"compatibility": {
|
|
1394
|
+
"nuxt": "^2.0.0",
|
|
1395
|
+
"requires": {}
|
|
1396
|
+
}
|
|
981
1397
|
},
|
|
982
1398
|
{
|
|
983
1399
|
"name": "gtm",
|
|
@@ -994,10 +1410,13 @@
|
|
|
994
1410
|
{
|
|
995
1411
|
"name": "Pooya Parsa",
|
|
996
1412
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1413
|
+
"twitter": "_pi0_"
|
|
999
1414
|
}
|
|
1000
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"compatibility": {
|
|
1417
|
+
"nuxt": "^2.0.0",
|
|
1418
|
+
"requires": {}
|
|
1419
|
+
}
|
|
1001
1420
|
},
|
|
1002
1421
|
{
|
|
1003
1422
|
"name": "guess",
|
|
@@ -1013,10 +1432,36 @@
|
|
|
1013
1432
|
"maintainers": [
|
|
1014
1433
|
{
|
|
1015
1434
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
1435
|
+
"github": "clarkdo"
|
|
1436
|
+
}
|
|
1437
|
+
],
|
|
1438
|
+
"compatibility": {
|
|
1439
|
+
"nuxt": "^2.0.0",
|
|
1440
|
+
"requires": {}
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "headway",
|
|
1445
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1446
|
+
"repo": "l-portet/nuxt-headway",
|
|
1447
|
+
"npm": "nuxt-headway",
|
|
1448
|
+
"icon": "headway.png",
|
|
1449
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1450
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1451
|
+
"learn_more": "https://headwayapp.co/",
|
|
1452
|
+
"category": "UI",
|
|
1453
|
+
"type": "3rd-party",
|
|
1454
|
+
"maintainers": [
|
|
1455
|
+
{
|
|
1456
|
+
"name": "l-portet",
|
|
1457
|
+
"github": "l-portet",
|
|
1458
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1018
1459
|
}
|
|
1019
|
-
]
|
|
1460
|
+
],
|
|
1461
|
+
"compatibility": {
|
|
1462
|
+
"nuxt": "^2.0.0",
|
|
1463
|
+
"requires": {}
|
|
1464
|
+
}
|
|
1020
1465
|
},
|
|
1021
1466
|
{
|
|
1022
1467
|
"name": "helmet",
|
|
@@ -1032,10 +1477,13 @@
|
|
|
1032
1477
|
"maintainers": [
|
|
1033
1478
|
{
|
|
1034
1479
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1480
|
+
"github": "victor-perez"
|
|
1037
1481
|
}
|
|
1038
|
-
]
|
|
1482
|
+
],
|
|
1483
|
+
"compatibility": {
|
|
1484
|
+
"nuxt": "^2.0.0",
|
|
1485
|
+
"requires": {}
|
|
1486
|
+
}
|
|
1039
1487
|
},
|
|
1040
1488
|
{
|
|
1041
1489
|
"name": "highcharts",
|
|
@@ -1051,10 +1499,13 @@
|
|
|
1051
1499
|
"maintainers": [
|
|
1052
1500
|
{
|
|
1053
1501
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1502
|
+
"github": "richardeschloss"
|
|
1056
1503
|
}
|
|
1057
|
-
]
|
|
1504
|
+
],
|
|
1505
|
+
"compatibility": {
|
|
1506
|
+
"nuxt": "^2.0.0",
|
|
1507
|
+
"requires": {}
|
|
1508
|
+
}
|
|
1058
1509
|
},
|
|
1059
1510
|
{
|
|
1060
1511
|
"name": "history-state",
|
|
@@ -1065,15 +1516,18 @@
|
|
|
1065
1516
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1517
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1067
1518
|
"learn_more": "",
|
|
1068
|
-
"category": "
|
|
1519
|
+
"category": "Extensions",
|
|
1069
1520
|
"type": "3rd-party",
|
|
1070
1521
|
"maintainers": [
|
|
1071
1522
|
{
|
|
1072
1523
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1524
|
+
"github": "hidekatsu-izuno"
|
|
1075
1525
|
}
|
|
1076
|
-
]
|
|
1526
|
+
],
|
|
1527
|
+
"compatibility": {
|
|
1528
|
+
"nuxt": "^2.0.0",
|
|
1529
|
+
"requires": {}
|
|
1530
|
+
}
|
|
1077
1531
|
},
|
|
1078
1532
|
{
|
|
1079
1533
|
"name": "html-minifier",
|
|
@@ -1089,10 +1543,13 @@
|
|
|
1089
1543
|
"maintainers": [
|
|
1090
1544
|
{
|
|
1091
1545
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1546
|
+
"github": "clarkdo"
|
|
1094
1547
|
}
|
|
1095
|
-
]
|
|
1548
|
+
],
|
|
1549
|
+
"compatibility": {
|
|
1550
|
+
"nuxt": "^2.0.0",
|
|
1551
|
+
"requires": {}
|
|
1552
|
+
}
|
|
1096
1553
|
},
|
|
1097
1554
|
{
|
|
1098
1555
|
"name": "html-validator",
|
|
@@ -1109,10 +1566,13 @@
|
|
|
1109
1566
|
{
|
|
1110
1567
|
"name": "Daniel Roe",
|
|
1111
1568
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1569
|
+
"twitter": "danielcroe"
|
|
1114
1570
|
}
|
|
1115
|
-
]
|
|
1571
|
+
],
|
|
1572
|
+
"compatibility": {
|
|
1573
|
+
"nuxt": "^2.0.0",
|
|
1574
|
+
"requires": {}
|
|
1575
|
+
}
|
|
1116
1576
|
},
|
|
1117
1577
|
{
|
|
1118
1578
|
"name": "http",
|
|
@@ -1129,16 +1589,41 @@
|
|
|
1129
1589
|
{
|
|
1130
1590
|
"name": "Pooya Parsa",
|
|
1131
1591
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1592
|
+
"twitter": "_pi0_"
|
|
1134
1593
|
},
|
|
1135
1594
|
{
|
|
1136
1595
|
"name": "Sébastien Chopin",
|
|
1137
1596
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
|
|
1597
|
+
"twitter": "Atinux"
|
|
1598
|
+
}
|
|
1599
|
+
],
|
|
1600
|
+
"compatibility": {
|
|
1601
|
+
"nuxt": "^2.0.0",
|
|
1602
|
+
"requires": {}
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "humans-txt",
|
|
1607
|
+
"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.",
|
|
1608
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1609
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1610
|
+
"icon": "",
|
|
1611
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1612
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1613
|
+
"learn_more": "https://humanstxt.org/",
|
|
1614
|
+
"category": "SEO",
|
|
1615
|
+
"type": "3rd-party",
|
|
1616
|
+
"maintainers": [
|
|
1617
|
+
{
|
|
1618
|
+
"name": "Luca Iaconelli",
|
|
1619
|
+
"github": "LuXDAmore",
|
|
1620
|
+
"twitter": "luxdamore"
|
|
1140
1621
|
}
|
|
1141
|
-
]
|
|
1622
|
+
],
|
|
1623
|
+
"compatibility": {
|
|
1624
|
+
"nuxt": "^2.0.0",
|
|
1625
|
+
"requires": {}
|
|
1626
|
+
}
|
|
1142
1627
|
},
|
|
1143
1628
|
{
|
|
1144
1629
|
"name": "i18n",
|
|
@@ -1149,20 +1634,22 @@
|
|
|
1149
1634
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1635
|
"website": "https://i18n.nuxtjs.org",
|
|
1151
1636
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1152
|
-
"category": "
|
|
1637
|
+
"category": "Extensions",
|
|
1153
1638
|
"type": "community",
|
|
1154
1639
|
"maintainers": [
|
|
1155
1640
|
{
|
|
1156
1641
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1642
|
+
"github": "rchl"
|
|
1159
1643
|
},
|
|
1160
1644
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1645
|
+
"name": "Kazuya Kawaguchi",
|
|
1646
|
+
"github": "kazupon"
|
|
1164
1647
|
}
|
|
1165
|
-
]
|
|
1648
|
+
],
|
|
1649
|
+
"compatibility": {
|
|
1650
|
+
"nuxt": "^2.0.0",
|
|
1651
|
+
"requires": {}
|
|
1652
|
+
}
|
|
1166
1653
|
},
|
|
1167
1654
|
{
|
|
1168
1655
|
"name": "image-loader",
|
|
@@ -1178,10 +1665,13 @@
|
|
|
1178
1665
|
"maintainers": [
|
|
1179
1666
|
{
|
|
1180
1667
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1668
|
+
"github": "Barry-Fisher"
|
|
1183
1669
|
}
|
|
1184
|
-
]
|
|
1670
|
+
],
|
|
1671
|
+
"compatibility": {
|
|
1672
|
+
"nuxt": "^2.0.0",
|
|
1673
|
+
"requires": {}
|
|
1674
|
+
}
|
|
1185
1675
|
},
|
|
1186
1676
|
{
|
|
1187
1677
|
"name": "image",
|
|
@@ -1198,22 +1688,25 @@
|
|
|
1198
1688
|
{
|
|
1199
1689
|
"name": "Ahad Birang",
|
|
1200
1690
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1691
|
+
"twitter": "a_birang"
|
|
1203
1692
|
},
|
|
1204
1693
|
{
|
|
1205
1694
|
"name": "Pooya Parsa",
|
|
1206
1695
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1696
|
+
"twitter": "_pi0_"
|
|
1209
1697
|
},
|
|
1210
1698
|
{
|
|
1211
1699
|
"name": "Sebastien Chopin",
|
|
1212
1700
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
|
|
1701
|
+
"twitter": "Atinux"
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"compatibility": {
|
|
1705
|
+
"nuxt": "^2.0.0",
|
|
1706
|
+
"requires": {
|
|
1707
|
+
"bridge": "optional"
|
|
1215
1708
|
}
|
|
1216
|
-
|
|
1709
|
+
}
|
|
1217
1710
|
},
|
|
1218
1711
|
{
|
|
1219
1712
|
"name": "imagemin",
|
|
@@ -1229,10 +1722,38 @@
|
|
|
1229
1722
|
"maintainers": [
|
|
1230
1723
|
{
|
|
1231
1724
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
|
|
1725
|
+
"github": "ricardogobbosouza"
|
|
1726
|
+
}
|
|
1727
|
+
],
|
|
1728
|
+
"compatibility": {
|
|
1729
|
+
"nuxt": "^2.0.0",
|
|
1730
|
+
"requires": {}
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "inkline",
|
|
1735
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1736
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1737
|
+
"npm": "@inkline/nuxt",
|
|
1738
|
+
"icon": "inkline.png",
|
|
1739
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1740
|
+
"website": "https://inkline.io",
|
|
1741
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1742
|
+
"category": "UI",
|
|
1743
|
+
"type": "3rd-party",
|
|
1744
|
+
"maintainers": [
|
|
1745
|
+
{
|
|
1746
|
+
"name": "Alex Grozav",
|
|
1747
|
+
"github": "alexgrozav",
|
|
1748
|
+
"twitter": "alexgrozav"
|
|
1234
1749
|
}
|
|
1235
|
-
]
|
|
1750
|
+
],
|
|
1751
|
+
"compatibility": {
|
|
1752
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1753
|
+
"requires": {
|
|
1754
|
+
"bridge": true
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1236
1757
|
},
|
|
1237
1758
|
{
|
|
1238
1759
|
"name": "intercom",
|
|
@@ -1248,10 +1769,13 @@
|
|
|
1248
1769
|
"maintainers": [
|
|
1249
1770
|
{
|
|
1250
1771
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
"avatar": "https://avatars1.githubusercontent.com/u/17425446?v=4"
|
|
1772
|
+
"github": "hex-digital"
|
|
1253
1773
|
}
|
|
1254
|
-
]
|
|
1774
|
+
],
|
|
1775
|
+
"compatibility": {
|
|
1776
|
+
"nuxt": "^2.0.0",
|
|
1777
|
+
"requires": {}
|
|
1778
|
+
}
|
|
1255
1779
|
},
|
|
1256
1780
|
{
|
|
1257
1781
|
"name": "jsonapi",
|
|
@@ -1267,10 +1791,13 @@
|
|
|
1267
1791
|
"maintainers": [
|
|
1268
1792
|
{
|
|
1269
1793
|
"name": "patrickcate",
|
|
1270
|
-
"github": "patrickcate"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1794
|
+
"github": "patrickcate"
|
|
1272
1795
|
}
|
|
1273
|
-
]
|
|
1796
|
+
],
|
|
1797
|
+
"compatibility": {
|
|
1798
|
+
"nuxt": "^2.0.0",
|
|
1799
|
+
"requires": {}
|
|
1800
|
+
}
|
|
1274
1801
|
},
|
|
1275
1802
|
{
|
|
1276
1803
|
"name": "kentico-kontent",
|
|
@@ -1286,10 +1813,13 @@
|
|
|
1286
1813
|
"maintainers": [
|
|
1287
1814
|
{
|
|
1288
1815
|
"name": "Alfred Brockötter",
|
|
1289
|
-
"github": "Domitnator"
|
|
1290
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1816
|
+
"github": "Domitnator"
|
|
1291
1817
|
}
|
|
1292
|
-
]
|
|
1818
|
+
],
|
|
1819
|
+
"compatibility": {
|
|
1820
|
+
"nuxt": "^2.0.0",
|
|
1821
|
+
"requires": {}
|
|
1822
|
+
}
|
|
1293
1823
|
},
|
|
1294
1824
|
{
|
|
1295
1825
|
"name": "laravel-echo",
|
|
@@ -1305,10 +1835,13 @@
|
|
|
1305
1835
|
"maintainers": [
|
|
1306
1836
|
{
|
|
1307
1837
|
"name": "Ricardo Gobbo de Souza",
|
|
1308
|
-
"github": "ricardogobbosouza"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1838
|
+
"github": "ricardogobbosouza"
|
|
1310
1839
|
}
|
|
1311
|
-
]
|
|
1840
|
+
],
|
|
1841
|
+
"compatibility": {
|
|
1842
|
+
"nuxt": "^2.0.0",
|
|
1843
|
+
"requires": {}
|
|
1844
|
+
}
|
|
1312
1845
|
},
|
|
1313
1846
|
{
|
|
1314
1847
|
"name": "laravel-nuxt",
|
|
@@ -1324,10 +1857,13 @@
|
|
|
1324
1857
|
"maintainers": [
|
|
1325
1858
|
{
|
|
1326
1859
|
"name": "skyrpex",
|
|
1327
|
-
"github": "skyrpex"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1860
|
+
"github": "skyrpex"
|
|
1329
1861
|
}
|
|
1330
|
-
]
|
|
1862
|
+
],
|
|
1863
|
+
"compatibility": {
|
|
1864
|
+
"nuxt": "^2.0.0",
|
|
1865
|
+
"requires": {}
|
|
1866
|
+
}
|
|
1331
1867
|
},
|
|
1332
1868
|
{
|
|
1333
1869
|
"name": "laravel",
|
|
@@ -1343,10 +1879,13 @@
|
|
|
1343
1879
|
"maintainers": [
|
|
1344
1880
|
{
|
|
1345
1881
|
"name": "m2sd",
|
|
1346
|
-
"github": "m2sd"
|
|
1347
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1882
|
+
"github": "m2sd"
|
|
1348
1883
|
}
|
|
1349
|
-
]
|
|
1884
|
+
],
|
|
1885
|
+
"compatibility": {
|
|
1886
|
+
"nuxt": "^2.0.0",
|
|
1887
|
+
"requires": {}
|
|
1888
|
+
}
|
|
1350
1889
|
},
|
|
1351
1890
|
{
|
|
1352
1891
|
"name": "leaflet",
|
|
@@ -1357,15 +1896,18 @@
|
|
|
1357
1896
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1358
1897
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1359
1898
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1360
|
-
"category": "
|
|
1899
|
+
"category": "Libraries",
|
|
1361
1900
|
"type": "3rd-party",
|
|
1362
1901
|
"maintainers": [
|
|
1363
1902
|
{
|
|
1364
1903
|
"name": "schlunsen",
|
|
1365
|
-
"github": "schlunsen"
|
|
1366
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1904
|
+
"github": "schlunsen"
|
|
1367
1905
|
}
|
|
1368
|
-
]
|
|
1906
|
+
],
|
|
1907
|
+
"compatibility": {
|
|
1908
|
+
"nuxt": "^2.0.0",
|
|
1909
|
+
"requires": {}
|
|
1910
|
+
}
|
|
1369
1911
|
},
|
|
1370
1912
|
{
|
|
1371
1913
|
"name": "localforage",
|
|
@@ -1376,21 +1918,23 @@
|
|
|
1376
1918
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1377
1919
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1378
1920
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1379
|
-
"category": "
|
|
1921
|
+
"category": "Libraries",
|
|
1380
1922
|
"type": "community",
|
|
1381
1923
|
"maintainers": [
|
|
1382
1924
|
{
|
|
1383
1925
|
"name": "Alexandre Chopin",
|
|
1384
1926
|
"github": "alexchopin",
|
|
1385
|
-
"twitter": "alexchopin"
|
|
1386
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1927
|
+
"twitter": "alexchopin"
|
|
1387
1928
|
},
|
|
1388
1929
|
{
|
|
1389
1930
|
"name": "Ricardo Gobbo de Souza",
|
|
1390
|
-
"github": "ricardogobbosouza"
|
|
1391
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1931
|
+
"github": "ricardogobbosouza"
|
|
1392
1932
|
}
|
|
1393
|
-
]
|
|
1933
|
+
],
|
|
1934
|
+
"compatibility": {
|
|
1935
|
+
"nuxt": "^2.0.0",
|
|
1936
|
+
"requires": {}
|
|
1937
|
+
}
|
|
1394
1938
|
},
|
|
1395
1939
|
{
|
|
1396
1940
|
"name": "localtunnel",
|
|
@@ -1407,10 +1951,35 @@
|
|
|
1407
1951
|
{
|
|
1408
1952
|
"name": "Pooya Parsa",
|
|
1409
1953
|
"github": "pi0",
|
|
1410
|
-
"twitter": "_pi0_"
|
|
1411
|
-
|
|
1954
|
+
"twitter": "_pi0_"
|
|
1955
|
+
}
|
|
1956
|
+
],
|
|
1957
|
+
"compatibility": {
|
|
1958
|
+
"nuxt": "^2.0.0",
|
|
1959
|
+
"requires": {}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "lodash",
|
|
1964
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
1965
|
+
"repo": "cipami/nuxt-lodash",
|
|
1966
|
+
"npm": "nuxt-lodash",
|
|
1967
|
+
"icon": "lodash.svg",
|
|
1968
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
1969
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
1970
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
1971
|
+
"category": "Libraries",
|
|
1972
|
+
"type": "3rd-party",
|
|
1973
|
+
"maintainers": [
|
|
1974
|
+
{
|
|
1975
|
+
"name": "Michal Čípa",
|
|
1976
|
+
"github": "cipami"
|
|
1412
1977
|
}
|
|
1413
|
-
]
|
|
1978
|
+
],
|
|
1979
|
+
"compatibility": {
|
|
1980
|
+
"nuxt": "^3.0.0",
|
|
1981
|
+
"requires": {}
|
|
1982
|
+
}
|
|
1414
1983
|
},
|
|
1415
1984
|
{
|
|
1416
1985
|
"name": "logrocket",
|
|
@@ -1427,10 +1996,13 @@
|
|
|
1427
1996
|
{
|
|
1428
1997
|
"name": "Farzad Soltani",
|
|
1429
1998
|
"github": "farzadso",
|
|
1430
|
-
"twitter": "farzadso"
|
|
1431
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1999
|
+
"twitter": "farzadso"
|
|
1432
2000
|
}
|
|
1433
|
-
]
|
|
2001
|
+
],
|
|
2002
|
+
"compatibility": {
|
|
2003
|
+
"nuxt": "^2.0.0",
|
|
2004
|
+
"requires": {}
|
|
2005
|
+
}
|
|
1434
2006
|
},
|
|
1435
2007
|
{
|
|
1436
2008
|
"name": "lunr",
|
|
@@ -1446,30 +2018,36 @@
|
|
|
1446
2018
|
"maintainers": [
|
|
1447
2019
|
{
|
|
1448
2020
|
"name": "Pim",
|
|
1449
|
-
"github": "pimlie"
|
|
1450
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2021
|
+
"github": "pimlie"
|
|
1451
2022
|
}
|
|
1452
|
-
]
|
|
2023
|
+
],
|
|
2024
|
+
"compatibility": {
|
|
2025
|
+
"nuxt": "^2.0.0",
|
|
2026
|
+
"requires": {}
|
|
2027
|
+
}
|
|
1453
2028
|
},
|
|
1454
2029
|
{
|
|
1455
2030
|
"name": "markdownit",
|
|
1456
2031
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1457
|
-
"repo": "nuxt-community/
|
|
2032
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1458
2033
|
"npm": "@nuxtjs/markdownit",
|
|
1459
2034
|
"icon": "",
|
|
1460
|
-
"github": "https://github.com/nuxt-community/
|
|
1461
|
-
"website": "https://github.com/nuxt-community/
|
|
2035
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2036
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1462
2037
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1463
|
-
"category": "
|
|
2038
|
+
"category": "Extensions",
|
|
1464
2039
|
"type": "community",
|
|
1465
2040
|
"maintainers": [
|
|
1466
2041
|
{
|
|
1467
2042
|
"name": "Pooya Parsa",
|
|
1468
2043
|
"github": "pi0",
|
|
1469
|
-
"twitter": "_pi0_"
|
|
1470
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2044
|
+
"twitter": "_pi0_"
|
|
1471
2045
|
}
|
|
1472
|
-
]
|
|
2046
|
+
],
|
|
2047
|
+
"compatibility": {
|
|
2048
|
+
"nuxt": "^2.0.0",
|
|
2049
|
+
"requires": {}
|
|
2050
|
+
}
|
|
1473
2051
|
},
|
|
1474
2052
|
{
|
|
1475
2053
|
"name": "matomo",
|
|
@@ -1485,10 +2063,13 @@
|
|
|
1485
2063
|
"maintainers": [
|
|
1486
2064
|
{
|
|
1487
2065
|
"name": "pimlie",
|
|
1488
|
-
"github": "pimlie"
|
|
1489
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2066
|
+
"github": "pimlie"
|
|
1490
2067
|
}
|
|
1491
|
-
]
|
|
2068
|
+
],
|
|
2069
|
+
"compatibility": {
|
|
2070
|
+
"nuxt": "^2.0.0",
|
|
2071
|
+
"requires": {}
|
|
2072
|
+
}
|
|
1492
2073
|
},
|
|
1493
2074
|
{
|
|
1494
2075
|
"name": "mdx",
|
|
@@ -1499,16 +2080,19 @@
|
|
|
1499
2080
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1500
2081
|
"website": "https://mdx.nuxtjs.org",
|
|
1501
2082
|
"learn_more": "https://mdxjs.com/",
|
|
1502
|
-
"category": "
|
|
2083
|
+
"category": "Extensions",
|
|
1503
2084
|
"type": "community",
|
|
1504
2085
|
"maintainers": [
|
|
1505
2086
|
{
|
|
1506
2087
|
"name": "Jonathan Bakebwa",
|
|
1507
2088
|
"github": "codebender828",
|
|
1508
|
-
"twitter": "codebender828"
|
|
1509
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2089
|
+
"twitter": "codebender828"
|
|
1510
2090
|
}
|
|
1511
|
-
]
|
|
2091
|
+
],
|
|
2092
|
+
"compatibility": {
|
|
2093
|
+
"nuxt": "^2.0.0",
|
|
2094
|
+
"requires": {}
|
|
2095
|
+
}
|
|
1512
2096
|
},
|
|
1513
2097
|
{
|
|
1514
2098
|
"name": "memwatch",
|
|
@@ -1524,10 +2108,13 @@
|
|
|
1524
2108
|
"maintainers": [
|
|
1525
2109
|
{
|
|
1526
2110
|
"name": "pimlie",
|
|
1527
|
-
"github": "pimlie"
|
|
1528
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2111
|
+
"github": "pimlie"
|
|
1529
2112
|
}
|
|
1530
|
-
]
|
|
2113
|
+
],
|
|
2114
|
+
"compatibility": {
|
|
2115
|
+
"nuxt": "^2.0.0",
|
|
2116
|
+
"requires": {}
|
|
2117
|
+
}
|
|
1531
2118
|
},
|
|
1532
2119
|
{
|
|
1533
2120
|
"name": "mobile",
|
|
@@ -1538,15 +2125,18 @@
|
|
|
1538
2125
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1539
2126
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1540
2127
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1541
|
-
"category": "
|
|
2128
|
+
"category": "Extensions",
|
|
1542
2129
|
"type": "3rd-party",
|
|
1543
2130
|
"maintainers": [
|
|
1544
2131
|
{
|
|
1545
2132
|
"name": "ChanningDefoe",
|
|
1546
|
-
"github": "ChanningDefoe"
|
|
1547
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2133
|
+
"github": "ChanningDefoe"
|
|
1548
2134
|
}
|
|
1549
|
-
]
|
|
2135
|
+
],
|
|
2136
|
+
"compatibility": {
|
|
2137
|
+
"nuxt": "^2.0.0",
|
|
2138
|
+
"requires": {}
|
|
2139
|
+
}
|
|
1550
2140
|
},
|
|
1551
2141
|
{
|
|
1552
2142
|
"name": "moment",
|
|
@@ -1563,15 +2153,17 @@
|
|
|
1563
2153
|
{
|
|
1564
2154
|
"name": "Pooya Parsa",
|
|
1565
2155
|
"github": "pi0",
|
|
1566
|
-
"twitter": "_pi0_"
|
|
1567
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2156
|
+
"twitter": "_pi0_"
|
|
1568
2157
|
},
|
|
1569
2158
|
{
|
|
1570
2159
|
"name": "Ricardo Gobbo de Souza",
|
|
1571
|
-
"github": "ricardogobbosouza"
|
|
1572
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2160
|
+
"github": "ricardogobbosouza"
|
|
1573
2161
|
}
|
|
1574
|
-
]
|
|
2162
|
+
],
|
|
2163
|
+
"compatibility": {
|
|
2164
|
+
"nuxt": "^2.0.0",
|
|
2165
|
+
"requires": {}
|
|
2166
|
+
}
|
|
1575
2167
|
},
|
|
1576
2168
|
{
|
|
1577
2169
|
"name": "mq",
|
|
@@ -1587,10 +2179,13 @@
|
|
|
1587
2179
|
"maintainers": [
|
|
1588
2180
|
{
|
|
1589
2181
|
"name": "vanhoofmaarten",
|
|
1590
|
-
"github": "vanhoofmaarten"
|
|
1591
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2182
|
+
"github": "vanhoofmaarten"
|
|
1592
2183
|
}
|
|
1593
|
-
]
|
|
2184
|
+
],
|
|
2185
|
+
"compatibility": {
|
|
2186
|
+
"nuxt": "^2.0.0",
|
|
2187
|
+
"requires": {}
|
|
2188
|
+
}
|
|
1594
2189
|
},
|
|
1595
2190
|
{
|
|
1596
2191
|
"name": "neo",
|
|
@@ -1606,10 +2201,13 @@
|
|
|
1606
2201
|
"maintainers": [
|
|
1607
2202
|
{
|
|
1608
2203
|
"name": "ezypeeze",
|
|
1609
|
-
"github": "ezypeeze"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2204
|
+
"github": "ezypeeze"
|
|
1611
2205
|
}
|
|
1612
|
-
]
|
|
2206
|
+
],
|
|
2207
|
+
"compatibility": {
|
|
2208
|
+
"nuxt": "^2.0.0",
|
|
2209
|
+
"requires": {}
|
|
2210
|
+
}
|
|
1613
2211
|
},
|
|
1614
2212
|
{
|
|
1615
2213
|
"name": "netlify-cache",
|
|
@@ -1625,10 +2223,13 @@
|
|
|
1625
2223
|
"maintainers": [
|
|
1626
2224
|
{
|
|
1627
2225
|
"name": "DreaMinder",
|
|
1628
|
-
"github": "DreaMinder"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2226
|
+
"github": "DreaMinder"
|
|
1630
2227
|
}
|
|
1631
|
-
]
|
|
2228
|
+
],
|
|
2229
|
+
"compatibility": {
|
|
2230
|
+
"nuxt": "^2.0.0",
|
|
2231
|
+
"requires": {}
|
|
2232
|
+
}
|
|
1632
2233
|
},
|
|
1633
2234
|
{
|
|
1634
2235
|
"name": "netlify-files",
|
|
@@ -1645,10 +2246,13 @@
|
|
|
1645
2246
|
{
|
|
1646
2247
|
"name": "Alexander Lichter",
|
|
1647
2248
|
"github": "manniL",
|
|
1648
|
-
"twitter": "TheAlexLichter"
|
|
1649
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2249
|
+
"twitter": "TheAlexLichter"
|
|
1650
2250
|
}
|
|
1651
|
-
]
|
|
2251
|
+
],
|
|
2252
|
+
"compatibility": {
|
|
2253
|
+
"nuxt": "^2.0.0",
|
|
2254
|
+
"requires": {}
|
|
2255
|
+
}
|
|
1652
2256
|
},
|
|
1653
2257
|
{
|
|
1654
2258
|
"name": "netlify",
|
|
@@ -1664,10 +2268,13 @@
|
|
|
1664
2268
|
"maintainers": [
|
|
1665
2269
|
{
|
|
1666
2270
|
"name": "bazzite",
|
|
1667
|
-
"github": "bazzite"
|
|
1668
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2271
|
+
"github": "bazzite"
|
|
1669
2272
|
}
|
|
1670
|
-
]
|
|
2273
|
+
],
|
|
2274
|
+
"compatibility": {
|
|
2275
|
+
"nuxt": "^2.0.0",
|
|
2276
|
+
"requires": {}
|
|
2277
|
+
}
|
|
1671
2278
|
},
|
|
1672
2279
|
{
|
|
1673
2280
|
"name": "ngrok",
|
|
@@ -1684,19 +2291,21 @@
|
|
|
1684
2291
|
{
|
|
1685
2292
|
"name": "Debbie O'Brien",
|
|
1686
2293
|
"github": "debs-obrien",
|
|
1687
|
-
"twitter": "debs_obrien"
|
|
1688
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2294
|
+
"twitter": "debs_obrien"
|
|
1689
2295
|
},
|
|
1690
2296
|
{
|
|
1691
2297
|
"name": "Pooya Parsa",
|
|
1692
2298
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2299
|
+
"twitter": "_pi0_"
|
|
1695
2300
|
}
|
|
1696
|
-
]
|
|
2301
|
+
],
|
|
2302
|
+
"compatibility": {
|
|
2303
|
+
"nuxt": "^2.0.0",
|
|
2304
|
+
"requires": {}
|
|
2305
|
+
}
|
|
1697
2306
|
},
|
|
1698
2307
|
{
|
|
1699
|
-
"name": "
|
|
2308
|
+
"name": "notion",
|
|
1700
2309
|
"description": "Vue renderer for Notion pages",
|
|
1701
2310
|
"repo": "janniks/vue-notion",
|
|
1702
2311
|
"npm": "vue-notion",
|
|
@@ -1709,10 +2318,172 @@
|
|
|
1709
2318
|
"maintainers": [
|
|
1710
2319
|
{
|
|
1711
2320
|
"name": "janniks",
|
|
1712
|
-
"github": "janniks"
|
|
1713
|
-
|
|
2321
|
+
"github": "janniks"
|
|
2322
|
+
}
|
|
2323
|
+
],
|
|
2324
|
+
"compatibility": {
|
|
2325
|
+
"nuxt": "^2.0.0",
|
|
2326
|
+
"requires": {}
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "nuxt-hue",
|
|
2331
|
+
"description": "Enlighten your Nuxt experience",
|
|
2332
|
+
"repo": "lihbr/nuxt-hue",
|
|
2333
|
+
"npm": "nuxt-hue",
|
|
2334
|
+
"icon": "nuxt-hue.svg",
|
|
2335
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2336
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2337
|
+
"learn_more": "",
|
|
2338
|
+
"category": "Devtools",
|
|
2339
|
+
"type": "3rd-party",
|
|
2340
|
+
"maintainers": [
|
|
2341
|
+
{
|
|
2342
|
+
"name": "lihbr",
|
|
2343
|
+
"github": "lihbr"
|
|
2344
|
+
}
|
|
2345
|
+
],
|
|
2346
|
+
"compatibility": {
|
|
2347
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2348
|
+
"requires": {
|
|
2349
|
+
"bridge": "optional"
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"name": "nuxt-pino-log",
|
|
2355
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2356
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2357
|
+
"npm": "nuxt-pino-log",
|
|
2358
|
+
"icon": "",
|
|
2359
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2360
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2361
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2362
|
+
"category": "Monitoring",
|
|
2363
|
+
"type": "3rd-party",
|
|
2364
|
+
"maintainers": [
|
|
2365
|
+
{
|
|
2366
|
+
"name": "kpn",
|
|
2367
|
+
"github": "kpn"
|
|
2368
|
+
}
|
|
2369
|
+
],
|
|
2370
|
+
"compatibility": {
|
|
2371
|
+
"nuxt": "^2.0.0",
|
|
2372
|
+
"requires": {}
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "nuxt-png-to-ico",
|
|
2377
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2378
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2379
|
+
"npm": "nuxt-png-to-ico",
|
|
2380
|
+
"icon": "",
|
|
2381
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2382
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2383
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2384
|
+
"category": "Devtools",
|
|
2385
|
+
"type": "3rd-party",
|
|
2386
|
+
"maintainers": [
|
|
2387
|
+
{
|
|
2388
|
+
"name": "b5710546232",
|
|
2389
|
+
"github": "b5710546232",
|
|
2390
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2391
|
+
}
|
|
2392
|
+
],
|
|
2393
|
+
"compatibility": {
|
|
2394
|
+
"nuxt": "^2.0.0",
|
|
2395
|
+
"requires": {}
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"name": "nuxt-smartlook",
|
|
2400
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2401
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2402
|
+
"npm": "nuxt-smartlook",
|
|
2403
|
+
"icon": "nuxt-smartlook.png",
|
|
2404
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2405
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2406
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2407
|
+
"category": "Analytics",
|
|
2408
|
+
"type": "3rd-party",
|
|
2409
|
+
"maintainers": [
|
|
2410
|
+
{
|
|
2411
|
+
"name": "Milan Sulc",
|
|
2412
|
+
"github": "f3l1x",
|
|
2413
|
+
"twitter": "xf3l1x",
|
|
2414
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2415
|
+
}
|
|
2416
|
+
],
|
|
2417
|
+
"compatibility": {
|
|
2418
|
+
"nuxt": "^2.0.0",
|
|
2419
|
+
"requires": {}
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "nuxt-use-motion",
|
|
2424
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2425
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2426
|
+
"npm": "nuxt-use-motion",
|
|
2427
|
+
"icon": "nuxt-use-motion.svg",
|
|
2428
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2429
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2430
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2431
|
+
"category": "Libraries",
|
|
2432
|
+
"type": "3rd-party",
|
|
2433
|
+
"maintainers": [
|
|
2434
|
+
{
|
|
2435
|
+
"name": "Tahul",
|
|
2436
|
+
"github": "Tahul"
|
|
2437
|
+
}
|
|
2438
|
+
],
|
|
2439
|
+
"compatibility": {
|
|
2440
|
+
"nuxt": "^2.0.0",
|
|
2441
|
+
"requires": {}
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "nuxt-use-sound",
|
|
2446
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2447
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2448
|
+
"npm": "nuxt-use-sound",
|
|
2449
|
+
"icon": "nuxt-use-sound.svg",
|
|
2450
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2451
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2452
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2453
|
+
"category": "Libraries",
|
|
2454
|
+
"type": "3rd-party",
|
|
2455
|
+
"maintainers": [
|
|
2456
|
+
{
|
|
2457
|
+
"name": "Tahul",
|
|
2458
|
+
"github": "Tahul"
|
|
2459
|
+
}
|
|
2460
|
+
],
|
|
2461
|
+
"compatibility": {
|
|
2462
|
+
"nuxt": "^2.0.0",
|
|
2463
|
+
"requires": {}
|
|
2464
|
+
}
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"name": "nuxt-viewport",
|
|
2468
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2469
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2470
|
+
"npm": "nuxt-viewport",
|
|
2471
|
+
"icon": "nuxt-viewport.svg",
|
|
2472
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2473
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2474
|
+
"learn_more": "",
|
|
2475
|
+
"category": "Extensions",
|
|
2476
|
+
"type": "3rd-party",
|
|
2477
|
+
"maintainers": [
|
|
2478
|
+
{
|
|
2479
|
+
"name": "mvrlin",
|
|
2480
|
+
"github": "mvrlin"
|
|
1714
2481
|
}
|
|
1715
|
-
]
|
|
2482
|
+
],
|
|
2483
|
+
"compatibility": {
|
|
2484
|
+
"nuxt": "^2.0.0",
|
|
2485
|
+
"requires": {}
|
|
2486
|
+
}
|
|
1716
2487
|
},
|
|
1717
2488
|
{
|
|
1718
2489
|
"name": "nuxt7",
|
|
@@ -1729,10 +2500,13 @@
|
|
|
1729
2500
|
{
|
|
1730
2501
|
"name": "Pooya Parsa",
|
|
1731
2502
|
"github": "pi0",
|
|
1732
|
-
"twitter": "_pi0_"
|
|
1733
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2503
|
+
"twitter": "_pi0_"
|
|
1734
2504
|
}
|
|
1735
|
-
]
|
|
2505
|
+
],
|
|
2506
|
+
"compatibility": {
|
|
2507
|
+
"nuxt": "^2.0.0",
|
|
2508
|
+
"requires": {}
|
|
2509
|
+
}
|
|
1736
2510
|
},
|
|
1737
2511
|
{
|
|
1738
2512
|
"name": "onesignal",
|
|
@@ -1743,16 +2517,19 @@
|
|
|
1743
2517
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1744
2518
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1745
2519
|
"learn_more": "https://onesignal.com/",
|
|
1746
|
-
"category": "
|
|
2520
|
+
"category": "Extensions",
|
|
1747
2521
|
"type": "community",
|
|
1748
2522
|
"maintainers": [
|
|
1749
2523
|
{
|
|
1750
2524
|
"name": "Pooya Parsa",
|
|
1751
2525
|
"github": "pi0",
|
|
1752
|
-
"twitter": "_pi0_"
|
|
1753
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2526
|
+
"twitter": "_pi0_"
|
|
1754
2527
|
}
|
|
1755
|
-
]
|
|
2528
|
+
],
|
|
2529
|
+
"compatibility": {
|
|
2530
|
+
"nuxt": "^2.0.0",
|
|
2531
|
+
"requires": {}
|
|
2532
|
+
}
|
|
1756
2533
|
},
|
|
1757
2534
|
{
|
|
1758
2535
|
"name": "optimized-images",
|
|
@@ -1769,10 +2546,13 @@
|
|
|
1769
2546
|
{
|
|
1770
2547
|
"name": "Julio Marquez",
|
|
1771
2548
|
"github": "juliomrqz",
|
|
1772
|
-
"twitter": "juliomrqz"
|
|
1773
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2549
|
+
"twitter": "juliomrqz"
|
|
1774
2550
|
}
|
|
1775
|
-
]
|
|
2551
|
+
],
|
|
2552
|
+
"compatibility": {
|
|
2553
|
+
"nuxt": "^2.0.0",
|
|
2554
|
+
"requires": {}
|
|
2555
|
+
}
|
|
1776
2556
|
},
|
|
1777
2557
|
{
|
|
1778
2558
|
"name": "page-generator-helper",
|
|
@@ -1783,15 +2563,18 @@
|
|
|
1783
2563
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1784
2564
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1785
2565
|
"learn_more": "",
|
|
1786
|
-
"category": "
|
|
2566
|
+
"category": "Extensions",
|
|
1787
2567
|
"type": "3rd-party",
|
|
1788
2568
|
"maintainers": [
|
|
1789
2569
|
{
|
|
1790
2570
|
"name": "GrabarzUndPartner",
|
|
1791
|
-
"github": "GrabarzUndPartner"
|
|
1792
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2571
|
+
"github": "GrabarzUndPartner"
|
|
1793
2572
|
}
|
|
1794
|
-
]
|
|
2573
|
+
],
|
|
2574
|
+
"compatibility": {
|
|
2575
|
+
"nuxt": "^2.0.0",
|
|
2576
|
+
"requires": {}
|
|
2577
|
+
}
|
|
1795
2578
|
},
|
|
1796
2579
|
{
|
|
1797
2580
|
"name": "parse",
|
|
@@ -1807,10 +2590,85 @@
|
|
|
1807
2590
|
"maintainers": [
|
|
1808
2591
|
{
|
|
1809
2592
|
"name": "cierrateam",
|
|
1810
|
-
"github": "cierrateam"
|
|
1811
|
-
|
|
2593
|
+
"github": "cierrateam"
|
|
2594
|
+
}
|
|
2595
|
+
],
|
|
2596
|
+
"compatibility": {
|
|
2597
|
+
"nuxt": "^2.0.0",
|
|
2598
|
+
"requires": {}
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "partytown",
|
|
2603
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2604
|
+
"repo": "nuxt-community/partytown-module",
|
|
2605
|
+
"npm": "@nuxtjs/partytown",
|
|
2606
|
+
"icon": "partytown.svg",
|
|
2607
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2608
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2609
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2610
|
+
"category": "Performance",
|
|
2611
|
+
"type": "community",
|
|
2612
|
+
"maintainers": [
|
|
2613
|
+
{
|
|
2614
|
+
"name": "Daniel Roe",
|
|
2615
|
+
"github": "danielroe",
|
|
2616
|
+
"twitter": "danielcroe"
|
|
1812
2617
|
}
|
|
1813
|
-
]
|
|
2618
|
+
],
|
|
2619
|
+
"compatibility": {
|
|
2620
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2621
|
+
"requires": {
|
|
2622
|
+
"bridge": true
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "persian-datepicker",
|
|
2628
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2629
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2630
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2631
|
+
"icon": "persian-datepicker.svg",
|
|
2632
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2633
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2634
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2635
|
+
"category": "Date",
|
|
2636
|
+
"type": "3rd-party",
|
|
2637
|
+
"maintainers": [
|
|
2638
|
+
{
|
|
2639
|
+
"name": "Alireza Alibeiki",
|
|
2640
|
+
"github": "alireza-ab",
|
|
2641
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2642
|
+
}
|
|
2643
|
+
],
|
|
2644
|
+
"compatibility": {
|
|
2645
|
+
"nuxt": "^2.0.0",
|
|
2646
|
+
"requires": {}
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"name": "pinia",
|
|
2651
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2652
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2653
|
+
"npm": "@pinia/nuxt",
|
|
2654
|
+
"icon": "pinia.svg",
|
|
2655
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2656
|
+
"website": "https://pinia.esm.dev/",
|
|
2657
|
+
"learn_more": "",
|
|
2658
|
+
"category": "Extensions",
|
|
2659
|
+
"type": "3rd-party",
|
|
2660
|
+
"maintainers": [
|
|
2661
|
+
{
|
|
2662
|
+
"name": "posva",
|
|
2663
|
+
"github": "posva"
|
|
2664
|
+
}
|
|
2665
|
+
],
|
|
2666
|
+
"compatibility": {
|
|
2667
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2668
|
+
"requires": {
|
|
2669
|
+
"bridge": "optional"
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
1814
2672
|
},
|
|
1815
2673
|
{
|
|
1816
2674
|
"name": "plausible",
|
|
@@ -1826,10 +2684,13 @@
|
|
|
1826
2684
|
"maintainers": [
|
|
1827
2685
|
{
|
|
1828
2686
|
"name": "moritzsternemann",
|
|
1829
|
-
"github": "moritzsternemann"
|
|
1830
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
2687
|
+
"github": "moritzsternemann"
|
|
1831
2688
|
}
|
|
1832
|
-
]
|
|
2689
|
+
],
|
|
2690
|
+
"compatibility": {
|
|
2691
|
+
"nuxt": "^2.0.0",
|
|
2692
|
+
"requires": {}
|
|
2693
|
+
}
|
|
1833
2694
|
},
|
|
1834
2695
|
{
|
|
1835
2696
|
"name": "precompress",
|
|
@@ -1845,10 +2706,13 @@
|
|
|
1845
2706
|
"maintainers": [
|
|
1846
2707
|
{
|
|
1847
2708
|
"name": "frenchrabbit",
|
|
1848
|
-
"github": "frenchrabbit"
|
|
1849
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2709
|
+
"github": "frenchrabbit"
|
|
1850
2710
|
}
|
|
1851
|
-
]
|
|
2711
|
+
],
|
|
2712
|
+
"compatibility": {
|
|
2713
|
+
"nuxt": "^2.0.0",
|
|
2714
|
+
"requires": {}
|
|
2715
|
+
}
|
|
1852
2716
|
},
|
|
1853
2717
|
{
|
|
1854
2718
|
"name": "prismic",
|
|
@@ -1865,21 +2729,22 @@
|
|
|
1865
2729
|
{
|
|
1866
2730
|
"name": "Sébastien Chopin",
|
|
1867
2731
|
"github": "Atinux",
|
|
1868
|
-
"twitter": "Atinux"
|
|
1869
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2732
|
+
"twitter": "Atinux"
|
|
1870
2733
|
},
|
|
1871
2734
|
{
|
|
1872
2735
|
"name": "lihbr",
|
|
1873
2736
|
"github": "lihbr",
|
|
1874
|
-
"twitter": "li_hbr"
|
|
1875
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2737
|
+
"twitter": "li_hbr"
|
|
1876
2738
|
},
|
|
1877
2739
|
{
|
|
1878
2740
|
"name": "James Pegg",
|
|
1879
|
-
"github": "jamespegg"
|
|
1880
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2741
|
+
"github": "jamespegg"
|
|
1881
2742
|
}
|
|
1882
|
-
]
|
|
2743
|
+
],
|
|
2744
|
+
"compatibility": {
|
|
2745
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2746
|
+
"requires": {}
|
|
2747
|
+
}
|
|
1883
2748
|
},
|
|
1884
2749
|
{
|
|
1885
2750
|
"name": "protected-mailto",
|
|
@@ -1895,10 +2760,13 @@
|
|
|
1895
2760
|
"maintainers": [
|
|
1896
2761
|
{
|
|
1897
2762
|
"name": "mmoollllee",
|
|
1898
|
-
"github": "mmoollllee"
|
|
1899
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2763
|
+
"github": "mmoollllee"
|
|
1900
2764
|
}
|
|
1901
|
-
]
|
|
2765
|
+
],
|
|
2766
|
+
"compatibility": {
|
|
2767
|
+
"nuxt": "^2.0.0",
|
|
2768
|
+
"requires": {}
|
|
2769
|
+
}
|
|
1902
2770
|
},
|
|
1903
2771
|
{
|
|
1904
2772
|
"name": "proxy",
|
|
@@ -1915,10 +2783,13 @@
|
|
|
1915
2783
|
{
|
|
1916
2784
|
"name": "Pooya Parsa",
|
|
1917
2785
|
"github": "pi0",
|
|
1918
|
-
"twitter": "_pi0_"
|
|
1919
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2786
|
+
"twitter": "_pi0_"
|
|
1920
2787
|
}
|
|
1921
|
-
]
|
|
2788
|
+
],
|
|
2789
|
+
"compatibility": {
|
|
2790
|
+
"nuxt": "^2.0.0",
|
|
2791
|
+
"requires": {}
|
|
2792
|
+
}
|
|
1922
2793
|
},
|
|
1923
2794
|
{
|
|
1924
2795
|
"name": "prune-html",
|
|
@@ -1933,11 +2804,15 @@
|
|
|
1933
2804
|
"type": "3rd-party",
|
|
1934
2805
|
"maintainers": [
|
|
1935
2806
|
{
|
|
1936
|
-
"name": "
|
|
2807
|
+
"name": "Luca Iaconelli",
|
|
1937
2808
|
"github": "LuXDAmore",
|
|
1938
|
-
"
|
|
2809
|
+
"twitter": "luxdamore"
|
|
1939
2810
|
}
|
|
1940
|
-
]
|
|
2811
|
+
],
|
|
2812
|
+
"compatibility": {
|
|
2813
|
+
"nuxt": "^2.0.0",
|
|
2814
|
+
"requires": {}
|
|
2815
|
+
}
|
|
1941
2816
|
},
|
|
1942
2817
|
{
|
|
1943
2818
|
"name": "purgecss",
|
|
@@ -1953,14 +2828,17 @@
|
|
|
1953
2828
|
"maintainers": [
|
|
1954
2829
|
{
|
|
1955
2830
|
"name": "Developmint",
|
|
1956
|
-
"github": "Developmint"
|
|
1957
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2831
|
+
"github": "Developmint"
|
|
1958
2832
|
}
|
|
1959
|
-
]
|
|
2833
|
+
],
|
|
2834
|
+
"compatibility": {
|
|
2835
|
+
"nuxt": "^2.0.0",
|
|
2836
|
+
"requires": {}
|
|
2837
|
+
}
|
|
1960
2838
|
},
|
|
1961
2839
|
{
|
|
1962
2840
|
"name": "pwa",
|
|
1963
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2841
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1964
2842
|
"repo": "nuxt-community/pwa-module",
|
|
1965
2843
|
"npm": "@nuxtjs/pwa",
|
|
1966
2844
|
"icon": "pwa.png",
|
|
@@ -1973,10 +2851,15 @@
|
|
|
1973
2851
|
{
|
|
1974
2852
|
"name": "Pooya Parsa",
|
|
1975
2853
|
"github": "pi0",
|
|
1976
|
-
"twitter": "_pi0_"
|
|
1977
|
-
|
|
2854
|
+
"twitter": "_pi0_"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"compatibility": {
|
|
2858
|
+
"nuxt": "^2.0.0",
|
|
2859
|
+
"requires": {
|
|
2860
|
+
"bridge": "optional"
|
|
1978
2861
|
}
|
|
1979
|
-
|
|
2862
|
+
}
|
|
1980
2863
|
},
|
|
1981
2864
|
{
|
|
1982
2865
|
"name": "python",
|
|
@@ -1987,15 +2870,18 @@
|
|
|
1987
2870
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1988
2871
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1989
2872
|
"learn_more": "https://www.python.org/",
|
|
1990
|
-
"category": "
|
|
2873
|
+
"category": "Extensions",
|
|
1991
2874
|
"type": "community",
|
|
1992
2875
|
"maintainers": [
|
|
1993
2876
|
{
|
|
1994
2877
|
"name": "Sebastian Silva",
|
|
1995
|
-
"github": "icarito"
|
|
1996
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2878
|
+
"github": "icarito"
|
|
1997
2879
|
}
|
|
1998
|
-
]
|
|
2880
|
+
],
|
|
2881
|
+
"compatibility": {
|
|
2882
|
+
"nuxt": "^2.0.0",
|
|
2883
|
+
"requires": {}
|
|
2884
|
+
}
|
|
1999
2885
|
},
|
|
2000
2886
|
{
|
|
2001
2887
|
"name": "recaptcha",
|
|
@@ -2011,10 +2897,13 @@
|
|
|
2011
2897
|
"maintainers": [
|
|
2012
2898
|
{
|
|
2013
2899
|
"name": "mvrlin",
|
|
2014
|
-
"github": "mvrlin"
|
|
2015
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2900
|
+
"github": "mvrlin"
|
|
2016
2901
|
}
|
|
2017
|
-
]
|
|
2902
|
+
],
|
|
2903
|
+
"compatibility": {
|
|
2904
|
+
"nuxt": "^2.0.0",
|
|
2905
|
+
"requires": {}
|
|
2906
|
+
}
|
|
2018
2907
|
},
|
|
2019
2908
|
{
|
|
2020
2909
|
"name": "redirect",
|
|
@@ -2031,10 +2920,13 @@
|
|
|
2031
2920
|
{
|
|
2032
2921
|
"name": "Alexander Lichter",
|
|
2033
2922
|
"github": "manniL",
|
|
2034
|
-
"twitter": "TheAlexLichter"
|
|
2035
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2923
|
+
"twitter": "TheAlexLichter"
|
|
2036
2924
|
}
|
|
2037
|
-
]
|
|
2925
|
+
],
|
|
2926
|
+
"compatibility": {
|
|
2927
|
+
"nuxt": "^2.0.0",
|
|
2928
|
+
"requires": {}
|
|
2929
|
+
}
|
|
2038
2930
|
},
|
|
2039
2931
|
{
|
|
2040
2932
|
"name": "rfg-icon",
|
|
@@ -2045,15 +2937,18 @@
|
|
|
2045
2937
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2046
2938
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2047
2939
|
"learn_more": "https://realfavicongenerator.net/",
|
|
2048
|
-
"category": "
|
|
2940
|
+
"category": "SEO",
|
|
2049
2941
|
"type": "3rd-party",
|
|
2050
2942
|
"maintainers": [
|
|
2051
2943
|
{
|
|
2052
2944
|
"name": "pimlie",
|
|
2053
|
-
"github": "pimlie"
|
|
2054
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2945
|
+
"github": "pimlie"
|
|
2055
2946
|
}
|
|
2056
|
-
]
|
|
2947
|
+
],
|
|
2948
|
+
"compatibility": {
|
|
2949
|
+
"nuxt": "^2.0.0",
|
|
2950
|
+
"requires": {}
|
|
2951
|
+
}
|
|
2057
2952
|
},
|
|
2058
2953
|
{
|
|
2059
2954
|
"name": "robots",
|
|
@@ -2069,10 +2964,13 @@
|
|
|
2069
2964
|
"maintainers": [
|
|
2070
2965
|
{
|
|
2071
2966
|
"name": "Ricardo Gobbo de Souza",
|
|
2072
|
-
"github": "ricardogobbosouza"
|
|
2073
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2967
|
+
"github": "ricardogobbosouza"
|
|
2074
2968
|
}
|
|
2075
|
-
]
|
|
2969
|
+
],
|
|
2970
|
+
"compatibility": {
|
|
2971
|
+
"nuxt": "^2.0.0",
|
|
2972
|
+
"requires": {}
|
|
2973
|
+
}
|
|
2076
2974
|
},
|
|
2077
2975
|
{
|
|
2078
2976
|
"name": "rollbar",
|
|
@@ -2088,10 +2986,13 @@
|
|
|
2088
2986
|
"maintainers": [
|
|
2089
2987
|
{
|
|
2090
2988
|
"name": "Gaël Reyrol",
|
|
2091
|
-
"github": "gaelreyrol"
|
|
2092
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2989
|
+
"github": "gaelreyrol"
|
|
2093
2990
|
}
|
|
2094
|
-
]
|
|
2991
|
+
],
|
|
2992
|
+
"compatibility": {
|
|
2993
|
+
"nuxt": "^2.0.0",
|
|
2994
|
+
"requires": {}
|
|
2995
|
+
}
|
|
2095
2996
|
},
|
|
2096
2997
|
{
|
|
2097
2998
|
"name": "router-extras",
|
|
@@ -2102,16 +3003,19 @@
|
|
|
2102
3003
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2103
3004
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2104
3005
|
"learn_more": "",
|
|
2105
|
-
"category": "
|
|
3006
|
+
"category": "Extensions",
|
|
2106
3007
|
"type": "community",
|
|
2107
3008
|
"maintainers": [
|
|
2108
3009
|
{
|
|
2109
3010
|
"name": "Ahad Birang",
|
|
2110
3011
|
"github": "farnabaz",
|
|
2111
|
-
"twitter": "a_birang"
|
|
2112
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3012
|
+
"twitter": "a_birang"
|
|
2113
3013
|
}
|
|
2114
|
-
]
|
|
3014
|
+
],
|
|
3015
|
+
"compatibility": {
|
|
3016
|
+
"nuxt": "^2.0.0",
|
|
3017
|
+
"requires": {}
|
|
3018
|
+
}
|
|
2115
3019
|
},
|
|
2116
3020
|
{
|
|
2117
3021
|
"name": "router",
|
|
@@ -2122,16 +3026,19 @@
|
|
|
2122
3026
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2123
3027
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2124
3028
|
"learn_more": "",
|
|
2125
|
-
"category": "
|
|
3029
|
+
"category": "Extensions",
|
|
2126
3030
|
"type": "community",
|
|
2127
3031
|
"maintainers": [
|
|
2128
3032
|
{
|
|
2129
3033
|
"name": "Sébastien Chopin",
|
|
2130
3034
|
"github": "Atinux",
|
|
2131
|
-
"twitter": "Atinux"
|
|
2132
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3035
|
+
"twitter": "Atinux"
|
|
2133
3036
|
}
|
|
2134
|
-
]
|
|
3037
|
+
],
|
|
3038
|
+
"compatibility": {
|
|
3039
|
+
"nuxt": "^2.0.0",
|
|
3040
|
+
"requires": {}
|
|
3041
|
+
}
|
|
2135
3042
|
},
|
|
2136
3043
|
{
|
|
2137
3044
|
"name": "sanity",
|
|
@@ -2148,10 +3055,13 @@
|
|
|
2148
3055
|
{
|
|
2149
3056
|
"name": "Daniel Roe",
|
|
2150
3057
|
"github": "danielroe",
|
|
2151
|
-
"twitter": "danielcroe"
|
|
2152
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3058
|
+
"twitter": "danielcroe"
|
|
2153
3059
|
}
|
|
2154
|
-
]
|
|
3060
|
+
],
|
|
3061
|
+
"compatibility": {
|
|
3062
|
+
"nuxt": "^2.0.0",
|
|
3063
|
+
"requires": {}
|
|
3064
|
+
}
|
|
2155
3065
|
},
|
|
2156
3066
|
{
|
|
2157
3067
|
"name": "scss-to-js",
|
|
@@ -2167,10 +3077,13 @@
|
|
|
2167
3077
|
"maintainers": [
|
|
2168
3078
|
{
|
|
2169
3079
|
"name": "sugoidesune",
|
|
2170
|
-
"github": "sugoidesune"
|
|
2171
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3080
|
+
"github": "sugoidesune"
|
|
2172
3081
|
}
|
|
2173
|
-
]
|
|
3082
|
+
],
|
|
3083
|
+
"compatibility": {
|
|
3084
|
+
"nuxt": "^2.0.0",
|
|
3085
|
+
"requires": {}
|
|
3086
|
+
}
|
|
2174
3087
|
},
|
|
2175
3088
|
{
|
|
2176
3089
|
"name": "segment",
|
|
@@ -2186,10 +3099,13 @@
|
|
|
2186
3099
|
"maintainers": [
|
|
2187
3100
|
{
|
|
2188
3101
|
"name": "dansmaculotte",
|
|
2189
|
-
"github": "dansmaculotte"
|
|
2190
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3102
|
+
"github": "dansmaculotte"
|
|
2191
3103
|
}
|
|
2192
|
-
]
|
|
3104
|
+
],
|
|
3105
|
+
"compatibility": {
|
|
3106
|
+
"nuxt": "^2.0.0",
|
|
3107
|
+
"requires": {}
|
|
3108
|
+
}
|
|
2193
3109
|
},
|
|
2194
3110
|
{
|
|
2195
3111
|
"name": "sentry",
|
|
@@ -2205,10 +3121,36 @@
|
|
|
2205
3121
|
"maintainers": [
|
|
2206
3122
|
{
|
|
2207
3123
|
"name": "Rafał Chłodnicki",
|
|
2208
|
-
"github": "rchl"
|
|
2209
|
-
|
|
3124
|
+
"github": "rchl"
|
|
3125
|
+
}
|
|
3126
|
+
],
|
|
3127
|
+
"compatibility": {
|
|
3128
|
+
"nuxt": "^2.0.0",
|
|
3129
|
+
"requires": {}
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"name": "seo-meta",
|
|
3134
|
+
"description": "Simple generate seo metadata",
|
|
3135
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3136
|
+
"npm": "nuxt-seo-meta",
|
|
3137
|
+
"icon": "",
|
|
3138
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3139
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3140
|
+
"learn_more": "",
|
|
3141
|
+
"category": "SEO",
|
|
3142
|
+
"type": "3rd-party",
|
|
3143
|
+
"maintainers": [
|
|
3144
|
+
{
|
|
3145
|
+
"name": "ihavecoke",
|
|
3146
|
+
"github": "ihavecoke",
|
|
3147
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2210
3148
|
}
|
|
2211
|
-
]
|
|
3149
|
+
],
|
|
3150
|
+
"compatibility": {
|
|
3151
|
+
"nuxt": "^2.0.0",
|
|
3152
|
+
"requires": {}
|
|
3153
|
+
}
|
|
2212
3154
|
},
|
|
2213
3155
|
{
|
|
2214
3156
|
"name": "seomatic-meta",
|
|
@@ -2224,10 +3166,13 @@
|
|
|
2224
3166
|
"maintainers": [
|
|
2225
3167
|
{
|
|
2226
3168
|
"name": "ben-rogerson",
|
|
2227
|
-
"github": "ben-rogerson"
|
|
2228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3169
|
+
"github": "ben-rogerson"
|
|
2229
3170
|
}
|
|
2230
|
-
]
|
|
3171
|
+
],
|
|
3172
|
+
"compatibility": {
|
|
3173
|
+
"nuxt": "^2.0.0",
|
|
3174
|
+
"requires": {}
|
|
3175
|
+
}
|
|
2231
3176
|
},
|
|
2232
3177
|
{
|
|
2233
3178
|
"name": "separate-env",
|
|
@@ -2238,16 +3183,19 @@
|
|
|
2238
3183
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2239
3184
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2240
3185
|
"learn_more": "",
|
|
2241
|
-
"category": "
|
|
3186
|
+
"category": "Extensions",
|
|
2242
3187
|
"type": "community",
|
|
2243
3188
|
"maintainers": [
|
|
2244
3189
|
{
|
|
2245
3190
|
"name": "Alexander Lichter",
|
|
2246
3191
|
"github": "manniL",
|
|
2247
|
-
"twitter": "TheAlexLichter"
|
|
2248
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3192
|
+
"twitter": "TheAlexLichter"
|
|
2249
3193
|
}
|
|
2250
|
-
]
|
|
3194
|
+
],
|
|
3195
|
+
"compatibility": {
|
|
3196
|
+
"nuxt": "^2.0.0",
|
|
3197
|
+
"requires": {}
|
|
3198
|
+
}
|
|
2251
3199
|
},
|
|
2252
3200
|
{
|
|
2253
3201
|
"name": "shopify",
|
|
@@ -2263,10 +3211,13 @@
|
|
|
2263
3211
|
"maintainers": [
|
|
2264
3212
|
{
|
|
2265
3213
|
"name": "Gomah",
|
|
2266
|
-
"github": "Gomah"
|
|
2267
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3214
|
+
"github": "Gomah"
|
|
2268
3215
|
}
|
|
2269
|
-
]
|
|
3216
|
+
],
|
|
3217
|
+
"compatibility": {
|
|
3218
|
+
"nuxt": "^2.0.0",
|
|
3219
|
+
"requires": {}
|
|
3220
|
+
}
|
|
2270
3221
|
},
|
|
2271
3222
|
{
|
|
2272
3223
|
"name": "simple-line-icons",
|
|
@@ -2282,10 +3233,13 @@
|
|
|
2282
3233
|
"maintainers": [
|
|
2283
3234
|
{
|
|
2284
3235
|
"name": "vaso2",
|
|
2285
|
-
"github": "vaso2"
|
|
2286
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3236
|
+
"github": "vaso2"
|
|
2287
3237
|
}
|
|
2288
|
-
]
|
|
3238
|
+
],
|
|
3239
|
+
"compatibility": {
|
|
3240
|
+
"nuxt": "^2.0.0",
|
|
3241
|
+
"requires": {}
|
|
3242
|
+
}
|
|
2289
3243
|
},
|
|
2290
3244
|
{
|
|
2291
3245
|
"name": "sitemap",
|
|
@@ -2302,10 +3256,36 @@
|
|
|
2302
3256
|
{
|
|
2303
3257
|
"name": "Nicolas PENNEC",
|
|
2304
3258
|
"github": "NicoPennec",
|
|
2305
|
-
"twitter": "NicoPennec"
|
|
2306
|
-
|
|
3259
|
+
"twitter": "NicoPennec"
|
|
3260
|
+
}
|
|
3261
|
+
],
|
|
3262
|
+
"compatibility": {
|
|
3263
|
+
"nuxt": "^2.0.0",
|
|
3264
|
+
"requires": {}
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "snipcart",
|
|
3269
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3270
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3271
|
+
"npm": "@nuxtjs/snipcart",
|
|
3272
|
+
"icon": "snipcart.png",
|
|
3273
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3274
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3275
|
+
"learn_more": "",
|
|
3276
|
+
"category": "Payment",
|
|
3277
|
+
"type": "community",
|
|
3278
|
+
"maintainers": [
|
|
3279
|
+
{
|
|
3280
|
+
"name": "Florent GIRAUD",
|
|
3281
|
+
"github": "f3ltron",
|
|
3282
|
+
"twitter": "giraud_florent"
|
|
2307
3283
|
}
|
|
2308
|
-
]
|
|
3284
|
+
],
|
|
3285
|
+
"compatibility": {
|
|
3286
|
+
"nuxt": "^2.0.0",
|
|
3287
|
+
"requires": {}
|
|
3288
|
+
}
|
|
2309
3289
|
},
|
|
2310
3290
|
{
|
|
2311
3291
|
"name": "social-meta",
|
|
@@ -2321,10 +3301,13 @@
|
|
|
2321
3301
|
"maintainers": [
|
|
2322
3302
|
{
|
|
2323
3303
|
"name": "AlekseyPleshkov",
|
|
2324
|
-
"github": "AlekseyPleshkov"
|
|
2325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3304
|
+
"github": "AlekseyPleshkov"
|
|
2326
3305
|
}
|
|
2327
|
-
]
|
|
3306
|
+
],
|
|
3307
|
+
"compatibility": {
|
|
3308
|
+
"nuxt": "^2.0.0",
|
|
3309
|
+
"requires": {}
|
|
3310
|
+
}
|
|
2328
3311
|
},
|
|
2329
3312
|
{
|
|
2330
3313
|
"name": "socket-io",
|
|
@@ -2340,10 +3323,13 @@
|
|
|
2340
3323
|
"maintainers": [
|
|
2341
3324
|
{
|
|
2342
3325
|
"name": "richardeschloss",
|
|
2343
|
-
"github": "richardeschloss"
|
|
2344
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3326
|
+
"github": "richardeschloss"
|
|
2345
3327
|
}
|
|
2346
|
-
]
|
|
3328
|
+
],
|
|
3329
|
+
"compatibility": {
|
|
3330
|
+
"nuxt": "^2.0.0",
|
|
3331
|
+
"requires": {}
|
|
3332
|
+
}
|
|
2347
3333
|
},
|
|
2348
3334
|
{
|
|
2349
3335
|
"name": "speedcurve",
|
|
@@ -2360,10 +3346,46 @@
|
|
|
2360
3346
|
{
|
|
2361
3347
|
"name": "Josh Deltener",
|
|
2362
3348
|
"github": "hecktarzuli",
|
|
2363
|
-
"twitter": "JoshDeltener"
|
|
2364
|
-
|
|
3349
|
+
"twitter": "JoshDeltener"
|
|
3350
|
+
}
|
|
3351
|
+
],
|
|
3352
|
+
"compatibility": {
|
|
3353
|
+
"nuxt": "^2.0.0",
|
|
3354
|
+
"requires": {}
|
|
3355
|
+
}
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"name": "speedkit",
|
|
3359
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3360
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3361
|
+
"npm": "nuxt-speedkit",
|
|
3362
|
+
"icon": "speedkit.png",
|
|
3363
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3364
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3365
|
+
"learn_more": "",
|
|
3366
|
+
"category": "Performance",
|
|
3367
|
+
"type": "3rd-party",
|
|
3368
|
+
"maintainers": [
|
|
3369
|
+
{
|
|
3370
|
+
"name": "Stephan Gerbeth",
|
|
3371
|
+
"github": "StephanGerbeth",
|
|
3372
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"name": "Thorn Walli",
|
|
3376
|
+
"github": "ThornWalli",
|
|
3377
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "Grabarz & Partner",
|
|
3381
|
+
"github": "GrabarzUndPartner",
|
|
3382
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2365
3383
|
}
|
|
2366
|
-
]
|
|
3384
|
+
],
|
|
3385
|
+
"compatibility": {
|
|
3386
|
+
"nuxt": "^2.0.0",
|
|
3387
|
+
"requires": {}
|
|
3388
|
+
}
|
|
2367
3389
|
},
|
|
2368
3390
|
{
|
|
2369
3391
|
"name": "storage",
|
|
@@ -2374,15 +3396,40 @@
|
|
|
2374
3396
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2375
3397
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2376
3398
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2377
|
-
"category": "
|
|
3399
|
+
"category": "Extensions",
|
|
2378
3400
|
"type": "3rd-party",
|
|
2379
3401
|
"maintainers": [
|
|
2380
3402
|
{
|
|
2381
3403
|
"name": "mazipan",
|
|
2382
|
-
"github": "mazipan"
|
|
2383
|
-
|
|
3404
|
+
"github": "mazipan"
|
|
3405
|
+
}
|
|
3406
|
+
],
|
|
3407
|
+
"compatibility": {
|
|
3408
|
+
"nuxt": "^2.0.0",
|
|
3409
|
+
"requires": {}
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"name": "storefront-ui",
|
|
3414
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3415
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3416
|
+
"npm": "@storefront-ui/nuxt",
|
|
3417
|
+
"icon": "storefront-ui.svg",
|
|
3418
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3419
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3420
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3421
|
+
"category": "UI",
|
|
3422
|
+
"type": "3rd-party",
|
|
3423
|
+
"maintainers": [
|
|
3424
|
+
{
|
|
3425
|
+
"name": "Jakub Andrzejewski",
|
|
3426
|
+
"github": "Baroshem"
|
|
2384
3427
|
}
|
|
2385
|
-
]
|
|
3428
|
+
],
|
|
3429
|
+
"compatibility": {
|
|
3430
|
+
"nuxt": "^2.0.0",
|
|
3431
|
+
"requires": {}
|
|
3432
|
+
}
|
|
2386
3433
|
},
|
|
2387
3434
|
{
|
|
2388
3435
|
"name": "stories",
|
|
@@ -2398,16 +3445,19 @@
|
|
|
2398
3445
|
"maintainers": [
|
|
2399
3446
|
{
|
|
2400
3447
|
"name": "richardeschloss",
|
|
2401
|
-
"github": "richardeschloss"
|
|
2402
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3448
|
+
"github": "richardeschloss"
|
|
2403
3449
|
}
|
|
2404
|
-
]
|
|
3450
|
+
],
|
|
3451
|
+
"compatibility": {
|
|
3452
|
+
"nuxt": "^2.0.0",
|
|
3453
|
+
"requires": {}
|
|
3454
|
+
}
|
|
2405
3455
|
},
|
|
2406
3456
|
{
|
|
2407
3457
|
"name": "storyblok",
|
|
2408
3458
|
"description": "Storyblok Nuxt.js module",
|
|
2409
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2410
|
-
"npm": "storyblok
|
|
3459
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3460
|
+
"npm": "@storyblok/nuxt",
|
|
2411
3461
|
"icon": "storyblok.png",
|
|
2412
3462
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2413
3463
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2417,10 +3467,13 @@
|
|
|
2417
3467
|
"maintainers": [
|
|
2418
3468
|
{
|
|
2419
3469
|
"name": "storyblok",
|
|
2420
|
-
"github": "storyblok"
|
|
2421
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3470
|
+
"github": "storyblok"
|
|
2422
3471
|
}
|
|
2423
|
-
]
|
|
3472
|
+
],
|
|
3473
|
+
"compatibility": {
|
|
3474
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3475
|
+
"requires": {}
|
|
3476
|
+
}
|
|
2424
3477
|
},
|
|
2425
3478
|
{
|
|
2426
3479
|
"name": "storybook",
|
|
@@ -2437,16 +3490,20 @@
|
|
|
2437
3490
|
{
|
|
2438
3491
|
"name": "Ahad Birang",
|
|
2439
3492
|
"github": "farnabaz",
|
|
2440
|
-
"twitter": "a_birang"
|
|
2441
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3493
|
+
"twitter": "a_birang"
|
|
2442
3494
|
},
|
|
2443
3495
|
{
|
|
2444
3496
|
"name": "Pooya Parsa",
|
|
2445
3497
|
"github": "pi0",
|
|
2446
|
-
"twitter": "_pi0_"
|
|
2447
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3498
|
+
"twitter": "_pi0_"
|
|
2448
3499
|
}
|
|
2449
|
-
]
|
|
3500
|
+
],
|
|
3501
|
+
"compatibility": {
|
|
3502
|
+
"nuxt": "^2.0.0",
|
|
3503
|
+
"requires": {
|
|
3504
|
+
"bridge": "optional"
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
2450
3507
|
},
|
|
2451
3508
|
{
|
|
2452
3509
|
"name": "strapi",
|
|
@@ -2463,16 +3520,18 @@
|
|
|
2463
3520
|
{
|
|
2464
3521
|
"name": "Benjamin Canac",
|
|
2465
3522
|
"github": "benjamincanac",
|
|
2466
|
-
"twitter": "benjamincanac"
|
|
2467
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3523
|
+
"twitter": "benjamincanac"
|
|
2468
3524
|
},
|
|
2469
3525
|
{
|
|
2470
3526
|
"name": "Sébastien Chopin",
|
|
2471
3527
|
"github": "Atinux",
|
|
2472
|
-
"twitter": "Atinux"
|
|
2473
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3528
|
+
"twitter": "Atinux"
|
|
2474
3529
|
}
|
|
2475
|
-
]
|
|
3530
|
+
],
|
|
3531
|
+
"compatibility": {
|
|
3532
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3533
|
+
"requires": {}
|
|
3534
|
+
}
|
|
2476
3535
|
},
|
|
2477
3536
|
{
|
|
2478
3537
|
"name": "stripe",
|
|
@@ -2488,10 +3547,13 @@
|
|
|
2488
3547
|
"maintainers": [
|
|
2489
3548
|
{
|
|
2490
3549
|
"name": "WilliamDASILVA",
|
|
2491
|
-
"github": "WilliamDASILVA"
|
|
2492
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3550
|
+
"github": "WilliamDASILVA"
|
|
2493
3551
|
}
|
|
2494
|
-
]
|
|
3552
|
+
],
|
|
3553
|
+
"compatibility": {
|
|
3554
|
+
"nuxt": "^2.0.0",
|
|
3555
|
+
"requires": {}
|
|
3556
|
+
}
|
|
2495
3557
|
},
|
|
2496
3558
|
{
|
|
2497
3559
|
"name": "style-resources",
|
|
@@ -2508,10 +3570,13 @@
|
|
|
2508
3570
|
{
|
|
2509
3571
|
"name": "Alexander Lichter",
|
|
2510
3572
|
"github": "manniL",
|
|
2511
|
-
"twitter": "TheAlexLichter"
|
|
2512
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3573
|
+
"twitter": "TheAlexLichter"
|
|
2513
3574
|
}
|
|
2514
|
-
]
|
|
3575
|
+
],
|
|
3576
|
+
"compatibility": {
|
|
3577
|
+
"nuxt": "^2.0.0",
|
|
3578
|
+
"requires": {}
|
|
3579
|
+
}
|
|
2515
3580
|
},
|
|
2516
3581
|
{
|
|
2517
3582
|
"name": "stylelint",
|
|
@@ -2527,10 +3592,59 @@
|
|
|
2527
3592
|
"maintainers": [
|
|
2528
3593
|
{
|
|
2529
3594
|
"name": "Ricardo Gobbo de Souza",
|
|
2530
|
-
"github": "ricardogobbosouza"
|
|
2531
|
-
|
|
3595
|
+
"github": "ricardogobbosouza"
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
"compatibility": {
|
|
3599
|
+
"nuxt": "^2.0.0",
|
|
3600
|
+
"requires": {}
|
|
3601
|
+
}
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"name": "stylify",
|
|
3605
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3606
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3607
|
+
"npm": "@stylify/nuxt-module",
|
|
3608
|
+
"icon": "stylify.svg",
|
|
3609
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3610
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3611
|
+
"learn_more": "https://stylify.dev",
|
|
3612
|
+
"category": "UI",
|
|
3613
|
+
"type": "3rd-party",
|
|
3614
|
+
"maintainers": [
|
|
3615
|
+
{
|
|
3616
|
+
"name": "Vladimír Macháček",
|
|
3617
|
+
"github": "Machy8",
|
|
3618
|
+
"twitter": "8machy"
|
|
2532
3619
|
}
|
|
2533
|
-
]
|
|
3620
|
+
],
|
|
3621
|
+
"compatibility": {
|
|
3622
|
+
"nuxt": "^2.0.0",
|
|
3623
|
+
"requires": {}
|
|
3624
|
+
}
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"name": "supabase",
|
|
3628
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3629
|
+
"repo": "supabase/nuxt-supabase",
|
|
3630
|
+
"npm": "nuxt-supabase",
|
|
3631
|
+
"icon": "supabase.png",
|
|
3632
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3633
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3634
|
+
"learn_more": "https://supabase.io",
|
|
3635
|
+
"category": "Database",
|
|
3636
|
+
"type": "3rd-party",
|
|
3637
|
+
"maintainers": [
|
|
3638
|
+
{
|
|
3639
|
+
"name": "Scott Robertson",
|
|
3640
|
+
"github": "scottrobertson",
|
|
3641
|
+
"twitter": "scottymeuk"
|
|
3642
|
+
}
|
|
3643
|
+
],
|
|
3644
|
+
"compatibility": {
|
|
3645
|
+
"nuxt": "^2.0.0",
|
|
3646
|
+
"requires": {}
|
|
3647
|
+
}
|
|
2534
3648
|
},
|
|
2535
3649
|
{
|
|
2536
3650
|
"name": "svg-loader",
|
|
@@ -2541,15 +3655,18 @@
|
|
|
2541
3655
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2542
3656
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2543
3657
|
"learn_more": "",
|
|
2544
|
-
"category": "
|
|
3658
|
+
"category": "Extensions",
|
|
2545
3659
|
"type": "3rd-party",
|
|
2546
3660
|
"maintainers": [
|
|
2547
3661
|
{
|
|
2548
3662
|
"name": "Developmint",
|
|
2549
|
-
"github": "Developmint"
|
|
2550
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3663
|
+
"github": "Developmint"
|
|
2551
3664
|
}
|
|
2552
|
-
]
|
|
3665
|
+
],
|
|
3666
|
+
"compatibility": {
|
|
3667
|
+
"nuxt": "^2.0.0",
|
|
3668
|
+
"requires": {}
|
|
3669
|
+
}
|
|
2553
3670
|
},
|
|
2554
3671
|
{
|
|
2555
3672
|
"name": "svg-sprite",
|
|
@@ -2560,16 +3677,19 @@
|
|
|
2560
3677
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2561
3678
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2562
3679
|
"learn_more": "",
|
|
2563
|
-
"category": "
|
|
3680
|
+
"category": "UI",
|
|
2564
3681
|
"type": "community",
|
|
2565
3682
|
"maintainers": [
|
|
2566
3683
|
{
|
|
2567
3684
|
"name": "Ahad Birang",
|
|
2568
3685
|
"github": "farnabaz",
|
|
2569
|
-
"twitter": "a_birang"
|
|
2570
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3686
|
+
"twitter": "a_birang"
|
|
2571
3687
|
}
|
|
2572
|
-
]
|
|
3688
|
+
],
|
|
3689
|
+
"compatibility": {
|
|
3690
|
+
"nuxt": "^2.0.0",
|
|
3691
|
+
"requires": {}
|
|
3692
|
+
}
|
|
2573
3693
|
},
|
|
2574
3694
|
{
|
|
2575
3695
|
"name": "svg",
|
|
@@ -2580,15 +3700,18 @@
|
|
|
2580
3700
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2581
3701
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2582
3702
|
"learn_more": "",
|
|
2583
|
-
"category": "
|
|
3703
|
+
"category": "Extensions",
|
|
2584
3704
|
"type": "community",
|
|
2585
3705
|
"maintainers": [
|
|
2586
3706
|
{
|
|
2587
3707
|
"name": "Sam Holmes",
|
|
2588
|
-
"github": "sam3d"
|
|
2589
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3708
|
+
"github": "sam3d"
|
|
2590
3709
|
}
|
|
2591
|
-
]
|
|
3710
|
+
],
|
|
3711
|
+
"compatibility": {
|
|
3712
|
+
"nuxt": "^2.0.0",
|
|
3713
|
+
"requires": {}
|
|
3714
|
+
}
|
|
2592
3715
|
},
|
|
2593
3716
|
{
|
|
2594
3717
|
"name": "sweetalert2",
|
|
@@ -2604,10 +3727,13 @@
|
|
|
2604
3727
|
"maintainers": [
|
|
2605
3728
|
{
|
|
2606
3729
|
"name": "ImreC",
|
|
2607
|
-
"github": "ImreC"
|
|
2608
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3730
|
+
"github": "ImreC"
|
|
2609
3731
|
}
|
|
2610
|
-
]
|
|
3732
|
+
],
|
|
3733
|
+
"compatibility": {
|
|
3734
|
+
"nuxt": "^2.0.0",
|
|
3735
|
+
"requires": {}
|
|
3736
|
+
}
|
|
2611
3737
|
},
|
|
2612
3738
|
{
|
|
2613
3739
|
"name": "tailwindcss",
|
|
@@ -2624,10 +3750,36 @@
|
|
|
2624
3750
|
{
|
|
2625
3751
|
"name": "Sébastien Chopin",
|
|
2626
3752
|
"github": "Atinux",
|
|
2627
|
-
"twitter": "Atinux"
|
|
2628
|
-
|
|
3753
|
+
"twitter": "Atinux"
|
|
3754
|
+
}
|
|
3755
|
+
],
|
|
3756
|
+
"compatibility": {
|
|
3757
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3758
|
+
"requires": {}
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"name": "tiktok-analytics",
|
|
3763
|
+
"description": "",
|
|
3764
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3765
|
+
"npm": "tiktok-analytics",
|
|
3766
|
+
"icon": "",
|
|
3767
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3768
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3769
|
+
"learn_more": "",
|
|
3770
|
+
"category": "Analytics",
|
|
3771
|
+
"type": "3rd-party",
|
|
3772
|
+
"maintainers": [
|
|
3773
|
+
{
|
|
3774
|
+
"name": "stickpro",
|
|
3775
|
+
"github": "stickpro",
|
|
3776
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2629
3777
|
}
|
|
2630
|
-
]
|
|
3778
|
+
],
|
|
3779
|
+
"compatibility": {
|
|
3780
|
+
"nuxt": "^2.0.0",
|
|
3781
|
+
"requires": {}
|
|
3782
|
+
}
|
|
2631
3783
|
},
|
|
2632
3784
|
{
|
|
2633
3785
|
"name": "toast",
|
|
@@ -2635,8 +3787,8 @@
|
|
|
2635
3787
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2636
3788
|
"npm": "@nuxtjs/toast",
|
|
2637
3789
|
"icon": "",
|
|
2638
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2639
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3790
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3791
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2640
3792
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2641
3793
|
"category": "Libraries",
|
|
2642
3794
|
"type": "community",
|
|
@@ -2644,10 +3796,37 @@
|
|
|
2644
3796
|
{
|
|
2645
3797
|
"name": "Pooya Parsa",
|
|
2646
3798
|
"github": "pi0",
|
|
2647
|
-
"twitter": "_pi0_"
|
|
2648
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3799
|
+
"twitter": "_pi0_"
|
|
2649
3800
|
}
|
|
2650
|
-
]
|
|
3801
|
+
],
|
|
3802
|
+
"compatibility": {
|
|
3803
|
+
"nuxt": "^2.0.0",
|
|
3804
|
+
"requires": {}
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"name": "twa",
|
|
3809
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3810
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3811
|
+
"npm": "nuxt-twa",
|
|
3812
|
+
"icon": "",
|
|
3813
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3814
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3815
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3816
|
+
"category": "Performance",
|
|
3817
|
+
"type": "3rd-party",
|
|
3818
|
+
"maintainers": [
|
|
3819
|
+
{
|
|
3820
|
+
"name": "Nicolas Perraut",
|
|
3821
|
+
"github": "tuarrep"
|
|
3822
|
+
}
|
|
3823
|
+
],
|
|
3824
|
+
"compatibility": {
|
|
3825
|
+
"nuxt": "^2.0.0",
|
|
3826
|
+
"requires": {
|
|
3827
|
+
"bridge": "optional"
|
|
3828
|
+
}
|
|
3829
|
+
}
|
|
2651
3830
|
},
|
|
2652
3831
|
{
|
|
2653
3832
|
"name": "typed-router",
|
|
@@ -2663,10 +3842,13 @@
|
|
|
2663
3842
|
"maintainers": [
|
|
2664
3843
|
{
|
|
2665
3844
|
"name": "victorgarciaesgi",
|
|
2666
|
-
"github": "victorgarciaesgi"
|
|
2667
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3845
|
+
"github": "victorgarciaesgi"
|
|
2668
3846
|
}
|
|
2669
|
-
]
|
|
3847
|
+
],
|
|
3848
|
+
"compatibility": {
|
|
3849
|
+
"nuxt": "^2.0.0",
|
|
3850
|
+
"requires": {}
|
|
3851
|
+
}
|
|
2670
3852
|
},
|
|
2671
3853
|
{
|
|
2672
3854
|
"name": "typescript-runtime",
|
|
@@ -2682,22 +3864,23 @@
|
|
|
2682
3864
|
"maintainers": [
|
|
2683
3865
|
{
|
|
2684
3866
|
"name": "Kevin Marrec",
|
|
2685
|
-
"github": "kevinmarrec"
|
|
2686
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3867
|
+
"github": "kevinmarrec"
|
|
2687
3868
|
},
|
|
2688
3869
|
{
|
|
2689
3870
|
"name": "Pooya Parsa",
|
|
2690
3871
|
"github": "pi0",
|
|
2691
|
-
"twitter": "_pi0_"
|
|
2692
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3872
|
+
"twitter": "_pi0_"
|
|
2693
3873
|
},
|
|
2694
3874
|
{
|
|
2695
3875
|
"name": "Daniel Roe",
|
|
2696
3876
|
"github": "danielroe",
|
|
2697
|
-
"twitter": "danielcroe"
|
|
2698
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3877
|
+
"twitter": "danielcroe"
|
|
2699
3878
|
}
|
|
2700
|
-
]
|
|
3879
|
+
],
|
|
3880
|
+
"compatibility": {
|
|
3881
|
+
"nuxt": "^2.0.0",
|
|
3882
|
+
"requires": {}
|
|
3883
|
+
}
|
|
2701
3884
|
},
|
|
2702
3885
|
{
|
|
2703
3886
|
"name": "typescript",
|
|
@@ -2713,22 +3896,23 @@
|
|
|
2713
3896
|
"maintainers": [
|
|
2714
3897
|
{
|
|
2715
3898
|
"name": "Kevin Marrec",
|
|
2716
|
-
"github": "kevinmarrec"
|
|
2717
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3899
|
+
"github": "kevinmarrec"
|
|
2718
3900
|
},
|
|
2719
3901
|
{
|
|
2720
3902
|
"name": "Pooya Parsa",
|
|
2721
3903
|
"github": "pi0",
|
|
2722
|
-
"twitter": "_pi0_"
|
|
2723
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3904
|
+
"twitter": "_pi0_"
|
|
2724
3905
|
},
|
|
2725
3906
|
{
|
|
2726
3907
|
"name": "Daniel Roe",
|
|
2727
3908
|
"github": "danielroe",
|
|
2728
|
-
"twitter": "danielcroe"
|
|
2729
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3909
|
+
"twitter": "danielcroe"
|
|
2730
3910
|
}
|
|
2731
|
-
]
|
|
3911
|
+
],
|
|
3912
|
+
"compatibility": {
|
|
3913
|
+
"nuxt": "^2.0.0",
|
|
3914
|
+
"requires": {}
|
|
3915
|
+
}
|
|
2732
3916
|
},
|
|
2733
3917
|
{
|
|
2734
3918
|
"name": "universal-storage",
|
|
@@ -2739,22 +3923,50 @@
|
|
|
2739
3923
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2740
3924
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2741
3925
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2742
|
-
"category": "
|
|
3926
|
+
"category": "Extensions",
|
|
2743
3927
|
"type": "community",
|
|
2744
3928
|
"maintainers": [
|
|
2745
3929
|
{
|
|
2746
3930
|
"name": "Pooya Parsa",
|
|
2747
3931
|
"github": "pi0",
|
|
2748
|
-
"twitter": "_pi0_"
|
|
2749
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3932
|
+
"twitter": "_pi0_"
|
|
2750
3933
|
},
|
|
2751
3934
|
{
|
|
2752
3935
|
"name": "Farzad Soltani",
|
|
2753
3936
|
"github": "farzadso",
|
|
2754
|
-
"twitter": "farzadso"
|
|
2755
|
-
|
|
3937
|
+
"twitter": "farzadso"
|
|
3938
|
+
}
|
|
3939
|
+
],
|
|
3940
|
+
"compatibility": {
|
|
3941
|
+
"nuxt": "^2.0.0",
|
|
3942
|
+
"requires": {}
|
|
3943
|
+
}
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"name": "unocss",
|
|
3947
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3948
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3949
|
+
"npm": "@unocss/nuxt",
|
|
3950
|
+
"icon": "unocss.svg",
|
|
3951
|
+
"github": "https://github.com/antfu/unocss",
|
|
3952
|
+
"website": "https://github.com/antfu/unocss",
|
|
3953
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3954
|
+
"category": "UI",
|
|
3955
|
+
"type": "3rd-party",
|
|
3956
|
+
"maintainers": [
|
|
3957
|
+
{
|
|
3958
|
+
"name": "Anthony Fu",
|
|
3959
|
+
"github": "antfu",
|
|
3960
|
+
"twitter": "antfu7",
|
|
3961
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2756
3962
|
}
|
|
2757
|
-
]
|
|
3963
|
+
],
|
|
3964
|
+
"compatibility": {
|
|
3965
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3966
|
+
"requires": {
|
|
3967
|
+
"bridge": "optional"
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
2758
3970
|
},
|
|
2759
3971
|
{
|
|
2760
3972
|
"name": "user-agent",
|
|
@@ -2765,15 +3977,18 @@
|
|
|
2765
3977
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2766
3978
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2767
3979
|
"learn_more": "",
|
|
2768
|
-
"category": "
|
|
3980
|
+
"category": "Extensions",
|
|
2769
3981
|
"type": "3rd-party",
|
|
2770
3982
|
"maintainers": [
|
|
2771
3983
|
{
|
|
2772
3984
|
"name": "fukuiretu",
|
|
2773
|
-
"github": "fukuiretu"
|
|
2774
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3985
|
+
"github": "fukuiretu"
|
|
2775
3986
|
}
|
|
2776
|
-
]
|
|
3987
|
+
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^2.0.0",
|
|
3990
|
+
"requires": {}
|
|
3991
|
+
}
|
|
2777
3992
|
},
|
|
2778
3993
|
{
|
|
2779
3994
|
"name": "validate",
|
|
@@ -2789,10 +4004,13 @@
|
|
|
2789
4004
|
"maintainers": [
|
|
2790
4005
|
{
|
|
2791
4006
|
"name": "lewyuburi",
|
|
2792
|
-
"github": "lewyuburi"
|
|
2793
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4007
|
+
"github": "lewyuburi"
|
|
2794
4008
|
}
|
|
2795
|
-
]
|
|
4009
|
+
],
|
|
4010
|
+
"compatibility": {
|
|
4011
|
+
"nuxt": "^2.0.0",
|
|
4012
|
+
"requires": {}
|
|
4013
|
+
}
|
|
2796
4014
|
},
|
|
2797
4015
|
{
|
|
2798
4016
|
"name": "vendor",
|
|
@@ -2803,16 +4021,19 @@
|
|
|
2803
4021
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2804
4022
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2805
4023
|
"learn_more": "",
|
|
2806
|
-
"category": "
|
|
4024
|
+
"category": "Extensions",
|
|
2807
4025
|
"type": "community",
|
|
2808
4026
|
"maintainers": [
|
|
2809
4027
|
{
|
|
2810
4028
|
"name": "Pooya Parsa",
|
|
2811
4029
|
"github": "pi0",
|
|
2812
|
-
"twitter": "_pi0_"
|
|
2813
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4030
|
+
"twitter": "_pi0_"
|
|
2814
4031
|
}
|
|
2815
|
-
]
|
|
4032
|
+
],
|
|
4033
|
+
"compatibility": {
|
|
4034
|
+
"nuxt": "^2.0.0",
|
|
4035
|
+
"requires": {}
|
|
4036
|
+
}
|
|
2816
4037
|
},
|
|
2817
4038
|
{
|
|
2818
4039
|
"name": "vue-material",
|
|
@@ -2828,10 +4049,13 @@
|
|
|
2828
4049
|
"maintainers": [
|
|
2829
4050
|
{
|
|
2830
4051
|
"name": "vaso2",
|
|
2831
|
-
"github": "vaso2"
|
|
2832
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4052
|
+
"github": "vaso2"
|
|
2833
4053
|
}
|
|
2834
|
-
]
|
|
4054
|
+
],
|
|
4055
|
+
"compatibility": {
|
|
4056
|
+
"nuxt": "^2.0.0",
|
|
4057
|
+
"requires": {}
|
|
4058
|
+
}
|
|
2835
4059
|
},
|
|
2836
4060
|
{
|
|
2837
4061
|
"name": "vue-multiselect",
|
|
@@ -2847,10 +4071,13 @@
|
|
|
2847
4071
|
"maintainers": [
|
|
2848
4072
|
{
|
|
2849
4073
|
"name": "spektrummedia",
|
|
2850
|
-
"github": "spektrummedia"
|
|
2851
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4074
|
+
"github": "spektrummedia"
|
|
2852
4075
|
}
|
|
2853
|
-
]
|
|
4076
|
+
],
|
|
4077
|
+
"compatibility": {
|
|
4078
|
+
"nuxt": "^2.0.0",
|
|
4079
|
+
"requires": {}
|
|
4080
|
+
}
|
|
2854
4081
|
},
|
|
2855
4082
|
{
|
|
2856
4083
|
"name": "vue-select",
|
|
@@ -2866,10 +4093,13 @@
|
|
|
2866
4093
|
"maintainers": [
|
|
2867
4094
|
{
|
|
2868
4095
|
"name": "madmod",
|
|
2869
|
-
"github": "madmod"
|
|
2870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4096
|
+
"github": "madmod"
|
|
2871
4097
|
}
|
|
2872
|
-
]
|
|
4098
|
+
],
|
|
4099
|
+
"compatibility": {
|
|
4100
|
+
"nuxt": "^2.0.0",
|
|
4101
|
+
"requires": {}
|
|
4102
|
+
}
|
|
2873
4103
|
},
|
|
2874
4104
|
{
|
|
2875
4105
|
"name": "vue-warehouse",
|
|
@@ -2886,10 +4116,13 @@
|
|
|
2886
4116
|
{
|
|
2887
4117
|
"name": "Julio Marquez",
|
|
2888
4118
|
"github": "juliomrqz",
|
|
2889
|
-
"twitter": "juliomrqz"
|
|
2890
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4119
|
+
"twitter": "juliomrqz"
|
|
2891
4120
|
}
|
|
2892
|
-
]
|
|
4121
|
+
],
|
|
4122
|
+
"compatibility": {
|
|
4123
|
+
"nuxt": "^2.0.0",
|
|
4124
|
+
"requires": {}
|
|
4125
|
+
}
|
|
2893
4126
|
},
|
|
2894
4127
|
{
|
|
2895
4128
|
"name": "vuetify",
|
|
@@ -2905,16 +4138,43 @@
|
|
|
2905
4138
|
"maintainers": [
|
|
2906
4139
|
{
|
|
2907
4140
|
"name": "Kevin Marrec",
|
|
2908
|
-
"github": "kevinmarrec"
|
|
2909
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4141
|
+
"github": "kevinmarrec"
|
|
2910
4142
|
},
|
|
2911
4143
|
{
|
|
2912
4144
|
"name": "Pooya Parsa",
|
|
2913
4145
|
"github": "pi0",
|
|
2914
|
-
"twitter": "_pi0_"
|
|
2915
|
-
|
|
4146
|
+
"twitter": "_pi0_"
|
|
4147
|
+
}
|
|
4148
|
+
],
|
|
4149
|
+
"compatibility": {
|
|
4150
|
+
"nuxt": "^2.0.0",
|
|
4151
|
+
"requires": {}
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "vueuse",
|
|
4156
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4157
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4158
|
+
"npm": "@vueuse/core",
|
|
4159
|
+
"icon": "vueuse.svg",
|
|
4160
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4161
|
+
"website": "https://vueuse.org",
|
|
4162
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4163
|
+
"category": "Libraries",
|
|
4164
|
+
"type": "3rd-party",
|
|
4165
|
+
"maintainers": [
|
|
4166
|
+
{
|
|
4167
|
+
"name": "Anthony Fu",
|
|
4168
|
+
"github": "antfu",
|
|
4169
|
+
"twitter": "antfu7"
|
|
2916
4170
|
}
|
|
2917
|
-
]
|
|
4171
|
+
],
|
|
4172
|
+
"compatibility": {
|
|
4173
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4174
|
+
"requires": {
|
|
4175
|
+
"bridge": "optional"
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
2918
4178
|
},
|
|
2919
4179
|
{
|
|
2920
4180
|
"name": "vuex-router-sync",
|
|
@@ -2930,41 +4190,68 @@
|
|
|
2930
4190
|
"maintainers": [
|
|
2931
4191
|
{
|
|
2932
4192
|
"name": "paulgv",
|
|
2933
|
-
"github": "paulgv"
|
|
2934
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4193
|
+
"github": "paulgv"
|
|
2935
4194
|
}
|
|
2936
|
-
]
|
|
4195
|
+
],
|
|
4196
|
+
"compatibility": {
|
|
4197
|
+
"nuxt": "^2.0.0",
|
|
4198
|
+
"requires": {}
|
|
4199
|
+
}
|
|
2937
4200
|
},
|
|
2938
4201
|
{
|
|
2939
4202
|
"name": "web-vitals",
|
|
2940
4203
|
"description": "Web Vitals for Nuxt",
|
|
2941
4204
|
"repo": "nuxt-community/web-vitals-module",
|
|
2942
|
-
"npm": "
|
|
4205
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2943
4206
|
"icon": "",
|
|
2944
4207
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2945
4208
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2946
4209
|
"learn_more": "",
|
|
2947
4210
|
"category": "Performance",
|
|
2948
|
-
"type": "
|
|
4211
|
+
"type": "community",
|
|
2949
4212
|
"maintainers": [
|
|
2950
4213
|
{
|
|
2951
4214
|
"name": "daliborgogic",
|
|
2952
|
-
"github": "daliborgogic"
|
|
2953
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4215
|
+
"github": "daliborgogic"
|
|
2954
4216
|
},
|
|
2955
4217
|
{
|
|
2956
4218
|
"name": "Pooya Parsa",
|
|
2957
4219
|
"github": "pi0",
|
|
2958
|
-
"twitter": "_pi0_"
|
|
2959
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4220
|
+
"twitter": "_pi0_"
|
|
2960
4221
|
},
|
|
2961
4222
|
{
|
|
2962
4223
|
"name": "Sebastien Chopin",
|
|
2963
4224
|
"github": "Atinux",
|
|
2964
|
-
"twitter": "Atinux"
|
|
2965
|
-
|
|
4225
|
+
"twitter": "Atinux"
|
|
4226
|
+
}
|
|
4227
|
+
],
|
|
4228
|
+
"compatibility": {
|
|
4229
|
+
"nuxt": "^2.0.0",
|
|
4230
|
+
"requires": {}
|
|
4231
|
+
}
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "web3js",
|
|
4235
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4236
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4237
|
+
"npm": "nuxt-web3",
|
|
4238
|
+
"icon": "web3js.svg",
|
|
4239
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4240
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4241
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4242
|
+
"category": "Libraries",
|
|
4243
|
+
"type": "3rd-party",
|
|
4244
|
+
"maintainers": [
|
|
4245
|
+
{
|
|
4246
|
+
"name": "Muhammad Fauzan",
|
|
4247
|
+
"github": "fauzan121002",
|
|
4248
|
+
"twitter": "fauzandev"
|
|
2966
4249
|
}
|
|
2967
|
-
]
|
|
4250
|
+
],
|
|
4251
|
+
"compatibility": {
|
|
4252
|
+
"nuxt": "^2.0.0",
|
|
4253
|
+
"requires": {}
|
|
4254
|
+
}
|
|
2968
4255
|
},
|
|
2969
4256
|
{
|
|
2970
4257
|
"name": "webfontloader",
|
|
@@ -2980,10 +4267,37 @@
|
|
|
2980
4267
|
"maintainers": [
|
|
2981
4268
|
{
|
|
2982
4269
|
"name": "Developmint",
|
|
2983
|
-
"github": "Developmint"
|
|
2984
|
-
|
|
4270
|
+
"github": "Developmint"
|
|
4271
|
+
}
|
|
4272
|
+
],
|
|
4273
|
+
"compatibility": {
|
|
4274
|
+
"nuxt": "^2.0.0",
|
|
4275
|
+
"requires": {}
|
|
4276
|
+
}
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"name": "webpack-optimisations",
|
|
4280
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4281
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4282
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4283
|
+
"icon": "build-optimisations.svg",
|
|
4284
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4285
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4286
|
+
"learn_more": "",
|
|
4287
|
+
"category": "Devtools",
|
|
4288
|
+
"type": "3rd-party",
|
|
4289
|
+
"maintainers": [
|
|
4290
|
+
{
|
|
4291
|
+
"name": "Harlan Wilton",
|
|
4292
|
+
"github": "harlan-zw"
|
|
4293
|
+
}
|
|
4294
|
+
],
|
|
4295
|
+
"compatibility": {
|
|
4296
|
+
"nuxt": "^2.0.0",
|
|
4297
|
+
"requires": {
|
|
4298
|
+
"bridge": "optional"
|
|
2985
4299
|
}
|
|
2986
|
-
|
|
4300
|
+
}
|
|
2987
4301
|
},
|
|
2988
4302
|
{
|
|
2989
4303
|
"name": "webpack-profile",
|
|
@@ -3000,10 +4314,13 @@
|
|
|
3000
4314
|
{
|
|
3001
4315
|
"name": "Pooya Parsa",
|
|
3002
4316
|
"github": "pi0",
|
|
3003
|
-
"twitter": "_pi0_"
|
|
3004
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4317
|
+
"twitter": "_pi0_"
|
|
3005
4318
|
}
|
|
3006
|
-
]
|
|
4319
|
+
],
|
|
4320
|
+
"compatibility": {
|
|
4321
|
+
"nuxt": "^2.0.0",
|
|
4322
|
+
"requires": {}
|
|
4323
|
+
}
|
|
3007
4324
|
},
|
|
3008
4325
|
{
|
|
3009
4326
|
"name": "webpackdashboard",
|
|
@@ -3019,10 +4336,13 @@
|
|
|
3019
4336
|
"maintainers": [
|
|
3020
4337
|
{
|
|
3021
4338
|
"name": "paulgv",
|
|
3022
|
-
"github": "paulgv"
|
|
3023
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4339
|
+
"github": "paulgv"
|
|
3024
4340
|
}
|
|
3025
|
-
]
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^2.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
3026
4346
|
},
|
|
3027
4347
|
{
|
|
3028
4348
|
"name": "webpackmonitor",
|
|
@@ -3039,10 +4359,43 @@
|
|
|
3039
4359
|
{
|
|
3040
4360
|
"name": "Pooya Parsa",
|
|
3041
4361
|
"github": "pi0",
|
|
3042
|
-
"twitter": "_pi0_"
|
|
3043
|
-
|
|
4362
|
+
"twitter": "_pi0_"
|
|
4363
|
+
}
|
|
4364
|
+
],
|
|
4365
|
+
"compatibility": {
|
|
4366
|
+
"nuxt": "^2.0.0",
|
|
4367
|
+
"requires": {}
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "windicss",
|
|
4372
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4373
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4374
|
+
"npm": "nuxt-windicss",
|
|
4375
|
+
"icon": "windicss.svg",
|
|
4376
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4377
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4378
|
+
"learn_more": "https://windicss.org/",
|
|
4379
|
+
"category": "UI",
|
|
4380
|
+
"type": "3rd-party",
|
|
4381
|
+
"maintainers": [
|
|
4382
|
+
{
|
|
4383
|
+
"name": "Harlan Wilton",
|
|
4384
|
+
"github": "harlan-zw",
|
|
4385
|
+
"twitter": "harlan_zw"
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "Anthony Fu",
|
|
4389
|
+
"github": "antfu",
|
|
4390
|
+
"twitter": "antfu7"
|
|
4391
|
+
}
|
|
4392
|
+
],
|
|
4393
|
+
"compatibility": {
|
|
4394
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4395
|
+
"requires": {
|
|
4396
|
+
"bridge": "optional"
|
|
3044
4397
|
}
|
|
3045
|
-
|
|
4398
|
+
}
|
|
3046
4399
|
},
|
|
3047
4400
|
{
|
|
3048
4401
|
"name": "winston-log",
|
|
@@ -3058,10 +4411,13 @@
|
|
|
3058
4411
|
"maintainers": [
|
|
3059
4412
|
{
|
|
3060
4413
|
"name": "aaronransley",
|
|
3061
|
-
"github": "aaronransley"
|
|
3062
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4414
|
+
"github": "aaronransley"
|
|
3063
4415
|
}
|
|
3064
|
-
]
|
|
4416
|
+
],
|
|
4417
|
+
"compatibility": {
|
|
4418
|
+
"nuxt": "^2.0.0",
|
|
4419
|
+
"requires": {}
|
|
4420
|
+
}
|
|
3065
4421
|
},
|
|
3066
4422
|
{
|
|
3067
4423
|
"name": "wp-nuxt",
|
|
@@ -3077,10 +4433,13 @@
|
|
|
3077
4433
|
"maintainers": [
|
|
3078
4434
|
{
|
|
3079
4435
|
"name": "yashha",
|
|
3080
|
-
"github": "yashha"
|
|
3081
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4436
|
+
"github": "yashha"
|
|
3082
4437
|
}
|
|
3083
|
-
]
|
|
4438
|
+
],
|
|
4439
|
+
"compatibility": {
|
|
4440
|
+
"nuxt": "^2.0.0",
|
|
4441
|
+
"requires": {}
|
|
4442
|
+
}
|
|
3084
4443
|
},
|
|
3085
4444
|
{
|
|
3086
4445
|
"name": "xhr-cache",
|
|
@@ -3096,10 +4455,13 @@
|
|
|
3096
4455
|
"maintainers": [
|
|
3097
4456
|
{
|
|
3098
4457
|
"name": "gaetansenn",
|
|
3099
|
-
"github": "gaetansenn"
|
|
3100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4458
|
+
"github": "gaetansenn"
|
|
3101
4459
|
}
|
|
3102
|
-
]
|
|
4460
|
+
],
|
|
4461
|
+
"compatibility": {
|
|
4462
|
+
"nuxt": "^2.0.0",
|
|
4463
|
+
"requires": {}
|
|
4464
|
+
}
|
|
3103
4465
|
},
|
|
3104
4466
|
{
|
|
3105
4467
|
"name": "xui",
|
|
@@ -3115,18 +4477,22 @@
|
|
|
3115
4477
|
"maintainers": [
|
|
3116
4478
|
{
|
|
3117
4479
|
"name": "MetaCorp",
|
|
3118
|
-
"github": "MetaCorp"
|
|
3119
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4480
|
+
"github": "MetaCorp"
|
|
3120
4481
|
}
|
|
3121
|
-
]
|
|
4482
|
+
],
|
|
4483
|
+
"compatibility": {
|
|
4484
|
+
"nuxt": "^2.0.0",
|
|
4485
|
+
"requires": {}
|
|
4486
|
+
}
|
|
3122
4487
|
},
|
|
3123
4488
|
{
|
|
3124
4489
|
"name": "yandex-metrika",
|
|
3125
|
-
"
|
|
4490
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4491
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3126
4492
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3127
4493
|
"icon": "",
|
|
3128
|
-
"github": "https://github.com/nuxt-community/
|
|
3129
|
-
"website": "https://github.com/nuxt-community/
|
|
4494
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4495
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
3130
4496
|
"learn_more": "https://metrica.yandex.com/about",
|
|
3131
4497
|
"category": "Analytics",
|
|
3132
4498
|
"type": "community",
|
|
@@ -3134,10 +4500,13 @@
|
|
|
3134
4500
|
{
|
|
3135
4501
|
"name": "Pooya Parsa",
|
|
3136
4502
|
"github": "pi0",
|
|
3137
|
-
"twitter": "_pi0_"
|
|
3138
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4503
|
+
"twitter": "_pi0_"
|
|
3139
4504
|
}
|
|
3140
|
-
]
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^2.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
3141
4510
|
},
|
|
3142
4511
|
{
|
|
3143
4512
|
"name": "zendesk",
|
|
@@ -3153,9 +4522,12 @@
|
|
|
3153
4522
|
"maintainers": [
|
|
3154
4523
|
{
|
|
3155
4524
|
"name": "DansMaCulotte",
|
|
3156
|
-
"github": "DansMaCulotte"
|
|
3157
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4525
|
+
"github": "DansMaCulotte"
|
|
3158
4526
|
}
|
|
3159
|
-
]
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^2.0.0",
|
|
4530
|
+
"requires": {}
|
|
4531
|
+
}
|
|
3160
4532
|
}
|
|
3161
4533
|
]
|