@nuxt/modules 0.5.0-46cbad → 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} +2028 -593
- package/package.json +2 -46
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,69 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
24
45
|
}
|
|
25
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^3.0.0",
|
|
77
|
+
"requires": {}
|
|
78
|
+
}
|
|
26
79
|
},
|
|
27
80
|
{
|
|
28
81
|
"name": "alias",
|
|
@@ -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"
|
|
63
140
|
}
|
|
64
|
-
]
|
|
141
|
+
],
|
|
142
|
+
"compatibility": {
|
|
143
|
+
"nuxt": "^2.0.0",
|
|
144
|
+
"requires": {}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "apis-to-file",
|
|
149
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
150
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
151
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
152
|
+
"icon": "",
|
|
153
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
154
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
155
|
+
"learn_more": "",
|
|
156
|
+
"category": "Performance",
|
|
157
|
+
"type": "3rd-party",
|
|
158
|
+
"maintainers": [
|
|
159
|
+
{
|
|
160
|
+
"name": "Luca Iaconelli",
|
|
161
|
+
"github": "LuXDAmore",
|
|
162
|
+
"twitter": "luxdamore",
|
|
163
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^2.0.0",
|
|
168
|
+
"requires": {}
|
|
169
|
+
}
|
|
65
170
|
},
|
|
66
171
|
{
|
|
67
172
|
"name": "apollo",
|
|
@@ -77,15 +182,17 @@
|
|
|
77
182
|
"maintainers": [
|
|
78
183
|
{
|
|
79
184
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
185
|
+
"github": "kieusonlam"
|
|
82
186
|
},
|
|
83
187
|
{
|
|
84
188
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
189
|
+
"github": "dohomi"
|
|
87
190
|
}
|
|
88
|
-
]
|
|
191
|
+
],
|
|
192
|
+
"compatibility": {
|
|
193
|
+
"nuxt": "^2.0.0",
|
|
194
|
+
"requires": {}
|
|
195
|
+
}
|
|
89
196
|
},
|
|
90
197
|
{
|
|
91
198
|
"name": "applicationinsights",
|
|
@@ -101,10 +208,35 @@
|
|
|
101
208
|
"maintainers": [
|
|
102
209
|
{
|
|
103
210
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
211
|
+
"github": "aldarund"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"compatibility": {
|
|
215
|
+
"nuxt": "^2.0.0",
|
|
216
|
+
"requires": {}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "appwrite",
|
|
221
|
+
"description": "Appwrite module for Nuxt",
|
|
222
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
223
|
+
"npm": "nuxt-appwrite",
|
|
224
|
+
"icon": "appwrite.png",
|
|
225
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
226
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Request",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "Hrdtr",
|
|
233
|
+
"github": "Hrdtr"
|
|
106
234
|
}
|
|
107
|
-
]
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^2.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
108
240
|
},
|
|
109
241
|
{
|
|
110
242
|
"name": "auth",
|
|
@@ -121,15 +253,17 @@
|
|
|
121
253
|
{
|
|
122
254
|
"name": "Pooya Parsa",
|
|
123
255
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
256
|
+
"twitter": "_pi0_"
|
|
126
257
|
},
|
|
127
258
|
{
|
|
128
259
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
260
|
+
"github": "JoaoPedroAS51"
|
|
131
261
|
}
|
|
132
|
-
]
|
|
262
|
+
],
|
|
263
|
+
"compatibility": {
|
|
264
|
+
"nuxt": "^2.0.0",
|
|
265
|
+
"requires": {}
|
|
266
|
+
}
|
|
133
267
|
},
|
|
134
268
|
{
|
|
135
269
|
"name": "axios",
|
|
@@ -146,10 +280,13 @@
|
|
|
146
280
|
{
|
|
147
281
|
"name": "Pooya Parsa",
|
|
148
282
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
283
|
+
"twitter": "_pi0_"
|
|
151
284
|
}
|
|
152
|
-
]
|
|
285
|
+
],
|
|
286
|
+
"compatibility": {
|
|
287
|
+
"nuxt": "^2.0.0",
|
|
288
|
+
"requires": {}
|
|
289
|
+
}
|
|
153
290
|
},
|
|
154
291
|
{
|
|
155
292
|
"name": "basic-auth",
|
|
@@ -165,10 +302,13 @@
|
|
|
165
302
|
"maintainers": [
|
|
166
303
|
{
|
|
167
304
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
305
|
+
"github": "potato4d"
|
|
170
306
|
}
|
|
171
|
-
]
|
|
307
|
+
],
|
|
308
|
+
"compatibility": {
|
|
309
|
+
"nuxt": "^2.0.0",
|
|
310
|
+
"requires": {}
|
|
311
|
+
}
|
|
172
312
|
},
|
|
173
313
|
{
|
|
174
314
|
"name": "bootstrap",
|
|
@@ -184,22 +324,23 @@
|
|
|
184
324
|
"maintainers": [
|
|
185
325
|
{
|
|
186
326
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
327
|
+
"github": "tmorehouse"
|
|
189
328
|
},
|
|
190
329
|
{
|
|
191
330
|
"name": "Pooya Parsa",
|
|
192
331
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
332
|
+
"twitter": "_pi0_"
|
|
195
333
|
},
|
|
196
334
|
{
|
|
197
335
|
"name": "Jacob Müller",
|
|
198
336
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
337
|
+
"twitter": "jackmu95"
|
|
201
338
|
}
|
|
202
|
-
]
|
|
339
|
+
],
|
|
340
|
+
"compatibility": {
|
|
341
|
+
"nuxt": "^2.0.0",
|
|
342
|
+
"requires": {}
|
|
343
|
+
}
|
|
203
344
|
},
|
|
204
345
|
{
|
|
205
346
|
"name": "browserconfig",
|
|
@@ -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"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "components",
|
|
419
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
630
|
+
"twitter": "_pi0_"
|
|
439
631
|
}
|
|
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,39 @@
|
|
|
499
700
|
"maintainers": [
|
|
500
701
|
{
|
|
501
702
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
703
|
+
"github": "scaccogatto"
|
|
504
704
|
}
|
|
505
|
-
]
|
|
705
|
+
],
|
|
706
|
+
"compatibility": {
|
|
707
|
+
"nuxt": "^2.0.0",
|
|
708
|
+
"requires": {}
|
|
709
|
+
}
|
|
506
710
|
},
|
|
507
711
|
{
|
|
508
712
|
"name": "custom-elements",
|
|
509
713
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
714
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
715
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
716
|
+
"icon": "custom-elements.png",
|
|
513
717
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
718
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
719
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"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
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
729
|
+
"github": "GrabarzUndPartner"
|
|
528
730
|
}
|
|
529
|
-
]
|
|
731
|
+
],
|
|
732
|
+
"compatibility": {
|
|
733
|
+
"nuxt": "^2.0.0",
|
|
734
|
+
"requires": {}
|
|
735
|
+
}
|
|
530
736
|
},
|
|
531
737
|
{
|
|
532
738
|
"name": "darkmode.js",
|
|
@@ -542,10 +748,13 @@
|
|
|
542
748
|
"maintainers": [
|
|
543
749
|
{
|
|
544
750
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
751
|
+
"github": "sandoche"
|
|
547
752
|
}
|
|
548
|
-
]
|
|
753
|
+
],
|
|
754
|
+
"compatibility": {
|
|
755
|
+
"nuxt": "^2.0.0",
|
|
756
|
+
"requires": {}
|
|
757
|
+
}
|
|
549
758
|
},
|
|
550
759
|
{
|
|
551
760
|
"name": "date-fns",
|
|
@@ -561,10 +770,35 @@
|
|
|
561
770
|
"maintainers": [
|
|
562
771
|
{
|
|
563
772
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
773
|
+
"github": "ricardogobbosouza"
|
|
774
|
+
}
|
|
775
|
+
],
|
|
776
|
+
"compatibility": {
|
|
777
|
+
"nuxt": "^2.0.0",
|
|
778
|
+
"requires": {}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "datocms",
|
|
783
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
784
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
785
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
786
|
+
"icon": "datocms.png",
|
|
787
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
788
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
789
|
+
"learn_more": "https://www.datocms.com/",
|
|
790
|
+
"category": "CMS",
|
|
791
|
+
"type": "3rd-party",
|
|
792
|
+
"maintainers": [
|
|
793
|
+
{
|
|
794
|
+
"name": "Frankwarnaar",
|
|
795
|
+
"github": "Frankwarnaar"
|
|
566
796
|
}
|
|
567
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"compatibility": {
|
|
799
|
+
"nuxt": "^2.0.0",
|
|
800
|
+
"requires": {}
|
|
801
|
+
}
|
|
568
802
|
},
|
|
569
803
|
{
|
|
570
804
|
"name": "dayjs",
|
|
@@ -581,10 +815,13 @@
|
|
|
581
815
|
{
|
|
582
816
|
"name": "Takuma HANATANI",
|
|
583
817
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
818
|
+
"twitter": "potato4d"
|
|
586
819
|
}
|
|
587
|
-
]
|
|
820
|
+
],
|
|
821
|
+
"compatibility": {
|
|
822
|
+
"nuxt": "^2.0.0",
|
|
823
|
+
"requires": {}
|
|
824
|
+
}
|
|
588
825
|
},
|
|
589
826
|
{
|
|
590
827
|
"name": "device",
|
|
@@ -595,15 +832,18 @@
|
|
|
595
832
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
833
|
"website": "https://github.com/nuxt-community/device-module",
|
|
597
834
|
"learn_more": "",
|
|
598
|
-
"category": "
|
|
835
|
+
"category": "Extensions",
|
|
599
836
|
"type": "community",
|
|
600
837
|
"maintainers": [
|
|
601
838
|
{
|
|
602
839
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
840
|
+
"github": "dotneet"
|
|
605
841
|
}
|
|
606
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"compatibility": {
|
|
844
|
+
"nuxt": "^2.0.0",
|
|
845
|
+
"requires": {}
|
|
846
|
+
}
|
|
607
847
|
},
|
|
608
848
|
{
|
|
609
849
|
"name": "dotenv",
|
|
@@ -614,15 +854,73 @@
|
|
|
614
854
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
855
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
616
856
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
617
|
-
"category": "
|
|
857
|
+
"category": "Extensions",
|
|
618
858
|
"type": "community",
|
|
619
859
|
"maintainers": [
|
|
620
860
|
{
|
|
621
861
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
862
|
+
"github": "JulienTant"
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"compatibility": {
|
|
866
|
+
"nuxt": "^2.0.0",
|
|
867
|
+
"requires": {}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "drupal-ce",
|
|
872
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
873
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
874
|
+
"npm": "nuxtjs-drupal-ce",
|
|
875
|
+
"icon": "drupal-ce.png",
|
|
876
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
877
|
+
"website": "https://stack.lupus.digital",
|
|
878
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
879
|
+
"category": "CMS",
|
|
880
|
+
"type": "3rd-party",
|
|
881
|
+
"maintainers": [
|
|
882
|
+
{
|
|
883
|
+
"name": "Wolfgang Ziegler // fago",
|
|
884
|
+
"github": "fago",
|
|
885
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "Maximilian Götz-Mikus",
|
|
889
|
+
"github": "maximilianmikus",
|
|
890
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "David Licen",
|
|
894
|
+
"github": "davision",
|
|
895
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "druxt",
|
|
905
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
906
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
907
|
+
"npm": "druxt",
|
|
908
|
+
"icon": "druxt.svg",
|
|
909
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
910
|
+
"website": "https://druxtjs.org",
|
|
911
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
912
|
+
"category": "CMS",
|
|
913
|
+
"type": "3rd-party",
|
|
914
|
+
"maintainers": [
|
|
915
|
+
{
|
|
916
|
+
"name": "Decipher",
|
|
917
|
+
"github": "decipher"
|
|
624
918
|
}
|
|
625
|
-
]
|
|
919
|
+
],
|
|
920
|
+
"compatibility": {
|
|
921
|
+
"nuxt": "^2.0.0",
|
|
922
|
+
"requires": {}
|
|
923
|
+
}
|
|
626
924
|
},
|
|
627
925
|
{
|
|
628
926
|
"name": "emotion",
|
|
@@ -633,16 +931,19 @@
|
|
|
633
931
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
932
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
933
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
934
|
+
"category": "Extensions",
|
|
637
935
|
"type": "community",
|
|
638
936
|
"maintainers": [
|
|
639
937
|
{
|
|
640
938
|
"name": "Pooya Parsa",
|
|
641
939
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
940
|
+
"twitter": "_pi0_"
|
|
644
941
|
}
|
|
645
|
-
]
|
|
942
|
+
],
|
|
943
|
+
"compatibility": {
|
|
944
|
+
"nuxt": "^2.0.0",
|
|
945
|
+
"requires": {}
|
|
946
|
+
}
|
|
646
947
|
},
|
|
647
948
|
{
|
|
648
949
|
"name": "eslint",
|
|
@@ -658,10 +959,13 @@
|
|
|
658
959
|
"maintainers": [
|
|
659
960
|
{
|
|
660
961
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
962
|
+
"github": "ricardogobbosouza"
|
|
663
963
|
}
|
|
664
|
-
]
|
|
964
|
+
],
|
|
965
|
+
"compatibility": {
|
|
966
|
+
"nuxt": "^2.0.0",
|
|
967
|
+
"requires": {}
|
|
968
|
+
}
|
|
665
969
|
},
|
|
666
970
|
{
|
|
667
971
|
"name": "event-trace",
|
|
@@ -677,10 +981,35 @@
|
|
|
677
981
|
"maintainers": [
|
|
678
982
|
{
|
|
679
983
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
984
|
+
"github": "clarkdo"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"compatibility": {
|
|
988
|
+
"nuxt": "^2.0.0",
|
|
989
|
+
"requires": {}
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "fathom",
|
|
994
|
+
"description": "Fathom analytics for Nuxt",
|
|
995
|
+
"repo": "yabhq/nuxt-fathom",
|
|
996
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
997
|
+
"icon": "fathom.png",
|
|
998
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
999
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1000
|
+
"learn_more": "https://usefathom.com/",
|
|
1001
|
+
"category": "Analytics",
|
|
1002
|
+
"type": "3rd-party",
|
|
1003
|
+
"maintainers": [
|
|
1004
|
+
{
|
|
1005
|
+
"name": "yabhq",
|
|
1006
|
+
"github": "yabhq"
|
|
682
1007
|
}
|
|
683
|
-
]
|
|
1008
|
+
],
|
|
1009
|
+
"compatibility": {
|
|
1010
|
+
"nuxt": "^2.0.0",
|
|
1011
|
+
"requires": {}
|
|
1012
|
+
}
|
|
684
1013
|
},
|
|
685
1014
|
{
|
|
686
1015
|
"name": "feature-toggle",
|
|
@@ -691,15 +1020,18 @@
|
|
|
691
1020
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1021
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1022
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1023
|
+
"category": "Extensions",
|
|
695
1024
|
"type": "3rd-party",
|
|
696
1025
|
"maintainers": [
|
|
697
1026
|
{
|
|
698
1027
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1028
|
+
"github": "stephenkr"
|
|
701
1029
|
}
|
|
702
|
-
]
|
|
1030
|
+
],
|
|
1031
|
+
"compatibility": {
|
|
1032
|
+
"nuxt": "^2.0.0",
|
|
1033
|
+
"requires": {}
|
|
1034
|
+
}
|
|
703
1035
|
},
|
|
704
1036
|
{
|
|
705
1037
|
"name": "feed",
|
|
@@ -716,16 +1048,19 @@
|
|
|
716
1048
|
{
|
|
717
1049
|
"name": "Alexander Lichter",
|
|
718
1050
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1051
|
+
"twitter": "TheAlexLichter"
|
|
721
1052
|
}
|
|
722
|
-
]
|
|
1053
|
+
],
|
|
1054
|
+
"compatibility": {
|
|
1055
|
+
"nuxt": "^2.0.0",
|
|
1056
|
+
"requires": {}
|
|
1057
|
+
}
|
|
723
1058
|
},
|
|
724
1059
|
{
|
|
725
1060
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
1061
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
727
1062
|
"repo": "nuxt-community/firebase-module",
|
|
728
|
-
"npm": "@nuxtjs/firebase",
|
|
1063
|
+
"npm": "@nuxtjs/firebase-monorepo",
|
|
729
1064
|
"icon": "firebase.png",
|
|
730
1065
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
731
1066
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -735,10 +1070,13 @@
|
|
|
735
1070
|
"maintainers": [
|
|
736
1071
|
{
|
|
737
1072
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1073
|
+
"github": "lupas"
|
|
740
1074
|
}
|
|
741
|
-
]
|
|
1075
|
+
],
|
|
1076
|
+
"compatibility": {
|
|
1077
|
+
"nuxt": "^2.0.0",
|
|
1078
|
+
"requires": {}
|
|
1079
|
+
}
|
|
742
1080
|
},
|
|
743
1081
|
{
|
|
744
1082
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1092,13 @@
|
|
|
754
1092
|
"maintainers": [
|
|
755
1093
|
{
|
|
756
1094
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1095
|
+
"github": "sandoche"
|
|
759
1096
|
}
|
|
760
|
-
]
|
|
1097
|
+
],
|
|
1098
|
+
"compatibility": {
|
|
1099
|
+
"nuxt": "^2.0.0",
|
|
1100
|
+
"requires": {}
|
|
1101
|
+
}
|
|
761
1102
|
},
|
|
762
1103
|
{
|
|
763
1104
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1114,35 @@
|
|
|
773
1114
|
"maintainers": [
|
|
774
1115
|
{
|
|
775
1116
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
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"
|
|
778
1140
|
}
|
|
779
|
-
]
|
|
1141
|
+
],
|
|
1142
|
+
"compatibility": {
|
|
1143
|
+
"nuxt": "^2.0.0",
|
|
1144
|
+
"requires": {}
|
|
1145
|
+
}
|
|
780
1146
|
},
|
|
781
1147
|
{
|
|
782
1148
|
"name": "fontawesome",
|
|
@@ -792,10 +1158,41 @@
|
|
|
792
1158
|
"maintainers": [
|
|
793
1159
|
{
|
|
794
1160
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
|
|
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"
|
|
797
1190
|
}
|
|
798
|
-
]
|
|
1191
|
+
],
|
|
1192
|
+
"compatibility": {
|
|
1193
|
+
"nuxt": "^3.0.0",
|
|
1194
|
+
"requires": {}
|
|
1195
|
+
}
|
|
799
1196
|
},
|
|
800
1197
|
{
|
|
801
1198
|
"name": "fullpage",
|
|
@@ -811,10 +1208,13 @@
|
|
|
811
1208
|
"maintainers": [
|
|
812
1209
|
{
|
|
813
1210
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1211
|
+
"github": "vaso2"
|
|
816
1212
|
}
|
|
817
|
-
]
|
|
1213
|
+
],
|
|
1214
|
+
"compatibility": {
|
|
1215
|
+
"nuxt": "^2.0.0",
|
|
1216
|
+
"requires": {}
|
|
1217
|
+
}
|
|
818
1218
|
},
|
|
819
1219
|
{
|
|
820
1220
|
"name": "github-api",
|
|
@@ -830,10 +1230,13 @@
|
|
|
830
1230
|
"maintainers": [
|
|
831
1231
|
{
|
|
832
1232
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1233
|
+
"github": "lindsaykwardell"
|
|
835
1234
|
}
|
|
836
|
-
]
|
|
1235
|
+
],
|
|
1236
|
+
"compatibility": {
|
|
1237
|
+
"nuxt": "^2.0.0",
|
|
1238
|
+
"requires": {}
|
|
1239
|
+
}
|
|
837
1240
|
},
|
|
838
1241
|
{
|
|
839
1242
|
"name": "google-adsense",
|
|
@@ -849,10 +1252,13 @@
|
|
|
849
1252
|
"maintainers": [
|
|
850
1253
|
{
|
|
851
1254
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1255
|
+
"github": "tmorehouse"
|
|
854
1256
|
}
|
|
855
|
-
]
|
|
1257
|
+
],
|
|
1258
|
+
"compatibility": {
|
|
1259
|
+
"nuxt": "^2.0.0",
|
|
1260
|
+
"requires": {}
|
|
1261
|
+
}
|
|
856
1262
|
},
|
|
857
1263
|
{
|
|
858
1264
|
"name": "google-analytics",
|
|
@@ -869,28 +1275,29 @@
|
|
|
869
1275
|
{
|
|
870
1276
|
"name": "Pooya Parsa",
|
|
871
1277
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1278
|
+
"twitter": "_pi0_"
|
|
874
1279
|
},
|
|
875
1280
|
{
|
|
876
1281
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1282
|
+
"github": "ricardogobbosouza"
|
|
879
1283
|
},
|
|
880
1284
|
{
|
|
881
1285
|
"name": "Matteo Gabriele",
|
|
882
1286
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1287
|
+
"twitter": "matteo_gabriele"
|
|
885
1288
|
}
|
|
886
|
-
]
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^2.0.0",
|
|
1292
|
+
"requires": {}
|
|
1293
|
+
}
|
|
887
1294
|
},
|
|
888
1295
|
{
|
|
889
1296
|
"name": "google-fonts",
|
|
890
1297
|
"description": "Google Fonts module for NuxtJS",
|
|
891
1298
|
"repo": "nuxt-community/google-fonts-module",
|
|
892
1299
|
"npm": "@nuxtjs/google-fonts",
|
|
893
|
-
"icon": "google-fonts.
|
|
1300
|
+
"icon": "google-fonts.png",
|
|
894
1301
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
895
1302
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
896
1303
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -899,10 +1306,13 @@
|
|
|
899
1306
|
"maintainers": [
|
|
900
1307
|
{
|
|
901
1308
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1309
|
+
"github": "ricardogobbosouza"
|
|
904
1310
|
}
|
|
905
|
-
]
|
|
1311
|
+
],
|
|
1312
|
+
"compatibility": {
|
|
1313
|
+
"nuxt": "^2.0.0",
|
|
1314
|
+
"requires": {}
|
|
1315
|
+
}
|
|
906
1316
|
},
|
|
907
1317
|
{
|
|
908
1318
|
"name": "google-gtag",
|
|
@@ -918,15 +1328,17 @@
|
|
|
918
1328
|
"maintainers": [
|
|
919
1329
|
{
|
|
920
1330
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1331
|
+
"github": "dohomi"
|
|
923
1332
|
},
|
|
924
1333
|
{
|
|
925
1334
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1335
|
+
"github": "ricardogobbosouza"
|
|
928
1336
|
}
|
|
929
|
-
]
|
|
1337
|
+
],
|
|
1338
|
+
"compatibility": {
|
|
1339
|
+
"nuxt": "^2.0.0",
|
|
1340
|
+
"requires": {}
|
|
1341
|
+
}
|
|
930
1342
|
},
|
|
931
1343
|
{
|
|
932
1344
|
"name": "google-optimize",
|
|
@@ -943,22 +1355,23 @@
|
|
|
943
1355
|
{
|
|
944
1356
|
"name": "Pooya Parsa",
|
|
945
1357
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1358
|
+
"twitter": "_pi0_"
|
|
948
1359
|
},
|
|
949
1360
|
{
|
|
950
1361
|
"name": "Farzad Soltani",
|
|
951
1362
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1363
|
+
"twitter": "farzadso"
|
|
954
1364
|
},
|
|
955
1365
|
{
|
|
956
1366
|
"name": "Josh Deltener",
|
|
957
1367
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1368
|
+
"twitter": "JoshDeltener"
|
|
960
1369
|
}
|
|
961
|
-
]
|
|
1370
|
+
],
|
|
1371
|
+
"compatibility": {
|
|
1372
|
+
"nuxt": "^2.0.0",
|
|
1373
|
+
"requires": {}
|
|
1374
|
+
}
|
|
962
1375
|
},
|
|
963
1376
|
{
|
|
964
1377
|
"name": "graphql-request",
|
|
@@ -974,10 +1387,13 @@
|
|
|
974
1387
|
"maintainers": [
|
|
975
1388
|
{
|
|
976
1389
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1390
|
+
"github": "gomah"
|
|
979
1391
|
}
|
|
980
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"compatibility": {
|
|
1394
|
+
"nuxt": "^2.0.0",
|
|
1395
|
+
"requires": {}
|
|
1396
|
+
}
|
|
981
1397
|
},
|
|
982
1398
|
{
|
|
983
1399
|
"name": "gtm",
|
|
@@ -994,10 +1410,13 @@
|
|
|
994
1410
|
{
|
|
995
1411
|
"name": "Pooya Parsa",
|
|
996
1412
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1413
|
+
"twitter": "_pi0_"
|
|
999
1414
|
}
|
|
1000
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"compatibility": {
|
|
1417
|
+
"nuxt": "^2.0.0",
|
|
1418
|
+
"requires": {}
|
|
1419
|
+
}
|
|
1001
1420
|
},
|
|
1002
1421
|
{
|
|
1003
1422
|
"name": "guess",
|
|
@@ -1013,10 +1432,36 @@
|
|
|
1013
1432
|
"maintainers": [
|
|
1014
1433
|
{
|
|
1015
1434
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
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"
|
|
1018
1459
|
}
|
|
1019
|
-
]
|
|
1460
|
+
],
|
|
1461
|
+
"compatibility": {
|
|
1462
|
+
"nuxt": "^2.0.0",
|
|
1463
|
+
"requires": {}
|
|
1464
|
+
}
|
|
1020
1465
|
},
|
|
1021
1466
|
{
|
|
1022
1467
|
"name": "helmet",
|
|
@@ -1032,10 +1477,13 @@
|
|
|
1032
1477
|
"maintainers": [
|
|
1033
1478
|
{
|
|
1034
1479
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1480
|
+
"github": "victor-perez"
|
|
1037
1481
|
}
|
|
1038
|
-
]
|
|
1482
|
+
],
|
|
1483
|
+
"compatibility": {
|
|
1484
|
+
"nuxt": "^2.0.0",
|
|
1485
|
+
"requires": {}
|
|
1486
|
+
}
|
|
1039
1487
|
},
|
|
1040
1488
|
{
|
|
1041
1489
|
"name": "highcharts",
|
|
@@ -1051,10 +1499,13 @@
|
|
|
1051
1499
|
"maintainers": [
|
|
1052
1500
|
{
|
|
1053
1501
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1502
|
+
"github": "richardeschloss"
|
|
1056
1503
|
}
|
|
1057
|
-
]
|
|
1504
|
+
],
|
|
1505
|
+
"compatibility": {
|
|
1506
|
+
"nuxt": "^2.0.0",
|
|
1507
|
+
"requires": {}
|
|
1508
|
+
}
|
|
1058
1509
|
},
|
|
1059
1510
|
{
|
|
1060
1511
|
"name": "history-state",
|
|
@@ -1065,15 +1516,18 @@
|
|
|
1065
1516
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1517
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1067
1518
|
"learn_more": "",
|
|
1068
|
-
"category": "
|
|
1519
|
+
"category": "Extensions",
|
|
1069
1520
|
"type": "3rd-party",
|
|
1070
1521
|
"maintainers": [
|
|
1071
1522
|
{
|
|
1072
1523
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1524
|
+
"github": "hidekatsu-izuno"
|
|
1075
1525
|
}
|
|
1076
|
-
]
|
|
1526
|
+
],
|
|
1527
|
+
"compatibility": {
|
|
1528
|
+
"nuxt": "^2.0.0",
|
|
1529
|
+
"requires": {}
|
|
1530
|
+
}
|
|
1077
1531
|
},
|
|
1078
1532
|
{
|
|
1079
1533
|
"name": "html-minifier",
|
|
@@ -1089,10 +1543,13 @@
|
|
|
1089
1543
|
"maintainers": [
|
|
1090
1544
|
{
|
|
1091
1545
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1546
|
+
"github": "clarkdo"
|
|
1094
1547
|
}
|
|
1095
|
-
]
|
|
1548
|
+
],
|
|
1549
|
+
"compatibility": {
|
|
1550
|
+
"nuxt": "^2.0.0",
|
|
1551
|
+
"requires": {}
|
|
1552
|
+
}
|
|
1096
1553
|
},
|
|
1097
1554
|
{
|
|
1098
1555
|
"name": "html-validator",
|
|
@@ -1109,10 +1566,13 @@
|
|
|
1109
1566
|
{
|
|
1110
1567
|
"name": "Daniel Roe",
|
|
1111
1568
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1569
|
+
"twitter": "danielcroe"
|
|
1114
1570
|
}
|
|
1115
|
-
]
|
|
1571
|
+
],
|
|
1572
|
+
"compatibility": {
|
|
1573
|
+
"nuxt": "^2.0.0",
|
|
1574
|
+
"requires": {}
|
|
1575
|
+
}
|
|
1116
1576
|
},
|
|
1117
1577
|
{
|
|
1118
1578
|
"name": "http",
|
|
@@ -1129,16 +1589,41 @@
|
|
|
1129
1589
|
{
|
|
1130
1590
|
"name": "Pooya Parsa",
|
|
1131
1591
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1592
|
+
"twitter": "_pi0_"
|
|
1134
1593
|
},
|
|
1135
1594
|
{
|
|
1136
1595
|
"name": "Sébastien Chopin",
|
|
1137
1596
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
|
|
1597
|
+
"twitter": "Atinux"
|
|
1598
|
+
}
|
|
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"
|
|
1140
1621
|
}
|
|
1141
|
-
]
|
|
1622
|
+
],
|
|
1623
|
+
"compatibility": {
|
|
1624
|
+
"nuxt": "^2.0.0",
|
|
1625
|
+
"requires": {}
|
|
1626
|
+
}
|
|
1142
1627
|
},
|
|
1143
1628
|
{
|
|
1144
1629
|
"name": "i18n",
|
|
@@ -1149,20 +1634,22 @@
|
|
|
1149
1634
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1635
|
"website": "https://i18n.nuxtjs.org",
|
|
1151
1636
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1152
|
-
"category": "
|
|
1637
|
+
"category": "Extensions",
|
|
1153
1638
|
"type": "community",
|
|
1154
1639
|
"maintainers": [
|
|
1155
1640
|
{
|
|
1156
1641
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1642
|
+
"github": "rchl"
|
|
1159
1643
|
},
|
|
1160
1644
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1645
|
+
"name": "Kazuya Kawaguchi",
|
|
1646
|
+
"github": "kazupon"
|
|
1164
1647
|
}
|
|
1165
|
-
]
|
|
1648
|
+
],
|
|
1649
|
+
"compatibility": {
|
|
1650
|
+
"nuxt": "^2.0.0",
|
|
1651
|
+
"requires": {}
|
|
1652
|
+
}
|
|
1166
1653
|
},
|
|
1167
1654
|
{
|
|
1168
1655
|
"name": "image-loader",
|
|
@@ -1178,10 +1665,13 @@
|
|
|
1178
1665
|
"maintainers": [
|
|
1179
1666
|
{
|
|
1180
1667
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1668
|
+
"github": "Barry-Fisher"
|
|
1183
1669
|
}
|
|
1184
|
-
]
|
|
1670
|
+
],
|
|
1671
|
+
"compatibility": {
|
|
1672
|
+
"nuxt": "^2.0.0",
|
|
1673
|
+
"requires": {}
|
|
1674
|
+
}
|
|
1185
1675
|
},
|
|
1186
1676
|
{
|
|
1187
1677
|
"name": "image",
|
|
@@ -1198,22 +1688,25 @@
|
|
|
1198
1688
|
{
|
|
1199
1689
|
"name": "Ahad Birang",
|
|
1200
1690
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1691
|
+
"twitter": "a_birang"
|
|
1203
1692
|
},
|
|
1204
1693
|
{
|
|
1205
1694
|
"name": "Pooya Parsa",
|
|
1206
1695
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1696
|
+
"twitter": "_pi0_"
|
|
1209
1697
|
},
|
|
1210
1698
|
{
|
|
1211
1699
|
"name": "Sebastien Chopin",
|
|
1212
1700
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1701
|
+
"twitter": "Atinux"
|
|
1215
1702
|
}
|
|
1216
|
-
]
|
|
1703
|
+
],
|
|
1704
|
+
"compatibility": {
|
|
1705
|
+
"nuxt": "^2.0.0",
|
|
1706
|
+
"requires": {
|
|
1707
|
+
"bridge": "optional"
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1217
1710
|
},
|
|
1218
1711
|
{
|
|
1219
1712
|
"name": "imagemin",
|
|
@@ -1229,10 +1722,38 @@
|
|
|
1229
1722
|
"maintainers": [
|
|
1230
1723
|
{
|
|
1231
1724
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
|
|
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"
|
|
1234
1749
|
}
|
|
1235
|
-
]
|
|
1750
|
+
],
|
|
1751
|
+
"compatibility": {
|
|
1752
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1753
|
+
"requires": {
|
|
1754
|
+
"bridge": true
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1236
1757
|
},
|
|
1237
1758
|
{
|
|
1238
1759
|
"name": "intercom",
|
|
@@ -1248,10 +1769,35 @@
|
|
|
1248
1769
|
"maintainers": [
|
|
1249
1770
|
{
|
|
1250
1771
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
|
|
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"
|
|
1253
1795
|
}
|
|
1254
|
-
]
|
|
1796
|
+
],
|
|
1797
|
+
"compatibility": {
|
|
1798
|
+
"nuxt": "^2.0.0",
|
|
1799
|
+
"requires": {}
|
|
1800
|
+
}
|
|
1255
1801
|
},
|
|
1256
1802
|
{
|
|
1257
1803
|
"name": "kentico-kontent",
|
|
@@ -1267,10 +1813,13 @@
|
|
|
1267
1813
|
"maintainers": [
|
|
1268
1814
|
{
|
|
1269
1815
|
"name": "Alfred Brockötter",
|
|
1270
|
-
"github": "Domitnator"
|
|
1271
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1816
|
+
"github": "Domitnator"
|
|
1272
1817
|
}
|
|
1273
|
-
]
|
|
1818
|
+
],
|
|
1819
|
+
"compatibility": {
|
|
1820
|
+
"nuxt": "^2.0.0",
|
|
1821
|
+
"requires": {}
|
|
1822
|
+
}
|
|
1274
1823
|
},
|
|
1275
1824
|
{
|
|
1276
1825
|
"name": "laravel-echo",
|
|
@@ -1286,10 +1835,13 @@
|
|
|
1286
1835
|
"maintainers": [
|
|
1287
1836
|
{
|
|
1288
1837
|
"name": "Ricardo Gobbo de Souza",
|
|
1289
|
-
"github": "ricardogobbosouza"
|
|
1290
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1838
|
+
"github": "ricardogobbosouza"
|
|
1291
1839
|
}
|
|
1292
|
-
]
|
|
1840
|
+
],
|
|
1841
|
+
"compatibility": {
|
|
1842
|
+
"nuxt": "^2.0.0",
|
|
1843
|
+
"requires": {}
|
|
1844
|
+
}
|
|
1293
1845
|
},
|
|
1294
1846
|
{
|
|
1295
1847
|
"name": "laravel-nuxt",
|
|
@@ -1305,10 +1857,13 @@
|
|
|
1305
1857
|
"maintainers": [
|
|
1306
1858
|
{
|
|
1307
1859
|
"name": "skyrpex",
|
|
1308
|
-
"github": "skyrpex"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1860
|
+
"github": "skyrpex"
|
|
1310
1861
|
}
|
|
1311
|
-
]
|
|
1862
|
+
],
|
|
1863
|
+
"compatibility": {
|
|
1864
|
+
"nuxt": "^2.0.0",
|
|
1865
|
+
"requires": {}
|
|
1866
|
+
}
|
|
1312
1867
|
},
|
|
1313
1868
|
{
|
|
1314
1869
|
"name": "laravel",
|
|
@@ -1324,10 +1879,13 @@
|
|
|
1324
1879
|
"maintainers": [
|
|
1325
1880
|
{
|
|
1326
1881
|
"name": "m2sd",
|
|
1327
|
-
"github": "m2sd"
|
|
1328
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1882
|
+
"github": "m2sd"
|
|
1329
1883
|
}
|
|
1330
|
-
]
|
|
1884
|
+
],
|
|
1885
|
+
"compatibility": {
|
|
1886
|
+
"nuxt": "^2.0.0",
|
|
1887
|
+
"requires": {}
|
|
1888
|
+
}
|
|
1331
1889
|
},
|
|
1332
1890
|
{
|
|
1333
1891
|
"name": "leaflet",
|
|
@@ -1338,15 +1896,18 @@
|
|
|
1338
1896
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1339
1897
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1340
1898
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1341
|
-
"category": "
|
|
1899
|
+
"category": "Libraries",
|
|
1342
1900
|
"type": "3rd-party",
|
|
1343
1901
|
"maintainers": [
|
|
1344
1902
|
{
|
|
1345
1903
|
"name": "schlunsen",
|
|
1346
|
-
"github": "schlunsen"
|
|
1347
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1904
|
+
"github": "schlunsen"
|
|
1348
1905
|
}
|
|
1349
|
-
]
|
|
1906
|
+
],
|
|
1907
|
+
"compatibility": {
|
|
1908
|
+
"nuxt": "^2.0.0",
|
|
1909
|
+
"requires": {}
|
|
1910
|
+
}
|
|
1350
1911
|
},
|
|
1351
1912
|
{
|
|
1352
1913
|
"name": "localforage",
|
|
@@ -1357,21 +1918,23 @@
|
|
|
1357
1918
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1358
1919
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1359
1920
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1360
|
-
"category": "
|
|
1921
|
+
"category": "Libraries",
|
|
1361
1922
|
"type": "community",
|
|
1362
1923
|
"maintainers": [
|
|
1363
1924
|
{
|
|
1364
1925
|
"name": "Alexandre Chopin",
|
|
1365
1926
|
"github": "alexchopin",
|
|
1366
|
-
"twitter": "alexchopin"
|
|
1367
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1927
|
+
"twitter": "alexchopin"
|
|
1368
1928
|
},
|
|
1369
1929
|
{
|
|
1370
1930
|
"name": "Ricardo Gobbo de Souza",
|
|
1371
|
-
"github": "ricardogobbosouza"
|
|
1372
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1931
|
+
"github": "ricardogobbosouza"
|
|
1373
1932
|
}
|
|
1374
|
-
]
|
|
1933
|
+
],
|
|
1934
|
+
"compatibility": {
|
|
1935
|
+
"nuxt": "^2.0.0",
|
|
1936
|
+
"requires": {}
|
|
1937
|
+
}
|
|
1375
1938
|
},
|
|
1376
1939
|
{
|
|
1377
1940
|
"name": "localtunnel",
|
|
@@ -1388,10 +1951,35 @@
|
|
|
1388
1951
|
{
|
|
1389
1952
|
"name": "Pooya Parsa",
|
|
1390
1953
|
"github": "pi0",
|
|
1391
|
-
"twitter": "_pi0_"
|
|
1392
|
-
|
|
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"
|
|
1393
1977
|
}
|
|
1394
|
-
]
|
|
1978
|
+
],
|
|
1979
|
+
"compatibility": {
|
|
1980
|
+
"nuxt": "^3.0.0",
|
|
1981
|
+
"requires": {}
|
|
1982
|
+
}
|
|
1395
1983
|
},
|
|
1396
1984
|
{
|
|
1397
1985
|
"name": "logrocket",
|
|
@@ -1408,10 +1996,13 @@
|
|
|
1408
1996
|
{
|
|
1409
1997
|
"name": "Farzad Soltani",
|
|
1410
1998
|
"github": "farzadso",
|
|
1411
|
-
"twitter": "farzadso"
|
|
1412
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1999
|
+
"twitter": "farzadso"
|
|
1413
2000
|
}
|
|
1414
|
-
]
|
|
2001
|
+
],
|
|
2002
|
+
"compatibility": {
|
|
2003
|
+
"nuxt": "^2.0.0",
|
|
2004
|
+
"requires": {}
|
|
2005
|
+
}
|
|
1415
2006
|
},
|
|
1416
2007
|
{
|
|
1417
2008
|
"name": "lunr",
|
|
@@ -1427,30 +2018,36 @@
|
|
|
1427
2018
|
"maintainers": [
|
|
1428
2019
|
{
|
|
1429
2020
|
"name": "Pim",
|
|
1430
|
-
"github": "pimlie"
|
|
1431
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2021
|
+
"github": "pimlie"
|
|
1432
2022
|
}
|
|
1433
|
-
]
|
|
2023
|
+
],
|
|
2024
|
+
"compatibility": {
|
|
2025
|
+
"nuxt": "^2.0.0",
|
|
2026
|
+
"requires": {}
|
|
2027
|
+
}
|
|
1434
2028
|
},
|
|
1435
2029
|
{
|
|
1436
2030
|
"name": "markdownit",
|
|
1437
2031
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1438
|
-
"repo": "nuxt-community/
|
|
2032
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1439
2033
|
"npm": "@nuxtjs/markdownit",
|
|
1440
2034
|
"icon": "",
|
|
1441
|
-
"github": "https://github.com/nuxt-community/
|
|
1442
|
-
"website": "https://github.com/nuxt-community/
|
|
2035
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2036
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1443
2037
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1444
|
-
"category": "
|
|
2038
|
+
"category": "Extensions",
|
|
1445
2039
|
"type": "community",
|
|
1446
2040
|
"maintainers": [
|
|
1447
2041
|
{
|
|
1448
2042
|
"name": "Pooya Parsa",
|
|
1449
2043
|
"github": "pi0",
|
|
1450
|
-
"twitter": "_pi0_"
|
|
1451
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2044
|
+
"twitter": "_pi0_"
|
|
1452
2045
|
}
|
|
1453
|
-
]
|
|
2046
|
+
],
|
|
2047
|
+
"compatibility": {
|
|
2048
|
+
"nuxt": "^2.0.0",
|
|
2049
|
+
"requires": {}
|
|
2050
|
+
}
|
|
1454
2051
|
},
|
|
1455
2052
|
{
|
|
1456
2053
|
"name": "matomo",
|
|
@@ -1466,10 +2063,13 @@
|
|
|
1466
2063
|
"maintainers": [
|
|
1467
2064
|
{
|
|
1468
2065
|
"name": "pimlie",
|
|
1469
|
-
"github": "pimlie"
|
|
1470
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2066
|
+
"github": "pimlie"
|
|
1471
2067
|
}
|
|
1472
|
-
]
|
|
2068
|
+
],
|
|
2069
|
+
"compatibility": {
|
|
2070
|
+
"nuxt": "^2.0.0",
|
|
2071
|
+
"requires": {}
|
|
2072
|
+
}
|
|
1473
2073
|
},
|
|
1474
2074
|
{
|
|
1475
2075
|
"name": "mdx",
|
|
@@ -1480,16 +2080,19 @@
|
|
|
1480
2080
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1481
2081
|
"website": "https://mdx.nuxtjs.org",
|
|
1482
2082
|
"learn_more": "https://mdxjs.com/",
|
|
1483
|
-
"category": "
|
|
2083
|
+
"category": "Extensions",
|
|
1484
2084
|
"type": "community",
|
|
1485
2085
|
"maintainers": [
|
|
1486
2086
|
{
|
|
1487
2087
|
"name": "Jonathan Bakebwa",
|
|
1488
2088
|
"github": "codebender828",
|
|
1489
|
-
"twitter": "codebender828"
|
|
1490
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2089
|
+
"twitter": "codebender828"
|
|
1491
2090
|
}
|
|
1492
|
-
]
|
|
2091
|
+
],
|
|
2092
|
+
"compatibility": {
|
|
2093
|
+
"nuxt": "^2.0.0",
|
|
2094
|
+
"requires": {}
|
|
2095
|
+
}
|
|
1493
2096
|
},
|
|
1494
2097
|
{
|
|
1495
2098
|
"name": "memwatch",
|
|
@@ -1505,10 +2108,13 @@
|
|
|
1505
2108
|
"maintainers": [
|
|
1506
2109
|
{
|
|
1507
2110
|
"name": "pimlie",
|
|
1508
|
-
"github": "pimlie"
|
|
1509
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2111
|
+
"github": "pimlie"
|
|
1510
2112
|
}
|
|
1511
|
-
]
|
|
2113
|
+
],
|
|
2114
|
+
"compatibility": {
|
|
2115
|
+
"nuxt": "^2.0.0",
|
|
2116
|
+
"requires": {}
|
|
2117
|
+
}
|
|
1512
2118
|
},
|
|
1513
2119
|
{
|
|
1514
2120
|
"name": "mobile",
|
|
@@ -1519,15 +2125,18 @@
|
|
|
1519
2125
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1520
2126
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1521
2127
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1522
|
-
"category": "
|
|
2128
|
+
"category": "Extensions",
|
|
1523
2129
|
"type": "3rd-party",
|
|
1524
2130
|
"maintainers": [
|
|
1525
2131
|
{
|
|
1526
2132
|
"name": "ChanningDefoe",
|
|
1527
|
-
"github": "ChanningDefoe"
|
|
1528
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2133
|
+
"github": "ChanningDefoe"
|
|
1529
2134
|
}
|
|
1530
|
-
]
|
|
2135
|
+
],
|
|
2136
|
+
"compatibility": {
|
|
2137
|
+
"nuxt": "^2.0.0",
|
|
2138
|
+
"requires": {}
|
|
2139
|
+
}
|
|
1531
2140
|
},
|
|
1532
2141
|
{
|
|
1533
2142
|
"name": "moment",
|
|
@@ -1544,15 +2153,17 @@
|
|
|
1544
2153
|
{
|
|
1545
2154
|
"name": "Pooya Parsa",
|
|
1546
2155
|
"github": "pi0",
|
|
1547
|
-
"twitter": "_pi0_"
|
|
1548
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2156
|
+
"twitter": "_pi0_"
|
|
1549
2157
|
},
|
|
1550
2158
|
{
|
|
1551
2159
|
"name": "Ricardo Gobbo de Souza",
|
|
1552
|
-
"github": "ricardogobbosouza"
|
|
1553
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2160
|
+
"github": "ricardogobbosouza"
|
|
1554
2161
|
}
|
|
1555
|
-
]
|
|
2162
|
+
],
|
|
2163
|
+
"compatibility": {
|
|
2164
|
+
"nuxt": "^2.0.0",
|
|
2165
|
+
"requires": {}
|
|
2166
|
+
}
|
|
1556
2167
|
},
|
|
1557
2168
|
{
|
|
1558
2169
|
"name": "mq",
|
|
@@ -1568,10 +2179,13 @@
|
|
|
1568
2179
|
"maintainers": [
|
|
1569
2180
|
{
|
|
1570
2181
|
"name": "vanhoofmaarten",
|
|
1571
|
-
"github": "vanhoofmaarten"
|
|
1572
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2182
|
+
"github": "vanhoofmaarten"
|
|
1573
2183
|
}
|
|
1574
|
-
]
|
|
2184
|
+
],
|
|
2185
|
+
"compatibility": {
|
|
2186
|
+
"nuxt": "^2.0.0",
|
|
2187
|
+
"requires": {}
|
|
2188
|
+
}
|
|
1575
2189
|
},
|
|
1576
2190
|
{
|
|
1577
2191
|
"name": "neo",
|
|
@@ -1587,10 +2201,13 @@
|
|
|
1587
2201
|
"maintainers": [
|
|
1588
2202
|
{
|
|
1589
2203
|
"name": "ezypeeze",
|
|
1590
|
-
"github": "ezypeeze"
|
|
1591
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2204
|
+
"github": "ezypeeze"
|
|
1592
2205
|
}
|
|
1593
|
-
]
|
|
2206
|
+
],
|
|
2207
|
+
"compatibility": {
|
|
2208
|
+
"nuxt": "^2.0.0",
|
|
2209
|
+
"requires": {}
|
|
2210
|
+
}
|
|
1594
2211
|
},
|
|
1595
2212
|
{
|
|
1596
2213
|
"name": "netlify-cache",
|
|
@@ -1606,10 +2223,13 @@
|
|
|
1606
2223
|
"maintainers": [
|
|
1607
2224
|
{
|
|
1608
2225
|
"name": "DreaMinder",
|
|
1609
|
-
"github": "DreaMinder"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2226
|
+
"github": "DreaMinder"
|
|
1611
2227
|
}
|
|
1612
|
-
]
|
|
2228
|
+
],
|
|
2229
|
+
"compatibility": {
|
|
2230
|
+
"nuxt": "^2.0.0",
|
|
2231
|
+
"requires": {}
|
|
2232
|
+
}
|
|
1613
2233
|
},
|
|
1614
2234
|
{
|
|
1615
2235
|
"name": "netlify-files",
|
|
@@ -1626,10 +2246,13 @@
|
|
|
1626
2246
|
{
|
|
1627
2247
|
"name": "Alexander Lichter",
|
|
1628
2248
|
"github": "manniL",
|
|
1629
|
-
"twitter": "TheAlexLichter"
|
|
1630
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2249
|
+
"twitter": "TheAlexLichter"
|
|
1631
2250
|
}
|
|
1632
|
-
]
|
|
2251
|
+
],
|
|
2252
|
+
"compatibility": {
|
|
2253
|
+
"nuxt": "^2.0.0",
|
|
2254
|
+
"requires": {}
|
|
2255
|
+
}
|
|
1633
2256
|
},
|
|
1634
2257
|
{
|
|
1635
2258
|
"name": "netlify",
|
|
@@ -1645,30 +2268,222 @@
|
|
|
1645
2268
|
"maintainers": [
|
|
1646
2269
|
{
|
|
1647
2270
|
"name": "bazzite",
|
|
1648
|
-
"github": "bazzite"
|
|
1649
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2271
|
+
"github": "bazzite"
|
|
1650
2272
|
}
|
|
1651
|
-
]
|
|
2273
|
+
],
|
|
2274
|
+
"compatibility": {
|
|
2275
|
+
"nuxt": "^2.0.0",
|
|
2276
|
+
"requires": {}
|
|
2277
|
+
}
|
|
1652
2278
|
},
|
|
1653
2279
|
{
|
|
1654
2280
|
"name": "ngrok",
|
|
1655
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",
|
|
1656
|
-
"repo": "nuxt-community/
|
|
2282
|
+
"repo": "nuxt-community/ngrok",
|
|
1657
2283
|
"npm": "@nuxtjs/ngrok",
|
|
1658
2284
|
"icon": "ngrok.png",
|
|
1659
|
-
"github": "https://github.com/nuxt-community/
|
|
1660
|
-
"website": "https://
|
|
2285
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2286
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1661
2287
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1662
2288
|
"category": "Devtools",
|
|
1663
2289
|
"type": "community",
|
|
1664
2290
|
"maintainers": [
|
|
2291
|
+
{
|
|
2292
|
+
"name": "Debbie O'Brien",
|
|
2293
|
+
"github": "debs-obrien",
|
|
2294
|
+
"twitter": "debs_obrien"
|
|
2295
|
+
},
|
|
1665
2296
|
{
|
|
1666
2297
|
"name": "Pooya Parsa",
|
|
1667
2298
|
"github": "pi0",
|
|
1668
|
-
"twitter": "_pi0_"
|
|
1669
|
-
|
|
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"
|
|
1670
2344
|
}
|
|
1671
|
-
]
|
|
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"
|
|
2437
|
+
}
|
|
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
|
+
}
|
|
1672
2487
|
},
|
|
1673
2488
|
{
|
|
1674
2489
|
"name": "nuxt7",
|
|
@@ -1685,10 +2500,13 @@
|
|
|
1685
2500
|
{
|
|
1686
2501
|
"name": "Pooya Parsa",
|
|
1687
2502
|
"github": "pi0",
|
|
1688
|
-
"twitter": "_pi0_"
|
|
1689
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2503
|
+
"twitter": "_pi0_"
|
|
1690
2504
|
}
|
|
1691
|
-
]
|
|
2505
|
+
],
|
|
2506
|
+
"compatibility": {
|
|
2507
|
+
"nuxt": "^2.0.0",
|
|
2508
|
+
"requires": {}
|
|
2509
|
+
}
|
|
1692
2510
|
},
|
|
1693
2511
|
{
|
|
1694
2512
|
"name": "onesignal",
|
|
@@ -1699,16 +2517,19 @@
|
|
|
1699
2517
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1700
2518
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1701
2519
|
"learn_more": "https://onesignal.com/",
|
|
1702
|
-
"category": "
|
|
2520
|
+
"category": "Extensions",
|
|
1703
2521
|
"type": "community",
|
|
1704
2522
|
"maintainers": [
|
|
1705
2523
|
{
|
|
1706
2524
|
"name": "Pooya Parsa",
|
|
1707
2525
|
"github": "pi0",
|
|
1708
|
-
"twitter": "_pi0_"
|
|
1709
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2526
|
+
"twitter": "_pi0_"
|
|
1710
2527
|
}
|
|
1711
|
-
]
|
|
2528
|
+
],
|
|
2529
|
+
"compatibility": {
|
|
2530
|
+
"nuxt": "^2.0.0",
|
|
2531
|
+
"requires": {}
|
|
2532
|
+
}
|
|
1712
2533
|
},
|
|
1713
2534
|
{
|
|
1714
2535
|
"name": "optimized-images",
|
|
@@ -1725,10 +2546,13 @@
|
|
|
1725
2546
|
{
|
|
1726
2547
|
"name": "Julio Marquez",
|
|
1727
2548
|
"github": "juliomrqz",
|
|
1728
|
-
"twitter": "juliomrqz"
|
|
1729
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2549
|
+
"twitter": "juliomrqz"
|
|
1730
2550
|
}
|
|
1731
|
-
]
|
|
2551
|
+
],
|
|
2552
|
+
"compatibility": {
|
|
2553
|
+
"nuxt": "^2.0.0",
|
|
2554
|
+
"requires": {}
|
|
2555
|
+
}
|
|
1732
2556
|
},
|
|
1733
2557
|
{
|
|
1734
2558
|
"name": "page-generator-helper",
|
|
@@ -1739,15 +2563,18 @@
|
|
|
1739
2563
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1740
2564
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1741
2565
|
"learn_more": "",
|
|
1742
|
-
"category": "
|
|
2566
|
+
"category": "Extensions",
|
|
1743
2567
|
"type": "3rd-party",
|
|
1744
2568
|
"maintainers": [
|
|
1745
2569
|
{
|
|
1746
2570
|
"name": "GrabarzUndPartner",
|
|
1747
|
-
"github": "GrabarzUndPartner"
|
|
1748
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2571
|
+
"github": "GrabarzUndPartner"
|
|
1749
2572
|
}
|
|
1750
|
-
]
|
|
2573
|
+
],
|
|
2574
|
+
"compatibility": {
|
|
2575
|
+
"nuxt": "^2.0.0",
|
|
2576
|
+
"requires": {}
|
|
2577
|
+
}
|
|
1751
2578
|
},
|
|
1752
2579
|
{
|
|
1753
2580
|
"name": "parse",
|
|
@@ -1763,10 +2590,107 @@
|
|
|
1763
2590
|
"maintainers": [
|
|
1764
2591
|
{
|
|
1765
2592
|
"name": "cierrateam",
|
|
1766
|
-
"github": "cierrateam"
|
|
1767
|
-
|
|
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"
|
|
1768
2688
|
}
|
|
1769
|
-
]
|
|
2689
|
+
],
|
|
2690
|
+
"compatibility": {
|
|
2691
|
+
"nuxt": "^2.0.0",
|
|
2692
|
+
"requires": {}
|
|
2693
|
+
}
|
|
1770
2694
|
},
|
|
1771
2695
|
{
|
|
1772
2696
|
"name": "precompress",
|
|
@@ -1782,10 +2706,13 @@
|
|
|
1782
2706
|
"maintainers": [
|
|
1783
2707
|
{
|
|
1784
2708
|
"name": "frenchrabbit",
|
|
1785
|
-
"github": "frenchrabbit"
|
|
1786
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2709
|
+
"github": "frenchrabbit"
|
|
1787
2710
|
}
|
|
1788
|
-
]
|
|
2711
|
+
],
|
|
2712
|
+
"compatibility": {
|
|
2713
|
+
"nuxt": "^2.0.0",
|
|
2714
|
+
"requires": {}
|
|
2715
|
+
}
|
|
1789
2716
|
},
|
|
1790
2717
|
{
|
|
1791
2718
|
"name": "prismic",
|
|
@@ -1802,21 +2729,22 @@
|
|
|
1802
2729
|
{
|
|
1803
2730
|
"name": "Sébastien Chopin",
|
|
1804
2731
|
"github": "Atinux",
|
|
1805
|
-
"twitter": "Atinux"
|
|
1806
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2732
|
+
"twitter": "Atinux"
|
|
1807
2733
|
},
|
|
1808
2734
|
{
|
|
1809
2735
|
"name": "lihbr",
|
|
1810
2736
|
"github": "lihbr",
|
|
1811
|
-
"twitter": "li_hbr"
|
|
1812
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2737
|
+
"twitter": "li_hbr"
|
|
1813
2738
|
},
|
|
1814
2739
|
{
|
|
1815
2740
|
"name": "James Pegg",
|
|
1816
|
-
"github": "jamespegg"
|
|
1817
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2741
|
+
"github": "jamespegg"
|
|
1818
2742
|
}
|
|
1819
|
-
]
|
|
2743
|
+
],
|
|
2744
|
+
"compatibility": {
|
|
2745
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2746
|
+
"requires": {}
|
|
2747
|
+
}
|
|
1820
2748
|
},
|
|
1821
2749
|
{
|
|
1822
2750
|
"name": "protected-mailto",
|
|
@@ -1832,10 +2760,13 @@
|
|
|
1832
2760
|
"maintainers": [
|
|
1833
2761
|
{
|
|
1834
2762
|
"name": "mmoollllee",
|
|
1835
|
-
"github": "mmoollllee"
|
|
1836
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2763
|
+
"github": "mmoollllee"
|
|
1837
2764
|
}
|
|
1838
|
-
]
|
|
2765
|
+
],
|
|
2766
|
+
"compatibility": {
|
|
2767
|
+
"nuxt": "^2.0.0",
|
|
2768
|
+
"requires": {}
|
|
2769
|
+
}
|
|
1839
2770
|
},
|
|
1840
2771
|
{
|
|
1841
2772
|
"name": "proxy",
|
|
@@ -1852,10 +2783,13 @@
|
|
|
1852
2783
|
{
|
|
1853
2784
|
"name": "Pooya Parsa",
|
|
1854
2785
|
"github": "pi0",
|
|
1855
|
-
"twitter": "_pi0_"
|
|
1856
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2786
|
+
"twitter": "_pi0_"
|
|
1857
2787
|
}
|
|
1858
|
-
]
|
|
2788
|
+
],
|
|
2789
|
+
"compatibility": {
|
|
2790
|
+
"nuxt": "^2.0.0",
|
|
2791
|
+
"requires": {}
|
|
2792
|
+
}
|
|
1859
2793
|
},
|
|
1860
2794
|
{
|
|
1861
2795
|
"name": "prune-html",
|
|
@@ -1870,11 +2804,15 @@
|
|
|
1870
2804
|
"type": "3rd-party",
|
|
1871
2805
|
"maintainers": [
|
|
1872
2806
|
{
|
|
1873
|
-
"name": "
|
|
2807
|
+
"name": "Luca Iaconelli",
|
|
1874
2808
|
"github": "LuXDAmore",
|
|
1875
|
-
"
|
|
2809
|
+
"twitter": "luxdamore"
|
|
1876
2810
|
}
|
|
1877
|
-
]
|
|
2811
|
+
],
|
|
2812
|
+
"compatibility": {
|
|
2813
|
+
"nuxt": "^2.0.0",
|
|
2814
|
+
"requires": {}
|
|
2815
|
+
}
|
|
1878
2816
|
},
|
|
1879
2817
|
{
|
|
1880
2818
|
"name": "purgecss",
|
|
@@ -1890,14 +2828,17 @@
|
|
|
1890
2828
|
"maintainers": [
|
|
1891
2829
|
{
|
|
1892
2830
|
"name": "Developmint",
|
|
1893
|
-
"github": "Developmint"
|
|
1894
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2831
|
+
"github": "Developmint"
|
|
1895
2832
|
}
|
|
1896
|
-
]
|
|
2833
|
+
],
|
|
2834
|
+
"compatibility": {
|
|
2835
|
+
"nuxt": "^2.0.0",
|
|
2836
|
+
"requires": {}
|
|
2837
|
+
}
|
|
1897
2838
|
},
|
|
1898
2839
|
{
|
|
1899
2840
|
"name": "pwa",
|
|
1900
|
-
"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.",
|
|
1901
2842
|
"repo": "nuxt-community/pwa-module",
|
|
1902
2843
|
"npm": "@nuxtjs/pwa",
|
|
1903
2844
|
"icon": "pwa.png",
|
|
@@ -1910,10 +2851,15 @@
|
|
|
1910
2851
|
{
|
|
1911
2852
|
"name": "Pooya Parsa",
|
|
1912
2853
|
"github": "pi0",
|
|
1913
|
-
"twitter": "_pi0_"
|
|
1914
|
-
|
|
2854
|
+
"twitter": "_pi0_"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"compatibility": {
|
|
2858
|
+
"nuxt": "^2.0.0",
|
|
2859
|
+
"requires": {
|
|
2860
|
+
"bridge": "optional"
|
|
1915
2861
|
}
|
|
1916
|
-
|
|
2862
|
+
}
|
|
1917
2863
|
},
|
|
1918
2864
|
{
|
|
1919
2865
|
"name": "python",
|
|
@@ -1924,15 +2870,18 @@
|
|
|
1924
2870
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1925
2871
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1926
2872
|
"learn_more": "https://www.python.org/",
|
|
1927
|
-
"category": "
|
|
2873
|
+
"category": "Extensions",
|
|
1928
2874
|
"type": "community",
|
|
1929
2875
|
"maintainers": [
|
|
1930
2876
|
{
|
|
1931
2877
|
"name": "Sebastian Silva",
|
|
1932
|
-
"github": "icarito"
|
|
1933
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2878
|
+
"github": "icarito"
|
|
1934
2879
|
}
|
|
1935
|
-
]
|
|
2880
|
+
],
|
|
2881
|
+
"compatibility": {
|
|
2882
|
+
"nuxt": "^2.0.0",
|
|
2883
|
+
"requires": {}
|
|
2884
|
+
}
|
|
1936
2885
|
},
|
|
1937
2886
|
{
|
|
1938
2887
|
"name": "recaptcha",
|
|
@@ -1948,10 +2897,13 @@
|
|
|
1948
2897
|
"maintainers": [
|
|
1949
2898
|
{
|
|
1950
2899
|
"name": "mvrlin",
|
|
1951
|
-
"github": "mvrlin"
|
|
1952
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2900
|
+
"github": "mvrlin"
|
|
1953
2901
|
}
|
|
1954
|
-
]
|
|
2902
|
+
],
|
|
2903
|
+
"compatibility": {
|
|
2904
|
+
"nuxt": "^2.0.0",
|
|
2905
|
+
"requires": {}
|
|
2906
|
+
}
|
|
1955
2907
|
},
|
|
1956
2908
|
{
|
|
1957
2909
|
"name": "redirect",
|
|
@@ -1968,10 +2920,13 @@
|
|
|
1968
2920
|
{
|
|
1969
2921
|
"name": "Alexander Lichter",
|
|
1970
2922
|
"github": "manniL",
|
|
1971
|
-
"twitter": "TheAlexLichter"
|
|
1972
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2923
|
+
"twitter": "TheAlexLichter"
|
|
1973
2924
|
}
|
|
1974
|
-
]
|
|
2925
|
+
],
|
|
2926
|
+
"compatibility": {
|
|
2927
|
+
"nuxt": "^2.0.0",
|
|
2928
|
+
"requires": {}
|
|
2929
|
+
}
|
|
1975
2930
|
},
|
|
1976
2931
|
{
|
|
1977
2932
|
"name": "rfg-icon",
|
|
@@ -1982,15 +2937,18 @@
|
|
|
1982
2937
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1983
2938
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1984
2939
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1985
|
-
"category": "
|
|
2940
|
+
"category": "SEO",
|
|
1986
2941
|
"type": "3rd-party",
|
|
1987
2942
|
"maintainers": [
|
|
1988
2943
|
{
|
|
1989
2944
|
"name": "pimlie",
|
|
1990
|
-
"github": "pimlie"
|
|
1991
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2945
|
+
"github": "pimlie"
|
|
1992
2946
|
}
|
|
1993
|
-
]
|
|
2947
|
+
],
|
|
2948
|
+
"compatibility": {
|
|
2949
|
+
"nuxt": "^2.0.0",
|
|
2950
|
+
"requires": {}
|
|
2951
|
+
}
|
|
1994
2952
|
},
|
|
1995
2953
|
{
|
|
1996
2954
|
"name": "robots",
|
|
@@ -2006,10 +2964,13 @@
|
|
|
2006
2964
|
"maintainers": [
|
|
2007
2965
|
{
|
|
2008
2966
|
"name": "Ricardo Gobbo de Souza",
|
|
2009
|
-
"github": "ricardogobbosouza"
|
|
2010
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2967
|
+
"github": "ricardogobbosouza"
|
|
2011
2968
|
}
|
|
2012
|
-
]
|
|
2969
|
+
],
|
|
2970
|
+
"compatibility": {
|
|
2971
|
+
"nuxt": "^2.0.0",
|
|
2972
|
+
"requires": {}
|
|
2973
|
+
}
|
|
2013
2974
|
},
|
|
2014
2975
|
{
|
|
2015
2976
|
"name": "rollbar",
|
|
@@ -2025,10 +2986,13 @@
|
|
|
2025
2986
|
"maintainers": [
|
|
2026
2987
|
{
|
|
2027
2988
|
"name": "Gaël Reyrol",
|
|
2028
|
-
"github": "gaelreyrol"
|
|
2029
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2989
|
+
"github": "gaelreyrol"
|
|
2030
2990
|
}
|
|
2031
|
-
]
|
|
2991
|
+
],
|
|
2992
|
+
"compatibility": {
|
|
2993
|
+
"nuxt": "^2.0.0",
|
|
2994
|
+
"requires": {}
|
|
2995
|
+
}
|
|
2032
2996
|
},
|
|
2033
2997
|
{
|
|
2034
2998
|
"name": "router-extras",
|
|
@@ -2039,16 +3003,19 @@
|
|
|
2039
3003
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2040
3004
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2041
3005
|
"learn_more": "",
|
|
2042
|
-
"category": "
|
|
3006
|
+
"category": "Extensions",
|
|
2043
3007
|
"type": "community",
|
|
2044
3008
|
"maintainers": [
|
|
2045
3009
|
{
|
|
2046
3010
|
"name": "Ahad Birang",
|
|
2047
3011
|
"github": "farnabaz",
|
|
2048
|
-
"twitter": "a_birang"
|
|
2049
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3012
|
+
"twitter": "a_birang"
|
|
2050
3013
|
}
|
|
2051
|
-
]
|
|
3014
|
+
],
|
|
3015
|
+
"compatibility": {
|
|
3016
|
+
"nuxt": "^2.0.0",
|
|
3017
|
+
"requires": {}
|
|
3018
|
+
}
|
|
2052
3019
|
},
|
|
2053
3020
|
{
|
|
2054
3021
|
"name": "router",
|
|
@@ -2059,16 +3026,19 @@
|
|
|
2059
3026
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2060
3027
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2061
3028
|
"learn_more": "",
|
|
2062
|
-
"category": "
|
|
3029
|
+
"category": "Extensions",
|
|
2063
3030
|
"type": "community",
|
|
2064
3031
|
"maintainers": [
|
|
2065
3032
|
{
|
|
2066
3033
|
"name": "Sébastien Chopin",
|
|
2067
3034
|
"github": "Atinux",
|
|
2068
|
-
"twitter": "Atinux"
|
|
2069
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3035
|
+
"twitter": "Atinux"
|
|
2070
3036
|
}
|
|
2071
|
-
]
|
|
3037
|
+
],
|
|
3038
|
+
"compatibility": {
|
|
3039
|
+
"nuxt": "^2.0.0",
|
|
3040
|
+
"requires": {}
|
|
3041
|
+
}
|
|
2072
3042
|
},
|
|
2073
3043
|
{
|
|
2074
3044
|
"name": "sanity",
|
|
@@ -2085,10 +3055,13 @@
|
|
|
2085
3055
|
{
|
|
2086
3056
|
"name": "Daniel Roe",
|
|
2087
3057
|
"github": "danielroe",
|
|
2088
|
-
"twitter": "danielcroe"
|
|
2089
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3058
|
+
"twitter": "danielcroe"
|
|
2090
3059
|
}
|
|
2091
|
-
]
|
|
3060
|
+
],
|
|
3061
|
+
"compatibility": {
|
|
3062
|
+
"nuxt": "^2.0.0",
|
|
3063
|
+
"requires": {}
|
|
3064
|
+
}
|
|
2092
3065
|
},
|
|
2093
3066
|
{
|
|
2094
3067
|
"name": "scss-to-js",
|
|
@@ -2104,10 +3077,13 @@
|
|
|
2104
3077
|
"maintainers": [
|
|
2105
3078
|
{
|
|
2106
3079
|
"name": "sugoidesune",
|
|
2107
|
-
"github": "sugoidesune"
|
|
2108
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3080
|
+
"github": "sugoidesune"
|
|
2109
3081
|
}
|
|
2110
|
-
]
|
|
3082
|
+
],
|
|
3083
|
+
"compatibility": {
|
|
3084
|
+
"nuxt": "^2.0.0",
|
|
3085
|
+
"requires": {}
|
|
3086
|
+
}
|
|
2111
3087
|
},
|
|
2112
3088
|
{
|
|
2113
3089
|
"name": "segment",
|
|
@@ -2123,10 +3099,13 @@
|
|
|
2123
3099
|
"maintainers": [
|
|
2124
3100
|
{
|
|
2125
3101
|
"name": "dansmaculotte",
|
|
2126
|
-
"github": "dansmaculotte"
|
|
2127
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3102
|
+
"github": "dansmaculotte"
|
|
2128
3103
|
}
|
|
2129
|
-
]
|
|
3104
|
+
],
|
|
3105
|
+
"compatibility": {
|
|
3106
|
+
"nuxt": "^2.0.0",
|
|
3107
|
+
"requires": {}
|
|
3108
|
+
}
|
|
2130
3109
|
},
|
|
2131
3110
|
{
|
|
2132
3111
|
"name": "sentry",
|
|
@@ -2135,17 +3114,43 @@
|
|
|
2135
3114
|
"npm": "@nuxtjs/sentry",
|
|
2136
3115
|
"icon": "sentry.png",
|
|
2137
3116
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2138
|
-
"website": "https://
|
|
3117
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2139
3118
|
"learn_more": "https://sentry.io/welcome/",
|
|
2140
3119
|
"category": "Monitoring",
|
|
2141
3120
|
"type": "community",
|
|
2142
3121
|
"maintainers": [
|
|
2143
3122
|
{
|
|
2144
3123
|
"name": "Rafał Chłodnicki",
|
|
2145
|
-
"github": "rchl"
|
|
2146
|
-
|
|
3124
|
+
"github": "rchl"
|
|
3125
|
+
}
|
|
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"
|
|
2147
3148
|
}
|
|
2148
|
-
]
|
|
3149
|
+
],
|
|
3150
|
+
"compatibility": {
|
|
3151
|
+
"nuxt": "^2.0.0",
|
|
3152
|
+
"requires": {}
|
|
3153
|
+
}
|
|
2149
3154
|
},
|
|
2150
3155
|
{
|
|
2151
3156
|
"name": "seomatic-meta",
|
|
@@ -2161,10 +3166,13 @@
|
|
|
2161
3166
|
"maintainers": [
|
|
2162
3167
|
{
|
|
2163
3168
|
"name": "ben-rogerson",
|
|
2164
|
-
"github": "ben-rogerson"
|
|
2165
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3169
|
+
"github": "ben-rogerson"
|
|
2166
3170
|
}
|
|
2167
|
-
]
|
|
3171
|
+
],
|
|
3172
|
+
"compatibility": {
|
|
3173
|
+
"nuxt": "^2.0.0",
|
|
3174
|
+
"requires": {}
|
|
3175
|
+
}
|
|
2168
3176
|
},
|
|
2169
3177
|
{
|
|
2170
3178
|
"name": "separate-env",
|
|
@@ -2175,16 +3183,19 @@
|
|
|
2175
3183
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2176
3184
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2177
3185
|
"learn_more": "",
|
|
2178
|
-
"category": "
|
|
3186
|
+
"category": "Extensions",
|
|
2179
3187
|
"type": "community",
|
|
2180
3188
|
"maintainers": [
|
|
2181
3189
|
{
|
|
2182
3190
|
"name": "Alexander Lichter",
|
|
2183
3191
|
"github": "manniL",
|
|
2184
|
-
"twitter": "TheAlexLichter"
|
|
2185
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3192
|
+
"twitter": "TheAlexLichter"
|
|
2186
3193
|
}
|
|
2187
|
-
]
|
|
3194
|
+
],
|
|
3195
|
+
"compatibility": {
|
|
3196
|
+
"nuxt": "^2.0.0",
|
|
3197
|
+
"requires": {}
|
|
3198
|
+
}
|
|
2188
3199
|
},
|
|
2189
3200
|
{
|
|
2190
3201
|
"name": "shopify",
|
|
@@ -2200,10 +3211,13 @@
|
|
|
2200
3211
|
"maintainers": [
|
|
2201
3212
|
{
|
|
2202
3213
|
"name": "Gomah",
|
|
2203
|
-
"github": "Gomah"
|
|
2204
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3214
|
+
"github": "Gomah"
|
|
2205
3215
|
}
|
|
2206
|
-
]
|
|
3216
|
+
],
|
|
3217
|
+
"compatibility": {
|
|
3218
|
+
"nuxt": "^2.0.0",
|
|
3219
|
+
"requires": {}
|
|
3220
|
+
}
|
|
2207
3221
|
},
|
|
2208
3222
|
{
|
|
2209
3223
|
"name": "simple-line-icons",
|
|
@@ -2219,10 +3233,13 @@
|
|
|
2219
3233
|
"maintainers": [
|
|
2220
3234
|
{
|
|
2221
3235
|
"name": "vaso2",
|
|
2222
|
-
"github": "vaso2"
|
|
2223
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3236
|
+
"github": "vaso2"
|
|
2224
3237
|
}
|
|
2225
|
-
]
|
|
3238
|
+
],
|
|
3239
|
+
"compatibility": {
|
|
3240
|
+
"nuxt": "^2.0.0",
|
|
3241
|
+
"requires": {}
|
|
3242
|
+
}
|
|
2226
3243
|
},
|
|
2227
3244
|
{
|
|
2228
3245
|
"name": "sitemap",
|
|
@@ -2231,7 +3248,7 @@
|
|
|
2231
3248
|
"npm": "@nuxtjs/sitemap",
|
|
2232
3249
|
"icon": "",
|
|
2233
3250
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2234
|
-
"website": "https://
|
|
3251
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2235
3252
|
"learn_more": "",
|
|
2236
3253
|
"category": "SEO",
|
|
2237
3254
|
"type": "community",
|
|
@@ -2239,10 +3256,36 @@
|
|
|
2239
3256
|
{
|
|
2240
3257
|
"name": "Nicolas PENNEC",
|
|
2241
3258
|
"github": "NicoPennec",
|
|
2242
|
-
"twitter": "NicoPennec"
|
|
2243
|
-
|
|
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"
|
|
2244
3283
|
}
|
|
2245
|
-
]
|
|
3284
|
+
],
|
|
3285
|
+
"compatibility": {
|
|
3286
|
+
"nuxt": "^2.0.0",
|
|
3287
|
+
"requires": {}
|
|
3288
|
+
}
|
|
2246
3289
|
},
|
|
2247
3290
|
{
|
|
2248
3291
|
"name": "social-meta",
|
|
@@ -2258,10 +3301,13 @@
|
|
|
2258
3301
|
"maintainers": [
|
|
2259
3302
|
{
|
|
2260
3303
|
"name": "AlekseyPleshkov",
|
|
2261
|
-
"github": "AlekseyPleshkov"
|
|
2262
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3304
|
+
"github": "AlekseyPleshkov"
|
|
2263
3305
|
}
|
|
2264
|
-
]
|
|
3306
|
+
],
|
|
3307
|
+
"compatibility": {
|
|
3308
|
+
"nuxt": "^2.0.0",
|
|
3309
|
+
"requires": {}
|
|
3310
|
+
}
|
|
2265
3311
|
},
|
|
2266
3312
|
{
|
|
2267
3313
|
"name": "socket-io",
|
|
@@ -2277,10 +3323,13 @@
|
|
|
2277
3323
|
"maintainers": [
|
|
2278
3324
|
{
|
|
2279
3325
|
"name": "richardeschloss",
|
|
2280
|
-
"github": "richardeschloss"
|
|
2281
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3326
|
+
"github": "richardeschloss"
|
|
2282
3327
|
}
|
|
2283
|
-
]
|
|
3328
|
+
],
|
|
3329
|
+
"compatibility": {
|
|
3330
|
+
"nuxt": "^2.0.0",
|
|
3331
|
+
"requires": {}
|
|
3332
|
+
}
|
|
2284
3333
|
},
|
|
2285
3334
|
{
|
|
2286
3335
|
"name": "speedcurve",
|
|
@@ -2297,10 +3346,46 @@
|
|
|
2297
3346
|
{
|
|
2298
3347
|
"name": "Josh Deltener",
|
|
2299
3348
|
"github": "hecktarzuli",
|
|
2300
|
-
"twitter": "JoshDeltener"
|
|
2301
|
-
|
|
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"
|
|
2302
3383
|
}
|
|
2303
|
-
]
|
|
3384
|
+
],
|
|
3385
|
+
"compatibility": {
|
|
3386
|
+
"nuxt": "^2.0.0",
|
|
3387
|
+
"requires": {}
|
|
3388
|
+
}
|
|
2304
3389
|
},
|
|
2305
3390
|
{
|
|
2306
3391
|
"name": "storage",
|
|
@@ -2311,15 +3396,40 @@
|
|
|
2311
3396
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2312
3397
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2313
3398
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2314
|
-
"category": "
|
|
3399
|
+
"category": "Extensions",
|
|
2315
3400
|
"type": "3rd-party",
|
|
2316
3401
|
"maintainers": [
|
|
2317
3402
|
{
|
|
2318
3403
|
"name": "mazipan",
|
|
2319
|
-
"github": "mazipan"
|
|
2320
|
-
|
|
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"
|
|
2321
3427
|
}
|
|
2322
|
-
]
|
|
3428
|
+
],
|
|
3429
|
+
"compatibility": {
|
|
3430
|
+
"nuxt": "^2.0.0",
|
|
3431
|
+
"requires": {}
|
|
3432
|
+
}
|
|
2323
3433
|
},
|
|
2324
3434
|
{
|
|
2325
3435
|
"name": "stories",
|
|
@@ -2335,16 +3445,19 @@
|
|
|
2335
3445
|
"maintainers": [
|
|
2336
3446
|
{
|
|
2337
3447
|
"name": "richardeschloss",
|
|
2338
|
-
"github": "richardeschloss"
|
|
2339
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3448
|
+
"github": "richardeschloss"
|
|
2340
3449
|
}
|
|
2341
|
-
]
|
|
3450
|
+
],
|
|
3451
|
+
"compatibility": {
|
|
3452
|
+
"nuxt": "^2.0.0",
|
|
3453
|
+
"requires": {}
|
|
3454
|
+
}
|
|
2342
3455
|
},
|
|
2343
3456
|
{
|
|
2344
3457
|
"name": "storyblok",
|
|
2345
3458
|
"description": "Storyblok Nuxt.js module",
|
|
2346
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2347
|
-
"npm": "storyblok
|
|
3459
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3460
|
+
"npm": "@storyblok/nuxt",
|
|
2348
3461
|
"icon": "storyblok.png",
|
|
2349
3462
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2350
3463
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2354,10 +3467,13 @@
|
|
|
2354
3467
|
"maintainers": [
|
|
2355
3468
|
{
|
|
2356
3469
|
"name": "storyblok",
|
|
2357
|
-
"github": "storyblok"
|
|
2358
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3470
|
+
"github": "storyblok"
|
|
2359
3471
|
}
|
|
2360
|
-
]
|
|
3472
|
+
],
|
|
3473
|
+
"compatibility": {
|
|
3474
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3475
|
+
"requires": {}
|
|
3476
|
+
}
|
|
2361
3477
|
},
|
|
2362
3478
|
{
|
|
2363
3479
|
"name": "storybook",
|
|
@@ -2374,16 +3490,20 @@
|
|
|
2374
3490
|
{
|
|
2375
3491
|
"name": "Ahad Birang",
|
|
2376
3492
|
"github": "farnabaz",
|
|
2377
|
-
"twitter": "a_birang"
|
|
2378
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3493
|
+
"twitter": "a_birang"
|
|
2379
3494
|
},
|
|
2380
3495
|
{
|
|
2381
3496
|
"name": "Pooya Parsa",
|
|
2382
3497
|
"github": "pi0",
|
|
2383
|
-
"twitter": "_pi0_"
|
|
2384
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3498
|
+
"twitter": "_pi0_"
|
|
2385
3499
|
}
|
|
2386
|
-
]
|
|
3500
|
+
],
|
|
3501
|
+
"compatibility": {
|
|
3502
|
+
"nuxt": "^2.0.0",
|
|
3503
|
+
"requires": {
|
|
3504
|
+
"bridge": "optional"
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
2387
3507
|
},
|
|
2388
3508
|
{
|
|
2389
3509
|
"name": "strapi",
|
|
@@ -2400,16 +3520,18 @@
|
|
|
2400
3520
|
{
|
|
2401
3521
|
"name": "Benjamin Canac",
|
|
2402
3522
|
"github": "benjamincanac",
|
|
2403
|
-
"twitter": "benjamincanac"
|
|
2404
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3523
|
+
"twitter": "benjamincanac"
|
|
2405
3524
|
},
|
|
2406
3525
|
{
|
|
2407
3526
|
"name": "Sébastien Chopin",
|
|
2408
3527
|
"github": "Atinux",
|
|
2409
|
-
"twitter": "Atinux"
|
|
2410
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3528
|
+
"twitter": "Atinux"
|
|
2411
3529
|
}
|
|
2412
|
-
]
|
|
3530
|
+
],
|
|
3531
|
+
"compatibility": {
|
|
3532
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3533
|
+
"requires": {}
|
|
3534
|
+
}
|
|
2413
3535
|
},
|
|
2414
3536
|
{
|
|
2415
3537
|
"name": "stripe",
|
|
@@ -2425,10 +3547,13 @@
|
|
|
2425
3547
|
"maintainers": [
|
|
2426
3548
|
{
|
|
2427
3549
|
"name": "WilliamDASILVA",
|
|
2428
|
-
"github": "WilliamDASILVA"
|
|
2429
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3550
|
+
"github": "WilliamDASILVA"
|
|
2430
3551
|
}
|
|
2431
|
-
]
|
|
3552
|
+
],
|
|
3553
|
+
"compatibility": {
|
|
3554
|
+
"nuxt": "^2.0.0",
|
|
3555
|
+
"requires": {}
|
|
3556
|
+
}
|
|
2432
3557
|
},
|
|
2433
3558
|
{
|
|
2434
3559
|
"name": "style-resources",
|
|
@@ -2445,10 +3570,13 @@
|
|
|
2445
3570
|
{
|
|
2446
3571
|
"name": "Alexander Lichter",
|
|
2447
3572
|
"github": "manniL",
|
|
2448
|
-
"twitter": "TheAlexLichter"
|
|
2449
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3573
|
+
"twitter": "TheAlexLichter"
|
|
2450
3574
|
}
|
|
2451
|
-
]
|
|
3575
|
+
],
|
|
3576
|
+
"compatibility": {
|
|
3577
|
+
"nuxt": "^2.0.0",
|
|
3578
|
+
"requires": {}
|
|
3579
|
+
}
|
|
2452
3580
|
},
|
|
2453
3581
|
{
|
|
2454
3582
|
"name": "stylelint",
|
|
@@ -2464,10 +3592,59 @@
|
|
|
2464
3592
|
"maintainers": [
|
|
2465
3593
|
{
|
|
2466
3594
|
"name": "Ricardo Gobbo de Souza",
|
|
2467
|
-
"github": "ricardogobbosouza"
|
|
2468
|
-
|
|
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"
|
|
2469
3642
|
}
|
|
2470
|
-
]
|
|
3643
|
+
],
|
|
3644
|
+
"compatibility": {
|
|
3645
|
+
"nuxt": "^2.0.0",
|
|
3646
|
+
"requires": {}
|
|
3647
|
+
}
|
|
2471
3648
|
},
|
|
2472
3649
|
{
|
|
2473
3650
|
"name": "svg-loader",
|
|
@@ -2478,15 +3655,18 @@
|
|
|
2478
3655
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2479
3656
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2480
3657
|
"learn_more": "",
|
|
2481
|
-
"category": "
|
|
3658
|
+
"category": "Extensions",
|
|
2482
3659
|
"type": "3rd-party",
|
|
2483
3660
|
"maintainers": [
|
|
2484
3661
|
{
|
|
2485
3662
|
"name": "Developmint",
|
|
2486
|
-
"github": "Developmint"
|
|
2487
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3663
|
+
"github": "Developmint"
|
|
2488
3664
|
}
|
|
2489
|
-
]
|
|
3665
|
+
],
|
|
3666
|
+
"compatibility": {
|
|
3667
|
+
"nuxt": "^2.0.0",
|
|
3668
|
+
"requires": {}
|
|
3669
|
+
}
|
|
2490
3670
|
},
|
|
2491
3671
|
{
|
|
2492
3672
|
"name": "svg-sprite",
|
|
@@ -2497,16 +3677,19 @@
|
|
|
2497
3677
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2498
3678
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2499
3679
|
"learn_more": "",
|
|
2500
|
-
"category": "
|
|
3680
|
+
"category": "UI",
|
|
2501
3681
|
"type": "community",
|
|
2502
3682
|
"maintainers": [
|
|
2503
3683
|
{
|
|
2504
3684
|
"name": "Ahad Birang",
|
|
2505
3685
|
"github": "farnabaz",
|
|
2506
|
-
"twitter": "a_birang"
|
|
2507
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3686
|
+
"twitter": "a_birang"
|
|
2508
3687
|
}
|
|
2509
|
-
]
|
|
3688
|
+
],
|
|
3689
|
+
"compatibility": {
|
|
3690
|
+
"nuxt": "^2.0.0",
|
|
3691
|
+
"requires": {}
|
|
3692
|
+
}
|
|
2510
3693
|
},
|
|
2511
3694
|
{
|
|
2512
3695
|
"name": "svg",
|
|
@@ -2517,15 +3700,18 @@
|
|
|
2517
3700
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2518
3701
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2519
3702
|
"learn_more": "",
|
|
2520
|
-
"category": "
|
|
3703
|
+
"category": "Extensions",
|
|
2521
3704
|
"type": "community",
|
|
2522
3705
|
"maintainers": [
|
|
2523
3706
|
{
|
|
2524
3707
|
"name": "Sam Holmes",
|
|
2525
|
-
"github": "sam3d"
|
|
2526
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3708
|
+
"github": "sam3d"
|
|
2527
3709
|
}
|
|
2528
|
-
]
|
|
3710
|
+
],
|
|
3711
|
+
"compatibility": {
|
|
3712
|
+
"nuxt": "^2.0.0",
|
|
3713
|
+
"requires": {}
|
|
3714
|
+
}
|
|
2529
3715
|
},
|
|
2530
3716
|
{
|
|
2531
3717
|
"name": "sweetalert2",
|
|
@@ -2541,10 +3727,13 @@
|
|
|
2541
3727
|
"maintainers": [
|
|
2542
3728
|
{
|
|
2543
3729
|
"name": "ImreC",
|
|
2544
|
-
"github": "ImreC"
|
|
2545
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3730
|
+
"github": "ImreC"
|
|
2546
3731
|
}
|
|
2547
|
-
]
|
|
3732
|
+
],
|
|
3733
|
+
"compatibility": {
|
|
3734
|
+
"nuxt": "^2.0.0",
|
|
3735
|
+
"requires": {}
|
|
3736
|
+
}
|
|
2548
3737
|
},
|
|
2549
3738
|
{
|
|
2550
3739
|
"name": "tailwindcss",
|
|
@@ -2561,10 +3750,36 @@
|
|
|
2561
3750
|
{
|
|
2562
3751
|
"name": "Sébastien Chopin",
|
|
2563
3752
|
"github": "Atinux",
|
|
2564
|
-
"twitter": "Atinux"
|
|
2565
|
-
|
|
3753
|
+
"twitter": "Atinux"
|
|
3754
|
+
}
|
|
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"
|
|
2566
3777
|
}
|
|
2567
|
-
]
|
|
3778
|
+
],
|
|
3779
|
+
"compatibility": {
|
|
3780
|
+
"nuxt": "^2.0.0",
|
|
3781
|
+
"requires": {}
|
|
3782
|
+
}
|
|
2568
3783
|
},
|
|
2569
3784
|
{
|
|
2570
3785
|
"name": "toast",
|
|
@@ -2572,8 +3787,8 @@
|
|
|
2572
3787
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2573
3788
|
"npm": "@nuxtjs/toast",
|
|
2574
3789
|
"icon": "",
|
|
2575
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2576
|
-
"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",
|
|
2577
3792
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2578
3793
|
"category": "Libraries",
|
|
2579
3794
|
"type": "community",
|
|
@@ -2581,10 +3796,37 @@
|
|
|
2581
3796
|
{
|
|
2582
3797
|
"name": "Pooya Parsa",
|
|
2583
3798
|
"github": "pi0",
|
|
2584
|
-
"twitter": "_pi0_"
|
|
2585
|
-
|
|
3799
|
+
"twitter": "_pi0_"
|
|
3800
|
+
}
|
|
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"
|
|
2586
3822
|
}
|
|
2587
|
-
]
|
|
3823
|
+
],
|
|
3824
|
+
"compatibility": {
|
|
3825
|
+
"nuxt": "^2.0.0",
|
|
3826
|
+
"requires": {
|
|
3827
|
+
"bridge": "optional"
|
|
3828
|
+
}
|
|
3829
|
+
}
|
|
2588
3830
|
},
|
|
2589
3831
|
{
|
|
2590
3832
|
"name": "typed-router",
|
|
@@ -2600,10 +3842,13 @@
|
|
|
2600
3842
|
"maintainers": [
|
|
2601
3843
|
{
|
|
2602
3844
|
"name": "victorgarciaesgi",
|
|
2603
|
-
"github": "victorgarciaesgi"
|
|
2604
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3845
|
+
"github": "victorgarciaesgi"
|
|
2605
3846
|
}
|
|
2606
|
-
]
|
|
3847
|
+
],
|
|
3848
|
+
"compatibility": {
|
|
3849
|
+
"nuxt": "^2.0.0",
|
|
3850
|
+
"requires": {}
|
|
3851
|
+
}
|
|
2607
3852
|
},
|
|
2608
3853
|
{
|
|
2609
3854
|
"name": "typescript-runtime",
|
|
@@ -2619,22 +3864,23 @@
|
|
|
2619
3864
|
"maintainers": [
|
|
2620
3865
|
{
|
|
2621
3866
|
"name": "Kevin Marrec",
|
|
2622
|
-
"github": "kevinmarrec"
|
|
2623
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3867
|
+
"github": "kevinmarrec"
|
|
2624
3868
|
},
|
|
2625
3869
|
{
|
|
2626
3870
|
"name": "Pooya Parsa",
|
|
2627
3871
|
"github": "pi0",
|
|
2628
|
-
"twitter": "_pi0_"
|
|
2629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3872
|
+
"twitter": "_pi0_"
|
|
2630
3873
|
},
|
|
2631
3874
|
{
|
|
2632
3875
|
"name": "Daniel Roe",
|
|
2633
3876
|
"github": "danielroe",
|
|
2634
|
-
"twitter": "danielcroe"
|
|
2635
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3877
|
+
"twitter": "danielcroe"
|
|
2636
3878
|
}
|
|
2637
|
-
]
|
|
3879
|
+
],
|
|
3880
|
+
"compatibility": {
|
|
3881
|
+
"nuxt": "^2.0.0",
|
|
3882
|
+
"requires": {}
|
|
3883
|
+
}
|
|
2638
3884
|
},
|
|
2639
3885
|
{
|
|
2640
3886
|
"name": "typescript",
|
|
@@ -2650,22 +3896,23 @@
|
|
|
2650
3896
|
"maintainers": [
|
|
2651
3897
|
{
|
|
2652
3898
|
"name": "Kevin Marrec",
|
|
2653
|
-
"github": "kevinmarrec"
|
|
2654
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3899
|
+
"github": "kevinmarrec"
|
|
2655
3900
|
},
|
|
2656
3901
|
{
|
|
2657
3902
|
"name": "Pooya Parsa",
|
|
2658
3903
|
"github": "pi0",
|
|
2659
|
-
"twitter": "_pi0_"
|
|
2660
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3904
|
+
"twitter": "_pi0_"
|
|
2661
3905
|
},
|
|
2662
3906
|
{
|
|
2663
3907
|
"name": "Daniel Roe",
|
|
2664
3908
|
"github": "danielroe",
|
|
2665
|
-
"twitter": "danielcroe"
|
|
2666
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3909
|
+
"twitter": "danielcroe"
|
|
2667
3910
|
}
|
|
2668
|
-
]
|
|
3911
|
+
],
|
|
3912
|
+
"compatibility": {
|
|
3913
|
+
"nuxt": "^2.0.0",
|
|
3914
|
+
"requires": {}
|
|
3915
|
+
}
|
|
2669
3916
|
},
|
|
2670
3917
|
{
|
|
2671
3918
|
"name": "universal-storage",
|
|
@@ -2676,22 +3923,50 @@
|
|
|
2676
3923
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2677
3924
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2678
3925
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2679
|
-
"category": "
|
|
3926
|
+
"category": "Extensions",
|
|
2680
3927
|
"type": "community",
|
|
2681
3928
|
"maintainers": [
|
|
2682
3929
|
{
|
|
2683
3930
|
"name": "Pooya Parsa",
|
|
2684
3931
|
"github": "pi0",
|
|
2685
|
-
"twitter": "_pi0_"
|
|
2686
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3932
|
+
"twitter": "_pi0_"
|
|
2687
3933
|
},
|
|
2688
3934
|
{
|
|
2689
3935
|
"name": "Farzad Soltani",
|
|
2690
3936
|
"github": "farzadso",
|
|
2691
|
-
"twitter": "farzadso"
|
|
2692
|
-
|
|
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"
|
|
2693
3962
|
}
|
|
2694
|
-
]
|
|
3963
|
+
],
|
|
3964
|
+
"compatibility": {
|
|
3965
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3966
|
+
"requires": {
|
|
3967
|
+
"bridge": "optional"
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
2695
3970
|
},
|
|
2696
3971
|
{
|
|
2697
3972
|
"name": "user-agent",
|
|
@@ -2702,15 +3977,18 @@
|
|
|
2702
3977
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2703
3978
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2704
3979
|
"learn_more": "",
|
|
2705
|
-
"category": "
|
|
3980
|
+
"category": "Extensions",
|
|
2706
3981
|
"type": "3rd-party",
|
|
2707
3982
|
"maintainers": [
|
|
2708
3983
|
{
|
|
2709
3984
|
"name": "fukuiretu",
|
|
2710
|
-
"github": "fukuiretu"
|
|
2711
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3985
|
+
"github": "fukuiretu"
|
|
2712
3986
|
}
|
|
2713
|
-
]
|
|
3987
|
+
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^2.0.0",
|
|
3990
|
+
"requires": {}
|
|
3991
|
+
}
|
|
2714
3992
|
},
|
|
2715
3993
|
{
|
|
2716
3994
|
"name": "validate",
|
|
@@ -2726,10 +4004,13 @@
|
|
|
2726
4004
|
"maintainers": [
|
|
2727
4005
|
{
|
|
2728
4006
|
"name": "lewyuburi",
|
|
2729
|
-
"github": "lewyuburi"
|
|
2730
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4007
|
+
"github": "lewyuburi"
|
|
2731
4008
|
}
|
|
2732
|
-
]
|
|
4009
|
+
],
|
|
4010
|
+
"compatibility": {
|
|
4011
|
+
"nuxt": "^2.0.0",
|
|
4012
|
+
"requires": {}
|
|
4013
|
+
}
|
|
2733
4014
|
},
|
|
2734
4015
|
{
|
|
2735
4016
|
"name": "vendor",
|
|
@@ -2740,16 +4021,19 @@
|
|
|
2740
4021
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2741
4022
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2742
4023
|
"learn_more": "",
|
|
2743
|
-
"category": "
|
|
4024
|
+
"category": "Extensions",
|
|
2744
4025
|
"type": "community",
|
|
2745
4026
|
"maintainers": [
|
|
2746
4027
|
{
|
|
2747
4028
|
"name": "Pooya Parsa",
|
|
2748
4029
|
"github": "pi0",
|
|
2749
|
-
"twitter": "_pi0_"
|
|
2750
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4030
|
+
"twitter": "_pi0_"
|
|
2751
4031
|
}
|
|
2752
|
-
]
|
|
4032
|
+
],
|
|
4033
|
+
"compatibility": {
|
|
4034
|
+
"nuxt": "^2.0.0",
|
|
4035
|
+
"requires": {}
|
|
4036
|
+
}
|
|
2753
4037
|
},
|
|
2754
4038
|
{
|
|
2755
4039
|
"name": "vue-material",
|
|
@@ -2765,10 +4049,13 @@
|
|
|
2765
4049
|
"maintainers": [
|
|
2766
4050
|
{
|
|
2767
4051
|
"name": "vaso2",
|
|
2768
|
-
"github": "vaso2"
|
|
2769
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4052
|
+
"github": "vaso2"
|
|
2770
4053
|
}
|
|
2771
|
-
]
|
|
4054
|
+
],
|
|
4055
|
+
"compatibility": {
|
|
4056
|
+
"nuxt": "^2.0.0",
|
|
4057
|
+
"requires": {}
|
|
4058
|
+
}
|
|
2772
4059
|
},
|
|
2773
4060
|
{
|
|
2774
4061
|
"name": "vue-multiselect",
|
|
@@ -2784,10 +4071,13 @@
|
|
|
2784
4071
|
"maintainers": [
|
|
2785
4072
|
{
|
|
2786
4073
|
"name": "spektrummedia",
|
|
2787
|
-
"github": "spektrummedia"
|
|
2788
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4074
|
+
"github": "spektrummedia"
|
|
2789
4075
|
}
|
|
2790
|
-
]
|
|
4076
|
+
],
|
|
4077
|
+
"compatibility": {
|
|
4078
|
+
"nuxt": "^2.0.0",
|
|
4079
|
+
"requires": {}
|
|
4080
|
+
}
|
|
2791
4081
|
},
|
|
2792
4082
|
{
|
|
2793
4083
|
"name": "vue-select",
|
|
@@ -2803,10 +4093,13 @@
|
|
|
2803
4093
|
"maintainers": [
|
|
2804
4094
|
{
|
|
2805
4095
|
"name": "madmod",
|
|
2806
|
-
"github": "madmod"
|
|
2807
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4096
|
+
"github": "madmod"
|
|
2808
4097
|
}
|
|
2809
|
-
]
|
|
4098
|
+
],
|
|
4099
|
+
"compatibility": {
|
|
4100
|
+
"nuxt": "^2.0.0",
|
|
4101
|
+
"requires": {}
|
|
4102
|
+
}
|
|
2810
4103
|
},
|
|
2811
4104
|
{
|
|
2812
4105
|
"name": "vue-warehouse",
|
|
@@ -2823,10 +4116,13 @@
|
|
|
2823
4116
|
{
|
|
2824
4117
|
"name": "Julio Marquez",
|
|
2825
4118
|
"github": "juliomrqz",
|
|
2826
|
-
"twitter": "juliomrqz"
|
|
2827
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4119
|
+
"twitter": "juliomrqz"
|
|
2828
4120
|
}
|
|
2829
|
-
]
|
|
4121
|
+
],
|
|
4122
|
+
"compatibility": {
|
|
4123
|
+
"nuxt": "^2.0.0",
|
|
4124
|
+
"requires": {}
|
|
4125
|
+
}
|
|
2830
4126
|
},
|
|
2831
4127
|
{
|
|
2832
4128
|
"name": "vuetify",
|
|
@@ -2842,16 +4138,43 @@
|
|
|
2842
4138
|
"maintainers": [
|
|
2843
4139
|
{
|
|
2844
4140
|
"name": "Kevin Marrec",
|
|
2845
|
-
"github": "kevinmarrec"
|
|
2846
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4141
|
+
"github": "kevinmarrec"
|
|
2847
4142
|
},
|
|
2848
4143
|
{
|
|
2849
4144
|
"name": "Pooya Parsa",
|
|
2850
4145
|
"github": "pi0",
|
|
2851
|
-
"twitter": "_pi0_"
|
|
2852
|
-
|
|
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"
|
|
2853
4176
|
}
|
|
2854
|
-
|
|
4177
|
+
}
|
|
2855
4178
|
},
|
|
2856
4179
|
{
|
|
2857
4180
|
"name": "vuex-router-sync",
|
|
@@ -2867,41 +4190,68 @@
|
|
|
2867
4190
|
"maintainers": [
|
|
2868
4191
|
{
|
|
2869
4192
|
"name": "paulgv",
|
|
2870
|
-
"github": "paulgv"
|
|
2871
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4193
|
+
"github": "paulgv"
|
|
2872
4194
|
}
|
|
2873
|
-
]
|
|
4195
|
+
],
|
|
4196
|
+
"compatibility": {
|
|
4197
|
+
"nuxt": "^2.0.0",
|
|
4198
|
+
"requires": {}
|
|
4199
|
+
}
|
|
2874
4200
|
},
|
|
2875
4201
|
{
|
|
2876
4202
|
"name": "web-vitals",
|
|
2877
4203
|
"description": "Web Vitals for Nuxt",
|
|
2878
4204
|
"repo": "nuxt-community/web-vitals-module",
|
|
2879
|
-
"npm": "
|
|
4205
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2880
4206
|
"icon": "",
|
|
2881
4207
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2882
4208
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2883
4209
|
"learn_more": "",
|
|
2884
4210
|
"category": "Performance",
|
|
2885
|
-
"type": "
|
|
4211
|
+
"type": "community",
|
|
2886
4212
|
"maintainers": [
|
|
2887
4213
|
{
|
|
2888
4214
|
"name": "daliborgogic",
|
|
2889
|
-
"github": "daliborgogic"
|
|
2890
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4215
|
+
"github": "daliborgogic"
|
|
2891
4216
|
},
|
|
2892
4217
|
{
|
|
2893
4218
|
"name": "Pooya Parsa",
|
|
2894
4219
|
"github": "pi0",
|
|
2895
|
-
"twitter": "_pi0_"
|
|
2896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4220
|
+
"twitter": "_pi0_"
|
|
2897
4221
|
},
|
|
2898
4222
|
{
|
|
2899
4223
|
"name": "Sebastien Chopin",
|
|
2900
4224
|
"github": "Atinux",
|
|
2901
|
-
"twitter": "Atinux"
|
|
2902
|
-
|
|
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"
|
|
2903
4249
|
}
|
|
2904
|
-
]
|
|
4250
|
+
],
|
|
4251
|
+
"compatibility": {
|
|
4252
|
+
"nuxt": "^2.0.0",
|
|
4253
|
+
"requires": {}
|
|
4254
|
+
}
|
|
2905
4255
|
},
|
|
2906
4256
|
{
|
|
2907
4257
|
"name": "webfontloader",
|
|
@@ -2917,10 +4267,37 @@
|
|
|
2917
4267
|
"maintainers": [
|
|
2918
4268
|
{
|
|
2919
4269
|
"name": "Developmint",
|
|
2920
|
-
"github": "Developmint"
|
|
2921
|
-
|
|
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"
|
|
2922
4293
|
}
|
|
2923
|
-
]
|
|
4294
|
+
],
|
|
4295
|
+
"compatibility": {
|
|
4296
|
+
"nuxt": "^2.0.0",
|
|
4297
|
+
"requires": {
|
|
4298
|
+
"bridge": "optional"
|
|
4299
|
+
}
|
|
4300
|
+
}
|
|
2924
4301
|
},
|
|
2925
4302
|
{
|
|
2926
4303
|
"name": "webpack-profile",
|
|
@@ -2937,10 +4314,13 @@
|
|
|
2937
4314
|
{
|
|
2938
4315
|
"name": "Pooya Parsa",
|
|
2939
4316
|
"github": "pi0",
|
|
2940
|
-
"twitter": "_pi0_"
|
|
2941
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4317
|
+
"twitter": "_pi0_"
|
|
2942
4318
|
}
|
|
2943
|
-
]
|
|
4319
|
+
],
|
|
4320
|
+
"compatibility": {
|
|
4321
|
+
"nuxt": "^2.0.0",
|
|
4322
|
+
"requires": {}
|
|
4323
|
+
}
|
|
2944
4324
|
},
|
|
2945
4325
|
{
|
|
2946
4326
|
"name": "webpackdashboard",
|
|
@@ -2956,10 +4336,13 @@
|
|
|
2956
4336
|
"maintainers": [
|
|
2957
4337
|
{
|
|
2958
4338
|
"name": "paulgv",
|
|
2959
|
-
"github": "paulgv"
|
|
2960
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4339
|
+
"github": "paulgv"
|
|
2961
4340
|
}
|
|
2962
|
-
]
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^2.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
2963
4346
|
},
|
|
2964
4347
|
{
|
|
2965
4348
|
"name": "webpackmonitor",
|
|
@@ -2976,10 +4359,43 @@
|
|
|
2976
4359
|
{
|
|
2977
4360
|
"name": "Pooya Parsa",
|
|
2978
4361
|
"github": "pi0",
|
|
2979
|
-
"twitter": "_pi0_"
|
|
2980
|
-
|
|
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"
|
|
2981
4397
|
}
|
|
2982
|
-
|
|
4398
|
+
}
|
|
2983
4399
|
},
|
|
2984
4400
|
{
|
|
2985
4401
|
"name": "winston-log",
|
|
@@ -2995,10 +4411,13 @@
|
|
|
2995
4411
|
"maintainers": [
|
|
2996
4412
|
{
|
|
2997
4413
|
"name": "aaronransley",
|
|
2998
|
-
"github": "aaronransley"
|
|
2999
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4414
|
+
"github": "aaronransley"
|
|
3000
4415
|
}
|
|
3001
|
-
]
|
|
4416
|
+
],
|
|
4417
|
+
"compatibility": {
|
|
4418
|
+
"nuxt": "^2.0.0",
|
|
4419
|
+
"requires": {}
|
|
4420
|
+
}
|
|
3002
4421
|
},
|
|
3003
4422
|
{
|
|
3004
4423
|
"name": "wp-nuxt",
|
|
@@ -3014,10 +4433,13 @@
|
|
|
3014
4433
|
"maintainers": [
|
|
3015
4434
|
{
|
|
3016
4435
|
"name": "yashha",
|
|
3017
|
-
"github": "yashha"
|
|
3018
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4436
|
+
"github": "yashha"
|
|
3019
4437
|
}
|
|
3020
|
-
]
|
|
4438
|
+
],
|
|
4439
|
+
"compatibility": {
|
|
4440
|
+
"nuxt": "^2.0.0",
|
|
4441
|
+
"requires": {}
|
|
4442
|
+
}
|
|
3021
4443
|
},
|
|
3022
4444
|
{
|
|
3023
4445
|
"name": "xhr-cache",
|
|
@@ -3033,10 +4455,13 @@
|
|
|
3033
4455
|
"maintainers": [
|
|
3034
4456
|
{
|
|
3035
4457
|
"name": "gaetansenn",
|
|
3036
|
-
"github": "gaetansenn"
|
|
3037
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4458
|
+
"github": "gaetansenn"
|
|
3038
4459
|
}
|
|
3039
|
-
]
|
|
4460
|
+
],
|
|
4461
|
+
"compatibility": {
|
|
4462
|
+
"nuxt": "^2.0.0",
|
|
4463
|
+
"requires": {}
|
|
4464
|
+
}
|
|
3040
4465
|
},
|
|
3041
4466
|
{
|
|
3042
4467
|
"name": "xui",
|
|
@@ -3052,18 +4477,22 @@
|
|
|
3052
4477
|
"maintainers": [
|
|
3053
4478
|
{
|
|
3054
4479
|
"name": "MetaCorp",
|
|
3055
|
-
"github": "MetaCorp"
|
|
3056
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4480
|
+
"github": "MetaCorp"
|
|
3057
4481
|
}
|
|
3058
|
-
]
|
|
4482
|
+
],
|
|
4483
|
+
"compatibility": {
|
|
4484
|
+
"nuxt": "^2.0.0",
|
|
4485
|
+
"requires": {}
|
|
4486
|
+
}
|
|
3059
4487
|
},
|
|
3060
4488
|
{
|
|
3061
4489
|
"name": "yandex-metrika",
|
|
3062
|
-
"
|
|
4490
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4491
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3063
4492
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3064
4493
|
"icon": "",
|
|
3065
|
-
"github": "https://github.com/nuxt-community/
|
|
3066
|
-
"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",
|
|
3067
4496
|
"learn_more": "https://metrica.yandex.com/about",
|
|
3068
4497
|
"category": "Analytics",
|
|
3069
4498
|
"type": "community",
|
|
@@ -3071,10 +4500,13 @@
|
|
|
3071
4500
|
{
|
|
3072
4501
|
"name": "Pooya Parsa",
|
|
3073
4502
|
"github": "pi0",
|
|
3074
|
-
"twitter": "_pi0_"
|
|
3075
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4503
|
+
"twitter": "_pi0_"
|
|
3076
4504
|
}
|
|
3077
|
-
]
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^2.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
3078
4510
|
},
|
|
3079
4511
|
{
|
|
3080
4512
|
"name": "zendesk",
|
|
@@ -3090,9 +4522,12 @@
|
|
|
3090
4522
|
"maintainers": [
|
|
3091
4523
|
{
|
|
3092
4524
|
"name": "DansMaCulotte",
|
|
3093
|
-
"github": "DansMaCulotte"
|
|
3094
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4525
|
+
"github": "DansMaCulotte"
|
|
3095
4526
|
}
|
|
3096
|
-
]
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^2.0.0",
|
|
4530
|
+
"requires": {}
|
|
4531
|
+
}
|
|
3097
4532
|
}
|
|
3098
4533
|
]
|