@nuxt/modules 0.5.0-b8fb1d → 0.5.0-ba52b2
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} +2602 -628
- package/package.json +2 -45
- 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,14 +381,17 @@
|
|
|
235
381
|
"maintainers": [
|
|
236
382
|
{
|
|
237
383
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
384
|
+
"github": "jtommy"
|
|
240
385
|
}
|
|
241
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
242
391
|
},
|
|
243
392
|
{
|
|
244
393
|
"name": "bugsnag",
|
|
245
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
246
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
247
396
|
"npm": "nuxt-bugsnag",
|
|
248
397
|
"icon": "bugsnag.png",
|
|
@@ -255,9 +404,15 @@
|
|
|
255
404
|
{
|
|
256
405
|
"name": "JulianMar",
|
|
257
406
|
"github": "JulianMar",
|
|
258
|
-
"
|
|
407
|
+
"twitter": "julian_martin96"
|
|
259
408
|
}
|
|
260
|
-
]
|
|
409
|
+
],
|
|
410
|
+
"compatibility": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
415
|
+
}
|
|
261
416
|
},
|
|
262
417
|
{
|
|
263
418
|
"name": "bulma-slim",
|
|
@@ -273,10 +428,13 @@
|
|
|
273
428
|
"maintainers": [
|
|
274
429
|
{
|
|
275
430
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
431
|
+
"github": "mustardamus"
|
|
278
432
|
}
|
|
279
|
-
]
|
|
433
|
+
],
|
|
434
|
+
"compatibility": {
|
|
435
|
+
"nuxt": "^2.0.0",
|
|
436
|
+
"requires": {}
|
|
437
|
+
}
|
|
280
438
|
},
|
|
281
439
|
{
|
|
282
440
|
"name": "bundle-buddy",
|
|
@@ -292,14 +450,17 @@
|
|
|
292
450
|
"maintainers": [
|
|
293
451
|
{
|
|
294
452
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
453
|
+
"github": "Developmint"
|
|
297
454
|
}
|
|
298
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"compatibility": {
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
459
|
+
}
|
|
299
460
|
},
|
|
300
461
|
{
|
|
301
462
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
303
464
|
"repo": "LuXDAmore/generative-art",
|
|
304
465
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
466
|
"icon": "",
|
|
@@ -310,11 +471,59 @@
|
|
|
310
471
|
"type": "3rd-party",
|
|
311
472
|
"maintainers": [
|
|
312
473
|
{
|
|
313
|
-
"name": "
|
|
474
|
+
"name": "Luca Iaconelli",
|
|
314
475
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
476
|
+
"twitter": "luxdamore"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"compatibility": {
|
|
480
|
+
"nuxt": "^2.0.0",
|
|
481
|
+
"requires": {}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "chakra-ui",
|
|
486
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
487
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
488
|
+
"npm": "@chakra-ui/nuxt",
|
|
489
|
+
"icon": "chakra-ui.png",
|
|
490
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
491
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
492
|
+
"learn_more": "",
|
|
493
|
+
"category": "UI",
|
|
494
|
+
"type": "3rd-party",
|
|
495
|
+
"maintainers": [
|
|
496
|
+
{
|
|
497
|
+
"name": "Jonathan Bakebwa",
|
|
498
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "chiffre",
|
|
508
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
509
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
510
|
+
"npm": "nuxt-chiffre",
|
|
511
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
512
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
513
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
514
|
+
"learn_more": "https://chiffre.io",
|
|
515
|
+
"category": "Analytics",
|
|
516
|
+
"type": "3rd-party",
|
|
517
|
+
"maintainers": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Romain Clement",
|
|
520
|
+
"github": "rclement"
|
|
316
521
|
}
|
|
317
|
-
]
|
|
522
|
+
],
|
|
523
|
+
"compatibility": {
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
526
|
+
}
|
|
318
527
|
},
|
|
319
528
|
{
|
|
320
529
|
"name": "client-init",
|
|
@@ -325,15 +534,18 @@
|
|
|
325
534
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
535
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
536
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
537
|
+
"category": "Extensions",
|
|
329
538
|
"type": "3rd-party",
|
|
330
539
|
"maintainers": [
|
|
331
540
|
{
|
|
332
541
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
542
|
+
"github": "potato4d"
|
|
335
543
|
}
|
|
336
|
-
]
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^2.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
337
549
|
},
|
|
338
550
|
{
|
|
339
551
|
"name": "cloudcms",
|
|
@@ -349,10 +561,13 @@
|
|
|
349
561
|
"maintainers": [
|
|
350
562
|
{
|
|
351
563
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
564
|
+
"github": "gitana"
|
|
354
565
|
}
|
|
355
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"compatibility": {
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
570
|
+
}
|
|
356
571
|
},
|
|
357
572
|
{
|
|
358
573
|
"name": "cloudinary",
|
|
@@ -369,10 +584,13 @@
|
|
|
369
584
|
{
|
|
370
585
|
"name": "Maya Shavin",
|
|
371
586
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
587
|
+
"twitter": "MayaShavin"
|
|
374
588
|
}
|
|
375
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"compatibility": {
|
|
591
|
+
"nuxt": "^2.0.0",
|
|
592
|
+
"requires": {}
|
|
593
|
+
}
|
|
376
594
|
},
|
|
377
595
|
{
|
|
378
596
|
"name": "color-mode",
|
|
@@ -389,19 +607,24 @@
|
|
|
389
607
|
{
|
|
390
608
|
"name": "Sébastien Chopin",
|
|
391
609
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
610
|
+
"twitter": "Atinux"
|
|
394
611
|
}
|
|
395
|
-
]
|
|
612
|
+
],
|
|
613
|
+
"compatibility": {
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
615
|
+
"requires": {
|
|
616
|
+
"bridge": "optional"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
396
619
|
},
|
|
397
620
|
{
|
|
398
621
|
"name": "component-cache",
|
|
399
622
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
623
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
624
|
"npm": "@nuxtjs/component-cache",
|
|
402
625
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
626
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
627
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
628
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
629
|
"category": "Performance",
|
|
407
630
|
"type": "community",
|
|
@@ -409,35 +632,13 @@
|
|
|
409
632
|
{
|
|
410
633
|
"name": "Pooya Parsa",
|
|
411
634
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "components",
|
|
419
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
635
|
+
"twitter": "_pi0_"
|
|
439
636
|
}
|
|
440
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^2.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
441
642
|
},
|
|
442
643
|
{
|
|
443
644
|
"name": "composition-api",
|
|
@@ -448,23 +649,26 @@
|
|
|
448
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
650
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
651
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
652
|
+
"category": "Extensions",
|
|
452
653
|
"type": "community",
|
|
453
654
|
"maintainers": [
|
|
454
655
|
{
|
|
455
656
|
"name": "Daniel Roe",
|
|
456
657
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
658
|
+
"twitter": "danielcroe"
|
|
459
659
|
}
|
|
460
|
-
]
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^2.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
461
665
|
},
|
|
462
666
|
{
|
|
463
667
|
"name": "content",
|
|
464
|
-
"description": "
|
|
465
|
-
"repo": "nuxt/content#
|
|
668
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
669
|
+
"repo": "nuxt/content#main",
|
|
466
670
|
"npm": "@nuxt/content",
|
|
467
|
-
"icon": "
|
|
671
|
+
"icon": "nuxt.png",
|
|
468
672
|
"github": "https://github.com/nuxt/content",
|
|
469
673
|
"website": "https://content.nuxtjs.org",
|
|
470
674
|
"learn_more": "",
|
|
@@ -472,18 +676,25 @@
|
|
|
472
676
|
"type": "official",
|
|
473
677
|
"maintainers": [
|
|
474
678
|
{
|
|
475
|
-
"name": "
|
|
476
|
-
"github": "
|
|
477
|
-
"twitter": "
|
|
478
|
-
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
479
687
|
},
|
|
480
688
|
{
|
|
481
689
|
"name": "Sebastien Chopin",
|
|
482
690
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
691
|
+
"twitter": "Atinux"
|
|
485
692
|
}
|
|
486
|
-
]
|
|
693
|
+
],
|
|
694
|
+
"compatibility": {
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
696
|
+
"requires": {}
|
|
697
|
+
}
|
|
487
698
|
},
|
|
488
699
|
{
|
|
489
700
|
"name": "contentful",
|
|
@@ -499,34 +710,61 @@
|
|
|
499
710
|
"maintainers": [
|
|
500
711
|
{
|
|
501
712
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
713
|
+
"github": "scaccogatto"
|
|
504
714
|
}
|
|
505
|
-
]
|
|
715
|
+
],
|
|
716
|
+
"compatibility": {
|
|
717
|
+
"nuxt": "^2.0.0",
|
|
718
|
+
"requires": {}
|
|
719
|
+
}
|
|
506
720
|
},
|
|
507
721
|
{
|
|
508
722
|
"name": "custom-elements",
|
|
509
723
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
724
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
725
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
726
|
+
"icon": "custom-elements.png",
|
|
513
727
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
728
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
729
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
730
|
+
"category": "Extensions",
|
|
517
731
|
"type": "3rd-party",
|
|
518
732
|
"maintainers": [
|
|
519
733
|
{
|
|
520
734
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
735
|
+
"github": "ThornWalli"
|
|
523
736
|
},
|
|
524
737
|
{
|
|
525
738
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
|
|
739
|
+
"github": "GrabarzUndPartner"
|
|
740
|
+
}
|
|
741
|
+
],
|
|
742
|
+
"compatibility": {
|
|
743
|
+
"nuxt": "^2.0.0",
|
|
744
|
+
"requires": {}
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "darkmode.js",
|
|
749
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
750
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
751
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
752
|
+
"icon": "darkmode.png",
|
|
753
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
754
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
755
|
+
"learn_more": "",
|
|
756
|
+
"category": "UI",
|
|
757
|
+
"type": "3rd-party",
|
|
758
|
+
"maintainers": [
|
|
759
|
+
{
|
|
760
|
+
"name": "sandoche",
|
|
761
|
+
"github": "sandoche"
|
|
528
762
|
}
|
|
529
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"compatibility": {
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
767
|
+
}
|
|
530
768
|
},
|
|
531
769
|
{
|
|
532
770
|
"name": "date-fns",
|
|
@@ -542,10 +780,35 @@
|
|
|
542
780
|
"maintainers": [
|
|
543
781
|
{
|
|
544
782
|
"name": "Ricardo Gobbo de Souza",
|
|
545
|
-
"github": "ricardogobbosouza"
|
|
546
|
-
|
|
783
|
+
"github": "ricardogobbosouza"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"compatibility": {
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "datocms",
|
|
793
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
794
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
+
"icon": "datocms.png",
|
|
797
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
|
+
"learn_more": "https://www.datocms.com/",
|
|
800
|
+
"category": "CMS",
|
|
801
|
+
"type": "3rd-party",
|
|
802
|
+
"maintainers": [
|
|
803
|
+
{
|
|
804
|
+
"name": "Frankwarnaar",
|
|
805
|
+
"github": "Frankwarnaar"
|
|
547
806
|
}
|
|
548
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
549
812
|
},
|
|
550
813
|
{
|
|
551
814
|
"name": "dayjs",
|
|
@@ -562,10 +825,36 @@
|
|
|
562
825
|
{
|
|
563
826
|
"name": "Takuma HANATANI",
|
|
564
827
|
"github": "potato4d",
|
|
565
|
-
"twitter": "potato4d"
|
|
566
|
-
|
|
828
|
+
"twitter": "potato4d"
|
|
829
|
+
}
|
|
830
|
+
],
|
|
831
|
+
"compatibility": {
|
|
832
|
+
"nuxt": "^2.0.0",
|
|
833
|
+
"requires": {}
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
567
852
|
}
|
|
568
|
-
]
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
569
858
|
},
|
|
570
859
|
{
|
|
571
860
|
"name": "device",
|
|
@@ -576,15 +865,43 @@
|
|
|
576
865
|
"github": "https://github.com/nuxt-community/device-module",
|
|
577
866
|
"website": "https://github.com/nuxt-community/device-module",
|
|
578
867
|
"learn_more": "",
|
|
579
|
-
"category": "
|
|
868
|
+
"category": "Extensions",
|
|
580
869
|
"type": "community",
|
|
581
870
|
"maintainers": [
|
|
582
871
|
{
|
|
583
872
|
"name": "Shinji Yamada",
|
|
584
|
-
"github": "dotneet"
|
|
585
|
-
|
|
873
|
+
"github": "dotneet"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"compatibility": {
|
|
877
|
+
"nuxt": "^2.0.0",
|
|
878
|
+
"requires": {}
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "directus",
|
|
883
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
884
|
+
"repo": "intevel/nuxt-directus",
|
|
885
|
+
"npm": "nuxt-directus",
|
|
886
|
+
"icon": "directus.svg",
|
|
887
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
888
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
889
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
890
|
+
"category": "CMS",
|
|
891
|
+
"type": "3rd-party",
|
|
892
|
+
"maintainers": [
|
|
893
|
+
{
|
|
894
|
+
"name": "Conner Bachmann",
|
|
895
|
+
"github": "intevel",
|
|
896
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
586
897
|
}
|
|
587
|
-
]
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
903
|
+
}
|
|
904
|
+
}
|
|
588
905
|
},
|
|
589
906
|
{
|
|
590
907
|
"name": "dotenv",
|
|
@@ -595,15 +912,73 @@
|
|
|
595
912
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
596
913
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
597
914
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
598
|
-
"category": "
|
|
915
|
+
"category": "Extensions",
|
|
599
916
|
"type": "community",
|
|
600
917
|
"maintainers": [
|
|
601
918
|
{
|
|
602
919
|
"name": "Julien Tant",
|
|
603
|
-
"github": "JulienTant"
|
|
604
|
-
|
|
920
|
+
"github": "JulienTant"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"compatibility": {
|
|
924
|
+
"nuxt": "^2.0.0",
|
|
925
|
+
"requires": {}
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "drupal-ce",
|
|
930
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
931
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
932
|
+
"npm": "nuxtjs-drupal-ce",
|
|
933
|
+
"icon": "drupal-ce.png",
|
|
934
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
935
|
+
"website": "https://stack.lupus.digital",
|
|
936
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
937
|
+
"category": "CMS",
|
|
938
|
+
"type": "3rd-party",
|
|
939
|
+
"maintainers": [
|
|
940
|
+
{
|
|
941
|
+
"name": "Wolfgang Ziegler // fago",
|
|
942
|
+
"github": "fago",
|
|
943
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "Maximilian Götz-Mikus",
|
|
947
|
+
"github": "maximilianmikus",
|
|
948
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "David Licen",
|
|
952
|
+
"github": "davision",
|
|
953
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"compatibility": {
|
|
957
|
+
"nuxt": "^2.0.0",
|
|
958
|
+
"requires": {}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "druxt",
|
|
963
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
964
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
965
|
+
"npm": "druxt",
|
|
966
|
+
"icon": "druxt.svg",
|
|
967
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
968
|
+
"website": "https://druxtjs.org",
|
|
969
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
970
|
+
"category": "CMS",
|
|
971
|
+
"type": "3rd-party",
|
|
972
|
+
"maintainers": [
|
|
973
|
+
{
|
|
974
|
+
"name": "Decipher",
|
|
975
|
+
"github": "decipher"
|
|
605
976
|
}
|
|
606
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"compatibility": {
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
981
|
+
}
|
|
607
982
|
},
|
|
608
983
|
{
|
|
609
984
|
"name": "emotion",
|
|
@@ -614,16 +989,19 @@
|
|
|
614
989
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
615
990
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
616
991
|
"learn_more": "https://emotion.sh/",
|
|
617
|
-
"category": "
|
|
992
|
+
"category": "Extensions",
|
|
618
993
|
"type": "community",
|
|
619
994
|
"maintainers": [
|
|
620
995
|
{
|
|
621
996
|
"name": "Pooya Parsa",
|
|
622
997
|
"github": "pi0",
|
|
623
|
-
"twitter": "_pi0_"
|
|
624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
998
|
+
"twitter": "_pi0_"
|
|
625
999
|
}
|
|
626
|
-
]
|
|
1000
|
+
],
|
|
1001
|
+
"compatibility": {
|
|
1002
|
+
"nuxt": "^2.0.0",
|
|
1003
|
+
"requires": {}
|
|
1004
|
+
}
|
|
627
1005
|
},
|
|
628
1006
|
{
|
|
629
1007
|
"name": "eslint",
|
|
@@ -639,10 +1017,13 @@
|
|
|
639
1017
|
"maintainers": [
|
|
640
1018
|
{
|
|
641
1019
|
"name": "Ricardo Gobbo de Souza",
|
|
642
|
-
"github": "ricardogobbosouza"
|
|
643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1020
|
+
"github": "ricardogobbosouza"
|
|
644
1021
|
}
|
|
645
|
-
]
|
|
1022
|
+
],
|
|
1023
|
+
"compatibility": {
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
1026
|
+
}
|
|
646
1027
|
},
|
|
647
1028
|
{
|
|
648
1029
|
"name": "event-trace",
|
|
@@ -658,10 +1039,35 @@
|
|
|
658
1039
|
"maintainers": [
|
|
659
1040
|
{
|
|
660
1041
|
"name": "Xin Du",
|
|
661
|
-
"github": "clarkdo"
|
|
662
|
-
|
|
1042
|
+
"github": "clarkdo"
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"nuxt": "^2.0.0",
|
|
1047
|
+
"requires": {}
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "fathom",
|
|
1052
|
+
"description": "Fathom analytics for Nuxt",
|
|
1053
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1054
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1055
|
+
"icon": "fathom.png",
|
|
1056
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1057
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1058
|
+
"learn_more": "https://usefathom.com/",
|
|
1059
|
+
"category": "Analytics",
|
|
1060
|
+
"type": "3rd-party",
|
|
1061
|
+
"maintainers": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "yabhq",
|
|
1064
|
+
"github": "yabhq"
|
|
663
1065
|
}
|
|
664
|
-
]
|
|
1066
|
+
],
|
|
1067
|
+
"compatibility": {
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
1070
|
+
}
|
|
665
1071
|
},
|
|
666
1072
|
{
|
|
667
1073
|
"name": "feature-toggle",
|
|
@@ -672,19 +1078,22 @@
|
|
|
672
1078
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
673
1079
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
674
1080
|
"learn_more": "",
|
|
675
|
-
"category": "
|
|
1081
|
+
"category": "Extensions",
|
|
676
1082
|
"type": "3rd-party",
|
|
677
1083
|
"maintainers": [
|
|
678
1084
|
{
|
|
679
1085
|
"name": "stephenkr",
|
|
680
|
-
"github": "stephenkr"
|
|
681
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1086
|
+
"github": "stephenkr"
|
|
682
1087
|
}
|
|
683
|
-
]
|
|
1088
|
+
],
|
|
1089
|
+
"compatibility": {
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1092
|
+
}
|
|
684
1093
|
},
|
|
685
1094
|
{
|
|
686
1095
|
"name": "feed",
|
|
687
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
688
1097
|
"repo": "nuxt-community/feed-module",
|
|
689
1098
|
"npm": "@nuxtjs/feed",
|
|
690
1099
|
"icon": "",
|
|
@@ -697,15 +1106,18 @@
|
|
|
697
1106
|
{
|
|
698
1107
|
"name": "Alexander Lichter",
|
|
699
1108
|
"github": "manniL",
|
|
700
|
-
"twitter": "TheAlexLichter"
|
|
701
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1109
|
+
"twitter": "TheAlexLichter"
|
|
702
1110
|
}
|
|
703
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"compatibility": {
|
|
1113
|
+
"nuxt": "^2.0.0",
|
|
1114
|
+
"requires": {}
|
|
1115
|
+
}
|
|
704
1116
|
},
|
|
705
1117
|
{
|
|
706
1118
|
"name": "firebase",
|
|
707
|
-
"description": "
|
|
708
|
-
"repo": "nuxt-community/firebase-module",
|
|
1119
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
709
1121
|
"npm": "@nuxtjs/firebase",
|
|
710
1122
|
"icon": "firebase.png",
|
|
711
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -716,10 +1128,35 @@
|
|
|
716
1128
|
"maintainers": [
|
|
717
1129
|
{
|
|
718
1130
|
"name": "Pascal Luther",
|
|
719
|
-
"github": "lupas"
|
|
720
|
-
|
|
1131
|
+
"github": "lupas"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"compatibility": {
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "floating-prompt-module",
|
|
1141
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1142
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1143
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1144
|
+
"icon": "",
|
|
1145
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1146
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1147
|
+
"learn_more": "",
|
|
1148
|
+
"category": "Libraries",
|
|
1149
|
+
"type": "3rd-party",
|
|
1150
|
+
"maintainers": [
|
|
1151
|
+
{
|
|
1152
|
+
"name": "sandoche",
|
|
1153
|
+
"github": "sandoche"
|
|
721
1154
|
}
|
|
722
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
723
1160
|
},
|
|
724
1161
|
{
|
|
725
1162
|
"name": "font-loader-strategy",
|
|
@@ -735,10 +1172,35 @@
|
|
|
735
1172
|
"maintainers": [
|
|
736
1173
|
{
|
|
737
1174
|
"name": "GrabarzUndPartner",
|
|
738
|
-
"github": "GrabarzUndPartner"
|
|
739
|
-
|
|
1175
|
+
"github": "GrabarzUndPartner"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "fontagon",
|
|
1185
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1186
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1187
|
+
"npm": "nuxt-fontagon",
|
|
1188
|
+
"icon": "fontagon.png",
|
|
1189
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1190
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1191
|
+
"learn_more": "",
|
|
1192
|
+
"category": "Libraries",
|
|
1193
|
+
"type": "3rd-party",
|
|
1194
|
+
"maintainers": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "kdydesign",
|
|
1197
|
+
"github": "kdydesign"
|
|
740
1198
|
}
|
|
741
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
742
1204
|
},
|
|
743
1205
|
{
|
|
744
1206
|
"name": "fontawesome",
|
|
@@ -754,10 +1216,41 @@
|
|
|
754
1216
|
"maintainers": [
|
|
755
1217
|
{
|
|
756
1218
|
"name": "Pim",
|
|
757
|
-
"github": "pimlie"
|
|
758
|
-
|
|
1219
|
+
"github": "pimlie"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"compatibility": {
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "formkit",
|
|
1229
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1232
|
+
"icon": "formkit.png",
|
|
1233
|
+
"github": "https://github.com/formkit/formkit",
|
|
1234
|
+
"website": "https://formkit.com",
|
|
1235
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Justin Schroeder",
|
|
1241
|
+
"github": "justin-schroeder",
|
|
1242
|
+
"twitter": "jpschroeder"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Andrew Boyd",
|
|
1246
|
+
"github": "andrew-boyd",
|
|
1247
|
+
"twitter": "0xBOYD"
|
|
759
1248
|
}
|
|
760
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
761
1254
|
},
|
|
762
1255
|
{
|
|
763
1256
|
"name": "fullpage",
|
|
@@ -773,10 +1266,35 @@
|
|
|
773
1266
|
"maintainers": [
|
|
774
1267
|
{
|
|
775
1268
|
"name": "vaso2",
|
|
776
|
-
"github": "vaso2"
|
|
777
|
-
|
|
1269
|
+
"github": "vaso2"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": "^2.0.0",
|
|
1274
|
+
"requires": {}
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "github-api",
|
|
1279
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1280
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1281
|
+
"npm": "nuxt-github-api",
|
|
1282
|
+
"icon": "github.svg",
|
|
1283
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1284
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1285
|
+
"learn_more": "",
|
|
1286
|
+
"category": "Request",
|
|
1287
|
+
"type": "3rd-party",
|
|
1288
|
+
"maintainers": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "lindsaykwardell",
|
|
1291
|
+
"github": "lindsaykwardell"
|
|
778
1292
|
}
|
|
779
|
-
]
|
|
1293
|
+
],
|
|
1294
|
+
"compatibility": {
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1297
|
+
}
|
|
780
1298
|
},
|
|
781
1299
|
{
|
|
782
1300
|
"name": "google-adsense",
|
|
@@ -792,10 +1310,13 @@
|
|
|
792
1310
|
"maintainers": [
|
|
793
1311
|
{
|
|
794
1312
|
"name": "Troy Morehouse",
|
|
795
|
-
"github": "tmorehouse"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1313
|
+
"github": "tmorehouse"
|
|
797
1314
|
}
|
|
798
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"compatibility": {
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1319
|
+
}
|
|
799
1320
|
},
|
|
800
1321
|
{
|
|
801
1322
|
"name": "google-analytics",
|
|
@@ -812,28 +1333,29 @@
|
|
|
812
1333
|
{
|
|
813
1334
|
"name": "Pooya Parsa",
|
|
814
1335
|
"github": "pi0",
|
|
815
|
-
"twitter": "_pi0_"
|
|
816
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1336
|
+
"twitter": "_pi0_"
|
|
817
1337
|
},
|
|
818
1338
|
{
|
|
819
1339
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1340
|
+
"github": "ricardogobbosouza"
|
|
822
1341
|
},
|
|
823
1342
|
{
|
|
824
1343
|
"name": "Matteo Gabriele",
|
|
825
1344
|
"github": "MatteoGabriele",
|
|
826
|
-
"twitter": "matteo_gabriele"
|
|
827
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1345
|
+
"twitter": "matteo_gabriele"
|
|
828
1346
|
}
|
|
829
|
-
]
|
|
1347
|
+
],
|
|
1348
|
+
"compatibility": {
|
|
1349
|
+
"nuxt": "^2.0.0",
|
|
1350
|
+
"requires": {}
|
|
1351
|
+
}
|
|
830
1352
|
},
|
|
831
1353
|
{
|
|
832
1354
|
"name": "google-fonts",
|
|
833
1355
|
"description": "Google Fonts module for NuxtJS",
|
|
834
1356
|
"repo": "nuxt-community/google-fonts-module",
|
|
835
1357
|
"npm": "@nuxtjs/google-fonts",
|
|
836
|
-
"icon": "google-fonts.
|
|
1358
|
+
"icon": "google-fonts.png",
|
|
837
1359
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
838
1360
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
839
1361
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -842,10 +1364,15 @@
|
|
|
842
1364
|
"maintainers": [
|
|
843
1365
|
{
|
|
844
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
845
|
-
"github": "ricardogobbosouza"
|
|
846
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
847
1368
|
}
|
|
848
|
-
]
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
849
1376
|
},
|
|
850
1377
|
{
|
|
851
1378
|
"name": "google-gtag",
|
|
@@ -861,15 +1388,17 @@
|
|
|
861
1388
|
"maintainers": [
|
|
862
1389
|
{
|
|
863
1390
|
"name": "Dominic Garms",
|
|
864
|
-
"github": "dohomi"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1391
|
+
"github": "dohomi"
|
|
866
1392
|
},
|
|
867
1393
|
{
|
|
868
1394
|
"name": "Ricardo Gobbo de Souza",
|
|
869
|
-
"github": "ricardogobbosouza"
|
|
870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1395
|
+
"github": "ricardogobbosouza"
|
|
871
1396
|
}
|
|
872
|
-
]
|
|
1397
|
+
],
|
|
1398
|
+
"compatibility": {
|
|
1399
|
+
"nuxt": "^2.0.0",
|
|
1400
|
+
"requires": {}
|
|
1401
|
+
}
|
|
873
1402
|
},
|
|
874
1403
|
{
|
|
875
1404
|
"name": "google-optimize",
|
|
@@ -886,22 +1415,67 @@
|
|
|
886
1415
|
{
|
|
887
1416
|
"name": "Pooya Parsa",
|
|
888
1417
|
"github": "pi0",
|
|
889
|
-
"twitter": "_pi0_"
|
|
890
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1418
|
+
"twitter": "_pi0_"
|
|
891
1419
|
},
|
|
892
1420
|
{
|
|
893
1421
|
"name": "Farzad Soltani",
|
|
894
1422
|
"github": "farzadso",
|
|
895
|
-
"twitter": "farzadso"
|
|
896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1423
|
+
"twitter": "farzadso"
|
|
897
1424
|
},
|
|
898
1425
|
{
|
|
899
1426
|
"name": "Josh Deltener",
|
|
900
1427
|
"github": "hecktarzuli",
|
|
901
|
-
"twitter": "JoshDeltener"
|
|
902
|
-
|
|
1428
|
+
"twitter": "JoshDeltener"
|
|
1429
|
+
}
|
|
1430
|
+
],
|
|
1431
|
+
"compatibility": {
|
|
1432
|
+
"nuxt": "^2.0.0",
|
|
1433
|
+
"requires": {}
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "graphql-client",
|
|
1438
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1439
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1440
|
+
"npm": "nuxt-graphql-client",
|
|
1441
|
+
"icon": "graphql-client.svg",
|
|
1442
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1443
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1444
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1445
|
+
"category": "Request",
|
|
1446
|
+
"type": "3rd-party",
|
|
1447
|
+
"maintainers": [
|
|
1448
|
+
{
|
|
1449
|
+
"name": "Diizzayy",
|
|
1450
|
+
"github": "diizzayy"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"nuxt": "^3.0.0",
|
|
1455
|
+
"requires": {}
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "graphql-request",
|
|
1460
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1461
|
+
"repo": "gomah/nuxt-graphql-request",
|
|
1462
|
+
"npm": "nuxt-graphql-request",
|
|
1463
|
+
"icon": "graphql-request.png",
|
|
1464
|
+
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1465
|
+
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
1466
|
+
"learn_more": "",
|
|
1467
|
+
"category": "Request",
|
|
1468
|
+
"type": "3rd-party",
|
|
1469
|
+
"maintainers": [
|
|
1470
|
+
{
|
|
1471
|
+
"name": "gomah",
|
|
1472
|
+
"github": "gomah"
|
|
903
1473
|
}
|
|
904
|
-
]
|
|
1474
|
+
],
|
|
1475
|
+
"compatibility": {
|
|
1476
|
+
"nuxt": "^2.0.0",
|
|
1477
|
+
"requires": {}
|
|
1478
|
+
}
|
|
905
1479
|
},
|
|
906
1480
|
{
|
|
907
1481
|
"name": "gtm",
|
|
@@ -918,10 +1492,13 @@
|
|
|
918
1492
|
{
|
|
919
1493
|
"name": "Pooya Parsa",
|
|
920
1494
|
"github": "pi0",
|
|
921
|
-
"twitter": "_pi0_"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1495
|
+
"twitter": "_pi0_"
|
|
923
1496
|
}
|
|
924
|
-
]
|
|
1497
|
+
],
|
|
1498
|
+
"compatibility": {
|
|
1499
|
+
"nuxt": "^2.0.0",
|
|
1500
|
+
"requires": {}
|
|
1501
|
+
}
|
|
925
1502
|
},
|
|
926
1503
|
{
|
|
927
1504
|
"name": "guess",
|
|
@@ -937,10 +1514,59 @@
|
|
|
937
1514
|
"maintainers": [
|
|
938
1515
|
{
|
|
939
1516
|
"name": "Xin Du",
|
|
940
|
-
"github": "clarkdo"
|
|
941
|
-
|
|
1517
|
+
"github": "clarkdo"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"compatibility": {
|
|
1521
|
+
"nuxt": "^2.0.0",
|
|
1522
|
+
"requires": {}
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "harlem",
|
|
1527
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1529
|
+
"npm": "@nuxtjs/harlem",
|
|
1530
|
+
"icon": "harlem.svg",
|
|
1531
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1532
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1533
|
+
"learn_more": "https://harlemjs.com/",
|
|
1534
|
+
"category": "Extensions",
|
|
1535
|
+
"type": "community",
|
|
1536
|
+
"maintainers": [
|
|
1537
|
+
{
|
|
1538
|
+
"name": "Daniel Roe",
|
|
1539
|
+
"github": "danielroe",
|
|
1540
|
+
"twitter": "danielcroe"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"compatibility": {
|
|
1544
|
+
"nuxt": "^3.0.0",
|
|
1545
|
+
"requires": {}
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "headway",
|
|
1550
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1551
|
+
"repo": "l-portet/nuxt-headway",
|
|
1552
|
+
"npm": "nuxt-headway",
|
|
1553
|
+
"icon": "headway.png",
|
|
1554
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1555
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1556
|
+
"learn_more": "https://headwayapp.co/",
|
|
1557
|
+
"category": "UI",
|
|
1558
|
+
"type": "3rd-party",
|
|
1559
|
+
"maintainers": [
|
|
1560
|
+
{
|
|
1561
|
+
"name": "l-portet",
|
|
1562
|
+
"github": "l-portet",
|
|
1563
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
942
1564
|
}
|
|
943
|
-
]
|
|
1565
|
+
],
|
|
1566
|
+
"compatibility": {
|
|
1567
|
+
"nuxt": "^2.0.0",
|
|
1568
|
+
"requires": {}
|
|
1569
|
+
}
|
|
944
1570
|
},
|
|
945
1571
|
{
|
|
946
1572
|
"name": "helmet",
|
|
@@ -956,10 +1582,13 @@
|
|
|
956
1582
|
"maintainers": [
|
|
957
1583
|
{
|
|
958
1584
|
"name": "victor-perez",
|
|
959
|
-
"github": "victor-perez"
|
|
960
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1585
|
+
"github": "victor-perez"
|
|
961
1586
|
}
|
|
962
|
-
]
|
|
1587
|
+
],
|
|
1588
|
+
"compatibility": {
|
|
1589
|
+
"nuxt": "^2.0.0",
|
|
1590
|
+
"requires": {}
|
|
1591
|
+
}
|
|
963
1592
|
},
|
|
964
1593
|
{
|
|
965
1594
|
"name": "highcharts",
|
|
@@ -975,10 +1604,13 @@
|
|
|
975
1604
|
"maintainers": [
|
|
976
1605
|
{
|
|
977
1606
|
"name": "richardeschloss",
|
|
978
|
-
"github": "richardeschloss"
|
|
979
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1607
|
+
"github": "richardeschloss"
|
|
980
1608
|
}
|
|
981
|
-
]
|
|
1609
|
+
],
|
|
1610
|
+
"compatibility": {
|
|
1611
|
+
"nuxt": "^2.0.0",
|
|
1612
|
+
"requires": {}
|
|
1613
|
+
}
|
|
982
1614
|
},
|
|
983
1615
|
{
|
|
984
1616
|
"name": "history-state",
|
|
@@ -989,15 +1621,18 @@
|
|
|
989
1621
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
990
1622
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
991
1623
|
"learn_more": "",
|
|
992
|
-
"category": "
|
|
1624
|
+
"category": "Extensions",
|
|
993
1625
|
"type": "3rd-party",
|
|
994
1626
|
"maintainers": [
|
|
995
1627
|
{
|
|
996
1628
|
"name": "hidekatsu-izuno",
|
|
997
|
-
"github": "hidekatsu-izuno"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1629
|
+
"github": "hidekatsu-izuno"
|
|
999
1630
|
}
|
|
1000
|
-
]
|
|
1631
|
+
],
|
|
1632
|
+
"compatibility": {
|
|
1633
|
+
"nuxt": "^2.0.0",
|
|
1634
|
+
"requires": {}
|
|
1635
|
+
}
|
|
1001
1636
|
},
|
|
1002
1637
|
{
|
|
1003
1638
|
"name": "html-minifier",
|
|
@@ -1013,18 +1648,21 @@
|
|
|
1013
1648
|
"maintainers": [
|
|
1014
1649
|
{
|
|
1015
1650
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1651
|
+
"github": "clarkdo"
|
|
1018
1652
|
}
|
|
1019
|
-
]
|
|
1653
|
+
],
|
|
1654
|
+
"compatibility": {
|
|
1655
|
+
"nuxt": "^2.0.0",
|
|
1656
|
+
"requires": {}
|
|
1657
|
+
}
|
|
1020
1658
|
},
|
|
1021
1659
|
{
|
|
1022
1660
|
"name": "html-validator",
|
|
1023
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1024
|
-
"repo": "nuxt-
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1025
1663
|
"npm": "@nuxtjs/html-validator",
|
|
1026
1664
|
"icon": "html-validator.png",
|
|
1027
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1028
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1029
1667
|
"learn_more": "https://html-validate.org",
|
|
1030
1668
|
"category": "Performance",
|
|
@@ -1033,10 +1671,13 @@
|
|
|
1033
1671
|
{
|
|
1034
1672
|
"name": "Daniel Roe",
|
|
1035
1673
|
"github": "danielroe",
|
|
1036
|
-
"twitter": "danielcroe"
|
|
1037
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1674
|
+
"twitter": "danielcroe"
|
|
1038
1675
|
}
|
|
1039
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"compatibility": {
|
|
1678
|
+
"nuxt": "^2.0.0",
|
|
1679
|
+
"requires": {}
|
|
1680
|
+
}
|
|
1040
1681
|
},
|
|
1041
1682
|
{
|
|
1042
1683
|
"name": "http",
|
|
@@ -1053,16 +1694,41 @@
|
|
|
1053
1694
|
{
|
|
1054
1695
|
"name": "Pooya Parsa",
|
|
1055
1696
|
"github": "pi0",
|
|
1056
|
-
"twitter": "_pi0_"
|
|
1057
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1697
|
+
"twitter": "_pi0_"
|
|
1058
1698
|
},
|
|
1059
1699
|
{
|
|
1060
1700
|
"name": "Sébastien Chopin",
|
|
1061
1701
|
"github": "Atinux",
|
|
1062
|
-
"twitter": "Atinux"
|
|
1063
|
-
|
|
1702
|
+
"twitter": "Atinux"
|
|
1703
|
+
}
|
|
1704
|
+
],
|
|
1705
|
+
"compatibility": {
|
|
1706
|
+
"nuxt": "^2.0.0",
|
|
1707
|
+
"requires": {}
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "humans-txt",
|
|
1712
|
+
"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.",
|
|
1713
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1714
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1715
|
+
"icon": "",
|
|
1716
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1717
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1718
|
+
"learn_more": "https://humanstxt.org/",
|
|
1719
|
+
"category": "SEO",
|
|
1720
|
+
"type": "3rd-party",
|
|
1721
|
+
"maintainers": [
|
|
1722
|
+
{
|
|
1723
|
+
"name": "Luca Iaconelli",
|
|
1724
|
+
"github": "LuXDAmore",
|
|
1725
|
+
"twitter": "luxdamore"
|
|
1064
1726
|
}
|
|
1065
|
-
]
|
|
1727
|
+
],
|
|
1728
|
+
"compatibility": {
|
|
1729
|
+
"nuxt": "^2.0.0",
|
|
1730
|
+
"requires": {}
|
|
1731
|
+
}
|
|
1066
1732
|
},
|
|
1067
1733
|
{
|
|
1068
1734
|
"name": "i18n",
|
|
@@ -1073,20 +1739,44 @@
|
|
|
1073
1739
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1074
1740
|
"website": "https://i18n.nuxtjs.org",
|
|
1075
1741
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1076
|
-
"category": "
|
|
1742
|
+
"category": "Extensions",
|
|
1077
1743
|
"type": "community",
|
|
1078
1744
|
"maintainers": [
|
|
1079
1745
|
{
|
|
1080
1746
|
"name": "Rafał Chłodnicki",
|
|
1081
|
-
"github": "rchl"
|
|
1082
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1747
|
+
"github": "rchl"
|
|
1083
1748
|
},
|
|
1084
1749
|
{
|
|
1085
|
-
"name": "
|
|
1086
|
-
"github": "
|
|
1087
|
-
|
|
1750
|
+
"name": "Kazuya Kawaguchi",
|
|
1751
|
+
"github": "kazupon"
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1754
|
+
"compatibility": {
|
|
1755
|
+
"nuxt": "^2.0.0",
|
|
1756
|
+
"requires": {}
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icons",
|
|
1761
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1762
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1763
|
+
"npm": "nuxt-icons",
|
|
1764
|
+
"icon": "icons.png",
|
|
1765
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1766
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "3rd-party",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Sebastian Wludzik",
|
|
1773
|
+
"github": "gitfoxcode"
|
|
1088
1774
|
}
|
|
1089
|
-
]
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1090
1780
|
},
|
|
1091
1781
|
{
|
|
1092
1782
|
"name": "image-loader",
|
|
@@ -1102,10 +1792,13 @@
|
|
|
1102
1792
|
"maintainers": [
|
|
1103
1793
|
{
|
|
1104
1794
|
"name": "Barry Fisher",
|
|
1105
|
-
"github": "Barry-Fisher"
|
|
1106
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1795
|
+
"github": "Barry-Fisher"
|
|
1107
1796
|
}
|
|
1108
|
-
]
|
|
1797
|
+
],
|
|
1798
|
+
"compatibility": {
|
|
1799
|
+
"nuxt": "^2.0.0",
|
|
1800
|
+
"requires": {}
|
|
1801
|
+
}
|
|
1109
1802
|
},
|
|
1110
1803
|
{
|
|
1111
1804
|
"name": "image",
|
|
@@ -1122,22 +1815,25 @@
|
|
|
1122
1815
|
{
|
|
1123
1816
|
"name": "Ahad Birang",
|
|
1124
1817
|
"github": "farnabaz",
|
|
1125
|
-
"twitter": "a_birang"
|
|
1126
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1818
|
+
"twitter": "a_birang"
|
|
1127
1819
|
},
|
|
1128
1820
|
{
|
|
1129
1821
|
"name": "Pooya Parsa",
|
|
1130
1822
|
"github": "pi0",
|
|
1131
|
-
"twitter": "_pi0_"
|
|
1132
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1823
|
+
"twitter": "_pi0_"
|
|
1133
1824
|
},
|
|
1134
1825
|
{
|
|
1135
1826
|
"name": "Sebastien Chopin",
|
|
1136
1827
|
"github": "Atinux",
|
|
1137
|
-
"twitter": "Atinux"
|
|
1138
|
-
|
|
1828
|
+
"twitter": "Atinux"
|
|
1829
|
+
}
|
|
1830
|
+
],
|
|
1831
|
+
"compatibility": {
|
|
1832
|
+
"nuxt": "^2.0.0",
|
|
1833
|
+
"requires": {
|
|
1834
|
+
"bridge": "optional"
|
|
1139
1835
|
}
|
|
1140
|
-
|
|
1836
|
+
}
|
|
1141
1837
|
},
|
|
1142
1838
|
{
|
|
1143
1839
|
"name": "imagemin",
|
|
@@ -1153,10 +1849,38 @@
|
|
|
1153
1849
|
"maintainers": [
|
|
1154
1850
|
{
|
|
1155
1851
|
"name": "Ricardo Gobbo de Souza",
|
|
1156
|
-
"github": "ricardogobbosouza"
|
|
1157
|
-
|
|
1852
|
+
"github": "ricardogobbosouza"
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"compatibility": {
|
|
1856
|
+
"nuxt": "^2.0.0",
|
|
1857
|
+
"requires": {}
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "inkline",
|
|
1862
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1863
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1864
|
+
"npm": "@inkline/nuxt",
|
|
1865
|
+
"icon": "inkline.svg",
|
|
1866
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1867
|
+
"website": "https://inkline.io",
|
|
1868
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1869
|
+
"category": "UI",
|
|
1870
|
+
"type": "3rd-party",
|
|
1871
|
+
"maintainers": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "Alex Grozav",
|
|
1874
|
+
"github": "alexgrozav",
|
|
1875
|
+
"twitter": "alexgrozav"
|
|
1158
1876
|
}
|
|
1159
|
-
]
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
|
+
"requires": {
|
|
1881
|
+
"bridge": true
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1160
1884
|
},
|
|
1161
1885
|
{
|
|
1162
1886
|
"name": "intercom",
|
|
@@ -1172,10 +1896,58 @@
|
|
|
1172
1896
|
"maintainers": [
|
|
1173
1897
|
{
|
|
1174
1898
|
"name": "hex-digital",
|
|
1175
|
-
"github": "hex-digital"
|
|
1176
|
-
|
|
1899
|
+
"github": "hex-digital"
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"compatibility": {
|
|
1903
|
+
"nuxt": "^2.0.0",
|
|
1904
|
+
"requires": {}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "ionic",
|
|
1909
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1911
|
+
"npm": "nuxt-ionic",
|
|
1912
|
+
"icon": "ionic.svg",
|
|
1913
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1914
|
+
"website": "https://ionic.roe.dev",
|
|
1915
|
+
"learn_more": "https://ionicframework.com",
|
|
1916
|
+
"category": "Libraries",
|
|
1917
|
+
"type": "3rd-party",
|
|
1918
|
+
"maintainers": [
|
|
1919
|
+
{
|
|
1920
|
+
"name": "Daniel Roe",
|
|
1921
|
+
"github": "danielroe",
|
|
1922
|
+
"twitter": "danielcroe"
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"compatibility": {
|
|
1926
|
+
"nuxt": "^3.0.0",
|
|
1927
|
+
"requires": {}
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "jsonapi",
|
|
1932
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1933
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1934
|
+
"npm": "nuxt-jsonapi",
|
|
1935
|
+
"icon": "jsonapi.svg",
|
|
1936
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1937
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1938
|
+
"learn_more": "",
|
|
1939
|
+
"category": "Request",
|
|
1940
|
+
"type": "3rd-party",
|
|
1941
|
+
"maintainers": [
|
|
1942
|
+
{
|
|
1943
|
+
"name": "patrickcate",
|
|
1944
|
+
"github": "patrickcate"
|
|
1177
1945
|
}
|
|
1178
|
-
]
|
|
1946
|
+
],
|
|
1947
|
+
"compatibility": {
|
|
1948
|
+
"nuxt": "^2.0.0",
|
|
1949
|
+
"requires": {}
|
|
1950
|
+
}
|
|
1179
1951
|
},
|
|
1180
1952
|
{
|
|
1181
1953
|
"name": "kentico-kontent",
|
|
@@ -1191,10 +1963,37 @@
|
|
|
1191
1963
|
"maintainers": [
|
|
1192
1964
|
{
|
|
1193
1965
|
"name": "Alfred Brockötter",
|
|
1194
|
-
"github": "Domitnator"
|
|
1195
|
-
|
|
1966
|
+
"github": "Domitnator"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^2.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "kql",
|
|
1976
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1977
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1978
|
+
"npm": "nuxt-kql",
|
|
1979
|
+
"icon": "kql.svg",
|
|
1980
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1981
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1982
|
+
"learn_more": "",
|
|
1983
|
+
"category": "CMS",
|
|
1984
|
+
"type": "3rd-party",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "Johann Schopplich",
|
|
1988
|
+
"github": "johannschopplich",
|
|
1989
|
+
"twitter": "jschopplich",
|
|
1990
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1196
1991
|
}
|
|
1197
|
-
]
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^3.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1198
1997
|
},
|
|
1199
1998
|
{
|
|
1200
1999
|
"name": "laravel-echo",
|
|
@@ -1210,10 +2009,13 @@
|
|
|
1210
2009
|
"maintainers": [
|
|
1211
2010
|
{
|
|
1212
2011
|
"name": "Ricardo Gobbo de Souza",
|
|
1213
|
-
"github": "ricardogobbosouza"
|
|
1214
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2012
|
+
"github": "ricardogobbosouza"
|
|
1215
2013
|
}
|
|
1216
|
-
]
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^2.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
1217
2019
|
},
|
|
1218
2020
|
{
|
|
1219
2021
|
"name": "laravel-nuxt",
|
|
@@ -1229,10 +2031,13 @@
|
|
|
1229
2031
|
"maintainers": [
|
|
1230
2032
|
{
|
|
1231
2033
|
"name": "skyrpex",
|
|
1232
|
-
"github": "skyrpex"
|
|
1233
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2034
|
+
"github": "skyrpex"
|
|
1234
2035
|
}
|
|
1235
|
-
]
|
|
2036
|
+
],
|
|
2037
|
+
"compatibility": {
|
|
2038
|
+
"nuxt": "^2.0.0",
|
|
2039
|
+
"requires": {}
|
|
2040
|
+
}
|
|
1236
2041
|
},
|
|
1237
2042
|
{
|
|
1238
2043
|
"name": "laravel",
|
|
@@ -1248,10 +2053,13 @@
|
|
|
1248
2053
|
"maintainers": [
|
|
1249
2054
|
{
|
|
1250
2055
|
"name": "m2sd",
|
|
1251
|
-
"github": "m2sd"
|
|
1252
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2056
|
+
"github": "m2sd"
|
|
1253
2057
|
}
|
|
1254
|
-
]
|
|
2058
|
+
],
|
|
2059
|
+
"compatibility": {
|
|
2060
|
+
"nuxt": "^2.0.0",
|
|
2061
|
+
"requires": {}
|
|
2062
|
+
}
|
|
1255
2063
|
},
|
|
1256
2064
|
{
|
|
1257
2065
|
"name": "leaflet",
|
|
@@ -1262,15 +2070,18 @@
|
|
|
1262
2070
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1263
2071
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1264
2072
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1265
|
-
"category": "
|
|
2073
|
+
"category": "Libraries",
|
|
1266
2074
|
"type": "3rd-party",
|
|
1267
2075
|
"maintainers": [
|
|
1268
2076
|
{
|
|
1269
2077
|
"name": "schlunsen",
|
|
1270
|
-
"github": "schlunsen"
|
|
1271
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2078
|
+
"github": "schlunsen"
|
|
1272
2079
|
}
|
|
1273
|
-
]
|
|
2080
|
+
],
|
|
2081
|
+
"compatibility": {
|
|
2082
|
+
"nuxt": "^2.0.0",
|
|
2083
|
+
"requires": {}
|
|
2084
|
+
}
|
|
1274
2085
|
},
|
|
1275
2086
|
{
|
|
1276
2087
|
"name": "localforage",
|
|
@@ -1281,21 +2092,23 @@
|
|
|
1281
2092
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1282
2093
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1283
2094
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1284
|
-
"category": "
|
|
2095
|
+
"category": "Libraries",
|
|
1285
2096
|
"type": "community",
|
|
1286
2097
|
"maintainers": [
|
|
1287
2098
|
{
|
|
1288
2099
|
"name": "Alexandre Chopin",
|
|
1289
2100
|
"github": "alexchopin",
|
|
1290
|
-
"twitter": "alexchopin"
|
|
1291
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2101
|
+
"twitter": "alexchopin"
|
|
1292
2102
|
},
|
|
1293
2103
|
{
|
|
1294
2104
|
"name": "Ricardo Gobbo de Souza",
|
|
1295
|
-
"github": "ricardogobbosouza"
|
|
1296
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2105
|
+
"github": "ricardogobbosouza"
|
|
1297
2106
|
}
|
|
1298
|
-
]
|
|
2107
|
+
],
|
|
2108
|
+
"compatibility": {
|
|
2109
|
+
"nuxt": "^2.0.0",
|
|
2110
|
+
"requires": {}
|
|
2111
|
+
}
|
|
1299
2112
|
},
|
|
1300
2113
|
{
|
|
1301
2114
|
"name": "localtunnel",
|
|
@@ -1312,10 +2125,35 @@
|
|
|
1312
2125
|
{
|
|
1313
2126
|
"name": "Pooya Parsa",
|
|
1314
2127
|
"github": "pi0",
|
|
1315
|
-
"twitter": "_pi0_"
|
|
1316
|
-
|
|
2128
|
+
"twitter": "_pi0_"
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
2131
|
+
"compatibility": {
|
|
2132
|
+
"nuxt": "^2.0.0",
|
|
2133
|
+
"requires": {}
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "lodash",
|
|
2138
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2139
|
+
"repo": "cipami/nuxt-lodash",
|
|
2140
|
+
"npm": "nuxt-lodash",
|
|
2141
|
+
"icon": "lodash.svg",
|
|
2142
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2143
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2144
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2145
|
+
"category": "Libraries",
|
|
2146
|
+
"type": "3rd-party",
|
|
2147
|
+
"maintainers": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "Michal Čípa",
|
|
2150
|
+
"github": "cipami"
|
|
1317
2151
|
}
|
|
1318
|
-
]
|
|
2152
|
+
],
|
|
2153
|
+
"compatibility": {
|
|
2154
|
+
"nuxt": "^3.0.0",
|
|
2155
|
+
"requires": {}
|
|
2156
|
+
}
|
|
1319
2157
|
},
|
|
1320
2158
|
{
|
|
1321
2159
|
"name": "logrocket",
|
|
@@ -1332,10 +2170,13 @@
|
|
|
1332
2170
|
{
|
|
1333
2171
|
"name": "Farzad Soltani",
|
|
1334
2172
|
"github": "farzadso",
|
|
1335
|
-
"twitter": "farzadso"
|
|
1336
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2173
|
+
"twitter": "farzadso"
|
|
1337
2174
|
}
|
|
1338
|
-
]
|
|
2175
|
+
],
|
|
2176
|
+
"compatibility": {
|
|
2177
|
+
"nuxt": "^2.0.0",
|
|
2178
|
+
"requires": {}
|
|
2179
|
+
}
|
|
1339
2180
|
},
|
|
1340
2181
|
{
|
|
1341
2182
|
"name": "lunr",
|
|
@@ -1351,30 +2192,59 @@
|
|
|
1351
2192
|
"maintainers": [
|
|
1352
2193
|
{
|
|
1353
2194
|
"name": "Pim",
|
|
1354
|
-
"github": "pimlie"
|
|
1355
|
-
|
|
2195
|
+
"github": "pimlie"
|
|
2196
|
+
}
|
|
2197
|
+
],
|
|
2198
|
+
"compatibility": {
|
|
2199
|
+
"nuxt": "^2.0.0",
|
|
2200
|
+
"requires": {}
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "magic-regexp",
|
|
2205
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2206
|
+
"repo": "danielroe/magic-regexp",
|
|
2207
|
+
"npm": "magic-regexp",
|
|
2208
|
+
"icon": "magic-regexp.svg",
|
|
2209
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2210
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2211
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2212
|
+
"category": "Libraries",
|
|
2213
|
+
"type": "3rd-party",
|
|
2214
|
+
"maintainers": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "Daniel Roe",
|
|
2217
|
+
"github": "danielroe",
|
|
2218
|
+
"twitter": "danielcroe"
|
|
1356
2219
|
}
|
|
1357
|
-
]
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^3.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
1358
2225
|
},
|
|
1359
2226
|
{
|
|
1360
2227
|
"name": "markdownit",
|
|
1361
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1362
|
-
"repo": "nuxt-community/
|
|
2229
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1363
2230
|
"npm": "@nuxtjs/markdownit",
|
|
1364
2231
|
"icon": "",
|
|
1365
|
-
"github": "https://github.com/nuxt-community/
|
|
1366
|
-
"website": "https://github.com/nuxt-community/
|
|
2232
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2233
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1367
2234
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1368
|
-
"category": "
|
|
2235
|
+
"category": "Extensions",
|
|
1369
2236
|
"type": "community",
|
|
1370
2237
|
"maintainers": [
|
|
1371
2238
|
{
|
|
1372
2239
|
"name": "Pooya Parsa",
|
|
1373
2240
|
"github": "pi0",
|
|
1374
|
-
"twitter": "_pi0_"
|
|
1375
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2241
|
+
"twitter": "_pi0_"
|
|
1376
2242
|
}
|
|
1377
|
-
]
|
|
2243
|
+
],
|
|
2244
|
+
"compatibility": {
|
|
2245
|
+
"nuxt": "^2.0.0",
|
|
2246
|
+
"requires": {}
|
|
2247
|
+
}
|
|
1378
2248
|
},
|
|
1379
2249
|
{
|
|
1380
2250
|
"name": "matomo",
|
|
@@ -1390,10 +2260,13 @@
|
|
|
1390
2260
|
"maintainers": [
|
|
1391
2261
|
{
|
|
1392
2262
|
"name": "pimlie",
|
|
1393
|
-
"github": "pimlie"
|
|
1394
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2263
|
+
"github": "pimlie"
|
|
1395
2264
|
}
|
|
1396
|
-
]
|
|
2265
|
+
],
|
|
2266
|
+
"compatibility": {
|
|
2267
|
+
"nuxt": "^2.0.0",
|
|
2268
|
+
"requires": {}
|
|
2269
|
+
}
|
|
1397
2270
|
},
|
|
1398
2271
|
{
|
|
1399
2272
|
"name": "mdx",
|
|
@@ -1404,16 +2277,44 @@
|
|
|
1404
2277
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1405
2278
|
"website": "https://mdx.nuxtjs.org",
|
|
1406
2279
|
"learn_more": "https://mdxjs.com/",
|
|
1407
|
-
"category": "
|
|
2280
|
+
"category": "Extensions",
|
|
1408
2281
|
"type": "community",
|
|
1409
2282
|
"maintainers": [
|
|
1410
2283
|
{
|
|
1411
2284
|
"name": "Jonathan Bakebwa",
|
|
1412
2285
|
"github": "codebender828",
|
|
1413
|
-
"twitter": "codebender828"
|
|
1414
|
-
|
|
2286
|
+
"twitter": "codebender828"
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"compatibility": {
|
|
2290
|
+
"nuxt": "^2.0.0",
|
|
2291
|
+
"requires": {}
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "meilisearch",
|
|
2296
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2297
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2298
|
+
"npm": "nuxt-meilisearch",
|
|
2299
|
+
"icon": "meilisearch.svg",
|
|
2300
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2301
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2302
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2303
|
+
"category": "Libraries",
|
|
2304
|
+
"type": "3rd-party",
|
|
2305
|
+
"maintainers": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "Alex Duval",
|
|
2308
|
+
"github": "xlanex6",
|
|
2309
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"compatibility": {
|
|
2313
|
+
"nuxt": "^3.0.0",
|
|
2314
|
+
"requires": {
|
|
2315
|
+
"bridge": false
|
|
1415
2316
|
}
|
|
1416
|
-
|
|
2317
|
+
}
|
|
1417
2318
|
},
|
|
1418
2319
|
{
|
|
1419
2320
|
"name": "memwatch",
|
|
@@ -1429,10 +2330,13 @@
|
|
|
1429
2330
|
"maintainers": [
|
|
1430
2331
|
{
|
|
1431
2332
|
"name": "pimlie",
|
|
1432
|
-
"github": "pimlie"
|
|
1433
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2333
|
+
"github": "pimlie"
|
|
1434
2334
|
}
|
|
1435
|
-
]
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^2.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
1436
2340
|
},
|
|
1437
2341
|
{
|
|
1438
2342
|
"name": "mobile",
|
|
@@ -1443,15 +2347,18 @@
|
|
|
1443
2347
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1444
2348
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1445
2349
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1446
|
-
"category": "
|
|
2350
|
+
"category": "Extensions",
|
|
1447
2351
|
"type": "3rd-party",
|
|
1448
2352
|
"maintainers": [
|
|
1449
2353
|
{
|
|
1450
2354
|
"name": "ChanningDefoe",
|
|
1451
|
-
"github": "ChanningDefoe"
|
|
1452
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2355
|
+
"github": "ChanningDefoe"
|
|
1453
2356
|
}
|
|
1454
|
-
]
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^2.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
1455
2362
|
},
|
|
1456
2363
|
{
|
|
1457
2364
|
"name": "moment",
|
|
@@ -1468,15 +2375,17 @@
|
|
|
1468
2375
|
{
|
|
1469
2376
|
"name": "Pooya Parsa",
|
|
1470
2377
|
"github": "pi0",
|
|
1471
|
-
"twitter": "_pi0_"
|
|
1472
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2378
|
+
"twitter": "_pi0_"
|
|
1473
2379
|
},
|
|
1474
2380
|
{
|
|
1475
2381
|
"name": "Ricardo Gobbo de Souza",
|
|
1476
|
-
"github": "ricardogobbosouza"
|
|
1477
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2382
|
+
"github": "ricardogobbosouza"
|
|
1478
2383
|
}
|
|
1479
|
-
]
|
|
2384
|
+
],
|
|
2385
|
+
"compatibility": {
|
|
2386
|
+
"nuxt": "^2.0.0",
|
|
2387
|
+
"requires": {}
|
|
2388
|
+
}
|
|
1480
2389
|
},
|
|
1481
2390
|
{
|
|
1482
2391
|
"name": "mq",
|
|
@@ -1492,10 +2401,13 @@
|
|
|
1492
2401
|
"maintainers": [
|
|
1493
2402
|
{
|
|
1494
2403
|
"name": "vanhoofmaarten",
|
|
1495
|
-
"github": "vanhoofmaarten"
|
|
1496
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2404
|
+
"github": "vanhoofmaarten"
|
|
1497
2405
|
}
|
|
1498
|
-
]
|
|
2406
|
+
],
|
|
2407
|
+
"compatibility": {
|
|
2408
|
+
"nuxt": "^2.0.0",
|
|
2409
|
+
"requires": {}
|
|
2410
|
+
}
|
|
1499
2411
|
},
|
|
1500
2412
|
{
|
|
1501
2413
|
"name": "neo",
|
|
@@ -1511,10 +2423,13 @@
|
|
|
1511
2423
|
"maintainers": [
|
|
1512
2424
|
{
|
|
1513
2425
|
"name": "ezypeeze",
|
|
1514
|
-
"github": "ezypeeze"
|
|
1515
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2426
|
+
"github": "ezypeeze"
|
|
1516
2427
|
}
|
|
1517
|
-
]
|
|
2428
|
+
],
|
|
2429
|
+
"compatibility": {
|
|
2430
|
+
"nuxt": "^2.0.0",
|
|
2431
|
+
"requires": {}
|
|
2432
|
+
}
|
|
1518
2433
|
},
|
|
1519
2434
|
{
|
|
1520
2435
|
"name": "netlify-cache",
|
|
@@ -1530,10 +2445,13 @@
|
|
|
1530
2445
|
"maintainers": [
|
|
1531
2446
|
{
|
|
1532
2447
|
"name": "DreaMinder",
|
|
1533
|
-
"github": "DreaMinder"
|
|
1534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2448
|
+
"github": "DreaMinder"
|
|
1535
2449
|
}
|
|
1536
|
-
]
|
|
2450
|
+
],
|
|
2451
|
+
"compatibility": {
|
|
2452
|
+
"nuxt": "^2.0.0",
|
|
2453
|
+
"requires": {}
|
|
2454
|
+
}
|
|
1537
2455
|
},
|
|
1538
2456
|
{
|
|
1539
2457
|
"name": "netlify-files",
|
|
@@ -1550,10 +2468,13 @@
|
|
|
1550
2468
|
{
|
|
1551
2469
|
"name": "Alexander Lichter",
|
|
1552
2470
|
"github": "manniL",
|
|
1553
|
-
"twitter": "TheAlexLichter"
|
|
1554
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2471
|
+
"twitter": "TheAlexLichter"
|
|
1555
2472
|
}
|
|
1556
|
-
]
|
|
2473
|
+
],
|
|
2474
|
+
"compatibility": {
|
|
2475
|
+
"nuxt": "^2.0.0",
|
|
2476
|
+
"requires": {}
|
|
2477
|
+
}
|
|
1557
2478
|
},
|
|
1558
2479
|
{
|
|
1559
2480
|
"name": "netlify",
|
|
@@ -1569,53 +2490,314 @@
|
|
|
1569
2490
|
"maintainers": [
|
|
1570
2491
|
{
|
|
1571
2492
|
"name": "bazzite",
|
|
1572
|
-
"github": "bazzite"
|
|
1573
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2493
|
+
"github": "bazzite"
|
|
1574
2494
|
}
|
|
1575
|
-
]
|
|
2495
|
+
],
|
|
2496
|
+
"compatibility": {
|
|
2497
|
+
"nuxt": "^2.0.0",
|
|
2498
|
+
"requires": {}
|
|
2499
|
+
}
|
|
1576
2500
|
},
|
|
1577
2501
|
{
|
|
1578
2502
|
"name": "ngrok",
|
|
1579
2503
|
"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",
|
|
1580
|
-
"repo": "nuxt-community/
|
|
2504
|
+
"repo": "nuxt-community/ngrok",
|
|
1581
2505
|
"npm": "@nuxtjs/ngrok",
|
|
1582
2506
|
"icon": "ngrok.png",
|
|
1583
|
-
"github": "https://github.com/nuxt-community/
|
|
1584
|
-
"website": "https://
|
|
2507
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2508
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1585
2509
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1586
2510
|
"category": "Devtools",
|
|
1587
2511
|
"type": "community",
|
|
1588
2512
|
"maintainers": [
|
|
2513
|
+
{
|
|
2514
|
+
"name": "Debbie O'Brien",
|
|
2515
|
+
"github": "debs-obrien",
|
|
2516
|
+
"twitter": "debs_obrien"
|
|
2517
|
+
},
|
|
1589
2518
|
{
|
|
1590
2519
|
"name": "Pooya Parsa",
|
|
1591
2520
|
"github": "pi0",
|
|
1592
|
-
"twitter": "_pi0_"
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1603
|
-
"
|
|
1604
|
-
"
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1607
|
-
"
|
|
2521
|
+
"twitter": "_pi0_"
|
|
2522
|
+
}
|
|
2523
|
+
],
|
|
2524
|
+
"compatibility": {
|
|
2525
|
+
"nuxt": "^2.0.0",
|
|
2526
|
+
"requires": {}
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"name": "notion",
|
|
2531
|
+
"description": "Vue renderer for Notion pages",
|
|
2532
|
+
"repo": "janniks/vue-notion",
|
|
2533
|
+
"npm": "vue-notion",
|
|
2534
|
+
"icon": "notion.svg",
|
|
2535
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2536
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2537
|
+
"learn_more": "",
|
|
2538
|
+
"category": "CMS",
|
|
2539
|
+
"type": "3rd-party",
|
|
1608
2540
|
"maintainers": [
|
|
1609
2541
|
{
|
|
1610
|
-
"name": "
|
|
1611
|
-
"github": "
|
|
1612
|
-
"twitter": "_pi0_",
|
|
1613
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2542
|
+
"name": "janniks",
|
|
2543
|
+
"github": "janniks"
|
|
1614
2544
|
}
|
|
1615
|
-
]
|
|
2545
|
+
],
|
|
2546
|
+
"compatibility": {
|
|
2547
|
+
"nuxt": "^2.0.0",
|
|
2548
|
+
"requires": {}
|
|
2549
|
+
}
|
|
1616
2550
|
},
|
|
1617
2551
|
{
|
|
1618
|
-
"name": "
|
|
2552
|
+
"name": "nuxt-hue",
|
|
2553
|
+
"description": "Enlighten your Nuxt experience",
|
|
2554
|
+
"repo": "lihbr/nuxt-hue",
|
|
2555
|
+
"npm": "nuxt-hue",
|
|
2556
|
+
"icon": "nuxt-hue.svg",
|
|
2557
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2558
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2559
|
+
"learn_more": "",
|
|
2560
|
+
"category": "Devtools",
|
|
2561
|
+
"type": "3rd-party",
|
|
2562
|
+
"maintainers": [
|
|
2563
|
+
{
|
|
2564
|
+
"name": "lihbr",
|
|
2565
|
+
"github": "lihbr"
|
|
2566
|
+
}
|
|
2567
|
+
],
|
|
2568
|
+
"compatibility": {
|
|
2569
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2570
|
+
"requires": {
|
|
2571
|
+
"bridge": "optional"
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "nuxt-monaco-editor",
|
|
2577
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2578
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2579
|
+
"npm": "nuxt-monaco-editor",
|
|
2580
|
+
"icon": "",
|
|
2581
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2582
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2583
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2584
|
+
"category": "Libraries",
|
|
2585
|
+
"type": "3rd-party",
|
|
2586
|
+
"maintainers": [
|
|
2587
|
+
{
|
|
2588
|
+
"name": "e-chan1007",
|
|
2589
|
+
"github": "e-chan1007"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
2593
|
+
"nuxt": "^3.0.0",
|
|
2594
|
+
"requires": {}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "nuxt-pino-log",
|
|
2599
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2600
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2601
|
+
"npm": "nuxt-pino-log",
|
|
2602
|
+
"icon": "",
|
|
2603
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2604
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2605
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2606
|
+
"category": "Monitoring",
|
|
2607
|
+
"type": "3rd-party",
|
|
2608
|
+
"maintainers": [
|
|
2609
|
+
{
|
|
2610
|
+
"name": "kpn",
|
|
2611
|
+
"github": "kpn"
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"nuxt": "^2.0.0",
|
|
2616
|
+
"requires": {}
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "nuxt-png-to-ico",
|
|
2621
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2622
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2623
|
+
"npm": "nuxt-png-to-ico",
|
|
2624
|
+
"icon": "",
|
|
2625
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2626
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2627
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2628
|
+
"category": "Devtools",
|
|
2629
|
+
"type": "3rd-party",
|
|
2630
|
+
"maintainers": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "b5710546232",
|
|
2633
|
+
"github": "b5710546232",
|
|
2634
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2635
|
+
}
|
|
2636
|
+
],
|
|
2637
|
+
"compatibility": {
|
|
2638
|
+
"nuxt": "^2.0.0",
|
|
2639
|
+
"requires": {}
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"name": "nuxt-smartlook",
|
|
2644
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2645
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2646
|
+
"npm": "nuxt-smartlook",
|
|
2647
|
+
"icon": "nuxt-smartlook.png",
|
|
2648
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2649
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2650
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2651
|
+
"category": "Analytics",
|
|
2652
|
+
"type": "3rd-party",
|
|
2653
|
+
"maintainers": [
|
|
2654
|
+
{
|
|
2655
|
+
"name": "Milan Sulc",
|
|
2656
|
+
"github": "f3l1x",
|
|
2657
|
+
"twitter": "xf3l1x",
|
|
2658
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^2.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "nuxt-svgo",
|
|
2668
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2669
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2670
|
+
"npm": "nuxt-svgo",
|
|
2671
|
+
"icon": "",
|
|
2672
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2673
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2674
|
+
"learn_more": "",
|
|
2675
|
+
"category": "Images",
|
|
2676
|
+
"type": "3rd-party",
|
|
2677
|
+
"maintainers": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "cpsoinos",
|
|
2680
|
+
"github": "cpsoinos"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^3.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-unleash",
|
|
2690
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2691
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2692
|
+
"npm": "nuxt-unleash",
|
|
2693
|
+
"icon": "nuxt-unleash.svg",
|
|
2694
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2695
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2696
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2697
|
+
"category": "Deployment",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "Juanjo Conejerock",
|
|
2702
|
+
"github": "conejerock"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"compatibility": {
|
|
2706
|
+
"nuxt": "^2.0.0",
|
|
2707
|
+
"requires": {}
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "nuxt-use-motion",
|
|
2712
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2713
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2714
|
+
"npm": "nuxt-use-motion",
|
|
2715
|
+
"icon": "nuxt-use-motion.svg",
|
|
2716
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2717
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2718
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2719
|
+
"category": "Libraries",
|
|
2720
|
+
"type": "3rd-party",
|
|
2721
|
+
"maintainers": [
|
|
2722
|
+
{
|
|
2723
|
+
"name": "Tahul",
|
|
2724
|
+
"github": "Tahul"
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"compatibility": {
|
|
2728
|
+
"nuxt": "^2.0.0",
|
|
2729
|
+
"requires": {}
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "nuxt-use-sound",
|
|
2734
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2735
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2736
|
+
"npm": "nuxt-use-sound",
|
|
2737
|
+
"icon": "nuxt-use-sound.svg",
|
|
2738
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2739
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2740
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2741
|
+
"category": "Libraries",
|
|
2742
|
+
"type": "3rd-party",
|
|
2743
|
+
"maintainers": [
|
|
2744
|
+
{
|
|
2745
|
+
"name": "Tahul",
|
|
2746
|
+
"github": "Tahul"
|
|
2747
|
+
}
|
|
2748
|
+
],
|
|
2749
|
+
"compatibility": {
|
|
2750
|
+
"nuxt": "^2.0.0",
|
|
2751
|
+
"requires": {}
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"name": "nuxt-viewport",
|
|
2756
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2757
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2758
|
+
"npm": "nuxt-viewport",
|
|
2759
|
+
"icon": "nuxt-viewport.svg",
|
|
2760
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2761
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2762
|
+
"learn_more": "",
|
|
2763
|
+
"category": "Extensions",
|
|
2764
|
+
"type": "3rd-party",
|
|
2765
|
+
"maintainers": [
|
|
2766
|
+
{
|
|
2767
|
+
"name": "mvrlin",
|
|
2768
|
+
"github": "mvrlin"
|
|
2769
|
+
}
|
|
2770
|
+
],
|
|
2771
|
+
"compatibility": {
|
|
2772
|
+
"nuxt": "^2.0.0",
|
|
2773
|
+
"requires": {}
|
|
2774
|
+
}
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "nuxt7",
|
|
2778
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2779
|
+
"repo": "nuxt-community/nuxt7",
|
|
2780
|
+
"npm": "nuxt7",
|
|
2781
|
+
"icon": "",
|
|
2782
|
+
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2783
|
+
"website": "https://github.com/nuxt-community/nuxt7",
|
|
2784
|
+
"learn_more": "https://framework7.io/",
|
|
2785
|
+
"category": "UI",
|
|
2786
|
+
"type": "community",
|
|
2787
|
+
"maintainers": [
|
|
2788
|
+
{
|
|
2789
|
+
"name": "Pooya Parsa",
|
|
2790
|
+
"github": "pi0",
|
|
2791
|
+
"twitter": "_pi0_"
|
|
2792
|
+
}
|
|
2793
|
+
],
|
|
2794
|
+
"compatibility": {
|
|
2795
|
+
"nuxt": "^2.0.0",
|
|
2796
|
+
"requires": {}
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"name": "onesignal",
|
|
1619
2801
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
1620
2802
|
"repo": "nuxt-community/onesignal-module",
|
|
1621
2803
|
"npm": "@nuxtjs/onesignal",
|
|
@@ -1623,16 +2805,19 @@
|
|
|
1623
2805
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1624
2806
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1625
2807
|
"learn_more": "https://onesignal.com/",
|
|
1626
|
-
"category": "
|
|
2808
|
+
"category": "Extensions",
|
|
1627
2809
|
"type": "community",
|
|
1628
2810
|
"maintainers": [
|
|
1629
2811
|
{
|
|
1630
2812
|
"name": "Pooya Parsa",
|
|
1631
2813
|
"github": "pi0",
|
|
1632
|
-
"twitter": "_pi0_"
|
|
1633
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2814
|
+
"twitter": "_pi0_"
|
|
1634
2815
|
}
|
|
1635
|
-
]
|
|
2816
|
+
],
|
|
2817
|
+
"compatibility": {
|
|
2818
|
+
"nuxt": "^2.0.0",
|
|
2819
|
+
"requires": {}
|
|
2820
|
+
}
|
|
1636
2821
|
},
|
|
1637
2822
|
{
|
|
1638
2823
|
"name": "optimized-images",
|
|
@@ -1649,10 +2834,13 @@
|
|
|
1649
2834
|
{
|
|
1650
2835
|
"name": "Julio Marquez",
|
|
1651
2836
|
"github": "juliomrqz",
|
|
1652
|
-
"twitter": "juliomrqz"
|
|
1653
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2837
|
+
"twitter": "juliomrqz"
|
|
1654
2838
|
}
|
|
1655
|
-
]
|
|
2839
|
+
],
|
|
2840
|
+
"compatibility": {
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2843
|
+
}
|
|
1656
2844
|
},
|
|
1657
2845
|
{
|
|
1658
2846
|
"name": "page-generator-helper",
|
|
@@ -1663,15 +2851,18 @@
|
|
|
1663
2851
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1664
2852
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1665
2853
|
"learn_more": "",
|
|
1666
|
-
"category": "
|
|
2854
|
+
"category": "Extensions",
|
|
1667
2855
|
"type": "3rd-party",
|
|
1668
2856
|
"maintainers": [
|
|
1669
2857
|
{
|
|
1670
2858
|
"name": "GrabarzUndPartner",
|
|
1671
|
-
"github": "GrabarzUndPartner"
|
|
1672
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2859
|
+
"github": "GrabarzUndPartner"
|
|
1673
2860
|
}
|
|
1674
|
-
]
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"nuxt": "^2.0.0",
|
|
2864
|
+
"requires": {}
|
|
2865
|
+
}
|
|
1675
2866
|
},
|
|
1676
2867
|
{
|
|
1677
2868
|
"name": "parse",
|
|
@@ -1687,10 +2878,109 @@
|
|
|
1687
2878
|
"maintainers": [
|
|
1688
2879
|
{
|
|
1689
2880
|
"name": "cierrateam",
|
|
1690
|
-
"github": "cierrateam"
|
|
1691
|
-
|
|
2881
|
+
"github": "cierrateam"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^2.0.0",
|
|
2886
|
+
"requires": {}
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "partytown",
|
|
2891
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2892
|
+
"repo": "nuxt-modules/partytown",
|
|
2893
|
+
"npm": "@nuxtjs/partytown",
|
|
2894
|
+
"icon": "partytown.svg",
|
|
2895
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2896
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2897
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2898
|
+
"category": "Performance",
|
|
2899
|
+
"type": "community",
|
|
2900
|
+
"maintainers": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "Daniel Roe",
|
|
2903
|
+
"github": "danielroe",
|
|
2904
|
+
"twitter": "danielcroe"
|
|
2905
|
+
}
|
|
2906
|
+
],
|
|
2907
|
+
"compatibility": {
|
|
2908
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2909
|
+
"requires": {
|
|
2910
|
+
"bridge": true
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"name": "persian-datepicker",
|
|
2916
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2917
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2918
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2919
|
+
"icon": "persian-datepicker.svg",
|
|
2920
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2921
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2922
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2923
|
+
"category": "Date",
|
|
2924
|
+
"type": "3rd-party",
|
|
2925
|
+
"maintainers": [
|
|
2926
|
+
{
|
|
2927
|
+
"name": "Alireza Alibeiki",
|
|
2928
|
+
"github": "alireza-ab",
|
|
2929
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"compatibility": {
|
|
2933
|
+
"nuxt": "^2.0.0",
|
|
2934
|
+
"requires": {}
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"name": "pinia",
|
|
2939
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2940
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2941
|
+
"npm": "@pinia/nuxt",
|
|
2942
|
+
"icon": "pinia.svg",
|
|
2943
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2944
|
+
"website": "https://pinia.esm.dev/",
|
|
2945
|
+
"learn_more": "",
|
|
2946
|
+
"category": "Extensions",
|
|
2947
|
+
"type": "3rd-party",
|
|
2948
|
+
"maintainers": [
|
|
2949
|
+
{
|
|
2950
|
+
"name": "posva",
|
|
2951
|
+
"github": "posva"
|
|
2952
|
+
}
|
|
2953
|
+
],
|
|
2954
|
+
"compatibility": {
|
|
2955
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2956
|
+
"requires": {
|
|
2957
|
+
"bridge": "optional"
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"name": "plausible",
|
|
2963
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2964
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2965
|
+
"npm": "vue-plausible",
|
|
2966
|
+
"icon": "plausible.png",
|
|
2967
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2968
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2969
|
+
"learn_more": "",
|
|
2970
|
+
"category": "Analytics",
|
|
2971
|
+
"type": "3rd-party",
|
|
2972
|
+
"maintainers": [
|
|
2973
|
+
{
|
|
2974
|
+
"name": "moritzsternemann",
|
|
2975
|
+
"github": "moritzsternemann"
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"compatibility": {
|
|
2979
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2980
|
+
"requires": {
|
|
2981
|
+
"bridge": "optional"
|
|
1692
2982
|
}
|
|
1693
|
-
|
|
2983
|
+
}
|
|
1694
2984
|
},
|
|
1695
2985
|
{
|
|
1696
2986
|
"name": "precompress",
|
|
@@ -1706,41 +2996,36 @@
|
|
|
1706
2996
|
"maintainers": [
|
|
1707
2997
|
{
|
|
1708
2998
|
"name": "frenchrabbit",
|
|
1709
|
-
"github": "frenchrabbit"
|
|
1710
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2999
|
+
"github": "frenchrabbit"
|
|
1711
3000
|
}
|
|
1712
|
-
]
|
|
3001
|
+
],
|
|
3002
|
+
"compatibility": {
|
|
3003
|
+
"nuxt": "^2.0.0",
|
|
3004
|
+
"requires": {}
|
|
3005
|
+
}
|
|
1713
3006
|
},
|
|
1714
3007
|
{
|
|
1715
3008
|
"name": "prismic",
|
|
1716
3009
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
1717
|
-
"repo": "nuxt-
|
|
3010
|
+
"repo": "nuxt-modules/prismic",
|
|
1718
3011
|
"npm": "@nuxtjs/prismic",
|
|
1719
3012
|
"icon": "prismic.png",
|
|
1720
|
-
"github": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
1721
3014
|
"website": "https://prismic.nuxtjs.org",
|
|
1722
|
-
"learn_more": "https://prismic.io
|
|
3015
|
+
"learn_more": "https://prismic.io",
|
|
1723
3016
|
"category": "CMS",
|
|
1724
3017
|
"type": "community",
|
|
1725
3018
|
"maintainers": [
|
|
1726
|
-
{
|
|
1727
|
-
"name": "Sébastien Chopin",
|
|
1728
|
-
"github": "Atinux",
|
|
1729
|
-
"twitter": "Atinux",
|
|
1730
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1731
|
-
},
|
|
1732
3019
|
{
|
|
1733
3020
|
"name": "lihbr",
|
|
1734
3021
|
"github": "lihbr",
|
|
1735
|
-
"twitter": "li_hbr"
|
|
1736
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"name": "James Pegg",
|
|
1740
|
-
"github": "jamespegg",
|
|
1741
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
3022
|
+
"twitter": "li_hbr"
|
|
1742
3023
|
}
|
|
1743
|
-
]
|
|
3024
|
+
],
|
|
3025
|
+
"compatibility": {
|
|
3026
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3027
|
+
"requires": {}
|
|
3028
|
+
}
|
|
1744
3029
|
},
|
|
1745
3030
|
{
|
|
1746
3031
|
"name": "protected-mailto",
|
|
@@ -1756,10 +3041,13 @@
|
|
|
1756
3041
|
"maintainers": [
|
|
1757
3042
|
{
|
|
1758
3043
|
"name": "mmoollllee",
|
|
1759
|
-
"github": "mmoollllee"
|
|
1760
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
3044
|
+
"github": "mmoollllee"
|
|
1761
3045
|
}
|
|
1762
|
-
]
|
|
3046
|
+
],
|
|
3047
|
+
"compatibility": {
|
|
3048
|
+
"nuxt": "^2.0.0",
|
|
3049
|
+
"requires": {}
|
|
3050
|
+
}
|
|
1763
3051
|
},
|
|
1764
3052
|
{
|
|
1765
3053
|
"name": "proxy",
|
|
@@ -1776,10 +3064,13 @@
|
|
|
1776
3064
|
{
|
|
1777
3065
|
"name": "Pooya Parsa",
|
|
1778
3066
|
"github": "pi0",
|
|
1779
|
-
"twitter": "_pi0_"
|
|
1780
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3067
|
+
"twitter": "_pi0_"
|
|
1781
3068
|
}
|
|
1782
|
-
]
|
|
3069
|
+
],
|
|
3070
|
+
"compatibility": {
|
|
3071
|
+
"nuxt": "^2.0.0",
|
|
3072
|
+
"requires": {}
|
|
3073
|
+
}
|
|
1783
3074
|
},
|
|
1784
3075
|
{
|
|
1785
3076
|
"name": "prune-html",
|
|
@@ -1794,11 +3085,15 @@
|
|
|
1794
3085
|
"type": "3rd-party",
|
|
1795
3086
|
"maintainers": [
|
|
1796
3087
|
{
|
|
1797
|
-
"name": "
|
|
3088
|
+
"name": "Luca Iaconelli",
|
|
1798
3089
|
"github": "LuXDAmore",
|
|
1799
|
-
"
|
|
3090
|
+
"twitter": "luxdamore"
|
|
1800
3091
|
}
|
|
1801
|
-
]
|
|
3092
|
+
],
|
|
3093
|
+
"compatibility": {
|
|
3094
|
+
"nuxt": "^2.0.0",
|
|
3095
|
+
"requires": {}
|
|
3096
|
+
}
|
|
1802
3097
|
},
|
|
1803
3098
|
{
|
|
1804
3099
|
"name": "purgecss",
|
|
@@ -1814,14 +3109,17 @@
|
|
|
1814
3109
|
"maintainers": [
|
|
1815
3110
|
{
|
|
1816
3111
|
"name": "Developmint",
|
|
1817
|
-
"github": "Developmint"
|
|
1818
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3112
|
+
"github": "Developmint"
|
|
1819
3113
|
}
|
|
1820
|
-
]
|
|
3114
|
+
],
|
|
3115
|
+
"compatibility": {
|
|
3116
|
+
"nuxt": "^2.0.0",
|
|
3117
|
+
"requires": {}
|
|
3118
|
+
}
|
|
1821
3119
|
},
|
|
1822
3120
|
{
|
|
1823
3121
|
"name": "pwa",
|
|
1824
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3122
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1825
3123
|
"repo": "nuxt-community/pwa-module",
|
|
1826
3124
|
"npm": "@nuxtjs/pwa",
|
|
1827
3125
|
"icon": "pwa.png",
|
|
@@ -1834,10 +3132,15 @@
|
|
|
1834
3132
|
{
|
|
1835
3133
|
"name": "Pooya Parsa",
|
|
1836
3134
|
"github": "pi0",
|
|
1837
|
-
"twitter": "_pi0_"
|
|
1838
|
-
|
|
3135
|
+
"twitter": "_pi0_"
|
|
3136
|
+
}
|
|
3137
|
+
],
|
|
3138
|
+
"compatibility": {
|
|
3139
|
+
"nuxt": "^2.0.0",
|
|
3140
|
+
"requires": {
|
|
3141
|
+
"bridge": "optional"
|
|
1839
3142
|
}
|
|
1840
|
-
|
|
3143
|
+
}
|
|
1841
3144
|
},
|
|
1842
3145
|
{
|
|
1843
3146
|
"name": "python",
|
|
@@ -1848,15 +3151,18 @@
|
|
|
1848
3151
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1849
3152
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1850
3153
|
"learn_more": "https://www.python.org/",
|
|
1851
|
-
"category": "
|
|
3154
|
+
"category": "Extensions",
|
|
1852
3155
|
"type": "community",
|
|
1853
3156
|
"maintainers": [
|
|
1854
3157
|
{
|
|
1855
3158
|
"name": "Sebastian Silva",
|
|
1856
|
-
"github": "icarito"
|
|
1857
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3159
|
+
"github": "icarito"
|
|
1858
3160
|
}
|
|
1859
|
-
]
|
|
3161
|
+
],
|
|
3162
|
+
"compatibility": {
|
|
3163
|
+
"nuxt": "^2.0.0",
|
|
3164
|
+
"requires": {}
|
|
3165
|
+
}
|
|
1860
3166
|
},
|
|
1861
3167
|
{
|
|
1862
3168
|
"name": "recaptcha",
|
|
@@ -1872,10 +3178,13 @@
|
|
|
1872
3178
|
"maintainers": [
|
|
1873
3179
|
{
|
|
1874
3180
|
"name": "mvrlin",
|
|
1875
|
-
"github": "mvrlin"
|
|
1876
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3181
|
+
"github": "mvrlin"
|
|
1877
3182
|
}
|
|
1878
|
-
]
|
|
3183
|
+
],
|
|
3184
|
+
"compatibility": {
|
|
3185
|
+
"nuxt": "^2.0.0",
|
|
3186
|
+
"requires": {}
|
|
3187
|
+
}
|
|
1879
3188
|
},
|
|
1880
3189
|
{
|
|
1881
3190
|
"name": "redirect",
|
|
@@ -1892,10 +3201,13 @@
|
|
|
1892
3201
|
{
|
|
1893
3202
|
"name": "Alexander Lichter",
|
|
1894
3203
|
"github": "manniL",
|
|
1895
|
-
"twitter": "TheAlexLichter"
|
|
1896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3204
|
+
"twitter": "TheAlexLichter"
|
|
1897
3205
|
}
|
|
1898
|
-
]
|
|
3206
|
+
],
|
|
3207
|
+
"compatibility": {
|
|
3208
|
+
"nuxt": "^2.0.0",
|
|
3209
|
+
"requires": {}
|
|
3210
|
+
}
|
|
1899
3211
|
},
|
|
1900
3212
|
{
|
|
1901
3213
|
"name": "rfg-icon",
|
|
@@ -1906,15 +3218,18 @@
|
|
|
1906
3218
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1907
3219
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1908
3220
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1909
|
-
"category": "
|
|
3221
|
+
"category": "SEO",
|
|
1910
3222
|
"type": "3rd-party",
|
|
1911
3223
|
"maintainers": [
|
|
1912
3224
|
{
|
|
1913
3225
|
"name": "pimlie",
|
|
1914
|
-
"github": "pimlie"
|
|
1915
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3226
|
+
"github": "pimlie"
|
|
1916
3227
|
}
|
|
1917
|
-
]
|
|
3228
|
+
],
|
|
3229
|
+
"compatibility": {
|
|
3230
|
+
"nuxt": "^2.0.0",
|
|
3231
|
+
"requires": {}
|
|
3232
|
+
}
|
|
1918
3233
|
},
|
|
1919
3234
|
{
|
|
1920
3235
|
"name": "robots",
|
|
@@ -1930,10 +3245,15 @@
|
|
|
1930
3245
|
"maintainers": [
|
|
1931
3246
|
{
|
|
1932
3247
|
"name": "Ricardo Gobbo de Souza",
|
|
1933
|
-
"github": "ricardogobbosouza"
|
|
1934
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3248
|
+
"github": "ricardogobbosouza"
|
|
1935
3249
|
}
|
|
1936
|
-
]
|
|
3250
|
+
],
|
|
3251
|
+
"compatibility": {
|
|
3252
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3253
|
+
"requires": {
|
|
3254
|
+
"bridge": "optional"
|
|
3255
|
+
}
|
|
3256
|
+
}
|
|
1937
3257
|
},
|
|
1938
3258
|
{
|
|
1939
3259
|
"name": "rollbar",
|
|
@@ -1949,10 +3269,13 @@
|
|
|
1949
3269
|
"maintainers": [
|
|
1950
3270
|
{
|
|
1951
3271
|
"name": "Gaël Reyrol",
|
|
1952
|
-
"github": "gaelreyrol"
|
|
1953
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3272
|
+
"github": "gaelreyrol"
|
|
1954
3273
|
}
|
|
1955
|
-
]
|
|
3274
|
+
],
|
|
3275
|
+
"compatibility": {
|
|
3276
|
+
"nuxt": "^2.0.0",
|
|
3277
|
+
"requires": {}
|
|
3278
|
+
}
|
|
1956
3279
|
},
|
|
1957
3280
|
{
|
|
1958
3281
|
"name": "router-extras",
|
|
@@ -1963,16 +3286,19 @@
|
|
|
1963
3286
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1964
3287
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1965
3288
|
"learn_more": "",
|
|
1966
|
-
"category": "
|
|
3289
|
+
"category": "Extensions",
|
|
1967
3290
|
"type": "community",
|
|
1968
3291
|
"maintainers": [
|
|
1969
3292
|
{
|
|
1970
3293
|
"name": "Ahad Birang",
|
|
1971
3294
|
"github": "farnabaz",
|
|
1972
|
-
"twitter": "a_birang"
|
|
1973
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3295
|
+
"twitter": "a_birang"
|
|
1974
3296
|
}
|
|
1975
|
-
]
|
|
3297
|
+
],
|
|
3298
|
+
"compatibility": {
|
|
3299
|
+
"nuxt": "^2.0.0",
|
|
3300
|
+
"requires": {}
|
|
3301
|
+
}
|
|
1976
3302
|
},
|
|
1977
3303
|
{
|
|
1978
3304
|
"name": "router",
|
|
@@ -1983,24 +3309,27 @@
|
|
|
1983
3309
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1984
3310
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1985
3311
|
"learn_more": "",
|
|
1986
|
-
"category": "
|
|
3312
|
+
"category": "Extensions",
|
|
1987
3313
|
"type": "community",
|
|
1988
3314
|
"maintainers": [
|
|
1989
3315
|
{
|
|
1990
3316
|
"name": "Sébastien Chopin",
|
|
1991
3317
|
"github": "Atinux",
|
|
1992
|
-
"twitter": "Atinux"
|
|
1993
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3318
|
+
"twitter": "Atinux"
|
|
1994
3319
|
}
|
|
1995
|
-
]
|
|
3320
|
+
],
|
|
3321
|
+
"compatibility": {
|
|
3322
|
+
"nuxt": "^2.0.0",
|
|
3323
|
+
"requires": {}
|
|
3324
|
+
}
|
|
1996
3325
|
},
|
|
1997
3326
|
{
|
|
1998
3327
|
"name": "sanity",
|
|
1999
|
-
"description": "Access text, images, and other media with Nuxt
|
|
2000
|
-
"repo": "nuxt-
|
|
3328
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3329
|
+
"repo": "nuxt-modules/sanity#main",
|
|
2001
3330
|
"npm": "@nuxtjs/sanity",
|
|
2002
3331
|
"icon": "sanity.png",
|
|
2003
|
-
"github": "https://github.com/nuxt-
|
|
3332
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
2004
3333
|
"website": "https://sanity.nuxtjs.org",
|
|
2005
3334
|
"learn_more": "https://www.sanity.io/",
|
|
2006
3335
|
"category": "CMS",
|
|
@@ -2009,10 +3338,39 @@
|
|
|
2009
3338
|
{
|
|
2010
3339
|
"name": "Daniel Roe",
|
|
2011
3340
|
"github": "danielroe",
|
|
2012
|
-
"twitter": "danielcroe"
|
|
2013
|
-
|
|
3341
|
+
"twitter": "danielcroe"
|
|
3342
|
+
}
|
|
3343
|
+
],
|
|
3344
|
+
"compatibility": {
|
|
3345
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3346
|
+
"requires": {
|
|
3347
|
+
"bridge": "optional"
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"name": "schema-org",
|
|
3353
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3354
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3355
|
+
"npm": "nuxt-schema-org",
|
|
3356
|
+
"icon": "schema-org.svg",
|
|
3357
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3358
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3359
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3360
|
+
"category": "SEO",
|
|
3361
|
+
"type": "3rd-party",
|
|
3362
|
+
"maintainers": [
|
|
3363
|
+
{
|
|
3364
|
+
"name": "Harlan Wilton",
|
|
3365
|
+
"github": "harlan-zw",
|
|
3366
|
+
"twitter": "harlan_zw",
|
|
3367
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2014
3368
|
}
|
|
2015
|
-
]
|
|
3369
|
+
],
|
|
3370
|
+
"compatibility": {
|
|
3371
|
+
"nuxt": "^3.0.0",
|
|
3372
|
+
"requires": {}
|
|
3373
|
+
}
|
|
2016
3374
|
},
|
|
2017
3375
|
{
|
|
2018
3376
|
"name": "scss-to-js",
|
|
@@ -2028,10 +3386,13 @@
|
|
|
2028
3386
|
"maintainers": [
|
|
2029
3387
|
{
|
|
2030
3388
|
"name": "sugoidesune",
|
|
2031
|
-
"github": "sugoidesune"
|
|
2032
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3389
|
+
"github": "sugoidesune"
|
|
2033
3390
|
}
|
|
2034
|
-
]
|
|
3391
|
+
],
|
|
3392
|
+
"compatibility": {
|
|
3393
|
+
"nuxt": "^2.0.0",
|
|
3394
|
+
"requires": {}
|
|
3395
|
+
}
|
|
2035
3396
|
},
|
|
2036
3397
|
{
|
|
2037
3398
|
"name": "segment",
|
|
@@ -2047,10 +3408,13 @@
|
|
|
2047
3408
|
"maintainers": [
|
|
2048
3409
|
{
|
|
2049
3410
|
"name": "dansmaculotte",
|
|
2050
|
-
"github": "dansmaculotte"
|
|
2051
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3411
|
+
"github": "dansmaculotte"
|
|
2052
3412
|
}
|
|
2053
|
-
]
|
|
3413
|
+
],
|
|
3414
|
+
"compatibility": {
|
|
3415
|
+
"nuxt": "^2.0.0",
|
|
3416
|
+
"requires": {}
|
|
3417
|
+
}
|
|
2054
3418
|
},
|
|
2055
3419
|
{
|
|
2056
3420
|
"name": "sentry",
|
|
@@ -2059,17 +3423,43 @@
|
|
|
2059
3423
|
"npm": "@nuxtjs/sentry",
|
|
2060
3424
|
"icon": "sentry.png",
|
|
2061
3425
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2062
|
-
"website": "https://
|
|
3426
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2063
3427
|
"learn_more": "https://sentry.io/welcome/",
|
|
2064
3428
|
"category": "Monitoring",
|
|
2065
3429
|
"type": "community",
|
|
2066
3430
|
"maintainers": [
|
|
2067
3431
|
{
|
|
2068
3432
|
"name": "Rafał Chłodnicki",
|
|
2069
|
-
"github": "rchl"
|
|
2070
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3433
|
+
"github": "rchl"
|
|
2071
3434
|
}
|
|
2072
|
-
]
|
|
3435
|
+
],
|
|
3436
|
+
"compatibility": {
|
|
3437
|
+
"nuxt": "^2.0.0",
|
|
3438
|
+
"requires": {}
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"name": "seo-meta",
|
|
3443
|
+
"description": "Simple generate seo metadata",
|
|
3444
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3445
|
+
"npm": "nuxt-seo-meta",
|
|
3446
|
+
"icon": "",
|
|
3447
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3448
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3449
|
+
"learn_more": "",
|
|
3450
|
+
"category": "SEO",
|
|
3451
|
+
"type": "3rd-party",
|
|
3452
|
+
"maintainers": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "ihavecoke",
|
|
3455
|
+
"github": "ihavecoke",
|
|
3456
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3457
|
+
}
|
|
3458
|
+
],
|
|
3459
|
+
"compatibility": {
|
|
3460
|
+
"nuxt": "^2.0.0",
|
|
3461
|
+
"requires": {}
|
|
3462
|
+
}
|
|
2073
3463
|
},
|
|
2074
3464
|
{
|
|
2075
3465
|
"name": "seomatic-meta",
|
|
@@ -2085,10 +3475,13 @@
|
|
|
2085
3475
|
"maintainers": [
|
|
2086
3476
|
{
|
|
2087
3477
|
"name": "ben-rogerson",
|
|
2088
|
-
"github": "ben-rogerson"
|
|
2089
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3478
|
+
"github": "ben-rogerson"
|
|
2090
3479
|
}
|
|
2091
|
-
]
|
|
3480
|
+
],
|
|
3481
|
+
"compatibility": {
|
|
3482
|
+
"nuxt": "^2.0.0",
|
|
3483
|
+
"requires": {}
|
|
3484
|
+
}
|
|
2092
3485
|
},
|
|
2093
3486
|
{
|
|
2094
3487
|
"name": "separate-env",
|
|
@@ -2099,16 +3492,19 @@
|
|
|
2099
3492
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2100
3493
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2101
3494
|
"learn_more": "",
|
|
2102
|
-
"category": "
|
|
3495
|
+
"category": "Extensions",
|
|
2103
3496
|
"type": "community",
|
|
2104
3497
|
"maintainers": [
|
|
2105
3498
|
{
|
|
2106
3499
|
"name": "Alexander Lichter",
|
|
2107
3500
|
"github": "manniL",
|
|
2108
|
-
"twitter": "TheAlexLichter"
|
|
2109
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3501
|
+
"twitter": "TheAlexLichter"
|
|
2110
3502
|
}
|
|
2111
|
-
]
|
|
3503
|
+
],
|
|
3504
|
+
"compatibility": {
|
|
3505
|
+
"nuxt": "^2.0.0",
|
|
3506
|
+
"requires": {}
|
|
3507
|
+
}
|
|
2112
3508
|
},
|
|
2113
3509
|
{
|
|
2114
3510
|
"name": "shopify",
|
|
@@ -2124,10 +3520,13 @@
|
|
|
2124
3520
|
"maintainers": [
|
|
2125
3521
|
{
|
|
2126
3522
|
"name": "Gomah",
|
|
2127
|
-
"github": "Gomah"
|
|
2128
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3523
|
+
"github": "Gomah"
|
|
2129
3524
|
}
|
|
2130
|
-
]
|
|
3525
|
+
],
|
|
3526
|
+
"compatibility": {
|
|
3527
|
+
"nuxt": "^2.0.0",
|
|
3528
|
+
"requires": {}
|
|
3529
|
+
}
|
|
2131
3530
|
},
|
|
2132
3531
|
{
|
|
2133
3532
|
"name": "simple-line-icons",
|
|
@@ -2143,10 +3542,13 @@
|
|
|
2143
3542
|
"maintainers": [
|
|
2144
3543
|
{
|
|
2145
3544
|
"name": "vaso2",
|
|
2146
|
-
"github": "vaso2"
|
|
2147
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3545
|
+
"github": "vaso2"
|
|
2148
3546
|
}
|
|
2149
|
-
]
|
|
3547
|
+
],
|
|
3548
|
+
"compatibility": {
|
|
3549
|
+
"nuxt": "^2.0.0",
|
|
3550
|
+
"requires": {}
|
|
3551
|
+
}
|
|
2150
3552
|
},
|
|
2151
3553
|
{
|
|
2152
3554
|
"name": "sitemap",
|
|
@@ -2155,7 +3557,7 @@
|
|
|
2155
3557
|
"npm": "@nuxtjs/sitemap",
|
|
2156
3558
|
"icon": "",
|
|
2157
3559
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2158
|
-
"website": "https://
|
|
3560
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2159
3561
|
"learn_more": "",
|
|
2160
3562
|
"category": "SEO",
|
|
2161
3563
|
"type": "community",
|
|
@@ -2163,10 +3565,36 @@
|
|
|
2163
3565
|
{
|
|
2164
3566
|
"name": "Nicolas PENNEC",
|
|
2165
3567
|
"github": "NicoPennec",
|
|
2166
|
-
"twitter": "NicoPennec"
|
|
2167
|
-
|
|
3568
|
+
"twitter": "NicoPennec"
|
|
3569
|
+
}
|
|
3570
|
+
],
|
|
3571
|
+
"compatibility": {
|
|
3572
|
+
"nuxt": "^2.0.0",
|
|
3573
|
+
"requires": {}
|
|
3574
|
+
}
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"name": "snipcart",
|
|
3578
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3579
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3580
|
+
"npm": "@nuxtjs/snipcart",
|
|
3581
|
+
"icon": "snipcart.png",
|
|
3582
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3583
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3584
|
+
"learn_more": "",
|
|
3585
|
+
"category": "Payment",
|
|
3586
|
+
"type": "community",
|
|
3587
|
+
"maintainers": [
|
|
3588
|
+
{
|
|
3589
|
+
"name": "Florent GIRAUD",
|
|
3590
|
+
"github": "f3ltron",
|
|
3591
|
+
"twitter": "giraud_florent"
|
|
2168
3592
|
}
|
|
2169
|
-
]
|
|
3593
|
+
],
|
|
3594
|
+
"compatibility": {
|
|
3595
|
+
"nuxt": "^2.0.0",
|
|
3596
|
+
"requires": {}
|
|
3597
|
+
}
|
|
2170
3598
|
},
|
|
2171
3599
|
{
|
|
2172
3600
|
"name": "social-meta",
|
|
@@ -2182,10 +3610,13 @@
|
|
|
2182
3610
|
"maintainers": [
|
|
2183
3611
|
{
|
|
2184
3612
|
"name": "AlekseyPleshkov",
|
|
2185
|
-
"github": "AlekseyPleshkov"
|
|
2186
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3613
|
+
"github": "AlekseyPleshkov"
|
|
2187
3614
|
}
|
|
2188
|
-
]
|
|
3615
|
+
],
|
|
3616
|
+
"compatibility": {
|
|
3617
|
+
"nuxt": "^2.0.0",
|
|
3618
|
+
"requires": {}
|
|
3619
|
+
}
|
|
2189
3620
|
},
|
|
2190
3621
|
{
|
|
2191
3622
|
"name": "socket-io",
|
|
@@ -2201,10 +3632,13 @@
|
|
|
2201
3632
|
"maintainers": [
|
|
2202
3633
|
{
|
|
2203
3634
|
"name": "richardeschloss",
|
|
2204
|
-
"github": "richardeschloss"
|
|
2205
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3635
|
+
"github": "richardeschloss"
|
|
2206
3636
|
}
|
|
2207
|
-
]
|
|
3637
|
+
],
|
|
3638
|
+
"compatibility": {
|
|
3639
|
+
"nuxt": "^2.0.0",
|
|
3640
|
+
"requires": {}
|
|
3641
|
+
}
|
|
2208
3642
|
},
|
|
2209
3643
|
{
|
|
2210
3644
|
"name": "speedcurve",
|
|
@@ -2221,10 +3655,46 @@
|
|
|
2221
3655
|
{
|
|
2222
3656
|
"name": "Josh Deltener",
|
|
2223
3657
|
"github": "hecktarzuli",
|
|
2224
|
-
"twitter": "JoshDeltener"
|
|
2225
|
-
|
|
3658
|
+
"twitter": "JoshDeltener"
|
|
3659
|
+
}
|
|
3660
|
+
],
|
|
3661
|
+
"compatibility": {
|
|
3662
|
+
"nuxt": "^2.0.0",
|
|
3663
|
+
"requires": {}
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"name": "speedkit",
|
|
3668
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3669
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3670
|
+
"npm": "nuxt-speedkit",
|
|
3671
|
+
"icon": "speedkit.png",
|
|
3672
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3673
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3674
|
+
"learn_more": "",
|
|
3675
|
+
"category": "Performance",
|
|
3676
|
+
"type": "3rd-party",
|
|
3677
|
+
"maintainers": [
|
|
3678
|
+
{
|
|
3679
|
+
"name": "Stephan Gerbeth",
|
|
3680
|
+
"github": "StephanGerbeth",
|
|
3681
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "Thorn Walli",
|
|
3685
|
+
"github": "ThornWalli",
|
|
3686
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "Grabarz & Partner",
|
|
3690
|
+
"github": "GrabarzUndPartner",
|
|
3691
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2226
3692
|
}
|
|
2227
|
-
]
|
|
3693
|
+
],
|
|
3694
|
+
"compatibility": {
|
|
3695
|
+
"nuxt": "^2.0.0",
|
|
3696
|
+
"requires": {}
|
|
3697
|
+
}
|
|
2228
3698
|
},
|
|
2229
3699
|
{
|
|
2230
3700
|
"name": "storage",
|
|
@@ -2235,15 +3705,40 @@
|
|
|
2235
3705
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2236
3706
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2237
3707
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2238
|
-
"category": "
|
|
3708
|
+
"category": "Extensions",
|
|
2239
3709
|
"type": "3rd-party",
|
|
2240
3710
|
"maintainers": [
|
|
2241
3711
|
{
|
|
2242
3712
|
"name": "mazipan",
|
|
2243
|
-
"github": "mazipan"
|
|
2244
|
-
|
|
3713
|
+
"github": "mazipan"
|
|
3714
|
+
}
|
|
3715
|
+
],
|
|
3716
|
+
"compatibility": {
|
|
3717
|
+
"nuxt": "^2.0.0",
|
|
3718
|
+
"requires": {}
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "storefront-ui",
|
|
3723
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3724
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3725
|
+
"npm": "@storefront-ui/nuxt",
|
|
3726
|
+
"icon": "storefront-ui.svg",
|
|
3727
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3728
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3729
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3730
|
+
"category": "UI",
|
|
3731
|
+
"type": "3rd-party",
|
|
3732
|
+
"maintainers": [
|
|
3733
|
+
{
|
|
3734
|
+
"name": "Jakub Andrzejewski",
|
|
3735
|
+
"github": "Baroshem"
|
|
2245
3736
|
}
|
|
2246
|
-
]
|
|
3737
|
+
],
|
|
3738
|
+
"compatibility": {
|
|
3739
|
+
"nuxt": "^2.0.0",
|
|
3740
|
+
"requires": {}
|
|
3741
|
+
}
|
|
2247
3742
|
},
|
|
2248
3743
|
{
|
|
2249
3744
|
"name": "stories",
|
|
@@ -2259,16 +3754,19 @@
|
|
|
2259
3754
|
"maintainers": [
|
|
2260
3755
|
{
|
|
2261
3756
|
"name": "richardeschloss",
|
|
2262
|
-
"github": "richardeschloss"
|
|
2263
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3757
|
+
"github": "richardeschloss"
|
|
2264
3758
|
}
|
|
2265
|
-
]
|
|
3759
|
+
],
|
|
3760
|
+
"compatibility": {
|
|
3761
|
+
"nuxt": "^2.0.0",
|
|
3762
|
+
"requires": {}
|
|
3763
|
+
}
|
|
2266
3764
|
},
|
|
2267
3765
|
{
|
|
2268
3766
|
"name": "storyblok",
|
|
2269
3767
|
"description": "Storyblok Nuxt.js module",
|
|
2270
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2271
|
-
"npm": "storyblok
|
|
3768
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3769
|
+
"npm": "@storyblok/nuxt",
|
|
2272
3770
|
"icon": "storyblok.png",
|
|
2273
3771
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2274
3772
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2278,10 +3776,13 @@
|
|
|
2278
3776
|
"maintainers": [
|
|
2279
3777
|
{
|
|
2280
3778
|
"name": "storyblok",
|
|
2281
|
-
"github": "storyblok"
|
|
2282
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3779
|
+
"github": "storyblok"
|
|
2283
3780
|
}
|
|
2284
|
-
]
|
|
3781
|
+
],
|
|
3782
|
+
"compatibility": {
|
|
3783
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3784
|
+
"requires": {}
|
|
3785
|
+
}
|
|
2285
3786
|
},
|
|
2286
3787
|
{
|
|
2287
3788
|
"name": "storybook",
|
|
@@ -2298,16 +3799,20 @@
|
|
|
2298
3799
|
{
|
|
2299
3800
|
"name": "Ahad Birang",
|
|
2300
3801
|
"github": "farnabaz",
|
|
2301
|
-
"twitter": "a_birang"
|
|
2302
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3802
|
+
"twitter": "a_birang"
|
|
2303
3803
|
},
|
|
2304
3804
|
{
|
|
2305
3805
|
"name": "Pooya Parsa",
|
|
2306
3806
|
"github": "pi0",
|
|
2307
|
-
"twitter": "_pi0_"
|
|
2308
|
-
|
|
3807
|
+
"twitter": "_pi0_"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^2.0.0",
|
|
3812
|
+
"requires": {
|
|
3813
|
+
"bridge": "optional"
|
|
2309
3814
|
}
|
|
2310
|
-
|
|
3815
|
+
}
|
|
2311
3816
|
},
|
|
2312
3817
|
{
|
|
2313
3818
|
"name": "strapi",
|
|
@@ -2324,16 +3829,20 @@
|
|
|
2324
3829
|
{
|
|
2325
3830
|
"name": "Benjamin Canac",
|
|
2326
3831
|
"github": "benjamincanac",
|
|
2327
|
-
"twitter": "benjamincanac"
|
|
2328
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3832
|
+
"twitter": "benjamincanac"
|
|
2329
3833
|
},
|
|
2330
3834
|
{
|
|
2331
3835
|
"name": "Sébastien Chopin",
|
|
2332
3836
|
"github": "Atinux",
|
|
2333
|
-
"twitter": "Atinux"
|
|
2334
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3837
|
+
"twitter": "Atinux"
|
|
2335
3838
|
}
|
|
2336
|
-
]
|
|
3839
|
+
],
|
|
3840
|
+
"compatibility": {
|
|
3841
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3842
|
+
"requires": {
|
|
3843
|
+
"bridge": true
|
|
3844
|
+
}
|
|
3845
|
+
}
|
|
2337
3846
|
},
|
|
2338
3847
|
{
|
|
2339
3848
|
"name": "stripe",
|
|
@@ -2349,10 +3858,13 @@
|
|
|
2349
3858
|
"maintainers": [
|
|
2350
3859
|
{
|
|
2351
3860
|
"name": "WilliamDASILVA",
|
|
2352
|
-
"github": "WilliamDASILVA"
|
|
2353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3861
|
+
"github": "WilliamDASILVA"
|
|
2354
3862
|
}
|
|
2355
|
-
]
|
|
3863
|
+
],
|
|
3864
|
+
"compatibility": {
|
|
3865
|
+
"nuxt": "^2.0.0",
|
|
3866
|
+
"requires": {}
|
|
3867
|
+
}
|
|
2356
3868
|
},
|
|
2357
3869
|
{
|
|
2358
3870
|
"name": "style-resources",
|
|
@@ -2369,10 +3881,13 @@
|
|
|
2369
3881
|
{
|
|
2370
3882
|
"name": "Alexander Lichter",
|
|
2371
3883
|
"github": "manniL",
|
|
2372
|
-
"twitter": "TheAlexLichter"
|
|
2373
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3884
|
+
"twitter": "TheAlexLichter"
|
|
2374
3885
|
}
|
|
2375
|
-
]
|
|
3886
|
+
],
|
|
3887
|
+
"compatibility": {
|
|
3888
|
+
"nuxt": "^2.0.0",
|
|
3889
|
+
"requires": {}
|
|
3890
|
+
}
|
|
2376
3891
|
},
|
|
2377
3892
|
{
|
|
2378
3893
|
"name": "stylelint",
|
|
@@ -2388,10 +3903,69 @@
|
|
|
2388
3903
|
"maintainers": [
|
|
2389
3904
|
{
|
|
2390
3905
|
"name": "Ricardo Gobbo de Souza",
|
|
2391
|
-
"github": "ricardogobbosouza"
|
|
2392
|
-
|
|
3906
|
+
"github": "ricardogobbosouza"
|
|
3907
|
+
}
|
|
3908
|
+
],
|
|
3909
|
+
"compatibility": {
|
|
3910
|
+
"nuxt": "^2.0.0",
|
|
3911
|
+
"requires": {}
|
|
3912
|
+
}
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "stylify",
|
|
3916
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3917
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3918
|
+
"npm": "@stylify/nuxt",
|
|
3919
|
+
"icon": "stylify.svg",
|
|
3920
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3921
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3922
|
+
"learn_more": "https://stylifycss.com",
|
|
3923
|
+
"category": "UI",
|
|
3924
|
+
"type": "3rd-party",
|
|
3925
|
+
"maintainers": [
|
|
3926
|
+
{
|
|
3927
|
+
"name": "Vladimír Macháček",
|
|
3928
|
+
"github": "Machy8",
|
|
3929
|
+
"twitter": "8machy"
|
|
2393
3930
|
}
|
|
2394
|
-
]
|
|
3931
|
+
],
|
|
3932
|
+
"compatibility": {
|
|
3933
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3934
|
+
"requires": {}
|
|
3935
|
+
}
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"name": "supabase",
|
|
3939
|
+
"description": "First class integration with Supabase",
|
|
3940
|
+
"repo": "nuxt-community/supabase-module",
|
|
3941
|
+
"npm": "@nuxtjs/supabase",
|
|
3942
|
+
"icon": "supabase.png",
|
|
3943
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3944
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3945
|
+
"learn_more": "https://supabase.com",
|
|
3946
|
+
"category": "Database",
|
|
3947
|
+
"type": "community",
|
|
3948
|
+
"maintainers": [
|
|
3949
|
+
{
|
|
3950
|
+
"name": "Baptiste Leproux",
|
|
3951
|
+
"github": "larbish",
|
|
3952
|
+
"twitter": "baptistelprx"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"name": "Sebastien Chopin",
|
|
3956
|
+
"github": "Atinux",
|
|
3957
|
+
"twitter": "Atinux"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"name": "Scott Robertson",
|
|
3961
|
+
"github": "scottrobertson",
|
|
3962
|
+
"twitter": "scottymeuk"
|
|
3963
|
+
}
|
|
3964
|
+
],
|
|
3965
|
+
"compatibility": {
|
|
3966
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3967
|
+
"requires": {}
|
|
3968
|
+
}
|
|
2395
3969
|
},
|
|
2396
3970
|
{
|
|
2397
3971
|
"name": "svg-loader",
|
|
@@ -2402,15 +3976,18 @@
|
|
|
2402
3976
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2403
3977
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2404
3978
|
"learn_more": "",
|
|
2405
|
-
"category": "
|
|
3979
|
+
"category": "Extensions",
|
|
2406
3980
|
"type": "3rd-party",
|
|
2407
3981
|
"maintainers": [
|
|
2408
3982
|
{
|
|
2409
3983
|
"name": "Developmint",
|
|
2410
|
-
"github": "Developmint"
|
|
2411
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3984
|
+
"github": "Developmint"
|
|
2412
3985
|
}
|
|
2413
|
-
]
|
|
3986
|
+
],
|
|
3987
|
+
"compatibility": {
|
|
3988
|
+
"nuxt": "^2.0.0",
|
|
3989
|
+
"requires": {}
|
|
3990
|
+
}
|
|
2414
3991
|
},
|
|
2415
3992
|
{
|
|
2416
3993
|
"name": "svg-sprite",
|
|
@@ -2421,16 +3998,19 @@
|
|
|
2421
3998
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2422
3999
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2423
4000
|
"learn_more": "",
|
|
2424
|
-
"category": "
|
|
4001
|
+
"category": "UI",
|
|
2425
4002
|
"type": "community",
|
|
2426
4003
|
"maintainers": [
|
|
2427
4004
|
{
|
|
2428
4005
|
"name": "Ahad Birang",
|
|
2429
4006
|
"github": "farnabaz",
|
|
2430
|
-
"twitter": "a_birang"
|
|
2431
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
4007
|
+
"twitter": "a_birang"
|
|
2432
4008
|
}
|
|
2433
|
-
]
|
|
4009
|
+
],
|
|
4010
|
+
"compatibility": {
|
|
4011
|
+
"nuxt": "^2.0.0",
|
|
4012
|
+
"requires": {}
|
|
4013
|
+
}
|
|
2434
4014
|
},
|
|
2435
4015
|
{
|
|
2436
4016
|
"name": "svg",
|
|
@@ -2441,15 +4021,18 @@
|
|
|
2441
4021
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2442
4022
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2443
4023
|
"learn_more": "",
|
|
2444
|
-
"category": "
|
|
4024
|
+
"category": "Extensions",
|
|
2445
4025
|
"type": "community",
|
|
2446
4026
|
"maintainers": [
|
|
2447
4027
|
{
|
|
2448
4028
|
"name": "Sam Holmes",
|
|
2449
|
-
"github": "sam3d"
|
|
2450
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
4029
|
+
"github": "sam3d"
|
|
2451
4030
|
}
|
|
2452
|
-
]
|
|
4031
|
+
],
|
|
4032
|
+
"compatibility": {
|
|
4033
|
+
"nuxt": "^2.0.0",
|
|
4034
|
+
"requires": {}
|
|
4035
|
+
}
|
|
2453
4036
|
},
|
|
2454
4037
|
{
|
|
2455
4038
|
"name": "sweetalert2",
|
|
@@ -2465,10 +4048,13 @@
|
|
|
2465
4048
|
"maintainers": [
|
|
2466
4049
|
{
|
|
2467
4050
|
"name": "ImreC",
|
|
2468
|
-
"github": "ImreC"
|
|
2469
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
4051
|
+
"github": "ImreC"
|
|
2470
4052
|
}
|
|
2471
|
-
]
|
|
4053
|
+
],
|
|
4054
|
+
"compatibility": {
|
|
4055
|
+
"nuxt": "^2.0.0",
|
|
4056
|
+
"requires": {}
|
|
4057
|
+
}
|
|
2472
4058
|
},
|
|
2473
4059
|
{
|
|
2474
4060
|
"name": "tailwindcss",
|
|
@@ -2485,10 +4071,36 @@
|
|
|
2485
4071
|
{
|
|
2486
4072
|
"name": "Sébastien Chopin",
|
|
2487
4073
|
"github": "Atinux",
|
|
2488
|
-
"twitter": "Atinux"
|
|
2489
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4074
|
+
"twitter": "Atinux"
|
|
2490
4075
|
}
|
|
2491
|
-
]
|
|
4076
|
+
],
|
|
4077
|
+
"compatibility": {
|
|
4078
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4079
|
+
"requires": {}
|
|
4080
|
+
}
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "tiktok-analytics",
|
|
4084
|
+
"description": "",
|
|
4085
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4086
|
+
"npm": "tiktok-analytics",
|
|
4087
|
+
"icon": "",
|
|
4088
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4089
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4090
|
+
"learn_more": "",
|
|
4091
|
+
"category": "Analytics",
|
|
4092
|
+
"type": "3rd-party",
|
|
4093
|
+
"maintainers": [
|
|
4094
|
+
{
|
|
4095
|
+
"name": "stickpro",
|
|
4096
|
+
"github": "stickpro",
|
|
4097
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
4098
|
+
}
|
|
4099
|
+
],
|
|
4100
|
+
"compatibility": {
|
|
4101
|
+
"nuxt": "^2.0.0",
|
|
4102
|
+
"requires": {}
|
|
4103
|
+
}
|
|
2492
4104
|
},
|
|
2493
4105
|
{
|
|
2494
4106
|
"name": "toast",
|
|
@@ -2496,8 +4108,8 @@
|
|
|
2496
4108
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2497
4109
|
"npm": "@nuxtjs/toast",
|
|
2498
4110
|
"icon": "",
|
|
2499
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2500
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4111
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4112
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2501
4113
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2502
4114
|
"category": "Libraries",
|
|
2503
4115
|
"type": "community",
|
|
@@ -2505,10 +4117,70 @@
|
|
|
2505
4117
|
{
|
|
2506
4118
|
"name": "Pooya Parsa",
|
|
2507
4119
|
"github": "pi0",
|
|
2508
|
-
"twitter": "_pi0_"
|
|
2509
|
-
|
|
4120
|
+
"twitter": "_pi0_"
|
|
4121
|
+
}
|
|
4122
|
+
],
|
|
4123
|
+
"compatibility": {
|
|
4124
|
+
"nuxt": "^2.0.0",
|
|
4125
|
+
"requires": {}
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"name": "twa",
|
|
4130
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4131
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4132
|
+
"npm": "nuxt-twa",
|
|
4133
|
+
"icon": "",
|
|
4134
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4135
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4136
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4137
|
+
"category": "Performance",
|
|
4138
|
+
"type": "3rd-party",
|
|
4139
|
+
"maintainers": [
|
|
4140
|
+
{
|
|
4141
|
+
"name": "Nicolas Perraut",
|
|
4142
|
+
"github": "tuarrep"
|
|
4143
|
+
}
|
|
4144
|
+
],
|
|
4145
|
+
"compatibility": {
|
|
4146
|
+
"nuxt": "^2.0.0",
|
|
4147
|
+
"requires": {
|
|
4148
|
+
"bridge": "optional"
|
|
4149
|
+
}
|
|
4150
|
+
}
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "twicpics",
|
|
4154
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4155
|
+
"repo": "TwicPics/components",
|
|
4156
|
+
"npm": "@twicpics/components",
|
|
4157
|
+
"icon": "twicpics.svg",
|
|
4158
|
+
"github": "https://github.com/TwicPics/components",
|
|
4159
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4160
|
+
"learn_more": "https://www.twicpics.com",
|
|
4161
|
+
"category": "Images",
|
|
4162
|
+
"type": "3rd-party",
|
|
4163
|
+
"maintainers": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "Florent Bourgeois",
|
|
4166
|
+
"github": "florentb",
|
|
4167
|
+
"twitter": "florent_b"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "Julian Aubourg",
|
|
4171
|
+
"github": "jaubourg",
|
|
4172
|
+
"twitter": "jaubourg"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "Miguel Beignon",
|
|
4176
|
+
"github": "mbgspcii",
|
|
4177
|
+
"twitter": "m_beignon"
|
|
2510
4178
|
}
|
|
2511
|
-
]
|
|
4179
|
+
],
|
|
4180
|
+
"compatibility": {
|
|
4181
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4182
|
+
"requires": {}
|
|
4183
|
+
}
|
|
2512
4184
|
},
|
|
2513
4185
|
{
|
|
2514
4186
|
"name": "typed-router",
|
|
@@ -2524,10 +4196,38 @@
|
|
|
2524
4196
|
"maintainers": [
|
|
2525
4197
|
{
|
|
2526
4198
|
"name": "victorgarciaesgi",
|
|
2527
|
-
"github": "victorgarciaesgi"
|
|
2528
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4199
|
+
"github": "victorgarciaesgi"
|
|
2529
4200
|
}
|
|
2530
|
-
]
|
|
4201
|
+
],
|
|
4202
|
+
"compatibility": {
|
|
4203
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4204
|
+
"requires": {}
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "typed-vuex",
|
|
4209
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4210
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4211
|
+
"npm": "nuxt-typed-vuex",
|
|
4212
|
+
"icon": "vue.png",
|
|
4213
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4214
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4215
|
+
"learn_more": "",
|
|
4216
|
+
"category": "Libraries",
|
|
4217
|
+
"type": "3rd-party",
|
|
4218
|
+
"maintainers": [
|
|
4219
|
+
{
|
|
4220
|
+
"name": "Daniel Roe",
|
|
4221
|
+
"github": "danielroe",
|
|
4222
|
+
"twitter": "danielcroe"
|
|
4223
|
+
}
|
|
4224
|
+
],
|
|
4225
|
+
"compatibility": {
|
|
4226
|
+
"nuxt": "^2.0.0",
|
|
4227
|
+
"requires": {
|
|
4228
|
+
"bridge": "optional"
|
|
4229
|
+
}
|
|
4230
|
+
}
|
|
2531
4231
|
},
|
|
2532
4232
|
{
|
|
2533
4233
|
"name": "typescript-runtime",
|
|
@@ -2543,22 +4243,23 @@
|
|
|
2543
4243
|
"maintainers": [
|
|
2544
4244
|
{
|
|
2545
4245
|
"name": "Kevin Marrec",
|
|
2546
|
-
"github": "kevinmarrec"
|
|
2547
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4246
|
+
"github": "kevinmarrec"
|
|
2548
4247
|
},
|
|
2549
4248
|
{
|
|
2550
4249
|
"name": "Pooya Parsa",
|
|
2551
4250
|
"github": "pi0",
|
|
2552
|
-
"twitter": "_pi0_"
|
|
2553
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4251
|
+
"twitter": "_pi0_"
|
|
2554
4252
|
},
|
|
2555
4253
|
{
|
|
2556
4254
|
"name": "Daniel Roe",
|
|
2557
4255
|
"github": "danielroe",
|
|
2558
|
-
"twitter": "danielcroe"
|
|
2559
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4256
|
+
"twitter": "danielcroe"
|
|
2560
4257
|
}
|
|
2561
|
-
]
|
|
4258
|
+
],
|
|
4259
|
+
"compatibility": {
|
|
4260
|
+
"nuxt": "^2.0.0",
|
|
4261
|
+
"requires": {}
|
|
4262
|
+
}
|
|
2562
4263
|
},
|
|
2563
4264
|
{
|
|
2564
4265
|
"name": "typescript",
|
|
@@ -2574,22 +4275,23 @@
|
|
|
2574
4275
|
"maintainers": [
|
|
2575
4276
|
{
|
|
2576
4277
|
"name": "Kevin Marrec",
|
|
2577
|
-
"github": "kevinmarrec"
|
|
2578
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4278
|
+
"github": "kevinmarrec"
|
|
2579
4279
|
},
|
|
2580
4280
|
{
|
|
2581
4281
|
"name": "Pooya Parsa",
|
|
2582
4282
|
"github": "pi0",
|
|
2583
|
-
"twitter": "_pi0_"
|
|
2584
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4283
|
+
"twitter": "_pi0_"
|
|
2585
4284
|
},
|
|
2586
4285
|
{
|
|
2587
4286
|
"name": "Daniel Roe",
|
|
2588
4287
|
"github": "danielroe",
|
|
2589
|
-
"twitter": "danielcroe"
|
|
2590
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4288
|
+
"twitter": "danielcroe"
|
|
2591
4289
|
}
|
|
2592
|
-
]
|
|
4290
|
+
],
|
|
4291
|
+
"compatibility": {
|
|
4292
|
+
"nuxt": "^2.0.0",
|
|
4293
|
+
"requires": {}
|
|
4294
|
+
}
|
|
2593
4295
|
},
|
|
2594
4296
|
{
|
|
2595
4297
|
"name": "universal-storage",
|
|
@@ -2600,22 +4302,76 @@
|
|
|
2600
4302
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2601
4303
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2602
4304
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2603
|
-
"category": "
|
|
4305
|
+
"category": "Extensions",
|
|
2604
4306
|
"type": "community",
|
|
2605
4307
|
"maintainers": [
|
|
2606
4308
|
{
|
|
2607
4309
|
"name": "Pooya Parsa",
|
|
2608
4310
|
"github": "pi0",
|
|
2609
|
-
"twitter": "_pi0_"
|
|
2610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4311
|
+
"twitter": "_pi0_"
|
|
2611
4312
|
},
|
|
2612
4313
|
{
|
|
2613
4314
|
"name": "Farzad Soltani",
|
|
2614
4315
|
"github": "farzadso",
|
|
2615
|
-
"twitter": "farzadso"
|
|
2616
|
-
|
|
4316
|
+
"twitter": "farzadso"
|
|
4317
|
+
}
|
|
4318
|
+
],
|
|
4319
|
+
"compatibility": {
|
|
4320
|
+
"nuxt": "^2.0.0",
|
|
4321
|
+
"requires": {}
|
|
4322
|
+
}
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "unlighthouse",
|
|
4326
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4327
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4328
|
+
"npm": "@unlighthouse/nuxt",
|
|
4329
|
+
"icon": "unlighthouse.svg",
|
|
4330
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4331
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4332
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4333
|
+
"category": "Devtools",
|
|
4334
|
+
"type": "3rd-party",
|
|
4335
|
+
"maintainers": [
|
|
4336
|
+
{
|
|
4337
|
+
"name": "Harlan Wilton",
|
|
4338
|
+
"github": "harlan-zw",
|
|
4339
|
+
"twitter": "harlan_zw",
|
|
4340
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2617
4341
|
}
|
|
2618
|
-
]
|
|
4342
|
+
],
|
|
4343
|
+
"compatibility": {
|
|
4344
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4345
|
+
"requires": {
|
|
4346
|
+
"bridge": "optional"
|
|
4347
|
+
}
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "unocss",
|
|
4352
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4353
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4354
|
+
"npm": "@unocss/nuxt",
|
|
4355
|
+
"icon": "unocss.svg",
|
|
4356
|
+
"github": "https://github.com/antfu/unocss",
|
|
4357
|
+
"website": "https://github.com/antfu/unocss",
|
|
4358
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4359
|
+
"category": "UI",
|
|
4360
|
+
"type": "3rd-party",
|
|
4361
|
+
"maintainers": [
|
|
4362
|
+
{
|
|
4363
|
+
"name": "Anthony Fu",
|
|
4364
|
+
"github": "antfu",
|
|
4365
|
+
"twitter": "antfu7",
|
|
4366
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4367
|
+
}
|
|
4368
|
+
],
|
|
4369
|
+
"compatibility": {
|
|
4370
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4371
|
+
"requires": {
|
|
4372
|
+
"bridge": "optional"
|
|
4373
|
+
}
|
|
4374
|
+
}
|
|
2619
4375
|
},
|
|
2620
4376
|
{
|
|
2621
4377
|
"name": "user-agent",
|
|
@@ -2626,15 +4382,18 @@
|
|
|
2626
4382
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2627
4383
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2628
4384
|
"learn_more": "",
|
|
2629
|
-
"category": "
|
|
4385
|
+
"category": "Extensions",
|
|
2630
4386
|
"type": "3rd-party",
|
|
2631
4387
|
"maintainers": [
|
|
2632
4388
|
{
|
|
2633
4389
|
"name": "fukuiretu",
|
|
2634
|
-
"github": "fukuiretu"
|
|
2635
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4390
|
+
"github": "fukuiretu"
|
|
2636
4391
|
}
|
|
2637
|
-
]
|
|
4392
|
+
],
|
|
4393
|
+
"compatibility": {
|
|
4394
|
+
"nuxt": "^2.0.0",
|
|
4395
|
+
"requires": {}
|
|
4396
|
+
}
|
|
2638
4397
|
},
|
|
2639
4398
|
{
|
|
2640
4399
|
"name": "validate",
|
|
@@ -2650,10 +4409,13 @@
|
|
|
2650
4409
|
"maintainers": [
|
|
2651
4410
|
{
|
|
2652
4411
|
"name": "lewyuburi",
|
|
2653
|
-
"github": "lewyuburi"
|
|
2654
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4412
|
+
"github": "lewyuburi"
|
|
2655
4413
|
}
|
|
2656
|
-
]
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^2.0.0",
|
|
4417
|
+
"requires": {}
|
|
4418
|
+
}
|
|
2657
4419
|
},
|
|
2658
4420
|
{
|
|
2659
4421
|
"name": "vendor",
|
|
@@ -2664,35 +4426,19 @@
|
|
|
2664
4426
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2665
4427
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2666
4428
|
"learn_more": "",
|
|
2667
|
-
"category": "
|
|
4429
|
+
"category": "Extensions",
|
|
2668
4430
|
"type": "community",
|
|
2669
4431
|
"maintainers": [
|
|
2670
4432
|
{
|
|
2671
4433
|
"name": "Pooya Parsa",
|
|
2672
4434
|
"github": "pi0",
|
|
2673
|
-
"twitter": "_pi0_"
|
|
2674
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2675
|
-
}
|
|
2676
|
-
]
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"name": "vitals",
|
|
2680
|
-
"description": "Web Vitals for Nuxt.js",
|
|
2681
|
-
"repo": "daliborgogic/nuxt-vitals",
|
|
2682
|
-
"npm": "nuxt-vitals",
|
|
2683
|
-
"icon": "",
|
|
2684
|
-
"github": "https://github.com/daliborgogic/nuxt-vitals",
|
|
2685
|
-
"website": "https://github.com/daliborgogic/nuxt-vitals",
|
|
2686
|
-
"learn_more": "",
|
|
2687
|
-
"category": "Performance",
|
|
2688
|
-
"type": "3rd-party",
|
|
2689
|
-
"maintainers": [
|
|
2690
|
-
{
|
|
2691
|
-
"name": "daliborgogic",
|
|
2692
|
-
"github": "daliborgogic",
|
|
2693
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4435
|
+
"twitter": "_pi0_"
|
|
2694
4436
|
}
|
|
2695
|
-
]
|
|
4437
|
+
],
|
|
4438
|
+
"compatibility": {
|
|
4439
|
+
"nuxt": "^2.0.0",
|
|
4440
|
+
"requires": {}
|
|
4441
|
+
}
|
|
2696
4442
|
},
|
|
2697
4443
|
{
|
|
2698
4444
|
"name": "vue-material",
|
|
@@ -2708,10 +4454,13 @@
|
|
|
2708
4454
|
"maintainers": [
|
|
2709
4455
|
{
|
|
2710
4456
|
"name": "vaso2",
|
|
2711
|
-
"github": "vaso2"
|
|
2712
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4457
|
+
"github": "vaso2"
|
|
2713
4458
|
}
|
|
2714
|
-
]
|
|
4459
|
+
],
|
|
4460
|
+
"compatibility": {
|
|
4461
|
+
"nuxt": "^2.0.0",
|
|
4462
|
+
"requires": {}
|
|
4463
|
+
}
|
|
2715
4464
|
},
|
|
2716
4465
|
{
|
|
2717
4466
|
"name": "vue-multiselect",
|
|
@@ -2727,10 +4476,13 @@
|
|
|
2727
4476
|
"maintainers": [
|
|
2728
4477
|
{
|
|
2729
4478
|
"name": "spektrummedia",
|
|
2730
|
-
"github": "spektrummedia"
|
|
2731
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4479
|
+
"github": "spektrummedia"
|
|
2732
4480
|
}
|
|
2733
|
-
]
|
|
4481
|
+
],
|
|
4482
|
+
"compatibility": {
|
|
4483
|
+
"nuxt": "^2.0.0",
|
|
4484
|
+
"requires": {}
|
|
4485
|
+
}
|
|
2734
4486
|
},
|
|
2735
4487
|
{
|
|
2736
4488
|
"name": "vue-select",
|
|
@@ -2746,10 +4498,13 @@
|
|
|
2746
4498
|
"maintainers": [
|
|
2747
4499
|
{
|
|
2748
4500
|
"name": "madmod",
|
|
2749
|
-
"github": "madmod"
|
|
2750
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4501
|
+
"github": "madmod"
|
|
2751
4502
|
}
|
|
2752
|
-
]
|
|
4503
|
+
],
|
|
4504
|
+
"compatibility": {
|
|
4505
|
+
"nuxt": "^2.0.0",
|
|
4506
|
+
"requires": {}
|
|
4507
|
+
}
|
|
2753
4508
|
},
|
|
2754
4509
|
{
|
|
2755
4510
|
"name": "vue-warehouse",
|
|
@@ -2766,10 +4521,35 @@
|
|
|
2766
4521
|
{
|
|
2767
4522
|
"name": "Julio Marquez",
|
|
2768
4523
|
"github": "juliomrqz",
|
|
2769
|
-
"twitter": "juliomrqz"
|
|
2770
|
-
|
|
4524
|
+
"twitter": "juliomrqz"
|
|
4525
|
+
}
|
|
4526
|
+
],
|
|
4527
|
+
"compatibility": {
|
|
4528
|
+
"nuxt": "^2.0.0",
|
|
4529
|
+
"requires": {}
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"name": "vuestic",
|
|
4534
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4535
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4536
|
+
"npm": "@vuestic/nuxt",
|
|
4537
|
+
"icon": "",
|
|
4538
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4539
|
+
"website": "https://vuestic.dev",
|
|
4540
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4541
|
+
"category": "UI",
|
|
4542
|
+
"type": "3rd-party",
|
|
4543
|
+
"maintainers": [
|
|
4544
|
+
{
|
|
4545
|
+
"name": "epicmaxco",
|
|
4546
|
+
"github": "epicmaxco"
|
|
2771
4547
|
}
|
|
2772
|
-
]
|
|
4548
|
+
],
|
|
4549
|
+
"compatibility": {
|
|
4550
|
+
"nuxt": "^3.0.0",
|
|
4551
|
+
"requires": {}
|
|
4552
|
+
}
|
|
2773
4553
|
},
|
|
2774
4554
|
{
|
|
2775
4555
|
"name": "vuetify",
|
|
@@ -2785,16 +4565,43 @@
|
|
|
2785
4565
|
"maintainers": [
|
|
2786
4566
|
{
|
|
2787
4567
|
"name": "Kevin Marrec",
|
|
2788
|
-
"github": "kevinmarrec"
|
|
2789
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4568
|
+
"github": "kevinmarrec"
|
|
2790
4569
|
},
|
|
2791
4570
|
{
|
|
2792
4571
|
"name": "Pooya Parsa",
|
|
2793
4572
|
"github": "pi0",
|
|
2794
|
-
"twitter": "_pi0_"
|
|
2795
|
-
|
|
4573
|
+
"twitter": "_pi0_"
|
|
4574
|
+
}
|
|
4575
|
+
],
|
|
4576
|
+
"compatibility": {
|
|
4577
|
+
"nuxt": "^2.0.0",
|
|
4578
|
+
"requires": {}
|
|
4579
|
+
}
|
|
4580
|
+
},
|
|
4581
|
+
{
|
|
4582
|
+
"name": "vueuse",
|
|
4583
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4584
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4585
|
+
"npm": "@vueuse/nuxt",
|
|
4586
|
+
"icon": "vueuse.svg",
|
|
4587
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4588
|
+
"website": "https://vueuse.org",
|
|
4589
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4590
|
+
"category": "Libraries",
|
|
4591
|
+
"type": "3rd-party",
|
|
4592
|
+
"maintainers": [
|
|
4593
|
+
{
|
|
4594
|
+
"name": "Anthony Fu",
|
|
4595
|
+
"github": "antfu",
|
|
4596
|
+
"twitter": "antfu7"
|
|
4597
|
+
}
|
|
4598
|
+
],
|
|
4599
|
+
"compatibility": {
|
|
4600
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4601
|
+
"requires": {
|
|
4602
|
+
"bridge": "optional"
|
|
2796
4603
|
}
|
|
2797
|
-
|
|
4604
|
+
}
|
|
2798
4605
|
},
|
|
2799
4606
|
{
|
|
2800
4607
|
"name": "vuex-router-sync",
|
|
@@ -2810,10 +4617,70 @@
|
|
|
2810
4617
|
"maintainers": [
|
|
2811
4618
|
{
|
|
2812
4619
|
"name": "paulgv",
|
|
2813
|
-
"github": "paulgv"
|
|
2814
|
-
|
|
4620
|
+
"github": "paulgv"
|
|
4621
|
+
}
|
|
4622
|
+
],
|
|
4623
|
+
"compatibility": {
|
|
4624
|
+
"nuxt": "^2.0.0",
|
|
4625
|
+
"requires": {}
|
|
4626
|
+
}
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "web-vitals",
|
|
4630
|
+
"description": "Web Vitals for Nuxt",
|
|
4631
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4632
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4633
|
+
"icon": "",
|
|
4634
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4635
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4636
|
+
"learn_more": "",
|
|
4637
|
+
"category": "Performance",
|
|
4638
|
+
"type": "community",
|
|
4639
|
+
"maintainers": [
|
|
4640
|
+
{
|
|
4641
|
+
"name": "daliborgogic",
|
|
4642
|
+
"github": "daliborgogic"
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "Pooya Parsa",
|
|
4646
|
+
"github": "pi0",
|
|
4647
|
+
"twitter": "_pi0_"
|
|
4648
|
+
},
|
|
4649
|
+
{
|
|
4650
|
+
"name": "Sebastien Chopin",
|
|
4651
|
+
"github": "Atinux",
|
|
4652
|
+
"twitter": "Atinux"
|
|
4653
|
+
}
|
|
4654
|
+
],
|
|
4655
|
+
"compatibility": {
|
|
4656
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4657
|
+
"requires": {
|
|
4658
|
+
"bridge": "optional"
|
|
4659
|
+
}
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"name": "web3js",
|
|
4664
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4665
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4666
|
+
"npm": "nuxt-web3",
|
|
4667
|
+
"icon": "web3js.svg",
|
|
4668
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4669
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4670
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4671
|
+
"category": "Libraries",
|
|
4672
|
+
"type": "3rd-party",
|
|
4673
|
+
"maintainers": [
|
|
4674
|
+
{
|
|
4675
|
+
"name": "Muhammad Fauzan",
|
|
4676
|
+
"github": "bl0cknumber",
|
|
4677
|
+
"twitter": "fncolon"
|
|
2815
4678
|
}
|
|
2816
|
-
]
|
|
4679
|
+
],
|
|
4680
|
+
"compatibility": {
|
|
4681
|
+
"nuxt": "^2.0.0",
|
|
4682
|
+
"requires": {}
|
|
4683
|
+
}
|
|
2817
4684
|
},
|
|
2818
4685
|
{
|
|
2819
4686
|
"name": "webfontloader",
|
|
@@ -2829,10 +4696,37 @@
|
|
|
2829
4696
|
"maintainers": [
|
|
2830
4697
|
{
|
|
2831
4698
|
"name": "Developmint",
|
|
2832
|
-
"github": "Developmint"
|
|
2833
|
-
|
|
4699
|
+
"github": "Developmint"
|
|
4700
|
+
}
|
|
4701
|
+
],
|
|
4702
|
+
"compatibility": {
|
|
4703
|
+
"nuxt": "^2.0.0",
|
|
4704
|
+
"requires": {}
|
|
4705
|
+
}
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "webpack-optimisations",
|
|
4709
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4710
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4711
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4712
|
+
"icon": "build-optimisations.svg",
|
|
4713
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4714
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4715
|
+
"learn_more": "",
|
|
4716
|
+
"category": "Devtools",
|
|
4717
|
+
"type": "3rd-party",
|
|
4718
|
+
"maintainers": [
|
|
4719
|
+
{
|
|
4720
|
+
"name": "Harlan Wilton",
|
|
4721
|
+
"github": "harlan-zw"
|
|
4722
|
+
}
|
|
4723
|
+
],
|
|
4724
|
+
"compatibility": {
|
|
4725
|
+
"nuxt": "^2.0.0",
|
|
4726
|
+
"requires": {
|
|
4727
|
+
"bridge": "optional"
|
|
2834
4728
|
}
|
|
2835
|
-
|
|
4729
|
+
}
|
|
2836
4730
|
},
|
|
2837
4731
|
{
|
|
2838
4732
|
"name": "webpack-profile",
|
|
@@ -2849,10 +4743,13 @@
|
|
|
2849
4743
|
{
|
|
2850
4744
|
"name": "Pooya Parsa",
|
|
2851
4745
|
"github": "pi0",
|
|
2852
|
-
"twitter": "_pi0_"
|
|
2853
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4746
|
+
"twitter": "_pi0_"
|
|
2854
4747
|
}
|
|
2855
|
-
]
|
|
4748
|
+
],
|
|
4749
|
+
"compatibility": {
|
|
4750
|
+
"nuxt": "^2.0.0",
|
|
4751
|
+
"requires": {}
|
|
4752
|
+
}
|
|
2856
4753
|
},
|
|
2857
4754
|
{
|
|
2858
4755
|
"name": "webpackdashboard",
|
|
@@ -2868,10 +4765,13 @@
|
|
|
2868
4765
|
"maintainers": [
|
|
2869
4766
|
{
|
|
2870
4767
|
"name": "paulgv",
|
|
2871
|
-
"github": "paulgv"
|
|
2872
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4768
|
+
"github": "paulgv"
|
|
2873
4769
|
}
|
|
2874
|
-
]
|
|
4770
|
+
],
|
|
4771
|
+
"compatibility": {
|
|
4772
|
+
"nuxt": "^2.0.0",
|
|
4773
|
+
"requires": {}
|
|
4774
|
+
}
|
|
2875
4775
|
},
|
|
2876
4776
|
{
|
|
2877
4777
|
"name": "webpackmonitor",
|
|
@@ -2888,10 +4788,43 @@
|
|
|
2888
4788
|
{
|
|
2889
4789
|
"name": "Pooya Parsa",
|
|
2890
4790
|
"github": "pi0",
|
|
2891
|
-
"twitter": "_pi0_"
|
|
2892
|
-
|
|
4791
|
+
"twitter": "_pi0_"
|
|
4792
|
+
}
|
|
4793
|
+
],
|
|
4794
|
+
"compatibility": {
|
|
4795
|
+
"nuxt": "^2.0.0",
|
|
4796
|
+
"requires": {}
|
|
4797
|
+
}
|
|
4798
|
+
},
|
|
4799
|
+
{
|
|
4800
|
+
"name": "windicss",
|
|
4801
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4802
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4803
|
+
"npm": "nuxt-windicss",
|
|
4804
|
+
"icon": "windicss.svg",
|
|
4805
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4806
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4807
|
+
"learn_more": "https://windicss.org/",
|
|
4808
|
+
"category": "UI",
|
|
4809
|
+
"type": "3rd-party",
|
|
4810
|
+
"maintainers": [
|
|
4811
|
+
{
|
|
4812
|
+
"name": "Harlan Wilton",
|
|
4813
|
+
"github": "harlan-zw",
|
|
4814
|
+
"twitter": "harlan_zw"
|
|
4815
|
+
},
|
|
4816
|
+
{
|
|
4817
|
+
"name": "Anthony Fu",
|
|
4818
|
+
"github": "antfu",
|
|
4819
|
+
"twitter": "antfu7"
|
|
4820
|
+
}
|
|
4821
|
+
],
|
|
4822
|
+
"compatibility": {
|
|
4823
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4824
|
+
"requires": {
|
|
4825
|
+
"bridge": "optional"
|
|
2893
4826
|
}
|
|
2894
|
-
|
|
4827
|
+
}
|
|
2895
4828
|
},
|
|
2896
4829
|
{
|
|
2897
4830
|
"name": "winston-log",
|
|
@@ -2907,10 +4840,13 @@
|
|
|
2907
4840
|
"maintainers": [
|
|
2908
4841
|
{
|
|
2909
4842
|
"name": "aaronransley",
|
|
2910
|
-
"github": "aaronransley"
|
|
2911
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4843
|
+
"github": "aaronransley"
|
|
2912
4844
|
}
|
|
2913
|
-
]
|
|
4845
|
+
],
|
|
4846
|
+
"compatibility": {
|
|
4847
|
+
"nuxt": "^2.0.0",
|
|
4848
|
+
"requires": {}
|
|
4849
|
+
}
|
|
2914
4850
|
},
|
|
2915
4851
|
{
|
|
2916
4852
|
"name": "wp-nuxt",
|
|
@@ -2926,10 +4862,13 @@
|
|
|
2926
4862
|
"maintainers": [
|
|
2927
4863
|
{
|
|
2928
4864
|
"name": "yashha",
|
|
2929
|
-
"github": "yashha"
|
|
2930
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4865
|
+
"github": "yashha"
|
|
2931
4866
|
}
|
|
2932
|
-
]
|
|
4867
|
+
],
|
|
4868
|
+
"compatibility": {
|
|
4869
|
+
"nuxt": "^2.0.0",
|
|
4870
|
+
"requires": {}
|
|
4871
|
+
}
|
|
2933
4872
|
},
|
|
2934
4873
|
{
|
|
2935
4874
|
"name": "xhr-cache",
|
|
@@ -2945,10 +4884,35 @@
|
|
|
2945
4884
|
"maintainers": [
|
|
2946
4885
|
{
|
|
2947
4886
|
"name": "gaetansenn",
|
|
2948
|
-
"github": "gaetansenn"
|
|
2949
|
-
|
|
4887
|
+
"github": "gaetansenn"
|
|
4888
|
+
}
|
|
4889
|
+
],
|
|
4890
|
+
"compatibility": {
|
|
4891
|
+
"nuxt": "^2.0.0",
|
|
4892
|
+
"requires": {}
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"name": "xstate",
|
|
4897
|
+
"description": "XState integration for Nuxt",
|
|
4898
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4899
|
+
"npm": "nuxt-xstate",
|
|
4900
|
+
"icon": "",
|
|
4901
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4902
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4903
|
+
"learn_more": "",
|
|
4904
|
+
"category": "Extensions",
|
|
4905
|
+
"type": "3rd-party",
|
|
4906
|
+
"maintainers": [
|
|
4907
|
+
{
|
|
4908
|
+
"name": "Lexpeartha",
|
|
4909
|
+
"github": "Lexpeartha"
|
|
2950
4910
|
}
|
|
2951
|
-
]
|
|
4911
|
+
],
|
|
4912
|
+
"compatibility": {
|
|
4913
|
+
"nuxt": "^3.0.0",
|
|
4914
|
+
"requires": {}
|
|
4915
|
+
}
|
|
2952
4916
|
},
|
|
2953
4917
|
{
|
|
2954
4918
|
"name": "xui",
|
|
@@ -2964,18 +4928,22 @@
|
|
|
2964
4928
|
"maintainers": [
|
|
2965
4929
|
{
|
|
2966
4930
|
"name": "MetaCorp",
|
|
2967
|
-
"github": "MetaCorp"
|
|
2968
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4931
|
+
"github": "MetaCorp"
|
|
2969
4932
|
}
|
|
2970
|
-
]
|
|
4933
|
+
],
|
|
4934
|
+
"compatibility": {
|
|
4935
|
+
"nuxt": "^2.0.0",
|
|
4936
|
+
"requires": {}
|
|
4937
|
+
}
|
|
2971
4938
|
},
|
|
2972
4939
|
{
|
|
2973
4940
|
"name": "yandex-metrika",
|
|
2974
|
-
"
|
|
4941
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4942
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2975
4943
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2976
4944
|
"icon": "",
|
|
2977
|
-
"github": "https://github.com/nuxt-community/
|
|
2978
|
-
"website": "https://github.com/nuxt-community/
|
|
4945
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4946
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2979
4947
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2980
4948
|
"category": "Analytics",
|
|
2981
4949
|
"type": "community",
|
|
@@ -2983,10 +4951,13 @@
|
|
|
2983
4951
|
{
|
|
2984
4952
|
"name": "Pooya Parsa",
|
|
2985
4953
|
"github": "pi0",
|
|
2986
|
-
"twitter": "_pi0_"
|
|
2987
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4954
|
+
"twitter": "_pi0_"
|
|
2988
4955
|
}
|
|
2989
|
-
]
|
|
4956
|
+
],
|
|
4957
|
+
"compatibility": {
|
|
4958
|
+
"nuxt": "^2.0.0",
|
|
4959
|
+
"requires": {}
|
|
4960
|
+
}
|
|
2990
4961
|
},
|
|
2991
4962
|
{
|
|
2992
4963
|
"name": "zendesk",
|
|
@@ -3002,9 +4973,12 @@
|
|
|
3002
4973
|
"maintainers": [
|
|
3003
4974
|
{
|
|
3004
4975
|
"name": "DansMaCulotte",
|
|
3005
|
-
"github": "DansMaCulotte"
|
|
3006
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4976
|
+
"github": "DansMaCulotte"
|
|
3007
4977
|
}
|
|
3008
|
-
]
|
|
4978
|
+
],
|
|
4979
|
+
"compatibility": {
|
|
4980
|
+
"nuxt": "^2.0.0",
|
|
4981
|
+
"requires": {}
|
|
4982
|
+
}
|
|
3009
4983
|
}
|
|
3010
4984
|
]
|