@nuxt/modules 0.5.0-783439 → 0.5.0-78948d
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} +2410 -602
- package/package.json +2 -49
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,71 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
24
45
|
}
|
|
25
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
26
81
|
},
|
|
27
82
|
{
|
|
28
83
|
"name": "alias",
|
|
@@ -33,15 +88,18 @@
|
|
|
33
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
90
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
37
92
|
"type": "3rd-party",
|
|
38
93
|
"maintainers": [
|
|
39
94
|
{
|
|
40
95
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
43
97
|
}
|
|
44
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
45
103
|
},
|
|
46
104
|
{
|
|
47
105
|
"name": "amp",
|
|
@@ -58,10 +116,59 @@
|
|
|
58
116
|
{
|
|
59
117
|
"name": "Ahad Birang",
|
|
60
118
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
119
|
+
"twitter": "a_birang"
|
|
63
120
|
}
|
|
64
|
-
]
|
|
121
|
+
],
|
|
122
|
+
"compatibility": {
|
|
123
|
+
"nuxt": "^2.0.0",
|
|
124
|
+
"requires": {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt.js",
|
|
130
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
134
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Libraries",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "apis-to-file",
|
|
151
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
152
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
156
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Performance",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Luca Iaconelli",
|
|
163
|
+
"github": "LuXDAmore",
|
|
164
|
+
"twitter": "luxdamore",
|
|
165
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^2.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
65
172
|
},
|
|
66
173
|
{
|
|
67
174
|
"name": "apollo",
|
|
@@ -77,15 +184,17 @@
|
|
|
77
184
|
"maintainers": [
|
|
78
185
|
{
|
|
79
186
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
187
|
+
"github": "kieusonlam"
|
|
82
188
|
},
|
|
83
189
|
{
|
|
84
190
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
191
|
+
"github": "dohomi"
|
|
87
192
|
}
|
|
88
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
197
|
+
}
|
|
89
198
|
},
|
|
90
199
|
{
|
|
91
200
|
"name": "applicationinsights",
|
|
@@ -101,10 +210,35 @@
|
|
|
101
210
|
"maintainers": [
|
|
102
211
|
{
|
|
103
212
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
213
|
+
"github": "aldarund"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"nuxt": "^2.0.0",
|
|
218
|
+
"requires": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "appwrite",
|
|
223
|
+
"description": "Appwrite module for Nuxt",
|
|
224
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
226
|
+
"icon": "appwrite.png",
|
|
227
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
228
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
229
|
+
"learn_more": "",
|
|
230
|
+
"category": "Request",
|
|
231
|
+
"type": "3rd-party",
|
|
232
|
+
"maintainers": [
|
|
233
|
+
{
|
|
234
|
+
"name": "Hrdtr",
|
|
235
|
+
"github": "Hrdtr"
|
|
106
236
|
}
|
|
107
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
108
242
|
},
|
|
109
243
|
{
|
|
110
244
|
"name": "auth",
|
|
@@ -121,15 +255,17 @@
|
|
|
121
255
|
{
|
|
122
256
|
"name": "Pooya Parsa",
|
|
123
257
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
258
|
+
"twitter": "_pi0_"
|
|
126
259
|
},
|
|
127
260
|
{
|
|
128
261
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
262
|
+
"github": "JoaoPedroAS51"
|
|
131
263
|
}
|
|
132
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"compatibility": {
|
|
266
|
+
"nuxt": "^2.0.0",
|
|
267
|
+
"requires": {}
|
|
268
|
+
}
|
|
133
269
|
},
|
|
134
270
|
{
|
|
135
271
|
"name": "axios",
|
|
@@ -146,10 +282,13 @@
|
|
|
146
282
|
{
|
|
147
283
|
"name": "Pooya Parsa",
|
|
148
284
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
285
|
+
"twitter": "_pi0_"
|
|
151
286
|
}
|
|
152
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"compatibility": {
|
|
289
|
+
"nuxt": "^2.0.0",
|
|
290
|
+
"requires": {}
|
|
291
|
+
}
|
|
153
292
|
},
|
|
154
293
|
{
|
|
155
294
|
"name": "basic-auth",
|
|
@@ -165,10 +304,13 @@
|
|
|
165
304
|
"maintainers": [
|
|
166
305
|
{
|
|
167
306
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
307
|
+
"github": "potato4d"
|
|
170
308
|
}
|
|
171
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
172
314
|
},
|
|
173
315
|
{
|
|
174
316
|
"name": "bootstrap",
|
|
@@ -184,22 +326,23 @@
|
|
|
184
326
|
"maintainers": [
|
|
185
327
|
{
|
|
186
328
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
329
|
+
"github": "tmorehouse"
|
|
189
330
|
},
|
|
190
331
|
{
|
|
191
332
|
"name": "Pooya Parsa",
|
|
192
333
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
334
|
+
"twitter": "_pi0_"
|
|
195
335
|
},
|
|
196
336
|
{
|
|
197
337
|
"name": "Jacob Müller",
|
|
198
338
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
339
|
+
"twitter": "jackmu95"
|
|
201
340
|
}
|
|
202
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compatibility": {
|
|
343
|
+
"nuxt": "^2.0.0",
|
|
344
|
+
"requires": {}
|
|
345
|
+
}
|
|
203
346
|
},
|
|
204
347
|
{
|
|
205
348
|
"name": "browserconfig",
|
|
@@ -210,16 +353,19 @@
|
|
|
210
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
355
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
213
|
-
"category": "
|
|
356
|
+
"category": "Extensions",
|
|
214
357
|
"type": "community",
|
|
215
358
|
"maintainers": [
|
|
216
359
|
{
|
|
217
360
|
"name": "Pooya Parsa",
|
|
218
361
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
362
|
+
"twitter": "_pi0_"
|
|
221
363
|
}
|
|
222
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"compatibility": {
|
|
366
|
+
"nuxt": "^2.0.0",
|
|
367
|
+
"requires": {}
|
|
368
|
+
}
|
|
223
369
|
},
|
|
224
370
|
{
|
|
225
371
|
"name": "buefy",
|
|
@@ -235,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,39 @@
|
|
|
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
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
739
|
+
"github": "GrabarzUndPartner"
|
|
528
740
|
}
|
|
529
|
-
]
|
|
741
|
+
],
|
|
742
|
+
"compatibility": {
|
|
743
|
+
"nuxt": "^2.0.0",
|
|
744
|
+
"requires": {}
|
|
745
|
+
}
|
|
530
746
|
},
|
|
531
747
|
{
|
|
532
748
|
"name": "darkmode.js",
|
|
@@ -542,10 +758,13 @@
|
|
|
542
758
|
"maintainers": [
|
|
543
759
|
{
|
|
544
760
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
761
|
+
"github": "sandoche"
|
|
547
762
|
}
|
|
548
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"compatibility": {
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
767
|
+
}
|
|
549
768
|
},
|
|
550
769
|
{
|
|
551
770
|
"name": "date-fns",
|
|
@@ -561,10 +780,35 @@
|
|
|
561
780
|
"maintainers": [
|
|
562
781
|
{
|
|
563
782
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
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"
|
|
566
806
|
}
|
|
567
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
568
812
|
},
|
|
569
813
|
{
|
|
570
814
|
"name": "dayjs",
|
|
@@ -581,10 +825,36 @@
|
|
|
581
825
|
{
|
|
582
826
|
"name": "Takuma HANATANI",
|
|
583
827
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
|
|
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"
|
|
586
852
|
}
|
|
587
|
-
]
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
588
858
|
},
|
|
589
859
|
{
|
|
590
860
|
"name": "device",
|
|
@@ -595,15 +865,43 @@
|
|
|
595
865
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
866
|
"website": "https://github.com/nuxt-community/device-module",
|
|
597
867
|
"learn_more": "",
|
|
598
|
-
"category": "
|
|
868
|
+
"category": "Extensions",
|
|
599
869
|
"type": "community",
|
|
600
870
|
"maintainers": [
|
|
601
871
|
{
|
|
602
872
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
|
|
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"
|
|
605
897
|
}
|
|
606
|
-
]
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
903
|
+
}
|
|
904
|
+
}
|
|
607
905
|
},
|
|
608
906
|
{
|
|
609
907
|
"name": "dotenv",
|
|
@@ -614,15 +912,73 @@
|
|
|
614
912
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
913
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
616
914
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
617
|
-
"category": "
|
|
915
|
+
"category": "Extensions",
|
|
618
916
|
"type": "community",
|
|
619
917
|
"maintainers": [
|
|
620
918
|
{
|
|
621
919
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
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"
|
|
624
976
|
}
|
|
625
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"compatibility": {
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
981
|
+
}
|
|
626
982
|
},
|
|
627
983
|
{
|
|
628
984
|
"name": "emotion",
|
|
@@ -633,16 +989,19 @@
|
|
|
633
989
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
990
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
991
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
992
|
+
"category": "Extensions",
|
|
637
993
|
"type": "community",
|
|
638
994
|
"maintainers": [
|
|
639
995
|
{
|
|
640
996
|
"name": "Pooya Parsa",
|
|
641
997
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
998
|
+
"twitter": "_pi0_"
|
|
644
999
|
}
|
|
645
|
-
]
|
|
1000
|
+
],
|
|
1001
|
+
"compatibility": {
|
|
1002
|
+
"nuxt": "^2.0.0",
|
|
1003
|
+
"requires": {}
|
|
1004
|
+
}
|
|
646
1005
|
},
|
|
647
1006
|
{
|
|
648
1007
|
"name": "eslint",
|
|
@@ -658,10 +1017,13 @@
|
|
|
658
1017
|
"maintainers": [
|
|
659
1018
|
{
|
|
660
1019
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1020
|
+
"github": "ricardogobbosouza"
|
|
663
1021
|
}
|
|
664
|
-
]
|
|
1022
|
+
],
|
|
1023
|
+
"compatibility": {
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
1026
|
+
}
|
|
665
1027
|
},
|
|
666
1028
|
{
|
|
667
1029
|
"name": "event-trace",
|
|
@@ -677,10 +1039,35 @@
|
|
|
677
1039
|
"maintainers": [
|
|
678
1040
|
{
|
|
679
1041
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
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"
|
|
682
1065
|
}
|
|
683
|
-
]
|
|
1066
|
+
],
|
|
1067
|
+
"compatibility": {
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
1070
|
+
}
|
|
684
1071
|
},
|
|
685
1072
|
{
|
|
686
1073
|
"name": "feature-toggle",
|
|
@@ -691,19 +1078,22 @@
|
|
|
691
1078
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1079
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1080
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1081
|
+
"category": "Extensions",
|
|
695
1082
|
"type": "3rd-party",
|
|
696
1083
|
"maintainers": [
|
|
697
1084
|
{
|
|
698
1085
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1086
|
+
"github": "stephenkr"
|
|
701
1087
|
}
|
|
702
|
-
]
|
|
1088
|
+
],
|
|
1089
|
+
"compatibility": {
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1092
|
+
}
|
|
703
1093
|
},
|
|
704
1094
|
{
|
|
705
1095
|
"name": "feed",
|
|
706
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
707
1097
|
"repo": "nuxt-community/feed-module",
|
|
708
1098
|
"npm": "@nuxtjs/feed",
|
|
709
1099
|
"icon": "",
|
|
@@ -716,15 +1106,18 @@
|
|
|
716
1106
|
{
|
|
717
1107
|
"name": "Alexander Lichter",
|
|
718
1108
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1109
|
+
"twitter": "TheAlexLichter"
|
|
721
1110
|
}
|
|
722
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"compatibility": {
|
|
1113
|
+
"nuxt": "^2.0.0",
|
|
1114
|
+
"requires": {}
|
|
1115
|
+
}
|
|
723
1116
|
},
|
|
724
1117
|
{
|
|
725
1118
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
727
|
-
"repo": "nuxt-community/firebase-module",
|
|
1119
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
728
1121
|
"npm": "@nuxtjs/firebase",
|
|
729
1122
|
"icon": "firebase.png",
|
|
730
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -735,10 +1128,13 @@
|
|
|
735
1128
|
"maintainers": [
|
|
736
1129
|
{
|
|
737
1130
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1131
|
+
"github": "lupas"
|
|
740
1132
|
}
|
|
741
|
-
]
|
|
1133
|
+
],
|
|
1134
|
+
"compatibility": {
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1137
|
+
}
|
|
742
1138
|
},
|
|
743
1139
|
{
|
|
744
1140
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1150,13 @@
|
|
|
754
1150
|
"maintainers": [
|
|
755
1151
|
{
|
|
756
1152
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1153
|
+
"github": "sandoche"
|
|
759
1154
|
}
|
|
760
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
761
1160
|
},
|
|
762
1161
|
{
|
|
763
1162
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1172,35 @@
|
|
|
773
1172
|
"maintainers": [
|
|
774
1173
|
{
|
|
775
1174
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
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"
|
|
778
1198
|
}
|
|
779
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
780
1204
|
},
|
|
781
1205
|
{
|
|
782
1206
|
"name": "fontawesome",
|
|
@@ -792,10 +1216,41 @@
|
|
|
792
1216
|
"maintainers": [
|
|
793
1217
|
{
|
|
794
1218
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
|
|
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"
|
|
797
1248
|
}
|
|
798
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
799
1254
|
},
|
|
800
1255
|
{
|
|
801
1256
|
"name": "fullpage",
|
|
@@ -811,10 +1266,13 @@
|
|
|
811
1266
|
"maintainers": [
|
|
812
1267
|
{
|
|
813
1268
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1269
|
+
"github": "vaso2"
|
|
816
1270
|
}
|
|
817
|
-
]
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": "^2.0.0",
|
|
1274
|
+
"requires": {}
|
|
1275
|
+
}
|
|
818
1276
|
},
|
|
819
1277
|
{
|
|
820
1278
|
"name": "github-api",
|
|
@@ -830,10 +1288,13 @@
|
|
|
830
1288
|
"maintainers": [
|
|
831
1289
|
{
|
|
832
1290
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1291
|
+
"github": "lindsaykwardell"
|
|
835
1292
|
}
|
|
836
|
-
]
|
|
1293
|
+
],
|
|
1294
|
+
"compatibility": {
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1297
|
+
}
|
|
837
1298
|
},
|
|
838
1299
|
{
|
|
839
1300
|
"name": "google-adsense",
|
|
@@ -849,10 +1310,13 @@
|
|
|
849
1310
|
"maintainers": [
|
|
850
1311
|
{
|
|
851
1312
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1313
|
+
"github": "tmorehouse"
|
|
854
1314
|
}
|
|
855
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"compatibility": {
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1319
|
+
}
|
|
856
1320
|
},
|
|
857
1321
|
{
|
|
858
1322
|
"name": "google-analytics",
|
|
@@ -869,21 +1333,22 @@
|
|
|
869
1333
|
{
|
|
870
1334
|
"name": "Pooya Parsa",
|
|
871
1335
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1336
|
+
"twitter": "_pi0_"
|
|
874
1337
|
},
|
|
875
1338
|
{
|
|
876
1339
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1340
|
+
"github": "ricardogobbosouza"
|
|
879
1341
|
},
|
|
880
1342
|
{
|
|
881
1343
|
"name": "Matteo Gabriele",
|
|
882
1344
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1345
|
+
"twitter": "matteo_gabriele"
|
|
885
1346
|
}
|
|
886
|
-
]
|
|
1347
|
+
],
|
|
1348
|
+
"compatibility": {
|
|
1349
|
+
"nuxt": "^2.0.0",
|
|
1350
|
+
"requires": {}
|
|
1351
|
+
}
|
|
887
1352
|
},
|
|
888
1353
|
{
|
|
889
1354
|
"name": "google-fonts",
|
|
@@ -899,10 +1364,15 @@
|
|
|
899
1364
|
"maintainers": [
|
|
900
1365
|
{
|
|
901
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
904
1374
|
}
|
|
905
|
-
|
|
1375
|
+
}
|
|
906
1376
|
},
|
|
907
1377
|
{
|
|
908
1378
|
"name": "google-gtag",
|
|
@@ -918,15 +1388,17 @@
|
|
|
918
1388
|
"maintainers": [
|
|
919
1389
|
{
|
|
920
1390
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1391
|
+
"github": "dohomi"
|
|
923
1392
|
},
|
|
924
1393
|
{
|
|
925
1394
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1395
|
+
"github": "ricardogobbosouza"
|
|
928
1396
|
}
|
|
929
|
-
]
|
|
1397
|
+
],
|
|
1398
|
+
"compatibility": {
|
|
1399
|
+
"nuxt": "^2.0.0",
|
|
1400
|
+
"requires": {}
|
|
1401
|
+
}
|
|
930
1402
|
},
|
|
931
1403
|
{
|
|
932
1404
|
"name": "google-optimize",
|
|
@@ -943,22 +1415,45 @@
|
|
|
943
1415
|
{
|
|
944
1416
|
"name": "Pooya Parsa",
|
|
945
1417
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1418
|
+
"twitter": "_pi0_"
|
|
948
1419
|
},
|
|
949
1420
|
{
|
|
950
1421
|
"name": "Farzad Soltani",
|
|
951
1422
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1423
|
+
"twitter": "farzadso"
|
|
954
1424
|
},
|
|
955
1425
|
{
|
|
956
1426
|
"name": "Josh Deltener",
|
|
957
1427
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
|
|
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"
|
|
960
1451
|
}
|
|
961
|
-
]
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"nuxt": "^3.0.0",
|
|
1455
|
+
"requires": {}
|
|
1456
|
+
}
|
|
962
1457
|
},
|
|
963
1458
|
{
|
|
964
1459
|
"name": "graphql-request",
|
|
@@ -974,10 +1469,13 @@
|
|
|
974
1469
|
"maintainers": [
|
|
975
1470
|
{
|
|
976
1471
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1472
|
+
"github": "gomah"
|
|
979
1473
|
}
|
|
980
|
-
]
|
|
1474
|
+
],
|
|
1475
|
+
"compatibility": {
|
|
1476
|
+
"nuxt": "^2.0.0",
|
|
1477
|
+
"requires": {}
|
|
1478
|
+
}
|
|
981
1479
|
},
|
|
982
1480
|
{
|
|
983
1481
|
"name": "gtm",
|
|
@@ -994,10 +1492,13 @@
|
|
|
994
1492
|
{
|
|
995
1493
|
"name": "Pooya Parsa",
|
|
996
1494
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1495
|
+
"twitter": "_pi0_"
|
|
999
1496
|
}
|
|
1000
|
-
]
|
|
1497
|
+
],
|
|
1498
|
+
"compatibility": {
|
|
1499
|
+
"nuxt": "^2.0.0",
|
|
1500
|
+
"requires": {}
|
|
1501
|
+
}
|
|
1001
1502
|
},
|
|
1002
1503
|
{
|
|
1003
1504
|
"name": "guess",
|
|
@@ -1013,10 +1514,59 @@
|
|
|
1013
1514
|
"maintainers": [
|
|
1014
1515
|
{
|
|
1015
1516
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
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-community/harlem-module",
|
|
1529
|
+
"npm": "@nuxtjs/harlem",
|
|
1530
|
+
"icon": "harlem.svg",
|
|
1531
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1532
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
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"
|
|
1018
1564
|
}
|
|
1019
|
-
]
|
|
1565
|
+
],
|
|
1566
|
+
"compatibility": {
|
|
1567
|
+
"nuxt": "^2.0.0",
|
|
1568
|
+
"requires": {}
|
|
1569
|
+
}
|
|
1020
1570
|
},
|
|
1021
1571
|
{
|
|
1022
1572
|
"name": "helmet",
|
|
@@ -1032,10 +1582,13 @@
|
|
|
1032
1582
|
"maintainers": [
|
|
1033
1583
|
{
|
|
1034
1584
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1585
|
+
"github": "victor-perez"
|
|
1037
1586
|
}
|
|
1038
|
-
]
|
|
1587
|
+
],
|
|
1588
|
+
"compatibility": {
|
|
1589
|
+
"nuxt": "^2.0.0",
|
|
1590
|
+
"requires": {}
|
|
1591
|
+
}
|
|
1039
1592
|
},
|
|
1040
1593
|
{
|
|
1041
1594
|
"name": "highcharts",
|
|
@@ -1051,10 +1604,13 @@
|
|
|
1051
1604
|
"maintainers": [
|
|
1052
1605
|
{
|
|
1053
1606
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1607
|
+
"github": "richardeschloss"
|
|
1056
1608
|
}
|
|
1057
|
-
]
|
|
1609
|
+
],
|
|
1610
|
+
"compatibility": {
|
|
1611
|
+
"nuxt": "^2.0.0",
|
|
1612
|
+
"requires": {}
|
|
1613
|
+
}
|
|
1058
1614
|
},
|
|
1059
1615
|
{
|
|
1060
1616
|
"name": "history-state",
|
|
@@ -1065,15 +1621,18 @@
|
|
|
1065
1621
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1622
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1067
1623
|
"learn_more": "",
|
|
1068
|
-
"category": "
|
|
1624
|
+
"category": "Extensions",
|
|
1069
1625
|
"type": "3rd-party",
|
|
1070
1626
|
"maintainers": [
|
|
1071
1627
|
{
|
|
1072
1628
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1629
|
+
"github": "hidekatsu-izuno"
|
|
1075
1630
|
}
|
|
1076
|
-
]
|
|
1631
|
+
],
|
|
1632
|
+
"compatibility": {
|
|
1633
|
+
"nuxt": "^2.0.0",
|
|
1634
|
+
"requires": {}
|
|
1635
|
+
}
|
|
1077
1636
|
},
|
|
1078
1637
|
{
|
|
1079
1638
|
"name": "html-minifier",
|
|
@@ -1089,10 +1648,13 @@
|
|
|
1089
1648
|
"maintainers": [
|
|
1090
1649
|
{
|
|
1091
1650
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1651
|
+
"github": "clarkdo"
|
|
1094
1652
|
}
|
|
1095
|
-
]
|
|
1653
|
+
],
|
|
1654
|
+
"compatibility": {
|
|
1655
|
+
"nuxt": "^2.0.0",
|
|
1656
|
+
"requires": {}
|
|
1657
|
+
}
|
|
1096
1658
|
},
|
|
1097
1659
|
{
|
|
1098
1660
|
"name": "html-validator",
|
|
@@ -1109,10 +1671,13 @@
|
|
|
1109
1671
|
{
|
|
1110
1672
|
"name": "Daniel Roe",
|
|
1111
1673
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1674
|
+
"twitter": "danielcroe"
|
|
1114
1675
|
}
|
|
1115
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"compatibility": {
|
|
1678
|
+
"nuxt": "^2.0.0",
|
|
1679
|
+
"requires": {}
|
|
1680
|
+
}
|
|
1116
1681
|
},
|
|
1117
1682
|
{
|
|
1118
1683
|
"name": "http",
|
|
@@ -1129,16 +1694,41 @@
|
|
|
1129
1694
|
{
|
|
1130
1695
|
"name": "Pooya Parsa",
|
|
1131
1696
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1697
|
+
"twitter": "_pi0_"
|
|
1134
1698
|
},
|
|
1135
1699
|
{
|
|
1136
1700
|
"name": "Sébastien Chopin",
|
|
1137
1701
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1702
|
+
"twitter": "Atinux"
|
|
1140
1703
|
}
|
|
1141
|
-
]
|
|
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"
|
|
1726
|
+
}
|
|
1727
|
+
],
|
|
1728
|
+
"compatibility": {
|
|
1729
|
+
"nuxt": "^2.0.0",
|
|
1730
|
+
"requires": {}
|
|
1731
|
+
}
|
|
1142
1732
|
},
|
|
1143
1733
|
{
|
|
1144
1734
|
"name": "i18n",
|
|
@@ -1149,20 +1739,44 @@
|
|
|
1149
1739
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1740
|
"website": "https://i18n.nuxtjs.org",
|
|
1151
1741
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1152
|
-
"category": "
|
|
1742
|
+
"category": "Extensions",
|
|
1153
1743
|
"type": "community",
|
|
1154
1744
|
"maintainers": [
|
|
1155
1745
|
{
|
|
1156
1746
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1747
|
+
"github": "rchl"
|
|
1159
1748
|
},
|
|
1160
1749
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1750
|
+
"name": "Kazuya Kawaguchi",
|
|
1751
|
+
"github": "kazupon"
|
|
1164
1752
|
}
|
|
1165
|
-
]
|
|
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"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1166
1780
|
},
|
|
1167
1781
|
{
|
|
1168
1782
|
"name": "image-loader",
|
|
@@ -1178,10 +1792,13 @@
|
|
|
1178
1792
|
"maintainers": [
|
|
1179
1793
|
{
|
|
1180
1794
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1795
|
+
"github": "Barry-Fisher"
|
|
1183
1796
|
}
|
|
1184
|
-
]
|
|
1797
|
+
],
|
|
1798
|
+
"compatibility": {
|
|
1799
|
+
"nuxt": "^2.0.0",
|
|
1800
|
+
"requires": {}
|
|
1801
|
+
}
|
|
1185
1802
|
},
|
|
1186
1803
|
{
|
|
1187
1804
|
"name": "image",
|
|
@@ -1198,22 +1815,25 @@
|
|
|
1198
1815
|
{
|
|
1199
1816
|
"name": "Ahad Birang",
|
|
1200
1817
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1818
|
+
"twitter": "a_birang"
|
|
1203
1819
|
},
|
|
1204
1820
|
{
|
|
1205
1821
|
"name": "Pooya Parsa",
|
|
1206
1822
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1823
|
+
"twitter": "_pi0_"
|
|
1209
1824
|
},
|
|
1210
1825
|
{
|
|
1211
1826
|
"name": "Sebastien Chopin",
|
|
1212
1827
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
|
|
1828
|
+
"twitter": "Atinux"
|
|
1829
|
+
}
|
|
1830
|
+
],
|
|
1831
|
+
"compatibility": {
|
|
1832
|
+
"nuxt": "^2.0.0",
|
|
1833
|
+
"requires": {
|
|
1834
|
+
"bridge": "optional"
|
|
1215
1835
|
}
|
|
1216
|
-
|
|
1836
|
+
}
|
|
1217
1837
|
},
|
|
1218
1838
|
{
|
|
1219
1839
|
"name": "imagemin",
|
|
@@ -1229,10 +1849,38 @@
|
|
|
1229
1849
|
"maintainers": [
|
|
1230
1850
|
{
|
|
1231
1851
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
|
|
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"
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
|
+
"requires": {
|
|
1881
|
+
"bridge": true
|
|
1234
1882
|
}
|
|
1235
|
-
|
|
1883
|
+
}
|
|
1236
1884
|
},
|
|
1237
1885
|
{
|
|
1238
1886
|
"name": "intercom",
|
|
@@ -1248,10 +1896,36 @@
|
|
|
1248
1896
|
"maintainers": [
|
|
1249
1897
|
{
|
|
1250
1898
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
|
|
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"
|
|
1253
1923
|
}
|
|
1254
|
-
]
|
|
1924
|
+
],
|
|
1925
|
+
"compatibility": {
|
|
1926
|
+
"nuxt": "^3.0.0",
|
|
1927
|
+
"requires": {}
|
|
1928
|
+
}
|
|
1255
1929
|
},
|
|
1256
1930
|
{
|
|
1257
1931
|
"name": "jsonapi",
|
|
@@ -1267,10 +1941,13 @@
|
|
|
1267
1941
|
"maintainers": [
|
|
1268
1942
|
{
|
|
1269
1943
|
"name": "patrickcate",
|
|
1270
|
-
"github": "patrickcate"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1944
|
+
"github": "patrickcate"
|
|
1272
1945
|
}
|
|
1273
|
-
]
|
|
1946
|
+
],
|
|
1947
|
+
"compatibility": {
|
|
1948
|
+
"nuxt": "^2.0.0",
|
|
1949
|
+
"requires": {}
|
|
1950
|
+
}
|
|
1274
1951
|
},
|
|
1275
1952
|
{
|
|
1276
1953
|
"name": "kentico-kontent",
|
|
@@ -1286,10 +1963,37 @@
|
|
|
1286
1963
|
"maintainers": [
|
|
1287
1964
|
{
|
|
1288
1965
|
"name": "Alfred Brockötter",
|
|
1289
|
-
"github": "Domitnator"
|
|
1290
|
-
|
|
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"
|
|
1291
1991
|
}
|
|
1292
|
-
]
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^3.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1293
1997
|
},
|
|
1294
1998
|
{
|
|
1295
1999
|
"name": "laravel-echo",
|
|
@@ -1305,10 +2009,13 @@
|
|
|
1305
2009
|
"maintainers": [
|
|
1306
2010
|
{
|
|
1307
2011
|
"name": "Ricardo Gobbo de Souza",
|
|
1308
|
-
"github": "ricardogobbosouza"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2012
|
+
"github": "ricardogobbosouza"
|
|
1310
2013
|
}
|
|
1311
|
-
]
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^2.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
1312
2019
|
},
|
|
1313
2020
|
{
|
|
1314
2021
|
"name": "laravel-nuxt",
|
|
@@ -1324,10 +2031,13 @@
|
|
|
1324
2031
|
"maintainers": [
|
|
1325
2032
|
{
|
|
1326
2033
|
"name": "skyrpex",
|
|
1327
|
-
"github": "skyrpex"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2034
|
+
"github": "skyrpex"
|
|
1329
2035
|
}
|
|
1330
|
-
]
|
|
2036
|
+
],
|
|
2037
|
+
"compatibility": {
|
|
2038
|
+
"nuxt": "^2.0.0",
|
|
2039
|
+
"requires": {}
|
|
2040
|
+
}
|
|
1331
2041
|
},
|
|
1332
2042
|
{
|
|
1333
2043
|
"name": "laravel",
|
|
@@ -1343,10 +2053,13 @@
|
|
|
1343
2053
|
"maintainers": [
|
|
1344
2054
|
{
|
|
1345
2055
|
"name": "m2sd",
|
|
1346
|
-
"github": "m2sd"
|
|
1347
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2056
|
+
"github": "m2sd"
|
|
1348
2057
|
}
|
|
1349
|
-
]
|
|
2058
|
+
],
|
|
2059
|
+
"compatibility": {
|
|
2060
|
+
"nuxt": "^2.0.0",
|
|
2061
|
+
"requires": {}
|
|
2062
|
+
}
|
|
1350
2063
|
},
|
|
1351
2064
|
{
|
|
1352
2065
|
"name": "leaflet",
|
|
@@ -1357,15 +2070,18 @@
|
|
|
1357
2070
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1358
2071
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1359
2072
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1360
|
-
"category": "
|
|
2073
|
+
"category": "Libraries",
|
|
1361
2074
|
"type": "3rd-party",
|
|
1362
2075
|
"maintainers": [
|
|
1363
2076
|
{
|
|
1364
2077
|
"name": "schlunsen",
|
|
1365
|
-
"github": "schlunsen"
|
|
1366
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2078
|
+
"github": "schlunsen"
|
|
1367
2079
|
}
|
|
1368
|
-
]
|
|
2080
|
+
],
|
|
2081
|
+
"compatibility": {
|
|
2082
|
+
"nuxt": "^2.0.0",
|
|
2083
|
+
"requires": {}
|
|
2084
|
+
}
|
|
1369
2085
|
},
|
|
1370
2086
|
{
|
|
1371
2087
|
"name": "localforage",
|
|
@@ -1376,21 +2092,23 @@
|
|
|
1376
2092
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1377
2093
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1378
2094
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1379
|
-
"category": "
|
|
2095
|
+
"category": "Libraries",
|
|
1380
2096
|
"type": "community",
|
|
1381
2097
|
"maintainers": [
|
|
1382
2098
|
{
|
|
1383
2099
|
"name": "Alexandre Chopin",
|
|
1384
2100
|
"github": "alexchopin",
|
|
1385
|
-
"twitter": "alexchopin"
|
|
1386
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2101
|
+
"twitter": "alexchopin"
|
|
1387
2102
|
},
|
|
1388
2103
|
{
|
|
1389
2104
|
"name": "Ricardo Gobbo de Souza",
|
|
1390
|
-
"github": "ricardogobbosouza"
|
|
1391
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2105
|
+
"github": "ricardogobbosouza"
|
|
1392
2106
|
}
|
|
1393
|
-
]
|
|
2107
|
+
],
|
|
2108
|
+
"compatibility": {
|
|
2109
|
+
"nuxt": "^2.0.0",
|
|
2110
|
+
"requires": {}
|
|
2111
|
+
}
|
|
1394
2112
|
},
|
|
1395
2113
|
{
|
|
1396
2114
|
"name": "localtunnel",
|
|
@@ -1407,10 +2125,35 @@
|
|
|
1407
2125
|
{
|
|
1408
2126
|
"name": "Pooya Parsa",
|
|
1409
2127
|
"github": "pi0",
|
|
1410
|
-
"twitter": "_pi0_"
|
|
1411
|
-
|
|
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"
|
|
1412
2151
|
}
|
|
1413
|
-
]
|
|
2152
|
+
],
|
|
2153
|
+
"compatibility": {
|
|
2154
|
+
"nuxt": "^3.0.0",
|
|
2155
|
+
"requires": {}
|
|
2156
|
+
}
|
|
1414
2157
|
},
|
|
1415
2158
|
{
|
|
1416
2159
|
"name": "logrocket",
|
|
@@ -1427,10 +2170,13 @@
|
|
|
1427
2170
|
{
|
|
1428
2171
|
"name": "Farzad Soltani",
|
|
1429
2172
|
"github": "farzadso",
|
|
1430
|
-
"twitter": "farzadso"
|
|
1431
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2173
|
+
"twitter": "farzadso"
|
|
1432
2174
|
}
|
|
1433
|
-
]
|
|
2175
|
+
],
|
|
2176
|
+
"compatibility": {
|
|
2177
|
+
"nuxt": "^2.0.0",
|
|
2178
|
+
"requires": {}
|
|
2179
|
+
}
|
|
1434
2180
|
},
|
|
1435
2181
|
{
|
|
1436
2182
|
"name": "lunr",
|
|
@@ -1446,30 +2192,59 @@
|
|
|
1446
2192
|
"maintainers": [
|
|
1447
2193
|
{
|
|
1448
2194
|
"name": "Pim",
|
|
1449
|
-
"github": "pimlie"
|
|
1450
|
-
|
|
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"
|
|
1451
2219
|
}
|
|
1452
|
-
]
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^3.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
1453
2225
|
},
|
|
1454
2226
|
{
|
|
1455
2227
|
"name": "markdownit",
|
|
1456
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1457
|
-
"repo": "nuxt-community/
|
|
2229
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1458
2230
|
"npm": "@nuxtjs/markdownit",
|
|
1459
2231
|
"icon": "",
|
|
1460
2232
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1461
2233
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1462
2234
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1463
|
-
"category": "
|
|
2235
|
+
"category": "Extensions",
|
|
1464
2236
|
"type": "community",
|
|
1465
2237
|
"maintainers": [
|
|
1466
2238
|
{
|
|
1467
2239
|
"name": "Pooya Parsa",
|
|
1468
2240
|
"github": "pi0",
|
|
1469
|
-
"twitter": "_pi0_"
|
|
1470
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2241
|
+
"twitter": "_pi0_"
|
|
1471
2242
|
}
|
|
1472
|
-
]
|
|
2243
|
+
],
|
|
2244
|
+
"compatibility": {
|
|
2245
|
+
"nuxt": "^2.0.0",
|
|
2246
|
+
"requires": {}
|
|
2247
|
+
}
|
|
1473
2248
|
},
|
|
1474
2249
|
{
|
|
1475
2250
|
"name": "matomo",
|
|
@@ -1485,10 +2260,13 @@
|
|
|
1485
2260
|
"maintainers": [
|
|
1486
2261
|
{
|
|
1487
2262
|
"name": "pimlie",
|
|
1488
|
-
"github": "pimlie"
|
|
1489
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2263
|
+
"github": "pimlie"
|
|
1490
2264
|
}
|
|
1491
|
-
]
|
|
2265
|
+
],
|
|
2266
|
+
"compatibility": {
|
|
2267
|
+
"nuxt": "^2.0.0",
|
|
2268
|
+
"requires": {}
|
|
2269
|
+
}
|
|
1492
2270
|
},
|
|
1493
2271
|
{
|
|
1494
2272
|
"name": "mdx",
|
|
@@ -1499,16 +2277,44 @@
|
|
|
1499
2277
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1500
2278
|
"website": "https://mdx.nuxtjs.org",
|
|
1501
2279
|
"learn_more": "https://mdxjs.com/",
|
|
1502
|
-
"category": "
|
|
2280
|
+
"category": "Extensions",
|
|
1503
2281
|
"type": "community",
|
|
1504
2282
|
"maintainers": [
|
|
1505
2283
|
{
|
|
1506
2284
|
"name": "Jonathan Bakebwa",
|
|
1507
2285
|
"github": "codebender828",
|
|
1508
|
-
"twitter": "codebender828"
|
|
1509
|
-
|
|
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
|
|
1510
2316
|
}
|
|
1511
|
-
|
|
2317
|
+
}
|
|
1512
2318
|
},
|
|
1513
2319
|
{
|
|
1514
2320
|
"name": "memwatch",
|
|
@@ -1524,10 +2330,13 @@
|
|
|
1524
2330
|
"maintainers": [
|
|
1525
2331
|
{
|
|
1526
2332
|
"name": "pimlie",
|
|
1527
|
-
"github": "pimlie"
|
|
1528
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2333
|
+
"github": "pimlie"
|
|
1529
2334
|
}
|
|
1530
|
-
]
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^2.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
1531
2340
|
},
|
|
1532
2341
|
{
|
|
1533
2342
|
"name": "mobile",
|
|
@@ -1538,15 +2347,18 @@
|
|
|
1538
2347
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1539
2348
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1540
2349
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1541
|
-
"category": "
|
|
2350
|
+
"category": "Extensions",
|
|
1542
2351
|
"type": "3rd-party",
|
|
1543
2352
|
"maintainers": [
|
|
1544
2353
|
{
|
|
1545
2354
|
"name": "ChanningDefoe",
|
|
1546
|
-
"github": "ChanningDefoe"
|
|
1547
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2355
|
+
"github": "ChanningDefoe"
|
|
1548
2356
|
}
|
|
1549
|
-
]
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^2.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
1550
2362
|
},
|
|
1551
2363
|
{
|
|
1552
2364
|
"name": "moment",
|
|
@@ -1563,15 +2375,17 @@
|
|
|
1563
2375
|
{
|
|
1564
2376
|
"name": "Pooya Parsa",
|
|
1565
2377
|
"github": "pi0",
|
|
1566
|
-
"twitter": "_pi0_"
|
|
1567
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2378
|
+
"twitter": "_pi0_"
|
|
1568
2379
|
},
|
|
1569
2380
|
{
|
|
1570
2381
|
"name": "Ricardo Gobbo de Souza",
|
|
1571
|
-
"github": "ricardogobbosouza"
|
|
1572
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2382
|
+
"github": "ricardogobbosouza"
|
|
1573
2383
|
}
|
|
1574
|
-
]
|
|
2384
|
+
],
|
|
2385
|
+
"compatibility": {
|
|
2386
|
+
"nuxt": "^2.0.0",
|
|
2387
|
+
"requires": {}
|
|
2388
|
+
}
|
|
1575
2389
|
},
|
|
1576
2390
|
{
|
|
1577
2391
|
"name": "mq",
|
|
@@ -1587,10 +2401,13 @@
|
|
|
1587
2401
|
"maintainers": [
|
|
1588
2402
|
{
|
|
1589
2403
|
"name": "vanhoofmaarten",
|
|
1590
|
-
"github": "vanhoofmaarten"
|
|
1591
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2404
|
+
"github": "vanhoofmaarten"
|
|
1592
2405
|
}
|
|
1593
|
-
]
|
|
2406
|
+
],
|
|
2407
|
+
"compatibility": {
|
|
2408
|
+
"nuxt": "^2.0.0",
|
|
2409
|
+
"requires": {}
|
|
2410
|
+
}
|
|
1594
2411
|
},
|
|
1595
2412
|
{
|
|
1596
2413
|
"name": "neo",
|
|
@@ -1606,10 +2423,13 @@
|
|
|
1606
2423
|
"maintainers": [
|
|
1607
2424
|
{
|
|
1608
2425
|
"name": "ezypeeze",
|
|
1609
|
-
"github": "ezypeeze"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2426
|
+
"github": "ezypeeze"
|
|
1611
2427
|
}
|
|
1612
|
-
]
|
|
2428
|
+
],
|
|
2429
|
+
"compatibility": {
|
|
2430
|
+
"nuxt": "^2.0.0",
|
|
2431
|
+
"requires": {}
|
|
2432
|
+
}
|
|
1613
2433
|
},
|
|
1614
2434
|
{
|
|
1615
2435
|
"name": "netlify-cache",
|
|
@@ -1625,10 +2445,13 @@
|
|
|
1625
2445
|
"maintainers": [
|
|
1626
2446
|
{
|
|
1627
2447
|
"name": "DreaMinder",
|
|
1628
|
-
"github": "DreaMinder"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2448
|
+
"github": "DreaMinder"
|
|
1630
2449
|
}
|
|
1631
|
-
]
|
|
2450
|
+
],
|
|
2451
|
+
"compatibility": {
|
|
2452
|
+
"nuxt": "^2.0.0",
|
|
2453
|
+
"requires": {}
|
|
2454
|
+
}
|
|
1632
2455
|
},
|
|
1633
2456
|
{
|
|
1634
2457
|
"name": "netlify-files",
|
|
@@ -1645,10 +2468,13 @@
|
|
|
1645
2468
|
{
|
|
1646
2469
|
"name": "Alexander Lichter",
|
|
1647
2470
|
"github": "manniL",
|
|
1648
|
-
"twitter": "TheAlexLichter"
|
|
1649
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2471
|
+
"twitter": "TheAlexLichter"
|
|
1650
2472
|
}
|
|
1651
|
-
]
|
|
2473
|
+
],
|
|
2474
|
+
"compatibility": {
|
|
2475
|
+
"nuxt": "^2.0.0",
|
|
2476
|
+
"requires": {}
|
|
2477
|
+
}
|
|
1652
2478
|
},
|
|
1653
2479
|
{
|
|
1654
2480
|
"name": "netlify",
|
|
@@ -1664,10 +2490,13 @@
|
|
|
1664
2490
|
"maintainers": [
|
|
1665
2491
|
{
|
|
1666
2492
|
"name": "bazzite",
|
|
1667
|
-
"github": "bazzite"
|
|
1668
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2493
|
+
"github": "bazzite"
|
|
1669
2494
|
}
|
|
1670
|
-
]
|
|
2495
|
+
],
|
|
2496
|
+
"compatibility": {
|
|
2497
|
+
"nuxt": "^2.0.0",
|
|
2498
|
+
"requires": {}
|
|
2499
|
+
}
|
|
1671
2500
|
},
|
|
1672
2501
|
{
|
|
1673
2502
|
"name": "ngrok",
|
|
@@ -1684,19 +2513,21 @@
|
|
|
1684
2513
|
{
|
|
1685
2514
|
"name": "Debbie O'Brien",
|
|
1686
2515
|
"github": "debs-obrien",
|
|
1687
|
-
"twitter": "debs_obrien"
|
|
1688
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2516
|
+
"twitter": "debs_obrien"
|
|
1689
2517
|
},
|
|
1690
2518
|
{
|
|
1691
2519
|
"name": "Pooya Parsa",
|
|
1692
2520
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2521
|
+
"twitter": "_pi0_"
|
|
1695
2522
|
}
|
|
1696
|
-
]
|
|
2523
|
+
],
|
|
2524
|
+
"compatibility": {
|
|
2525
|
+
"nuxt": "^2.0.0",
|
|
2526
|
+
"requires": {}
|
|
2527
|
+
}
|
|
1697
2528
|
},
|
|
1698
2529
|
{
|
|
1699
|
-
"name": "
|
|
2530
|
+
"name": "notion",
|
|
1700
2531
|
"description": "Vue renderer for Notion pages",
|
|
1701
2532
|
"repo": "janniks/vue-notion",
|
|
1702
2533
|
"npm": "vue-notion",
|
|
@@ -1709,10 +2540,216 @@
|
|
|
1709
2540
|
"maintainers": [
|
|
1710
2541
|
{
|
|
1711
2542
|
"name": "janniks",
|
|
1712
|
-
"github": "janniks"
|
|
1713
|
-
|
|
2543
|
+
"github": "janniks"
|
|
2544
|
+
}
|
|
2545
|
+
],
|
|
2546
|
+
"compatibility": {
|
|
2547
|
+
"nuxt": "^2.0.0",
|
|
2548
|
+
"requires": {}
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
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"
|
|
1714
2566
|
}
|
|
1715
|
-
]
|
|
2567
|
+
],
|
|
2568
|
+
"compatibility": {
|
|
2569
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2570
|
+
"requires": {
|
|
2571
|
+
"bridge": "optional"
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "nuxt-pino-log",
|
|
2577
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2578
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2579
|
+
"npm": "nuxt-pino-log",
|
|
2580
|
+
"icon": "",
|
|
2581
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2582
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2583
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2584
|
+
"category": "Monitoring",
|
|
2585
|
+
"type": "3rd-party",
|
|
2586
|
+
"maintainers": [
|
|
2587
|
+
{
|
|
2588
|
+
"name": "kpn",
|
|
2589
|
+
"github": "kpn"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
2593
|
+
"nuxt": "^2.0.0",
|
|
2594
|
+
"requires": {}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "nuxt-png-to-ico",
|
|
2599
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2600
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2601
|
+
"npm": "nuxt-png-to-ico",
|
|
2602
|
+
"icon": "",
|
|
2603
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2604
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2605
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2606
|
+
"category": "Devtools",
|
|
2607
|
+
"type": "3rd-party",
|
|
2608
|
+
"maintainers": [
|
|
2609
|
+
{
|
|
2610
|
+
"name": "b5710546232",
|
|
2611
|
+
"github": "b5710546232",
|
|
2612
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2613
|
+
}
|
|
2614
|
+
],
|
|
2615
|
+
"compatibility": {
|
|
2616
|
+
"nuxt": "^2.0.0",
|
|
2617
|
+
"requires": {}
|
|
2618
|
+
}
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "nuxt-smartlook",
|
|
2622
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2623
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2624
|
+
"npm": "nuxt-smartlook",
|
|
2625
|
+
"icon": "nuxt-smartlook.png",
|
|
2626
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2627
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2628
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2629
|
+
"category": "Analytics",
|
|
2630
|
+
"type": "3rd-party",
|
|
2631
|
+
"maintainers": [
|
|
2632
|
+
{
|
|
2633
|
+
"name": "Milan Sulc",
|
|
2634
|
+
"github": "f3l1x",
|
|
2635
|
+
"twitter": "xf3l1x",
|
|
2636
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
"compatibility": {
|
|
2640
|
+
"nuxt": "^2.0.0",
|
|
2641
|
+
"requires": {}
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "nuxt-svgo",
|
|
2646
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2647
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2648
|
+
"npm": "nuxt-svgo",
|
|
2649
|
+
"icon": "",
|
|
2650
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2651
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2652
|
+
"learn_more": "",
|
|
2653
|
+
"category": "Images",
|
|
2654
|
+
"type": "3rd-party",
|
|
2655
|
+
"maintainers": [
|
|
2656
|
+
{
|
|
2657
|
+
"name": "cpsoinos",
|
|
2658
|
+
"github": "cpsoinos"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^3.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "nuxt-unleash",
|
|
2668
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2669
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2670
|
+
"npm": "nuxt-unleash",
|
|
2671
|
+
"icon": "nuxt-unleash.svg",
|
|
2672
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2673
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2674
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2675
|
+
"category": "Deployment",
|
|
2676
|
+
"type": "3rd-party",
|
|
2677
|
+
"maintainers": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "Juanjo Conejerock",
|
|
2680
|
+
"github": "conejerock"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^2.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-use-motion",
|
|
2690
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2691
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2692
|
+
"npm": "nuxt-use-motion",
|
|
2693
|
+
"icon": "nuxt-use-motion.svg",
|
|
2694
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2695
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2696
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2697
|
+
"category": "Libraries",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "Tahul",
|
|
2702
|
+
"github": "Tahul"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"compatibility": {
|
|
2706
|
+
"nuxt": "^2.0.0",
|
|
2707
|
+
"requires": {}
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "nuxt-use-sound",
|
|
2712
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2713
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2714
|
+
"npm": "nuxt-use-sound",
|
|
2715
|
+
"icon": "nuxt-use-sound.svg",
|
|
2716
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2717
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2718
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
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-viewport",
|
|
2734
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2735
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2736
|
+
"npm": "nuxt-viewport",
|
|
2737
|
+
"icon": "nuxt-viewport.svg",
|
|
2738
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2739
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2740
|
+
"learn_more": "",
|
|
2741
|
+
"category": "Extensions",
|
|
2742
|
+
"type": "3rd-party",
|
|
2743
|
+
"maintainers": [
|
|
2744
|
+
{
|
|
2745
|
+
"name": "mvrlin",
|
|
2746
|
+
"github": "mvrlin"
|
|
2747
|
+
}
|
|
2748
|
+
],
|
|
2749
|
+
"compatibility": {
|
|
2750
|
+
"nuxt": "^2.0.0",
|
|
2751
|
+
"requires": {}
|
|
2752
|
+
}
|
|
1716
2753
|
},
|
|
1717
2754
|
{
|
|
1718
2755
|
"name": "nuxt7",
|
|
@@ -1729,10 +2766,13 @@
|
|
|
1729
2766
|
{
|
|
1730
2767
|
"name": "Pooya Parsa",
|
|
1731
2768
|
"github": "pi0",
|
|
1732
|
-
"twitter": "_pi0_"
|
|
1733
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2769
|
+
"twitter": "_pi0_"
|
|
1734
2770
|
}
|
|
1735
|
-
]
|
|
2771
|
+
],
|
|
2772
|
+
"compatibility": {
|
|
2773
|
+
"nuxt": "^2.0.0",
|
|
2774
|
+
"requires": {}
|
|
2775
|
+
}
|
|
1736
2776
|
},
|
|
1737
2777
|
{
|
|
1738
2778
|
"name": "onesignal",
|
|
@@ -1743,16 +2783,19 @@
|
|
|
1743
2783
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1744
2784
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1745
2785
|
"learn_more": "https://onesignal.com/",
|
|
1746
|
-
"category": "
|
|
2786
|
+
"category": "Extensions",
|
|
1747
2787
|
"type": "community",
|
|
1748
2788
|
"maintainers": [
|
|
1749
2789
|
{
|
|
1750
2790
|
"name": "Pooya Parsa",
|
|
1751
2791
|
"github": "pi0",
|
|
1752
|
-
"twitter": "_pi0_"
|
|
1753
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2792
|
+
"twitter": "_pi0_"
|
|
1754
2793
|
}
|
|
1755
|
-
]
|
|
2794
|
+
],
|
|
2795
|
+
"compatibility": {
|
|
2796
|
+
"nuxt": "^2.0.0",
|
|
2797
|
+
"requires": {}
|
|
2798
|
+
}
|
|
1756
2799
|
},
|
|
1757
2800
|
{
|
|
1758
2801
|
"name": "optimized-images",
|
|
@@ -1769,10 +2812,13 @@
|
|
|
1769
2812
|
{
|
|
1770
2813
|
"name": "Julio Marquez",
|
|
1771
2814
|
"github": "juliomrqz",
|
|
1772
|
-
"twitter": "juliomrqz"
|
|
1773
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2815
|
+
"twitter": "juliomrqz"
|
|
1774
2816
|
}
|
|
1775
|
-
]
|
|
2817
|
+
],
|
|
2818
|
+
"compatibility": {
|
|
2819
|
+
"nuxt": "^2.0.0",
|
|
2820
|
+
"requires": {}
|
|
2821
|
+
}
|
|
1776
2822
|
},
|
|
1777
2823
|
{
|
|
1778
2824
|
"name": "page-generator-helper",
|
|
@@ -1783,15 +2829,18 @@
|
|
|
1783
2829
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1784
2830
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1785
2831
|
"learn_more": "",
|
|
1786
|
-
"category": "
|
|
2832
|
+
"category": "Extensions",
|
|
1787
2833
|
"type": "3rd-party",
|
|
1788
2834
|
"maintainers": [
|
|
1789
2835
|
{
|
|
1790
2836
|
"name": "GrabarzUndPartner",
|
|
1791
|
-
"github": "GrabarzUndPartner"
|
|
1792
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2837
|
+
"github": "GrabarzUndPartner"
|
|
1793
2838
|
}
|
|
1794
|
-
]
|
|
2839
|
+
],
|
|
2840
|
+
"compatibility": {
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2843
|
+
}
|
|
1795
2844
|
},
|
|
1796
2845
|
{
|
|
1797
2846
|
"name": "parse",
|
|
@@ -1807,10 +2856,85 @@
|
|
|
1807
2856
|
"maintainers": [
|
|
1808
2857
|
{
|
|
1809
2858
|
"name": "cierrateam",
|
|
1810
|
-
"github": "cierrateam"
|
|
1811
|
-
|
|
2859
|
+
"github": "cierrateam"
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"nuxt": "^2.0.0",
|
|
2864
|
+
"requires": {}
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "partytown",
|
|
2869
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2870
|
+
"repo": "nuxt-community/partytown-module",
|
|
2871
|
+
"npm": "@nuxtjs/partytown",
|
|
2872
|
+
"icon": "partytown.svg",
|
|
2873
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2874
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2875
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2876
|
+
"category": "Performance",
|
|
2877
|
+
"type": "community",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "Daniel Roe",
|
|
2881
|
+
"github": "danielroe",
|
|
2882
|
+
"twitter": "danielcroe"
|
|
2883
|
+
}
|
|
2884
|
+
],
|
|
2885
|
+
"compatibility": {
|
|
2886
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2887
|
+
"requires": {
|
|
2888
|
+
"bridge": true
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"name": "persian-datepicker",
|
|
2894
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2895
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2896
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2897
|
+
"icon": "persian-datepicker.svg",
|
|
2898
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2899
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2900
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2901
|
+
"category": "Date",
|
|
2902
|
+
"type": "3rd-party",
|
|
2903
|
+
"maintainers": [
|
|
2904
|
+
{
|
|
2905
|
+
"name": "Alireza Alibeiki",
|
|
2906
|
+
"github": "alireza-ab",
|
|
2907
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2908
|
+
}
|
|
2909
|
+
],
|
|
2910
|
+
"compatibility": {
|
|
2911
|
+
"nuxt": "^2.0.0",
|
|
2912
|
+
"requires": {}
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"name": "pinia",
|
|
2917
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2918
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2919
|
+
"npm": "@pinia/nuxt",
|
|
2920
|
+
"icon": "pinia.svg",
|
|
2921
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2922
|
+
"website": "https://pinia.esm.dev/",
|
|
2923
|
+
"learn_more": "",
|
|
2924
|
+
"category": "Extensions",
|
|
2925
|
+
"type": "3rd-party",
|
|
2926
|
+
"maintainers": [
|
|
2927
|
+
{
|
|
2928
|
+
"name": "posva",
|
|
2929
|
+
"github": "posva"
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"compatibility": {
|
|
2933
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2934
|
+
"requires": {
|
|
2935
|
+
"bridge": "optional"
|
|
1812
2936
|
}
|
|
1813
|
-
|
|
2937
|
+
}
|
|
1814
2938
|
},
|
|
1815
2939
|
{
|
|
1816
2940
|
"name": "plausible",
|
|
@@ -1826,10 +2950,15 @@
|
|
|
1826
2950
|
"maintainers": [
|
|
1827
2951
|
{
|
|
1828
2952
|
"name": "moritzsternemann",
|
|
1829
|
-
"github": "moritzsternemann"
|
|
1830
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
2953
|
+
"github": "moritzsternemann"
|
|
1831
2954
|
}
|
|
1832
|
-
]
|
|
2955
|
+
],
|
|
2956
|
+
"compatibility": {
|
|
2957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2958
|
+
"requires": {
|
|
2959
|
+
"bridge": "optional"
|
|
2960
|
+
}
|
|
2961
|
+
}
|
|
1833
2962
|
},
|
|
1834
2963
|
{
|
|
1835
2964
|
"name": "precompress",
|
|
@@ -1845,10 +2974,13 @@
|
|
|
1845
2974
|
"maintainers": [
|
|
1846
2975
|
{
|
|
1847
2976
|
"name": "frenchrabbit",
|
|
1848
|
-
"github": "frenchrabbit"
|
|
1849
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2977
|
+
"github": "frenchrabbit"
|
|
1850
2978
|
}
|
|
1851
|
-
]
|
|
2979
|
+
],
|
|
2980
|
+
"compatibility": {
|
|
2981
|
+
"nuxt": "^2.0.0",
|
|
2982
|
+
"requires": {}
|
|
2983
|
+
}
|
|
1852
2984
|
},
|
|
1853
2985
|
{
|
|
1854
2986
|
"name": "prismic",
|
|
@@ -1865,21 +2997,22 @@
|
|
|
1865
2997
|
{
|
|
1866
2998
|
"name": "Sébastien Chopin",
|
|
1867
2999
|
"github": "Atinux",
|
|
1868
|
-
"twitter": "Atinux"
|
|
1869
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3000
|
+
"twitter": "Atinux"
|
|
1870
3001
|
},
|
|
1871
3002
|
{
|
|
1872
3003
|
"name": "lihbr",
|
|
1873
3004
|
"github": "lihbr",
|
|
1874
|
-
"twitter": "li_hbr"
|
|
1875
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
3005
|
+
"twitter": "li_hbr"
|
|
1876
3006
|
},
|
|
1877
3007
|
{
|
|
1878
3008
|
"name": "James Pegg",
|
|
1879
|
-
"github": "jamespegg"
|
|
1880
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
3009
|
+
"github": "jamespegg"
|
|
1881
3010
|
}
|
|
1882
|
-
]
|
|
3011
|
+
],
|
|
3012
|
+
"compatibility": {
|
|
3013
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3014
|
+
"requires": {}
|
|
3015
|
+
}
|
|
1883
3016
|
},
|
|
1884
3017
|
{
|
|
1885
3018
|
"name": "protected-mailto",
|
|
@@ -1895,10 +3028,13 @@
|
|
|
1895
3028
|
"maintainers": [
|
|
1896
3029
|
{
|
|
1897
3030
|
"name": "mmoollllee",
|
|
1898
|
-
"github": "mmoollllee"
|
|
1899
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
3031
|
+
"github": "mmoollllee"
|
|
1900
3032
|
}
|
|
1901
|
-
]
|
|
3033
|
+
],
|
|
3034
|
+
"compatibility": {
|
|
3035
|
+
"nuxt": "^2.0.0",
|
|
3036
|
+
"requires": {}
|
|
3037
|
+
}
|
|
1902
3038
|
},
|
|
1903
3039
|
{
|
|
1904
3040
|
"name": "proxy",
|
|
@@ -1915,10 +3051,13 @@
|
|
|
1915
3051
|
{
|
|
1916
3052
|
"name": "Pooya Parsa",
|
|
1917
3053
|
"github": "pi0",
|
|
1918
|
-
"twitter": "_pi0_"
|
|
1919
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3054
|
+
"twitter": "_pi0_"
|
|
1920
3055
|
}
|
|
1921
|
-
]
|
|
3056
|
+
],
|
|
3057
|
+
"compatibility": {
|
|
3058
|
+
"nuxt": "^2.0.0",
|
|
3059
|
+
"requires": {}
|
|
3060
|
+
}
|
|
1922
3061
|
},
|
|
1923
3062
|
{
|
|
1924
3063
|
"name": "prune-html",
|
|
@@ -1933,11 +3072,15 @@
|
|
|
1933
3072
|
"type": "3rd-party",
|
|
1934
3073
|
"maintainers": [
|
|
1935
3074
|
{
|
|
1936
|
-
"name": "
|
|
3075
|
+
"name": "Luca Iaconelli",
|
|
1937
3076
|
"github": "LuXDAmore",
|
|
1938
|
-
"
|
|
3077
|
+
"twitter": "luxdamore"
|
|
1939
3078
|
}
|
|
1940
|
-
]
|
|
3079
|
+
],
|
|
3080
|
+
"compatibility": {
|
|
3081
|
+
"nuxt": "^2.0.0",
|
|
3082
|
+
"requires": {}
|
|
3083
|
+
}
|
|
1941
3084
|
},
|
|
1942
3085
|
{
|
|
1943
3086
|
"name": "purgecss",
|
|
@@ -1953,14 +3096,17 @@
|
|
|
1953
3096
|
"maintainers": [
|
|
1954
3097
|
{
|
|
1955
3098
|
"name": "Developmint",
|
|
1956
|
-
"github": "Developmint"
|
|
1957
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3099
|
+
"github": "Developmint"
|
|
1958
3100
|
}
|
|
1959
|
-
]
|
|
3101
|
+
],
|
|
3102
|
+
"compatibility": {
|
|
3103
|
+
"nuxt": "^2.0.0",
|
|
3104
|
+
"requires": {}
|
|
3105
|
+
}
|
|
1960
3106
|
},
|
|
1961
3107
|
{
|
|
1962
3108
|
"name": "pwa",
|
|
1963
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3109
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1964
3110
|
"repo": "nuxt-community/pwa-module",
|
|
1965
3111
|
"npm": "@nuxtjs/pwa",
|
|
1966
3112
|
"icon": "pwa.png",
|
|
@@ -1973,10 +3119,15 @@
|
|
|
1973
3119
|
{
|
|
1974
3120
|
"name": "Pooya Parsa",
|
|
1975
3121
|
"github": "pi0",
|
|
1976
|
-
"twitter": "_pi0_"
|
|
1977
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3122
|
+
"twitter": "_pi0_"
|
|
1978
3123
|
}
|
|
1979
|
-
]
|
|
3124
|
+
],
|
|
3125
|
+
"compatibility": {
|
|
3126
|
+
"nuxt": "^2.0.0",
|
|
3127
|
+
"requires": {
|
|
3128
|
+
"bridge": "optional"
|
|
3129
|
+
}
|
|
3130
|
+
}
|
|
1980
3131
|
},
|
|
1981
3132
|
{
|
|
1982
3133
|
"name": "python",
|
|
@@ -1987,15 +3138,18 @@
|
|
|
1987
3138
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1988
3139
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1989
3140
|
"learn_more": "https://www.python.org/",
|
|
1990
|
-
"category": "
|
|
3141
|
+
"category": "Extensions",
|
|
1991
3142
|
"type": "community",
|
|
1992
3143
|
"maintainers": [
|
|
1993
3144
|
{
|
|
1994
3145
|
"name": "Sebastian Silva",
|
|
1995
|
-
"github": "icarito"
|
|
1996
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3146
|
+
"github": "icarito"
|
|
1997
3147
|
}
|
|
1998
|
-
]
|
|
3148
|
+
],
|
|
3149
|
+
"compatibility": {
|
|
3150
|
+
"nuxt": "^2.0.0",
|
|
3151
|
+
"requires": {}
|
|
3152
|
+
}
|
|
1999
3153
|
},
|
|
2000
3154
|
{
|
|
2001
3155
|
"name": "recaptcha",
|
|
@@ -2011,10 +3165,13 @@
|
|
|
2011
3165
|
"maintainers": [
|
|
2012
3166
|
{
|
|
2013
3167
|
"name": "mvrlin",
|
|
2014
|
-
"github": "mvrlin"
|
|
2015
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3168
|
+
"github": "mvrlin"
|
|
2016
3169
|
}
|
|
2017
|
-
]
|
|
3170
|
+
],
|
|
3171
|
+
"compatibility": {
|
|
3172
|
+
"nuxt": "^2.0.0",
|
|
3173
|
+
"requires": {}
|
|
3174
|
+
}
|
|
2018
3175
|
},
|
|
2019
3176
|
{
|
|
2020
3177
|
"name": "redirect",
|
|
@@ -2031,10 +3188,13 @@
|
|
|
2031
3188
|
{
|
|
2032
3189
|
"name": "Alexander Lichter",
|
|
2033
3190
|
"github": "manniL",
|
|
2034
|
-
"twitter": "TheAlexLichter"
|
|
2035
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3191
|
+
"twitter": "TheAlexLichter"
|
|
2036
3192
|
}
|
|
2037
|
-
]
|
|
3193
|
+
],
|
|
3194
|
+
"compatibility": {
|
|
3195
|
+
"nuxt": "^2.0.0",
|
|
3196
|
+
"requires": {}
|
|
3197
|
+
}
|
|
2038
3198
|
},
|
|
2039
3199
|
{
|
|
2040
3200
|
"name": "rfg-icon",
|
|
@@ -2045,15 +3205,18 @@
|
|
|
2045
3205
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2046
3206
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2047
3207
|
"learn_more": "https://realfavicongenerator.net/",
|
|
2048
|
-
"category": "
|
|
3208
|
+
"category": "SEO",
|
|
2049
3209
|
"type": "3rd-party",
|
|
2050
3210
|
"maintainers": [
|
|
2051
3211
|
{
|
|
2052
3212
|
"name": "pimlie",
|
|
2053
|
-
"github": "pimlie"
|
|
2054
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3213
|
+
"github": "pimlie"
|
|
2055
3214
|
}
|
|
2056
|
-
]
|
|
3215
|
+
],
|
|
3216
|
+
"compatibility": {
|
|
3217
|
+
"nuxt": "^2.0.0",
|
|
3218
|
+
"requires": {}
|
|
3219
|
+
}
|
|
2057
3220
|
},
|
|
2058
3221
|
{
|
|
2059
3222
|
"name": "robots",
|
|
@@ -2069,10 +3232,13 @@
|
|
|
2069
3232
|
"maintainers": [
|
|
2070
3233
|
{
|
|
2071
3234
|
"name": "Ricardo Gobbo de Souza",
|
|
2072
|
-
"github": "ricardogobbosouza"
|
|
2073
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3235
|
+
"github": "ricardogobbosouza"
|
|
2074
3236
|
}
|
|
2075
|
-
]
|
|
3237
|
+
],
|
|
3238
|
+
"compatibility": {
|
|
3239
|
+
"nuxt": "^2.0.0",
|
|
3240
|
+
"requires": {}
|
|
3241
|
+
}
|
|
2076
3242
|
},
|
|
2077
3243
|
{
|
|
2078
3244
|
"name": "rollbar",
|
|
@@ -2088,10 +3254,13 @@
|
|
|
2088
3254
|
"maintainers": [
|
|
2089
3255
|
{
|
|
2090
3256
|
"name": "Gaël Reyrol",
|
|
2091
|
-
"github": "gaelreyrol"
|
|
2092
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3257
|
+
"github": "gaelreyrol"
|
|
2093
3258
|
}
|
|
2094
|
-
]
|
|
3259
|
+
],
|
|
3260
|
+
"compatibility": {
|
|
3261
|
+
"nuxt": "^2.0.0",
|
|
3262
|
+
"requires": {}
|
|
3263
|
+
}
|
|
2095
3264
|
},
|
|
2096
3265
|
{
|
|
2097
3266
|
"name": "router-extras",
|
|
@@ -2102,16 +3271,19 @@
|
|
|
2102
3271
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2103
3272
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2104
3273
|
"learn_more": "",
|
|
2105
|
-
"category": "
|
|
3274
|
+
"category": "Extensions",
|
|
2106
3275
|
"type": "community",
|
|
2107
3276
|
"maintainers": [
|
|
2108
3277
|
{
|
|
2109
3278
|
"name": "Ahad Birang",
|
|
2110
3279
|
"github": "farnabaz",
|
|
2111
|
-
"twitter": "a_birang"
|
|
2112
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3280
|
+
"twitter": "a_birang"
|
|
2113
3281
|
}
|
|
2114
|
-
]
|
|
3282
|
+
],
|
|
3283
|
+
"compatibility": {
|
|
3284
|
+
"nuxt": "^2.0.0",
|
|
3285
|
+
"requires": {}
|
|
3286
|
+
}
|
|
2115
3287
|
},
|
|
2116
3288
|
{
|
|
2117
3289
|
"name": "router",
|
|
@@ -2122,20 +3294,23 @@
|
|
|
2122
3294
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2123
3295
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2124
3296
|
"learn_more": "",
|
|
2125
|
-
"category": "
|
|
3297
|
+
"category": "Extensions",
|
|
2126
3298
|
"type": "community",
|
|
2127
3299
|
"maintainers": [
|
|
2128
3300
|
{
|
|
2129
3301
|
"name": "Sébastien Chopin",
|
|
2130
3302
|
"github": "Atinux",
|
|
2131
|
-
"twitter": "Atinux"
|
|
2132
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3303
|
+
"twitter": "Atinux"
|
|
2133
3304
|
}
|
|
2134
|
-
]
|
|
3305
|
+
],
|
|
3306
|
+
"compatibility": {
|
|
3307
|
+
"nuxt": "^2.0.0",
|
|
3308
|
+
"requires": {}
|
|
3309
|
+
}
|
|
2135
3310
|
},
|
|
2136
3311
|
{
|
|
2137
3312
|
"name": "sanity",
|
|
2138
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3313
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2139
3314
|
"repo": "nuxt-community/sanity-module#main",
|
|
2140
3315
|
"npm": "@nuxtjs/sanity",
|
|
2141
3316
|
"icon": "sanity.png",
|
|
@@ -2148,10 +3323,39 @@
|
|
|
2148
3323
|
{
|
|
2149
3324
|
"name": "Daniel Roe",
|
|
2150
3325
|
"github": "danielroe",
|
|
2151
|
-
"twitter": "danielcroe"
|
|
2152
|
-
|
|
3326
|
+
"twitter": "danielcroe"
|
|
3327
|
+
}
|
|
3328
|
+
],
|
|
3329
|
+
"compatibility": {
|
|
3330
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3331
|
+
"requires": {
|
|
3332
|
+
"bridge": "optional"
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "schema-org",
|
|
3338
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3339
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3340
|
+
"npm": "nuxt-schema-org",
|
|
3341
|
+
"icon": "schema-org.svg",
|
|
3342
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3343
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3344
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3345
|
+
"category": "SEO",
|
|
3346
|
+
"type": "3rd-party",
|
|
3347
|
+
"maintainers": [
|
|
3348
|
+
{
|
|
3349
|
+
"name": "Harlan Wilton",
|
|
3350
|
+
"github": "harlan-zw",
|
|
3351
|
+
"twitter": "harlan_zw",
|
|
3352
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2153
3353
|
}
|
|
2154
|
-
]
|
|
3354
|
+
],
|
|
3355
|
+
"compatibility": {
|
|
3356
|
+
"nuxt": "^3.0.0",
|
|
3357
|
+
"requires": {}
|
|
3358
|
+
}
|
|
2155
3359
|
},
|
|
2156
3360
|
{
|
|
2157
3361
|
"name": "scss-to-js",
|
|
@@ -2167,10 +3371,13 @@
|
|
|
2167
3371
|
"maintainers": [
|
|
2168
3372
|
{
|
|
2169
3373
|
"name": "sugoidesune",
|
|
2170
|
-
"github": "sugoidesune"
|
|
2171
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3374
|
+
"github": "sugoidesune"
|
|
2172
3375
|
}
|
|
2173
|
-
]
|
|
3376
|
+
],
|
|
3377
|
+
"compatibility": {
|
|
3378
|
+
"nuxt": "^2.0.0",
|
|
3379
|
+
"requires": {}
|
|
3380
|
+
}
|
|
2174
3381
|
},
|
|
2175
3382
|
{
|
|
2176
3383
|
"name": "segment",
|
|
@@ -2186,10 +3393,13 @@
|
|
|
2186
3393
|
"maintainers": [
|
|
2187
3394
|
{
|
|
2188
3395
|
"name": "dansmaculotte",
|
|
2189
|
-
"github": "dansmaculotte"
|
|
2190
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3396
|
+
"github": "dansmaculotte"
|
|
2191
3397
|
}
|
|
2192
|
-
]
|
|
3398
|
+
],
|
|
3399
|
+
"compatibility": {
|
|
3400
|
+
"nuxt": "^2.0.0",
|
|
3401
|
+
"requires": {}
|
|
3402
|
+
}
|
|
2193
3403
|
},
|
|
2194
3404
|
{
|
|
2195
3405
|
"name": "sentry",
|
|
@@ -2205,10 +3415,36 @@
|
|
|
2205
3415
|
"maintainers": [
|
|
2206
3416
|
{
|
|
2207
3417
|
"name": "Rafał Chłodnicki",
|
|
2208
|
-
"github": "rchl"
|
|
2209
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3418
|
+
"github": "rchl"
|
|
2210
3419
|
}
|
|
2211
|
-
]
|
|
3420
|
+
],
|
|
3421
|
+
"compatibility": {
|
|
3422
|
+
"nuxt": "^2.0.0",
|
|
3423
|
+
"requires": {}
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "seo-meta",
|
|
3428
|
+
"description": "Simple generate seo metadata",
|
|
3429
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3430
|
+
"npm": "nuxt-seo-meta",
|
|
3431
|
+
"icon": "",
|
|
3432
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3433
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3434
|
+
"learn_more": "",
|
|
3435
|
+
"category": "SEO",
|
|
3436
|
+
"type": "3rd-party",
|
|
3437
|
+
"maintainers": [
|
|
3438
|
+
{
|
|
3439
|
+
"name": "ihavecoke",
|
|
3440
|
+
"github": "ihavecoke",
|
|
3441
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3442
|
+
}
|
|
3443
|
+
],
|
|
3444
|
+
"compatibility": {
|
|
3445
|
+
"nuxt": "^2.0.0",
|
|
3446
|
+
"requires": {}
|
|
3447
|
+
}
|
|
2212
3448
|
},
|
|
2213
3449
|
{
|
|
2214
3450
|
"name": "seomatic-meta",
|
|
@@ -2224,10 +3460,13 @@
|
|
|
2224
3460
|
"maintainers": [
|
|
2225
3461
|
{
|
|
2226
3462
|
"name": "ben-rogerson",
|
|
2227
|
-
"github": "ben-rogerson"
|
|
2228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3463
|
+
"github": "ben-rogerson"
|
|
2229
3464
|
}
|
|
2230
|
-
]
|
|
3465
|
+
],
|
|
3466
|
+
"compatibility": {
|
|
3467
|
+
"nuxt": "^2.0.0",
|
|
3468
|
+
"requires": {}
|
|
3469
|
+
}
|
|
2231
3470
|
},
|
|
2232
3471
|
{
|
|
2233
3472
|
"name": "separate-env",
|
|
@@ -2238,16 +3477,19 @@
|
|
|
2238
3477
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2239
3478
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2240
3479
|
"learn_more": "",
|
|
2241
|
-
"category": "
|
|
3480
|
+
"category": "Extensions",
|
|
2242
3481
|
"type": "community",
|
|
2243
3482
|
"maintainers": [
|
|
2244
3483
|
{
|
|
2245
3484
|
"name": "Alexander Lichter",
|
|
2246
3485
|
"github": "manniL",
|
|
2247
|
-
"twitter": "TheAlexLichter"
|
|
2248
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3486
|
+
"twitter": "TheAlexLichter"
|
|
2249
3487
|
}
|
|
2250
|
-
]
|
|
3488
|
+
],
|
|
3489
|
+
"compatibility": {
|
|
3490
|
+
"nuxt": "^2.0.0",
|
|
3491
|
+
"requires": {}
|
|
3492
|
+
}
|
|
2251
3493
|
},
|
|
2252
3494
|
{
|
|
2253
3495
|
"name": "shopify",
|
|
@@ -2263,10 +3505,13 @@
|
|
|
2263
3505
|
"maintainers": [
|
|
2264
3506
|
{
|
|
2265
3507
|
"name": "Gomah",
|
|
2266
|
-
"github": "Gomah"
|
|
2267
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3508
|
+
"github": "Gomah"
|
|
2268
3509
|
}
|
|
2269
|
-
]
|
|
3510
|
+
],
|
|
3511
|
+
"compatibility": {
|
|
3512
|
+
"nuxt": "^2.0.0",
|
|
3513
|
+
"requires": {}
|
|
3514
|
+
}
|
|
2270
3515
|
},
|
|
2271
3516
|
{
|
|
2272
3517
|
"name": "simple-line-icons",
|
|
@@ -2282,10 +3527,13 @@
|
|
|
2282
3527
|
"maintainers": [
|
|
2283
3528
|
{
|
|
2284
3529
|
"name": "vaso2",
|
|
2285
|
-
"github": "vaso2"
|
|
2286
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3530
|
+
"github": "vaso2"
|
|
2287
3531
|
}
|
|
2288
|
-
]
|
|
3532
|
+
],
|
|
3533
|
+
"compatibility": {
|
|
3534
|
+
"nuxt": "^2.0.0",
|
|
3535
|
+
"requires": {}
|
|
3536
|
+
}
|
|
2289
3537
|
},
|
|
2290
3538
|
{
|
|
2291
3539
|
"name": "sitemap",
|
|
@@ -2302,10 +3550,36 @@
|
|
|
2302
3550
|
{
|
|
2303
3551
|
"name": "Nicolas PENNEC",
|
|
2304
3552
|
"github": "NicoPennec",
|
|
2305
|
-
"twitter": "NicoPennec"
|
|
2306
|
-
|
|
3553
|
+
"twitter": "NicoPennec"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"compatibility": {
|
|
3557
|
+
"nuxt": "^2.0.0",
|
|
3558
|
+
"requires": {}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"name": "snipcart",
|
|
3563
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3564
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3565
|
+
"npm": "@nuxtjs/snipcart",
|
|
3566
|
+
"icon": "snipcart.png",
|
|
3567
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3568
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3569
|
+
"learn_more": "",
|
|
3570
|
+
"category": "Payment",
|
|
3571
|
+
"type": "community",
|
|
3572
|
+
"maintainers": [
|
|
3573
|
+
{
|
|
3574
|
+
"name": "Florent GIRAUD",
|
|
3575
|
+
"github": "f3ltron",
|
|
3576
|
+
"twitter": "giraud_florent"
|
|
2307
3577
|
}
|
|
2308
|
-
]
|
|
3578
|
+
],
|
|
3579
|
+
"compatibility": {
|
|
3580
|
+
"nuxt": "^2.0.0",
|
|
3581
|
+
"requires": {}
|
|
3582
|
+
}
|
|
2309
3583
|
},
|
|
2310
3584
|
{
|
|
2311
3585
|
"name": "social-meta",
|
|
@@ -2321,10 +3595,13 @@
|
|
|
2321
3595
|
"maintainers": [
|
|
2322
3596
|
{
|
|
2323
3597
|
"name": "AlekseyPleshkov",
|
|
2324
|
-
"github": "AlekseyPleshkov"
|
|
2325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3598
|
+
"github": "AlekseyPleshkov"
|
|
2326
3599
|
}
|
|
2327
|
-
]
|
|
3600
|
+
],
|
|
3601
|
+
"compatibility": {
|
|
3602
|
+
"nuxt": "^2.0.0",
|
|
3603
|
+
"requires": {}
|
|
3604
|
+
}
|
|
2328
3605
|
},
|
|
2329
3606
|
{
|
|
2330
3607
|
"name": "socket-io",
|
|
@@ -2340,10 +3617,13 @@
|
|
|
2340
3617
|
"maintainers": [
|
|
2341
3618
|
{
|
|
2342
3619
|
"name": "richardeschloss",
|
|
2343
|
-
"github": "richardeschloss"
|
|
2344
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3620
|
+
"github": "richardeschloss"
|
|
2345
3621
|
}
|
|
2346
|
-
]
|
|
3622
|
+
],
|
|
3623
|
+
"compatibility": {
|
|
3624
|
+
"nuxt": "^2.0.0",
|
|
3625
|
+
"requires": {}
|
|
3626
|
+
}
|
|
2347
3627
|
},
|
|
2348
3628
|
{
|
|
2349
3629
|
"name": "speedcurve",
|
|
@@ -2360,10 +3640,46 @@
|
|
|
2360
3640
|
{
|
|
2361
3641
|
"name": "Josh Deltener",
|
|
2362
3642
|
"github": "hecktarzuli",
|
|
2363
|
-
"twitter": "JoshDeltener"
|
|
2364
|
-
|
|
3643
|
+
"twitter": "JoshDeltener"
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"compatibility": {
|
|
3647
|
+
"nuxt": "^2.0.0",
|
|
3648
|
+
"requires": {}
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "speedkit",
|
|
3653
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3654
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3655
|
+
"npm": "nuxt-speedkit",
|
|
3656
|
+
"icon": "speedkit.png",
|
|
3657
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3658
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3659
|
+
"learn_more": "",
|
|
3660
|
+
"category": "Performance",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "Stephan Gerbeth",
|
|
3665
|
+
"github": "StephanGerbeth",
|
|
3666
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"name": "Thorn Walli",
|
|
3670
|
+
"github": "ThornWalli",
|
|
3671
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "Grabarz & Partner",
|
|
3675
|
+
"github": "GrabarzUndPartner",
|
|
3676
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2365
3677
|
}
|
|
2366
|
-
]
|
|
3678
|
+
],
|
|
3679
|
+
"compatibility": {
|
|
3680
|
+
"nuxt": "^2.0.0",
|
|
3681
|
+
"requires": {}
|
|
3682
|
+
}
|
|
2367
3683
|
},
|
|
2368
3684
|
{
|
|
2369
3685
|
"name": "storage",
|
|
@@ -2374,15 +3690,40 @@
|
|
|
2374
3690
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2375
3691
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2376
3692
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2377
|
-
"category": "
|
|
3693
|
+
"category": "Extensions",
|
|
2378
3694
|
"type": "3rd-party",
|
|
2379
3695
|
"maintainers": [
|
|
2380
3696
|
{
|
|
2381
3697
|
"name": "mazipan",
|
|
2382
|
-
"github": "mazipan"
|
|
2383
|
-
|
|
3698
|
+
"github": "mazipan"
|
|
3699
|
+
}
|
|
3700
|
+
],
|
|
3701
|
+
"compatibility": {
|
|
3702
|
+
"nuxt": "^2.0.0",
|
|
3703
|
+
"requires": {}
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"name": "storefront-ui",
|
|
3708
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3709
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3710
|
+
"npm": "@storefront-ui/nuxt",
|
|
3711
|
+
"icon": "storefront-ui.svg",
|
|
3712
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3713
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3714
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3715
|
+
"category": "UI",
|
|
3716
|
+
"type": "3rd-party",
|
|
3717
|
+
"maintainers": [
|
|
3718
|
+
{
|
|
3719
|
+
"name": "Jakub Andrzejewski",
|
|
3720
|
+
"github": "Baroshem"
|
|
2384
3721
|
}
|
|
2385
|
-
]
|
|
3722
|
+
],
|
|
3723
|
+
"compatibility": {
|
|
3724
|
+
"nuxt": "^2.0.0",
|
|
3725
|
+
"requires": {}
|
|
3726
|
+
}
|
|
2386
3727
|
},
|
|
2387
3728
|
{
|
|
2388
3729
|
"name": "stories",
|
|
@@ -2398,16 +3739,19 @@
|
|
|
2398
3739
|
"maintainers": [
|
|
2399
3740
|
{
|
|
2400
3741
|
"name": "richardeschloss",
|
|
2401
|
-
"github": "richardeschloss"
|
|
2402
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3742
|
+
"github": "richardeschloss"
|
|
2403
3743
|
}
|
|
2404
|
-
]
|
|
3744
|
+
],
|
|
3745
|
+
"compatibility": {
|
|
3746
|
+
"nuxt": "^2.0.0",
|
|
3747
|
+
"requires": {}
|
|
3748
|
+
}
|
|
2405
3749
|
},
|
|
2406
3750
|
{
|
|
2407
3751
|
"name": "storyblok",
|
|
2408
3752
|
"description": "Storyblok Nuxt.js module",
|
|
2409
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2410
|
-
"npm": "storyblok
|
|
3753
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3754
|
+
"npm": "@storyblok/nuxt",
|
|
2411
3755
|
"icon": "storyblok.png",
|
|
2412
3756
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2413
3757
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2417,10 +3761,13 @@
|
|
|
2417
3761
|
"maintainers": [
|
|
2418
3762
|
{
|
|
2419
3763
|
"name": "storyblok",
|
|
2420
|
-
"github": "storyblok"
|
|
2421
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3764
|
+
"github": "storyblok"
|
|
2422
3765
|
}
|
|
2423
|
-
]
|
|
3766
|
+
],
|
|
3767
|
+
"compatibility": {
|
|
3768
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3769
|
+
"requires": {}
|
|
3770
|
+
}
|
|
2424
3771
|
},
|
|
2425
3772
|
{
|
|
2426
3773
|
"name": "storybook",
|
|
@@ -2437,16 +3784,20 @@
|
|
|
2437
3784
|
{
|
|
2438
3785
|
"name": "Ahad Birang",
|
|
2439
3786
|
"github": "farnabaz",
|
|
2440
|
-
"twitter": "a_birang"
|
|
2441
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3787
|
+
"twitter": "a_birang"
|
|
2442
3788
|
},
|
|
2443
3789
|
{
|
|
2444
3790
|
"name": "Pooya Parsa",
|
|
2445
3791
|
"github": "pi0",
|
|
2446
|
-
"twitter": "_pi0_"
|
|
2447
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3792
|
+
"twitter": "_pi0_"
|
|
2448
3793
|
}
|
|
2449
|
-
]
|
|
3794
|
+
],
|
|
3795
|
+
"compatibility": {
|
|
3796
|
+
"nuxt": "^2.0.0",
|
|
3797
|
+
"requires": {
|
|
3798
|
+
"bridge": "optional"
|
|
3799
|
+
}
|
|
3800
|
+
}
|
|
2450
3801
|
},
|
|
2451
3802
|
{
|
|
2452
3803
|
"name": "strapi",
|
|
@@ -2463,16 +3814,20 @@
|
|
|
2463
3814
|
{
|
|
2464
3815
|
"name": "Benjamin Canac",
|
|
2465
3816
|
"github": "benjamincanac",
|
|
2466
|
-
"twitter": "benjamincanac"
|
|
2467
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3817
|
+
"twitter": "benjamincanac"
|
|
2468
3818
|
},
|
|
2469
3819
|
{
|
|
2470
3820
|
"name": "Sébastien Chopin",
|
|
2471
3821
|
"github": "Atinux",
|
|
2472
|
-
"twitter": "Atinux"
|
|
2473
|
-
|
|
3822
|
+
"twitter": "Atinux"
|
|
3823
|
+
}
|
|
3824
|
+
],
|
|
3825
|
+
"compatibility": {
|
|
3826
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3827
|
+
"requires": {
|
|
3828
|
+
"bridge": true
|
|
2474
3829
|
}
|
|
2475
|
-
|
|
3830
|
+
}
|
|
2476
3831
|
},
|
|
2477
3832
|
{
|
|
2478
3833
|
"name": "stripe",
|
|
@@ -2488,10 +3843,13 @@
|
|
|
2488
3843
|
"maintainers": [
|
|
2489
3844
|
{
|
|
2490
3845
|
"name": "WilliamDASILVA",
|
|
2491
|
-
"github": "WilliamDASILVA"
|
|
2492
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3846
|
+
"github": "WilliamDASILVA"
|
|
2493
3847
|
}
|
|
2494
|
-
]
|
|
3848
|
+
],
|
|
3849
|
+
"compatibility": {
|
|
3850
|
+
"nuxt": "^2.0.0",
|
|
3851
|
+
"requires": {}
|
|
3852
|
+
}
|
|
2495
3853
|
},
|
|
2496
3854
|
{
|
|
2497
3855
|
"name": "style-resources",
|
|
@@ -2508,10 +3866,13 @@
|
|
|
2508
3866
|
{
|
|
2509
3867
|
"name": "Alexander Lichter",
|
|
2510
3868
|
"github": "manniL",
|
|
2511
|
-
"twitter": "TheAlexLichter"
|
|
2512
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3869
|
+
"twitter": "TheAlexLichter"
|
|
2513
3870
|
}
|
|
2514
|
-
]
|
|
3871
|
+
],
|
|
3872
|
+
"compatibility": {
|
|
3873
|
+
"nuxt": "^2.0.0",
|
|
3874
|
+
"requires": {}
|
|
3875
|
+
}
|
|
2515
3876
|
},
|
|
2516
3877
|
{
|
|
2517
3878
|
"name": "stylelint",
|
|
@@ -2527,10 +3888,69 @@
|
|
|
2527
3888
|
"maintainers": [
|
|
2528
3889
|
{
|
|
2529
3890
|
"name": "Ricardo Gobbo de Souza",
|
|
2530
|
-
"github": "ricardogobbosouza"
|
|
2531
|
-
|
|
3891
|
+
"github": "ricardogobbosouza"
|
|
3892
|
+
}
|
|
3893
|
+
],
|
|
3894
|
+
"compatibility": {
|
|
3895
|
+
"nuxt": "^2.0.0",
|
|
3896
|
+
"requires": {}
|
|
3897
|
+
}
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"name": "stylify",
|
|
3901
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3902
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3903
|
+
"npm": "@stylify/nuxt",
|
|
3904
|
+
"icon": "stylify.svg",
|
|
3905
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3906
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3907
|
+
"learn_more": "https://stylifycss.com",
|
|
3908
|
+
"category": "UI",
|
|
3909
|
+
"type": "3rd-party",
|
|
3910
|
+
"maintainers": [
|
|
3911
|
+
{
|
|
3912
|
+
"name": "Vladimír Macháček",
|
|
3913
|
+
"github": "Machy8",
|
|
3914
|
+
"twitter": "8machy"
|
|
2532
3915
|
}
|
|
2533
|
-
]
|
|
3916
|
+
],
|
|
3917
|
+
"compatibility": {
|
|
3918
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3919
|
+
"requires": {}
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"name": "supabase",
|
|
3924
|
+
"description": "First class integration with Supabase",
|
|
3925
|
+
"repo": "nuxt-community/supabase-module",
|
|
3926
|
+
"npm": "@nuxtjs/supabase",
|
|
3927
|
+
"icon": "supabase.png",
|
|
3928
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3929
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3930
|
+
"learn_more": "https://supabase.com",
|
|
3931
|
+
"category": "Database",
|
|
3932
|
+
"type": "community",
|
|
3933
|
+
"maintainers": [
|
|
3934
|
+
{
|
|
3935
|
+
"name": "Baptiste Leproux",
|
|
3936
|
+
"github": "larbish",
|
|
3937
|
+
"twitter": "baptistelprx"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "Sebastien Chopin",
|
|
3941
|
+
"github": "Atinux",
|
|
3942
|
+
"twitter": "Atinux"
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"name": "Scott Robertson",
|
|
3946
|
+
"github": "scottrobertson",
|
|
3947
|
+
"twitter": "scottymeuk"
|
|
3948
|
+
}
|
|
3949
|
+
],
|
|
3950
|
+
"compatibility": {
|
|
3951
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3952
|
+
"requires": {}
|
|
3953
|
+
}
|
|
2534
3954
|
},
|
|
2535
3955
|
{
|
|
2536
3956
|
"name": "svg-loader",
|
|
@@ -2541,15 +3961,18 @@
|
|
|
2541
3961
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2542
3962
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2543
3963
|
"learn_more": "",
|
|
2544
|
-
"category": "
|
|
3964
|
+
"category": "Extensions",
|
|
2545
3965
|
"type": "3rd-party",
|
|
2546
3966
|
"maintainers": [
|
|
2547
3967
|
{
|
|
2548
3968
|
"name": "Developmint",
|
|
2549
|
-
"github": "Developmint"
|
|
2550
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3969
|
+
"github": "Developmint"
|
|
2551
3970
|
}
|
|
2552
|
-
]
|
|
3971
|
+
],
|
|
3972
|
+
"compatibility": {
|
|
3973
|
+
"nuxt": "^2.0.0",
|
|
3974
|
+
"requires": {}
|
|
3975
|
+
}
|
|
2553
3976
|
},
|
|
2554
3977
|
{
|
|
2555
3978
|
"name": "svg-sprite",
|
|
@@ -2560,16 +3983,19 @@
|
|
|
2560
3983
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2561
3984
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2562
3985
|
"learn_more": "",
|
|
2563
|
-
"category": "
|
|
3986
|
+
"category": "UI",
|
|
2564
3987
|
"type": "community",
|
|
2565
3988
|
"maintainers": [
|
|
2566
3989
|
{
|
|
2567
3990
|
"name": "Ahad Birang",
|
|
2568
3991
|
"github": "farnabaz",
|
|
2569
|
-
"twitter": "a_birang"
|
|
2570
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3992
|
+
"twitter": "a_birang"
|
|
2571
3993
|
}
|
|
2572
|
-
]
|
|
3994
|
+
],
|
|
3995
|
+
"compatibility": {
|
|
3996
|
+
"nuxt": "^2.0.0",
|
|
3997
|
+
"requires": {}
|
|
3998
|
+
}
|
|
2573
3999
|
},
|
|
2574
4000
|
{
|
|
2575
4001
|
"name": "svg",
|
|
@@ -2580,15 +4006,18 @@
|
|
|
2580
4006
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2581
4007
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2582
4008
|
"learn_more": "",
|
|
2583
|
-
"category": "
|
|
4009
|
+
"category": "Extensions",
|
|
2584
4010
|
"type": "community",
|
|
2585
4011
|
"maintainers": [
|
|
2586
4012
|
{
|
|
2587
4013
|
"name": "Sam Holmes",
|
|
2588
|
-
"github": "sam3d"
|
|
2589
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
4014
|
+
"github": "sam3d"
|
|
2590
4015
|
}
|
|
2591
|
-
]
|
|
4016
|
+
],
|
|
4017
|
+
"compatibility": {
|
|
4018
|
+
"nuxt": "^2.0.0",
|
|
4019
|
+
"requires": {}
|
|
4020
|
+
}
|
|
2592
4021
|
},
|
|
2593
4022
|
{
|
|
2594
4023
|
"name": "sweetalert2",
|
|
@@ -2604,10 +4033,13 @@
|
|
|
2604
4033
|
"maintainers": [
|
|
2605
4034
|
{
|
|
2606
4035
|
"name": "ImreC",
|
|
2607
|
-
"github": "ImreC"
|
|
2608
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
4036
|
+
"github": "ImreC"
|
|
2609
4037
|
}
|
|
2610
|
-
]
|
|
4038
|
+
],
|
|
4039
|
+
"compatibility": {
|
|
4040
|
+
"nuxt": "^2.0.0",
|
|
4041
|
+
"requires": {}
|
|
4042
|
+
}
|
|
2611
4043
|
},
|
|
2612
4044
|
{
|
|
2613
4045
|
"name": "tailwindcss",
|
|
@@ -2624,10 +4056,36 @@
|
|
|
2624
4056
|
{
|
|
2625
4057
|
"name": "Sébastien Chopin",
|
|
2626
4058
|
"github": "Atinux",
|
|
2627
|
-
"twitter": "Atinux"
|
|
2628
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4059
|
+
"twitter": "Atinux"
|
|
2629
4060
|
}
|
|
2630
|
-
]
|
|
4061
|
+
],
|
|
4062
|
+
"compatibility": {
|
|
4063
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4064
|
+
"requires": {}
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"name": "tiktok-analytics",
|
|
4069
|
+
"description": "",
|
|
4070
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4071
|
+
"npm": "tiktok-analytics",
|
|
4072
|
+
"icon": "",
|
|
4073
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4074
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4075
|
+
"learn_more": "",
|
|
4076
|
+
"category": "Analytics",
|
|
4077
|
+
"type": "3rd-party",
|
|
4078
|
+
"maintainers": [
|
|
4079
|
+
{
|
|
4080
|
+
"name": "stickpro",
|
|
4081
|
+
"github": "stickpro",
|
|
4082
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4085
|
+
"compatibility": {
|
|
4086
|
+
"nuxt": "^2.0.0",
|
|
4087
|
+
"requires": {}
|
|
4088
|
+
}
|
|
2631
4089
|
},
|
|
2632
4090
|
{
|
|
2633
4091
|
"name": "toast",
|
|
@@ -2635,8 +4093,8 @@
|
|
|
2635
4093
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2636
4094
|
"npm": "@nuxtjs/toast",
|
|
2637
4095
|
"icon": "",
|
|
2638
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2639
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4096
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4097
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2640
4098
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2641
4099
|
"category": "Libraries",
|
|
2642
4100
|
"type": "community",
|
|
@@ -2644,10 +4102,70 @@
|
|
|
2644
4102
|
{
|
|
2645
4103
|
"name": "Pooya Parsa",
|
|
2646
4104
|
"github": "pi0",
|
|
2647
|
-
"twitter": "_pi0_"
|
|
2648
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4105
|
+
"twitter": "_pi0_"
|
|
2649
4106
|
}
|
|
2650
|
-
]
|
|
4107
|
+
],
|
|
4108
|
+
"compatibility": {
|
|
4109
|
+
"nuxt": "^2.0.0",
|
|
4110
|
+
"requires": {}
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "twa",
|
|
4115
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4116
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4117
|
+
"npm": "nuxt-twa",
|
|
4118
|
+
"icon": "",
|
|
4119
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4120
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4121
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4122
|
+
"category": "Performance",
|
|
4123
|
+
"type": "3rd-party",
|
|
4124
|
+
"maintainers": [
|
|
4125
|
+
{
|
|
4126
|
+
"name": "Nicolas Perraut",
|
|
4127
|
+
"github": "tuarrep"
|
|
4128
|
+
}
|
|
4129
|
+
],
|
|
4130
|
+
"compatibility": {
|
|
4131
|
+
"nuxt": "^2.0.0",
|
|
4132
|
+
"requires": {
|
|
4133
|
+
"bridge": "optional"
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "twicpics",
|
|
4139
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4140
|
+
"repo": "TwicPics/components",
|
|
4141
|
+
"npm": "@twicpics/components",
|
|
4142
|
+
"icon": "twicpics.svg",
|
|
4143
|
+
"github": "https://github.com/TwicPics/components",
|
|
4144
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4145
|
+
"learn_more": "https://www.twicpics.com",
|
|
4146
|
+
"category": "Images",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Florent Bourgeois",
|
|
4151
|
+
"github": "florentb",
|
|
4152
|
+
"twitter": "florent_b"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "Julian Aubourg",
|
|
4156
|
+
"github": "jaubourg",
|
|
4157
|
+
"twitter": "jaubourg"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "Miguel Beignon",
|
|
4161
|
+
"github": "mbgspcii",
|
|
4162
|
+
"twitter": "m_beignon"
|
|
4163
|
+
}
|
|
4164
|
+
],
|
|
4165
|
+
"compatibility": {
|
|
4166
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4167
|
+
"requires": {}
|
|
4168
|
+
}
|
|
2651
4169
|
},
|
|
2652
4170
|
{
|
|
2653
4171
|
"name": "typed-router",
|
|
@@ -2663,10 +4181,38 @@
|
|
|
2663
4181
|
"maintainers": [
|
|
2664
4182
|
{
|
|
2665
4183
|
"name": "victorgarciaesgi",
|
|
2666
|
-
"github": "victorgarciaesgi"
|
|
2667
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4184
|
+
"github": "victorgarciaesgi"
|
|
2668
4185
|
}
|
|
2669
|
-
]
|
|
4186
|
+
],
|
|
4187
|
+
"compatibility": {
|
|
4188
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4189
|
+
"requires": {}
|
|
4190
|
+
}
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "typed-vuex",
|
|
4194
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4195
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4196
|
+
"npm": "nuxt-typed-vuex",
|
|
4197
|
+
"icon": "vue.png",
|
|
4198
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4199
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4200
|
+
"learn_more": "",
|
|
4201
|
+
"category": "Libraries",
|
|
4202
|
+
"type": "3rd-party",
|
|
4203
|
+
"maintainers": [
|
|
4204
|
+
{
|
|
4205
|
+
"name": "Daniel Roe",
|
|
4206
|
+
"github": "danielroe",
|
|
4207
|
+
"twitter": "danielcroe"
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"compatibility": {
|
|
4211
|
+
"nuxt": "^2.0.0",
|
|
4212
|
+
"requires": {
|
|
4213
|
+
"bridge": "optional"
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
2670
4216
|
},
|
|
2671
4217
|
{
|
|
2672
4218
|
"name": "typescript-runtime",
|
|
@@ -2682,22 +4228,23 @@
|
|
|
2682
4228
|
"maintainers": [
|
|
2683
4229
|
{
|
|
2684
4230
|
"name": "Kevin Marrec",
|
|
2685
|
-
"github": "kevinmarrec"
|
|
2686
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4231
|
+
"github": "kevinmarrec"
|
|
2687
4232
|
},
|
|
2688
4233
|
{
|
|
2689
4234
|
"name": "Pooya Parsa",
|
|
2690
4235
|
"github": "pi0",
|
|
2691
|
-
"twitter": "_pi0_"
|
|
2692
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4236
|
+
"twitter": "_pi0_"
|
|
2693
4237
|
},
|
|
2694
4238
|
{
|
|
2695
4239
|
"name": "Daniel Roe",
|
|
2696
4240
|
"github": "danielroe",
|
|
2697
|
-
"twitter": "danielcroe"
|
|
2698
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4241
|
+
"twitter": "danielcroe"
|
|
2699
4242
|
}
|
|
2700
|
-
]
|
|
4243
|
+
],
|
|
4244
|
+
"compatibility": {
|
|
4245
|
+
"nuxt": "^2.0.0",
|
|
4246
|
+
"requires": {}
|
|
4247
|
+
}
|
|
2701
4248
|
},
|
|
2702
4249
|
{
|
|
2703
4250
|
"name": "typescript",
|
|
@@ -2713,22 +4260,23 @@
|
|
|
2713
4260
|
"maintainers": [
|
|
2714
4261
|
{
|
|
2715
4262
|
"name": "Kevin Marrec",
|
|
2716
|
-
"github": "kevinmarrec"
|
|
2717
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4263
|
+
"github": "kevinmarrec"
|
|
2718
4264
|
},
|
|
2719
4265
|
{
|
|
2720
4266
|
"name": "Pooya Parsa",
|
|
2721
4267
|
"github": "pi0",
|
|
2722
|
-
"twitter": "_pi0_"
|
|
2723
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4268
|
+
"twitter": "_pi0_"
|
|
2724
4269
|
},
|
|
2725
4270
|
{
|
|
2726
4271
|
"name": "Daniel Roe",
|
|
2727
4272
|
"github": "danielroe",
|
|
2728
|
-
"twitter": "danielcroe"
|
|
2729
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4273
|
+
"twitter": "danielcroe"
|
|
2730
4274
|
}
|
|
2731
|
-
]
|
|
4275
|
+
],
|
|
4276
|
+
"compatibility": {
|
|
4277
|
+
"nuxt": "^2.0.0",
|
|
4278
|
+
"requires": {}
|
|
4279
|
+
}
|
|
2732
4280
|
},
|
|
2733
4281
|
{
|
|
2734
4282
|
"name": "universal-storage",
|
|
@@ -2739,22 +4287,76 @@
|
|
|
2739
4287
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2740
4288
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2741
4289
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2742
|
-
"category": "
|
|
4290
|
+
"category": "Extensions",
|
|
2743
4291
|
"type": "community",
|
|
2744
4292
|
"maintainers": [
|
|
2745
4293
|
{
|
|
2746
4294
|
"name": "Pooya Parsa",
|
|
2747
4295
|
"github": "pi0",
|
|
2748
|
-
"twitter": "_pi0_"
|
|
2749
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4296
|
+
"twitter": "_pi0_"
|
|
2750
4297
|
},
|
|
2751
4298
|
{
|
|
2752
4299
|
"name": "Farzad Soltani",
|
|
2753
4300
|
"github": "farzadso",
|
|
2754
|
-
"twitter": "farzadso"
|
|
2755
|
-
|
|
4301
|
+
"twitter": "farzadso"
|
|
4302
|
+
}
|
|
4303
|
+
],
|
|
4304
|
+
"compatibility": {
|
|
4305
|
+
"nuxt": "^2.0.0",
|
|
4306
|
+
"requires": {}
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "unlighthouse",
|
|
4311
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4312
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4313
|
+
"npm": "@unlighthouse/nuxt",
|
|
4314
|
+
"icon": "unlighthouse.svg",
|
|
4315
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4316
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4317
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4318
|
+
"category": "Devtools",
|
|
4319
|
+
"type": "3rd-party",
|
|
4320
|
+
"maintainers": [
|
|
4321
|
+
{
|
|
4322
|
+
"name": "Harlan Wilton",
|
|
4323
|
+
"github": "harlan-zw",
|
|
4324
|
+
"twitter": "harlan_zw",
|
|
4325
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4326
|
+
}
|
|
4327
|
+
],
|
|
4328
|
+
"compatibility": {
|
|
4329
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4330
|
+
"requires": {
|
|
4331
|
+
"bridge": "optional"
|
|
2756
4332
|
}
|
|
2757
|
-
|
|
4333
|
+
}
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
"name": "unocss",
|
|
4337
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4338
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4339
|
+
"npm": "@unocss/nuxt",
|
|
4340
|
+
"icon": "unocss.svg",
|
|
4341
|
+
"github": "https://github.com/antfu/unocss",
|
|
4342
|
+
"website": "https://github.com/antfu/unocss",
|
|
4343
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4344
|
+
"category": "UI",
|
|
4345
|
+
"type": "3rd-party",
|
|
4346
|
+
"maintainers": [
|
|
4347
|
+
{
|
|
4348
|
+
"name": "Anthony Fu",
|
|
4349
|
+
"github": "antfu",
|
|
4350
|
+
"twitter": "antfu7",
|
|
4351
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4352
|
+
}
|
|
4353
|
+
],
|
|
4354
|
+
"compatibility": {
|
|
4355
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4356
|
+
"requires": {
|
|
4357
|
+
"bridge": "optional"
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
2758
4360
|
},
|
|
2759
4361
|
{
|
|
2760
4362
|
"name": "user-agent",
|
|
@@ -2765,15 +4367,18 @@
|
|
|
2765
4367
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2766
4368
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2767
4369
|
"learn_more": "",
|
|
2768
|
-
"category": "
|
|
4370
|
+
"category": "Extensions",
|
|
2769
4371
|
"type": "3rd-party",
|
|
2770
4372
|
"maintainers": [
|
|
2771
4373
|
{
|
|
2772
4374
|
"name": "fukuiretu",
|
|
2773
|
-
"github": "fukuiretu"
|
|
2774
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4375
|
+
"github": "fukuiretu"
|
|
2775
4376
|
}
|
|
2776
|
-
]
|
|
4377
|
+
],
|
|
4378
|
+
"compatibility": {
|
|
4379
|
+
"nuxt": "^2.0.0",
|
|
4380
|
+
"requires": {}
|
|
4381
|
+
}
|
|
2777
4382
|
},
|
|
2778
4383
|
{
|
|
2779
4384
|
"name": "validate",
|
|
@@ -2789,10 +4394,13 @@
|
|
|
2789
4394
|
"maintainers": [
|
|
2790
4395
|
{
|
|
2791
4396
|
"name": "lewyuburi",
|
|
2792
|
-
"github": "lewyuburi"
|
|
2793
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4397
|
+
"github": "lewyuburi"
|
|
2794
4398
|
}
|
|
2795
|
-
]
|
|
4399
|
+
],
|
|
4400
|
+
"compatibility": {
|
|
4401
|
+
"nuxt": "^2.0.0",
|
|
4402
|
+
"requires": {}
|
|
4403
|
+
}
|
|
2796
4404
|
},
|
|
2797
4405
|
{
|
|
2798
4406
|
"name": "vendor",
|
|
@@ -2803,16 +4411,19 @@
|
|
|
2803
4411
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2804
4412
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2805
4413
|
"learn_more": "",
|
|
2806
|
-
"category": "
|
|
4414
|
+
"category": "Extensions",
|
|
2807
4415
|
"type": "community",
|
|
2808
4416
|
"maintainers": [
|
|
2809
4417
|
{
|
|
2810
4418
|
"name": "Pooya Parsa",
|
|
2811
4419
|
"github": "pi0",
|
|
2812
|
-
"twitter": "_pi0_"
|
|
2813
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4420
|
+
"twitter": "_pi0_"
|
|
2814
4421
|
}
|
|
2815
|
-
]
|
|
4422
|
+
],
|
|
4423
|
+
"compatibility": {
|
|
4424
|
+
"nuxt": "^2.0.0",
|
|
4425
|
+
"requires": {}
|
|
4426
|
+
}
|
|
2816
4427
|
},
|
|
2817
4428
|
{
|
|
2818
4429
|
"name": "vue-material",
|
|
@@ -2828,10 +4439,13 @@
|
|
|
2828
4439
|
"maintainers": [
|
|
2829
4440
|
{
|
|
2830
4441
|
"name": "vaso2",
|
|
2831
|
-
"github": "vaso2"
|
|
2832
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4442
|
+
"github": "vaso2"
|
|
2833
4443
|
}
|
|
2834
|
-
]
|
|
4444
|
+
],
|
|
4445
|
+
"compatibility": {
|
|
4446
|
+
"nuxt": "^2.0.0",
|
|
4447
|
+
"requires": {}
|
|
4448
|
+
}
|
|
2835
4449
|
},
|
|
2836
4450
|
{
|
|
2837
4451
|
"name": "vue-multiselect",
|
|
@@ -2847,10 +4461,13 @@
|
|
|
2847
4461
|
"maintainers": [
|
|
2848
4462
|
{
|
|
2849
4463
|
"name": "spektrummedia",
|
|
2850
|
-
"github": "spektrummedia"
|
|
2851
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4464
|
+
"github": "spektrummedia"
|
|
2852
4465
|
}
|
|
2853
|
-
]
|
|
4466
|
+
],
|
|
4467
|
+
"compatibility": {
|
|
4468
|
+
"nuxt": "^2.0.0",
|
|
4469
|
+
"requires": {}
|
|
4470
|
+
}
|
|
2854
4471
|
},
|
|
2855
4472
|
{
|
|
2856
4473
|
"name": "vue-select",
|
|
@@ -2866,10 +4483,13 @@
|
|
|
2866
4483
|
"maintainers": [
|
|
2867
4484
|
{
|
|
2868
4485
|
"name": "madmod",
|
|
2869
|
-
"github": "madmod"
|
|
2870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4486
|
+
"github": "madmod"
|
|
2871
4487
|
}
|
|
2872
|
-
]
|
|
4488
|
+
],
|
|
4489
|
+
"compatibility": {
|
|
4490
|
+
"nuxt": "^2.0.0",
|
|
4491
|
+
"requires": {}
|
|
4492
|
+
}
|
|
2873
4493
|
},
|
|
2874
4494
|
{
|
|
2875
4495
|
"name": "vue-warehouse",
|
|
@@ -2886,10 +4506,35 @@
|
|
|
2886
4506
|
{
|
|
2887
4507
|
"name": "Julio Marquez",
|
|
2888
4508
|
"github": "juliomrqz",
|
|
2889
|
-
"twitter": "juliomrqz"
|
|
2890
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4509
|
+
"twitter": "juliomrqz"
|
|
2891
4510
|
}
|
|
2892
|
-
]
|
|
4511
|
+
],
|
|
4512
|
+
"compatibility": {
|
|
4513
|
+
"nuxt": "^2.0.0",
|
|
4514
|
+
"requires": {}
|
|
4515
|
+
}
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "vuestic",
|
|
4519
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4520
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4521
|
+
"npm": "@vuestic/nuxt",
|
|
4522
|
+
"icon": "",
|
|
4523
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4524
|
+
"website": "https://vuestic.dev",
|
|
4525
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4526
|
+
"category": "UI",
|
|
4527
|
+
"type": "3rd-party",
|
|
4528
|
+
"maintainers": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "epicmaxco",
|
|
4531
|
+
"github": "epicmaxco"
|
|
4532
|
+
}
|
|
4533
|
+
],
|
|
4534
|
+
"compatibility": {
|
|
4535
|
+
"nuxt": "^3.0.0",
|
|
4536
|
+
"requires": {}
|
|
4537
|
+
}
|
|
2893
4538
|
},
|
|
2894
4539
|
{
|
|
2895
4540
|
"name": "vuetify",
|
|
@@ -2905,16 +4550,43 @@
|
|
|
2905
4550
|
"maintainers": [
|
|
2906
4551
|
{
|
|
2907
4552
|
"name": "Kevin Marrec",
|
|
2908
|
-
"github": "kevinmarrec"
|
|
2909
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4553
|
+
"github": "kevinmarrec"
|
|
2910
4554
|
},
|
|
2911
4555
|
{
|
|
2912
4556
|
"name": "Pooya Parsa",
|
|
2913
4557
|
"github": "pi0",
|
|
2914
|
-
"twitter": "_pi0_"
|
|
2915
|
-
|
|
4558
|
+
"twitter": "_pi0_"
|
|
4559
|
+
}
|
|
4560
|
+
],
|
|
4561
|
+
"compatibility": {
|
|
4562
|
+
"nuxt": "^2.0.0",
|
|
4563
|
+
"requires": {}
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "vueuse",
|
|
4568
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4569
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4570
|
+
"npm": "@vueuse/nuxt",
|
|
4571
|
+
"icon": "vueuse.svg",
|
|
4572
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4573
|
+
"website": "https://vueuse.org",
|
|
4574
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4575
|
+
"category": "Libraries",
|
|
4576
|
+
"type": "3rd-party",
|
|
4577
|
+
"maintainers": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "Anthony Fu",
|
|
4580
|
+
"github": "antfu",
|
|
4581
|
+
"twitter": "antfu7"
|
|
2916
4582
|
}
|
|
2917
|
-
]
|
|
4583
|
+
],
|
|
4584
|
+
"compatibility": {
|
|
4585
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4586
|
+
"requires": {
|
|
4587
|
+
"bridge": "optional"
|
|
4588
|
+
}
|
|
4589
|
+
}
|
|
2918
4590
|
},
|
|
2919
4591
|
{
|
|
2920
4592
|
"name": "vuex-router-sync",
|
|
@@ -2930,41 +4602,70 @@
|
|
|
2930
4602
|
"maintainers": [
|
|
2931
4603
|
{
|
|
2932
4604
|
"name": "paulgv",
|
|
2933
|
-
"github": "paulgv"
|
|
2934
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4605
|
+
"github": "paulgv"
|
|
2935
4606
|
}
|
|
2936
|
-
]
|
|
4607
|
+
],
|
|
4608
|
+
"compatibility": {
|
|
4609
|
+
"nuxt": "^2.0.0",
|
|
4610
|
+
"requires": {}
|
|
4611
|
+
}
|
|
2937
4612
|
},
|
|
2938
4613
|
{
|
|
2939
4614
|
"name": "web-vitals",
|
|
2940
4615
|
"description": "Web Vitals for Nuxt",
|
|
2941
4616
|
"repo": "nuxt-community/web-vitals-module",
|
|
2942
|
-
"npm": "
|
|
4617
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2943
4618
|
"icon": "",
|
|
2944
4619
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2945
4620
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2946
4621
|
"learn_more": "",
|
|
2947
4622
|
"category": "Performance",
|
|
2948
|
-
"type": "
|
|
4623
|
+
"type": "community",
|
|
2949
4624
|
"maintainers": [
|
|
2950
4625
|
{
|
|
2951
4626
|
"name": "daliborgogic",
|
|
2952
|
-
"github": "daliborgogic"
|
|
2953
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4627
|
+
"github": "daliborgogic"
|
|
2954
4628
|
},
|
|
2955
4629
|
{
|
|
2956
4630
|
"name": "Pooya Parsa",
|
|
2957
4631
|
"github": "pi0",
|
|
2958
|
-
"twitter": "_pi0_"
|
|
2959
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4632
|
+
"twitter": "_pi0_"
|
|
2960
4633
|
},
|
|
2961
4634
|
{
|
|
2962
4635
|
"name": "Sebastien Chopin",
|
|
2963
4636
|
"github": "Atinux",
|
|
2964
|
-
"twitter": "Atinux"
|
|
2965
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4637
|
+
"twitter": "Atinux"
|
|
2966
4638
|
}
|
|
2967
|
-
]
|
|
4639
|
+
],
|
|
4640
|
+
"compatibility": {
|
|
4641
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4642
|
+
"requires": {
|
|
4643
|
+
"bridge": "optional"
|
|
4644
|
+
}
|
|
4645
|
+
}
|
|
4646
|
+
},
|
|
4647
|
+
{
|
|
4648
|
+
"name": "web3js",
|
|
4649
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4650
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4651
|
+
"npm": "nuxt-web3",
|
|
4652
|
+
"icon": "web3js.svg",
|
|
4653
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4654
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4655
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4656
|
+
"category": "Libraries",
|
|
4657
|
+
"type": "3rd-party",
|
|
4658
|
+
"maintainers": [
|
|
4659
|
+
{
|
|
4660
|
+
"name": "Muhammad Fauzan",
|
|
4661
|
+
"github": "bl0cknumber",
|
|
4662
|
+
"twitter": "fncolon"
|
|
4663
|
+
}
|
|
4664
|
+
],
|
|
4665
|
+
"compatibility": {
|
|
4666
|
+
"nuxt": "^2.0.0",
|
|
4667
|
+
"requires": {}
|
|
4668
|
+
}
|
|
2968
4669
|
},
|
|
2969
4670
|
{
|
|
2970
4671
|
"name": "webfontloader",
|
|
@@ -2980,10 +4681,37 @@
|
|
|
2980
4681
|
"maintainers": [
|
|
2981
4682
|
{
|
|
2982
4683
|
"name": "Developmint",
|
|
2983
|
-
"github": "Developmint"
|
|
2984
|
-
|
|
4684
|
+
"github": "Developmint"
|
|
4685
|
+
}
|
|
4686
|
+
],
|
|
4687
|
+
"compatibility": {
|
|
4688
|
+
"nuxt": "^2.0.0",
|
|
4689
|
+
"requires": {}
|
|
4690
|
+
}
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"name": "webpack-optimisations",
|
|
4694
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4695
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4696
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4697
|
+
"icon": "build-optimisations.svg",
|
|
4698
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4699
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4700
|
+
"learn_more": "",
|
|
4701
|
+
"category": "Devtools",
|
|
4702
|
+
"type": "3rd-party",
|
|
4703
|
+
"maintainers": [
|
|
4704
|
+
{
|
|
4705
|
+
"name": "Harlan Wilton",
|
|
4706
|
+
"github": "harlan-zw"
|
|
4707
|
+
}
|
|
4708
|
+
],
|
|
4709
|
+
"compatibility": {
|
|
4710
|
+
"nuxt": "^2.0.0",
|
|
4711
|
+
"requires": {
|
|
4712
|
+
"bridge": "optional"
|
|
2985
4713
|
}
|
|
2986
|
-
|
|
4714
|
+
}
|
|
2987
4715
|
},
|
|
2988
4716
|
{
|
|
2989
4717
|
"name": "webpack-profile",
|
|
@@ -3000,10 +4728,13 @@
|
|
|
3000
4728
|
{
|
|
3001
4729
|
"name": "Pooya Parsa",
|
|
3002
4730
|
"github": "pi0",
|
|
3003
|
-
"twitter": "_pi0_"
|
|
3004
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4731
|
+
"twitter": "_pi0_"
|
|
3005
4732
|
}
|
|
3006
|
-
]
|
|
4733
|
+
],
|
|
4734
|
+
"compatibility": {
|
|
4735
|
+
"nuxt": "^2.0.0",
|
|
4736
|
+
"requires": {}
|
|
4737
|
+
}
|
|
3007
4738
|
},
|
|
3008
4739
|
{
|
|
3009
4740
|
"name": "webpackdashboard",
|
|
@@ -3019,10 +4750,13 @@
|
|
|
3019
4750
|
"maintainers": [
|
|
3020
4751
|
{
|
|
3021
4752
|
"name": "paulgv",
|
|
3022
|
-
"github": "paulgv"
|
|
3023
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4753
|
+
"github": "paulgv"
|
|
3024
4754
|
}
|
|
3025
|
-
]
|
|
4755
|
+
],
|
|
4756
|
+
"compatibility": {
|
|
4757
|
+
"nuxt": "^2.0.0",
|
|
4758
|
+
"requires": {}
|
|
4759
|
+
}
|
|
3026
4760
|
},
|
|
3027
4761
|
{
|
|
3028
4762
|
"name": "webpackmonitor",
|
|
@@ -3039,10 +4773,43 @@
|
|
|
3039
4773
|
{
|
|
3040
4774
|
"name": "Pooya Parsa",
|
|
3041
4775
|
"github": "pi0",
|
|
3042
|
-
"twitter": "_pi0_"
|
|
3043
|
-
|
|
4776
|
+
"twitter": "_pi0_"
|
|
4777
|
+
}
|
|
4778
|
+
],
|
|
4779
|
+
"compatibility": {
|
|
4780
|
+
"nuxt": "^2.0.0",
|
|
4781
|
+
"requires": {}
|
|
4782
|
+
}
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"name": "windicss",
|
|
4786
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4787
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4788
|
+
"npm": "nuxt-windicss",
|
|
4789
|
+
"icon": "windicss.svg",
|
|
4790
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4791
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4792
|
+
"learn_more": "https://windicss.org/",
|
|
4793
|
+
"category": "UI",
|
|
4794
|
+
"type": "3rd-party",
|
|
4795
|
+
"maintainers": [
|
|
4796
|
+
{
|
|
4797
|
+
"name": "Harlan Wilton",
|
|
4798
|
+
"github": "harlan-zw",
|
|
4799
|
+
"twitter": "harlan_zw"
|
|
4800
|
+
},
|
|
4801
|
+
{
|
|
4802
|
+
"name": "Anthony Fu",
|
|
4803
|
+
"github": "antfu",
|
|
4804
|
+
"twitter": "antfu7"
|
|
4805
|
+
}
|
|
4806
|
+
],
|
|
4807
|
+
"compatibility": {
|
|
4808
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4809
|
+
"requires": {
|
|
4810
|
+
"bridge": "optional"
|
|
3044
4811
|
}
|
|
3045
|
-
|
|
4812
|
+
}
|
|
3046
4813
|
},
|
|
3047
4814
|
{
|
|
3048
4815
|
"name": "winston-log",
|
|
@@ -3058,10 +4825,13 @@
|
|
|
3058
4825
|
"maintainers": [
|
|
3059
4826
|
{
|
|
3060
4827
|
"name": "aaronransley",
|
|
3061
|
-
"github": "aaronransley"
|
|
3062
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4828
|
+
"github": "aaronransley"
|
|
3063
4829
|
}
|
|
3064
|
-
]
|
|
4830
|
+
],
|
|
4831
|
+
"compatibility": {
|
|
4832
|
+
"nuxt": "^2.0.0",
|
|
4833
|
+
"requires": {}
|
|
4834
|
+
}
|
|
3065
4835
|
},
|
|
3066
4836
|
{
|
|
3067
4837
|
"name": "wp-nuxt",
|
|
@@ -3077,10 +4847,13 @@
|
|
|
3077
4847
|
"maintainers": [
|
|
3078
4848
|
{
|
|
3079
4849
|
"name": "yashha",
|
|
3080
|
-
"github": "yashha"
|
|
3081
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4850
|
+
"github": "yashha"
|
|
3082
4851
|
}
|
|
3083
|
-
]
|
|
4852
|
+
],
|
|
4853
|
+
"compatibility": {
|
|
4854
|
+
"nuxt": "^2.0.0",
|
|
4855
|
+
"requires": {}
|
|
4856
|
+
}
|
|
3084
4857
|
},
|
|
3085
4858
|
{
|
|
3086
4859
|
"name": "xhr-cache",
|
|
@@ -3096,10 +4869,35 @@
|
|
|
3096
4869
|
"maintainers": [
|
|
3097
4870
|
{
|
|
3098
4871
|
"name": "gaetansenn",
|
|
3099
|
-
"github": "gaetansenn"
|
|
3100
|
-
|
|
4872
|
+
"github": "gaetansenn"
|
|
4873
|
+
}
|
|
4874
|
+
],
|
|
4875
|
+
"compatibility": {
|
|
4876
|
+
"nuxt": "^2.0.0",
|
|
4877
|
+
"requires": {}
|
|
4878
|
+
}
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"name": "xstate",
|
|
4882
|
+
"description": "XState integration for Nuxt",
|
|
4883
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4884
|
+
"npm": "nuxt-xstate",
|
|
4885
|
+
"icon": "",
|
|
4886
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4887
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4888
|
+
"learn_more": "",
|
|
4889
|
+
"category": "Extensions",
|
|
4890
|
+
"type": "3rd-party",
|
|
4891
|
+
"maintainers": [
|
|
4892
|
+
{
|
|
4893
|
+
"name": "Lexpeartha",
|
|
4894
|
+
"github": "Lexpeartha"
|
|
3101
4895
|
}
|
|
3102
|
-
]
|
|
4896
|
+
],
|
|
4897
|
+
"compatibility": {
|
|
4898
|
+
"nuxt": "^3.0.0",
|
|
4899
|
+
"requires": {}
|
|
4900
|
+
}
|
|
3103
4901
|
},
|
|
3104
4902
|
{
|
|
3105
4903
|
"name": "xui",
|
|
@@ -3115,14 +4913,18 @@
|
|
|
3115
4913
|
"maintainers": [
|
|
3116
4914
|
{
|
|
3117
4915
|
"name": "MetaCorp",
|
|
3118
|
-
"github": "MetaCorp"
|
|
3119
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4916
|
+
"github": "MetaCorp"
|
|
3120
4917
|
}
|
|
3121
|
-
]
|
|
4918
|
+
],
|
|
4919
|
+
"compatibility": {
|
|
4920
|
+
"nuxt": "^2.0.0",
|
|
4921
|
+
"requires": {}
|
|
4922
|
+
}
|
|
3122
4923
|
},
|
|
3123
4924
|
{
|
|
3124
4925
|
"name": "yandex-metrika",
|
|
3125
|
-
"
|
|
4926
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4927
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3126
4928
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3127
4929
|
"icon": "",
|
|
3128
4930
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -3134,10 +4936,13 @@
|
|
|
3134
4936
|
{
|
|
3135
4937
|
"name": "Pooya Parsa",
|
|
3136
4938
|
"github": "pi0",
|
|
3137
|
-
"twitter": "_pi0_"
|
|
3138
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4939
|
+
"twitter": "_pi0_"
|
|
3139
4940
|
}
|
|
3140
|
-
]
|
|
4941
|
+
],
|
|
4942
|
+
"compatibility": {
|
|
4943
|
+
"nuxt": "^2.0.0",
|
|
4944
|
+
"requires": {}
|
|
4945
|
+
}
|
|
3141
4946
|
},
|
|
3142
4947
|
{
|
|
3143
4948
|
"name": "zendesk",
|
|
@@ -3153,9 +4958,12 @@
|
|
|
3153
4958
|
"maintainers": [
|
|
3154
4959
|
{
|
|
3155
4960
|
"name": "DansMaCulotte",
|
|
3156
|
-
"github": "DansMaCulotte"
|
|
3157
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4961
|
+
"github": "DansMaCulotte"
|
|
3158
4962
|
}
|
|
3159
|
-
]
|
|
4963
|
+
],
|
|
4964
|
+
"compatibility": {
|
|
4965
|
+
"nuxt": "^2.0.0",
|
|
4966
|
+
"requires": {}
|
|
4967
|
+
}
|
|
3160
4968
|
}
|
|
3161
4969
|
]
|