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