@nuxt/modules 0.5.0-42ef89 → 0.5.0-47ff83
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} +2131 -569
- package/package.json +2 -44
- package/LICENSE +0 -21
- package/README.md +0 -89
|
@@ -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"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
24
73
|
}
|
|
25
|
-
]
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^3.0.0",
|
|
77
|
+
"requires": {}
|
|
78
|
+
}
|
|
26
79
|
},
|
|
27
80
|
{
|
|
28
81
|
"name": "alias",
|
|
@@ -33,15 +86,18 @@
|
|
|
33
86
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
87
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
88
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
89
|
+
"category": "Extensions",
|
|
37
90
|
"type": "3rd-party",
|
|
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
|
-
|
|
117
|
+
"twitter": "a_birang"
|
|
118
|
+
}
|
|
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"
|
|
63
164
|
}
|
|
64
|
-
]
|
|
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",
|
|
@@ -210,16 +351,19 @@
|
|
|
210
351
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
352
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
353
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
213
|
-
"category": "
|
|
354
|
+
"category": "Extensions",
|
|
214
355
|
"type": "community",
|
|
215
356
|
"maintainers": [
|
|
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",
|
|
@@ -325,15 +529,18 @@
|
|
|
325
529
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
530
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
531
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
532
|
+
"category": "Extensions",
|
|
329
533
|
"type": "3rd-party",
|
|
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
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
605
|
+
"twitter": "Atinux"
|
|
394
606
|
}
|
|
395
|
-
]
|
|
607
|
+
],
|
|
608
|
+
"compatibility": {
|
|
609
|
+
"nuxt": "^2.0.0",
|
|
610
|
+
"requires": {
|
|
611
|
+
"bridge": "optional"
|
|
612
|
+
}
|
|
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",
|
|
@@ -448,16 +644,19 @@
|
|
|
448
644
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
645
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
646
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
647
|
+
"category": "Extensions",
|
|
452
648
|
"type": "community",
|
|
453
649
|
"maintainers": [
|
|
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,61 @@
|
|
|
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
|
-
"category": "
|
|
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
|
-
|
|
729
|
+
"github": "GrabarzUndPartner"
|
|
730
|
+
}
|
|
731
|
+
],
|
|
732
|
+
"compatibility": {
|
|
733
|
+
"nuxt": "^2.0.0",
|
|
734
|
+
"requires": {}
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "darkmode.js",
|
|
739
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
740
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
741
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
742
|
+
"icon": "darkmode.png",
|
|
743
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
744
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
745
|
+
"learn_more": "",
|
|
746
|
+
"category": "UI",
|
|
747
|
+
"type": "3rd-party",
|
|
748
|
+
"maintainers": [
|
|
749
|
+
{
|
|
750
|
+
"name": "sandoche",
|
|
751
|
+
"github": "sandoche"
|
|
528
752
|
}
|
|
529
|
-
]
|
|
753
|
+
],
|
|
754
|
+
"compatibility": {
|
|
755
|
+
"nuxt": "^2.0.0",
|
|
756
|
+
"requires": {}
|
|
757
|
+
}
|
|
530
758
|
},
|
|
531
759
|
{
|
|
532
760
|
"name": "date-fns",
|
|
@@ -542,10 +770,35 @@
|
|
|
542
770
|
"maintainers": [
|
|
543
771
|
{
|
|
544
772
|
"name": "Ricardo Gobbo de Souza",
|
|
545
|
-
"github": "ricardogobbosouza"
|
|
546
|
-
|
|
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"
|
|
547
796
|
}
|
|
548
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"compatibility": {
|
|
799
|
+
"nuxt": "^2.0.0",
|
|
800
|
+
"requires": {}
|
|
801
|
+
}
|
|
549
802
|
},
|
|
550
803
|
{
|
|
551
804
|
"name": "dayjs",
|
|
@@ -562,10 +815,13 @@
|
|
|
562
815
|
{
|
|
563
816
|
"name": "Takuma HANATANI",
|
|
564
817
|
"github": "potato4d",
|
|
565
|
-
"twitter": "potato4d"
|
|
566
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
818
|
+
"twitter": "potato4d"
|
|
567
819
|
}
|
|
568
|
-
]
|
|
820
|
+
],
|
|
821
|
+
"compatibility": {
|
|
822
|
+
"nuxt": "^2.0.0",
|
|
823
|
+
"requires": {}
|
|
824
|
+
}
|
|
569
825
|
},
|
|
570
826
|
{
|
|
571
827
|
"name": "device",
|
|
@@ -576,15 +832,18 @@
|
|
|
576
832
|
"github": "https://github.com/nuxt-community/device-module",
|
|
577
833
|
"website": "https://github.com/nuxt-community/device-module",
|
|
578
834
|
"learn_more": "",
|
|
579
|
-
"category": "
|
|
835
|
+
"category": "Extensions",
|
|
580
836
|
"type": "community",
|
|
581
837
|
"maintainers": [
|
|
582
838
|
{
|
|
583
839
|
"name": "Shinji Yamada",
|
|
584
|
-
"github": "dotneet"
|
|
585
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
840
|
+
"github": "dotneet"
|
|
586
841
|
}
|
|
587
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"compatibility": {
|
|
844
|
+
"nuxt": "^2.0.0",
|
|
845
|
+
"requires": {}
|
|
846
|
+
}
|
|
588
847
|
},
|
|
589
848
|
{
|
|
590
849
|
"name": "dotenv",
|
|
@@ -595,15 +854,73 @@
|
|
|
595
854
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
596
855
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
597
856
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
598
|
-
"category": "
|
|
857
|
+
"category": "Extensions",
|
|
599
858
|
"type": "community",
|
|
600
859
|
"maintainers": [
|
|
601
860
|
{
|
|
602
861
|
"name": "Julien Tant",
|
|
603
|
-
"github": "JulienTant"
|
|
604
|
-
|
|
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"
|
|
605
918
|
}
|
|
606
|
-
]
|
|
919
|
+
],
|
|
920
|
+
"compatibility": {
|
|
921
|
+
"nuxt": "^2.0.0",
|
|
922
|
+
"requires": {}
|
|
923
|
+
}
|
|
607
924
|
},
|
|
608
925
|
{
|
|
609
926
|
"name": "emotion",
|
|
@@ -614,16 +931,19 @@
|
|
|
614
931
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
615
932
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
616
933
|
"learn_more": "https://emotion.sh/",
|
|
617
|
-
"category": "
|
|
934
|
+
"category": "Extensions",
|
|
618
935
|
"type": "community",
|
|
619
936
|
"maintainers": [
|
|
620
937
|
{
|
|
621
938
|
"name": "Pooya Parsa",
|
|
622
939
|
"github": "pi0",
|
|
623
|
-
"twitter": "_pi0_"
|
|
624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
940
|
+
"twitter": "_pi0_"
|
|
625
941
|
}
|
|
626
|
-
]
|
|
942
|
+
],
|
|
943
|
+
"compatibility": {
|
|
944
|
+
"nuxt": "^2.0.0",
|
|
945
|
+
"requires": {}
|
|
946
|
+
}
|
|
627
947
|
},
|
|
628
948
|
{
|
|
629
949
|
"name": "eslint",
|
|
@@ -639,10 +959,13 @@
|
|
|
639
959
|
"maintainers": [
|
|
640
960
|
{
|
|
641
961
|
"name": "Ricardo Gobbo de Souza",
|
|
642
|
-
"github": "ricardogobbosouza"
|
|
643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
962
|
+
"github": "ricardogobbosouza"
|
|
644
963
|
}
|
|
645
|
-
]
|
|
964
|
+
],
|
|
965
|
+
"compatibility": {
|
|
966
|
+
"nuxt": "^2.0.0",
|
|
967
|
+
"requires": {}
|
|
968
|
+
}
|
|
646
969
|
},
|
|
647
970
|
{
|
|
648
971
|
"name": "event-trace",
|
|
@@ -658,10 +981,35 @@
|
|
|
658
981
|
"maintainers": [
|
|
659
982
|
{
|
|
660
983
|
"name": "Xin Du",
|
|
661
|
-
"github": "clarkdo"
|
|
662
|
-
|
|
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"
|
|
663
1007
|
}
|
|
664
|
-
]
|
|
1008
|
+
],
|
|
1009
|
+
"compatibility": {
|
|
1010
|
+
"nuxt": "^2.0.0",
|
|
1011
|
+
"requires": {}
|
|
1012
|
+
}
|
|
665
1013
|
},
|
|
666
1014
|
{
|
|
667
1015
|
"name": "feature-toggle",
|
|
@@ -672,15 +1020,18 @@
|
|
|
672
1020
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
673
1021
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
674
1022
|
"learn_more": "",
|
|
675
|
-
"category": "
|
|
1023
|
+
"category": "Extensions",
|
|
676
1024
|
"type": "3rd-party",
|
|
677
1025
|
"maintainers": [
|
|
678
1026
|
{
|
|
679
1027
|
"name": "stephenkr",
|
|
680
|
-
"github": "stephenkr"
|
|
681
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1028
|
+
"github": "stephenkr"
|
|
682
1029
|
}
|
|
683
|
-
]
|
|
1030
|
+
],
|
|
1031
|
+
"compatibility": {
|
|
1032
|
+
"nuxt": "^2.0.0",
|
|
1033
|
+
"requires": {}
|
|
1034
|
+
}
|
|
684
1035
|
},
|
|
685
1036
|
{
|
|
686
1037
|
"name": "feed",
|
|
@@ -697,16 +1048,19 @@
|
|
|
697
1048
|
{
|
|
698
1049
|
"name": "Alexander Lichter",
|
|
699
1050
|
"github": "manniL",
|
|
700
|
-
"twitter": "TheAlexLichter"
|
|
701
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1051
|
+
"twitter": "TheAlexLichter"
|
|
702
1052
|
}
|
|
703
|
-
]
|
|
1053
|
+
],
|
|
1054
|
+
"compatibility": {
|
|
1055
|
+
"nuxt": "^2.0.0",
|
|
1056
|
+
"requires": {}
|
|
1057
|
+
}
|
|
704
1058
|
},
|
|
705
1059
|
{
|
|
706
1060
|
"name": "firebase",
|
|
707
|
-
"description": "
|
|
1061
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
708
1062
|
"repo": "nuxt-community/firebase-module",
|
|
709
|
-
"npm": "@nuxtjs/firebase",
|
|
1063
|
+
"npm": "@nuxtjs/firebase-monorepo",
|
|
710
1064
|
"icon": "firebase.png",
|
|
711
1065
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
712
1066
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -716,10 +1070,35 @@
|
|
|
716
1070
|
"maintainers": [
|
|
717
1071
|
{
|
|
718
1072
|
"name": "Pascal Luther",
|
|
719
|
-
"github": "lupas"
|
|
720
|
-
|
|
1073
|
+
"github": "lupas"
|
|
1074
|
+
}
|
|
1075
|
+
],
|
|
1076
|
+
"compatibility": {
|
|
1077
|
+
"nuxt": "^2.0.0",
|
|
1078
|
+
"requires": {}
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "floating-prompt-module",
|
|
1083
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1084
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1085
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1086
|
+
"icon": "",
|
|
1087
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1088
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1089
|
+
"learn_more": "",
|
|
1090
|
+
"category": "Libraries",
|
|
1091
|
+
"type": "3rd-party",
|
|
1092
|
+
"maintainers": [
|
|
1093
|
+
{
|
|
1094
|
+
"name": "sandoche",
|
|
1095
|
+
"github": "sandoche"
|
|
721
1096
|
}
|
|
722
|
-
]
|
|
1097
|
+
],
|
|
1098
|
+
"compatibility": {
|
|
1099
|
+
"nuxt": "^2.0.0",
|
|
1100
|
+
"requires": {}
|
|
1101
|
+
}
|
|
723
1102
|
},
|
|
724
1103
|
{
|
|
725
1104
|
"name": "font-loader-strategy",
|
|
@@ -735,10 +1114,35 @@
|
|
|
735
1114
|
"maintainers": [
|
|
736
1115
|
{
|
|
737
1116
|
"name": "GrabarzUndPartner",
|
|
738
|
-
"github": "GrabarzUndPartner"
|
|
739
|
-
|
|
1117
|
+
"github": "GrabarzUndPartner"
|
|
1118
|
+
}
|
|
1119
|
+
],
|
|
1120
|
+
"compatibility": {
|
|
1121
|
+
"nuxt": "^2.0.0",
|
|
1122
|
+
"requires": {}
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "fontagon",
|
|
1127
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1128
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1129
|
+
"npm": "nuxt-fontagon",
|
|
1130
|
+
"icon": "fontagon.png",
|
|
1131
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1132
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1133
|
+
"learn_more": "",
|
|
1134
|
+
"category": "Libraries",
|
|
1135
|
+
"type": "3rd-party",
|
|
1136
|
+
"maintainers": [
|
|
1137
|
+
{
|
|
1138
|
+
"name": "kdydesign",
|
|
1139
|
+
"github": "kdydesign"
|
|
740
1140
|
}
|
|
741
|
-
]
|
|
1141
|
+
],
|
|
1142
|
+
"compatibility": {
|
|
1143
|
+
"nuxt": "^2.0.0",
|
|
1144
|
+
"requires": {}
|
|
1145
|
+
}
|
|
742
1146
|
},
|
|
743
1147
|
{
|
|
744
1148
|
"name": "fontawesome",
|
|
@@ -754,10 +1158,41 @@
|
|
|
754
1158
|
"maintainers": [
|
|
755
1159
|
{
|
|
756
1160
|
"name": "Pim",
|
|
757
|
-
"github": "pimlie"
|
|
758
|
-
|
|
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"
|
|
759
1190
|
}
|
|
760
|
-
]
|
|
1191
|
+
],
|
|
1192
|
+
"compatibility": {
|
|
1193
|
+
"nuxt": "^3.0.0",
|
|
1194
|
+
"requires": {}
|
|
1195
|
+
}
|
|
761
1196
|
},
|
|
762
1197
|
{
|
|
763
1198
|
"name": "fullpage",
|
|
@@ -773,10 +1208,35 @@
|
|
|
773
1208
|
"maintainers": [
|
|
774
1209
|
{
|
|
775
1210
|
"name": "vaso2",
|
|
776
|
-
"github": "vaso2"
|
|
777
|
-
|
|
1211
|
+
"github": "vaso2"
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"compatibility": {
|
|
1215
|
+
"nuxt": "^2.0.0",
|
|
1216
|
+
"requires": {}
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "github-api",
|
|
1221
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1222
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1223
|
+
"npm": "nuxt-github-api",
|
|
1224
|
+
"icon": "github.svg",
|
|
1225
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1226
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1227
|
+
"learn_more": "",
|
|
1228
|
+
"category": "Request",
|
|
1229
|
+
"type": "3rd-party",
|
|
1230
|
+
"maintainers": [
|
|
1231
|
+
{
|
|
1232
|
+
"name": "lindsaykwardell",
|
|
1233
|
+
"github": "lindsaykwardell"
|
|
778
1234
|
}
|
|
779
|
-
]
|
|
1235
|
+
],
|
|
1236
|
+
"compatibility": {
|
|
1237
|
+
"nuxt": "^2.0.0",
|
|
1238
|
+
"requires": {}
|
|
1239
|
+
}
|
|
780
1240
|
},
|
|
781
1241
|
{
|
|
782
1242
|
"name": "google-adsense",
|
|
@@ -792,10 +1252,13 @@
|
|
|
792
1252
|
"maintainers": [
|
|
793
1253
|
{
|
|
794
1254
|
"name": "Troy Morehouse",
|
|
795
|
-
"github": "tmorehouse"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1255
|
+
"github": "tmorehouse"
|
|
797
1256
|
}
|
|
798
|
-
]
|
|
1257
|
+
],
|
|
1258
|
+
"compatibility": {
|
|
1259
|
+
"nuxt": "^2.0.0",
|
|
1260
|
+
"requires": {}
|
|
1261
|
+
}
|
|
799
1262
|
},
|
|
800
1263
|
{
|
|
801
1264
|
"name": "google-analytics",
|
|
@@ -812,28 +1275,29 @@
|
|
|
812
1275
|
{
|
|
813
1276
|
"name": "Pooya Parsa",
|
|
814
1277
|
"github": "pi0",
|
|
815
|
-
"twitter": "_pi0_"
|
|
816
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1278
|
+
"twitter": "_pi0_"
|
|
817
1279
|
},
|
|
818
1280
|
{
|
|
819
1281
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1282
|
+
"github": "ricardogobbosouza"
|
|
822
1283
|
},
|
|
823
1284
|
{
|
|
824
1285
|
"name": "Matteo Gabriele",
|
|
825
1286
|
"github": "MatteoGabriele",
|
|
826
|
-
"twitter": "matteo_gabriele"
|
|
827
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1287
|
+
"twitter": "matteo_gabriele"
|
|
828
1288
|
}
|
|
829
|
-
]
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^2.0.0",
|
|
1292
|
+
"requires": {}
|
|
1293
|
+
}
|
|
830
1294
|
},
|
|
831
1295
|
{
|
|
832
1296
|
"name": "google-fonts",
|
|
833
1297
|
"description": "Google Fonts module for NuxtJS",
|
|
834
1298
|
"repo": "nuxt-community/google-fonts-module",
|
|
835
1299
|
"npm": "@nuxtjs/google-fonts",
|
|
836
|
-
"icon": "google-fonts.
|
|
1300
|
+
"icon": "google-fonts.png",
|
|
837
1301
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
838
1302
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
839
1303
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -842,10 +1306,13 @@
|
|
|
842
1306
|
"maintainers": [
|
|
843
1307
|
{
|
|
844
1308
|
"name": "Ricardo Gobbo de Souza",
|
|
845
|
-
"github": "ricardogobbosouza"
|
|
846
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1309
|
+
"github": "ricardogobbosouza"
|
|
847
1310
|
}
|
|
848
|
-
]
|
|
1311
|
+
],
|
|
1312
|
+
"compatibility": {
|
|
1313
|
+
"nuxt": "^2.0.0",
|
|
1314
|
+
"requires": {}
|
|
1315
|
+
}
|
|
849
1316
|
},
|
|
850
1317
|
{
|
|
851
1318
|
"name": "google-gtag",
|
|
@@ -861,15 +1328,17 @@
|
|
|
861
1328
|
"maintainers": [
|
|
862
1329
|
{
|
|
863
1330
|
"name": "Dominic Garms",
|
|
864
|
-
"github": "dohomi"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1331
|
+
"github": "dohomi"
|
|
866
1332
|
},
|
|
867
1333
|
{
|
|
868
1334
|
"name": "Ricardo Gobbo de Souza",
|
|
869
|
-
"github": "ricardogobbosouza"
|
|
870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1335
|
+
"github": "ricardogobbosouza"
|
|
871
1336
|
}
|
|
872
|
-
]
|
|
1337
|
+
],
|
|
1338
|
+
"compatibility": {
|
|
1339
|
+
"nuxt": "^2.0.0",
|
|
1340
|
+
"requires": {}
|
|
1341
|
+
}
|
|
873
1342
|
},
|
|
874
1343
|
{
|
|
875
1344
|
"name": "google-optimize",
|
|
@@ -886,22 +1355,45 @@
|
|
|
886
1355
|
{
|
|
887
1356
|
"name": "Pooya Parsa",
|
|
888
1357
|
"github": "pi0",
|
|
889
|
-
"twitter": "_pi0_"
|
|
890
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1358
|
+
"twitter": "_pi0_"
|
|
891
1359
|
},
|
|
892
1360
|
{
|
|
893
1361
|
"name": "Farzad Soltani",
|
|
894
1362
|
"github": "farzadso",
|
|
895
|
-
"twitter": "farzadso"
|
|
896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1363
|
+
"twitter": "farzadso"
|
|
897
1364
|
},
|
|
898
1365
|
{
|
|
899
1366
|
"name": "Josh Deltener",
|
|
900
1367
|
"github": "hecktarzuli",
|
|
901
|
-
"twitter": "JoshDeltener"
|
|
902
|
-
|
|
1368
|
+
"twitter": "JoshDeltener"
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"compatibility": {
|
|
1372
|
+
"nuxt": "^2.0.0",
|
|
1373
|
+
"requires": {}
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "graphql-request",
|
|
1378
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1379
|
+
"repo": "gomah/nuxt-graphql-request",
|
|
1380
|
+
"npm": "nuxt-graphql-request",
|
|
1381
|
+
"icon": "graphql-request.png",
|
|
1382
|
+
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1383
|
+
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
1384
|
+
"learn_more": "",
|
|
1385
|
+
"category": "Request",
|
|
1386
|
+
"type": "3rd-party",
|
|
1387
|
+
"maintainers": [
|
|
1388
|
+
{
|
|
1389
|
+
"name": "gomah",
|
|
1390
|
+
"github": "gomah"
|
|
903
1391
|
}
|
|
904
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"compatibility": {
|
|
1394
|
+
"nuxt": "^2.0.0",
|
|
1395
|
+
"requires": {}
|
|
1396
|
+
}
|
|
905
1397
|
},
|
|
906
1398
|
{
|
|
907
1399
|
"name": "gtm",
|
|
@@ -918,10 +1410,13 @@
|
|
|
918
1410
|
{
|
|
919
1411
|
"name": "Pooya Parsa",
|
|
920
1412
|
"github": "pi0",
|
|
921
|
-
"twitter": "_pi0_"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1413
|
+
"twitter": "_pi0_"
|
|
923
1414
|
}
|
|
924
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"compatibility": {
|
|
1417
|
+
"nuxt": "^2.0.0",
|
|
1418
|
+
"requires": {}
|
|
1419
|
+
}
|
|
925
1420
|
},
|
|
926
1421
|
{
|
|
927
1422
|
"name": "guess",
|
|
@@ -937,10 +1432,36 @@
|
|
|
937
1432
|
"maintainers": [
|
|
938
1433
|
{
|
|
939
1434
|
"name": "Xin Du",
|
|
940
|
-
"github": "clarkdo"
|
|
941
|
-
|
|
1435
|
+
"github": "clarkdo"
|
|
1436
|
+
}
|
|
1437
|
+
],
|
|
1438
|
+
"compatibility": {
|
|
1439
|
+
"nuxt": "^2.0.0",
|
|
1440
|
+
"requires": {}
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "headway",
|
|
1445
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1446
|
+
"repo": "l-portet/nuxt-headway",
|
|
1447
|
+
"npm": "nuxt-headway",
|
|
1448
|
+
"icon": "headway.png",
|
|
1449
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1450
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1451
|
+
"learn_more": "https://headwayapp.co/",
|
|
1452
|
+
"category": "UI",
|
|
1453
|
+
"type": "3rd-party",
|
|
1454
|
+
"maintainers": [
|
|
1455
|
+
{
|
|
1456
|
+
"name": "l-portet",
|
|
1457
|
+
"github": "l-portet",
|
|
1458
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
942
1459
|
}
|
|
943
|
-
]
|
|
1460
|
+
],
|
|
1461
|
+
"compatibility": {
|
|
1462
|
+
"nuxt": "^2.0.0",
|
|
1463
|
+
"requires": {}
|
|
1464
|
+
}
|
|
944
1465
|
},
|
|
945
1466
|
{
|
|
946
1467
|
"name": "helmet",
|
|
@@ -956,10 +1477,13 @@
|
|
|
956
1477
|
"maintainers": [
|
|
957
1478
|
{
|
|
958
1479
|
"name": "victor-perez",
|
|
959
|
-
"github": "victor-perez"
|
|
960
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1480
|
+
"github": "victor-perez"
|
|
961
1481
|
}
|
|
962
|
-
]
|
|
1482
|
+
],
|
|
1483
|
+
"compatibility": {
|
|
1484
|
+
"nuxt": "^2.0.0",
|
|
1485
|
+
"requires": {}
|
|
1486
|
+
}
|
|
963
1487
|
},
|
|
964
1488
|
{
|
|
965
1489
|
"name": "highcharts",
|
|
@@ -975,10 +1499,13 @@
|
|
|
975
1499
|
"maintainers": [
|
|
976
1500
|
{
|
|
977
1501
|
"name": "richardeschloss",
|
|
978
|
-
"github": "richardeschloss"
|
|
979
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1502
|
+
"github": "richardeschloss"
|
|
980
1503
|
}
|
|
981
|
-
]
|
|
1504
|
+
],
|
|
1505
|
+
"compatibility": {
|
|
1506
|
+
"nuxt": "^2.0.0",
|
|
1507
|
+
"requires": {}
|
|
1508
|
+
}
|
|
982
1509
|
},
|
|
983
1510
|
{
|
|
984
1511
|
"name": "history-state",
|
|
@@ -989,15 +1516,18 @@
|
|
|
989
1516
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
990
1517
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
991
1518
|
"learn_more": "",
|
|
992
|
-
"category": "
|
|
1519
|
+
"category": "Extensions",
|
|
993
1520
|
"type": "3rd-party",
|
|
994
1521
|
"maintainers": [
|
|
995
1522
|
{
|
|
996
1523
|
"name": "hidekatsu-izuno",
|
|
997
|
-
"github": "hidekatsu-izuno"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1524
|
+
"github": "hidekatsu-izuno"
|
|
999
1525
|
}
|
|
1000
|
-
]
|
|
1526
|
+
],
|
|
1527
|
+
"compatibility": {
|
|
1528
|
+
"nuxt": "^2.0.0",
|
|
1529
|
+
"requires": {}
|
|
1530
|
+
}
|
|
1001
1531
|
},
|
|
1002
1532
|
{
|
|
1003
1533
|
"name": "html-minifier",
|
|
@@ -1013,10 +1543,36 @@
|
|
|
1013
1543
|
"maintainers": [
|
|
1014
1544
|
{
|
|
1015
1545
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
1546
|
+
"github": "clarkdo"
|
|
1547
|
+
}
|
|
1548
|
+
],
|
|
1549
|
+
"compatibility": {
|
|
1550
|
+
"nuxt": "^2.0.0",
|
|
1551
|
+
"requires": {}
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "html-validator",
|
|
1556
|
+
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1557
|
+
"repo": "nuxt-community/html-validator-module",
|
|
1558
|
+
"npm": "@nuxtjs/html-validator",
|
|
1559
|
+
"icon": "html-validator.png",
|
|
1560
|
+
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1561
|
+
"website": "https://html-validator.nuxtjs.org",
|
|
1562
|
+
"learn_more": "https://html-validate.org",
|
|
1563
|
+
"category": "Performance",
|
|
1564
|
+
"type": "community",
|
|
1565
|
+
"maintainers": [
|
|
1566
|
+
{
|
|
1567
|
+
"name": "Daniel Roe",
|
|
1568
|
+
"github": "danielroe",
|
|
1569
|
+
"twitter": "danielcroe"
|
|
1018
1570
|
}
|
|
1019
|
-
]
|
|
1571
|
+
],
|
|
1572
|
+
"compatibility": {
|
|
1573
|
+
"nuxt": "^2.0.0",
|
|
1574
|
+
"requires": {}
|
|
1575
|
+
}
|
|
1020
1576
|
},
|
|
1021
1577
|
{
|
|
1022
1578
|
"name": "http",
|
|
@@ -1033,16 +1589,41 @@
|
|
|
1033
1589
|
{
|
|
1034
1590
|
"name": "Pooya Parsa",
|
|
1035
1591
|
"github": "pi0",
|
|
1036
|
-
"twitter": "_pi0_"
|
|
1037
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1592
|
+
"twitter": "_pi0_"
|
|
1038
1593
|
},
|
|
1039
1594
|
{
|
|
1040
1595
|
"name": "Sébastien Chopin",
|
|
1041
1596
|
"github": "Atinux",
|
|
1042
|
-
"twitter": "Atinux"
|
|
1043
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1597
|
+
"twitter": "Atinux"
|
|
1044
1598
|
}
|
|
1045
|
-
]
|
|
1599
|
+
],
|
|
1600
|
+
"compatibility": {
|
|
1601
|
+
"nuxt": "^2.0.0",
|
|
1602
|
+
"requires": {}
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "humans-txt",
|
|
1607
|
+
"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.",
|
|
1608
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1609
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1610
|
+
"icon": "",
|
|
1611
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1612
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1613
|
+
"learn_more": "https://humanstxt.org/",
|
|
1614
|
+
"category": "SEO",
|
|
1615
|
+
"type": "3rd-party",
|
|
1616
|
+
"maintainers": [
|
|
1617
|
+
{
|
|
1618
|
+
"name": "Luca Iaconelli",
|
|
1619
|
+
"github": "LuXDAmore",
|
|
1620
|
+
"twitter": "luxdamore"
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
"compatibility": {
|
|
1624
|
+
"nuxt": "^2.0.0",
|
|
1625
|
+
"requires": {}
|
|
1626
|
+
}
|
|
1046
1627
|
},
|
|
1047
1628
|
{
|
|
1048
1629
|
"name": "i18n",
|
|
@@ -1053,20 +1634,22 @@
|
|
|
1053
1634
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1054
1635
|
"website": "https://i18n.nuxtjs.org",
|
|
1055
1636
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1056
|
-
"category": "
|
|
1637
|
+
"category": "Extensions",
|
|
1057
1638
|
"type": "community",
|
|
1058
1639
|
"maintainers": [
|
|
1059
1640
|
{
|
|
1060
1641
|
"name": "Rafał Chłodnicki",
|
|
1061
|
-
"github": "rchl"
|
|
1062
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1642
|
+
"github": "rchl"
|
|
1063
1643
|
},
|
|
1064
1644
|
{
|
|
1065
|
-
"name": "
|
|
1066
|
-
"github": "
|
|
1067
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1645
|
+
"name": "Kazuya Kawaguchi",
|
|
1646
|
+
"github": "kazupon"
|
|
1068
1647
|
}
|
|
1069
|
-
]
|
|
1648
|
+
],
|
|
1649
|
+
"compatibility": {
|
|
1650
|
+
"nuxt": "^2.0.0",
|
|
1651
|
+
"requires": {}
|
|
1652
|
+
}
|
|
1070
1653
|
},
|
|
1071
1654
|
{
|
|
1072
1655
|
"name": "image-loader",
|
|
@@ -1082,10 +1665,13 @@
|
|
|
1082
1665
|
"maintainers": [
|
|
1083
1666
|
{
|
|
1084
1667
|
"name": "Barry Fisher",
|
|
1085
|
-
"github": "Barry-Fisher"
|
|
1086
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1668
|
+
"github": "Barry-Fisher"
|
|
1087
1669
|
}
|
|
1088
|
-
]
|
|
1670
|
+
],
|
|
1671
|
+
"compatibility": {
|
|
1672
|
+
"nuxt": "^2.0.0",
|
|
1673
|
+
"requires": {}
|
|
1674
|
+
}
|
|
1089
1675
|
},
|
|
1090
1676
|
{
|
|
1091
1677
|
"name": "image",
|
|
@@ -1102,22 +1688,25 @@
|
|
|
1102
1688
|
{
|
|
1103
1689
|
"name": "Ahad Birang",
|
|
1104
1690
|
"github": "farnabaz",
|
|
1105
|
-
"twitter": "a_birang"
|
|
1106
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1691
|
+
"twitter": "a_birang"
|
|
1107
1692
|
},
|
|
1108
1693
|
{
|
|
1109
1694
|
"name": "Pooya Parsa",
|
|
1110
1695
|
"github": "pi0",
|
|
1111
|
-
"twitter": "_pi0_"
|
|
1112
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1696
|
+
"twitter": "_pi0_"
|
|
1113
1697
|
},
|
|
1114
1698
|
{
|
|
1115
1699
|
"name": "Sebastien Chopin",
|
|
1116
1700
|
"github": "Atinux",
|
|
1117
|
-
"twitter": "Atinux"
|
|
1118
|
-
|
|
1701
|
+
"twitter": "Atinux"
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"compatibility": {
|
|
1705
|
+
"nuxt": "^2.0.0",
|
|
1706
|
+
"requires": {
|
|
1707
|
+
"bridge": "optional"
|
|
1119
1708
|
}
|
|
1120
|
-
|
|
1709
|
+
}
|
|
1121
1710
|
},
|
|
1122
1711
|
{
|
|
1123
1712
|
"name": "imagemin",
|
|
@@ -1133,10 +1722,38 @@
|
|
|
1133
1722
|
"maintainers": [
|
|
1134
1723
|
{
|
|
1135
1724
|
"name": "Ricardo Gobbo de Souza",
|
|
1136
|
-
"github": "ricardogobbosouza"
|
|
1137
|
-
|
|
1725
|
+
"github": "ricardogobbosouza"
|
|
1726
|
+
}
|
|
1727
|
+
],
|
|
1728
|
+
"compatibility": {
|
|
1729
|
+
"nuxt": "^2.0.0",
|
|
1730
|
+
"requires": {}
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "inkline",
|
|
1735
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1736
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1737
|
+
"npm": "@inkline/nuxt",
|
|
1738
|
+
"icon": "inkline.svg",
|
|
1739
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1740
|
+
"website": "https://inkline.io",
|
|
1741
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1742
|
+
"category": "UI",
|
|
1743
|
+
"type": "3rd-party",
|
|
1744
|
+
"maintainers": [
|
|
1745
|
+
{
|
|
1746
|
+
"name": "Alex Grozav",
|
|
1747
|
+
"github": "alexgrozav",
|
|
1748
|
+
"twitter": "alexgrozav"
|
|
1138
1749
|
}
|
|
1139
|
-
]
|
|
1750
|
+
],
|
|
1751
|
+
"compatibility": {
|
|
1752
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1753
|
+
"requires": {
|
|
1754
|
+
"bridge": true
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1140
1757
|
},
|
|
1141
1758
|
{
|
|
1142
1759
|
"name": "intercom",
|
|
@@ -1152,10 +1769,35 @@
|
|
|
1152
1769
|
"maintainers": [
|
|
1153
1770
|
{
|
|
1154
1771
|
"name": "hex-digital",
|
|
1155
|
-
"github": "hex-digital"
|
|
1156
|
-
|
|
1772
|
+
"github": "hex-digital"
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"compatibility": {
|
|
1776
|
+
"nuxt": "^2.0.0",
|
|
1777
|
+
"requires": {}
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "jsonapi",
|
|
1782
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1783
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1784
|
+
"npm": "nuxt-jsonapi",
|
|
1785
|
+
"icon": "jsonapi.svg",
|
|
1786
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1787
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1788
|
+
"learn_more": "",
|
|
1789
|
+
"category": "Request",
|
|
1790
|
+
"type": "3rd-party",
|
|
1791
|
+
"maintainers": [
|
|
1792
|
+
{
|
|
1793
|
+
"name": "patrickcate",
|
|
1794
|
+
"github": "patrickcate"
|
|
1157
1795
|
}
|
|
1158
|
-
]
|
|
1796
|
+
],
|
|
1797
|
+
"compatibility": {
|
|
1798
|
+
"nuxt": "^2.0.0",
|
|
1799
|
+
"requires": {}
|
|
1800
|
+
}
|
|
1159
1801
|
},
|
|
1160
1802
|
{
|
|
1161
1803
|
"name": "kentico-kontent",
|
|
@@ -1171,10 +1813,13 @@
|
|
|
1171
1813
|
"maintainers": [
|
|
1172
1814
|
{
|
|
1173
1815
|
"name": "Alfred Brockötter",
|
|
1174
|
-
"github": "Domitnator"
|
|
1175
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1816
|
+
"github": "Domitnator"
|
|
1176
1817
|
}
|
|
1177
|
-
]
|
|
1818
|
+
],
|
|
1819
|
+
"compatibility": {
|
|
1820
|
+
"nuxt": "^2.0.0",
|
|
1821
|
+
"requires": {}
|
|
1822
|
+
}
|
|
1178
1823
|
},
|
|
1179
1824
|
{
|
|
1180
1825
|
"name": "laravel-echo",
|
|
@@ -1190,10 +1835,13 @@
|
|
|
1190
1835
|
"maintainers": [
|
|
1191
1836
|
{
|
|
1192
1837
|
"name": "Ricardo Gobbo de Souza",
|
|
1193
|
-
"github": "ricardogobbosouza"
|
|
1194
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1838
|
+
"github": "ricardogobbosouza"
|
|
1195
1839
|
}
|
|
1196
|
-
]
|
|
1840
|
+
],
|
|
1841
|
+
"compatibility": {
|
|
1842
|
+
"nuxt": "^2.0.0",
|
|
1843
|
+
"requires": {}
|
|
1844
|
+
}
|
|
1197
1845
|
},
|
|
1198
1846
|
{
|
|
1199
1847
|
"name": "laravel-nuxt",
|
|
@@ -1209,10 +1857,13 @@
|
|
|
1209
1857
|
"maintainers": [
|
|
1210
1858
|
{
|
|
1211
1859
|
"name": "skyrpex",
|
|
1212
|
-
"github": "skyrpex"
|
|
1213
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1860
|
+
"github": "skyrpex"
|
|
1214
1861
|
}
|
|
1215
|
-
]
|
|
1862
|
+
],
|
|
1863
|
+
"compatibility": {
|
|
1864
|
+
"nuxt": "^2.0.0",
|
|
1865
|
+
"requires": {}
|
|
1866
|
+
}
|
|
1216
1867
|
},
|
|
1217
1868
|
{
|
|
1218
1869
|
"name": "laravel",
|
|
@@ -1228,10 +1879,13 @@
|
|
|
1228
1879
|
"maintainers": [
|
|
1229
1880
|
{
|
|
1230
1881
|
"name": "m2sd",
|
|
1231
|
-
"github": "m2sd"
|
|
1232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1882
|
+
"github": "m2sd"
|
|
1233
1883
|
}
|
|
1234
|
-
]
|
|
1884
|
+
],
|
|
1885
|
+
"compatibility": {
|
|
1886
|
+
"nuxt": "^2.0.0",
|
|
1887
|
+
"requires": {}
|
|
1888
|
+
}
|
|
1235
1889
|
},
|
|
1236
1890
|
{
|
|
1237
1891
|
"name": "leaflet",
|
|
@@ -1242,15 +1896,18 @@
|
|
|
1242
1896
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1243
1897
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1244
1898
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1245
|
-
"category": "
|
|
1899
|
+
"category": "Libraries",
|
|
1246
1900
|
"type": "3rd-party",
|
|
1247
1901
|
"maintainers": [
|
|
1248
1902
|
{
|
|
1249
1903
|
"name": "schlunsen",
|
|
1250
|
-
"github": "schlunsen"
|
|
1251
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1904
|
+
"github": "schlunsen"
|
|
1252
1905
|
}
|
|
1253
|
-
]
|
|
1906
|
+
],
|
|
1907
|
+
"compatibility": {
|
|
1908
|
+
"nuxt": "^2.0.0",
|
|
1909
|
+
"requires": {}
|
|
1910
|
+
}
|
|
1254
1911
|
},
|
|
1255
1912
|
{
|
|
1256
1913
|
"name": "localforage",
|
|
@@ -1261,21 +1918,23 @@
|
|
|
1261
1918
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1262
1919
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1263
1920
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1264
|
-
"category": "
|
|
1921
|
+
"category": "Libraries",
|
|
1265
1922
|
"type": "community",
|
|
1266
1923
|
"maintainers": [
|
|
1267
1924
|
{
|
|
1268
1925
|
"name": "Alexandre Chopin",
|
|
1269
1926
|
"github": "alexchopin",
|
|
1270
|
-
"twitter": "alexchopin"
|
|
1271
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1927
|
+
"twitter": "alexchopin"
|
|
1272
1928
|
},
|
|
1273
1929
|
{
|
|
1274
1930
|
"name": "Ricardo Gobbo de Souza",
|
|
1275
|
-
"github": "ricardogobbosouza"
|
|
1276
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1931
|
+
"github": "ricardogobbosouza"
|
|
1277
1932
|
}
|
|
1278
|
-
]
|
|
1933
|
+
],
|
|
1934
|
+
"compatibility": {
|
|
1935
|
+
"nuxt": "^2.0.0",
|
|
1936
|
+
"requires": {}
|
|
1937
|
+
}
|
|
1279
1938
|
},
|
|
1280
1939
|
{
|
|
1281
1940
|
"name": "localtunnel",
|
|
@@ -1292,10 +1951,35 @@
|
|
|
1292
1951
|
{
|
|
1293
1952
|
"name": "Pooya Parsa",
|
|
1294
1953
|
"github": "pi0",
|
|
1295
|
-
"twitter": "_pi0_"
|
|
1296
|
-
|
|
1954
|
+
"twitter": "_pi0_"
|
|
1955
|
+
}
|
|
1956
|
+
],
|
|
1957
|
+
"compatibility": {
|
|
1958
|
+
"nuxt": "^2.0.0",
|
|
1959
|
+
"requires": {}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "lodash",
|
|
1964
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
1965
|
+
"repo": "cipami/nuxt-lodash",
|
|
1966
|
+
"npm": "nuxt-lodash",
|
|
1967
|
+
"icon": "lodash.svg",
|
|
1968
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
1969
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
1970
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
1971
|
+
"category": "Libraries",
|
|
1972
|
+
"type": "3rd-party",
|
|
1973
|
+
"maintainers": [
|
|
1974
|
+
{
|
|
1975
|
+
"name": "Michal Čípa",
|
|
1976
|
+
"github": "cipami"
|
|
1297
1977
|
}
|
|
1298
|
-
]
|
|
1978
|
+
],
|
|
1979
|
+
"compatibility": {
|
|
1980
|
+
"nuxt": "^3.0.0",
|
|
1981
|
+
"requires": {}
|
|
1982
|
+
}
|
|
1299
1983
|
},
|
|
1300
1984
|
{
|
|
1301
1985
|
"name": "logrocket",
|
|
@@ -1312,10 +1996,13 @@
|
|
|
1312
1996
|
{
|
|
1313
1997
|
"name": "Farzad Soltani",
|
|
1314
1998
|
"github": "farzadso",
|
|
1315
|
-
"twitter": "farzadso"
|
|
1316
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1999
|
+
"twitter": "farzadso"
|
|
1317
2000
|
}
|
|
1318
|
-
]
|
|
2001
|
+
],
|
|
2002
|
+
"compatibility": {
|
|
2003
|
+
"nuxt": "^2.0.0",
|
|
2004
|
+
"requires": {}
|
|
2005
|
+
}
|
|
1319
2006
|
},
|
|
1320
2007
|
{
|
|
1321
2008
|
"name": "lunr",
|
|
@@ -1331,30 +2018,36 @@
|
|
|
1331
2018
|
"maintainers": [
|
|
1332
2019
|
{
|
|
1333
2020
|
"name": "Pim",
|
|
1334
|
-
"github": "pimlie"
|
|
1335
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2021
|
+
"github": "pimlie"
|
|
1336
2022
|
}
|
|
1337
|
-
]
|
|
2023
|
+
],
|
|
2024
|
+
"compatibility": {
|
|
2025
|
+
"nuxt": "^2.0.0",
|
|
2026
|
+
"requires": {}
|
|
2027
|
+
}
|
|
1338
2028
|
},
|
|
1339
2029
|
{
|
|
1340
2030
|
"name": "markdownit",
|
|
1341
2031
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1342
|
-
"repo": "nuxt-community/
|
|
2032
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1343
2033
|
"npm": "@nuxtjs/markdownit",
|
|
1344
2034
|
"icon": "",
|
|
1345
|
-
"github": "https://github.com/nuxt-community/
|
|
1346
|
-
"website": "https://github.com/nuxt-community/
|
|
2035
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2036
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1347
2037
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1348
|
-
"category": "
|
|
2038
|
+
"category": "Extensions",
|
|
1349
2039
|
"type": "community",
|
|
1350
2040
|
"maintainers": [
|
|
1351
2041
|
{
|
|
1352
2042
|
"name": "Pooya Parsa",
|
|
1353
2043
|
"github": "pi0",
|
|
1354
|
-
"twitter": "_pi0_"
|
|
1355
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2044
|
+
"twitter": "_pi0_"
|
|
1356
2045
|
}
|
|
1357
|
-
]
|
|
2046
|
+
],
|
|
2047
|
+
"compatibility": {
|
|
2048
|
+
"nuxt": "^2.0.0",
|
|
2049
|
+
"requires": {}
|
|
2050
|
+
}
|
|
1358
2051
|
},
|
|
1359
2052
|
{
|
|
1360
2053
|
"name": "matomo",
|
|
@@ -1370,10 +2063,13 @@
|
|
|
1370
2063
|
"maintainers": [
|
|
1371
2064
|
{
|
|
1372
2065
|
"name": "pimlie",
|
|
1373
|
-
"github": "pimlie"
|
|
1374
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2066
|
+
"github": "pimlie"
|
|
1375
2067
|
}
|
|
1376
|
-
]
|
|
2068
|
+
],
|
|
2069
|
+
"compatibility": {
|
|
2070
|
+
"nuxt": "^2.0.0",
|
|
2071
|
+
"requires": {}
|
|
2072
|
+
}
|
|
1377
2073
|
},
|
|
1378
2074
|
{
|
|
1379
2075
|
"name": "mdx",
|
|
@@ -1384,16 +2080,19 @@
|
|
|
1384
2080
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1385
2081
|
"website": "https://mdx.nuxtjs.org",
|
|
1386
2082
|
"learn_more": "https://mdxjs.com/",
|
|
1387
|
-
"category": "
|
|
2083
|
+
"category": "Extensions",
|
|
1388
2084
|
"type": "community",
|
|
1389
2085
|
"maintainers": [
|
|
1390
2086
|
{
|
|
1391
2087
|
"name": "Jonathan Bakebwa",
|
|
1392
2088
|
"github": "codebender828",
|
|
1393
|
-
"twitter": "codebender828"
|
|
1394
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2089
|
+
"twitter": "codebender828"
|
|
1395
2090
|
}
|
|
1396
|
-
]
|
|
2091
|
+
],
|
|
2092
|
+
"compatibility": {
|
|
2093
|
+
"nuxt": "^2.0.0",
|
|
2094
|
+
"requires": {}
|
|
2095
|
+
}
|
|
1397
2096
|
},
|
|
1398
2097
|
{
|
|
1399
2098
|
"name": "memwatch",
|
|
@@ -1409,10 +2108,13 @@
|
|
|
1409
2108
|
"maintainers": [
|
|
1410
2109
|
{
|
|
1411
2110
|
"name": "pimlie",
|
|
1412
|
-
"github": "pimlie"
|
|
1413
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2111
|
+
"github": "pimlie"
|
|
1414
2112
|
}
|
|
1415
|
-
]
|
|
2113
|
+
],
|
|
2114
|
+
"compatibility": {
|
|
2115
|
+
"nuxt": "^2.0.0",
|
|
2116
|
+
"requires": {}
|
|
2117
|
+
}
|
|
1416
2118
|
},
|
|
1417
2119
|
{
|
|
1418
2120
|
"name": "mobile",
|
|
@@ -1423,15 +2125,18 @@
|
|
|
1423
2125
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1424
2126
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1425
2127
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1426
|
-
"category": "
|
|
2128
|
+
"category": "Extensions",
|
|
1427
2129
|
"type": "3rd-party",
|
|
1428
2130
|
"maintainers": [
|
|
1429
2131
|
{
|
|
1430
2132
|
"name": "ChanningDefoe",
|
|
1431
|
-
"github": "ChanningDefoe"
|
|
1432
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2133
|
+
"github": "ChanningDefoe"
|
|
1433
2134
|
}
|
|
1434
|
-
]
|
|
2135
|
+
],
|
|
2136
|
+
"compatibility": {
|
|
2137
|
+
"nuxt": "^2.0.0",
|
|
2138
|
+
"requires": {}
|
|
2139
|
+
}
|
|
1435
2140
|
},
|
|
1436
2141
|
{
|
|
1437
2142
|
"name": "moment",
|
|
@@ -1448,15 +2153,17 @@
|
|
|
1448
2153
|
{
|
|
1449
2154
|
"name": "Pooya Parsa",
|
|
1450
2155
|
"github": "pi0",
|
|
1451
|
-
"twitter": "_pi0_"
|
|
1452
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2156
|
+
"twitter": "_pi0_"
|
|
1453
2157
|
},
|
|
1454
2158
|
{
|
|
1455
2159
|
"name": "Ricardo Gobbo de Souza",
|
|
1456
|
-
"github": "ricardogobbosouza"
|
|
1457
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2160
|
+
"github": "ricardogobbosouza"
|
|
1458
2161
|
}
|
|
1459
|
-
]
|
|
2162
|
+
],
|
|
2163
|
+
"compatibility": {
|
|
2164
|
+
"nuxt": "^2.0.0",
|
|
2165
|
+
"requires": {}
|
|
2166
|
+
}
|
|
1460
2167
|
},
|
|
1461
2168
|
{
|
|
1462
2169
|
"name": "mq",
|
|
@@ -1472,10 +2179,13 @@
|
|
|
1472
2179
|
"maintainers": [
|
|
1473
2180
|
{
|
|
1474
2181
|
"name": "vanhoofmaarten",
|
|
1475
|
-
"github": "vanhoofmaarten"
|
|
1476
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2182
|
+
"github": "vanhoofmaarten"
|
|
1477
2183
|
}
|
|
1478
|
-
]
|
|
2184
|
+
],
|
|
2185
|
+
"compatibility": {
|
|
2186
|
+
"nuxt": "^2.0.0",
|
|
2187
|
+
"requires": {}
|
|
2188
|
+
}
|
|
1479
2189
|
},
|
|
1480
2190
|
{
|
|
1481
2191
|
"name": "neo",
|
|
@@ -1491,10 +2201,13 @@
|
|
|
1491
2201
|
"maintainers": [
|
|
1492
2202
|
{
|
|
1493
2203
|
"name": "ezypeeze",
|
|
1494
|
-
"github": "ezypeeze"
|
|
1495
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2204
|
+
"github": "ezypeeze"
|
|
1496
2205
|
}
|
|
1497
|
-
]
|
|
2206
|
+
],
|
|
2207
|
+
"compatibility": {
|
|
2208
|
+
"nuxt": "^2.0.0",
|
|
2209
|
+
"requires": {}
|
|
2210
|
+
}
|
|
1498
2211
|
},
|
|
1499
2212
|
{
|
|
1500
2213
|
"name": "netlify-cache",
|
|
@@ -1510,10 +2223,13 @@
|
|
|
1510
2223
|
"maintainers": [
|
|
1511
2224
|
{
|
|
1512
2225
|
"name": "DreaMinder",
|
|
1513
|
-
"github": "DreaMinder"
|
|
1514
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2226
|
+
"github": "DreaMinder"
|
|
1515
2227
|
}
|
|
1516
|
-
]
|
|
2228
|
+
],
|
|
2229
|
+
"compatibility": {
|
|
2230
|
+
"nuxt": "^2.0.0",
|
|
2231
|
+
"requires": {}
|
|
2232
|
+
}
|
|
1517
2233
|
},
|
|
1518
2234
|
{
|
|
1519
2235
|
"name": "netlify-files",
|
|
@@ -1530,10 +2246,13 @@
|
|
|
1530
2246
|
{
|
|
1531
2247
|
"name": "Alexander Lichter",
|
|
1532
2248
|
"github": "manniL",
|
|
1533
|
-
"twitter": "TheAlexLichter"
|
|
1534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2249
|
+
"twitter": "TheAlexLichter"
|
|
1535
2250
|
}
|
|
1536
|
-
]
|
|
2251
|
+
],
|
|
2252
|
+
"compatibility": {
|
|
2253
|
+
"nuxt": "^2.0.0",
|
|
2254
|
+
"requires": {}
|
|
2255
|
+
}
|
|
1537
2256
|
},
|
|
1538
2257
|
{
|
|
1539
2258
|
"name": "netlify",
|
|
@@ -1549,30 +2268,222 @@
|
|
|
1549
2268
|
"maintainers": [
|
|
1550
2269
|
{
|
|
1551
2270
|
"name": "bazzite",
|
|
1552
|
-
"github": "bazzite"
|
|
1553
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2271
|
+
"github": "bazzite"
|
|
1554
2272
|
}
|
|
1555
|
-
]
|
|
2273
|
+
],
|
|
2274
|
+
"compatibility": {
|
|
2275
|
+
"nuxt": "^2.0.0",
|
|
2276
|
+
"requires": {}
|
|
2277
|
+
}
|
|
1556
2278
|
},
|
|
1557
2279
|
{
|
|
1558
2280
|
"name": "ngrok",
|
|
1559
2281
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1560
|
-
"repo": "nuxt-community/
|
|
2282
|
+
"repo": "nuxt-community/ngrok",
|
|
1561
2283
|
"npm": "@nuxtjs/ngrok",
|
|
1562
2284
|
"icon": "ngrok.png",
|
|
1563
|
-
"github": "https://github.com/nuxt-community/
|
|
1564
|
-
"website": "https://
|
|
2285
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2286
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1565
2287
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1566
2288
|
"category": "Devtools",
|
|
1567
2289
|
"type": "community",
|
|
1568
2290
|
"maintainers": [
|
|
2291
|
+
{
|
|
2292
|
+
"name": "Debbie O'Brien",
|
|
2293
|
+
"github": "debs-obrien",
|
|
2294
|
+
"twitter": "debs_obrien"
|
|
2295
|
+
},
|
|
1569
2296
|
{
|
|
1570
2297
|
"name": "Pooya Parsa",
|
|
1571
2298
|
"github": "pi0",
|
|
1572
|
-
"twitter": "_pi0_"
|
|
1573
|
-
|
|
2299
|
+
"twitter": "_pi0_"
|
|
2300
|
+
}
|
|
2301
|
+
],
|
|
2302
|
+
"compatibility": {
|
|
2303
|
+
"nuxt": "^2.0.0",
|
|
2304
|
+
"requires": {}
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "notion",
|
|
2309
|
+
"description": "Vue renderer for Notion pages",
|
|
2310
|
+
"repo": "janniks/vue-notion",
|
|
2311
|
+
"npm": "vue-notion",
|
|
2312
|
+
"icon": "notion.svg",
|
|
2313
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2314
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2315
|
+
"learn_more": "",
|
|
2316
|
+
"category": "CMS",
|
|
2317
|
+
"type": "3rd-party",
|
|
2318
|
+
"maintainers": [
|
|
2319
|
+
{
|
|
2320
|
+
"name": "janniks",
|
|
2321
|
+
"github": "janniks"
|
|
2322
|
+
}
|
|
2323
|
+
],
|
|
2324
|
+
"compatibility": {
|
|
2325
|
+
"nuxt": "^2.0.0",
|
|
2326
|
+
"requires": {}
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "nuxt-hue",
|
|
2331
|
+
"description": "Enlighten your Nuxt experience",
|
|
2332
|
+
"repo": "lihbr/nuxt-hue",
|
|
2333
|
+
"npm": "nuxt-hue",
|
|
2334
|
+
"icon": "nuxt-hue.svg",
|
|
2335
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2336
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2337
|
+
"learn_more": "",
|
|
2338
|
+
"category": "Devtools",
|
|
2339
|
+
"type": "3rd-party",
|
|
2340
|
+
"maintainers": [
|
|
2341
|
+
{
|
|
2342
|
+
"name": "lihbr",
|
|
2343
|
+
"github": "lihbr"
|
|
2344
|
+
}
|
|
2345
|
+
],
|
|
2346
|
+
"compatibility": {
|
|
2347
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2348
|
+
"requires": {
|
|
2349
|
+
"bridge": "optional"
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"name": "nuxt-pino-log",
|
|
2355
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2356
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2357
|
+
"npm": "nuxt-pino-log",
|
|
2358
|
+
"icon": "",
|
|
2359
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2360
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2361
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2362
|
+
"category": "Monitoring",
|
|
2363
|
+
"type": "3rd-party",
|
|
2364
|
+
"maintainers": [
|
|
2365
|
+
{
|
|
2366
|
+
"name": "kpn",
|
|
2367
|
+
"github": "kpn"
|
|
2368
|
+
}
|
|
2369
|
+
],
|
|
2370
|
+
"compatibility": {
|
|
2371
|
+
"nuxt": "^2.0.0",
|
|
2372
|
+
"requires": {}
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "nuxt-png-to-ico",
|
|
2377
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2378
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2379
|
+
"npm": "nuxt-png-to-ico",
|
|
2380
|
+
"icon": "",
|
|
2381
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2382
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2383
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2384
|
+
"category": "Devtools",
|
|
2385
|
+
"type": "3rd-party",
|
|
2386
|
+
"maintainers": [
|
|
2387
|
+
{
|
|
2388
|
+
"name": "b5710546232",
|
|
2389
|
+
"github": "b5710546232",
|
|
2390
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2391
|
+
}
|
|
2392
|
+
],
|
|
2393
|
+
"compatibility": {
|
|
2394
|
+
"nuxt": "^2.0.0",
|
|
2395
|
+
"requires": {}
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"name": "nuxt-smartlook",
|
|
2400
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2401
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2402
|
+
"npm": "nuxt-smartlook",
|
|
2403
|
+
"icon": "nuxt-smartlook.png",
|
|
2404
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2405
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2406
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2407
|
+
"category": "Analytics",
|
|
2408
|
+
"type": "3rd-party",
|
|
2409
|
+
"maintainers": [
|
|
2410
|
+
{
|
|
2411
|
+
"name": "Milan Sulc",
|
|
2412
|
+
"github": "f3l1x",
|
|
2413
|
+
"twitter": "xf3l1x",
|
|
2414
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2415
|
+
}
|
|
2416
|
+
],
|
|
2417
|
+
"compatibility": {
|
|
2418
|
+
"nuxt": "^2.0.0",
|
|
2419
|
+
"requires": {}
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "nuxt-use-motion",
|
|
2424
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2425
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2426
|
+
"npm": "nuxt-use-motion",
|
|
2427
|
+
"icon": "nuxt-use-motion.svg",
|
|
2428
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2429
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2430
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2431
|
+
"category": "Libraries",
|
|
2432
|
+
"type": "3rd-party",
|
|
2433
|
+
"maintainers": [
|
|
2434
|
+
{
|
|
2435
|
+
"name": "Tahul",
|
|
2436
|
+
"github": "Tahul"
|
|
1574
2437
|
}
|
|
1575
|
-
]
|
|
2438
|
+
],
|
|
2439
|
+
"compatibility": {
|
|
2440
|
+
"nuxt": "^2.0.0",
|
|
2441
|
+
"requires": {}
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "nuxt-use-sound",
|
|
2446
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2447
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2448
|
+
"npm": "nuxt-use-sound",
|
|
2449
|
+
"icon": "nuxt-use-sound.svg",
|
|
2450
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2451
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2452
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2453
|
+
"category": "Libraries",
|
|
2454
|
+
"type": "3rd-party",
|
|
2455
|
+
"maintainers": [
|
|
2456
|
+
{
|
|
2457
|
+
"name": "Tahul",
|
|
2458
|
+
"github": "Tahul"
|
|
2459
|
+
}
|
|
2460
|
+
],
|
|
2461
|
+
"compatibility": {
|
|
2462
|
+
"nuxt": "^2.0.0",
|
|
2463
|
+
"requires": {}
|
|
2464
|
+
}
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"name": "nuxt-viewport",
|
|
2468
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2469
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2470
|
+
"npm": "nuxt-viewport",
|
|
2471
|
+
"icon": "nuxt-viewport.svg",
|
|
2472
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2473
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2474
|
+
"learn_more": "",
|
|
2475
|
+
"category": "Extensions",
|
|
2476
|
+
"type": "3rd-party",
|
|
2477
|
+
"maintainers": [
|
|
2478
|
+
{
|
|
2479
|
+
"name": "mvrlin",
|
|
2480
|
+
"github": "mvrlin"
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
"compatibility": {
|
|
2484
|
+
"nuxt": "^2.0.0",
|
|
2485
|
+
"requires": {}
|
|
2486
|
+
}
|
|
1576
2487
|
},
|
|
1577
2488
|
{
|
|
1578
2489
|
"name": "nuxt7",
|
|
@@ -1589,10 +2500,13 @@
|
|
|
1589
2500
|
{
|
|
1590
2501
|
"name": "Pooya Parsa",
|
|
1591
2502
|
"github": "pi0",
|
|
1592
|
-
"twitter": "_pi0_"
|
|
1593
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2503
|
+
"twitter": "_pi0_"
|
|
1594
2504
|
}
|
|
1595
|
-
]
|
|
2505
|
+
],
|
|
2506
|
+
"compatibility": {
|
|
2507
|
+
"nuxt": "^2.0.0",
|
|
2508
|
+
"requires": {}
|
|
2509
|
+
}
|
|
1596
2510
|
},
|
|
1597
2511
|
{
|
|
1598
2512
|
"name": "onesignal",
|
|
@@ -1603,16 +2517,19 @@
|
|
|
1603
2517
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1604
2518
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1605
2519
|
"learn_more": "https://onesignal.com/",
|
|
1606
|
-
"category": "
|
|
2520
|
+
"category": "Extensions",
|
|
1607
2521
|
"type": "community",
|
|
1608
2522
|
"maintainers": [
|
|
1609
2523
|
{
|
|
1610
2524
|
"name": "Pooya Parsa",
|
|
1611
2525
|
"github": "pi0",
|
|
1612
|
-
"twitter": "_pi0_"
|
|
1613
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2526
|
+
"twitter": "_pi0_"
|
|
1614
2527
|
}
|
|
1615
|
-
]
|
|
2528
|
+
],
|
|
2529
|
+
"compatibility": {
|
|
2530
|
+
"nuxt": "^2.0.0",
|
|
2531
|
+
"requires": {}
|
|
2532
|
+
}
|
|
1616
2533
|
},
|
|
1617
2534
|
{
|
|
1618
2535
|
"name": "optimized-images",
|
|
@@ -1629,10 +2546,13 @@
|
|
|
1629
2546
|
{
|
|
1630
2547
|
"name": "Julio Marquez",
|
|
1631
2548
|
"github": "juliomrqz",
|
|
1632
|
-
"twitter": "juliomrqz"
|
|
1633
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2549
|
+
"twitter": "juliomrqz"
|
|
1634
2550
|
}
|
|
1635
|
-
]
|
|
2551
|
+
],
|
|
2552
|
+
"compatibility": {
|
|
2553
|
+
"nuxt": "^2.0.0",
|
|
2554
|
+
"requires": {}
|
|
2555
|
+
}
|
|
1636
2556
|
},
|
|
1637
2557
|
{
|
|
1638
2558
|
"name": "page-generator-helper",
|
|
@@ -1643,15 +2563,18 @@
|
|
|
1643
2563
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1644
2564
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1645
2565
|
"learn_more": "",
|
|
1646
|
-
"category": "
|
|
2566
|
+
"category": "Extensions",
|
|
1647
2567
|
"type": "3rd-party",
|
|
1648
2568
|
"maintainers": [
|
|
1649
2569
|
{
|
|
1650
2570
|
"name": "GrabarzUndPartner",
|
|
1651
|
-
"github": "GrabarzUndPartner"
|
|
1652
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2571
|
+
"github": "GrabarzUndPartner"
|
|
1653
2572
|
}
|
|
1654
|
-
]
|
|
2573
|
+
],
|
|
2574
|
+
"compatibility": {
|
|
2575
|
+
"nuxt": "^2.0.0",
|
|
2576
|
+
"requires": {}
|
|
2577
|
+
}
|
|
1655
2578
|
},
|
|
1656
2579
|
{
|
|
1657
2580
|
"name": "parse",
|
|
@@ -1667,10 +2590,107 @@
|
|
|
1667
2590
|
"maintainers": [
|
|
1668
2591
|
{
|
|
1669
2592
|
"name": "cierrateam",
|
|
1670
|
-
"github": "cierrateam"
|
|
1671
|
-
|
|
2593
|
+
"github": "cierrateam"
|
|
2594
|
+
}
|
|
2595
|
+
],
|
|
2596
|
+
"compatibility": {
|
|
2597
|
+
"nuxt": "^2.0.0",
|
|
2598
|
+
"requires": {}
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "partytown",
|
|
2603
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2604
|
+
"repo": "nuxt-community/partytown-module",
|
|
2605
|
+
"npm": "@nuxtjs/partytown",
|
|
2606
|
+
"icon": "partytown.svg",
|
|
2607
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2608
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2609
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2610
|
+
"category": "Performance",
|
|
2611
|
+
"type": "community",
|
|
2612
|
+
"maintainers": [
|
|
2613
|
+
{
|
|
2614
|
+
"name": "Daniel Roe",
|
|
2615
|
+
"github": "danielroe",
|
|
2616
|
+
"twitter": "danielcroe"
|
|
2617
|
+
}
|
|
2618
|
+
],
|
|
2619
|
+
"compatibility": {
|
|
2620
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2621
|
+
"requires": {
|
|
2622
|
+
"bridge": true
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "persian-datepicker",
|
|
2628
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2629
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2630
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2631
|
+
"icon": "persian-datepicker.svg",
|
|
2632
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2633
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2634
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2635
|
+
"category": "Date",
|
|
2636
|
+
"type": "3rd-party",
|
|
2637
|
+
"maintainers": [
|
|
2638
|
+
{
|
|
2639
|
+
"name": "Alireza Alibeiki",
|
|
2640
|
+
"github": "alireza-ab",
|
|
2641
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2642
|
+
}
|
|
2643
|
+
],
|
|
2644
|
+
"compatibility": {
|
|
2645
|
+
"nuxt": "^2.0.0",
|
|
2646
|
+
"requires": {}
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"name": "pinia",
|
|
2651
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2652
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2653
|
+
"npm": "@pinia/nuxt",
|
|
2654
|
+
"icon": "pinia.svg",
|
|
2655
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2656
|
+
"website": "https://pinia.esm.dev/",
|
|
2657
|
+
"learn_more": "",
|
|
2658
|
+
"category": "Extensions",
|
|
2659
|
+
"type": "3rd-party",
|
|
2660
|
+
"maintainers": [
|
|
2661
|
+
{
|
|
2662
|
+
"name": "posva",
|
|
2663
|
+
"github": "posva"
|
|
2664
|
+
}
|
|
2665
|
+
],
|
|
2666
|
+
"compatibility": {
|
|
2667
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2668
|
+
"requires": {
|
|
2669
|
+
"bridge": "optional"
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "plausible",
|
|
2675
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2676
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2677
|
+
"npm": "vue-plausible",
|
|
2678
|
+
"icon": "plausible.png",
|
|
2679
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2680
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2681
|
+
"learn_more": "",
|
|
2682
|
+
"category": "Analytics",
|
|
2683
|
+
"type": "3rd-party",
|
|
2684
|
+
"maintainers": [
|
|
2685
|
+
{
|
|
2686
|
+
"name": "moritzsternemann",
|
|
2687
|
+
"github": "moritzsternemann"
|
|
1672
2688
|
}
|
|
1673
|
-
]
|
|
2689
|
+
],
|
|
2690
|
+
"compatibility": {
|
|
2691
|
+
"nuxt": "^2.0.0",
|
|
2692
|
+
"requires": {}
|
|
2693
|
+
}
|
|
1674
2694
|
},
|
|
1675
2695
|
{
|
|
1676
2696
|
"name": "precompress",
|
|
@@ -1686,10 +2706,13 @@
|
|
|
1686
2706
|
"maintainers": [
|
|
1687
2707
|
{
|
|
1688
2708
|
"name": "frenchrabbit",
|
|
1689
|
-
"github": "frenchrabbit"
|
|
1690
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2709
|
+
"github": "frenchrabbit"
|
|
1691
2710
|
}
|
|
1692
|
-
]
|
|
2711
|
+
],
|
|
2712
|
+
"compatibility": {
|
|
2713
|
+
"nuxt": "^2.0.0",
|
|
2714
|
+
"requires": {}
|
|
2715
|
+
}
|
|
1693
2716
|
},
|
|
1694
2717
|
{
|
|
1695
2718
|
"name": "prismic",
|
|
@@ -1706,21 +2729,22 @@
|
|
|
1706
2729
|
{
|
|
1707
2730
|
"name": "Sébastien Chopin",
|
|
1708
2731
|
"github": "Atinux",
|
|
1709
|
-
"twitter": "Atinux"
|
|
1710
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2732
|
+
"twitter": "Atinux"
|
|
1711
2733
|
},
|
|
1712
2734
|
{
|
|
1713
2735
|
"name": "lihbr",
|
|
1714
2736
|
"github": "lihbr",
|
|
1715
|
-
"twitter": "li_hbr"
|
|
1716
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2737
|
+
"twitter": "li_hbr"
|
|
1717
2738
|
},
|
|
1718
2739
|
{
|
|
1719
2740
|
"name": "James Pegg",
|
|
1720
|
-
"github": "jamespegg"
|
|
1721
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2741
|
+
"github": "jamespegg"
|
|
1722
2742
|
}
|
|
1723
|
-
]
|
|
2743
|
+
],
|
|
2744
|
+
"compatibility": {
|
|
2745
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2746
|
+
"requires": {}
|
|
2747
|
+
}
|
|
1724
2748
|
},
|
|
1725
2749
|
{
|
|
1726
2750
|
"name": "protected-mailto",
|
|
@@ -1736,10 +2760,13 @@
|
|
|
1736
2760
|
"maintainers": [
|
|
1737
2761
|
{
|
|
1738
2762
|
"name": "mmoollllee",
|
|
1739
|
-
"github": "mmoollllee"
|
|
1740
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2763
|
+
"github": "mmoollllee"
|
|
1741
2764
|
}
|
|
1742
|
-
]
|
|
2765
|
+
],
|
|
2766
|
+
"compatibility": {
|
|
2767
|
+
"nuxt": "^2.0.0",
|
|
2768
|
+
"requires": {}
|
|
2769
|
+
}
|
|
1743
2770
|
},
|
|
1744
2771
|
{
|
|
1745
2772
|
"name": "proxy",
|
|
@@ -1756,10 +2783,13 @@
|
|
|
1756
2783
|
{
|
|
1757
2784
|
"name": "Pooya Parsa",
|
|
1758
2785
|
"github": "pi0",
|
|
1759
|
-
"twitter": "_pi0_"
|
|
1760
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2786
|
+
"twitter": "_pi0_"
|
|
1761
2787
|
}
|
|
1762
|
-
]
|
|
2788
|
+
],
|
|
2789
|
+
"compatibility": {
|
|
2790
|
+
"nuxt": "^2.0.0",
|
|
2791
|
+
"requires": {}
|
|
2792
|
+
}
|
|
1763
2793
|
},
|
|
1764
2794
|
{
|
|
1765
2795
|
"name": "prune-html",
|
|
@@ -1774,11 +2804,15 @@
|
|
|
1774
2804
|
"type": "3rd-party",
|
|
1775
2805
|
"maintainers": [
|
|
1776
2806
|
{
|
|
1777
|
-
"name": "
|
|
2807
|
+
"name": "Luca Iaconelli",
|
|
1778
2808
|
"github": "LuXDAmore",
|
|
1779
|
-
"
|
|
2809
|
+
"twitter": "luxdamore"
|
|
1780
2810
|
}
|
|
1781
|
-
]
|
|
2811
|
+
],
|
|
2812
|
+
"compatibility": {
|
|
2813
|
+
"nuxt": "^2.0.0",
|
|
2814
|
+
"requires": {}
|
|
2815
|
+
}
|
|
1782
2816
|
},
|
|
1783
2817
|
{
|
|
1784
2818
|
"name": "purgecss",
|
|
@@ -1794,14 +2828,17 @@
|
|
|
1794
2828
|
"maintainers": [
|
|
1795
2829
|
{
|
|
1796
2830
|
"name": "Developmint",
|
|
1797
|
-
"github": "Developmint"
|
|
1798
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2831
|
+
"github": "Developmint"
|
|
1799
2832
|
}
|
|
1800
|
-
]
|
|
2833
|
+
],
|
|
2834
|
+
"compatibility": {
|
|
2835
|
+
"nuxt": "^2.0.0",
|
|
2836
|
+
"requires": {}
|
|
2837
|
+
}
|
|
1801
2838
|
},
|
|
1802
2839
|
{
|
|
1803
2840
|
"name": "pwa",
|
|
1804
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2841
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1805
2842
|
"repo": "nuxt-community/pwa-module",
|
|
1806
2843
|
"npm": "@nuxtjs/pwa",
|
|
1807
2844
|
"icon": "pwa.png",
|
|
@@ -1814,10 +2851,15 @@
|
|
|
1814
2851
|
{
|
|
1815
2852
|
"name": "Pooya Parsa",
|
|
1816
2853
|
"github": "pi0",
|
|
1817
|
-
"twitter": "_pi0_"
|
|
1818
|
-
|
|
2854
|
+
"twitter": "_pi0_"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"compatibility": {
|
|
2858
|
+
"nuxt": "^2.0.0",
|
|
2859
|
+
"requires": {
|
|
2860
|
+
"bridge": "optional"
|
|
1819
2861
|
}
|
|
1820
|
-
|
|
2862
|
+
}
|
|
1821
2863
|
},
|
|
1822
2864
|
{
|
|
1823
2865
|
"name": "python",
|
|
@@ -1828,15 +2870,18 @@
|
|
|
1828
2870
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1829
2871
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1830
2872
|
"learn_more": "https://www.python.org/",
|
|
1831
|
-
"category": "
|
|
2873
|
+
"category": "Extensions",
|
|
1832
2874
|
"type": "community",
|
|
1833
2875
|
"maintainers": [
|
|
1834
2876
|
{
|
|
1835
2877
|
"name": "Sebastian Silva",
|
|
1836
|
-
"github": "icarito"
|
|
1837
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2878
|
+
"github": "icarito"
|
|
1838
2879
|
}
|
|
1839
|
-
]
|
|
2880
|
+
],
|
|
2881
|
+
"compatibility": {
|
|
2882
|
+
"nuxt": "^2.0.0",
|
|
2883
|
+
"requires": {}
|
|
2884
|
+
}
|
|
1840
2885
|
},
|
|
1841
2886
|
{
|
|
1842
2887
|
"name": "recaptcha",
|
|
@@ -1852,10 +2897,13 @@
|
|
|
1852
2897
|
"maintainers": [
|
|
1853
2898
|
{
|
|
1854
2899
|
"name": "mvrlin",
|
|
1855
|
-
"github": "mvrlin"
|
|
1856
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2900
|
+
"github": "mvrlin"
|
|
1857
2901
|
}
|
|
1858
|
-
]
|
|
2902
|
+
],
|
|
2903
|
+
"compatibility": {
|
|
2904
|
+
"nuxt": "^2.0.0",
|
|
2905
|
+
"requires": {}
|
|
2906
|
+
}
|
|
1859
2907
|
},
|
|
1860
2908
|
{
|
|
1861
2909
|
"name": "redirect",
|
|
@@ -1872,10 +2920,13 @@
|
|
|
1872
2920
|
{
|
|
1873
2921
|
"name": "Alexander Lichter",
|
|
1874
2922
|
"github": "manniL",
|
|
1875
|
-
"twitter": "TheAlexLichter"
|
|
1876
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2923
|
+
"twitter": "TheAlexLichter"
|
|
1877
2924
|
}
|
|
1878
|
-
]
|
|
2925
|
+
],
|
|
2926
|
+
"compatibility": {
|
|
2927
|
+
"nuxt": "^2.0.0",
|
|
2928
|
+
"requires": {}
|
|
2929
|
+
}
|
|
1879
2930
|
},
|
|
1880
2931
|
{
|
|
1881
2932
|
"name": "rfg-icon",
|
|
@@ -1886,15 +2937,18 @@
|
|
|
1886
2937
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1887
2938
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1888
2939
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1889
|
-
"category": "
|
|
2940
|
+
"category": "SEO",
|
|
1890
2941
|
"type": "3rd-party",
|
|
1891
2942
|
"maintainers": [
|
|
1892
2943
|
{
|
|
1893
2944
|
"name": "pimlie",
|
|
1894
|
-
"github": "pimlie"
|
|
1895
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2945
|
+
"github": "pimlie"
|
|
1896
2946
|
}
|
|
1897
|
-
]
|
|
2947
|
+
],
|
|
2948
|
+
"compatibility": {
|
|
2949
|
+
"nuxt": "^2.0.0",
|
|
2950
|
+
"requires": {}
|
|
2951
|
+
}
|
|
1898
2952
|
},
|
|
1899
2953
|
{
|
|
1900
2954
|
"name": "robots",
|
|
@@ -1910,10 +2964,13 @@
|
|
|
1910
2964
|
"maintainers": [
|
|
1911
2965
|
{
|
|
1912
2966
|
"name": "Ricardo Gobbo de Souza",
|
|
1913
|
-
"github": "ricardogobbosouza"
|
|
1914
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2967
|
+
"github": "ricardogobbosouza"
|
|
1915
2968
|
}
|
|
1916
|
-
]
|
|
2969
|
+
],
|
|
2970
|
+
"compatibility": {
|
|
2971
|
+
"nuxt": "^2.0.0",
|
|
2972
|
+
"requires": {}
|
|
2973
|
+
}
|
|
1917
2974
|
},
|
|
1918
2975
|
{
|
|
1919
2976
|
"name": "rollbar",
|
|
@@ -1929,10 +2986,13 @@
|
|
|
1929
2986
|
"maintainers": [
|
|
1930
2987
|
{
|
|
1931
2988
|
"name": "Gaël Reyrol",
|
|
1932
|
-
"github": "gaelreyrol"
|
|
1933
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2989
|
+
"github": "gaelreyrol"
|
|
1934
2990
|
}
|
|
1935
|
-
]
|
|
2991
|
+
],
|
|
2992
|
+
"compatibility": {
|
|
2993
|
+
"nuxt": "^2.0.0",
|
|
2994
|
+
"requires": {}
|
|
2995
|
+
}
|
|
1936
2996
|
},
|
|
1937
2997
|
{
|
|
1938
2998
|
"name": "router-extras",
|
|
@@ -1943,16 +3003,19 @@
|
|
|
1943
3003
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1944
3004
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1945
3005
|
"learn_more": "",
|
|
1946
|
-
"category": "
|
|
3006
|
+
"category": "Extensions",
|
|
1947
3007
|
"type": "community",
|
|
1948
3008
|
"maintainers": [
|
|
1949
3009
|
{
|
|
1950
3010
|
"name": "Ahad Birang",
|
|
1951
3011
|
"github": "farnabaz",
|
|
1952
|
-
"twitter": "a_birang"
|
|
1953
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3012
|
+
"twitter": "a_birang"
|
|
1954
3013
|
}
|
|
1955
|
-
]
|
|
3014
|
+
],
|
|
3015
|
+
"compatibility": {
|
|
3016
|
+
"nuxt": "^2.0.0",
|
|
3017
|
+
"requires": {}
|
|
3018
|
+
}
|
|
1956
3019
|
},
|
|
1957
3020
|
{
|
|
1958
3021
|
"name": "router",
|
|
@@ -1963,16 +3026,19 @@
|
|
|
1963
3026
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1964
3027
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1965
3028
|
"learn_more": "",
|
|
1966
|
-
"category": "
|
|
3029
|
+
"category": "Extensions",
|
|
1967
3030
|
"type": "community",
|
|
1968
3031
|
"maintainers": [
|
|
1969
3032
|
{
|
|
1970
3033
|
"name": "Sébastien Chopin",
|
|
1971
3034
|
"github": "Atinux",
|
|
1972
|
-
"twitter": "Atinux"
|
|
1973
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3035
|
+
"twitter": "Atinux"
|
|
1974
3036
|
}
|
|
1975
|
-
]
|
|
3037
|
+
],
|
|
3038
|
+
"compatibility": {
|
|
3039
|
+
"nuxt": "^2.0.0",
|
|
3040
|
+
"requires": {}
|
|
3041
|
+
}
|
|
1976
3042
|
},
|
|
1977
3043
|
{
|
|
1978
3044
|
"name": "sanity",
|
|
@@ -1989,10 +3055,13 @@
|
|
|
1989
3055
|
{
|
|
1990
3056
|
"name": "Daniel Roe",
|
|
1991
3057
|
"github": "danielroe",
|
|
1992
|
-
"twitter": "danielcroe"
|
|
1993
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3058
|
+
"twitter": "danielcroe"
|
|
1994
3059
|
}
|
|
1995
|
-
]
|
|
3060
|
+
],
|
|
3061
|
+
"compatibility": {
|
|
3062
|
+
"nuxt": "^2.0.0",
|
|
3063
|
+
"requires": {}
|
|
3064
|
+
}
|
|
1996
3065
|
},
|
|
1997
3066
|
{
|
|
1998
3067
|
"name": "scss-to-js",
|
|
@@ -2008,10 +3077,13 @@
|
|
|
2008
3077
|
"maintainers": [
|
|
2009
3078
|
{
|
|
2010
3079
|
"name": "sugoidesune",
|
|
2011
|
-
"github": "sugoidesune"
|
|
2012
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3080
|
+
"github": "sugoidesune"
|
|
2013
3081
|
}
|
|
2014
|
-
]
|
|
3082
|
+
],
|
|
3083
|
+
"compatibility": {
|
|
3084
|
+
"nuxt": "^2.0.0",
|
|
3085
|
+
"requires": {}
|
|
3086
|
+
}
|
|
2015
3087
|
},
|
|
2016
3088
|
{
|
|
2017
3089
|
"name": "segment",
|
|
@@ -2027,10 +3099,13 @@
|
|
|
2027
3099
|
"maintainers": [
|
|
2028
3100
|
{
|
|
2029
3101
|
"name": "dansmaculotte",
|
|
2030
|
-
"github": "dansmaculotte"
|
|
2031
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3102
|
+
"github": "dansmaculotte"
|
|
2032
3103
|
}
|
|
2033
|
-
]
|
|
3104
|
+
],
|
|
3105
|
+
"compatibility": {
|
|
3106
|
+
"nuxt": "^2.0.0",
|
|
3107
|
+
"requires": {}
|
|
3108
|
+
}
|
|
2034
3109
|
},
|
|
2035
3110
|
{
|
|
2036
3111
|
"name": "sentry",
|
|
@@ -2039,17 +3114,43 @@
|
|
|
2039
3114
|
"npm": "@nuxtjs/sentry",
|
|
2040
3115
|
"icon": "sentry.png",
|
|
2041
3116
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2042
|
-
"website": "https://
|
|
3117
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2043
3118
|
"learn_more": "https://sentry.io/welcome/",
|
|
2044
3119
|
"category": "Monitoring",
|
|
2045
3120
|
"type": "community",
|
|
2046
3121
|
"maintainers": [
|
|
2047
3122
|
{
|
|
2048
3123
|
"name": "Rafał Chłodnicki",
|
|
2049
|
-
"github": "rchl"
|
|
2050
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3124
|
+
"github": "rchl"
|
|
2051
3125
|
}
|
|
2052
|
-
]
|
|
3126
|
+
],
|
|
3127
|
+
"compatibility": {
|
|
3128
|
+
"nuxt": "^2.0.0",
|
|
3129
|
+
"requires": {}
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"name": "seo-meta",
|
|
3134
|
+
"description": "Simple generate seo metadata",
|
|
3135
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3136
|
+
"npm": "nuxt-seo-meta",
|
|
3137
|
+
"icon": "",
|
|
3138
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3139
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3140
|
+
"learn_more": "",
|
|
3141
|
+
"category": "SEO",
|
|
3142
|
+
"type": "3rd-party",
|
|
3143
|
+
"maintainers": [
|
|
3144
|
+
{
|
|
3145
|
+
"name": "ihavecoke",
|
|
3146
|
+
"github": "ihavecoke",
|
|
3147
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3148
|
+
}
|
|
3149
|
+
],
|
|
3150
|
+
"compatibility": {
|
|
3151
|
+
"nuxt": "^2.0.0",
|
|
3152
|
+
"requires": {}
|
|
3153
|
+
}
|
|
2053
3154
|
},
|
|
2054
3155
|
{
|
|
2055
3156
|
"name": "seomatic-meta",
|
|
@@ -2065,10 +3166,13 @@
|
|
|
2065
3166
|
"maintainers": [
|
|
2066
3167
|
{
|
|
2067
3168
|
"name": "ben-rogerson",
|
|
2068
|
-
"github": "ben-rogerson"
|
|
2069
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3169
|
+
"github": "ben-rogerson"
|
|
2070
3170
|
}
|
|
2071
|
-
]
|
|
3171
|
+
],
|
|
3172
|
+
"compatibility": {
|
|
3173
|
+
"nuxt": "^2.0.0",
|
|
3174
|
+
"requires": {}
|
|
3175
|
+
}
|
|
2072
3176
|
},
|
|
2073
3177
|
{
|
|
2074
3178
|
"name": "separate-env",
|
|
@@ -2079,16 +3183,19 @@
|
|
|
2079
3183
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2080
3184
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2081
3185
|
"learn_more": "",
|
|
2082
|
-
"category": "
|
|
3186
|
+
"category": "Extensions",
|
|
2083
3187
|
"type": "community",
|
|
2084
3188
|
"maintainers": [
|
|
2085
3189
|
{
|
|
2086
3190
|
"name": "Alexander Lichter",
|
|
2087
3191
|
"github": "manniL",
|
|
2088
|
-
"twitter": "TheAlexLichter"
|
|
2089
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3192
|
+
"twitter": "TheAlexLichter"
|
|
2090
3193
|
}
|
|
2091
|
-
]
|
|
3194
|
+
],
|
|
3195
|
+
"compatibility": {
|
|
3196
|
+
"nuxt": "^2.0.0",
|
|
3197
|
+
"requires": {}
|
|
3198
|
+
}
|
|
2092
3199
|
},
|
|
2093
3200
|
{
|
|
2094
3201
|
"name": "shopify",
|
|
@@ -2104,10 +3211,13 @@
|
|
|
2104
3211
|
"maintainers": [
|
|
2105
3212
|
{
|
|
2106
3213
|
"name": "Gomah",
|
|
2107
|
-
"github": "Gomah"
|
|
2108
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3214
|
+
"github": "Gomah"
|
|
2109
3215
|
}
|
|
2110
|
-
]
|
|
3216
|
+
],
|
|
3217
|
+
"compatibility": {
|
|
3218
|
+
"nuxt": "^2.0.0",
|
|
3219
|
+
"requires": {}
|
|
3220
|
+
}
|
|
2111
3221
|
},
|
|
2112
3222
|
{
|
|
2113
3223
|
"name": "simple-line-icons",
|
|
@@ -2123,10 +3233,13 @@
|
|
|
2123
3233
|
"maintainers": [
|
|
2124
3234
|
{
|
|
2125
3235
|
"name": "vaso2",
|
|
2126
|
-
"github": "vaso2"
|
|
2127
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3236
|
+
"github": "vaso2"
|
|
2128
3237
|
}
|
|
2129
|
-
]
|
|
3238
|
+
],
|
|
3239
|
+
"compatibility": {
|
|
3240
|
+
"nuxt": "^2.0.0",
|
|
3241
|
+
"requires": {}
|
|
3242
|
+
}
|
|
2130
3243
|
},
|
|
2131
3244
|
{
|
|
2132
3245
|
"name": "sitemap",
|
|
@@ -2135,7 +3248,7 @@
|
|
|
2135
3248
|
"npm": "@nuxtjs/sitemap",
|
|
2136
3249
|
"icon": "",
|
|
2137
3250
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2138
|
-
"website": "https://
|
|
3251
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2139
3252
|
"learn_more": "",
|
|
2140
3253
|
"category": "SEO",
|
|
2141
3254
|
"type": "community",
|
|
@@ -2143,10 +3256,36 @@
|
|
|
2143
3256
|
{
|
|
2144
3257
|
"name": "Nicolas PENNEC",
|
|
2145
3258
|
"github": "NicoPennec",
|
|
2146
|
-
"twitter": "NicoPennec"
|
|
2147
|
-
|
|
3259
|
+
"twitter": "NicoPennec"
|
|
3260
|
+
}
|
|
3261
|
+
],
|
|
3262
|
+
"compatibility": {
|
|
3263
|
+
"nuxt": "^2.0.0",
|
|
3264
|
+
"requires": {}
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "snipcart",
|
|
3269
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3270
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3271
|
+
"npm": "@nuxtjs/snipcart",
|
|
3272
|
+
"icon": "snipcart.png",
|
|
3273
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3274
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3275
|
+
"learn_more": "",
|
|
3276
|
+
"category": "Payment",
|
|
3277
|
+
"type": "community",
|
|
3278
|
+
"maintainers": [
|
|
3279
|
+
{
|
|
3280
|
+
"name": "Florent GIRAUD",
|
|
3281
|
+
"github": "f3ltron",
|
|
3282
|
+
"twitter": "giraud_florent"
|
|
2148
3283
|
}
|
|
2149
|
-
]
|
|
3284
|
+
],
|
|
3285
|
+
"compatibility": {
|
|
3286
|
+
"nuxt": "^2.0.0",
|
|
3287
|
+
"requires": {}
|
|
3288
|
+
}
|
|
2150
3289
|
},
|
|
2151
3290
|
{
|
|
2152
3291
|
"name": "social-meta",
|
|
@@ -2162,10 +3301,13 @@
|
|
|
2162
3301
|
"maintainers": [
|
|
2163
3302
|
{
|
|
2164
3303
|
"name": "AlekseyPleshkov",
|
|
2165
|
-
"github": "AlekseyPleshkov"
|
|
2166
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3304
|
+
"github": "AlekseyPleshkov"
|
|
2167
3305
|
}
|
|
2168
|
-
]
|
|
3306
|
+
],
|
|
3307
|
+
"compatibility": {
|
|
3308
|
+
"nuxt": "^2.0.0",
|
|
3309
|
+
"requires": {}
|
|
3310
|
+
}
|
|
2169
3311
|
},
|
|
2170
3312
|
{
|
|
2171
3313
|
"name": "socket-io",
|
|
@@ -2181,10 +3323,13 @@
|
|
|
2181
3323
|
"maintainers": [
|
|
2182
3324
|
{
|
|
2183
3325
|
"name": "richardeschloss",
|
|
2184
|
-
"github": "richardeschloss"
|
|
2185
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3326
|
+
"github": "richardeschloss"
|
|
2186
3327
|
}
|
|
2187
|
-
]
|
|
3328
|
+
],
|
|
3329
|
+
"compatibility": {
|
|
3330
|
+
"nuxt": "^2.0.0",
|
|
3331
|
+
"requires": {}
|
|
3332
|
+
}
|
|
2188
3333
|
},
|
|
2189
3334
|
{
|
|
2190
3335
|
"name": "speedcurve",
|
|
@@ -2201,10 +3346,46 @@
|
|
|
2201
3346
|
{
|
|
2202
3347
|
"name": "Josh Deltener",
|
|
2203
3348
|
"github": "hecktarzuli",
|
|
2204
|
-
"twitter": "JoshDeltener"
|
|
2205
|
-
|
|
3349
|
+
"twitter": "JoshDeltener"
|
|
3350
|
+
}
|
|
3351
|
+
],
|
|
3352
|
+
"compatibility": {
|
|
3353
|
+
"nuxt": "^2.0.0",
|
|
3354
|
+
"requires": {}
|
|
3355
|
+
}
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"name": "speedkit",
|
|
3359
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3360
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3361
|
+
"npm": "nuxt-speedkit",
|
|
3362
|
+
"icon": "speedkit.png",
|
|
3363
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3364
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3365
|
+
"learn_more": "",
|
|
3366
|
+
"category": "Performance",
|
|
3367
|
+
"type": "3rd-party",
|
|
3368
|
+
"maintainers": [
|
|
3369
|
+
{
|
|
3370
|
+
"name": "Stephan Gerbeth",
|
|
3371
|
+
"github": "StephanGerbeth",
|
|
3372
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"name": "Thorn Walli",
|
|
3376
|
+
"github": "ThornWalli",
|
|
3377
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "Grabarz & Partner",
|
|
3381
|
+
"github": "GrabarzUndPartner",
|
|
3382
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2206
3383
|
}
|
|
2207
|
-
]
|
|
3384
|
+
],
|
|
3385
|
+
"compatibility": {
|
|
3386
|
+
"nuxt": "^2.0.0",
|
|
3387
|
+
"requires": {}
|
|
3388
|
+
}
|
|
2208
3389
|
},
|
|
2209
3390
|
{
|
|
2210
3391
|
"name": "storage",
|
|
@@ -2215,15 +3396,40 @@
|
|
|
2215
3396
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2216
3397
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2217
3398
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2218
|
-
"category": "
|
|
3399
|
+
"category": "Extensions",
|
|
2219
3400
|
"type": "3rd-party",
|
|
2220
3401
|
"maintainers": [
|
|
2221
3402
|
{
|
|
2222
3403
|
"name": "mazipan",
|
|
2223
|
-
"github": "mazipan"
|
|
2224
|
-
|
|
3404
|
+
"github": "mazipan"
|
|
3405
|
+
}
|
|
3406
|
+
],
|
|
3407
|
+
"compatibility": {
|
|
3408
|
+
"nuxt": "^2.0.0",
|
|
3409
|
+
"requires": {}
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"name": "storefront-ui",
|
|
3414
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3415
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3416
|
+
"npm": "@storefront-ui/nuxt",
|
|
3417
|
+
"icon": "storefront-ui.svg",
|
|
3418
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3419
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3420
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3421
|
+
"category": "UI",
|
|
3422
|
+
"type": "3rd-party",
|
|
3423
|
+
"maintainers": [
|
|
3424
|
+
{
|
|
3425
|
+
"name": "Jakub Andrzejewski",
|
|
3426
|
+
"github": "Baroshem"
|
|
2225
3427
|
}
|
|
2226
|
-
]
|
|
3428
|
+
],
|
|
3429
|
+
"compatibility": {
|
|
3430
|
+
"nuxt": "^2.0.0",
|
|
3431
|
+
"requires": {}
|
|
3432
|
+
}
|
|
2227
3433
|
},
|
|
2228
3434
|
{
|
|
2229
3435
|
"name": "stories",
|
|
@@ -2239,16 +3445,19 @@
|
|
|
2239
3445
|
"maintainers": [
|
|
2240
3446
|
{
|
|
2241
3447
|
"name": "richardeschloss",
|
|
2242
|
-
"github": "richardeschloss"
|
|
2243
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3448
|
+
"github": "richardeschloss"
|
|
2244
3449
|
}
|
|
2245
|
-
]
|
|
3450
|
+
],
|
|
3451
|
+
"compatibility": {
|
|
3452
|
+
"nuxt": "^2.0.0",
|
|
3453
|
+
"requires": {}
|
|
3454
|
+
}
|
|
2246
3455
|
},
|
|
2247
3456
|
{
|
|
2248
3457
|
"name": "storyblok",
|
|
2249
3458
|
"description": "Storyblok Nuxt.js module",
|
|
2250
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2251
|
-
"npm": "storyblok
|
|
3459
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3460
|
+
"npm": "@storyblok/nuxt",
|
|
2252
3461
|
"icon": "storyblok.png",
|
|
2253
3462
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2254
3463
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2258,10 +3467,13 @@
|
|
|
2258
3467
|
"maintainers": [
|
|
2259
3468
|
{
|
|
2260
3469
|
"name": "storyblok",
|
|
2261
|
-
"github": "storyblok"
|
|
2262
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3470
|
+
"github": "storyblok"
|
|
2263
3471
|
}
|
|
2264
|
-
]
|
|
3472
|
+
],
|
|
3473
|
+
"compatibility": {
|
|
3474
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3475
|
+
"requires": {}
|
|
3476
|
+
}
|
|
2265
3477
|
},
|
|
2266
3478
|
{
|
|
2267
3479
|
"name": "storybook",
|
|
@@ -2278,16 +3490,20 @@
|
|
|
2278
3490
|
{
|
|
2279
3491
|
"name": "Ahad Birang",
|
|
2280
3492
|
"github": "farnabaz",
|
|
2281
|
-
"twitter": "a_birang"
|
|
2282
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3493
|
+
"twitter": "a_birang"
|
|
2283
3494
|
},
|
|
2284
3495
|
{
|
|
2285
3496
|
"name": "Pooya Parsa",
|
|
2286
3497
|
"github": "pi0",
|
|
2287
|
-
"twitter": "_pi0_"
|
|
2288
|
-
|
|
3498
|
+
"twitter": "_pi0_"
|
|
3499
|
+
}
|
|
3500
|
+
],
|
|
3501
|
+
"compatibility": {
|
|
3502
|
+
"nuxt": "^2.0.0",
|
|
3503
|
+
"requires": {
|
|
3504
|
+
"bridge": "optional"
|
|
2289
3505
|
}
|
|
2290
|
-
|
|
3506
|
+
}
|
|
2291
3507
|
},
|
|
2292
3508
|
{
|
|
2293
3509
|
"name": "strapi",
|
|
@@ -2304,16 +3520,18 @@
|
|
|
2304
3520
|
{
|
|
2305
3521
|
"name": "Benjamin Canac",
|
|
2306
3522
|
"github": "benjamincanac",
|
|
2307
|
-
"twitter": "benjamincanac"
|
|
2308
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3523
|
+
"twitter": "benjamincanac"
|
|
2309
3524
|
},
|
|
2310
3525
|
{
|
|
2311
3526
|
"name": "Sébastien Chopin",
|
|
2312
3527
|
"github": "Atinux",
|
|
2313
|
-
"twitter": "Atinux"
|
|
2314
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3528
|
+
"twitter": "Atinux"
|
|
2315
3529
|
}
|
|
2316
|
-
]
|
|
3530
|
+
],
|
|
3531
|
+
"compatibility": {
|
|
3532
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3533
|
+
"requires": {}
|
|
3534
|
+
}
|
|
2317
3535
|
},
|
|
2318
3536
|
{
|
|
2319
3537
|
"name": "stripe",
|
|
@@ -2329,10 +3547,13 @@
|
|
|
2329
3547
|
"maintainers": [
|
|
2330
3548
|
{
|
|
2331
3549
|
"name": "WilliamDASILVA",
|
|
2332
|
-
"github": "WilliamDASILVA"
|
|
2333
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3550
|
+
"github": "WilliamDASILVA"
|
|
2334
3551
|
}
|
|
2335
|
-
]
|
|
3552
|
+
],
|
|
3553
|
+
"compatibility": {
|
|
3554
|
+
"nuxt": "^2.0.0",
|
|
3555
|
+
"requires": {}
|
|
3556
|
+
}
|
|
2336
3557
|
},
|
|
2337
3558
|
{
|
|
2338
3559
|
"name": "style-resources",
|
|
@@ -2349,10 +3570,13 @@
|
|
|
2349
3570
|
{
|
|
2350
3571
|
"name": "Alexander Lichter",
|
|
2351
3572
|
"github": "manniL",
|
|
2352
|
-
"twitter": "TheAlexLichter"
|
|
2353
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3573
|
+
"twitter": "TheAlexLichter"
|
|
2354
3574
|
}
|
|
2355
|
-
]
|
|
3575
|
+
],
|
|
3576
|
+
"compatibility": {
|
|
3577
|
+
"nuxt": "^2.0.0",
|
|
3578
|
+
"requires": {}
|
|
3579
|
+
}
|
|
2356
3580
|
},
|
|
2357
3581
|
{
|
|
2358
3582
|
"name": "stylelint",
|
|
@@ -2368,10 +3592,59 @@
|
|
|
2368
3592
|
"maintainers": [
|
|
2369
3593
|
{
|
|
2370
3594
|
"name": "Ricardo Gobbo de Souza",
|
|
2371
|
-
"github": "ricardogobbosouza"
|
|
2372
|
-
|
|
3595
|
+
"github": "ricardogobbosouza"
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
"compatibility": {
|
|
3599
|
+
"nuxt": "^2.0.0",
|
|
3600
|
+
"requires": {}
|
|
3601
|
+
}
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"name": "stylify",
|
|
3605
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3606
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3607
|
+
"npm": "@stylify/nuxt-module",
|
|
3608
|
+
"icon": "stylify.svg",
|
|
3609
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3610
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3611
|
+
"learn_more": "https://stylify.dev",
|
|
3612
|
+
"category": "UI",
|
|
3613
|
+
"type": "3rd-party",
|
|
3614
|
+
"maintainers": [
|
|
3615
|
+
{
|
|
3616
|
+
"name": "Vladimír Macháček",
|
|
3617
|
+
"github": "Machy8",
|
|
3618
|
+
"twitter": "8machy"
|
|
3619
|
+
}
|
|
3620
|
+
],
|
|
3621
|
+
"compatibility": {
|
|
3622
|
+
"nuxt": "^2.0.0",
|
|
3623
|
+
"requires": {}
|
|
3624
|
+
}
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"name": "supabase",
|
|
3628
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3629
|
+
"repo": "supabase/nuxt-supabase",
|
|
3630
|
+
"npm": "nuxt-supabase",
|
|
3631
|
+
"icon": "supabase.png",
|
|
3632
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3633
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3634
|
+
"learn_more": "https://supabase.io",
|
|
3635
|
+
"category": "Database",
|
|
3636
|
+
"type": "3rd-party",
|
|
3637
|
+
"maintainers": [
|
|
3638
|
+
{
|
|
3639
|
+
"name": "Scott Robertson",
|
|
3640
|
+
"github": "scottrobertson",
|
|
3641
|
+
"twitter": "scottymeuk"
|
|
2373
3642
|
}
|
|
2374
|
-
]
|
|
3643
|
+
],
|
|
3644
|
+
"compatibility": {
|
|
3645
|
+
"nuxt": "^2.0.0",
|
|
3646
|
+
"requires": {}
|
|
3647
|
+
}
|
|
2375
3648
|
},
|
|
2376
3649
|
{
|
|
2377
3650
|
"name": "svg-loader",
|
|
@@ -2382,15 +3655,18 @@
|
|
|
2382
3655
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2383
3656
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2384
3657
|
"learn_more": "",
|
|
2385
|
-
"category": "
|
|
3658
|
+
"category": "Extensions",
|
|
2386
3659
|
"type": "3rd-party",
|
|
2387
3660
|
"maintainers": [
|
|
2388
3661
|
{
|
|
2389
3662
|
"name": "Developmint",
|
|
2390
|
-
"github": "Developmint"
|
|
2391
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3663
|
+
"github": "Developmint"
|
|
2392
3664
|
}
|
|
2393
|
-
]
|
|
3665
|
+
],
|
|
3666
|
+
"compatibility": {
|
|
3667
|
+
"nuxt": "^2.0.0",
|
|
3668
|
+
"requires": {}
|
|
3669
|
+
}
|
|
2394
3670
|
},
|
|
2395
3671
|
{
|
|
2396
3672
|
"name": "svg-sprite",
|
|
@@ -2401,16 +3677,19 @@
|
|
|
2401
3677
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2402
3678
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2403
3679
|
"learn_more": "",
|
|
2404
|
-
"category": "
|
|
3680
|
+
"category": "UI",
|
|
2405
3681
|
"type": "community",
|
|
2406
3682
|
"maintainers": [
|
|
2407
3683
|
{
|
|
2408
3684
|
"name": "Ahad Birang",
|
|
2409
3685
|
"github": "farnabaz",
|
|
2410
|
-
"twitter": "a_birang"
|
|
2411
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3686
|
+
"twitter": "a_birang"
|
|
2412
3687
|
}
|
|
2413
|
-
]
|
|
3688
|
+
],
|
|
3689
|
+
"compatibility": {
|
|
3690
|
+
"nuxt": "^2.0.0",
|
|
3691
|
+
"requires": {}
|
|
3692
|
+
}
|
|
2414
3693
|
},
|
|
2415
3694
|
{
|
|
2416
3695
|
"name": "svg",
|
|
@@ -2421,15 +3700,18 @@
|
|
|
2421
3700
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2422
3701
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2423
3702
|
"learn_more": "",
|
|
2424
|
-
"category": "
|
|
3703
|
+
"category": "Extensions",
|
|
2425
3704
|
"type": "community",
|
|
2426
3705
|
"maintainers": [
|
|
2427
3706
|
{
|
|
2428
3707
|
"name": "Sam Holmes",
|
|
2429
|
-
"github": "sam3d"
|
|
2430
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3708
|
+
"github": "sam3d"
|
|
2431
3709
|
}
|
|
2432
|
-
]
|
|
3710
|
+
],
|
|
3711
|
+
"compatibility": {
|
|
3712
|
+
"nuxt": "^2.0.0",
|
|
3713
|
+
"requires": {}
|
|
3714
|
+
}
|
|
2433
3715
|
},
|
|
2434
3716
|
{
|
|
2435
3717
|
"name": "sweetalert2",
|
|
@@ -2445,10 +3727,13 @@
|
|
|
2445
3727
|
"maintainers": [
|
|
2446
3728
|
{
|
|
2447
3729
|
"name": "ImreC",
|
|
2448
|
-
"github": "ImreC"
|
|
2449
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3730
|
+
"github": "ImreC"
|
|
2450
3731
|
}
|
|
2451
|
-
]
|
|
3732
|
+
],
|
|
3733
|
+
"compatibility": {
|
|
3734
|
+
"nuxt": "^2.0.0",
|
|
3735
|
+
"requires": {}
|
|
3736
|
+
}
|
|
2452
3737
|
},
|
|
2453
3738
|
{
|
|
2454
3739
|
"name": "tailwindcss",
|
|
@@ -2465,10 +3750,36 @@
|
|
|
2465
3750
|
{
|
|
2466
3751
|
"name": "Sébastien Chopin",
|
|
2467
3752
|
"github": "Atinux",
|
|
2468
|
-
"twitter": "Atinux"
|
|
2469
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3753
|
+
"twitter": "Atinux"
|
|
2470
3754
|
}
|
|
2471
|
-
]
|
|
3755
|
+
],
|
|
3756
|
+
"compatibility": {
|
|
3757
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3758
|
+
"requires": {}
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"name": "tiktok-analytics",
|
|
3763
|
+
"description": "",
|
|
3764
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3765
|
+
"npm": "tiktok-analytics",
|
|
3766
|
+
"icon": "",
|
|
3767
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3768
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3769
|
+
"learn_more": "",
|
|
3770
|
+
"category": "Analytics",
|
|
3771
|
+
"type": "3rd-party",
|
|
3772
|
+
"maintainers": [
|
|
3773
|
+
{
|
|
3774
|
+
"name": "stickpro",
|
|
3775
|
+
"github": "stickpro",
|
|
3776
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3777
|
+
}
|
|
3778
|
+
],
|
|
3779
|
+
"compatibility": {
|
|
3780
|
+
"nuxt": "^2.0.0",
|
|
3781
|
+
"requires": {}
|
|
3782
|
+
}
|
|
2472
3783
|
},
|
|
2473
3784
|
{
|
|
2474
3785
|
"name": "toast",
|
|
@@ -2476,8 +3787,8 @@
|
|
|
2476
3787
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2477
3788
|
"npm": "@nuxtjs/toast",
|
|
2478
3789
|
"icon": "",
|
|
2479
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2480
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3790
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3791
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2481
3792
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2482
3793
|
"category": "Libraries",
|
|
2483
3794
|
"type": "community",
|
|
@@ -2485,10 +3796,37 @@
|
|
|
2485
3796
|
{
|
|
2486
3797
|
"name": "Pooya Parsa",
|
|
2487
3798
|
"github": "pi0",
|
|
2488
|
-
"twitter": "_pi0_"
|
|
2489
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3799
|
+
"twitter": "_pi0_"
|
|
2490
3800
|
}
|
|
2491
|
-
]
|
|
3801
|
+
],
|
|
3802
|
+
"compatibility": {
|
|
3803
|
+
"nuxt": "^2.0.0",
|
|
3804
|
+
"requires": {}
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"name": "twa",
|
|
3809
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3810
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3811
|
+
"npm": "nuxt-twa",
|
|
3812
|
+
"icon": "",
|
|
3813
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3814
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3815
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3816
|
+
"category": "Performance",
|
|
3817
|
+
"type": "3rd-party",
|
|
3818
|
+
"maintainers": [
|
|
3819
|
+
{
|
|
3820
|
+
"name": "Nicolas Perraut",
|
|
3821
|
+
"github": "tuarrep"
|
|
3822
|
+
}
|
|
3823
|
+
],
|
|
3824
|
+
"compatibility": {
|
|
3825
|
+
"nuxt": "^2.0.0",
|
|
3826
|
+
"requires": {
|
|
3827
|
+
"bridge": "optional"
|
|
3828
|
+
}
|
|
3829
|
+
}
|
|
2492
3830
|
},
|
|
2493
3831
|
{
|
|
2494
3832
|
"name": "typed-router",
|
|
@@ -2504,10 +3842,13 @@
|
|
|
2504
3842
|
"maintainers": [
|
|
2505
3843
|
{
|
|
2506
3844
|
"name": "victorgarciaesgi",
|
|
2507
|
-
"github": "victorgarciaesgi"
|
|
2508
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3845
|
+
"github": "victorgarciaesgi"
|
|
2509
3846
|
}
|
|
2510
|
-
]
|
|
3847
|
+
],
|
|
3848
|
+
"compatibility": {
|
|
3849
|
+
"nuxt": "^2.0.0",
|
|
3850
|
+
"requires": {}
|
|
3851
|
+
}
|
|
2511
3852
|
},
|
|
2512
3853
|
{
|
|
2513
3854
|
"name": "typescript-runtime",
|
|
@@ -2523,22 +3864,23 @@
|
|
|
2523
3864
|
"maintainers": [
|
|
2524
3865
|
{
|
|
2525
3866
|
"name": "Kevin Marrec",
|
|
2526
|
-
"github": "kevinmarrec"
|
|
2527
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3867
|
+
"github": "kevinmarrec"
|
|
2528
3868
|
},
|
|
2529
3869
|
{
|
|
2530
3870
|
"name": "Pooya Parsa",
|
|
2531
3871
|
"github": "pi0",
|
|
2532
|
-
"twitter": "_pi0_"
|
|
2533
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3872
|
+
"twitter": "_pi0_"
|
|
2534
3873
|
},
|
|
2535
3874
|
{
|
|
2536
3875
|
"name": "Daniel Roe",
|
|
2537
3876
|
"github": "danielroe",
|
|
2538
|
-
"twitter": "danielcroe"
|
|
2539
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3877
|
+
"twitter": "danielcroe"
|
|
2540
3878
|
}
|
|
2541
|
-
]
|
|
3879
|
+
],
|
|
3880
|
+
"compatibility": {
|
|
3881
|
+
"nuxt": "^2.0.0",
|
|
3882
|
+
"requires": {}
|
|
3883
|
+
}
|
|
2542
3884
|
},
|
|
2543
3885
|
{
|
|
2544
3886
|
"name": "typescript",
|
|
@@ -2554,22 +3896,23 @@
|
|
|
2554
3896
|
"maintainers": [
|
|
2555
3897
|
{
|
|
2556
3898
|
"name": "Kevin Marrec",
|
|
2557
|
-
"github": "kevinmarrec"
|
|
2558
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3899
|
+
"github": "kevinmarrec"
|
|
2559
3900
|
},
|
|
2560
3901
|
{
|
|
2561
3902
|
"name": "Pooya Parsa",
|
|
2562
3903
|
"github": "pi0",
|
|
2563
|
-
"twitter": "_pi0_"
|
|
2564
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3904
|
+
"twitter": "_pi0_"
|
|
2565
3905
|
},
|
|
2566
3906
|
{
|
|
2567
3907
|
"name": "Daniel Roe",
|
|
2568
3908
|
"github": "danielroe",
|
|
2569
|
-
"twitter": "danielcroe"
|
|
2570
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3909
|
+
"twitter": "danielcroe"
|
|
2571
3910
|
}
|
|
2572
|
-
]
|
|
3911
|
+
],
|
|
3912
|
+
"compatibility": {
|
|
3913
|
+
"nuxt": "^2.0.0",
|
|
3914
|
+
"requires": {}
|
|
3915
|
+
}
|
|
2573
3916
|
},
|
|
2574
3917
|
{
|
|
2575
3918
|
"name": "universal-storage",
|
|
@@ -2580,22 +3923,50 @@
|
|
|
2580
3923
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2581
3924
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2582
3925
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2583
|
-
"category": "
|
|
3926
|
+
"category": "Extensions",
|
|
2584
3927
|
"type": "community",
|
|
2585
3928
|
"maintainers": [
|
|
2586
3929
|
{
|
|
2587
3930
|
"name": "Pooya Parsa",
|
|
2588
3931
|
"github": "pi0",
|
|
2589
|
-
"twitter": "_pi0_"
|
|
2590
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3932
|
+
"twitter": "_pi0_"
|
|
2591
3933
|
},
|
|
2592
3934
|
{
|
|
2593
3935
|
"name": "Farzad Soltani",
|
|
2594
3936
|
"github": "farzadso",
|
|
2595
|
-
"twitter": "farzadso"
|
|
2596
|
-
|
|
3937
|
+
"twitter": "farzadso"
|
|
3938
|
+
}
|
|
3939
|
+
],
|
|
3940
|
+
"compatibility": {
|
|
3941
|
+
"nuxt": "^2.0.0",
|
|
3942
|
+
"requires": {}
|
|
3943
|
+
}
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"name": "unocss",
|
|
3947
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3948
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3949
|
+
"npm": "@unocss/nuxt",
|
|
3950
|
+
"icon": "unocss.svg",
|
|
3951
|
+
"github": "https://github.com/antfu/unocss",
|
|
3952
|
+
"website": "https://github.com/antfu/unocss",
|
|
3953
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3954
|
+
"category": "UI",
|
|
3955
|
+
"type": "3rd-party",
|
|
3956
|
+
"maintainers": [
|
|
3957
|
+
{
|
|
3958
|
+
"name": "Anthony Fu",
|
|
3959
|
+
"github": "antfu",
|
|
3960
|
+
"twitter": "antfu7",
|
|
3961
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2597
3962
|
}
|
|
2598
|
-
]
|
|
3963
|
+
],
|
|
3964
|
+
"compatibility": {
|
|
3965
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3966
|
+
"requires": {
|
|
3967
|
+
"bridge": "optional"
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
2599
3970
|
},
|
|
2600
3971
|
{
|
|
2601
3972
|
"name": "user-agent",
|
|
@@ -2606,15 +3977,18 @@
|
|
|
2606
3977
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2607
3978
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2608
3979
|
"learn_more": "",
|
|
2609
|
-
"category": "
|
|
3980
|
+
"category": "Extensions",
|
|
2610
3981
|
"type": "3rd-party",
|
|
2611
3982
|
"maintainers": [
|
|
2612
3983
|
{
|
|
2613
3984
|
"name": "fukuiretu",
|
|
2614
|
-
"github": "fukuiretu"
|
|
2615
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3985
|
+
"github": "fukuiretu"
|
|
2616
3986
|
}
|
|
2617
|
-
]
|
|
3987
|
+
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^2.0.0",
|
|
3990
|
+
"requires": {}
|
|
3991
|
+
}
|
|
2618
3992
|
},
|
|
2619
3993
|
{
|
|
2620
3994
|
"name": "validate",
|
|
@@ -2630,10 +4004,13 @@
|
|
|
2630
4004
|
"maintainers": [
|
|
2631
4005
|
{
|
|
2632
4006
|
"name": "lewyuburi",
|
|
2633
|
-
"github": "lewyuburi"
|
|
2634
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4007
|
+
"github": "lewyuburi"
|
|
2635
4008
|
}
|
|
2636
|
-
]
|
|
4009
|
+
],
|
|
4010
|
+
"compatibility": {
|
|
4011
|
+
"nuxt": "^2.0.0",
|
|
4012
|
+
"requires": {}
|
|
4013
|
+
}
|
|
2637
4014
|
},
|
|
2638
4015
|
{
|
|
2639
4016
|
"name": "vendor",
|
|
@@ -2644,16 +4021,19 @@
|
|
|
2644
4021
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2645
4022
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2646
4023
|
"learn_more": "",
|
|
2647
|
-
"category": "
|
|
4024
|
+
"category": "Extensions",
|
|
2648
4025
|
"type": "community",
|
|
2649
4026
|
"maintainers": [
|
|
2650
4027
|
{
|
|
2651
4028
|
"name": "Pooya Parsa",
|
|
2652
4029
|
"github": "pi0",
|
|
2653
|
-
"twitter": "_pi0_"
|
|
2654
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4030
|
+
"twitter": "_pi0_"
|
|
2655
4031
|
}
|
|
2656
|
-
]
|
|
4032
|
+
],
|
|
4033
|
+
"compatibility": {
|
|
4034
|
+
"nuxt": "^2.0.0",
|
|
4035
|
+
"requires": {}
|
|
4036
|
+
}
|
|
2657
4037
|
},
|
|
2658
4038
|
{
|
|
2659
4039
|
"name": "vue-material",
|
|
@@ -2669,10 +4049,13 @@
|
|
|
2669
4049
|
"maintainers": [
|
|
2670
4050
|
{
|
|
2671
4051
|
"name": "vaso2",
|
|
2672
|
-
"github": "vaso2"
|
|
2673
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4052
|
+
"github": "vaso2"
|
|
2674
4053
|
}
|
|
2675
|
-
]
|
|
4054
|
+
],
|
|
4055
|
+
"compatibility": {
|
|
4056
|
+
"nuxt": "^2.0.0",
|
|
4057
|
+
"requires": {}
|
|
4058
|
+
}
|
|
2676
4059
|
},
|
|
2677
4060
|
{
|
|
2678
4061
|
"name": "vue-multiselect",
|
|
@@ -2688,10 +4071,13 @@
|
|
|
2688
4071
|
"maintainers": [
|
|
2689
4072
|
{
|
|
2690
4073
|
"name": "spektrummedia",
|
|
2691
|
-
"github": "spektrummedia"
|
|
2692
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4074
|
+
"github": "spektrummedia"
|
|
2693
4075
|
}
|
|
2694
|
-
]
|
|
4076
|
+
],
|
|
4077
|
+
"compatibility": {
|
|
4078
|
+
"nuxt": "^2.0.0",
|
|
4079
|
+
"requires": {}
|
|
4080
|
+
}
|
|
2695
4081
|
},
|
|
2696
4082
|
{
|
|
2697
4083
|
"name": "vue-select",
|
|
@@ -2707,10 +4093,13 @@
|
|
|
2707
4093
|
"maintainers": [
|
|
2708
4094
|
{
|
|
2709
4095
|
"name": "madmod",
|
|
2710
|
-
"github": "madmod"
|
|
2711
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4096
|
+
"github": "madmod"
|
|
2712
4097
|
}
|
|
2713
|
-
]
|
|
4098
|
+
],
|
|
4099
|
+
"compatibility": {
|
|
4100
|
+
"nuxt": "^2.0.0",
|
|
4101
|
+
"requires": {}
|
|
4102
|
+
}
|
|
2714
4103
|
},
|
|
2715
4104
|
{
|
|
2716
4105
|
"name": "vue-warehouse",
|
|
@@ -2727,10 +4116,13 @@
|
|
|
2727
4116
|
{
|
|
2728
4117
|
"name": "Julio Marquez",
|
|
2729
4118
|
"github": "juliomrqz",
|
|
2730
|
-
"twitter": "juliomrqz"
|
|
2731
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4119
|
+
"twitter": "juliomrqz"
|
|
2732
4120
|
}
|
|
2733
|
-
]
|
|
4121
|
+
],
|
|
4122
|
+
"compatibility": {
|
|
4123
|
+
"nuxt": "^2.0.0",
|
|
4124
|
+
"requires": {}
|
|
4125
|
+
}
|
|
2734
4126
|
},
|
|
2735
4127
|
{
|
|
2736
4128
|
"name": "vuetify",
|
|
@@ -2746,16 +4138,43 @@
|
|
|
2746
4138
|
"maintainers": [
|
|
2747
4139
|
{
|
|
2748
4140
|
"name": "Kevin Marrec",
|
|
2749
|
-
"github": "kevinmarrec"
|
|
2750
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4141
|
+
"github": "kevinmarrec"
|
|
2751
4142
|
},
|
|
2752
4143
|
{
|
|
2753
4144
|
"name": "Pooya Parsa",
|
|
2754
4145
|
"github": "pi0",
|
|
2755
|
-
"twitter": "_pi0_"
|
|
2756
|
-
|
|
4146
|
+
"twitter": "_pi0_"
|
|
4147
|
+
}
|
|
4148
|
+
],
|
|
4149
|
+
"compatibility": {
|
|
4150
|
+
"nuxt": "^2.0.0",
|
|
4151
|
+
"requires": {}
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "vueuse",
|
|
4156
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4157
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4158
|
+
"npm": "@vueuse/core",
|
|
4159
|
+
"icon": "vueuse.svg",
|
|
4160
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4161
|
+
"website": "https://vueuse.org",
|
|
4162
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4163
|
+
"category": "Libraries",
|
|
4164
|
+
"type": "3rd-party",
|
|
4165
|
+
"maintainers": [
|
|
4166
|
+
{
|
|
4167
|
+
"name": "Anthony Fu",
|
|
4168
|
+
"github": "antfu",
|
|
4169
|
+
"twitter": "antfu7"
|
|
4170
|
+
}
|
|
4171
|
+
],
|
|
4172
|
+
"compatibility": {
|
|
4173
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4174
|
+
"requires": {
|
|
4175
|
+
"bridge": "optional"
|
|
2757
4176
|
}
|
|
2758
|
-
|
|
4177
|
+
}
|
|
2759
4178
|
},
|
|
2760
4179
|
{
|
|
2761
4180
|
"name": "vuex-router-sync",
|
|
@@ -2771,10 +4190,68 @@
|
|
|
2771
4190
|
"maintainers": [
|
|
2772
4191
|
{
|
|
2773
4192
|
"name": "paulgv",
|
|
2774
|
-
"github": "paulgv"
|
|
2775
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4193
|
+
"github": "paulgv"
|
|
2776
4194
|
}
|
|
2777
|
-
]
|
|
4195
|
+
],
|
|
4196
|
+
"compatibility": {
|
|
4197
|
+
"nuxt": "^2.0.0",
|
|
4198
|
+
"requires": {}
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "web-vitals",
|
|
4203
|
+
"description": "Web Vitals for Nuxt",
|
|
4204
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4205
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4206
|
+
"icon": "",
|
|
4207
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4208
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4209
|
+
"learn_more": "",
|
|
4210
|
+
"category": "Performance",
|
|
4211
|
+
"type": "community",
|
|
4212
|
+
"maintainers": [
|
|
4213
|
+
{
|
|
4214
|
+
"name": "daliborgogic",
|
|
4215
|
+
"github": "daliborgogic"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "Pooya Parsa",
|
|
4219
|
+
"github": "pi0",
|
|
4220
|
+
"twitter": "_pi0_"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"name": "Sebastien Chopin",
|
|
4224
|
+
"github": "Atinux",
|
|
4225
|
+
"twitter": "Atinux"
|
|
4226
|
+
}
|
|
4227
|
+
],
|
|
4228
|
+
"compatibility": {
|
|
4229
|
+
"nuxt": "^2.0.0",
|
|
4230
|
+
"requires": {}
|
|
4231
|
+
}
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "web3js",
|
|
4235
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4236
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4237
|
+
"npm": "nuxt-web3",
|
|
4238
|
+
"icon": "web3js.svg",
|
|
4239
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4240
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4241
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4242
|
+
"category": "Libraries",
|
|
4243
|
+
"type": "3rd-party",
|
|
4244
|
+
"maintainers": [
|
|
4245
|
+
{
|
|
4246
|
+
"name": "Muhammad Fauzan",
|
|
4247
|
+
"github": "fauzan121002",
|
|
4248
|
+
"twitter": "fauzandev"
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"compatibility": {
|
|
4252
|
+
"nuxt": "^2.0.0",
|
|
4253
|
+
"requires": {}
|
|
4254
|
+
}
|
|
2778
4255
|
},
|
|
2779
4256
|
{
|
|
2780
4257
|
"name": "webfontloader",
|
|
@@ -2790,10 +4267,37 @@
|
|
|
2790
4267
|
"maintainers": [
|
|
2791
4268
|
{
|
|
2792
4269
|
"name": "Developmint",
|
|
2793
|
-
"github": "Developmint"
|
|
2794
|
-
|
|
4270
|
+
"github": "Developmint"
|
|
4271
|
+
}
|
|
4272
|
+
],
|
|
4273
|
+
"compatibility": {
|
|
4274
|
+
"nuxt": "^2.0.0",
|
|
4275
|
+
"requires": {}
|
|
4276
|
+
}
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"name": "webpack-optimisations",
|
|
4280
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4281
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4282
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4283
|
+
"icon": "build-optimisations.svg",
|
|
4284
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4285
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4286
|
+
"learn_more": "",
|
|
4287
|
+
"category": "Devtools",
|
|
4288
|
+
"type": "3rd-party",
|
|
4289
|
+
"maintainers": [
|
|
4290
|
+
{
|
|
4291
|
+
"name": "Harlan Wilton",
|
|
4292
|
+
"github": "harlan-zw"
|
|
4293
|
+
}
|
|
4294
|
+
],
|
|
4295
|
+
"compatibility": {
|
|
4296
|
+
"nuxt": "^2.0.0",
|
|
4297
|
+
"requires": {
|
|
4298
|
+
"bridge": "optional"
|
|
2795
4299
|
}
|
|
2796
|
-
|
|
4300
|
+
}
|
|
2797
4301
|
},
|
|
2798
4302
|
{
|
|
2799
4303
|
"name": "webpack-profile",
|
|
@@ -2810,10 +4314,13 @@
|
|
|
2810
4314
|
{
|
|
2811
4315
|
"name": "Pooya Parsa",
|
|
2812
4316
|
"github": "pi0",
|
|
2813
|
-
"twitter": "_pi0_"
|
|
2814
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4317
|
+
"twitter": "_pi0_"
|
|
2815
4318
|
}
|
|
2816
|
-
]
|
|
4319
|
+
],
|
|
4320
|
+
"compatibility": {
|
|
4321
|
+
"nuxt": "^2.0.0",
|
|
4322
|
+
"requires": {}
|
|
4323
|
+
}
|
|
2817
4324
|
},
|
|
2818
4325
|
{
|
|
2819
4326
|
"name": "webpackdashboard",
|
|
@@ -2829,10 +4336,13 @@
|
|
|
2829
4336
|
"maintainers": [
|
|
2830
4337
|
{
|
|
2831
4338
|
"name": "paulgv",
|
|
2832
|
-
"github": "paulgv"
|
|
2833
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4339
|
+
"github": "paulgv"
|
|
2834
4340
|
}
|
|
2835
|
-
]
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^2.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
2836
4346
|
},
|
|
2837
4347
|
{
|
|
2838
4348
|
"name": "webpackmonitor",
|
|
@@ -2849,10 +4359,43 @@
|
|
|
2849
4359
|
{
|
|
2850
4360
|
"name": "Pooya Parsa",
|
|
2851
4361
|
"github": "pi0",
|
|
2852
|
-
"twitter": "_pi0_"
|
|
2853
|
-
|
|
4362
|
+
"twitter": "_pi0_"
|
|
4363
|
+
}
|
|
4364
|
+
],
|
|
4365
|
+
"compatibility": {
|
|
4366
|
+
"nuxt": "^2.0.0",
|
|
4367
|
+
"requires": {}
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "windicss",
|
|
4372
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4373
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4374
|
+
"npm": "nuxt-windicss",
|
|
4375
|
+
"icon": "windicss.svg",
|
|
4376
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4377
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4378
|
+
"learn_more": "https://windicss.org/",
|
|
4379
|
+
"category": "UI",
|
|
4380
|
+
"type": "3rd-party",
|
|
4381
|
+
"maintainers": [
|
|
4382
|
+
{
|
|
4383
|
+
"name": "Harlan Wilton",
|
|
4384
|
+
"github": "harlan-zw",
|
|
4385
|
+
"twitter": "harlan_zw"
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "Anthony Fu",
|
|
4389
|
+
"github": "antfu",
|
|
4390
|
+
"twitter": "antfu7"
|
|
4391
|
+
}
|
|
4392
|
+
],
|
|
4393
|
+
"compatibility": {
|
|
4394
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4395
|
+
"requires": {
|
|
4396
|
+
"bridge": "optional"
|
|
2854
4397
|
}
|
|
2855
|
-
|
|
4398
|
+
}
|
|
2856
4399
|
},
|
|
2857
4400
|
{
|
|
2858
4401
|
"name": "winston-log",
|
|
@@ -2868,10 +4411,13 @@
|
|
|
2868
4411
|
"maintainers": [
|
|
2869
4412
|
{
|
|
2870
4413
|
"name": "aaronransley",
|
|
2871
|
-
"github": "aaronransley"
|
|
2872
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4414
|
+
"github": "aaronransley"
|
|
2873
4415
|
}
|
|
2874
|
-
]
|
|
4416
|
+
],
|
|
4417
|
+
"compatibility": {
|
|
4418
|
+
"nuxt": "^2.0.0",
|
|
4419
|
+
"requires": {}
|
|
4420
|
+
}
|
|
2875
4421
|
},
|
|
2876
4422
|
{
|
|
2877
4423
|
"name": "wp-nuxt",
|
|
@@ -2887,10 +4433,13 @@
|
|
|
2887
4433
|
"maintainers": [
|
|
2888
4434
|
{
|
|
2889
4435
|
"name": "yashha",
|
|
2890
|
-
"github": "yashha"
|
|
2891
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4436
|
+
"github": "yashha"
|
|
2892
4437
|
}
|
|
2893
|
-
]
|
|
4438
|
+
],
|
|
4439
|
+
"compatibility": {
|
|
4440
|
+
"nuxt": "^2.0.0",
|
|
4441
|
+
"requires": {}
|
|
4442
|
+
}
|
|
2894
4443
|
},
|
|
2895
4444
|
{
|
|
2896
4445
|
"name": "xhr-cache",
|
|
@@ -2906,10 +4455,13 @@
|
|
|
2906
4455
|
"maintainers": [
|
|
2907
4456
|
{
|
|
2908
4457
|
"name": "gaetansenn",
|
|
2909
|
-
"github": "gaetansenn"
|
|
2910
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4458
|
+
"github": "gaetansenn"
|
|
2911
4459
|
}
|
|
2912
|
-
]
|
|
4460
|
+
],
|
|
4461
|
+
"compatibility": {
|
|
4462
|
+
"nuxt": "^2.0.0",
|
|
4463
|
+
"requires": {}
|
|
4464
|
+
}
|
|
2913
4465
|
},
|
|
2914
4466
|
{
|
|
2915
4467
|
"name": "xui",
|
|
@@ -2925,18 +4477,22 @@
|
|
|
2925
4477
|
"maintainers": [
|
|
2926
4478
|
{
|
|
2927
4479
|
"name": "MetaCorp",
|
|
2928
|
-
"github": "MetaCorp"
|
|
2929
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4480
|
+
"github": "MetaCorp"
|
|
2930
4481
|
}
|
|
2931
|
-
]
|
|
4482
|
+
],
|
|
4483
|
+
"compatibility": {
|
|
4484
|
+
"nuxt": "^2.0.0",
|
|
4485
|
+
"requires": {}
|
|
4486
|
+
}
|
|
2932
4487
|
},
|
|
2933
4488
|
{
|
|
2934
4489
|
"name": "yandex-metrika",
|
|
2935
|
-
"
|
|
4490
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4491
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2936
4492
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2937
4493
|
"icon": "",
|
|
2938
|
-
"github": "https://github.com/nuxt-community/
|
|
2939
|
-
"website": "https://github.com/nuxt-community/
|
|
4494
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4495
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2940
4496
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2941
4497
|
"category": "Analytics",
|
|
2942
4498
|
"type": "community",
|
|
@@ -2944,10 +4500,13 @@
|
|
|
2944
4500
|
{
|
|
2945
4501
|
"name": "Pooya Parsa",
|
|
2946
4502
|
"github": "pi0",
|
|
2947
|
-
"twitter": "_pi0_"
|
|
2948
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4503
|
+
"twitter": "_pi0_"
|
|
2949
4504
|
}
|
|
2950
|
-
]
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^2.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
2951
4510
|
},
|
|
2952
4511
|
{
|
|
2953
4512
|
"name": "zendesk",
|
|
@@ -2963,9 +4522,12 @@
|
|
|
2963
4522
|
"maintainers": [
|
|
2964
4523
|
{
|
|
2965
4524
|
"name": "DansMaCulotte",
|
|
2966
|
-
"github": "DansMaCulotte"
|
|
2967
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4525
|
+
"github": "DansMaCulotte"
|
|
2968
4526
|
}
|
|
2969
|
-
]
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^2.0.0",
|
|
4530
|
+
"requires": {}
|
|
4531
|
+
}
|
|
2970
4532
|
}
|
|
2971
4533
|
]
|