@nuxt/modules 0.5.0-dc2ec5 → 0.5.0-e559bc
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} +2098 -570
- 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"
|
|
38
140
|
}
|
|
39
|
-
]
|
|
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"
|
|
165
|
+
}
|
|
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,14 +211,41 @@
|
|
|
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",
|
|
86
|
-
"description": "
|
|
248
|
+
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
87
249
|
"repo": "nuxt-community/auth-module",
|
|
88
250
|
"npm": "@nuxtjs/auth",
|
|
89
251
|
"icon": "auth.png",
|
|
@@ -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"
|
|
1544
2334
|
}
|
|
1545
|
-
]
|
|
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"
|
|
2429
|
+
}
|
|
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
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3093
|
+
"github": "rchl"
|
|
2021
3094
|
}
|
|
2022
|
-
]
|
|
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"
|
|
3118
|
+
}
|
|
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,14 @@
|
|
|
2171
3325
|
{
|
|
2172
3326
|
"name": "Josh Deltener",
|
|
2173
3327
|
"github": "hecktarzuli",
|
|
2174
|
-
"twitter": "JoshDeltener"
|
|
2175
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
3328
|
+
"twitter": "JoshDeltener"
|
|
2176
3329
|
}
|
|
2177
|
-
]
|
|
3330
|
+
],
|
|
3331
|
+
"compatibility": {
|
|
3332
|
+
"2.x": "working",
|
|
3333
|
+
"2.x-bridge": "unknown",
|
|
3334
|
+
"3.x": "unknown"
|
|
3335
|
+
}
|
|
2178
3336
|
},
|
|
2179
3337
|
{
|
|
2180
3338
|
"name": "storage",
|
|
@@ -2185,15 +3343,42 @@
|
|
|
2185
3343
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2186
3344
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2187
3345
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2188
|
-
"category": "
|
|
3346
|
+
"category": "Extensions",
|
|
2189
3347
|
"type": "3rd-party",
|
|
2190
3348
|
"maintainers": [
|
|
2191
3349
|
{
|
|
2192
3350
|
"name": "mazipan",
|
|
2193
|
-
"github": "mazipan"
|
|
2194
|
-
|
|
3351
|
+
"github": "mazipan"
|
|
3352
|
+
}
|
|
3353
|
+
],
|
|
3354
|
+
"compatibility": {
|
|
3355
|
+
"2.x": "working",
|
|
3356
|
+
"2.x-bridge": "unknown",
|
|
3357
|
+
"3.x": "unknown"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"name": "storefront-ui",
|
|
3362
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3363
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3364
|
+
"npm": "@storefront-ui/nuxt",
|
|
3365
|
+
"icon": "storefront-ui.svg",
|
|
3366
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3367
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3368
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3369
|
+
"category": "UI",
|
|
3370
|
+
"type": "3rd-party",
|
|
3371
|
+
"maintainers": [
|
|
3372
|
+
{
|
|
3373
|
+
"name": "Jakub Andrzejewski",
|
|
3374
|
+
"github": "Baroshem"
|
|
2195
3375
|
}
|
|
2196
|
-
]
|
|
3376
|
+
],
|
|
3377
|
+
"compatibility": {
|
|
3378
|
+
"2.x": "working",
|
|
3379
|
+
"2.x-bridge": "unknown",
|
|
3380
|
+
"3.x": "unknown"
|
|
3381
|
+
}
|
|
2197
3382
|
},
|
|
2198
3383
|
{
|
|
2199
3384
|
"name": "stories",
|
|
@@ -2209,16 +3394,20 @@
|
|
|
2209
3394
|
"maintainers": [
|
|
2210
3395
|
{
|
|
2211
3396
|
"name": "richardeschloss",
|
|
2212
|
-
"github": "richardeschloss"
|
|
2213
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3397
|
+
"github": "richardeschloss"
|
|
2214
3398
|
}
|
|
2215
|
-
]
|
|
3399
|
+
],
|
|
3400
|
+
"compatibility": {
|
|
3401
|
+
"2.x": "working",
|
|
3402
|
+
"2.x-bridge": "unknown",
|
|
3403
|
+
"3.x": "unknown"
|
|
3404
|
+
}
|
|
2216
3405
|
},
|
|
2217
3406
|
{
|
|
2218
3407
|
"name": "storyblok",
|
|
2219
3408
|
"description": "Storyblok Nuxt.js module",
|
|
2220
3409
|
"repo": "storyblok/storyblok-nuxt",
|
|
2221
|
-
"npm": "storyblok-
|
|
3410
|
+
"npm": "@storyblok/nuxt-ws",
|
|
2222
3411
|
"icon": "storyblok.png",
|
|
2223
3412
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2224
3413
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2228,10 +3417,14 @@
|
|
|
2228
3417
|
"maintainers": [
|
|
2229
3418
|
{
|
|
2230
3419
|
"name": "storyblok",
|
|
2231
|
-
"github": "storyblok"
|
|
2232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3420
|
+
"github": "storyblok"
|
|
2233
3421
|
}
|
|
2234
|
-
]
|
|
3422
|
+
],
|
|
3423
|
+
"compatibility": {
|
|
3424
|
+
"2.x": "working",
|
|
3425
|
+
"2.x-bridge": "unknown",
|
|
3426
|
+
"3.x": "unknown"
|
|
3427
|
+
}
|
|
2235
3428
|
},
|
|
2236
3429
|
{
|
|
2237
3430
|
"name": "storybook",
|
|
@@ -2248,16 +3441,19 @@
|
|
|
2248
3441
|
{
|
|
2249
3442
|
"name": "Ahad Birang",
|
|
2250
3443
|
"github": "farnabaz",
|
|
2251
|
-
"twitter": "a_birang"
|
|
2252
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3444
|
+
"twitter": "a_birang"
|
|
2253
3445
|
},
|
|
2254
3446
|
{
|
|
2255
3447
|
"name": "Pooya Parsa",
|
|
2256
3448
|
"github": "pi0",
|
|
2257
|
-
"twitter": "_pi0_"
|
|
2258
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3449
|
+
"twitter": "_pi0_"
|
|
2259
3450
|
}
|
|
2260
|
-
]
|
|
3451
|
+
],
|
|
3452
|
+
"compatibility": {
|
|
3453
|
+
"2.x": "working",
|
|
3454
|
+
"2.x-bridge": "unknown",
|
|
3455
|
+
"3.x": "unknown"
|
|
3456
|
+
}
|
|
2261
3457
|
},
|
|
2262
3458
|
{
|
|
2263
3459
|
"name": "strapi",
|
|
@@ -2274,16 +3470,19 @@
|
|
|
2274
3470
|
{
|
|
2275
3471
|
"name": "Benjamin Canac",
|
|
2276
3472
|
"github": "benjamincanac",
|
|
2277
|
-
"twitter": "benjamincanac"
|
|
2278
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3473
|
+
"twitter": "benjamincanac"
|
|
2279
3474
|
},
|
|
2280
3475
|
{
|
|
2281
3476
|
"name": "Sébastien Chopin",
|
|
2282
3477
|
"github": "Atinux",
|
|
2283
|
-
"twitter": "Atinux"
|
|
2284
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3478
|
+
"twitter": "Atinux"
|
|
2285
3479
|
}
|
|
2286
|
-
]
|
|
3480
|
+
],
|
|
3481
|
+
"compatibility": {
|
|
3482
|
+
"2.x": "working",
|
|
3483
|
+
"2.x-bridge": "wip",
|
|
3484
|
+
"3.x": "unknown"
|
|
3485
|
+
}
|
|
2287
3486
|
},
|
|
2288
3487
|
{
|
|
2289
3488
|
"name": "stripe",
|
|
@@ -2299,10 +3498,14 @@
|
|
|
2299
3498
|
"maintainers": [
|
|
2300
3499
|
{
|
|
2301
3500
|
"name": "WilliamDASILVA",
|
|
2302
|
-
"github": "WilliamDASILVA"
|
|
2303
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3501
|
+
"github": "WilliamDASILVA"
|
|
2304
3502
|
}
|
|
2305
|
-
]
|
|
3503
|
+
],
|
|
3504
|
+
"compatibility": {
|
|
3505
|
+
"2.x": "working",
|
|
3506
|
+
"2.x-bridge": "unknown",
|
|
3507
|
+
"3.x": "unknown"
|
|
3508
|
+
}
|
|
2306
3509
|
},
|
|
2307
3510
|
{
|
|
2308
3511
|
"name": "style-resources",
|
|
@@ -2319,10 +3522,14 @@
|
|
|
2319
3522
|
{
|
|
2320
3523
|
"name": "Alexander Lichter",
|
|
2321
3524
|
"github": "manniL",
|
|
2322
|
-
"twitter": "TheAlexLichter"
|
|
2323
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3525
|
+
"twitter": "TheAlexLichter"
|
|
2324
3526
|
}
|
|
2325
|
-
]
|
|
3527
|
+
],
|
|
3528
|
+
"compatibility": {
|
|
3529
|
+
"2.x": "working",
|
|
3530
|
+
"2.x-bridge": "unknown",
|
|
3531
|
+
"3.x": "unknown"
|
|
3532
|
+
}
|
|
2326
3533
|
},
|
|
2327
3534
|
{
|
|
2328
3535
|
"name": "stylelint",
|
|
@@ -2338,10 +3545,38 @@
|
|
|
2338
3545
|
"maintainers": [
|
|
2339
3546
|
{
|
|
2340
3547
|
"name": "Ricardo Gobbo de Souza",
|
|
2341
|
-
"github": "ricardogobbosouza"
|
|
2342
|
-
|
|
3548
|
+
"github": "ricardogobbosouza"
|
|
3549
|
+
}
|
|
3550
|
+
],
|
|
3551
|
+
"compatibility": {
|
|
3552
|
+
"2.x": "working",
|
|
3553
|
+
"2.x-bridge": "unknown",
|
|
3554
|
+
"3.x": "unknown"
|
|
3555
|
+
}
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"name": "supabase",
|
|
3559
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3560
|
+
"repo": "supabase/nuxt-supabase",
|
|
3561
|
+
"npm": "nuxt-supabase",
|
|
3562
|
+
"icon": "supabase.png",
|
|
3563
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3564
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3565
|
+
"learn_more": "https://supabase.io",
|
|
3566
|
+
"category": "Database",
|
|
3567
|
+
"type": "3rd-party",
|
|
3568
|
+
"maintainers": [
|
|
3569
|
+
{
|
|
3570
|
+
"name": "Scott Robertson",
|
|
3571
|
+
"github": "scottrobertson",
|
|
3572
|
+
"twitter": "scottymeuk"
|
|
2343
3573
|
}
|
|
2344
|
-
]
|
|
3574
|
+
],
|
|
3575
|
+
"compatibility": {
|
|
3576
|
+
"2.x": "working",
|
|
3577
|
+
"2.x-bridge": "unknown",
|
|
3578
|
+
"3.x": "unknown"
|
|
3579
|
+
}
|
|
2345
3580
|
},
|
|
2346
3581
|
{
|
|
2347
3582
|
"name": "svg-loader",
|
|
@@ -2352,15 +3587,19 @@
|
|
|
2352
3587
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2353
3588
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2354
3589
|
"learn_more": "",
|
|
2355
|
-
"category": "
|
|
3590
|
+
"category": "Extensions",
|
|
2356
3591
|
"type": "3rd-party",
|
|
2357
3592
|
"maintainers": [
|
|
2358
3593
|
{
|
|
2359
3594
|
"name": "Developmint",
|
|
2360
|
-
"github": "Developmint"
|
|
2361
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3595
|
+
"github": "Developmint"
|
|
2362
3596
|
}
|
|
2363
|
-
]
|
|
3597
|
+
],
|
|
3598
|
+
"compatibility": {
|
|
3599
|
+
"2.x": "working",
|
|
3600
|
+
"2.x-bridge": "unknown",
|
|
3601
|
+
"3.x": "unknown"
|
|
3602
|
+
}
|
|
2364
3603
|
},
|
|
2365
3604
|
{
|
|
2366
3605
|
"name": "svg-sprite",
|
|
@@ -2371,16 +3610,20 @@
|
|
|
2371
3610
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2372
3611
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2373
3612
|
"learn_more": "",
|
|
2374
|
-
"category": "
|
|
3613
|
+
"category": "UI",
|
|
2375
3614
|
"type": "community",
|
|
2376
3615
|
"maintainers": [
|
|
2377
3616
|
{
|
|
2378
3617
|
"name": "Ahad Birang",
|
|
2379
3618
|
"github": "farnabaz",
|
|
2380
|
-
"twitter": "a_birang"
|
|
2381
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3619
|
+
"twitter": "a_birang"
|
|
2382
3620
|
}
|
|
2383
|
-
]
|
|
3621
|
+
],
|
|
3622
|
+
"compatibility": {
|
|
3623
|
+
"2.x": "working",
|
|
3624
|
+
"2.x-bridge": "unknown",
|
|
3625
|
+
"3.x": "unknown"
|
|
3626
|
+
}
|
|
2384
3627
|
},
|
|
2385
3628
|
{
|
|
2386
3629
|
"name": "svg",
|
|
@@ -2391,15 +3634,19 @@
|
|
|
2391
3634
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2392
3635
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2393
3636
|
"learn_more": "",
|
|
2394
|
-
"category": "
|
|
3637
|
+
"category": "Extensions",
|
|
2395
3638
|
"type": "community",
|
|
2396
3639
|
"maintainers": [
|
|
2397
3640
|
{
|
|
2398
3641
|
"name": "Sam Holmes",
|
|
2399
|
-
"github": "sam3d"
|
|
2400
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3642
|
+
"github": "sam3d"
|
|
2401
3643
|
}
|
|
2402
|
-
]
|
|
3644
|
+
],
|
|
3645
|
+
"compatibility": {
|
|
3646
|
+
"2.x": "working",
|
|
3647
|
+
"2.x-bridge": "unknown",
|
|
3648
|
+
"3.x": "unknown"
|
|
3649
|
+
}
|
|
2403
3650
|
},
|
|
2404
3651
|
{
|
|
2405
3652
|
"name": "sweetalert2",
|
|
@@ -2415,10 +3662,14 @@
|
|
|
2415
3662
|
"maintainers": [
|
|
2416
3663
|
{
|
|
2417
3664
|
"name": "ImreC",
|
|
2418
|
-
"github": "ImreC"
|
|
2419
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3665
|
+
"github": "ImreC"
|
|
2420
3666
|
}
|
|
2421
|
-
]
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"2.x": "working",
|
|
3670
|
+
"2.x-bridge": "unknown",
|
|
3671
|
+
"3.x": "unknown"
|
|
3672
|
+
}
|
|
2422
3673
|
},
|
|
2423
3674
|
{
|
|
2424
3675
|
"name": "tailwindcss",
|
|
@@ -2435,10 +3686,14 @@
|
|
|
2435
3686
|
{
|
|
2436
3687
|
"name": "Sébastien Chopin",
|
|
2437
3688
|
"github": "Atinux",
|
|
2438
|
-
"twitter": "Atinux"
|
|
2439
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3689
|
+
"twitter": "Atinux"
|
|
2440
3690
|
}
|
|
2441
|
-
]
|
|
3691
|
+
],
|
|
3692
|
+
"compatibility": {
|
|
3693
|
+
"2.x": "working",
|
|
3694
|
+
"2.x-bridge": "wip",
|
|
3695
|
+
"3.x": "wip"
|
|
3696
|
+
}
|
|
2442
3697
|
},
|
|
2443
3698
|
{
|
|
2444
3699
|
"name": "toast",
|
|
@@ -2446,8 +3701,8 @@
|
|
|
2446
3701
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2447
3702
|
"npm": "@nuxtjs/toast",
|
|
2448
3703
|
"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",
|
|
3704
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3705
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2451
3706
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2452
3707
|
"category": "Libraries",
|
|
2453
3708
|
"type": "community",
|
|
@@ -2455,10 +3710,37 @@
|
|
|
2455
3710
|
{
|
|
2456
3711
|
"name": "Pooya Parsa",
|
|
2457
3712
|
"github": "pi0",
|
|
2458
|
-
"twitter": "_pi0_"
|
|
2459
|
-
|
|
3713
|
+
"twitter": "_pi0_"
|
|
3714
|
+
}
|
|
3715
|
+
],
|
|
3716
|
+
"compatibility": {
|
|
3717
|
+
"2.x": "working",
|
|
3718
|
+
"2.x-bridge": "unknown",
|
|
3719
|
+
"3.x": "unknown"
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"name": "twa",
|
|
3724
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3725
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3726
|
+
"npm": "nuxt-twa",
|
|
3727
|
+
"icon": "",
|
|
3728
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3729
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3730
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3731
|
+
"category": "Performance",
|
|
3732
|
+
"type": "3rd-party",
|
|
3733
|
+
"maintainers": [
|
|
3734
|
+
{
|
|
3735
|
+
"name": "Nicolas Perraut",
|
|
3736
|
+
"github": "tuarrep"
|
|
2460
3737
|
}
|
|
2461
|
-
]
|
|
3738
|
+
],
|
|
3739
|
+
"compatibility": {
|
|
3740
|
+
"2.x": "working",
|
|
3741
|
+
"2.x-bridge": "wip",
|
|
3742
|
+
"3.x": "wip"
|
|
3743
|
+
}
|
|
2462
3744
|
},
|
|
2463
3745
|
{
|
|
2464
3746
|
"name": "typed-router",
|
|
@@ -2474,10 +3756,14 @@
|
|
|
2474
3756
|
"maintainers": [
|
|
2475
3757
|
{
|
|
2476
3758
|
"name": "victorgarciaesgi",
|
|
2477
|
-
"github": "victorgarciaesgi"
|
|
2478
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3759
|
+
"github": "victorgarciaesgi"
|
|
2479
3760
|
}
|
|
2480
|
-
]
|
|
3761
|
+
],
|
|
3762
|
+
"compatibility": {
|
|
3763
|
+
"2.x": "working",
|
|
3764
|
+
"2.x-bridge": "unknown",
|
|
3765
|
+
"3.x": "unknown"
|
|
3766
|
+
}
|
|
2481
3767
|
},
|
|
2482
3768
|
{
|
|
2483
3769
|
"name": "typescript-runtime",
|
|
@@ -2493,22 +3779,24 @@
|
|
|
2493
3779
|
"maintainers": [
|
|
2494
3780
|
{
|
|
2495
3781
|
"name": "Kevin Marrec",
|
|
2496
|
-
"github": "kevinmarrec"
|
|
2497
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3782
|
+
"github": "kevinmarrec"
|
|
2498
3783
|
},
|
|
2499
3784
|
{
|
|
2500
3785
|
"name": "Pooya Parsa",
|
|
2501
3786
|
"github": "pi0",
|
|
2502
|
-
"twitter": "_pi0_"
|
|
2503
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3787
|
+
"twitter": "_pi0_"
|
|
2504
3788
|
},
|
|
2505
3789
|
{
|
|
2506
3790
|
"name": "Daniel Roe",
|
|
2507
3791
|
"github": "danielroe",
|
|
2508
|
-
"twitter": "danielcroe"
|
|
2509
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3792
|
+
"twitter": "danielcroe"
|
|
2510
3793
|
}
|
|
2511
|
-
]
|
|
3794
|
+
],
|
|
3795
|
+
"compatibility": {
|
|
3796
|
+
"2.x": "working",
|
|
3797
|
+
"2.x-bridge": "unknown",
|
|
3798
|
+
"3.x": "unknown"
|
|
3799
|
+
}
|
|
2512
3800
|
},
|
|
2513
3801
|
{
|
|
2514
3802
|
"name": "typescript",
|
|
@@ -2524,22 +3812,24 @@
|
|
|
2524
3812
|
"maintainers": [
|
|
2525
3813
|
{
|
|
2526
3814
|
"name": "Kevin Marrec",
|
|
2527
|
-
"github": "kevinmarrec"
|
|
2528
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3815
|
+
"github": "kevinmarrec"
|
|
2529
3816
|
},
|
|
2530
3817
|
{
|
|
2531
3818
|
"name": "Pooya Parsa",
|
|
2532
3819
|
"github": "pi0",
|
|
2533
|
-
"twitter": "_pi0_"
|
|
2534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3820
|
+
"twitter": "_pi0_"
|
|
2535
3821
|
},
|
|
2536
3822
|
{
|
|
2537
3823
|
"name": "Daniel Roe",
|
|
2538
3824
|
"github": "danielroe",
|
|
2539
|
-
"twitter": "danielcroe"
|
|
2540
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3825
|
+
"twitter": "danielcroe"
|
|
2541
3826
|
}
|
|
2542
|
-
]
|
|
3827
|
+
],
|
|
3828
|
+
"compatibility": {
|
|
3829
|
+
"2.x": "working",
|
|
3830
|
+
"2.x-bridge": "unknown",
|
|
3831
|
+
"3.x": "unknown"
|
|
3832
|
+
}
|
|
2543
3833
|
},
|
|
2544
3834
|
{
|
|
2545
3835
|
"name": "universal-storage",
|
|
@@ -2550,22 +3840,50 @@
|
|
|
2550
3840
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2551
3841
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2552
3842
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2553
|
-
"category": "
|
|
3843
|
+
"category": "Extensions",
|
|
2554
3844
|
"type": "community",
|
|
2555
3845
|
"maintainers": [
|
|
2556
3846
|
{
|
|
2557
3847
|
"name": "Pooya Parsa",
|
|
2558
3848
|
"github": "pi0",
|
|
2559
|
-
"twitter": "_pi0_"
|
|
2560
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3849
|
+
"twitter": "_pi0_"
|
|
2561
3850
|
},
|
|
2562
3851
|
{
|
|
2563
3852
|
"name": "Farzad Soltani",
|
|
2564
3853
|
"github": "farzadso",
|
|
2565
|
-
"twitter": "farzadso"
|
|
2566
|
-
|
|
3854
|
+
"twitter": "farzadso"
|
|
3855
|
+
}
|
|
3856
|
+
],
|
|
3857
|
+
"compatibility": {
|
|
3858
|
+
"2.x": "working",
|
|
3859
|
+
"2.x-bridge": "unknown",
|
|
3860
|
+
"3.x": "unknown"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "unocss",
|
|
3865
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3866
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3867
|
+
"npm": "@unocss/nuxt",
|
|
3868
|
+
"icon": "unocss.svg",
|
|
3869
|
+
"github": "https://github.com/antfu/unocss",
|
|
3870
|
+
"website": "https://github.com/antfu/unocss",
|
|
3871
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3872
|
+
"category": "UI",
|
|
3873
|
+
"type": "3rd-party",
|
|
3874
|
+
"maintainers": [
|
|
3875
|
+
{
|
|
3876
|
+
"name": "Anthony Fu",
|
|
3877
|
+
"github": "antfu",
|
|
3878
|
+
"twitter": "antfu7",
|
|
3879
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2567
3880
|
}
|
|
2568
|
-
]
|
|
3881
|
+
],
|
|
3882
|
+
"compatibility": {
|
|
3883
|
+
"2.x": "working",
|
|
3884
|
+
"2.x-bridge": "working",
|
|
3885
|
+
"3.x": "working"
|
|
3886
|
+
}
|
|
2569
3887
|
},
|
|
2570
3888
|
{
|
|
2571
3889
|
"name": "user-agent",
|
|
@@ -2576,15 +3894,19 @@
|
|
|
2576
3894
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2577
3895
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2578
3896
|
"learn_more": "",
|
|
2579
|
-
"category": "
|
|
3897
|
+
"category": "Extensions",
|
|
2580
3898
|
"type": "3rd-party",
|
|
2581
3899
|
"maintainers": [
|
|
2582
3900
|
{
|
|
2583
3901
|
"name": "fukuiretu",
|
|
2584
|
-
"github": "fukuiretu"
|
|
2585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3902
|
+
"github": "fukuiretu"
|
|
2586
3903
|
}
|
|
2587
|
-
]
|
|
3904
|
+
],
|
|
3905
|
+
"compatibility": {
|
|
3906
|
+
"2.x": "working",
|
|
3907
|
+
"2.x-bridge": "unknown",
|
|
3908
|
+
"3.x": "unknown"
|
|
3909
|
+
}
|
|
2588
3910
|
},
|
|
2589
3911
|
{
|
|
2590
3912
|
"name": "validate",
|
|
@@ -2600,10 +3922,14 @@
|
|
|
2600
3922
|
"maintainers": [
|
|
2601
3923
|
{
|
|
2602
3924
|
"name": "lewyuburi",
|
|
2603
|
-
"github": "lewyuburi"
|
|
2604
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3925
|
+
"github": "lewyuburi"
|
|
2605
3926
|
}
|
|
2606
|
-
]
|
|
3927
|
+
],
|
|
3928
|
+
"compatibility": {
|
|
3929
|
+
"2.x": "working",
|
|
3930
|
+
"2.x-bridge": "unknown",
|
|
3931
|
+
"3.x": "unknown"
|
|
3932
|
+
}
|
|
2607
3933
|
},
|
|
2608
3934
|
{
|
|
2609
3935
|
"name": "vendor",
|
|
@@ -2614,16 +3940,20 @@
|
|
|
2614
3940
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2615
3941
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2616
3942
|
"learn_more": "",
|
|
2617
|
-
"category": "
|
|
3943
|
+
"category": "Extensions",
|
|
2618
3944
|
"type": "community",
|
|
2619
3945
|
"maintainers": [
|
|
2620
3946
|
{
|
|
2621
3947
|
"name": "Pooya Parsa",
|
|
2622
3948
|
"github": "pi0",
|
|
2623
|
-
"twitter": "_pi0_"
|
|
2624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3949
|
+
"twitter": "_pi0_"
|
|
2625
3950
|
}
|
|
2626
|
-
]
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"2.x": "working",
|
|
3954
|
+
"2.x-bridge": "unknown",
|
|
3955
|
+
"3.x": "unknown"
|
|
3956
|
+
}
|
|
2627
3957
|
},
|
|
2628
3958
|
{
|
|
2629
3959
|
"name": "vue-material",
|
|
@@ -2639,10 +3969,14 @@
|
|
|
2639
3969
|
"maintainers": [
|
|
2640
3970
|
{
|
|
2641
3971
|
"name": "vaso2",
|
|
2642
|
-
"github": "vaso2"
|
|
2643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3972
|
+
"github": "vaso2"
|
|
2644
3973
|
}
|
|
2645
|
-
]
|
|
3974
|
+
],
|
|
3975
|
+
"compatibility": {
|
|
3976
|
+
"2.x": "working",
|
|
3977
|
+
"2.x-bridge": "unknown",
|
|
3978
|
+
"3.x": "unknown"
|
|
3979
|
+
}
|
|
2646
3980
|
},
|
|
2647
3981
|
{
|
|
2648
3982
|
"name": "vue-multiselect",
|
|
@@ -2658,10 +3992,14 @@
|
|
|
2658
3992
|
"maintainers": [
|
|
2659
3993
|
{
|
|
2660
3994
|
"name": "spektrummedia",
|
|
2661
|
-
"github": "spektrummedia"
|
|
2662
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
3995
|
+
"github": "spektrummedia"
|
|
2663
3996
|
}
|
|
2664
|
-
]
|
|
3997
|
+
],
|
|
3998
|
+
"compatibility": {
|
|
3999
|
+
"2.x": "working",
|
|
4000
|
+
"2.x-bridge": "unknown",
|
|
4001
|
+
"3.x": "unknown"
|
|
4002
|
+
}
|
|
2665
4003
|
},
|
|
2666
4004
|
{
|
|
2667
4005
|
"name": "vue-select",
|
|
@@ -2677,29 +4015,38 @@
|
|
|
2677
4015
|
"maintainers": [
|
|
2678
4016
|
{
|
|
2679
4017
|
"name": "madmod",
|
|
2680
|
-
"github": "madmod"
|
|
2681
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4018
|
+
"github": "madmod"
|
|
2682
4019
|
}
|
|
2683
|
-
]
|
|
4020
|
+
],
|
|
4021
|
+
"compatibility": {
|
|
4022
|
+
"2.x": "working",
|
|
4023
|
+
"2.x-bridge": "unknown",
|
|
4024
|
+
"3.x": "unknown"
|
|
4025
|
+
}
|
|
2684
4026
|
},
|
|
2685
4027
|
{
|
|
2686
4028
|
"name": "vue-warehouse",
|
|
2687
4029
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
2688
|
-
"repo": "
|
|
4030
|
+
"repo": "juliomrqz/vue-warehouse",
|
|
2689
4031
|
"npm": "vue-warehouse",
|
|
2690
4032
|
"icon": "",
|
|
2691
|
-
"github": "https://github.com/
|
|
4033
|
+
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
2692
4034
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
2693
4035
|
"learn_more": "",
|
|
2694
4036
|
"category": "Libraries",
|
|
2695
4037
|
"type": "3rd-party",
|
|
2696
4038
|
"maintainers": [
|
|
2697
4039
|
{
|
|
2698
|
-
"name": "
|
|
2699
|
-
"github": "
|
|
2700
|
-
"
|
|
4040
|
+
"name": "Julio Marquez",
|
|
4041
|
+
"github": "juliomrqz",
|
|
4042
|
+
"twitter": "juliomrqz"
|
|
2701
4043
|
}
|
|
2702
|
-
]
|
|
4044
|
+
],
|
|
4045
|
+
"compatibility": {
|
|
4046
|
+
"2.x": "working",
|
|
4047
|
+
"2.x-bridge": "unknown",
|
|
4048
|
+
"3.x": "unknown"
|
|
4049
|
+
}
|
|
2703
4050
|
},
|
|
2704
4051
|
{
|
|
2705
4052
|
"name": "vuetify",
|
|
@@ -2715,16 +4062,43 @@
|
|
|
2715
4062
|
"maintainers": [
|
|
2716
4063
|
{
|
|
2717
4064
|
"name": "Kevin Marrec",
|
|
2718
|
-
"github": "kevinmarrec"
|
|
2719
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4065
|
+
"github": "kevinmarrec"
|
|
2720
4066
|
},
|
|
2721
4067
|
{
|
|
2722
4068
|
"name": "Pooya Parsa",
|
|
2723
4069
|
"github": "pi0",
|
|
2724
|
-
"twitter": "_pi0_"
|
|
2725
|
-
|
|
4070
|
+
"twitter": "_pi0_"
|
|
4071
|
+
}
|
|
4072
|
+
],
|
|
4073
|
+
"compatibility": {
|
|
4074
|
+
"2.x": "working",
|
|
4075
|
+
"2.x-bridge": "unknown",
|
|
4076
|
+
"3.x": "not-working"
|
|
4077
|
+
}
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "vueuse",
|
|
4081
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4082
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4083
|
+
"npm": "@vueuse/core",
|
|
4084
|
+
"icon": "vueuse.svg",
|
|
4085
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4086
|
+
"website": "https://vueuse.org",
|
|
4087
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4088
|
+
"category": "Libraries",
|
|
4089
|
+
"type": "3rd-party",
|
|
4090
|
+
"maintainers": [
|
|
4091
|
+
{
|
|
4092
|
+
"name": "Anthony Fu",
|
|
4093
|
+
"github": "antfu",
|
|
4094
|
+
"twitter": "antfu7"
|
|
2726
4095
|
}
|
|
2727
|
-
]
|
|
4096
|
+
],
|
|
4097
|
+
"compatibility": {
|
|
4098
|
+
"2.x": "working",
|
|
4099
|
+
"2.x-bridge": "working",
|
|
4100
|
+
"3.x": "working"
|
|
4101
|
+
}
|
|
2728
4102
|
},
|
|
2729
4103
|
{
|
|
2730
4104
|
"name": "vuex-router-sync",
|
|
@@ -2740,10 +4114,71 @@
|
|
|
2740
4114
|
"maintainers": [
|
|
2741
4115
|
{
|
|
2742
4116
|
"name": "paulgv",
|
|
2743
|
-
"github": "paulgv"
|
|
2744
|
-
|
|
4117
|
+
"github": "paulgv"
|
|
4118
|
+
}
|
|
4119
|
+
],
|
|
4120
|
+
"compatibility": {
|
|
4121
|
+
"2.x": "working",
|
|
4122
|
+
"2.x-bridge": "unknown",
|
|
4123
|
+
"3.x": "unknown"
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "web-vitals",
|
|
4128
|
+
"description": "Web Vitals for Nuxt",
|
|
4129
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4130
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4131
|
+
"icon": "",
|
|
4132
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4133
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4134
|
+
"learn_more": "",
|
|
4135
|
+
"category": "Performance",
|
|
4136
|
+
"type": "community",
|
|
4137
|
+
"maintainers": [
|
|
4138
|
+
{
|
|
4139
|
+
"name": "daliborgogic",
|
|
4140
|
+
"github": "daliborgogic"
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "Pooya Parsa",
|
|
4144
|
+
"github": "pi0",
|
|
4145
|
+
"twitter": "_pi0_"
|
|
4146
|
+
},
|
|
4147
|
+
{
|
|
4148
|
+
"name": "Sebastien Chopin",
|
|
4149
|
+
"github": "Atinux",
|
|
4150
|
+
"twitter": "Atinux"
|
|
4151
|
+
}
|
|
4152
|
+
],
|
|
4153
|
+
"compatibility": {
|
|
4154
|
+
"2.x": "working",
|
|
4155
|
+
"2.x-bridge": "unknown",
|
|
4156
|
+
"3.x": "unknown"
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "web3js",
|
|
4161
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4162
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4163
|
+
"npm": "nuxt-web3",
|
|
4164
|
+
"icon": "web3js.svg",
|
|
4165
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4166
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4167
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4168
|
+
"category": "Libraries",
|
|
4169
|
+
"type": "3rd-party",
|
|
4170
|
+
"maintainers": [
|
|
4171
|
+
{
|
|
4172
|
+
"name": "Muhammad Fauzan",
|
|
4173
|
+
"github": "fauzan121002",
|
|
4174
|
+
"twitter": "fauzandev"
|
|
2745
4175
|
}
|
|
2746
|
-
]
|
|
4176
|
+
],
|
|
4177
|
+
"compatibility": {
|
|
4178
|
+
"2.x": "working",
|
|
4179
|
+
"2.x-bridge": "unknown",
|
|
4180
|
+
"3.x": "unknown"
|
|
4181
|
+
}
|
|
2747
4182
|
},
|
|
2748
4183
|
{
|
|
2749
4184
|
"name": "webfontloader",
|
|
@@ -2759,10 +4194,37 @@
|
|
|
2759
4194
|
"maintainers": [
|
|
2760
4195
|
{
|
|
2761
4196
|
"name": "Developmint",
|
|
2762
|
-
"github": "Developmint"
|
|
2763
|
-
|
|
4197
|
+
"github": "Developmint"
|
|
4198
|
+
}
|
|
4199
|
+
],
|
|
4200
|
+
"compatibility": {
|
|
4201
|
+
"2.x": "working",
|
|
4202
|
+
"2.x-bridge": "unknown",
|
|
4203
|
+
"3.x": "unknown"
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"name": "webpack-optimisations",
|
|
4208
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4209
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4210
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4211
|
+
"icon": "build-optimisations.svg",
|
|
4212
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4213
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4214
|
+
"learn_more": "",
|
|
4215
|
+
"category": "Devtools",
|
|
4216
|
+
"type": "3rd-party",
|
|
4217
|
+
"maintainers": [
|
|
4218
|
+
{
|
|
4219
|
+
"name": "Harlan Wilton",
|
|
4220
|
+
"github": "harlan-zw"
|
|
2764
4221
|
}
|
|
2765
|
-
]
|
|
4222
|
+
],
|
|
4223
|
+
"compatibility": {
|
|
4224
|
+
"2.x": "working",
|
|
4225
|
+
"2.x-bridge": "working",
|
|
4226
|
+
"3.x": "unknown"
|
|
4227
|
+
}
|
|
2766
4228
|
},
|
|
2767
4229
|
{
|
|
2768
4230
|
"name": "webpack-profile",
|
|
@@ -2779,10 +4241,14 @@
|
|
|
2779
4241
|
{
|
|
2780
4242
|
"name": "Pooya Parsa",
|
|
2781
4243
|
"github": "pi0",
|
|
2782
|
-
"twitter": "_pi0_"
|
|
2783
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4244
|
+
"twitter": "_pi0_"
|
|
2784
4245
|
}
|
|
2785
|
-
]
|
|
4246
|
+
],
|
|
4247
|
+
"compatibility": {
|
|
4248
|
+
"2.x": "working",
|
|
4249
|
+
"2.x-bridge": "unknown",
|
|
4250
|
+
"3.x": "unknown"
|
|
4251
|
+
}
|
|
2786
4252
|
},
|
|
2787
4253
|
{
|
|
2788
4254
|
"name": "webpackdashboard",
|
|
@@ -2798,10 +4264,14 @@
|
|
|
2798
4264
|
"maintainers": [
|
|
2799
4265
|
{
|
|
2800
4266
|
"name": "paulgv",
|
|
2801
|
-
"github": "paulgv"
|
|
2802
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4267
|
+
"github": "paulgv"
|
|
2803
4268
|
}
|
|
2804
|
-
]
|
|
4269
|
+
],
|
|
4270
|
+
"compatibility": {
|
|
4271
|
+
"2.x": "working",
|
|
4272
|
+
"2.x-bridge": "unknown",
|
|
4273
|
+
"3.x": "unknown"
|
|
4274
|
+
}
|
|
2805
4275
|
},
|
|
2806
4276
|
{
|
|
2807
4277
|
"name": "webpackmonitor",
|
|
@@ -2818,10 +4288,43 @@
|
|
|
2818
4288
|
{
|
|
2819
4289
|
"name": "Pooya Parsa",
|
|
2820
4290
|
"github": "pi0",
|
|
2821
|
-
"twitter": "_pi0_"
|
|
2822
|
-
|
|
4291
|
+
"twitter": "_pi0_"
|
|
4292
|
+
}
|
|
4293
|
+
],
|
|
4294
|
+
"compatibility": {
|
|
4295
|
+
"2.x": "working",
|
|
4296
|
+
"2.x-bridge": "unknown",
|
|
4297
|
+
"3.x": "unknown"
|
|
4298
|
+
}
|
|
4299
|
+
},
|
|
4300
|
+
{
|
|
4301
|
+
"name": "windicss",
|
|
4302
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4303
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4304
|
+
"npm": "nuxt-windicss",
|
|
4305
|
+
"icon": "windicss.svg",
|
|
4306
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4307
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4308
|
+
"learn_more": "https://windicss.org/",
|
|
4309
|
+
"category": "UI",
|
|
4310
|
+
"type": "3rd-party",
|
|
4311
|
+
"maintainers": [
|
|
4312
|
+
{
|
|
4313
|
+
"name": "Harlan Wilton",
|
|
4314
|
+
"github": "harlan-zw",
|
|
4315
|
+
"twitter": "harlan_zw"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"name": "Anthony Fu",
|
|
4319
|
+
"github": "antfu",
|
|
4320
|
+
"twitter": "antfu7"
|
|
2823
4321
|
}
|
|
2824
|
-
]
|
|
4322
|
+
],
|
|
4323
|
+
"compatibility": {
|
|
4324
|
+
"2.x": "working",
|
|
4325
|
+
"2.x-bridge": "working",
|
|
4326
|
+
"3.x": "working"
|
|
4327
|
+
}
|
|
2825
4328
|
},
|
|
2826
4329
|
{
|
|
2827
4330
|
"name": "winston-log",
|
|
@@ -2837,10 +4340,14 @@
|
|
|
2837
4340
|
"maintainers": [
|
|
2838
4341
|
{
|
|
2839
4342
|
"name": "aaronransley",
|
|
2840
|
-
"github": "aaronransley"
|
|
2841
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4343
|
+
"github": "aaronransley"
|
|
2842
4344
|
}
|
|
2843
|
-
]
|
|
4345
|
+
],
|
|
4346
|
+
"compatibility": {
|
|
4347
|
+
"2.x": "working",
|
|
4348
|
+
"2.x-bridge": "unknown",
|
|
4349
|
+
"3.x": "unknown"
|
|
4350
|
+
}
|
|
2844
4351
|
},
|
|
2845
4352
|
{
|
|
2846
4353
|
"name": "wp-nuxt",
|
|
@@ -2856,10 +4363,14 @@
|
|
|
2856
4363
|
"maintainers": [
|
|
2857
4364
|
{
|
|
2858
4365
|
"name": "yashha",
|
|
2859
|
-
"github": "yashha"
|
|
2860
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4366
|
+
"github": "yashha"
|
|
2861
4367
|
}
|
|
2862
|
-
]
|
|
4368
|
+
],
|
|
4369
|
+
"compatibility": {
|
|
4370
|
+
"2.x": "working",
|
|
4371
|
+
"2.x-bridge": "unknown",
|
|
4372
|
+
"3.x": "unknown"
|
|
4373
|
+
}
|
|
2863
4374
|
},
|
|
2864
4375
|
{
|
|
2865
4376
|
"name": "xhr-cache",
|
|
@@ -2875,10 +4386,14 @@
|
|
|
2875
4386
|
"maintainers": [
|
|
2876
4387
|
{
|
|
2877
4388
|
"name": "gaetansenn",
|
|
2878
|
-
"github": "gaetansenn"
|
|
2879
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4389
|
+
"github": "gaetansenn"
|
|
2880
4390
|
}
|
|
2881
|
-
]
|
|
4391
|
+
],
|
|
4392
|
+
"compatibility": {
|
|
4393
|
+
"2.x": "working",
|
|
4394
|
+
"2.x-bridge": "unknown",
|
|
4395
|
+
"3.x": "unknown"
|
|
4396
|
+
}
|
|
2882
4397
|
},
|
|
2883
4398
|
{
|
|
2884
4399
|
"name": "xui",
|
|
@@ -2894,18 +4409,23 @@
|
|
|
2894
4409
|
"maintainers": [
|
|
2895
4410
|
{
|
|
2896
4411
|
"name": "MetaCorp",
|
|
2897
|
-
"github": "MetaCorp"
|
|
2898
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4412
|
+
"github": "MetaCorp"
|
|
2899
4413
|
}
|
|
2900
|
-
]
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"2.x": "working",
|
|
4417
|
+
"2.x-bridge": "unknown",
|
|
4418
|
+
"3.x": "unknown"
|
|
4419
|
+
}
|
|
2901
4420
|
},
|
|
2902
4421
|
{
|
|
2903
4422
|
"name": "yandex-metrika",
|
|
2904
|
-
"
|
|
4423
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4424
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2905
4425
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2906
4426
|
"icon": "",
|
|
2907
|
-
"github": "https://github.com/nuxt-community/
|
|
2908
|
-
"website": "https://github.com/nuxt-community/
|
|
4427
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4428
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2909
4429
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2910
4430
|
"category": "Analytics",
|
|
2911
4431
|
"type": "community",
|
|
@@ -2913,10 +4433,14 @@
|
|
|
2913
4433
|
{
|
|
2914
4434
|
"name": "Pooya Parsa",
|
|
2915
4435
|
"github": "pi0",
|
|
2916
|
-
"twitter": "_pi0_"
|
|
2917
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4436
|
+
"twitter": "_pi0_"
|
|
2918
4437
|
}
|
|
2919
|
-
]
|
|
4438
|
+
],
|
|
4439
|
+
"compatibility": {
|
|
4440
|
+
"2.x": "working",
|
|
4441
|
+
"2.x-bridge": "unknown",
|
|
4442
|
+
"3.x": "unknown"
|
|
4443
|
+
}
|
|
2920
4444
|
},
|
|
2921
4445
|
{
|
|
2922
4446
|
"name": "zendesk",
|
|
@@ -2932,9 +4456,13 @@
|
|
|
2932
4456
|
"maintainers": [
|
|
2933
4457
|
{
|
|
2934
4458
|
"name": "DansMaCulotte",
|
|
2935
|
-
"github": "DansMaCulotte"
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
4459
|
+
"github": "DansMaCulotte"
|
|
4460
|
+
}
|
|
4461
|
+
],
|
|
4462
|
+
"compatibility": {
|
|
4463
|
+
"2.x": "working",
|
|
4464
|
+
"2.x-bridge": "unknown",
|
|
4465
|
+
"3.x": "unknown"
|
|
4466
|
+
}
|
|
2939
4467
|
}
|
|
2940
4468
|
]
|