@nuxt/modules 0.5.0-42ef89 → 0.5.0-46c1c9
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} +2298 -572
- package/package.json +2 -44
- package/LICENSE +0 -21
- package/README.md +0 -89
|
@@ -13,16 +13,71 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
24
45
|
}
|
|
25
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
26
81
|
},
|
|
27
82
|
{
|
|
28
83
|
"name": "alias",
|
|
@@ -33,15 +88,18 @@
|
|
|
33
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
90
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
37
92
|
"type": "3rd-party",
|
|
38
93
|
"maintainers": [
|
|
39
94
|
{
|
|
40
95
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
43
97
|
}
|
|
44
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
45
103
|
},
|
|
46
104
|
{
|
|
47
105
|
"name": "amp",
|
|
@@ -58,10 +116,59 @@
|
|
|
58
116
|
{
|
|
59
117
|
"name": "Ahad Birang",
|
|
60
118
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
119
|
+
"twitter": "a_birang"
|
|
63
120
|
}
|
|
64
|
-
]
|
|
121
|
+
],
|
|
122
|
+
"compatibility": {
|
|
123
|
+
"nuxt": "^2.0.0",
|
|
124
|
+
"requires": {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt.js",
|
|
130
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
134
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Libraries",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "apis-to-file",
|
|
151
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
152
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
156
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Performance",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Luca Iaconelli",
|
|
163
|
+
"github": "LuXDAmore",
|
|
164
|
+
"twitter": "luxdamore",
|
|
165
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
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",
|
|
466
667
|
"npm": "@nuxt/content",
|
|
467
668
|
"icon": "content.png",
|
|
468
669
|
"github": "https://github.com/nuxt/content",
|
|
@@ -474,16 +675,18 @@
|
|
|
474
675
|
{
|
|
475
676
|
"name": "Benjamin Canac",
|
|
476
677
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
678
|
+
"twitter": "benjamincanac"
|
|
479
679
|
},
|
|
480
680
|
{
|
|
481
681
|
"name": "Sebastien Chopin",
|
|
482
682
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
683
|
+
"twitter": "Atinux"
|
|
485
684
|
}
|
|
486
|
-
]
|
|
685
|
+
],
|
|
686
|
+
"compatibility": {
|
|
687
|
+
"nuxt": "^2.0.0",
|
|
688
|
+
"requires": {}
|
|
689
|
+
}
|
|
487
690
|
},
|
|
488
691
|
{
|
|
489
692
|
"name": "contentful",
|
|
@@ -499,34 +702,61 @@
|
|
|
499
702
|
"maintainers": [
|
|
500
703
|
{
|
|
501
704
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
705
|
+
"github": "scaccogatto"
|
|
504
706
|
}
|
|
505
|
-
]
|
|
707
|
+
],
|
|
708
|
+
"compatibility": {
|
|
709
|
+
"nuxt": "^2.0.0",
|
|
710
|
+
"requires": {}
|
|
711
|
+
}
|
|
506
712
|
},
|
|
507
713
|
{
|
|
508
714
|
"name": "custom-elements",
|
|
509
715
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
716
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
717
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
718
|
+
"icon": "custom-elements.png",
|
|
513
719
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
720
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
721
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
722
|
+
"category": "Extensions",
|
|
517
723
|
"type": "3rd-party",
|
|
518
724
|
"maintainers": [
|
|
519
725
|
{
|
|
520
726
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
727
|
+
"github": "ThornWalli"
|
|
523
728
|
},
|
|
524
729
|
{
|
|
525
730
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
|
|
731
|
+
"github": "GrabarzUndPartner"
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"compatibility": {
|
|
735
|
+
"nuxt": "^2.0.0",
|
|
736
|
+
"requires": {}
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"name": "darkmode.js",
|
|
741
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
742
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
743
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
744
|
+
"icon": "darkmode.png",
|
|
745
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
746
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
747
|
+
"learn_more": "",
|
|
748
|
+
"category": "UI",
|
|
749
|
+
"type": "3rd-party",
|
|
750
|
+
"maintainers": [
|
|
751
|
+
{
|
|
752
|
+
"name": "sandoche",
|
|
753
|
+
"github": "sandoche"
|
|
528
754
|
}
|
|
529
|
-
]
|
|
755
|
+
],
|
|
756
|
+
"compatibility": {
|
|
757
|
+
"nuxt": "^2.0.0",
|
|
758
|
+
"requires": {}
|
|
759
|
+
}
|
|
530
760
|
},
|
|
531
761
|
{
|
|
532
762
|
"name": "date-fns",
|
|
@@ -542,10 +772,35 @@
|
|
|
542
772
|
"maintainers": [
|
|
543
773
|
{
|
|
544
774
|
"name": "Ricardo Gobbo de Souza",
|
|
545
|
-
"github": "ricardogobbosouza"
|
|
546
|
-
|
|
775
|
+
"github": "ricardogobbosouza"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"compatibility": {
|
|
779
|
+
"nuxt": "^2.0.0",
|
|
780
|
+
"requires": {}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "datocms",
|
|
785
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
786
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
787
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
788
|
+
"icon": "datocms.png",
|
|
789
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
790
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
791
|
+
"learn_more": "https://www.datocms.com/",
|
|
792
|
+
"category": "CMS",
|
|
793
|
+
"type": "3rd-party",
|
|
794
|
+
"maintainers": [
|
|
795
|
+
{
|
|
796
|
+
"name": "Frankwarnaar",
|
|
797
|
+
"github": "Frankwarnaar"
|
|
547
798
|
}
|
|
548
|
-
]
|
|
799
|
+
],
|
|
800
|
+
"compatibility": {
|
|
801
|
+
"nuxt": "^2.0.0",
|
|
802
|
+
"requires": {}
|
|
803
|
+
}
|
|
549
804
|
},
|
|
550
805
|
{
|
|
551
806
|
"name": "dayjs",
|
|
@@ -562,10 +817,13 @@
|
|
|
562
817
|
{
|
|
563
818
|
"name": "Takuma HANATANI",
|
|
564
819
|
"github": "potato4d",
|
|
565
|
-
"twitter": "potato4d"
|
|
566
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
820
|
+
"twitter": "potato4d"
|
|
567
821
|
}
|
|
568
|
-
]
|
|
822
|
+
],
|
|
823
|
+
"compatibility": {
|
|
824
|
+
"nuxt": "^2.0.0",
|
|
825
|
+
"requires": {}
|
|
826
|
+
}
|
|
569
827
|
},
|
|
570
828
|
{
|
|
571
829
|
"name": "device",
|
|
@@ -576,15 +834,43 @@
|
|
|
576
834
|
"github": "https://github.com/nuxt-community/device-module",
|
|
577
835
|
"website": "https://github.com/nuxt-community/device-module",
|
|
578
836
|
"learn_more": "",
|
|
579
|
-
"category": "
|
|
837
|
+
"category": "Extensions",
|
|
580
838
|
"type": "community",
|
|
581
839
|
"maintainers": [
|
|
582
840
|
{
|
|
583
841
|
"name": "Shinji Yamada",
|
|
584
|
-
"github": "dotneet"
|
|
585
|
-
|
|
842
|
+
"github": "dotneet"
|
|
843
|
+
}
|
|
844
|
+
],
|
|
845
|
+
"compatibility": {
|
|
846
|
+
"nuxt": "^2.0.0",
|
|
847
|
+
"requires": {}
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "directus",
|
|
852
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
853
|
+
"repo": "intevel/nuxt-directus",
|
|
854
|
+
"npm": "nuxt-directus",
|
|
855
|
+
"icon": "directus.svg",
|
|
856
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
857
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
858
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
859
|
+
"category": "CMS",
|
|
860
|
+
"type": "3rd-party",
|
|
861
|
+
"maintainers": [
|
|
862
|
+
{
|
|
863
|
+
"name": "Conner Bachmann",
|
|
864
|
+
"github": "intevel",
|
|
865
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"compatibility": {
|
|
869
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
870
|
+
"requires": {
|
|
871
|
+
"bridge": true
|
|
586
872
|
}
|
|
587
|
-
|
|
873
|
+
}
|
|
588
874
|
},
|
|
589
875
|
{
|
|
590
876
|
"name": "dotenv",
|
|
@@ -595,15 +881,73 @@
|
|
|
595
881
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
596
882
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
597
883
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
598
|
-
"category": "
|
|
884
|
+
"category": "Extensions",
|
|
599
885
|
"type": "community",
|
|
600
886
|
"maintainers": [
|
|
601
887
|
{
|
|
602
888
|
"name": "Julien Tant",
|
|
603
|
-
"github": "JulienTant"
|
|
604
|
-
|
|
889
|
+
"github": "JulienTant"
|
|
890
|
+
}
|
|
891
|
+
],
|
|
892
|
+
"compatibility": {
|
|
893
|
+
"nuxt": "^2.0.0",
|
|
894
|
+
"requires": {}
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "drupal-ce",
|
|
899
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
900
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
901
|
+
"npm": "nuxtjs-drupal-ce",
|
|
902
|
+
"icon": "drupal-ce.png",
|
|
903
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
904
|
+
"website": "https://stack.lupus.digital",
|
|
905
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
906
|
+
"category": "CMS",
|
|
907
|
+
"type": "3rd-party",
|
|
908
|
+
"maintainers": [
|
|
909
|
+
{
|
|
910
|
+
"name": "Wolfgang Ziegler // fago",
|
|
911
|
+
"github": "fago",
|
|
912
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "Maximilian Götz-Mikus",
|
|
916
|
+
"github": "maximilianmikus",
|
|
917
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "David Licen",
|
|
921
|
+
"github": "davision",
|
|
922
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
923
|
+
}
|
|
924
|
+
],
|
|
925
|
+
"compatibility": {
|
|
926
|
+
"nuxt": "^2.0.0",
|
|
927
|
+
"requires": {}
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "druxt",
|
|
932
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
933
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
934
|
+
"npm": "druxt",
|
|
935
|
+
"icon": "druxt.svg",
|
|
936
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
937
|
+
"website": "https://druxtjs.org",
|
|
938
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
939
|
+
"category": "CMS",
|
|
940
|
+
"type": "3rd-party",
|
|
941
|
+
"maintainers": [
|
|
942
|
+
{
|
|
943
|
+
"name": "Decipher",
|
|
944
|
+
"github": "decipher"
|
|
605
945
|
}
|
|
606
|
-
]
|
|
946
|
+
],
|
|
947
|
+
"compatibility": {
|
|
948
|
+
"nuxt": "^2.0.0",
|
|
949
|
+
"requires": {}
|
|
950
|
+
}
|
|
607
951
|
},
|
|
608
952
|
{
|
|
609
953
|
"name": "emotion",
|
|
@@ -614,16 +958,19 @@
|
|
|
614
958
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
615
959
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
616
960
|
"learn_more": "https://emotion.sh/",
|
|
617
|
-
"category": "
|
|
961
|
+
"category": "Extensions",
|
|
618
962
|
"type": "community",
|
|
619
963
|
"maintainers": [
|
|
620
964
|
{
|
|
621
965
|
"name": "Pooya Parsa",
|
|
622
966
|
"github": "pi0",
|
|
623
|
-
"twitter": "_pi0_"
|
|
624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
967
|
+
"twitter": "_pi0_"
|
|
625
968
|
}
|
|
626
|
-
]
|
|
969
|
+
],
|
|
970
|
+
"compatibility": {
|
|
971
|
+
"nuxt": "^2.0.0",
|
|
972
|
+
"requires": {}
|
|
973
|
+
}
|
|
627
974
|
},
|
|
628
975
|
{
|
|
629
976
|
"name": "eslint",
|
|
@@ -639,10 +986,13 @@
|
|
|
639
986
|
"maintainers": [
|
|
640
987
|
{
|
|
641
988
|
"name": "Ricardo Gobbo de Souza",
|
|
642
|
-
"github": "ricardogobbosouza"
|
|
643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
989
|
+
"github": "ricardogobbosouza"
|
|
644
990
|
}
|
|
645
|
-
]
|
|
991
|
+
],
|
|
992
|
+
"compatibility": {
|
|
993
|
+
"nuxt": "^2.0.0",
|
|
994
|
+
"requires": {}
|
|
995
|
+
}
|
|
646
996
|
},
|
|
647
997
|
{
|
|
648
998
|
"name": "event-trace",
|
|
@@ -658,10 +1008,35 @@
|
|
|
658
1008
|
"maintainers": [
|
|
659
1009
|
{
|
|
660
1010
|
"name": "Xin Du",
|
|
661
|
-
"github": "clarkdo"
|
|
662
|
-
|
|
1011
|
+
"github": "clarkdo"
|
|
1012
|
+
}
|
|
1013
|
+
],
|
|
1014
|
+
"compatibility": {
|
|
1015
|
+
"nuxt": "^2.0.0",
|
|
1016
|
+
"requires": {}
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "fathom",
|
|
1021
|
+
"description": "Fathom analytics for Nuxt",
|
|
1022
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1023
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1024
|
+
"icon": "fathom.png",
|
|
1025
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1026
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1027
|
+
"learn_more": "https://usefathom.com/",
|
|
1028
|
+
"category": "Analytics",
|
|
1029
|
+
"type": "3rd-party",
|
|
1030
|
+
"maintainers": [
|
|
1031
|
+
{
|
|
1032
|
+
"name": "yabhq",
|
|
1033
|
+
"github": "yabhq"
|
|
663
1034
|
}
|
|
664
|
-
]
|
|
1035
|
+
],
|
|
1036
|
+
"compatibility": {
|
|
1037
|
+
"nuxt": "^2.0.0",
|
|
1038
|
+
"requires": {}
|
|
1039
|
+
}
|
|
665
1040
|
},
|
|
666
1041
|
{
|
|
667
1042
|
"name": "feature-toggle",
|
|
@@ -672,19 +1047,22 @@
|
|
|
672
1047
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
673
1048
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
674
1049
|
"learn_more": "",
|
|
675
|
-
"category": "
|
|
1050
|
+
"category": "Extensions",
|
|
676
1051
|
"type": "3rd-party",
|
|
677
1052
|
"maintainers": [
|
|
678
1053
|
{
|
|
679
1054
|
"name": "stephenkr",
|
|
680
|
-
"github": "stephenkr"
|
|
681
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1055
|
+
"github": "stephenkr"
|
|
682
1056
|
}
|
|
683
|
-
]
|
|
1057
|
+
],
|
|
1058
|
+
"compatibility": {
|
|
1059
|
+
"nuxt": "^2.0.0",
|
|
1060
|
+
"requires": {}
|
|
1061
|
+
}
|
|
684
1062
|
},
|
|
685
1063
|
{
|
|
686
1064
|
"name": "feed",
|
|
687
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1065
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
688
1066
|
"repo": "nuxt-community/feed-module",
|
|
689
1067
|
"npm": "@nuxtjs/feed",
|
|
690
1068
|
"icon": "",
|
|
@@ -697,15 +1075,18 @@
|
|
|
697
1075
|
{
|
|
698
1076
|
"name": "Alexander Lichter",
|
|
699
1077
|
"github": "manniL",
|
|
700
|
-
"twitter": "TheAlexLichter"
|
|
701
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1078
|
+
"twitter": "TheAlexLichter"
|
|
702
1079
|
}
|
|
703
|
-
]
|
|
1080
|
+
],
|
|
1081
|
+
"compatibility": {
|
|
1082
|
+
"nuxt": "^2.0.0",
|
|
1083
|
+
"requires": {}
|
|
1084
|
+
}
|
|
704
1085
|
},
|
|
705
1086
|
{
|
|
706
1087
|
"name": "firebase",
|
|
707
|
-
"description": "
|
|
708
|
-
"repo": "nuxt-community/firebase-module",
|
|
1088
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1089
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
709
1090
|
"npm": "@nuxtjs/firebase",
|
|
710
1091
|
"icon": "firebase.png",
|
|
711
1092
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -716,10 +1097,35 @@
|
|
|
716
1097
|
"maintainers": [
|
|
717
1098
|
{
|
|
718
1099
|
"name": "Pascal Luther",
|
|
719
|
-
"github": "lupas"
|
|
720
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1100
|
+
"github": "lupas"
|
|
721
1101
|
}
|
|
722
|
-
]
|
|
1102
|
+
],
|
|
1103
|
+
"compatibility": {
|
|
1104
|
+
"nuxt": "^2.0.0",
|
|
1105
|
+
"requires": {}
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "floating-prompt-module",
|
|
1110
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1111
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1112
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1113
|
+
"icon": "",
|
|
1114
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1115
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1116
|
+
"learn_more": "",
|
|
1117
|
+
"category": "Libraries",
|
|
1118
|
+
"type": "3rd-party",
|
|
1119
|
+
"maintainers": [
|
|
1120
|
+
{
|
|
1121
|
+
"name": "sandoche",
|
|
1122
|
+
"github": "sandoche"
|
|
1123
|
+
}
|
|
1124
|
+
],
|
|
1125
|
+
"compatibility": {
|
|
1126
|
+
"nuxt": "^2.0.0",
|
|
1127
|
+
"requires": {}
|
|
1128
|
+
}
|
|
723
1129
|
},
|
|
724
1130
|
{
|
|
725
1131
|
"name": "font-loader-strategy",
|
|
@@ -735,10 +1141,35 @@
|
|
|
735
1141
|
"maintainers": [
|
|
736
1142
|
{
|
|
737
1143
|
"name": "GrabarzUndPartner",
|
|
738
|
-
"github": "GrabarzUndPartner"
|
|
739
|
-
|
|
1144
|
+
"github": "GrabarzUndPartner"
|
|
1145
|
+
}
|
|
1146
|
+
],
|
|
1147
|
+
"compatibility": {
|
|
1148
|
+
"nuxt": "^2.0.0",
|
|
1149
|
+
"requires": {}
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "fontagon",
|
|
1154
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1155
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1156
|
+
"npm": "nuxt-fontagon",
|
|
1157
|
+
"icon": "fontagon.png",
|
|
1158
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1159
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1160
|
+
"learn_more": "",
|
|
1161
|
+
"category": "Libraries",
|
|
1162
|
+
"type": "3rd-party",
|
|
1163
|
+
"maintainers": [
|
|
1164
|
+
{
|
|
1165
|
+
"name": "kdydesign",
|
|
1166
|
+
"github": "kdydesign"
|
|
740
1167
|
}
|
|
741
|
-
]
|
|
1168
|
+
],
|
|
1169
|
+
"compatibility": {
|
|
1170
|
+
"nuxt": "^2.0.0",
|
|
1171
|
+
"requires": {}
|
|
1172
|
+
}
|
|
742
1173
|
},
|
|
743
1174
|
{
|
|
744
1175
|
"name": "fontawesome",
|
|
@@ -754,10 +1185,41 @@
|
|
|
754
1185
|
"maintainers": [
|
|
755
1186
|
{
|
|
756
1187
|
"name": "Pim",
|
|
757
|
-
"github": "pimlie"
|
|
758
|
-
|
|
1188
|
+
"github": "pimlie"
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
"compatibility": {
|
|
1192
|
+
"nuxt": "^2.0.0",
|
|
1193
|
+
"requires": {}
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "formkit",
|
|
1198
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1199
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1200
|
+
"npm": "@formkit/nuxt",
|
|
1201
|
+
"icon": "formkit.png",
|
|
1202
|
+
"github": "https://github.com/formkit/formkit",
|
|
1203
|
+
"website": "https://formkit.com",
|
|
1204
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1205
|
+
"category": "Libraries",
|
|
1206
|
+
"type": "3rd-party",
|
|
1207
|
+
"maintainers": [
|
|
1208
|
+
{
|
|
1209
|
+
"name": "Justin Schroeder",
|
|
1210
|
+
"github": "justin-schroeder",
|
|
1211
|
+
"twitter": "jpschroeder"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "Andrew Boyd",
|
|
1215
|
+
"github": "andrew-boyd",
|
|
1216
|
+
"twitter": "0xBOYD"
|
|
759
1217
|
}
|
|
760
|
-
]
|
|
1218
|
+
],
|
|
1219
|
+
"compatibility": {
|
|
1220
|
+
"nuxt": "^3.0.0",
|
|
1221
|
+
"requires": {}
|
|
1222
|
+
}
|
|
761
1223
|
},
|
|
762
1224
|
{
|
|
763
1225
|
"name": "fullpage",
|
|
@@ -773,10 +1235,35 @@
|
|
|
773
1235
|
"maintainers": [
|
|
774
1236
|
{
|
|
775
1237
|
"name": "vaso2",
|
|
776
|
-
"github": "vaso2"
|
|
777
|
-
|
|
1238
|
+
"github": "vaso2"
|
|
1239
|
+
}
|
|
1240
|
+
],
|
|
1241
|
+
"compatibility": {
|
|
1242
|
+
"nuxt": "^2.0.0",
|
|
1243
|
+
"requires": {}
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "github-api",
|
|
1248
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1249
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1250
|
+
"npm": "nuxt-github-api",
|
|
1251
|
+
"icon": "github.svg",
|
|
1252
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1253
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1254
|
+
"learn_more": "",
|
|
1255
|
+
"category": "Request",
|
|
1256
|
+
"type": "3rd-party",
|
|
1257
|
+
"maintainers": [
|
|
1258
|
+
{
|
|
1259
|
+
"name": "lindsaykwardell",
|
|
1260
|
+
"github": "lindsaykwardell"
|
|
778
1261
|
}
|
|
779
|
-
]
|
|
1262
|
+
],
|
|
1263
|
+
"compatibility": {
|
|
1264
|
+
"nuxt": "^2.0.0",
|
|
1265
|
+
"requires": {}
|
|
1266
|
+
}
|
|
780
1267
|
},
|
|
781
1268
|
{
|
|
782
1269
|
"name": "google-adsense",
|
|
@@ -792,10 +1279,13 @@
|
|
|
792
1279
|
"maintainers": [
|
|
793
1280
|
{
|
|
794
1281
|
"name": "Troy Morehouse",
|
|
795
|
-
"github": "tmorehouse"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1282
|
+
"github": "tmorehouse"
|
|
797
1283
|
}
|
|
798
|
-
]
|
|
1284
|
+
],
|
|
1285
|
+
"compatibility": {
|
|
1286
|
+
"nuxt": "^2.0.0",
|
|
1287
|
+
"requires": {}
|
|
1288
|
+
}
|
|
799
1289
|
},
|
|
800
1290
|
{
|
|
801
1291
|
"name": "google-analytics",
|
|
@@ -812,28 +1302,29 @@
|
|
|
812
1302
|
{
|
|
813
1303
|
"name": "Pooya Parsa",
|
|
814
1304
|
"github": "pi0",
|
|
815
|
-
"twitter": "_pi0_"
|
|
816
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1305
|
+
"twitter": "_pi0_"
|
|
817
1306
|
},
|
|
818
1307
|
{
|
|
819
1308
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1309
|
+
"github": "ricardogobbosouza"
|
|
822
1310
|
},
|
|
823
1311
|
{
|
|
824
1312
|
"name": "Matteo Gabriele",
|
|
825
1313
|
"github": "MatteoGabriele",
|
|
826
|
-
"twitter": "matteo_gabriele"
|
|
827
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1314
|
+
"twitter": "matteo_gabriele"
|
|
828
1315
|
}
|
|
829
|
-
]
|
|
1316
|
+
],
|
|
1317
|
+
"compatibility": {
|
|
1318
|
+
"nuxt": "^2.0.0",
|
|
1319
|
+
"requires": {}
|
|
1320
|
+
}
|
|
830
1321
|
},
|
|
831
1322
|
{
|
|
832
1323
|
"name": "google-fonts",
|
|
833
1324
|
"description": "Google Fonts module for NuxtJS",
|
|
834
1325
|
"repo": "nuxt-community/google-fonts-module",
|
|
835
1326
|
"npm": "@nuxtjs/google-fonts",
|
|
836
|
-
"icon": "google-fonts.
|
|
1327
|
+
"icon": "google-fonts.png",
|
|
837
1328
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
838
1329
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
839
1330
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -842,10 +1333,13 @@
|
|
|
842
1333
|
"maintainers": [
|
|
843
1334
|
{
|
|
844
1335
|
"name": "Ricardo Gobbo de Souza",
|
|
845
|
-
"github": "ricardogobbosouza"
|
|
846
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1336
|
+
"github": "ricardogobbosouza"
|
|
847
1337
|
}
|
|
848
|
-
]
|
|
1338
|
+
],
|
|
1339
|
+
"compatibility": {
|
|
1340
|
+
"nuxt": "^2.0.0",
|
|
1341
|
+
"requires": {}
|
|
1342
|
+
}
|
|
849
1343
|
},
|
|
850
1344
|
{
|
|
851
1345
|
"name": "google-gtag",
|
|
@@ -861,15 +1355,17 @@
|
|
|
861
1355
|
"maintainers": [
|
|
862
1356
|
{
|
|
863
1357
|
"name": "Dominic Garms",
|
|
864
|
-
"github": "dohomi"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1358
|
+
"github": "dohomi"
|
|
866
1359
|
},
|
|
867
1360
|
{
|
|
868
1361
|
"name": "Ricardo Gobbo de Souza",
|
|
869
|
-
"github": "ricardogobbosouza"
|
|
870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1362
|
+
"github": "ricardogobbosouza"
|
|
871
1363
|
}
|
|
872
|
-
]
|
|
1364
|
+
],
|
|
1365
|
+
"compatibility": {
|
|
1366
|
+
"nuxt": "^2.0.0",
|
|
1367
|
+
"requires": {}
|
|
1368
|
+
}
|
|
873
1369
|
},
|
|
874
1370
|
{
|
|
875
1371
|
"name": "google-optimize",
|
|
@@ -886,22 +1382,67 @@
|
|
|
886
1382
|
{
|
|
887
1383
|
"name": "Pooya Parsa",
|
|
888
1384
|
"github": "pi0",
|
|
889
|
-
"twitter": "_pi0_"
|
|
890
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1385
|
+
"twitter": "_pi0_"
|
|
891
1386
|
},
|
|
892
1387
|
{
|
|
893
1388
|
"name": "Farzad Soltani",
|
|
894
1389
|
"github": "farzadso",
|
|
895
|
-
"twitter": "farzadso"
|
|
896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1390
|
+
"twitter": "farzadso"
|
|
897
1391
|
},
|
|
898
1392
|
{
|
|
899
1393
|
"name": "Josh Deltener",
|
|
900
1394
|
"github": "hecktarzuli",
|
|
901
|
-
"twitter": "JoshDeltener"
|
|
902
|
-
|
|
1395
|
+
"twitter": "JoshDeltener"
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"compatibility": {
|
|
1399
|
+
"nuxt": "^2.0.0",
|
|
1400
|
+
"requires": {}
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "graphql-client",
|
|
1405
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1406
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1407
|
+
"npm": "nuxt-graphql-client",
|
|
1408
|
+
"icon": "graphql-client.svg",
|
|
1409
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1410
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1411
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1412
|
+
"category": "Request",
|
|
1413
|
+
"type": "3rd-party",
|
|
1414
|
+
"maintainers": [
|
|
1415
|
+
{
|
|
1416
|
+
"name": "Diizzayy",
|
|
1417
|
+
"github": "diizzayy"
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"compatibility": {
|
|
1421
|
+
"nuxt": "^3.0.0",
|
|
1422
|
+
"requires": {}
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "graphql-request",
|
|
1427
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1428
|
+
"repo": "gomah/nuxt-graphql-request",
|
|
1429
|
+
"npm": "nuxt-graphql-request",
|
|
1430
|
+
"icon": "graphql-request.png",
|
|
1431
|
+
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1432
|
+
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
1433
|
+
"learn_more": "",
|
|
1434
|
+
"category": "Request",
|
|
1435
|
+
"type": "3rd-party",
|
|
1436
|
+
"maintainers": [
|
|
1437
|
+
{
|
|
1438
|
+
"name": "gomah",
|
|
1439
|
+
"github": "gomah"
|
|
903
1440
|
}
|
|
904
|
-
]
|
|
1441
|
+
],
|
|
1442
|
+
"compatibility": {
|
|
1443
|
+
"nuxt": "^2.0.0",
|
|
1444
|
+
"requires": {}
|
|
1445
|
+
}
|
|
905
1446
|
},
|
|
906
1447
|
{
|
|
907
1448
|
"name": "gtm",
|
|
@@ -918,10 +1459,13 @@
|
|
|
918
1459
|
{
|
|
919
1460
|
"name": "Pooya Parsa",
|
|
920
1461
|
"github": "pi0",
|
|
921
|
-
"twitter": "_pi0_"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1462
|
+
"twitter": "_pi0_"
|
|
923
1463
|
}
|
|
924
|
-
]
|
|
1464
|
+
],
|
|
1465
|
+
"compatibility": {
|
|
1466
|
+
"nuxt": "^2.0.0",
|
|
1467
|
+
"requires": {}
|
|
1468
|
+
}
|
|
925
1469
|
},
|
|
926
1470
|
{
|
|
927
1471
|
"name": "guess",
|
|
@@ -937,10 +1481,59 @@
|
|
|
937
1481
|
"maintainers": [
|
|
938
1482
|
{
|
|
939
1483
|
"name": "Xin Du",
|
|
940
|
-
"github": "clarkdo"
|
|
941
|
-
|
|
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"
|
|
942
1531
|
}
|
|
943
|
-
]
|
|
1532
|
+
],
|
|
1533
|
+
"compatibility": {
|
|
1534
|
+
"nuxt": "^2.0.0",
|
|
1535
|
+
"requires": {}
|
|
1536
|
+
}
|
|
944
1537
|
},
|
|
945
1538
|
{
|
|
946
1539
|
"name": "helmet",
|
|
@@ -956,10 +1549,13 @@
|
|
|
956
1549
|
"maintainers": [
|
|
957
1550
|
{
|
|
958
1551
|
"name": "victor-perez",
|
|
959
|
-
"github": "victor-perez"
|
|
960
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1552
|
+
"github": "victor-perez"
|
|
961
1553
|
}
|
|
962
|
-
]
|
|
1554
|
+
],
|
|
1555
|
+
"compatibility": {
|
|
1556
|
+
"nuxt": "^2.0.0",
|
|
1557
|
+
"requires": {}
|
|
1558
|
+
}
|
|
963
1559
|
},
|
|
964
1560
|
{
|
|
965
1561
|
"name": "highcharts",
|
|
@@ -975,10 +1571,13 @@
|
|
|
975
1571
|
"maintainers": [
|
|
976
1572
|
{
|
|
977
1573
|
"name": "richardeschloss",
|
|
978
|
-
"github": "richardeschloss"
|
|
979
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1574
|
+
"github": "richardeschloss"
|
|
980
1575
|
}
|
|
981
|
-
]
|
|
1576
|
+
],
|
|
1577
|
+
"compatibility": {
|
|
1578
|
+
"nuxt": "^2.0.0",
|
|
1579
|
+
"requires": {}
|
|
1580
|
+
}
|
|
982
1581
|
},
|
|
983
1582
|
{
|
|
984
1583
|
"name": "history-state",
|
|
@@ -989,15 +1588,18 @@
|
|
|
989
1588
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
990
1589
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
991
1590
|
"learn_more": "",
|
|
992
|
-
"category": "
|
|
1591
|
+
"category": "Extensions",
|
|
993
1592
|
"type": "3rd-party",
|
|
994
1593
|
"maintainers": [
|
|
995
1594
|
{
|
|
996
1595
|
"name": "hidekatsu-izuno",
|
|
997
|
-
"github": "hidekatsu-izuno"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1596
|
+
"github": "hidekatsu-izuno"
|
|
999
1597
|
}
|
|
1000
|
-
]
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^2.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1001
1603
|
},
|
|
1002
1604
|
{
|
|
1003
1605
|
"name": "html-minifier",
|
|
@@ -1013,10 +1615,36 @@
|
|
|
1013
1615
|
"maintainers": [
|
|
1014
1616
|
{
|
|
1015
1617
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
1618
|
+
"github": "clarkdo"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^2.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "html-validator",
|
|
1628
|
+
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1629
|
+
"repo": "nuxt-community/html-validator-module",
|
|
1630
|
+
"npm": "@nuxtjs/html-validator",
|
|
1631
|
+
"icon": "html-validator.png",
|
|
1632
|
+
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1633
|
+
"website": "https://html-validator.nuxtjs.org",
|
|
1634
|
+
"learn_more": "https://html-validate.org",
|
|
1635
|
+
"category": "Performance",
|
|
1636
|
+
"type": "community",
|
|
1637
|
+
"maintainers": [
|
|
1638
|
+
{
|
|
1639
|
+
"name": "Daniel Roe",
|
|
1640
|
+
"github": "danielroe",
|
|
1641
|
+
"twitter": "danielcroe"
|
|
1018
1642
|
}
|
|
1019
|
-
]
|
|
1643
|
+
],
|
|
1644
|
+
"compatibility": {
|
|
1645
|
+
"nuxt": "^2.0.0",
|
|
1646
|
+
"requires": {}
|
|
1647
|
+
}
|
|
1020
1648
|
},
|
|
1021
1649
|
{
|
|
1022
1650
|
"name": "http",
|
|
@@ -1033,16 +1661,41 @@
|
|
|
1033
1661
|
{
|
|
1034
1662
|
"name": "Pooya Parsa",
|
|
1035
1663
|
"github": "pi0",
|
|
1036
|
-
"twitter": "_pi0_"
|
|
1037
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1664
|
+
"twitter": "_pi0_"
|
|
1038
1665
|
},
|
|
1039
1666
|
{
|
|
1040
1667
|
"name": "Sébastien Chopin",
|
|
1041
1668
|
"github": "Atinux",
|
|
1042
|
-
"twitter": "Atinux"
|
|
1043
|
-
|
|
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"
|
|
1044
1693
|
}
|
|
1045
|
-
]
|
|
1694
|
+
],
|
|
1695
|
+
"compatibility": {
|
|
1696
|
+
"nuxt": "^2.0.0",
|
|
1697
|
+
"requires": {}
|
|
1698
|
+
}
|
|
1046
1699
|
},
|
|
1047
1700
|
{
|
|
1048
1701
|
"name": "i18n",
|
|
@@ -1053,20 +1706,22 @@
|
|
|
1053
1706
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1054
1707
|
"website": "https://i18n.nuxtjs.org",
|
|
1055
1708
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1056
|
-
"category": "
|
|
1709
|
+
"category": "Extensions",
|
|
1057
1710
|
"type": "community",
|
|
1058
1711
|
"maintainers": [
|
|
1059
1712
|
{
|
|
1060
1713
|
"name": "Rafał Chłodnicki",
|
|
1061
|
-
"github": "rchl"
|
|
1062
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1714
|
+
"github": "rchl"
|
|
1063
1715
|
},
|
|
1064
1716
|
{
|
|
1065
|
-
"name": "
|
|
1066
|
-
"github": "
|
|
1067
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1717
|
+
"name": "Kazuya Kawaguchi",
|
|
1718
|
+
"github": "kazupon"
|
|
1068
1719
|
}
|
|
1069
|
-
]
|
|
1720
|
+
],
|
|
1721
|
+
"compatibility": {
|
|
1722
|
+
"nuxt": "^2.0.0",
|
|
1723
|
+
"requires": {}
|
|
1724
|
+
}
|
|
1070
1725
|
},
|
|
1071
1726
|
{
|
|
1072
1727
|
"name": "image-loader",
|
|
@@ -1082,10 +1737,13 @@
|
|
|
1082
1737
|
"maintainers": [
|
|
1083
1738
|
{
|
|
1084
1739
|
"name": "Barry Fisher",
|
|
1085
|
-
"github": "Barry-Fisher"
|
|
1086
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1740
|
+
"github": "Barry-Fisher"
|
|
1087
1741
|
}
|
|
1088
|
-
]
|
|
1742
|
+
],
|
|
1743
|
+
"compatibility": {
|
|
1744
|
+
"nuxt": "^2.0.0",
|
|
1745
|
+
"requires": {}
|
|
1746
|
+
}
|
|
1089
1747
|
},
|
|
1090
1748
|
{
|
|
1091
1749
|
"name": "image",
|
|
@@ -1102,22 +1760,25 @@
|
|
|
1102
1760
|
{
|
|
1103
1761
|
"name": "Ahad Birang",
|
|
1104
1762
|
"github": "farnabaz",
|
|
1105
|
-
"twitter": "a_birang"
|
|
1106
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1763
|
+
"twitter": "a_birang"
|
|
1107
1764
|
},
|
|
1108
1765
|
{
|
|
1109
1766
|
"name": "Pooya Parsa",
|
|
1110
1767
|
"github": "pi0",
|
|
1111
|
-
"twitter": "_pi0_"
|
|
1112
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1768
|
+
"twitter": "_pi0_"
|
|
1113
1769
|
},
|
|
1114
1770
|
{
|
|
1115
1771
|
"name": "Sebastien Chopin",
|
|
1116
1772
|
"github": "Atinux",
|
|
1117
|
-
"twitter": "Atinux"
|
|
1118
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1773
|
+
"twitter": "Atinux"
|
|
1119
1774
|
}
|
|
1120
|
-
]
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^2.0.0",
|
|
1778
|
+
"requires": {
|
|
1779
|
+
"bridge": "optional"
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1121
1782
|
},
|
|
1122
1783
|
{
|
|
1123
1784
|
"name": "imagemin",
|
|
@@ -1133,10 +1794,38 @@
|
|
|
1133
1794
|
"maintainers": [
|
|
1134
1795
|
{
|
|
1135
1796
|
"name": "Ricardo Gobbo de Souza",
|
|
1136
|
-
"github": "ricardogobbosouza"
|
|
1137
|
-
|
|
1797
|
+
"github": "ricardogobbosouza"
|
|
1798
|
+
}
|
|
1799
|
+
],
|
|
1800
|
+
"compatibility": {
|
|
1801
|
+
"nuxt": "^2.0.0",
|
|
1802
|
+
"requires": {}
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "inkline",
|
|
1807
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1808
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1809
|
+
"npm": "@inkline/nuxt",
|
|
1810
|
+
"icon": "inkline.svg",
|
|
1811
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1812
|
+
"website": "https://inkline.io",
|
|
1813
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1814
|
+
"category": "UI",
|
|
1815
|
+
"type": "3rd-party",
|
|
1816
|
+
"maintainers": [
|
|
1817
|
+
{
|
|
1818
|
+
"name": "Alex Grozav",
|
|
1819
|
+
"github": "alexgrozav",
|
|
1820
|
+
"twitter": "alexgrozav"
|
|
1821
|
+
}
|
|
1822
|
+
],
|
|
1823
|
+
"compatibility": {
|
|
1824
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1825
|
+
"requires": {
|
|
1826
|
+
"bridge": true
|
|
1138
1827
|
}
|
|
1139
|
-
|
|
1828
|
+
}
|
|
1140
1829
|
},
|
|
1141
1830
|
{
|
|
1142
1831
|
"name": "intercom",
|
|
@@ -1152,10 +1841,35 @@
|
|
|
1152
1841
|
"maintainers": [
|
|
1153
1842
|
{
|
|
1154
1843
|
"name": "hex-digital",
|
|
1155
|
-
"github": "hex-digital"
|
|
1156
|
-
|
|
1844
|
+
"github": "hex-digital"
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"compatibility": {
|
|
1848
|
+
"nuxt": "^2.0.0",
|
|
1849
|
+
"requires": {}
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "jsonapi",
|
|
1854
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1855
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1856
|
+
"npm": "nuxt-jsonapi",
|
|
1857
|
+
"icon": "jsonapi.svg",
|
|
1858
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1859
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1860
|
+
"learn_more": "",
|
|
1861
|
+
"category": "Request",
|
|
1862
|
+
"type": "3rd-party",
|
|
1863
|
+
"maintainers": [
|
|
1864
|
+
{
|
|
1865
|
+
"name": "patrickcate",
|
|
1866
|
+
"github": "patrickcate"
|
|
1157
1867
|
}
|
|
1158
|
-
]
|
|
1868
|
+
],
|
|
1869
|
+
"compatibility": {
|
|
1870
|
+
"nuxt": "^2.0.0",
|
|
1871
|
+
"requires": {}
|
|
1872
|
+
}
|
|
1159
1873
|
},
|
|
1160
1874
|
{
|
|
1161
1875
|
"name": "kentico-kontent",
|
|
@@ -1171,10 +1885,13 @@
|
|
|
1171
1885
|
"maintainers": [
|
|
1172
1886
|
{
|
|
1173
1887
|
"name": "Alfred Brockötter",
|
|
1174
|
-
"github": "Domitnator"
|
|
1175
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1888
|
+
"github": "Domitnator"
|
|
1176
1889
|
}
|
|
1177
|
-
]
|
|
1890
|
+
],
|
|
1891
|
+
"compatibility": {
|
|
1892
|
+
"nuxt": "^2.0.0",
|
|
1893
|
+
"requires": {}
|
|
1894
|
+
}
|
|
1178
1895
|
},
|
|
1179
1896
|
{
|
|
1180
1897
|
"name": "laravel-echo",
|
|
@@ -1190,10 +1907,13 @@
|
|
|
1190
1907
|
"maintainers": [
|
|
1191
1908
|
{
|
|
1192
1909
|
"name": "Ricardo Gobbo de Souza",
|
|
1193
|
-
"github": "ricardogobbosouza"
|
|
1194
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1910
|
+
"github": "ricardogobbosouza"
|
|
1195
1911
|
}
|
|
1196
|
-
]
|
|
1912
|
+
],
|
|
1913
|
+
"compatibility": {
|
|
1914
|
+
"nuxt": "^2.0.0",
|
|
1915
|
+
"requires": {}
|
|
1916
|
+
}
|
|
1197
1917
|
},
|
|
1198
1918
|
{
|
|
1199
1919
|
"name": "laravel-nuxt",
|
|
@@ -1209,10 +1929,13 @@
|
|
|
1209
1929
|
"maintainers": [
|
|
1210
1930
|
{
|
|
1211
1931
|
"name": "skyrpex",
|
|
1212
|
-
"github": "skyrpex"
|
|
1213
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1932
|
+
"github": "skyrpex"
|
|
1214
1933
|
}
|
|
1215
|
-
]
|
|
1934
|
+
],
|
|
1935
|
+
"compatibility": {
|
|
1936
|
+
"nuxt": "^2.0.0",
|
|
1937
|
+
"requires": {}
|
|
1938
|
+
}
|
|
1216
1939
|
},
|
|
1217
1940
|
{
|
|
1218
1941
|
"name": "laravel",
|
|
@@ -1228,10 +1951,13 @@
|
|
|
1228
1951
|
"maintainers": [
|
|
1229
1952
|
{
|
|
1230
1953
|
"name": "m2sd",
|
|
1231
|
-
"github": "m2sd"
|
|
1232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1954
|
+
"github": "m2sd"
|
|
1233
1955
|
}
|
|
1234
|
-
]
|
|
1956
|
+
],
|
|
1957
|
+
"compatibility": {
|
|
1958
|
+
"nuxt": "^2.0.0",
|
|
1959
|
+
"requires": {}
|
|
1960
|
+
}
|
|
1235
1961
|
},
|
|
1236
1962
|
{
|
|
1237
1963
|
"name": "leaflet",
|
|
@@ -1242,15 +1968,18 @@
|
|
|
1242
1968
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1243
1969
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1244
1970
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1245
|
-
"category": "
|
|
1971
|
+
"category": "Libraries",
|
|
1246
1972
|
"type": "3rd-party",
|
|
1247
1973
|
"maintainers": [
|
|
1248
1974
|
{
|
|
1249
1975
|
"name": "schlunsen",
|
|
1250
|
-
"github": "schlunsen"
|
|
1251
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1976
|
+
"github": "schlunsen"
|
|
1252
1977
|
}
|
|
1253
|
-
]
|
|
1978
|
+
],
|
|
1979
|
+
"compatibility": {
|
|
1980
|
+
"nuxt": "^2.0.0",
|
|
1981
|
+
"requires": {}
|
|
1982
|
+
}
|
|
1254
1983
|
},
|
|
1255
1984
|
{
|
|
1256
1985
|
"name": "localforage",
|
|
@@ -1261,21 +1990,23 @@
|
|
|
1261
1990
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1262
1991
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1263
1992
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1264
|
-
"category": "
|
|
1993
|
+
"category": "Libraries",
|
|
1265
1994
|
"type": "community",
|
|
1266
1995
|
"maintainers": [
|
|
1267
1996
|
{
|
|
1268
1997
|
"name": "Alexandre Chopin",
|
|
1269
1998
|
"github": "alexchopin",
|
|
1270
|
-
"twitter": "alexchopin"
|
|
1271
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1999
|
+
"twitter": "alexchopin"
|
|
1272
2000
|
},
|
|
1273
2001
|
{
|
|
1274
2002
|
"name": "Ricardo Gobbo de Souza",
|
|
1275
|
-
"github": "ricardogobbosouza"
|
|
1276
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2003
|
+
"github": "ricardogobbosouza"
|
|
1277
2004
|
}
|
|
1278
|
-
]
|
|
2005
|
+
],
|
|
2006
|
+
"compatibility": {
|
|
2007
|
+
"nuxt": "^2.0.0",
|
|
2008
|
+
"requires": {}
|
|
2009
|
+
}
|
|
1279
2010
|
},
|
|
1280
2011
|
{
|
|
1281
2012
|
"name": "localtunnel",
|
|
@@ -1292,10 +2023,35 @@
|
|
|
1292
2023
|
{
|
|
1293
2024
|
"name": "Pooya Parsa",
|
|
1294
2025
|
"github": "pi0",
|
|
1295
|
-
"twitter": "_pi0_"
|
|
1296
|
-
|
|
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"
|
|
1297
2049
|
}
|
|
1298
|
-
]
|
|
2050
|
+
],
|
|
2051
|
+
"compatibility": {
|
|
2052
|
+
"nuxt": "^3.0.0",
|
|
2053
|
+
"requires": {}
|
|
2054
|
+
}
|
|
1299
2055
|
},
|
|
1300
2056
|
{
|
|
1301
2057
|
"name": "logrocket",
|
|
@@ -1312,10 +2068,13 @@
|
|
|
1312
2068
|
{
|
|
1313
2069
|
"name": "Farzad Soltani",
|
|
1314
2070
|
"github": "farzadso",
|
|
1315
|
-
"twitter": "farzadso"
|
|
1316
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2071
|
+
"twitter": "farzadso"
|
|
1317
2072
|
}
|
|
1318
|
-
]
|
|
2073
|
+
],
|
|
2074
|
+
"compatibility": {
|
|
2075
|
+
"nuxt": "^2.0.0",
|
|
2076
|
+
"requires": {}
|
|
2077
|
+
}
|
|
1319
2078
|
},
|
|
1320
2079
|
{
|
|
1321
2080
|
"name": "lunr",
|
|
@@ -1331,30 +2090,36 @@
|
|
|
1331
2090
|
"maintainers": [
|
|
1332
2091
|
{
|
|
1333
2092
|
"name": "Pim",
|
|
1334
|
-
"github": "pimlie"
|
|
1335
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2093
|
+
"github": "pimlie"
|
|
1336
2094
|
}
|
|
1337
|
-
]
|
|
2095
|
+
],
|
|
2096
|
+
"compatibility": {
|
|
2097
|
+
"nuxt": "^2.0.0",
|
|
2098
|
+
"requires": {}
|
|
2099
|
+
}
|
|
1338
2100
|
},
|
|
1339
2101
|
{
|
|
1340
2102
|
"name": "markdownit",
|
|
1341
2103
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1342
|
-
"repo": "nuxt-community/
|
|
2104
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1343
2105
|
"npm": "@nuxtjs/markdownit",
|
|
1344
2106
|
"icon": "",
|
|
1345
|
-
"github": "https://github.com/nuxt-community/
|
|
1346
|
-
"website": "https://github.com/nuxt-community/
|
|
2107
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2108
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1347
2109
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1348
|
-
"category": "
|
|
2110
|
+
"category": "Extensions",
|
|
1349
2111
|
"type": "community",
|
|
1350
2112
|
"maintainers": [
|
|
1351
2113
|
{
|
|
1352
2114
|
"name": "Pooya Parsa",
|
|
1353
2115
|
"github": "pi0",
|
|
1354
|
-
"twitter": "_pi0_"
|
|
1355
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2116
|
+
"twitter": "_pi0_"
|
|
1356
2117
|
}
|
|
1357
|
-
]
|
|
2118
|
+
],
|
|
2119
|
+
"compatibility": {
|
|
2120
|
+
"nuxt": "^2.0.0",
|
|
2121
|
+
"requires": {}
|
|
2122
|
+
}
|
|
1358
2123
|
},
|
|
1359
2124
|
{
|
|
1360
2125
|
"name": "matomo",
|
|
@@ -1370,10 +2135,13 @@
|
|
|
1370
2135
|
"maintainers": [
|
|
1371
2136
|
{
|
|
1372
2137
|
"name": "pimlie",
|
|
1373
|
-
"github": "pimlie"
|
|
1374
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2138
|
+
"github": "pimlie"
|
|
1375
2139
|
}
|
|
1376
|
-
]
|
|
2140
|
+
],
|
|
2141
|
+
"compatibility": {
|
|
2142
|
+
"nuxt": "^2.0.0",
|
|
2143
|
+
"requires": {}
|
|
2144
|
+
}
|
|
1377
2145
|
},
|
|
1378
2146
|
{
|
|
1379
2147
|
"name": "mdx",
|
|
@@ -1384,16 +2152,44 @@
|
|
|
1384
2152
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1385
2153
|
"website": "https://mdx.nuxtjs.org",
|
|
1386
2154
|
"learn_more": "https://mdxjs.com/",
|
|
1387
|
-
"category": "
|
|
2155
|
+
"category": "Extensions",
|
|
1388
2156
|
"type": "community",
|
|
1389
2157
|
"maintainers": [
|
|
1390
2158
|
{
|
|
1391
2159
|
"name": "Jonathan Bakebwa",
|
|
1392
2160
|
"github": "codebender828",
|
|
1393
|
-
"twitter": "codebender828"
|
|
1394
|
-
|
|
2161
|
+
"twitter": "codebender828"
|
|
2162
|
+
}
|
|
2163
|
+
],
|
|
2164
|
+
"compatibility": {
|
|
2165
|
+
"nuxt": "^2.0.0",
|
|
2166
|
+
"requires": {}
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"name": "meilisearch",
|
|
2171
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2172
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2173
|
+
"npm": "nuxt-meilisearch",
|
|
2174
|
+
"icon": "meilisearch.svg",
|
|
2175
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2176
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2177
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2178
|
+
"category": "Libraries",
|
|
2179
|
+
"type": "3rd-party",
|
|
2180
|
+
"maintainers": [
|
|
2181
|
+
{
|
|
2182
|
+
"name": "Alex Duval",
|
|
2183
|
+
"github": "xlanex6",
|
|
2184
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
1395
2185
|
}
|
|
1396
|
-
]
|
|
2186
|
+
],
|
|
2187
|
+
"compatibility": {
|
|
2188
|
+
"nuxt": "^3.0.0",
|
|
2189
|
+
"requires": {
|
|
2190
|
+
"bridge": false
|
|
2191
|
+
}
|
|
2192
|
+
}
|
|
1397
2193
|
},
|
|
1398
2194
|
{
|
|
1399
2195
|
"name": "memwatch",
|
|
@@ -1409,10 +2205,13 @@
|
|
|
1409
2205
|
"maintainers": [
|
|
1410
2206
|
{
|
|
1411
2207
|
"name": "pimlie",
|
|
1412
|
-
"github": "pimlie"
|
|
1413
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2208
|
+
"github": "pimlie"
|
|
1414
2209
|
}
|
|
1415
|
-
]
|
|
2210
|
+
],
|
|
2211
|
+
"compatibility": {
|
|
2212
|
+
"nuxt": "^2.0.0",
|
|
2213
|
+
"requires": {}
|
|
2214
|
+
}
|
|
1416
2215
|
},
|
|
1417
2216
|
{
|
|
1418
2217
|
"name": "mobile",
|
|
@@ -1423,15 +2222,18 @@
|
|
|
1423
2222
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1424
2223
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1425
2224
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1426
|
-
"category": "
|
|
2225
|
+
"category": "Extensions",
|
|
1427
2226
|
"type": "3rd-party",
|
|
1428
2227
|
"maintainers": [
|
|
1429
2228
|
{
|
|
1430
2229
|
"name": "ChanningDefoe",
|
|
1431
|
-
"github": "ChanningDefoe"
|
|
1432
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2230
|
+
"github": "ChanningDefoe"
|
|
1433
2231
|
}
|
|
1434
|
-
]
|
|
2232
|
+
],
|
|
2233
|
+
"compatibility": {
|
|
2234
|
+
"nuxt": "^2.0.0",
|
|
2235
|
+
"requires": {}
|
|
2236
|
+
}
|
|
1435
2237
|
},
|
|
1436
2238
|
{
|
|
1437
2239
|
"name": "moment",
|
|
@@ -1448,15 +2250,17 @@
|
|
|
1448
2250
|
{
|
|
1449
2251
|
"name": "Pooya Parsa",
|
|
1450
2252
|
"github": "pi0",
|
|
1451
|
-
"twitter": "_pi0_"
|
|
1452
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2253
|
+
"twitter": "_pi0_"
|
|
1453
2254
|
},
|
|
1454
2255
|
{
|
|
1455
2256
|
"name": "Ricardo Gobbo de Souza",
|
|
1456
|
-
"github": "ricardogobbosouza"
|
|
1457
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2257
|
+
"github": "ricardogobbosouza"
|
|
1458
2258
|
}
|
|
1459
|
-
]
|
|
2259
|
+
],
|
|
2260
|
+
"compatibility": {
|
|
2261
|
+
"nuxt": "^2.0.0",
|
|
2262
|
+
"requires": {}
|
|
2263
|
+
}
|
|
1460
2264
|
},
|
|
1461
2265
|
{
|
|
1462
2266
|
"name": "mq",
|
|
@@ -1472,10 +2276,13 @@
|
|
|
1472
2276
|
"maintainers": [
|
|
1473
2277
|
{
|
|
1474
2278
|
"name": "vanhoofmaarten",
|
|
1475
|
-
"github": "vanhoofmaarten"
|
|
1476
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2279
|
+
"github": "vanhoofmaarten"
|
|
1477
2280
|
}
|
|
1478
|
-
]
|
|
2281
|
+
],
|
|
2282
|
+
"compatibility": {
|
|
2283
|
+
"nuxt": "^2.0.0",
|
|
2284
|
+
"requires": {}
|
|
2285
|
+
}
|
|
1479
2286
|
},
|
|
1480
2287
|
{
|
|
1481
2288
|
"name": "neo",
|
|
@@ -1491,10 +2298,13 @@
|
|
|
1491
2298
|
"maintainers": [
|
|
1492
2299
|
{
|
|
1493
2300
|
"name": "ezypeeze",
|
|
1494
|
-
"github": "ezypeeze"
|
|
1495
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2301
|
+
"github": "ezypeeze"
|
|
1496
2302
|
}
|
|
1497
|
-
]
|
|
2303
|
+
],
|
|
2304
|
+
"compatibility": {
|
|
2305
|
+
"nuxt": "^2.0.0",
|
|
2306
|
+
"requires": {}
|
|
2307
|
+
}
|
|
1498
2308
|
},
|
|
1499
2309
|
{
|
|
1500
2310
|
"name": "netlify-cache",
|
|
@@ -1510,10 +2320,13 @@
|
|
|
1510
2320
|
"maintainers": [
|
|
1511
2321
|
{
|
|
1512
2322
|
"name": "DreaMinder",
|
|
1513
|
-
"github": "DreaMinder"
|
|
1514
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2323
|
+
"github": "DreaMinder"
|
|
1515
2324
|
}
|
|
1516
|
-
]
|
|
2325
|
+
],
|
|
2326
|
+
"compatibility": {
|
|
2327
|
+
"nuxt": "^2.0.0",
|
|
2328
|
+
"requires": {}
|
|
2329
|
+
}
|
|
1517
2330
|
},
|
|
1518
2331
|
{
|
|
1519
2332
|
"name": "netlify-files",
|
|
@@ -1530,10 +2343,13 @@
|
|
|
1530
2343
|
{
|
|
1531
2344
|
"name": "Alexander Lichter",
|
|
1532
2345
|
"github": "manniL",
|
|
1533
|
-
"twitter": "TheAlexLichter"
|
|
1534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2346
|
+
"twitter": "TheAlexLichter"
|
|
1535
2347
|
}
|
|
1536
|
-
]
|
|
2348
|
+
],
|
|
2349
|
+
"compatibility": {
|
|
2350
|
+
"nuxt": "^2.0.0",
|
|
2351
|
+
"requires": {}
|
|
2352
|
+
}
|
|
1537
2353
|
},
|
|
1538
2354
|
{
|
|
1539
2355
|
"name": "netlify",
|
|
@@ -1549,30 +2365,222 @@
|
|
|
1549
2365
|
"maintainers": [
|
|
1550
2366
|
{
|
|
1551
2367
|
"name": "bazzite",
|
|
1552
|
-
"github": "bazzite"
|
|
1553
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2368
|
+
"github": "bazzite"
|
|
1554
2369
|
}
|
|
1555
|
-
]
|
|
2370
|
+
],
|
|
2371
|
+
"compatibility": {
|
|
2372
|
+
"nuxt": "^2.0.0",
|
|
2373
|
+
"requires": {}
|
|
2374
|
+
}
|
|
1556
2375
|
},
|
|
1557
2376
|
{
|
|
1558
2377
|
"name": "ngrok",
|
|
1559
2378
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1560
|
-
"repo": "nuxt-community/
|
|
2379
|
+
"repo": "nuxt-community/ngrok",
|
|
1561
2380
|
"npm": "@nuxtjs/ngrok",
|
|
1562
2381
|
"icon": "ngrok.png",
|
|
1563
|
-
"github": "https://github.com/nuxt-community/
|
|
1564
|
-
"website": "https://
|
|
2382
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2383
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1565
2384
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1566
2385
|
"category": "Devtools",
|
|
1567
2386
|
"type": "community",
|
|
1568
2387
|
"maintainers": [
|
|
2388
|
+
{
|
|
2389
|
+
"name": "Debbie O'Brien",
|
|
2390
|
+
"github": "debs-obrien",
|
|
2391
|
+
"twitter": "debs_obrien"
|
|
2392
|
+
},
|
|
1569
2393
|
{
|
|
1570
2394
|
"name": "Pooya Parsa",
|
|
1571
2395
|
"github": "pi0",
|
|
1572
|
-
"twitter": "_pi0_"
|
|
1573
|
-
|
|
2396
|
+
"twitter": "_pi0_"
|
|
2397
|
+
}
|
|
2398
|
+
],
|
|
2399
|
+
"compatibility": {
|
|
2400
|
+
"nuxt": "^2.0.0",
|
|
2401
|
+
"requires": {}
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"name": "notion",
|
|
2406
|
+
"description": "Vue renderer for Notion pages",
|
|
2407
|
+
"repo": "janniks/vue-notion",
|
|
2408
|
+
"npm": "vue-notion",
|
|
2409
|
+
"icon": "notion.svg",
|
|
2410
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2411
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2412
|
+
"learn_more": "",
|
|
2413
|
+
"category": "CMS",
|
|
2414
|
+
"type": "3rd-party",
|
|
2415
|
+
"maintainers": [
|
|
2416
|
+
{
|
|
2417
|
+
"name": "janniks",
|
|
2418
|
+
"github": "janniks"
|
|
2419
|
+
}
|
|
2420
|
+
],
|
|
2421
|
+
"compatibility": {
|
|
2422
|
+
"nuxt": "^2.0.0",
|
|
2423
|
+
"requires": {}
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"name": "nuxt-hue",
|
|
2428
|
+
"description": "Enlighten your Nuxt experience",
|
|
2429
|
+
"repo": "lihbr/nuxt-hue",
|
|
2430
|
+
"npm": "nuxt-hue",
|
|
2431
|
+
"icon": "nuxt-hue.svg",
|
|
2432
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2433
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2434
|
+
"learn_more": "",
|
|
2435
|
+
"category": "Devtools",
|
|
2436
|
+
"type": "3rd-party",
|
|
2437
|
+
"maintainers": [
|
|
2438
|
+
{
|
|
2439
|
+
"name": "lihbr",
|
|
2440
|
+
"github": "lihbr"
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2443
|
+
"compatibility": {
|
|
2444
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2445
|
+
"requires": {
|
|
2446
|
+
"bridge": "optional"
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "nuxt-pino-log",
|
|
2452
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2453
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2454
|
+
"npm": "nuxt-pino-log",
|
|
2455
|
+
"icon": "",
|
|
2456
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2457
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2458
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2459
|
+
"category": "Monitoring",
|
|
2460
|
+
"type": "3rd-party",
|
|
2461
|
+
"maintainers": [
|
|
2462
|
+
{
|
|
2463
|
+
"name": "kpn",
|
|
2464
|
+
"github": "kpn"
|
|
1574
2465
|
}
|
|
1575
|
-
]
|
|
2466
|
+
],
|
|
2467
|
+
"compatibility": {
|
|
2468
|
+
"nuxt": "^2.0.0",
|
|
2469
|
+
"requires": {}
|
|
2470
|
+
}
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "nuxt-png-to-ico",
|
|
2474
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2475
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2476
|
+
"npm": "nuxt-png-to-ico",
|
|
2477
|
+
"icon": "",
|
|
2478
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2479
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2480
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2481
|
+
"category": "Devtools",
|
|
2482
|
+
"type": "3rd-party",
|
|
2483
|
+
"maintainers": [
|
|
2484
|
+
{
|
|
2485
|
+
"name": "b5710546232",
|
|
2486
|
+
"github": "b5710546232",
|
|
2487
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2488
|
+
}
|
|
2489
|
+
],
|
|
2490
|
+
"compatibility": {
|
|
2491
|
+
"nuxt": "^2.0.0",
|
|
2492
|
+
"requires": {}
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "nuxt-smartlook",
|
|
2497
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2498
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2499
|
+
"npm": "nuxt-smartlook",
|
|
2500
|
+
"icon": "nuxt-smartlook.png",
|
|
2501
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2502
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2503
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2504
|
+
"category": "Analytics",
|
|
2505
|
+
"type": "3rd-party",
|
|
2506
|
+
"maintainers": [
|
|
2507
|
+
{
|
|
2508
|
+
"name": "Milan Sulc",
|
|
2509
|
+
"github": "f3l1x",
|
|
2510
|
+
"twitter": "xf3l1x",
|
|
2511
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2512
|
+
}
|
|
2513
|
+
],
|
|
2514
|
+
"compatibility": {
|
|
2515
|
+
"nuxt": "^2.0.0",
|
|
2516
|
+
"requires": {}
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"name": "nuxt-use-motion",
|
|
2521
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2522
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2523
|
+
"npm": "nuxt-use-motion",
|
|
2524
|
+
"icon": "nuxt-use-motion.svg",
|
|
2525
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2526
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2527
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2528
|
+
"category": "Libraries",
|
|
2529
|
+
"type": "3rd-party",
|
|
2530
|
+
"maintainers": [
|
|
2531
|
+
{
|
|
2532
|
+
"name": "Tahul",
|
|
2533
|
+
"github": "Tahul"
|
|
2534
|
+
}
|
|
2535
|
+
],
|
|
2536
|
+
"compatibility": {
|
|
2537
|
+
"nuxt": "^2.0.0",
|
|
2538
|
+
"requires": {}
|
|
2539
|
+
}
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"name": "nuxt-use-sound",
|
|
2543
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2544
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2545
|
+
"npm": "nuxt-use-sound",
|
|
2546
|
+
"icon": "nuxt-use-sound.svg",
|
|
2547
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2548
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2549
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2550
|
+
"category": "Libraries",
|
|
2551
|
+
"type": "3rd-party",
|
|
2552
|
+
"maintainers": [
|
|
2553
|
+
{
|
|
2554
|
+
"name": "Tahul",
|
|
2555
|
+
"github": "Tahul"
|
|
2556
|
+
}
|
|
2557
|
+
],
|
|
2558
|
+
"compatibility": {
|
|
2559
|
+
"nuxt": "^2.0.0",
|
|
2560
|
+
"requires": {}
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"name": "nuxt-viewport",
|
|
2565
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2566
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2567
|
+
"npm": "nuxt-viewport",
|
|
2568
|
+
"icon": "nuxt-viewport.svg",
|
|
2569
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2570
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2571
|
+
"learn_more": "",
|
|
2572
|
+
"category": "Extensions",
|
|
2573
|
+
"type": "3rd-party",
|
|
2574
|
+
"maintainers": [
|
|
2575
|
+
{
|
|
2576
|
+
"name": "mvrlin",
|
|
2577
|
+
"github": "mvrlin"
|
|
2578
|
+
}
|
|
2579
|
+
],
|
|
2580
|
+
"compatibility": {
|
|
2581
|
+
"nuxt": "^2.0.0",
|
|
2582
|
+
"requires": {}
|
|
2583
|
+
}
|
|
1576
2584
|
},
|
|
1577
2585
|
{
|
|
1578
2586
|
"name": "nuxt7",
|
|
@@ -1589,10 +2597,13 @@
|
|
|
1589
2597
|
{
|
|
1590
2598
|
"name": "Pooya Parsa",
|
|
1591
2599
|
"github": "pi0",
|
|
1592
|
-
"twitter": "_pi0_"
|
|
1593
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2600
|
+
"twitter": "_pi0_"
|
|
1594
2601
|
}
|
|
1595
|
-
]
|
|
2602
|
+
],
|
|
2603
|
+
"compatibility": {
|
|
2604
|
+
"nuxt": "^2.0.0",
|
|
2605
|
+
"requires": {}
|
|
2606
|
+
}
|
|
1596
2607
|
},
|
|
1597
2608
|
{
|
|
1598
2609
|
"name": "onesignal",
|
|
@@ -1603,16 +2614,19 @@
|
|
|
1603
2614
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1604
2615
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1605
2616
|
"learn_more": "https://onesignal.com/",
|
|
1606
|
-
"category": "
|
|
2617
|
+
"category": "Extensions",
|
|
1607
2618
|
"type": "community",
|
|
1608
2619
|
"maintainers": [
|
|
1609
2620
|
{
|
|
1610
2621
|
"name": "Pooya Parsa",
|
|
1611
2622
|
"github": "pi0",
|
|
1612
|
-
"twitter": "_pi0_"
|
|
1613
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2623
|
+
"twitter": "_pi0_"
|
|
1614
2624
|
}
|
|
1615
|
-
]
|
|
2625
|
+
],
|
|
2626
|
+
"compatibility": {
|
|
2627
|
+
"nuxt": "^2.0.0",
|
|
2628
|
+
"requires": {}
|
|
2629
|
+
}
|
|
1616
2630
|
},
|
|
1617
2631
|
{
|
|
1618
2632
|
"name": "optimized-images",
|
|
@@ -1629,10 +2643,13 @@
|
|
|
1629
2643
|
{
|
|
1630
2644
|
"name": "Julio Marquez",
|
|
1631
2645
|
"github": "juliomrqz",
|
|
1632
|
-
"twitter": "juliomrqz"
|
|
1633
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2646
|
+
"twitter": "juliomrqz"
|
|
1634
2647
|
}
|
|
1635
|
-
]
|
|
2648
|
+
],
|
|
2649
|
+
"compatibility": {
|
|
2650
|
+
"nuxt": "^2.0.0",
|
|
2651
|
+
"requires": {}
|
|
2652
|
+
}
|
|
1636
2653
|
},
|
|
1637
2654
|
{
|
|
1638
2655
|
"name": "page-generator-helper",
|
|
@@ -1643,15 +2660,18 @@
|
|
|
1643
2660
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1644
2661
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1645
2662
|
"learn_more": "",
|
|
1646
|
-
"category": "
|
|
2663
|
+
"category": "Extensions",
|
|
1647
2664
|
"type": "3rd-party",
|
|
1648
2665
|
"maintainers": [
|
|
1649
2666
|
{
|
|
1650
2667
|
"name": "GrabarzUndPartner",
|
|
1651
|
-
"github": "GrabarzUndPartner"
|
|
1652
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2668
|
+
"github": "GrabarzUndPartner"
|
|
1653
2669
|
}
|
|
1654
|
-
]
|
|
2670
|
+
],
|
|
2671
|
+
"compatibility": {
|
|
2672
|
+
"nuxt": "^2.0.0",
|
|
2673
|
+
"requires": {}
|
|
2674
|
+
}
|
|
1655
2675
|
},
|
|
1656
2676
|
{
|
|
1657
2677
|
"name": "parse",
|
|
@@ -1667,10 +2687,109 @@
|
|
|
1667
2687
|
"maintainers": [
|
|
1668
2688
|
{
|
|
1669
2689
|
"name": "cierrateam",
|
|
1670
|
-
"github": "cierrateam"
|
|
1671
|
-
|
|
2690
|
+
"github": "cierrateam"
|
|
2691
|
+
}
|
|
2692
|
+
],
|
|
2693
|
+
"compatibility": {
|
|
2694
|
+
"nuxt": "^2.0.0",
|
|
2695
|
+
"requires": {}
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "partytown",
|
|
2700
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2701
|
+
"repo": "nuxt-community/partytown-module",
|
|
2702
|
+
"npm": "@nuxtjs/partytown",
|
|
2703
|
+
"icon": "partytown.svg",
|
|
2704
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2705
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2706
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2707
|
+
"category": "Performance",
|
|
2708
|
+
"type": "community",
|
|
2709
|
+
"maintainers": [
|
|
2710
|
+
{
|
|
2711
|
+
"name": "Daniel Roe",
|
|
2712
|
+
"github": "danielroe",
|
|
2713
|
+
"twitter": "danielcroe"
|
|
1672
2714
|
}
|
|
1673
|
-
]
|
|
2715
|
+
],
|
|
2716
|
+
"compatibility": {
|
|
2717
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2718
|
+
"requires": {
|
|
2719
|
+
"bridge": true
|
|
2720
|
+
}
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"name": "persian-datepicker",
|
|
2725
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2726
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2727
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2728
|
+
"icon": "persian-datepicker.svg",
|
|
2729
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2730
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2731
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2732
|
+
"category": "Date",
|
|
2733
|
+
"type": "3rd-party",
|
|
2734
|
+
"maintainers": [
|
|
2735
|
+
{
|
|
2736
|
+
"name": "Alireza Alibeiki",
|
|
2737
|
+
"github": "alireza-ab",
|
|
2738
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2741
|
+
"compatibility": {
|
|
2742
|
+
"nuxt": "^2.0.0",
|
|
2743
|
+
"requires": {}
|
|
2744
|
+
}
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "pinia",
|
|
2748
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2749
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2750
|
+
"npm": "@pinia/nuxt",
|
|
2751
|
+
"icon": "pinia.svg",
|
|
2752
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2753
|
+
"website": "https://pinia.esm.dev/",
|
|
2754
|
+
"learn_more": "",
|
|
2755
|
+
"category": "Extensions",
|
|
2756
|
+
"type": "3rd-party",
|
|
2757
|
+
"maintainers": [
|
|
2758
|
+
{
|
|
2759
|
+
"name": "posva",
|
|
2760
|
+
"github": "posva"
|
|
2761
|
+
}
|
|
2762
|
+
],
|
|
2763
|
+
"compatibility": {
|
|
2764
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2765
|
+
"requires": {
|
|
2766
|
+
"bridge": "optional"
|
|
2767
|
+
}
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"name": "plausible",
|
|
2772
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2773
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2774
|
+
"npm": "vue-plausible",
|
|
2775
|
+
"icon": "plausible.png",
|
|
2776
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2777
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2778
|
+
"learn_more": "",
|
|
2779
|
+
"category": "Analytics",
|
|
2780
|
+
"type": "3rd-party",
|
|
2781
|
+
"maintainers": [
|
|
2782
|
+
{
|
|
2783
|
+
"name": "moritzsternemann",
|
|
2784
|
+
"github": "moritzsternemann"
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2787
|
+
"compatibility": {
|
|
2788
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2789
|
+
"requires": {
|
|
2790
|
+
"bridge": "optional"
|
|
2791
|
+
}
|
|
2792
|
+
}
|
|
1674
2793
|
},
|
|
1675
2794
|
{
|
|
1676
2795
|
"name": "precompress",
|
|
@@ -1686,10 +2805,13 @@
|
|
|
1686
2805
|
"maintainers": [
|
|
1687
2806
|
{
|
|
1688
2807
|
"name": "frenchrabbit",
|
|
1689
|
-
"github": "frenchrabbit"
|
|
1690
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2808
|
+
"github": "frenchrabbit"
|
|
1691
2809
|
}
|
|
1692
|
-
]
|
|
2810
|
+
],
|
|
2811
|
+
"compatibility": {
|
|
2812
|
+
"nuxt": "^2.0.0",
|
|
2813
|
+
"requires": {}
|
|
2814
|
+
}
|
|
1693
2815
|
},
|
|
1694
2816
|
{
|
|
1695
2817
|
"name": "prismic",
|
|
@@ -1706,21 +2828,22 @@
|
|
|
1706
2828
|
{
|
|
1707
2829
|
"name": "Sébastien Chopin",
|
|
1708
2830
|
"github": "Atinux",
|
|
1709
|
-
"twitter": "Atinux"
|
|
1710
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2831
|
+
"twitter": "Atinux"
|
|
1711
2832
|
},
|
|
1712
2833
|
{
|
|
1713
2834
|
"name": "lihbr",
|
|
1714
2835
|
"github": "lihbr",
|
|
1715
|
-
"twitter": "li_hbr"
|
|
1716
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2836
|
+
"twitter": "li_hbr"
|
|
1717
2837
|
},
|
|
1718
2838
|
{
|
|
1719
2839
|
"name": "James Pegg",
|
|
1720
|
-
"github": "jamespegg"
|
|
1721
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2840
|
+
"github": "jamespegg"
|
|
1722
2841
|
}
|
|
1723
|
-
]
|
|
2842
|
+
],
|
|
2843
|
+
"compatibility": {
|
|
2844
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2845
|
+
"requires": {}
|
|
2846
|
+
}
|
|
1724
2847
|
},
|
|
1725
2848
|
{
|
|
1726
2849
|
"name": "protected-mailto",
|
|
@@ -1736,10 +2859,13 @@
|
|
|
1736
2859
|
"maintainers": [
|
|
1737
2860
|
{
|
|
1738
2861
|
"name": "mmoollllee",
|
|
1739
|
-
"github": "mmoollllee"
|
|
1740
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2862
|
+
"github": "mmoollllee"
|
|
1741
2863
|
}
|
|
1742
|
-
]
|
|
2864
|
+
],
|
|
2865
|
+
"compatibility": {
|
|
2866
|
+
"nuxt": "^2.0.0",
|
|
2867
|
+
"requires": {}
|
|
2868
|
+
}
|
|
1743
2869
|
},
|
|
1744
2870
|
{
|
|
1745
2871
|
"name": "proxy",
|
|
@@ -1756,10 +2882,13 @@
|
|
|
1756
2882
|
{
|
|
1757
2883
|
"name": "Pooya Parsa",
|
|
1758
2884
|
"github": "pi0",
|
|
1759
|
-
"twitter": "_pi0_"
|
|
1760
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2885
|
+
"twitter": "_pi0_"
|
|
1761
2886
|
}
|
|
1762
|
-
]
|
|
2887
|
+
],
|
|
2888
|
+
"compatibility": {
|
|
2889
|
+
"nuxt": "^2.0.0",
|
|
2890
|
+
"requires": {}
|
|
2891
|
+
}
|
|
1763
2892
|
},
|
|
1764
2893
|
{
|
|
1765
2894
|
"name": "prune-html",
|
|
@@ -1774,11 +2903,15 @@
|
|
|
1774
2903
|
"type": "3rd-party",
|
|
1775
2904
|
"maintainers": [
|
|
1776
2905
|
{
|
|
1777
|
-
"name": "
|
|
2906
|
+
"name": "Luca Iaconelli",
|
|
1778
2907
|
"github": "LuXDAmore",
|
|
1779
|
-
"
|
|
2908
|
+
"twitter": "luxdamore"
|
|
1780
2909
|
}
|
|
1781
|
-
]
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^2.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
1782
2915
|
},
|
|
1783
2916
|
{
|
|
1784
2917
|
"name": "purgecss",
|
|
@@ -1794,14 +2927,17 @@
|
|
|
1794
2927
|
"maintainers": [
|
|
1795
2928
|
{
|
|
1796
2929
|
"name": "Developmint",
|
|
1797
|
-
"github": "Developmint"
|
|
1798
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2930
|
+
"github": "Developmint"
|
|
1799
2931
|
}
|
|
1800
|
-
]
|
|
2932
|
+
],
|
|
2933
|
+
"compatibility": {
|
|
2934
|
+
"nuxt": "^2.0.0",
|
|
2935
|
+
"requires": {}
|
|
2936
|
+
}
|
|
1801
2937
|
},
|
|
1802
2938
|
{
|
|
1803
2939
|
"name": "pwa",
|
|
1804
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2940
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1805
2941
|
"repo": "nuxt-community/pwa-module",
|
|
1806
2942
|
"npm": "@nuxtjs/pwa",
|
|
1807
2943
|
"icon": "pwa.png",
|
|
@@ -1814,10 +2950,15 @@
|
|
|
1814
2950
|
{
|
|
1815
2951
|
"name": "Pooya Parsa",
|
|
1816
2952
|
"github": "pi0",
|
|
1817
|
-
"twitter": "_pi0_"
|
|
1818
|
-
|
|
2953
|
+
"twitter": "_pi0_"
|
|
2954
|
+
}
|
|
2955
|
+
],
|
|
2956
|
+
"compatibility": {
|
|
2957
|
+
"nuxt": "^2.0.0",
|
|
2958
|
+
"requires": {
|
|
2959
|
+
"bridge": "optional"
|
|
1819
2960
|
}
|
|
1820
|
-
|
|
2961
|
+
}
|
|
1821
2962
|
},
|
|
1822
2963
|
{
|
|
1823
2964
|
"name": "python",
|
|
@@ -1828,15 +2969,18 @@
|
|
|
1828
2969
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1829
2970
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1830
2971
|
"learn_more": "https://www.python.org/",
|
|
1831
|
-
"category": "
|
|
2972
|
+
"category": "Extensions",
|
|
1832
2973
|
"type": "community",
|
|
1833
2974
|
"maintainers": [
|
|
1834
2975
|
{
|
|
1835
2976
|
"name": "Sebastian Silva",
|
|
1836
|
-
"github": "icarito"
|
|
1837
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2977
|
+
"github": "icarito"
|
|
1838
2978
|
}
|
|
1839
|
-
]
|
|
2979
|
+
],
|
|
2980
|
+
"compatibility": {
|
|
2981
|
+
"nuxt": "^2.0.0",
|
|
2982
|
+
"requires": {}
|
|
2983
|
+
}
|
|
1840
2984
|
},
|
|
1841
2985
|
{
|
|
1842
2986
|
"name": "recaptcha",
|
|
@@ -1852,10 +2996,13 @@
|
|
|
1852
2996
|
"maintainers": [
|
|
1853
2997
|
{
|
|
1854
2998
|
"name": "mvrlin",
|
|
1855
|
-
"github": "mvrlin"
|
|
1856
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2999
|
+
"github": "mvrlin"
|
|
1857
3000
|
}
|
|
1858
|
-
]
|
|
3001
|
+
],
|
|
3002
|
+
"compatibility": {
|
|
3003
|
+
"nuxt": "^2.0.0",
|
|
3004
|
+
"requires": {}
|
|
3005
|
+
}
|
|
1859
3006
|
},
|
|
1860
3007
|
{
|
|
1861
3008
|
"name": "redirect",
|
|
@@ -1872,10 +3019,13 @@
|
|
|
1872
3019
|
{
|
|
1873
3020
|
"name": "Alexander Lichter",
|
|
1874
3021
|
"github": "manniL",
|
|
1875
|
-
"twitter": "TheAlexLichter"
|
|
1876
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3022
|
+
"twitter": "TheAlexLichter"
|
|
1877
3023
|
}
|
|
1878
|
-
]
|
|
3024
|
+
],
|
|
3025
|
+
"compatibility": {
|
|
3026
|
+
"nuxt": "^2.0.0",
|
|
3027
|
+
"requires": {}
|
|
3028
|
+
}
|
|
1879
3029
|
},
|
|
1880
3030
|
{
|
|
1881
3031
|
"name": "rfg-icon",
|
|
@@ -1886,15 +3036,18 @@
|
|
|
1886
3036
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1887
3037
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1888
3038
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1889
|
-
"category": "
|
|
3039
|
+
"category": "SEO",
|
|
1890
3040
|
"type": "3rd-party",
|
|
1891
3041
|
"maintainers": [
|
|
1892
3042
|
{
|
|
1893
3043
|
"name": "pimlie",
|
|
1894
|
-
"github": "pimlie"
|
|
1895
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3044
|
+
"github": "pimlie"
|
|
1896
3045
|
}
|
|
1897
|
-
]
|
|
3046
|
+
],
|
|
3047
|
+
"compatibility": {
|
|
3048
|
+
"nuxt": "^2.0.0",
|
|
3049
|
+
"requires": {}
|
|
3050
|
+
}
|
|
1898
3051
|
},
|
|
1899
3052
|
{
|
|
1900
3053
|
"name": "robots",
|
|
@@ -1910,10 +3063,13 @@
|
|
|
1910
3063
|
"maintainers": [
|
|
1911
3064
|
{
|
|
1912
3065
|
"name": "Ricardo Gobbo de Souza",
|
|
1913
|
-
"github": "ricardogobbosouza"
|
|
1914
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3066
|
+
"github": "ricardogobbosouza"
|
|
1915
3067
|
}
|
|
1916
|
-
]
|
|
3068
|
+
],
|
|
3069
|
+
"compatibility": {
|
|
3070
|
+
"nuxt": "^2.0.0",
|
|
3071
|
+
"requires": {}
|
|
3072
|
+
}
|
|
1917
3073
|
},
|
|
1918
3074
|
{
|
|
1919
3075
|
"name": "rollbar",
|
|
@@ -1929,10 +3085,13 @@
|
|
|
1929
3085
|
"maintainers": [
|
|
1930
3086
|
{
|
|
1931
3087
|
"name": "Gaël Reyrol",
|
|
1932
|
-
"github": "gaelreyrol"
|
|
1933
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3088
|
+
"github": "gaelreyrol"
|
|
1934
3089
|
}
|
|
1935
|
-
]
|
|
3090
|
+
],
|
|
3091
|
+
"compatibility": {
|
|
3092
|
+
"nuxt": "^2.0.0",
|
|
3093
|
+
"requires": {}
|
|
3094
|
+
}
|
|
1936
3095
|
},
|
|
1937
3096
|
{
|
|
1938
3097
|
"name": "router-extras",
|
|
@@ -1943,16 +3102,19 @@
|
|
|
1943
3102
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1944
3103
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1945
3104
|
"learn_more": "",
|
|
1946
|
-
"category": "
|
|
3105
|
+
"category": "Extensions",
|
|
1947
3106
|
"type": "community",
|
|
1948
3107
|
"maintainers": [
|
|
1949
3108
|
{
|
|
1950
3109
|
"name": "Ahad Birang",
|
|
1951
3110
|
"github": "farnabaz",
|
|
1952
|
-
"twitter": "a_birang"
|
|
1953
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3111
|
+
"twitter": "a_birang"
|
|
1954
3112
|
}
|
|
1955
|
-
]
|
|
3113
|
+
],
|
|
3114
|
+
"compatibility": {
|
|
3115
|
+
"nuxt": "^2.0.0",
|
|
3116
|
+
"requires": {}
|
|
3117
|
+
}
|
|
1956
3118
|
},
|
|
1957
3119
|
{
|
|
1958
3120
|
"name": "router",
|
|
@@ -1963,20 +3125,23 @@
|
|
|
1963
3125
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1964
3126
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1965
3127
|
"learn_more": "",
|
|
1966
|
-
"category": "
|
|
3128
|
+
"category": "Extensions",
|
|
1967
3129
|
"type": "community",
|
|
1968
3130
|
"maintainers": [
|
|
1969
3131
|
{
|
|
1970
3132
|
"name": "Sébastien Chopin",
|
|
1971
3133
|
"github": "Atinux",
|
|
1972
|
-
"twitter": "Atinux"
|
|
1973
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3134
|
+
"twitter": "Atinux"
|
|
1974
3135
|
}
|
|
1975
|
-
]
|
|
3136
|
+
],
|
|
3137
|
+
"compatibility": {
|
|
3138
|
+
"nuxt": "^2.0.0",
|
|
3139
|
+
"requires": {}
|
|
3140
|
+
}
|
|
1976
3141
|
},
|
|
1977
3142
|
{
|
|
1978
3143
|
"name": "sanity",
|
|
1979
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3144
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
1980
3145
|
"repo": "nuxt-community/sanity-module#main",
|
|
1981
3146
|
"npm": "@nuxtjs/sanity",
|
|
1982
3147
|
"icon": "sanity.png",
|
|
@@ -1989,10 +3154,15 @@
|
|
|
1989
3154
|
{
|
|
1990
3155
|
"name": "Daniel Roe",
|
|
1991
3156
|
"github": "danielroe",
|
|
1992
|
-
"twitter": "danielcroe"
|
|
1993
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3157
|
+
"twitter": "danielcroe"
|
|
1994
3158
|
}
|
|
1995
|
-
]
|
|
3159
|
+
],
|
|
3160
|
+
"compatibility": {
|
|
3161
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3162
|
+
"requires": {
|
|
3163
|
+
"bridge": "optional"
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
1996
3166
|
},
|
|
1997
3167
|
{
|
|
1998
3168
|
"name": "scss-to-js",
|
|
@@ -2008,10 +3178,13 @@
|
|
|
2008
3178
|
"maintainers": [
|
|
2009
3179
|
{
|
|
2010
3180
|
"name": "sugoidesune",
|
|
2011
|
-
"github": "sugoidesune"
|
|
2012
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3181
|
+
"github": "sugoidesune"
|
|
2013
3182
|
}
|
|
2014
|
-
]
|
|
3183
|
+
],
|
|
3184
|
+
"compatibility": {
|
|
3185
|
+
"nuxt": "^2.0.0",
|
|
3186
|
+
"requires": {}
|
|
3187
|
+
}
|
|
2015
3188
|
},
|
|
2016
3189
|
{
|
|
2017
3190
|
"name": "segment",
|
|
@@ -2027,10 +3200,13 @@
|
|
|
2027
3200
|
"maintainers": [
|
|
2028
3201
|
{
|
|
2029
3202
|
"name": "dansmaculotte",
|
|
2030
|
-
"github": "dansmaculotte"
|
|
2031
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3203
|
+
"github": "dansmaculotte"
|
|
2032
3204
|
}
|
|
2033
|
-
]
|
|
3205
|
+
],
|
|
3206
|
+
"compatibility": {
|
|
3207
|
+
"nuxt": "^2.0.0",
|
|
3208
|
+
"requires": {}
|
|
3209
|
+
}
|
|
2034
3210
|
},
|
|
2035
3211
|
{
|
|
2036
3212
|
"name": "sentry",
|
|
@@ -2039,17 +3215,43 @@
|
|
|
2039
3215
|
"npm": "@nuxtjs/sentry",
|
|
2040
3216
|
"icon": "sentry.png",
|
|
2041
3217
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2042
|
-
"website": "https://
|
|
3218
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2043
3219
|
"learn_more": "https://sentry.io/welcome/",
|
|
2044
3220
|
"category": "Monitoring",
|
|
2045
3221
|
"type": "community",
|
|
2046
3222
|
"maintainers": [
|
|
2047
3223
|
{
|
|
2048
3224
|
"name": "Rafał Chłodnicki",
|
|
2049
|
-
"github": "rchl"
|
|
2050
|
-
|
|
3225
|
+
"github": "rchl"
|
|
3226
|
+
}
|
|
3227
|
+
],
|
|
3228
|
+
"compatibility": {
|
|
3229
|
+
"nuxt": "^2.0.0",
|
|
3230
|
+
"requires": {}
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"name": "seo-meta",
|
|
3235
|
+
"description": "Simple generate seo metadata",
|
|
3236
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3237
|
+
"npm": "nuxt-seo-meta",
|
|
3238
|
+
"icon": "",
|
|
3239
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3240
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3241
|
+
"learn_more": "",
|
|
3242
|
+
"category": "SEO",
|
|
3243
|
+
"type": "3rd-party",
|
|
3244
|
+
"maintainers": [
|
|
3245
|
+
{
|
|
3246
|
+
"name": "ihavecoke",
|
|
3247
|
+
"github": "ihavecoke",
|
|
3248
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2051
3249
|
}
|
|
2052
|
-
]
|
|
3250
|
+
],
|
|
3251
|
+
"compatibility": {
|
|
3252
|
+
"nuxt": "^2.0.0",
|
|
3253
|
+
"requires": {}
|
|
3254
|
+
}
|
|
2053
3255
|
},
|
|
2054
3256
|
{
|
|
2055
3257
|
"name": "seomatic-meta",
|
|
@@ -2065,10 +3267,13 @@
|
|
|
2065
3267
|
"maintainers": [
|
|
2066
3268
|
{
|
|
2067
3269
|
"name": "ben-rogerson",
|
|
2068
|
-
"github": "ben-rogerson"
|
|
2069
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3270
|
+
"github": "ben-rogerson"
|
|
2070
3271
|
}
|
|
2071
|
-
]
|
|
3272
|
+
],
|
|
3273
|
+
"compatibility": {
|
|
3274
|
+
"nuxt": "^2.0.0",
|
|
3275
|
+
"requires": {}
|
|
3276
|
+
}
|
|
2072
3277
|
},
|
|
2073
3278
|
{
|
|
2074
3279
|
"name": "separate-env",
|
|
@@ -2079,16 +3284,19 @@
|
|
|
2079
3284
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2080
3285
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2081
3286
|
"learn_more": "",
|
|
2082
|
-
"category": "
|
|
3287
|
+
"category": "Extensions",
|
|
2083
3288
|
"type": "community",
|
|
2084
3289
|
"maintainers": [
|
|
2085
3290
|
{
|
|
2086
3291
|
"name": "Alexander Lichter",
|
|
2087
3292
|
"github": "manniL",
|
|
2088
|
-
"twitter": "TheAlexLichter"
|
|
2089
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3293
|
+
"twitter": "TheAlexLichter"
|
|
2090
3294
|
}
|
|
2091
|
-
]
|
|
3295
|
+
],
|
|
3296
|
+
"compatibility": {
|
|
3297
|
+
"nuxt": "^2.0.0",
|
|
3298
|
+
"requires": {}
|
|
3299
|
+
}
|
|
2092
3300
|
},
|
|
2093
3301
|
{
|
|
2094
3302
|
"name": "shopify",
|
|
@@ -2104,10 +3312,13 @@
|
|
|
2104
3312
|
"maintainers": [
|
|
2105
3313
|
{
|
|
2106
3314
|
"name": "Gomah",
|
|
2107
|
-
"github": "Gomah"
|
|
2108
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3315
|
+
"github": "Gomah"
|
|
2109
3316
|
}
|
|
2110
|
-
]
|
|
3317
|
+
],
|
|
3318
|
+
"compatibility": {
|
|
3319
|
+
"nuxt": "^2.0.0",
|
|
3320
|
+
"requires": {}
|
|
3321
|
+
}
|
|
2111
3322
|
},
|
|
2112
3323
|
{
|
|
2113
3324
|
"name": "simple-line-icons",
|
|
@@ -2123,10 +3334,13 @@
|
|
|
2123
3334
|
"maintainers": [
|
|
2124
3335
|
{
|
|
2125
3336
|
"name": "vaso2",
|
|
2126
|
-
"github": "vaso2"
|
|
2127
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3337
|
+
"github": "vaso2"
|
|
2128
3338
|
}
|
|
2129
|
-
]
|
|
3339
|
+
],
|
|
3340
|
+
"compatibility": {
|
|
3341
|
+
"nuxt": "^2.0.0",
|
|
3342
|
+
"requires": {}
|
|
3343
|
+
}
|
|
2130
3344
|
},
|
|
2131
3345
|
{
|
|
2132
3346
|
"name": "sitemap",
|
|
@@ -2135,7 +3349,7 @@
|
|
|
2135
3349
|
"npm": "@nuxtjs/sitemap",
|
|
2136
3350
|
"icon": "",
|
|
2137
3351
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2138
|
-
"website": "https://
|
|
3352
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2139
3353
|
"learn_more": "",
|
|
2140
3354
|
"category": "SEO",
|
|
2141
3355
|
"type": "community",
|
|
@@ -2143,10 +3357,36 @@
|
|
|
2143
3357
|
{
|
|
2144
3358
|
"name": "Nicolas PENNEC",
|
|
2145
3359
|
"github": "NicoPennec",
|
|
2146
|
-
"twitter": "NicoPennec"
|
|
2147
|
-
|
|
3360
|
+
"twitter": "NicoPennec"
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"compatibility": {
|
|
3364
|
+
"nuxt": "^2.0.0",
|
|
3365
|
+
"requires": {}
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "snipcart",
|
|
3370
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3371
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3372
|
+
"npm": "@nuxtjs/snipcart",
|
|
3373
|
+
"icon": "snipcart.png",
|
|
3374
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3375
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3376
|
+
"learn_more": "",
|
|
3377
|
+
"category": "Payment",
|
|
3378
|
+
"type": "community",
|
|
3379
|
+
"maintainers": [
|
|
3380
|
+
{
|
|
3381
|
+
"name": "Florent GIRAUD",
|
|
3382
|
+
"github": "f3ltron",
|
|
3383
|
+
"twitter": "giraud_florent"
|
|
2148
3384
|
}
|
|
2149
|
-
]
|
|
3385
|
+
],
|
|
3386
|
+
"compatibility": {
|
|
3387
|
+
"nuxt": "^2.0.0",
|
|
3388
|
+
"requires": {}
|
|
3389
|
+
}
|
|
2150
3390
|
},
|
|
2151
3391
|
{
|
|
2152
3392
|
"name": "social-meta",
|
|
@@ -2162,10 +3402,13 @@
|
|
|
2162
3402
|
"maintainers": [
|
|
2163
3403
|
{
|
|
2164
3404
|
"name": "AlekseyPleshkov",
|
|
2165
|
-
"github": "AlekseyPleshkov"
|
|
2166
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3405
|
+
"github": "AlekseyPleshkov"
|
|
2167
3406
|
}
|
|
2168
|
-
]
|
|
3407
|
+
],
|
|
3408
|
+
"compatibility": {
|
|
3409
|
+
"nuxt": "^2.0.0",
|
|
3410
|
+
"requires": {}
|
|
3411
|
+
}
|
|
2169
3412
|
},
|
|
2170
3413
|
{
|
|
2171
3414
|
"name": "socket-io",
|
|
@@ -2181,10 +3424,13 @@
|
|
|
2181
3424
|
"maintainers": [
|
|
2182
3425
|
{
|
|
2183
3426
|
"name": "richardeschloss",
|
|
2184
|
-
"github": "richardeschloss"
|
|
2185
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3427
|
+
"github": "richardeschloss"
|
|
2186
3428
|
}
|
|
2187
|
-
]
|
|
3429
|
+
],
|
|
3430
|
+
"compatibility": {
|
|
3431
|
+
"nuxt": "^2.0.0",
|
|
3432
|
+
"requires": {}
|
|
3433
|
+
}
|
|
2188
3434
|
},
|
|
2189
3435
|
{
|
|
2190
3436
|
"name": "speedcurve",
|
|
@@ -2201,10 +3447,46 @@
|
|
|
2201
3447
|
{
|
|
2202
3448
|
"name": "Josh Deltener",
|
|
2203
3449
|
"github": "hecktarzuli",
|
|
2204
|
-
"twitter": "JoshDeltener"
|
|
2205
|
-
|
|
3450
|
+
"twitter": "JoshDeltener"
|
|
3451
|
+
}
|
|
3452
|
+
],
|
|
3453
|
+
"compatibility": {
|
|
3454
|
+
"nuxt": "^2.0.0",
|
|
3455
|
+
"requires": {}
|
|
3456
|
+
}
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"name": "speedkit",
|
|
3460
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3461
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3462
|
+
"npm": "nuxt-speedkit",
|
|
3463
|
+
"icon": "speedkit.png",
|
|
3464
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3465
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3466
|
+
"learn_more": "",
|
|
3467
|
+
"category": "Performance",
|
|
3468
|
+
"type": "3rd-party",
|
|
3469
|
+
"maintainers": [
|
|
3470
|
+
{
|
|
3471
|
+
"name": "Stephan Gerbeth",
|
|
3472
|
+
"github": "StephanGerbeth",
|
|
3473
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"name": "Thorn Walli",
|
|
3477
|
+
"github": "ThornWalli",
|
|
3478
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"name": "Grabarz & Partner",
|
|
3482
|
+
"github": "GrabarzUndPartner",
|
|
3483
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2206
3484
|
}
|
|
2207
|
-
]
|
|
3485
|
+
],
|
|
3486
|
+
"compatibility": {
|
|
3487
|
+
"nuxt": "^2.0.0",
|
|
3488
|
+
"requires": {}
|
|
3489
|
+
}
|
|
2208
3490
|
},
|
|
2209
3491
|
{
|
|
2210
3492
|
"name": "storage",
|
|
@@ -2215,15 +3497,40 @@
|
|
|
2215
3497
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2216
3498
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2217
3499
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2218
|
-
"category": "
|
|
3500
|
+
"category": "Extensions",
|
|
2219
3501
|
"type": "3rd-party",
|
|
2220
3502
|
"maintainers": [
|
|
2221
3503
|
{
|
|
2222
3504
|
"name": "mazipan",
|
|
2223
|
-
"github": "mazipan"
|
|
2224
|
-
|
|
3505
|
+
"github": "mazipan"
|
|
3506
|
+
}
|
|
3507
|
+
],
|
|
3508
|
+
"compatibility": {
|
|
3509
|
+
"nuxt": "^2.0.0",
|
|
3510
|
+
"requires": {}
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"name": "storefront-ui",
|
|
3515
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3516
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3517
|
+
"npm": "@storefront-ui/nuxt",
|
|
3518
|
+
"icon": "storefront-ui.svg",
|
|
3519
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3520
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3521
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3522
|
+
"category": "UI",
|
|
3523
|
+
"type": "3rd-party",
|
|
3524
|
+
"maintainers": [
|
|
3525
|
+
{
|
|
3526
|
+
"name": "Jakub Andrzejewski",
|
|
3527
|
+
"github": "Baroshem"
|
|
2225
3528
|
}
|
|
2226
|
-
]
|
|
3529
|
+
],
|
|
3530
|
+
"compatibility": {
|
|
3531
|
+
"nuxt": "^2.0.0",
|
|
3532
|
+
"requires": {}
|
|
3533
|
+
}
|
|
2227
3534
|
},
|
|
2228
3535
|
{
|
|
2229
3536
|
"name": "stories",
|
|
@@ -2239,16 +3546,19 @@
|
|
|
2239
3546
|
"maintainers": [
|
|
2240
3547
|
{
|
|
2241
3548
|
"name": "richardeschloss",
|
|
2242
|
-
"github": "richardeschloss"
|
|
2243
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3549
|
+
"github": "richardeschloss"
|
|
2244
3550
|
}
|
|
2245
|
-
]
|
|
3551
|
+
],
|
|
3552
|
+
"compatibility": {
|
|
3553
|
+
"nuxt": "^2.0.0",
|
|
3554
|
+
"requires": {}
|
|
3555
|
+
}
|
|
2246
3556
|
},
|
|
2247
3557
|
{
|
|
2248
3558
|
"name": "storyblok",
|
|
2249
3559
|
"description": "Storyblok Nuxt.js module",
|
|
2250
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2251
|
-
"npm": "storyblok
|
|
3560
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3561
|
+
"npm": "@storyblok/nuxt",
|
|
2252
3562
|
"icon": "storyblok.png",
|
|
2253
3563
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2254
3564
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2258,10 +3568,13 @@
|
|
|
2258
3568
|
"maintainers": [
|
|
2259
3569
|
{
|
|
2260
3570
|
"name": "storyblok",
|
|
2261
|
-
"github": "storyblok"
|
|
2262
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3571
|
+
"github": "storyblok"
|
|
2263
3572
|
}
|
|
2264
|
-
]
|
|
3573
|
+
],
|
|
3574
|
+
"compatibility": {
|
|
3575
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3576
|
+
"requires": {}
|
|
3577
|
+
}
|
|
2265
3578
|
},
|
|
2266
3579
|
{
|
|
2267
3580
|
"name": "storybook",
|
|
@@ -2278,16 +3591,20 @@
|
|
|
2278
3591
|
{
|
|
2279
3592
|
"name": "Ahad Birang",
|
|
2280
3593
|
"github": "farnabaz",
|
|
2281
|
-
"twitter": "a_birang"
|
|
2282
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3594
|
+
"twitter": "a_birang"
|
|
2283
3595
|
},
|
|
2284
3596
|
{
|
|
2285
3597
|
"name": "Pooya Parsa",
|
|
2286
3598
|
"github": "pi0",
|
|
2287
|
-
"twitter": "_pi0_"
|
|
2288
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3599
|
+
"twitter": "_pi0_"
|
|
2289
3600
|
}
|
|
2290
|
-
]
|
|
3601
|
+
],
|
|
3602
|
+
"compatibility": {
|
|
3603
|
+
"nuxt": "^2.0.0",
|
|
3604
|
+
"requires": {
|
|
3605
|
+
"bridge": "optional"
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
2291
3608
|
},
|
|
2292
3609
|
{
|
|
2293
3610
|
"name": "strapi",
|
|
@@ -2304,16 +3621,20 @@
|
|
|
2304
3621
|
{
|
|
2305
3622
|
"name": "Benjamin Canac",
|
|
2306
3623
|
"github": "benjamincanac",
|
|
2307
|
-
"twitter": "benjamincanac"
|
|
2308
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3624
|
+
"twitter": "benjamincanac"
|
|
2309
3625
|
},
|
|
2310
3626
|
{
|
|
2311
3627
|
"name": "Sébastien Chopin",
|
|
2312
3628
|
"github": "Atinux",
|
|
2313
|
-
"twitter": "Atinux"
|
|
2314
|
-
|
|
3629
|
+
"twitter": "Atinux"
|
|
3630
|
+
}
|
|
3631
|
+
],
|
|
3632
|
+
"compatibility": {
|
|
3633
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3634
|
+
"requires": {
|
|
3635
|
+
"bridge": true
|
|
2315
3636
|
}
|
|
2316
|
-
|
|
3637
|
+
}
|
|
2317
3638
|
},
|
|
2318
3639
|
{
|
|
2319
3640
|
"name": "stripe",
|
|
@@ -2329,10 +3650,13 @@
|
|
|
2329
3650
|
"maintainers": [
|
|
2330
3651
|
{
|
|
2331
3652
|
"name": "WilliamDASILVA",
|
|
2332
|
-
"github": "WilliamDASILVA"
|
|
2333
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3653
|
+
"github": "WilliamDASILVA"
|
|
2334
3654
|
}
|
|
2335
|
-
]
|
|
3655
|
+
],
|
|
3656
|
+
"compatibility": {
|
|
3657
|
+
"nuxt": "^2.0.0",
|
|
3658
|
+
"requires": {}
|
|
3659
|
+
}
|
|
2336
3660
|
},
|
|
2337
3661
|
{
|
|
2338
3662
|
"name": "style-resources",
|
|
@@ -2349,10 +3673,13 @@
|
|
|
2349
3673
|
{
|
|
2350
3674
|
"name": "Alexander Lichter",
|
|
2351
3675
|
"github": "manniL",
|
|
2352
|
-
"twitter": "TheAlexLichter"
|
|
2353
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3676
|
+
"twitter": "TheAlexLichter"
|
|
2354
3677
|
}
|
|
2355
|
-
]
|
|
3678
|
+
],
|
|
3679
|
+
"compatibility": {
|
|
3680
|
+
"nuxt": "^2.0.0",
|
|
3681
|
+
"requires": {}
|
|
3682
|
+
}
|
|
2356
3683
|
},
|
|
2357
3684
|
{
|
|
2358
3685
|
"name": "stylelint",
|
|
@@ -2368,10 +3695,69 @@
|
|
|
2368
3695
|
"maintainers": [
|
|
2369
3696
|
{
|
|
2370
3697
|
"name": "Ricardo Gobbo de Souza",
|
|
2371
|
-
"github": "ricardogobbosouza"
|
|
2372
|
-
|
|
3698
|
+
"github": "ricardogobbosouza"
|
|
3699
|
+
}
|
|
3700
|
+
],
|
|
3701
|
+
"compatibility": {
|
|
3702
|
+
"nuxt": "^2.0.0",
|
|
3703
|
+
"requires": {}
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"name": "stylify",
|
|
3708
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3709
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3710
|
+
"npm": "@stylify/nuxt-module",
|
|
3711
|
+
"icon": "stylify.svg",
|
|
3712
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3713
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3714
|
+
"learn_more": "https://stylify.dev",
|
|
3715
|
+
"category": "UI",
|
|
3716
|
+
"type": "3rd-party",
|
|
3717
|
+
"maintainers": [
|
|
3718
|
+
{
|
|
3719
|
+
"name": "Vladimír Macháček",
|
|
3720
|
+
"github": "Machy8",
|
|
3721
|
+
"twitter": "8machy"
|
|
3722
|
+
}
|
|
3723
|
+
],
|
|
3724
|
+
"compatibility": {
|
|
3725
|
+
"nuxt": "^2.0.0",
|
|
3726
|
+
"requires": {}
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"name": "supabase",
|
|
3731
|
+
"description": "First class integration with Supabase",
|
|
3732
|
+
"repo": "nuxt-community/supabase-module",
|
|
3733
|
+
"npm": "@nuxtjs/supabase",
|
|
3734
|
+
"icon": "supabase.png",
|
|
3735
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3736
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3737
|
+
"learn_more": "https://supabase.com",
|
|
3738
|
+
"category": "Database",
|
|
3739
|
+
"type": "community",
|
|
3740
|
+
"maintainers": [
|
|
3741
|
+
{
|
|
3742
|
+
"name": "Baptiste Leproux",
|
|
3743
|
+
"github": "larbish",
|
|
3744
|
+
"twitter": "baptistelprx"
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "Sebastien Chopin",
|
|
3748
|
+
"github": "Atinux",
|
|
3749
|
+
"twitter": "Atinux"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"name": "Scott Robertson",
|
|
3753
|
+
"github": "scottrobertson",
|
|
3754
|
+
"twitter": "scottymeuk"
|
|
2373
3755
|
}
|
|
2374
|
-
]
|
|
3756
|
+
],
|
|
3757
|
+
"compatibility": {
|
|
3758
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3759
|
+
"requires": {}
|
|
3760
|
+
}
|
|
2375
3761
|
},
|
|
2376
3762
|
{
|
|
2377
3763
|
"name": "svg-loader",
|
|
@@ -2382,15 +3768,18 @@
|
|
|
2382
3768
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2383
3769
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2384
3770
|
"learn_more": "",
|
|
2385
|
-
"category": "
|
|
3771
|
+
"category": "Extensions",
|
|
2386
3772
|
"type": "3rd-party",
|
|
2387
3773
|
"maintainers": [
|
|
2388
3774
|
{
|
|
2389
3775
|
"name": "Developmint",
|
|
2390
|
-
"github": "Developmint"
|
|
2391
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3776
|
+
"github": "Developmint"
|
|
2392
3777
|
}
|
|
2393
|
-
]
|
|
3778
|
+
],
|
|
3779
|
+
"compatibility": {
|
|
3780
|
+
"nuxt": "^2.0.0",
|
|
3781
|
+
"requires": {}
|
|
3782
|
+
}
|
|
2394
3783
|
},
|
|
2395
3784
|
{
|
|
2396
3785
|
"name": "svg-sprite",
|
|
@@ -2401,16 +3790,19 @@
|
|
|
2401
3790
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2402
3791
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2403
3792
|
"learn_more": "",
|
|
2404
|
-
"category": "
|
|
3793
|
+
"category": "UI",
|
|
2405
3794
|
"type": "community",
|
|
2406
3795
|
"maintainers": [
|
|
2407
3796
|
{
|
|
2408
3797
|
"name": "Ahad Birang",
|
|
2409
3798
|
"github": "farnabaz",
|
|
2410
|
-
"twitter": "a_birang"
|
|
2411
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3799
|
+
"twitter": "a_birang"
|
|
2412
3800
|
}
|
|
2413
|
-
]
|
|
3801
|
+
],
|
|
3802
|
+
"compatibility": {
|
|
3803
|
+
"nuxt": "^2.0.0",
|
|
3804
|
+
"requires": {}
|
|
3805
|
+
}
|
|
2414
3806
|
},
|
|
2415
3807
|
{
|
|
2416
3808
|
"name": "svg",
|
|
@@ -2421,15 +3813,18 @@
|
|
|
2421
3813
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2422
3814
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2423
3815
|
"learn_more": "",
|
|
2424
|
-
"category": "
|
|
3816
|
+
"category": "Extensions",
|
|
2425
3817
|
"type": "community",
|
|
2426
3818
|
"maintainers": [
|
|
2427
3819
|
{
|
|
2428
3820
|
"name": "Sam Holmes",
|
|
2429
|
-
"github": "sam3d"
|
|
2430
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3821
|
+
"github": "sam3d"
|
|
2431
3822
|
}
|
|
2432
|
-
]
|
|
3823
|
+
],
|
|
3824
|
+
"compatibility": {
|
|
3825
|
+
"nuxt": "^2.0.0",
|
|
3826
|
+
"requires": {}
|
|
3827
|
+
}
|
|
2433
3828
|
},
|
|
2434
3829
|
{
|
|
2435
3830
|
"name": "sweetalert2",
|
|
@@ -2445,10 +3840,13 @@
|
|
|
2445
3840
|
"maintainers": [
|
|
2446
3841
|
{
|
|
2447
3842
|
"name": "ImreC",
|
|
2448
|
-
"github": "ImreC"
|
|
2449
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3843
|
+
"github": "ImreC"
|
|
2450
3844
|
}
|
|
2451
|
-
]
|
|
3845
|
+
],
|
|
3846
|
+
"compatibility": {
|
|
3847
|
+
"nuxt": "^2.0.0",
|
|
3848
|
+
"requires": {}
|
|
3849
|
+
}
|
|
2452
3850
|
},
|
|
2453
3851
|
{
|
|
2454
3852
|
"name": "tailwindcss",
|
|
@@ -2465,10 +3863,36 @@
|
|
|
2465
3863
|
{
|
|
2466
3864
|
"name": "Sébastien Chopin",
|
|
2467
3865
|
"github": "Atinux",
|
|
2468
|
-
"twitter": "Atinux"
|
|
2469
|
-
|
|
3866
|
+
"twitter": "Atinux"
|
|
3867
|
+
}
|
|
3868
|
+
],
|
|
3869
|
+
"compatibility": {
|
|
3870
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3871
|
+
"requires": {}
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"name": "tiktok-analytics",
|
|
3876
|
+
"description": "",
|
|
3877
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3878
|
+
"npm": "tiktok-analytics",
|
|
3879
|
+
"icon": "",
|
|
3880
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3881
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3882
|
+
"learn_more": "",
|
|
3883
|
+
"category": "Analytics",
|
|
3884
|
+
"type": "3rd-party",
|
|
3885
|
+
"maintainers": [
|
|
3886
|
+
{
|
|
3887
|
+
"name": "stickpro",
|
|
3888
|
+
"github": "stickpro",
|
|
3889
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2470
3890
|
}
|
|
2471
|
-
]
|
|
3891
|
+
],
|
|
3892
|
+
"compatibility": {
|
|
3893
|
+
"nuxt": "^2.0.0",
|
|
3894
|
+
"requires": {}
|
|
3895
|
+
}
|
|
2472
3896
|
},
|
|
2473
3897
|
{
|
|
2474
3898
|
"name": "toast",
|
|
@@ -2476,8 +3900,8 @@
|
|
|
2476
3900
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2477
3901
|
"npm": "@nuxtjs/toast",
|
|
2478
3902
|
"icon": "",
|
|
2479
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2480
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3903
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3904
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2481
3905
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2482
3906
|
"category": "Libraries",
|
|
2483
3907
|
"type": "community",
|
|
@@ -2485,10 +3909,37 @@
|
|
|
2485
3909
|
{
|
|
2486
3910
|
"name": "Pooya Parsa",
|
|
2487
3911
|
"github": "pi0",
|
|
2488
|
-
"twitter": "_pi0_"
|
|
2489
|
-
|
|
3912
|
+
"twitter": "_pi0_"
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"compatibility": {
|
|
3916
|
+
"nuxt": "^2.0.0",
|
|
3917
|
+
"requires": {}
|
|
3918
|
+
}
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "twa",
|
|
3922
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3923
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3924
|
+
"npm": "nuxt-twa",
|
|
3925
|
+
"icon": "",
|
|
3926
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3927
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3928
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3929
|
+
"category": "Performance",
|
|
3930
|
+
"type": "3rd-party",
|
|
3931
|
+
"maintainers": [
|
|
3932
|
+
{
|
|
3933
|
+
"name": "Nicolas Perraut",
|
|
3934
|
+
"github": "tuarrep"
|
|
2490
3935
|
}
|
|
2491
|
-
]
|
|
3936
|
+
],
|
|
3937
|
+
"compatibility": {
|
|
3938
|
+
"nuxt": "^2.0.0",
|
|
3939
|
+
"requires": {
|
|
3940
|
+
"bridge": "optional"
|
|
3941
|
+
}
|
|
3942
|
+
}
|
|
2492
3943
|
},
|
|
2493
3944
|
{
|
|
2494
3945
|
"name": "typed-router",
|
|
@@ -2504,10 +3955,38 @@
|
|
|
2504
3955
|
"maintainers": [
|
|
2505
3956
|
{
|
|
2506
3957
|
"name": "victorgarciaesgi",
|
|
2507
|
-
"github": "victorgarciaesgi"
|
|
2508
|
-
|
|
3958
|
+
"github": "victorgarciaesgi"
|
|
3959
|
+
}
|
|
3960
|
+
],
|
|
3961
|
+
"compatibility": {
|
|
3962
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3963
|
+
"requires": {}
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"name": "typed-vuex",
|
|
3968
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3969
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
3970
|
+
"npm": "nuxt-typed-vuex",
|
|
3971
|
+
"icon": "vue.png",
|
|
3972
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
3973
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
3974
|
+
"learn_more": "",
|
|
3975
|
+
"category": "Libraries",
|
|
3976
|
+
"type": "3rd-party",
|
|
3977
|
+
"maintainers": [
|
|
3978
|
+
{
|
|
3979
|
+
"name": "Daniel Roe",
|
|
3980
|
+
"github": "danielroe",
|
|
3981
|
+
"twitter": "danielcroe"
|
|
2509
3982
|
}
|
|
2510
|
-
]
|
|
3983
|
+
],
|
|
3984
|
+
"compatibility": {
|
|
3985
|
+
"nuxt": "^2.0.0",
|
|
3986
|
+
"requires": {
|
|
3987
|
+
"bridge": "optional"
|
|
3988
|
+
}
|
|
3989
|
+
}
|
|
2511
3990
|
},
|
|
2512
3991
|
{
|
|
2513
3992
|
"name": "typescript-runtime",
|
|
@@ -2523,22 +4002,23 @@
|
|
|
2523
4002
|
"maintainers": [
|
|
2524
4003
|
{
|
|
2525
4004
|
"name": "Kevin Marrec",
|
|
2526
|
-
"github": "kevinmarrec"
|
|
2527
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4005
|
+
"github": "kevinmarrec"
|
|
2528
4006
|
},
|
|
2529
4007
|
{
|
|
2530
4008
|
"name": "Pooya Parsa",
|
|
2531
4009
|
"github": "pi0",
|
|
2532
|
-
"twitter": "_pi0_"
|
|
2533
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4010
|
+
"twitter": "_pi0_"
|
|
2534
4011
|
},
|
|
2535
4012
|
{
|
|
2536
4013
|
"name": "Daniel Roe",
|
|
2537
4014
|
"github": "danielroe",
|
|
2538
|
-
"twitter": "danielcroe"
|
|
2539
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4015
|
+
"twitter": "danielcroe"
|
|
2540
4016
|
}
|
|
2541
|
-
]
|
|
4017
|
+
],
|
|
4018
|
+
"compatibility": {
|
|
4019
|
+
"nuxt": "^2.0.0",
|
|
4020
|
+
"requires": {}
|
|
4021
|
+
}
|
|
2542
4022
|
},
|
|
2543
4023
|
{
|
|
2544
4024
|
"name": "typescript",
|
|
@@ -2554,22 +4034,23 @@
|
|
|
2554
4034
|
"maintainers": [
|
|
2555
4035
|
{
|
|
2556
4036
|
"name": "Kevin Marrec",
|
|
2557
|
-
"github": "kevinmarrec"
|
|
2558
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4037
|
+
"github": "kevinmarrec"
|
|
2559
4038
|
},
|
|
2560
4039
|
{
|
|
2561
4040
|
"name": "Pooya Parsa",
|
|
2562
4041
|
"github": "pi0",
|
|
2563
|
-
"twitter": "_pi0_"
|
|
2564
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4042
|
+
"twitter": "_pi0_"
|
|
2565
4043
|
},
|
|
2566
4044
|
{
|
|
2567
4045
|
"name": "Daniel Roe",
|
|
2568
4046
|
"github": "danielroe",
|
|
2569
|
-
"twitter": "danielcroe"
|
|
2570
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4047
|
+
"twitter": "danielcroe"
|
|
2571
4048
|
}
|
|
2572
|
-
]
|
|
4049
|
+
],
|
|
4050
|
+
"compatibility": {
|
|
4051
|
+
"nuxt": "^2.0.0",
|
|
4052
|
+
"requires": {}
|
|
4053
|
+
}
|
|
2573
4054
|
},
|
|
2574
4055
|
{
|
|
2575
4056
|
"name": "universal-storage",
|
|
@@ -2580,22 +4061,76 @@
|
|
|
2580
4061
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2581
4062
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2582
4063
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2583
|
-
"category": "
|
|
4064
|
+
"category": "Extensions",
|
|
2584
4065
|
"type": "community",
|
|
2585
4066
|
"maintainers": [
|
|
2586
4067
|
{
|
|
2587
4068
|
"name": "Pooya Parsa",
|
|
2588
4069
|
"github": "pi0",
|
|
2589
|
-
"twitter": "_pi0_"
|
|
2590
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4070
|
+
"twitter": "_pi0_"
|
|
2591
4071
|
},
|
|
2592
4072
|
{
|
|
2593
4073
|
"name": "Farzad Soltani",
|
|
2594
4074
|
"github": "farzadso",
|
|
2595
|
-
"twitter": "farzadso"
|
|
2596
|
-
|
|
4075
|
+
"twitter": "farzadso"
|
|
4076
|
+
}
|
|
4077
|
+
],
|
|
4078
|
+
"compatibility": {
|
|
4079
|
+
"nuxt": "^2.0.0",
|
|
4080
|
+
"requires": {}
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"name": "unlighthouse",
|
|
4085
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4086
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4087
|
+
"npm": "@unlighthouse/nuxt",
|
|
4088
|
+
"icon": "unlighthouse.svg",
|
|
4089
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4090
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4091
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4092
|
+
"category": "Devtools",
|
|
4093
|
+
"type": "3rd-party",
|
|
4094
|
+
"maintainers": [
|
|
4095
|
+
{
|
|
4096
|
+
"name": "Harlan Wilton",
|
|
4097
|
+
"github": "harlan-zw",
|
|
4098
|
+
"twitter": "harlan_zw",
|
|
4099
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4100
|
+
}
|
|
4101
|
+
],
|
|
4102
|
+
"compatibility": {
|
|
4103
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4104
|
+
"requires": {
|
|
4105
|
+
"bridge": "optional"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"name": "unocss",
|
|
4111
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4112
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4113
|
+
"npm": "@unocss/nuxt",
|
|
4114
|
+
"icon": "unocss.svg",
|
|
4115
|
+
"github": "https://github.com/antfu/unocss",
|
|
4116
|
+
"website": "https://github.com/antfu/unocss",
|
|
4117
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4118
|
+
"category": "UI",
|
|
4119
|
+
"type": "3rd-party",
|
|
4120
|
+
"maintainers": [
|
|
4121
|
+
{
|
|
4122
|
+
"name": "Anthony Fu",
|
|
4123
|
+
"github": "antfu",
|
|
4124
|
+
"twitter": "antfu7",
|
|
4125
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2597
4126
|
}
|
|
2598
|
-
]
|
|
4127
|
+
],
|
|
4128
|
+
"compatibility": {
|
|
4129
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4130
|
+
"requires": {
|
|
4131
|
+
"bridge": "optional"
|
|
4132
|
+
}
|
|
4133
|
+
}
|
|
2599
4134
|
},
|
|
2600
4135
|
{
|
|
2601
4136
|
"name": "user-agent",
|
|
@@ -2606,15 +4141,18 @@
|
|
|
2606
4141
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2607
4142
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2608
4143
|
"learn_more": "",
|
|
2609
|
-
"category": "
|
|
4144
|
+
"category": "Extensions",
|
|
2610
4145
|
"type": "3rd-party",
|
|
2611
4146
|
"maintainers": [
|
|
2612
4147
|
{
|
|
2613
4148
|
"name": "fukuiretu",
|
|
2614
|
-
"github": "fukuiretu"
|
|
2615
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4149
|
+
"github": "fukuiretu"
|
|
2616
4150
|
}
|
|
2617
|
-
]
|
|
4151
|
+
],
|
|
4152
|
+
"compatibility": {
|
|
4153
|
+
"nuxt": "^2.0.0",
|
|
4154
|
+
"requires": {}
|
|
4155
|
+
}
|
|
2618
4156
|
},
|
|
2619
4157
|
{
|
|
2620
4158
|
"name": "validate",
|
|
@@ -2630,10 +4168,13 @@
|
|
|
2630
4168
|
"maintainers": [
|
|
2631
4169
|
{
|
|
2632
4170
|
"name": "lewyuburi",
|
|
2633
|
-
"github": "lewyuburi"
|
|
2634
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4171
|
+
"github": "lewyuburi"
|
|
2635
4172
|
}
|
|
2636
|
-
]
|
|
4173
|
+
],
|
|
4174
|
+
"compatibility": {
|
|
4175
|
+
"nuxt": "^2.0.0",
|
|
4176
|
+
"requires": {}
|
|
4177
|
+
}
|
|
2637
4178
|
},
|
|
2638
4179
|
{
|
|
2639
4180
|
"name": "vendor",
|
|
@@ -2644,16 +4185,19 @@
|
|
|
2644
4185
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2645
4186
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2646
4187
|
"learn_more": "",
|
|
2647
|
-
"category": "
|
|
4188
|
+
"category": "Extensions",
|
|
2648
4189
|
"type": "community",
|
|
2649
4190
|
"maintainers": [
|
|
2650
4191
|
{
|
|
2651
4192
|
"name": "Pooya Parsa",
|
|
2652
4193
|
"github": "pi0",
|
|
2653
|
-
"twitter": "_pi0_"
|
|
2654
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4194
|
+
"twitter": "_pi0_"
|
|
2655
4195
|
}
|
|
2656
|
-
]
|
|
4196
|
+
],
|
|
4197
|
+
"compatibility": {
|
|
4198
|
+
"nuxt": "^2.0.0",
|
|
4199
|
+
"requires": {}
|
|
4200
|
+
}
|
|
2657
4201
|
},
|
|
2658
4202
|
{
|
|
2659
4203
|
"name": "vue-material",
|
|
@@ -2669,10 +4213,13 @@
|
|
|
2669
4213
|
"maintainers": [
|
|
2670
4214
|
{
|
|
2671
4215
|
"name": "vaso2",
|
|
2672
|
-
"github": "vaso2"
|
|
2673
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4216
|
+
"github": "vaso2"
|
|
2674
4217
|
}
|
|
2675
|
-
]
|
|
4218
|
+
],
|
|
4219
|
+
"compatibility": {
|
|
4220
|
+
"nuxt": "^2.0.0",
|
|
4221
|
+
"requires": {}
|
|
4222
|
+
}
|
|
2676
4223
|
},
|
|
2677
4224
|
{
|
|
2678
4225
|
"name": "vue-multiselect",
|
|
@@ -2688,10 +4235,13 @@
|
|
|
2688
4235
|
"maintainers": [
|
|
2689
4236
|
{
|
|
2690
4237
|
"name": "spektrummedia",
|
|
2691
|
-
"github": "spektrummedia"
|
|
2692
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4238
|
+
"github": "spektrummedia"
|
|
2693
4239
|
}
|
|
2694
|
-
]
|
|
4240
|
+
],
|
|
4241
|
+
"compatibility": {
|
|
4242
|
+
"nuxt": "^2.0.0",
|
|
4243
|
+
"requires": {}
|
|
4244
|
+
}
|
|
2695
4245
|
},
|
|
2696
4246
|
{
|
|
2697
4247
|
"name": "vue-select",
|
|
@@ -2707,10 +4257,13 @@
|
|
|
2707
4257
|
"maintainers": [
|
|
2708
4258
|
{
|
|
2709
4259
|
"name": "madmod",
|
|
2710
|
-
"github": "madmod"
|
|
2711
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4260
|
+
"github": "madmod"
|
|
2712
4261
|
}
|
|
2713
|
-
]
|
|
4262
|
+
],
|
|
4263
|
+
"compatibility": {
|
|
4264
|
+
"nuxt": "^2.0.0",
|
|
4265
|
+
"requires": {}
|
|
4266
|
+
}
|
|
2714
4267
|
},
|
|
2715
4268
|
{
|
|
2716
4269
|
"name": "vue-warehouse",
|
|
@@ -2727,10 +4280,13 @@
|
|
|
2727
4280
|
{
|
|
2728
4281
|
"name": "Julio Marquez",
|
|
2729
4282
|
"github": "juliomrqz",
|
|
2730
|
-
"twitter": "juliomrqz"
|
|
2731
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4283
|
+
"twitter": "juliomrqz"
|
|
2732
4284
|
}
|
|
2733
|
-
]
|
|
4285
|
+
],
|
|
4286
|
+
"compatibility": {
|
|
4287
|
+
"nuxt": "^2.0.0",
|
|
4288
|
+
"requires": {}
|
|
4289
|
+
}
|
|
2734
4290
|
},
|
|
2735
4291
|
{
|
|
2736
4292
|
"name": "vuetify",
|
|
@@ -2746,16 +4302,43 @@
|
|
|
2746
4302
|
"maintainers": [
|
|
2747
4303
|
{
|
|
2748
4304
|
"name": "Kevin Marrec",
|
|
2749
|
-
"github": "kevinmarrec"
|
|
2750
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4305
|
+
"github": "kevinmarrec"
|
|
2751
4306
|
},
|
|
2752
4307
|
{
|
|
2753
4308
|
"name": "Pooya Parsa",
|
|
2754
4309
|
"github": "pi0",
|
|
2755
|
-
"twitter": "_pi0_"
|
|
2756
|
-
|
|
4310
|
+
"twitter": "_pi0_"
|
|
4311
|
+
}
|
|
4312
|
+
],
|
|
4313
|
+
"compatibility": {
|
|
4314
|
+
"nuxt": "^2.0.0",
|
|
4315
|
+
"requires": {}
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"name": "vueuse",
|
|
4320
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4321
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4322
|
+
"npm": "@vueuse/core",
|
|
4323
|
+
"icon": "vueuse.svg",
|
|
4324
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4325
|
+
"website": "https://vueuse.org",
|
|
4326
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4327
|
+
"category": "Libraries",
|
|
4328
|
+
"type": "3rd-party",
|
|
4329
|
+
"maintainers": [
|
|
4330
|
+
{
|
|
4331
|
+
"name": "Anthony Fu",
|
|
4332
|
+
"github": "antfu",
|
|
4333
|
+
"twitter": "antfu7"
|
|
2757
4334
|
}
|
|
2758
|
-
]
|
|
4335
|
+
],
|
|
4336
|
+
"compatibility": {
|
|
4337
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4338
|
+
"requires": {
|
|
4339
|
+
"bridge": "optional"
|
|
4340
|
+
}
|
|
4341
|
+
}
|
|
2759
4342
|
},
|
|
2760
4343
|
{
|
|
2761
4344
|
"name": "vuex-router-sync",
|
|
@@ -2771,10 +4354,68 @@
|
|
|
2771
4354
|
"maintainers": [
|
|
2772
4355
|
{
|
|
2773
4356
|
"name": "paulgv",
|
|
2774
|
-
"github": "paulgv"
|
|
2775
|
-
|
|
4357
|
+
"github": "paulgv"
|
|
4358
|
+
}
|
|
4359
|
+
],
|
|
4360
|
+
"compatibility": {
|
|
4361
|
+
"nuxt": "^2.0.0",
|
|
4362
|
+
"requires": {}
|
|
4363
|
+
}
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"name": "web-vitals",
|
|
4367
|
+
"description": "Web Vitals for Nuxt",
|
|
4368
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4369
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4370
|
+
"icon": "",
|
|
4371
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4372
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4373
|
+
"learn_more": "",
|
|
4374
|
+
"category": "Performance",
|
|
4375
|
+
"type": "community",
|
|
4376
|
+
"maintainers": [
|
|
4377
|
+
{
|
|
4378
|
+
"name": "daliborgogic",
|
|
4379
|
+
"github": "daliborgogic"
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"name": "Pooya Parsa",
|
|
4383
|
+
"github": "pi0",
|
|
4384
|
+
"twitter": "_pi0_"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"name": "Sebastien Chopin",
|
|
4388
|
+
"github": "Atinux",
|
|
4389
|
+
"twitter": "Atinux"
|
|
4390
|
+
}
|
|
4391
|
+
],
|
|
4392
|
+
"compatibility": {
|
|
4393
|
+
"nuxt": "^2.0.0",
|
|
4394
|
+
"requires": {}
|
|
4395
|
+
}
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "web3js",
|
|
4399
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4400
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4401
|
+
"npm": "nuxt-web3",
|
|
4402
|
+
"icon": "web3js.svg",
|
|
4403
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4404
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4405
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4406
|
+
"category": "Libraries",
|
|
4407
|
+
"type": "3rd-party",
|
|
4408
|
+
"maintainers": [
|
|
4409
|
+
{
|
|
4410
|
+
"name": "Muhammad Fauzan",
|
|
4411
|
+
"github": "bl0cknumber",
|
|
4412
|
+
"twitter": "fncolon"
|
|
2776
4413
|
}
|
|
2777
|
-
]
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^2.0.0",
|
|
4417
|
+
"requires": {}
|
|
4418
|
+
}
|
|
2778
4419
|
},
|
|
2779
4420
|
{
|
|
2780
4421
|
"name": "webfontloader",
|
|
@@ -2790,10 +4431,37 @@
|
|
|
2790
4431
|
"maintainers": [
|
|
2791
4432
|
{
|
|
2792
4433
|
"name": "Developmint",
|
|
2793
|
-
"github": "Developmint"
|
|
2794
|
-
|
|
4434
|
+
"github": "Developmint"
|
|
4435
|
+
}
|
|
4436
|
+
],
|
|
4437
|
+
"compatibility": {
|
|
4438
|
+
"nuxt": "^2.0.0",
|
|
4439
|
+
"requires": {}
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "webpack-optimisations",
|
|
4444
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4445
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4446
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4447
|
+
"icon": "build-optimisations.svg",
|
|
4448
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4449
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4450
|
+
"learn_more": "",
|
|
4451
|
+
"category": "Devtools",
|
|
4452
|
+
"type": "3rd-party",
|
|
4453
|
+
"maintainers": [
|
|
4454
|
+
{
|
|
4455
|
+
"name": "Harlan Wilton",
|
|
4456
|
+
"github": "harlan-zw"
|
|
4457
|
+
}
|
|
4458
|
+
],
|
|
4459
|
+
"compatibility": {
|
|
4460
|
+
"nuxt": "^2.0.0",
|
|
4461
|
+
"requires": {
|
|
4462
|
+
"bridge": "optional"
|
|
2795
4463
|
}
|
|
2796
|
-
|
|
4464
|
+
}
|
|
2797
4465
|
},
|
|
2798
4466
|
{
|
|
2799
4467
|
"name": "webpack-profile",
|
|
@@ -2810,10 +4478,13 @@
|
|
|
2810
4478
|
{
|
|
2811
4479
|
"name": "Pooya Parsa",
|
|
2812
4480
|
"github": "pi0",
|
|
2813
|
-
"twitter": "_pi0_"
|
|
2814
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4481
|
+
"twitter": "_pi0_"
|
|
2815
4482
|
}
|
|
2816
|
-
]
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^2.0.0",
|
|
4486
|
+
"requires": {}
|
|
4487
|
+
}
|
|
2817
4488
|
},
|
|
2818
4489
|
{
|
|
2819
4490
|
"name": "webpackdashboard",
|
|
@@ -2829,10 +4500,13 @@
|
|
|
2829
4500
|
"maintainers": [
|
|
2830
4501
|
{
|
|
2831
4502
|
"name": "paulgv",
|
|
2832
|
-
"github": "paulgv"
|
|
2833
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4503
|
+
"github": "paulgv"
|
|
2834
4504
|
}
|
|
2835
|
-
]
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^2.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
2836
4510
|
},
|
|
2837
4511
|
{
|
|
2838
4512
|
"name": "webpackmonitor",
|
|
@@ -2849,10 +4523,43 @@
|
|
|
2849
4523
|
{
|
|
2850
4524
|
"name": "Pooya Parsa",
|
|
2851
4525
|
"github": "pi0",
|
|
2852
|
-
"twitter": "_pi0_"
|
|
2853
|
-
|
|
4526
|
+
"twitter": "_pi0_"
|
|
4527
|
+
}
|
|
4528
|
+
],
|
|
4529
|
+
"compatibility": {
|
|
4530
|
+
"nuxt": "^2.0.0",
|
|
4531
|
+
"requires": {}
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"name": "windicss",
|
|
4536
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4537
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4538
|
+
"npm": "nuxt-windicss",
|
|
4539
|
+
"icon": "windicss.svg",
|
|
4540
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4541
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4542
|
+
"learn_more": "https://windicss.org/",
|
|
4543
|
+
"category": "UI",
|
|
4544
|
+
"type": "3rd-party",
|
|
4545
|
+
"maintainers": [
|
|
4546
|
+
{
|
|
4547
|
+
"name": "Harlan Wilton",
|
|
4548
|
+
"github": "harlan-zw",
|
|
4549
|
+
"twitter": "harlan_zw"
|
|
4550
|
+
},
|
|
4551
|
+
{
|
|
4552
|
+
"name": "Anthony Fu",
|
|
4553
|
+
"github": "antfu",
|
|
4554
|
+
"twitter": "antfu7"
|
|
4555
|
+
}
|
|
4556
|
+
],
|
|
4557
|
+
"compatibility": {
|
|
4558
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4559
|
+
"requires": {
|
|
4560
|
+
"bridge": "optional"
|
|
2854
4561
|
}
|
|
2855
|
-
|
|
4562
|
+
}
|
|
2856
4563
|
},
|
|
2857
4564
|
{
|
|
2858
4565
|
"name": "winston-log",
|
|
@@ -2868,10 +4575,13 @@
|
|
|
2868
4575
|
"maintainers": [
|
|
2869
4576
|
{
|
|
2870
4577
|
"name": "aaronransley",
|
|
2871
|
-
"github": "aaronransley"
|
|
2872
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4578
|
+
"github": "aaronransley"
|
|
2873
4579
|
}
|
|
2874
|
-
]
|
|
4580
|
+
],
|
|
4581
|
+
"compatibility": {
|
|
4582
|
+
"nuxt": "^2.0.0",
|
|
4583
|
+
"requires": {}
|
|
4584
|
+
}
|
|
2875
4585
|
},
|
|
2876
4586
|
{
|
|
2877
4587
|
"name": "wp-nuxt",
|
|
@@ -2887,10 +4597,13 @@
|
|
|
2887
4597
|
"maintainers": [
|
|
2888
4598
|
{
|
|
2889
4599
|
"name": "yashha",
|
|
2890
|
-
"github": "yashha"
|
|
2891
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4600
|
+
"github": "yashha"
|
|
2892
4601
|
}
|
|
2893
|
-
]
|
|
4602
|
+
],
|
|
4603
|
+
"compatibility": {
|
|
4604
|
+
"nuxt": "^2.0.0",
|
|
4605
|
+
"requires": {}
|
|
4606
|
+
}
|
|
2894
4607
|
},
|
|
2895
4608
|
{
|
|
2896
4609
|
"name": "xhr-cache",
|
|
@@ -2906,10 +4619,13 @@
|
|
|
2906
4619
|
"maintainers": [
|
|
2907
4620
|
{
|
|
2908
4621
|
"name": "gaetansenn",
|
|
2909
|
-
"github": "gaetansenn"
|
|
2910
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4622
|
+
"github": "gaetansenn"
|
|
2911
4623
|
}
|
|
2912
|
-
]
|
|
4624
|
+
],
|
|
4625
|
+
"compatibility": {
|
|
4626
|
+
"nuxt": "^2.0.0",
|
|
4627
|
+
"requires": {}
|
|
4628
|
+
}
|
|
2913
4629
|
},
|
|
2914
4630
|
{
|
|
2915
4631
|
"name": "xui",
|
|
@@ -2925,18 +4641,22 @@
|
|
|
2925
4641
|
"maintainers": [
|
|
2926
4642
|
{
|
|
2927
4643
|
"name": "MetaCorp",
|
|
2928
|
-
"github": "MetaCorp"
|
|
2929
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4644
|
+
"github": "MetaCorp"
|
|
2930
4645
|
}
|
|
2931
|
-
]
|
|
4646
|
+
],
|
|
4647
|
+
"compatibility": {
|
|
4648
|
+
"nuxt": "^2.0.0",
|
|
4649
|
+
"requires": {}
|
|
4650
|
+
}
|
|
2932
4651
|
},
|
|
2933
4652
|
{
|
|
2934
4653
|
"name": "yandex-metrika",
|
|
2935
|
-
"
|
|
4654
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4655
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2936
4656
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2937
4657
|
"icon": "",
|
|
2938
|
-
"github": "https://github.com/nuxt-community/
|
|
2939
|
-
"website": "https://github.com/nuxt-community/
|
|
4658
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4659
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2940
4660
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2941
4661
|
"category": "Analytics",
|
|
2942
4662
|
"type": "community",
|
|
@@ -2944,10 +4664,13 @@
|
|
|
2944
4664
|
{
|
|
2945
4665
|
"name": "Pooya Parsa",
|
|
2946
4666
|
"github": "pi0",
|
|
2947
|
-
"twitter": "_pi0_"
|
|
2948
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4667
|
+
"twitter": "_pi0_"
|
|
2949
4668
|
}
|
|
2950
|
-
]
|
|
4669
|
+
],
|
|
4670
|
+
"compatibility": {
|
|
4671
|
+
"nuxt": "^2.0.0",
|
|
4672
|
+
"requires": {}
|
|
4673
|
+
}
|
|
2951
4674
|
},
|
|
2952
4675
|
{
|
|
2953
4676
|
"name": "zendesk",
|
|
@@ -2963,9 +4686,12 @@
|
|
|
2963
4686
|
"maintainers": [
|
|
2964
4687
|
{
|
|
2965
4688
|
"name": "DansMaCulotte",
|
|
2966
|
-
"github": "DansMaCulotte"
|
|
2967
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4689
|
+
"github": "DansMaCulotte"
|
|
2968
4690
|
}
|
|
2969
|
-
]
|
|
4691
|
+
],
|
|
4692
|
+
"compatibility": {
|
|
4693
|
+
"nuxt": "^2.0.0",
|
|
4694
|
+
"requires": {}
|
|
4695
|
+
}
|
|
2970
4696
|
}
|
|
2971
4697
|
]
|