@nuxt/modules 0.5.0-e3115b → 0.5.0-e9dc42
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} +1934 -572
- package/package.json +2 -49
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,69 @@
|
|
|
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": "^3.0.0",
|
|
77
|
+
"requires": {}
|
|
78
|
+
}
|
|
26
79
|
},
|
|
27
80
|
{
|
|
28
81
|
"name": "alias",
|
|
@@ -38,10 +91,13 @@
|
|
|
38
91
|
"maintainers": [
|
|
39
92
|
{
|
|
40
93
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
94
|
+
"github": "kdydesign"
|
|
43
95
|
}
|
|
44
|
-
]
|
|
96
|
+
],
|
|
97
|
+
"compatibility": {
|
|
98
|
+
"nuxt": "^2.0.0",
|
|
99
|
+
"requires": {}
|
|
100
|
+
}
|
|
45
101
|
},
|
|
46
102
|
{
|
|
47
103
|
"name": "amp",
|
|
@@ -58,10 +114,59 @@
|
|
|
58
114
|
{
|
|
59
115
|
"name": "Ahad Birang",
|
|
60
116
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
117
|
+
"twitter": "a_birang"
|
|
63
118
|
}
|
|
64
|
-
]
|
|
119
|
+
],
|
|
120
|
+
"compatibility": {
|
|
121
|
+
"nuxt": "^2.0.0",
|
|
122
|
+
"requires": {}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "animejs",
|
|
127
|
+
"description": "Anime.js module for Nuxt.js",
|
|
128
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
129
|
+
"npm": "nuxt-animejs",
|
|
130
|
+
"icon": "",
|
|
131
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
132
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
133
|
+
"learn_more": "",
|
|
134
|
+
"category": "Libraries",
|
|
135
|
+
"type": "3rd-party",
|
|
136
|
+
"maintainers": [
|
|
137
|
+
{
|
|
138
|
+
"name": "ivodolenc",
|
|
139
|
+
"github": "ivodolenc"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"compatibility": {
|
|
143
|
+
"nuxt": "^2.0.0",
|
|
144
|
+
"requires": {}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "apis-to-file",
|
|
149
|
+
"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",
|
|
150
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
151
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
152
|
+
"icon": "",
|
|
153
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
154
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
155
|
+
"learn_more": "",
|
|
156
|
+
"category": "Performance",
|
|
157
|
+
"type": "3rd-party",
|
|
158
|
+
"maintainers": [
|
|
159
|
+
{
|
|
160
|
+
"name": "Luca Iaconelli",
|
|
161
|
+
"github": "LuXDAmore",
|
|
162
|
+
"twitter": "luxdamore",
|
|
163
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^2.0.0",
|
|
168
|
+
"requires": {}
|
|
169
|
+
}
|
|
65
170
|
},
|
|
66
171
|
{
|
|
67
172
|
"name": "apollo",
|
|
@@ -77,15 +182,17 @@
|
|
|
77
182
|
"maintainers": [
|
|
78
183
|
{
|
|
79
184
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
185
|
+
"github": "kieusonlam"
|
|
82
186
|
},
|
|
83
187
|
{
|
|
84
188
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
189
|
+
"github": "dohomi"
|
|
87
190
|
}
|
|
88
|
-
]
|
|
191
|
+
],
|
|
192
|
+
"compatibility": {
|
|
193
|
+
"nuxt": "^2.0.0",
|
|
194
|
+
"requires": {}
|
|
195
|
+
}
|
|
89
196
|
},
|
|
90
197
|
{
|
|
91
198
|
"name": "applicationinsights",
|
|
@@ -101,10 +208,35 @@
|
|
|
101
208
|
"maintainers": [
|
|
102
209
|
{
|
|
103
210
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
211
|
+
"github": "aldarund"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"compatibility": {
|
|
215
|
+
"nuxt": "^2.0.0",
|
|
216
|
+
"requires": {}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "appwrite",
|
|
221
|
+
"description": "Appwrite module for Nuxt",
|
|
222
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
223
|
+
"npm": "nuxt-appwrite",
|
|
224
|
+
"icon": "appwrite.png",
|
|
225
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
226
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Request",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "Hrdtr",
|
|
233
|
+
"github": "Hrdtr"
|
|
106
234
|
}
|
|
107
|
-
]
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^2.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
108
240
|
},
|
|
109
241
|
{
|
|
110
242
|
"name": "auth",
|
|
@@ -121,15 +253,17 @@
|
|
|
121
253
|
{
|
|
122
254
|
"name": "Pooya Parsa",
|
|
123
255
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
256
|
+
"twitter": "_pi0_"
|
|
126
257
|
},
|
|
127
258
|
{
|
|
128
259
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
260
|
+
"github": "JoaoPedroAS51"
|
|
131
261
|
}
|
|
132
|
-
]
|
|
262
|
+
],
|
|
263
|
+
"compatibility": {
|
|
264
|
+
"nuxt": "^2.0.0",
|
|
265
|
+
"requires": {}
|
|
266
|
+
}
|
|
133
267
|
},
|
|
134
268
|
{
|
|
135
269
|
"name": "axios",
|
|
@@ -146,10 +280,13 @@
|
|
|
146
280
|
{
|
|
147
281
|
"name": "Pooya Parsa",
|
|
148
282
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
283
|
+
"twitter": "_pi0_"
|
|
151
284
|
}
|
|
152
|
-
]
|
|
285
|
+
],
|
|
286
|
+
"compatibility": {
|
|
287
|
+
"nuxt": "^2.0.0",
|
|
288
|
+
"requires": {}
|
|
289
|
+
}
|
|
153
290
|
},
|
|
154
291
|
{
|
|
155
292
|
"name": "basic-auth",
|
|
@@ -165,10 +302,13 @@
|
|
|
165
302
|
"maintainers": [
|
|
166
303
|
{
|
|
167
304
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
305
|
+
"github": "potato4d"
|
|
170
306
|
}
|
|
171
|
-
]
|
|
307
|
+
],
|
|
308
|
+
"compatibility": {
|
|
309
|
+
"nuxt": "^2.0.0",
|
|
310
|
+
"requires": {}
|
|
311
|
+
}
|
|
172
312
|
},
|
|
173
313
|
{
|
|
174
314
|
"name": "bootstrap",
|
|
@@ -184,22 +324,23 @@
|
|
|
184
324
|
"maintainers": [
|
|
185
325
|
{
|
|
186
326
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
327
|
+
"github": "tmorehouse"
|
|
189
328
|
},
|
|
190
329
|
{
|
|
191
330
|
"name": "Pooya Parsa",
|
|
192
331
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
332
|
+
"twitter": "_pi0_"
|
|
195
333
|
},
|
|
196
334
|
{
|
|
197
335
|
"name": "Jacob Müller",
|
|
198
336
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
337
|
+
"twitter": "jackmu95"
|
|
201
338
|
}
|
|
202
|
-
]
|
|
339
|
+
],
|
|
340
|
+
"compatibility": {
|
|
341
|
+
"nuxt": "^2.0.0",
|
|
342
|
+
"requires": {}
|
|
343
|
+
}
|
|
203
344
|
},
|
|
204
345
|
{
|
|
205
346
|
"name": "browserconfig",
|
|
@@ -216,10 +357,13 @@
|
|
|
216
357
|
{
|
|
217
358
|
"name": "Pooya Parsa",
|
|
218
359
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
360
|
+
"twitter": "_pi0_"
|
|
221
361
|
}
|
|
222
|
-
]
|
|
362
|
+
],
|
|
363
|
+
"compatibility": {
|
|
364
|
+
"nuxt": "^2.0.0",
|
|
365
|
+
"requires": {}
|
|
366
|
+
}
|
|
223
367
|
},
|
|
224
368
|
{
|
|
225
369
|
"name": "buefy",
|
|
@@ -235,10 +379,13 @@
|
|
|
235
379
|
"maintainers": [
|
|
236
380
|
{
|
|
237
381
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
382
|
+
"github": "jtommy"
|
|
240
383
|
}
|
|
241
|
-
]
|
|
384
|
+
],
|
|
385
|
+
"compatibility": {
|
|
386
|
+
"nuxt": "^2.0.0",
|
|
387
|
+
"requires": {}
|
|
388
|
+
}
|
|
242
389
|
},
|
|
243
390
|
{
|
|
244
391
|
"name": "bugsnag",
|
|
@@ -254,10 +401,13 @@
|
|
|
254
401
|
"maintainers": [
|
|
255
402
|
{
|
|
256
403
|
"name": "JulianMar",
|
|
257
|
-
"github": "JulianMar"
|
|
258
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
404
|
+
"github": "JulianMar"
|
|
259
405
|
}
|
|
260
|
-
]
|
|
406
|
+
],
|
|
407
|
+
"compatibility": {
|
|
408
|
+
"nuxt": "^2.0.0",
|
|
409
|
+
"requires": {}
|
|
410
|
+
}
|
|
261
411
|
},
|
|
262
412
|
{
|
|
263
413
|
"name": "bulma-slim",
|
|
@@ -273,10 +423,13 @@
|
|
|
273
423
|
"maintainers": [
|
|
274
424
|
{
|
|
275
425
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
426
|
+
"github": "mustardamus"
|
|
278
427
|
}
|
|
279
|
-
]
|
|
428
|
+
],
|
|
429
|
+
"compatibility": {
|
|
430
|
+
"nuxt": "^2.0.0",
|
|
431
|
+
"requires": {}
|
|
432
|
+
}
|
|
280
433
|
},
|
|
281
434
|
{
|
|
282
435
|
"name": "bundle-buddy",
|
|
@@ -292,14 +445,17 @@
|
|
|
292
445
|
"maintainers": [
|
|
293
446
|
{
|
|
294
447
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
448
|
+
"github": "Developmint"
|
|
297
449
|
}
|
|
298
|
-
]
|
|
450
|
+
],
|
|
451
|
+
"compatibility": {
|
|
452
|
+
"nuxt": "^2.0.0",
|
|
453
|
+
"requires": {}
|
|
454
|
+
}
|
|
299
455
|
},
|
|
300
456
|
{
|
|
301
457
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
458
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
303
459
|
"repo": "LuXDAmore/generative-art",
|
|
304
460
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
461
|
"icon": "",
|
|
@@ -310,11 +466,59 @@
|
|
|
310
466
|
"type": "3rd-party",
|
|
311
467
|
"maintainers": [
|
|
312
468
|
{
|
|
313
|
-
"name": "
|
|
469
|
+
"name": "Luca Iaconelli",
|
|
314
470
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
471
|
+
"twitter": "luxdamore"
|
|
472
|
+
}
|
|
473
|
+
],
|
|
474
|
+
"compatibility": {
|
|
475
|
+
"nuxt": "^2.0.0",
|
|
476
|
+
"requires": {}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "chakra-ui",
|
|
481
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
482
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
483
|
+
"npm": "@chakra-ui/nuxt",
|
|
484
|
+
"icon": "chakra-ui.png",
|
|
485
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
486
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
487
|
+
"learn_more": "",
|
|
488
|
+
"category": "UI",
|
|
489
|
+
"type": "3rd-party",
|
|
490
|
+
"maintainers": [
|
|
491
|
+
{
|
|
492
|
+
"name": "Jonathan Bakebwa",
|
|
493
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"compatibility": {
|
|
497
|
+
"nuxt": "^2.0.0",
|
|
498
|
+
"requires": {}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "chiffre",
|
|
503
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
504
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
505
|
+
"npm": "nuxt-chiffre",
|
|
506
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
507
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
508
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
509
|
+
"learn_more": "https://chiffre.io",
|
|
510
|
+
"category": "Analytics",
|
|
511
|
+
"type": "3rd-party",
|
|
512
|
+
"maintainers": [
|
|
513
|
+
{
|
|
514
|
+
"name": "Romain Clement",
|
|
515
|
+
"github": "rclement"
|
|
316
516
|
}
|
|
317
|
-
]
|
|
517
|
+
],
|
|
518
|
+
"compatibility": {
|
|
519
|
+
"nuxt": "^2.0.0",
|
|
520
|
+
"requires": {}
|
|
521
|
+
}
|
|
318
522
|
},
|
|
319
523
|
{
|
|
320
524
|
"name": "client-init",
|
|
@@ -330,10 +534,13 @@
|
|
|
330
534
|
"maintainers": [
|
|
331
535
|
{
|
|
332
536
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
537
|
+
"github": "potato4d"
|
|
335
538
|
}
|
|
336
|
-
]
|
|
539
|
+
],
|
|
540
|
+
"compatibility": {
|
|
541
|
+
"nuxt": "^2.0.0",
|
|
542
|
+
"requires": {}
|
|
543
|
+
}
|
|
337
544
|
},
|
|
338
545
|
{
|
|
339
546
|
"name": "cloudcms",
|
|
@@ -349,10 +556,13 @@
|
|
|
349
556
|
"maintainers": [
|
|
350
557
|
{
|
|
351
558
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
559
|
+
"github": "gitana"
|
|
354
560
|
}
|
|
355
|
-
]
|
|
561
|
+
],
|
|
562
|
+
"compatibility": {
|
|
563
|
+
"nuxt": "^2.0.0",
|
|
564
|
+
"requires": {}
|
|
565
|
+
}
|
|
356
566
|
},
|
|
357
567
|
{
|
|
358
568
|
"name": "cloudinary",
|
|
@@ -369,10 +579,13 @@
|
|
|
369
579
|
{
|
|
370
580
|
"name": "Maya Shavin",
|
|
371
581
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
582
|
+
"twitter": "MayaShavin"
|
|
374
583
|
}
|
|
375
|
-
]
|
|
584
|
+
],
|
|
585
|
+
"compatibility": {
|
|
586
|
+
"nuxt": "^2.0.0",
|
|
587
|
+
"requires": {}
|
|
588
|
+
}
|
|
376
589
|
},
|
|
377
590
|
{
|
|
378
591
|
"name": "color-mode",
|
|
@@ -389,19 +602,24 @@
|
|
|
389
602
|
{
|
|
390
603
|
"name": "Sébastien Chopin",
|
|
391
604
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
|
|
605
|
+
"twitter": "Atinux"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"compatibility": {
|
|
609
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
610
|
+
"requires": {
|
|
611
|
+
"bridge": true
|
|
394
612
|
}
|
|
395
|
-
|
|
613
|
+
}
|
|
396
614
|
},
|
|
397
615
|
{
|
|
398
616
|
"name": "component-cache",
|
|
399
617
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
618
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
619
|
"npm": "@nuxtjs/component-cache",
|
|
402
620
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
621
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
622
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
623
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
624
|
"category": "Performance",
|
|
407
625
|
"type": "community",
|
|
@@ -409,35 +627,13 @@
|
|
|
409
627
|
{
|
|
410
628
|
"name": "Pooya Parsa",
|
|
411
629
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
630
|
+
"twitter": "_pi0_"
|
|
414
631
|
}
|
|
415
|
-
]
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"compatibility": {
|
|
634
|
+
"nuxt": "^2.0.0",
|
|
635
|
+
"requires": {}
|
|
636
|
+
}
|
|
441
637
|
},
|
|
442
638
|
{
|
|
443
639
|
"name": "composition-api",
|
|
@@ -454,10 +650,13 @@
|
|
|
454
650
|
{
|
|
455
651
|
"name": "Daniel Roe",
|
|
456
652
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
653
|
+
"twitter": "danielcroe"
|
|
459
654
|
}
|
|
460
|
-
]
|
|
655
|
+
],
|
|
656
|
+
"compatibility": {
|
|
657
|
+
"nuxt": "^2.0.0",
|
|
658
|
+
"requires": {}
|
|
659
|
+
}
|
|
461
660
|
},
|
|
462
661
|
{
|
|
463
662
|
"name": "content",
|
|
@@ -474,16 +673,18 @@
|
|
|
474
673
|
{
|
|
475
674
|
"name": "Benjamin Canac",
|
|
476
675
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
676
|
+
"twitter": "benjamincanac"
|
|
479
677
|
},
|
|
480
678
|
{
|
|
481
679
|
"name": "Sebastien Chopin",
|
|
482
680
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
681
|
+
"twitter": "Atinux"
|
|
485
682
|
}
|
|
486
|
-
]
|
|
683
|
+
],
|
|
684
|
+
"compatibility": {
|
|
685
|
+
"nuxt": "^2.0.0",
|
|
686
|
+
"requires": {}
|
|
687
|
+
}
|
|
487
688
|
},
|
|
488
689
|
{
|
|
489
690
|
"name": "contentful",
|
|
@@ -499,34 +700,39 @@
|
|
|
499
700
|
"maintainers": [
|
|
500
701
|
{
|
|
501
702
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
703
|
+
"github": "scaccogatto"
|
|
504
704
|
}
|
|
505
|
-
]
|
|
705
|
+
],
|
|
706
|
+
"compatibility": {
|
|
707
|
+
"nuxt": "^2.0.0",
|
|
708
|
+
"requires": {}
|
|
709
|
+
}
|
|
506
710
|
},
|
|
507
711
|
{
|
|
508
712
|
"name": "custom-elements",
|
|
509
713
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
714
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
715
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
716
|
+
"icon": "custom-elements.png",
|
|
513
717
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
718
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
719
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
720
|
"category": "Extensions",
|
|
517
721
|
"type": "3rd-party",
|
|
518
722
|
"maintainers": [
|
|
519
723
|
{
|
|
520
724
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
725
|
+
"github": "ThornWalli"
|
|
523
726
|
},
|
|
524
727
|
{
|
|
525
728
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
729
|
+
"github": "GrabarzUndPartner"
|
|
528
730
|
}
|
|
529
|
-
]
|
|
731
|
+
],
|
|
732
|
+
"compatibility": {
|
|
733
|
+
"nuxt": "^2.0.0",
|
|
734
|
+
"requires": {}
|
|
735
|
+
}
|
|
530
736
|
},
|
|
531
737
|
{
|
|
532
738
|
"name": "darkmode.js",
|
|
@@ -542,10 +748,13 @@
|
|
|
542
748
|
"maintainers": [
|
|
543
749
|
{
|
|
544
750
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
751
|
+
"github": "sandoche"
|
|
547
752
|
}
|
|
548
|
-
]
|
|
753
|
+
],
|
|
754
|
+
"compatibility": {
|
|
755
|
+
"nuxt": "^2.0.0",
|
|
756
|
+
"requires": {}
|
|
757
|
+
}
|
|
549
758
|
},
|
|
550
759
|
{
|
|
551
760
|
"name": "date-fns",
|
|
@@ -561,10 +770,35 @@
|
|
|
561
770
|
"maintainers": [
|
|
562
771
|
{
|
|
563
772
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
773
|
+
"github": "ricardogobbosouza"
|
|
774
|
+
}
|
|
775
|
+
],
|
|
776
|
+
"compatibility": {
|
|
777
|
+
"nuxt": "^2.0.0",
|
|
778
|
+
"requires": {}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "datocms",
|
|
783
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
784
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
785
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
786
|
+
"icon": "datocms.png",
|
|
787
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
788
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
789
|
+
"learn_more": "https://www.datocms.com/",
|
|
790
|
+
"category": "CMS",
|
|
791
|
+
"type": "3rd-party",
|
|
792
|
+
"maintainers": [
|
|
793
|
+
{
|
|
794
|
+
"name": "Frankwarnaar",
|
|
795
|
+
"github": "Frankwarnaar"
|
|
566
796
|
}
|
|
567
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"compatibility": {
|
|
799
|
+
"nuxt": "^2.0.0",
|
|
800
|
+
"requires": {}
|
|
801
|
+
}
|
|
568
802
|
},
|
|
569
803
|
{
|
|
570
804
|
"name": "dayjs",
|
|
@@ -581,10 +815,13 @@
|
|
|
581
815
|
{
|
|
582
816
|
"name": "Takuma HANATANI",
|
|
583
817
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
818
|
+
"twitter": "potato4d"
|
|
586
819
|
}
|
|
587
|
-
]
|
|
820
|
+
],
|
|
821
|
+
"compatibility": {
|
|
822
|
+
"nuxt": "^2.0.0",
|
|
823
|
+
"requires": {}
|
|
824
|
+
}
|
|
588
825
|
},
|
|
589
826
|
{
|
|
590
827
|
"name": "device",
|
|
@@ -600,10 +837,13 @@
|
|
|
600
837
|
"maintainers": [
|
|
601
838
|
{
|
|
602
839
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
840
|
+
"github": "dotneet"
|
|
605
841
|
}
|
|
606
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"compatibility": {
|
|
844
|
+
"nuxt": "^2.0.0",
|
|
845
|
+
"requires": {}
|
|
846
|
+
}
|
|
607
847
|
},
|
|
608
848
|
{
|
|
609
849
|
"name": "dotenv",
|
|
@@ -619,10 +859,68 @@
|
|
|
619
859
|
"maintainers": [
|
|
620
860
|
{
|
|
621
861
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
862
|
+
"github": "JulienTant"
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"compatibility": {
|
|
866
|
+
"nuxt": "^2.0.0",
|
|
867
|
+
"requires": {}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "drupal-ce",
|
|
872
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
873
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
874
|
+
"npm": "nuxtjs-drupal-ce",
|
|
875
|
+
"icon": "drupal-ce.png",
|
|
876
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
877
|
+
"website": "https://stack.lupus.digital",
|
|
878
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
879
|
+
"category": "CMS",
|
|
880
|
+
"type": "3rd-party",
|
|
881
|
+
"maintainers": [
|
|
882
|
+
{
|
|
883
|
+
"name": "Wolfgang Ziegler // fago",
|
|
884
|
+
"github": "fago",
|
|
885
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "Maximilian Götz-Mikus",
|
|
889
|
+
"github": "maximilianmikus",
|
|
890
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "David Licen",
|
|
894
|
+
"github": "davision",
|
|
895
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "druxt",
|
|
905
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
906
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
907
|
+
"npm": "druxt",
|
|
908
|
+
"icon": "druxt.svg",
|
|
909
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
910
|
+
"website": "https://druxtjs.org",
|
|
911
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
912
|
+
"category": "CMS",
|
|
913
|
+
"type": "3rd-party",
|
|
914
|
+
"maintainers": [
|
|
915
|
+
{
|
|
916
|
+
"name": "Decipher",
|
|
917
|
+
"github": "decipher"
|
|
624
918
|
}
|
|
625
|
-
]
|
|
919
|
+
],
|
|
920
|
+
"compatibility": {
|
|
921
|
+
"nuxt": "^2.0.0",
|
|
922
|
+
"requires": {}
|
|
923
|
+
}
|
|
626
924
|
},
|
|
627
925
|
{
|
|
628
926
|
"name": "emotion",
|
|
@@ -639,10 +937,13 @@
|
|
|
639
937
|
{
|
|
640
938
|
"name": "Pooya Parsa",
|
|
641
939
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
940
|
+
"twitter": "_pi0_"
|
|
644
941
|
}
|
|
645
|
-
]
|
|
942
|
+
],
|
|
943
|
+
"compatibility": {
|
|
944
|
+
"nuxt": "^2.0.0",
|
|
945
|
+
"requires": {}
|
|
946
|
+
}
|
|
646
947
|
},
|
|
647
948
|
{
|
|
648
949
|
"name": "eslint",
|
|
@@ -658,10 +959,13 @@
|
|
|
658
959
|
"maintainers": [
|
|
659
960
|
{
|
|
660
961
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
962
|
+
"github": "ricardogobbosouza"
|
|
663
963
|
}
|
|
664
|
-
]
|
|
964
|
+
],
|
|
965
|
+
"compatibility": {
|
|
966
|
+
"nuxt": "^2.0.0",
|
|
967
|
+
"requires": {}
|
|
968
|
+
}
|
|
665
969
|
},
|
|
666
970
|
{
|
|
667
971
|
"name": "event-trace",
|
|
@@ -677,10 +981,35 @@
|
|
|
677
981
|
"maintainers": [
|
|
678
982
|
{
|
|
679
983
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
984
|
+
"github": "clarkdo"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"compatibility": {
|
|
988
|
+
"nuxt": "^2.0.0",
|
|
989
|
+
"requires": {}
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "fathom",
|
|
994
|
+
"description": "Fathom analytics for Nuxt",
|
|
995
|
+
"repo": "yabhq/nuxt-fathom",
|
|
996
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
997
|
+
"icon": "fathom.png",
|
|
998
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
999
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1000
|
+
"learn_more": "https://usefathom.com/",
|
|
1001
|
+
"category": "Analytics",
|
|
1002
|
+
"type": "3rd-party",
|
|
1003
|
+
"maintainers": [
|
|
1004
|
+
{
|
|
1005
|
+
"name": "yabhq",
|
|
1006
|
+
"github": "yabhq"
|
|
682
1007
|
}
|
|
683
|
-
]
|
|
1008
|
+
],
|
|
1009
|
+
"compatibility": {
|
|
1010
|
+
"nuxt": "^2.0.0",
|
|
1011
|
+
"requires": {}
|
|
1012
|
+
}
|
|
684
1013
|
},
|
|
685
1014
|
{
|
|
686
1015
|
"name": "feature-toggle",
|
|
@@ -696,10 +1025,13 @@
|
|
|
696
1025
|
"maintainers": [
|
|
697
1026
|
{
|
|
698
1027
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1028
|
+
"github": "stephenkr"
|
|
701
1029
|
}
|
|
702
|
-
]
|
|
1030
|
+
],
|
|
1031
|
+
"compatibility": {
|
|
1032
|
+
"nuxt": "^2.0.0",
|
|
1033
|
+
"requires": {}
|
|
1034
|
+
}
|
|
703
1035
|
},
|
|
704
1036
|
{
|
|
705
1037
|
"name": "feed",
|
|
@@ -716,16 +1048,19 @@
|
|
|
716
1048
|
{
|
|
717
1049
|
"name": "Alexander Lichter",
|
|
718
1050
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1051
|
+
"twitter": "TheAlexLichter"
|
|
721
1052
|
}
|
|
722
|
-
]
|
|
1053
|
+
],
|
|
1054
|
+
"compatibility": {
|
|
1055
|
+
"nuxt": "^2.0.0",
|
|
1056
|
+
"requires": {}
|
|
1057
|
+
}
|
|
723
1058
|
},
|
|
724
1059
|
{
|
|
725
1060
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
1061
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
727
1062
|
"repo": "nuxt-community/firebase-module",
|
|
728
|
-
"npm": "@nuxtjs/firebase",
|
|
1063
|
+
"npm": "@nuxtjs/firebase-monorepo",
|
|
729
1064
|
"icon": "firebase.png",
|
|
730
1065
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
731
1066
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -735,10 +1070,13 @@
|
|
|
735
1070
|
"maintainers": [
|
|
736
1071
|
{
|
|
737
1072
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1073
|
+
"github": "lupas"
|
|
740
1074
|
}
|
|
741
|
-
]
|
|
1075
|
+
],
|
|
1076
|
+
"compatibility": {
|
|
1077
|
+
"nuxt": "^2.0.0",
|
|
1078
|
+
"requires": {}
|
|
1079
|
+
}
|
|
742
1080
|
},
|
|
743
1081
|
{
|
|
744
1082
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1092,13 @@
|
|
|
754
1092
|
"maintainers": [
|
|
755
1093
|
{
|
|
756
1094
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1095
|
+
"github": "sandoche"
|
|
759
1096
|
}
|
|
760
|
-
]
|
|
1097
|
+
],
|
|
1098
|
+
"compatibility": {
|
|
1099
|
+
"nuxt": "^2.0.0",
|
|
1100
|
+
"requires": {}
|
|
1101
|
+
}
|
|
761
1102
|
},
|
|
762
1103
|
{
|
|
763
1104
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1114,13 @@
|
|
|
773
1114
|
"maintainers": [
|
|
774
1115
|
{
|
|
775
1116
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
1117
|
+
"github": "GrabarzUndPartner"
|
|
778
1118
|
}
|
|
779
|
-
]
|
|
1119
|
+
],
|
|
1120
|
+
"compatibility": {
|
|
1121
|
+
"nuxt": "^2.0.0",
|
|
1122
|
+
"requires": {}
|
|
1123
|
+
}
|
|
780
1124
|
},
|
|
781
1125
|
{
|
|
782
1126
|
"name": "fontagon",
|
|
@@ -792,10 +1136,13 @@
|
|
|
792
1136
|
"maintainers": [
|
|
793
1137
|
{
|
|
794
1138
|
"name": "kdydesign",
|
|
795
|
-
"github": "kdydesign"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
1139
|
+
"github": "kdydesign"
|
|
797
1140
|
}
|
|
798
|
-
]
|
|
1141
|
+
],
|
|
1142
|
+
"compatibility": {
|
|
1143
|
+
"nuxt": "^2.0.0",
|
|
1144
|
+
"requires": {}
|
|
1145
|
+
}
|
|
799
1146
|
},
|
|
800
1147
|
{
|
|
801
1148
|
"name": "fontawesome",
|
|
@@ -811,10 +1158,41 @@
|
|
|
811
1158
|
"maintainers": [
|
|
812
1159
|
{
|
|
813
1160
|
"name": "Pim",
|
|
814
|
-
"github": "pimlie"
|
|
815
|
-
|
|
1161
|
+
"github": "pimlie"
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"compatibility": {
|
|
1165
|
+
"nuxt": "^2.0.0",
|
|
1166
|
+
"requires": {}
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "formkit",
|
|
1171
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1172
|
+
"repo": "formkit/formkit",
|
|
1173
|
+
"npm": "",
|
|
1174
|
+
"icon": "formkit.png",
|
|
1175
|
+
"github": "https://github.com/formkit/formkit",
|
|
1176
|
+
"website": "https://formkit.com",
|
|
1177
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1178
|
+
"category": "Libraries",
|
|
1179
|
+
"type": "3rd-party",
|
|
1180
|
+
"maintainers": [
|
|
1181
|
+
{
|
|
1182
|
+
"name": "Justin Schroeder",
|
|
1183
|
+
"github": "justin-schroeder",
|
|
1184
|
+
"twitter": "jpschroeder"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "Andrew Boyd",
|
|
1188
|
+
"github": "andrew-boyd",
|
|
1189
|
+
"twitter": "0xBOYD"
|
|
816
1190
|
}
|
|
817
|
-
]
|
|
1191
|
+
],
|
|
1192
|
+
"compatibility": {
|
|
1193
|
+
"nuxt": "^3.0.0",
|
|
1194
|
+
"requires": {}
|
|
1195
|
+
}
|
|
818
1196
|
},
|
|
819
1197
|
{
|
|
820
1198
|
"name": "fullpage",
|
|
@@ -830,10 +1208,13 @@
|
|
|
830
1208
|
"maintainers": [
|
|
831
1209
|
{
|
|
832
1210
|
"name": "vaso2",
|
|
833
|
-
"github": "vaso2"
|
|
834
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1211
|
+
"github": "vaso2"
|
|
835
1212
|
}
|
|
836
|
-
]
|
|
1213
|
+
],
|
|
1214
|
+
"compatibility": {
|
|
1215
|
+
"nuxt": "^2.0.0",
|
|
1216
|
+
"requires": {}
|
|
1217
|
+
}
|
|
837
1218
|
},
|
|
838
1219
|
{
|
|
839
1220
|
"name": "github-api",
|
|
@@ -849,10 +1230,13 @@
|
|
|
849
1230
|
"maintainers": [
|
|
850
1231
|
{
|
|
851
1232
|
"name": "lindsaykwardell",
|
|
852
|
-
"github": "lindsaykwardell"
|
|
853
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1233
|
+
"github": "lindsaykwardell"
|
|
854
1234
|
}
|
|
855
|
-
]
|
|
1235
|
+
],
|
|
1236
|
+
"compatibility": {
|
|
1237
|
+
"nuxt": "^2.0.0",
|
|
1238
|
+
"requires": {}
|
|
1239
|
+
}
|
|
856
1240
|
},
|
|
857
1241
|
{
|
|
858
1242
|
"name": "google-adsense",
|
|
@@ -868,10 +1252,13 @@
|
|
|
868
1252
|
"maintainers": [
|
|
869
1253
|
{
|
|
870
1254
|
"name": "Troy Morehouse",
|
|
871
|
-
"github": "tmorehouse"
|
|
872
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1255
|
+
"github": "tmorehouse"
|
|
873
1256
|
}
|
|
874
|
-
]
|
|
1257
|
+
],
|
|
1258
|
+
"compatibility": {
|
|
1259
|
+
"nuxt": "^2.0.0",
|
|
1260
|
+
"requires": {}
|
|
1261
|
+
}
|
|
875
1262
|
},
|
|
876
1263
|
{
|
|
877
1264
|
"name": "google-analytics",
|
|
@@ -888,21 +1275,22 @@
|
|
|
888
1275
|
{
|
|
889
1276
|
"name": "Pooya Parsa",
|
|
890
1277
|
"github": "pi0",
|
|
891
|
-
"twitter": "_pi0_"
|
|
892
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1278
|
+
"twitter": "_pi0_"
|
|
893
1279
|
},
|
|
894
1280
|
{
|
|
895
1281
|
"name": "Ricardo Gobbo de Souza",
|
|
896
|
-
"github": "ricardogobbosouza"
|
|
897
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1282
|
+
"github": "ricardogobbosouza"
|
|
898
1283
|
},
|
|
899
1284
|
{
|
|
900
1285
|
"name": "Matteo Gabriele",
|
|
901
1286
|
"github": "MatteoGabriele",
|
|
902
|
-
"twitter": "matteo_gabriele"
|
|
903
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1287
|
+
"twitter": "matteo_gabriele"
|
|
904
1288
|
}
|
|
905
|
-
]
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^2.0.0",
|
|
1292
|
+
"requires": {}
|
|
1293
|
+
}
|
|
906
1294
|
},
|
|
907
1295
|
{
|
|
908
1296
|
"name": "google-fonts",
|
|
@@ -918,10 +1306,13 @@
|
|
|
918
1306
|
"maintainers": [
|
|
919
1307
|
{
|
|
920
1308
|
"name": "Ricardo Gobbo de Souza",
|
|
921
|
-
"github": "ricardogobbosouza"
|
|
922
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1309
|
+
"github": "ricardogobbosouza"
|
|
923
1310
|
}
|
|
924
|
-
]
|
|
1311
|
+
],
|
|
1312
|
+
"compatibility": {
|
|
1313
|
+
"nuxt": "^2.0.0",
|
|
1314
|
+
"requires": {}
|
|
1315
|
+
}
|
|
925
1316
|
},
|
|
926
1317
|
{
|
|
927
1318
|
"name": "google-gtag",
|
|
@@ -937,15 +1328,17 @@
|
|
|
937
1328
|
"maintainers": [
|
|
938
1329
|
{
|
|
939
1330
|
"name": "Dominic Garms",
|
|
940
|
-
"github": "dohomi"
|
|
941
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1331
|
+
"github": "dohomi"
|
|
942
1332
|
},
|
|
943
1333
|
{
|
|
944
1334
|
"name": "Ricardo Gobbo de Souza",
|
|
945
|
-
"github": "ricardogobbosouza"
|
|
946
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1335
|
+
"github": "ricardogobbosouza"
|
|
947
1336
|
}
|
|
948
|
-
]
|
|
1337
|
+
],
|
|
1338
|
+
"compatibility": {
|
|
1339
|
+
"nuxt": "^2.0.0",
|
|
1340
|
+
"requires": {}
|
|
1341
|
+
}
|
|
949
1342
|
},
|
|
950
1343
|
{
|
|
951
1344
|
"name": "google-optimize",
|
|
@@ -962,22 +1355,23 @@
|
|
|
962
1355
|
{
|
|
963
1356
|
"name": "Pooya Parsa",
|
|
964
1357
|
"github": "pi0",
|
|
965
|
-
"twitter": "_pi0_"
|
|
966
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1358
|
+
"twitter": "_pi0_"
|
|
967
1359
|
},
|
|
968
1360
|
{
|
|
969
1361
|
"name": "Farzad Soltani",
|
|
970
1362
|
"github": "farzadso",
|
|
971
|
-
"twitter": "farzadso"
|
|
972
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1363
|
+
"twitter": "farzadso"
|
|
973
1364
|
},
|
|
974
1365
|
{
|
|
975
1366
|
"name": "Josh Deltener",
|
|
976
1367
|
"github": "hecktarzuli",
|
|
977
|
-
"twitter": "JoshDeltener"
|
|
978
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1368
|
+
"twitter": "JoshDeltener"
|
|
979
1369
|
}
|
|
980
|
-
]
|
|
1370
|
+
],
|
|
1371
|
+
"compatibility": {
|
|
1372
|
+
"nuxt": "^2.0.0",
|
|
1373
|
+
"requires": {}
|
|
1374
|
+
}
|
|
981
1375
|
},
|
|
982
1376
|
{
|
|
983
1377
|
"name": "graphql-request",
|
|
@@ -993,10 +1387,13 @@
|
|
|
993
1387
|
"maintainers": [
|
|
994
1388
|
{
|
|
995
1389
|
"name": "gomah",
|
|
996
|
-
"github": "gomah"
|
|
997
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1390
|
+
"github": "gomah"
|
|
998
1391
|
}
|
|
999
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"compatibility": {
|
|
1394
|
+
"nuxt": "^2.0.0",
|
|
1395
|
+
"requires": {}
|
|
1396
|
+
}
|
|
1000
1397
|
},
|
|
1001
1398
|
{
|
|
1002
1399
|
"name": "gtm",
|
|
@@ -1013,10 +1410,13 @@
|
|
|
1013
1410
|
{
|
|
1014
1411
|
"name": "Pooya Parsa",
|
|
1015
1412
|
"github": "pi0",
|
|
1016
|
-
"twitter": "_pi0_"
|
|
1017
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1413
|
+
"twitter": "_pi0_"
|
|
1018
1414
|
}
|
|
1019
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"compatibility": {
|
|
1417
|
+
"nuxt": "^2.0.0",
|
|
1418
|
+
"requires": {}
|
|
1419
|
+
}
|
|
1020
1420
|
},
|
|
1021
1421
|
{
|
|
1022
1422
|
"name": "guess",
|
|
@@ -1032,10 +1432,61 @@
|
|
|
1032
1432
|
"maintainers": [
|
|
1033
1433
|
{
|
|
1034
1434
|
"name": "Xin Du",
|
|
1035
|
-
"github": "clarkdo"
|
|
1036
|
-
|
|
1435
|
+
"github": "clarkdo"
|
|
1436
|
+
}
|
|
1437
|
+
],
|
|
1438
|
+
"compatibility": {
|
|
1439
|
+
"nuxt": "^2.0.0",
|
|
1440
|
+
"requires": {}
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "harlem",
|
|
1445
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1446
|
+
"repo": "nuxt-community/harlem-module",
|
|
1447
|
+
"npm": "@nuxtjs/harlem",
|
|
1448
|
+
"icon": "harlem.svg",
|
|
1449
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1450
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1451
|
+
"learn_more": "https://harlemjs.com/",
|
|
1452
|
+
"category": "Extensions",
|
|
1453
|
+
"type": "community",
|
|
1454
|
+
"maintainers": [
|
|
1455
|
+
{
|
|
1456
|
+
"name": "Daniel Roe",
|
|
1457
|
+
"github": "danielroe",
|
|
1458
|
+
"twitter": "danielcroe"
|
|
1459
|
+
}
|
|
1460
|
+
],
|
|
1461
|
+
"compatibility": {
|
|
1462
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1463
|
+
"requires": {
|
|
1464
|
+
"bridge": true
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "headway",
|
|
1470
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1471
|
+
"repo": "l-portet/nuxt-headway",
|
|
1472
|
+
"npm": "nuxt-headway",
|
|
1473
|
+
"icon": "headway.png",
|
|
1474
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1475
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1476
|
+
"learn_more": "https://headwayapp.co/",
|
|
1477
|
+
"category": "UI",
|
|
1478
|
+
"type": "3rd-party",
|
|
1479
|
+
"maintainers": [
|
|
1480
|
+
{
|
|
1481
|
+
"name": "l-portet",
|
|
1482
|
+
"github": "l-portet",
|
|
1483
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1037
1484
|
}
|
|
1038
|
-
]
|
|
1485
|
+
],
|
|
1486
|
+
"compatibility": {
|
|
1487
|
+
"nuxt": "^2.0.0",
|
|
1488
|
+
"requires": {}
|
|
1489
|
+
}
|
|
1039
1490
|
},
|
|
1040
1491
|
{
|
|
1041
1492
|
"name": "helmet",
|
|
@@ -1051,10 +1502,13 @@
|
|
|
1051
1502
|
"maintainers": [
|
|
1052
1503
|
{
|
|
1053
1504
|
"name": "victor-perez",
|
|
1054
|
-
"github": "victor-perez"
|
|
1055
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1505
|
+
"github": "victor-perez"
|
|
1056
1506
|
}
|
|
1057
|
-
]
|
|
1507
|
+
],
|
|
1508
|
+
"compatibility": {
|
|
1509
|
+
"nuxt": "^2.0.0",
|
|
1510
|
+
"requires": {}
|
|
1511
|
+
}
|
|
1058
1512
|
},
|
|
1059
1513
|
{
|
|
1060
1514
|
"name": "highcharts",
|
|
@@ -1070,10 +1524,13 @@
|
|
|
1070
1524
|
"maintainers": [
|
|
1071
1525
|
{
|
|
1072
1526
|
"name": "richardeschloss",
|
|
1073
|
-
"github": "richardeschloss"
|
|
1074
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1527
|
+
"github": "richardeschloss"
|
|
1075
1528
|
}
|
|
1076
|
-
]
|
|
1529
|
+
],
|
|
1530
|
+
"compatibility": {
|
|
1531
|
+
"nuxt": "^2.0.0",
|
|
1532
|
+
"requires": {}
|
|
1533
|
+
}
|
|
1077
1534
|
},
|
|
1078
1535
|
{
|
|
1079
1536
|
"name": "history-state",
|
|
@@ -1089,10 +1546,13 @@
|
|
|
1089
1546
|
"maintainers": [
|
|
1090
1547
|
{
|
|
1091
1548
|
"name": "hidekatsu-izuno",
|
|
1092
|
-
"github": "hidekatsu-izuno"
|
|
1093
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1549
|
+
"github": "hidekatsu-izuno"
|
|
1094
1550
|
}
|
|
1095
|
-
]
|
|
1551
|
+
],
|
|
1552
|
+
"compatibility": {
|
|
1553
|
+
"nuxt": "^2.0.0",
|
|
1554
|
+
"requires": {}
|
|
1555
|
+
}
|
|
1096
1556
|
},
|
|
1097
1557
|
{
|
|
1098
1558
|
"name": "html-minifier",
|
|
@@ -1108,10 +1568,13 @@
|
|
|
1108
1568
|
"maintainers": [
|
|
1109
1569
|
{
|
|
1110
1570
|
"name": "Xin Du",
|
|
1111
|
-
"github": "clarkdo"
|
|
1112
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1571
|
+
"github": "clarkdo"
|
|
1113
1572
|
}
|
|
1114
|
-
]
|
|
1573
|
+
],
|
|
1574
|
+
"compatibility": {
|
|
1575
|
+
"nuxt": "^2.0.0",
|
|
1576
|
+
"requires": {}
|
|
1577
|
+
}
|
|
1115
1578
|
},
|
|
1116
1579
|
{
|
|
1117
1580
|
"name": "html-validator",
|
|
@@ -1128,10 +1591,13 @@
|
|
|
1128
1591
|
{
|
|
1129
1592
|
"name": "Daniel Roe",
|
|
1130
1593
|
"github": "danielroe",
|
|
1131
|
-
"twitter": "danielcroe"
|
|
1132
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1594
|
+
"twitter": "danielcroe"
|
|
1133
1595
|
}
|
|
1134
|
-
]
|
|
1596
|
+
],
|
|
1597
|
+
"compatibility": {
|
|
1598
|
+
"nuxt": "^2.0.0",
|
|
1599
|
+
"requires": {}
|
|
1600
|
+
}
|
|
1135
1601
|
},
|
|
1136
1602
|
{
|
|
1137
1603
|
"name": "http",
|
|
@@ -1148,16 +1614,41 @@
|
|
|
1148
1614
|
{
|
|
1149
1615
|
"name": "Pooya Parsa",
|
|
1150
1616
|
"github": "pi0",
|
|
1151
|
-
"twitter": "_pi0_"
|
|
1152
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1617
|
+
"twitter": "_pi0_"
|
|
1153
1618
|
},
|
|
1154
1619
|
{
|
|
1155
1620
|
"name": "Sébastien Chopin",
|
|
1156
1621
|
"github": "Atinux",
|
|
1157
|
-
"twitter": "Atinux"
|
|
1158
|
-
|
|
1622
|
+
"twitter": "Atinux"
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1625
|
+
"compatibility": {
|
|
1626
|
+
"nuxt": "^2.0.0",
|
|
1627
|
+
"requires": {}
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"name": "humans-txt",
|
|
1632
|
+
"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.",
|
|
1633
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1634
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1635
|
+
"icon": "",
|
|
1636
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1637
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1638
|
+
"learn_more": "https://humanstxt.org/",
|
|
1639
|
+
"category": "SEO",
|
|
1640
|
+
"type": "3rd-party",
|
|
1641
|
+
"maintainers": [
|
|
1642
|
+
{
|
|
1643
|
+
"name": "Luca Iaconelli",
|
|
1644
|
+
"github": "LuXDAmore",
|
|
1645
|
+
"twitter": "luxdamore"
|
|
1159
1646
|
}
|
|
1160
|
-
]
|
|
1647
|
+
],
|
|
1648
|
+
"compatibility": {
|
|
1649
|
+
"nuxt": "^2.0.0",
|
|
1650
|
+
"requires": {}
|
|
1651
|
+
}
|
|
1161
1652
|
},
|
|
1162
1653
|
{
|
|
1163
1654
|
"name": "i18n",
|
|
@@ -1173,15 +1664,17 @@
|
|
|
1173
1664
|
"maintainers": [
|
|
1174
1665
|
{
|
|
1175
1666
|
"name": "Rafał Chłodnicki",
|
|
1176
|
-
"github": "rchl"
|
|
1177
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1667
|
+
"github": "rchl"
|
|
1178
1668
|
},
|
|
1179
1669
|
{
|
|
1180
|
-
"name": "
|
|
1181
|
-
"github": "
|
|
1182
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1670
|
+
"name": "Kazuya Kawaguchi",
|
|
1671
|
+
"github": "kazupon"
|
|
1183
1672
|
}
|
|
1184
|
-
]
|
|
1673
|
+
],
|
|
1674
|
+
"compatibility": {
|
|
1675
|
+
"nuxt": "^2.0.0",
|
|
1676
|
+
"requires": {}
|
|
1677
|
+
}
|
|
1185
1678
|
},
|
|
1186
1679
|
{
|
|
1187
1680
|
"name": "image-loader",
|
|
@@ -1197,10 +1690,13 @@
|
|
|
1197
1690
|
"maintainers": [
|
|
1198
1691
|
{
|
|
1199
1692
|
"name": "Barry Fisher",
|
|
1200
|
-
"github": "Barry-Fisher"
|
|
1201
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1693
|
+
"github": "Barry-Fisher"
|
|
1202
1694
|
}
|
|
1203
|
-
]
|
|
1695
|
+
],
|
|
1696
|
+
"compatibility": {
|
|
1697
|
+
"nuxt": "^2.0.0",
|
|
1698
|
+
"requires": {}
|
|
1699
|
+
}
|
|
1204
1700
|
},
|
|
1205
1701
|
{
|
|
1206
1702
|
"name": "image",
|
|
@@ -1217,22 +1713,25 @@
|
|
|
1217
1713
|
{
|
|
1218
1714
|
"name": "Ahad Birang",
|
|
1219
1715
|
"github": "farnabaz",
|
|
1220
|
-
"twitter": "a_birang"
|
|
1221
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1716
|
+
"twitter": "a_birang"
|
|
1222
1717
|
},
|
|
1223
1718
|
{
|
|
1224
1719
|
"name": "Pooya Parsa",
|
|
1225
1720
|
"github": "pi0",
|
|
1226
|
-
"twitter": "_pi0_"
|
|
1227
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1721
|
+
"twitter": "_pi0_"
|
|
1228
1722
|
},
|
|
1229
1723
|
{
|
|
1230
1724
|
"name": "Sebastien Chopin",
|
|
1231
1725
|
"github": "Atinux",
|
|
1232
|
-
"twitter": "Atinux"
|
|
1233
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1726
|
+
"twitter": "Atinux"
|
|
1234
1727
|
}
|
|
1235
|
-
]
|
|
1728
|
+
],
|
|
1729
|
+
"compatibility": {
|
|
1730
|
+
"nuxt": "^2.0.0",
|
|
1731
|
+
"requires": {
|
|
1732
|
+
"bridge": "optional"
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1236
1735
|
},
|
|
1237
1736
|
{
|
|
1238
1737
|
"name": "imagemin",
|
|
@@ -1248,10 +1747,38 @@
|
|
|
1248
1747
|
"maintainers": [
|
|
1249
1748
|
{
|
|
1250
1749
|
"name": "Ricardo Gobbo de Souza",
|
|
1251
|
-
"github": "ricardogobbosouza"
|
|
1252
|
-
|
|
1750
|
+
"github": "ricardogobbosouza"
|
|
1751
|
+
}
|
|
1752
|
+
],
|
|
1753
|
+
"compatibility": {
|
|
1754
|
+
"nuxt": "^2.0.0",
|
|
1755
|
+
"requires": {}
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "inkline",
|
|
1760
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1761
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1762
|
+
"npm": "@inkline/nuxt",
|
|
1763
|
+
"icon": "inkline.svg",
|
|
1764
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1765
|
+
"website": "https://inkline.io",
|
|
1766
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1767
|
+
"category": "UI",
|
|
1768
|
+
"type": "3rd-party",
|
|
1769
|
+
"maintainers": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "Alex Grozav",
|
|
1772
|
+
"github": "alexgrozav",
|
|
1773
|
+
"twitter": "alexgrozav"
|
|
1253
1774
|
}
|
|
1254
|
-
]
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1778
|
+
"requires": {
|
|
1779
|
+
"bridge": true
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1255
1782
|
},
|
|
1256
1783
|
{
|
|
1257
1784
|
"name": "intercom",
|
|
@@ -1267,10 +1794,13 @@
|
|
|
1267
1794
|
"maintainers": [
|
|
1268
1795
|
{
|
|
1269
1796
|
"name": "hex-digital",
|
|
1270
|
-
"github": "hex-digital"
|
|
1271
|
-
"avatar": "https://avatars1.githubusercontent.com/u/17425446?v=4"
|
|
1797
|
+
"github": "hex-digital"
|
|
1272
1798
|
}
|
|
1273
|
-
]
|
|
1799
|
+
],
|
|
1800
|
+
"compatibility": {
|
|
1801
|
+
"nuxt": "^2.0.0",
|
|
1802
|
+
"requires": {}
|
|
1803
|
+
}
|
|
1274
1804
|
},
|
|
1275
1805
|
{
|
|
1276
1806
|
"name": "jsonapi",
|
|
@@ -1286,10 +1816,13 @@
|
|
|
1286
1816
|
"maintainers": [
|
|
1287
1817
|
{
|
|
1288
1818
|
"name": "patrickcate",
|
|
1289
|
-
"github": "patrickcate"
|
|
1290
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1819
|
+
"github": "patrickcate"
|
|
1291
1820
|
}
|
|
1292
|
-
]
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^2.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1293
1826
|
},
|
|
1294
1827
|
{
|
|
1295
1828
|
"name": "kentico-kontent",
|
|
@@ -1305,10 +1838,13 @@
|
|
|
1305
1838
|
"maintainers": [
|
|
1306
1839
|
{
|
|
1307
1840
|
"name": "Alfred Brockötter",
|
|
1308
|
-
"github": "Domitnator"
|
|
1309
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1841
|
+
"github": "Domitnator"
|
|
1310
1842
|
}
|
|
1311
|
-
]
|
|
1843
|
+
],
|
|
1844
|
+
"compatibility": {
|
|
1845
|
+
"nuxt": "^2.0.0",
|
|
1846
|
+
"requires": {}
|
|
1847
|
+
}
|
|
1312
1848
|
},
|
|
1313
1849
|
{
|
|
1314
1850
|
"name": "laravel-echo",
|
|
@@ -1324,10 +1860,13 @@
|
|
|
1324
1860
|
"maintainers": [
|
|
1325
1861
|
{
|
|
1326
1862
|
"name": "Ricardo Gobbo de Souza",
|
|
1327
|
-
"github": "ricardogobbosouza"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1863
|
+
"github": "ricardogobbosouza"
|
|
1329
1864
|
}
|
|
1330
|
-
]
|
|
1865
|
+
],
|
|
1866
|
+
"compatibility": {
|
|
1867
|
+
"nuxt": "^2.0.0",
|
|
1868
|
+
"requires": {}
|
|
1869
|
+
}
|
|
1331
1870
|
},
|
|
1332
1871
|
{
|
|
1333
1872
|
"name": "laravel-nuxt",
|
|
@@ -1343,10 +1882,13 @@
|
|
|
1343
1882
|
"maintainers": [
|
|
1344
1883
|
{
|
|
1345
1884
|
"name": "skyrpex",
|
|
1346
|
-
"github": "skyrpex"
|
|
1347
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1885
|
+
"github": "skyrpex"
|
|
1348
1886
|
}
|
|
1349
|
-
]
|
|
1887
|
+
],
|
|
1888
|
+
"compatibility": {
|
|
1889
|
+
"nuxt": "^2.0.0",
|
|
1890
|
+
"requires": {}
|
|
1891
|
+
}
|
|
1350
1892
|
},
|
|
1351
1893
|
{
|
|
1352
1894
|
"name": "laravel",
|
|
@@ -1362,10 +1904,13 @@
|
|
|
1362
1904
|
"maintainers": [
|
|
1363
1905
|
{
|
|
1364
1906
|
"name": "m2sd",
|
|
1365
|
-
"github": "m2sd"
|
|
1366
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1907
|
+
"github": "m2sd"
|
|
1367
1908
|
}
|
|
1368
|
-
]
|
|
1909
|
+
],
|
|
1910
|
+
"compatibility": {
|
|
1911
|
+
"nuxt": "^2.0.0",
|
|
1912
|
+
"requires": {}
|
|
1913
|
+
}
|
|
1369
1914
|
},
|
|
1370
1915
|
{
|
|
1371
1916
|
"name": "leaflet",
|
|
@@ -1381,10 +1926,13 @@
|
|
|
1381
1926
|
"maintainers": [
|
|
1382
1927
|
{
|
|
1383
1928
|
"name": "schlunsen",
|
|
1384
|
-
"github": "schlunsen"
|
|
1385
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1929
|
+
"github": "schlunsen"
|
|
1386
1930
|
}
|
|
1387
|
-
]
|
|
1931
|
+
],
|
|
1932
|
+
"compatibility": {
|
|
1933
|
+
"nuxt": "^2.0.0",
|
|
1934
|
+
"requires": {}
|
|
1935
|
+
}
|
|
1388
1936
|
},
|
|
1389
1937
|
{
|
|
1390
1938
|
"name": "localforage",
|
|
@@ -1401,15 +1949,17 @@
|
|
|
1401
1949
|
{
|
|
1402
1950
|
"name": "Alexandre Chopin",
|
|
1403
1951
|
"github": "alexchopin",
|
|
1404
|
-
"twitter": "alexchopin"
|
|
1405
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1952
|
+
"twitter": "alexchopin"
|
|
1406
1953
|
},
|
|
1407
1954
|
{
|
|
1408
1955
|
"name": "Ricardo Gobbo de Souza",
|
|
1409
|
-
"github": "ricardogobbosouza"
|
|
1410
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1956
|
+
"github": "ricardogobbosouza"
|
|
1411
1957
|
}
|
|
1412
|
-
]
|
|
1958
|
+
],
|
|
1959
|
+
"compatibility": {
|
|
1960
|
+
"nuxt": "^2.0.0",
|
|
1961
|
+
"requires": {}
|
|
1962
|
+
}
|
|
1413
1963
|
},
|
|
1414
1964
|
{
|
|
1415
1965
|
"name": "localtunnel",
|
|
@@ -1426,10 +1976,35 @@
|
|
|
1426
1976
|
{
|
|
1427
1977
|
"name": "Pooya Parsa",
|
|
1428
1978
|
"github": "pi0",
|
|
1429
|
-
"twitter": "_pi0_"
|
|
1430
|
-
|
|
1979
|
+
"twitter": "_pi0_"
|
|
1980
|
+
}
|
|
1981
|
+
],
|
|
1982
|
+
"compatibility": {
|
|
1983
|
+
"nuxt": "^2.0.0",
|
|
1984
|
+
"requires": {}
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"name": "lodash",
|
|
1989
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
1990
|
+
"repo": "cipami/nuxt-lodash",
|
|
1991
|
+
"npm": "nuxt-lodash",
|
|
1992
|
+
"icon": "lodash.svg",
|
|
1993
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
1994
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
1995
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
1996
|
+
"category": "Libraries",
|
|
1997
|
+
"type": "3rd-party",
|
|
1998
|
+
"maintainers": [
|
|
1999
|
+
{
|
|
2000
|
+
"name": "Michal Čípa",
|
|
2001
|
+
"github": "cipami"
|
|
1431
2002
|
}
|
|
1432
|
-
]
|
|
2003
|
+
],
|
|
2004
|
+
"compatibility": {
|
|
2005
|
+
"nuxt": "^3.0.0",
|
|
2006
|
+
"requires": {}
|
|
2007
|
+
}
|
|
1433
2008
|
},
|
|
1434
2009
|
{
|
|
1435
2010
|
"name": "logrocket",
|
|
@@ -1446,10 +2021,13 @@
|
|
|
1446
2021
|
{
|
|
1447
2022
|
"name": "Farzad Soltani",
|
|
1448
2023
|
"github": "farzadso",
|
|
1449
|
-
"twitter": "farzadso"
|
|
1450
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2024
|
+
"twitter": "farzadso"
|
|
1451
2025
|
}
|
|
1452
|
-
]
|
|
2026
|
+
],
|
|
2027
|
+
"compatibility": {
|
|
2028
|
+
"nuxt": "^2.0.0",
|
|
2029
|
+
"requires": {}
|
|
2030
|
+
}
|
|
1453
2031
|
},
|
|
1454
2032
|
{
|
|
1455
2033
|
"name": "lunr",
|
|
@@ -1465,15 +2043,18 @@
|
|
|
1465
2043
|
"maintainers": [
|
|
1466
2044
|
{
|
|
1467
2045
|
"name": "Pim",
|
|
1468
|
-
"github": "pimlie"
|
|
1469
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2046
|
+
"github": "pimlie"
|
|
1470
2047
|
}
|
|
1471
|
-
]
|
|
2048
|
+
],
|
|
2049
|
+
"compatibility": {
|
|
2050
|
+
"nuxt": "^2.0.0",
|
|
2051
|
+
"requires": {}
|
|
2052
|
+
}
|
|
1472
2053
|
},
|
|
1473
2054
|
{
|
|
1474
2055
|
"name": "markdownit",
|
|
1475
2056
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1476
|
-
"repo": "nuxt-community/
|
|
2057
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1477
2058
|
"npm": "@nuxtjs/markdownit",
|
|
1478
2059
|
"icon": "",
|
|
1479
2060
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1485,10 +2066,13 @@
|
|
|
1485
2066
|
{
|
|
1486
2067
|
"name": "Pooya Parsa",
|
|
1487
2068
|
"github": "pi0",
|
|
1488
|
-
"twitter": "_pi0_"
|
|
1489
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2069
|
+
"twitter": "_pi0_"
|
|
1490
2070
|
}
|
|
1491
|
-
]
|
|
2071
|
+
],
|
|
2072
|
+
"compatibility": {
|
|
2073
|
+
"nuxt": "^2.0.0",
|
|
2074
|
+
"requires": {}
|
|
2075
|
+
}
|
|
1492
2076
|
},
|
|
1493
2077
|
{
|
|
1494
2078
|
"name": "matomo",
|
|
@@ -1504,10 +2088,13 @@
|
|
|
1504
2088
|
"maintainers": [
|
|
1505
2089
|
{
|
|
1506
2090
|
"name": "pimlie",
|
|
1507
|
-
"github": "pimlie"
|
|
1508
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2091
|
+
"github": "pimlie"
|
|
1509
2092
|
}
|
|
1510
|
-
]
|
|
2093
|
+
],
|
|
2094
|
+
"compatibility": {
|
|
2095
|
+
"nuxt": "^2.0.0",
|
|
2096
|
+
"requires": {}
|
|
2097
|
+
}
|
|
1511
2098
|
},
|
|
1512
2099
|
{
|
|
1513
2100
|
"name": "mdx",
|
|
@@ -1524,10 +2111,13 @@
|
|
|
1524
2111
|
{
|
|
1525
2112
|
"name": "Jonathan Bakebwa",
|
|
1526
2113
|
"github": "codebender828",
|
|
1527
|
-
"twitter": "codebender828"
|
|
1528
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2114
|
+
"twitter": "codebender828"
|
|
1529
2115
|
}
|
|
1530
|
-
]
|
|
2116
|
+
],
|
|
2117
|
+
"compatibility": {
|
|
2118
|
+
"nuxt": "^2.0.0",
|
|
2119
|
+
"requires": {}
|
|
2120
|
+
}
|
|
1531
2121
|
},
|
|
1532
2122
|
{
|
|
1533
2123
|
"name": "memwatch",
|
|
@@ -1543,10 +2133,13 @@
|
|
|
1543
2133
|
"maintainers": [
|
|
1544
2134
|
{
|
|
1545
2135
|
"name": "pimlie",
|
|
1546
|
-
"github": "pimlie"
|
|
1547
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2136
|
+
"github": "pimlie"
|
|
1548
2137
|
}
|
|
1549
|
-
]
|
|
2138
|
+
],
|
|
2139
|
+
"compatibility": {
|
|
2140
|
+
"nuxt": "^2.0.0",
|
|
2141
|
+
"requires": {}
|
|
2142
|
+
}
|
|
1550
2143
|
},
|
|
1551
2144
|
{
|
|
1552
2145
|
"name": "mobile",
|
|
@@ -1562,10 +2155,13 @@
|
|
|
1562
2155
|
"maintainers": [
|
|
1563
2156
|
{
|
|
1564
2157
|
"name": "ChanningDefoe",
|
|
1565
|
-
"github": "ChanningDefoe"
|
|
1566
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2158
|
+
"github": "ChanningDefoe"
|
|
1567
2159
|
}
|
|
1568
|
-
]
|
|
2160
|
+
],
|
|
2161
|
+
"compatibility": {
|
|
2162
|
+
"nuxt": "^2.0.0",
|
|
2163
|
+
"requires": {}
|
|
2164
|
+
}
|
|
1569
2165
|
},
|
|
1570
2166
|
{
|
|
1571
2167
|
"name": "moment",
|
|
@@ -1582,15 +2178,17 @@
|
|
|
1582
2178
|
{
|
|
1583
2179
|
"name": "Pooya Parsa",
|
|
1584
2180
|
"github": "pi0",
|
|
1585
|
-
"twitter": "_pi0_"
|
|
1586
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2181
|
+
"twitter": "_pi0_"
|
|
1587
2182
|
},
|
|
1588
2183
|
{
|
|
1589
2184
|
"name": "Ricardo Gobbo de Souza",
|
|
1590
|
-
"github": "ricardogobbosouza"
|
|
1591
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2185
|
+
"github": "ricardogobbosouza"
|
|
1592
2186
|
}
|
|
1593
|
-
]
|
|
2187
|
+
],
|
|
2188
|
+
"compatibility": {
|
|
2189
|
+
"nuxt": "^2.0.0",
|
|
2190
|
+
"requires": {}
|
|
2191
|
+
}
|
|
1594
2192
|
},
|
|
1595
2193
|
{
|
|
1596
2194
|
"name": "mq",
|
|
@@ -1606,10 +2204,13 @@
|
|
|
1606
2204
|
"maintainers": [
|
|
1607
2205
|
{
|
|
1608
2206
|
"name": "vanhoofmaarten",
|
|
1609
|
-
"github": "vanhoofmaarten"
|
|
1610
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2207
|
+
"github": "vanhoofmaarten"
|
|
1611
2208
|
}
|
|
1612
|
-
]
|
|
2209
|
+
],
|
|
2210
|
+
"compatibility": {
|
|
2211
|
+
"nuxt": "^2.0.0",
|
|
2212
|
+
"requires": {}
|
|
2213
|
+
}
|
|
1613
2214
|
},
|
|
1614
2215
|
{
|
|
1615
2216
|
"name": "neo",
|
|
@@ -1625,10 +2226,13 @@
|
|
|
1625
2226
|
"maintainers": [
|
|
1626
2227
|
{
|
|
1627
2228
|
"name": "ezypeeze",
|
|
1628
|
-
"github": "ezypeeze"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2229
|
+
"github": "ezypeeze"
|
|
1630
2230
|
}
|
|
1631
|
-
]
|
|
2231
|
+
],
|
|
2232
|
+
"compatibility": {
|
|
2233
|
+
"nuxt": "^2.0.0",
|
|
2234
|
+
"requires": {}
|
|
2235
|
+
}
|
|
1632
2236
|
},
|
|
1633
2237
|
{
|
|
1634
2238
|
"name": "netlify-cache",
|
|
@@ -1644,10 +2248,13 @@
|
|
|
1644
2248
|
"maintainers": [
|
|
1645
2249
|
{
|
|
1646
2250
|
"name": "DreaMinder",
|
|
1647
|
-
"github": "DreaMinder"
|
|
1648
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2251
|
+
"github": "DreaMinder"
|
|
1649
2252
|
}
|
|
1650
|
-
]
|
|
2253
|
+
],
|
|
2254
|
+
"compatibility": {
|
|
2255
|
+
"nuxt": "^2.0.0",
|
|
2256
|
+
"requires": {}
|
|
2257
|
+
}
|
|
1651
2258
|
},
|
|
1652
2259
|
{
|
|
1653
2260
|
"name": "netlify-files",
|
|
@@ -1664,10 +2271,13 @@
|
|
|
1664
2271
|
{
|
|
1665
2272
|
"name": "Alexander Lichter",
|
|
1666
2273
|
"github": "manniL",
|
|
1667
|
-
"twitter": "TheAlexLichter"
|
|
1668
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2274
|
+
"twitter": "TheAlexLichter"
|
|
1669
2275
|
}
|
|
1670
|
-
]
|
|
2276
|
+
],
|
|
2277
|
+
"compatibility": {
|
|
2278
|
+
"nuxt": "^2.0.0",
|
|
2279
|
+
"requires": {}
|
|
2280
|
+
}
|
|
1671
2281
|
},
|
|
1672
2282
|
{
|
|
1673
2283
|
"name": "netlify",
|
|
@@ -1683,10 +2293,13 @@
|
|
|
1683
2293
|
"maintainers": [
|
|
1684
2294
|
{
|
|
1685
2295
|
"name": "bazzite",
|
|
1686
|
-
"github": "bazzite"
|
|
1687
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2296
|
+
"github": "bazzite"
|
|
1688
2297
|
}
|
|
1689
|
-
]
|
|
2298
|
+
],
|
|
2299
|
+
"compatibility": {
|
|
2300
|
+
"nuxt": "^2.0.0",
|
|
2301
|
+
"requires": {}
|
|
2302
|
+
}
|
|
1690
2303
|
},
|
|
1691
2304
|
{
|
|
1692
2305
|
"name": "ngrok",
|
|
@@ -1703,19 +2316,21 @@
|
|
|
1703
2316
|
{
|
|
1704
2317
|
"name": "Debbie O'Brien",
|
|
1705
2318
|
"github": "debs-obrien",
|
|
1706
|
-
"twitter": "debs_obrien"
|
|
1707
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2319
|
+
"twitter": "debs_obrien"
|
|
1708
2320
|
},
|
|
1709
2321
|
{
|
|
1710
2322
|
"name": "Pooya Parsa",
|
|
1711
2323
|
"github": "pi0",
|
|
1712
|
-
"twitter": "_pi0_"
|
|
1713
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2324
|
+
"twitter": "_pi0_"
|
|
1714
2325
|
}
|
|
1715
|
-
]
|
|
2326
|
+
],
|
|
2327
|
+
"compatibility": {
|
|
2328
|
+
"nuxt": "^2.0.0",
|
|
2329
|
+
"requires": {}
|
|
2330
|
+
}
|
|
1716
2331
|
},
|
|
1717
2332
|
{
|
|
1718
|
-
"name": "
|
|
2333
|
+
"name": "notion",
|
|
1719
2334
|
"description": "Vue renderer for Notion pages",
|
|
1720
2335
|
"repo": "janniks/vue-notion",
|
|
1721
2336
|
"npm": "vue-notion",
|
|
@@ -1728,10 +2343,128 @@
|
|
|
1728
2343
|
"maintainers": [
|
|
1729
2344
|
{
|
|
1730
2345
|
"name": "janniks",
|
|
1731
|
-
"github": "janniks"
|
|
1732
|
-
|
|
2346
|
+
"github": "janniks"
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
2349
|
+
"compatibility": {
|
|
2350
|
+
"nuxt": "^2.0.0",
|
|
2351
|
+
"requires": {}
|
|
2352
|
+
}
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "nuxt-hue",
|
|
2356
|
+
"description": "Enlighten your Nuxt experience",
|
|
2357
|
+
"repo": "lihbr/nuxt-hue",
|
|
2358
|
+
"npm": "nuxt-hue",
|
|
2359
|
+
"icon": "nuxt-hue.svg",
|
|
2360
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2361
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2362
|
+
"learn_more": "",
|
|
2363
|
+
"category": "Devtools",
|
|
2364
|
+
"type": "3rd-party",
|
|
2365
|
+
"maintainers": [
|
|
2366
|
+
{
|
|
2367
|
+
"name": "lihbr",
|
|
2368
|
+
"github": "lihbr"
|
|
2369
|
+
}
|
|
2370
|
+
],
|
|
2371
|
+
"compatibility": {
|
|
2372
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2373
|
+
"requires": {
|
|
2374
|
+
"bridge": "optional"
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"name": "nuxt-pino-log",
|
|
2380
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2381
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2382
|
+
"npm": "nuxt-pino-log",
|
|
2383
|
+
"icon": "",
|
|
2384
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2385
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2386
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2387
|
+
"category": "Monitoring",
|
|
2388
|
+
"type": "3rd-party",
|
|
2389
|
+
"maintainers": [
|
|
2390
|
+
{
|
|
2391
|
+
"name": "kpn",
|
|
2392
|
+
"github": "kpn"
|
|
1733
2393
|
}
|
|
1734
|
-
]
|
|
2394
|
+
],
|
|
2395
|
+
"compatibility": {
|
|
2396
|
+
"nuxt": "^2.0.0",
|
|
2397
|
+
"requires": {}
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "nuxt-png-to-ico",
|
|
2402
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2403
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2404
|
+
"npm": "nuxt-png-to-ico",
|
|
2405
|
+
"icon": "",
|
|
2406
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2407
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2408
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2409
|
+
"category": "Devtools",
|
|
2410
|
+
"type": "3rd-party",
|
|
2411
|
+
"maintainers": [
|
|
2412
|
+
{
|
|
2413
|
+
"name": "b5710546232",
|
|
2414
|
+
"github": "b5710546232",
|
|
2415
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"compatibility": {
|
|
2419
|
+
"nuxt": "^2.0.0",
|
|
2420
|
+
"requires": {}
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "nuxt-smartlook",
|
|
2425
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2426
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2427
|
+
"npm": "nuxt-smartlook",
|
|
2428
|
+
"icon": "nuxt-smartlook.png",
|
|
2429
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2430
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2431
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2432
|
+
"category": "Analytics",
|
|
2433
|
+
"type": "3rd-party",
|
|
2434
|
+
"maintainers": [
|
|
2435
|
+
{
|
|
2436
|
+
"name": "Milan Sulc",
|
|
2437
|
+
"github": "f3l1x",
|
|
2438
|
+
"twitter": "xf3l1x",
|
|
2439
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2440
|
+
}
|
|
2441
|
+
],
|
|
2442
|
+
"compatibility": {
|
|
2443
|
+
"nuxt": "^2.0.0",
|
|
2444
|
+
"requires": {}
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "nuxt-use-motion",
|
|
2449
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2450
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2451
|
+
"npm": "nuxt-use-motion",
|
|
2452
|
+
"icon": "nuxt-use-motion.svg",
|
|
2453
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2454
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2455
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2456
|
+
"category": "Libraries",
|
|
2457
|
+
"type": "3rd-party",
|
|
2458
|
+
"maintainers": [
|
|
2459
|
+
{
|
|
2460
|
+
"name": "Tahul",
|
|
2461
|
+
"github": "Tahul"
|
|
2462
|
+
}
|
|
2463
|
+
],
|
|
2464
|
+
"compatibility": {
|
|
2465
|
+
"nuxt": "^2.0.0",
|
|
2466
|
+
"requires": {}
|
|
2467
|
+
}
|
|
1735
2468
|
},
|
|
1736
2469
|
{
|
|
1737
2470
|
"name": "nuxt-use-sound",
|
|
@@ -1741,16 +2474,41 @@
|
|
|
1741
2474
|
"icon": "nuxt-use-sound.svg",
|
|
1742
2475
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
1743
2476
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
1744
|
-
"learn_more": "https://github.com/
|
|
2477
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
1745
2478
|
"category": "Libraries",
|
|
1746
2479
|
"type": "3rd-party",
|
|
1747
2480
|
"maintainers": [
|
|
1748
2481
|
{
|
|
1749
2482
|
"name": "Tahul",
|
|
1750
|
-
"github": "Tahul"
|
|
1751
|
-
|
|
2483
|
+
"github": "Tahul"
|
|
2484
|
+
}
|
|
2485
|
+
],
|
|
2486
|
+
"compatibility": {
|
|
2487
|
+
"nuxt": "^2.0.0",
|
|
2488
|
+
"requires": {}
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "nuxt-viewport",
|
|
2493
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2494
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2495
|
+
"npm": "nuxt-viewport",
|
|
2496
|
+
"icon": "nuxt-viewport.svg",
|
|
2497
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2498
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2499
|
+
"learn_more": "",
|
|
2500
|
+
"category": "Extensions",
|
|
2501
|
+
"type": "3rd-party",
|
|
2502
|
+
"maintainers": [
|
|
2503
|
+
{
|
|
2504
|
+
"name": "mvrlin",
|
|
2505
|
+
"github": "mvrlin"
|
|
1752
2506
|
}
|
|
1753
|
-
]
|
|
2507
|
+
],
|
|
2508
|
+
"compatibility": {
|
|
2509
|
+
"nuxt": "^2.0.0",
|
|
2510
|
+
"requires": {}
|
|
2511
|
+
}
|
|
1754
2512
|
},
|
|
1755
2513
|
{
|
|
1756
2514
|
"name": "nuxt7",
|
|
@@ -1767,10 +2525,13 @@
|
|
|
1767
2525
|
{
|
|
1768
2526
|
"name": "Pooya Parsa",
|
|
1769
2527
|
"github": "pi0",
|
|
1770
|
-
"twitter": "_pi0_"
|
|
1771
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2528
|
+
"twitter": "_pi0_"
|
|
1772
2529
|
}
|
|
1773
|
-
]
|
|
2530
|
+
],
|
|
2531
|
+
"compatibility": {
|
|
2532
|
+
"nuxt": "^2.0.0",
|
|
2533
|
+
"requires": {}
|
|
2534
|
+
}
|
|
1774
2535
|
},
|
|
1775
2536
|
{
|
|
1776
2537
|
"name": "onesignal",
|
|
@@ -1787,10 +2548,13 @@
|
|
|
1787
2548
|
{
|
|
1788
2549
|
"name": "Pooya Parsa",
|
|
1789
2550
|
"github": "pi0",
|
|
1790
|
-
"twitter": "_pi0_"
|
|
1791
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2551
|
+
"twitter": "_pi0_"
|
|
1792
2552
|
}
|
|
1793
|
-
]
|
|
2553
|
+
],
|
|
2554
|
+
"compatibility": {
|
|
2555
|
+
"nuxt": "^2.0.0",
|
|
2556
|
+
"requires": {}
|
|
2557
|
+
}
|
|
1794
2558
|
},
|
|
1795
2559
|
{
|
|
1796
2560
|
"name": "optimized-images",
|
|
@@ -1807,10 +2571,13 @@
|
|
|
1807
2571
|
{
|
|
1808
2572
|
"name": "Julio Marquez",
|
|
1809
2573
|
"github": "juliomrqz",
|
|
1810
|
-
"twitter": "juliomrqz"
|
|
1811
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2574
|
+
"twitter": "juliomrqz"
|
|
1812
2575
|
}
|
|
1813
|
-
]
|
|
2576
|
+
],
|
|
2577
|
+
"compatibility": {
|
|
2578
|
+
"nuxt": "^2.0.0",
|
|
2579
|
+
"requires": {}
|
|
2580
|
+
}
|
|
1814
2581
|
},
|
|
1815
2582
|
{
|
|
1816
2583
|
"name": "page-generator-helper",
|
|
@@ -1826,10 +2593,13 @@
|
|
|
1826
2593
|
"maintainers": [
|
|
1827
2594
|
{
|
|
1828
2595
|
"name": "GrabarzUndPartner",
|
|
1829
|
-
"github": "GrabarzUndPartner"
|
|
1830
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2596
|
+
"github": "GrabarzUndPartner"
|
|
1831
2597
|
}
|
|
1832
|
-
]
|
|
2598
|
+
],
|
|
2599
|
+
"compatibility": {
|
|
2600
|
+
"nuxt": "^2.0.0",
|
|
2601
|
+
"requires": {}
|
|
2602
|
+
}
|
|
1833
2603
|
},
|
|
1834
2604
|
{
|
|
1835
2605
|
"name": "parse",
|
|
@@ -1845,10 +2615,85 @@
|
|
|
1845
2615
|
"maintainers": [
|
|
1846
2616
|
{
|
|
1847
2617
|
"name": "cierrateam",
|
|
1848
|
-
"github": "cierrateam"
|
|
1849
|
-
|
|
2618
|
+
"github": "cierrateam"
|
|
2619
|
+
}
|
|
2620
|
+
],
|
|
2621
|
+
"compatibility": {
|
|
2622
|
+
"nuxt": "^2.0.0",
|
|
2623
|
+
"requires": {}
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "partytown",
|
|
2628
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2629
|
+
"repo": "nuxt-community/partytown-module",
|
|
2630
|
+
"npm": "@nuxtjs/partytown",
|
|
2631
|
+
"icon": "partytown.svg",
|
|
2632
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2633
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2634
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2635
|
+
"category": "Performance",
|
|
2636
|
+
"type": "community",
|
|
2637
|
+
"maintainers": [
|
|
2638
|
+
{
|
|
2639
|
+
"name": "Daniel Roe",
|
|
2640
|
+
"github": "danielroe",
|
|
2641
|
+
"twitter": "danielcroe"
|
|
2642
|
+
}
|
|
2643
|
+
],
|
|
2644
|
+
"compatibility": {
|
|
2645
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2646
|
+
"requires": {
|
|
2647
|
+
"bridge": true
|
|
2648
|
+
}
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "persian-datepicker",
|
|
2653
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2654
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2655
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2656
|
+
"icon": "persian-datepicker.svg",
|
|
2657
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2658
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2659
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2660
|
+
"category": "Date",
|
|
2661
|
+
"type": "3rd-party",
|
|
2662
|
+
"maintainers": [
|
|
2663
|
+
{
|
|
2664
|
+
"name": "Alireza Alibeiki",
|
|
2665
|
+
"github": "alireza-ab",
|
|
2666
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
1850
2667
|
}
|
|
1851
|
-
]
|
|
2668
|
+
],
|
|
2669
|
+
"compatibility": {
|
|
2670
|
+
"nuxt": "^2.0.0",
|
|
2671
|
+
"requires": {}
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "pinia",
|
|
2676
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2677
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2678
|
+
"npm": "@pinia/nuxt",
|
|
2679
|
+
"icon": "pinia.svg",
|
|
2680
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2681
|
+
"website": "https://pinia.esm.dev/",
|
|
2682
|
+
"learn_more": "",
|
|
2683
|
+
"category": "Extensions",
|
|
2684
|
+
"type": "3rd-party",
|
|
2685
|
+
"maintainers": [
|
|
2686
|
+
{
|
|
2687
|
+
"name": "posva",
|
|
2688
|
+
"github": "posva"
|
|
2689
|
+
}
|
|
2690
|
+
],
|
|
2691
|
+
"compatibility": {
|
|
2692
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2693
|
+
"requires": {
|
|
2694
|
+
"bridge": "optional"
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
1852
2697
|
},
|
|
1853
2698
|
{
|
|
1854
2699
|
"name": "plausible",
|
|
@@ -1864,10 +2709,15 @@
|
|
|
1864
2709
|
"maintainers": [
|
|
1865
2710
|
{
|
|
1866
2711
|
"name": "moritzsternemann",
|
|
1867
|
-
"github": "moritzsternemann"
|
|
1868
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
2712
|
+
"github": "moritzsternemann"
|
|
1869
2713
|
}
|
|
1870
|
-
]
|
|
2714
|
+
],
|
|
2715
|
+
"compatibility": {
|
|
2716
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2717
|
+
"requires": {
|
|
2718
|
+
"bridge": "optional"
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
1871
2721
|
},
|
|
1872
2722
|
{
|
|
1873
2723
|
"name": "precompress",
|
|
@@ -1883,10 +2733,13 @@
|
|
|
1883
2733
|
"maintainers": [
|
|
1884
2734
|
{
|
|
1885
2735
|
"name": "frenchrabbit",
|
|
1886
|
-
"github": "frenchrabbit"
|
|
1887
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2736
|
+
"github": "frenchrabbit"
|
|
1888
2737
|
}
|
|
1889
|
-
]
|
|
2738
|
+
],
|
|
2739
|
+
"compatibility": {
|
|
2740
|
+
"nuxt": "^2.0.0",
|
|
2741
|
+
"requires": {}
|
|
2742
|
+
}
|
|
1890
2743
|
},
|
|
1891
2744
|
{
|
|
1892
2745
|
"name": "prismic",
|
|
@@ -1903,21 +2756,22 @@
|
|
|
1903
2756
|
{
|
|
1904
2757
|
"name": "Sébastien Chopin",
|
|
1905
2758
|
"github": "Atinux",
|
|
1906
|
-
"twitter": "Atinux"
|
|
1907
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2759
|
+
"twitter": "Atinux"
|
|
1908
2760
|
},
|
|
1909
2761
|
{
|
|
1910
2762
|
"name": "lihbr",
|
|
1911
2763
|
"github": "lihbr",
|
|
1912
|
-
"twitter": "li_hbr"
|
|
1913
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2764
|
+
"twitter": "li_hbr"
|
|
1914
2765
|
},
|
|
1915
2766
|
{
|
|
1916
2767
|
"name": "James Pegg",
|
|
1917
|
-
"github": "jamespegg"
|
|
1918
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2768
|
+
"github": "jamespegg"
|
|
1919
2769
|
}
|
|
1920
|
-
]
|
|
2770
|
+
],
|
|
2771
|
+
"compatibility": {
|
|
2772
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2773
|
+
"requires": {}
|
|
2774
|
+
}
|
|
1921
2775
|
},
|
|
1922
2776
|
{
|
|
1923
2777
|
"name": "protected-mailto",
|
|
@@ -1933,10 +2787,13 @@
|
|
|
1933
2787
|
"maintainers": [
|
|
1934
2788
|
{
|
|
1935
2789
|
"name": "mmoollllee",
|
|
1936
|
-
"github": "mmoollllee"
|
|
1937
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2790
|
+
"github": "mmoollllee"
|
|
1938
2791
|
}
|
|
1939
|
-
]
|
|
2792
|
+
],
|
|
2793
|
+
"compatibility": {
|
|
2794
|
+
"nuxt": "^2.0.0",
|
|
2795
|
+
"requires": {}
|
|
2796
|
+
}
|
|
1940
2797
|
},
|
|
1941
2798
|
{
|
|
1942
2799
|
"name": "proxy",
|
|
@@ -1953,10 +2810,13 @@
|
|
|
1953
2810
|
{
|
|
1954
2811
|
"name": "Pooya Parsa",
|
|
1955
2812
|
"github": "pi0",
|
|
1956
|
-
"twitter": "_pi0_"
|
|
1957
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2813
|
+
"twitter": "_pi0_"
|
|
1958
2814
|
}
|
|
1959
|
-
]
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0",
|
|
2818
|
+
"requires": {}
|
|
2819
|
+
}
|
|
1960
2820
|
},
|
|
1961
2821
|
{
|
|
1962
2822
|
"name": "prune-html",
|
|
@@ -1971,11 +2831,15 @@
|
|
|
1971
2831
|
"type": "3rd-party",
|
|
1972
2832
|
"maintainers": [
|
|
1973
2833
|
{
|
|
1974
|
-
"name": "
|
|
2834
|
+
"name": "Luca Iaconelli",
|
|
1975
2835
|
"github": "LuXDAmore",
|
|
1976
|
-
"
|
|
2836
|
+
"twitter": "luxdamore"
|
|
1977
2837
|
}
|
|
1978
|
-
]
|
|
2838
|
+
],
|
|
2839
|
+
"compatibility": {
|
|
2840
|
+
"nuxt": "^2.0.0",
|
|
2841
|
+
"requires": {}
|
|
2842
|
+
}
|
|
1979
2843
|
},
|
|
1980
2844
|
{
|
|
1981
2845
|
"name": "purgecss",
|
|
@@ -1991,14 +2855,17 @@
|
|
|
1991
2855
|
"maintainers": [
|
|
1992
2856
|
{
|
|
1993
2857
|
"name": "Developmint",
|
|
1994
|
-
"github": "Developmint"
|
|
1995
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2858
|
+
"github": "Developmint"
|
|
1996
2859
|
}
|
|
1997
|
-
]
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^2.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
1998
2865
|
},
|
|
1999
2866
|
{
|
|
2000
2867
|
"name": "pwa",
|
|
2001
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2868
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2002
2869
|
"repo": "nuxt-community/pwa-module",
|
|
2003
2870
|
"npm": "@nuxtjs/pwa",
|
|
2004
2871
|
"icon": "pwa.png",
|
|
@@ -2011,10 +2878,15 @@
|
|
|
2011
2878
|
{
|
|
2012
2879
|
"name": "Pooya Parsa",
|
|
2013
2880
|
"github": "pi0",
|
|
2014
|
-
"twitter": "_pi0_"
|
|
2015
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2881
|
+
"twitter": "_pi0_"
|
|
2016
2882
|
}
|
|
2017
|
-
]
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^2.0.0",
|
|
2886
|
+
"requires": {
|
|
2887
|
+
"bridge": "optional"
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2018
2890
|
},
|
|
2019
2891
|
{
|
|
2020
2892
|
"name": "python",
|
|
@@ -2030,10 +2902,13 @@
|
|
|
2030
2902
|
"maintainers": [
|
|
2031
2903
|
{
|
|
2032
2904
|
"name": "Sebastian Silva",
|
|
2033
|
-
"github": "icarito"
|
|
2034
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2905
|
+
"github": "icarito"
|
|
2035
2906
|
}
|
|
2036
|
-
]
|
|
2907
|
+
],
|
|
2908
|
+
"compatibility": {
|
|
2909
|
+
"nuxt": "^2.0.0",
|
|
2910
|
+
"requires": {}
|
|
2911
|
+
}
|
|
2037
2912
|
},
|
|
2038
2913
|
{
|
|
2039
2914
|
"name": "recaptcha",
|
|
@@ -2049,10 +2924,13 @@
|
|
|
2049
2924
|
"maintainers": [
|
|
2050
2925
|
{
|
|
2051
2926
|
"name": "mvrlin",
|
|
2052
|
-
"github": "mvrlin"
|
|
2053
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2927
|
+
"github": "mvrlin"
|
|
2054
2928
|
}
|
|
2055
|
-
]
|
|
2929
|
+
],
|
|
2930
|
+
"compatibility": {
|
|
2931
|
+
"nuxt": "^2.0.0",
|
|
2932
|
+
"requires": {}
|
|
2933
|
+
}
|
|
2056
2934
|
},
|
|
2057
2935
|
{
|
|
2058
2936
|
"name": "redirect",
|
|
@@ -2069,10 +2947,13 @@
|
|
|
2069
2947
|
{
|
|
2070
2948
|
"name": "Alexander Lichter",
|
|
2071
2949
|
"github": "manniL",
|
|
2072
|
-
"twitter": "TheAlexLichter"
|
|
2073
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2950
|
+
"twitter": "TheAlexLichter"
|
|
2074
2951
|
}
|
|
2075
|
-
]
|
|
2952
|
+
],
|
|
2953
|
+
"compatibility": {
|
|
2954
|
+
"nuxt": "^2.0.0",
|
|
2955
|
+
"requires": {}
|
|
2956
|
+
}
|
|
2076
2957
|
},
|
|
2077
2958
|
{
|
|
2078
2959
|
"name": "rfg-icon",
|
|
@@ -2088,10 +2969,13 @@
|
|
|
2088
2969
|
"maintainers": [
|
|
2089
2970
|
{
|
|
2090
2971
|
"name": "pimlie",
|
|
2091
|
-
"github": "pimlie"
|
|
2092
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2972
|
+
"github": "pimlie"
|
|
2093
2973
|
}
|
|
2094
|
-
]
|
|
2974
|
+
],
|
|
2975
|
+
"compatibility": {
|
|
2976
|
+
"nuxt": "^2.0.0",
|
|
2977
|
+
"requires": {}
|
|
2978
|
+
}
|
|
2095
2979
|
},
|
|
2096
2980
|
{
|
|
2097
2981
|
"name": "robots",
|
|
@@ -2107,10 +2991,13 @@
|
|
|
2107
2991
|
"maintainers": [
|
|
2108
2992
|
{
|
|
2109
2993
|
"name": "Ricardo Gobbo de Souza",
|
|
2110
|
-
"github": "ricardogobbosouza"
|
|
2111
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2994
|
+
"github": "ricardogobbosouza"
|
|
2112
2995
|
}
|
|
2113
|
-
]
|
|
2996
|
+
],
|
|
2997
|
+
"compatibility": {
|
|
2998
|
+
"nuxt": "^2.0.0",
|
|
2999
|
+
"requires": {}
|
|
3000
|
+
}
|
|
2114
3001
|
},
|
|
2115
3002
|
{
|
|
2116
3003
|
"name": "rollbar",
|
|
@@ -2126,10 +3013,13 @@
|
|
|
2126
3013
|
"maintainers": [
|
|
2127
3014
|
{
|
|
2128
3015
|
"name": "Gaël Reyrol",
|
|
2129
|
-
"github": "gaelreyrol"
|
|
2130
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3016
|
+
"github": "gaelreyrol"
|
|
2131
3017
|
}
|
|
2132
|
-
]
|
|
3018
|
+
],
|
|
3019
|
+
"compatibility": {
|
|
3020
|
+
"nuxt": "^2.0.0",
|
|
3021
|
+
"requires": {}
|
|
3022
|
+
}
|
|
2133
3023
|
},
|
|
2134
3024
|
{
|
|
2135
3025
|
"name": "router-extras",
|
|
@@ -2146,10 +3036,13 @@
|
|
|
2146
3036
|
{
|
|
2147
3037
|
"name": "Ahad Birang",
|
|
2148
3038
|
"github": "farnabaz",
|
|
2149
|
-
"twitter": "a_birang"
|
|
2150
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3039
|
+
"twitter": "a_birang"
|
|
2151
3040
|
}
|
|
2152
|
-
]
|
|
3041
|
+
],
|
|
3042
|
+
"compatibility": {
|
|
3043
|
+
"nuxt": "^2.0.0",
|
|
3044
|
+
"requires": {}
|
|
3045
|
+
}
|
|
2153
3046
|
},
|
|
2154
3047
|
{
|
|
2155
3048
|
"name": "router",
|
|
@@ -2166,14 +3059,17 @@
|
|
|
2166
3059
|
{
|
|
2167
3060
|
"name": "Sébastien Chopin",
|
|
2168
3061
|
"github": "Atinux",
|
|
2169
|
-
"twitter": "Atinux"
|
|
2170
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3062
|
+
"twitter": "Atinux"
|
|
2171
3063
|
}
|
|
2172
|
-
]
|
|
3064
|
+
],
|
|
3065
|
+
"compatibility": {
|
|
3066
|
+
"nuxt": "^2.0.0",
|
|
3067
|
+
"requires": {}
|
|
3068
|
+
}
|
|
2173
3069
|
},
|
|
2174
3070
|
{
|
|
2175
3071
|
"name": "sanity",
|
|
2176
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3072
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2177
3073
|
"repo": "nuxt-community/sanity-module#main",
|
|
2178
3074
|
"npm": "@nuxtjs/sanity",
|
|
2179
3075
|
"icon": "sanity.png",
|
|
@@ -2186,10 +3082,15 @@
|
|
|
2186
3082
|
{
|
|
2187
3083
|
"name": "Daniel Roe",
|
|
2188
3084
|
"github": "danielroe",
|
|
2189
|
-
"twitter": "danielcroe"
|
|
2190
|
-
|
|
3085
|
+
"twitter": "danielcroe"
|
|
3086
|
+
}
|
|
3087
|
+
],
|
|
3088
|
+
"compatibility": {
|
|
3089
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3090
|
+
"requires": {
|
|
3091
|
+
"bridge": "optional"
|
|
2191
3092
|
}
|
|
2192
|
-
|
|
3093
|
+
}
|
|
2193
3094
|
},
|
|
2194
3095
|
{
|
|
2195
3096
|
"name": "scss-to-js",
|
|
@@ -2205,10 +3106,13 @@
|
|
|
2205
3106
|
"maintainers": [
|
|
2206
3107
|
{
|
|
2207
3108
|
"name": "sugoidesune",
|
|
2208
|
-
"github": "sugoidesune"
|
|
2209
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3109
|
+
"github": "sugoidesune"
|
|
2210
3110
|
}
|
|
2211
|
-
]
|
|
3111
|
+
],
|
|
3112
|
+
"compatibility": {
|
|
3113
|
+
"nuxt": "^2.0.0",
|
|
3114
|
+
"requires": {}
|
|
3115
|
+
}
|
|
2212
3116
|
},
|
|
2213
3117
|
{
|
|
2214
3118
|
"name": "segment",
|
|
@@ -2224,10 +3128,13 @@
|
|
|
2224
3128
|
"maintainers": [
|
|
2225
3129
|
{
|
|
2226
3130
|
"name": "dansmaculotte",
|
|
2227
|
-
"github": "dansmaculotte"
|
|
2228
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3131
|
+
"github": "dansmaculotte"
|
|
2229
3132
|
}
|
|
2230
|
-
]
|
|
3133
|
+
],
|
|
3134
|
+
"compatibility": {
|
|
3135
|
+
"nuxt": "^2.0.0",
|
|
3136
|
+
"requires": {}
|
|
3137
|
+
}
|
|
2231
3138
|
},
|
|
2232
3139
|
{
|
|
2233
3140
|
"name": "sentry",
|
|
@@ -2243,10 +3150,36 @@
|
|
|
2243
3150
|
"maintainers": [
|
|
2244
3151
|
{
|
|
2245
3152
|
"name": "Rafał Chłodnicki",
|
|
2246
|
-
"github": "rchl"
|
|
2247
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3153
|
+
"github": "rchl"
|
|
2248
3154
|
}
|
|
2249
|
-
]
|
|
3155
|
+
],
|
|
3156
|
+
"compatibility": {
|
|
3157
|
+
"nuxt": "^2.0.0",
|
|
3158
|
+
"requires": {}
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "seo-meta",
|
|
3163
|
+
"description": "Simple generate seo metadata",
|
|
3164
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3165
|
+
"npm": "nuxt-seo-meta",
|
|
3166
|
+
"icon": "",
|
|
3167
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3168
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3169
|
+
"learn_more": "",
|
|
3170
|
+
"category": "SEO",
|
|
3171
|
+
"type": "3rd-party",
|
|
3172
|
+
"maintainers": [
|
|
3173
|
+
{
|
|
3174
|
+
"name": "ihavecoke",
|
|
3175
|
+
"github": "ihavecoke",
|
|
3176
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"compatibility": {
|
|
3180
|
+
"nuxt": "^2.0.0",
|
|
3181
|
+
"requires": {}
|
|
3182
|
+
}
|
|
2250
3183
|
},
|
|
2251
3184
|
{
|
|
2252
3185
|
"name": "seomatic-meta",
|
|
@@ -2262,10 +3195,13 @@
|
|
|
2262
3195
|
"maintainers": [
|
|
2263
3196
|
{
|
|
2264
3197
|
"name": "ben-rogerson",
|
|
2265
|
-
"github": "ben-rogerson"
|
|
2266
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3198
|
+
"github": "ben-rogerson"
|
|
2267
3199
|
}
|
|
2268
|
-
]
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": "^2.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
2269
3205
|
},
|
|
2270
3206
|
{
|
|
2271
3207
|
"name": "separate-env",
|
|
@@ -2282,10 +3218,13 @@
|
|
|
2282
3218
|
{
|
|
2283
3219
|
"name": "Alexander Lichter",
|
|
2284
3220
|
"github": "manniL",
|
|
2285
|
-
"twitter": "TheAlexLichter"
|
|
2286
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3221
|
+
"twitter": "TheAlexLichter"
|
|
2287
3222
|
}
|
|
2288
|
-
]
|
|
3223
|
+
],
|
|
3224
|
+
"compatibility": {
|
|
3225
|
+
"nuxt": "^2.0.0",
|
|
3226
|
+
"requires": {}
|
|
3227
|
+
}
|
|
2289
3228
|
},
|
|
2290
3229
|
{
|
|
2291
3230
|
"name": "shopify",
|
|
@@ -2301,10 +3240,13 @@
|
|
|
2301
3240
|
"maintainers": [
|
|
2302
3241
|
{
|
|
2303
3242
|
"name": "Gomah",
|
|
2304
|
-
"github": "Gomah"
|
|
2305
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3243
|
+
"github": "Gomah"
|
|
2306
3244
|
}
|
|
2307
|
-
]
|
|
3245
|
+
],
|
|
3246
|
+
"compatibility": {
|
|
3247
|
+
"nuxt": "^2.0.0",
|
|
3248
|
+
"requires": {}
|
|
3249
|
+
}
|
|
2308
3250
|
},
|
|
2309
3251
|
{
|
|
2310
3252
|
"name": "simple-line-icons",
|
|
@@ -2320,10 +3262,13 @@
|
|
|
2320
3262
|
"maintainers": [
|
|
2321
3263
|
{
|
|
2322
3264
|
"name": "vaso2",
|
|
2323
|
-
"github": "vaso2"
|
|
2324
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3265
|
+
"github": "vaso2"
|
|
2325
3266
|
}
|
|
2326
|
-
]
|
|
3267
|
+
],
|
|
3268
|
+
"compatibility": {
|
|
3269
|
+
"nuxt": "^2.0.0",
|
|
3270
|
+
"requires": {}
|
|
3271
|
+
}
|
|
2327
3272
|
},
|
|
2328
3273
|
{
|
|
2329
3274
|
"name": "sitemap",
|
|
@@ -2340,10 +3285,36 @@
|
|
|
2340
3285
|
{
|
|
2341
3286
|
"name": "Nicolas PENNEC",
|
|
2342
3287
|
"github": "NicoPennec",
|
|
2343
|
-
"twitter": "NicoPennec"
|
|
2344
|
-
|
|
3288
|
+
"twitter": "NicoPennec"
|
|
3289
|
+
}
|
|
3290
|
+
],
|
|
3291
|
+
"compatibility": {
|
|
3292
|
+
"nuxt": "^2.0.0",
|
|
3293
|
+
"requires": {}
|
|
3294
|
+
}
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"name": "snipcart",
|
|
3298
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3299
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3300
|
+
"npm": "@nuxtjs/snipcart",
|
|
3301
|
+
"icon": "snipcart.png",
|
|
3302
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3303
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3304
|
+
"learn_more": "",
|
|
3305
|
+
"category": "Payment",
|
|
3306
|
+
"type": "community",
|
|
3307
|
+
"maintainers": [
|
|
3308
|
+
{
|
|
3309
|
+
"name": "Florent GIRAUD",
|
|
3310
|
+
"github": "f3ltron",
|
|
3311
|
+
"twitter": "giraud_florent"
|
|
2345
3312
|
}
|
|
2346
|
-
]
|
|
3313
|
+
],
|
|
3314
|
+
"compatibility": {
|
|
3315
|
+
"nuxt": "^2.0.0",
|
|
3316
|
+
"requires": {}
|
|
3317
|
+
}
|
|
2347
3318
|
},
|
|
2348
3319
|
{
|
|
2349
3320
|
"name": "social-meta",
|
|
@@ -2359,10 +3330,13 @@
|
|
|
2359
3330
|
"maintainers": [
|
|
2360
3331
|
{
|
|
2361
3332
|
"name": "AlekseyPleshkov",
|
|
2362
|
-
"github": "AlekseyPleshkov"
|
|
2363
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3333
|
+
"github": "AlekseyPleshkov"
|
|
2364
3334
|
}
|
|
2365
|
-
]
|
|
3335
|
+
],
|
|
3336
|
+
"compatibility": {
|
|
3337
|
+
"nuxt": "^2.0.0",
|
|
3338
|
+
"requires": {}
|
|
3339
|
+
}
|
|
2366
3340
|
},
|
|
2367
3341
|
{
|
|
2368
3342
|
"name": "socket-io",
|
|
@@ -2378,10 +3352,13 @@
|
|
|
2378
3352
|
"maintainers": [
|
|
2379
3353
|
{
|
|
2380
3354
|
"name": "richardeschloss",
|
|
2381
|
-
"github": "richardeschloss"
|
|
2382
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3355
|
+
"github": "richardeschloss"
|
|
2383
3356
|
}
|
|
2384
|
-
]
|
|
3357
|
+
],
|
|
3358
|
+
"compatibility": {
|
|
3359
|
+
"nuxt": "^2.0.0",
|
|
3360
|
+
"requires": {}
|
|
3361
|
+
}
|
|
2385
3362
|
},
|
|
2386
3363
|
{
|
|
2387
3364
|
"name": "speedcurve",
|
|
@@ -2398,10 +3375,46 @@
|
|
|
2398
3375
|
{
|
|
2399
3376
|
"name": "Josh Deltener",
|
|
2400
3377
|
"github": "hecktarzuli",
|
|
2401
|
-
"twitter": "JoshDeltener"
|
|
2402
|
-
|
|
3378
|
+
"twitter": "JoshDeltener"
|
|
3379
|
+
}
|
|
3380
|
+
],
|
|
3381
|
+
"compatibility": {
|
|
3382
|
+
"nuxt": "^2.0.0",
|
|
3383
|
+
"requires": {}
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"name": "speedkit",
|
|
3388
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3389
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3390
|
+
"npm": "nuxt-speedkit",
|
|
3391
|
+
"icon": "speedkit.png",
|
|
3392
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3393
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3394
|
+
"learn_more": "",
|
|
3395
|
+
"category": "Performance",
|
|
3396
|
+
"type": "3rd-party",
|
|
3397
|
+
"maintainers": [
|
|
3398
|
+
{
|
|
3399
|
+
"name": "Stephan Gerbeth",
|
|
3400
|
+
"github": "StephanGerbeth",
|
|
3401
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"name": "Thorn Walli",
|
|
3405
|
+
"github": "ThornWalli",
|
|
3406
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "Grabarz & Partner",
|
|
3410
|
+
"github": "GrabarzUndPartner",
|
|
3411
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2403
3412
|
}
|
|
2404
|
-
]
|
|
3413
|
+
],
|
|
3414
|
+
"compatibility": {
|
|
3415
|
+
"nuxt": "^2.0.0",
|
|
3416
|
+
"requires": {}
|
|
3417
|
+
}
|
|
2405
3418
|
},
|
|
2406
3419
|
{
|
|
2407
3420
|
"name": "storage",
|
|
@@ -2417,10 +3430,35 @@
|
|
|
2417
3430
|
"maintainers": [
|
|
2418
3431
|
{
|
|
2419
3432
|
"name": "mazipan",
|
|
2420
|
-
"github": "mazipan"
|
|
2421
|
-
|
|
3433
|
+
"github": "mazipan"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
"compatibility": {
|
|
3437
|
+
"nuxt": "^2.0.0",
|
|
3438
|
+
"requires": {}
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"name": "storefront-ui",
|
|
3443
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3444
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3445
|
+
"npm": "@storefront-ui/nuxt",
|
|
3446
|
+
"icon": "storefront-ui.svg",
|
|
3447
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3448
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3449
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3450
|
+
"category": "UI",
|
|
3451
|
+
"type": "3rd-party",
|
|
3452
|
+
"maintainers": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "Jakub Andrzejewski",
|
|
3455
|
+
"github": "Baroshem"
|
|
2422
3456
|
}
|
|
2423
|
-
]
|
|
3457
|
+
],
|
|
3458
|
+
"compatibility": {
|
|
3459
|
+
"nuxt": "^2.0.0",
|
|
3460
|
+
"requires": {}
|
|
3461
|
+
}
|
|
2424
3462
|
},
|
|
2425
3463
|
{
|
|
2426
3464
|
"name": "stories",
|
|
@@ -2436,16 +3474,19 @@
|
|
|
2436
3474
|
"maintainers": [
|
|
2437
3475
|
{
|
|
2438
3476
|
"name": "richardeschloss",
|
|
2439
|
-
"github": "richardeschloss"
|
|
2440
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3477
|
+
"github": "richardeschloss"
|
|
2441
3478
|
}
|
|
2442
|
-
]
|
|
3479
|
+
],
|
|
3480
|
+
"compatibility": {
|
|
3481
|
+
"nuxt": "^2.0.0",
|
|
3482
|
+
"requires": {}
|
|
3483
|
+
}
|
|
2443
3484
|
},
|
|
2444
3485
|
{
|
|
2445
3486
|
"name": "storyblok",
|
|
2446
3487
|
"description": "Storyblok Nuxt.js module",
|
|
2447
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2448
|
-
"npm": "storyblok
|
|
3488
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3489
|
+
"npm": "@storyblok/nuxt",
|
|
2449
3490
|
"icon": "storyblok.png",
|
|
2450
3491
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2451
3492
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2455,10 +3496,13 @@
|
|
|
2455
3496
|
"maintainers": [
|
|
2456
3497
|
{
|
|
2457
3498
|
"name": "storyblok",
|
|
2458
|
-
"github": "storyblok"
|
|
2459
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3499
|
+
"github": "storyblok"
|
|
2460
3500
|
}
|
|
2461
|
-
]
|
|
3501
|
+
],
|
|
3502
|
+
"compatibility": {
|
|
3503
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3504
|
+
"requires": {}
|
|
3505
|
+
}
|
|
2462
3506
|
},
|
|
2463
3507
|
{
|
|
2464
3508
|
"name": "storybook",
|
|
@@ -2475,16 +3519,20 @@
|
|
|
2475
3519
|
{
|
|
2476
3520
|
"name": "Ahad Birang",
|
|
2477
3521
|
"github": "farnabaz",
|
|
2478
|
-
"twitter": "a_birang"
|
|
2479
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3522
|
+
"twitter": "a_birang"
|
|
2480
3523
|
},
|
|
2481
3524
|
{
|
|
2482
3525
|
"name": "Pooya Parsa",
|
|
2483
3526
|
"github": "pi0",
|
|
2484
|
-
"twitter": "_pi0_"
|
|
2485
|
-
|
|
3527
|
+
"twitter": "_pi0_"
|
|
3528
|
+
}
|
|
3529
|
+
],
|
|
3530
|
+
"compatibility": {
|
|
3531
|
+
"nuxt": "^2.0.0",
|
|
3532
|
+
"requires": {
|
|
3533
|
+
"bridge": "optional"
|
|
2486
3534
|
}
|
|
2487
|
-
|
|
3535
|
+
}
|
|
2488
3536
|
},
|
|
2489
3537
|
{
|
|
2490
3538
|
"name": "strapi",
|
|
@@ -2501,16 +3549,18 @@
|
|
|
2501
3549
|
{
|
|
2502
3550
|
"name": "Benjamin Canac",
|
|
2503
3551
|
"github": "benjamincanac",
|
|
2504
|
-
"twitter": "benjamincanac"
|
|
2505
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3552
|
+
"twitter": "benjamincanac"
|
|
2506
3553
|
},
|
|
2507
3554
|
{
|
|
2508
3555
|
"name": "Sébastien Chopin",
|
|
2509
3556
|
"github": "Atinux",
|
|
2510
|
-
"twitter": "Atinux"
|
|
2511
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3557
|
+
"twitter": "Atinux"
|
|
2512
3558
|
}
|
|
2513
|
-
]
|
|
3559
|
+
],
|
|
3560
|
+
"compatibility": {
|
|
3561
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3562
|
+
"requires": {}
|
|
3563
|
+
}
|
|
2514
3564
|
},
|
|
2515
3565
|
{
|
|
2516
3566
|
"name": "stripe",
|
|
@@ -2526,10 +3576,13 @@
|
|
|
2526
3576
|
"maintainers": [
|
|
2527
3577
|
{
|
|
2528
3578
|
"name": "WilliamDASILVA",
|
|
2529
|
-
"github": "WilliamDASILVA"
|
|
2530
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3579
|
+
"github": "WilliamDASILVA"
|
|
2531
3580
|
}
|
|
2532
|
-
]
|
|
3581
|
+
],
|
|
3582
|
+
"compatibility": {
|
|
3583
|
+
"nuxt": "^2.0.0",
|
|
3584
|
+
"requires": {}
|
|
3585
|
+
}
|
|
2533
3586
|
},
|
|
2534
3587
|
{
|
|
2535
3588
|
"name": "style-resources",
|
|
@@ -2546,10 +3599,13 @@
|
|
|
2546
3599
|
{
|
|
2547
3600
|
"name": "Alexander Lichter",
|
|
2548
3601
|
"github": "manniL",
|
|
2549
|
-
"twitter": "TheAlexLichter"
|
|
2550
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3602
|
+
"twitter": "TheAlexLichter"
|
|
2551
3603
|
}
|
|
2552
|
-
]
|
|
3604
|
+
],
|
|
3605
|
+
"compatibility": {
|
|
3606
|
+
"nuxt": "^2.0.0",
|
|
3607
|
+
"requires": {}
|
|
3608
|
+
}
|
|
2553
3609
|
},
|
|
2554
3610
|
{
|
|
2555
3611
|
"name": "stylelint",
|
|
@@ -2565,10 +3621,59 @@
|
|
|
2565
3621
|
"maintainers": [
|
|
2566
3622
|
{
|
|
2567
3623
|
"name": "Ricardo Gobbo de Souza",
|
|
2568
|
-
"github": "ricardogobbosouza"
|
|
2569
|
-
|
|
3624
|
+
"github": "ricardogobbosouza"
|
|
3625
|
+
}
|
|
3626
|
+
],
|
|
3627
|
+
"compatibility": {
|
|
3628
|
+
"nuxt": "^2.0.0",
|
|
3629
|
+
"requires": {}
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "stylify",
|
|
3634
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3635
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3636
|
+
"npm": "@stylify/nuxt-module",
|
|
3637
|
+
"icon": "stylify.svg",
|
|
3638
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3639
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3640
|
+
"learn_more": "https://stylify.dev",
|
|
3641
|
+
"category": "UI",
|
|
3642
|
+
"type": "3rd-party",
|
|
3643
|
+
"maintainers": [
|
|
3644
|
+
{
|
|
3645
|
+
"name": "Vladimír Macháček",
|
|
3646
|
+
"github": "Machy8",
|
|
3647
|
+
"twitter": "8machy"
|
|
2570
3648
|
}
|
|
2571
|
-
]
|
|
3649
|
+
],
|
|
3650
|
+
"compatibility": {
|
|
3651
|
+
"nuxt": "^2.0.0",
|
|
3652
|
+
"requires": {}
|
|
3653
|
+
}
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "supabase",
|
|
3657
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3658
|
+
"repo": "supabase/nuxt-supabase",
|
|
3659
|
+
"npm": "nuxt-supabase",
|
|
3660
|
+
"icon": "supabase.png",
|
|
3661
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3662
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3663
|
+
"learn_more": "https://supabase.io",
|
|
3664
|
+
"category": "Database",
|
|
3665
|
+
"type": "3rd-party",
|
|
3666
|
+
"maintainers": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "Scott Robertson",
|
|
3669
|
+
"github": "scottrobertson",
|
|
3670
|
+
"twitter": "scottymeuk"
|
|
3671
|
+
}
|
|
3672
|
+
],
|
|
3673
|
+
"compatibility": {
|
|
3674
|
+
"nuxt": "^2.0.0",
|
|
3675
|
+
"requires": {}
|
|
3676
|
+
}
|
|
2572
3677
|
},
|
|
2573
3678
|
{
|
|
2574
3679
|
"name": "svg-loader",
|
|
@@ -2584,10 +3689,13 @@
|
|
|
2584
3689
|
"maintainers": [
|
|
2585
3690
|
{
|
|
2586
3691
|
"name": "Developmint",
|
|
2587
|
-
"github": "Developmint"
|
|
2588
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3692
|
+
"github": "Developmint"
|
|
2589
3693
|
}
|
|
2590
|
-
]
|
|
3694
|
+
],
|
|
3695
|
+
"compatibility": {
|
|
3696
|
+
"nuxt": "^2.0.0",
|
|
3697
|
+
"requires": {}
|
|
3698
|
+
}
|
|
2591
3699
|
},
|
|
2592
3700
|
{
|
|
2593
3701
|
"name": "svg-sprite",
|
|
@@ -2604,10 +3712,13 @@
|
|
|
2604
3712
|
{
|
|
2605
3713
|
"name": "Ahad Birang",
|
|
2606
3714
|
"github": "farnabaz",
|
|
2607
|
-
"twitter": "a_birang"
|
|
2608
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3715
|
+
"twitter": "a_birang"
|
|
2609
3716
|
}
|
|
2610
|
-
]
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": "^2.0.0",
|
|
3720
|
+
"requires": {}
|
|
3721
|
+
}
|
|
2611
3722
|
},
|
|
2612
3723
|
{
|
|
2613
3724
|
"name": "svg",
|
|
@@ -2623,10 +3734,13 @@
|
|
|
2623
3734
|
"maintainers": [
|
|
2624
3735
|
{
|
|
2625
3736
|
"name": "Sam Holmes",
|
|
2626
|
-
"github": "sam3d"
|
|
2627
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3737
|
+
"github": "sam3d"
|
|
2628
3738
|
}
|
|
2629
|
-
]
|
|
3739
|
+
],
|
|
3740
|
+
"compatibility": {
|
|
3741
|
+
"nuxt": "^2.0.0",
|
|
3742
|
+
"requires": {}
|
|
3743
|
+
}
|
|
2630
3744
|
},
|
|
2631
3745
|
{
|
|
2632
3746
|
"name": "sweetalert2",
|
|
@@ -2642,10 +3756,13 @@
|
|
|
2642
3756
|
"maintainers": [
|
|
2643
3757
|
{
|
|
2644
3758
|
"name": "ImreC",
|
|
2645
|
-
"github": "ImreC"
|
|
2646
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3759
|
+
"github": "ImreC"
|
|
2647
3760
|
}
|
|
2648
|
-
]
|
|
3761
|
+
],
|
|
3762
|
+
"compatibility": {
|
|
3763
|
+
"nuxt": "^2.0.0",
|
|
3764
|
+
"requires": {}
|
|
3765
|
+
}
|
|
2649
3766
|
},
|
|
2650
3767
|
{
|
|
2651
3768
|
"name": "tailwindcss",
|
|
@@ -2662,10 +3779,36 @@
|
|
|
2662
3779
|
{
|
|
2663
3780
|
"name": "Sébastien Chopin",
|
|
2664
3781
|
"github": "Atinux",
|
|
2665
|
-
"twitter": "Atinux"
|
|
2666
|
-
|
|
3782
|
+
"twitter": "Atinux"
|
|
3783
|
+
}
|
|
3784
|
+
],
|
|
3785
|
+
"compatibility": {
|
|
3786
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3787
|
+
"requires": {}
|
|
3788
|
+
}
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "tiktok-analytics",
|
|
3792
|
+
"description": "",
|
|
3793
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3794
|
+
"npm": "tiktok-analytics",
|
|
3795
|
+
"icon": "",
|
|
3796
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3797
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3798
|
+
"learn_more": "",
|
|
3799
|
+
"category": "Analytics",
|
|
3800
|
+
"type": "3rd-party",
|
|
3801
|
+
"maintainers": [
|
|
3802
|
+
{
|
|
3803
|
+
"name": "stickpro",
|
|
3804
|
+
"github": "stickpro",
|
|
3805
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2667
3806
|
}
|
|
2668
|
-
]
|
|
3807
|
+
],
|
|
3808
|
+
"compatibility": {
|
|
3809
|
+
"nuxt": "^2.0.0",
|
|
3810
|
+
"requires": {}
|
|
3811
|
+
}
|
|
2669
3812
|
},
|
|
2670
3813
|
{
|
|
2671
3814
|
"name": "toast",
|
|
@@ -2673,8 +3816,8 @@
|
|
|
2673
3816
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2674
3817
|
"npm": "@nuxtjs/toast",
|
|
2675
3818
|
"icon": "",
|
|
2676
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2677
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3819
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3820
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2678
3821
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2679
3822
|
"category": "Libraries",
|
|
2680
3823
|
"type": "community",
|
|
@@ -2682,10 +3825,37 @@
|
|
|
2682
3825
|
{
|
|
2683
3826
|
"name": "Pooya Parsa",
|
|
2684
3827
|
"github": "pi0",
|
|
2685
|
-
"twitter": "_pi0_"
|
|
2686
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3828
|
+
"twitter": "_pi0_"
|
|
2687
3829
|
}
|
|
2688
|
-
]
|
|
3830
|
+
],
|
|
3831
|
+
"compatibility": {
|
|
3832
|
+
"nuxt": "^2.0.0",
|
|
3833
|
+
"requires": {}
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"name": "twa",
|
|
3838
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3839
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3840
|
+
"npm": "nuxt-twa",
|
|
3841
|
+
"icon": "",
|
|
3842
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3843
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3844
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3845
|
+
"category": "Performance",
|
|
3846
|
+
"type": "3rd-party",
|
|
3847
|
+
"maintainers": [
|
|
3848
|
+
{
|
|
3849
|
+
"name": "Nicolas Perraut",
|
|
3850
|
+
"github": "tuarrep"
|
|
3851
|
+
}
|
|
3852
|
+
],
|
|
3853
|
+
"compatibility": {
|
|
3854
|
+
"nuxt": "^2.0.0",
|
|
3855
|
+
"requires": {
|
|
3856
|
+
"bridge": "optional"
|
|
3857
|
+
}
|
|
3858
|
+
}
|
|
2689
3859
|
},
|
|
2690
3860
|
{
|
|
2691
3861
|
"name": "typed-router",
|
|
@@ -2701,10 +3871,13 @@
|
|
|
2701
3871
|
"maintainers": [
|
|
2702
3872
|
{
|
|
2703
3873
|
"name": "victorgarciaesgi",
|
|
2704
|
-
"github": "victorgarciaesgi"
|
|
2705
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3874
|
+
"github": "victorgarciaesgi"
|
|
2706
3875
|
}
|
|
2707
|
-
]
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^2.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
2708
3881
|
},
|
|
2709
3882
|
{
|
|
2710
3883
|
"name": "typescript-runtime",
|
|
@@ -2720,22 +3893,23 @@
|
|
|
2720
3893
|
"maintainers": [
|
|
2721
3894
|
{
|
|
2722
3895
|
"name": "Kevin Marrec",
|
|
2723
|
-
"github": "kevinmarrec"
|
|
2724
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3896
|
+
"github": "kevinmarrec"
|
|
2725
3897
|
},
|
|
2726
3898
|
{
|
|
2727
3899
|
"name": "Pooya Parsa",
|
|
2728
3900
|
"github": "pi0",
|
|
2729
|
-
"twitter": "_pi0_"
|
|
2730
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3901
|
+
"twitter": "_pi0_"
|
|
2731
3902
|
},
|
|
2732
3903
|
{
|
|
2733
3904
|
"name": "Daniel Roe",
|
|
2734
3905
|
"github": "danielroe",
|
|
2735
|
-
"twitter": "danielcroe"
|
|
2736
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3906
|
+
"twitter": "danielcroe"
|
|
2737
3907
|
}
|
|
2738
|
-
]
|
|
3908
|
+
],
|
|
3909
|
+
"compatibility": {
|
|
3910
|
+
"nuxt": "^2.0.0",
|
|
3911
|
+
"requires": {}
|
|
3912
|
+
}
|
|
2739
3913
|
},
|
|
2740
3914
|
{
|
|
2741
3915
|
"name": "typescript",
|
|
@@ -2751,22 +3925,23 @@
|
|
|
2751
3925
|
"maintainers": [
|
|
2752
3926
|
{
|
|
2753
3927
|
"name": "Kevin Marrec",
|
|
2754
|
-
"github": "kevinmarrec"
|
|
2755
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3928
|
+
"github": "kevinmarrec"
|
|
2756
3929
|
},
|
|
2757
3930
|
{
|
|
2758
3931
|
"name": "Pooya Parsa",
|
|
2759
3932
|
"github": "pi0",
|
|
2760
|
-
"twitter": "_pi0_"
|
|
2761
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3933
|
+
"twitter": "_pi0_"
|
|
2762
3934
|
},
|
|
2763
3935
|
{
|
|
2764
3936
|
"name": "Daniel Roe",
|
|
2765
3937
|
"github": "danielroe",
|
|
2766
|
-
"twitter": "danielcroe"
|
|
2767
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3938
|
+
"twitter": "danielcroe"
|
|
2768
3939
|
}
|
|
2769
|
-
]
|
|
3940
|
+
],
|
|
3941
|
+
"compatibility": {
|
|
3942
|
+
"nuxt": "^2.0.0",
|
|
3943
|
+
"requires": {}
|
|
3944
|
+
}
|
|
2770
3945
|
},
|
|
2771
3946
|
{
|
|
2772
3947
|
"name": "universal-storage",
|
|
@@ -2783,16 +3958,44 @@
|
|
|
2783
3958
|
{
|
|
2784
3959
|
"name": "Pooya Parsa",
|
|
2785
3960
|
"github": "pi0",
|
|
2786
|
-
"twitter": "_pi0_"
|
|
2787
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3961
|
+
"twitter": "_pi0_"
|
|
2788
3962
|
},
|
|
2789
3963
|
{
|
|
2790
3964
|
"name": "Farzad Soltani",
|
|
2791
3965
|
"github": "farzadso",
|
|
2792
|
-
"twitter": "farzadso"
|
|
2793
|
-
|
|
3966
|
+
"twitter": "farzadso"
|
|
3967
|
+
}
|
|
3968
|
+
],
|
|
3969
|
+
"compatibility": {
|
|
3970
|
+
"nuxt": "^2.0.0",
|
|
3971
|
+
"requires": {}
|
|
3972
|
+
}
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"name": "unocss",
|
|
3976
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3977
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3978
|
+
"npm": "@unocss/nuxt",
|
|
3979
|
+
"icon": "unocss.svg",
|
|
3980
|
+
"github": "https://github.com/antfu/unocss",
|
|
3981
|
+
"website": "https://github.com/antfu/unocss",
|
|
3982
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3983
|
+
"category": "UI",
|
|
3984
|
+
"type": "3rd-party",
|
|
3985
|
+
"maintainers": [
|
|
3986
|
+
{
|
|
3987
|
+
"name": "Anthony Fu",
|
|
3988
|
+
"github": "antfu",
|
|
3989
|
+
"twitter": "antfu7",
|
|
3990
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"compatibility": {
|
|
3994
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3995
|
+
"requires": {
|
|
3996
|
+
"bridge": "optional"
|
|
2794
3997
|
}
|
|
2795
|
-
|
|
3998
|
+
}
|
|
2796
3999
|
},
|
|
2797
4000
|
{
|
|
2798
4001
|
"name": "user-agent",
|
|
@@ -2808,10 +4011,13 @@
|
|
|
2808
4011
|
"maintainers": [
|
|
2809
4012
|
{
|
|
2810
4013
|
"name": "fukuiretu",
|
|
2811
|
-
"github": "fukuiretu"
|
|
2812
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4014
|
+
"github": "fukuiretu"
|
|
2813
4015
|
}
|
|
2814
|
-
]
|
|
4016
|
+
],
|
|
4017
|
+
"compatibility": {
|
|
4018
|
+
"nuxt": "^2.0.0",
|
|
4019
|
+
"requires": {}
|
|
4020
|
+
}
|
|
2815
4021
|
},
|
|
2816
4022
|
{
|
|
2817
4023
|
"name": "validate",
|
|
@@ -2827,10 +4033,13 @@
|
|
|
2827
4033
|
"maintainers": [
|
|
2828
4034
|
{
|
|
2829
4035
|
"name": "lewyuburi",
|
|
2830
|
-
"github": "lewyuburi"
|
|
2831
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4036
|
+
"github": "lewyuburi"
|
|
2832
4037
|
}
|
|
2833
|
-
]
|
|
4038
|
+
],
|
|
4039
|
+
"compatibility": {
|
|
4040
|
+
"nuxt": "^2.0.0",
|
|
4041
|
+
"requires": {}
|
|
4042
|
+
}
|
|
2834
4043
|
},
|
|
2835
4044
|
{
|
|
2836
4045
|
"name": "vendor",
|
|
@@ -2847,10 +4056,13 @@
|
|
|
2847
4056
|
{
|
|
2848
4057
|
"name": "Pooya Parsa",
|
|
2849
4058
|
"github": "pi0",
|
|
2850
|
-
"twitter": "_pi0_"
|
|
2851
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4059
|
+
"twitter": "_pi0_"
|
|
2852
4060
|
}
|
|
2853
|
-
]
|
|
4061
|
+
],
|
|
4062
|
+
"compatibility": {
|
|
4063
|
+
"nuxt": "^2.0.0",
|
|
4064
|
+
"requires": {}
|
|
4065
|
+
}
|
|
2854
4066
|
},
|
|
2855
4067
|
{
|
|
2856
4068
|
"name": "vue-material",
|
|
@@ -2866,10 +4078,13 @@
|
|
|
2866
4078
|
"maintainers": [
|
|
2867
4079
|
{
|
|
2868
4080
|
"name": "vaso2",
|
|
2869
|
-
"github": "vaso2"
|
|
2870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4081
|
+
"github": "vaso2"
|
|
2871
4082
|
}
|
|
2872
|
-
]
|
|
4083
|
+
],
|
|
4084
|
+
"compatibility": {
|
|
4085
|
+
"nuxt": "^2.0.0",
|
|
4086
|
+
"requires": {}
|
|
4087
|
+
}
|
|
2873
4088
|
},
|
|
2874
4089
|
{
|
|
2875
4090
|
"name": "vue-multiselect",
|
|
@@ -2885,10 +4100,13 @@
|
|
|
2885
4100
|
"maintainers": [
|
|
2886
4101
|
{
|
|
2887
4102
|
"name": "spektrummedia",
|
|
2888
|
-
"github": "spektrummedia"
|
|
2889
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4103
|
+
"github": "spektrummedia"
|
|
2890
4104
|
}
|
|
2891
|
-
]
|
|
4105
|
+
],
|
|
4106
|
+
"compatibility": {
|
|
4107
|
+
"nuxt": "^2.0.0",
|
|
4108
|
+
"requires": {}
|
|
4109
|
+
}
|
|
2892
4110
|
},
|
|
2893
4111
|
{
|
|
2894
4112
|
"name": "vue-select",
|
|
@@ -2904,10 +4122,13 @@
|
|
|
2904
4122
|
"maintainers": [
|
|
2905
4123
|
{
|
|
2906
4124
|
"name": "madmod",
|
|
2907
|
-
"github": "madmod"
|
|
2908
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4125
|
+
"github": "madmod"
|
|
2909
4126
|
}
|
|
2910
|
-
]
|
|
4127
|
+
],
|
|
4128
|
+
"compatibility": {
|
|
4129
|
+
"nuxt": "^2.0.0",
|
|
4130
|
+
"requires": {}
|
|
4131
|
+
}
|
|
2911
4132
|
},
|
|
2912
4133
|
{
|
|
2913
4134
|
"name": "vue-warehouse",
|
|
@@ -2924,10 +4145,13 @@
|
|
|
2924
4145
|
{
|
|
2925
4146
|
"name": "Julio Marquez",
|
|
2926
4147
|
"github": "juliomrqz",
|
|
2927
|
-
"twitter": "juliomrqz"
|
|
2928
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4148
|
+
"twitter": "juliomrqz"
|
|
2929
4149
|
}
|
|
2930
|
-
]
|
|
4150
|
+
],
|
|
4151
|
+
"compatibility": {
|
|
4152
|
+
"nuxt": "^2.0.0",
|
|
4153
|
+
"requires": {}
|
|
4154
|
+
}
|
|
2931
4155
|
},
|
|
2932
4156
|
{
|
|
2933
4157
|
"name": "vuetify",
|
|
@@ -2943,16 +4167,43 @@
|
|
|
2943
4167
|
"maintainers": [
|
|
2944
4168
|
{
|
|
2945
4169
|
"name": "Kevin Marrec",
|
|
2946
|
-
"github": "kevinmarrec"
|
|
2947
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4170
|
+
"github": "kevinmarrec"
|
|
2948
4171
|
},
|
|
2949
4172
|
{
|
|
2950
4173
|
"name": "Pooya Parsa",
|
|
2951
4174
|
"github": "pi0",
|
|
2952
|
-
"twitter": "_pi0_"
|
|
2953
|
-
|
|
4175
|
+
"twitter": "_pi0_"
|
|
4176
|
+
}
|
|
4177
|
+
],
|
|
4178
|
+
"compatibility": {
|
|
4179
|
+
"nuxt": "^2.0.0",
|
|
4180
|
+
"requires": {}
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "vueuse",
|
|
4185
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4186
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4187
|
+
"npm": "@vueuse/core",
|
|
4188
|
+
"icon": "vueuse.svg",
|
|
4189
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4190
|
+
"website": "https://vueuse.org",
|
|
4191
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4192
|
+
"category": "Libraries",
|
|
4193
|
+
"type": "3rd-party",
|
|
4194
|
+
"maintainers": [
|
|
4195
|
+
{
|
|
4196
|
+
"name": "Anthony Fu",
|
|
4197
|
+
"github": "antfu",
|
|
4198
|
+
"twitter": "antfu7"
|
|
2954
4199
|
}
|
|
2955
|
-
]
|
|
4200
|
+
],
|
|
4201
|
+
"compatibility": {
|
|
4202
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4203
|
+
"requires": {
|
|
4204
|
+
"bridge": "optional"
|
|
4205
|
+
}
|
|
4206
|
+
}
|
|
2956
4207
|
},
|
|
2957
4208
|
{
|
|
2958
4209
|
"name": "vuex-router-sync",
|
|
@@ -2968,41 +4219,68 @@
|
|
|
2968
4219
|
"maintainers": [
|
|
2969
4220
|
{
|
|
2970
4221
|
"name": "paulgv",
|
|
2971
|
-
"github": "paulgv"
|
|
2972
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4222
|
+
"github": "paulgv"
|
|
2973
4223
|
}
|
|
2974
|
-
]
|
|
4224
|
+
],
|
|
4225
|
+
"compatibility": {
|
|
4226
|
+
"nuxt": "^2.0.0",
|
|
4227
|
+
"requires": {}
|
|
4228
|
+
}
|
|
2975
4229
|
},
|
|
2976
4230
|
{
|
|
2977
4231
|
"name": "web-vitals",
|
|
2978
4232
|
"description": "Web Vitals for Nuxt",
|
|
2979
4233
|
"repo": "nuxt-community/web-vitals-module",
|
|
2980
|
-
"npm": "
|
|
4234
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2981
4235
|
"icon": "",
|
|
2982
4236
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2983
4237
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2984
4238
|
"learn_more": "",
|
|
2985
4239
|
"category": "Performance",
|
|
2986
|
-
"type": "
|
|
4240
|
+
"type": "community",
|
|
2987
4241
|
"maintainers": [
|
|
2988
4242
|
{
|
|
2989
4243
|
"name": "daliborgogic",
|
|
2990
|
-
"github": "daliborgogic"
|
|
2991
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4244
|
+
"github": "daliborgogic"
|
|
2992
4245
|
},
|
|
2993
4246
|
{
|
|
2994
4247
|
"name": "Pooya Parsa",
|
|
2995
4248
|
"github": "pi0",
|
|
2996
|
-
"twitter": "_pi0_"
|
|
2997
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4249
|
+
"twitter": "_pi0_"
|
|
2998
4250
|
},
|
|
2999
4251
|
{
|
|
3000
4252
|
"name": "Sebastien Chopin",
|
|
3001
4253
|
"github": "Atinux",
|
|
3002
|
-
"twitter": "Atinux"
|
|
3003
|
-
|
|
4254
|
+
"twitter": "Atinux"
|
|
4255
|
+
}
|
|
4256
|
+
],
|
|
4257
|
+
"compatibility": {
|
|
4258
|
+
"nuxt": "^2.0.0",
|
|
4259
|
+
"requires": {}
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "web3js",
|
|
4264
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4265
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4266
|
+
"npm": "nuxt-web3",
|
|
4267
|
+
"icon": "web3js.svg",
|
|
4268
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4269
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4270
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4271
|
+
"category": "Libraries",
|
|
4272
|
+
"type": "3rd-party",
|
|
4273
|
+
"maintainers": [
|
|
4274
|
+
{
|
|
4275
|
+
"name": "Muhammad Fauzan",
|
|
4276
|
+
"github": "fauzan121002",
|
|
4277
|
+
"twitter": "fauzandev"
|
|
3004
4278
|
}
|
|
3005
|
-
]
|
|
4279
|
+
],
|
|
4280
|
+
"compatibility": {
|
|
4281
|
+
"nuxt": "^2.0.0",
|
|
4282
|
+
"requires": {}
|
|
4283
|
+
}
|
|
3006
4284
|
},
|
|
3007
4285
|
{
|
|
3008
4286
|
"name": "webfontloader",
|
|
@@ -3018,10 +4296,37 @@
|
|
|
3018
4296
|
"maintainers": [
|
|
3019
4297
|
{
|
|
3020
4298
|
"name": "Developmint",
|
|
3021
|
-
"github": "Developmint"
|
|
3022
|
-
|
|
4299
|
+
"github": "Developmint"
|
|
4300
|
+
}
|
|
4301
|
+
],
|
|
4302
|
+
"compatibility": {
|
|
4303
|
+
"nuxt": "^2.0.0",
|
|
4304
|
+
"requires": {}
|
|
4305
|
+
}
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"name": "webpack-optimisations",
|
|
4309
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4310
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4311
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4312
|
+
"icon": "build-optimisations.svg",
|
|
4313
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4314
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4315
|
+
"learn_more": "",
|
|
4316
|
+
"category": "Devtools",
|
|
4317
|
+
"type": "3rd-party",
|
|
4318
|
+
"maintainers": [
|
|
4319
|
+
{
|
|
4320
|
+
"name": "Harlan Wilton",
|
|
4321
|
+
"github": "harlan-zw"
|
|
4322
|
+
}
|
|
4323
|
+
],
|
|
4324
|
+
"compatibility": {
|
|
4325
|
+
"nuxt": "^2.0.0",
|
|
4326
|
+
"requires": {
|
|
4327
|
+
"bridge": "optional"
|
|
3023
4328
|
}
|
|
3024
|
-
|
|
4329
|
+
}
|
|
3025
4330
|
},
|
|
3026
4331
|
{
|
|
3027
4332
|
"name": "webpack-profile",
|
|
@@ -3038,10 +4343,13 @@
|
|
|
3038
4343
|
{
|
|
3039
4344
|
"name": "Pooya Parsa",
|
|
3040
4345
|
"github": "pi0",
|
|
3041
|
-
"twitter": "_pi0_"
|
|
3042
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4346
|
+
"twitter": "_pi0_"
|
|
3043
4347
|
}
|
|
3044
|
-
]
|
|
4348
|
+
],
|
|
4349
|
+
"compatibility": {
|
|
4350
|
+
"nuxt": "^2.0.0",
|
|
4351
|
+
"requires": {}
|
|
4352
|
+
}
|
|
3045
4353
|
},
|
|
3046
4354
|
{
|
|
3047
4355
|
"name": "webpackdashboard",
|
|
@@ -3057,10 +4365,13 @@
|
|
|
3057
4365
|
"maintainers": [
|
|
3058
4366
|
{
|
|
3059
4367
|
"name": "paulgv",
|
|
3060
|
-
"github": "paulgv"
|
|
3061
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4368
|
+
"github": "paulgv"
|
|
3062
4369
|
}
|
|
3063
|
-
]
|
|
4370
|
+
],
|
|
4371
|
+
"compatibility": {
|
|
4372
|
+
"nuxt": "^2.0.0",
|
|
4373
|
+
"requires": {}
|
|
4374
|
+
}
|
|
3064
4375
|
},
|
|
3065
4376
|
{
|
|
3066
4377
|
"name": "webpackmonitor",
|
|
@@ -3077,10 +4388,43 @@
|
|
|
3077
4388
|
{
|
|
3078
4389
|
"name": "Pooya Parsa",
|
|
3079
4390
|
"github": "pi0",
|
|
3080
|
-
"twitter": "_pi0_"
|
|
3081
|
-
|
|
4391
|
+
"twitter": "_pi0_"
|
|
4392
|
+
}
|
|
4393
|
+
],
|
|
4394
|
+
"compatibility": {
|
|
4395
|
+
"nuxt": "^2.0.0",
|
|
4396
|
+
"requires": {}
|
|
4397
|
+
}
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"name": "windicss",
|
|
4401
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4402
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4403
|
+
"npm": "nuxt-windicss",
|
|
4404
|
+
"icon": "windicss.svg",
|
|
4405
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4406
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4407
|
+
"learn_more": "https://windicss.org/",
|
|
4408
|
+
"category": "UI",
|
|
4409
|
+
"type": "3rd-party",
|
|
4410
|
+
"maintainers": [
|
|
4411
|
+
{
|
|
4412
|
+
"name": "Harlan Wilton",
|
|
4413
|
+
"github": "harlan-zw",
|
|
4414
|
+
"twitter": "harlan_zw"
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
"name": "Anthony Fu",
|
|
4418
|
+
"github": "antfu",
|
|
4419
|
+
"twitter": "antfu7"
|
|
4420
|
+
}
|
|
4421
|
+
],
|
|
4422
|
+
"compatibility": {
|
|
4423
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4424
|
+
"requires": {
|
|
4425
|
+
"bridge": "optional"
|
|
3082
4426
|
}
|
|
3083
|
-
|
|
4427
|
+
}
|
|
3084
4428
|
},
|
|
3085
4429
|
{
|
|
3086
4430
|
"name": "winston-log",
|
|
@@ -3096,10 +4440,13 @@
|
|
|
3096
4440
|
"maintainers": [
|
|
3097
4441
|
{
|
|
3098
4442
|
"name": "aaronransley",
|
|
3099
|
-
"github": "aaronransley"
|
|
3100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4443
|
+
"github": "aaronransley"
|
|
3101
4444
|
}
|
|
3102
|
-
]
|
|
4445
|
+
],
|
|
4446
|
+
"compatibility": {
|
|
4447
|
+
"nuxt": "^2.0.0",
|
|
4448
|
+
"requires": {}
|
|
4449
|
+
}
|
|
3103
4450
|
},
|
|
3104
4451
|
{
|
|
3105
4452
|
"name": "wp-nuxt",
|
|
@@ -3115,10 +4462,13 @@
|
|
|
3115
4462
|
"maintainers": [
|
|
3116
4463
|
{
|
|
3117
4464
|
"name": "yashha",
|
|
3118
|
-
"github": "yashha"
|
|
3119
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4465
|
+
"github": "yashha"
|
|
3120
4466
|
}
|
|
3121
|
-
]
|
|
4467
|
+
],
|
|
4468
|
+
"compatibility": {
|
|
4469
|
+
"nuxt": "^2.0.0",
|
|
4470
|
+
"requires": {}
|
|
4471
|
+
}
|
|
3122
4472
|
},
|
|
3123
4473
|
{
|
|
3124
4474
|
"name": "xhr-cache",
|
|
@@ -3134,10 +4484,13 @@
|
|
|
3134
4484
|
"maintainers": [
|
|
3135
4485
|
{
|
|
3136
4486
|
"name": "gaetansenn",
|
|
3137
|
-
"github": "gaetansenn"
|
|
3138
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4487
|
+
"github": "gaetansenn"
|
|
3139
4488
|
}
|
|
3140
|
-
]
|
|
4489
|
+
],
|
|
4490
|
+
"compatibility": {
|
|
4491
|
+
"nuxt": "^2.0.0",
|
|
4492
|
+
"requires": {}
|
|
4493
|
+
}
|
|
3141
4494
|
},
|
|
3142
4495
|
{
|
|
3143
4496
|
"name": "xui",
|
|
@@ -3153,10 +4506,13 @@
|
|
|
3153
4506
|
"maintainers": [
|
|
3154
4507
|
{
|
|
3155
4508
|
"name": "MetaCorp",
|
|
3156
|
-
"github": "MetaCorp"
|
|
3157
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4509
|
+
"github": "MetaCorp"
|
|
3158
4510
|
}
|
|
3159
|
-
]
|
|
4511
|
+
],
|
|
4512
|
+
"compatibility": {
|
|
4513
|
+
"nuxt": "^2.0.0",
|
|
4514
|
+
"requires": {}
|
|
4515
|
+
}
|
|
3160
4516
|
},
|
|
3161
4517
|
{
|
|
3162
4518
|
"name": "yandex-metrika",
|
|
@@ -3173,10 +4529,13 @@
|
|
|
3173
4529
|
{
|
|
3174
4530
|
"name": "Pooya Parsa",
|
|
3175
4531
|
"github": "pi0",
|
|
3176
|
-
"twitter": "_pi0_"
|
|
3177
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4532
|
+
"twitter": "_pi0_"
|
|
3178
4533
|
}
|
|
3179
|
-
]
|
|
4534
|
+
],
|
|
4535
|
+
"compatibility": {
|
|
4536
|
+
"nuxt": "^2.0.0",
|
|
4537
|
+
"requires": {}
|
|
4538
|
+
}
|
|
3180
4539
|
},
|
|
3181
4540
|
{
|
|
3182
4541
|
"name": "zendesk",
|
|
@@ -3192,9 +4551,12 @@
|
|
|
3192
4551
|
"maintainers": [
|
|
3193
4552
|
{
|
|
3194
4553
|
"name": "DansMaCulotte",
|
|
3195
|
-
"github": "DansMaCulotte"
|
|
3196
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4554
|
+
"github": "DansMaCulotte"
|
|
3197
4555
|
}
|
|
3198
|
-
]
|
|
4556
|
+
],
|
|
4557
|
+
"compatibility": {
|
|
4558
|
+
"nuxt": "^2.0.0",
|
|
4559
|
+
"requires": {}
|
|
4560
|
+
}
|
|
3199
4561
|
}
|
|
3200
4562
|
]
|