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