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