@nuxt/modules 0.5.0-359678 → 0.5.0-3c8e9f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/modules.json → modules.json} +2278 -577
- 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"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
24
79
|
}
|
|
25
|
-
|
|
80
|
+
}
|
|
26
81
|
},
|
|
27
82
|
{
|
|
28
83
|
"name": "alias",
|
|
@@ -33,15 +88,18 @@
|
|
|
33
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
90
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
37
92
|
"type": "3rd-party",
|
|
38
93
|
"maintainers": [
|
|
39
94
|
{
|
|
40
95
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
43
97
|
}
|
|
44
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
45
103
|
},
|
|
46
104
|
{
|
|
47
105
|
"name": "amp",
|
|
@@ -58,10 +116,59 @@
|
|
|
58
116
|
{
|
|
59
117
|
"name": "Ahad Birang",
|
|
60
118
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
|
|
119
|
+
"twitter": "a_birang"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"compatibility": {
|
|
123
|
+
"nuxt": "^2.0.0",
|
|
124
|
+
"requires": {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt.js",
|
|
130
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
134
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Libraries",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "apis-to-file",
|
|
151
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
152
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
156
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Performance",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Luca Iaconelli",
|
|
163
|
+
"github": "LuXDAmore",
|
|
164
|
+
"twitter": "luxdamore",
|
|
165
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
63
166
|
}
|
|
64
|
-
]
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^2.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
65
172
|
},
|
|
66
173
|
{
|
|
67
174
|
"name": "apollo",
|
|
@@ -77,15 +184,17 @@
|
|
|
77
184
|
"maintainers": [
|
|
78
185
|
{
|
|
79
186
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
187
|
+
"github": "kieusonlam"
|
|
82
188
|
},
|
|
83
189
|
{
|
|
84
190
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
191
|
+
"github": "dohomi"
|
|
87
192
|
}
|
|
88
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
197
|
+
}
|
|
89
198
|
},
|
|
90
199
|
{
|
|
91
200
|
"name": "applicationinsights",
|
|
@@ -101,10 +210,35 @@
|
|
|
101
210
|
"maintainers": [
|
|
102
211
|
{
|
|
103
212
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
213
|
+
"github": "aldarund"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"nuxt": "^2.0.0",
|
|
218
|
+
"requires": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "appwrite",
|
|
223
|
+
"description": "Appwrite module for Nuxt",
|
|
224
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
226
|
+
"icon": "appwrite.png",
|
|
227
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
228
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
229
|
+
"learn_more": "",
|
|
230
|
+
"category": "Request",
|
|
231
|
+
"type": "3rd-party",
|
|
232
|
+
"maintainers": [
|
|
233
|
+
{
|
|
234
|
+
"name": "Hrdtr",
|
|
235
|
+
"github": "Hrdtr"
|
|
106
236
|
}
|
|
107
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
108
242
|
},
|
|
109
243
|
{
|
|
110
244
|
"name": "auth",
|
|
@@ -121,15 +255,17 @@
|
|
|
121
255
|
{
|
|
122
256
|
"name": "Pooya Parsa",
|
|
123
257
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
258
|
+
"twitter": "_pi0_"
|
|
126
259
|
},
|
|
127
260
|
{
|
|
128
261
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
262
|
+
"github": "JoaoPedroAS51"
|
|
131
263
|
}
|
|
132
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"compatibility": {
|
|
266
|
+
"nuxt": "^2.0.0",
|
|
267
|
+
"requires": {}
|
|
268
|
+
}
|
|
133
269
|
},
|
|
134
270
|
{
|
|
135
271
|
"name": "axios",
|
|
@@ -146,10 +282,13 @@
|
|
|
146
282
|
{
|
|
147
283
|
"name": "Pooya Parsa",
|
|
148
284
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
285
|
+
"twitter": "_pi0_"
|
|
151
286
|
}
|
|
152
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"compatibility": {
|
|
289
|
+
"nuxt": "^2.0.0",
|
|
290
|
+
"requires": {}
|
|
291
|
+
}
|
|
153
292
|
},
|
|
154
293
|
{
|
|
155
294
|
"name": "basic-auth",
|
|
@@ -165,10 +304,13 @@
|
|
|
165
304
|
"maintainers": [
|
|
166
305
|
{
|
|
167
306
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
307
|
+
"github": "potato4d"
|
|
170
308
|
}
|
|
171
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
172
314
|
},
|
|
173
315
|
{
|
|
174
316
|
"name": "bootstrap",
|
|
@@ -184,22 +326,23 @@
|
|
|
184
326
|
"maintainers": [
|
|
185
327
|
{
|
|
186
328
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
329
|
+
"github": "tmorehouse"
|
|
189
330
|
},
|
|
190
331
|
{
|
|
191
332
|
"name": "Pooya Parsa",
|
|
192
333
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
334
|
+
"twitter": "_pi0_"
|
|
195
335
|
},
|
|
196
336
|
{
|
|
197
337
|
"name": "Jacob Müller",
|
|
198
338
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
339
|
+
"twitter": "jackmu95"
|
|
201
340
|
}
|
|
202
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compatibility": {
|
|
343
|
+
"nuxt": "^2.0.0",
|
|
344
|
+
"requires": {}
|
|
345
|
+
}
|
|
203
346
|
},
|
|
204
347
|
{
|
|
205
348
|
"name": "browserconfig",
|
|
@@ -210,16 +353,19 @@
|
|
|
210
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
355
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
213
|
-
"category": "
|
|
356
|
+
"category": "Extensions",
|
|
214
357
|
"type": "community",
|
|
215
358
|
"maintainers": [
|
|
216
359
|
{
|
|
217
360
|
"name": "Pooya Parsa",
|
|
218
361
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
362
|
+
"twitter": "_pi0_"
|
|
221
363
|
}
|
|
222
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"compatibility": {
|
|
366
|
+
"nuxt": "^2.0.0",
|
|
367
|
+
"requires": {}
|
|
368
|
+
}
|
|
223
369
|
},
|
|
224
370
|
{
|
|
225
371
|
"name": "buefy",
|
|
@@ -235,10 +381,13 @@
|
|
|
235
381
|
"maintainers": [
|
|
236
382
|
{
|
|
237
383
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
384
|
+
"github": "jtommy"
|
|
240
385
|
}
|
|
241
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
242
391
|
},
|
|
243
392
|
{
|
|
244
393
|
"name": "bugsnag",
|
|
@@ -254,10 +403,13 @@
|
|
|
254
403
|
"maintainers": [
|
|
255
404
|
{
|
|
256
405
|
"name": "JulianMar",
|
|
257
|
-
"github": "JulianMar"
|
|
258
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
406
|
+
"github": "JulianMar"
|
|
259
407
|
}
|
|
260
|
-
]
|
|
408
|
+
],
|
|
409
|
+
"compatibility": {
|
|
410
|
+
"nuxt": "^2.0.0",
|
|
411
|
+
"requires": {}
|
|
412
|
+
}
|
|
261
413
|
},
|
|
262
414
|
{
|
|
263
415
|
"name": "bulma-slim",
|
|
@@ -273,10 +425,13 @@
|
|
|
273
425
|
"maintainers": [
|
|
274
426
|
{
|
|
275
427
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
428
|
+
"github": "mustardamus"
|
|
278
429
|
}
|
|
279
|
-
]
|
|
430
|
+
],
|
|
431
|
+
"compatibility": {
|
|
432
|
+
"nuxt": "^2.0.0",
|
|
433
|
+
"requires": {}
|
|
434
|
+
}
|
|
280
435
|
},
|
|
281
436
|
{
|
|
282
437
|
"name": "bundle-buddy",
|
|
@@ -292,14 +447,17 @@
|
|
|
292
447
|
"maintainers": [
|
|
293
448
|
{
|
|
294
449
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
450
|
+
"github": "Developmint"
|
|
297
451
|
}
|
|
298
|
-
]
|
|
452
|
+
],
|
|
453
|
+
"compatibility": {
|
|
454
|
+
"nuxt": "^2.0.0",
|
|
455
|
+
"requires": {}
|
|
456
|
+
}
|
|
299
457
|
},
|
|
300
458
|
{
|
|
301
459
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
460
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
303
461
|
"repo": "LuXDAmore/generative-art",
|
|
304
462
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
463
|
"icon": "",
|
|
@@ -310,11 +468,59 @@
|
|
|
310
468
|
"type": "3rd-party",
|
|
311
469
|
"maintainers": [
|
|
312
470
|
{
|
|
313
|
-
"name": "
|
|
471
|
+
"name": "Luca Iaconelli",
|
|
314
472
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
473
|
+
"twitter": "luxdamore"
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"compatibility": {
|
|
477
|
+
"nuxt": "^2.0.0",
|
|
478
|
+
"requires": {}
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "chakra-ui",
|
|
483
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
484
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
485
|
+
"npm": "@chakra-ui/nuxt",
|
|
486
|
+
"icon": "chakra-ui.png",
|
|
487
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
488
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
489
|
+
"learn_more": "",
|
|
490
|
+
"category": "UI",
|
|
491
|
+
"type": "3rd-party",
|
|
492
|
+
"maintainers": [
|
|
493
|
+
{
|
|
494
|
+
"name": "Jonathan Bakebwa",
|
|
495
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"compatibility": {
|
|
499
|
+
"nuxt": "^2.0.0",
|
|
500
|
+
"requires": {}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "chiffre",
|
|
505
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
506
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
507
|
+
"npm": "nuxt-chiffre",
|
|
508
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
509
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
510
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
511
|
+
"learn_more": "https://chiffre.io",
|
|
512
|
+
"category": "Analytics",
|
|
513
|
+
"type": "3rd-party",
|
|
514
|
+
"maintainers": [
|
|
515
|
+
{
|
|
516
|
+
"name": "Romain Clement",
|
|
517
|
+
"github": "rclement"
|
|
316
518
|
}
|
|
317
|
-
]
|
|
519
|
+
],
|
|
520
|
+
"compatibility": {
|
|
521
|
+
"nuxt": "^2.0.0",
|
|
522
|
+
"requires": {}
|
|
523
|
+
}
|
|
318
524
|
},
|
|
319
525
|
{
|
|
320
526
|
"name": "client-init",
|
|
@@ -325,15 +531,18 @@
|
|
|
325
531
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
532
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
533
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
534
|
+
"category": "Extensions",
|
|
329
535
|
"type": "3rd-party",
|
|
330
536
|
"maintainers": [
|
|
331
537
|
{
|
|
332
538
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
539
|
+
"github": "potato4d"
|
|
335
540
|
}
|
|
336
|
-
]
|
|
541
|
+
],
|
|
542
|
+
"compatibility": {
|
|
543
|
+
"nuxt": "^2.0.0",
|
|
544
|
+
"requires": {}
|
|
545
|
+
}
|
|
337
546
|
},
|
|
338
547
|
{
|
|
339
548
|
"name": "cloudcms",
|
|
@@ -349,10 +558,13 @@
|
|
|
349
558
|
"maintainers": [
|
|
350
559
|
{
|
|
351
560
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
561
|
+
"github": "gitana"
|
|
354
562
|
}
|
|
355
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"compatibility": {
|
|
565
|
+
"nuxt": "^2.0.0",
|
|
566
|
+
"requires": {}
|
|
567
|
+
}
|
|
356
568
|
},
|
|
357
569
|
{
|
|
358
570
|
"name": "cloudinary",
|
|
@@ -369,10 +581,13 @@
|
|
|
369
581
|
{
|
|
370
582
|
"name": "Maya Shavin",
|
|
371
583
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
584
|
+
"twitter": "MayaShavin"
|
|
374
585
|
}
|
|
375
|
-
]
|
|
586
|
+
],
|
|
587
|
+
"compatibility": {
|
|
588
|
+
"nuxt": "^2.0.0",
|
|
589
|
+
"requires": {}
|
|
590
|
+
}
|
|
376
591
|
},
|
|
377
592
|
{
|
|
378
593
|
"name": "color-mode",
|
|
@@ -381,7 +596,7 @@
|
|
|
381
596
|
"npm": "@nuxtjs/color-mode",
|
|
382
597
|
"icon": "color-mode.png",
|
|
383
598
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
384
|
-
"website": "https://
|
|
599
|
+
"website": "https://color-mode.nuxtjs.org",
|
|
385
600
|
"learn_more": "",
|
|
386
601
|
"category": "UI",
|
|
387
602
|
"type": "community",
|
|
@@ -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",
|
|
@@ -446,23 +644,26 @@
|
|
|
446
644
|
"npm": "@nuxtjs/composition-api",
|
|
447
645
|
"icon": "composition-api.svg",
|
|
448
646
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
|
-
"website": "https://
|
|
647
|
+
"website": "https://composition-api.nuxtjs.org",
|
|
450
648
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
649
|
+
"category": "Extensions",
|
|
452
650
|
"type": "community",
|
|
453
651
|
"maintainers": [
|
|
454
652
|
{
|
|
455
653
|
"name": "Daniel Roe",
|
|
456
654
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
655
|
+
"twitter": "danielcroe"
|
|
459
656
|
}
|
|
460
|
-
]
|
|
657
|
+
],
|
|
658
|
+
"compatibility": {
|
|
659
|
+
"nuxt": "^2.0.0",
|
|
660
|
+
"requires": {}
|
|
661
|
+
}
|
|
461
662
|
},
|
|
462
663
|
{
|
|
463
664
|
"name": "content",
|
|
464
665
|
"description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
|
|
465
|
-
"repo": "nuxt/content#
|
|
666
|
+
"repo": "nuxt/content#main/packages/content",
|
|
466
667
|
"npm": "@nuxt/content",
|
|
467
668
|
"icon": "content.png",
|
|
468
669
|
"github": "https://github.com/nuxt/content",
|
|
@@ -474,16 +675,18 @@
|
|
|
474
675
|
{
|
|
475
676
|
"name": "Benjamin Canac",
|
|
476
677
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
678
|
+
"twitter": "benjamincanac"
|
|
479
679
|
},
|
|
480
680
|
{
|
|
481
681
|
"name": "Sebastien Chopin",
|
|
482
682
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
683
|
+
"twitter": "Atinux"
|
|
485
684
|
}
|
|
486
|
-
]
|
|
685
|
+
],
|
|
686
|
+
"compatibility": {
|
|
687
|
+
"nuxt": "^2.0.0",
|
|
688
|
+
"requires": {}
|
|
689
|
+
}
|
|
487
690
|
},
|
|
488
691
|
{
|
|
489
692
|
"name": "contentful",
|
|
@@ -499,34 +702,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,29 +1075,57 @@
|
|
|
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",
|
|
712
|
-
"website": "https://
|
|
1093
|
+
"website": "https://firebase.nuxtjs.org",
|
|
713
1094
|
"learn_more": "https://firebase.google.com/",
|
|
714
1095
|
"category": "Database",
|
|
715
1096
|
"type": "community",
|
|
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",
|
|
@@ -804,7 +1294,7 @@
|
|
|
804
1294
|
"npm": "@nuxtjs/google-analytics",
|
|
805
1295
|
"icon": "google-analytics.png",
|
|
806
1296
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
807
|
-
"website": "https://
|
|
1297
|
+
"website": "https://google-analytics.nuxtjs.org",
|
|
808
1298
|
"learn_more": "https://marketingplatform.google.com/about/analytics/",
|
|
809
1299
|
"category": "Analytics",
|
|
810
1300
|
"type": "community",
|
|
@@ -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
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1669
|
+
"twitter": "Atinux"
|
|
1044
1670
|
}
|
|
1045
|
-
]
|
|
1671
|
+
],
|
|
1672
|
+
"compatibility": {
|
|
1673
|
+
"nuxt": "^2.0.0",
|
|
1674
|
+
"requires": {}
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "humans-txt",
|
|
1679
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1680
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1681
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1682
|
+
"icon": "",
|
|
1683
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1684
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1685
|
+
"learn_more": "https://humanstxt.org/",
|
|
1686
|
+
"category": "SEO",
|
|
1687
|
+
"type": "3rd-party",
|
|
1688
|
+
"maintainers": [
|
|
1689
|
+
{
|
|
1690
|
+
"name": "Luca Iaconelli",
|
|
1691
|
+
"github": "LuXDAmore",
|
|
1692
|
+
"twitter": "luxdamore"
|
|
1693
|
+
}
|
|
1694
|
+
],
|
|
1695
|
+
"compatibility": {
|
|
1696
|
+
"nuxt": "^2.0.0",
|
|
1697
|
+
"requires": {}
|
|
1698
|
+
}
|
|
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
|
-
|
|
1773
|
+
"twitter": "Atinux"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^2.0.0",
|
|
1778
|
+
"requires": {
|
|
1779
|
+
"bridge": "optional"
|
|
1119
1780
|
}
|
|
1120
|
-
|
|
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,19 @@
|
|
|
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
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2161
|
+
"twitter": "codebender828"
|
|
1395
2162
|
}
|
|
1396
|
-
]
|
|
2163
|
+
],
|
|
2164
|
+
"compatibility": {
|
|
2165
|
+
"nuxt": "^2.0.0",
|
|
2166
|
+
"requires": {}
|
|
2167
|
+
}
|
|
1397
2168
|
},
|
|
1398
2169
|
{
|
|
1399
2170
|
"name": "memwatch",
|
|
@@ -1409,10 +2180,13 @@
|
|
|
1409
2180
|
"maintainers": [
|
|
1410
2181
|
{
|
|
1411
2182
|
"name": "pimlie",
|
|
1412
|
-
"github": "pimlie"
|
|
1413
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2183
|
+
"github": "pimlie"
|
|
1414
2184
|
}
|
|
1415
|
-
]
|
|
2185
|
+
],
|
|
2186
|
+
"compatibility": {
|
|
2187
|
+
"nuxt": "^2.0.0",
|
|
2188
|
+
"requires": {}
|
|
2189
|
+
}
|
|
1416
2190
|
},
|
|
1417
2191
|
{
|
|
1418
2192
|
"name": "mobile",
|
|
@@ -1423,15 +2197,18 @@
|
|
|
1423
2197
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1424
2198
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1425
2199
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1426
|
-
"category": "
|
|
2200
|
+
"category": "Extensions",
|
|
1427
2201
|
"type": "3rd-party",
|
|
1428
2202
|
"maintainers": [
|
|
1429
2203
|
{
|
|
1430
2204
|
"name": "ChanningDefoe",
|
|
1431
|
-
"github": "ChanningDefoe"
|
|
1432
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2205
|
+
"github": "ChanningDefoe"
|
|
1433
2206
|
}
|
|
1434
|
-
]
|
|
2207
|
+
],
|
|
2208
|
+
"compatibility": {
|
|
2209
|
+
"nuxt": "^2.0.0",
|
|
2210
|
+
"requires": {}
|
|
2211
|
+
}
|
|
1435
2212
|
},
|
|
1436
2213
|
{
|
|
1437
2214
|
"name": "moment",
|
|
@@ -1448,15 +2225,17 @@
|
|
|
1448
2225
|
{
|
|
1449
2226
|
"name": "Pooya Parsa",
|
|
1450
2227
|
"github": "pi0",
|
|
1451
|
-
"twitter": "_pi0_"
|
|
1452
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2228
|
+
"twitter": "_pi0_"
|
|
1453
2229
|
},
|
|
1454
2230
|
{
|
|
1455
2231
|
"name": "Ricardo Gobbo de Souza",
|
|
1456
|
-
"github": "ricardogobbosouza"
|
|
1457
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2232
|
+
"github": "ricardogobbosouza"
|
|
1458
2233
|
}
|
|
1459
|
-
]
|
|
2234
|
+
],
|
|
2235
|
+
"compatibility": {
|
|
2236
|
+
"nuxt": "^2.0.0",
|
|
2237
|
+
"requires": {}
|
|
2238
|
+
}
|
|
1460
2239
|
},
|
|
1461
2240
|
{
|
|
1462
2241
|
"name": "mq",
|
|
@@ -1472,10 +2251,13 @@
|
|
|
1472
2251
|
"maintainers": [
|
|
1473
2252
|
{
|
|
1474
2253
|
"name": "vanhoofmaarten",
|
|
1475
|
-
"github": "vanhoofmaarten"
|
|
1476
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2254
|
+
"github": "vanhoofmaarten"
|
|
1477
2255
|
}
|
|
1478
|
-
]
|
|
2256
|
+
],
|
|
2257
|
+
"compatibility": {
|
|
2258
|
+
"nuxt": "^2.0.0",
|
|
2259
|
+
"requires": {}
|
|
2260
|
+
}
|
|
1479
2261
|
},
|
|
1480
2262
|
{
|
|
1481
2263
|
"name": "neo",
|
|
@@ -1491,10 +2273,13 @@
|
|
|
1491
2273
|
"maintainers": [
|
|
1492
2274
|
{
|
|
1493
2275
|
"name": "ezypeeze",
|
|
1494
|
-
"github": "ezypeeze"
|
|
1495
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2276
|
+
"github": "ezypeeze"
|
|
1496
2277
|
}
|
|
1497
|
-
]
|
|
2278
|
+
],
|
|
2279
|
+
"compatibility": {
|
|
2280
|
+
"nuxt": "^2.0.0",
|
|
2281
|
+
"requires": {}
|
|
2282
|
+
}
|
|
1498
2283
|
},
|
|
1499
2284
|
{
|
|
1500
2285
|
"name": "netlify-cache",
|
|
@@ -1510,10 +2295,13 @@
|
|
|
1510
2295
|
"maintainers": [
|
|
1511
2296
|
{
|
|
1512
2297
|
"name": "DreaMinder",
|
|
1513
|
-
"github": "DreaMinder"
|
|
1514
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2298
|
+
"github": "DreaMinder"
|
|
1515
2299
|
}
|
|
1516
|
-
]
|
|
2300
|
+
],
|
|
2301
|
+
"compatibility": {
|
|
2302
|
+
"nuxt": "^2.0.0",
|
|
2303
|
+
"requires": {}
|
|
2304
|
+
}
|
|
1517
2305
|
},
|
|
1518
2306
|
{
|
|
1519
2307
|
"name": "netlify-files",
|
|
@@ -1530,10 +2318,13 @@
|
|
|
1530
2318
|
{
|
|
1531
2319
|
"name": "Alexander Lichter",
|
|
1532
2320
|
"github": "manniL",
|
|
1533
|
-
"twitter": "TheAlexLichter"
|
|
1534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2321
|
+
"twitter": "TheAlexLichter"
|
|
1535
2322
|
}
|
|
1536
|
-
]
|
|
2323
|
+
],
|
|
2324
|
+
"compatibility": {
|
|
2325
|
+
"nuxt": "^2.0.0",
|
|
2326
|
+
"requires": {}
|
|
2327
|
+
}
|
|
1537
2328
|
},
|
|
1538
2329
|
{
|
|
1539
2330
|
"name": "netlify",
|
|
@@ -1549,30 +2340,222 @@
|
|
|
1549
2340
|
"maintainers": [
|
|
1550
2341
|
{
|
|
1551
2342
|
"name": "bazzite",
|
|
1552
|
-
"github": "bazzite"
|
|
1553
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2343
|
+
"github": "bazzite"
|
|
1554
2344
|
}
|
|
1555
|
-
]
|
|
2345
|
+
],
|
|
2346
|
+
"compatibility": {
|
|
2347
|
+
"nuxt": "^2.0.0",
|
|
2348
|
+
"requires": {}
|
|
2349
|
+
}
|
|
1556
2350
|
},
|
|
1557
2351
|
{
|
|
1558
2352
|
"name": "ngrok",
|
|
1559
2353
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1560
|
-
"repo": "nuxt-community/
|
|
2354
|
+
"repo": "nuxt-community/ngrok",
|
|
1561
2355
|
"npm": "@nuxtjs/ngrok",
|
|
1562
2356
|
"icon": "ngrok.png",
|
|
1563
|
-
"github": "https://github.com/nuxt-community/
|
|
1564
|
-
"website": "https://
|
|
2357
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2358
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1565
2359
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1566
2360
|
"category": "Devtools",
|
|
1567
2361
|
"type": "community",
|
|
1568
2362
|
"maintainers": [
|
|
2363
|
+
{
|
|
2364
|
+
"name": "Debbie O'Brien",
|
|
2365
|
+
"github": "debs-obrien",
|
|
2366
|
+
"twitter": "debs_obrien"
|
|
2367
|
+
},
|
|
1569
2368
|
{
|
|
1570
2369
|
"name": "Pooya Parsa",
|
|
1571
2370
|
"github": "pi0",
|
|
1572
|
-
"twitter": "_pi0_"
|
|
1573
|
-
|
|
2371
|
+
"twitter": "_pi0_"
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
"compatibility": {
|
|
2375
|
+
"nuxt": "^2.0.0",
|
|
2376
|
+
"requires": {}
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"name": "notion",
|
|
2381
|
+
"description": "Vue renderer for Notion pages",
|
|
2382
|
+
"repo": "janniks/vue-notion",
|
|
2383
|
+
"npm": "vue-notion",
|
|
2384
|
+
"icon": "notion.svg",
|
|
2385
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2386
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2387
|
+
"learn_more": "",
|
|
2388
|
+
"category": "CMS",
|
|
2389
|
+
"type": "3rd-party",
|
|
2390
|
+
"maintainers": [
|
|
2391
|
+
{
|
|
2392
|
+
"name": "janniks",
|
|
2393
|
+
"github": "janniks"
|
|
2394
|
+
}
|
|
2395
|
+
],
|
|
2396
|
+
"compatibility": {
|
|
2397
|
+
"nuxt": "^2.0.0",
|
|
2398
|
+
"requires": {}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"name": "nuxt-hue",
|
|
2403
|
+
"description": "Enlighten your Nuxt experience",
|
|
2404
|
+
"repo": "lihbr/nuxt-hue",
|
|
2405
|
+
"npm": "nuxt-hue",
|
|
2406
|
+
"icon": "nuxt-hue.svg",
|
|
2407
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2408
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2409
|
+
"learn_more": "",
|
|
2410
|
+
"category": "Devtools",
|
|
2411
|
+
"type": "3rd-party",
|
|
2412
|
+
"maintainers": [
|
|
2413
|
+
{
|
|
2414
|
+
"name": "lihbr",
|
|
2415
|
+
"github": "lihbr"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"compatibility": {
|
|
2419
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2420
|
+
"requires": {
|
|
2421
|
+
"bridge": "optional"
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"name": "nuxt-pino-log",
|
|
2427
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2428
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2429
|
+
"npm": "nuxt-pino-log",
|
|
2430
|
+
"icon": "",
|
|
2431
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2432
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2433
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2434
|
+
"category": "Monitoring",
|
|
2435
|
+
"type": "3rd-party",
|
|
2436
|
+
"maintainers": [
|
|
2437
|
+
{
|
|
2438
|
+
"name": "kpn",
|
|
2439
|
+
"github": "kpn"
|
|
1574
2440
|
}
|
|
1575
|
-
]
|
|
2441
|
+
],
|
|
2442
|
+
"compatibility": {
|
|
2443
|
+
"nuxt": "^2.0.0",
|
|
2444
|
+
"requires": {}
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "nuxt-png-to-ico",
|
|
2449
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2450
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2451
|
+
"npm": "nuxt-png-to-ico",
|
|
2452
|
+
"icon": "",
|
|
2453
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2454
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2455
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2456
|
+
"category": "Devtools",
|
|
2457
|
+
"type": "3rd-party",
|
|
2458
|
+
"maintainers": [
|
|
2459
|
+
{
|
|
2460
|
+
"name": "b5710546232",
|
|
2461
|
+
"github": "b5710546232",
|
|
2462
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2463
|
+
}
|
|
2464
|
+
],
|
|
2465
|
+
"compatibility": {
|
|
2466
|
+
"nuxt": "^2.0.0",
|
|
2467
|
+
"requires": {}
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "nuxt-smartlook",
|
|
2472
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2473
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2474
|
+
"npm": "nuxt-smartlook",
|
|
2475
|
+
"icon": "nuxt-smartlook.png",
|
|
2476
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2477
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2478
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2479
|
+
"category": "Analytics",
|
|
2480
|
+
"type": "3rd-party",
|
|
2481
|
+
"maintainers": [
|
|
2482
|
+
{
|
|
2483
|
+
"name": "Milan Sulc",
|
|
2484
|
+
"github": "f3l1x",
|
|
2485
|
+
"twitter": "xf3l1x",
|
|
2486
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2487
|
+
}
|
|
2488
|
+
],
|
|
2489
|
+
"compatibility": {
|
|
2490
|
+
"nuxt": "^2.0.0",
|
|
2491
|
+
"requires": {}
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"name": "nuxt-use-motion",
|
|
2496
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2497
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2498
|
+
"npm": "nuxt-use-motion",
|
|
2499
|
+
"icon": "nuxt-use-motion.svg",
|
|
2500
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2501
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2502
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2503
|
+
"category": "Libraries",
|
|
2504
|
+
"type": "3rd-party",
|
|
2505
|
+
"maintainers": [
|
|
2506
|
+
{
|
|
2507
|
+
"name": "Tahul",
|
|
2508
|
+
"github": "Tahul"
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"compatibility": {
|
|
2512
|
+
"nuxt": "^2.0.0",
|
|
2513
|
+
"requires": {}
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "nuxt-use-sound",
|
|
2518
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2519
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2520
|
+
"npm": "nuxt-use-sound",
|
|
2521
|
+
"icon": "nuxt-use-sound.svg",
|
|
2522
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2523
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2524
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2525
|
+
"category": "Libraries",
|
|
2526
|
+
"type": "3rd-party",
|
|
2527
|
+
"maintainers": [
|
|
2528
|
+
{
|
|
2529
|
+
"name": "Tahul",
|
|
2530
|
+
"github": "Tahul"
|
|
2531
|
+
}
|
|
2532
|
+
],
|
|
2533
|
+
"compatibility": {
|
|
2534
|
+
"nuxt": "^2.0.0",
|
|
2535
|
+
"requires": {}
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "nuxt-viewport",
|
|
2540
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2541
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2542
|
+
"npm": "nuxt-viewport",
|
|
2543
|
+
"icon": "nuxt-viewport.svg",
|
|
2544
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2545
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2546
|
+
"learn_more": "",
|
|
2547
|
+
"category": "Extensions",
|
|
2548
|
+
"type": "3rd-party",
|
|
2549
|
+
"maintainers": [
|
|
2550
|
+
{
|
|
2551
|
+
"name": "mvrlin",
|
|
2552
|
+
"github": "mvrlin"
|
|
2553
|
+
}
|
|
2554
|
+
],
|
|
2555
|
+
"compatibility": {
|
|
2556
|
+
"nuxt": "^2.0.0",
|
|
2557
|
+
"requires": {}
|
|
2558
|
+
}
|
|
1576
2559
|
},
|
|
1577
2560
|
{
|
|
1578
2561
|
"name": "nuxt7",
|
|
@@ -1589,10 +2572,13 @@
|
|
|
1589
2572
|
{
|
|
1590
2573
|
"name": "Pooya Parsa",
|
|
1591
2574
|
"github": "pi0",
|
|
1592
|
-
"twitter": "_pi0_"
|
|
1593
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2575
|
+
"twitter": "_pi0_"
|
|
1594
2576
|
}
|
|
1595
|
-
]
|
|
2577
|
+
],
|
|
2578
|
+
"compatibility": {
|
|
2579
|
+
"nuxt": "^2.0.0",
|
|
2580
|
+
"requires": {}
|
|
2581
|
+
}
|
|
1596
2582
|
},
|
|
1597
2583
|
{
|
|
1598
2584
|
"name": "onesignal",
|
|
@@ -1603,16 +2589,19 @@
|
|
|
1603
2589
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1604
2590
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1605
2591
|
"learn_more": "https://onesignal.com/",
|
|
1606
|
-
"category": "
|
|
2592
|
+
"category": "Extensions",
|
|
1607
2593
|
"type": "community",
|
|
1608
2594
|
"maintainers": [
|
|
1609
2595
|
{
|
|
1610
2596
|
"name": "Pooya Parsa",
|
|
1611
2597
|
"github": "pi0",
|
|
1612
|
-
"twitter": "_pi0_"
|
|
1613
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2598
|
+
"twitter": "_pi0_"
|
|
1614
2599
|
}
|
|
1615
|
-
]
|
|
2600
|
+
],
|
|
2601
|
+
"compatibility": {
|
|
2602
|
+
"nuxt": "^2.0.0",
|
|
2603
|
+
"requires": {}
|
|
2604
|
+
}
|
|
1616
2605
|
},
|
|
1617
2606
|
{
|
|
1618
2607
|
"name": "optimized-images",
|
|
@@ -1629,10 +2618,13 @@
|
|
|
1629
2618
|
{
|
|
1630
2619
|
"name": "Julio Marquez",
|
|
1631
2620
|
"github": "juliomrqz",
|
|
1632
|
-
"twitter": "juliomrqz"
|
|
1633
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2621
|
+
"twitter": "juliomrqz"
|
|
1634
2622
|
}
|
|
1635
|
-
]
|
|
2623
|
+
],
|
|
2624
|
+
"compatibility": {
|
|
2625
|
+
"nuxt": "^2.0.0",
|
|
2626
|
+
"requires": {}
|
|
2627
|
+
}
|
|
1636
2628
|
},
|
|
1637
2629
|
{
|
|
1638
2630
|
"name": "page-generator-helper",
|
|
@@ -1643,15 +2635,18 @@
|
|
|
1643
2635
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1644
2636
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1645
2637
|
"learn_more": "",
|
|
1646
|
-
"category": "
|
|
2638
|
+
"category": "Extensions",
|
|
1647
2639
|
"type": "3rd-party",
|
|
1648
2640
|
"maintainers": [
|
|
1649
2641
|
{
|
|
1650
2642
|
"name": "GrabarzUndPartner",
|
|
1651
|
-
"github": "GrabarzUndPartner"
|
|
1652
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2643
|
+
"github": "GrabarzUndPartner"
|
|
1653
2644
|
}
|
|
1654
|
-
]
|
|
2645
|
+
],
|
|
2646
|
+
"compatibility": {
|
|
2647
|
+
"nuxt": "^2.0.0",
|
|
2648
|
+
"requires": {}
|
|
2649
|
+
}
|
|
1655
2650
|
},
|
|
1656
2651
|
{
|
|
1657
2652
|
"name": "parse",
|
|
@@ -1667,10 +2662,109 @@
|
|
|
1667
2662
|
"maintainers": [
|
|
1668
2663
|
{
|
|
1669
2664
|
"name": "cierrateam",
|
|
1670
|
-
"github": "cierrateam"
|
|
1671
|
-
|
|
2665
|
+
"github": "cierrateam"
|
|
2666
|
+
}
|
|
2667
|
+
],
|
|
2668
|
+
"compatibility": {
|
|
2669
|
+
"nuxt": "^2.0.0",
|
|
2670
|
+
"requires": {}
|
|
2671
|
+
}
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "partytown",
|
|
2675
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2676
|
+
"repo": "nuxt-community/partytown-module",
|
|
2677
|
+
"npm": "@nuxtjs/partytown",
|
|
2678
|
+
"icon": "partytown.svg",
|
|
2679
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2680
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2681
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2682
|
+
"category": "Performance",
|
|
2683
|
+
"type": "community",
|
|
2684
|
+
"maintainers": [
|
|
2685
|
+
{
|
|
2686
|
+
"name": "Daniel Roe",
|
|
2687
|
+
"github": "danielroe",
|
|
2688
|
+
"twitter": "danielcroe"
|
|
2689
|
+
}
|
|
2690
|
+
],
|
|
2691
|
+
"compatibility": {
|
|
2692
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2693
|
+
"requires": {
|
|
2694
|
+
"bridge": true
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "persian-datepicker",
|
|
2700
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2701
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2702
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2703
|
+
"icon": "persian-datepicker.svg",
|
|
2704
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2705
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2706
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2707
|
+
"category": "Date",
|
|
2708
|
+
"type": "3rd-party",
|
|
2709
|
+
"maintainers": [
|
|
2710
|
+
{
|
|
2711
|
+
"name": "Alireza Alibeiki",
|
|
2712
|
+
"github": "alireza-ab",
|
|
2713
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
1672
2714
|
}
|
|
1673
|
-
]
|
|
2715
|
+
],
|
|
2716
|
+
"compatibility": {
|
|
2717
|
+
"nuxt": "^2.0.0",
|
|
2718
|
+
"requires": {}
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"name": "pinia",
|
|
2723
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2724
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2725
|
+
"npm": "@pinia/nuxt",
|
|
2726
|
+
"icon": "pinia.svg",
|
|
2727
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2728
|
+
"website": "https://pinia.esm.dev/",
|
|
2729
|
+
"learn_more": "",
|
|
2730
|
+
"category": "Extensions",
|
|
2731
|
+
"type": "3rd-party",
|
|
2732
|
+
"maintainers": [
|
|
2733
|
+
{
|
|
2734
|
+
"name": "posva",
|
|
2735
|
+
"github": "posva"
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"compatibility": {
|
|
2739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2740
|
+
"requires": {
|
|
2741
|
+
"bridge": "optional"
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "plausible",
|
|
2747
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2748
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2749
|
+
"npm": "vue-plausible",
|
|
2750
|
+
"icon": "plausible.png",
|
|
2751
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2752
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2753
|
+
"learn_more": "",
|
|
2754
|
+
"category": "Analytics",
|
|
2755
|
+
"type": "3rd-party",
|
|
2756
|
+
"maintainers": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "moritzsternemann",
|
|
2759
|
+
"github": "moritzsternemann"
|
|
2760
|
+
}
|
|
2761
|
+
],
|
|
2762
|
+
"compatibility": {
|
|
2763
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2764
|
+
"requires": {
|
|
2765
|
+
"bridge": "optional"
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
1674
2768
|
},
|
|
1675
2769
|
{
|
|
1676
2770
|
"name": "precompress",
|
|
@@ -1686,10 +2780,13 @@
|
|
|
1686
2780
|
"maintainers": [
|
|
1687
2781
|
{
|
|
1688
2782
|
"name": "frenchrabbit",
|
|
1689
|
-
"github": "frenchrabbit"
|
|
1690
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2783
|
+
"github": "frenchrabbit"
|
|
1691
2784
|
}
|
|
1692
|
-
]
|
|
2785
|
+
],
|
|
2786
|
+
"compatibility": {
|
|
2787
|
+
"nuxt": "^2.0.0",
|
|
2788
|
+
"requires": {}
|
|
2789
|
+
}
|
|
1693
2790
|
},
|
|
1694
2791
|
{
|
|
1695
2792
|
"name": "prismic",
|
|
@@ -1698,7 +2795,7 @@
|
|
|
1698
2795
|
"npm": "@nuxtjs/prismic",
|
|
1699
2796
|
"icon": "prismic.png",
|
|
1700
2797
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
1701
|
-
"website": "https://
|
|
2798
|
+
"website": "https://prismic.nuxtjs.org",
|
|
1702
2799
|
"learn_more": "https://prismic.io/",
|
|
1703
2800
|
"category": "CMS",
|
|
1704
2801
|
"type": "community",
|
|
@@ -1706,21 +2803,22 @@
|
|
|
1706
2803
|
{
|
|
1707
2804
|
"name": "Sébastien Chopin",
|
|
1708
2805
|
"github": "Atinux",
|
|
1709
|
-
"twitter": "Atinux"
|
|
1710
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2806
|
+
"twitter": "Atinux"
|
|
1711
2807
|
},
|
|
1712
2808
|
{
|
|
1713
2809
|
"name": "lihbr",
|
|
1714
2810
|
"github": "lihbr",
|
|
1715
|
-
"twitter": "li_hbr"
|
|
1716
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2811
|
+
"twitter": "li_hbr"
|
|
1717
2812
|
},
|
|
1718
2813
|
{
|
|
1719
2814
|
"name": "James Pegg",
|
|
1720
|
-
"github": "jamespegg"
|
|
1721
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2815
|
+
"github": "jamespegg"
|
|
1722
2816
|
}
|
|
1723
|
-
]
|
|
2817
|
+
],
|
|
2818
|
+
"compatibility": {
|
|
2819
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2820
|
+
"requires": {}
|
|
2821
|
+
}
|
|
1724
2822
|
},
|
|
1725
2823
|
{
|
|
1726
2824
|
"name": "protected-mailto",
|
|
@@ -1736,10 +2834,13 @@
|
|
|
1736
2834
|
"maintainers": [
|
|
1737
2835
|
{
|
|
1738
2836
|
"name": "mmoollllee",
|
|
1739
|
-
"github": "mmoollllee"
|
|
1740
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2837
|
+
"github": "mmoollllee"
|
|
1741
2838
|
}
|
|
1742
|
-
]
|
|
2839
|
+
],
|
|
2840
|
+
"compatibility": {
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2843
|
+
}
|
|
1743
2844
|
},
|
|
1744
2845
|
{
|
|
1745
2846
|
"name": "proxy",
|
|
@@ -1756,10 +2857,13 @@
|
|
|
1756
2857
|
{
|
|
1757
2858
|
"name": "Pooya Parsa",
|
|
1758
2859
|
"github": "pi0",
|
|
1759
|
-
"twitter": "_pi0_"
|
|
1760
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2860
|
+
"twitter": "_pi0_"
|
|
1761
2861
|
}
|
|
1762
|
-
]
|
|
2862
|
+
],
|
|
2863
|
+
"compatibility": {
|
|
2864
|
+
"nuxt": "^2.0.0",
|
|
2865
|
+
"requires": {}
|
|
2866
|
+
}
|
|
1763
2867
|
},
|
|
1764
2868
|
{
|
|
1765
2869
|
"name": "prune-html",
|
|
@@ -1774,11 +2878,15 @@
|
|
|
1774
2878
|
"type": "3rd-party",
|
|
1775
2879
|
"maintainers": [
|
|
1776
2880
|
{
|
|
1777
|
-
"name": "
|
|
2881
|
+
"name": "Luca Iaconelli",
|
|
1778
2882
|
"github": "LuXDAmore",
|
|
1779
|
-
"
|
|
2883
|
+
"twitter": "luxdamore"
|
|
1780
2884
|
}
|
|
1781
|
-
]
|
|
2885
|
+
],
|
|
2886
|
+
"compatibility": {
|
|
2887
|
+
"nuxt": "^2.0.0",
|
|
2888
|
+
"requires": {}
|
|
2889
|
+
}
|
|
1782
2890
|
},
|
|
1783
2891
|
{
|
|
1784
2892
|
"name": "purgecss",
|
|
@@ -1794,14 +2902,17 @@
|
|
|
1794
2902
|
"maintainers": [
|
|
1795
2903
|
{
|
|
1796
2904
|
"name": "Developmint",
|
|
1797
|
-
"github": "Developmint"
|
|
1798
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2905
|
+
"github": "Developmint"
|
|
1799
2906
|
}
|
|
1800
|
-
]
|
|
2907
|
+
],
|
|
2908
|
+
"compatibility": {
|
|
2909
|
+
"nuxt": "^2.0.0",
|
|
2910
|
+
"requires": {}
|
|
2911
|
+
}
|
|
1801
2912
|
},
|
|
1802
2913
|
{
|
|
1803
2914
|
"name": "pwa",
|
|
1804
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2915
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1805
2916
|
"repo": "nuxt-community/pwa-module",
|
|
1806
2917
|
"npm": "@nuxtjs/pwa",
|
|
1807
2918
|
"icon": "pwa.png",
|
|
@@ -1814,10 +2925,15 @@
|
|
|
1814
2925
|
{
|
|
1815
2926
|
"name": "Pooya Parsa",
|
|
1816
2927
|
"github": "pi0",
|
|
1817
|
-
"twitter": "_pi0_"
|
|
1818
|
-
|
|
2928
|
+
"twitter": "_pi0_"
|
|
2929
|
+
}
|
|
2930
|
+
],
|
|
2931
|
+
"compatibility": {
|
|
2932
|
+
"nuxt": "^2.0.0",
|
|
2933
|
+
"requires": {
|
|
2934
|
+
"bridge": "optional"
|
|
1819
2935
|
}
|
|
1820
|
-
|
|
2936
|
+
}
|
|
1821
2937
|
},
|
|
1822
2938
|
{
|
|
1823
2939
|
"name": "python",
|
|
@@ -1828,15 +2944,18 @@
|
|
|
1828
2944
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1829
2945
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1830
2946
|
"learn_more": "https://www.python.org/",
|
|
1831
|
-
"category": "
|
|
2947
|
+
"category": "Extensions",
|
|
1832
2948
|
"type": "community",
|
|
1833
2949
|
"maintainers": [
|
|
1834
2950
|
{
|
|
1835
2951
|
"name": "Sebastian Silva",
|
|
1836
|
-
"github": "icarito"
|
|
1837
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2952
|
+
"github": "icarito"
|
|
1838
2953
|
}
|
|
1839
|
-
]
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"nuxt": "^2.0.0",
|
|
2957
|
+
"requires": {}
|
|
2958
|
+
}
|
|
1840
2959
|
},
|
|
1841
2960
|
{
|
|
1842
2961
|
"name": "recaptcha",
|
|
@@ -1852,10 +2971,13 @@
|
|
|
1852
2971
|
"maintainers": [
|
|
1853
2972
|
{
|
|
1854
2973
|
"name": "mvrlin",
|
|
1855
|
-
"github": "mvrlin"
|
|
1856
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2974
|
+
"github": "mvrlin"
|
|
1857
2975
|
}
|
|
1858
|
-
]
|
|
2976
|
+
],
|
|
2977
|
+
"compatibility": {
|
|
2978
|
+
"nuxt": "^2.0.0",
|
|
2979
|
+
"requires": {}
|
|
2980
|
+
}
|
|
1859
2981
|
},
|
|
1860
2982
|
{
|
|
1861
2983
|
"name": "redirect",
|
|
@@ -1872,10 +2994,13 @@
|
|
|
1872
2994
|
{
|
|
1873
2995
|
"name": "Alexander Lichter",
|
|
1874
2996
|
"github": "manniL",
|
|
1875
|
-
"twitter": "TheAlexLichter"
|
|
1876
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2997
|
+
"twitter": "TheAlexLichter"
|
|
1877
2998
|
}
|
|
1878
|
-
]
|
|
2999
|
+
],
|
|
3000
|
+
"compatibility": {
|
|
3001
|
+
"nuxt": "^2.0.0",
|
|
3002
|
+
"requires": {}
|
|
3003
|
+
}
|
|
1879
3004
|
},
|
|
1880
3005
|
{
|
|
1881
3006
|
"name": "rfg-icon",
|
|
@@ -1886,15 +3011,18 @@
|
|
|
1886
3011
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1887
3012
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1888
3013
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1889
|
-
"category": "
|
|
3014
|
+
"category": "SEO",
|
|
1890
3015
|
"type": "3rd-party",
|
|
1891
3016
|
"maintainers": [
|
|
1892
3017
|
{
|
|
1893
3018
|
"name": "pimlie",
|
|
1894
|
-
"github": "pimlie"
|
|
1895
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3019
|
+
"github": "pimlie"
|
|
1896
3020
|
}
|
|
1897
|
-
]
|
|
3021
|
+
],
|
|
3022
|
+
"compatibility": {
|
|
3023
|
+
"nuxt": "^2.0.0",
|
|
3024
|
+
"requires": {}
|
|
3025
|
+
}
|
|
1898
3026
|
},
|
|
1899
3027
|
{
|
|
1900
3028
|
"name": "robots",
|
|
@@ -1910,10 +3038,13 @@
|
|
|
1910
3038
|
"maintainers": [
|
|
1911
3039
|
{
|
|
1912
3040
|
"name": "Ricardo Gobbo de Souza",
|
|
1913
|
-
"github": "ricardogobbosouza"
|
|
1914
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3041
|
+
"github": "ricardogobbosouza"
|
|
1915
3042
|
}
|
|
1916
|
-
]
|
|
3043
|
+
],
|
|
3044
|
+
"compatibility": {
|
|
3045
|
+
"nuxt": "^2.0.0",
|
|
3046
|
+
"requires": {}
|
|
3047
|
+
}
|
|
1917
3048
|
},
|
|
1918
3049
|
{
|
|
1919
3050
|
"name": "rollbar",
|
|
@@ -1929,10 +3060,13 @@
|
|
|
1929
3060
|
"maintainers": [
|
|
1930
3061
|
{
|
|
1931
3062
|
"name": "Gaël Reyrol",
|
|
1932
|
-
"github": "gaelreyrol"
|
|
1933
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3063
|
+
"github": "gaelreyrol"
|
|
1934
3064
|
}
|
|
1935
|
-
]
|
|
3065
|
+
],
|
|
3066
|
+
"compatibility": {
|
|
3067
|
+
"nuxt": "^2.0.0",
|
|
3068
|
+
"requires": {}
|
|
3069
|
+
}
|
|
1936
3070
|
},
|
|
1937
3071
|
{
|
|
1938
3072
|
"name": "router-extras",
|
|
@@ -1943,16 +3077,19 @@
|
|
|
1943
3077
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1944
3078
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1945
3079
|
"learn_more": "",
|
|
1946
|
-
"category": "
|
|
3080
|
+
"category": "Extensions",
|
|
1947
3081
|
"type": "community",
|
|
1948
3082
|
"maintainers": [
|
|
1949
3083
|
{
|
|
1950
3084
|
"name": "Ahad Birang",
|
|
1951
3085
|
"github": "farnabaz",
|
|
1952
|
-
"twitter": "a_birang"
|
|
1953
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3086
|
+
"twitter": "a_birang"
|
|
1954
3087
|
}
|
|
1955
|
-
]
|
|
3088
|
+
],
|
|
3089
|
+
"compatibility": {
|
|
3090
|
+
"nuxt": "^2.0.0",
|
|
3091
|
+
"requires": {}
|
|
3092
|
+
}
|
|
1956
3093
|
},
|
|
1957
3094
|
{
|
|
1958
3095
|
"name": "router",
|
|
@@ -1963,20 +3100,23 @@
|
|
|
1963
3100
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1964
3101
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1965
3102
|
"learn_more": "",
|
|
1966
|
-
"category": "
|
|
3103
|
+
"category": "Extensions",
|
|
1967
3104
|
"type": "community",
|
|
1968
3105
|
"maintainers": [
|
|
1969
3106
|
{
|
|
1970
3107
|
"name": "Sébastien Chopin",
|
|
1971
3108
|
"github": "Atinux",
|
|
1972
|
-
"twitter": "Atinux"
|
|
1973
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3109
|
+
"twitter": "Atinux"
|
|
1974
3110
|
}
|
|
1975
|
-
]
|
|
3111
|
+
],
|
|
3112
|
+
"compatibility": {
|
|
3113
|
+
"nuxt": "^2.0.0",
|
|
3114
|
+
"requires": {}
|
|
3115
|
+
}
|
|
1976
3116
|
},
|
|
1977
3117
|
{
|
|
1978
3118
|
"name": "sanity",
|
|
1979
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3119
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
1980
3120
|
"repo": "nuxt-community/sanity-module#main",
|
|
1981
3121
|
"npm": "@nuxtjs/sanity",
|
|
1982
3122
|
"icon": "sanity.png",
|
|
@@ -1989,10 +3129,15 @@
|
|
|
1989
3129
|
{
|
|
1990
3130
|
"name": "Daniel Roe",
|
|
1991
3131
|
"github": "danielroe",
|
|
1992
|
-
"twitter": "danielcroe"
|
|
1993
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3132
|
+
"twitter": "danielcroe"
|
|
1994
3133
|
}
|
|
1995
|
-
]
|
|
3134
|
+
],
|
|
3135
|
+
"compatibility": {
|
|
3136
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3137
|
+
"requires": {
|
|
3138
|
+
"bridge": "optional"
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
1996
3141
|
},
|
|
1997
3142
|
{
|
|
1998
3143
|
"name": "scss-to-js",
|
|
@@ -2008,10 +3153,13 @@
|
|
|
2008
3153
|
"maintainers": [
|
|
2009
3154
|
{
|
|
2010
3155
|
"name": "sugoidesune",
|
|
2011
|
-
"github": "sugoidesune"
|
|
2012
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3156
|
+
"github": "sugoidesune"
|
|
2013
3157
|
}
|
|
2014
|
-
]
|
|
3158
|
+
],
|
|
3159
|
+
"compatibility": {
|
|
3160
|
+
"nuxt": "^2.0.0",
|
|
3161
|
+
"requires": {}
|
|
3162
|
+
}
|
|
2015
3163
|
},
|
|
2016
3164
|
{
|
|
2017
3165
|
"name": "segment",
|
|
@@ -2027,10 +3175,13 @@
|
|
|
2027
3175
|
"maintainers": [
|
|
2028
3176
|
{
|
|
2029
3177
|
"name": "dansmaculotte",
|
|
2030
|
-
"github": "dansmaculotte"
|
|
2031
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3178
|
+
"github": "dansmaculotte"
|
|
2032
3179
|
}
|
|
2033
|
-
]
|
|
3180
|
+
],
|
|
3181
|
+
"compatibility": {
|
|
3182
|
+
"nuxt": "^2.0.0",
|
|
3183
|
+
"requires": {}
|
|
3184
|
+
}
|
|
2034
3185
|
},
|
|
2035
3186
|
{
|
|
2036
3187
|
"name": "sentry",
|
|
@@ -2039,17 +3190,43 @@
|
|
|
2039
3190
|
"npm": "@nuxtjs/sentry",
|
|
2040
3191
|
"icon": "sentry.png",
|
|
2041
3192
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2042
|
-
"website": "https://
|
|
3193
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2043
3194
|
"learn_more": "https://sentry.io/welcome/",
|
|
2044
3195
|
"category": "Monitoring",
|
|
2045
3196
|
"type": "community",
|
|
2046
3197
|
"maintainers": [
|
|
2047
3198
|
{
|
|
2048
3199
|
"name": "Rafał Chłodnicki",
|
|
2049
|
-
"github": "rchl"
|
|
2050
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3200
|
+
"github": "rchl"
|
|
2051
3201
|
}
|
|
2052
|
-
]
|
|
3202
|
+
],
|
|
3203
|
+
"compatibility": {
|
|
3204
|
+
"nuxt": "^2.0.0",
|
|
3205
|
+
"requires": {}
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"name": "seo-meta",
|
|
3210
|
+
"description": "Simple generate seo metadata",
|
|
3211
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3212
|
+
"npm": "nuxt-seo-meta",
|
|
3213
|
+
"icon": "",
|
|
3214
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3215
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3216
|
+
"learn_more": "",
|
|
3217
|
+
"category": "SEO",
|
|
3218
|
+
"type": "3rd-party",
|
|
3219
|
+
"maintainers": [
|
|
3220
|
+
{
|
|
3221
|
+
"name": "ihavecoke",
|
|
3222
|
+
"github": "ihavecoke",
|
|
3223
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3224
|
+
}
|
|
3225
|
+
],
|
|
3226
|
+
"compatibility": {
|
|
3227
|
+
"nuxt": "^2.0.0",
|
|
3228
|
+
"requires": {}
|
|
3229
|
+
}
|
|
2053
3230
|
},
|
|
2054
3231
|
{
|
|
2055
3232
|
"name": "seomatic-meta",
|
|
@@ -2065,10 +3242,13 @@
|
|
|
2065
3242
|
"maintainers": [
|
|
2066
3243
|
{
|
|
2067
3244
|
"name": "ben-rogerson",
|
|
2068
|
-
"github": "ben-rogerson"
|
|
2069
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3245
|
+
"github": "ben-rogerson"
|
|
2070
3246
|
}
|
|
2071
|
-
]
|
|
3247
|
+
],
|
|
3248
|
+
"compatibility": {
|
|
3249
|
+
"nuxt": "^2.0.0",
|
|
3250
|
+
"requires": {}
|
|
3251
|
+
}
|
|
2072
3252
|
},
|
|
2073
3253
|
{
|
|
2074
3254
|
"name": "separate-env",
|
|
@@ -2079,16 +3259,19 @@
|
|
|
2079
3259
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2080
3260
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2081
3261
|
"learn_more": "",
|
|
2082
|
-
"category": "
|
|
3262
|
+
"category": "Extensions",
|
|
2083
3263
|
"type": "community",
|
|
2084
3264
|
"maintainers": [
|
|
2085
3265
|
{
|
|
2086
3266
|
"name": "Alexander Lichter",
|
|
2087
3267
|
"github": "manniL",
|
|
2088
|
-
"twitter": "TheAlexLichter"
|
|
2089
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3268
|
+
"twitter": "TheAlexLichter"
|
|
2090
3269
|
}
|
|
2091
|
-
]
|
|
3270
|
+
],
|
|
3271
|
+
"compatibility": {
|
|
3272
|
+
"nuxt": "^2.0.0",
|
|
3273
|
+
"requires": {}
|
|
3274
|
+
}
|
|
2092
3275
|
},
|
|
2093
3276
|
{
|
|
2094
3277
|
"name": "shopify",
|
|
@@ -2104,10 +3287,13 @@
|
|
|
2104
3287
|
"maintainers": [
|
|
2105
3288
|
{
|
|
2106
3289
|
"name": "Gomah",
|
|
2107
|
-
"github": "Gomah"
|
|
2108
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3290
|
+
"github": "Gomah"
|
|
2109
3291
|
}
|
|
2110
|
-
]
|
|
3292
|
+
],
|
|
3293
|
+
"compatibility": {
|
|
3294
|
+
"nuxt": "^2.0.0",
|
|
3295
|
+
"requires": {}
|
|
3296
|
+
}
|
|
2111
3297
|
},
|
|
2112
3298
|
{
|
|
2113
3299
|
"name": "simple-line-icons",
|
|
@@ -2123,10 +3309,13 @@
|
|
|
2123
3309
|
"maintainers": [
|
|
2124
3310
|
{
|
|
2125
3311
|
"name": "vaso2",
|
|
2126
|
-
"github": "vaso2"
|
|
2127
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3312
|
+
"github": "vaso2"
|
|
2128
3313
|
}
|
|
2129
|
-
]
|
|
3314
|
+
],
|
|
3315
|
+
"compatibility": {
|
|
3316
|
+
"nuxt": "^2.0.0",
|
|
3317
|
+
"requires": {}
|
|
3318
|
+
}
|
|
2130
3319
|
},
|
|
2131
3320
|
{
|
|
2132
3321
|
"name": "sitemap",
|
|
@@ -2135,7 +3324,7 @@
|
|
|
2135
3324
|
"npm": "@nuxtjs/sitemap",
|
|
2136
3325
|
"icon": "",
|
|
2137
3326
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2138
|
-
"website": "https://
|
|
3327
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2139
3328
|
"learn_more": "",
|
|
2140
3329
|
"category": "SEO",
|
|
2141
3330
|
"type": "community",
|
|
@@ -2143,10 +3332,36 @@
|
|
|
2143
3332
|
{
|
|
2144
3333
|
"name": "Nicolas PENNEC",
|
|
2145
3334
|
"github": "NicoPennec",
|
|
2146
|
-
"twitter": "NicoPennec"
|
|
2147
|
-
|
|
3335
|
+
"twitter": "NicoPennec"
|
|
3336
|
+
}
|
|
3337
|
+
],
|
|
3338
|
+
"compatibility": {
|
|
3339
|
+
"nuxt": "^2.0.0",
|
|
3340
|
+
"requires": {}
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"name": "snipcart",
|
|
3345
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3346
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3347
|
+
"npm": "@nuxtjs/snipcart",
|
|
3348
|
+
"icon": "snipcart.png",
|
|
3349
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3350
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3351
|
+
"learn_more": "",
|
|
3352
|
+
"category": "Payment",
|
|
3353
|
+
"type": "community",
|
|
3354
|
+
"maintainers": [
|
|
3355
|
+
{
|
|
3356
|
+
"name": "Florent GIRAUD",
|
|
3357
|
+
"github": "f3ltron",
|
|
3358
|
+
"twitter": "giraud_florent"
|
|
2148
3359
|
}
|
|
2149
|
-
]
|
|
3360
|
+
],
|
|
3361
|
+
"compatibility": {
|
|
3362
|
+
"nuxt": "^2.0.0",
|
|
3363
|
+
"requires": {}
|
|
3364
|
+
}
|
|
2150
3365
|
},
|
|
2151
3366
|
{
|
|
2152
3367
|
"name": "social-meta",
|
|
@@ -2162,10 +3377,13 @@
|
|
|
2162
3377
|
"maintainers": [
|
|
2163
3378
|
{
|
|
2164
3379
|
"name": "AlekseyPleshkov",
|
|
2165
|
-
"github": "AlekseyPleshkov"
|
|
2166
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3380
|
+
"github": "AlekseyPleshkov"
|
|
2167
3381
|
}
|
|
2168
|
-
]
|
|
3382
|
+
],
|
|
3383
|
+
"compatibility": {
|
|
3384
|
+
"nuxt": "^2.0.0",
|
|
3385
|
+
"requires": {}
|
|
3386
|
+
}
|
|
2169
3387
|
},
|
|
2170
3388
|
{
|
|
2171
3389
|
"name": "socket-io",
|
|
@@ -2181,10 +3399,13 @@
|
|
|
2181
3399
|
"maintainers": [
|
|
2182
3400
|
{
|
|
2183
3401
|
"name": "richardeschloss",
|
|
2184
|
-
"github": "richardeschloss"
|
|
2185
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3402
|
+
"github": "richardeschloss"
|
|
2186
3403
|
}
|
|
2187
|
-
]
|
|
3404
|
+
],
|
|
3405
|
+
"compatibility": {
|
|
3406
|
+
"nuxt": "^2.0.0",
|
|
3407
|
+
"requires": {}
|
|
3408
|
+
}
|
|
2188
3409
|
},
|
|
2189
3410
|
{
|
|
2190
3411
|
"name": "speedcurve",
|
|
@@ -2201,10 +3422,46 @@
|
|
|
2201
3422
|
{
|
|
2202
3423
|
"name": "Josh Deltener",
|
|
2203
3424
|
"github": "hecktarzuli",
|
|
2204
|
-
"twitter": "JoshDeltener"
|
|
2205
|
-
|
|
3425
|
+
"twitter": "JoshDeltener"
|
|
3426
|
+
}
|
|
3427
|
+
],
|
|
3428
|
+
"compatibility": {
|
|
3429
|
+
"nuxt": "^2.0.0",
|
|
3430
|
+
"requires": {}
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "speedkit",
|
|
3435
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3436
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3437
|
+
"npm": "nuxt-speedkit",
|
|
3438
|
+
"icon": "speedkit.png",
|
|
3439
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3440
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3441
|
+
"learn_more": "",
|
|
3442
|
+
"category": "Performance",
|
|
3443
|
+
"type": "3rd-party",
|
|
3444
|
+
"maintainers": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "Stephan Gerbeth",
|
|
3447
|
+
"github": "StephanGerbeth",
|
|
3448
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"name": "Thorn Walli",
|
|
3452
|
+
"github": "ThornWalli",
|
|
3453
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "Grabarz & Partner",
|
|
3457
|
+
"github": "GrabarzUndPartner",
|
|
3458
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2206
3459
|
}
|
|
2207
|
-
]
|
|
3460
|
+
],
|
|
3461
|
+
"compatibility": {
|
|
3462
|
+
"nuxt": "^2.0.0",
|
|
3463
|
+
"requires": {}
|
|
3464
|
+
}
|
|
2208
3465
|
},
|
|
2209
3466
|
{
|
|
2210
3467
|
"name": "storage",
|
|
@@ -2215,15 +3472,40 @@
|
|
|
2215
3472
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2216
3473
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2217
3474
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2218
|
-
"category": "
|
|
3475
|
+
"category": "Extensions",
|
|
2219
3476
|
"type": "3rd-party",
|
|
2220
3477
|
"maintainers": [
|
|
2221
3478
|
{
|
|
2222
3479
|
"name": "mazipan",
|
|
2223
|
-
"github": "mazipan"
|
|
2224
|
-
|
|
3480
|
+
"github": "mazipan"
|
|
3481
|
+
}
|
|
3482
|
+
],
|
|
3483
|
+
"compatibility": {
|
|
3484
|
+
"nuxt": "^2.0.0",
|
|
3485
|
+
"requires": {}
|
|
3486
|
+
}
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"name": "storefront-ui",
|
|
3490
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3491
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3492
|
+
"npm": "@storefront-ui/nuxt",
|
|
3493
|
+
"icon": "storefront-ui.svg",
|
|
3494
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3495
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3496
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3497
|
+
"category": "UI",
|
|
3498
|
+
"type": "3rd-party",
|
|
3499
|
+
"maintainers": [
|
|
3500
|
+
{
|
|
3501
|
+
"name": "Jakub Andrzejewski",
|
|
3502
|
+
"github": "Baroshem"
|
|
2225
3503
|
}
|
|
2226
|
-
]
|
|
3504
|
+
],
|
|
3505
|
+
"compatibility": {
|
|
3506
|
+
"nuxt": "^2.0.0",
|
|
3507
|
+
"requires": {}
|
|
3508
|
+
}
|
|
2227
3509
|
},
|
|
2228
3510
|
{
|
|
2229
3511
|
"name": "stories",
|
|
@@ -2239,16 +3521,19 @@
|
|
|
2239
3521
|
"maintainers": [
|
|
2240
3522
|
{
|
|
2241
3523
|
"name": "richardeschloss",
|
|
2242
|
-
"github": "richardeschloss"
|
|
2243
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3524
|
+
"github": "richardeschloss"
|
|
2244
3525
|
}
|
|
2245
|
-
]
|
|
3526
|
+
],
|
|
3527
|
+
"compatibility": {
|
|
3528
|
+
"nuxt": "^2.0.0",
|
|
3529
|
+
"requires": {}
|
|
3530
|
+
}
|
|
2246
3531
|
},
|
|
2247
3532
|
{
|
|
2248
3533
|
"name": "storyblok",
|
|
2249
3534
|
"description": "Storyblok Nuxt.js module",
|
|
2250
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2251
|
-
"npm": "storyblok
|
|
3535
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3536
|
+
"npm": "@storyblok/nuxt",
|
|
2252
3537
|
"icon": "storyblok.png",
|
|
2253
3538
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2254
3539
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2258,10 +3543,13 @@
|
|
|
2258
3543
|
"maintainers": [
|
|
2259
3544
|
{
|
|
2260
3545
|
"name": "storyblok",
|
|
2261
|
-
"github": "storyblok"
|
|
2262
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3546
|
+
"github": "storyblok"
|
|
2263
3547
|
}
|
|
2264
|
-
]
|
|
3548
|
+
],
|
|
3549
|
+
"compatibility": {
|
|
3550
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3551
|
+
"requires": {}
|
|
3552
|
+
}
|
|
2265
3553
|
},
|
|
2266
3554
|
{
|
|
2267
3555
|
"name": "storybook",
|
|
@@ -2278,16 +3566,20 @@
|
|
|
2278
3566
|
{
|
|
2279
3567
|
"name": "Ahad Birang",
|
|
2280
3568
|
"github": "farnabaz",
|
|
2281
|
-
"twitter": "a_birang"
|
|
2282
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3569
|
+
"twitter": "a_birang"
|
|
2283
3570
|
},
|
|
2284
3571
|
{
|
|
2285
3572
|
"name": "Pooya Parsa",
|
|
2286
3573
|
"github": "pi0",
|
|
2287
|
-
"twitter": "_pi0_"
|
|
2288
|
-
|
|
3574
|
+
"twitter": "_pi0_"
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"compatibility": {
|
|
3578
|
+
"nuxt": "^2.0.0",
|
|
3579
|
+
"requires": {
|
|
3580
|
+
"bridge": "optional"
|
|
2289
3581
|
}
|
|
2290
|
-
|
|
3582
|
+
}
|
|
2291
3583
|
},
|
|
2292
3584
|
{
|
|
2293
3585
|
"name": "strapi",
|
|
@@ -2304,16 +3596,20 @@
|
|
|
2304
3596
|
{
|
|
2305
3597
|
"name": "Benjamin Canac",
|
|
2306
3598
|
"github": "benjamincanac",
|
|
2307
|
-
"twitter": "benjamincanac"
|
|
2308
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3599
|
+
"twitter": "benjamincanac"
|
|
2309
3600
|
},
|
|
2310
3601
|
{
|
|
2311
3602
|
"name": "Sébastien Chopin",
|
|
2312
3603
|
"github": "Atinux",
|
|
2313
|
-
"twitter": "Atinux"
|
|
2314
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3604
|
+
"twitter": "Atinux"
|
|
2315
3605
|
}
|
|
2316
|
-
]
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3609
|
+
"requires": {
|
|
3610
|
+
"bridge": true
|
|
3611
|
+
}
|
|
3612
|
+
}
|
|
2317
3613
|
},
|
|
2318
3614
|
{
|
|
2319
3615
|
"name": "stripe",
|
|
@@ -2329,10 +3625,13 @@
|
|
|
2329
3625
|
"maintainers": [
|
|
2330
3626
|
{
|
|
2331
3627
|
"name": "WilliamDASILVA",
|
|
2332
|
-
"github": "WilliamDASILVA"
|
|
2333
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3628
|
+
"github": "WilliamDASILVA"
|
|
2334
3629
|
}
|
|
2335
|
-
]
|
|
3630
|
+
],
|
|
3631
|
+
"compatibility": {
|
|
3632
|
+
"nuxt": "^2.0.0",
|
|
3633
|
+
"requires": {}
|
|
3634
|
+
}
|
|
2336
3635
|
},
|
|
2337
3636
|
{
|
|
2338
3637
|
"name": "style-resources",
|
|
@@ -2349,10 +3648,13 @@
|
|
|
2349
3648
|
{
|
|
2350
3649
|
"name": "Alexander Lichter",
|
|
2351
3650
|
"github": "manniL",
|
|
2352
|
-
"twitter": "TheAlexLichter"
|
|
2353
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3651
|
+
"twitter": "TheAlexLichter"
|
|
2354
3652
|
}
|
|
2355
|
-
]
|
|
3653
|
+
],
|
|
3654
|
+
"compatibility": {
|
|
3655
|
+
"nuxt": "^2.0.0",
|
|
3656
|
+
"requires": {}
|
|
3657
|
+
}
|
|
2356
3658
|
},
|
|
2357
3659
|
{
|
|
2358
3660
|
"name": "stylelint",
|
|
@@ -2368,10 +3670,69 @@
|
|
|
2368
3670
|
"maintainers": [
|
|
2369
3671
|
{
|
|
2370
3672
|
"name": "Ricardo Gobbo de Souza",
|
|
2371
|
-
"github": "ricardogobbosouza"
|
|
2372
|
-
|
|
3673
|
+
"github": "ricardogobbosouza"
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"compatibility": {
|
|
3677
|
+
"nuxt": "^2.0.0",
|
|
3678
|
+
"requires": {}
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "stylify",
|
|
3683
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3684
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3685
|
+
"npm": "@stylify/nuxt-module",
|
|
3686
|
+
"icon": "stylify.svg",
|
|
3687
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3688
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3689
|
+
"learn_more": "https://stylify.dev",
|
|
3690
|
+
"category": "UI",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Vladimír Macháček",
|
|
3695
|
+
"github": "Machy8",
|
|
3696
|
+
"twitter": "8machy"
|
|
3697
|
+
}
|
|
3698
|
+
],
|
|
3699
|
+
"compatibility": {
|
|
3700
|
+
"nuxt": "^2.0.0",
|
|
3701
|
+
"requires": {}
|
|
3702
|
+
}
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "supabase",
|
|
3706
|
+
"description": "First class integration with Supabase",
|
|
3707
|
+
"repo": "nuxt-community/supabase-module",
|
|
3708
|
+
"npm": "@nuxtjs/supabase",
|
|
3709
|
+
"icon": "supabase.png",
|
|
3710
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3711
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3712
|
+
"learn_more": "https://supabase.com",
|
|
3713
|
+
"category": "Database",
|
|
3714
|
+
"type": "community",
|
|
3715
|
+
"maintainers": [
|
|
3716
|
+
{
|
|
3717
|
+
"name": "Baptiste Leproux",
|
|
3718
|
+
"github": "larbish",
|
|
3719
|
+
"twitter": "baptistelprx"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "Sebastien Chopin",
|
|
3723
|
+
"github": "Atinux",
|
|
3724
|
+
"twitter": "Atinux"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"name": "Scott Robertson",
|
|
3728
|
+
"github": "scottrobertson",
|
|
3729
|
+
"twitter": "scottymeuk"
|
|
2373
3730
|
}
|
|
2374
|
-
]
|
|
3731
|
+
],
|
|
3732
|
+
"compatibility": {
|
|
3733
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3734
|
+
"requires": {}
|
|
3735
|
+
}
|
|
2375
3736
|
},
|
|
2376
3737
|
{
|
|
2377
3738
|
"name": "svg-loader",
|
|
@@ -2382,15 +3743,18 @@
|
|
|
2382
3743
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2383
3744
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2384
3745
|
"learn_more": "",
|
|
2385
|
-
"category": "
|
|
3746
|
+
"category": "Extensions",
|
|
2386
3747
|
"type": "3rd-party",
|
|
2387
3748
|
"maintainers": [
|
|
2388
3749
|
{
|
|
2389
3750
|
"name": "Developmint",
|
|
2390
|
-
"github": "Developmint"
|
|
2391
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3751
|
+
"github": "Developmint"
|
|
2392
3752
|
}
|
|
2393
|
-
]
|
|
3753
|
+
],
|
|
3754
|
+
"compatibility": {
|
|
3755
|
+
"nuxt": "^2.0.0",
|
|
3756
|
+
"requires": {}
|
|
3757
|
+
}
|
|
2394
3758
|
},
|
|
2395
3759
|
{
|
|
2396
3760
|
"name": "svg-sprite",
|
|
@@ -2401,16 +3765,19 @@
|
|
|
2401
3765
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2402
3766
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2403
3767
|
"learn_more": "",
|
|
2404
|
-
"category": "
|
|
3768
|
+
"category": "UI",
|
|
2405
3769
|
"type": "community",
|
|
2406
3770
|
"maintainers": [
|
|
2407
3771
|
{
|
|
2408
3772
|
"name": "Ahad Birang",
|
|
2409
3773
|
"github": "farnabaz",
|
|
2410
|
-
"twitter": "a_birang"
|
|
2411
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3774
|
+
"twitter": "a_birang"
|
|
2412
3775
|
}
|
|
2413
|
-
]
|
|
3776
|
+
],
|
|
3777
|
+
"compatibility": {
|
|
3778
|
+
"nuxt": "^2.0.0",
|
|
3779
|
+
"requires": {}
|
|
3780
|
+
}
|
|
2414
3781
|
},
|
|
2415
3782
|
{
|
|
2416
3783
|
"name": "svg",
|
|
@@ -2421,15 +3788,18 @@
|
|
|
2421
3788
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2422
3789
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2423
3790
|
"learn_more": "",
|
|
2424
|
-
"category": "
|
|
3791
|
+
"category": "Extensions",
|
|
2425
3792
|
"type": "community",
|
|
2426
3793
|
"maintainers": [
|
|
2427
3794
|
{
|
|
2428
3795
|
"name": "Sam Holmes",
|
|
2429
|
-
"github": "sam3d"
|
|
2430
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3796
|
+
"github": "sam3d"
|
|
2431
3797
|
}
|
|
2432
|
-
]
|
|
3798
|
+
],
|
|
3799
|
+
"compatibility": {
|
|
3800
|
+
"nuxt": "^2.0.0",
|
|
3801
|
+
"requires": {}
|
|
3802
|
+
}
|
|
2433
3803
|
},
|
|
2434
3804
|
{
|
|
2435
3805
|
"name": "sweetalert2",
|
|
@@ -2445,10 +3815,13 @@
|
|
|
2445
3815
|
"maintainers": [
|
|
2446
3816
|
{
|
|
2447
3817
|
"name": "ImreC",
|
|
2448
|
-
"github": "ImreC"
|
|
2449
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3818
|
+
"github": "ImreC"
|
|
2450
3819
|
}
|
|
2451
|
-
]
|
|
3820
|
+
],
|
|
3821
|
+
"compatibility": {
|
|
3822
|
+
"nuxt": "^2.0.0",
|
|
3823
|
+
"requires": {}
|
|
3824
|
+
}
|
|
2452
3825
|
},
|
|
2453
3826
|
{
|
|
2454
3827
|
"name": "tailwindcss",
|
|
@@ -2465,10 +3838,36 @@
|
|
|
2465
3838
|
{
|
|
2466
3839
|
"name": "Sébastien Chopin",
|
|
2467
3840
|
"github": "Atinux",
|
|
2468
|
-
"twitter": "Atinux"
|
|
2469
|
-
|
|
3841
|
+
"twitter": "Atinux"
|
|
3842
|
+
}
|
|
3843
|
+
],
|
|
3844
|
+
"compatibility": {
|
|
3845
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3846
|
+
"requires": {}
|
|
3847
|
+
}
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"name": "tiktok-analytics",
|
|
3851
|
+
"description": "",
|
|
3852
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3853
|
+
"npm": "tiktok-analytics",
|
|
3854
|
+
"icon": "",
|
|
3855
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3856
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3857
|
+
"learn_more": "",
|
|
3858
|
+
"category": "Analytics",
|
|
3859
|
+
"type": "3rd-party",
|
|
3860
|
+
"maintainers": [
|
|
3861
|
+
{
|
|
3862
|
+
"name": "stickpro",
|
|
3863
|
+
"github": "stickpro",
|
|
3864
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2470
3865
|
}
|
|
2471
|
-
]
|
|
3866
|
+
],
|
|
3867
|
+
"compatibility": {
|
|
3868
|
+
"nuxt": "^2.0.0",
|
|
3869
|
+
"requires": {}
|
|
3870
|
+
}
|
|
2472
3871
|
},
|
|
2473
3872
|
{
|
|
2474
3873
|
"name": "toast",
|
|
@@ -2476,8 +3875,8 @@
|
|
|
2476
3875
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2477
3876
|
"npm": "@nuxtjs/toast",
|
|
2478
3877
|
"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",
|
|
3878
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3879
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2481
3880
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2482
3881
|
"category": "Libraries",
|
|
2483
3882
|
"type": "community",
|
|
@@ -2485,10 +3884,37 @@
|
|
|
2485
3884
|
{
|
|
2486
3885
|
"name": "Pooya Parsa",
|
|
2487
3886
|
"github": "pi0",
|
|
2488
|
-
"twitter": "_pi0_"
|
|
2489
|
-
|
|
3887
|
+
"twitter": "_pi0_"
|
|
3888
|
+
}
|
|
3889
|
+
],
|
|
3890
|
+
"compatibility": {
|
|
3891
|
+
"nuxt": "^2.0.0",
|
|
3892
|
+
"requires": {}
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"name": "twa",
|
|
3897
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3898
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3899
|
+
"npm": "nuxt-twa",
|
|
3900
|
+
"icon": "",
|
|
3901
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3902
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3903
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3904
|
+
"category": "Performance",
|
|
3905
|
+
"type": "3rd-party",
|
|
3906
|
+
"maintainers": [
|
|
3907
|
+
{
|
|
3908
|
+
"name": "Nicolas Perraut",
|
|
3909
|
+
"github": "tuarrep"
|
|
3910
|
+
}
|
|
3911
|
+
],
|
|
3912
|
+
"compatibility": {
|
|
3913
|
+
"nuxt": "^2.0.0",
|
|
3914
|
+
"requires": {
|
|
3915
|
+
"bridge": "optional"
|
|
2490
3916
|
}
|
|
2491
|
-
|
|
3917
|
+
}
|
|
2492
3918
|
},
|
|
2493
3919
|
{
|
|
2494
3920
|
"name": "typed-router",
|
|
@@ -2504,10 +3930,38 @@
|
|
|
2504
3930
|
"maintainers": [
|
|
2505
3931
|
{
|
|
2506
3932
|
"name": "victorgarciaesgi",
|
|
2507
|
-
"github": "victorgarciaesgi"
|
|
2508
|
-
|
|
3933
|
+
"github": "victorgarciaesgi"
|
|
3934
|
+
}
|
|
3935
|
+
],
|
|
3936
|
+
"compatibility": {
|
|
3937
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3938
|
+
"requires": {}
|
|
3939
|
+
}
|
|
3940
|
+
},
|
|
3941
|
+
{
|
|
3942
|
+
"name": "typed-vuex",
|
|
3943
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3944
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
3945
|
+
"npm": "nuxt-typed-vuex",
|
|
3946
|
+
"icon": "vue.png",
|
|
3947
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
3948
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
3949
|
+
"learn_more": "",
|
|
3950
|
+
"category": "Libraries",
|
|
3951
|
+
"type": "3rd-party",
|
|
3952
|
+
"maintainers": [
|
|
3953
|
+
{
|
|
3954
|
+
"name": "Daniel Roe",
|
|
3955
|
+
"github": "danielroe",
|
|
3956
|
+
"twitter": "danielcroe"
|
|
3957
|
+
}
|
|
3958
|
+
],
|
|
3959
|
+
"compatibility": {
|
|
3960
|
+
"nuxt": "^2.0.0",
|
|
3961
|
+
"requires": {
|
|
3962
|
+
"bridge": "optional"
|
|
2509
3963
|
}
|
|
2510
|
-
|
|
3964
|
+
}
|
|
2511
3965
|
},
|
|
2512
3966
|
{
|
|
2513
3967
|
"name": "typescript-runtime",
|
|
@@ -2523,22 +3977,23 @@
|
|
|
2523
3977
|
"maintainers": [
|
|
2524
3978
|
{
|
|
2525
3979
|
"name": "Kevin Marrec",
|
|
2526
|
-
"github": "kevinmarrec"
|
|
2527
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3980
|
+
"github": "kevinmarrec"
|
|
2528
3981
|
},
|
|
2529
3982
|
{
|
|
2530
3983
|
"name": "Pooya Parsa",
|
|
2531
3984
|
"github": "pi0",
|
|
2532
|
-
"twitter": "_pi0_"
|
|
2533
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3985
|
+
"twitter": "_pi0_"
|
|
2534
3986
|
},
|
|
2535
3987
|
{
|
|
2536
3988
|
"name": "Daniel Roe",
|
|
2537
3989
|
"github": "danielroe",
|
|
2538
|
-
"twitter": "danielcroe"
|
|
2539
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3990
|
+
"twitter": "danielcroe"
|
|
2540
3991
|
}
|
|
2541
|
-
]
|
|
3992
|
+
],
|
|
3993
|
+
"compatibility": {
|
|
3994
|
+
"nuxt": "^2.0.0",
|
|
3995
|
+
"requires": {}
|
|
3996
|
+
}
|
|
2542
3997
|
},
|
|
2543
3998
|
{
|
|
2544
3999
|
"name": "typescript",
|
|
@@ -2554,22 +4009,23 @@
|
|
|
2554
4009
|
"maintainers": [
|
|
2555
4010
|
{
|
|
2556
4011
|
"name": "Kevin Marrec",
|
|
2557
|
-
"github": "kevinmarrec"
|
|
2558
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4012
|
+
"github": "kevinmarrec"
|
|
2559
4013
|
},
|
|
2560
4014
|
{
|
|
2561
4015
|
"name": "Pooya Parsa",
|
|
2562
4016
|
"github": "pi0",
|
|
2563
|
-
"twitter": "_pi0_"
|
|
2564
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4017
|
+
"twitter": "_pi0_"
|
|
2565
4018
|
},
|
|
2566
4019
|
{
|
|
2567
4020
|
"name": "Daniel Roe",
|
|
2568
4021
|
"github": "danielroe",
|
|
2569
|
-
"twitter": "danielcroe"
|
|
2570
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4022
|
+
"twitter": "danielcroe"
|
|
2571
4023
|
}
|
|
2572
|
-
]
|
|
4024
|
+
],
|
|
4025
|
+
"compatibility": {
|
|
4026
|
+
"nuxt": "^2.0.0",
|
|
4027
|
+
"requires": {}
|
|
4028
|
+
}
|
|
2573
4029
|
},
|
|
2574
4030
|
{
|
|
2575
4031
|
"name": "universal-storage",
|
|
@@ -2580,22 +4036,76 @@
|
|
|
2580
4036
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2581
4037
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2582
4038
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2583
|
-
"category": "
|
|
4039
|
+
"category": "Extensions",
|
|
2584
4040
|
"type": "community",
|
|
2585
4041
|
"maintainers": [
|
|
2586
4042
|
{
|
|
2587
4043
|
"name": "Pooya Parsa",
|
|
2588
4044
|
"github": "pi0",
|
|
2589
|
-
"twitter": "_pi0_"
|
|
2590
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4045
|
+
"twitter": "_pi0_"
|
|
2591
4046
|
},
|
|
2592
4047
|
{
|
|
2593
4048
|
"name": "Farzad Soltani",
|
|
2594
4049
|
"github": "farzadso",
|
|
2595
|
-
"twitter": "farzadso"
|
|
2596
|
-
|
|
4050
|
+
"twitter": "farzadso"
|
|
4051
|
+
}
|
|
4052
|
+
],
|
|
4053
|
+
"compatibility": {
|
|
4054
|
+
"nuxt": "^2.0.0",
|
|
4055
|
+
"requires": {}
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"name": "unlighthouse",
|
|
4060
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4061
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4062
|
+
"npm": "@unlighthouse/nuxt",
|
|
4063
|
+
"icon": "unlighthouse.svg",
|
|
4064
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4065
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4066
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4067
|
+
"category": "Devtools",
|
|
4068
|
+
"type": "3rd-party",
|
|
4069
|
+
"maintainers": [
|
|
4070
|
+
{
|
|
4071
|
+
"name": "Harlan Wilton",
|
|
4072
|
+
"github": "harlan-zw",
|
|
4073
|
+
"twitter": "harlan_zw",
|
|
4074
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4075
|
+
}
|
|
4076
|
+
],
|
|
4077
|
+
"compatibility": {
|
|
4078
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4079
|
+
"requires": {
|
|
4080
|
+
"bridge": "optional"
|
|
4081
|
+
}
|
|
4082
|
+
}
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
"name": "unocss",
|
|
4086
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4087
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4088
|
+
"npm": "@unocss/nuxt",
|
|
4089
|
+
"icon": "unocss.svg",
|
|
4090
|
+
"github": "https://github.com/antfu/unocss",
|
|
4091
|
+
"website": "https://github.com/antfu/unocss",
|
|
4092
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4093
|
+
"category": "UI",
|
|
4094
|
+
"type": "3rd-party",
|
|
4095
|
+
"maintainers": [
|
|
4096
|
+
{
|
|
4097
|
+
"name": "Anthony Fu",
|
|
4098
|
+
"github": "antfu",
|
|
4099
|
+
"twitter": "antfu7",
|
|
4100
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4101
|
+
}
|
|
4102
|
+
],
|
|
4103
|
+
"compatibility": {
|
|
4104
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4105
|
+
"requires": {
|
|
4106
|
+
"bridge": "optional"
|
|
2597
4107
|
}
|
|
2598
|
-
|
|
4108
|
+
}
|
|
2599
4109
|
},
|
|
2600
4110
|
{
|
|
2601
4111
|
"name": "user-agent",
|
|
@@ -2606,15 +4116,18 @@
|
|
|
2606
4116
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2607
4117
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2608
4118
|
"learn_more": "",
|
|
2609
|
-
"category": "
|
|
4119
|
+
"category": "Extensions",
|
|
2610
4120
|
"type": "3rd-party",
|
|
2611
4121
|
"maintainers": [
|
|
2612
4122
|
{
|
|
2613
4123
|
"name": "fukuiretu",
|
|
2614
|
-
"github": "fukuiretu"
|
|
2615
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4124
|
+
"github": "fukuiretu"
|
|
2616
4125
|
}
|
|
2617
|
-
]
|
|
4126
|
+
],
|
|
4127
|
+
"compatibility": {
|
|
4128
|
+
"nuxt": "^2.0.0",
|
|
4129
|
+
"requires": {}
|
|
4130
|
+
}
|
|
2618
4131
|
},
|
|
2619
4132
|
{
|
|
2620
4133
|
"name": "validate",
|
|
@@ -2630,10 +4143,13 @@
|
|
|
2630
4143
|
"maintainers": [
|
|
2631
4144
|
{
|
|
2632
4145
|
"name": "lewyuburi",
|
|
2633
|
-
"github": "lewyuburi"
|
|
2634
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4146
|
+
"github": "lewyuburi"
|
|
2635
4147
|
}
|
|
2636
|
-
]
|
|
4148
|
+
],
|
|
4149
|
+
"compatibility": {
|
|
4150
|
+
"nuxt": "^2.0.0",
|
|
4151
|
+
"requires": {}
|
|
4152
|
+
}
|
|
2637
4153
|
},
|
|
2638
4154
|
{
|
|
2639
4155
|
"name": "vendor",
|
|
@@ -2644,16 +4160,19 @@
|
|
|
2644
4160
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2645
4161
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2646
4162
|
"learn_more": "",
|
|
2647
|
-
"category": "
|
|
4163
|
+
"category": "Extensions",
|
|
2648
4164
|
"type": "community",
|
|
2649
4165
|
"maintainers": [
|
|
2650
4166
|
{
|
|
2651
4167
|
"name": "Pooya Parsa",
|
|
2652
4168
|
"github": "pi0",
|
|
2653
|
-
"twitter": "_pi0_"
|
|
2654
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4169
|
+
"twitter": "_pi0_"
|
|
2655
4170
|
}
|
|
2656
|
-
]
|
|
4171
|
+
],
|
|
4172
|
+
"compatibility": {
|
|
4173
|
+
"nuxt": "^2.0.0",
|
|
4174
|
+
"requires": {}
|
|
4175
|
+
}
|
|
2657
4176
|
},
|
|
2658
4177
|
{
|
|
2659
4178
|
"name": "vue-material",
|
|
@@ -2669,10 +4188,13 @@
|
|
|
2669
4188
|
"maintainers": [
|
|
2670
4189
|
{
|
|
2671
4190
|
"name": "vaso2",
|
|
2672
|
-
"github": "vaso2"
|
|
2673
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4191
|
+
"github": "vaso2"
|
|
2674
4192
|
}
|
|
2675
|
-
]
|
|
4193
|
+
],
|
|
4194
|
+
"compatibility": {
|
|
4195
|
+
"nuxt": "^2.0.0",
|
|
4196
|
+
"requires": {}
|
|
4197
|
+
}
|
|
2676
4198
|
},
|
|
2677
4199
|
{
|
|
2678
4200
|
"name": "vue-multiselect",
|
|
@@ -2688,10 +4210,13 @@
|
|
|
2688
4210
|
"maintainers": [
|
|
2689
4211
|
{
|
|
2690
4212
|
"name": "spektrummedia",
|
|
2691
|
-
"github": "spektrummedia"
|
|
2692
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4213
|
+
"github": "spektrummedia"
|
|
2693
4214
|
}
|
|
2694
|
-
]
|
|
4215
|
+
],
|
|
4216
|
+
"compatibility": {
|
|
4217
|
+
"nuxt": "^2.0.0",
|
|
4218
|
+
"requires": {}
|
|
4219
|
+
}
|
|
2695
4220
|
},
|
|
2696
4221
|
{
|
|
2697
4222
|
"name": "vue-select",
|
|
@@ -2707,10 +4232,13 @@
|
|
|
2707
4232
|
"maintainers": [
|
|
2708
4233
|
{
|
|
2709
4234
|
"name": "madmod",
|
|
2710
|
-
"github": "madmod"
|
|
2711
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4235
|
+
"github": "madmod"
|
|
2712
4236
|
}
|
|
2713
|
-
]
|
|
4237
|
+
],
|
|
4238
|
+
"compatibility": {
|
|
4239
|
+
"nuxt": "^2.0.0",
|
|
4240
|
+
"requires": {}
|
|
4241
|
+
}
|
|
2714
4242
|
},
|
|
2715
4243
|
{
|
|
2716
4244
|
"name": "vue-warehouse",
|
|
@@ -2727,10 +4255,13 @@
|
|
|
2727
4255
|
{
|
|
2728
4256
|
"name": "Julio Marquez",
|
|
2729
4257
|
"github": "juliomrqz",
|
|
2730
|
-
"twitter": "juliomrqz"
|
|
2731
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4258
|
+
"twitter": "juliomrqz"
|
|
2732
4259
|
}
|
|
2733
|
-
]
|
|
4260
|
+
],
|
|
4261
|
+
"compatibility": {
|
|
4262
|
+
"nuxt": "^2.0.0",
|
|
4263
|
+
"requires": {}
|
|
4264
|
+
}
|
|
2734
4265
|
},
|
|
2735
4266
|
{
|
|
2736
4267
|
"name": "vuetify",
|
|
@@ -2746,16 +4277,43 @@
|
|
|
2746
4277
|
"maintainers": [
|
|
2747
4278
|
{
|
|
2748
4279
|
"name": "Kevin Marrec",
|
|
2749
|
-
"github": "kevinmarrec"
|
|
2750
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4280
|
+
"github": "kevinmarrec"
|
|
2751
4281
|
},
|
|
2752
4282
|
{
|
|
2753
4283
|
"name": "Pooya Parsa",
|
|
2754
4284
|
"github": "pi0",
|
|
2755
|
-
"twitter": "_pi0_"
|
|
2756
|
-
|
|
4285
|
+
"twitter": "_pi0_"
|
|
4286
|
+
}
|
|
4287
|
+
],
|
|
4288
|
+
"compatibility": {
|
|
4289
|
+
"nuxt": "^2.0.0",
|
|
4290
|
+
"requires": {}
|
|
4291
|
+
}
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"name": "vueuse",
|
|
4295
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4296
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4297
|
+
"npm": "@vueuse/core",
|
|
4298
|
+
"icon": "vueuse.svg",
|
|
4299
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4300
|
+
"website": "https://vueuse.org",
|
|
4301
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4302
|
+
"category": "Libraries",
|
|
4303
|
+
"type": "3rd-party",
|
|
4304
|
+
"maintainers": [
|
|
4305
|
+
{
|
|
4306
|
+
"name": "Anthony Fu",
|
|
4307
|
+
"github": "antfu",
|
|
4308
|
+
"twitter": "antfu7"
|
|
4309
|
+
}
|
|
4310
|
+
],
|
|
4311
|
+
"compatibility": {
|
|
4312
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4313
|
+
"requires": {
|
|
4314
|
+
"bridge": "optional"
|
|
2757
4315
|
}
|
|
2758
|
-
|
|
4316
|
+
}
|
|
2759
4317
|
},
|
|
2760
4318
|
{
|
|
2761
4319
|
"name": "vuex-router-sync",
|
|
@@ -2771,10 +4329,68 @@
|
|
|
2771
4329
|
"maintainers": [
|
|
2772
4330
|
{
|
|
2773
4331
|
"name": "paulgv",
|
|
2774
|
-
"github": "paulgv"
|
|
2775
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4332
|
+
"github": "paulgv"
|
|
2776
4333
|
}
|
|
2777
|
-
]
|
|
4334
|
+
],
|
|
4335
|
+
"compatibility": {
|
|
4336
|
+
"nuxt": "^2.0.0",
|
|
4337
|
+
"requires": {}
|
|
4338
|
+
}
|
|
4339
|
+
},
|
|
4340
|
+
{
|
|
4341
|
+
"name": "web-vitals",
|
|
4342
|
+
"description": "Web Vitals for Nuxt",
|
|
4343
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4344
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4345
|
+
"icon": "",
|
|
4346
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4347
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4348
|
+
"learn_more": "",
|
|
4349
|
+
"category": "Performance",
|
|
4350
|
+
"type": "community",
|
|
4351
|
+
"maintainers": [
|
|
4352
|
+
{
|
|
4353
|
+
"name": "daliborgogic",
|
|
4354
|
+
"github": "daliborgogic"
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"name": "Pooya Parsa",
|
|
4358
|
+
"github": "pi0",
|
|
4359
|
+
"twitter": "_pi0_"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "Sebastien Chopin",
|
|
4363
|
+
"github": "Atinux",
|
|
4364
|
+
"twitter": "Atinux"
|
|
4365
|
+
}
|
|
4366
|
+
],
|
|
4367
|
+
"compatibility": {
|
|
4368
|
+
"nuxt": "^2.0.0",
|
|
4369
|
+
"requires": {}
|
|
4370
|
+
}
|
|
4371
|
+
},
|
|
4372
|
+
{
|
|
4373
|
+
"name": "web3js",
|
|
4374
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4375
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4376
|
+
"npm": "nuxt-web3",
|
|
4377
|
+
"icon": "web3js.svg",
|
|
4378
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4379
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4380
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4381
|
+
"category": "Libraries",
|
|
4382
|
+
"type": "3rd-party",
|
|
4383
|
+
"maintainers": [
|
|
4384
|
+
{
|
|
4385
|
+
"name": "Muhammad Fauzan",
|
|
4386
|
+
"github": "bl0cknumber",
|
|
4387
|
+
"twitter": "fncolon"
|
|
4388
|
+
}
|
|
4389
|
+
],
|
|
4390
|
+
"compatibility": {
|
|
4391
|
+
"nuxt": "^2.0.0",
|
|
4392
|
+
"requires": {}
|
|
4393
|
+
}
|
|
2778
4394
|
},
|
|
2779
4395
|
{
|
|
2780
4396
|
"name": "webfontloader",
|
|
@@ -2790,10 +4406,37 @@
|
|
|
2790
4406
|
"maintainers": [
|
|
2791
4407
|
{
|
|
2792
4408
|
"name": "Developmint",
|
|
2793
|
-
"github": "Developmint"
|
|
2794
|
-
|
|
4409
|
+
"github": "Developmint"
|
|
4410
|
+
}
|
|
4411
|
+
],
|
|
4412
|
+
"compatibility": {
|
|
4413
|
+
"nuxt": "^2.0.0",
|
|
4414
|
+
"requires": {}
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"name": "webpack-optimisations",
|
|
4419
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4420
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4421
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4422
|
+
"icon": "build-optimisations.svg",
|
|
4423
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4424
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4425
|
+
"learn_more": "",
|
|
4426
|
+
"category": "Devtools",
|
|
4427
|
+
"type": "3rd-party",
|
|
4428
|
+
"maintainers": [
|
|
4429
|
+
{
|
|
4430
|
+
"name": "Harlan Wilton",
|
|
4431
|
+
"github": "harlan-zw"
|
|
4432
|
+
}
|
|
4433
|
+
],
|
|
4434
|
+
"compatibility": {
|
|
4435
|
+
"nuxt": "^2.0.0",
|
|
4436
|
+
"requires": {
|
|
4437
|
+
"bridge": "optional"
|
|
2795
4438
|
}
|
|
2796
|
-
|
|
4439
|
+
}
|
|
2797
4440
|
},
|
|
2798
4441
|
{
|
|
2799
4442
|
"name": "webpack-profile",
|
|
@@ -2810,10 +4453,13 @@
|
|
|
2810
4453
|
{
|
|
2811
4454
|
"name": "Pooya Parsa",
|
|
2812
4455
|
"github": "pi0",
|
|
2813
|
-
"twitter": "_pi0_"
|
|
2814
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4456
|
+
"twitter": "_pi0_"
|
|
2815
4457
|
}
|
|
2816
|
-
]
|
|
4458
|
+
],
|
|
4459
|
+
"compatibility": {
|
|
4460
|
+
"nuxt": "^2.0.0",
|
|
4461
|
+
"requires": {}
|
|
4462
|
+
}
|
|
2817
4463
|
},
|
|
2818
4464
|
{
|
|
2819
4465
|
"name": "webpackdashboard",
|
|
@@ -2829,10 +4475,13 @@
|
|
|
2829
4475
|
"maintainers": [
|
|
2830
4476
|
{
|
|
2831
4477
|
"name": "paulgv",
|
|
2832
|
-
"github": "paulgv"
|
|
2833
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4478
|
+
"github": "paulgv"
|
|
2834
4479
|
}
|
|
2835
|
-
]
|
|
4480
|
+
],
|
|
4481
|
+
"compatibility": {
|
|
4482
|
+
"nuxt": "^2.0.0",
|
|
4483
|
+
"requires": {}
|
|
4484
|
+
}
|
|
2836
4485
|
},
|
|
2837
4486
|
{
|
|
2838
4487
|
"name": "webpackmonitor",
|
|
@@ -2849,10 +4498,43 @@
|
|
|
2849
4498
|
{
|
|
2850
4499
|
"name": "Pooya Parsa",
|
|
2851
4500
|
"github": "pi0",
|
|
2852
|
-
"twitter": "_pi0_"
|
|
2853
|
-
|
|
4501
|
+
"twitter": "_pi0_"
|
|
4502
|
+
}
|
|
4503
|
+
],
|
|
4504
|
+
"compatibility": {
|
|
4505
|
+
"nuxt": "^2.0.0",
|
|
4506
|
+
"requires": {}
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "windicss",
|
|
4511
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4512
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4513
|
+
"npm": "nuxt-windicss",
|
|
4514
|
+
"icon": "windicss.svg",
|
|
4515
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4516
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4517
|
+
"learn_more": "https://windicss.org/",
|
|
4518
|
+
"category": "UI",
|
|
4519
|
+
"type": "3rd-party",
|
|
4520
|
+
"maintainers": [
|
|
4521
|
+
{
|
|
4522
|
+
"name": "Harlan Wilton",
|
|
4523
|
+
"github": "harlan-zw",
|
|
4524
|
+
"twitter": "harlan_zw"
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"name": "Anthony Fu",
|
|
4528
|
+
"github": "antfu",
|
|
4529
|
+
"twitter": "antfu7"
|
|
4530
|
+
}
|
|
4531
|
+
],
|
|
4532
|
+
"compatibility": {
|
|
4533
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4534
|
+
"requires": {
|
|
4535
|
+
"bridge": "optional"
|
|
2854
4536
|
}
|
|
2855
|
-
|
|
4537
|
+
}
|
|
2856
4538
|
},
|
|
2857
4539
|
{
|
|
2858
4540
|
"name": "winston-log",
|
|
@@ -2868,10 +4550,13 @@
|
|
|
2868
4550
|
"maintainers": [
|
|
2869
4551
|
{
|
|
2870
4552
|
"name": "aaronransley",
|
|
2871
|
-
"github": "aaronransley"
|
|
2872
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4553
|
+
"github": "aaronransley"
|
|
2873
4554
|
}
|
|
2874
|
-
]
|
|
4555
|
+
],
|
|
4556
|
+
"compatibility": {
|
|
4557
|
+
"nuxt": "^2.0.0",
|
|
4558
|
+
"requires": {}
|
|
4559
|
+
}
|
|
2875
4560
|
},
|
|
2876
4561
|
{
|
|
2877
4562
|
"name": "wp-nuxt",
|
|
@@ -2887,10 +4572,13 @@
|
|
|
2887
4572
|
"maintainers": [
|
|
2888
4573
|
{
|
|
2889
4574
|
"name": "yashha",
|
|
2890
|
-
"github": "yashha"
|
|
2891
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4575
|
+
"github": "yashha"
|
|
2892
4576
|
}
|
|
2893
|
-
]
|
|
4577
|
+
],
|
|
4578
|
+
"compatibility": {
|
|
4579
|
+
"nuxt": "^2.0.0",
|
|
4580
|
+
"requires": {}
|
|
4581
|
+
}
|
|
2894
4582
|
},
|
|
2895
4583
|
{
|
|
2896
4584
|
"name": "xhr-cache",
|
|
@@ -2906,10 +4594,13 @@
|
|
|
2906
4594
|
"maintainers": [
|
|
2907
4595
|
{
|
|
2908
4596
|
"name": "gaetansenn",
|
|
2909
|
-
"github": "gaetansenn"
|
|
2910
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4597
|
+
"github": "gaetansenn"
|
|
2911
4598
|
}
|
|
2912
|
-
]
|
|
4599
|
+
],
|
|
4600
|
+
"compatibility": {
|
|
4601
|
+
"nuxt": "^2.0.0",
|
|
4602
|
+
"requires": {}
|
|
4603
|
+
}
|
|
2913
4604
|
},
|
|
2914
4605
|
{
|
|
2915
4606
|
"name": "xui",
|
|
@@ -2925,18 +4616,22 @@
|
|
|
2925
4616
|
"maintainers": [
|
|
2926
4617
|
{
|
|
2927
4618
|
"name": "MetaCorp",
|
|
2928
|
-
"github": "MetaCorp"
|
|
2929
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4619
|
+
"github": "MetaCorp"
|
|
2930
4620
|
}
|
|
2931
|
-
]
|
|
4621
|
+
],
|
|
4622
|
+
"compatibility": {
|
|
4623
|
+
"nuxt": "^2.0.0",
|
|
4624
|
+
"requires": {}
|
|
4625
|
+
}
|
|
2932
4626
|
},
|
|
2933
4627
|
{
|
|
2934
4628
|
"name": "yandex-metrika",
|
|
2935
|
-
"
|
|
4629
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4630
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2936
4631
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2937
4632
|
"icon": "",
|
|
2938
|
-
"github": "https://github.com/nuxt-community/
|
|
2939
|
-
"website": "https://github.com/nuxt-community/
|
|
4633
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4634
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2940
4635
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2941
4636
|
"category": "Analytics",
|
|
2942
4637
|
"type": "community",
|
|
@@ -2944,10 +4639,13 @@
|
|
|
2944
4639
|
{
|
|
2945
4640
|
"name": "Pooya Parsa",
|
|
2946
4641
|
"github": "pi0",
|
|
2947
|
-
"twitter": "_pi0_"
|
|
2948
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4642
|
+
"twitter": "_pi0_"
|
|
2949
4643
|
}
|
|
2950
|
-
]
|
|
4644
|
+
],
|
|
4645
|
+
"compatibility": {
|
|
4646
|
+
"nuxt": "^2.0.0",
|
|
4647
|
+
"requires": {}
|
|
4648
|
+
}
|
|
2951
4649
|
},
|
|
2952
4650
|
{
|
|
2953
4651
|
"name": "zendesk",
|
|
@@ -2963,9 +4661,12 @@
|
|
|
2963
4661
|
"maintainers": [
|
|
2964
4662
|
{
|
|
2965
4663
|
"name": "DansMaCulotte",
|
|
2966
|
-
"github": "DansMaCulotte"
|
|
2967
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4664
|
+
"github": "DansMaCulotte"
|
|
2968
4665
|
}
|
|
2969
|
-
]
|
|
4666
|
+
],
|
|
4667
|
+
"compatibility": {
|
|
4668
|
+
"nuxt": "^2.0.0",
|
|
4669
|
+
"requires": {}
|
|
4670
|
+
}
|
|
2970
4671
|
}
|
|
2971
4672
|
]
|