@nuxt/modules 0.5.0-369b34 → 0.5.0-3afc3f
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} +2228 -601
- package/package.json +2 -49
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,71 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
24
73
|
}
|
|
25
|
-
]
|
|
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"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "apis-to-file",
|
|
151
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
152
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
156
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Performance",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Luca Iaconelli",
|
|
163
|
+
"github": "LuXDAmore",
|
|
164
|
+
"twitter": "luxdamore",
|
|
165
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
63
166
|
}
|
|
64
|
-
]
|
|
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,14 +381,17 @@
|
|
|
235
381
|
"maintainers": [
|
|
236
382
|
{
|
|
237
383
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
384
|
+
"github": "jtommy"
|
|
240
385
|
}
|
|
241
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
242
391
|
},
|
|
243
392
|
{
|
|
244
393
|
"name": "bugsnag",
|
|
245
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
246
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
247
396
|
"npm": "nuxt-bugsnag",
|
|
248
397
|
"icon": "bugsnag.png",
|
|
@@ -255,9 +404,15 @@
|
|
|
255
404
|
{
|
|
256
405
|
"name": "JulianMar",
|
|
257
406
|
"github": "JulianMar",
|
|
258
|
-
"
|
|
407
|
+
"twitter": "julian_martin96"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"compatibility": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
259
414
|
}
|
|
260
|
-
|
|
415
|
+
}
|
|
261
416
|
},
|
|
262
417
|
{
|
|
263
418
|
"name": "bulma-slim",
|
|
@@ -273,10 +428,13 @@
|
|
|
273
428
|
"maintainers": [
|
|
274
429
|
{
|
|
275
430
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
431
|
+
"github": "mustardamus"
|
|
278
432
|
}
|
|
279
|
-
]
|
|
433
|
+
],
|
|
434
|
+
"compatibility": {
|
|
435
|
+
"nuxt": "^2.0.0",
|
|
436
|
+
"requires": {}
|
|
437
|
+
}
|
|
280
438
|
},
|
|
281
439
|
{
|
|
282
440
|
"name": "bundle-buddy",
|
|
@@ -292,14 +450,17 @@
|
|
|
292
450
|
"maintainers": [
|
|
293
451
|
{
|
|
294
452
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
453
|
+
"github": "Developmint"
|
|
297
454
|
}
|
|
298
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"compatibility": {
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
459
|
+
}
|
|
299
460
|
},
|
|
300
461
|
{
|
|
301
462
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
303
464
|
"repo": "LuXDAmore/generative-art",
|
|
304
465
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
466
|
"icon": "",
|
|
@@ -310,11 +471,59 @@
|
|
|
310
471
|
"type": "3rd-party",
|
|
311
472
|
"maintainers": [
|
|
312
473
|
{
|
|
313
|
-
"name": "
|
|
474
|
+
"name": "Luca Iaconelli",
|
|
314
475
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
476
|
+
"twitter": "luxdamore"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"compatibility": {
|
|
480
|
+
"nuxt": "^2.0.0",
|
|
481
|
+
"requires": {}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "chakra-ui",
|
|
486
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
487
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
488
|
+
"npm": "@chakra-ui/nuxt",
|
|
489
|
+
"icon": "chakra-ui.png",
|
|
490
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
491
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
492
|
+
"learn_more": "",
|
|
493
|
+
"category": "UI",
|
|
494
|
+
"type": "3rd-party",
|
|
495
|
+
"maintainers": [
|
|
496
|
+
{
|
|
497
|
+
"name": "Jonathan Bakebwa",
|
|
498
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "chiffre",
|
|
508
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
509
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
510
|
+
"npm": "nuxt-chiffre",
|
|
511
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
512
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
513
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
514
|
+
"learn_more": "https://chiffre.io",
|
|
515
|
+
"category": "Analytics",
|
|
516
|
+
"type": "3rd-party",
|
|
517
|
+
"maintainers": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Romain Clement",
|
|
520
|
+
"github": "rclement"
|
|
316
521
|
}
|
|
317
|
-
]
|
|
522
|
+
],
|
|
523
|
+
"compatibility": {
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
526
|
+
}
|
|
318
527
|
},
|
|
319
528
|
{
|
|
320
529
|
"name": "client-init",
|
|
@@ -325,15 +534,18 @@
|
|
|
325
534
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
535
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
536
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
537
|
+
"category": "Extensions",
|
|
329
538
|
"type": "3rd-party",
|
|
330
539
|
"maintainers": [
|
|
331
540
|
{
|
|
332
541
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
542
|
+
"github": "potato4d"
|
|
335
543
|
}
|
|
336
|
-
]
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^2.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
337
549
|
},
|
|
338
550
|
{
|
|
339
551
|
"name": "cloudcms",
|
|
@@ -349,10 +561,13 @@
|
|
|
349
561
|
"maintainers": [
|
|
350
562
|
{
|
|
351
563
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
564
|
+
"github": "gitana"
|
|
354
565
|
}
|
|
355
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"compatibility": {
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
570
|
+
}
|
|
356
571
|
},
|
|
357
572
|
{
|
|
358
573
|
"name": "cloudinary",
|
|
@@ -369,10 +584,13 @@
|
|
|
369
584
|
{
|
|
370
585
|
"name": "Maya Shavin",
|
|
371
586
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
587
|
+
"twitter": "MayaShavin"
|
|
374
588
|
}
|
|
375
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"compatibility": {
|
|
591
|
+
"nuxt": "^2.0.0",
|
|
592
|
+
"requires": {}
|
|
593
|
+
}
|
|
376
594
|
},
|
|
377
595
|
{
|
|
378
596
|
"name": "color-mode",
|
|
@@ -389,19 +607,24 @@
|
|
|
389
607
|
{
|
|
390
608
|
"name": "Sébastien Chopin",
|
|
391
609
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
610
|
+
"twitter": "Atinux"
|
|
394
611
|
}
|
|
395
|
-
]
|
|
612
|
+
],
|
|
613
|
+
"compatibility": {
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
615
|
+
"requires": {
|
|
616
|
+
"bridge": "optional"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
396
619
|
},
|
|
397
620
|
{
|
|
398
621
|
"name": "component-cache",
|
|
399
622
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
623
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
624
|
"npm": "@nuxtjs/component-cache",
|
|
402
625
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
626
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
627
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
628
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
629
|
"category": "Performance",
|
|
407
630
|
"type": "community",
|
|
@@ -409,35 +632,13 @@
|
|
|
409
632
|
{
|
|
410
633
|
"name": "Pooya Parsa",
|
|
411
634
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "components",
|
|
419
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
635
|
+
"twitter": "_pi0_"
|
|
439
636
|
}
|
|
440
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^2.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
441
642
|
},
|
|
442
643
|
{
|
|
443
644
|
"name": "composition-api",
|
|
@@ -448,23 +649,26 @@
|
|
|
448
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
650
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
651
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
652
|
+
"category": "Extensions",
|
|
452
653
|
"type": "community",
|
|
453
654
|
"maintainers": [
|
|
454
655
|
{
|
|
455
656
|
"name": "Daniel Roe",
|
|
456
657
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
658
|
+
"twitter": "danielcroe"
|
|
459
659
|
}
|
|
460
|
-
]
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^2.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
461
665
|
},
|
|
462
666
|
{
|
|
463
667
|
"name": "content",
|
|
464
|
-
"description": "
|
|
465
|
-
"repo": "nuxt/content#
|
|
668
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
669
|
+
"repo": "nuxt/content#main",
|
|
466
670
|
"npm": "@nuxt/content",
|
|
467
|
-
"icon": "
|
|
671
|
+
"icon": "nuxt.png",
|
|
468
672
|
"github": "https://github.com/nuxt/content",
|
|
469
673
|
"website": "https://content.nuxtjs.org",
|
|
470
674
|
"learn_more": "",
|
|
@@ -472,18 +676,25 @@
|
|
|
472
676
|
"type": "official",
|
|
473
677
|
"maintainers": [
|
|
474
678
|
{
|
|
475
|
-
"name": "
|
|
476
|
-
"github": "
|
|
477
|
-
"twitter": "
|
|
478
|
-
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
479
687
|
},
|
|
480
688
|
{
|
|
481
689
|
"name": "Sebastien Chopin",
|
|
482
690
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
691
|
+
"twitter": "Atinux"
|
|
485
692
|
}
|
|
486
|
-
]
|
|
693
|
+
],
|
|
694
|
+
"compatibility": {
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
696
|
+
"requires": {}
|
|
697
|
+
}
|
|
487
698
|
},
|
|
488
699
|
{
|
|
489
700
|
"name": "contentful",
|
|
@@ -499,34 +710,39 @@
|
|
|
499
710
|
"maintainers": [
|
|
500
711
|
{
|
|
501
712
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
713
|
+
"github": "scaccogatto"
|
|
504
714
|
}
|
|
505
|
-
]
|
|
715
|
+
],
|
|
716
|
+
"compatibility": {
|
|
717
|
+
"nuxt": "^2.0.0",
|
|
718
|
+
"requires": {}
|
|
719
|
+
}
|
|
506
720
|
},
|
|
507
721
|
{
|
|
508
722
|
"name": "custom-elements",
|
|
509
723
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
724
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
725
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
726
|
+
"icon": "custom-elements.png",
|
|
513
727
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
728
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
729
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
730
|
+
"category": "Extensions",
|
|
517
731
|
"type": "3rd-party",
|
|
518
732
|
"maintainers": [
|
|
519
733
|
{
|
|
520
734
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
735
|
+
"github": "ThornWalli"
|
|
523
736
|
},
|
|
524
737
|
{
|
|
525
738
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
739
|
+
"github": "GrabarzUndPartner"
|
|
528
740
|
}
|
|
529
|
-
]
|
|
741
|
+
],
|
|
742
|
+
"compatibility": {
|
|
743
|
+
"nuxt": "^2.0.0",
|
|
744
|
+
"requires": {}
|
|
745
|
+
}
|
|
530
746
|
},
|
|
531
747
|
{
|
|
532
748
|
"name": "darkmode.js",
|
|
@@ -542,10 +758,13 @@
|
|
|
542
758
|
"maintainers": [
|
|
543
759
|
{
|
|
544
760
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
761
|
+
"github": "sandoche"
|
|
547
762
|
}
|
|
548
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"compatibility": {
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
767
|
+
}
|
|
549
768
|
},
|
|
550
769
|
{
|
|
551
770
|
"name": "date-fns",
|
|
@@ -561,10 +780,35 @@
|
|
|
561
780
|
"maintainers": [
|
|
562
781
|
{
|
|
563
782
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
783
|
+
"github": "ricardogobbosouza"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"compatibility": {
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "datocms",
|
|
793
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
794
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
+
"icon": "datocms.png",
|
|
797
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
|
+
"learn_more": "https://www.datocms.com/",
|
|
800
|
+
"category": "CMS",
|
|
801
|
+
"type": "3rd-party",
|
|
802
|
+
"maintainers": [
|
|
803
|
+
{
|
|
804
|
+
"name": "Frankwarnaar",
|
|
805
|
+
"github": "Frankwarnaar"
|
|
566
806
|
}
|
|
567
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
568
812
|
},
|
|
569
813
|
{
|
|
570
814
|
"name": "dayjs",
|
|
@@ -581,10 +825,13 @@
|
|
|
581
825
|
{
|
|
582
826
|
"name": "Takuma HANATANI",
|
|
583
827
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
828
|
+
"twitter": "potato4d"
|
|
586
829
|
}
|
|
587
|
-
]
|
|
830
|
+
],
|
|
831
|
+
"compatibility": {
|
|
832
|
+
"nuxt": "^2.0.0",
|
|
833
|
+
"requires": {}
|
|
834
|
+
}
|
|
588
835
|
},
|
|
589
836
|
{
|
|
590
837
|
"name": "device",
|
|
@@ -595,15 +842,43 @@
|
|
|
595
842
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
843
|
"website": "https://github.com/nuxt-community/device-module",
|
|
597
844
|
"learn_more": "",
|
|
598
|
-
"category": "
|
|
845
|
+
"category": "Extensions",
|
|
599
846
|
"type": "community",
|
|
600
847
|
"maintainers": [
|
|
601
848
|
{
|
|
602
849
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
|
|
850
|
+
"github": "dotneet"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"compatibility": {
|
|
854
|
+
"nuxt": "^2.0.0",
|
|
855
|
+
"requires": {}
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "directus",
|
|
860
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
861
|
+
"repo": "intevel/nuxt-directus",
|
|
862
|
+
"npm": "nuxt-directus",
|
|
863
|
+
"icon": "directus.svg",
|
|
864
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
865
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
866
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
867
|
+
"category": "CMS",
|
|
868
|
+
"type": "3rd-party",
|
|
869
|
+
"maintainers": [
|
|
870
|
+
{
|
|
871
|
+
"name": "Conner Bachmann",
|
|
872
|
+
"github": "intevel",
|
|
873
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"compatibility": {
|
|
877
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
878
|
+
"requires": {
|
|
879
|
+
"bridge": true
|
|
605
880
|
}
|
|
606
|
-
|
|
881
|
+
}
|
|
607
882
|
},
|
|
608
883
|
{
|
|
609
884
|
"name": "dotenv",
|
|
@@ -614,15 +889,73 @@
|
|
|
614
889
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
890
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
616
891
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
617
|
-
"category": "
|
|
892
|
+
"category": "Extensions",
|
|
618
893
|
"type": "community",
|
|
619
894
|
"maintainers": [
|
|
620
895
|
{
|
|
621
896
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
897
|
+
"github": "JulienTant"
|
|
898
|
+
}
|
|
899
|
+
],
|
|
900
|
+
"compatibility": {
|
|
901
|
+
"nuxt": "^2.0.0",
|
|
902
|
+
"requires": {}
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "drupal-ce",
|
|
907
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
908
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
909
|
+
"npm": "nuxtjs-drupal-ce",
|
|
910
|
+
"icon": "drupal-ce.png",
|
|
911
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
912
|
+
"website": "https://stack.lupus.digital",
|
|
913
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
914
|
+
"category": "CMS",
|
|
915
|
+
"type": "3rd-party",
|
|
916
|
+
"maintainers": [
|
|
917
|
+
{
|
|
918
|
+
"name": "Wolfgang Ziegler // fago",
|
|
919
|
+
"github": "fago",
|
|
920
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "Maximilian Götz-Mikus",
|
|
924
|
+
"github": "maximilianmikus",
|
|
925
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "David Licen",
|
|
929
|
+
"github": "davision",
|
|
930
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
931
|
+
}
|
|
932
|
+
],
|
|
933
|
+
"compatibility": {
|
|
934
|
+
"nuxt": "^2.0.0",
|
|
935
|
+
"requires": {}
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "druxt",
|
|
940
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
941
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
942
|
+
"npm": "druxt",
|
|
943
|
+
"icon": "druxt.svg",
|
|
944
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
945
|
+
"website": "https://druxtjs.org",
|
|
946
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
947
|
+
"category": "CMS",
|
|
948
|
+
"type": "3rd-party",
|
|
949
|
+
"maintainers": [
|
|
950
|
+
{
|
|
951
|
+
"name": "Decipher",
|
|
952
|
+
"github": "decipher"
|
|
624
953
|
}
|
|
625
|
-
]
|
|
954
|
+
],
|
|
955
|
+
"compatibility": {
|
|
956
|
+
"nuxt": "^2.0.0",
|
|
957
|
+
"requires": {}
|
|
958
|
+
}
|
|
626
959
|
},
|
|
627
960
|
{
|
|
628
961
|
"name": "emotion",
|
|
@@ -633,16 +966,19 @@
|
|
|
633
966
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
967
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
968
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
969
|
+
"category": "Extensions",
|
|
637
970
|
"type": "community",
|
|
638
971
|
"maintainers": [
|
|
639
972
|
{
|
|
640
973
|
"name": "Pooya Parsa",
|
|
641
974
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
975
|
+
"twitter": "_pi0_"
|
|
644
976
|
}
|
|
645
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"compatibility": {
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
981
|
+
}
|
|
646
982
|
},
|
|
647
983
|
{
|
|
648
984
|
"name": "eslint",
|
|
@@ -658,10 +994,13 @@
|
|
|
658
994
|
"maintainers": [
|
|
659
995
|
{
|
|
660
996
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
997
|
+
"github": "ricardogobbosouza"
|
|
663
998
|
}
|
|
664
|
-
]
|
|
999
|
+
],
|
|
1000
|
+
"compatibility": {
|
|
1001
|
+
"nuxt": "^2.0.0",
|
|
1002
|
+
"requires": {}
|
|
1003
|
+
}
|
|
665
1004
|
},
|
|
666
1005
|
{
|
|
667
1006
|
"name": "event-trace",
|
|
@@ -677,10 +1016,35 @@
|
|
|
677
1016
|
"maintainers": [
|
|
678
1017
|
{
|
|
679
1018
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
1019
|
+
"github": "clarkdo"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"compatibility": {
|
|
1023
|
+
"nuxt": "^2.0.0",
|
|
1024
|
+
"requires": {}
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "fathom",
|
|
1029
|
+
"description": "Fathom analytics for Nuxt",
|
|
1030
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1031
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1032
|
+
"icon": "fathom.png",
|
|
1033
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1034
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1035
|
+
"learn_more": "https://usefathom.com/",
|
|
1036
|
+
"category": "Analytics",
|
|
1037
|
+
"type": "3rd-party",
|
|
1038
|
+
"maintainers": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "yabhq",
|
|
1041
|
+
"github": "yabhq"
|
|
682
1042
|
}
|
|
683
|
-
]
|
|
1043
|
+
],
|
|
1044
|
+
"compatibility": {
|
|
1045
|
+
"nuxt": "^2.0.0",
|
|
1046
|
+
"requires": {}
|
|
1047
|
+
}
|
|
684
1048
|
},
|
|
685
1049
|
{
|
|
686
1050
|
"name": "feature-toggle",
|
|
@@ -691,19 +1055,22 @@
|
|
|
691
1055
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1056
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1057
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1058
|
+
"category": "Extensions",
|
|
695
1059
|
"type": "3rd-party",
|
|
696
1060
|
"maintainers": [
|
|
697
1061
|
{
|
|
698
1062
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1063
|
+
"github": "stephenkr"
|
|
701
1064
|
}
|
|
702
|
-
]
|
|
1065
|
+
],
|
|
1066
|
+
"compatibility": {
|
|
1067
|
+
"nuxt": "^2.0.0",
|
|
1068
|
+
"requires": {}
|
|
1069
|
+
}
|
|
703
1070
|
},
|
|
704
1071
|
{
|
|
705
1072
|
"name": "feed",
|
|
706
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1073
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
707
1074
|
"repo": "nuxt-community/feed-module",
|
|
708
1075
|
"npm": "@nuxtjs/feed",
|
|
709
1076
|
"icon": "",
|
|
@@ -716,15 +1083,18 @@
|
|
|
716
1083
|
{
|
|
717
1084
|
"name": "Alexander Lichter",
|
|
718
1085
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1086
|
+
"twitter": "TheAlexLichter"
|
|
721
1087
|
}
|
|
722
|
-
]
|
|
1088
|
+
],
|
|
1089
|
+
"compatibility": {
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1092
|
+
}
|
|
723
1093
|
},
|
|
724
1094
|
{
|
|
725
1095
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
727
|
-
"repo": "nuxt-community/firebase-module",
|
|
1096
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1097
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
728
1098
|
"npm": "@nuxtjs/firebase",
|
|
729
1099
|
"icon": "firebase.png",
|
|
730
1100
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -735,10 +1105,13 @@
|
|
|
735
1105
|
"maintainers": [
|
|
736
1106
|
{
|
|
737
1107
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1108
|
+
"github": "lupas"
|
|
740
1109
|
}
|
|
741
|
-
]
|
|
1110
|
+
],
|
|
1111
|
+
"compatibility": {
|
|
1112
|
+
"nuxt": "^2.0.0",
|
|
1113
|
+
"requires": {}
|
|
1114
|
+
}
|
|
742
1115
|
},
|
|
743
1116
|
{
|
|
744
1117
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1127,13 @@
|
|
|
754
1127
|
"maintainers": [
|
|
755
1128
|
{
|
|
756
1129
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1130
|
+
"github": "sandoche"
|
|
759
1131
|
}
|
|
760
|
-
]
|
|
1132
|
+
],
|
|
1133
|
+
"compatibility": {
|
|
1134
|
+
"nuxt": "^2.0.0",
|
|
1135
|
+
"requires": {}
|
|
1136
|
+
}
|
|
761
1137
|
},
|
|
762
1138
|
{
|
|
763
1139
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1149,35 @@
|
|
|
773
1149
|
"maintainers": [
|
|
774
1150
|
{
|
|
775
1151
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
1152
|
+
"github": "GrabarzUndPartner"
|
|
1153
|
+
}
|
|
1154
|
+
],
|
|
1155
|
+
"compatibility": {
|
|
1156
|
+
"nuxt": "^2.0.0",
|
|
1157
|
+
"requires": {}
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "fontagon",
|
|
1162
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1163
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1164
|
+
"npm": "nuxt-fontagon",
|
|
1165
|
+
"icon": "fontagon.png",
|
|
1166
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1167
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1168
|
+
"learn_more": "",
|
|
1169
|
+
"category": "Libraries",
|
|
1170
|
+
"type": "3rd-party",
|
|
1171
|
+
"maintainers": [
|
|
1172
|
+
{
|
|
1173
|
+
"name": "kdydesign",
|
|
1174
|
+
"github": "kdydesign"
|
|
778
1175
|
}
|
|
779
|
-
]
|
|
1176
|
+
],
|
|
1177
|
+
"compatibility": {
|
|
1178
|
+
"nuxt": "^2.0.0",
|
|
1179
|
+
"requires": {}
|
|
1180
|
+
}
|
|
780
1181
|
},
|
|
781
1182
|
{
|
|
782
1183
|
"name": "fontawesome",
|
|
@@ -792,10 +1193,41 @@
|
|
|
792
1193
|
"maintainers": [
|
|
793
1194
|
{
|
|
794
1195
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
|
|
1196
|
+
"github": "pimlie"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"compatibility": {
|
|
1200
|
+
"nuxt": "^2.0.0",
|
|
1201
|
+
"requires": {}
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "formkit",
|
|
1206
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1207
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1208
|
+
"npm": "@formkit/nuxt",
|
|
1209
|
+
"icon": "formkit.png",
|
|
1210
|
+
"github": "https://github.com/formkit/formkit",
|
|
1211
|
+
"website": "https://formkit.com",
|
|
1212
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
1215
|
+
"maintainers": [
|
|
1216
|
+
{
|
|
1217
|
+
"name": "Justin Schroeder",
|
|
1218
|
+
"github": "justin-schroeder",
|
|
1219
|
+
"twitter": "jpschroeder"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "Andrew Boyd",
|
|
1223
|
+
"github": "andrew-boyd",
|
|
1224
|
+
"twitter": "0xBOYD"
|
|
797
1225
|
}
|
|
798
|
-
]
|
|
1226
|
+
],
|
|
1227
|
+
"compatibility": {
|
|
1228
|
+
"nuxt": "^3.0.0",
|
|
1229
|
+
"requires": {}
|
|
1230
|
+
}
|
|
799
1231
|
},
|
|
800
1232
|
{
|
|
801
1233
|
"name": "fullpage",
|
|
@@ -811,10 +1243,13 @@
|
|
|
811
1243
|
"maintainers": [
|
|
812
1244
|
{
|
|
813
1245
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1246
|
+
"github": "vaso2"
|
|
816
1247
|
}
|
|
817
|
-
]
|
|
1248
|
+
],
|
|
1249
|
+
"compatibility": {
|
|
1250
|
+
"nuxt": "^2.0.0",
|
|
1251
|
+
"requires": {}
|
|
1252
|
+
}
|
|
818
1253
|
},
|
|
819
1254
|
{
|
|
820
1255
|
"name": "github-api",
|
|
@@ -830,10 +1265,13 @@
|
|
|
830
1265
|
"maintainers": [
|
|
831
1266
|
{
|
|
832
1267
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1268
|
+
"github": "lindsaykwardell"
|
|
835
1269
|
}
|
|
836
|
-
]
|
|
1270
|
+
],
|
|
1271
|
+
"compatibility": {
|
|
1272
|
+
"nuxt": "^2.0.0",
|
|
1273
|
+
"requires": {}
|
|
1274
|
+
}
|
|
837
1275
|
},
|
|
838
1276
|
{
|
|
839
1277
|
"name": "google-adsense",
|
|
@@ -849,10 +1287,13 @@
|
|
|
849
1287
|
"maintainers": [
|
|
850
1288
|
{
|
|
851
1289
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1290
|
+
"github": "tmorehouse"
|
|
854
1291
|
}
|
|
855
|
-
]
|
|
1292
|
+
],
|
|
1293
|
+
"compatibility": {
|
|
1294
|
+
"nuxt": "^2.0.0",
|
|
1295
|
+
"requires": {}
|
|
1296
|
+
}
|
|
856
1297
|
},
|
|
857
1298
|
{
|
|
858
1299
|
"name": "google-analytics",
|
|
@@ -869,21 +1310,22 @@
|
|
|
869
1310
|
{
|
|
870
1311
|
"name": "Pooya Parsa",
|
|
871
1312
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1313
|
+
"twitter": "_pi0_"
|
|
874
1314
|
},
|
|
875
1315
|
{
|
|
876
1316
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1317
|
+
"github": "ricardogobbosouza"
|
|
879
1318
|
},
|
|
880
1319
|
{
|
|
881
1320
|
"name": "Matteo Gabriele",
|
|
882
1321
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1322
|
+
"twitter": "matteo_gabriele"
|
|
885
1323
|
}
|
|
886
|
-
]
|
|
1324
|
+
],
|
|
1325
|
+
"compatibility": {
|
|
1326
|
+
"nuxt": "^2.0.0",
|
|
1327
|
+
"requires": {}
|
|
1328
|
+
}
|
|
887
1329
|
},
|
|
888
1330
|
{
|
|
889
1331
|
"name": "google-fonts",
|
|
@@ -899,10 +1341,13 @@
|
|
|
899
1341
|
"maintainers": [
|
|
900
1342
|
{
|
|
901
1343
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1344
|
+
"github": "ricardogobbosouza"
|
|
904
1345
|
}
|
|
905
|
-
]
|
|
1346
|
+
],
|
|
1347
|
+
"compatibility": {
|
|
1348
|
+
"nuxt": "^2.0.0",
|
|
1349
|
+
"requires": {}
|
|
1350
|
+
}
|
|
906
1351
|
},
|
|
907
1352
|
{
|
|
908
1353
|
"name": "google-gtag",
|
|
@@ -918,15 +1363,17 @@
|
|
|
918
1363
|
"maintainers": [
|
|
919
1364
|
{
|
|
920
1365
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1366
|
+
"github": "dohomi"
|
|
923
1367
|
},
|
|
924
1368
|
{
|
|
925
1369
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1370
|
+
"github": "ricardogobbosouza"
|
|
928
1371
|
}
|
|
929
|
-
]
|
|
1372
|
+
],
|
|
1373
|
+
"compatibility": {
|
|
1374
|
+
"nuxt": "^2.0.0",
|
|
1375
|
+
"requires": {}
|
|
1376
|
+
}
|
|
930
1377
|
},
|
|
931
1378
|
{
|
|
932
1379
|
"name": "google-optimize",
|
|
@@ -943,22 +1390,45 @@
|
|
|
943
1390
|
{
|
|
944
1391
|
"name": "Pooya Parsa",
|
|
945
1392
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1393
|
+
"twitter": "_pi0_"
|
|
948
1394
|
},
|
|
949
1395
|
{
|
|
950
1396
|
"name": "Farzad Soltani",
|
|
951
1397
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1398
|
+
"twitter": "farzadso"
|
|
954
1399
|
},
|
|
955
1400
|
{
|
|
956
1401
|
"name": "Josh Deltener",
|
|
957
1402
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
|
|
1403
|
+
"twitter": "JoshDeltener"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"compatibility": {
|
|
1407
|
+
"nuxt": "^2.0.0",
|
|
1408
|
+
"requires": {}
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "graphql-client",
|
|
1413
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1414
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1415
|
+
"npm": "nuxt-graphql-client",
|
|
1416
|
+
"icon": "graphql-client.svg",
|
|
1417
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1418
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1419
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1420
|
+
"category": "Request",
|
|
1421
|
+
"type": "3rd-party",
|
|
1422
|
+
"maintainers": [
|
|
1423
|
+
{
|
|
1424
|
+
"name": "Diizzayy",
|
|
1425
|
+
"github": "diizzayy"
|
|
960
1426
|
}
|
|
961
|
-
]
|
|
1427
|
+
],
|
|
1428
|
+
"compatibility": {
|
|
1429
|
+
"nuxt": "^3.0.0",
|
|
1430
|
+
"requires": {}
|
|
1431
|
+
}
|
|
962
1432
|
},
|
|
963
1433
|
{
|
|
964
1434
|
"name": "graphql-request",
|
|
@@ -974,10 +1444,13 @@
|
|
|
974
1444
|
"maintainers": [
|
|
975
1445
|
{
|
|
976
1446
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1447
|
+
"github": "gomah"
|
|
979
1448
|
}
|
|
980
|
-
]
|
|
1449
|
+
],
|
|
1450
|
+
"compatibility": {
|
|
1451
|
+
"nuxt": "^2.0.0",
|
|
1452
|
+
"requires": {}
|
|
1453
|
+
}
|
|
981
1454
|
},
|
|
982
1455
|
{
|
|
983
1456
|
"name": "gtm",
|
|
@@ -994,10 +1467,13 @@
|
|
|
994
1467
|
{
|
|
995
1468
|
"name": "Pooya Parsa",
|
|
996
1469
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1470
|
+
"twitter": "_pi0_"
|
|
999
1471
|
}
|
|
1000
|
-
]
|
|
1472
|
+
],
|
|
1473
|
+
"compatibility": {
|
|
1474
|
+
"nuxt": "^2.0.0",
|
|
1475
|
+
"requires": {}
|
|
1476
|
+
}
|
|
1001
1477
|
},
|
|
1002
1478
|
{
|
|
1003
1479
|
"name": "guess",
|
|
@@ -1013,10 +1489,59 @@
|
|
|
1013
1489
|
"maintainers": [
|
|
1014
1490
|
{
|
|
1015
1491
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
1492
|
+
"github": "clarkdo"
|
|
1493
|
+
}
|
|
1494
|
+
],
|
|
1495
|
+
"compatibility": {
|
|
1496
|
+
"nuxt": "^2.0.0",
|
|
1497
|
+
"requires": {}
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "harlem",
|
|
1502
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1503
|
+
"repo": "nuxt-community/harlem-module",
|
|
1504
|
+
"npm": "@nuxtjs/harlem",
|
|
1505
|
+
"icon": "harlem.svg",
|
|
1506
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1507
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1508
|
+
"learn_more": "https://harlemjs.com/",
|
|
1509
|
+
"category": "Extensions",
|
|
1510
|
+
"type": "community",
|
|
1511
|
+
"maintainers": [
|
|
1512
|
+
{
|
|
1513
|
+
"name": "Daniel Roe",
|
|
1514
|
+
"github": "danielroe",
|
|
1515
|
+
"twitter": "danielcroe"
|
|
1516
|
+
}
|
|
1517
|
+
],
|
|
1518
|
+
"compatibility": {
|
|
1519
|
+
"nuxt": "^3.0.0",
|
|
1520
|
+
"requires": {}
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "headway",
|
|
1525
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1526
|
+
"repo": "l-portet/nuxt-headway",
|
|
1527
|
+
"npm": "nuxt-headway",
|
|
1528
|
+
"icon": "headway.png",
|
|
1529
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1530
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1531
|
+
"learn_more": "https://headwayapp.co/",
|
|
1532
|
+
"category": "UI",
|
|
1533
|
+
"type": "3rd-party",
|
|
1534
|
+
"maintainers": [
|
|
1535
|
+
{
|
|
1536
|
+
"name": "l-portet",
|
|
1537
|
+
"github": "l-portet",
|
|
1538
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1018
1539
|
}
|
|
1019
|
-
]
|
|
1540
|
+
],
|
|
1541
|
+
"compatibility": {
|
|
1542
|
+
"nuxt": "^2.0.0",
|
|
1543
|
+
"requires": {}
|
|
1544
|
+
}
|
|
1020
1545
|
},
|
|
1021
1546
|
{
|
|
1022
1547
|
"name": "helmet",
|
|
@@ -1032,10 +1557,13 @@
|
|
|
1032
1557
|
"maintainers": [
|
|
1033
1558
|
{
|
|
1034
1559
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1560
|
+
"github": "victor-perez"
|
|
1037
1561
|
}
|
|
1038
|
-
]
|
|
1562
|
+
],
|
|
1563
|
+
"compatibility": {
|
|
1564
|
+
"nuxt": "^2.0.0",
|
|
1565
|
+
"requires": {}
|
|
1566
|
+
}
|
|
1039
1567
|
},
|
|
1040
1568
|
{
|
|
1041
1569
|
"name": "highcharts",
|
|
@@ -1051,10 +1579,13 @@
|
|
|
1051
1579
|
"maintainers": [
|
|
1052
1580
|
{
|
|
1053
1581
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1582
|
+
"github": "richardeschloss"
|
|
1056
1583
|
}
|
|
1057
|
-
]
|
|
1584
|
+
],
|
|
1585
|
+
"compatibility": {
|
|
1586
|
+
"nuxt": "^2.0.0",
|
|
1587
|
+
"requires": {}
|
|
1588
|
+
}
|
|
1058
1589
|
},
|
|
1059
1590
|
{
|
|
1060
1591
|
"name": "history-state",
|
|
@@ -1065,15 +1596,18 @@
|
|
|
1065
1596
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1597
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1067
1598
|
"learn_more": "",
|
|
1068
|
-
"category": "
|
|
1599
|
+
"category": "Extensions",
|
|
1069
1600
|
"type": "3rd-party",
|
|
1070
1601
|
"maintainers": [
|
|
1071
1602
|
{
|
|
1072
1603
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1604
|
+
"github": "hidekatsu-izuno"
|
|
1075
1605
|
}
|
|
1076
|
-
]
|
|
1606
|
+
],
|
|
1607
|
+
"compatibility": {
|
|
1608
|
+
"nuxt": "^2.0.0",
|
|
1609
|
+
"requires": {}
|
|
1610
|
+
}
|
|
1077
1611
|
},
|
|
1078
1612
|
{
|
|
1079
1613
|
"name": "html-minifier",
|
|
@@ -1089,10 +1623,13 @@
|
|
|
1089
1623
|
"maintainers": [
|
|
1090
1624
|
{
|
|
1091
1625
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1626
|
+
"github": "clarkdo"
|
|
1094
1627
|
}
|
|
1095
|
-
]
|
|
1628
|
+
],
|
|
1629
|
+
"compatibility": {
|
|
1630
|
+
"nuxt": "^2.0.0",
|
|
1631
|
+
"requires": {}
|
|
1632
|
+
}
|
|
1096
1633
|
},
|
|
1097
1634
|
{
|
|
1098
1635
|
"name": "html-validator",
|
|
@@ -1109,10 +1646,13 @@
|
|
|
1109
1646
|
{
|
|
1110
1647
|
"name": "Daniel Roe",
|
|
1111
1648
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1649
|
+
"twitter": "danielcroe"
|
|
1114
1650
|
}
|
|
1115
|
-
]
|
|
1651
|
+
],
|
|
1652
|
+
"compatibility": {
|
|
1653
|
+
"nuxt": "^2.0.0",
|
|
1654
|
+
"requires": {}
|
|
1655
|
+
}
|
|
1116
1656
|
},
|
|
1117
1657
|
{
|
|
1118
1658
|
"name": "http",
|
|
@@ -1129,16 +1669,41 @@
|
|
|
1129
1669
|
{
|
|
1130
1670
|
"name": "Pooya Parsa",
|
|
1131
1671
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1672
|
+
"twitter": "_pi0_"
|
|
1134
1673
|
},
|
|
1135
1674
|
{
|
|
1136
1675
|
"name": "Sébastien Chopin",
|
|
1137
1676
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
|
|
1677
|
+
"twitter": "Atinux"
|
|
1678
|
+
}
|
|
1679
|
+
],
|
|
1680
|
+
"compatibility": {
|
|
1681
|
+
"nuxt": "^2.0.0",
|
|
1682
|
+
"requires": {}
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "humans-txt",
|
|
1687
|
+
"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.",
|
|
1688
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1689
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1690
|
+
"icon": "",
|
|
1691
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1692
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1693
|
+
"learn_more": "https://humanstxt.org/",
|
|
1694
|
+
"category": "SEO",
|
|
1695
|
+
"type": "3rd-party",
|
|
1696
|
+
"maintainers": [
|
|
1697
|
+
{
|
|
1698
|
+
"name": "Luca Iaconelli",
|
|
1699
|
+
"github": "LuXDAmore",
|
|
1700
|
+
"twitter": "luxdamore"
|
|
1140
1701
|
}
|
|
1141
|
-
]
|
|
1702
|
+
],
|
|
1703
|
+
"compatibility": {
|
|
1704
|
+
"nuxt": "^2.0.0",
|
|
1705
|
+
"requires": {}
|
|
1706
|
+
}
|
|
1142
1707
|
},
|
|
1143
1708
|
{
|
|
1144
1709
|
"name": "i18n",
|
|
@@ -1149,20 +1714,44 @@
|
|
|
1149
1714
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1715
|
"website": "https://i18n.nuxtjs.org",
|
|
1151
1716
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1152
|
-
"category": "
|
|
1717
|
+
"category": "Extensions",
|
|
1153
1718
|
"type": "community",
|
|
1154
1719
|
"maintainers": [
|
|
1155
1720
|
{
|
|
1156
1721
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1722
|
+
"github": "rchl"
|
|
1159
1723
|
},
|
|
1160
1724
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
|
|
1725
|
+
"name": "Kazuya Kawaguchi",
|
|
1726
|
+
"github": "kazupon"
|
|
1727
|
+
}
|
|
1728
|
+
],
|
|
1729
|
+
"compatibility": {
|
|
1730
|
+
"nuxt": "^2.0.0",
|
|
1731
|
+
"requires": {}
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "icons",
|
|
1736
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1737
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1738
|
+
"npm": "nuxt-icons",
|
|
1739
|
+
"icon": "icons.png",
|
|
1740
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1741
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1742
|
+
"learn_more": "",
|
|
1743
|
+
"category": "UI",
|
|
1744
|
+
"type": "3rd-party",
|
|
1745
|
+
"maintainers": [
|
|
1746
|
+
{
|
|
1747
|
+
"name": "Sebastian Wludzik",
|
|
1748
|
+
"github": "gitfoxcode"
|
|
1164
1749
|
}
|
|
1165
|
-
]
|
|
1750
|
+
],
|
|
1751
|
+
"compatibility": {
|
|
1752
|
+
"nuxt": "^3.0.0",
|
|
1753
|
+
"requires": {}
|
|
1754
|
+
}
|
|
1166
1755
|
},
|
|
1167
1756
|
{
|
|
1168
1757
|
"name": "image-loader",
|
|
@@ -1178,10 +1767,13 @@
|
|
|
1178
1767
|
"maintainers": [
|
|
1179
1768
|
{
|
|
1180
1769
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1770
|
+
"github": "Barry-Fisher"
|
|
1183
1771
|
}
|
|
1184
|
-
]
|
|
1772
|
+
],
|
|
1773
|
+
"compatibility": {
|
|
1774
|
+
"nuxt": "^2.0.0",
|
|
1775
|
+
"requires": {}
|
|
1776
|
+
}
|
|
1185
1777
|
},
|
|
1186
1778
|
{
|
|
1187
1779
|
"name": "image",
|
|
@@ -1198,22 +1790,25 @@
|
|
|
1198
1790
|
{
|
|
1199
1791
|
"name": "Ahad Birang",
|
|
1200
1792
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1793
|
+
"twitter": "a_birang"
|
|
1203
1794
|
},
|
|
1204
1795
|
{
|
|
1205
1796
|
"name": "Pooya Parsa",
|
|
1206
1797
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1798
|
+
"twitter": "_pi0_"
|
|
1209
1799
|
},
|
|
1210
1800
|
{
|
|
1211
1801
|
"name": "Sebastien Chopin",
|
|
1212
1802
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1803
|
+
"twitter": "Atinux"
|
|
1215
1804
|
}
|
|
1216
|
-
]
|
|
1805
|
+
],
|
|
1806
|
+
"compatibility": {
|
|
1807
|
+
"nuxt": "^2.0.0",
|
|
1808
|
+
"requires": {
|
|
1809
|
+
"bridge": "optional"
|
|
1810
|
+
}
|
|
1811
|
+
}
|
|
1217
1812
|
},
|
|
1218
1813
|
{
|
|
1219
1814
|
"name": "imagemin",
|
|
@@ -1229,10 +1824,38 @@
|
|
|
1229
1824
|
"maintainers": [
|
|
1230
1825
|
{
|
|
1231
1826
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
|
|
1827
|
+
"github": "ricardogobbosouza"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"compatibility": {
|
|
1831
|
+
"nuxt": "^2.0.0",
|
|
1832
|
+
"requires": {}
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "inkline",
|
|
1837
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1838
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1839
|
+
"npm": "@inkline/nuxt",
|
|
1840
|
+
"icon": "inkline.svg",
|
|
1841
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1842
|
+
"website": "https://inkline.io",
|
|
1843
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1844
|
+
"category": "UI",
|
|
1845
|
+
"type": "3rd-party",
|
|
1846
|
+
"maintainers": [
|
|
1847
|
+
{
|
|
1848
|
+
"name": "Alex Grozav",
|
|
1849
|
+
"github": "alexgrozav",
|
|
1850
|
+
"twitter": "alexgrozav"
|
|
1234
1851
|
}
|
|
1235
|
-
]
|
|
1852
|
+
],
|
|
1853
|
+
"compatibility": {
|
|
1854
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1855
|
+
"requires": {
|
|
1856
|
+
"bridge": true
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1236
1859
|
},
|
|
1237
1860
|
{
|
|
1238
1861
|
"name": "intercom",
|
|
@@ -1248,10 +1871,36 @@
|
|
|
1248
1871
|
"maintainers": [
|
|
1249
1872
|
{
|
|
1250
1873
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
|
|
1874
|
+
"github": "hex-digital"
|
|
1875
|
+
}
|
|
1876
|
+
],
|
|
1877
|
+
"compatibility": {
|
|
1878
|
+
"nuxt": "^2.0.0",
|
|
1879
|
+
"requires": {}
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "ionic",
|
|
1884
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1885
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1886
|
+
"npm": "nuxt-ionic",
|
|
1887
|
+
"icon": "ionic.svg",
|
|
1888
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1889
|
+
"website": "https://ionic.roe.dev",
|
|
1890
|
+
"learn_more": "https://ionicframework.com",
|
|
1891
|
+
"category": "Libraries",
|
|
1892
|
+
"type": "3rd-party",
|
|
1893
|
+
"maintainers": [
|
|
1894
|
+
{
|
|
1895
|
+
"name": "Daniel Roe",
|
|
1896
|
+
"github": "danielroe",
|
|
1897
|
+
"twitter": "danielcroe"
|
|
1253
1898
|
}
|
|
1254
|
-
]
|
|
1899
|
+
],
|
|
1900
|
+
"compatibility": {
|
|
1901
|
+
"nuxt": "^3.0.0",
|
|
1902
|
+
"requires": {}
|
|
1903
|
+
}
|
|
1255
1904
|
},
|
|
1256
1905
|
{
|
|
1257
1906
|
"name": "jsonapi",
|
|
@@ -1267,10 +1916,13 @@
|
|
|
1267
1916
|
"maintainers": [
|
|
1268
1917
|
{
|
|
1269
1918
|
"name": "patrickcate",
|
|
1270
|
-
"github": "patrickcate"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1919
|
+
"github": "patrickcate"
|
|
1272
1920
|
}
|
|
1273
|
-
]
|
|
1921
|
+
],
|
|
1922
|
+
"compatibility": {
|
|
1923
|
+
"nuxt": "^2.0.0",
|
|
1924
|
+
"requires": {}
|
|
1925
|
+
}
|
|
1274
1926
|
},
|
|
1275
1927
|
{
|
|
1276
1928
|
"name": "kentico-kontent",
|
|
@@ -1286,10 +1938,13 @@
|
|
|
1286
1938
|
"maintainers": [
|
|
1287
1939
|
{
|
|
1288
1940
|
"name": "Alfred Brockötter",
|
|
1289
|
-
"github": "Domitnator"
|
|
1290
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1941
|
+
"github": "Domitnator"
|
|
1291
1942
|
}
|
|
1292
|
-
]
|
|
1943
|
+
],
|
|
1944
|
+
"compatibility": {
|
|
1945
|
+
"nuxt": "^2.0.0",
|
|
1946
|
+
"requires": {}
|
|
1947
|
+
}
|
|
1293
1948
|
},
|
|
1294
1949
|
{
|
|
1295
1950
|
"name": "laravel-echo",
|
|
@@ -1305,10 +1960,13 @@
|
|
|
1305
1960
|
"maintainers": [
|
|
1306
1961
|
{
|
|
1307
1962
|
"name": "Ricardo Gobbo de Souza",
|
|
1308
|
-
"github": "ricardogobbosouza"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1963
|
+
"github": "ricardogobbosouza"
|
|
1310
1964
|
}
|
|
1311
|
-
]
|
|
1965
|
+
],
|
|
1966
|
+
"compatibility": {
|
|
1967
|
+
"nuxt": "^2.0.0",
|
|
1968
|
+
"requires": {}
|
|
1969
|
+
}
|
|
1312
1970
|
},
|
|
1313
1971
|
{
|
|
1314
1972
|
"name": "laravel-nuxt",
|
|
@@ -1324,10 +1982,13 @@
|
|
|
1324
1982
|
"maintainers": [
|
|
1325
1983
|
{
|
|
1326
1984
|
"name": "skyrpex",
|
|
1327
|
-
"github": "skyrpex"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1985
|
+
"github": "skyrpex"
|
|
1329
1986
|
}
|
|
1330
|
-
]
|
|
1987
|
+
],
|
|
1988
|
+
"compatibility": {
|
|
1989
|
+
"nuxt": "^2.0.0",
|
|
1990
|
+
"requires": {}
|
|
1991
|
+
}
|
|
1331
1992
|
},
|
|
1332
1993
|
{
|
|
1333
1994
|
"name": "laravel",
|
|
@@ -1343,10 +2004,13 @@
|
|
|
1343
2004
|
"maintainers": [
|
|
1344
2005
|
{
|
|
1345
2006
|
"name": "m2sd",
|
|
1346
|
-
"github": "m2sd"
|
|
1347
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2007
|
+
"github": "m2sd"
|
|
1348
2008
|
}
|
|
1349
|
-
]
|
|
2009
|
+
],
|
|
2010
|
+
"compatibility": {
|
|
2011
|
+
"nuxt": "^2.0.0",
|
|
2012
|
+
"requires": {}
|
|
2013
|
+
}
|
|
1350
2014
|
},
|
|
1351
2015
|
{
|
|
1352
2016
|
"name": "leaflet",
|
|
@@ -1357,15 +2021,18 @@
|
|
|
1357
2021
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1358
2022
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1359
2023
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1360
|
-
"category": "
|
|
2024
|
+
"category": "Libraries",
|
|
1361
2025
|
"type": "3rd-party",
|
|
1362
2026
|
"maintainers": [
|
|
1363
2027
|
{
|
|
1364
2028
|
"name": "schlunsen",
|
|
1365
|
-
"github": "schlunsen"
|
|
1366
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2029
|
+
"github": "schlunsen"
|
|
1367
2030
|
}
|
|
1368
|
-
]
|
|
2031
|
+
],
|
|
2032
|
+
"compatibility": {
|
|
2033
|
+
"nuxt": "^2.0.0",
|
|
2034
|
+
"requires": {}
|
|
2035
|
+
}
|
|
1369
2036
|
},
|
|
1370
2037
|
{
|
|
1371
2038
|
"name": "localforage",
|
|
@@ -1376,21 +2043,23 @@
|
|
|
1376
2043
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1377
2044
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1378
2045
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1379
|
-
"category": "
|
|
2046
|
+
"category": "Libraries",
|
|
1380
2047
|
"type": "community",
|
|
1381
2048
|
"maintainers": [
|
|
1382
2049
|
{
|
|
1383
2050
|
"name": "Alexandre Chopin",
|
|
1384
2051
|
"github": "alexchopin",
|
|
1385
|
-
"twitter": "alexchopin"
|
|
1386
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2052
|
+
"twitter": "alexchopin"
|
|
1387
2053
|
},
|
|
1388
2054
|
{
|
|
1389
2055
|
"name": "Ricardo Gobbo de Souza",
|
|
1390
|
-
"github": "ricardogobbosouza"
|
|
1391
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2056
|
+
"github": "ricardogobbosouza"
|
|
1392
2057
|
}
|
|
1393
|
-
]
|
|
2058
|
+
],
|
|
2059
|
+
"compatibility": {
|
|
2060
|
+
"nuxt": "^2.0.0",
|
|
2061
|
+
"requires": {}
|
|
2062
|
+
}
|
|
1394
2063
|
},
|
|
1395
2064
|
{
|
|
1396
2065
|
"name": "localtunnel",
|
|
@@ -1407,10 +2076,35 @@
|
|
|
1407
2076
|
{
|
|
1408
2077
|
"name": "Pooya Parsa",
|
|
1409
2078
|
"github": "pi0",
|
|
1410
|
-
"twitter": "_pi0_"
|
|
1411
|
-
|
|
2079
|
+
"twitter": "_pi0_"
|
|
2080
|
+
}
|
|
2081
|
+
],
|
|
2082
|
+
"compatibility": {
|
|
2083
|
+
"nuxt": "^2.0.0",
|
|
2084
|
+
"requires": {}
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "lodash",
|
|
2089
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2090
|
+
"repo": "cipami/nuxt-lodash",
|
|
2091
|
+
"npm": "nuxt-lodash",
|
|
2092
|
+
"icon": "lodash.svg",
|
|
2093
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2094
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2095
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2096
|
+
"category": "Libraries",
|
|
2097
|
+
"type": "3rd-party",
|
|
2098
|
+
"maintainers": [
|
|
2099
|
+
{
|
|
2100
|
+
"name": "Michal Čípa",
|
|
2101
|
+
"github": "cipami"
|
|
1412
2102
|
}
|
|
1413
|
-
]
|
|
2103
|
+
],
|
|
2104
|
+
"compatibility": {
|
|
2105
|
+
"nuxt": "^3.0.0",
|
|
2106
|
+
"requires": {}
|
|
2107
|
+
}
|
|
1414
2108
|
},
|
|
1415
2109
|
{
|
|
1416
2110
|
"name": "logrocket",
|
|
@@ -1427,10 +2121,13 @@
|
|
|
1427
2121
|
{
|
|
1428
2122
|
"name": "Farzad Soltani",
|
|
1429
2123
|
"github": "farzadso",
|
|
1430
|
-
"twitter": "farzadso"
|
|
1431
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2124
|
+
"twitter": "farzadso"
|
|
1432
2125
|
}
|
|
1433
|
-
]
|
|
2126
|
+
],
|
|
2127
|
+
"compatibility": {
|
|
2128
|
+
"nuxt": "^2.0.0",
|
|
2129
|
+
"requires": {}
|
|
2130
|
+
}
|
|
1434
2131
|
},
|
|
1435
2132
|
{
|
|
1436
2133
|
"name": "lunr",
|
|
@@ -1446,30 +2143,36 @@
|
|
|
1446
2143
|
"maintainers": [
|
|
1447
2144
|
{
|
|
1448
2145
|
"name": "Pim",
|
|
1449
|
-
"github": "pimlie"
|
|
1450
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2146
|
+
"github": "pimlie"
|
|
1451
2147
|
}
|
|
1452
|
-
]
|
|
2148
|
+
],
|
|
2149
|
+
"compatibility": {
|
|
2150
|
+
"nuxt": "^2.0.0",
|
|
2151
|
+
"requires": {}
|
|
2152
|
+
}
|
|
1453
2153
|
},
|
|
1454
2154
|
{
|
|
1455
2155
|
"name": "markdownit",
|
|
1456
2156
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1457
|
-
"repo": "nuxt-community/
|
|
2157
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1458
2158
|
"npm": "@nuxtjs/markdownit",
|
|
1459
2159
|
"icon": "",
|
|
1460
|
-
"github": "https://github.com/nuxt-community/
|
|
1461
|
-
"website": "https://github.com/nuxt-community/
|
|
2160
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2161
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1462
2162
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1463
|
-
"category": "
|
|
2163
|
+
"category": "Extensions",
|
|
1464
2164
|
"type": "community",
|
|
1465
2165
|
"maintainers": [
|
|
1466
2166
|
{
|
|
1467
2167
|
"name": "Pooya Parsa",
|
|
1468
2168
|
"github": "pi0",
|
|
1469
|
-
"twitter": "_pi0_"
|
|
1470
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2169
|
+
"twitter": "_pi0_"
|
|
1471
2170
|
}
|
|
1472
|
-
]
|
|
2171
|
+
],
|
|
2172
|
+
"compatibility": {
|
|
2173
|
+
"nuxt": "^2.0.0",
|
|
2174
|
+
"requires": {}
|
|
2175
|
+
}
|
|
1473
2176
|
},
|
|
1474
2177
|
{
|
|
1475
2178
|
"name": "matomo",
|
|
@@ -1485,10 +2188,13 @@
|
|
|
1485
2188
|
"maintainers": [
|
|
1486
2189
|
{
|
|
1487
2190
|
"name": "pimlie",
|
|
1488
|
-
"github": "pimlie"
|
|
1489
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2191
|
+
"github": "pimlie"
|
|
1490
2192
|
}
|
|
1491
|
-
]
|
|
2193
|
+
],
|
|
2194
|
+
"compatibility": {
|
|
2195
|
+
"nuxt": "^2.0.0",
|
|
2196
|
+
"requires": {}
|
|
2197
|
+
}
|
|
1492
2198
|
},
|
|
1493
2199
|
{
|
|
1494
2200
|
"name": "mdx",
|
|
@@ -1499,16 +2205,44 @@
|
|
|
1499
2205
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1500
2206
|
"website": "https://mdx.nuxtjs.org",
|
|
1501
2207
|
"learn_more": "https://mdxjs.com/",
|
|
1502
|
-
"category": "
|
|
2208
|
+
"category": "Extensions",
|
|
1503
2209
|
"type": "community",
|
|
1504
2210
|
"maintainers": [
|
|
1505
2211
|
{
|
|
1506
2212
|
"name": "Jonathan Bakebwa",
|
|
1507
2213
|
"github": "codebender828",
|
|
1508
|
-
"twitter": "codebender828"
|
|
1509
|
-
|
|
2214
|
+
"twitter": "codebender828"
|
|
2215
|
+
}
|
|
2216
|
+
],
|
|
2217
|
+
"compatibility": {
|
|
2218
|
+
"nuxt": "^2.0.0",
|
|
2219
|
+
"requires": {}
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "meilisearch",
|
|
2224
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2225
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2226
|
+
"npm": "nuxt-meilisearch",
|
|
2227
|
+
"icon": "meilisearch.svg",
|
|
2228
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2229
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2230
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2231
|
+
"category": "Libraries",
|
|
2232
|
+
"type": "3rd-party",
|
|
2233
|
+
"maintainers": [
|
|
2234
|
+
{
|
|
2235
|
+
"name": "Alex Duval",
|
|
2236
|
+
"github": "xlanex6",
|
|
2237
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
1510
2238
|
}
|
|
1511
|
-
]
|
|
2239
|
+
],
|
|
2240
|
+
"compatibility": {
|
|
2241
|
+
"nuxt": "^3.0.0",
|
|
2242
|
+
"requires": {
|
|
2243
|
+
"bridge": false
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
1512
2246
|
},
|
|
1513
2247
|
{
|
|
1514
2248
|
"name": "memwatch",
|
|
@@ -1524,10 +2258,13 @@
|
|
|
1524
2258
|
"maintainers": [
|
|
1525
2259
|
{
|
|
1526
2260
|
"name": "pimlie",
|
|
1527
|
-
"github": "pimlie"
|
|
1528
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2261
|
+
"github": "pimlie"
|
|
1529
2262
|
}
|
|
1530
|
-
]
|
|
2263
|
+
],
|
|
2264
|
+
"compatibility": {
|
|
2265
|
+
"nuxt": "^2.0.0",
|
|
2266
|
+
"requires": {}
|
|
2267
|
+
}
|
|
1531
2268
|
},
|
|
1532
2269
|
{
|
|
1533
2270
|
"name": "mobile",
|
|
@@ -1538,15 +2275,18 @@
|
|
|
1538
2275
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1539
2276
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1540
2277
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1541
|
-
"category": "
|
|
2278
|
+
"category": "Extensions",
|
|
1542
2279
|
"type": "3rd-party",
|
|
1543
2280
|
"maintainers": [
|
|
1544
2281
|
{
|
|
1545
2282
|
"name": "ChanningDefoe",
|
|
1546
|
-
"github": "ChanningDefoe"
|
|
1547
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2283
|
+
"github": "ChanningDefoe"
|
|
1548
2284
|
}
|
|
1549
|
-
]
|
|
2285
|
+
],
|
|
2286
|
+
"compatibility": {
|
|
2287
|
+
"nuxt": "^2.0.0",
|
|
2288
|
+
"requires": {}
|
|
2289
|
+
}
|
|
1550
2290
|
},
|
|
1551
2291
|
{
|
|
1552
2292
|
"name": "moment",
|
|
@@ -1563,15 +2303,17 @@
|
|
|
1563
2303
|
{
|
|
1564
2304
|
"name": "Pooya Parsa",
|
|
1565
2305
|
"github": "pi0",
|
|
1566
|
-
"twitter": "_pi0_"
|
|
1567
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2306
|
+
"twitter": "_pi0_"
|
|
1568
2307
|
},
|
|
1569
2308
|
{
|
|
1570
2309
|
"name": "Ricardo Gobbo de Souza",
|
|
1571
|
-
"github": "ricardogobbosouza"
|
|
1572
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2310
|
+
"github": "ricardogobbosouza"
|
|
1573
2311
|
}
|
|
1574
|
-
]
|
|
2312
|
+
],
|
|
2313
|
+
"compatibility": {
|
|
2314
|
+
"nuxt": "^2.0.0",
|
|
2315
|
+
"requires": {}
|
|
2316
|
+
}
|
|
1575
2317
|
},
|
|
1576
2318
|
{
|
|
1577
2319
|
"name": "mq",
|
|
@@ -1587,10 +2329,13 @@
|
|
|
1587
2329
|
"maintainers": [
|
|
1588
2330
|
{
|
|
1589
2331
|
"name": "vanhoofmaarten",
|
|
1590
|
-
"github": "vanhoofmaarten"
|
|
1591
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2332
|
+
"github": "vanhoofmaarten"
|
|
1592
2333
|
}
|
|
1593
|
-
]
|
|
2334
|
+
],
|
|
2335
|
+
"compatibility": {
|
|
2336
|
+
"nuxt": "^2.0.0",
|
|
2337
|
+
"requires": {}
|
|
2338
|
+
}
|
|
1594
2339
|
},
|
|
1595
2340
|
{
|
|
1596
2341
|
"name": "neo",
|
|
@@ -1606,10 +2351,13 @@
|
|
|
1606
2351
|
"maintainers": [
|
|
1607
2352
|
{
|
|
1608
2353
|
"name": "ezypeeze",
|
|
1609
|
-
"github": "ezypeeze"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2354
|
+
"github": "ezypeeze"
|
|
1611
2355
|
}
|
|
1612
|
-
]
|
|
2356
|
+
],
|
|
2357
|
+
"compatibility": {
|
|
2358
|
+
"nuxt": "^2.0.0",
|
|
2359
|
+
"requires": {}
|
|
2360
|
+
}
|
|
1613
2361
|
},
|
|
1614
2362
|
{
|
|
1615
2363
|
"name": "netlify-cache",
|
|
@@ -1625,10 +2373,13 @@
|
|
|
1625
2373
|
"maintainers": [
|
|
1626
2374
|
{
|
|
1627
2375
|
"name": "DreaMinder",
|
|
1628
|
-
"github": "DreaMinder"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2376
|
+
"github": "DreaMinder"
|
|
1630
2377
|
}
|
|
1631
|
-
]
|
|
2378
|
+
],
|
|
2379
|
+
"compatibility": {
|
|
2380
|
+
"nuxt": "^2.0.0",
|
|
2381
|
+
"requires": {}
|
|
2382
|
+
}
|
|
1632
2383
|
},
|
|
1633
2384
|
{
|
|
1634
2385
|
"name": "netlify-files",
|
|
@@ -1645,10 +2396,13 @@
|
|
|
1645
2396
|
{
|
|
1646
2397
|
"name": "Alexander Lichter",
|
|
1647
2398
|
"github": "manniL",
|
|
1648
|
-
"twitter": "TheAlexLichter"
|
|
1649
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2399
|
+
"twitter": "TheAlexLichter"
|
|
1650
2400
|
}
|
|
1651
|
-
]
|
|
2401
|
+
],
|
|
2402
|
+
"compatibility": {
|
|
2403
|
+
"nuxt": "^2.0.0",
|
|
2404
|
+
"requires": {}
|
|
2405
|
+
}
|
|
1652
2406
|
},
|
|
1653
2407
|
{
|
|
1654
2408
|
"name": "netlify",
|
|
@@ -1664,10 +2418,13 @@
|
|
|
1664
2418
|
"maintainers": [
|
|
1665
2419
|
{
|
|
1666
2420
|
"name": "bazzite",
|
|
1667
|
-
"github": "bazzite"
|
|
1668
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2421
|
+
"github": "bazzite"
|
|
1669
2422
|
}
|
|
1670
|
-
]
|
|
2423
|
+
],
|
|
2424
|
+
"compatibility": {
|
|
2425
|
+
"nuxt": "^2.0.0",
|
|
2426
|
+
"requires": {}
|
|
2427
|
+
}
|
|
1671
2428
|
},
|
|
1672
2429
|
{
|
|
1673
2430
|
"name": "ngrok",
|
|
@@ -1684,16 +2441,199 @@
|
|
|
1684
2441
|
{
|
|
1685
2442
|
"name": "Debbie O'Brien",
|
|
1686
2443
|
"github": "debs-obrien",
|
|
1687
|
-
"twitter": "debs_obrien"
|
|
1688
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2444
|
+
"twitter": "debs_obrien"
|
|
1689
2445
|
},
|
|
1690
2446
|
{
|
|
1691
2447
|
"name": "Pooya Parsa",
|
|
1692
2448
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
|
|
2449
|
+
"twitter": "_pi0_"
|
|
2450
|
+
}
|
|
2451
|
+
],
|
|
2452
|
+
"compatibility": {
|
|
2453
|
+
"nuxt": "^2.0.0",
|
|
2454
|
+
"requires": {}
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"name": "notion",
|
|
2459
|
+
"description": "Vue renderer for Notion pages",
|
|
2460
|
+
"repo": "janniks/vue-notion",
|
|
2461
|
+
"npm": "vue-notion",
|
|
2462
|
+
"icon": "notion.svg",
|
|
2463
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2464
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2465
|
+
"learn_more": "",
|
|
2466
|
+
"category": "CMS",
|
|
2467
|
+
"type": "3rd-party",
|
|
2468
|
+
"maintainers": [
|
|
2469
|
+
{
|
|
2470
|
+
"name": "janniks",
|
|
2471
|
+
"github": "janniks"
|
|
2472
|
+
}
|
|
2473
|
+
],
|
|
2474
|
+
"compatibility": {
|
|
2475
|
+
"nuxt": "^2.0.0",
|
|
2476
|
+
"requires": {}
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"name": "nuxt-hue",
|
|
2481
|
+
"description": "Enlighten your Nuxt experience",
|
|
2482
|
+
"repo": "lihbr/nuxt-hue",
|
|
2483
|
+
"npm": "nuxt-hue",
|
|
2484
|
+
"icon": "nuxt-hue.svg",
|
|
2485
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2486
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2487
|
+
"learn_more": "",
|
|
2488
|
+
"category": "Devtools",
|
|
2489
|
+
"type": "3rd-party",
|
|
2490
|
+
"maintainers": [
|
|
2491
|
+
{
|
|
2492
|
+
"name": "lihbr",
|
|
2493
|
+
"github": "lihbr"
|
|
2494
|
+
}
|
|
2495
|
+
],
|
|
2496
|
+
"compatibility": {
|
|
2497
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2498
|
+
"requires": {
|
|
2499
|
+
"bridge": "optional"
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"name": "nuxt-pino-log",
|
|
2505
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2506
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2507
|
+
"npm": "nuxt-pino-log",
|
|
2508
|
+
"icon": "",
|
|
2509
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2510
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2511
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2512
|
+
"category": "Monitoring",
|
|
2513
|
+
"type": "3rd-party",
|
|
2514
|
+
"maintainers": [
|
|
2515
|
+
{
|
|
2516
|
+
"name": "kpn",
|
|
2517
|
+
"github": "kpn"
|
|
2518
|
+
}
|
|
2519
|
+
],
|
|
2520
|
+
"compatibility": {
|
|
2521
|
+
"nuxt": "^2.0.0",
|
|
2522
|
+
"requires": {}
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "nuxt-png-to-ico",
|
|
2527
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2528
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2529
|
+
"npm": "nuxt-png-to-ico",
|
|
2530
|
+
"icon": "",
|
|
2531
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2532
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2533
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2534
|
+
"category": "Devtools",
|
|
2535
|
+
"type": "3rd-party",
|
|
2536
|
+
"maintainers": [
|
|
2537
|
+
{
|
|
2538
|
+
"name": "b5710546232",
|
|
2539
|
+
"github": "b5710546232",
|
|
2540
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"compatibility": {
|
|
2544
|
+
"nuxt": "^2.0.0",
|
|
2545
|
+
"requires": {}
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "nuxt-smartlook",
|
|
2550
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2551
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2552
|
+
"npm": "nuxt-smartlook",
|
|
2553
|
+
"icon": "nuxt-smartlook.png",
|
|
2554
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2555
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2556
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2557
|
+
"category": "Analytics",
|
|
2558
|
+
"type": "3rd-party",
|
|
2559
|
+
"maintainers": [
|
|
2560
|
+
{
|
|
2561
|
+
"name": "Milan Sulc",
|
|
2562
|
+
"github": "f3l1x",
|
|
2563
|
+
"twitter": "xf3l1x",
|
|
2564
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"compatibility": {
|
|
2568
|
+
"nuxt": "^2.0.0",
|
|
2569
|
+
"requires": {}
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"name": "nuxt-use-motion",
|
|
2574
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2575
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2576
|
+
"npm": "nuxt-use-motion",
|
|
2577
|
+
"icon": "nuxt-use-motion.svg",
|
|
2578
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2579
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2580
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2581
|
+
"category": "Libraries",
|
|
2582
|
+
"type": "3rd-party",
|
|
2583
|
+
"maintainers": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "Tahul",
|
|
2586
|
+
"github": "Tahul"
|
|
2587
|
+
}
|
|
2588
|
+
],
|
|
2589
|
+
"compatibility": {
|
|
2590
|
+
"nuxt": "^2.0.0",
|
|
2591
|
+
"requires": {}
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"name": "nuxt-use-sound",
|
|
2596
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2597
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2598
|
+
"npm": "nuxt-use-sound",
|
|
2599
|
+
"icon": "nuxt-use-sound.svg",
|
|
2600
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2601
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2602
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2603
|
+
"category": "Libraries",
|
|
2604
|
+
"type": "3rd-party",
|
|
2605
|
+
"maintainers": [
|
|
2606
|
+
{
|
|
2607
|
+
"name": "Tahul",
|
|
2608
|
+
"github": "Tahul"
|
|
1695
2609
|
}
|
|
1696
|
-
]
|
|
2610
|
+
],
|
|
2611
|
+
"compatibility": {
|
|
2612
|
+
"nuxt": "^2.0.0",
|
|
2613
|
+
"requires": {}
|
|
2614
|
+
}
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"name": "nuxt-viewport",
|
|
2618
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2619
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2620
|
+
"npm": "nuxt-viewport",
|
|
2621
|
+
"icon": "nuxt-viewport.svg",
|
|
2622
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2623
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2624
|
+
"learn_more": "",
|
|
2625
|
+
"category": "Extensions",
|
|
2626
|
+
"type": "3rd-party",
|
|
2627
|
+
"maintainers": [
|
|
2628
|
+
{
|
|
2629
|
+
"name": "mvrlin",
|
|
2630
|
+
"github": "mvrlin"
|
|
2631
|
+
}
|
|
2632
|
+
],
|
|
2633
|
+
"compatibility": {
|
|
2634
|
+
"nuxt": "^2.0.0",
|
|
2635
|
+
"requires": {}
|
|
2636
|
+
}
|
|
1697
2637
|
},
|
|
1698
2638
|
{
|
|
1699
2639
|
"name": "nuxt7",
|
|
@@ -1710,10 +2650,13 @@
|
|
|
1710
2650
|
{
|
|
1711
2651
|
"name": "Pooya Parsa",
|
|
1712
2652
|
"github": "pi0",
|
|
1713
|
-
"twitter": "_pi0_"
|
|
1714
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2653
|
+
"twitter": "_pi0_"
|
|
1715
2654
|
}
|
|
1716
|
-
]
|
|
2655
|
+
],
|
|
2656
|
+
"compatibility": {
|
|
2657
|
+
"nuxt": "^2.0.0",
|
|
2658
|
+
"requires": {}
|
|
2659
|
+
}
|
|
1717
2660
|
},
|
|
1718
2661
|
{
|
|
1719
2662
|
"name": "onesignal",
|
|
@@ -1724,16 +2667,19 @@
|
|
|
1724
2667
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1725
2668
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1726
2669
|
"learn_more": "https://onesignal.com/",
|
|
1727
|
-
"category": "
|
|
2670
|
+
"category": "Extensions",
|
|
1728
2671
|
"type": "community",
|
|
1729
2672
|
"maintainers": [
|
|
1730
2673
|
{
|
|
1731
2674
|
"name": "Pooya Parsa",
|
|
1732
2675
|
"github": "pi0",
|
|
1733
|
-
"twitter": "_pi0_"
|
|
1734
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2676
|
+
"twitter": "_pi0_"
|
|
1735
2677
|
}
|
|
1736
|
-
]
|
|
2678
|
+
],
|
|
2679
|
+
"compatibility": {
|
|
2680
|
+
"nuxt": "^2.0.0",
|
|
2681
|
+
"requires": {}
|
|
2682
|
+
}
|
|
1737
2683
|
},
|
|
1738
2684
|
{
|
|
1739
2685
|
"name": "optimized-images",
|
|
@@ -1750,10 +2696,13 @@
|
|
|
1750
2696
|
{
|
|
1751
2697
|
"name": "Julio Marquez",
|
|
1752
2698
|
"github": "juliomrqz",
|
|
1753
|
-
"twitter": "juliomrqz"
|
|
1754
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2699
|
+
"twitter": "juliomrqz"
|
|
1755
2700
|
}
|
|
1756
|
-
]
|
|
2701
|
+
],
|
|
2702
|
+
"compatibility": {
|
|
2703
|
+
"nuxt": "^2.0.0",
|
|
2704
|
+
"requires": {}
|
|
2705
|
+
}
|
|
1757
2706
|
},
|
|
1758
2707
|
{
|
|
1759
2708
|
"name": "page-generator-helper",
|
|
@@ -1764,15 +2713,18 @@
|
|
|
1764
2713
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1765
2714
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1766
2715
|
"learn_more": "",
|
|
1767
|
-
"category": "
|
|
2716
|
+
"category": "Extensions",
|
|
1768
2717
|
"type": "3rd-party",
|
|
1769
2718
|
"maintainers": [
|
|
1770
2719
|
{
|
|
1771
2720
|
"name": "GrabarzUndPartner",
|
|
1772
|
-
"github": "GrabarzUndPartner"
|
|
1773
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2721
|
+
"github": "GrabarzUndPartner"
|
|
1774
2722
|
}
|
|
1775
|
-
]
|
|
2723
|
+
],
|
|
2724
|
+
"compatibility": {
|
|
2725
|
+
"nuxt": "^2.0.0",
|
|
2726
|
+
"requires": {}
|
|
2727
|
+
}
|
|
1776
2728
|
},
|
|
1777
2729
|
{
|
|
1778
2730
|
"name": "parse",
|
|
@@ -1788,10 +2740,109 @@
|
|
|
1788
2740
|
"maintainers": [
|
|
1789
2741
|
{
|
|
1790
2742
|
"name": "cierrateam",
|
|
1791
|
-
"github": "cierrateam"
|
|
1792
|
-
|
|
2743
|
+
"github": "cierrateam"
|
|
2744
|
+
}
|
|
2745
|
+
],
|
|
2746
|
+
"compatibility": {
|
|
2747
|
+
"nuxt": "^2.0.0",
|
|
2748
|
+
"requires": {}
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "partytown",
|
|
2753
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2754
|
+
"repo": "nuxt-community/partytown-module",
|
|
2755
|
+
"npm": "@nuxtjs/partytown",
|
|
2756
|
+
"icon": "partytown.svg",
|
|
2757
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2758
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2759
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2760
|
+
"category": "Performance",
|
|
2761
|
+
"type": "community",
|
|
2762
|
+
"maintainers": [
|
|
2763
|
+
{
|
|
2764
|
+
"name": "Daniel Roe",
|
|
2765
|
+
"github": "danielroe",
|
|
2766
|
+
"twitter": "danielcroe"
|
|
2767
|
+
}
|
|
2768
|
+
],
|
|
2769
|
+
"compatibility": {
|
|
2770
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2771
|
+
"requires": {
|
|
2772
|
+
"bridge": true
|
|
2773
|
+
}
|
|
2774
|
+
}
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "persian-datepicker",
|
|
2778
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2779
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2780
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2781
|
+
"icon": "persian-datepicker.svg",
|
|
2782
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2783
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2784
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2785
|
+
"category": "Date",
|
|
2786
|
+
"type": "3rd-party",
|
|
2787
|
+
"maintainers": [
|
|
2788
|
+
{
|
|
2789
|
+
"name": "Alireza Alibeiki",
|
|
2790
|
+
"github": "alireza-ab",
|
|
2791
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2792
|
+
}
|
|
2793
|
+
],
|
|
2794
|
+
"compatibility": {
|
|
2795
|
+
"nuxt": "^2.0.0",
|
|
2796
|
+
"requires": {}
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"name": "pinia",
|
|
2801
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2802
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2803
|
+
"npm": "@pinia/nuxt",
|
|
2804
|
+
"icon": "pinia.svg",
|
|
2805
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2806
|
+
"website": "https://pinia.esm.dev/",
|
|
2807
|
+
"learn_more": "",
|
|
2808
|
+
"category": "Extensions",
|
|
2809
|
+
"type": "3rd-party",
|
|
2810
|
+
"maintainers": [
|
|
2811
|
+
{
|
|
2812
|
+
"name": "posva",
|
|
2813
|
+
"github": "posva"
|
|
2814
|
+
}
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2818
|
+
"requires": {
|
|
2819
|
+
"bridge": "optional"
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "plausible",
|
|
2825
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2826
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2827
|
+
"npm": "vue-plausible",
|
|
2828
|
+
"icon": "plausible.png",
|
|
2829
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2830
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2831
|
+
"learn_more": "",
|
|
2832
|
+
"category": "Analytics",
|
|
2833
|
+
"type": "3rd-party",
|
|
2834
|
+
"maintainers": [
|
|
2835
|
+
{
|
|
2836
|
+
"name": "moritzsternemann",
|
|
2837
|
+
"github": "moritzsternemann"
|
|
1793
2838
|
}
|
|
1794
|
-
]
|
|
2839
|
+
],
|
|
2840
|
+
"compatibility": {
|
|
2841
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2842
|
+
"requires": {
|
|
2843
|
+
"bridge": "optional"
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
1795
2846
|
},
|
|
1796
2847
|
{
|
|
1797
2848
|
"name": "precompress",
|
|
@@ -1807,10 +2858,13 @@
|
|
|
1807
2858
|
"maintainers": [
|
|
1808
2859
|
{
|
|
1809
2860
|
"name": "frenchrabbit",
|
|
1810
|
-
"github": "frenchrabbit"
|
|
1811
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2861
|
+
"github": "frenchrabbit"
|
|
1812
2862
|
}
|
|
1813
|
-
]
|
|
2863
|
+
],
|
|
2864
|
+
"compatibility": {
|
|
2865
|
+
"nuxt": "^2.0.0",
|
|
2866
|
+
"requires": {}
|
|
2867
|
+
}
|
|
1814
2868
|
},
|
|
1815
2869
|
{
|
|
1816
2870
|
"name": "prismic",
|
|
@@ -1827,21 +2881,22 @@
|
|
|
1827
2881
|
{
|
|
1828
2882
|
"name": "Sébastien Chopin",
|
|
1829
2883
|
"github": "Atinux",
|
|
1830
|
-
"twitter": "Atinux"
|
|
1831
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2884
|
+
"twitter": "Atinux"
|
|
1832
2885
|
},
|
|
1833
2886
|
{
|
|
1834
2887
|
"name": "lihbr",
|
|
1835
2888
|
"github": "lihbr",
|
|
1836
|
-
"twitter": "li_hbr"
|
|
1837
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2889
|
+
"twitter": "li_hbr"
|
|
1838
2890
|
},
|
|
1839
2891
|
{
|
|
1840
2892
|
"name": "James Pegg",
|
|
1841
|
-
"github": "jamespegg"
|
|
1842
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2893
|
+
"github": "jamespegg"
|
|
1843
2894
|
}
|
|
1844
|
-
]
|
|
2895
|
+
],
|
|
2896
|
+
"compatibility": {
|
|
2897
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2898
|
+
"requires": {}
|
|
2899
|
+
}
|
|
1845
2900
|
},
|
|
1846
2901
|
{
|
|
1847
2902
|
"name": "protected-mailto",
|
|
@@ -1857,10 +2912,13 @@
|
|
|
1857
2912
|
"maintainers": [
|
|
1858
2913
|
{
|
|
1859
2914
|
"name": "mmoollllee",
|
|
1860
|
-
"github": "mmoollllee"
|
|
1861
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2915
|
+
"github": "mmoollllee"
|
|
1862
2916
|
}
|
|
1863
|
-
]
|
|
2917
|
+
],
|
|
2918
|
+
"compatibility": {
|
|
2919
|
+
"nuxt": "^2.0.0",
|
|
2920
|
+
"requires": {}
|
|
2921
|
+
}
|
|
1864
2922
|
},
|
|
1865
2923
|
{
|
|
1866
2924
|
"name": "proxy",
|
|
@@ -1877,10 +2935,13 @@
|
|
|
1877
2935
|
{
|
|
1878
2936
|
"name": "Pooya Parsa",
|
|
1879
2937
|
"github": "pi0",
|
|
1880
|
-
"twitter": "_pi0_"
|
|
1881
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2938
|
+
"twitter": "_pi0_"
|
|
1882
2939
|
}
|
|
1883
|
-
]
|
|
2940
|
+
],
|
|
2941
|
+
"compatibility": {
|
|
2942
|
+
"nuxt": "^2.0.0",
|
|
2943
|
+
"requires": {}
|
|
2944
|
+
}
|
|
1884
2945
|
},
|
|
1885
2946
|
{
|
|
1886
2947
|
"name": "prune-html",
|
|
@@ -1895,11 +2956,15 @@
|
|
|
1895
2956
|
"type": "3rd-party",
|
|
1896
2957
|
"maintainers": [
|
|
1897
2958
|
{
|
|
1898
|
-
"name": "
|
|
2959
|
+
"name": "Luca Iaconelli",
|
|
1899
2960
|
"github": "LuXDAmore",
|
|
1900
|
-
"
|
|
2961
|
+
"twitter": "luxdamore"
|
|
1901
2962
|
}
|
|
1902
|
-
]
|
|
2963
|
+
],
|
|
2964
|
+
"compatibility": {
|
|
2965
|
+
"nuxt": "^2.0.0",
|
|
2966
|
+
"requires": {}
|
|
2967
|
+
}
|
|
1903
2968
|
},
|
|
1904
2969
|
{
|
|
1905
2970
|
"name": "purgecss",
|
|
@@ -1915,14 +2980,17 @@
|
|
|
1915
2980
|
"maintainers": [
|
|
1916
2981
|
{
|
|
1917
2982
|
"name": "Developmint",
|
|
1918
|
-
"github": "Developmint"
|
|
1919
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2983
|
+
"github": "Developmint"
|
|
1920
2984
|
}
|
|
1921
|
-
]
|
|
2985
|
+
],
|
|
2986
|
+
"compatibility": {
|
|
2987
|
+
"nuxt": "^2.0.0",
|
|
2988
|
+
"requires": {}
|
|
2989
|
+
}
|
|
1922
2990
|
},
|
|
1923
2991
|
{
|
|
1924
2992
|
"name": "pwa",
|
|
1925
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2993
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1926
2994
|
"repo": "nuxt-community/pwa-module",
|
|
1927
2995
|
"npm": "@nuxtjs/pwa",
|
|
1928
2996
|
"icon": "pwa.png",
|
|
@@ -1935,10 +3003,15 @@
|
|
|
1935
3003
|
{
|
|
1936
3004
|
"name": "Pooya Parsa",
|
|
1937
3005
|
"github": "pi0",
|
|
1938
|
-
"twitter": "_pi0_"
|
|
1939
|
-
|
|
3006
|
+
"twitter": "_pi0_"
|
|
3007
|
+
}
|
|
3008
|
+
],
|
|
3009
|
+
"compatibility": {
|
|
3010
|
+
"nuxt": "^2.0.0",
|
|
3011
|
+
"requires": {
|
|
3012
|
+
"bridge": "optional"
|
|
1940
3013
|
}
|
|
1941
|
-
|
|
3014
|
+
}
|
|
1942
3015
|
},
|
|
1943
3016
|
{
|
|
1944
3017
|
"name": "python",
|
|
@@ -1949,15 +3022,18 @@
|
|
|
1949
3022
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1950
3023
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1951
3024
|
"learn_more": "https://www.python.org/",
|
|
1952
|
-
"category": "
|
|
3025
|
+
"category": "Extensions",
|
|
1953
3026
|
"type": "community",
|
|
1954
3027
|
"maintainers": [
|
|
1955
3028
|
{
|
|
1956
3029
|
"name": "Sebastian Silva",
|
|
1957
|
-
"github": "icarito"
|
|
1958
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3030
|
+
"github": "icarito"
|
|
1959
3031
|
}
|
|
1960
|
-
]
|
|
3032
|
+
],
|
|
3033
|
+
"compatibility": {
|
|
3034
|
+
"nuxt": "^2.0.0",
|
|
3035
|
+
"requires": {}
|
|
3036
|
+
}
|
|
1961
3037
|
},
|
|
1962
3038
|
{
|
|
1963
3039
|
"name": "recaptcha",
|
|
@@ -1973,10 +3049,13 @@
|
|
|
1973
3049
|
"maintainers": [
|
|
1974
3050
|
{
|
|
1975
3051
|
"name": "mvrlin",
|
|
1976
|
-
"github": "mvrlin"
|
|
1977
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3052
|
+
"github": "mvrlin"
|
|
1978
3053
|
}
|
|
1979
|
-
]
|
|
3054
|
+
],
|
|
3055
|
+
"compatibility": {
|
|
3056
|
+
"nuxt": "^2.0.0",
|
|
3057
|
+
"requires": {}
|
|
3058
|
+
}
|
|
1980
3059
|
},
|
|
1981
3060
|
{
|
|
1982
3061
|
"name": "redirect",
|
|
@@ -1993,10 +3072,13 @@
|
|
|
1993
3072
|
{
|
|
1994
3073
|
"name": "Alexander Lichter",
|
|
1995
3074
|
"github": "manniL",
|
|
1996
|
-
"twitter": "TheAlexLichter"
|
|
1997
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3075
|
+
"twitter": "TheAlexLichter"
|
|
1998
3076
|
}
|
|
1999
|
-
]
|
|
3077
|
+
],
|
|
3078
|
+
"compatibility": {
|
|
3079
|
+
"nuxt": "^2.0.0",
|
|
3080
|
+
"requires": {}
|
|
3081
|
+
}
|
|
2000
3082
|
},
|
|
2001
3083
|
{
|
|
2002
3084
|
"name": "rfg-icon",
|
|
@@ -2007,15 +3089,18 @@
|
|
|
2007
3089
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2008
3090
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2009
3091
|
"learn_more": "https://realfavicongenerator.net/",
|
|
2010
|
-
"category": "
|
|
3092
|
+
"category": "SEO",
|
|
2011
3093
|
"type": "3rd-party",
|
|
2012
3094
|
"maintainers": [
|
|
2013
3095
|
{
|
|
2014
3096
|
"name": "pimlie",
|
|
2015
|
-
"github": "pimlie"
|
|
2016
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3097
|
+
"github": "pimlie"
|
|
2017
3098
|
}
|
|
2018
|
-
]
|
|
3099
|
+
],
|
|
3100
|
+
"compatibility": {
|
|
3101
|
+
"nuxt": "^2.0.0",
|
|
3102
|
+
"requires": {}
|
|
3103
|
+
}
|
|
2019
3104
|
},
|
|
2020
3105
|
{
|
|
2021
3106
|
"name": "robots",
|
|
@@ -2031,10 +3116,13 @@
|
|
|
2031
3116
|
"maintainers": [
|
|
2032
3117
|
{
|
|
2033
3118
|
"name": "Ricardo Gobbo de Souza",
|
|
2034
|
-
"github": "ricardogobbosouza"
|
|
2035
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3119
|
+
"github": "ricardogobbosouza"
|
|
2036
3120
|
}
|
|
2037
|
-
]
|
|
3121
|
+
],
|
|
3122
|
+
"compatibility": {
|
|
3123
|
+
"nuxt": "^2.0.0",
|
|
3124
|
+
"requires": {}
|
|
3125
|
+
}
|
|
2038
3126
|
},
|
|
2039
3127
|
{
|
|
2040
3128
|
"name": "rollbar",
|
|
@@ -2050,10 +3138,13 @@
|
|
|
2050
3138
|
"maintainers": [
|
|
2051
3139
|
{
|
|
2052
3140
|
"name": "Gaël Reyrol",
|
|
2053
|
-
"github": "gaelreyrol"
|
|
2054
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3141
|
+
"github": "gaelreyrol"
|
|
2055
3142
|
}
|
|
2056
|
-
]
|
|
3143
|
+
],
|
|
3144
|
+
"compatibility": {
|
|
3145
|
+
"nuxt": "^2.0.0",
|
|
3146
|
+
"requires": {}
|
|
3147
|
+
}
|
|
2057
3148
|
},
|
|
2058
3149
|
{
|
|
2059
3150
|
"name": "router-extras",
|
|
@@ -2064,16 +3155,19 @@
|
|
|
2064
3155
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2065
3156
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2066
3157
|
"learn_more": "",
|
|
2067
|
-
"category": "
|
|
3158
|
+
"category": "Extensions",
|
|
2068
3159
|
"type": "community",
|
|
2069
3160
|
"maintainers": [
|
|
2070
3161
|
{
|
|
2071
3162
|
"name": "Ahad Birang",
|
|
2072
3163
|
"github": "farnabaz",
|
|
2073
|
-
"twitter": "a_birang"
|
|
2074
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3164
|
+
"twitter": "a_birang"
|
|
2075
3165
|
}
|
|
2076
|
-
]
|
|
3166
|
+
],
|
|
3167
|
+
"compatibility": {
|
|
3168
|
+
"nuxt": "^2.0.0",
|
|
3169
|
+
"requires": {}
|
|
3170
|
+
}
|
|
2077
3171
|
},
|
|
2078
3172
|
{
|
|
2079
3173
|
"name": "router",
|
|
@@ -2084,20 +3178,23 @@
|
|
|
2084
3178
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2085
3179
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2086
3180
|
"learn_more": "",
|
|
2087
|
-
"category": "
|
|
3181
|
+
"category": "Extensions",
|
|
2088
3182
|
"type": "community",
|
|
2089
3183
|
"maintainers": [
|
|
2090
3184
|
{
|
|
2091
3185
|
"name": "Sébastien Chopin",
|
|
2092
3186
|
"github": "Atinux",
|
|
2093
|
-
"twitter": "Atinux"
|
|
2094
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3187
|
+
"twitter": "Atinux"
|
|
2095
3188
|
}
|
|
2096
|
-
]
|
|
3189
|
+
],
|
|
3190
|
+
"compatibility": {
|
|
3191
|
+
"nuxt": "^2.0.0",
|
|
3192
|
+
"requires": {}
|
|
3193
|
+
}
|
|
2097
3194
|
},
|
|
2098
3195
|
{
|
|
2099
3196
|
"name": "sanity",
|
|
2100
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3197
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2101
3198
|
"repo": "nuxt-community/sanity-module#main",
|
|
2102
3199
|
"npm": "@nuxtjs/sanity",
|
|
2103
3200
|
"icon": "sanity.png",
|
|
@@ -2110,10 +3207,15 @@
|
|
|
2110
3207
|
{
|
|
2111
3208
|
"name": "Daniel Roe",
|
|
2112
3209
|
"github": "danielroe",
|
|
2113
|
-
"twitter": "danielcroe"
|
|
2114
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3210
|
+
"twitter": "danielcroe"
|
|
2115
3211
|
}
|
|
2116
|
-
]
|
|
3212
|
+
],
|
|
3213
|
+
"compatibility": {
|
|
3214
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3215
|
+
"requires": {
|
|
3216
|
+
"bridge": "optional"
|
|
3217
|
+
}
|
|
3218
|
+
}
|
|
2117
3219
|
},
|
|
2118
3220
|
{
|
|
2119
3221
|
"name": "scss-to-js",
|
|
@@ -2129,10 +3231,13 @@
|
|
|
2129
3231
|
"maintainers": [
|
|
2130
3232
|
{
|
|
2131
3233
|
"name": "sugoidesune",
|
|
2132
|
-
"github": "sugoidesune"
|
|
2133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3234
|
+
"github": "sugoidesune"
|
|
2134
3235
|
}
|
|
2135
|
-
]
|
|
3236
|
+
],
|
|
3237
|
+
"compatibility": {
|
|
3238
|
+
"nuxt": "^2.0.0",
|
|
3239
|
+
"requires": {}
|
|
3240
|
+
}
|
|
2136
3241
|
},
|
|
2137
3242
|
{
|
|
2138
3243
|
"name": "segment",
|
|
@@ -2148,10 +3253,13 @@
|
|
|
2148
3253
|
"maintainers": [
|
|
2149
3254
|
{
|
|
2150
3255
|
"name": "dansmaculotte",
|
|
2151
|
-
"github": "dansmaculotte"
|
|
2152
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3256
|
+
"github": "dansmaculotte"
|
|
2153
3257
|
}
|
|
2154
|
-
]
|
|
3258
|
+
],
|
|
3259
|
+
"compatibility": {
|
|
3260
|
+
"nuxt": "^2.0.0",
|
|
3261
|
+
"requires": {}
|
|
3262
|
+
}
|
|
2155
3263
|
},
|
|
2156
3264
|
{
|
|
2157
3265
|
"name": "sentry",
|
|
@@ -2160,17 +3268,43 @@
|
|
|
2160
3268
|
"npm": "@nuxtjs/sentry",
|
|
2161
3269
|
"icon": "sentry.png",
|
|
2162
3270
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2163
|
-
"website": "https://
|
|
3271
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2164
3272
|
"learn_more": "https://sentry.io/welcome/",
|
|
2165
3273
|
"category": "Monitoring",
|
|
2166
3274
|
"type": "community",
|
|
2167
3275
|
"maintainers": [
|
|
2168
3276
|
{
|
|
2169
3277
|
"name": "Rafał Chłodnicki",
|
|
2170
|
-
"github": "rchl"
|
|
2171
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3278
|
+
"github": "rchl"
|
|
2172
3279
|
}
|
|
2173
|
-
]
|
|
3280
|
+
],
|
|
3281
|
+
"compatibility": {
|
|
3282
|
+
"nuxt": "^2.0.0",
|
|
3283
|
+
"requires": {}
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"name": "seo-meta",
|
|
3288
|
+
"description": "Simple generate seo metadata",
|
|
3289
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3290
|
+
"npm": "nuxt-seo-meta",
|
|
3291
|
+
"icon": "",
|
|
3292
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3293
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3294
|
+
"learn_more": "",
|
|
3295
|
+
"category": "SEO",
|
|
3296
|
+
"type": "3rd-party",
|
|
3297
|
+
"maintainers": [
|
|
3298
|
+
{
|
|
3299
|
+
"name": "ihavecoke",
|
|
3300
|
+
"github": "ihavecoke",
|
|
3301
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3302
|
+
}
|
|
3303
|
+
],
|
|
3304
|
+
"compatibility": {
|
|
3305
|
+
"nuxt": "^2.0.0",
|
|
3306
|
+
"requires": {}
|
|
3307
|
+
}
|
|
2174
3308
|
},
|
|
2175
3309
|
{
|
|
2176
3310
|
"name": "seomatic-meta",
|
|
@@ -2186,10 +3320,13 @@
|
|
|
2186
3320
|
"maintainers": [
|
|
2187
3321
|
{
|
|
2188
3322
|
"name": "ben-rogerson",
|
|
2189
|
-
"github": "ben-rogerson"
|
|
2190
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3323
|
+
"github": "ben-rogerson"
|
|
2191
3324
|
}
|
|
2192
|
-
]
|
|
3325
|
+
],
|
|
3326
|
+
"compatibility": {
|
|
3327
|
+
"nuxt": "^2.0.0",
|
|
3328
|
+
"requires": {}
|
|
3329
|
+
}
|
|
2193
3330
|
},
|
|
2194
3331
|
{
|
|
2195
3332
|
"name": "separate-env",
|
|
@@ -2200,16 +3337,19 @@
|
|
|
2200
3337
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2201
3338
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2202
3339
|
"learn_more": "",
|
|
2203
|
-
"category": "
|
|
3340
|
+
"category": "Extensions",
|
|
2204
3341
|
"type": "community",
|
|
2205
3342
|
"maintainers": [
|
|
2206
3343
|
{
|
|
2207
3344
|
"name": "Alexander Lichter",
|
|
2208
3345
|
"github": "manniL",
|
|
2209
|
-
"twitter": "TheAlexLichter"
|
|
2210
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3346
|
+
"twitter": "TheAlexLichter"
|
|
2211
3347
|
}
|
|
2212
|
-
]
|
|
3348
|
+
],
|
|
3349
|
+
"compatibility": {
|
|
3350
|
+
"nuxt": "^2.0.0",
|
|
3351
|
+
"requires": {}
|
|
3352
|
+
}
|
|
2213
3353
|
},
|
|
2214
3354
|
{
|
|
2215
3355
|
"name": "shopify",
|
|
@@ -2225,10 +3365,13 @@
|
|
|
2225
3365
|
"maintainers": [
|
|
2226
3366
|
{
|
|
2227
3367
|
"name": "Gomah",
|
|
2228
|
-
"github": "Gomah"
|
|
2229
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3368
|
+
"github": "Gomah"
|
|
2230
3369
|
}
|
|
2231
|
-
]
|
|
3370
|
+
],
|
|
3371
|
+
"compatibility": {
|
|
3372
|
+
"nuxt": "^2.0.0",
|
|
3373
|
+
"requires": {}
|
|
3374
|
+
}
|
|
2232
3375
|
},
|
|
2233
3376
|
{
|
|
2234
3377
|
"name": "simple-line-icons",
|
|
@@ -2244,10 +3387,13 @@
|
|
|
2244
3387
|
"maintainers": [
|
|
2245
3388
|
{
|
|
2246
3389
|
"name": "vaso2",
|
|
2247
|
-
"github": "vaso2"
|
|
2248
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3390
|
+
"github": "vaso2"
|
|
2249
3391
|
}
|
|
2250
|
-
]
|
|
3392
|
+
],
|
|
3393
|
+
"compatibility": {
|
|
3394
|
+
"nuxt": "^2.0.0",
|
|
3395
|
+
"requires": {}
|
|
3396
|
+
}
|
|
2251
3397
|
},
|
|
2252
3398
|
{
|
|
2253
3399
|
"name": "sitemap",
|
|
@@ -2256,7 +3402,7 @@
|
|
|
2256
3402
|
"npm": "@nuxtjs/sitemap",
|
|
2257
3403
|
"icon": "",
|
|
2258
3404
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2259
|
-
"website": "https://
|
|
3405
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2260
3406
|
"learn_more": "",
|
|
2261
3407
|
"category": "SEO",
|
|
2262
3408
|
"type": "community",
|
|
@@ -2264,10 +3410,36 @@
|
|
|
2264
3410
|
{
|
|
2265
3411
|
"name": "Nicolas PENNEC",
|
|
2266
3412
|
"github": "NicoPennec",
|
|
2267
|
-
"twitter": "NicoPennec"
|
|
2268
|
-
|
|
3413
|
+
"twitter": "NicoPennec"
|
|
3414
|
+
}
|
|
3415
|
+
],
|
|
3416
|
+
"compatibility": {
|
|
3417
|
+
"nuxt": "^2.0.0",
|
|
3418
|
+
"requires": {}
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"name": "snipcart",
|
|
3423
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3424
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3425
|
+
"npm": "@nuxtjs/snipcart",
|
|
3426
|
+
"icon": "snipcart.png",
|
|
3427
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3428
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3429
|
+
"learn_more": "",
|
|
3430
|
+
"category": "Payment",
|
|
3431
|
+
"type": "community",
|
|
3432
|
+
"maintainers": [
|
|
3433
|
+
{
|
|
3434
|
+
"name": "Florent GIRAUD",
|
|
3435
|
+
"github": "f3ltron",
|
|
3436
|
+
"twitter": "giraud_florent"
|
|
2269
3437
|
}
|
|
2270
|
-
]
|
|
3438
|
+
],
|
|
3439
|
+
"compatibility": {
|
|
3440
|
+
"nuxt": "^2.0.0",
|
|
3441
|
+
"requires": {}
|
|
3442
|
+
}
|
|
2271
3443
|
},
|
|
2272
3444
|
{
|
|
2273
3445
|
"name": "social-meta",
|
|
@@ -2283,10 +3455,13 @@
|
|
|
2283
3455
|
"maintainers": [
|
|
2284
3456
|
{
|
|
2285
3457
|
"name": "AlekseyPleshkov",
|
|
2286
|
-
"github": "AlekseyPleshkov"
|
|
2287
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3458
|
+
"github": "AlekseyPleshkov"
|
|
2288
3459
|
}
|
|
2289
|
-
]
|
|
3460
|
+
],
|
|
3461
|
+
"compatibility": {
|
|
3462
|
+
"nuxt": "^2.0.0",
|
|
3463
|
+
"requires": {}
|
|
3464
|
+
}
|
|
2290
3465
|
},
|
|
2291
3466
|
{
|
|
2292
3467
|
"name": "socket-io",
|
|
@@ -2302,10 +3477,13 @@
|
|
|
2302
3477
|
"maintainers": [
|
|
2303
3478
|
{
|
|
2304
3479
|
"name": "richardeschloss",
|
|
2305
|
-
"github": "richardeschloss"
|
|
2306
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3480
|
+
"github": "richardeschloss"
|
|
2307
3481
|
}
|
|
2308
|
-
]
|
|
3482
|
+
],
|
|
3483
|
+
"compatibility": {
|
|
3484
|
+
"nuxt": "^2.0.0",
|
|
3485
|
+
"requires": {}
|
|
3486
|
+
}
|
|
2309
3487
|
},
|
|
2310
3488
|
{
|
|
2311
3489
|
"name": "speedcurve",
|
|
@@ -2322,10 +3500,46 @@
|
|
|
2322
3500
|
{
|
|
2323
3501
|
"name": "Josh Deltener",
|
|
2324
3502
|
"github": "hecktarzuli",
|
|
2325
|
-
"twitter": "JoshDeltener"
|
|
2326
|
-
|
|
3503
|
+
"twitter": "JoshDeltener"
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"compatibility": {
|
|
3507
|
+
"nuxt": "^2.0.0",
|
|
3508
|
+
"requires": {}
|
|
3509
|
+
}
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "speedkit",
|
|
3513
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3514
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3515
|
+
"npm": "nuxt-speedkit",
|
|
3516
|
+
"icon": "speedkit.png",
|
|
3517
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3518
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3519
|
+
"learn_more": "",
|
|
3520
|
+
"category": "Performance",
|
|
3521
|
+
"type": "3rd-party",
|
|
3522
|
+
"maintainers": [
|
|
3523
|
+
{
|
|
3524
|
+
"name": "Stephan Gerbeth",
|
|
3525
|
+
"github": "StephanGerbeth",
|
|
3526
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "Thorn Walli",
|
|
3530
|
+
"github": "ThornWalli",
|
|
3531
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "Grabarz & Partner",
|
|
3535
|
+
"github": "GrabarzUndPartner",
|
|
3536
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2327
3537
|
}
|
|
2328
|
-
]
|
|
3538
|
+
],
|
|
3539
|
+
"compatibility": {
|
|
3540
|
+
"nuxt": "^2.0.0",
|
|
3541
|
+
"requires": {}
|
|
3542
|
+
}
|
|
2329
3543
|
},
|
|
2330
3544
|
{
|
|
2331
3545
|
"name": "storage",
|
|
@@ -2336,15 +3550,40 @@
|
|
|
2336
3550
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2337
3551
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2338
3552
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2339
|
-
"category": "
|
|
3553
|
+
"category": "Extensions",
|
|
2340
3554
|
"type": "3rd-party",
|
|
2341
3555
|
"maintainers": [
|
|
2342
3556
|
{
|
|
2343
3557
|
"name": "mazipan",
|
|
2344
|
-
"github": "mazipan"
|
|
2345
|
-
|
|
3558
|
+
"github": "mazipan"
|
|
3559
|
+
}
|
|
3560
|
+
],
|
|
3561
|
+
"compatibility": {
|
|
3562
|
+
"nuxt": "^2.0.0",
|
|
3563
|
+
"requires": {}
|
|
3564
|
+
}
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"name": "storefront-ui",
|
|
3568
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3569
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3570
|
+
"npm": "@storefront-ui/nuxt",
|
|
3571
|
+
"icon": "storefront-ui.svg",
|
|
3572
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3573
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3574
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3575
|
+
"category": "UI",
|
|
3576
|
+
"type": "3rd-party",
|
|
3577
|
+
"maintainers": [
|
|
3578
|
+
{
|
|
3579
|
+
"name": "Jakub Andrzejewski",
|
|
3580
|
+
"github": "Baroshem"
|
|
2346
3581
|
}
|
|
2347
|
-
]
|
|
3582
|
+
],
|
|
3583
|
+
"compatibility": {
|
|
3584
|
+
"nuxt": "^2.0.0",
|
|
3585
|
+
"requires": {}
|
|
3586
|
+
}
|
|
2348
3587
|
},
|
|
2349
3588
|
{
|
|
2350
3589
|
"name": "stories",
|
|
@@ -2360,16 +3599,19 @@
|
|
|
2360
3599
|
"maintainers": [
|
|
2361
3600
|
{
|
|
2362
3601
|
"name": "richardeschloss",
|
|
2363
|
-
"github": "richardeschloss"
|
|
2364
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3602
|
+
"github": "richardeschloss"
|
|
2365
3603
|
}
|
|
2366
|
-
]
|
|
3604
|
+
],
|
|
3605
|
+
"compatibility": {
|
|
3606
|
+
"nuxt": "^2.0.0",
|
|
3607
|
+
"requires": {}
|
|
3608
|
+
}
|
|
2367
3609
|
},
|
|
2368
3610
|
{
|
|
2369
3611
|
"name": "storyblok",
|
|
2370
3612
|
"description": "Storyblok Nuxt.js module",
|
|
2371
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2372
|
-
"npm": "storyblok
|
|
3613
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3614
|
+
"npm": "@storyblok/nuxt",
|
|
2373
3615
|
"icon": "storyblok.png",
|
|
2374
3616
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2375
3617
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2379,10 +3621,13 @@
|
|
|
2379
3621
|
"maintainers": [
|
|
2380
3622
|
{
|
|
2381
3623
|
"name": "storyblok",
|
|
2382
|
-
"github": "storyblok"
|
|
2383
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3624
|
+
"github": "storyblok"
|
|
2384
3625
|
}
|
|
2385
|
-
]
|
|
3626
|
+
],
|
|
3627
|
+
"compatibility": {
|
|
3628
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3629
|
+
"requires": {}
|
|
3630
|
+
}
|
|
2386
3631
|
},
|
|
2387
3632
|
{
|
|
2388
3633
|
"name": "storybook",
|
|
@@ -2399,16 +3644,20 @@
|
|
|
2399
3644
|
{
|
|
2400
3645
|
"name": "Ahad Birang",
|
|
2401
3646
|
"github": "farnabaz",
|
|
2402
|
-
"twitter": "a_birang"
|
|
2403
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3647
|
+
"twitter": "a_birang"
|
|
2404
3648
|
},
|
|
2405
3649
|
{
|
|
2406
3650
|
"name": "Pooya Parsa",
|
|
2407
3651
|
"github": "pi0",
|
|
2408
|
-
"twitter": "_pi0_"
|
|
2409
|
-
|
|
3652
|
+
"twitter": "_pi0_"
|
|
3653
|
+
}
|
|
3654
|
+
],
|
|
3655
|
+
"compatibility": {
|
|
3656
|
+
"nuxt": "^2.0.0",
|
|
3657
|
+
"requires": {
|
|
3658
|
+
"bridge": "optional"
|
|
2410
3659
|
}
|
|
2411
|
-
|
|
3660
|
+
}
|
|
2412
3661
|
},
|
|
2413
3662
|
{
|
|
2414
3663
|
"name": "strapi",
|
|
@@ -2425,16 +3674,20 @@
|
|
|
2425
3674
|
{
|
|
2426
3675
|
"name": "Benjamin Canac",
|
|
2427
3676
|
"github": "benjamincanac",
|
|
2428
|
-
"twitter": "benjamincanac"
|
|
2429
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3677
|
+
"twitter": "benjamincanac"
|
|
2430
3678
|
},
|
|
2431
3679
|
{
|
|
2432
3680
|
"name": "Sébastien Chopin",
|
|
2433
3681
|
"github": "Atinux",
|
|
2434
|
-
"twitter": "Atinux"
|
|
2435
|
-
|
|
3682
|
+
"twitter": "Atinux"
|
|
3683
|
+
}
|
|
3684
|
+
],
|
|
3685
|
+
"compatibility": {
|
|
3686
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3687
|
+
"requires": {
|
|
3688
|
+
"bridge": true
|
|
2436
3689
|
}
|
|
2437
|
-
|
|
3690
|
+
}
|
|
2438
3691
|
},
|
|
2439
3692
|
{
|
|
2440
3693
|
"name": "stripe",
|
|
@@ -2450,10 +3703,13 @@
|
|
|
2450
3703
|
"maintainers": [
|
|
2451
3704
|
{
|
|
2452
3705
|
"name": "WilliamDASILVA",
|
|
2453
|
-
"github": "WilliamDASILVA"
|
|
2454
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3706
|
+
"github": "WilliamDASILVA"
|
|
2455
3707
|
}
|
|
2456
|
-
]
|
|
3708
|
+
],
|
|
3709
|
+
"compatibility": {
|
|
3710
|
+
"nuxt": "^2.0.0",
|
|
3711
|
+
"requires": {}
|
|
3712
|
+
}
|
|
2457
3713
|
},
|
|
2458
3714
|
{
|
|
2459
3715
|
"name": "style-resources",
|
|
@@ -2470,10 +3726,13 @@
|
|
|
2470
3726
|
{
|
|
2471
3727
|
"name": "Alexander Lichter",
|
|
2472
3728
|
"github": "manniL",
|
|
2473
|
-
"twitter": "TheAlexLichter"
|
|
2474
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3729
|
+
"twitter": "TheAlexLichter"
|
|
2475
3730
|
}
|
|
2476
|
-
]
|
|
3731
|
+
],
|
|
3732
|
+
"compatibility": {
|
|
3733
|
+
"nuxt": "^2.0.0",
|
|
3734
|
+
"requires": {}
|
|
3735
|
+
}
|
|
2477
3736
|
},
|
|
2478
3737
|
{
|
|
2479
3738
|
"name": "stylelint",
|
|
@@ -2489,10 +3748,69 @@
|
|
|
2489
3748
|
"maintainers": [
|
|
2490
3749
|
{
|
|
2491
3750
|
"name": "Ricardo Gobbo de Souza",
|
|
2492
|
-
"github": "ricardogobbosouza"
|
|
2493
|
-
|
|
3751
|
+
"github": "ricardogobbosouza"
|
|
3752
|
+
}
|
|
3753
|
+
],
|
|
3754
|
+
"compatibility": {
|
|
3755
|
+
"nuxt": "^2.0.0",
|
|
3756
|
+
"requires": {}
|
|
3757
|
+
}
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"name": "stylify",
|
|
3761
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3762
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3763
|
+
"npm": "@stylify/nuxt-module",
|
|
3764
|
+
"icon": "stylify.svg",
|
|
3765
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3766
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3767
|
+
"learn_more": "https://stylify.dev",
|
|
3768
|
+
"category": "UI",
|
|
3769
|
+
"type": "3rd-party",
|
|
3770
|
+
"maintainers": [
|
|
3771
|
+
{
|
|
3772
|
+
"name": "Vladimír Macháček",
|
|
3773
|
+
"github": "Machy8",
|
|
3774
|
+
"twitter": "8machy"
|
|
3775
|
+
}
|
|
3776
|
+
],
|
|
3777
|
+
"compatibility": {
|
|
3778
|
+
"nuxt": "^2.0.0",
|
|
3779
|
+
"requires": {}
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "supabase",
|
|
3784
|
+
"description": "First class integration with Supabase",
|
|
3785
|
+
"repo": "nuxt-community/supabase-module",
|
|
3786
|
+
"npm": "@nuxtjs/supabase",
|
|
3787
|
+
"icon": "supabase.png",
|
|
3788
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3789
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3790
|
+
"learn_more": "https://supabase.com",
|
|
3791
|
+
"category": "Database",
|
|
3792
|
+
"type": "community",
|
|
3793
|
+
"maintainers": [
|
|
3794
|
+
{
|
|
3795
|
+
"name": "Baptiste Leproux",
|
|
3796
|
+
"github": "larbish",
|
|
3797
|
+
"twitter": "baptistelprx"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"name": "Sebastien Chopin",
|
|
3801
|
+
"github": "Atinux",
|
|
3802
|
+
"twitter": "Atinux"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"name": "Scott Robertson",
|
|
3806
|
+
"github": "scottrobertson",
|
|
3807
|
+
"twitter": "scottymeuk"
|
|
2494
3808
|
}
|
|
2495
|
-
]
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
2496
3814
|
},
|
|
2497
3815
|
{
|
|
2498
3816
|
"name": "svg-loader",
|
|
@@ -2503,15 +3821,18 @@
|
|
|
2503
3821
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2504
3822
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2505
3823
|
"learn_more": "",
|
|
2506
|
-
"category": "
|
|
3824
|
+
"category": "Extensions",
|
|
2507
3825
|
"type": "3rd-party",
|
|
2508
3826
|
"maintainers": [
|
|
2509
3827
|
{
|
|
2510
3828
|
"name": "Developmint",
|
|
2511
|
-
"github": "Developmint"
|
|
2512
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3829
|
+
"github": "Developmint"
|
|
2513
3830
|
}
|
|
2514
|
-
]
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^2.0.0",
|
|
3834
|
+
"requires": {}
|
|
3835
|
+
}
|
|
2515
3836
|
},
|
|
2516
3837
|
{
|
|
2517
3838
|
"name": "svg-sprite",
|
|
@@ -2522,16 +3843,19 @@
|
|
|
2522
3843
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2523
3844
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2524
3845
|
"learn_more": "",
|
|
2525
|
-
"category": "
|
|
3846
|
+
"category": "UI",
|
|
2526
3847
|
"type": "community",
|
|
2527
3848
|
"maintainers": [
|
|
2528
3849
|
{
|
|
2529
3850
|
"name": "Ahad Birang",
|
|
2530
3851
|
"github": "farnabaz",
|
|
2531
|
-
"twitter": "a_birang"
|
|
2532
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3852
|
+
"twitter": "a_birang"
|
|
2533
3853
|
}
|
|
2534
|
-
]
|
|
3854
|
+
],
|
|
3855
|
+
"compatibility": {
|
|
3856
|
+
"nuxt": "^2.0.0",
|
|
3857
|
+
"requires": {}
|
|
3858
|
+
}
|
|
2535
3859
|
},
|
|
2536
3860
|
{
|
|
2537
3861
|
"name": "svg",
|
|
@@ -2542,15 +3866,18 @@
|
|
|
2542
3866
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2543
3867
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2544
3868
|
"learn_more": "",
|
|
2545
|
-
"category": "
|
|
3869
|
+
"category": "Extensions",
|
|
2546
3870
|
"type": "community",
|
|
2547
3871
|
"maintainers": [
|
|
2548
3872
|
{
|
|
2549
3873
|
"name": "Sam Holmes",
|
|
2550
|
-
"github": "sam3d"
|
|
2551
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3874
|
+
"github": "sam3d"
|
|
2552
3875
|
}
|
|
2553
|
-
]
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^2.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
2554
3881
|
},
|
|
2555
3882
|
{
|
|
2556
3883
|
"name": "sweetalert2",
|
|
@@ -2566,10 +3893,13 @@
|
|
|
2566
3893
|
"maintainers": [
|
|
2567
3894
|
{
|
|
2568
3895
|
"name": "ImreC",
|
|
2569
|
-
"github": "ImreC"
|
|
2570
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3896
|
+
"github": "ImreC"
|
|
2571
3897
|
}
|
|
2572
|
-
]
|
|
3898
|
+
],
|
|
3899
|
+
"compatibility": {
|
|
3900
|
+
"nuxt": "^2.0.0",
|
|
3901
|
+
"requires": {}
|
|
3902
|
+
}
|
|
2573
3903
|
},
|
|
2574
3904
|
{
|
|
2575
3905
|
"name": "tailwindcss",
|
|
@@ -2586,10 +3916,36 @@
|
|
|
2586
3916
|
{
|
|
2587
3917
|
"name": "Sébastien Chopin",
|
|
2588
3918
|
"github": "Atinux",
|
|
2589
|
-
"twitter": "Atinux"
|
|
2590
|
-
|
|
3919
|
+
"twitter": "Atinux"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3922
|
+
"compatibility": {
|
|
3923
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3924
|
+
"requires": {}
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "tiktok-analytics",
|
|
3929
|
+
"description": "",
|
|
3930
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3931
|
+
"npm": "tiktok-analytics",
|
|
3932
|
+
"icon": "",
|
|
3933
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3934
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3935
|
+
"learn_more": "",
|
|
3936
|
+
"category": "Analytics",
|
|
3937
|
+
"type": "3rd-party",
|
|
3938
|
+
"maintainers": [
|
|
3939
|
+
{
|
|
3940
|
+
"name": "stickpro",
|
|
3941
|
+
"github": "stickpro",
|
|
3942
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2591
3943
|
}
|
|
2592
|
-
]
|
|
3944
|
+
],
|
|
3945
|
+
"compatibility": {
|
|
3946
|
+
"nuxt": "^2.0.0",
|
|
3947
|
+
"requires": {}
|
|
3948
|
+
}
|
|
2593
3949
|
},
|
|
2594
3950
|
{
|
|
2595
3951
|
"name": "toast",
|
|
@@ -2597,8 +3953,8 @@
|
|
|
2597
3953
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2598
3954
|
"npm": "@nuxtjs/toast",
|
|
2599
3955
|
"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",
|
|
3956
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3957
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2602
3958
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2603
3959
|
"category": "Libraries",
|
|
2604
3960
|
"type": "community",
|
|
@@ -2606,10 +3962,37 @@
|
|
|
2606
3962
|
{
|
|
2607
3963
|
"name": "Pooya Parsa",
|
|
2608
3964
|
"github": "pi0",
|
|
2609
|
-
"twitter": "_pi0_"
|
|
2610
|
-
|
|
3965
|
+
"twitter": "_pi0_"
|
|
3966
|
+
}
|
|
3967
|
+
],
|
|
3968
|
+
"compatibility": {
|
|
3969
|
+
"nuxt": "^2.0.0",
|
|
3970
|
+
"requires": {}
|
|
3971
|
+
}
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"name": "twa",
|
|
3975
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3976
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3977
|
+
"npm": "nuxt-twa",
|
|
3978
|
+
"icon": "",
|
|
3979
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3980
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3981
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3982
|
+
"category": "Performance",
|
|
3983
|
+
"type": "3rd-party",
|
|
3984
|
+
"maintainers": [
|
|
3985
|
+
{
|
|
3986
|
+
"name": "Nicolas Perraut",
|
|
3987
|
+
"github": "tuarrep"
|
|
3988
|
+
}
|
|
3989
|
+
],
|
|
3990
|
+
"compatibility": {
|
|
3991
|
+
"nuxt": "^2.0.0",
|
|
3992
|
+
"requires": {
|
|
3993
|
+
"bridge": "optional"
|
|
2611
3994
|
}
|
|
2612
|
-
|
|
3995
|
+
}
|
|
2613
3996
|
},
|
|
2614
3997
|
{
|
|
2615
3998
|
"name": "typed-router",
|
|
@@ -2625,10 +4008,38 @@
|
|
|
2625
4008
|
"maintainers": [
|
|
2626
4009
|
{
|
|
2627
4010
|
"name": "victorgarciaesgi",
|
|
2628
|
-
"github": "victorgarciaesgi"
|
|
2629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4011
|
+
"github": "victorgarciaesgi"
|
|
2630
4012
|
}
|
|
2631
|
-
]
|
|
4013
|
+
],
|
|
4014
|
+
"compatibility": {
|
|
4015
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4016
|
+
"requires": {}
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"name": "typed-vuex",
|
|
4021
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4022
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4023
|
+
"npm": "nuxt-typed-vuex",
|
|
4024
|
+
"icon": "vue.png",
|
|
4025
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4026
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4027
|
+
"learn_more": "",
|
|
4028
|
+
"category": "Libraries",
|
|
4029
|
+
"type": "3rd-party",
|
|
4030
|
+
"maintainers": [
|
|
4031
|
+
{
|
|
4032
|
+
"name": "Daniel Roe",
|
|
4033
|
+
"github": "danielroe",
|
|
4034
|
+
"twitter": "danielcroe"
|
|
4035
|
+
}
|
|
4036
|
+
],
|
|
4037
|
+
"compatibility": {
|
|
4038
|
+
"nuxt": "^2.0.0",
|
|
4039
|
+
"requires": {
|
|
4040
|
+
"bridge": "optional"
|
|
4041
|
+
}
|
|
4042
|
+
}
|
|
2632
4043
|
},
|
|
2633
4044
|
{
|
|
2634
4045
|
"name": "typescript-runtime",
|
|
@@ -2644,22 +4055,23 @@
|
|
|
2644
4055
|
"maintainers": [
|
|
2645
4056
|
{
|
|
2646
4057
|
"name": "Kevin Marrec",
|
|
2647
|
-
"github": "kevinmarrec"
|
|
2648
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4058
|
+
"github": "kevinmarrec"
|
|
2649
4059
|
},
|
|
2650
4060
|
{
|
|
2651
4061
|
"name": "Pooya Parsa",
|
|
2652
4062
|
"github": "pi0",
|
|
2653
|
-
"twitter": "_pi0_"
|
|
2654
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4063
|
+
"twitter": "_pi0_"
|
|
2655
4064
|
},
|
|
2656
4065
|
{
|
|
2657
4066
|
"name": "Daniel Roe",
|
|
2658
4067
|
"github": "danielroe",
|
|
2659
|
-
"twitter": "danielcroe"
|
|
2660
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4068
|
+
"twitter": "danielcroe"
|
|
2661
4069
|
}
|
|
2662
|
-
]
|
|
4070
|
+
],
|
|
4071
|
+
"compatibility": {
|
|
4072
|
+
"nuxt": "^2.0.0",
|
|
4073
|
+
"requires": {}
|
|
4074
|
+
}
|
|
2663
4075
|
},
|
|
2664
4076
|
{
|
|
2665
4077
|
"name": "typescript",
|
|
@@ -2675,22 +4087,23 @@
|
|
|
2675
4087
|
"maintainers": [
|
|
2676
4088
|
{
|
|
2677
4089
|
"name": "Kevin Marrec",
|
|
2678
|
-
"github": "kevinmarrec"
|
|
2679
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4090
|
+
"github": "kevinmarrec"
|
|
2680
4091
|
},
|
|
2681
4092
|
{
|
|
2682
4093
|
"name": "Pooya Parsa",
|
|
2683
4094
|
"github": "pi0",
|
|
2684
|
-
"twitter": "_pi0_"
|
|
2685
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4095
|
+
"twitter": "_pi0_"
|
|
2686
4096
|
},
|
|
2687
4097
|
{
|
|
2688
4098
|
"name": "Daniel Roe",
|
|
2689
4099
|
"github": "danielroe",
|
|
2690
|
-
"twitter": "danielcroe"
|
|
2691
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4100
|
+
"twitter": "danielcroe"
|
|
2692
4101
|
}
|
|
2693
|
-
]
|
|
4102
|
+
],
|
|
4103
|
+
"compatibility": {
|
|
4104
|
+
"nuxt": "^2.0.0",
|
|
4105
|
+
"requires": {}
|
|
4106
|
+
}
|
|
2694
4107
|
},
|
|
2695
4108
|
{
|
|
2696
4109
|
"name": "universal-storage",
|
|
@@ -2701,22 +4114,76 @@
|
|
|
2701
4114
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2702
4115
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2703
4116
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2704
|
-
"category": "
|
|
4117
|
+
"category": "Extensions",
|
|
2705
4118
|
"type": "community",
|
|
2706
4119
|
"maintainers": [
|
|
2707
4120
|
{
|
|
2708
4121
|
"name": "Pooya Parsa",
|
|
2709
4122
|
"github": "pi0",
|
|
2710
|
-
"twitter": "_pi0_"
|
|
2711
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4123
|
+
"twitter": "_pi0_"
|
|
2712
4124
|
},
|
|
2713
4125
|
{
|
|
2714
4126
|
"name": "Farzad Soltani",
|
|
2715
4127
|
"github": "farzadso",
|
|
2716
|
-
"twitter": "farzadso"
|
|
2717
|
-
|
|
4128
|
+
"twitter": "farzadso"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"compatibility": {
|
|
4132
|
+
"nuxt": "^2.0.0",
|
|
4133
|
+
"requires": {}
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"name": "unlighthouse",
|
|
4138
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4139
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4140
|
+
"npm": "@unlighthouse/nuxt",
|
|
4141
|
+
"icon": "unlighthouse.svg",
|
|
4142
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4143
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4144
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4145
|
+
"category": "Devtools",
|
|
4146
|
+
"type": "3rd-party",
|
|
4147
|
+
"maintainers": [
|
|
4148
|
+
{
|
|
4149
|
+
"name": "Harlan Wilton",
|
|
4150
|
+
"github": "harlan-zw",
|
|
4151
|
+
"twitter": "harlan_zw",
|
|
4152
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4153
|
+
}
|
|
4154
|
+
],
|
|
4155
|
+
"compatibility": {
|
|
4156
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4157
|
+
"requires": {
|
|
4158
|
+
"bridge": "optional"
|
|
4159
|
+
}
|
|
4160
|
+
}
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"name": "unocss",
|
|
4164
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4165
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4166
|
+
"npm": "@unocss/nuxt",
|
|
4167
|
+
"icon": "unocss.svg",
|
|
4168
|
+
"github": "https://github.com/antfu/unocss",
|
|
4169
|
+
"website": "https://github.com/antfu/unocss",
|
|
4170
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4171
|
+
"category": "UI",
|
|
4172
|
+
"type": "3rd-party",
|
|
4173
|
+
"maintainers": [
|
|
4174
|
+
{
|
|
4175
|
+
"name": "Anthony Fu",
|
|
4176
|
+
"github": "antfu",
|
|
4177
|
+
"twitter": "antfu7",
|
|
4178
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4179
|
+
}
|
|
4180
|
+
],
|
|
4181
|
+
"compatibility": {
|
|
4182
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4183
|
+
"requires": {
|
|
4184
|
+
"bridge": "optional"
|
|
2718
4185
|
}
|
|
2719
|
-
|
|
4186
|
+
}
|
|
2720
4187
|
},
|
|
2721
4188
|
{
|
|
2722
4189
|
"name": "user-agent",
|
|
@@ -2727,15 +4194,18 @@
|
|
|
2727
4194
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2728
4195
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2729
4196
|
"learn_more": "",
|
|
2730
|
-
"category": "
|
|
4197
|
+
"category": "Extensions",
|
|
2731
4198
|
"type": "3rd-party",
|
|
2732
4199
|
"maintainers": [
|
|
2733
4200
|
{
|
|
2734
4201
|
"name": "fukuiretu",
|
|
2735
|
-
"github": "fukuiretu"
|
|
2736
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4202
|
+
"github": "fukuiretu"
|
|
2737
4203
|
}
|
|
2738
|
-
]
|
|
4204
|
+
],
|
|
4205
|
+
"compatibility": {
|
|
4206
|
+
"nuxt": "^2.0.0",
|
|
4207
|
+
"requires": {}
|
|
4208
|
+
}
|
|
2739
4209
|
},
|
|
2740
4210
|
{
|
|
2741
4211
|
"name": "validate",
|
|
@@ -2751,10 +4221,13 @@
|
|
|
2751
4221
|
"maintainers": [
|
|
2752
4222
|
{
|
|
2753
4223
|
"name": "lewyuburi",
|
|
2754
|
-
"github": "lewyuburi"
|
|
2755
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4224
|
+
"github": "lewyuburi"
|
|
2756
4225
|
}
|
|
2757
|
-
]
|
|
4226
|
+
],
|
|
4227
|
+
"compatibility": {
|
|
4228
|
+
"nuxt": "^2.0.0",
|
|
4229
|
+
"requires": {}
|
|
4230
|
+
}
|
|
2758
4231
|
},
|
|
2759
4232
|
{
|
|
2760
4233
|
"name": "vendor",
|
|
@@ -2765,16 +4238,19 @@
|
|
|
2765
4238
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2766
4239
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2767
4240
|
"learn_more": "",
|
|
2768
|
-
"category": "
|
|
4241
|
+
"category": "Extensions",
|
|
2769
4242
|
"type": "community",
|
|
2770
4243
|
"maintainers": [
|
|
2771
4244
|
{
|
|
2772
4245
|
"name": "Pooya Parsa",
|
|
2773
4246
|
"github": "pi0",
|
|
2774
|
-
"twitter": "_pi0_"
|
|
2775
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4247
|
+
"twitter": "_pi0_"
|
|
2776
4248
|
}
|
|
2777
|
-
]
|
|
4249
|
+
],
|
|
4250
|
+
"compatibility": {
|
|
4251
|
+
"nuxt": "^2.0.0",
|
|
4252
|
+
"requires": {}
|
|
4253
|
+
}
|
|
2778
4254
|
},
|
|
2779
4255
|
{
|
|
2780
4256
|
"name": "vue-material",
|
|
@@ -2790,10 +4266,13 @@
|
|
|
2790
4266
|
"maintainers": [
|
|
2791
4267
|
{
|
|
2792
4268
|
"name": "vaso2",
|
|
2793
|
-
"github": "vaso2"
|
|
2794
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4269
|
+
"github": "vaso2"
|
|
2795
4270
|
}
|
|
2796
|
-
]
|
|
4271
|
+
],
|
|
4272
|
+
"compatibility": {
|
|
4273
|
+
"nuxt": "^2.0.0",
|
|
4274
|
+
"requires": {}
|
|
4275
|
+
}
|
|
2797
4276
|
},
|
|
2798
4277
|
{
|
|
2799
4278
|
"name": "vue-multiselect",
|
|
@@ -2809,10 +4288,13 @@
|
|
|
2809
4288
|
"maintainers": [
|
|
2810
4289
|
{
|
|
2811
4290
|
"name": "spektrummedia",
|
|
2812
|
-
"github": "spektrummedia"
|
|
2813
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4291
|
+
"github": "spektrummedia"
|
|
2814
4292
|
}
|
|
2815
|
-
]
|
|
4293
|
+
],
|
|
4294
|
+
"compatibility": {
|
|
4295
|
+
"nuxt": "^2.0.0",
|
|
4296
|
+
"requires": {}
|
|
4297
|
+
}
|
|
2816
4298
|
},
|
|
2817
4299
|
{
|
|
2818
4300
|
"name": "vue-select",
|
|
@@ -2828,10 +4310,13 @@
|
|
|
2828
4310
|
"maintainers": [
|
|
2829
4311
|
{
|
|
2830
4312
|
"name": "madmod",
|
|
2831
|
-
"github": "madmod"
|
|
2832
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4313
|
+
"github": "madmod"
|
|
2833
4314
|
}
|
|
2834
|
-
]
|
|
4315
|
+
],
|
|
4316
|
+
"compatibility": {
|
|
4317
|
+
"nuxt": "^2.0.0",
|
|
4318
|
+
"requires": {}
|
|
4319
|
+
}
|
|
2835
4320
|
},
|
|
2836
4321
|
{
|
|
2837
4322
|
"name": "vue-warehouse",
|
|
@@ -2848,10 +4333,13 @@
|
|
|
2848
4333
|
{
|
|
2849
4334
|
"name": "Julio Marquez",
|
|
2850
4335
|
"github": "juliomrqz",
|
|
2851
|
-
"twitter": "juliomrqz"
|
|
2852
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4336
|
+
"twitter": "juliomrqz"
|
|
2853
4337
|
}
|
|
2854
|
-
]
|
|
4338
|
+
],
|
|
4339
|
+
"compatibility": {
|
|
4340
|
+
"nuxt": "^2.0.0",
|
|
4341
|
+
"requires": {}
|
|
4342
|
+
}
|
|
2855
4343
|
},
|
|
2856
4344
|
{
|
|
2857
4345
|
"name": "vuetify",
|
|
@@ -2867,16 +4355,43 @@
|
|
|
2867
4355
|
"maintainers": [
|
|
2868
4356
|
{
|
|
2869
4357
|
"name": "Kevin Marrec",
|
|
2870
|
-
"github": "kevinmarrec"
|
|
2871
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4358
|
+
"github": "kevinmarrec"
|
|
2872
4359
|
},
|
|
2873
4360
|
{
|
|
2874
4361
|
"name": "Pooya Parsa",
|
|
2875
4362
|
"github": "pi0",
|
|
2876
|
-
"twitter": "_pi0_"
|
|
2877
|
-
|
|
4363
|
+
"twitter": "_pi0_"
|
|
4364
|
+
}
|
|
4365
|
+
],
|
|
4366
|
+
"compatibility": {
|
|
4367
|
+
"nuxt": "^2.0.0",
|
|
4368
|
+
"requires": {}
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "vueuse",
|
|
4373
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4374
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4375
|
+
"npm": "@vueuse/nuxt",
|
|
4376
|
+
"icon": "vueuse.svg",
|
|
4377
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4378
|
+
"website": "https://vueuse.org",
|
|
4379
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4380
|
+
"category": "Libraries",
|
|
4381
|
+
"type": "3rd-party",
|
|
4382
|
+
"maintainers": [
|
|
4383
|
+
{
|
|
4384
|
+
"name": "Anthony Fu",
|
|
4385
|
+
"github": "antfu",
|
|
4386
|
+
"twitter": "antfu7"
|
|
4387
|
+
}
|
|
4388
|
+
],
|
|
4389
|
+
"compatibility": {
|
|
4390
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4391
|
+
"requires": {
|
|
4392
|
+
"bridge": "optional"
|
|
2878
4393
|
}
|
|
2879
|
-
|
|
4394
|
+
}
|
|
2880
4395
|
},
|
|
2881
4396
|
{
|
|
2882
4397
|
"name": "vuex-router-sync",
|
|
@@ -2892,41 +4407,68 @@
|
|
|
2892
4407
|
"maintainers": [
|
|
2893
4408
|
{
|
|
2894
4409
|
"name": "paulgv",
|
|
2895
|
-
"github": "paulgv"
|
|
2896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4410
|
+
"github": "paulgv"
|
|
2897
4411
|
}
|
|
2898
|
-
]
|
|
4412
|
+
],
|
|
4413
|
+
"compatibility": {
|
|
4414
|
+
"nuxt": "^2.0.0",
|
|
4415
|
+
"requires": {}
|
|
4416
|
+
}
|
|
2899
4417
|
},
|
|
2900
4418
|
{
|
|
2901
4419
|
"name": "web-vitals",
|
|
2902
4420
|
"description": "Web Vitals for Nuxt",
|
|
2903
4421
|
"repo": "nuxt-community/web-vitals-module",
|
|
2904
|
-
"npm": "
|
|
4422
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2905
4423
|
"icon": "",
|
|
2906
4424
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2907
4425
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2908
4426
|
"learn_more": "",
|
|
2909
4427
|
"category": "Performance",
|
|
2910
|
-
"type": "
|
|
4428
|
+
"type": "community",
|
|
2911
4429
|
"maintainers": [
|
|
2912
4430
|
{
|
|
2913
4431
|
"name": "daliborgogic",
|
|
2914
|
-
"github": "daliborgogic"
|
|
2915
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4432
|
+
"github": "daliborgogic"
|
|
2916
4433
|
},
|
|
2917
4434
|
{
|
|
2918
4435
|
"name": "Pooya Parsa",
|
|
2919
4436
|
"github": "pi0",
|
|
2920
|
-
"twitter": "_pi0_"
|
|
2921
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4437
|
+
"twitter": "_pi0_"
|
|
2922
4438
|
},
|
|
2923
4439
|
{
|
|
2924
4440
|
"name": "Sebastien Chopin",
|
|
2925
4441
|
"github": "Atinux",
|
|
2926
|
-
"twitter": "Atinux"
|
|
2927
|
-
|
|
4442
|
+
"twitter": "Atinux"
|
|
4443
|
+
}
|
|
4444
|
+
],
|
|
4445
|
+
"compatibility": {
|
|
4446
|
+
"nuxt": "^2.0.0",
|
|
4447
|
+
"requires": {}
|
|
4448
|
+
}
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "web3js",
|
|
4452
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4453
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4454
|
+
"npm": "nuxt-web3",
|
|
4455
|
+
"icon": "web3js.svg",
|
|
4456
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4457
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4458
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4459
|
+
"category": "Libraries",
|
|
4460
|
+
"type": "3rd-party",
|
|
4461
|
+
"maintainers": [
|
|
4462
|
+
{
|
|
4463
|
+
"name": "Muhammad Fauzan",
|
|
4464
|
+
"github": "bl0cknumber",
|
|
4465
|
+
"twitter": "fncolon"
|
|
2928
4466
|
}
|
|
2929
|
-
]
|
|
4467
|
+
],
|
|
4468
|
+
"compatibility": {
|
|
4469
|
+
"nuxt": "^2.0.0",
|
|
4470
|
+
"requires": {}
|
|
4471
|
+
}
|
|
2930
4472
|
},
|
|
2931
4473
|
{
|
|
2932
4474
|
"name": "webfontloader",
|
|
@@ -2942,10 +4484,37 @@
|
|
|
2942
4484
|
"maintainers": [
|
|
2943
4485
|
{
|
|
2944
4486
|
"name": "Developmint",
|
|
2945
|
-
"github": "Developmint"
|
|
2946
|
-
|
|
4487
|
+
"github": "Developmint"
|
|
4488
|
+
}
|
|
4489
|
+
],
|
|
4490
|
+
"compatibility": {
|
|
4491
|
+
"nuxt": "^2.0.0",
|
|
4492
|
+
"requires": {}
|
|
4493
|
+
}
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"name": "webpack-optimisations",
|
|
4497
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4498
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4499
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4500
|
+
"icon": "build-optimisations.svg",
|
|
4501
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4502
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4503
|
+
"learn_more": "",
|
|
4504
|
+
"category": "Devtools",
|
|
4505
|
+
"type": "3rd-party",
|
|
4506
|
+
"maintainers": [
|
|
4507
|
+
{
|
|
4508
|
+
"name": "Harlan Wilton",
|
|
4509
|
+
"github": "harlan-zw"
|
|
4510
|
+
}
|
|
4511
|
+
],
|
|
4512
|
+
"compatibility": {
|
|
4513
|
+
"nuxt": "^2.0.0",
|
|
4514
|
+
"requires": {
|
|
4515
|
+
"bridge": "optional"
|
|
2947
4516
|
}
|
|
2948
|
-
|
|
4517
|
+
}
|
|
2949
4518
|
},
|
|
2950
4519
|
{
|
|
2951
4520
|
"name": "webpack-profile",
|
|
@@ -2962,10 +4531,13 @@
|
|
|
2962
4531
|
{
|
|
2963
4532
|
"name": "Pooya Parsa",
|
|
2964
4533
|
"github": "pi0",
|
|
2965
|
-
"twitter": "_pi0_"
|
|
2966
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4534
|
+
"twitter": "_pi0_"
|
|
2967
4535
|
}
|
|
2968
|
-
]
|
|
4536
|
+
],
|
|
4537
|
+
"compatibility": {
|
|
4538
|
+
"nuxt": "^2.0.0",
|
|
4539
|
+
"requires": {}
|
|
4540
|
+
}
|
|
2969
4541
|
},
|
|
2970
4542
|
{
|
|
2971
4543
|
"name": "webpackdashboard",
|
|
@@ -2981,10 +4553,13 @@
|
|
|
2981
4553
|
"maintainers": [
|
|
2982
4554
|
{
|
|
2983
4555
|
"name": "paulgv",
|
|
2984
|
-
"github": "paulgv"
|
|
2985
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4556
|
+
"github": "paulgv"
|
|
2986
4557
|
}
|
|
2987
|
-
]
|
|
4558
|
+
],
|
|
4559
|
+
"compatibility": {
|
|
4560
|
+
"nuxt": "^2.0.0",
|
|
4561
|
+
"requires": {}
|
|
4562
|
+
}
|
|
2988
4563
|
},
|
|
2989
4564
|
{
|
|
2990
4565
|
"name": "webpackmonitor",
|
|
@@ -3001,10 +4576,43 @@
|
|
|
3001
4576
|
{
|
|
3002
4577
|
"name": "Pooya Parsa",
|
|
3003
4578
|
"github": "pi0",
|
|
3004
|
-
"twitter": "_pi0_"
|
|
3005
|
-
|
|
4579
|
+
"twitter": "_pi0_"
|
|
4580
|
+
}
|
|
4581
|
+
],
|
|
4582
|
+
"compatibility": {
|
|
4583
|
+
"nuxt": "^2.0.0",
|
|
4584
|
+
"requires": {}
|
|
4585
|
+
}
|
|
4586
|
+
},
|
|
4587
|
+
{
|
|
4588
|
+
"name": "windicss",
|
|
4589
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4590
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4591
|
+
"npm": "nuxt-windicss",
|
|
4592
|
+
"icon": "windicss.svg",
|
|
4593
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4594
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4595
|
+
"learn_more": "https://windicss.org/",
|
|
4596
|
+
"category": "UI",
|
|
4597
|
+
"type": "3rd-party",
|
|
4598
|
+
"maintainers": [
|
|
4599
|
+
{
|
|
4600
|
+
"name": "Harlan Wilton",
|
|
4601
|
+
"github": "harlan-zw",
|
|
4602
|
+
"twitter": "harlan_zw"
|
|
4603
|
+
},
|
|
4604
|
+
{
|
|
4605
|
+
"name": "Anthony Fu",
|
|
4606
|
+
"github": "antfu",
|
|
4607
|
+
"twitter": "antfu7"
|
|
4608
|
+
}
|
|
4609
|
+
],
|
|
4610
|
+
"compatibility": {
|
|
4611
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4612
|
+
"requires": {
|
|
4613
|
+
"bridge": "optional"
|
|
3006
4614
|
}
|
|
3007
|
-
|
|
4615
|
+
}
|
|
3008
4616
|
},
|
|
3009
4617
|
{
|
|
3010
4618
|
"name": "winston-log",
|
|
@@ -3020,10 +4628,13 @@
|
|
|
3020
4628
|
"maintainers": [
|
|
3021
4629
|
{
|
|
3022
4630
|
"name": "aaronransley",
|
|
3023
|
-
"github": "aaronransley"
|
|
3024
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4631
|
+
"github": "aaronransley"
|
|
3025
4632
|
}
|
|
3026
|
-
]
|
|
4633
|
+
],
|
|
4634
|
+
"compatibility": {
|
|
4635
|
+
"nuxt": "^2.0.0",
|
|
4636
|
+
"requires": {}
|
|
4637
|
+
}
|
|
3027
4638
|
},
|
|
3028
4639
|
{
|
|
3029
4640
|
"name": "wp-nuxt",
|
|
@@ -3039,10 +4650,13 @@
|
|
|
3039
4650
|
"maintainers": [
|
|
3040
4651
|
{
|
|
3041
4652
|
"name": "yashha",
|
|
3042
|
-
"github": "yashha"
|
|
3043
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4653
|
+
"github": "yashha"
|
|
3044
4654
|
}
|
|
3045
|
-
]
|
|
4655
|
+
],
|
|
4656
|
+
"compatibility": {
|
|
4657
|
+
"nuxt": "^2.0.0",
|
|
4658
|
+
"requires": {}
|
|
4659
|
+
}
|
|
3046
4660
|
},
|
|
3047
4661
|
{
|
|
3048
4662
|
"name": "xhr-cache",
|
|
@@ -3058,10 +4672,13 @@
|
|
|
3058
4672
|
"maintainers": [
|
|
3059
4673
|
{
|
|
3060
4674
|
"name": "gaetansenn",
|
|
3061
|
-
"github": "gaetansenn"
|
|
3062
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4675
|
+
"github": "gaetansenn"
|
|
3063
4676
|
}
|
|
3064
|
-
]
|
|
4677
|
+
],
|
|
4678
|
+
"compatibility": {
|
|
4679
|
+
"nuxt": "^2.0.0",
|
|
4680
|
+
"requires": {}
|
|
4681
|
+
}
|
|
3065
4682
|
},
|
|
3066
4683
|
{
|
|
3067
4684
|
"name": "xui",
|
|
@@ -3077,18 +4694,22 @@
|
|
|
3077
4694
|
"maintainers": [
|
|
3078
4695
|
{
|
|
3079
4696
|
"name": "MetaCorp",
|
|
3080
|
-
"github": "MetaCorp"
|
|
3081
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4697
|
+
"github": "MetaCorp"
|
|
3082
4698
|
}
|
|
3083
|
-
]
|
|
4699
|
+
],
|
|
4700
|
+
"compatibility": {
|
|
4701
|
+
"nuxt": "^2.0.0",
|
|
4702
|
+
"requires": {}
|
|
4703
|
+
}
|
|
3084
4704
|
},
|
|
3085
4705
|
{
|
|
3086
4706
|
"name": "yandex-metrika",
|
|
3087
|
-
"
|
|
4707
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4708
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3088
4709
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3089
4710
|
"icon": "",
|
|
3090
|
-
"github": "https://github.com/nuxt-community/
|
|
3091
|
-
"website": "https://github.com/nuxt-community/
|
|
4711
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4712
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
3092
4713
|
"learn_more": "https://metrica.yandex.com/about",
|
|
3093
4714
|
"category": "Analytics",
|
|
3094
4715
|
"type": "community",
|
|
@@ -3096,10 +4717,13 @@
|
|
|
3096
4717
|
{
|
|
3097
4718
|
"name": "Pooya Parsa",
|
|
3098
4719
|
"github": "pi0",
|
|
3099
|
-
"twitter": "_pi0_"
|
|
3100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4720
|
+
"twitter": "_pi0_"
|
|
3101
4721
|
}
|
|
3102
|
-
]
|
|
4722
|
+
],
|
|
4723
|
+
"compatibility": {
|
|
4724
|
+
"nuxt": "^2.0.0",
|
|
4725
|
+
"requires": {}
|
|
4726
|
+
}
|
|
3103
4727
|
},
|
|
3104
4728
|
{
|
|
3105
4729
|
"name": "zendesk",
|
|
@@ -3115,9 +4739,12 @@
|
|
|
3115
4739
|
"maintainers": [
|
|
3116
4740
|
{
|
|
3117
4741
|
"name": "DansMaCulotte",
|
|
3118
|
-
"github": "DansMaCulotte"
|
|
3119
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4742
|
+
"github": "DansMaCulotte"
|
|
3120
4743
|
}
|
|
3121
|
-
]
|
|
4744
|
+
],
|
|
4745
|
+
"compatibility": {
|
|
4746
|
+
"nuxt": "^2.0.0",
|
|
4747
|
+
"requires": {}
|
|
4748
|
+
}
|
|
3122
4749
|
}
|
|
3123
4750
|
]
|