@nuxt/modules 0.5.0-5b4368 → 0.5.0-5fe5da
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/categories.json +21 -0
- package/{dist/modules.json → modules.json} +2152 -567
- package/package.json +2 -43
- package/LICENSE +0 -21
- package/README.md +0 -89
|
@@ -1,4 +1,80 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "ackee",
|
|
4
|
+
"description": "Nuxt.js module for Ackee analytics",
|
|
5
|
+
"repo": "bdrtsky/nuxt-ackee",
|
|
6
|
+
"npm": "nuxt-ackee",
|
|
7
|
+
"icon": "ackee.png",
|
|
8
|
+
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
|
+
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
10
|
+
"learn_more": "https://ackee.electerious.com",
|
|
11
|
+
"category": "Analytics",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "bdrtsky",
|
|
16
|
+
"github": "bdrtsky"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Sebastien Chopin",
|
|
20
|
+
"github": "Atinux",
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"2.x": "working",
|
|
26
|
+
"2.x-bridge": "unknown",
|
|
27
|
+
"3.x": "unknown"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "adyen",
|
|
32
|
+
"description": "Adyen Payment Module for Nuxt.js",
|
|
33
|
+
"repo": "baroshem/nuxt-adyen-module",
|
|
34
|
+
"npm": "nuxt-adyen-module",
|
|
35
|
+
"icon": "adyen.svg",
|
|
36
|
+
"github": "https://github.com/baroshem/nuxt-adyen-module",
|
|
37
|
+
"website": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
38
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
39
|
+
"category": "Payment",
|
|
40
|
+
"type": "3rd-party",
|
|
41
|
+
"maintainers": [
|
|
42
|
+
{
|
|
43
|
+
"name": "Jakub Andrzejewski",
|
|
44
|
+
"github": "Baroshem",
|
|
45
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"compatibility": {
|
|
49
|
+
"2.x": "working",
|
|
50
|
+
"2.x-bridge": "unknown",
|
|
51
|
+
"3.x": "unknown"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "agility-cms",
|
|
56
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
57
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
58
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
59
|
+
"icon": "agility.png",
|
|
60
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
61
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
62
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
63
|
+
"category": "CMS",
|
|
64
|
+
"type": "3rd-party",
|
|
65
|
+
"maintainers": [
|
|
66
|
+
{
|
|
67
|
+
"name": "Joel Varty",
|
|
68
|
+
"github": "joelvarty",
|
|
69
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"compatibility": {
|
|
73
|
+
"2.x": "working",
|
|
74
|
+
"2.x-bridge": "unknown",
|
|
75
|
+
"3.x": "unknown"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
2
78
|
{
|
|
3
79
|
"name": "alias",
|
|
4
80
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
@@ -8,15 +84,19 @@
|
|
|
8
84
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
9
85
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
10
86
|
"learn_more": "",
|
|
11
|
-
"category": "
|
|
87
|
+
"category": "Extensions",
|
|
12
88
|
"type": "3rd-party",
|
|
13
89
|
"maintainers": [
|
|
14
90
|
{
|
|
15
91
|
"name": "kdydesign",
|
|
16
|
-
"github": "kdydesign"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
92
|
+
"github": "kdydesign"
|
|
18
93
|
}
|
|
19
|
-
]
|
|
94
|
+
],
|
|
95
|
+
"compatibility": {
|
|
96
|
+
"2.x": "working",
|
|
97
|
+
"2.x-bridge": "unknown",
|
|
98
|
+
"3.x": "unknown"
|
|
99
|
+
}
|
|
20
100
|
},
|
|
21
101
|
{
|
|
22
102
|
"name": "amp",
|
|
@@ -33,10 +113,62 @@
|
|
|
33
113
|
{
|
|
34
114
|
"name": "Ahad Birang",
|
|
35
115
|
"github": "farnabaz",
|
|
36
|
-
"twitter": "a_birang"
|
|
37
|
-
|
|
116
|
+
"twitter": "a_birang"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"compatibility": {
|
|
120
|
+
"2.x": "working",
|
|
121
|
+
"2.x-bridge": "unknown",
|
|
122
|
+
"3.x": "unknown"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "animejs",
|
|
127
|
+
"description": "Anime.js module for Nuxt.js",
|
|
128
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
129
|
+
"npm": "nuxt-animejs",
|
|
130
|
+
"icon": "",
|
|
131
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
132
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
133
|
+
"learn_more": "",
|
|
134
|
+
"category": "Libraries",
|
|
135
|
+
"type": "3rd-party",
|
|
136
|
+
"maintainers": [
|
|
137
|
+
{
|
|
138
|
+
"name": "ivodolenc",
|
|
139
|
+
"github": "ivodolenc"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"compatibility": {
|
|
143
|
+
"2.x": "working",
|
|
144
|
+
"2.x-bridge": "unknown",
|
|
145
|
+
"3.x": "unknown"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "apis-to-file",
|
|
150
|
+
"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",
|
|
151
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
152
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"icon": "",
|
|
154
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
155
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
156
|
+
"learn_more": "",
|
|
157
|
+
"category": "Performance",
|
|
158
|
+
"type": "3rd-party",
|
|
159
|
+
"maintainers": [
|
|
160
|
+
{
|
|
161
|
+
"name": "Luca Iaconelli",
|
|
162
|
+
"github": "LuXDAmore",
|
|
163
|
+
"twitter": "luxdamore",
|
|
164
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
38
165
|
}
|
|
39
|
-
]
|
|
166
|
+
],
|
|
167
|
+
"compatibility": {
|
|
168
|
+
"2.x": "working",
|
|
169
|
+
"2.x-bridge": "unknown",
|
|
170
|
+
"3.x": "unknown"
|
|
171
|
+
}
|
|
40
172
|
},
|
|
41
173
|
{
|
|
42
174
|
"name": "apollo",
|
|
@@ -52,15 +184,18 @@
|
|
|
52
184
|
"maintainers": [
|
|
53
185
|
{
|
|
54
186
|
"name": "Lam Kieu",
|
|
55
|
-
"github": "kieusonlam"
|
|
56
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
187
|
+
"github": "kieusonlam"
|
|
57
188
|
},
|
|
58
189
|
{
|
|
59
190
|
"name": "Dominic Garms",
|
|
60
|
-
"github": "dohomi"
|
|
61
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
191
|
+
"github": "dohomi"
|
|
62
192
|
}
|
|
63
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"2.x": "working",
|
|
196
|
+
"2.x-bridge": "not-working",
|
|
197
|
+
"3.x": "not-working"
|
|
198
|
+
}
|
|
64
199
|
},
|
|
65
200
|
{
|
|
66
201
|
"name": "applicationinsights",
|
|
@@ -76,10 +211,37 @@
|
|
|
76
211
|
"maintainers": [
|
|
77
212
|
{
|
|
78
213
|
"name": "Dmitry Molotkov",
|
|
79
|
-
"github": "aldarund"
|
|
80
|
-
|
|
214
|
+
"github": "aldarund"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"compatibility": {
|
|
218
|
+
"2.x": "working",
|
|
219
|
+
"2.x-bridge": "unknown",
|
|
220
|
+
"3.x": "unknown"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "appwrite",
|
|
225
|
+
"description": "Appwrite module for Nuxt",
|
|
226
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
227
|
+
"npm": "nuxt-appwrite",
|
|
228
|
+
"icon": "appwrite.png",
|
|
229
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
230
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
231
|
+
"learn_more": "",
|
|
232
|
+
"category": "Request",
|
|
233
|
+
"type": "3rd-party",
|
|
234
|
+
"maintainers": [
|
|
235
|
+
{
|
|
236
|
+
"name": "Hrdtr",
|
|
237
|
+
"github": "Hrdtr"
|
|
81
238
|
}
|
|
82
|
-
]
|
|
239
|
+
],
|
|
240
|
+
"compatibility": {
|
|
241
|
+
"2.x": "working",
|
|
242
|
+
"2.x-bridge": "unknown",
|
|
243
|
+
"3.x": "unknown"
|
|
244
|
+
}
|
|
83
245
|
},
|
|
84
246
|
{
|
|
85
247
|
"name": "auth",
|
|
@@ -96,15 +258,18 @@
|
|
|
96
258
|
{
|
|
97
259
|
"name": "Pooya Parsa",
|
|
98
260
|
"github": "pi0",
|
|
99
|
-
"twitter": "_pi0_"
|
|
100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
261
|
+
"twitter": "_pi0_"
|
|
101
262
|
},
|
|
102
263
|
{
|
|
103
264
|
"name": "João Pedro Antunes Silva",
|
|
104
|
-
"github": "JoaoPedroAS51"
|
|
105
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
265
|
+
"github": "JoaoPedroAS51"
|
|
106
266
|
}
|
|
107
|
-
]
|
|
267
|
+
],
|
|
268
|
+
"compatibility": {
|
|
269
|
+
"2.x": "working",
|
|
270
|
+
"2.x-bridge": "wip",
|
|
271
|
+
"3.x": "wip"
|
|
272
|
+
}
|
|
108
273
|
},
|
|
109
274
|
{
|
|
110
275
|
"name": "axios",
|
|
@@ -121,10 +286,14 @@
|
|
|
121
286
|
{
|
|
122
287
|
"name": "Pooya Parsa",
|
|
123
288
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
289
|
+
"twitter": "_pi0_"
|
|
126
290
|
}
|
|
127
|
-
]
|
|
291
|
+
],
|
|
292
|
+
"compatibility": {
|
|
293
|
+
"2.x": "working",
|
|
294
|
+
"2.x-bridge": "working",
|
|
295
|
+
"3.x": "unknown"
|
|
296
|
+
}
|
|
128
297
|
},
|
|
129
298
|
{
|
|
130
299
|
"name": "basic-auth",
|
|
@@ -140,10 +309,38 @@
|
|
|
140
309
|
"maintainers": [
|
|
141
310
|
{
|
|
142
311
|
"name": "potato4d",
|
|
143
|
-
"github": "potato4d"
|
|
144
|
-
|
|
312
|
+
"github": "potato4d"
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"compatibility": {
|
|
316
|
+
"2.x": "working",
|
|
317
|
+
"2.x-bridge": "unknown",
|
|
318
|
+
"3.x": "unknown"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "bigcommerce",
|
|
323
|
+
"description": "Easy BigCommerce integration for Nuxt.js",
|
|
324
|
+
"repo": "baroshem/nuxt-bigcommerce",
|
|
325
|
+
"npm": "nuxt-bigcommerce",
|
|
326
|
+
"icon": "bigcommerce.svg",
|
|
327
|
+
"github": "https://github.com/baroshem/nuxt-bigcommerce",
|
|
328
|
+
"website": "https://nuxt-bigcommerce.vercel.app/",
|
|
329
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
|
|
330
|
+
"category": "Ecommerce",
|
|
331
|
+
"type": "3rd-party",
|
|
332
|
+
"maintainers": [
|
|
333
|
+
{
|
|
334
|
+
"name": "Jakub Andrzejewski",
|
|
335
|
+
"github": "Baroshem",
|
|
336
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
145
337
|
}
|
|
146
|
-
]
|
|
338
|
+
],
|
|
339
|
+
"compatibility": {
|
|
340
|
+
"2.x": "working",
|
|
341
|
+
"2.x-bridge": "unknown",
|
|
342
|
+
"3.x": "unknown"
|
|
343
|
+
}
|
|
147
344
|
},
|
|
148
345
|
{
|
|
149
346
|
"name": "bootstrap",
|
|
@@ -159,22 +356,24 @@
|
|
|
159
356
|
"maintainers": [
|
|
160
357
|
{
|
|
161
358
|
"name": "Troy Morehouse",
|
|
162
|
-
"github": "tmorehouse"
|
|
163
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
359
|
+
"github": "tmorehouse"
|
|
164
360
|
},
|
|
165
361
|
{
|
|
166
362
|
"name": "Pooya Parsa",
|
|
167
363
|
"github": "pi0",
|
|
168
|
-
"twitter": "_pi0_"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
364
|
+
"twitter": "_pi0_"
|
|
170
365
|
},
|
|
171
366
|
{
|
|
172
367
|
"name": "Jacob Müller",
|
|
173
368
|
"github": "jackmu95",
|
|
174
|
-
"twitter": "jackmu95"
|
|
175
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
369
|
+
"twitter": "jackmu95"
|
|
176
370
|
}
|
|
177
|
-
]
|
|
371
|
+
],
|
|
372
|
+
"compatibility": {
|
|
373
|
+
"2.x": "working",
|
|
374
|
+
"2.x-bridge": "unknown",
|
|
375
|
+
"3.x": "unknown"
|
|
376
|
+
}
|
|
178
377
|
},
|
|
179
378
|
{
|
|
180
379
|
"name": "browserconfig",
|
|
@@ -185,16 +384,20 @@
|
|
|
185
384
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
186
385
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
187
386
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
188
|
-
"category": "
|
|
387
|
+
"category": "Extensions",
|
|
189
388
|
"type": "community",
|
|
190
389
|
"maintainers": [
|
|
191
390
|
{
|
|
192
391
|
"name": "Pooya Parsa",
|
|
193
392
|
"github": "pi0",
|
|
194
|
-
"twitter": "_pi0_"
|
|
195
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
393
|
+
"twitter": "_pi0_"
|
|
196
394
|
}
|
|
197
|
-
]
|
|
395
|
+
],
|
|
396
|
+
"compatibility": {
|
|
397
|
+
"2.x": "working",
|
|
398
|
+
"2.x-bridge": "unknown",
|
|
399
|
+
"3.x": "unknown"
|
|
400
|
+
}
|
|
198
401
|
},
|
|
199
402
|
{
|
|
200
403
|
"name": "buefy",
|
|
@@ -210,10 +413,14 @@
|
|
|
210
413
|
"maintainers": [
|
|
211
414
|
{
|
|
212
415
|
"name": "Walter Tommasi",
|
|
213
|
-
"github": "jtommy"
|
|
214
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
416
|
+
"github": "jtommy"
|
|
215
417
|
}
|
|
216
|
-
]
|
|
418
|
+
],
|
|
419
|
+
"compatibility": {
|
|
420
|
+
"2.x": "working",
|
|
421
|
+
"2.x-bridge": "unknown",
|
|
422
|
+
"3.x": "unknown"
|
|
423
|
+
}
|
|
217
424
|
},
|
|
218
425
|
{
|
|
219
426
|
"name": "bugsnag",
|
|
@@ -229,10 +436,14 @@
|
|
|
229
436
|
"maintainers": [
|
|
230
437
|
{
|
|
231
438
|
"name": "JulianMar",
|
|
232
|
-
"github": "JulianMar"
|
|
233
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
439
|
+
"github": "JulianMar"
|
|
234
440
|
}
|
|
235
|
-
]
|
|
441
|
+
],
|
|
442
|
+
"compatibility": {
|
|
443
|
+
"2.x": "working",
|
|
444
|
+
"2.x-bridge": "unknown",
|
|
445
|
+
"3.x": "unknown"
|
|
446
|
+
}
|
|
236
447
|
},
|
|
237
448
|
{
|
|
238
449
|
"name": "bulma-slim",
|
|
@@ -248,10 +459,14 @@
|
|
|
248
459
|
"maintainers": [
|
|
249
460
|
{
|
|
250
461
|
"name": "mustardamus",
|
|
251
|
-
"github": "mustardamus"
|
|
252
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
462
|
+
"github": "mustardamus"
|
|
253
463
|
}
|
|
254
|
-
]
|
|
464
|
+
],
|
|
465
|
+
"compatibility": {
|
|
466
|
+
"2.x": "working",
|
|
467
|
+
"2.x-bridge": "unknown",
|
|
468
|
+
"3.x": "unknown"
|
|
469
|
+
}
|
|
255
470
|
},
|
|
256
471
|
{
|
|
257
472
|
"name": "bundle-buddy",
|
|
@@ -267,14 +482,18 @@
|
|
|
267
482
|
"maintainers": [
|
|
268
483
|
{
|
|
269
484
|
"name": "Developmint",
|
|
270
|
-
"github": "Developmint"
|
|
271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
485
|
+
"github": "Developmint"
|
|
272
486
|
}
|
|
273
|
-
]
|
|
487
|
+
],
|
|
488
|
+
"compatibility": {
|
|
489
|
+
"2.x": "working",
|
|
490
|
+
"2.x-bridge": "unknown",
|
|
491
|
+
"3.x": "unknown"
|
|
492
|
+
}
|
|
274
493
|
},
|
|
275
494
|
{
|
|
276
495
|
"name": "canvas-sketch",
|
|
277
|
-
"description": "Nuxt.js module for
|
|
496
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
278
497
|
"repo": "LuXDAmore/generative-art",
|
|
279
498
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
280
499
|
"icon": "",
|
|
@@ -285,11 +504,62 @@
|
|
|
285
504
|
"type": "3rd-party",
|
|
286
505
|
"maintainers": [
|
|
287
506
|
{
|
|
288
|
-
"name": "
|
|
507
|
+
"name": "Luca Iaconelli",
|
|
289
508
|
"github": "LuXDAmore",
|
|
290
|
-
"
|
|
509
|
+
"twitter": "luxdamore"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"compatibility": {
|
|
513
|
+
"2.x": "working",
|
|
514
|
+
"2.x-bridge": "unknown",
|
|
515
|
+
"3.x": "unknown"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "chakra-ui",
|
|
520
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
521
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
522
|
+
"npm": "@chakra-ui/nuxt",
|
|
523
|
+
"icon": "chakra-ui.png",
|
|
524
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
525
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
526
|
+
"learn_more": "",
|
|
527
|
+
"category": "UI",
|
|
528
|
+
"type": "3rd-party",
|
|
529
|
+
"maintainers": [
|
|
530
|
+
{
|
|
531
|
+
"name": "Jonathan Bakebwa",
|
|
532
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"compatibility": {
|
|
536
|
+
"2.x": "working",
|
|
537
|
+
"2.x-bridge": "unknown",
|
|
538
|
+
"3.x": "unknown"
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "chiffre",
|
|
543
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
544
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
545
|
+
"npm": "nuxt-chiffre",
|
|
546
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
547
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
548
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
549
|
+
"learn_more": "https://chiffre.io",
|
|
550
|
+
"category": "Analytics",
|
|
551
|
+
"type": "3rd-party",
|
|
552
|
+
"maintainers": [
|
|
553
|
+
{
|
|
554
|
+
"name": "Romain Clement",
|
|
555
|
+
"github": "rclement"
|
|
291
556
|
}
|
|
292
|
-
]
|
|
557
|
+
],
|
|
558
|
+
"compatibility": {
|
|
559
|
+
"2.x": "working",
|
|
560
|
+
"2.x-bridge": "unknown",
|
|
561
|
+
"3.x": "unknown"
|
|
562
|
+
}
|
|
293
563
|
},
|
|
294
564
|
{
|
|
295
565
|
"name": "client-init",
|
|
@@ -300,15 +570,19 @@
|
|
|
300
570
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
301
571
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
302
572
|
"learn_more": "",
|
|
303
|
-
"category": "
|
|
573
|
+
"category": "Extensions",
|
|
304
574
|
"type": "3rd-party",
|
|
305
575
|
"maintainers": [
|
|
306
576
|
{
|
|
307
577
|
"name": "potato4d",
|
|
308
|
-
"github": "potato4d"
|
|
309
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
578
|
+
"github": "potato4d"
|
|
310
579
|
}
|
|
311
|
-
]
|
|
580
|
+
],
|
|
581
|
+
"compatibility": {
|
|
582
|
+
"2.x": "working",
|
|
583
|
+
"2.x-bridge": "unknown",
|
|
584
|
+
"3.x": "unknown"
|
|
585
|
+
}
|
|
312
586
|
},
|
|
313
587
|
{
|
|
314
588
|
"name": "cloudcms",
|
|
@@ -324,10 +598,14 @@
|
|
|
324
598
|
"maintainers": [
|
|
325
599
|
{
|
|
326
600
|
"name": "gitana",
|
|
327
|
-
"github": "gitana"
|
|
328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
601
|
+
"github": "gitana"
|
|
329
602
|
}
|
|
330
|
-
]
|
|
603
|
+
],
|
|
604
|
+
"compatibility": {
|
|
605
|
+
"2.x": "working",
|
|
606
|
+
"2.x-bridge": "unknown",
|
|
607
|
+
"3.x": "unknown"
|
|
608
|
+
}
|
|
331
609
|
},
|
|
332
610
|
{
|
|
333
611
|
"name": "cloudinary",
|
|
@@ -344,10 +622,14 @@
|
|
|
344
622
|
{
|
|
345
623
|
"name": "Maya Shavin",
|
|
346
624
|
"github": "mayashavin",
|
|
347
|
-
"twitter": "MayaShavin"
|
|
348
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
625
|
+
"twitter": "MayaShavin"
|
|
349
626
|
}
|
|
350
|
-
]
|
|
627
|
+
],
|
|
628
|
+
"compatibility": {
|
|
629
|
+
"2.x": "working",
|
|
630
|
+
"2.x-bridge": "unknown",
|
|
631
|
+
"3.x": "not-working"
|
|
632
|
+
}
|
|
351
633
|
},
|
|
352
634
|
{
|
|
353
635
|
"name": "color-mode",
|
|
@@ -356,7 +638,7 @@
|
|
|
356
638
|
"npm": "@nuxtjs/color-mode",
|
|
357
639
|
"icon": "color-mode.png",
|
|
358
640
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
359
|
-
"website": "https://
|
|
641
|
+
"website": "https://color-mode.nuxtjs.org",
|
|
360
642
|
"learn_more": "",
|
|
361
643
|
"category": "UI",
|
|
362
644
|
"type": "community",
|
|
@@ -364,19 +646,23 @@
|
|
|
364
646
|
{
|
|
365
647
|
"name": "Sébastien Chopin",
|
|
366
648
|
"github": "Atinux",
|
|
367
|
-
"twitter": "Atinux"
|
|
368
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
649
|
+
"twitter": "Atinux"
|
|
369
650
|
}
|
|
370
|
-
]
|
|
651
|
+
],
|
|
652
|
+
"compatibility": {
|
|
653
|
+
"2.x": "working",
|
|
654
|
+
"2.x-bridge": "working",
|
|
655
|
+
"3.x": "unknown"
|
|
656
|
+
}
|
|
371
657
|
},
|
|
372
658
|
{
|
|
373
659
|
"name": "component-cache",
|
|
374
660
|
"description": "LRU component cache for vue components",
|
|
375
|
-
"repo": "nuxt-community/
|
|
661
|
+
"repo": "nuxt-community/component-cache-module",
|
|
376
662
|
"npm": "@nuxtjs/component-cache",
|
|
377
663
|
"icon": "",
|
|
378
|
-
"github": "https://github.com/nuxt-community/
|
|
379
|
-
"website": "https://github.com/nuxt-community/
|
|
664
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
665
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
380
666
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
381
667
|
"category": "Performance",
|
|
382
668
|
"type": "community",
|
|
@@ -384,35 +670,14 @@
|
|
|
384
670
|
{
|
|
385
671
|
"name": "Pooya Parsa",
|
|
386
672
|
"github": "pi0",
|
|
387
|
-
"twitter": "_pi0_"
|
|
388
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"name": "components",
|
|
394
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
395
|
-
"repo": "nuxt/components",
|
|
396
|
-
"npm": "@nuxt/components",
|
|
397
|
-
"icon": "nuxt-components.svg",
|
|
398
|
-
"github": "https://github.com/nuxt/components",
|
|
399
|
-
"website": "https://github.com/nuxt/components",
|
|
400
|
-
"learn_more": "",
|
|
401
|
-
"category": "UI",
|
|
402
|
-
"type": "official",
|
|
403
|
-
"maintainers": [
|
|
404
|
-
{
|
|
405
|
-
"name": "Kevin Marrec",
|
|
406
|
-
"github": "kevinmarrec",
|
|
407
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "Pooya Parsa",
|
|
411
|
-
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_",
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
673
|
+
"twitter": "_pi0_"
|
|
414
674
|
}
|
|
415
|
-
]
|
|
675
|
+
],
|
|
676
|
+
"compatibility": {
|
|
677
|
+
"2.x": "working",
|
|
678
|
+
"2.x-bridge": "unknown",
|
|
679
|
+
"3.x": "unknown"
|
|
680
|
+
}
|
|
416
681
|
},
|
|
417
682
|
{
|
|
418
683
|
"name": "composition-api",
|
|
@@ -421,18 +686,22 @@
|
|
|
421
686
|
"npm": "@nuxtjs/composition-api",
|
|
422
687
|
"icon": "composition-api.svg",
|
|
423
688
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
424
|
-
"website": "https://
|
|
689
|
+
"website": "https://composition-api.nuxtjs.org",
|
|
425
690
|
"learn_more": "",
|
|
426
|
-
"category": "
|
|
691
|
+
"category": "Extensions",
|
|
427
692
|
"type": "community",
|
|
428
693
|
"maintainers": [
|
|
429
694
|
{
|
|
430
695
|
"name": "Daniel Roe",
|
|
431
696
|
"github": "danielroe",
|
|
432
|
-
"twitter": "danielcroe"
|
|
433
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
697
|
+
"twitter": "danielcroe"
|
|
434
698
|
}
|
|
435
|
-
]
|
|
699
|
+
],
|
|
700
|
+
"compatibility": {
|
|
701
|
+
"2.x": "working",
|
|
702
|
+
"2.x-bridge": "unknown",
|
|
703
|
+
"3.x": "unknown"
|
|
704
|
+
}
|
|
436
705
|
},
|
|
437
706
|
{
|
|
438
707
|
"name": "content",
|
|
@@ -449,16 +718,19 @@
|
|
|
449
718
|
{
|
|
450
719
|
"name": "Benjamin Canac",
|
|
451
720
|
"github": "benjamincanac",
|
|
452
|
-
"twitter": "benjamincanac"
|
|
453
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
721
|
+
"twitter": "benjamincanac"
|
|
454
722
|
},
|
|
455
723
|
{
|
|
456
724
|
"name": "Sebastien Chopin",
|
|
457
725
|
"github": "Atinux",
|
|
458
|
-
"twitter": "Atinux"
|
|
459
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
726
|
+
"twitter": "Atinux"
|
|
460
727
|
}
|
|
461
|
-
]
|
|
728
|
+
],
|
|
729
|
+
"compatibility": {
|
|
730
|
+
"2.x": "working",
|
|
731
|
+
"2.x-bridge": "not-working",
|
|
732
|
+
"3.x": "not-working"
|
|
733
|
+
}
|
|
462
734
|
},
|
|
463
735
|
{
|
|
464
736
|
"name": "contentful",
|
|
@@ -474,34 +746,64 @@
|
|
|
474
746
|
"maintainers": [
|
|
475
747
|
{
|
|
476
748
|
"name": "scaccogatto",
|
|
477
|
-
"github": "scaccogatto"
|
|
478
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
749
|
+
"github": "scaccogatto"
|
|
479
750
|
}
|
|
480
|
-
]
|
|
751
|
+
],
|
|
752
|
+
"compatibility": {
|
|
753
|
+
"2.x": "working",
|
|
754
|
+
"2.x-bridge": "unknown",
|
|
755
|
+
"3.x": "unknown"
|
|
756
|
+
}
|
|
481
757
|
},
|
|
482
758
|
{
|
|
483
759
|
"name": "custom-elements",
|
|
484
760
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
485
761
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
486
762
|
"npm": "nuxt-custom-elements",
|
|
487
|
-
"icon": "",
|
|
763
|
+
"icon": "custom-elements.png",
|
|
488
764
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
489
|
-
"website": "https://
|
|
765
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
490
766
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
491
|
-
"category": "
|
|
767
|
+
"category": "Extensions",
|
|
492
768
|
"type": "3rd-party",
|
|
493
769
|
"maintainers": [
|
|
494
770
|
{
|
|
495
771
|
"name": "Thorn Walli",
|
|
496
|
-
"github": "ThornWalli"
|
|
497
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
772
|
+
"github": "ThornWalli"
|
|
498
773
|
},
|
|
499
774
|
{
|
|
500
775
|
"name": "GrabarzUndPartner",
|
|
501
|
-
"github": "GrabarzUndPartner"
|
|
502
|
-
|
|
776
|
+
"github": "GrabarzUndPartner"
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"compatibility": {
|
|
780
|
+
"2.x": "working",
|
|
781
|
+
"2.x-bridge": "unknown",
|
|
782
|
+
"3.x": "unknown"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "darkmode.js",
|
|
787
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
788
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
789
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
790
|
+
"icon": "darkmode.png",
|
|
791
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
792
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
793
|
+
"learn_more": "",
|
|
794
|
+
"category": "UI",
|
|
795
|
+
"type": "3rd-party",
|
|
796
|
+
"maintainers": [
|
|
797
|
+
{
|
|
798
|
+
"name": "sandoche",
|
|
799
|
+
"github": "sandoche"
|
|
503
800
|
}
|
|
504
|
-
]
|
|
801
|
+
],
|
|
802
|
+
"compatibility": {
|
|
803
|
+
"2.x": "working",
|
|
804
|
+
"2.x-bridge": "unknown",
|
|
805
|
+
"3.x": "unknown"
|
|
806
|
+
}
|
|
505
807
|
},
|
|
506
808
|
{
|
|
507
809
|
"name": "date-fns",
|
|
@@ -517,10 +819,14 @@
|
|
|
517
819
|
"maintainers": [
|
|
518
820
|
{
|
|
519
821
|
"name": "Ricardo Gobbo de Souza",
|
|
520
|
-
"github": "ricardogobbosouza"
|
|
521
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
822
|
+
"github": "ricardogobbosouza"
|
|
522
823
|
}
|
|
523
|
-
]
|
|
824
|
+
],
|
|
825
|
+
"compatibility": {
|
|
826
|
+
"2.x": "working",
|
|
827
|
+
"2.x-bridge": "wip",
|
|
828
|
+
"3.x": "wip"
|
|
829
|
+
}
|
|
524
830
|
},
|
|
525
831
|
{
|
|
526
832
|
"name": "dayjs",
|
|
@@ -537,10 +843,14 @@
|
|
|
537
843
|
{
|
|
538
844
|
"name": "Takuma HANATANI",
|
|
539
845
|
"github": "potato4d",
|
|
540
|
-
"twitter": "potato4d"
|
|
541
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
846
|
+
"twitter": "potato4d"
|
|
542
847
|
}
|
|
543
|
-
]
|
|
848
|
+
],
|
|
849
|
+
"compatibility": {
|
|
850
|
+
"2.x": "working",
|
|
851
|
+
"2.x-bridge": "unknown",
|
|
852
|
+
"3.x": "unknown"
|
|
853
|
+
}
|
|
544
854
|
},
|
|
545
855
|
{
|
|
546
856
|
"name": "device",
|
|
@@ -551,15 +861,19 @@
|
|
|
551
861
|
"github": "https://github.com/nuxt-community/device-module",
|
|
552
862
|
"website": "https://github.com/nuxt-community/device-module",
|
|
553
863
|
"learn_more": "",
|
|
554
|
-
"category": "
|
|
864
|
+
"category": "Extensions",
|
|
555
865
|
"type": "community",
|
|
556
866
|
"maintainers": [
|
|
557
867
|
{
|
|
558
868
|
"name": "Shinji Yamada",
|
|
559
|
-
"github": "dotneet"
|
|
560
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
869
|
+
"github": "dotneet"
|
|
561
870
|
}
|
|
562
|
-
]
|
|
871
|
+
],
|
|
872
|
+
"compatibility": {
|
|
873
|
+
"2.x": "working",
|
|
874
|
+
"2.x-bridge": "unknown",
|
|
875
|
+
"3.x": "unknown"
|
|
876
|
+
}
|
|
563
877
|
},
|
|
564
878
|
{
|
|
565
879
|
"name": "dotenv",
|
|
@@ -570,15 +884,76 @@
|
|
|
570
884
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
571
885
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
572
886
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
573
|
-
"category": "
|
|
887
|
+
"category": "Extensions",
|
|
574
888
|
"type": "community",
|
|
575
889
|
"maintainers": [
|
|
576
890
|
{
|
|
577
891
|
"name": "Julien Tant",
|
|
578
|
-
"github": "JulienTant"
|
|
579
|
-
|
|
892
|
+
"github": "JulienTant"
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"compatibility": {
|
|
896
|
+
"2.x": "working",
|
|
897
|
+
"2.x-bridge": "unknown",
|
|
898
|
+
"3.x": "unknown"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "drupal-ce",
|
|
903
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
904
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
905
|
+
"npm": "nuxtjs-drupal-ce",
|
|
906
|
+
"icon": "drupal-ce.png",
|
|
907
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
908
|
+
"website": "https://stack.lupus.digital",
|
|
909
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
910
|
+
"category": "CMS",
|
|
911
|
+
"type": "3rd-party",
|
|
912
|
+
"maintainers": [
|
|
913
|
+
{
|
|
914
|
+
"name": "Wolfgang Ziegler // fago",
|
|
915
|
+
"github": "fago",
|
|
916
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "Maximilian Götz-Mikus",
|
|
920
|
+
"github": "maximilianmikus",
|
|
921
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "David Licen",
|
|
925
|
+
"github": "davision",
|
|
926
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"compatibility": {
|
|
930
|
+
"2.x": "working",
|
|
931
|
+
"2.x-bridge": "unknown",
|
|
932
|
+
"3.x": "unknown"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "druxt",
|
|
937
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
938
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
939
|
+
"npm": "druxt",
|
|
940
|
+
"icon": "druxt.svg",
|
|
941
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
942
|
+
"website": "https://druxtjs.org",
|
|
943
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
944
|
+
"category": "CMS",
|
|
945
|
+
"type": "3rd-party",
|
|
946
|
+
"maintainers": [
|
|
947
|
+
{
|
|
948
|
+
"name": "Decipher",
|
|
949
|
+
"github": "decipher"
|
|
580
950
|
}
|
|
581
|
-
]
|
|
951
|
+
],
|
|
952
|
+
"compatibility": {
|
|
953
|
+
"2.x": "working",
|
|
954
|
+
"2.x-bridge": "unknown",
|
|
955
|
+
"3.x": "unknown"
|
|
956
|
+
}
|
|
582
957
|
},
|
|
583
958
|
{
|
|
584
959
|
"name": "emotion",
|
|
@@ -589,16 +964,20 @@
|
|
|
589
964
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
590
965
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
591
966
|
"learn_more": "https://emotion.sh/",
|
|
592
|
-
"category": "
|
|
967
|
+
"category": "Extensions",
|
|
593
968
|
"type": "community",
|
|
594
969
|
"maintainers": [
|
|
595
970
|
{
|
|
596
971
|
"name": "Pooya Parsa",
|
|
597
972
|
"github": "pi0",
|
|
598
|
-
"twitter": "_pi0_"
|
|
599
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
973
|
+
"twitter": "_pi0_"
|
|
600
974
|
}
|
|
601
|
-
]
|
|
975
|
+
],
|
|
976
|
+
"compatibility": {
|
|
977
|
+
"2.x": "working",
|
|
978
|
+
"2.x-bridge": "unknown",
|
|
979
|
+
"3.x": "unknown"
|
|
980
|
+
}
|
|
602
981
|
},
|
|
603
982
|
{
|
|
604
983
|
"name": "eslint",
|
|
@@ -614,10 +993,14 @@
|
|
|
614
993
|
"maintainers": [
|
|
615
994
|
{
|
|
616
995
|
"name": "Ricardo Gobbo de Souza",
|
|
617
|
-
"github": "ricardogobbosouza"
|
|
618
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
996
|
+
"github": "ricardogobbosouza"
|
|
619
997
|
}
|
|
620
|
-
]
|
|
998
|
+
],
|
|
999
|
+
"compatibility": {
|
|
1000
|
+
"2.x": "working",
|
|
1001
|
+
"2.x-bridge": "unknown",
|
|
1002
|
+
"3.x": "unknown"
|
|
1003
|
+
}
|
|
621
1004
|
},
|
|
622
1005
|
{
|
|
623
1006
|
"name": "event-trace",
|
|
@@ -633,10 +1016,37 @@
|
|
|
633
1016
|
"maintainers": [
|
|
634
1017
|
{
|
|
635
1018
|
"name": "Xin Du",
|
|
636
|
-
"github": "clarkdo"
|
|
637
|
-
|
|
1019
|
+
"github": "clarkdo"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"compatibility": {
|
|
1023
|
+
"2.x": "working",
|
|
1024
|
+
"2.x-bridge": "unknown",
|
|
1025
|
+
"3.x": "unknown"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "fathom",
|
|
1030
|
+
"description": "Fathom analytics for Nuxt",
|
|
1031
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1032
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1033
|
+
"icon": "fathom.png",
|
|
1034
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1035
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1036
|
+
"learn_more": "https://usefathom.com/",
|
|
1037
|
+
"category": "Analytics",
|
|
1038
|
+
"type": "3rd-party",
|
|
1039
|
+
"maintainers": [
|
|
1040
|
+
{
|
|
1041
|
+
"name": "yabhq",
|
|
1042
|
+
"github": "yabhq"
|
|
638
1043
|
}
|
|
639
|
-
]
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"2.x": "working",
|
|
1047
|
+
"2.x-bridge": "unknown",
|
|
1048
|
+
"3.x": "unknown"
|
|
1049
|
+
}
|
|
640
1050
|
},
|
|
641
1051
|
{
|
|
642
1052
|
"name": "feature-toggle",
|
|
@@ -647,15 +1057,19 @@
|
|
|
647
1057
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
648
1058
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
649
1059
|
"learn_more": "",
|
|
650
|
-
"category": "
|
|
1060
|
+
"category": "Extensions",
|
|
651
1061
|
"type": "3rd-party",
|
|
652
1062
|
"maintainers": [
|
|
653
1063
|
{
|
|
654
1064
|
"name": "stephenkr",
|
|
655
|
-
"github": "stephenkr"
|
|
656
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1065
|
+
"github": "stephenkr"
|
|
657
1066
|
}
|
|
658
|
-
]
|
|
1067
|
+
],
|
|
1068
|
+
"compatibility": {
|
|
1069
|
+
"2.x": "working",
|
|
1070
|
+
"2.x-bridge": "unknown",
|
|
1071
|
+
"3.x": "unknown"
|
|
1072
|
+
}
|
|
659
1073
|
},
|
|
660
1074
|
{
|
|
661
1075
|
"name": "feed",
|
|
@@ -672,29 +1086,60 @@
|
|
|
672
1086
|
{
|
|
673
1087
|
"name": "Alexander Lichter",
|
|
674
1088
|
"github": "manniL",
|
|
675
|
-
"twitter": "TheAlexLichter"
|
|
676
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1089
|
+
"twitter": "TheAlexLichter"
|
|
677
1090
|
}
|
|
678
|
-
]
|
|
1091
|
+
],
|
|
1092
|
+
"compatibility": {
|
|
1093
|
+
"2.x": "working",
|
|
1094
|
+
"2.x-bridge": "unknown",
|
|
1095
|
+
"3.x": "unknown"
|
|
1096
|
+
}
|
|
679
1097
|
},
|
|
680
1098
|
{
|
|
681
1099
|
"name": "firebase",
|
|
682
|
-
"description": "
|
|
1100
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
683
1101
|
"repo": "nuxt-community/firebase-module",
|
|
684
1102
|
"npm": "@nuxtjs/firebase",
|
|
685
1103
|
"icon": "firebase.png",
|
|
686
1104
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
687
|
-
"website": "https://
|
|
1105
|
+
"website": "https://firebase.nuxtjs.org",
|
|
688
1106
|
"learn_more": "https://firebase.google.com/",
|
|
689
1107
|
"category": "Database",
|
|
690
1108
|
"type": "community",
|
|
691
1109
|
"maintainers": [
|
|
692
1110
|
{
|
|
693
1111
|
"name": "Pascal Luther",
|
|
694
|
-
"github": "lupas"
|
|
695
|
-
|
|
1112
|
+
"github": "lupas"
|
|
1113
|
+
}
|
|
1114
|
+
],
|
|
1115
|
+
"compatibility": {
|
|
1116
|
+
"2.x": "working",
|
|
1117
|
+
"2.x-bridge": "unknown",
|
|
1118
|
+
"3.x": "unknown"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "floating-prompt-module",
|
|
1123
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1124
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1125
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1126
|
+
"icon": "",
|
|
1127
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1128
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1129
|
+
"learn_more": "",
|
|
1130
|
+
"category": "Libraries",
|
|
1131
|
+
"type": "3rd-party",
|
|
1132
|
+
"maintainers": [
|
|
1133
|
+
{
|
|
1134
|
+
"name": "sandoche",
|
|
1135
|
+
"github": "sandoche"
|
|
696
1136
|
}
|
|
697
|
-
]
|
|
1137
|
+
],
|
|
1138
|
+
"compatibility": {
|
|
1139
|
+
"2.x": "working",
|
|
1140
|
+
"2.x-bridge": "unknown",
|
|
1141
|
+
"3.x": "unknown"
|
|
1142
|
+
}
|
|
698
1143
|
},
|
|
699
1144
|
{
|
|
700
1145
|
"name": "font-loader-strategy",
|
|
@@ -710,10 +1155,37 @@
|
|
|
710
1155
|
"maintainers": [
|
|
711
1156
|
{
|
|
712
1157
|
"name": "GrabarzUndPartner",
|
|
713
|
-
"github": "GrabarzUndPartner"
|
|
714
|
-
|
|
1158
|
+
"github": "GrabarzUndPartner"
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
1161
|
+
"compatibility": {
|
|
1162
|
+
"2.x": "working",
|
|
1163
|
+
"2.x-bridge": "unknown",
|
|
1164
|
+
"3.x": "unknown"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "fontagon",
|
|
1169
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1170
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1171
|
+
"npm": "nuxt-fontagon",
|
|
1172
|
+
"icon": "fontagon.png",
|
|
1173
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1174
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1175
|
+
"learn_more": "",
|
|
1176
|
+
"category": "Libraries",
|
|
1177
|
+
"type": "3rd-party",
|
|
1178
|
+
"maintainers": [
|
|
1179
|
+
{
|
|
1180
|
+
"name": "kdydesign",
|
|
1181
|
+
"github": "kdydesign"
|
|
715
1182
|
}
|
|
716
|
-
]
|
|
1183
|
+
],
|
|
1184
|
+
"compatibility": {
|
|
1185
|
+
"2.x": "working",
|
|
1186
|
+
"2.x-bridge": "unknown",
|
|
1187
|
+
"3.x": "unknown"
|
|
1188
|
+
}
|
|
717
1189
|
},
|
|
718
1190
|
{
|
|
719
1191
|
"name": "fontawesome",
|
|
@@ -729,10 +1201,14 @@
|
|
|
729
1201
|
"maintainers": [
|
|
730
1202
|
{
|
|
731
1203
|
"name": "Pim",
|
|
732
|
-
"github": "pimlie"
|
|
733
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1204
|
+
"github": "pimlie"
|
|
734
1205
|
}
|
|
735
|
-
]
|
|
1206
|
+
],
|
|
1207
|
+
"compatibility": {
|
|
1208
|
+
"2.x": "working",
|
|
1209
|
+
"2.x-bridge": "unknown",
|
|
1210
|
+
"3.x": "unknown"
|
|
1211
|
+
}
|
|
736
1212
|
},
|
|
737
1213
|
{
|
|
738
1214
|
"name": "fullpage",
|
|
@@ -748,10 +1224,37 @@
|
|
|
748
1224
|
"maintainers": [
|
|
749
1225
|
{
|
|
750
1226
|
"name": "vaso2",
|
|
751
|
-
"github": "vaso2"
|
|
752
|
-
|
|
1227
|
+
"github": "vaso2"
|
|
1228
|
+
}
|
|
1229
|
+
],
|
|
1230
|
+
"compatibility": {
|
|
1231
|
+
"2.x": "working",
|
|
1232
|
+
"2.x-bridge": "unknown",
|
|
1233
|
+
"3.x": "unknown"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "github-api",
|
|
1238
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1239
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1240
|
+
"npm": "nuxt-github-api",
|
|
1241
|
+
"icon": "github.svg",
|
|
1242
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1243
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1244
|
+
"learn_more": "",
|
|
1245
|
+
"category": "Request",
|
|
1246
|
+
"type": "3rd-party",
|
|
1247
|
+
"maintainers": [
|
|
1248
|
+
{
|
|
1249
|
+
"name": "lindsaykwardell",
|
|
1250
|
+
"github": "lindsaykwardell"
|
|
753
1251
|
}
|
|
754
|
-
]
|
|
1252
|
+
],
|
|
1253
|
+
"compatibility": {
|
|
1254
|
+
"2.x": "working",
|
|
1255
|
+
"2.x-bridge": "unknown",
|
|
1256
|
+
"3.x": "unknown"
|
|
1257
|
+
}
|
|
755
1258
|
},
|
|
756
1259
|
{
|
|
757
1260
|
"name": "google-adsense",
|
|
@@ -767,10 +1270,14 @@
|
|
|
767
1270
|
"maintainers": [
|
|
768
1271
|
{
|
|
769
1272
|
"name": "Troy Morehouse",
|
|
770
|
-
"github": "tmorehouse"
|
|
771
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1273
|
+
"github": "tmorehouse"
|
|
772
1274
|
}
|
|
773
|
-
]
|
|
1275
|
+
],
|
|
1276
|
+
"compatibility": {
|
|
1277
|
+
"2.x": "working",
|
|
1278
|
+
"2.x-bridge": "unknown",
|
|
1279
|
+
"3.x": "unknown"
|
|
1280
|
+
}
|
|
774
1281
|
},
|
|
775
1282
|
{
|
|
776
1283
|
"name": "google-analytics",
|
|
@@ -779,7 +1286,7 @@
|
|
|
779
1286
|
"npm": "@nuxtjs/google-analytics",
|
|
780
1287
|
"icon": "google-analytics.png",
|
|
781
1288
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
782
|
-
"website": "https://
|
|
1289
|
+
"website": "https://google-analytics.nuxtjs.org",
|
|
783
1290
|
"learn_more": "https://marketingplatform.google.com/about/analytics/",
|
|
784
1291
|
"category": "Analytics",
|
|
785
1292
|
"type": "community",
|
|
@@ -787,28 +1294,30 @@
|
|
|
787
1294
|
{
|
|
788
1295
|
"name": "Pooya Parsa",
|
|
789
1296
|
"github": "pi0",
|
|
790
|
-
"twitter": "_pi0_"
|
|
791
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1297
|
+
"twitter": "_pi0_"
|
|
792
1298
|
},
|
|
793
1299
|
{
|
|
794
1300
|
"name": "Ricardo Gobbo de Souza",
|
|
795
|
-
"github": "ricardogobbosouza"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1301
|
+
"github": "ricardogobbosouza"
|
|
797
1302
|
},
|
|
798
1303
|
{
|
|
799
1304
|
"name": "Matteo Gabriele",
|
|
800
1305
|
"github": "MatteoGabriele",
|
|
801
|
-
"twitter": "matteo_gabriele"
|
|
802
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1306
|
+
"twitter": "matteo_gabriele"
|
|
803
1307
|
}
|
|
804
|
-
]
|
|
1308
|
+
],
|
|
1309
|
+
"compatibility": {
|
|
1310
|
+
"2.x": "working",
|
|
1311
|
+
"2.x-bridge": "unknown",
|
|
1312
|
+
"3.x": "unknown"
|
|
1313
|
+
}
|
|
805
1314
|
},
|
|
806
1315
|
{
|
|
807
1316
|
"name": "google-fonts",
|
|
808
1317
|
"description": "Google Fonts module for NuxtJS",
|
|
809
1318
|
"repo": "nuxt-community/google-fonts-module",
|
|
810
1319
|
"npm": "@nuxtjs/google-fonts",
|
|
811
|
-
"icon": "google-fonts.
|
|
1320
|
+
"icon": "google-fonts.png",
|
|
812
1321
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
813
1322
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
814
1323
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -817,10 +1326,14 @@
|
|
|
817
1326
|
"maintainers": [
|
|
818
1327
|
{
|
|
819
1328
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1329
|
+
"github": "ricardogobbosouza"
|
|
822
1330
|
}
|
|
823
|
-
]
|
|
1331
|
+
],
|
|
1332
|
+
"compatibility": {
|
|
1333
|
+
"2.x": "working",
|
|
1334
|
+
"2.x-bridge": "unknown",
|
|
1335
|
+
"3.x": "unknown"
|
|
1336
|
+
}
|
|
824
1337
|
},
|
|
825
1338
|
{
|
|
826
1339
|
"name": "google-gtag",
|
|
@@ -836,15 +1349,18 @@
|
|
|
836
1349
|
"maintainers": [
|
|
837
1350
|
{
|
|
838
1351
|
"name": "Dominic Garms",
|
|
839
|
-
"github": "dohomi"
|
|
840
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1352
|
+
"github": "dohomi"
|
|
841
1353
|
},
|
|
842
1354
|
{
|
|
843
1355
|
"name": "Ricardo Gobbo de Souza",
|
|
844
|
-
"github": "ricardogobbosouza"
|
|
845
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1356
|
+
"github": "ricardogobbosouza"
|
|
846
1357
|
}
|
|
847
|
-
]
|
|
1358
|
+
],
|
|
1359
|
+
"compatibility": {
|
|
1360
|
+
"2.x": "working",
|
|
1361
|
+
"2.x-bridge": "unknown",
|
|
1362
|
+
"3.x": "unknown"
|
|
1363
|
+
}
|
|
848
1364
|
},
|
|
849
1365
|
{
|
|
850
1366
|
"name": "google-optimize",
|
|
@@ -861,22 +1377,47 @@
|
|
|
861
1377
|
{
|
|
862
1378
|
"name": "Pooya Parsa",
|
|
863
1379
|
"github": "pi0",
|
|
864
|
-
"twitter": "_pi0_"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1380
|
+
"twitter": "_pi0_"
|
|
866
1381
|
},
|
|
867
1382
|
{
|
|
868
1383
|
"name": "Farzad Soltani",
|
|
869
1384
|
"github": "farzadso",
|
|
870
|
-
"twitter": "farzadso"
|
|
871
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1385
|
+
"twitter": "farzadso"
|
|
872
1386
|
},
|
|
873
1387
|
{
|
|
874
1388
|
"name": "Josh Deltener",
|
|
875
1389
|
"github": "hecktarzuli",
|
|
876
|
-
"twitter": "JoshDeltener"
|
|
877
|
-
|
|
1390
|
+
"twitter": "JoshDeltener"
|
|
1391
|
+
}
|
|
1392
|
+
],
|
|
1393
|
+
"compatibility": {
|
|
1394
|
+
"2.x": "working",
|
|
1395
|
+
"2.x-bridge": "unknown",
|
|
1396
|
+
"3.x": "unknown"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "graphql-request",
|
|
1401
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1402
|
+
"repo": "gomah/nuxt-graphql-request",
|
|
1403
|
+
"npm": "nuxt-graphql-request",
|
|
1404
|
+
"icon": "graphql-request.png",
|
|
1405
|
+
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1406
|
+
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
1407
|
+
"learn_more": "",
|
|
1408
|
+
"category": "Request",
|
|
1409
|
+
"type": "3rd-party",
|
|
1410
|
+
"maintainers": [
|
|
1411
|
+
{
|
|
1412
|
+
"name": "gomah",
|
|
1413
|
+
"github": "gomah"
|
|
878
1414
|
}
|
|
879
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"compatibility": {
|
|
1417
|
+
"2.x": "working",
|
|
1418
|
+
"2.x-bridge": "unknown",
|
|
1419
|
+
"3.x": "unknown"
|
|
1420
|
+
}
|
|
880
1421
|
},
|
|
881
1422
|
{
|
|
882
1423
|
"name": "gtm",
|
|
@@ -893,10 +1434,14 @@
|
|
|
893
1434
|
{
|
|
894
1435
|
"name": "Pooya Parsa",
|
|
895
1436
|
"github": "pi0",
|
|
896
|
-
"twitter": "_pi0_"
|
|
897
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1437
|
+
"twitter": "_pi0_"
|
|
898
1438
|
}
|
|
899
|
-
]
|
|
1439
|
+
],
|
|
1440
|
+
"compatibility": {
|
|
1441
|
+
"2.x": "working",
|
|
1442
|
+
"2.x-bridge": "unknown",
|
|
1443
|
+
"3.x": "unknown"
|
|
1444
|
+
}
|
|
900
1445
|
},
|
|
901
1446
|
{
|
|
902
1447
|
"name": "guess",
|
|
@@ -912,10 +1457,38 @@
|
|
|
912
1457
|
"maintainers": [
|
|
913
1458
|
{
|
|
914
1459
|
"name": "Xin Du",
|
|
915
|
-
"github": "clarkdo"
|
|
916
|
-
|
|
1460
|
+
"github": "clarkdo"
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"compatibility": {
|
|
1464
|
+
"2.x": "working",
|
|
1465
|
+
"2.x-bridge": "unknown",
|
|
1466
|
+
"3.x": "unknown"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "headway",
|
|
1471
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1472
|
+
"repo": "l-portet/nuxt-headway",
|
|
1473
|
+
"npm": "nuxt-headway",
|
|
1474
|
+
"icon": "headway.png",
|
|
1475
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1476
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1477
|
+
"learn_more": "https://headwayapp.co/",
|
|
1478
|
+
"category": "UI",
|
|
1479
|
+
"type": "3rd-party",
|
|
1480
|
+
"maintainers": [
|
|
1481
|
+
{
|
|
1482
|
+
"name": "l-portet",
|
|
1483
|
+
"github": "l-portet",
|
|
1484
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
917
1485
|
}
|
|
918
|
-
]
|
|
1486
|
+
],
|
|
1487
|
+
"compatibility": {
|
|
1488
|
+
"2.x": "working",
|
|
1489
|
+
"2.x-bridge": "unknown",
|
|
1490
|
+
"3.x": "unknown"
|
|
1491
|
+
}
|
|
919
1492
|
},
|
|
920
1493
|
{
|
|
921
1494
|
"name": "helmet",
|
|
@@ -931,10 +1504,14 @@
|
|
|
931
1504
|
"maintainers": [
|
|
932
1505
|
{
|
|
933
1506
|
"name": "victor-perez",
|
|
934
|
-
"github": "victor-perez"
|
|
935
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1507
|
+
"github": "victor-perez"
|
|
936
1508
|
}
|
|
937
|
-
]
|
|
1509
|
+
],
|
|
1510
|
+
"compatibility": {
|
|
1511
|
+
"2.x": "working",
|
|
1512
|
+
"2.x-bridge": "unknown",
|
|
1513
|
+
"3.x": "unknown"
|
|
1514
|
+
}
|
|
938
1515
|
},
|
|
939
1516
|
{
|
|
940
1517
|
"name": "highcharts",
|
|
@@ -950,10 +1527,14 @@
|
|
|
950
1527
|
"maintainers": [
|
|
951
1528
|
{
|
|
952
1529
|
"name": "richardeschloss",
|
|
953
|
-
"github": "richardeschloss"
|
|
954
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1530
|
+
"github": "richardeschloss"
|
|
955
1531
|
}
|
|
956
|
-
]
|
|
1532
|
+
],
|
|
1533
|
+
"compatibility": {
|
|
1534
|
+
"2.x": "working",
|
|
1535
|
+
"2.x-bridge": "unknown",
|
|
1536
|
+
"3.x": "unknown"
|
|
1537
|
+
}
|
|
957
1538
|
},
|
|
958
1539
|
{
|
|
959
1540
|
"name": "history-state",
|
|
@@ -964,15 +1545,19 @@
|
|
|
964
1545
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
965
1546
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
966
1547
|
"learn_more": "",
|
|
967
|
-
"category": "
|
|
1548
|
+
"category": "Extensions",
|
|
968
1549
|
"type": "3rd-party",
|
|
969
1550
|
"maintainers": [
|
|
970
1551
|
{
|
|
971
1552
|
"name": "hidekatsu-izuno",
|
|
972
|
-
"github": "hidekatsu-izuno"
|
|
973
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1553
|
+
"github": "hidekatsu-izuno"
|
|
974
1554
|
}
|
|
975
|
-
]
|
|
1555
|
+
],
|
|
1556
|
+
"compatibility": {
|
|
1557
|
+
"2.x": "working",
|
|
1558
|
+
"2.x-bridge": "unknown",
|
|
1559
|
+
"3.x": "unknown"
|
|
1560
|
+
}
|
|
976
1561
|
},
|
|
977
1562
|
{
|
|
978
1563
|
"name": "html-minifier",
|
|
@@ -988,10 +1573,38 @@
|
|
|
988
1573
|
"maintainers": [
|
|
989
1574
|
{
|
|
990
1575
|
"name": "Xin Du",
|
|
991
|
-
"github": "clarkdo"
|
|
992
|
-
|
|
1576
|
+
"github": "clarkdo"
|
|
1577
|
+
}
|
|
1578
|
+
],
|
|
1579
|
+
"compatibility": {
|
|
1580
|
+
"2.x": "working",
|
|
1581
|
+
"2.x-bridge": "unknown",
|
|
1582
|
+
"3.x": "unknown"
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"name": "html-validator",
|
|
1587
|
+
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1588
|
+
"repo": "nuxt-community/html-validator-module",
|
|
1589
|
+
"npm": "@nuxtjs/html-validator",
|
|
1590
|
+
"icon": "html-validator.png",
|
|
1591
|
+
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1592
|
+
"website": "https://html-validator.nuxtjs.org",
|
|
1593
|
+
"learn_more": "https://html-validate.org",
|
|
1594
|
+
"category": "Performance",
|
|
1595
|
+
"type": "community",
|
|
1596
|
+
"maintainers": [
|
|
1597
|
+
{
|
|
1598
|
+
"name": "Daniel Roe",
|
|
1599
|
+
"github": "danielroe",
|
|
1600
|
+
"twitter": "danielcroe"
|
|
993
1601
|
}
|
|
994
|
-
]
|
|
1602
|
+
],
|
|
1603
|
+
"compatibility": {
|
|
1604
|
+
"2.x": "working",
|
|
1605
|
+
"2.x-bridge": "unknown",
|
|
1606
|
+
"3.x": "unknown"
|
|
1607
|
+
}
|
|
995
1608
|
},
|
|
996
1609
|
{
|
|
997
1610
|
"name": "http",
|
|
@@ -1008,16 +1621,43 @@
|
|
|
1008
1621
|
{
|
|
1009
1622
|
"name": "Pooya Parsa",
|
|
1010
1623
|
"github": "pi0",
|
|
1011
|
-
"twitter": "_pi0_"
|
|
1012
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1624
|
+
"twitter": "_pi0_"
|
|
1013
1625
|
},
|
|
1014
1626
|
{
|
|
1015
1627
|
"name": "Sébastien Chopin",
|
|
1016
1628
|
"github": "Atinux",
|
|
1017
|
-
"twitter": "Atinux"
|
|
1018
|
-
|
|
1629
|
+
"twitter": "Atinux"
|
|
1630
|
+
}
|
|
1631
|
+
],
|
|
1632
|
+
"compatibility": {
|
|
1633
|
+
"2.x": "working",
|
|
1634
|
+
"2.x-bridge": "unknown",
|
|
1635
|
+
"3.x": "unknown"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "humans-txt",
|
|
1640
|
+
"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.",
|
|
1641
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1642
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1643
|
+
"icon": "",
|
|
1644
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1645
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1646
|
+
"learn_more": "https://humanstxt.org/",
|
|
1647
|
+
"category": "SEO",
|
|
1648
|
+
"type": "3rd-party",
|
|
1649
|
+
"maintainers": [
|
|
1650
|
+
{
|
|
1651
|
+
"name": "Luca Iaconelli",
|
|
1652
|
+
"github": "LuXDAmore",
|
|
1653
|
+
"twitter": "luxdamore"
|
|
1019
1654
|
}
|
|
1020
|
-
]
|
|
1655
|
+
],
|
|
1656
|
+
"compatibility": {
|
|
1657
|
+
"2.x": "working",
|
|
1658
|
+
"2.x-bridge": "unknown",
|
|
1659
|
+
"3.x": "unknown"
|
|
1660
|
+
}
|
|
1021
1661
|
},
|
|
1022
1662
|
{
|
|
1023
1663
|
"name": "i18n",
|
|
@@ -1028,20 +1668,23 @@
|
|
|
1028
1668
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1029
1669
|
"website": "https://i18n.nuxtjs.org",
|
|
1030
1670
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1031
|
-
"category": "
|
|
1671
|
+
"category": "Extensions",
|
|
1032
1672
|
"type": "community",
|
|
1033
1673
|
"maintainers": [
|
|
1034
1674
|
{
|
|
1035
1675
|
"name": "Rafał Chłodnicki",
|
|
1036
|
-
"github": "rchl"
|
|
1037
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1676
|
+
"github": "rchl"
|
|
1038
1677
|
},
|
|
1039
1678
|
{
|
|
1040
|
-
"name": "
|
|
1041
|
-
"github": "
|
|
1042
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1679
|
+
"name": "Kazuya Kawaguchi",
|
|
1680
|
+
"github": "kazupon"
|
|
1043
1681
|
}
|
|
1044
|
-
]
|
|
1682
|
+
],
|
|
1683
|
+
"compatibility": {
|
|
1684
|
+
"2.x": "working",
|
|
1685
|
+
"2.x-bridge": "unknown",
|
|
1686
|
+
"3.x": "not-working"
|
|
1687
|
+
}
|
|
1045
1688
|
},
|
|
1046
1689
|
{
|
|
1047
1690
|
"name": "image-loader",
|
|
@@ -1057,10 +1700,14 @@
|
|
|
1057
1700
|
"maintainers": [
|
|
1058
1701
|
{
|
|
1059
1702
|
"name": "Barry Fisher",
|
|
1060
|
-
"github": "Barry-Fisher"
|
|
1061
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1703
|
+
"github": "Barry-Fisher"
|
|
1062
1704
|
}
|
|
1063
|
-
]
|
|
1705
|
+
],
|
|
1706
|
+
"compatibility": {
|
|
1707
|
+
"2.x": "working",
|
|
1708
|
+
"2.x-bridge": "unknown",
|
|
1709
|
+
"3.x": "unknown"
|
|
1710
|
+
}
|
|
1064
1711
|
},
|
|
1065
1712
|
{
|
|
1066
1713
|
"name": "image",
|
|
@@ -1077,22 +1724,24 @@
|
|
|
1077
1724
|
{
|
|
1078
1725
|
"name": "Ahad Birang",
|
|
1079
1726
|
"github": "farnabaz",
|
|
1080
|
-
"twitter": "a_birang"
|
|
1081
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1727
|
+
"twitter": "a_birang"
|
|
1082
1728
|
},
|
|
1083
1729
|
{
|
|
1084
1730
|
"name": "Pooya Parsa",
|
|
1085
1731
|
"github": "pi0",
|
|
1086
|
-
"twitter": "_pi0_"
|
|
1087
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1732
|
+
"twitter": "_pi0_"
|
|
1088
1733
|
},
|
|
1089
1734
|
{
|
|
1090
1735
|
"name": "Sebastien Chopin",
|
|
1091
1736
|
"github": "Atinux",
|
|
1092
|
-
"twitter": "Atinux"
|
|
1093
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1737
|
+
"twitter": "Atinux"
|
|
1094
1738
|
}
|
|
1095
|
-
]
|
|
1739
|
+
],
|
|
1740
|
+
"compatibility": {
|
|
1741
|
+
"2.x": "working",
|
|
1742
|
+
"2.x-bridge": "working",
|
|
1743
|
+
"3.x": "wip"
|
|
1744
|
+
}
|
|
1096
1745
|
},
|
|
1097
1746
|
{
|
|
1098
1747
|
"name": "imagemin",
|
|
@@ -1108,10 +1757,14 @@
|
|
|
1108
1757
|
"maintainers": [
|
|
1109
1758
|
{
|
|
1110
1759
|
"name": "Ricardo Gobbo de Souza",
|
|
1111
|
-
"github": "ricardogobbosouza"
|
|
1112
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1760
|
+
"github": "ricardogobbosouza"
|
|
1113
1761
|
}
|
|
1114
|
-
]
|
|
1762
|
+
],
|
|
1763
|
+
"compatibility": {
|
|
1764
|
+
"2.x": "working",
|
|
1765
|
+
"2.x-bridge": "unknown",
|
|
1766
|
+
"3.x": "unknown"
|
|
1767
|
+
}
|
|
1115
1768
|
},
|
|
1116
1769
|
{
|
|
1117
1770
|
"name": "intercom",
|
|
@@ -1127,10 +1780,37 @@
|
|
|
1127
1780
|
"maintainers": [
|
|
1128
1781
|
{
|
|
1129
1782
|
"name": "hex-digital",
|
|
1130
|
-
"github": "hex-digital"
|
|
1131
|
-
|
|
1783
|
+
"github": "hex-digital"
|
|
1784
|
+
}
|
|
1785
|
+
],
|
|
1786
|
+
"compatibility": {
|
|
1787
|
+
"2.x": "working",
|
|
1788
|
+
"2.x-bridge": "unknown",
|
|
1789
|
+
"3.x": "unknown"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"name": "jsonapi",
|
|
1794
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1795
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1796
|
+
"npm": "nuxt-jsonapi",
|
|
1797
|
+
"icon": "jsonapi.svg",
|
|
1798
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1799
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1800
|
+
"learn_more": "",
|
|
1801
|
+
"category": "Request",
|
|
1802
|
+
"type": "3rd-party",
|
|
1803
|
+
"maintainers": [
|
|
1804
|
+
{
|
|
1805
|
+
"name": "patrickcate",
|
|
1806
|
+
"github": "patrickcate"
|
|
1132
1807
|
}
|
|
1133
|
-
]
|
|
1808
|
+
],
|
|
1809
|
+
"compatibility": {
|
|
1810
|
+
"2.x": "working",
|
|
1811
|
+
"2.x-bridge": "unknown",
|
|
1812
|
+
"3.x": "unknown"
|
|
1813
|
+
}
|
|
1134
1814
|
},
|
|
1135
1815
|
{
|
|
1136
1816
|
"name": "kentico-kontent",
|
|
@@ -1146,10 +1826,14 @@
|
|
|
1146
1826
|
"maintainers": [
|
|
1147
1827
|
{
|
|
1148
1828
|
"name": "Alfred Brockötter",
|
|
1149
|
-
"github": "Domitnator"
|
|
1150
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1829
|
+
"github": "Domitnator"
|
|
1151
1830
|
}
|
|
1152
|
-
]
|
|
1831
|
+
],
|
|
1832
|
+
"compatibility": {
|
|
1833
|
+
"2.x": "working",
|
|
1834
|
+
"2.x-bridge": "unknown",
|
|
1835
|
+
"3.x": "unknown"
|
|
1836
|
+
}
|
|
1153
1837
|
},
|
|
1154
1838
|
{
|
|
1155
1839
|
"name": "laravel-echo",
|
|
@@ -1165,10 +1849,14 @@
|
|
|
1165
1849
|
"maintainers": [
|
|
1166
1850
|
{
|
|
1167
1851
|
"name": "Ricardo Gobbo de Souza",
|
|
1168
|
-
"github": "ricardogobbosouza"
|
|
1169
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1852
|
+
"github": "ricardogobbosouza"
|
|
1170
1853
|
}
|
|
1171
|
-
]
|
|
1854
|
+
],
|
|
1855
|
+
"compatibility": {
|
|
1856
|
+
"2.x": "working",
|
|
1857
|
+
"2.x-bridge": "unknown",
|
|
1858
|
+
"3.x": "unknown"
|
|
1859
|
+
}
|
|
1172
1860
|
},
|
|
1173
1861
|
{
|
|
1174
1862
|
"name": "laravel-nuxt",
|
|
@@ -1184,10 +1872,14 @@
|
|
|
1184
1872
|
"maintainers": [
|
|
1185
1873
|
{
|
|
1186
1874
|
"name": "skyrpex",
|
|
1187
|
-
"github": "skyrpex"
|
|
1188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1875
|
+
"github": "skyrpex"
|
|
1189
1876
|
}
|
|
1190
|
-
]
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"2.x": "working",
|
|
1880
|
+
"2.x-bridge": "unknown",
|
|
1881
|
+
"3.x": "unknown"
|
|
1882
|
+
}
|
|
1191
1883
|
},
|
|
1192
1884
|
{
|
|
1193
1885
|
"name": "laravel",
|
|
@@ -1203,10 +1895,14 @@
|
|
|
1203
1895
|
"maintainers": [
|
|
1204
1896
|
{
|
|
1205
1897
|
"name": "m2sd",
|
|
1206
|
-
"github": "m2sd"
|
|
1207
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1898
|
+
"github": "m2sd"
|
|
1208
1899
|
}
|
|
1209
|
-
]
|
|
1900
|
+
],
|
|
1901
|
+
"compatibility": {
|
|
1902
|
+
"2.x": "working",
|
|
1903
|
+
"2.x-bridge": "unknown",
|
|
1904
|
+
"3.x": "unknown"
|
|
1905
|
+
}
|
|
1210
1906
|
},
|
|
1211
1907
|
{
|
|
1212
1908
|
"name": "leaflet",
|
|
@@ -1217,15 +1913,19 @@
|
|
|
1217
1913
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1218
1914
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1219
1915
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1220
|
-
"category": "
|
|
1916
|
+
"category": "Libraries",
|
|
1221
1917
|
"type": "3rd-party",
|
|
1222
1918
|
"maintainers": [
|
|
1223
1919
|
{
|
|
1224
1920
|
"name": "schlunsen",
|
|
1225
|
-
"github": "schlunsen"
|
|
1226
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1921
|
+
"github": "schlunsen"
|
|
1227
1922
|
}
|
|
1228
|
-
]
|
|
1923
|
+
],
|
|
1924
|
+
"compatibility": {
|
|
1925
|
+
"2.x": "working",
|
|
1926
|
+
"2.x-bridge": "unknown",
|
|
1927
|
+
"3.x": "unknown"
|
|
1928
|
+
}
|
|
1229
1929
|
},
|
|
1230
1930
|
{
|
|
1231
1931
|
"name": "localforage",
|
|
@@ -1236,16 +1936,24 @@
|
|
|
1236
1936
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1237
1937
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1238
1938
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1239
|
-
"category": "
|
|
1939
|
+
"category": "Libraries",
|
|
1240
1940
|
"type": "community",
|
|
1241
1941
|
"maintainers": [
|
|
1242
1942
|
{
|
|
1243
1943
|
"name": "Alexandre Chopin",
|
|
1244
1944
|
"github": "alexchopin",
|
|
1245
|
-
"twitter": "alexchopin"
|
|
1246
|
-
|
|
1945
|
+
"twitter": "alexchopin"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "Ricardo Gobbo de Souza",
|
|
1949
|
+
"github": "ricardogobbosouza"
|
|
1247
1950
|
}
|
|
1248
|
-
]
|
|
1951
|
+
],
|
|
1952
|
+
"compatibility": {
|
|
1953
|
+
"2.x": "working",
|
|
1954
|
+
"2.x-bridge": "unknown",
|
|
1955
|
+
"3.x": "unknown"
|
|
1956
|
+
}
|
|
1249
1957
|
},
|
|
1250
1958
|
{
|
|
1251
1959
|
"name": "localtunnel",
|
|
@@ -1262,10 +1970,14 @@
|
|
|
1262
1970
|
{
|
|
1263
1971
|
"name": "Pooya Parsa",
|
|
1264
1972
|
"github": "pi0",
|
|
1265
|
-
"twitter": "_pi0_"
|
|
1266
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1973
|
+
"twitter": "_pi0_"
|
|
1267
1974
|
}
|
|
1268
|
-
]
|
|
1975
|
+
],
|
|
1976
|
+
"compatibility": {
|
|
1977
|
+
"2.x": "working",
|
|
1978
|
+
"2.x-bridge": "unknown",
|
|
1979
|
+
"3.x": "unknown"
|
|
1980
|
+
}
|
|
1269
1981
|
},
|
|
1270
1982
|
{
|
|
1271
1983
|
"name": "logrocket",
|
|
@@ -1282,10 +1994,14 @@
|
|
|
1282
1994
|
{
|
|
1283
1995
|
"name": "Farzad Soltani",
|
|
1284
1996
|
"github": "farzadso",
|
|
1285
|
-
"twitter": "farzadso"
|
|
1286
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1997
|
+
"twitter": "farzadso"
|
|
1287
1998
|
}
|
|
1288
|
-
]
|
|
1999
|
+
],
|
|
2000
|
+
"compatibility": {
|
|
2001
|
+
"2.x": "working",
|
|
2002
|
+
"2.x-bridge": "unknown",
|
|
2003
|
+
"3.x": "unknown"
|
|
2004
|
+
}
|
|
1289
2005
|
},
|
|
1290
2006
|
{
|
|
1291
2007
|
"name": "lunr",
|
|
@@ -1301,30 +2017,38 @@
|
|
|
1301
2017
|
"maintainers": [
|
|
1302
2018
|
{
|
|
1303
2019
|
"name": "Pim",
|
|
1304
|
-
"github": "pimlie"
|
|
1305
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2020
|
+
"github": "pimlie"
|
|
1306
2021
|
}
|
|
1307
|
-
]
|
|
2022
|
+
],
|
|
2023
|
+
"compatibility": {
|
|
2024
|
+
"2.x": "working",
|
|
2025
|
+
"2.x-bridge": "unknown",
|
|
2026
|
+
"3.x": "unknown"
|
|
2027
|
+
}
|
|
1308
2028
|
},
|
|
1309
2029
|
{
|
|
1310
2030
|
"name": "markdownit",
|
|
1311
2031
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1312
|
-
"repo": "nuxt-community/
|
|
2032
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1313
2033
|
"npm": "@nuxtjs/markdownit",
|
|
1314
2034
|
"icon": "",
|
|
1315
|
-
"github": "https://github.com/nuxt-community/
|
|
1316
|
-
"website": "https://github.com/nuxt-community/
|
|
2035
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2036
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1317
2037
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1318
|
-
"category": "
|
|
2038
|
+
"category": "Extensions",
|
|
1319
2039
|
"type": "community",
|
|
1320
2040
|
"maintainers": [
|
|
1321
2041
|
{
|
|
1322
2042
|
"name": "Pooya Parsa",
|
|
1323
2043
|
"github": "pi0",
|
|
1324
|
-
"twitter": "_pi0_"
|
|
1325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2044
|
+
"twitter": "_pi0_"
|
|
1326
2045
|
}
|
|
1327
|
-
]
|
|
2046
|
+
],
|
|
2047
|
+
"compatibility": {
|
|
2048
|
+
"2.x": "working",
|
|
2049
|
+
"2.x-bridge": "unknown",
|
|
2050
|
+
"3.x": "unknown"
|
|
2051
|
+
}
|
|
1328
2052
|
},
|
|
1329
2053
|
{
|
|
1330
2054
|
"name": "matomo",
|
|
@@ -1340,10 +2064,14 @@
|
|
|
1340
2064
|
"maintainers": [
|
|
1341
2065
|
{
|
|
1342
2066
|
"name": "pimlie",
|
|
1343
|
-
"github": "pimlie"
|
|
1344
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2067
|
+
"github": "pimlie"
|
|
1345
2068
|
}
|
|
1346
|
-
]
|
|
2069
|
+
],
|
|
2070
|
+
"compatibility": {
|
|
2071
|
+
"2.x": "working",
|
|
2072
|
+
"2.x-bridge": "unknown",
|
|
2073
|
+
"3.x": "unknown"
|
|
2074
|
+
}
|
|
1347
2075
|
},
|
|
1348
2076
|
{
|
|
1349
2077
|
"name": "mdx",
|
|
@@ -1354,16 +2082,20 @@
|
|
|
1354
2082
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1355
2083
|
"website": "https://mdx.nuxtjs.org",
|
|
1356
2084
|
"learn_more": "https://mdxjs.com/",
|
|
1357
|
-
"category": "
|
|
2085
|
+
"category": "Extensions",
|
|
1358
2086
|
"type": "community",
|
|
1359
2087
|
"maintainers": [
|
|
1360
2088
|
{
|
|
1361
2089
|
"name": "Jonathan Bakebwa",
|
|
1362
2090
|
"github": "codebender828",
|
|
1363
|
-
"twitter": "codebender828"
|
|
1364
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2091
|
+
"twitter": "codebender828"
|
|
1365
2092
|
}
|
|
1366
|
-
]
|
|
2093
|
+
],
|
|
2094
|
+
"compatibility": {
|
|
2095
|
+
"2.x": "working",
|
|
2096
|
+
"2.x-bridge": "unknown",
|
|
2097
|
+
"3.x": "unknown"
|
|
2098
|
+
}
|
|
1367
2099
|
},
|
|
1368
2100
|
{
|
|
1369
2101
|
"name": "memwatch",
|
|
@@ -1379,10 +2111,14 @@
|
|
|
1379
2111
|
"maintainers": [
|
|
1380
2112
|
{
|
|
1381
2113
|
"name": "pimlie",
|
|
1382
|
-
"github": "pimlie"
|
|
1383
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2114
|
+
"github": "pimlie"
|
|
1384
2115
|
}
|
|
1385
|
-
]
|
|
2116
|
+
],
|
|
2117
|
+
"compatibility": {
|
|
2118
|
+
"2.x": "working",
|
|
2119
|
+
"2.x-bridge": "unknown",
|
|
2120
|
+
"3.x": "unknown"
|
|
2121
|
+
}
|
|
1386
2122
|
},
|
|
1387
2123
|
{
|
|
1388
2124
|
"name": "mobile",
|
|
@@ -1393,15 +2129,19 @@
|
|
|
1393
2129
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1394
2130
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1395
2131
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1396
|
-
"category": "
|
|
2132
|
+
"category": "Extensions",
|
|
1397
2133
|
"type": "3rd-party",
|
|
1398
2134
|
"maintainers": [
|
|
1399
2135
|
{
|
|
1400
2136
|
"name": "ChanningDefoe",
|
|
1401
|
-
"github": "ChanningDefoe"
|
|
1402
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2137
|
+
"github": "ChanningDefoe"
|
|
1403
2138
|
}
|
|
1404
|
-
]
|
|
2139
|
+
],
|
|
2140
|
+
"compatibility": {
|
|
2141
|
+
"2.x": "working",
|
|
2142
|
+
"2.x-bridge": "unknown",
|
|
2143
|
+
"3.x": "unknown"
|
|
2144
|
+
}
|
|
1405
2145
|
},
|
|
1406
2146
|
{
|
|
1407
2147
|
"name": "moment",
|
|
@@ -1418,15 +2158,18 @@
|
|
|
1418
2158
|
{
|
|
1419
2159
|
"name": "Pooya Parsa",
|
|
1420
2160
|
"github": "pi0",
|
|
1421
|
-
"twitter": "_pi0_"
|
|
1422
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2161
|
+
"twitter": "_pi0_"
|
|
1423
2162
|
},
|
|
1424
2163
|
{
|
|
1425
2164
|
"name": "Ricardo Gobbo de Souza",
|
|
1426
|
-
"github": "ricardogobbosouza"
|
|
1427
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2165
|
+
"github": "ricardogobbosouza"
|
|
1428
2166
|
}
|
|
1429
|
-
]
|
|
2167
|
+
],
|
|
2168
|
+
"compatibility": {
|
|
2169
|
+
"2.x": "working",
|
|
2170
|
+
"2.x-bridge": "unknown",
|
|
2171
|
+
"3.x": "unknown"
|
|
2172
|
+
}
|
|
1430
2173
|
},
|
|
1431
2174
|
{
|
|
1432
2175
|
"name": "mq",
|
|
@@ -1442,10 +2185,14 @@
|
|
|
1442
2185
|
"maintainers": [
|
|
1443
2186
|
{
|
|
1444
2187
|
"name": "vanhoofmaarten",
|
|
1445
|
-
"github": "vanhoofmaarten"
|
|
1446
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2188
|
+
"github": "vanhoofmaarten"
|
|
1447
2189
|
}
|
|
1448
|
-
]
|
|
2190
|
+
],
|
|
2191
|
+
"compatibility": {
|
|
2192
|
+
"2.x": "working",
|
|
2193
|
+
"2.x-bridge": "unknown",
|
|
2194
|
+
"3.x": "unknown"
|
|
2195
|
+
}
|
|
1449
2196
|
},
|
|
1450
2197
|
{
|
|
1451
2198
|
"name": "neo",
|
|
@@ -1461,10 +2208,14 @@
|
|
|
1461
2208
|
"maintainers": [
|
|
1462
2209
|
{
|
|
1463
2210
|
"name": "ezypeeze",
|
|
1464
|
-
"github": "ezypeeze"
|
|
1465
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2211
|
+
"github": "ezypeeze"
|
|
1466
2212
|
}
|
|
1467
|
-
]
|
|
2213
|
+
],
|
|
2214
|
+
"compatibility": {
|
|
2215
|
+
"2.x": "working",
|
|
2216
|
+
"2.x-bridge": "unknown",
|
|
2217
|
+
"3.x": "unknown"
|
|
2218
|
+
}
|
|
1468
2219
|
},
|
|
1469
2220
|
{
|
|
1470
2221
|
"name": "netlify-cache",
|
|
@@ -1480,10 +2231,14 @@
|
|
|
1480
2231
|
"maintainers": [
|
|
1481
2232
|
{
|
|
1482
2233
|
"name": "DreaMinder",
|
|
1483
|
-
"github": "DreaMinder"
|
|
1484
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2234
|
+
"github": "DreaMinder"
|
|
1485
2235
|
}
|
|
1486
|
-
]
|
|
2236
|
+
],
|
|
2237
|
+
"compatibility": {
|
|
2238
|
+
"2.x": "working",
|
|
2239
|
+
"2.x-bridge": "unknown",
|
|
2240
|
+
"3.x": "unknown"
|
|
2241
|
+
}
|
|
1487
2242
|
},
|
|
1488
2243
|
{
|
|
1489
2244
|
"name": "netlify-files",
|
|
@@ -1500,10 +2255,14 @@
|
|
|
1500
2255
|
{
|
|
1501
2256
|
"name": "Alexander Lichter",
|
|
1502
2257
|
"github": "manniL",
|
|
1503
|
-
"twitter": "TheAlexLichter"
|
|
1504
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2258
|
+
"twitter": "TheAlexLichter"
|
|
1505
2259
|
}
|
|
1506
|
-
]
|
|
2260
|
+
],
|
|
2261
|
+
"compatibility": {
|
|
2262
|
+
"2.x": "working",
|
|
2263
|
+
"2.x-bridge": "unknown",
|
|
2264
|
+
"3.x": "unknown"
|
|
2265
|
+
}
|
|
1507
2266
|
},
|
|
1508
2267
|
{
|
|
1509
2268
|
"name": "netlify",
|
|
@@ -1519,30 +2278,184 @@
|
|
|
1519
2278
|
"maintainers": [
|
|
1520
2279
|
{
|
|
1521
2280
|
"name": "bazzite",
|
|
1522
|
-
"github": "bazzite"
|
|
1523
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2281
|
+
"github": "bazzite"
|
|
1524
2282
|
}
|
|
1525
|
-
]
|
|
2283
|
+
],
|
|
2284
|
+
"compatibility": {
|
|
2285
|
+
"2.x": "working",
|
|
2286
|
+
"2.x-bridge": "unknown",
|
|
2287
|
+
"3.x": "unknown"
|
|
2288
|
+
}
|
|
1526
2289
|
},
|
|
1527
2290
|
{
|
|
1528
2291
|
"name": "ngrok",
|
|
1529
2292
|
"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",
|
|
1530
|
-
"repo": "nuxt-community/
|
|
2293
|
+
"repo": "nuxt-community/ngrok",
|
|
1531
2294
|
"npm": "@nuxtjs/ngrok",
|
|
1532
2295
|
"icon": "ngrok.png",
|
|
1533
|
-
"github": "https://github.com/nuxt-community/
|
|
1534
|
-
"website": "https://
|
|
2296
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2297
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1535
2298
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1536
2299
|
"category": "Devtools",
|
|
1537
2300
|
"type": "community",
|
|
1538
2301
|
"maintainers": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "Debbie O'Brien",
|
|
2304
|
+
"github": "debs-obrien",
|
|
2305
|
+
"twitter": "debs_obrien"
|
|
2306
|
+
},
|
|
1539
2307
|
{
|
|
1540
2308
|
"name": "Pooya Parsa",
|
|
1541
2309
|
"github": "pi0",
|
|
1542
|
-
"twitter": "_pi0_"
|
|
1543
|
-
|
|
2310
|
+
"twitter": "_pi0_"
|
|
2311
|
+
}
|
|
2312
|
+
],
|
|
2313
|
+
"compatibility": {
|
|
2314
|
+
"2.x": "working",
|
|
2315
|
+
"2.x-bridge": "unknown",
|
|
2316
|
+
"3.x": "unknown"
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "notion",
|
|
2321
|
+
"description": "Vue renderer for Notion pages",
|
|
2322
|
+
"repo": "janniks/vue-notion",
|
|
2323
|
+
"npm": "vue-notion",
|
|
2324
|
+
"icon": "notion.svg",
|
|
2325
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2326
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2327
|
+
"learn_more": "",
|
|
2328
|
+
"category": "CMS",
|
|
2329
|
+
"type": "3rd-party",
|
|
2330
|
+
"maintainers": [
|
|
2331
|
+
{
|
|
2332
|
+
"name": "janniks",
|
|
2333
|
+
"github": "janniks"
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"2.x": "working",
|
|
2338
|
+
"2.x-bridge": "unknown",
|
|
2339
|
+
"3.x": "unknown"
|
|
2340
|
+
}
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"name": "nuxt-png-to-ico",
|
|
2344
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2345
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2346
|
+
"npm": "nuxt-png-to-ico",
|
|
2347
|
+
"icon": "",
|
|
2348
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2349
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2350
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2351
|
+
"category": "Devtools",
|
|
2352
|
+
"type": "3rd-party",
|
|
2353
|
+
"maintainers": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "b5710546232",
|
|
2356
|
+
"github": "b5710546232",
|
|
2357
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2358
|
+
}
|
|
2359
|
+
],
|
|
2360
|
+
"compatibility": {
|
|
2361
|
+
"2.x": "working",
|
|
2362
|
+
"2.x-bridge": "unknown",
|
|
2363
|
+
"3.x": "unknown"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"name": "nuxt-smartlook",
|
|
2368
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2369
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2370
|
+
"npm": "nuxt-smartlook",
|
|
2371
|
+
"icon": "nuxt-smartlook.png",
|
|
2372
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2373
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2374
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2375
|
+
"category": "Analytics",
|
|
2376
|
+
"type": "3rd-party",
|
|
2377
|
+
"maintainers": [
|
|
2378
|
+
{
|
|
2379
|
+
"name": "Milan Sulc",
|
|
2380
|
+
"github": "f3l1x",
|
|
2381
|
+
"twitter": "xf3l1x",
|
|
2382
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2383
|
+
}
|
|
2384
|
+
],
|
|
2385
|
+
"compatibility": {
|
|
2386
|
+
"2.x": "working",
|
|
2387
|
+
"2.x-bridge": "unknown",
|
|
2388
|
+
"3.x": "unknown"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"name": "nuxt-use-motion",
|
|
2393
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2394
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2395
|
+
"npm": "nuxt-use-motion",
|
|
2396
|
+
"icon": "nuxt-use-motion.svg",
|
|
2397
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2398
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2399
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2400
|
+
"category": "Libraries",
|
|
2401
|
+
"type": "3rd-party",
|
|
2402
|
+
"maintainers": [
|
|
2403
|
+
{
|
|
2404
|
+
"name": "Tahul",
|
|
2405
|
+
"github": "Tahul"
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"compatibility": {
|
|
2409
|
+
"2.x": "working",
|
|
2410
|
+
"2.x-bridge": "unknown",
|
|
2411
|
+
"3.x": "unknown"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "nuxt-use-sound",
|
|
2416
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2417
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2418
|
+
"npm": "nuxt-use-sound",
|
|
2419
|
+
"icon": "nuxt-use-sound.svg",
|
|
2420
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2421
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2422
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2423
|
+
"category": "Libraries",
|
|
2424
|
+
"type": "3rd-party",
|
|
2425
|
+
"maintainers": [
|
|
2426
|
+
{
|
|
2427
|
+
"name": "Tahul",
|
|
2428
|
+
"github": "Tahul"
|
|
1544
2429
|
}
|
|
1545
|
-
]
|
|
2430
|
+
],
|
|
2431
|
+
"compatibility": {
|
|
2432
|
+
"2.x": "working",
|
|
2433
|
+
"2.x-bridge": "unknown",
|
|
2434
|
+
"3.x": "unknown"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "nuxt-viewport",
|
|
2439
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2440
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2441
|
+
"npm": "nuxt-viewport",
|
|
2442
|
+
"icon": "nuxt-viewport.svg",
|
|
2443
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2444
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2445
|
+
"learn_more": "",
|
|
2446
|
+
"category": "Extensions",
|
|
2447
|
+
"type": "3rd-party",
|
|
2448
|
+
"maintainers": [
|
|
2449
|
+
{
|
|
2450
|
+
"name": "mvrlin",
|
|
2451
|
+
"github": "mvrlin"
|
|
2452
|
+
}
|
|
2453
|
+
],
|
|
2454
|
+
"compatibility": {
|
|
2455
|
+
"2.x": "working",
|
|
2456
|
+
"2.x-bridge": "unknown",
|
|
2457
|
+
"3.x": "unknown"
|
|
2458
|
+
}
|
|
1546
2459
|
},
|
|
1547
2460
|
{
|
|
1548
2461
|
"name": "nuxt7",
|
|
@@ -1559,10 +2472,14 @@
|
|
|
1559
2472
|
{
|
|
1560
2473
|
"name": "Pooya Parsa",
|
|
1561
2474
|
"github": "pi0",
|
|
1562
|
-
"twitter": "_pi0_"
|
|
1563
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2475
|
+
"twitter": "_pi0_"
|
|
1564
2476
|
}
|
|
1565
|
-
]
|
|
2477
|
+
],
|
|
2478
|
+
"compatibility": {
|
|
2479
|
+
"2.x": "working",
|
|
2480
|
+
"2.x-bridge": "unknown",
|
|
2481
|
+
"3.x": "unknown"
|
|
2482
|
+
}
|
|
1566
2483
|
},
|
|
1567
2484
|
{
|
|
1568
2485
|
"name": "onesignal",
|
|
@@ -1573,16 +2490,20 @@
|
|
|
1573
2490
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1574
2491
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1575
2492
|
"learn_more": "https://onesignal.com/",
|
|
1576
|
-
"category": "
|
|
2493
|
+
"category": "Extensions",
|
|
1577
2494
|
"type": "community",
|
|
1578
2495
|
"maintainers": [
|
|
1579
2496
|
{
|
|
1580
2497
|
"name": "Pooya Parsa",
|
|
1581
2498
|
"github": "pi0",
|
|
1582
|
-
"twitter": "_pi0_"
|
|
1583
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2499
|
+
"twitter": "_pi0_"
|
|
1584
2500
|
}
|
|
1585
|
-
]
|
|
2501
|
+
],
|
|
2502
|
+
"compatibility": {
|
|
2503
|
+
"2.x": "working",
|
|
2504
|
+
"2.x-bridge": "unknown",
|
|
2505
|
+
"3.x": "unknown"
|
|
2506
|
+
}
|
|
1586
2507
|
},
|
|
1587
2508
|
{
|
|
1588
2509
|
"name": "optimized-images",
|
|
@@ -1599,10 +2520,14 @@
|
|
|
1599
2520
|
{
|
|
1600
2521
|
"name": "Julio Marquez",
|
|
1601
2522
|
"github": "juliomrqz",
|
|
1602
|
-
"twitter": "juliomrqz"
|
|
1603
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2523
|
+
"twitter": "juliomrqz"
|
|
1604
2524
|
}
|
|
1605
|
-
]
|
|
2525
|
+
],
|
|
2526
|
+
"compatibility": {
|
|
2527
|
+
"2.x": "working",
|
|
2528
|
+
"2.x-bridge": "unknown",
|
|
2529
|
+
"3.x": "unknown"
|
|
2530
|
+
}
|
|
1606
2531
|
},
|
|
1607
2532
|
{
|
|
1608
2533
|
"name": "page-generator-helper",
|
|
@@ -1613,15 +2538,19 @@
|
|
|
1613
2538
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1614
2539
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1615
2540
|
"learn_more": "",
|
|
1616
|
-
"category": "
|
|
2541
|
+
"category": "Extensions",
|
|
1617
2542
|
"type": "3rd-party",
|
|
1618
2543
|
"maintainers": [
|
|
1619
2544
|
{
|
|
1620
2545
|
"name": "GrabarzUndPartner",
|
|
1621
|
-
"github": "GrabarzUndPartner"
|
|
1622
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2546
|
+
"github": "GrabarzUndPartner"
|
|
1623
2547
|
}
|
|
1624
|
-
]
|
|
2548
|
+
],
|
|
2549
|
+
"compatibility": {
|
|
2550
|
+
"2.x": "working",
|
|
2551
|
+
"2.x-bridge": "unknown",
|
|
2552
|
+
"3.x": "unknown"
|
|
2553
|
+
}
|
|
1625
2554
|
},
|
|
1626
2555
|
{
|
|
1627
2556
|
"name": "parse",
|
|
@@ -1637,10 +2566,84 @@
|
|
|
1637
2566
|
"maintainers": [
|
|
1638
2567
|
{
|
|
1639
2568
|
"name": "cierrateam",
|
|
1640
|
-
"github": "cierrateam"
|
|
1641
|
-
|
|
2569
|
+
"github": "cierrateam"
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"compatibility": {
|
|
2573
|
+
"2.x": "working",
|
|
2574
|
+
"2.x-bridge": "unknown",
|
|
2575
|
+
"3.x": "unknown"
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "persian-datepicker",
|
|
2580
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2581
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2582
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2583
|
+
"icon": "persian-datepicker.svg",
|
|
2584
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2585
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2586
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2587
|
+
"category": "Date",
|
|
2588
|
+
"type": "3rd-party",
|
|
2589
|
+
"maintainers": [
|
|
2590
|
+
{
|
|
2591
|
+
"name": "Alireza Alibeiki",
|
|
2592
|
+
"github": "alireza-ab",
|
|
2593
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2594
|
+
}
|
|
2595
|
+
],
|
|
2596
|
+
"compatibility": {
|
|
2597
|
+
"2.x": "working",
|
|
2598
|
+
"2.x-bridge": "unknown",
|
|
2599
|
+
"3.x": "unknown"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"name": "pinia",
|
|
2604
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2605
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2606
|
+
"npm": "@pinia/nuxt",
|
|
2607
|
+
"icon": "pinia.svg",
|
|
2608
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2609
|
+
"website": "https://pinia.esm.dev/",
|
|
2610
|
+
"learn_more": "",
|
|
2611
|
+
"category": "Extensions",
|
|
2612
|
+
"type": "3rd-party",
|
|
2613
|
+
"maintainers": [
|
|
2614
|
+
{
|
|
2615
|
+
"name": "posva",
|
|
2616
|
+
"github": "posva"
|
|
2617
|
+
}
|
|
2618
|
+
],
|
|
2619
|
+
"compatibility": {
|
|
2620
|
+
"2.x": "working",
|
|
2621
|
+
"2.x-bridge": "working",
|
|
2622
|
+
"3.x": "working"
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"name": "plausible",
|
|
2627
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2628
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2629
|
+
"npm": "vue-plausible",
|
|
2630
|
+
"icon": "plausible.png",
|
|
2631
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2632
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2633
|
+
"learn_more": "",
|
|
2634
|
+
"category": "Analytics",
|
|
2635
|
+
"type": "3rd-party",
|
|
2636
|
+
"maintainers": [
|
|
2637
|
+
{
|
|
2638
|
+
"name": "moritzsternemann",
|
|
2639
|
+
"github": "moritzsternemann"
|
|
1642
2640
|
}
|
|
1643
|
-
]
|
|
2641
|
+
],
|
|
2642
|
+
"compatibility": {
|
|
2643
|
+
"2.x": "working",
|
|
2644
|
+
"2.x-bridge": "unknown",
|
|
2645
|
+
"3.x": "unknown"
|
|
2646
|
+
}
|
|
1644
2647
|
},
|
|
1645
2648
|
{
|
|
1646
2649
|
"name": "precompress",
|
|
@@ -1656,10 +2659,14 @@
|
|
|
1656
2659
|
"maintainers": [
|
|
1657
2660
|
{
|
|
1658
2661
|
"name": "frenchrabbit",
|
|
1659
|
-
"github": "frenchrabbit"
|
|
1660
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2662
|
+
"github": "frenchrabbit"
|
|
1661
2663
|
}
|
|
1662
|
-
]
|
|
2664
|
+
],
|
|
2665
|
+
"compatibility": {
|
|
2666
|
+
"2.x": "working",
|
|
2667
|
+
"2.x-bridge": "unknown",
|
|
2668
|
+
"3.x": "unknown"
|
|
2669
|
+
}
|
|
1663
2670
|
},
|
|
1664
2671
|
{
|
|
1665
2672
|
"name": "prismic",
|
|
@@ -1668,7 +2675,7 @@
|
|
|
1668
2675
|
"npm": "@nuxtjs/prismic",
|
|
1669
2676
|
"icon": "prismic.png",
|
|
1670
2677
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
1671
|
-
"website": "https://
|
|
2678
|
+
"website": "https://prismic.nuxtjs.org",
|
|
1672
2679
|
"learn_more": "https://prismic.io/",
|
|
1673
2680
|
"category": "CMS",
|
|
1674
2681
|
"type": "community",
|
|
@@ -1676,21 +2683,23 @@
|
|
|
1676
2683
|
{
|
|
1677
2684
|
"name": "Sébastien Chopin",
|
|
1678
2685
|
"github": "Atinux",
|
|
1679
|
-
"twitter": "Atinux"
|
|
1680
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2686
|
+
"twitter": "Atinux"
|
|
1681
2687
|
},
|
|
1682
2688
|
{
|
|
1683
2689
|
"name": "lihbr",
|
|
1684
2690
|
"github": "lihbr",
|
|
1685
|
-
"twitter": "li_hbr"
|
|
1686
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2691
|
+
"twitter": "li_hbr"
|
|
1687
2692
|
},
|
|
1688
2693
|
{
|
|
1689
2694
|
"name": "James Pegg",
|
|
1690
|
-
"github": "jamespegg"
|
|
1691
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2695
|
+
"github": "jamespegg"
|
|
1692
2696
|
}
|
|
1693
|
-
]
|
|
2697
|
+
],
|
|
2698
|
+
"compatibility": {
|
|
2699
|
+
"2.x": "working",
|
|
2700
|
+
"2.x-bridge": "unknown",
|
|
2701
|
+
"3.x": "unknown"
|
|
2702
|
+
}
|
|
1694
2703
|
},
|
|
1695
2704
|
{
|
|
1696
2705
|
"name": "protected-mailto",
|
|
@@ -1706,10 +2715,14 @@
|
|
|
1706
2715
|
"maintainers": [
|
|
1707
2716
|
{
|
|
1708
2717
|
"name": "mmoollllee",
|
|
1709
|
-
"github": "mmoollllee"
|
|
1710
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2718
|
+
"github": "mmoollllee"
|
|
1711
2719
|
}
|
|
1712
|
-
]
|
|
2720
|
+
],
|
|
2721
|
+
"compatibility": {
|
|
2722
|
+
"2.x": "working",
|
|
2723
|
+
"2.x-bridge": "unknown",
|
|
2724
|
+
"3.x": "unknown"
|
|
2725
|
+
}
|
|
1713
2726
|
},
|
|
1714
2727
|
{
|
|
1715
2728
|
"name": "proxy",
|
|
@@ -1726,10 +2739,14 @@
|
|
|
1726
2739
|
{
|
|
1727
2740
|
"name": "Pooya Parsa",
|
|
1728
2741
|
"github": "pi0",
|
|
1729
|
-
"twitter": "_pi0_"
|
|
1730
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2742
|
+
"twitter": "_pi0_"
|
|
1731
2743
|
}
|
|
1732
|
-
]
|
|
2744
|
+
],
|
|
2745
|
+
"compatibility": {
|
|
2746
|
+
"2.x": "working",
|
|
2747
|
+
"2.x-bridge": "unknown",
|
|
2748
|
+
"3.x": "unknown"
|
|
2749
|
+
}
|
|
1733
2750
|
},
|
|
1734
2751
|
{
|
|
1735
2752
|
"name": "prune-html",
|
|
@@ -1744,11 +2761,16 @@
|
|
|
1744
2761
|
"type": "3rd-party",
|
|
1745
2762
|
"maintainers": [
|
|
1746
2763
|
{
|
|
1747
|
-
"name": "
|
|
2764
|
+
"name": "Luca Iaconelli",
|
|
1748
2765
|
"github": "LuXDAmore",
|
|
1749
|
-
"
|
|
2766
|
+
"twitter": "luxdamore"
|
|
1750
2767
|
}
|
|
1751
|
-
]
|
|
2768
|
+
],
|
|
2769
|
+
"compatibility": {
|
|
2770
|
+
"2.x": "working",
|
|
2771
|
+
"2.x-bridge": "unknown",
|
|
2772
|
+
"3.x": "unknown"
|
|
2773
|
+
}
|
|
1752
2774
|
},
|
|
1753
2775
|
{
|
|
1754
2776
|
"name": "purgecss",
|
|
@@ -1764,14 +2786,18 @@
|
|
|
1764
2786
|
"maintainers": [
|
|
1765
2787
|
{
|
|
1766
2788
|
"name": "Developmint",
|
|
1767
|
-
"github": "Developmint"
|
|
1768
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2789
|
+
"github": "Developmint"
|
|
1769
2790
|
}
|
|
1770
|
-
]
|
|
2791
|
+
],
|
|
2792
|
+
"compatibility": {
|
|
2793
|
+
"2.x": "working",
|
|
2794
|
+
"2.x-bridge": "unknown",
|
|
2795
|
+
"3.x": "unknown"
|
|
2796
|
+
}
|
|
1771
2797
|
},
|
|
1772
2798
|
{
|
|
1773
2799
|
"name": "pwa",
|
|
1774
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2800
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1775
2801
|
"repo": "nuxt-community/pwa-module",
|
|
1776
2802
|
"npm": "@nuxtjs/pwa",
|
|
1777
2803
|
"icon": "pwa.png",
|
|
@@ -1784,10 +2810,14 @@
|
|
|
1784
2810
|
{
|
|
1785
2811
|
"name": "Pooya Parsa",
|
|
1786
2812
|
"github": "pi0",
|
|
1787
|
-
"twitter": "_pi0_"
|
|
1788
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2813
|
+
"twitter": "_pi0_"
|
|
1789
2814
|
}
|
|
1790
|
-
]
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"2.x": "working",
|
|
2818
|
+
"2.x-bridge": "working",
|
|
2819
|
+
"3.x": "wip"
|
|
2820
|
+
}
|
|
1791
2821
|
},
|
|
1792
2822
|
{
|
|
1793
2823
|
"name": "python",
|
|
@@ -1798,15 +2828,19 @@
|
|
|
1798
2828
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1799
2829
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1800
2830
|
"learn_more": "https://www.python.org/",
|
|
1801
|
-
"category": "
|
|
2831
|
+
"category": "Extensions",
|
|
1802
2832
|
"type": "community",
|
|
1803
2833
|
"maintainers": [
|
|
1804
2834
|
{
|
|
1805
2835
|
"name": "Sebastian Silva",
|
|
1806
|
-
"github": "icarito"
|
|
1807
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2836
|
+
"github": "icarito"
|
|
1808
2837
|
}
|
|
1809
|
-
]
|
|
2838
|
+
],
|
|
2839
|
+
"compatibility": {
|
|
2840
|
+
"2.x": "working",
|
|
2841
|
+
"2.x-bridge": "unknown",
|
|
2842
|
+
"3.x": "unknown"
|
|
2843
|
+
}
|
|
1810
2844
|
},
|
|
1811
2845
|
{
|
|
1812
2846
|
"name": "recaptcha",
|
|
@@ -1822,10 +2856,14 @@
|
|
|
1822
2856
|
"maintainers": [
|
|
1823
2857
|
{
|
|
1824
2858
|
"name": "mvrlin",
|
|
1825
|
-
"github": "mvrlin"
|
|
1826
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2859
|
+
"github": "mvrlin"
|
|
1827
2860
|
}
|
|
1828
|
-
]
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"2.x": "working",
|
|
2864
|
+
"2.x-bridge": "unknown",
|
|
2865
|
+
"3.x": "unknown"
|
|
2866
|
+
}
|
|
1829
2867
|
},
|
|
1830
2868
|
{
|
|
1831
2869
|
"name": "redirect",
|
|
@@ -1842,10 +2880,14 @@
|
|
|
1842
2880
|
{
|
|
1843
2881
|
"name": "Alexander Lichter",
|
|
1844
2882
|
"github": "manniL",
|
|
1845
|
-
"twitter": "TheAlexLichter"
|
|
1846
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2883
|
+
"twitter": "TheAlexLichter"
|
|
1847
2884
|
}
|
|
1848
|
-
]
|
|
2885
|
+
],
|
|
2886
|
+
"compatibility": {
|
|
2887
|
+
"2.x": "working",
|
|
2888
|
+
"2.x-bridge": "unknown",
|
|
2889
|
+
"3.x": "unknown"
|
|
2890
|
+
}
|
|
1849
2891
|
},
|
|
1850
2892
|
{
|
|
1851
2893
|
"name": "rfg-icon",
|
|
@@ -1856,15 +2898,19 @@
|
|
|
1856
2898
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1857
2899
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1858
2900
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1859
|
-
"category": "
|
|
2901
|
+
"category": "SEO",
|
|
1860
2902
|
"type": "3rd-party",
|
|
1861
2903
|
"maintainers": [
|
|
1862
2904
|
{
|
|
1863
2905
|
"name": "pimlie",
|
|
1864
|
-
"github": "pimlie"
|
|
1865
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2906
|
+
"github": "pimlie"
|
|
1866
2907
|
}
|
|
1867
|
-
]
|
|
2908
|
+
],
|
|
2909
|
+
"compatibility": {
|
|
2910
|
+
"2.x": "working",
|
|
2911
|
+
"2.x-bridge": "unknown",
|
|
2912
|
+
"3.x": "unknown"
|
|
2913
|
+
}
|
|
1868
2914
|
},
|
|
1869
2915
|
{
|
|
1870
2916
|
"name": "robots",
|
|
@@ -1880,10 +2926,14 @@
|
|
|
1880
2926
|
"maintainers": [
|
|
1881
2927
|
{
|
|
1882
2928
|
"name": "Ricardo Gobbo de Souza",
|
|
1883
|
-
"github": "ricardogobbosouza"
|
|
1884
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2929
|
+
"github": "ricardogobbosouza"
|
|
1885
2930
|
}
|
|
1886
|
-
]
|
|
2931
|
+
],
|
|
2932
|
+
"compatibility": {
|
|
2933
|
+
"2.x": "working",
|
|
2934
|
+
"2.x-bridge": "unknown",
|
|
2935
|
+
"3.x": "unknown"
|
|
2936
|
+
}
|
|
1887
2937
|
},
|
|
1888
2938
|
{
|
|
1889
2939
|
"name": "rollbar",
|
|
@@ -1899,10 +2949,14 @@
|
|
|
1899
2949
|
"maintainers": [
|
|
1900
2950
|
{
|
|
1901
2951
|
"name": "Gaël Reyrol",
|
|
1902
|
-
"github": "gaelreyrol"
|
|
1903
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2952
|
+
"github": "gaelreyrol"
|
|
1904
2953
|
}
|
|
1905
|
-
]
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"2.x": "working",
|
|
2957
|
+
"2.x-bridge": "unknown",
|
|
2958
|
+
"3.x": "unknown"
|
|
2959
|
+
}
|
|
1906
2960
|
},
|
|
1907
2961
|
{
|
|
1908
2962
|
"name": "router-extras",
|
|
@@ -1913,16 +2967,20 @@
|
|
|
1913
2967
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1914
2968
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1915
2969
|
"learn_more": "",
|
|
1916
|
-
"category": "
|
|
2970
|
+
"category": "Extensions",
|
|
1917
2971
|
"type": "community",
|
|
1918
2972
|
"maintainers": [
|
|
1919
2973
|
{
|
|
1920
2974
|
"name": "Ahad Birang",
|
|
1921
2975
|
"github": "farnabaz",
|
|
1922
|
-
"twitter": "a_birang"
|
|
1923
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
2976
|
+
"twitter": "a_birang"
|
|
1924
2977
|
}
|
|
1925
|
-
]
|
|
2978
|
+
],
|
|
2979
|
+
"compatibility": {
|
|
2980
|
+
"2.x": "working",
|
|
2981
|
+
"2.x-bridge": "unknown",
|
|
2982
|
+
"3.x": "unknown"
|
|
2983
|
+
}
|
|
1926
2984
|
},
|
|
1927
2985
|
{
|
|
1928
2986
|
"name": "router",
|
|
@@ -1933,16 +2991,20 @@
|
|
|
1933
2991
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1934
2992
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1935
2993
|
"learn_more": "",
|
|
1936
|
-
"category": "
|
|
2994
|
+
"category": "Extensions",
|
|
1937
2995
|
"type": "community",
|
|
1938
2996
|
"maintainers": [
|
|
1939
2997
|
{
|
|
1940
2998
|
"name": "Sébastien Chopin",
|
|
1941
2999
|
"github": "Atinux",
|
|
1942
|
-
"twitter": "Atinux"
|
|
1943
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3000
|
+
"twitter": "Atinux"
|
|
1944
3001
|
}
|
|
1945
|
-
]
|
|
3002
|
+
],
|
|
3003
|
+
"compatibility": {
|
|
3004
|
+
"2.x": "working",
|
|
3005
|
+
"2.x-bridge": "unknown",
|
|
3006
|
+
"3.x": "unknown"
|
|
3007
|
+
}
|
|
1946
3008
|
},
|
|
1947
3009
|
{
|
|
1948
3010
|
"name": "sanity",
|
|
@@ -1959,10 +3021,14 @@
|
|
|
1959
3021
|
{
|
|
1960
3022
|
"name": "Daniel Roe",
|
|
1961
3023
|
"github": "danielroe",
|
|
1962
|
-
"twitter": "danielcroe"
|
|
1963
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3024
|
+
"twitter": "danielcroe"
|
|
1964
3025
|
}
|
|
1965
|
-
]
|
|
3026
|
+
],
|
|
3027
|
+
"compatibility": {
|
|
3028
|
+
"2.x": "working",
|
|
3029
|
+
"2.x-bridge": "unknown",
|
|
3030
|
+
"3.x": "unknown"
|
|
3031
|
+
}
|
|
1966
3032
|
},
|
|
1967
3033
|
{
|
|
1968
3034
|
"name": "scss-to-js",
|
|
@@ -1978,10 +3044,14 @@
|
|
|
1978
3044
|
"maintainers": [
|
|
1979
3045
|
{
|
|
1980
3046
|
"name": "sugoidesune",
|
|
1981
|
-
"github": "sugoidesune"
|
|
1982
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3047
|
+
"github": "sugoidesune"
|
|
1983
3048
|
}
|
|
1984
|
-
]
|
|
3049
|
+
],
|
|
3050
|
+
"compatibility": {
|
|
3051
|
+
"2.x": "working",
|
|
3052
|
+
"2.x-bridge": "unknown",
|
|
3053
|
+
"3.x": "unknown"
|
|
3054
|
+
}
|
|
1985
3055
|
},
|
|
1986
3056
|
{
|
|
1987
3057
|
"name": "segment",
|
|
@@ -1997,10 +3067,14 @@
|
|
|
1997
3067
|
"maintainers": [
|
|
1998
3068
|
{
|
|
1999
3069
|
"name": "dansmaculotte",
|
|
2000
|
-
"github": "dansmaculotte"
|
|
2001
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3070
|
+
"github": "dansmaculotte"
|
|
2002
3071
|
}
|
|
2003
|
-
]
|
|
3072
|
+
],
|
|
3073
|
+
"compatibility": {
|
|
3074
|
+
"2.x": "working",
|
|
3075
|
+
"2.x-bridge": "unknown",
|
|
3076
|
+
"3.x": "unknown"
|
|
3077
|
+
}
|
|
2004
3078
|
},
|
|
2005
3079
|
{
|
|
2006
3080
|
"name": "sentry",
|
|
@@ -2009,17 +3083,45 @@
|
|
|
2009
3083
|
"npm": "@nuxtjs/sentry",
|
|
2010
3084
|
"icon": "sentry.png",
|
|
2011
3085
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2012
|
-
"website": "https://
|
|
3086
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2013
3087
|
"learn_more": "https://sentry.io/welcome/",
|
|
2014
3088
|
"category": "Monitoring",
|
|
2015
3089
|
"type": "community",
|
|
2016
3090
|
"maintainers": [
|
|
2017
3091
|
{
|
|
2018
3092
|
"name": "Rafał Chłodnicki",
|
|
2019
|
-
"github": "rchl"
|
|
2020
|
-
|
|
3093
|
+
"github": "rchl"
|
|
3094
|
+
}
|
|
3095
|
+
],
|
|
3096
|
+
"compatibility": {
|
|
3097
|
+
"2.x": "working",
|
|
3098
|
+
"2.x-bridge": "wip",
|
|
3099
|
+
"3.x": "wip"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "seo-meta",
|
|
3104
|
+
"description": "Simple generate seo metadata",
|
|
3105
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3106
|
+
"npm": "nuxt-seo-meta",
|
|
3107
|
+
"icon": "",
|
|
3108
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3109
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3110
|
+
"learn_more": "",
|
|
3111
|
+
"category": "SEO",
|
|
3112
|
+
"type": "3rd-party",
|
|
3113
|
+
"maintainers": [
|
|
3114
|
+
{
|
|
3115
|
+
"name": "ihavecoke",
|
|
3116
|
+
"github": "ihavecoke",
|
|
3117
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2021
3118
|
}
|
|
2022
|
-
]
|
|
3119
|
+
],
|
|
3120
|
+
"compatibility": {
|
|
3121
|
+
"2.x": "working",
|
|
3122
|
+
"2.x-bridge": "unknown",
|
|
3123
|
+
"3.x": "unknown"
|
|
3124
|
+
}
|
|
2023
3125
|
},
|
|
2024
3126
|
{
|
|
2025
3127
|
"name": "seomatic-meta",
|
|
@@ -2035,10 +3137,14 @@
|
|
|
2035
3137
|
"maintainers": [
|
|
2036
3138
|
{
|
|
2037
3139
|
"name": "ben-rogerson",
|
|
2038
|
-
"github": "ben-rogerson"
|
|
2039
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3140
|
+
"github": "ben-rogerson"
|
|
2040
3141
|
}
|
|
2041
|
-
]
|
|
3142
|
+
],
|
|
3143
|
+
"compatibility": {
|
|
3144
|
+
"2.x": "working",
|
|
3145
|
+
"2.x-bridge": "unknown",
|
|
3146
|
+
"3.x": "unknown"
|
|
3147
|
+
}
|
|
2042
3148
|
},
|
|
2043
3149
|
{
|
|
2044
3150
|
"name": "separate-env",
|
|
@@ -2049,16 +3155,20 @@
|
|
|
2049
3155
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2050
3156
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2051
3157
|
"learn_more": "",
|
|
2052
|
-
"category": "
|
|
3158
|
+
"category": "Extensions",
|
|
2053
3159
|
"type": "community",
|
|
2054
3160
|
"maintainers": [
|
|
2055
3161
|
{
|
|
2056
3162
|
"name": "Alexander Lichter",
|
|
2057
3163
|
"github": "manniL",
|
|
2058
|
-
"twitter": "TheAlexLichter"
|
|
2059
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3164
|
+
"twitter": "TheAlexLichter"
|
|
2060
3165
|
}
|
|
2061
|
-
]
|
|
3166
|
+
],
|
|
3167
|
+
"compatibility": {
|
|
3168
|
+
"2.x": "working",
|
|
3169
|
+
"2.x-bridge": "unknown",
|
|
3170
|
+
"3.x": "unknown"
|
|
3171
|
+
}
|
|
2062
3172
|
},
|
|
2063
3173
|
{
|
|
2064
3174
|
"name": "shopify",
|
|
@@ -2074,10 +3184,14 @@
|
|
|
2074
3184
|
"maintainers": [
|
|
2075
3185
|
{
|
|
2076
3186
|
"name": "Gomah",
|
|
2077
|
-
"github": "Gomah"
|
|
2078
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3187
|
+
"github": "Gomah"
|
|
2079
3188
|
}
|
|
2080
|
-
]
|
|
3189
|
+
],
|
|
3190
|
+
"compatibility": {
|
|
3191
|
+
"2.x": "working",
|
|
3192
|
+
"2.x-bridge": "unknown",
|
|
3193
|
+
"3.x": "unknown"
|
|
3194
|
+
}
|
|
2081
3195
|
},
|
|
2082
3196
|
{
|
|
2083
3197
|
"name": "simple-line-icons",
|
|
@@ -2093,10 +3207,14 @@
|
|
|
2093
3207
|
"maintainers": [
|
|
2094
3208
|
{
|
|
2095
3209
|
"name": "vaso2",
|
|
2096
|
-
"github": "vaso2"
|
|
2097
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3210
|
+
"github": "vaso2"
|
|
2098
3211
|
}
|
|
2099
|
-
]
|
|
3212
|
+
],
|
|
3213
|
+
"compatibility": {
|
|
3214
|
+
"2.x": "working",
|
|
3215
|
+
"2.x-bridge": "unknown",
|
|
3216
|
+
"3.x": "unknown"
|
|
3217
|
+
}
|
|
2100
3218
|
},
|
|
2101
3219
|
{
|
|
2102
3220
|
"name": "sitemap",
|
|
@@ -2105,7 +3223,7 @@
|
|
|
2105
3223
|
"npm": "@nuxtjs/sitemap",
|
|
2106
3224
|
"icon": "",
|
|
2107
3225
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2108
|
-
"website": "https://
|
|
3226
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2109
3227
|
"learn_more": "",
|
|
2110
3228
|
"category": "SEO",
|
|
2111
3229
|
"type": "community",
|
|
@@ -2113,10 +3231,38 @@
|
|
|
2113
3231
|
{
|
|
2114
3232
|
"name": "Nicolas PENNEC",
|
|
2115
3233
|
"github": "NicoPennec",
|
|
2116
|
-
"twitter": "NicoPennec"
|
|
2117
|
-
|
|
3234
|
+
"twitter": "NicoPennec"
|
|
3235
|
+
}
|
|
3236
|
+
],
|
|
3237
|
+
"compatibility": {
|
|
3238
|
+
"2.x": "working",
|
|
3239
|
+
"2.x-bridge": "unknown",
|
|
3240
|
+
"3.x": "unknown"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"name": "snipcart",
|
|
3245
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3246
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3247
|
+
"npm": "@nuxtjs/snipcart",
|
|
3248
|
+
"icon": "snipcart.png",
|
|
3249
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3250
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3251
|
+
"learn_more": "",
|
|
3252
|
+
"category": "Payment",
|
|
3253
|
+
"type": "community",
|
|
3254
|
+
"maintainers": [
|
|
3255
|
+
{
|
|
3256
|
+
"name": "Florent GIRAUD",
|
|
3257
|
+
"github": "f3ltron",
|
|
3258
|
+
"twitter": "giraud_florent"
|
|
2118
3259
|
}
|
|
2119
|
-
]
|
|
3260
|
+
],
|
|
3261
|
+
"compatibility": {
|
|
3262
|
+
"2.x": "working",
|
|
3263
|
+
"2.x-bridge": "unknown",
|
|
3264
|
+
"3.x": "unknown"
|
|
3265
|
+
}
|
|
2120
3266
|
},
|
|
2121
3267
|
{
|
|
2122
3268
|
"name": "social-meta",
|
|
@@ -2132,10 +3278,14 @@
|
|
|
2132
3278
|
"maintainers": [
|
|
2133
3279
|
{
|
|
2134
3280
|
"name": "AlekseyPleshkov",
|
|
2135
|
-
"github": "AlekseyPleshkov"
|
|
2136
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3281
|
+
"github": "AlekseyPleshkov"
|
|
2137
3282
|
}
|
|
2138
|
-
]
|
|
3283
|
+
],
|
|
3284
|
+
"compatibility": {
|
|
3285
|
+
"2.x": "working",
|
|
3286
|
+
"2.x-bridge": "unknown",
|
|
3287
|
+
"3.x": "unknown"
|
|
3288
|
+
}
|
|
2139
3289
|
},
|
|
2140
3290
|
{
|
|
2141
3291
|
"name": "socket-io",
|
|
@@ -2151,10 +3301,14 @@
|
|
|
2151
3301
|
"maintainers": [
|
|
2152
3302
|
{
|
|
2153
3303
|
"name": "richardeschloss",
|
|
2154
|
-
"github": "richardeschloss"
|
|
2155
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3304
|
+
"github": "richardeschloss"
|
|
2156
3305
|
}
|
|
2157
|
-
]
|
|
3306
|
+
],
|
|
3307
|
+
"compatibility": {
|
|
3308
|
+
"2.x": "working",
|
|
3309
|
+
"2.x-bridge": "unknown",
|
|
3310
|
+
"3.x": "unknown"
|
|
3311
|
+
}
|
|
2158
3312
|
},
|
|
2159
3313
|
{
|
|
2160
3314
|
"name": "speedcurve",
|
|
@@ -2171,10 +3325,48 @@
|
|
|
2171
3325
|
{
|
|
2172
3326
|
"name": "Josh Deltener",
|
|
2173
3327
|
"github": "hecktarzuli",
|
|
2174
|
-
"twitter": "JoshDeltener"
|
|
2175
|
-
|
|
3328
|
+
"twitter": "JoshDeltener"
|
|
3329
|
+
}
|
|
3330
|
+
],
|
|
3331
|
+
"compatibility": {
|
|
3332
|
+
"2.x": "working",
|
|
3333
|
+
"2.x-bridge": "unknown",
|
|
3334
|
+
"3.x": "unknown"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"name": "speedkit",
|
|
3339
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3340
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3341
|
+
"npm": "nuxt-speedkit",
|
|
3342
|
+
"icon": "speedkit.png",
|
|
3343
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3344
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3345
|
+
"learn_more": "",
|
|
3346
|
+
"category": "Performance",
|
|
3347
|
+
"type": "3rd-party",
|
|
3348
|
+
"maintainers": [
|
|
3349
|
+
{
|
|
3350
|
+
"name": "Stephan Gerbeth",
|
|
3351
|
+
"github": "StephanGerbeth",
|
|
3352
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"name": "Thorn Walli",
|
|
3356
|
+
"github": "ThornWalli",
|
|
3357
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "Grabarz & Partner",
|
|
3361
|
+
"github": "GrabarzUndPartner",
|
|
3362
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2176
3363
|
}
|
|
2177
|
-
]
|
|
3364
|
+
],
|
|
3365
|
+
"compatibility": {
|
|
3366
|
+
"2.x": "working",
|
|
3367
|
+
"2.x-bridge": "unknown",
|
|
3368
|
+
"3.x": "unknown"
|
|
3369
|
+
}
|
|
2178
3370
|
},
|
|
2179
3371
|
{
|
|
2180
3372
|
"name": "storage",
|
|
@@ -2185,15 +3377,42 @@
|
|
|
2185
3377
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2186
3378
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2187
3379
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2188
|
-
"category": "
|
|
3380
|
+
"category": "Extensions",
|
|
2189
3381
|
"type": "3rd-party",
|
|
2190
3382
|
"maintainers": [
|
|
2191
3383
|
{
|
|
2192
3384
|
"name": "mazipan",
|
|
2193
|
-
"github": "mazipan"
|
|
2194
|
-
|
|
3385
|
+
"github": "mazipan"
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"compatibility": {
|
|
3389
|
+
"2.x": "working",
|
|
3390
|
+
"2.x-bridge": "unknown",
|
|
3391
|
+
"3.x": "unknown"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "storefront-ui",
|
|
3396
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3397
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3398
|
+
"npm": "@storefront-ui/nuxt",
|
|
3399
|
+
"icon": "storefront-ui.svg",
|
|
3400
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3401
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3402
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3403
|
+
"category": "UI",
|
|
3404
|
+
"type": "3rd-party",
|
|
3405
|
+
"maintainers": [
|
|
3406
|
+
{
|
|
3407
|
+
"name": "Jakub Andrzejewski",
|
|
3408
|
+
"github": "Baroshem"
|
|
2195
3409
|
}
|
|
2196
|
-
]
|
|
3410
|
+
],
|
|
3411
|
+
"compatibility": {
|
|
3412
|
+
"2.x": "working",
|
|
3413
|
+
"2.x-bridge": "unknown",
|
|
3414
|
+
"3.x": "unknown"
|
|
3415
|
+
}
|
|
2197
3416
|
},
|
|
2198
3417
|
{
|
|
2199
3418
|
"name": "stories",
|
|
@@ -2209,16 +3428,20 @@
|
|
|
2209
3428
|
"maintainers": [
|
|
2210
3429
|
{
|
|
2211
3430
|
"name": "richardeschloss",
|
|
2212
|
-
"github": "richardeschloss"
|
|
2213
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3431
|
+
"github": "richardeschloss"
|
|
2214
3432
|
}
|
|
2215
|
-
]
|
|
3433
|
+
],
|
|
3434
|
+
"compatibility": {
|
|
3435
|
+
"2.x": "working",
|
|
3436
|
+
"2.x-bridge": "unknown",
|
|
3437
|
+
"3.x": "unknown"
|
|
3438
|
+
}
|
|
2216
3439
|
},
|
|
2217
3440
|
{
|
|
2218
3441
|
"name": "storyblok",
|
|
2219
3442
|
"description": "Storyblok Nuxt.js module",
|
|
2220
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2221
|
-
"npm": "storyblok
|
|
3443
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3444
|
+
"npm": "@storyblok/nuxt",
|
|
2222
3445
|
"icon": "storyblok.png",
|
|
2223
3446
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2224
3447
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2228,10 +3451,14 @@
|
|
|
2228
3451
|
"maintainers": [
|
|
2229
3452
|
{
|
|
2230
3453
|
"name": "storyblok",
|
|
2231
|
-
"github": "storyblok"
|
|
2232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3454
|
+
"github": "storyblok"
|
|
2233
3455
|
}
|
|
2234
|
-
]
|
|
3456
|
+
],
|
|
3457
|
+
"compatibility": {
|
|
3458
|
+
"2.x": "working",
|
|
3459
|
+
"2.x-bridge": "unknown",
|
|
3460
|
+
"3.x": "unknown"
|
|
3461
|
+
}
|
|
2235
3462
|
},
|
|
2236
3463
|
{
|
|
2237
3464
|
"name": "storybook",
|
|
@@ -2248,16 +3475,19 @@
|
|
|
2248
3475
|
{
|
|
2249
3476
|
"name": "Ahad Birang",
|
|
2250
3477
|
"github": "farnabaz",
|
|
2251
|
-
"twitter": "a_birang"
|
|
2252
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3478
|
+
"twitter": "a_birang"
|
|
2253
3479
|
},
|
|
2254
3480
|
{
|
|
2255
3481
|
"name": "Pooya Parsa",
|
|
2256
3482
|
"github": "pi0",
|
|
2257
|
-
"twitter": "_pi0_"
|
|
2258
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3483
|
+
"twitter": "_pi0_"
|
|
2259
3484
|
}
|
|
2260
|
-
]
|
|
3485
|
+
],
|
|
3486
|
+
"compatibility": {
|
|
3487
|
+
"2.x": "working",
|
|
3488
|
+
"2.x-bridge": "unknown",
|
|
3489
|
+
"3.x": "unknown"
|
|
3490
|
+
}
|
|
2261
3491
|
},
|
|
2262
3492
|
{
|
|
2263
3493
|
"name": "strapi",
|
|
@@ -2274,16 +3504,19 @@
|
|
|
2274
3504
|
{
|
|
2275
3505
|
"name": "Benjamin Canac",
|
|
2276
3506
|
"github": "benjamincanac",
|
|
2277
|
-
"twitter": "benjamincanac"
|
|
2278
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3507
|
+
"twitter": "benjamincanac"
|
|
2279
3508
|
},
|
|
2280
3509
|
{
|
|
2281
3510
|
"name": "Sébastien Chopin",
|
|
2282
3511
|
"github": "Atinux",
|
|
2283
|
-
"twitter": "Atinux"
|
|
2284
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3512
|
+
"twitter": "Atinux"
|
|
2285
3513
|
}
|
|
2286
|
-
]
|
|
3514
|
+
],
|
|
3515
|
+
"compatibility": {
|
|
3516
|
+
"2.x": "working",
|
|
3517
|
+
"2.x-bridge": "wip",
|
|
3518
|
+
"3.x": "unknown"
|
|
3519
|
+
}
|
|
2287
3520
|
},
|
|
2288
3521
|
{
|
|
2289
3522
|
"name": "stripe",
|
|
@@ -2299,10 +3532,14 @@
|
|
|
2299
3532
|
"maintainers": [
|
|
2300
3533
|
{
|
|
2301
3534
|
"name": "WilliamDASILVA",
|
|
2302
|
-
"github": "WilliamDASILVA"
|
|
2303
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3535
|
+
"github": "WilliamDASILVA"
|
|
2304
3536
|
}
|
|
2305
|
-
]
|
|
3537
|
+
],
|
|
3538
|
+
"compatibility": {
|
|
3539
|
+
"2.x": "working",
|
|
3540
|
+
"2.x-bridge": "unknown",
|
|
3541
|
+
"3.x": "unknown"
|
|
3542
|
+
}
|
|
2306
3543
|
},
|
|
2307
3544
|
{
|
|
2308
3545
|
"name": "style-resources",
|
|
@@ -2319,10 +3556,14 @@
|
|
|
2319
3556
|
{
|
|
2320
3557
|
"name": "Alexander Lichter",
|
|
2321
3558
|
"github": "manniL",
|
|
2322
|
-
"twitter": "TheAlexLichter"
|
|
2323
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3559
|
+
"twitter": "TheAlexLichter"
|
|
2324
3560
|
}
|
|
2325
|
-
]
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"2.x": "working",
|
|
3564
|
+
"2.x-bridge": "unknown",
|
|
3565
|
+
"3.x": "unknown"
|
|
3566
|
+
}
|
|
2326
3567
|
},
|
|
2327
3568
|
{
|
|
2328
3569
|
"name": "stylelint",
|
|
@@ -2338,10 +3579,38 @@
|
|
|
2338
3579
|
"maintainers": [
|
|
2339
3580
|
{
|
|
2340
3581
|
"name": "Ricardo Gobbo de Souza",
|
|
2341
|
-
"github": "ricardogobbosouza"
|
|
2342
|
-
|
|
3582
|
+
"github": "ricardogobbosouza"
|
|
3583
|
+
}
|
|
3584
|
+
],
|
|
3585
|
+
"compatibility": {
|
|
3586
|
+
"2.x": "working",
|
|
3587
|
+
"2.x-bridge": "unknown",
|
|
3588
|
+
"3.x": "unknown"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"name": "supabase",
|
|
3593
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3594
|
+
"repo": "supabase/nuxt-supabase",
|
|
3595
|
+
"npm": "nuxt-supabase",
|
|
3596
|
+
"icon": "supabase.png",
|
|
3597
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3598
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3599
|
+
"learn_more": "https://supabase.io",
|
|
3600
|
+
"category": "Database",
|
|
3601
|
+
"type": "3rd-party",
|
|
3602
|
+
"maintainers": [
|
|
3603
|
+
{
|
|
3604
|
+
"name": "Scott Robertson",
|
|
3605
|
+
"github": "scottrobertson",
|
|
3606
|
+
"twitter": "scottymeuk"
|
|
2343
3607
|
}
|
|
2344
|
-
]
|
|
3608
|
+
],
|
|
3609
|
+
"compatibility": {
|
|
3610
|
+
"2.x": "working",
|
|
3611
|
+
"2.x-bridge": "unknown",
|
|
3612
|
+
"3.x": "unknown"
|
|
3613
|
+
}
|
|
2345
3614
|
},
|
|
2346
3615
|
{
|
|
2347
3616
|
"name": "svg-loader",
|
|
@@ -2352,15 +3621,19 @@
|
|
|
2352
3621
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2353
3622
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2354
3623
|
"learn_more": "",
|
|
2355
|
-
"category": "
|
|
3624
|
+
"category": "Extensions",
|
|
2356
3625
|
"type": "3rd-party",
|
|
2357
3626
|
"maintainers": [
|
|
2358
3627
|
{
|
|
2359
3628
|
"name": "Developmint",
|
|
2360
|
-
"github": "Developmint"
|
|
2361
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3629
|
+
"github": "Developmint"
|
|
2362
3630
|
}
|
|
2363
|
-
]
|
|
3631
|
+
],
|
|
3632
|
+
"compatibility": {
|
|
3633
|
+
"2.x": "working",
|
|
3634
|
+
"2.x-bridge": "unknown",
|
|
3635
|
+
"3.x": "unknown"
|
|
3636
|
+
}
|
|
2364
3637
|
},
|
|
2365
3638
|
{
|
|
2366
3639
|
"name": "svg-sprite",
|
|
@@ -2371,16 +3644,20 @@
|
|
|
2371
3644
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2372
3645
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2373
3646
|
"learn_more": "",
|
|
2374
|
-
"category": "
|
|
3647
|
+
"category": "UI",
|
|
2375
3648
|
"type": "community",
|
|
2376
3649
|
"maintainers": [
|
|
2377
3650
|
{
|
|
2378
3651
|
"name": "Ahad Birang",
|
|
2379
3652
|
"github": "farnabaz",
|
|
2380
|
-
"twitter": "a_birang"
|
|
2381
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3653
|
+
"twitter": "a_birang"
|
|
2382
3654
|
}
|
|
2383
|
-
]
|
|
3655
|
+
],
|
|
3656
|
+
"compatibility": {
|
|
3657
|
+
"2.x": "working",
|
|
3658
|
+
"2.x-bridge": "unknown",
|
|
3659
|
+
"3.x": "unknown"
|
|
3660
|
+
}
|
|
2384
3661
|
},
|
|
2385
3662
|
{
|
|
2386
3663
|
"name": "svg",
|
|
@@ -2391,15 +3668,19 @@
|
|
|
2391
3668
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2392
3669
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2393
3670
|
"learn_more": "",
|
|
2394
|
-
"category": "
|
|
3671
|
+
"category": "Extensions",
|
|
2395
3672
|
"type": "community",
|
|
2396
3673
|
"maintainers": [
|
|
2397
3674
|
{
|
|
2398
3675
|
"name": "Sam Holmes",
|
|
2399
|
-
"github": "sam3d"
|
|
2400
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3676
|
+
"github": "sam3d"
|
|
2401
3677
|
}
|
|
2402
|
-
]
|
|
3678
|
+
],
|
|
3679
|
+
"compatibility": {
|
|
3680
|
+
"2.x": "working",
|
|
3681
|
+
"2.x-bridge": "unknown",
|
|
3682
|
+
"3.x": "unknown"
|
|
3683
|
+
}
|
|
2403
3684
|
},
|
|
2404
3685
|
{
|
|
2405
3686
|
"name": "sweetalert2",
|
|
@@ -2415,10 +3696,14 @@
|
|
|
2415
3696
|
"maintainers": [
|
|
2416
3697
|
{
|
|
2417
3698
|
"name": "ImreC",
|
|
2418
|
-
"github": "ImreC"
|
|
2419
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3699
|
+
"github": "ImreC"
|
|
2420
3700
|
}
|
|
2421
|
-
]
|
|
3701
|
+
],
|
|
3702
|
+
"compatibility": {
|
|
3703
|
+
"2.x": "working",
|
|
3704
|
+
"2.x-bridge": "unknown",
|
|
3705
|
+
"3.x": "unknown"
|
|
3706
|
+
}
|
|
2422
3707
|
},
|
|
2423
3708
|
{
|
|
2424
3709
|
"name": "tailwindcss",
|
|
@@ -2435,10 +3720,38 @@
|
|
|
2435
3720
|
{
|
|
2436
3721
|
"name": "Sébastien Chopin",
|
|
2437
3722
|
"github": "Atinux",
|
|
2438
|
-
"twitter": "Atinux"
|
|
2439
|
-
|
|
3723
|
+
"twitter": "Atinux"
|
|
3724
|
+
}
|
|
3725
|
+
],
|
|
3726
|
+
"compatibility": {
|
|
3727
|
+
"2.x": "working",
|
|
3728
|
+
"2.x-bridge": "wip",
|
|
3729
|
+
"3.x": "wip"
|
|
3730
|
+
}
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"name": "tiktok-analytics",
|
|
3734
|
+
"description": "",
|
|
3735
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3736
|
+
"npm": "tiktok-analytics",
|
|
3737
|
+
"icon": "",
|
|
3738
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3739
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3740
|
+
"learn_more": "",
|
|
3741
|
+
"category": "Analytics",
|
|
3742
|
+
"type": "3rd-party",
|
|
3743
|
+
"maintainers": [
|
|
3744
|
+
{
|
|
3745
|
+
"name": "stickpro",
|
|
3746
|
+
"github": "stickpro",
|
|
3747
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2440
3748
|
}
|
|
2441
|
-
]
|
|
3749
|
+
],
|
|
3750
|
+
"compatibility": {
|
|
3751
|
+
"2.x": "working",
|
|
3752
|
+
"2.x-bridge": "unknown",
|
|
3753
|
+
"3.x": "unknown"
|
|
3754
|
+
}
|
|
2442
3755
|
},
|
|
2443
3756
|
{
|
|
2444
3757
|
"name": "toast",
|
|
@@ -2446,8 +3759,8 @@
|
|
|
2446
3759
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2447
3760
|
"npm": "@nuxtjs/toast",
|
|
2448
3761
|
"icon": "",
|
|
2449
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2450
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3762
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3763
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2451
3764
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2452
3765
|
"category": "Libraries",
|
|
2453
3766
|
"type": "community",
|
|
@@ -2455,10 +3768,37 @@
|
|
|
2455
3768
|
{
|
|
2456
3769
|
"name": "Pooya Parsa",
|
|
2457
3770
|
"github": "pi0",
|
|
2458
|
-
"twitter": "_pi0_"
|
|
2459
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3771
|
+
"twitter": "_pi0_"
|
|
2460
3772
|
}
|
|
2461
|
-
]
|
|
3773
|
+
],
|
|
3774
|
+
"compatibility": {
|
|
3775
|
+
"2.x": "working",
|
|
3776
|
+
"2.x-bridge": "unknown",
|
|
3777
|
+
"3.x": "unknown"
|
|
3778
|
+
}
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "twa",
|
|
3782
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3783
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3784
|
+
"npm": "nuxt-twa",
|
|
3785
|
+
"icon": "",
|
|
3786
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3787
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3788
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3789
|
+
"category": "Performance",
|
|
3790
|
+
"type": "3rd-party",
|
|
3791
|
+
"maintainers": [
|
|
3792
|
+
{
|
|
3793
|
+
"name": "Nicolas Perraut",
|
|
3794
|
+
"github": "tuarrep"
|
|
3795
|
+
}
|
|
3796
|
+
],
|
|
3797
|
+
"compatibility": {
|
|
3798
|
+
"2.x": "working",
|
|
3799
|
+
"2.x-bridge": "wip",
|
|
3800
|
+
"3.x": "wip"
|
|
3801
|
+
}
|
|
2462
3802
|
},
|
|
2463
3803
|
{
|
|
2464
3804
|
"name": "typed-router",
|
|
@@ -2474,10 +3814,14 @@
|
|
|
2474
3814
|
"maintainers": [
|
|
2475
3815
|
{
|
|
2476
3816
|
"name": "victorgarciaesgi",
|
|
2477
|
-
"github": "victorgarciaesgi"
|
|
2478
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3817
|
+
"github": "victorgarciaesgi"
|
|
2479
3818
|
}
|
|
2480
|
-
]
|
|
3819
|
+
],
|
|
3820
|
+
"compatibility": {
|
|
3821
|
+
"2.x": "working",
|
|
3822
|
+
"2.x-bridge": "unknown",
|
|
3823
|
+
"3.x": "unknown"
|
|
3824
|
+
}
|
|
2481
3825
|
},
|
|
2482
3826
|
{
|
|
2483
3827
|
"name": "typescript-runtime",
|
|
@@ -2493,22 +3837,24 @@
|
|
|
2493
3837
|
"maintainers": [
|
|
2494
3838
|
{
|
|
2495
3839
|
"name": "Kevin Marrec",
|
|
2496
|
-
"github": "kevinmarrec"
|
|
2497
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3840
|
+
"github": "kevinmarrec"
|
|
2498
3841
|
},
|
|
2499
3842
|
{
|
|
2500
3843
|
"name": "Pooya Parsa",
|
|
2501
3844
|
"github": "pi0",
|
|
2502
|
-
"twitter": "_pi0_"
|
|
2503
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3845
|
+
"twitter": "_pi0_"
|
|
2504
3846
|
},
|
|
2505
3847
|
{
|
|
2506
3848
|
"name": "Daniel Roe",
|
|
2507
3849
|
"github": "danielroe",
|
|
2508
|
-
"twitter": "danielcroe"
|
|
2509
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3850
|
+
"twitter": "danielcroe"
|
|
2510
3851
|
}
|
|
2511
|
-
]
|
|
3852
|
+
],
|
|
3853
|
+
"compatibility": {
|
|
3854
|
+
"2.x": "working",
|
|
3855
|
+
"2.x-bridge": "unknown",
|
|
3856
|
+
"3.x": "unknown"
|
|
3857
|
+
}
|
|
2512
3858
|
},
|
|
2513
3859
|
{
|
|
2514
3860
|
"name": "typescript",
|
|
@@ -2524,22 +3870,24 @@
|
|
|
2524
3870
|
"maintainers": [
|
|
2525
3871
|
{
|
|
2526
3872
|
"name": "Kevin Marrec",
|
|
2527
|
-
"github": "kevinmarrec"
|
|
2528
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3873
|
+
"github": "kevinmarrec"
|
|
2529
3874
|
},
|
|
2530
3875
|
{
|
|
2531
3876
|
"name": "Pooya Parsa",
|
|
2532
3877
|
"github": "pi0",
|
|
2533
|
-
"twitter": "_pi0_"
|
|
2534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3878
|
+
"twitter": "_pi0_"
|
|
2535
3879
|
},
|
|
2536
3880
|
{
|
|
2537
3881
|
"name": "Daniel Roe",
|
|
2538
3882
|
"github": "danielroe",
|
|
2539
|
-
"twitter": "danielcroe"
|
|
2540
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3883
|
+
"twitter": "danielcroe"
|
|
2541
3884
|
}
|
|
2542
|
-
]
|
|
3885
|
+
],
|
|
3886
|
+
"compatibility": {
|
|
3887
|
+
"2.x": "working",
|
|
3888
|
+
"2.x-bridge": "unknown",
|
|
3889
|
+
"3.x": "unknown"
|
|
3890
|
+
}
|
|
2543
3891
|
},
|
|
2544
3892
|
{
|
|
2545
3893
|
"name": "universal-storage",
|
|
@@ -2550,22 +3898,50 @@
|
|
|
2550
3898
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2551
3899
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2552
3900
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2553
|
-
"category": "
|
|
3901
|
+
"category": "Extensions",
|
|
2554
3902
|
"type": "community",
|
|
2555
3903
|
"maintainers": [
|
|
2556
3904
|
{
|
|
2557
3905
|
"name": "Pooya Parsa",
|
|
2558
3906
|
"github": "pi0",
|
|
2559
|
-
"twitter": "_pi0_"
|
|
2560
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3907
|
+
"twitter": "_pi0_"
|
|
2561
3908
|
},
|
|
2562
3909
|
{
|
|
2563
3910
|
"name": "Farzad Soltani",
|
|
2564
3911
|
"github": "farzadso",
|
|
2565
|
-
"twitter": "farzadso"
|
|
2566
|
-
|
|
3912
|
+
"twitter": "farzadso"
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"compatibility": {
|
|
3916
|
+
"2.x": "working",
|
|
3917
|
+
"2.x-bridge": "unknown",
|
|
3918
|
+
"3.x": "unknown"
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"name": "unocss",
|
|
3923
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3924
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3925
|
+
"npm": "@unocss/nuxt",
|
|
3926
|
+
"icon": "unocss.svg",
|
|
3927
|
+
"github": "https://github.com/antfu/unocss",
|
|
3928
|
+
"website": "https://github.com/antfu/unocss",
|
|
3929
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3930
|
+
"category": "UI",
|
|
3931
|
+
"type": "3rd-party",
|
|
3932
|
+
"maintainers": [
|
|
3933
|
+
{
|
|
3934
|
+
"name": "Anthony Fu",
|
|
3935
|
+
"github": "antfu",
|
|
3936
|
+
"twitter": "antfu7",
|
|
3937
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2567
3938
|
}
|
|
2568
|
-
]
|
|
3939
|
+
],
|
|
3940
|
+
"compatibility": {
|
|
3941
|
+
"2.x": "working",
|
|
3942
|
+
"2.x-bridge": "working",
|
|
3943
|
+
"3.x": "working"
|
|
3944
|
+
}
|
|
2569
3945
|
},
|
|
2570
3946
|
{
|
|
2571
3947
|
"name": "user-agent",
|
|
@@ -2576,15 +3952,19 @@
|
|
|
2576
3952
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2577
3953
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2578
3954
|
"learn_more": "",
|
|
2579
|
-
"category": "
|
|
3955
|
+
"category": "Extensions",
|
|
2580
3956
|
"type": "3rd-party",
|
|
2581
3957
|
"maintainers": [
|
|
2582
3958
|
{
|
|
2583
3959
|
"name": "fukuiretu",
|
|
2584
|
-
"github": "fukuiretu"
|
|
2585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3960
|
+
"github": "fukuiretu"
|
|
2586
3961
|
}
|
|
2587
|
-
]
|
|
3962
|
+
],
|
|
3963
|
+
"compatibility": {
|
|
3964
|
+
"2.x": "working",
|
|
3965
|
+
"2.x-bridge": "unknown",
|
|
3966
|
+
"3.x": "unknown"
|
|
3967
|
+
}
|
|
2588
3968
|
},
|
|
2589
3969
|
{
|
|
2590
3970
|
"name": "validate",
|
|
@@ -2600,10 +3980,14 @@
|
|
|
2600
3980
|
"maintainers": [
|
|
2601
3981
|
{
|
|
2602
3982
|
"name": "lewyuburi",
|
|
2603
|
-
"github": "lewyuburi"
|
|
2604
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3983
|
+
"github": "lewyuburi"
|
|
2605
3984
|
}
|
|
2606
|
-
]
|
|
3985
|
+
],
|
|
3986
|
+
"compatibility": {
|
|
3987
|
+
"2.x": "working",
|
|
3988
|
+
"2.x-bridge": "unknown",
|
|
3989
|
+
"3.x": "unknown"
|
|
3990
|
+
}
|
|
2607
3991
|
},
|
|
2608
3992
|
{
|
|
2609
3993
|
"name": "vendor",
|
|
@@ -2614,16 +3998,20 @@
|
|
|
2614
3998
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2615
3999
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2616
4000
|
"learn_more": "",
|
|
2617
|
-
"category": "
|
|
4001
|
+
"category": "Extensions",
|
|
2618
4002
|
"type": "community",
|
|
2619
4003
|
"maintainers": [
|
|
2620
4004
|
{
|
|
2621
4005
|
"name": "Pooya Parsa",
|
|
2622
4006
|
"github": "pi0",
|
|
2623
|
-
"twitter": "_pi0_"
|
|
2624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4007
|
+
"twitter": "_pi0_"
|
|
2625
4008
|
}
|
|
2626
|
-
]
|
|
4009
|
+
],
|
|
4010
|
+
"compatibility": {
|
|
4011
|
+
"2.x": "working",
|
|
4012
|
+
"2.x-bridge": "unknown",
|
|
4013
|
+
"3.x": "unknown"
|
|
4014
|
+
}
|
|
2627
4015
|
},
|
|
2628
4016
|
{
|
|
2629
4017
|
"name": "vue-material",
|
|
@@ -2639,10 +4027,14 @@
|
|
|
2639
4027
|
"maintainers": [
|
|
2640
4028
|
{
|
|
2641
4029
|
"name": "vaso2",
|
|
2642
|
-
"github": "vaso2"
|
|
2643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4030
|
+
"github": "vaso2"
|
|
2644
4031
|
}
|
|
2645
|
-
]
|
|
4032
|
+
],
|
|
4033
|
+
"compatibility": {
|
|
4034
|
+
"2.x": "working",
|
|
4035
|
+
"2.x-bridge": "unknown",
|
|
4036
|
+
"3.x": "unknown"
|
|
4037
|
+
}
|
|
2646
4038
|
},
|
|
2647
4039
|
{
|
|
2648
4040
|
"name": "vue-multiselect",
|
|
@@ -2658,10 +4050,14 @@
|
|
|
2658
4050
|
"maintainers": [
|
|
2659
4051
|
{
|
|
2660
4052
|
"name": "spektrummedia",
|
|
2661
|
-
"github": "spektrummedia"
|
|
2662
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4053
|
+
"github": "spektrummedia"
|
|
2663
4054
|
}
|
|
2664
|
-
]
|
|
4055
|
+
],
|
|
4056
|
+
"compatibility": {
|
|
4057
|
+
"2.x": "working",
|
|
4058
|
+
"2.x-bridge": "unknown",
|
|
4059
|
+
"3.x": "unknown"
|
|
4060
|
+
}
|
|
2665
4061
|
},
|
|
2666
4062
|
{
|
|
2667
4063
|
"name": "vue-select",
|
|
@@ -2677,10 +4073,14 @@
|
|
|
2677
4073
|
"maintainers": [
|
|
2678
4074
|
{
|
|
2679
4075
|
"name": "madmod",
|
|
2680
|
-
"github": "madmod"
|
|
2681
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4076
|
+
"github": "madmod"
|
|
2682
4077
|
}
|
|
2683
|
-
]
|
|
4078
|
+
],
|
|
4079
|
+
"compatibility": {
|
|
4080
|
+
"2.x": "working",
|
|
4081
|
+
"2.x-bridge": "unknown",
|
|
4082
|
+
"3.x": "unknown"
|
|
4083
|
+
}
|
|
2684
4084
|
},
|
|
2685
4085
|
{
|
|
2686
4086
|
"name": "vue-warehouse",
|
|
@@ -2697,10 +4097,14 @@
|
|
|
2697
4097
|
{
|
|
2698
4098
|
"name": "Julio Marquez",
|
|
2699
4099
|
"github": "juliomrqz",
|
|
2700
|
-
"twitter": "juliomrqz"
|
|
2701
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4100
|
+
"twitter": "juliomrqz"
|
|
2702
4101
|
}
|
|
2703
|
-
]
|
|
4102
|
+
],
|
|
4103
|
+
"compatibility": {
|
|
4104
|
+
"2.x": "working",
|
|
4105
|
+
"2.x-bridge": "unknown",
|
|
4106
|
+
"3.x": "unknown"
|
|
4107
|
+
}
|
|
2704
4108
|
},
|
|
2705
4109
|
{
|
|
2706
4110
|
"name": "vuetify",
|
|
@@ -2716,16 +4120,43 @@
|
|
|
2716
4120
|
"maintainers": [
|
|
2717
4121
|
{
|
|
2718
4122
|
"name": "Kevin Marrec",
|
|
2719
|
-
"github": "kevinmarrec"
|
|
2720
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4123
|
+
"github": "kevinmarrec"
|
|
2721
4124
|
},
|
|
2722
4125
|
{
|
|
2723
4126
|
"name": "Pooya Parsa",
|
|
2724
4127
|
"github": "pi0",
|
|
2725
|
-
"twitter": "_pi0_"
|
|
2726
|
-
|
|
4128
|
+
"twitter": "_pi0_"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"compatibility": {
|
|
4132
|
+
"2.x": "working",
|
|
4133
|
+
"2.x-bridge": "unknown",
|
|
4134
|
+
"3.x": "not-working"
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "vueuse",
|
|
4139
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4140
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4141
|
+
"npm": "@vueuse/core",
|
|
4142
|
+
"icon": "vueuse.svg",
|
|
4143
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4144
|
+
"website": "https://vueuse.org",
|
|
4145
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4146
|
+
"category": "Libraries",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Anthony Fu",
|
|
4151
|
+
"github": "antfu",
|
|
4152
|
+
"twitter": "antfu7"
|
|
2727
4153
|
}
|
|
2728
|
-
]
|
|
4154
|
+
],
|
|
4155
|
+
"compatibility": {
|
|
4156
|
+
"2.x": "working",
|
|
4157
|
+
"2.x-bridge": "working",
|
|
4158
|
+
"3.x": "working"
|
|
4159
|
+
}
|
|
2729
4160
|
},
|
|
2730
4161
|
{
|
|
2731
4162
|
"name": "vuex-router-sync",
|
|
@@ -2741,10 +4172,71 @@
|
|
|
2741
4172
|
"maintainers": [
|
|
2742
4173
|
{
|
|
2743
4174
|
"name": "paulgv",
|
|
2744
|
-
"github": "paulgv"
|
|
2745
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4175
|
+
"github": "paulgv"
|
|
2746
4176
|
}
|
|
2747
|
-
]
|
|
4177
|
+
],
|
|
4178
|
+
"compatibility": {
|
|
4179
|
+
"2.x": "working",
|
|
4180
|
+
"2.x-bridge": "unknown",
|
|
4181
|
+
"3.x": "unknown"
|
|
4182
|
+
}
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"name": "web-vitals",
|
|
4186
|
+
"description": "Web Vitals for Nuxt",
|
|
4187
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4188
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4189
|
+
"icon": "",
|
|
4190
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4191
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4192
|
+
"learn_more": "",
|
|
4193
|
+
"category": "Performance",
|
|
4194
|
+
"type": "community",
|
|
4195
|
+
"maintainers": [
|
|
4196
|
+
{
|
|
4197
|
+
"name": "daliborgogic",
|
|
4198
|
+
"github": "daliborgogic"
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "Pooya Parsa",
|
|
4202
|
+
"github": "pi0",
|
|
4203
|
+
"twitter": "_pi0_"
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"name": "Sebastien Chopin",
|
|
4207
|
+
"github": "Atinux",
|
|
4208
|
+
"twitter": "Atinux"
|
|
4209
|
+
}
|
|
4210
|
+
],
|
|
4211
|
+
"compatibility": {
|
|
4212
|
+
"2.x": "working",
|
|
4213
|
+
"2.x-bridge": "unknown",
|
|
4214
|
+
"3.x": "unknown"
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "web3js",
|
|
4219
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4220
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4221
|
+
"npm": "nuxt-web3",
|
|
4222
|
+
"icon": "web3js.svg",
|
|
4223
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4224
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4225
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4226
|
+
"category": "Libraries",
|
|
4227
|
+
"type": "3rd-party",
|
|
4228
|
+
"maintainers": [
|
|
4229
|
+
{
|
|
4230
|
+
"name": "Muhammad Fauzan",
|
|
4231
|
+
"github": "fauzan121002",
|
|
4232
|
+
"twitter": "fauzandev"
|
|
4233
|
+
}
|
|
4234
|
+
],
|
|
4235
|
+
"compatibility": {
|
|
4236
|
+
"2.x": "working",
|
|
4237
|
+
"2.x-bridge": "unknown",
|
|
4238
|
+
"3.x": "unknown"
|
|
4239
|
+
}
|
|
2748
4240
|
},
|
|
2749
4241
|
{
|
|
2750
4242
|
"name": "webfontloader",
|
|
@@ -2760,10 +4252,37 @@
|
|
|
2760
4252
|
"maintainers": [
|
|
2761
4253
|
{
|
|
2762
4254
|
"name": "Developmint",
|
|
2763
|
-
"github": "Developmint"
|
|
2764
|
-
|
|
4255
|
+
"github": "Developmint"
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"compatibility": {
|
|
4259
|
+
"2.x": "working",
|
|
4260
|
+
"2.x-bridge": "unknown",
|
|
4261
|
+
"3.x": "unknown"
|
|
4262
|
+
}
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"name": "webpack-optimisations",
|
|
4266
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4267
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4268
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4269
|
+
"icon": "build-optimisations.svg",
|
|
4270
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4271
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4272
|
+
"learn_more": "",
|
|
4273
|
+
"category": "Devtools",
|
|
4274
|
+
"type": "3rd-party",
|
|
4275
|
+
"maintainers": [
|
|
4276
|
+
{
|
|
4277
|
+
"name": "Harlan Wilton",
|
|
4278
|
+
"github": "harlan-zw"
|
|
2765
4279
|
}
|
|
2766
|
-
]
|
|
4280
|
+
],
|
|
4281
|
+
"compatibility": {
|
|
4282
|
+
"2.x": "working",
|
|
4283
|
+
"2.x-bridge": "working",
|
|
4284
|
+
"3.x": "unknown"
|
|
4285
|
+
}
|
|
2767
4286
|
},
|
|
2768
4287
|
{
|
|
2769
4288
|
"name": "webpack-profile",
|
|
@@ -2780,10 +4299,14 @@
|
|
|
2780
4299
|
{
|
|
2781
4300
|
"name": "Pooya Parsa",
|
|
2782
4301
|
"github": "pi0",
|
|
2783
|
-
"twitter": "_pi0_"
|
|
2784
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4302
|
+
"twitter": "_pi0_"
|
|
2785
4303
|
}
|
|
2786
|
-
]
|
|
4304
|
+
],
|
|
4305
|
+
"compatibility": {
|
|
4306
|
+
"2.x": "working",
|
|
4307
|
+
"2.x-bridge": "unknown",
|
|
4308
|
+
"3.x": "unknown"
|
|
4309
|
+
}
|
|
2787
4310
|
},
|
|
2788
4311
|
{
|
|
2789
4312
|
"name": "webpackdashboard",
|
|
@@ -2799,10 +4322,14 @@
|
|
|
2799
4322
|
"maintainers": [
|
|
2800
4323
|
{
|
|
2801
4324
|
"name": "paulgv",
|
|
2802
|
-
"github": "paulgv"
|
|
2803
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4325
|
+
"github": "paulgv"
|
|
2804
4326
|
}
|
|
2805
|
-
]
|
|
4327
|
+
],
|
|
4328
|
+
"compatibility": {
|
|
4329
|
+
"2.x": "working",
|
|
4330
|
+
"2.x-bridge": "unknown",
|
|
4331
|
+
"3.x": "unknown"
|
|
4332
|
+
}
|
|
2806
4333
|
},
|
|
2807
4334
|
{
|
|
2808
4335
|
"name": "webpackmonitor",
|
|
@@ -2819,10 +4346,43 @@
|
|
|
2819
4346
|
{
|
|
2820
4347
|
"name": "Pooya Parsa",
|
|
2821
4348
|
"github": "pi0",
|
|
2822
|
-
"twitter": "_pi0_"
|
|
2823
|
-
|
|
4349
|
+
"twitter": "_pi0_"
|
|
4350
|
+
}
|
|
4351
|
+
],
|
|
4352
|
+
"compatibility": {
|
|
4353
|
+
"2.x": "working",
|
|
4354
|
+
"2.x-bridge": "unknown",
|
|
4355
|
+
"3.x": "unknown"
|
|
4356
|
+
}
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "windicss",
|
|
4360
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4361
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4362
|
+
"npm": "nuxt-windicss",
|
|
4363
|
+
"icon": "windicss.svg",
|
|
4364
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4365
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4366
|
+
"learn_more": "https://windicss.org/",
|
|
4367
|
+
"category": "UI",
|
|
4368
|
+
"type": "3rd-party",
|
|
4369
|
+
"maintainers": [
|
|
4370
|
+
{
|
|
4371
|
+
"name": "Harlan Wilton",
|
|
4372
|
+
"github": "harlan-zw",
|
|
4373
|
+
"twitter": "harlan_zw"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"name": "Anthony Fu",
|
|
4377
|
+
"github": "antfu",
|
|
4378
|
+
"twitter": "antfu7"
|
|
2824
4379
|
}
|
|
2825
|
-
]
|
|
4380
|
+
],
|
|
4381
|
+
"compatibility": {
|
|
4382
|
+
"2.x": "working",
|
|
4383
|
+
"2.x-bridge": "working",
|
|
4384
|
+
"3.x": "working"
|
|
4385
|
+
}
|
|
2826
4386
|
},
|
|
2827
4387
|
{
|
|
2828
4388
|
"name": "winston-log",
|
|
@@ -2838,10 +4398,14 @@
|
|
|
2838
4398
|
"maintainers": [
|
|
2839
4399
|
{
|
|
2840
4400
|
"name": "aaronransley",
|
|
2841
|
-
"github": "aaronransley"
|
|
2842
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4401
|
+
"github": "aaronransley"
|
|
2843
4402
|
}
|
|
2844
|
-
]
|
|
4403
|
+
],
|
|
4404
|
+
"compatibility": {
|
|
4405
|
+
"2.x": "working",
|
|
4406
|
+
"2.x-bridge": "unknown",
|
|
4407
|
+
"3.x": "unknown"
|
|
4408
|
+
}
|
|
2845
4409
|
},
|
|
2846
4410
|
{
|
|
2847
4411
|
"name": "wp-nuxt",
|
|
@@ -2857,10 +4421,14 @@
|
|
|
2857
4421
|
"maintainers": [
|
|
2858
4422
|
{
|
|
2859
4423
|
"name": "yashha",
|
|
2860
|
-
"github": "yashha"
|
|
2861
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4424
|
+
"github": "yashha"
|
|
2862
4425
|
}
|
|
2863
|
-
]
|
|
4426
|
+
],
|
|
4427
|
+
"compatibility": {
|
|
4428
|
+
"2.x": "working",
|
|
4429
|
+
"2.x-bridge": "unknown",
|
|
4430
|
+
"3.x": "unknown"
|
|
4431
|
+
}
|
|
2864
4432
|
},
|
|
2865
4433
|
{
|
|
2866
4434
|
"name": "xhr-cache",
|
|
@@ -2876,10 +4444,14 @@
|
|
|
2876
4444
|
"maintainers": [
|
|
2877
4445
|
{
|
|
2878
4446
|
"name": "gaetansenn",
|
|
2879
|
-
"github": "gaetansenn"
|
|
2880
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4447
|
+
"github": "gaetansenn"
|
|
2881
4448
|
}
|
|
2882
|
-
]
|
|
4449
|
+
],
|
|
4450
|
+
"compatibility": {
|
|
4451
|
+
"2.x": "working",
|
|
4452
|
+
"2.x-bridge": "unknown",
|
|
4453
|
+
"3.x": "unknown"
|
|
4454
|
+
}
|
|
2883
4455
|
},
|
|
2884
4456
|
{
|
|
2885
4457
|
"name": "xui",
|
|
@@ -2895,18 +4467,23 @@
|
|
|
2895
4467
|
"maintainers": [
|
|
2896
4468
|
{
|
|
2897
4469
|
"name": "MetaCorp",
|
|
2898
|
-
"github": "MetaCorp"
|
|
2899
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4470
|
+
"github": "MetaCorp"
|
|
2900
4471
|
}
|
|
2901
|
-
]
|
|
4472
|
+
],
|
|
4473
|
+
"compatibility": {
|
|
4474
|
+
"2.x": "working",
|
|
4475
|
+
"2.x-bridge": "unknown",
|
|
4476
|
+
"3.x": "unknown"
|
|
4477
|
+
}
|
|
2902
4478
|
},
|
|
2903
4479
|
{
|
|
2904
4480
|
"name": "yandex-metrika",
|
|
2905
|
-
"
|
|
4481
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4482
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2906
4483
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2907
4484
|
"icon": "",
|
|
2908
|
-
"github": "https://github.com/nuxt-community/
|
|
2909
|
-
"website": "https://github.com/nuxt-community/
|
|
4485
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4486
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2910
4487
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2911
4488
|
"category": "Analytics",
|
|
2912
4489
|
"type": "community",
|
|
@@ -2914,10 +4491,14 @@
|
|
|
2914
4491
|
{
|
|
2915
4492
|
"name": "Pooya Parsa",
|
|
2916
4493
|
"github": "pi0",
|
|
2917
|
-
"twitter": "_pi0_"
|
|
2918
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4494
|
+
"twitter": "_pi0_"
|
|
2919
4495
|
}
|
|
2920
|
-
]
|
|
4496
|
+
],
|
|
4497
|
+
"compatibility": {
|
|
4498
|
+
"2.x": "working",
|
|
4499
|
+
"2.x-bridge": "unknown",
|
|
4500
|
+
"3.x": "unknown"
|
|
4501
|
+
}
|
|
2921
4502
|
},
|
|
2922
4503
|
{
|
|
2923
4504
|
"name": "zendesk",
|
|
@@ -2933,9 +4514,13 @@
|
|
|
2933
4514
|
"maintainers": [
|
|
2934
4515
|
{
|
|
2935
4516
|
"name": "DansMaCulotte",
|
|
2936
|
-
"github": "DansMaCulotte"
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
4517
|
+
"github": "DansMaCulotte"
|
|
4518
|
+
}
|
|
4519
|
+
],
|
|
4520
|
+
"compatibility": {
|
|
4521
|
+
"2.x": "working",
|
|
4522
|
+
"2.x-bridge": "unknown",
|
|
4523
|
+
"3.x": "unknown"
|
|
4524
|
+
}
|
|
2940
4525
|
}
|
|
2941
4526
|
]
|