@nuxt/modules 0.5.0-ed7d81 → 0.5.0-ed88f8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/modules.json → modules.json} +2294 -571
- package/package.json +2 -43
- package/LICENSE +0 -21
- package/README.md +0 -89
|
@@ -1,4 +1,84 @@
|
|
|
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
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
2
82
|
{
|
|
3
83
|
"name": "alias",
|
|
4
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
@@ -8,15 +88,18 @@
|
|
|
8
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
9
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
10
90
|
"learn_more": "",
|
|
11
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
12
92
|
"type": "3rd-party",
|
|
13
93
|
"maintainers": [
|
|
14
94
|
{
|
|
15
95
|
"name": "kdydesign",
|
|
16
|
-
"github": "kdydesign"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
18
97
|
}
|
|
19
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
20
103
|
},
|
|
21
104
|
{
|
|
22
105
|
"name": "amp",
|
|
@@ -33,10 +116,59 @@
|
|
|
33
116
|
{
|
|
34
117
|
"name": "Ahad Birang",
|
|
35
118
|
"github": "farnabaz",
|
|
36
|
-
"twitter": "a_birang"
|
|
37
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
119
|
+
"twitter": "a_birang"
|
|
38
120
|
}
|
|
39
|
-
]
|
|
121
|
+
],
|
|
122
|
+
"compatibility": {
|
|
123
|
+
"nuxt": "^2.0.0",
|
|
124
|
+
"requires": {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt.js",
|
|
130
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
134
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Libraries",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "apis-to-file",
|
|
151
|
+
"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",
|
|
152
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
156
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Performance",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Luca Iaconelli",
|
|
163
|
+
"github": "LuXDAmore",
|
|
164
|
+
"twitter": "luxdamore",
|
|
165
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^2.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
40
172
|
},
|
|
41
173
|
{
|
|
42
174
|
"name": "apollo",
|
|
@@ -52,15 +184,17 @@
|
|
|
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
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
197
|
+
}
|
|
64
198
|
},
|
|
65
199
|
{
|
|
66
200
|
"name": "applicationinsights",
|
|
@@ -76,14 +210,39 @@
|
|
|
76
210
|
"maintainers": [
|
|
77
211
|
{
|
|
78
212
|
"name": "Dmitry Molotkov",
|
|
79
|
-
"github": "aldarund"
|
|
80
|
-
|
|
213
|
+
"github": "aldarund"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"nuxt": "^2.0.0",
|
|
218
|
+
"requires": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "appwrite",
|
|
223
|
+
"description": "Appwrite module for Nuxt",
|
|
224
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
226
|
+
"icon": "appwrite.png",
|
|
227
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
228
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
229
|
+
"learn_more": "",
|
|
230
|
+
"category": "Request",
|
|
231
|
+
"type": "3rd-party",
|
|
232
|
+
"maintainers": [
|
|
233
|
+
{
|
|
234
|
+
"name": "Hrdtr",
|
|
235
|
+
"github": "Hrdtr"
|
|
81
236
|
}
|
|
82
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
83
242
|
},
|
|
84
243
|
{
|
|
85
244
|
"name": "auth",
|
|
86
|
-
"description": "
|
|
245
|
+
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
87
246
|
"repo": "nuxt-community/auth-module",
|
|
88
247
|
"npm": "@nuxtjs/auth",
|
|
89
248
|
"icon": "auth.png",
|
|
@@ -96,15 +255,17 @@
|
|
|
96
255
|
{
|
|
97
256
|
"name": "Pooya Parsa",
|
|
98
257
|
"github": "pi0",
|
|
99
|
-
"twitter": "_pi0_"
|
|
100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
258
|
+
"twitter": "_pi0_"
|
|
101
259
|
},
|
|
102
260
|
{
|
|
103
261
|
"name": "João Pedro Antunes Silva",
|
|
104
|
-
"github": "JoaoPedroAS51"
|
|
105
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
262
|
+
"github": "JoaoPedroAS51"
|
|
106
263
|
}
|
|
107
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"compatibility": {
|
|
266
|
+
"nuxt": "^2.0.0",
|
|
267
|
+
"requires": {}
|
|
268
|
+
}
|
|
108
269
|
},
|
|
109
270
|
{
|
|
110
271
|
"name": "axios",
|
|
@@ -121,10 +282,13 @@
|
|
|
121
282
|
{
|
|
122
283
|
"name": "Pooya Parsa",
|
|
123
284
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
285
|
+
"twitter": "_pi0_"
|
|
126
286
|
}
|
|
127
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"compatibility": {
|
|
289
|
+
"nuxt": "^2.0.0",
|
|
290
|
+
"requires": {}
|
|
291
|
+
}
|
|
128
292
|
},
|
|
129
293
|
{
|
|
130
294
|
"name": "basic-auth",
|
|
@@ -140,10 +304,13 @@
|
|
|
140
304
|
"maintainers": [
|
|
141
305
|
{
|
|
142
306
|
"name": "potato4d",
|
|
143
|
-
"github": "potato4d"
|
|
144
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
307
|
+
"github": "potato4d"
|
|
145
308
|
}
|
|
146
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
147
314
|
},
|
|
148
315
|
{
|
|
149
316
|
"name": "bootstrap",
|
|
@@ -159,22 +326,23 @@
|
|
|
159
326
|
"maintainers": [
|
|
160
327
|
{
|
|
161
328
|
"name": "Troy Morehouse",
|
|
162
|
-
"github": "tmorehouse"
|
|
163
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
329
|
+
"github": "tmorehouse"
|
|
164
330
|
},
|
|
165
331
|
{
|
|
166
332
|
"name": "Pooya Parsa",
|
|
167
333
|
"github": "pi0",
|
|
168
|
-
"twitter": "_pi0_"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
334
|
+
"twitter": "_pi0_"
|
|
170
335
|
},
|
|
171
336
|
{
|
|
172
337
|
"name": "Jacob Müller",
|
|
173
338
|
"github": "jackmu95",
|
|
174
|
-
"twitter": "jackmu95"
|
|
175
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
339
|
+
"twitter": "jackmu95"
|
|
176
340
|
}
|
|
177
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compatibility": {
|
|
343
|
+
"nuxt": "^2.0.0",
|
|
344
|
+
"requires": {}
|
|
345
|
+
}
|
|
178
346
|
},
|
|
179
347
|
{
|
|
180
348
|
"name": "browserconfig",
|
|
@@ -185,16 +353,19 @@
|
|
|
185
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
186
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
187
355
|
"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": "
|
|
356
|
+
"category": "Extensions",
|
|
189
357
|
"type": "community",
|
|
190
358
|
"maintainers": [
|
|
191
359
|
{
|
|
192
360
|
"name": "Pooya Parsa",
|
|
193
361
|
"github": "pi0",
|
|
194
|
-
"twitter": "_pi0_"
|
|
195
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
362
|
+
"twitter": "_pi0_"
|
|
196
363
|
}
|
|
197
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"compatibility": {
|
|
366
|
+
"nuxt": "^2.0.0",
|
|
367
|
+
"requires": {}
|
|
368
|
+
}
|
|
198
369
|
},
|
|
199
370
|
{
|
|
200
371
|
"name": "buefy",
|
|
@@ -210,10 +381,13 @@
|
|
|
210
381
|
"maintainers": [
|
|
211
382
|
{
|
|
212
383
|
"name": "Walter Tommasi",
|
|
213
|
-
"github": "jtommy"
|
|
214
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
384
|
+
"github": "jtommy"
|
|
215
385
|
}
|
|
216
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
217
391
|
},
|
|
218
392
|
{
|
|
219
393
|
"name": "bugsnag",
|
|
@@ -229,10 +403,13 @@
|
|
|
229
403
|
"maintainers": [
|
|
230
404
|
{
|
|
231
405
|
"name": "JulianMar",
|
|
232
|
-
"github": "JulianMar"
|
|
233
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
406
|
+
"github": "JulianMar"
|
|
234
407
|
}
|
|
235
|
-
]
|
|
408
|
+
],
|
|
409
|
+
"compatibility": {
|
|
410
|
+
"nuxt": "^2.0.0",
|
|
411
|
+
"requires": {}
|
|
412
|
+
}
|
|
236
413
|
},
|
|
237
414
|
{
|
|
238
415
|
"name": "bulma-slim",
|
|
@@ -248,10 +425,13 @@
|
|
|
248
425
|
"maintainers": [
|
|
249
426
|
{
|
|
250
427
|
"name": "mustardamus",
|
|
251
|
-
"github": "mustardamus"
|
|
252
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
428
|
+
"github": "mustardamus"
|
|
253
429
|
}
|
|
254
|
-
]
|
|
430
|
+
],
|
|
431
|
+
"compatibility": {
|
|
432
|
+
"nuxt": "^2.0.0",
|
|
433
|
+
"requires": {}
|
|
434
|
+
}
|
|
255
435
|
},
|
|
256
436
|
{
|
|
257
437
|
"name": "bundle-buddy",
|
|
@@ -267,14 +447,17 @@
|
|
|
267
447
|
"maintainers": [
|
|
268
448
|
{
|
|
269
449
|
"name": "Developmint",
|
|
270
|
-
"github": "Developmint"
|
|
271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
450
|
+
"github": "Developmint"
|
|
272
451
|
}
|
|
273
|
-
]
|
|
452
|
+
],
|
|
453
|
+
"compatibility": {
|
|
454
|
+
"nuxt": "^2.0.0",
|
|
455
|
+
"requires": {}
|
|
456
|
+
}
|
|
274
457
|
},
|
|
275
458
|
{
|
|
276
459
|
"name": "canvas-sketch",
|
|
277
|
-
"description": "Nuxt.js module for
|
|
460
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
278
461
|
"repo": "LuXDAmore/generative-art",
|
|
279
462
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
280
463
|
"icon": "",
|
|
@@ -285,11 +468,59 @@
|
|
|
285
468
|
"type": "3rd-party",
|
|
286
469
|
"maintainers": [
|
|
287
470
|
{
|
|
288
|
-
"name": "
|
|
471
|
+
"name": "Luca Iaconelli",
|
|
289
472
|
"github": "LuXDAmore",
|
|
290
|
-
"
|
|
473
|
+
"twitter": "luxdamore"
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"compatibility": {
|
|
477
|
+
"nuxt": "^2.0.0",
|
|
478
|
+
"requires": {}
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "chakra-ui",
|
|
483
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
484
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
485
|
+
"npm": "@chakra-ui/nuxt",
|
|
486
|
+
"icon": "chakra-ui.png",
|
|
487
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
488
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
489
|
+
"learn_more": "",
|
|
490
|
+
"category": "UI",
|
|
491
|
+
"type": "3rd-party",
|
|
492
|
+
"maintainers": [
|
|
493
|
+
{
|
|
494
|
+
"name": "Jonathan Bakebwa",
|
|
495
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"compatibility": {
|
|
499
|
+
"nuxt": "^2.0.0",
|
|
500
|
+
"requires": {}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "chiffre",
|
|
505
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
506
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
507
|
+
"npm": "nuxt-chiffre",
|
|
508
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
509
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
510
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
511
|
+
"learn_more": "https://chiffre.io",
|
|
512
|
+
"category": "Analytics",
|
|
513
|
+
"type": "3rd-party",
|
|
514
|
+
"maintainers": [
|
|
515
|
+
{
|
|
516
|
+
"name": "Romain Clement",
|
|
517
|
+
"github": "rclement"
|
|
291
518
|
}
|
|
292
|
-
]
|
|
519
|
+
],
|
|
520
|
+
"compatibility": {
|
|
521
|
+
"nuxt": "^2.0.0",
|
|
522
|
+
"requires": {}
|
|
523
|
+
}
|
|
293
524
|
},
|
|
294
525
|
{
|
|
295
526
|
"name": "client-init",
|
|
@@ -300,15 +531,18 @@
|
|
|
300
531
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
301
532
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
302
533
|
"learn_more": "",
|
|
303
|
-
"category": "
|
|
534
|
+
"category": "Extensions",
|
|
304
535
|
"type": "3rd-party",
|
|
305
536
|
"maintainers": [
|
|
306
537
|
{
|
|
307
538
|
"name": "potato4d",
|
|
308
|
-
"github": "potato4d"
|
|
309
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
539
|
+
"github": "potato4d"
|
|
310
540
|
}
|
|
311
|
-
]
|
|
541
|
+
],
|
|
542
|
+
"compatibility": {
|
|
543
|
+
"nuxt": "^2.0.0",
|
|
544
|
+
"requires": {}
|
|
545
|
+
}
|
|
312
546
|
},
|
|
313
547
|
{
|
|
314
548
|
"name": "cloudcms",
|
|
@@ -324,10 +558,13 @@
|
|
|
324
558
|
"maintainers": [
|
|
325
559
|
{
|
|
326
560
|
"name": "gitana",
|
|
327
|
-
"github": "gitana"
|
|
328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
561
|
+
"github": "gitana"
|
|
329
562
|
}
|
|
330
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"compatibility": {
|
|
565
|
+
"nuxt": "^2.0.0",
|
|
566
|
+
"requires": {}
|
|
567
|
+
}
|
|
331
568
|
},
|
|
332
569
|
{
|
|
333
570
|
"name": "cloudinary",
|
|
@@ -344,10 +581,13 @@
|
|
|
344
581
|
{
|
|
345
582
|
"name": "Maya Shavin",
|
|
346
583
|
"github": "mayashavin",
|
|
347
|
-
"twitter": "MayaShavin"
|
|
348
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
584
|
+
"twitter": "MayaShavin"
|
|
349
585
|
}
|
|
350
|
-
]
|
|
586
|
+
],
|
|
587
|
+
"compatibility": {
|
|
588
|
+
"nuxt": "^2.0.0",
|
|
589
|
+
"requires": {}
|
|
590
|
+
}
|
|
351
591
|
},
|
|
352
592
|
{
|
|
353
593
|
"name": "color-mode",
|
|
@@ -356,7 +596,7 @@
|
|
|
356
596
|
"npm": "@nuxtjs/color-mode",
|
|
357
597
|
"icon": "color-mode.png",
|
|
358
598
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
359
|
-
"website": "https://
|
|
599
|
+
"website": "https://color-mode.nuxtjs.org",
|
|
360
600
|
"learn_more": "",
|
|
361
601
|
"category": "UI",
|
|
362
602
|
"type": "community",
|
|
@@ -364,19 +604,24 @@
|
|
|
364
604
|
{
|
|
365
605
|
"name": "Sébastien Chopin",
|
|
366
606
|
"github": "Atinux",
|
|
367
|
-
"twitter": "Atinux"
|
|
368
|
-
|
|
607
|
+
"twitter": "Atinux"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"compatibility": {
|
|
611
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
612
|
+
"requires": {
|
|
613
|
+
"bridge": "optional"
|
|
369
614
|
}
|
|
370
|
-
|
|
615
|
+
}
|
|
371
616
|
},
|
|
372
617
|
{
|
|
373
618
|
"name": "component-cache",
|
|
374
619
|
"description": "LRU component cache for vue components",
|
|
375
|
-
"repo": "nuxt-community/
|
|
620
|
+
"repo": "nuxt-community/component-cache-module",
|
|
376
621
|
"npm": "@nuxtjs/component-cache",
|
|
377
622
|
"icon": "",
|
|
378
|
-
"github": "https://github.com/nuxt-community/
|
|
379
|
-
"website": "https://github.com/nuxt-community/
|
|
623
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
624
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
380
625
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
381
626
|
"category": "Performance",
|
|
382
627
|
"type": "community",
|
|
@@ -384,35 +629,13 @@
|
|
|
384
629
|
{
|
|
385
630
|
"name": "Pooya Parsa",
|
|
386
631
|
"github": "pi0",
|
|
387
|
-
"twitter": "_pi0_"
|
|
388
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
632
|
+
"twitter": "_pi0_"
|
|
389
633
|
}
|
|
390
|
-
]
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
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"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
634
|
+
],
|
|
635
|
+
"compatibility": {
|
|
636
|
+
"nuxt": "^2.0.0",
|
|
637
|
+
"requires": {}
|
|
638
|
+
}
|
|
416
639
|
},
|
|
417
640
|
{
|
|
418
641
|
"name": "composition-api",
|
|
@@ -421,23 +644,26 @@
|
|
|
421
644
|
"npm": "@nuxtjs/composition-api",
|
|
422
645
|
"icon": "composition-api.svg",
|
|
423
646
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
424
|
-
"website": "https://
|
|
647
|
+
"website": "https://composition-api.nuxtjs.org",
|
|
425
648
|
"learn_more": "",
|
|
426
|
-
"category": "
|
|
649
|
+
"category": "Extensions",
|
|
427
650
|
"type": "community",
|
|
428
651
|
"maintainers": [
|
|
429
652
|
{
|
|
430
653
|
"name": "Daniel Roe",
|
|
431
654
|
"github": "danielroe",
|
|
432
|
-
"twitter": "danielcroe"
|
|
433
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
655
|
+
"twitter": "danielcroe"
|
|
434
656
|
}
|
|
435
|
-
]
|
|
657
|
+
],
|
|
658
|
+
"compatibility": {
|
|
659
|
+
"nuxt": "^2.0.0",
|
|
660
|
+
"requires": {}
|
|
661
|
+
}
|
|
436
662
|
},
|
|
437
663
|
{
|
|
438
664
|
"name": "content",
|
|
439
665
|
"description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
|
|
440
|
-
"repo": "nuxt/content#
|
|
666
|
+
"repo": "nuxt/content#main/packages/content",
|
|
441
667
|
"npm": "@nuxt/content",
|
|
442
668
|
"icon": "content.png",
|
|
443
669
|
"github": "https://github.com/nuxt/content",
|
|
@@ -449,16 +675,18 @@
|
|
|
449
675
|
{
|
|
450
676
|
"name": "Benjamin Canac",
|
|
451
677
|
"github": "benjamincanac",
|
|
452
|
-
"twitter": "benjamincanac"
|
|
453
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
678
|
+
"twitter": "benjamincanac"
|
|
454
679
|
},
|
|
455
680
|
{
|
|
456
681
|
"name": "Sebastien Chopin",
|
|
457
682
|
"github": "Atinux",
|
|
458
|
-
"twitter": "Atinux"
|
|
459
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
683
|
+
"twitter": "Atinux"
|
|
460
684
|
}
|
|
461
|
-
]
|
|
685
|
+
],
|
|
686
|
+
"compatibility": {
|
|
687
|
+
"nuxt": "^2.0.0",
|
|
688
|
+
"requires": {}
|
|
689
|
+
}
|
|
462
690
|
},
|
|
463
691
|
{
|
|
464
692
|
"name": "contentful",
|
|
@@ -474,34 +702,61 @@
|
|
|
474
702
|
"maintainers": [
|
|
475
703
|
{
|
|
476
704
|
"name": "scaccogatto",
|
|
477
|
-
"github": "scaccogatto"
|
|
478
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
705
|
+
"github": "scaccogatto"
|
|
479
706
|
}
|
|
480
|
-
]
|
|
707
|
+
],
|
|
708
|
+
"compatibility": {
|
|
709
|
+
"nuxt": "^2.0.0",
|
|
710
|
+
"requires": {}
|
|
711
|
+
}
|
|
481
712
|
},
|
|
482
713
|
{
|
|
483
714
|
"name": "custom-elements",
|
|
484
715
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
485
716
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
486
717
|
"npm": "nuxt-custom-elements",
|
|
487
|
-
"icon": "",
|
|
718
|
+
"icon": "custom-elements.png",
|
|
488
719
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
489
|
-
"website": "https://
|
|
720
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
490
721
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
491
|
-
"category": "
|
|
722
|
+
"category": "Extensions",
|
|
492
723
|
"type": "3rd-party",
|
|
493
724
|
"maintainers": [
|
|
494
725
|
{
|
|
495
726
|
"name": "Thorn Walli",
|
|
496
|
-
"github": "ThornWalli"
|
|
497
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
727
|
+
"github": "ThornWalli"
|
|
498
728
|
},
|
|
499
729
|
{
|
|
500
730
|
"name": "GrabarzUndPartner",
|
|
501
|
-
"github": "GrabarzUndPartner"
|
|
502
|
-
|
|
731
|
+
"github": "GrabarzUndPartner"
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"compatibility": {
|
|
735
|
+
"nuxt": "^2.0.0",
|
|
736
|
+
"requires": {}
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"name": "darkmode.js",
|
|
741
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
742
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
743
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
744
|
+
"icon": "darkmode.png",
|
|
745
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
746
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
747
|
+
"learn_more": "",
|
|
748
|
+
"category": "UI",
|
|
749
|
+
"type": "3rd-party",
|
|
750
|
+
"maintainers": [
|
|
751
|
+
{
|
|
752
|
+
"name": "sandoche",
|
|
753
|
+
"github": "sandoche"
|
|
503
754
|
}
|
|
504
|
-
]
|
|
755
|
+
],
|
|
756
|
+
"compatibility": {
|
|
757
|
+
"nuxt": "^2.0.0",
|
|
758
|
+
"requires": {}
|
|
759
|
+
}
|
|
505
760
|
},
|
|
506
761
|
{
|
|
507
762
|
"name": "date-fns",
|
|
@@ -517,10 +772,35 @@
|
|
|
517
772
|
"maintainers": [
|
|
518
773
|
{
|
|
519
774
|
"name": "Ricardo Gobbo de Souza",
|
|
520
|
-
"github": "ricardogobbosouza"
|
|
521
|
-
|
|
775
|
+
"github": "ricardogobbosouza"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"compatibility": {
|
|
779
|
+
"nuxt": "^2.0.0",
|
|
780
|
+
"requires": {}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "datocms",
|
|
785
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
786
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
787
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
788
|
+
"icon": "datocms.png",
|
|
789
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
790
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
791
|
+
"learn_more": "https://www.datocms.com/",
|
|
792
|
+
"category": "CMS",
|
|
793
|
+
"type": "3rd-party",
|
|
794
|
+
"maintainers": [
|
|
795
|
+
{
|
|
796
|
+
"name": "Frankwarnaar",
|
|
797
|
+
"github": "Frankwarnaar"
|
|
522
798
|
}
|
|
523
|
-
]
|
|
799
|
+
],
|
|
800
|
+
"compatibility": {
|
|
801
|
+
"nuxt": "^2.0.0",
|
|
802
|
+
"requires": {}
|
|
803
|
+
}
|
|
524
804
|
},
|
|
525
805
|
{
|
|
526
806
|
"name": "dayjs",
|
|
@@ -537,10 +817,13 @@
|
|
|
537
817
|
{
|
|
538
818
|
"name": "Takuma HANATANI",
|
|
539
819
|
"github": "potato4d",
|
|
540
|
-
"twitter": "potato4d"
|
|
541
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
820
|
+
"twitter": "potato4d"
|
|
542
821
|
}
|
|
543
|
-
]
|
|
822
|
+
],
|
|
823
|
+
"compatibility": {
|
|
824
|
+
"nuxt": "^2.0.0",
|
|
825
|
+
"requires": {}
|
|
826
|
+
}
|
|
544
827
|
},
|
|
545
828
|
{
|
|
546
829
|
"name": "device",
|
|
@@ -551,15 +834,43 @@
|
|
|
551
834
|
"github": "https://github.com/nuxt-community/device-module",
|
|
552
835
|
"website": "https://github.com/nuxt-community/device-module",
|
|
553
836
|
"learn_more": "",
|
|
554
|
-
"category": "
|
|
837
|
+
"category": "Extensions",
|
|
555
838
|
"type": "community",
|
|
556
839
|
"maintainers": [
|
|
557
840
|
{
|
|
558
841
|
"name": "Shinji Yamada",
|
|
559
|
-
"github": "dotneet"
|
|
560
|
-
|
|
842
|
+
"github": "dotneet"
|
|
843
|
+
}
|
|
844
|
+
],
|
|
845
|
+
"compatibility": {
|
|
846
|
+
"nuxt": "^2.0.0",
|
|
847
|
+
"requires": {}
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "directus",
|
|
852
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
853
|
+
"repo": "intevel/nuxt-directus",
|
|
854
|
+
"npm": "nuxt-directus",
|
|
855
|
+
"icon": "directus.svg",
|
|
856
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
857
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
858
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
859
|
+
"category": "CMS",
|
|
860
|
+
"type": "3rd-party",
|
|
861
|
+
"maintainers": [
|
|
862
|
+
{
|
|
863
|
+
"name": "Conner Bachmann",
|
|
864
|
+
"github": "intevel",
|
|
865
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"compatibility": {
|
|
869
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
870
|
+
"requires": {
|
|
871
|
+
"bridge": true
|
|
561
872
|
}
|
|
562
|
-
|
|
873
|
+
}
|
|
563
874
|
},
|
|
564
875
|
{
|
|
565
876
|
"name": "dotenv",
|
|
@@ -570,15 +881,73 @@
|
|
|
570
881
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
571
882
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
572
883
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
573
|
-
"category": "
|
|
884
|
+
"category": "Extensions",
|
|
574
885
|
"type": "community",
|
|
575
886
|
"maintainers": [
|
|
576
887
|
{
|
|
577
888
|
"name": "Julien Tant",
|
|
578
|
-
"github": "JulienTant"
|
|
579
|
-
|
|
889
|
+
"github": "JulienTant"
|
|
890
|
+
}
|
|
891
|
+
],
|
|
892
|
+
"compatibility": {
|
|
893
|
+
"nuxt": "^2.0.0",
|
|
894
|
+
"requires": {}
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "drupal-ce",
|
|
899
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
900
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
901
|
+
"npm": "nuxtjs-drupal-ce",
|
|
902
|
+
"icon": "drupal-ce.png",
|
|
903
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
904
|
+
"website": "https://stack.lupus.digital",
|
|
905
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
906
|
+
"category": "CMS",
|
|
907
|
+
"type": "3rd-party",
|
|
908
|
+
"maintainers": [
|
|
909
|
+
{
|
|
910
|
+
"name": "Wolfgang Ziegler // fago",
|
|
911
|
+
"github": "fago",
|
|
912
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "Maximilian Götz-Mikus",
|
|
916
|
+
"github": "maximilianmikus",
|
|
917
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "David Licen",
|
|
921
|
+
"github": "davision",
|
|
922
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
923
|
+
}
|
|
924
|
+
],
|
|
925
|
+
"compatibility": {
|
|
926
|
+
"nuxt": "^2.0.0",
|
|
927
|
+
"requires": {}
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "druxt",
|
|
932
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
933
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
934
|
+
"npm": "druxt",
|
|
935
|
+
"icon": "druxt.svg",
|
|
936
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
937
|
+
"website": "https://druxtjs.org",
|
|
938
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
939
|
+
"category": "CMS",
|
|
940
|
+
"type": "3rd-party",
|
|
941
|
+
"maintainers": [
|
|
942
|
+
{
|
|
943
|
+
"name": "Decipher",
|
|
944
|
+
"github": "decipher"
|
|
580
945
|
}
|
|
581
|
-
]
|
|
946
|
+
],
|
|
947
|
+
"compatibility": {
|
|
948
|
+
"nuxt": "^2.0.0",
|
|
949
|
+
"requires": {}
|
|
950
|
+
}
|
|
582
951
|
},
|
|
583
952
|
{
|
|
584
953
|
"name": "emotion",
|
|
@@ -589,16 +958,19 @@
|
|
|
589
958
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
590
959
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
591
960
|
"learn_more": "https://emotion.sh/",
|
|
592
|
-
"category": "
|
|
961
|
+
"category": "Extensions",
|
|
593
962
|
"type": "community",
|
|
594
963
|
"maintainers": [
|
|
595
964
|
{
|
|
596
965
|
"name": "Pooya Parsa",
|
|
597
966
|
"github": "pi0",
|
|
598
|
-
"twitter": "_pi0_"
|
|
599
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
967
|
+
"twitter": "_pi0_"
|
|
600
968
|
}
|
|
601
|
-
]
|
|
969
|
+
],
|
|
970
|
+
"compatibility": {
|
|
971
|
+
"nuxt": "^2.0.0",
|
|
972
|
+
"requires": {}
|
|
973
|
+
}
|
|
602
974
|
},
|
|
603
975
|
{
|
|
604
976
|
"name": "eslint",
|
|
@@ -614,10 +986,13 @@
|
|
|
614
986
|
"maintainers": [
|
|
615
987
|
{
|
|
616
988
|
"name": "Ricardo Gobbo de Souza",
|
|
617
|
-
"github": "ricardogobbosouza"
|
|
618
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
989
|
+
"github": "ricardogobbosouza"
|
|
619
990
|
}
|
|
620
|
-
]
|
|
991
|
+
],
|
|
992
|
+
"compatibility": {
|
|
993
|
+
"nuxt": "^2.0.0",
|
|
994
|
+
"requires": {}
|
|
995
|
+
}
|
|
621
996
|
},
|
|
622
997
|
{
|
|
623
998
|
"name": "event-trace",
|
|
@@ -633,10 +1008,35 @@
|
|
|
633
1008
|
"maintainers": [
|
|
634
1009
|
{
|
|
635
1010
|
"name": "Xin Du",
|
|
636
|
-
"github": "clarkdo"
|
|
637
|
-
|
|
1011
|
+
"github": "clarkdo"
|
|
1012
|
+
}
|
|
1013
|
+
],
|
|
1014
|
+
"compatibility": {
|
|
1015
|
+
"nuxt": "^2.0.0",
|
|
1016
|
+
"requires": {}
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "fathom",
|
|
1021
|
+
"description": "Fathom analytics for Nuxt",
|
|
1022
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1023
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1024
|
+
"icon": "fathom.png",
|
|
1025
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1026
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1027
|
+
"learn_more": "https://usefathom.com/",
|
|
1028
|
+
"category": "Analytics",
|
|
1029
|
+
"type": "3rd-party",
|
|
1030
|
+
"maintainers": [
|
|
1031
|
+
{
|
|
1032
|
+
"name": "yabhq",
|
|
1033
|
+
"github": "yabhq"
|
|
638
1034
|
}
|
|
639
|
-
]
|
|
1035
|
+
],
|
|
1036
|
+
"compatibility": {
|
|
1037
|
+
"nuxt": "^2.0.0",
|
|
1038
|
+
"requires": {}
|
|
1039
|
+
}
|
|
640
1040
|
},
|
|
641
1041
|
{
|
|
642
1042
|
"name": "feature-toggle",
|
|
@@ -647,19 +1047,22 @@
|
|
|
647
1047
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
648
1048
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
649
1049
|
"learn_more": "",
|
|
650
|
-
"category": "
|
|
1050
|
+
"category": "Extensions",
|
|
651
1051
|
"type": "3rd-party",
|
|
652
1052
|
"maintainers": [
|
|
653
1053
|
{
|
|
654
1054
|
"name": "stephenkr",
|
|
655
|
-
"github": "stephenkr"
|
|
656
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1055
|
+
"github": "stephenkr"
|
|
657
1056
|
}
|
|
658
|
-
]
|
|
1057
|
+
],
|
|
1058
|
+
"compatibility": {
|
|
1059
|
+
"nuxt": "^2.0.0",
|
|
1060
|
+
"requires": {}
|
|
1061
|
+
}
|
|
659
1062
|
},
|
|
660
1063
|
{
|
|
661
1064
|
"name": "feed",
|
|
662
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1065
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
663
1066
|
"repo": "nuxt-community/feed-module",
|
|
664
1067
|
"npm": "@nuxtjs/feed",
|
|
665
1068
|
"icon": "",
|
|
@@ -672,29 +1075,57 @@
|
|
|
672
1075
|
{
|
|
673
1076
|
"name": "Alexander Lichter",
|
|
674
1077
|
"github": "manniL",
|
|
675
|
-
"twitter": "TheAlexLichter"
|
|
676
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1078
|
+
"twitter": "TheAlexLichter"
|
|
677
1079
|
}
|
|
678
|
-
]
|
|
1080
|
+
],
|
|
1081
|
+
"compatibility": {
|
|
1082
|
+
"nuxt": "^2.0.0",
|
|
1083
|
+
"requires": {}
|
|
1084
|
+
}
|
|
679
1085
|
},
|
|
680
1086
|
{
|
|
681
1087
|
"name": "firebase",
|
|
682
|
-
"description": "
|
|
683
|
-
"repo": "nuxt-community/firebase-module",
|
|
1088
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1089
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
684
1090
|
"npm": "@nuxtjs/firebase",
|
|
685
1091
|
"icon": "firebase.png",
|
|
686
1092
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
687
|
-
"website": "https://
|
|
1093
|
+
"website": "https://firebase.nuxtjs.org",
|
|
688
1094
|
"learn_more": "https://firebase.google.com/",
|
|
689
1095
|
"category": "Database",
|
|
690
1096
|
"type": "community",
|
|
691
1097
|
"maintainers": [
|
|
692
1098
|
{
|
|
693
1099
|
"name": "Pascal Luther",
|
|
694
|
-
"github": "lupas"
|
|
695
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1100
|
+
"github": "lupas"
|
|
696
1101
|
}
|
|
697
|
-
]
|
|
1102
|
+
],
|
|
1103
|
+
"compatibility": {
|
|
1104
|
+
"nuxt": "^2.0.0",
|
|
1105
|
+
"requires": {}
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "floating-prompt-module",
|
|
1110
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1111
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1112
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1113
|
+
"icon": "",
|
|
1114
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1115
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1116
|
+
"learn_more": "",
|
|
1117
|
+
"category": "Libraries",
|
|
1118
|
+
"type": "3rd-party",
|
|
1119
|
+
"maintainers": [
|
|
1120
|
+
{
|
|
1121
|
+
"name": "sandoche",
|
|
1122
|
+
"github": "sandoche"
|
|
1123
|
+
}
|
|
1124
|
+
],
|
|
1125
|
+
"compatibility": {
|
|
1126
|
+
"nuxt": "^2.0.0",
|
|
1127
|
+
"requires": {}
|
|
1128
|
+
}
|
|
698
1129
|
},
|
|
699
1130
|
{
|
|
700
1131
|
"name": "font-loader-strategy",
|
|
@@ -710,10 +1141,35 @@
|
|
|
710
1141
|
"maintainers": [
|
|
711
1142
|
{
|
|
712
1143
|
"name": "GrabarzUndPartner",
|
|
713
|
-
"github": "GrabarzUndPartner"
|
|
714
|
-
|
|
1144
|
+
"github": "GrabarzUndPartner"
|
|
1145
|
+
}
|
|
1146
|
+
],
|
|
1147
|
+
"compatibility": {
|
|
1148
|
+
"nuxt": "^2.0.0",
|
|
1149
|
+
"requires": {}
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "fontagon",
|
|
1154
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1155
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1156
|
+
"npm": "nuxt-fontagon",
|
|
1157
|
+
"icon": "fontagon.png",
|
|
1158
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1159
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1160
|
+
"learn_more": "",
|
|
1161
|
+
"category": "Libraries",
|
|
1162
|
+
"type": "3rd-party",
|
|
1163
|
+
"maintainers": [
|
|
1164
|
+
{
|
|
1165
|
+
"name": "kdydesign",
|
|
1166
|
+
"github": "kdydesign"
|
|
715
1167
|
}
|
|
716
|
-
]
|
|
1168
|
+
],
|
|
1169
|
+
"compatibility": {
|
|
1170
|
+
"nuxt": "^2.0.0",
|
|
1171
|
+
"requires": {}
|
|
1172
|
+
}
|
|
717
1173
|
},
|
|
718
1174
|
{
|
|
719
1175
|
"name": "fontawesome",
|
|
@@ -729,10 +1185,41 @@
|
|
|
729
1185
|
"maintainers": [
|
|
730
1186
|
{
|
|
731
1187
|
"name": "Pim",
|
|
732
|
-
"github": "pimlie"
|
|
733
|
-
|
|
1188
|
+
"github": "pimlie"
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
"compatibility": {
|
|
1192
|
+
"nuxt": "^2.0.0",
|
|
1193
|
+
"requires": {}
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "formkit",
|
|
1198
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1199
|
+
"repo": "formkit/formkit",
|
|
1200
|
+
"npm": "",
|
|
1201
|
+
"icon": "formkit.png",
|
|
1202
|
+
"github": "https://github.com/formkit/formkit",
|
|
1203
|
+
"website": "https://formkit.com",
|
|
1204
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1205
|
+
"category": "Libraries",
|
|
1206
|
+
"type": "3rd-party",
|
|
1207
|
+
"maintainers": [
|
|
1208
|
+
{
|
|
1209
|
+
"name": "Justin Schroeder",
|
|
1210
|
+
"github": "justin-schroeder",
|
|
1211
|
+
"twitter": "jpschroeder"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "Andrew Boyd",
|
|
1215
|
+
"github": "andrew-boyd",
|
|
1216
|
+
"twitter": "0xBOYD"
|
|
734
1217
|
}
|
|
735
|
-
]
|
|
1218
|
+
],
|
|
1219
|
+
"compatibility": {
|
|
1220
|
+
"nuxt": "^3.0.0",
|
|
1221
|
+
"requires": {}
|
|
1222
|
+
}
|
|
736
1223
|
},
|
|
737
1224
|
{
|
|
738
1225
|
"name": "fullpage",
|
|
@@ -748,10 +1235,35 @@
|
|
|
748
1235
|
"maintainers": [
|
|
749
1236
|
{
|
|
750
1237
|
"name": "vaso2",
|
|
751
|
-
"github": "vaso2"
|
|
752
|
-
|
|
1238
|
+
"github": "vaso2"
|
|
1239
|
+
}
|
|
1240
|
+
],
|
|
1241
|
+
"compatibility": {
|
|
1242
|
+
"nuxt": "^2.0.0",
|
|
1243
|
+
"requires": {}
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "github-api",
|
|
1248
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1249
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1250
|
+
"npm": "nuxt-github-api",
|
|
1251
|
+
"icon": "github.svg",
|
|
1252
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1253
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1254
|
+
"learn_more": "",
|
|
1255
|
+
"category": "Request",
|
|
1256
|
+
"type": "3rd-party",
|
|
1257
|
+
"maintainers": [
|
|
1258
|
+
{
|
|
1259
|
+
"name": "lindsaykwardell",
|
|
1260
|
+
"github": "lindsaykwardell"
|
|
753
1261
|
}
|
|
754
|
-
]
|
|
1262
|
+
],
|
|
1263
|
+
"compatibility": {
|
|
1264
|
+
"nuxt": "^2.0.0",
|
|
1265
|
+
"requires": {}
|
|
1266
|
+
}
|
|
755
1267
|
},
|
|
756
1268
|
{
|
|
757
1269
|
"name": "google-adsense",
|
|
@@ -767,10 +1279,13 @@
|
|
|
767
1279
|
"maintainers": [
|
|
768
1280
|
{
|
|
769
1281
|
"name": "Troy Morehouse",
|
|
770
|
-
"github": "tmorehouse"
|
|
771
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1282
|
+
"github": "tmorehouse"
|
|
772
1283
|
}
|
|
773
|
-
]
|
|
1284
|
+
],
|
|
1285
|
+
"compatibility": {
|
|
1286
|
+
"nuxt": "^2.0.0",
|
|
1287
|
+
"requires": {}
|
|
1288
|
+
}
|
|
774
1289
|
},
|
|
775
1290
|
{
|
|
776
1291
|
"name": "google-analytics",
|
|
@@ -779,7 +1294,7 @@
|
|
|
779
1294
|
"npm": "@nuxtjs/google-analytics",
|
|
780
1295
|
"icon": "google-analytics.png",
|
|
781
1296
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
782
|
-
"website": "https://
|
|
1297
|
+
"website": "https://google-analytics.nuxtjs.org",
|
|
783
1298
|
"learn_more": "https://marketingplatform.google.com/about/analytics/",
|
|
784
1299
|
"category": "Analytics",
|
|
785
1300
|
"type": "community",
|
|
@@ -787,28 +1302,29 @@
|
|
|
787
1302
|
{
|
|
788
1303
|
"name": "Pooya Parsa",
|
|
789
1304
|
"github": "pi0",
|
|
790
|
-
"twitter": "_pi0_"
|
|
791
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1305
|
+
"twitter": "_pi0_"
|
|
792
1306
|
},
|
|
793
1307
|
{
|
|
794
1308
|
"name": "Ricardo Gobbo de Souza",
|
|
795
|
-
"github": "ricardogobbosouza"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1309
|
+
"github": "ricardogobbosouza"
|
|
797
1310
|
},
|
|
798
1311
|
{
|
|
799
1312
|
"name": "Matteo Gabriele",
|
|
800
1313
|
"github": "MatteoGabriele",
|
|
801
|
-
"twitter": "matteo_gabriele"
|
|
802
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1314
|
+
"twitter": "matteo_gabriele"
|
|
803
1315
|
}
|
|
804
|
-
]
|
|
1316
|
+
],
|
|
1317
|
+
"compatibility": {
|
|
1318
|
+
"nuxt": "^2.0.0",
|
|
1319
|
+
"requires": {}
|
|
1320
|
+
}
|
|
805
1321
|
},
|
|
806
1322
|
{
|
|
807
1323
|
"name": "google-fonts",
|
|
808
1324
|
"description": "Google Fonts module for NuxtJS",
|
|
809
1325
|
"repo": "nuxt-community/google-fonts-module",
|
|
810
1326
|
"npm": "@nuxtjs/google-fonts",
|
|
811
|
-
"icon": "google-fonts.
|
|
1327
|
+
"icon": "google-fonts.png",
|
|
812
1328
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
813
1329
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
814
1330
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -817,10 +1333,13 @@
|
|
|
817
1333
|
"maintainers": [
|
|
818
1334
|
{
|
|
819
1335
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1336
|
+
"github": "ricardogobbosouza"
|
|
822
1337
|
}
|
|
823
|
-
]
|
|
1338
|
+
],
|
|
1339
|
+
"compatibility": {
|
|
1340
|
+
"nuxt": "^2.0.0",
|
|
1341
|
+
"requires": {}
|
|
1342
|
+
}
|
|
824
1343
|
},
|
|
825
1344
|
{
|
|
826
1345
|
"name": "google-gtag",
|
|
@@ -836,15 +1355,17 @@
|
|
|
836
1355
|
"maintainers": [
|
|
837
1356
|
{
|
|
838
1357
|
"name": "Dominic Garms",
|
|
839
|
-
"github": "dohomi"
|
|
840
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1358
|
+
"github": "dohomi"
|
|
841
1359
|
},
|
|
842
1360
|
{
|
|
843
1361
|
"name": "Ricardo Gobbo de Souza",
|
|
844
|
-
"github": "ricardogobbosouza"
|
|
845
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1362
|
+
"github": "ricardogobbosouza"
|
|
846
1363
|
}
|
|
847
|
-
]
|
|
1364
|
+
],
|
|
1365
|
+
"compatibility": {
|
|
1366
|
+
"nuxt": "^2.0.0",
|
|
1367
|
+
"requires": {}
|
|
1368
|
+
}
|
|
848
1369
|
},
|
|
849
1370
|
{
|
|
850
1371
|
"name": "google-optimize",
|
|
@@ -861,22 +1382,67 @@
|
|
|
861
1382
|
{
|
|
862
1383
|
"name": "Pooya Parsa",
|
|
863
1384
|
"github": "pi0",
|
|
864
|
-
"twitter": "_pi0_"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1385
|
+
"twitter": "_pi0_"
|
|
866
1386
|
},
|
|
867
1387
|
{
|
|
868
1388
|
"name": "Farzad Soltani",
|
|
869
1389
|
"github": "farzadso",
|
|
870
|
-
"twitter": "farzadso"
|
|
871
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1390
|
+
"twitter": "farzadso"
|
|
872
1391
|
},
|
|
873
1392
|
{
|
|
874
1393
|
"name": "Josh Deltener",
|
|
875
1394
|
"github": "hecktarzuli",
|
|
876
|
-
"twitter": "JoshDeltener"
|
|
877
|
-
|
|
1395
|
+
"twitter": "JoshDeltener"
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"compatibility": {
|
|
1399
|
+
"nuxt": "^2.0.0",
|
|
1400
|
+
"requires": {}
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "graphql-client",
|
|
1405
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1406
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1407
|
+
"npm": "nuxt-graphql-client",
|
|
1408
|
+
"icon": "graphql-client.svg",
|
|
1409
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1410
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1411
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1412
|
+
"category": "Request",
|
|
1413
|
+
"type": "3rd-party",
|
|
1414
|
+
"maintainers": [
|
|
1415
|
+
{
|
|
1416
|
+
"name": "Diizzayy",
|
|
1417
|
+
"github": "diizzayy"
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"compatibility": {
|
|
1421
|
+
"nuxt": "^3.0.0",
|
|
1422
|
+
"requires": {}
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "graphql-request",
|
|
1427
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1428
|
+
"repo": "gomah/nuxt-graphql-request",
|
|
1429
|
+
"npm": "nuxt-graphql-request",
|
|
1430
|
+
"icon": "graphql-request.png",
|
|
1431
|
+
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1432
|
+
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
1433
|
+
"learn_more": "",
|
|
1434
|
+
"category": "Request",
|
|
1435
|
+
"type": "3rd-party",
|
|
1436
|
+
"maintainers": [
|
|
1437
|
+
{
|
|
1438
|
+
"name": "gomah",
|
|
1439
|
+
"github": "gomah"
|
|
878
1440
|
}
|
|
879
|
-
]
|
|
1441
|
+
],
|
|
1442
|
+
"compatibility": {
|
|
1443
|
+
"nuxt": "^2.0.0",
|
|
1444
|
+
"requires": {}
|
|
1445
|
+
}
|
|
880
1446
|
},
|
|
881
1447
|
{
|
|
882
1448
|
"name": "gtm",
|
|
@@ -893,10 +1459,13 @@
|
|
|
893
1459
|
{
|
|
894
1460
|
"name": "Pooya Parsa",
|
|
895
1461
|
"github": "pi0",
|
|
896
|
-
"twitter": "_pi0_"
|
|
897
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1462
|
+
"twitter": "_pi0_"
|
|
898
1463
|
}
|
|
899
|
-
]
|
|
1464
|
+
],
|
|
1465
|
+
"compatibility": {
|
|
1466
|
+
"nuxt": "^2.0.0",
|
|
1467
|
+
"requires": {}
|
|
1468
|
+
}
|
|
900
1469
|
},
|
|
901
1470
|
{
|
|
902
1471
|
"name": "guess",
|
|
@@ -912,10 +1481,59 @@
|
|
|
912
1481
|
"maintainers": [
|
|
913
1482
|
{
|
|
914
1483
|
"name": "Xin Du",
|
|
915
|
-
"github": "clarkdo"
|
|
916
|
-
|
|
1484
|
+
"github": "clarkdo"
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1487
|
+
"compatibility": {
|
|
1488
|
+
"nuxt": "^2.0.0",
|
|
1489
|
+
"requires": {}
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "harlem",
|
|
1494
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1495
|
+
"repo": "nuxt-community/harlem-module",
|
|
1496
|
+
"npm": "@nuxtjs/harlem",
|
|
1497
|
+
"icon": "harlem.svg",
|
|
1498
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1499
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1500
|
+
"learn_more": "https://harlemjs.com/",
|
|
1501
|
+
"category": "Extensions",
|
|
1502
|
+
"type": "community",
|
|
1503
|
+
"maintainers": [
|
|
1504
|
+
{
|
|
1505
|
+
"name": "Daniel Roe",
|
|
1506
|
+
"github": "danielroe",
|
|
1507
|
+
"twitter": "danielcroe"
|
|
1508
|
+
}
|
|
1509
|
+
],
|
|
1510
|
+
"compatibility": {
|
|
1511
|
+
"nuxt": "^3.0.0",
|
|
1512
|
+
"requires": {}
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "headway",
|
|
1517
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1518
|
+
"repo": "l-portet/nuxt-headway",
|
|
1519
|
+
"npm": "nuxt-headway",
|
|
1520
|
+
"icon": "headway.png",
|
|
1521
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1522
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1523
|
+
"learn_more": "https://headwayapp.co/",
|
|
1524
|
+
"category": "UI",
|
|
1525
|
+
"type": "3rd-party",
|
|
1526
|
+
"maintainers": [
|
|
1527
|
+
{
|
|
1528
|
+
"name": "l-portet",
|
|
1529
|
+
"github": "l-portet",
|
|
1530
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
917
1531
|
}
|
|
918
|
-
]
|
|
1532
|
+
],
|
|
1533
|
+
"compatibility": {
|
|
1534
|
+
"nuxt": "^2.0.0",
|
|
1535
|
+
"requires": {}
|
|
1536
|
+
}
|
|
919
1537
|
},
|
|
920
1538
|
{
|
|
921
1539
|
"name": "helmet",
|
|
@@ -931,10 +1549,13 @@
|
|
|
931
1549
|
"maintainers": [
|
|
932
1550
|
{
|
|
933
1551
|
"name": "victor-perez",
|
|
934
|
-
"github": "victor-perez"
|
|
935
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1552
|
+
"github": "victor-perez"
|
|
936
1553
|
}
|
|
937
|
-
]
|
|
1554
|
+
],
|
|
1555
|
+
"compatibility": {
|
|
1556
|
+
"nuxt": "^2.0.0",
|
|
1557
|
+
"requires": {}
|
|
1558
|
+
}
|
|
938
1559
|
},
|
|
939
1560
|
{
|
|
940
1561
|
"name": "highcharts",
|
|
@@ -950,10 +1571,13 @@
|
|
|
950
1571
|
"maintainers": [
|
|
951
1572
|
{
|
|
952
1573
|
"name": "richardeschloss",
|
|
953
|
-
"github": "richardeschloss"
|
|
954
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1574
|
+
"github": "richardeschloss"
|
|
955
1575
|
}
|
|
956
|
-
]
|
|
1576
|
+
],
|
|
1577
|
+
"compatibility": {
|
|
1578
|
+
"nuxt": "^2.0.0",
|
|
1579
|
+
"requires": {}
|
|
1580
|
+
}
|
|
957
1581
|
},
|
|
958
1582
|
{
|
|
959
1583
|
"name": "history-state",
|
|
@@ -964,15 +1588,18 @@
|
|
|
964
1588
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
965
1589
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
966
1590
|
"learn_more": "",
|
|
967
|
-
"category": "
|
|
1591
|
+
"category": "Extensions",
|
|
968
1592
|
"type": "3rd-party",
|
|
969
1593
|
"maintainers": [
|
|
970
1594
|
{
|
|
971
1595
|
"name": "hidekatsu-izuno",
|
|
972
|
-
"github": "hidekatsu-izuno"
|
|
973
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1596
|
+
"github": "hidekatsu-izuno"
|
|
974
1597
|
}
|
|
975
|
-
]
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^2.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
976
1603
|
},
|
|
977
1604
|
{
|
|
978
1605
|
"name": "html-minifier",
|
|
@@ -988,10 +1615,36 @@
|
|
|
988
1615
|
"maintainers": [
|
|
989
1616
|
{
|
|
990
1617
|
"name": "Xin Du",
|
|
991
|
-
"github": "clarkdo"
|
|
992
|
-
|
|
1618
|
+
"github": "clarkdo"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^2.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "html-validator",
|
|
1628
|
+
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1629
|
+
"repo": "nuxt-community/html-validator-module",
|
|
1630
|
+
"npm": "@nuxtjs/html-validator",
|
|
1631
|
+
"icon": "html-validator.png",
|
|
1632
|
+
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1633
|
+
"website": "https://html-validator.nuxtjs.org",
|
|
1634
|
+
"learn_more": "https://html-validate.org",
|
|
1635
|
+
"category": "Performance",
|
|
1636
|
+
"type": "community",
|
|
1637
|
+
"maintainers": [
|
|
1638
|
+
{
|
|
1639
|
+
"name": "Daniel Roe",
|
|
1640
|
+
"github": "danielroe",
|
|
1641
|
+
"twitter": "danielcroe"
|
|
993
1642
|
}
|
|
994
|
-
]
|
|
1643
|
+
],
|
|
1644
|
+
"compatibility": {
|
|
1645
|
+
"nuxt": "^2.0.0",
|
|
1646
|
+
"requires": {}
|
|
1647
|
+
}
|
|
995
1648
|
},
|
|
996
1649
|
{
|
|
997
1650
|
"name": "http",
|
|
@@ -1008,16 +1661,41 @@
|
|
|
1008
1661
|
{
|
|
1009
1662
|
"name": "Pooya Parsa",
|
|
1010
1663
|
"github": "pi0",
|
|
1011
|
-
"twitter": "_pi0_"
|
|
1012
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1664
|
+
"twitter": "_pi0_"
|
|
1013
1665
|
},
|
|
1014
1666
|
{
|
|
1015
1667
|
"name": "Sébastien Chopin",
|
|
1016
1668
|
"github": "Atinux",
|
|
1017
|
-
"twitter": "Atinux"
|
|
1018
|
-
|
|
1669
|
+
"twitter": "Atinux"
|
|
1670
|
+
}
|
|
1671
|
+
],
|
|
1672
|
+
"compatibility": {
|
|
1673
|
+
"nuxt": "^2.0.0",
|
|
1674
|
+
"requires": {}
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "humans-txt",
|
|
1679
|
+
"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.",
|
|
1680
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1681
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1682
|
+
"icon": "",
|
|
1683
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1684
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1685
|
+
"learn_more": "https://humanstxt.org/",
|
|
1686
|
+
"category": "SEO",
|
|
1687
|
+
"type": "3rd-party",
|
|
1688
|
+
"maintainers": [
|
|
1689
|
+
{
|
|
1690
|
+
"name": "Luca Iaconelli",
|
|
1691
|
+
"github": "LuXDAmore",
|
|
1692
|
+
"twitter": "luxdamore"
|
|
1019
1693
|
}
|
|
1020
|
-
]
|
|
1694
|
+
],
|
|
1695
|
+
"compatibility": {
|
|
1696
|
+
"nuxt": "^2.0.0",
|
|
1697
|
+
"requires": {}
|
|
1698
|
+
}
|
|
1021
1699
|
},
|
|
1022
1700
|
{
|
|
1023
1701
|
"name": "i18n",
|
|
@@ -1028,20 +1706,22 @@
|
|
|
1028
1706
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1029
1707
|
"website": "https://i18n.nuxtjs.org",
|
|
1030
1708
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1031
|
-
"category": "
|
|
1709
|
+
"category": "Extensions",
|
|
1032
1710
|
"type": "community",
|
|
1033
1711
|
"maintainers": [
|
|
1034
1712
|
{
|
|
1035
1713
|
"name": "Rafał Chłodnicki",
|
|
1036
|
-
"github": "rchl"
|
|
1037
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1714
|
+
"github": "rchl"
|
|
1038
1715
|
},
|
|
1039
1716
|
{
|
|
1040
|
-
"name": "
|
|
1041
|
-
"github": "
|
|
1042
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1717
|
+
"name": "Kazuya Kawaguchi",
|
|
1718
|
+
"github": "kazupon"
|
|
1043
1719
|
}
|
|
1044
|
-
]
|
|
1720
|
+
],
|
|
1721
|
+
"compatibility": {
|
|
1722
|
+
"nuxt": "^2.0.0",
|
|
1723
|
+
"requires": {}
|
|
1724
|
+
}
|
|
1045
1725
|
},
|
|
1046
1726
|
{
|
|
1047
1727
|
"name": "image-loader",
|
|
@@ -1057,10 +1737,13 @@
|
|
|
1057
1737
|
"maintainers": [
|
|
1058
1738
|
{
|
|
1059
1739
|
"name": "Barry Fisher",
|
|
1060
|
-
"github": "Barry-Fisher"
|
|
1061
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1740
|
+
"github": "Barry-Fisher"
|
|
1062
1741
|
}
|
|
1063
|
-
]
|
|
1742
|
+
],
|
|
1743
|
+
"compatibility": {
|
|
1744
|
+
"nuxt": "^2.0.0",
|
|
1745
|
+
"requires": {}
|
|
1746
|
+
}
|
|
1064
1747
|
},
|
|
1065
1748
|
{
|
|
1066
1749
|
"name": "image",
|
|
@@ -1077,22 +1760,25 @@
|
|
|
1077
1760
|
{
|
|
1078
1761
|
"name": "Ahad Birang",
|
|
1079
1762
|
"github": "farnabaz",
|
|
1080
|
-
"twitter": "a_birang"
|
|
1081
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1763
|
+
"twitter": "a_birang"
|
|
1082
1764
|
},
|
|
1083
1765
|
{
|
|
1084
1766
|
"name": "Pooya Parsa",
|
|
1085
1767
|
"github": "pi0",
|
|
1086
|
-
"twitter": "_pi0_"
|
|
1087
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1768
|
+
"twitter": "_pi0_"
|
|
1088
1769
|
},
|
|
1089
1770
|
{
|
|
1090
1771
|
"name": "Sebastien Chopin",
|
|
1091
1772
|
"github": "Atinux",
|
|
1092
|
-
"twitter": "Atinux"
|
|
1093
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1773
|
+
"twitter": "Atinux"
|
|
1094
1774
|
}
|
|
1095
|
-
]
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^2.0.0",
|
|
1778
|
+
"requires": {
|
|
1779
|
+
"bridge": "optional"
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1096
1782
|
},
|
|
1097
1783
|
{
|
|
1098
1784
|
"name": "imagemin",
|
|
@@ -1108,10 +1794,38 @@
|
|
|
1108
1794
|
"maintainers": [
|
|
1109
1795
|
{
|
|
1110
1796
|
"name": "Ricardo Gobbo de Souza",
|
|
1111
|
-
"github": "ricardogobbosouza"
|
|
1112
|
-
|
|
1797
|
+
"github": "ricardogobbosouza"
|
|
1798
|
+
}
|
|
1799
|
+
],
|
|
1800
|
+
"compatibility": {
|
|
1801
|
+
"nuxt": "^2.0.0",
|
|
1802
|
+
"requires": {}
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "inkline",
|
|
1807
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1808
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1809
|
+
"npm": "@inkline/nuxt",
|
|
1810
|
+
"icon": "inkline.svg",
|
|
1811
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1812
|
+
"website": "https://inkline.io",
|
|
1813
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1814
|
+
"category": "UI",
|
|
1815
|
+
"type": "3rd-party",
|
|
1816
|
+
"maintainers": [
|
|
1817
|
+
{
|
|
1818
|
+
"name": "Alex Grozav",
|
|
1819
|
+
"github": "alexgrozav",
|
|
1820
|
+
"twitter": "alexgrozav"
|
|
1113
1821
|
}
|
|
1114
|
-
]
|
|
1822
|
+
],
|
|
1823
|
+
"compatibility": {
|
|
1824
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1825
|
+
"requires": {
|
|
1826
|
+
"bridge": true
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1115
1829
|
},
|
|
1116
1830
|
{
|
|
1117
1831
|
"name": "intercom",
|
|
@@ -1127,10 +1841,35 @@
|
|
|
1127
1841
|
"maintainers": [
|
|
1128
1842
|
{
|
|
1129
1843
|
"name": "hex-digital",
|
|
1130
|
-
"github": "hex-digital"
|
|
1131
|
-
|
|
1844
|
+
"github": "hex-digital"
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"compatibility": {
|
|
1848
|
+
"nuxt": "^2.0.0",
|
|
1849
|
+
"requires": {}
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "jsonapi",
|
|
1854
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1855
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1856
|
+
"npm": "nuxt-jsonapi",
|
|
1857
|
+
"icon": "jsonapi.svg",
|
|
1858
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1859
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1860
|
+
"learn_more": "",
|
|
1861
|
+
"category": "Request",
|
|
1862
|
+
"type": "3rd-party",
|
|
1863
|
+
"maintainers": [
|
|
1864
|
+
{
|
|
1865
|
+
"name": "patrickcate",
|
|
1866
|
+
"github": "patrickcate"
|
|
1132
1867
|
}
|
|
1133
|
-
]
|
|
1868
|
+
],
|
|
1869
|
+
"compatibility": {
|
|
1870
|
+
"nuxt": "^2.0.0",
|
|
1871
|
+
"requires": {}
|
|
1872
|
+
}
|
|
1134
1873
|
},
|
|
1135
1874
|
{
|
|
1136
1875
|
"name": "kentico-kontent",
|
|
@@ -1146,10 +1885,13 @@
|
|
|
1146
1885
|
"maintainers": [
|
|
1147
1886
|
{
|
|
1148
1887
|
"name": "Alfred Brockötter",
|
|
1149
|
-
"github": "Domitnator"
|
|
1150
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1888
|
+
"github": "Domitnator"
|
|
1151
1889
|
}
|
|
1152
|
-
]
|
|
1890
|
+
],
|
|
1891
|
+
"compatibility": {
|
|
1892
|
+
"nuxt": "^2.0.0",
|
|
1893
|
+
"requires": {}
|
|
1894
|
+
}
|
|
1153
1895
|
},
|
|
1154
1896
|
{
|
|
1155
1897
|
"name": "laravel-echo",
|
|
@@ -1165,10 +1907,13 @@
|
|
|
1165
1907
|
"maintainers": [
|
|
1166
1908
|
{
|
|
1167
1909
|
"name": "Ricardo Gobbo de Souza",
|
|
1168
|
-
"github": "ricardogobbosouza"
|
|
1169
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1910
|
+
"github": "ricardogobbosouza"
|
|
1170
1911
|
}
|
|
1171
|
-
]
|
|
1912
|
+
],
|
|
1913
|
+
"compatibility": {
|
|
1914
|
+
"nuxt": "^2.0.0",
|
|
1915
|
+
"requires": {}
|
|
1916
|
+
}
|
|
1172
1917
|
},
|
|
1173
1918
|
{
|
|
1174
1919
|
"name": "laravel-nuxt",
|
|
@@ -1184,10 +1929,13 @@
|
|
|
1184
1929
|
"maintainers": [
|
|
1185
1930
|
{
|
|
1186
1931
|
"name": "skyrpex",
|
|
1187
|
-
"github": "skyrpex"
|
|
1188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1932
|
+
"github": "skyrpex"
|
|
1189
1933
|
}
|
|
1190
|
-
]
|
|
1934
|
+
],
|
|
1935
|
+
"compatibility": {
|
|
1936
|
+
"nuxt": "^2.0.0",
|
|
1937
|
+
"requires": {}
|
|
1938
|
+
}
|
|
1191
1939
|
},
|
|
1192
1940
|
{
|
|
1193
1941
|
"name": "laravel",
|
|
@@ -1203,10 +1951,13 @@
|
|
|
1203
1951
|
"maintainers": [
|
|
1204
1952
|
{
|
|
1205
1953
|
"name": "m2sd",
|
|
1206
|
-
"github": "m2sd"
|
|
1207
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1954
|
+
"github": "m2sd"
|
|
1208
1955
|
}
|
|
1209
|
-
]
|
|
1956
|
+
],
|
|
1957
|
+
"compatibility": {
|
|
1958
|
+
"nuxt": "^2.0.0",
|
|
1959
|
+
"requires": {}
|
|
1960
|
+
}
|
|
1210
1961
|
},
|
|
1211
1962
|
{
|
|
1212
1963
|
"name": "leaflet",
|
|
@@ -1217,15 +1968,18 @@
|
|
|
1217
1968
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1218
1969
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1219
1970
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1220
|
-
"category": "
|
|
1971
|
+
"category": "Libraries",
|
|
1221
1972
|
"type": "3rd-party",
|
|
1222
1973
|
"maintainers": [
|
|
1223
1974
|
{
|
|
1224
1975
|
"name": "schlunsen",
|
|
1225
|
-
"github": "schlunsen"
|
|
1226
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1976
|
+
"github": "schlunsen"
|
|
1227
1977
|
}
|
|
1228
|
-
]
|
|
1978
|
+
],
|
|
1979
|
+
"compatibility": {
|
|
1980
|
+
"nuxt": "^2.0.0",
|
|
1981
|
+
"requires": {}
|
|
1982
|
+
}
|
|
1229
1983
|
},
|
|
1230
1984
|
{
|
|
1231
1985
|
"name": "localforage",
|
|
@@ -1236,16 +1990,23 @@
|
|
|
1236
1990
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1237
1991
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1238
1992
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1239
|
-
"category": "
|
|
1993
|
+
"category": "Libraries",
|
|
1240
1994
|
"type": "community",
|
|
1241
1995
|
"maintainers": [
|
|
1242
1996
|
{
|
|
1243
1997
|
"name": "Alexandre Chopin",
|
|
1244
1998
|
"github": "alexchopin",
|
|
1245
|
-
"twitter": "alexchopin"
|
|
1246
|
-
|
|
1999
|
+
"twitter": "alexchopin"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "Ricardo Gobbo de Souza",
|
|
2003
|
+
"github": "ricardogobbosouza"
|
|
1247
2004
|
}
|
|
1248
|
-
]
|
|
2005
|
+
],
|
|
2006
|
+
"compatibility": {
|
|
2007
|
+
"nuxt": "^2.0.0",
|
|
2008
|
+
"requires": {}
|
|
2009
|
+
}
|
|
1249
2010
|
},
|
|
1250
2011
|
{
|
|
1251
2012
|
"name": "localtunnel",
|
|
@@ -1262,10 +2023,35 @@
|
|
|
1262
2023
|
{
|
|
1263
2024
|
"name": "Pooya Parsa",
|
|
1264
2025
|
"github": "pi0",
|
|
1265
|
-
"twitter": "_pi0_"
|
|
1266
|
-
|
|
2026
|
+
"twitter": "_pi0_"
|
|
2027
|
+
}
|
|
2028
|
+
],
|
|
2029
|
+
"compatibility": {
|
|
2030
|
+
"nuxt": "^2.0.0",
|
|
2031
|
+
"requires": {}
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "lodash",
|
|
2036
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2037
|
+
"repo": "cipami/nuxt-lodash",
|
|
2038
|
+
"npm": "nuxt-lodash",
|
|
2039
|
+
"icon": "lodash.svg",
|
|
2040
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2041
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2042
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2043
|
+
"category": "Libraries",
|
|
2044
|
+
"type": "3rd-party",
|
|
2045
|
+
"maintainers": [
|
|
2046
|
+
{
|
|
2047
|
+
"name": "Michal Čípa",
|
|
2048
|
+
"github": "cipami"
|
|
1267
2049
|
}
|
|
1268
|
-
]
|
|
2050
|
+
],
|
|
2051
|
+
"compatibility": {
|
|
2052
|
+
"nuxt": "^3.0.0",
|
|
2053
|
+
"requires": {}
|
|
2054
|
+
}
|
|
1269
2055
|
},
|
|
1270
2056
|
{
|
|
1271
2057
|
"name": "logrocket",
|
|
@@ -1282,10 +2068,13 @@
|
|
|
1282
2068
|
{
|
|
1283
2069
|
"name": "Farzad Soltani",
|
|
1284
2070
|
"github": "farzadso",
|
|
1285
|
-
"twitter": "farzadso"
|
|
1286
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2071
|
+
"twitter": "farzadso"
|
|
1287
2072
|
}
|
|
1288
|
-
]
|
|
2073
|
+
],
|
|
2074
|
+
"compatibility": {
|
|
2075
|
+
"nuxt": "^2.0.0",
|
|
2076
|
+
"requires": {}
|
|
2077
|
+
}
|
|
1289
2078
|
},
|
|
1290
2079
|
{
|
|
1291
2080
|
"name": "lunr",
|
|
@@ -1301,30 +2090,36 @@
|
|
|
1301
2090
|
"maintainers": [
|
|
1302
2091
|
{
|
|
1303
2092
|
"name": "Pim",
|
|
1304
|
-
"github": "pimlie"
|
|
1305
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2093
|
+
"github": "pimlie"
|
|
1306
2094
|
}
|
|
1307
|
-
]
|
|
2095
|
+
],
|
|
2096
|
+
"compatibility": {
|
|
2097
|
+
"nuxt": "^2.0.0",
|
|
2098
|
+
"requires": {}
|
|
2099
|
+
}
|
|
1308
2100
|
},
|
|
1309
2101
|
{
|
|
1310
2102
|
"name": "markdownit",
|
|
1311
2103
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1312
|
-
"repo": "nuxt-community/
|
|
2104
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1313
2105
|
"npm": "@nuxtjs/markdownit",
|
|
1314
2106
|
"icon": "",
|
|
1315
|
-
"github": "https://github.com/nuxt-community/
|
|
1316
|
-
"website": "https://github.com/nuxt-community/
|
|
2107
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2108
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1317
2109
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1318
|
-
"category": "
|
|
2110
|
+
"category": "Extensions",
|
|
1319
2111
|
"type": "community",
|
|
1320
2112
|
"maintainers": [
|
|
1321
2113
|
{
|
|
1322
2114
|
"name": "Pooya Parsa",
|
|
1323
2115
|
"github": "pi0",
|
|
1324
|
-
"twitter": "_pi0_"
|
|
1325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2116
|
+
"twitter": "_pi0_"
|
|
1326
2117
|
}
|
|
1327
|
-
]
|
|
2118
|
+
],
|
|
2119
|
+
"compatibility": {
|
|
2120
|
+
"nuxt": "^2.0.0",
|
|
2121
|
+
"requires": {}
|
|
2122
|
+
}
|
|
1328
2123
|
},
|
|
1329
2124
|
{
|
|
1330
2125
|
"name": "matomo",
|
|
@@ -1340,10 +2135,13 @@
|
|
|
1340
2135
|
"maintainers": [
|
|
1341
2136
|
{
|
|
1342
2137
|
"name": "pimlie",
|
|
1343
|
-
"github": "pimlie"
|
|
1344
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2138
|
+
"github": "pimlie"
|
|
1345
2139
|
}
|
|
1346
|
-
]
|
|
2140
|
+
],
|
|
2141
|
+
"compatibility": {
|
|
2142
|
+
"nuxt": "^2.0.0",
|
|
2143
|
+
"requires": {}
|
|
2144
|
+
}
|
|
1347
2145
|
},
|
|
1348
2146
|
{
|
|
1349
2147
|
"name": "mdx",
|
|
@@ -1354,16 +2152,19 @@
|
|
|
1354
2152
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1355
2153
|
"website": "https://mdx.nuxtjs.org",
|
|
1356
2154
|
"learn_more": "https://mdxjs.com/",
|
|
1357
|
-
"category": "
|
|
2155
|
+
"category": "Extensions",
|
|
1358
2156
|
"type": "community",
|
|
1359
2157
|
"maintainers": [
|
|
1360
2158
|
{
|
|
1361
2159
|
"name": "Jonathan Bakebwa",
|
|
1362
2160
|
"github": "codebender828",
|
|
1363
|
-
"twitter": "codebender828"
|
|
1364
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2161
|
+
"twitter": "codebender828"
|
|
1365
2162
|
}
|
|
1366
|
-
]
|
|
2163
|
+
],
|
|
2164
|
+
"compatibility": {
|
|
2165
|
+
"nuxt": "^2.0.0",
|
|
2166
|
+
"requires": {}
|
|
2167
|
+
}
|
|
1367
2168
|
},
|
|
1368
2169
|
{
|
|
1369
2170
|
"name": "memwatch",
|
|
@@ -1379,10 +2180,13 @@
|
|
|
1379
2180
|
"maintainers": [
|
|
1380
2181
|
{
|
|
1381
2182
|
"name": "pimlie",
|
|
1382
|
-
"github": "pimlie"
|
|
1383
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2183
|
+
"github": "pimlie"
|
|
1384
2184
|
}
|
|
1385
|
-
]
|
|
2185
|
+
],
|
|
2186
|
+
"compatibility": {
|
|
2187
|
+
"nuxt": "^2.0.0",
|
|
2188
|
+
"requires": {}
|
|
2189
|
+
}
|
|
1386
2190
|
},
|
|
1387
2191
|
{
|
|
1388
2192
|
"name": "mobile",
|
|
@@ -1393,15 +2197,18 @@
|
|
|
1393
2197
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1394
2198
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1395
2199
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1396
|
-
"category": "
|
|
2200
|
+
"category": "Extensions",
|
|
1397
2201
|
"type": "3rd-party",
|
|
1398
2202
|
"maintainers": [
|
|
1399
2203
|
{
|
|
1400
2204
|
"name": "ChanningDefoe",
|
|
1401
|
-
"github": "ChanningDefoe"
|
|
1402
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2205
|
+
"github": "ChanningDefoe"
|
|
1403
2206
|
}
|
|
1404
|
-
]
|
|
2207
|
+
],
|
|
2208
|
+
"compatibility": {
|
|
2209
|
+
"nuxt": "^2.0.0",
|
|
2210
|
+
"requires": {}
|
|
2211
|
+
}
|
|
1405
2212
|
},
|
|
1406
2213
|
{
|
|
1407
2214
|
"name": "moment",
|
|
@@ -1418,15 +2225,17 @@
|
|
|
1418
2225
|
{
|
|
1419
2226
|
"name": "Pooya Parsa",
|
|
1420
2227
|
"github": "pi0",
|
|
1421
|
-
"twitter": "_pi0_"
|
|
1422
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2228
|
+
"twitter": "_pi0_"
|
|
1423
2229
|
},
|
|
1424
2230
|
{
|
|
1425
2231
|
"name": "Ricardo Gobbo de Souza",
|
|
1426
|
-
"github": "ricardogobbosouza"
|
|
1427
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2232
|
+
"github": "ricardogobbosouza"
|
|
1428
2233
|
}
|
|
1429
|
-
]
|
|
2234
|
+
],
|
|
2235
|
+
"compatibility": {
|
|
2236
|
+
"nuxt": "^2.0.0",
|
|
2237
|
+
"requires": {}
|
|
2238
|
+
}
|
|
1430
2239
|
},
|
|
1431
2240
|
{
|
|
1432
2241
|
"name": "mq",
|
|
@@ -1442,10 +2251,13 @@
|
|
|
1442
2251
|
"maintainers": [
|
|
1443
2252
|
{
|
|
1444
2253
|
"name": "vanhoofmaarten",
|
|
1445
|
-
"github": "vanhoofmaarten"
|
|
1446
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2254
|
+
"github": "vanhoofmaarten"
|
|
1447
2255
|
}
|
|
1448
|
-
]
|
|
2256
|
+
],
|
|
2257
|
+
"compatibility": {
|
|
2258
|
+
"nuxt": "^2.0.0",
|
|
2259
|
+
"requires": {}
|
|
2260
|
+
}
|
|
1449
2261
|
},
|
|
1450
2262
|
{
|
|
1451
2263
|
"name": "neo",
|
|
@@ -1461,10 +2273,13 @@
|
|
|
1461
2273
|
"maintainers": [
|
|
1462
2274
|
{
|
|
1463
2275
|
"name": "ezypeeze",
|
|
1464
|
-
"github": "ezypeeze"
|
|
1465
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2276
|
+
"github": "ezypeeze"
|
|
1466
2277
|
}
|
|
1467
|
-
]
|
|
2278
|
+
],
|
|
2279
|
+
"compatibility": {
|
|
2280
|
+
"nuxt": "^2.0.0",
|
|
2281
|
+
"requires": {}
|
|
2282
|
+
}
|
|
1468
2283
|
},
|
|
1469
2284
|
{
|
|
1470
2285
|
"name": "netlify-cache",
|
|
@@ -1480,10 +2295,13 @@
|
|
|
1480
2295
|
"maintainers": [
|
|
1481
2296
|
{
|
|
1482
2297
|
"name": "DreaMinder",
|
|
1483
|
-
"github": "DreaMinder"
|
|
1484
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2298
|
+
"github": "DreaMinder"
|
|
1485
2299
|
}
|
|
1486
|
-
]
|
|
2300
|
+
],
|
|
2301
|
+
"compatibility": {
|
|
2302
|
+
"nuxt": "^2.0.0",
|
|
2303
|
+
"requires": {}
|
|
2304
|
+
}
|
|
1487
2305
|
},
|
|
1488
2306
|
{
|
|
1489
2307
|
"name": "netlify-files",
|
|
@@ -1500,10 +2318,13 @@
|
|
|
1500
2318
|
{
|
|
1501
2319
|
"name": "Alexander Lichter",
|
|
1502
2320
|
"github": "manniL",
|
|
1503
|
-
"twitter": "TheAlexLichter"
|
|
1504
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2321
|
+
"twitter": "TheAlexLichter"
|
|
1505
2322
|
}
|
|
1506
|
-
]
|
|
2323
|
+
],
|
|
2324
|
+
"compatibility": {
|
|
2325
|
+
"nuxt": "^2.0.0",
|
|
2326
|
+
"requires": {}
|
|
2327
|
+
}
|
|
1507
2328
|
},
|
|
1508
2329
|
{
|
|
1509
2330
|
"name": "netlify",
|
|
@@ -1519,30 +2340,222 @@
|
|
|
1519
2340
|
"maintainers": [
|
|
1520
2341
|
{
|
|
1521
2342
|
"name": "bazzite",
|
|
1522
|
-
"github": "bazzite"
|
|
1523
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2343
|
+
"github": "bazzite"
|
|
1524
2344
|
}
|
|
1525
|
-
]
|
|
2345
|
+
],
|
|
2346
|
+
"compatibility": {
|
|
2347
|
+
"nuxt": "^2.0.0",
|
|
2348
|
+
"requires": {}
|
|
2349
|
+
}
|
|
1526
2350
|
},
|
|
1527
2351
|
{
|
|
1528
2352
|
"name": "ngrok",
|
|
1529
2353
|
"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/
|
|
2354
|
+
"repo": "nuxt-community/ngrok",
|
|
1531
2355
|
"npm": "@nuxtjs/ngrok",
|
|
1532
2356
|
"icon": "ngrok.png",
|
|
1533
|
-
"github": "https://github.com/nuxt-community/
|
|
1534
|
-
"website": "https://
|
|
2357
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2358
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1535
2359
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1536
2360
|
"category": "Devtools",
|
|
1537
2361
|
"type": "community",
|
|
1538
2362
|
"maintainers": [
|
|
2363
|
+
{
|
|
2364
|
+
"name": "Debbie O'Brien",
|
|
2365
|
+
"github": "debs-obrien",
|
|
2366
|
+
"twitter": "debs_obrien"
|
|
2367
|
+
},
|
|
1539
2368
|
{
|
|
1540
2369
|
"name": "Pooya Parsa",
|
|
1541
2370
|
"github": "pi0",
|
|
1542
|
-
"twitter": "_pi0_"
|
|
1543
|
-
|
|
2371
|
+
"twitter": "_pi0_"
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
"compatibility": {
|
|
2375
|
+
"nuxt": "^2.0.0",
|
|
2376
|
+
"requires": {}
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"name": "notion",
|
|
2381
|
+
"description": "Vue renderer for Notion pages",
|
|
2382
|
+
"repo": "janniks/vue-notion",
|
|
2383
|
+
"npm": "vue-notion",
|
|
2384
|
+
"icon": "notion.svg",
|
|
2385
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2386
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2387
|
+
"learn_more": "",
|
|
2388
|
+
"category": "CMS",
|
|
2389
|
+
"type": "3rd-party",
|
|
2390
|
+
"maintainers": [
|
|
2391
|
+
{
|
|
2392
|
+
"name": "janniks",
|
|
2393
|
+
"github": "janniks"
|
|
2394
|
+
}
|
|
2395
|
+
],
|
|
2396
|
+
"compatibility": {
|
|
2397
|
+
"nuxt": "^2.0.0",
|
|
2398
|
+
"requires": {}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"name": "nuxt-hue",
|
|
2403
|
+
"description": "Enlighten your Nuxt experience",
|
|
2404
|
+
"repo": "lihbr/nuxt-hue",
|
|
2405
|
+
"npm": "nuxt-hue",
|
|
2406
|
+
"icon": "nuxt-hue.svg",
|
|
2407
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2408
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2409
|
+
"learn_more": "",
|
|
2410
|
+
"category": "Devtools",
|
|
2411
|
+
"type": "3rd-party",
|
|
2412
|
+
"maintainers": [
|
|
2413
|
+
{
|
|
2414
|
+
"name": "lihbr",
|
|
2415
|
+
"github": "lihbr"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"compatibility": {
|
|
2419
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2420
|
+
"requires": {
|
|
2421
|
+
"bridge": "optional"
|
|
1544
2422
|
}
|
|
1545
|
-
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"name": "nuxt-pino-log",
|
|
2427
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2428
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2429
|
+
"npm": "nuxt-pino-log",
|
|
2430
|
+
"icon": "",
|
|
2431
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2432
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2433
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2434
|
+
"category": "Monitoring",
|
|
2435
|
+
"type": "3rd-party",
|
|
2436
|
+
"maintainers": [
|
|
2437
|
+
{
|
|
2438
|
+
"name": "kpn",
|
|
2439
|
+
"github": "kpn"
|
|
2440
|
+
}
|
|
2441
|
+
],
|
|
2442
|
+
"compatibility": {
|
|
2443
|
+
"nuxt": "^2.0.0",
|
|
2444
|
+
"requires": {}
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "nuxt-png-to-ico",
|
|
2449
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2450
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2451
|
+
"npm": "nuxt-png-to-ico",
|
|
2452
|
+
"icon": "",
|
|
2453
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2454
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2455
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2456
|
+
"category": "Devtools",
|
|
2457
|
+
"type": "3rd-party",
|
|
2458
|
+
"maintainers": [
|
|
2459
|
+
{
|
|
2460
|
+
"name": "b5710546232",
|
|
2461
|
+
"github": "b5710546232",
|
|
2462
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2463
|
+
}
|
|
2464
|
+
],
|
|
2465
|
+
"compatibility": {
|
|
2466
|
+
"nuxt": "^2.0.0",
|
|
2467
|
+
"requires": {}
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "nuxt-smartlook",
|
|
2472
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2473
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2474
|
+
"npm": "nuxt-smartlook",
|
|
2475
|
+
"icon": "nuxt-smartlook.png",
|
|
2476
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2477
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2478
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2479
|
+
"category": "Analytics",
|
|
2480
|
+
"type": "3rd-party",
|
|
2481
|
+
"maintainers": [
|
|
2482
|
+
{
|
|
2483
|
+
"name": "Milan Sulc",
|
|
2484
|
+
"github": "f3l1x",
|
|
2485
|
+
"twitter": "xf3l1x",
|
|
2486
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2487
|
+
}
|
|
2488
|
+
],
|
|
2489
|
+
"compatibility": {
|
|
2490
|
+
"nuxt": "^2.0.0",
|
|
2491
|
+
"requires": {}
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"name": "nuxt-use-motion",
|
|
2496
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2497
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2498
|
+
"npm": "nuxt-use-motion",
|
|
2499
|
+
"icon": "nuxt-use-motion.svg",
|
|
2500
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2501
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2502
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2503
|
+
"category": "Libraries",
|
|
2504
|
+
"type": "3rd-party",
|
|
2505
|
+
"maintainers": [
|
|
2506
|
+
{
|
|
2507
|
+
"name": "Tahul",
|
|
2508
|
+
"github": "Tahul"
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"compatibility": {
|
|
2512
|
+
"nuxt": "^2.0.0",
|
|
2513
|
+
"requires": {}
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "nuxt-use-sound",
|
|
2518
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2519
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2520
|
+
"npm": "nuxt-use-sound",
|
|
2521
|
+
"icon": "nuxt-use-sound.svg",
|
|
2522
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2523
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2524
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2525
|
+
"category": "Libraries",
|
|
2526
|
+
"type": "3rd-party",
|
|
2527
|
+
"maintainers": [
|
|
2528
|
+
{
|
|
2529
|
+
"name": "Tahul",
|
|
2530
|
+
"github": "Tahul"
|
|
2531
|
+
}
|
|
2532
|
+
],
|
|
2533
|
+
"compatibility": {
|
|
2534
|
+
"nuxt": "^2.0.0",
|
|
2535
|
+
"requires": {}
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "nuxt-viewport",
|
|
2540
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2541
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2542
|
+
"npm": "nuxt-viewport",
|
|
2543
|
+
"icon": "nuxt-viewport.svg",
|
|
2544
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2545
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2546
|
+
"learn_more": "",
|
|
2547
|
+
"category": "Extensions",
|
|
2548
|
+
"type": "3rd-party",
|
|
2549
|
+
"maintainers": [
|
|
2550
|
+
{
|
|
2551
|
+
"name": "mvrlin",
|
|
2552
|
+
"github": "mvrlin"
|
|
2553
|
+
}
|
|
2554
|
+
],
|
|
2555
|
+
"compatibility": {
|
|
2556
|
+
"nuxt": "^2.0.0",
|
|
2557
|
+
"requires": {}
|
|
2558
|
+
}
|
|
1546
2559
|
},
|
|
1547
2560
|
{
|
|
1548
2561
|
"name": "nuxt7",
|
|
@@ -1559,10 +2572,13 @@
|
|
|
1559
2572
|
{
|
|
1560
2573
|
"name": "Pooya Parsa",
|
|
1561
2574
|
"github": "pi0",
|
|
1562
|
-
"twitter": "_pi0_"
|
|
1563
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2575
|
+
"twitter": "_pi0_"
|
|
1564
2576
|
}
|
|
1565
|
-
]
|
|
2577
|
+
],
|
|
2578
|
+
"compatibility": {
|
|
2579
|
+
"nuxt": "^2.0.0",
|
|
2580
|
+
"requires": {}
|
|
2581
|
+
}
|
|
1566
2582
|
},
|
|
1567
2583
|
{
|
|
1568
2584
|
"name": "onesignal",
|
|
@@ -1573,16 +2589,19 @@
|
|
|
1573
2589
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1574
2590
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1575
2591
|
"learn_more": "https://onesignal.com/",
|
|
1576
|
-
"category": "
|
|
2592
|
+
"category": "Extensions",
|
|
1577
2593
|
"type": "community",
|
|
1578
2594
|
"maintainers": [
|
|
1579
2595
|
{
|
|
1580
2596
|
"name": "Pooya Parsa",
|
|
1581
2597
|
"github": "pi0",
|
|
1582
|
-
"twitter": "_pi0_"
|
|
1583
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2598
|
+
"twitter": "_pi0_"
|
|
1584
2599
|
}
|
|
1585
|
-
]
|
|
2600
|
+
],
|
|
2601
|
+
"compatibility": {
|
|
2602
|
+
"nuxt": "^2.0.0",
|
|
2603
|
+
"requires": {}
|
|
2604
|
+
}
|
|
1586
2605
|
},
|
|
1587
2606
|
{
|
|
1588
2607
|
"name": "optimized-images",
|
|
@@ -1599,10 +2618,13 @@
|
|
|
1599
2618
|
{
|
|
1600
2619
|
"name": "Julio Marquez",
|
|
1601
2620
|
"github": "juliomrqz",
|
|
1602
|
-
"twitter": "juliomrqz"
|
|
1603
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2621
|
+
"twitter": "juliomrqz"
|
|
1604
2622
|
}
|
|
1605
|
-
]
|
|
2623
|
+
],
|
|
2624
|
+
"compatibility": {
|
|
2625
|
+
"nuxt": "^2.0.0",
|
|
2626
|
+
"requires": {}
|
|
2627
|
+
}
|
|
1606
2628
|
},
|
|
1607
2629
|
{
|
|
1608
2630
|
"name": "page-generator-helper",
|
|
@@ -1613,15 +2635,18 @@
|
|
|
1613
2635
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1614
2636
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1615
2637
|
"learn_more": "",
|
|
1616
|
-
"category": "
|
|
2638
|
+
"category": "Extensions",
|
|
1617
2639
|
"type": "3rd-party",
|
|
1618
2640
|
"maintainers": [
|
|
1619
2641
|
{
|
|
1620
2642
|
"name": "GrabarzUndPartner",
|
|
1621
|
-
"github": "GrabarzUndPartner"
|
|
1622
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2643
|
+
"github": "GrabarzUndPartner"
|
|
1623
2644
|
}
|
|
1624
|
-
]
|
|
2645
|
+
],
|
|
2646
|
+
"compatibility": {
|
|
2647
|
+
"nuxt": "^2.0.0",
|
|
2648
|
+
"requires": {}
|
|
2649
|
+
}
|
|
1625
2650
|
},
|
|
1626
2651
|
{
|
|
1627
2652
|
"name": "parse",
|
|
@@ -1637,10 +2662,109 @@
|
|
|
1637
2662
|
"maintainers": [
|
|
1638
2663
|
{
|
|
1639
2664
|
"name": "cierrateam",
|
|
1640
|
-
"github": "cierrateam"
|
|
1641
|
-
|
|
2665
|
+
"github": "cierrateam"
|
|
2666
|
+
}
|
|
2667
|
+
],
|
|
2668
|
+
"compatibility": {
|
|
2669
|
+
"nuxt": "^2.0.0",
|
|
2670
|
+
"requires": {}
|
|
2671
|
+
}
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "partytown",
|
|
2675
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2676
|
+
"repo": "nuxt-community/partytown-module",
|
|
2677
|
+
"npm": "@nuxtjs/partytown",
|
|
2678
|
+
"icon": "partytown.svg",
|
|
2679
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2680
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2681
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2682
|
+
"category": "Performance",
|
|
2683
|
+
"type": "community",
|
|
2684
|
+
"maintainers": [
|
|
2685
|
+
{
|
|
2686
|
+
"name": "Daniel Roe",
|
|
2687
|
+
"github": "danielroe",
|
|
2688
|
+
"twitter": "danielcroe"
|
|
1642
2689
|
}
|
|
1643
|
-
]
|
|
2690
|
+
],
|
|
2691
|
+
"compatibility": {
|
|
2692
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2693
|
+
"requires": {
|
|
2694
|
+
"bridge": true
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "persian-datepicker",
|
|
2700
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2701
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2702
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2703
|
+
"icon": "persian-datepicker.svg",
|
|
2704
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2705
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2706
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2707
|
+
"category": "Date",
|
|
2708
|
+
"type": "3rd-party",
|
|
2709
|
+
"maintainers": [
|
|
2710
|
+
{
|
|
2711
|
+
"name": "Alireza Alibeiki",
|
|
2712
|
+
"github": "alireza-ab",
|
|
2713
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2714
|
+
}
|
|
2715
|
+
],
|
|
2716
|
+
"compatibility": {
|
|
2717
|
+
"nuxt": "^2.0.0",
|
|
2718
|
+
"requires": {}
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"name": "pinia",
|
|
2723
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2724
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2725
|
+
"npm": "@pinia/nuxt",
|
|
2726
|
+
"icon": "pinia.svg",
|
|
2727
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2728
|
+
"website": "https://pinia.esm.dev/",
|
|
2729
|
+
"learn_more": "",
|
|
2730
|
+
"category": "Extensions",
|
|
2731
|
+
"type": "3rd-party",
|
|
2732
|
+
"maintainers": [
|
|
2733
|
+
{
|
|
2734
|
+
"name": "posva",
|
|
2735
|
+
"github": "posva"
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"compatibility": {
|
|
2739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2740
|
+
"requires": {
|
|
2741
|
+
"bridge": "optional"
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "plausible",
|
|
2747
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2748
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2749
|
+
"npm": "vue-plausible",
|
|
2750
|
+
"icon": "plausible.png",
|
|
2751
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2752
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2753
|
+
"learn_more": "",
|
|
2754
|
+
"category": "Analytics",
|
|
2755
|
+
"type": "3rd-party",
|
|
2756
|
+
"maintainers": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "moritzsternemann",
|
|
2759
|
+
"github": "moritzsternemann"
|
|
2760
|
+
}
|
|
2761
|
+
],
|
|
2762
|
+
"compatibility": {
|
|
2763
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2764
|
+
"requires": {
|
|
2765
|
+
"bridge": "optional"
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
1644
2768
|
},
|
|
1645
2769
|
{
|
|
1646
2770
|
"name": "precompress",
|
|
@@ -1656,10 +2780,13 @@
|
|
|
1656
2780
|
"maintainers": [
|
|
1657
2781
|
{
|
|
1658
2782
|
"name": "frenchrabbit",
|
|
1659
|
-
"github": "frenchrabbit"
|
|
1660
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2783
|
+
"github": "frenchrabbit"
|
|
1661
2784
|
}
|
|
1662
|
-
]
|
|
2785
|
+
],
|
|
2786
|
+
"compatibility": {
|
|
2787
|
+
"nuxt": "^2.0.0",
|
|
2788
|
+
"requires": {}
|
|
2789
|
+
}
|
|
1663
2790
|
},
|
|
1664
2791
|
{
|
|
1665
2792
|
"name": "prismic",
|
|
@@ -1668,7 +2795,7 @@
|
|
|
1668
2795
|
"npm": "@nuxtjs/prismic",
|
|
1669
2796
|
"icon": "prismic.png",
|
|
1670
2797
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
1671
|
-
"website": "https://
|
|
2798
|
+
"website": "https://prismic.nuxtjs.org",
|
|
1672
2799
|
"learn_more": "https://prismic.io/",
|
|
1673
2800
|
"category": "CMS",
|
|
1674
2801
|
"type": "community",
|
|
@@ -1676,21 +2803,22 @@
|
|
|
1676
2803
|
{
|
|
1677
2804
|
"name": "Sébastien Chopin",
|
|
1678
2805
|
"github": "Atinux",
|
|
1679
|
-
"twitter": "Atinux"
|
|
1680
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2806
|
+
"twitter": "Atinux"
|
|
1681
2807
|
},
|
|
1682
2808
|
{
|
|
1683
2809
|
"name": "lihbr",
|
|
1684
2810
|
"github": "lihbr",
|
|
1685
|
-
"twitter": "li_hbr"
|
|
1686
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2811
|
+
"twitter": "li_hbr"
|
|
1687
2812
|
},
|
|
1688
2813
|
{
|
|
1689
2814
|
"name": "James Pegg",
|
|
1690
|
-
"github": "jamespegg"
|
|
1691
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2815
|
+
"github": "jamespegg"
|
|
1692
2816
|
}
|
|
1693
|
-
]
|
|
2817
|
+
],
|
|
2818
|
+
"compatibility": {
|
|
2819
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2820
|
+
"requires": {}
|
|
2821
|
+
}
|
|
1694
2822
|
},
|
|
1695
2823
|
{
|
|
1696
2824
|
"name": "protected-mailto",
|
|
@@ -1706,10 +2834,13 @@
|
|
|
1706
2834
|
"maintainers": [
|
|
1707
2835
|
{
|
|
1708
2836
|
"name": "mmoollllee",
|
|
1709
|
-
"github": "mmoollllee"
|
|
1710
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2837
|
+
"github": "mmoollllee"
|
|
1711
2838
|
}
|
|
1712
|
-
]
|
|
2839
|
+
],
|
|
2840
|
+
"compatibility": {
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2843
|
+
}
|
|
1713
2844
|
},
|
|
1714
2845
|
{
|
|
1715
2846
|
"name": "proxy",
|
|
@@ -1726,10 +2857,13 @@
|
|
|
1726
2857
|
{
|
|
1727
2858
|
"name": "Pooya Parsa",
|
|
1728
2859
|
"github": "pi0",
|
|
1729
|
-
"twitter": "_pi0_"
|
|
1730
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2860
|
+
"twitter": "_pi0_"
|
|
1731
2861
|
}
|
|
1732
|
-
]
|
|
2862
|
+
],
|
|
2863
|
+
"compatibility": {
|
|
2864
|
+
"nuxt": "^2.0.0",
|
|
2865
|
+
"requires": {}
|
|
2866
|
+
}
|
|
1733
2867
|
},
|
|
1734
2868
|
{
|
|
1735
2869
|
"name": "prune-html",
|
|
@@ -1744,11 +2878,15 @@
|
|
|
1744
2878
|
"type": "3rd-party",
|
|
1745
2879
|
"maintainers": [
|
|
1746
2880
|
{
|
|
1747
|
-
"name": "
|
|
2881
|
+
"name": "Luca Iaconelli",
|
|
1748
2882
|
"github": "LuXDAmore",
|
|
1749
|
-
"
|
|
2883
|
+
"twitter": "luxdamore"
|
|
1750
2884
|
}
|
|
1751
|
-
]
|
|
2885
|
+
],
|
|
2886
|
+
"compatibility": {
|
|
2887
|
+
"nuxt": "^2.0.0",
|
|
2888
|
+
"requires": {}
|
|
2889
|
+
}
|
|
1752
2890
|
},
|
|
1753
2891
|
{
|
|
1754
2892
|
"name": "purgecss",
|
|
@@ -1764,14 +2902,17 @@
|
|
|
1764
2902
|
"maintainers": [
|
|
1765
2903
|
{
|
|
1766
2904
|
"name": "Developmint",
|
|
1767
|
-
"github": "Developmint"
|
|
1768
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2905
|
+
"github": "Developmint"
|
|
1769
2906
|
}
|
|
1770
|
-
]
|
|
2907
|
+
],
|
|
2908
|
+
"compatibility": {
|
|
2909
|
+
"nuxt": "^2.0.0",
|
|
2910
|
+
"requires": {}
|
|
2911
|
+
}
|
|
1771
2912
|
},
|
|
1772
2913
|
{
|
|
1773
2914
|
"name": "pwa",
|
|
1774
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2915
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1775
2916
|
"repo": "nuxt-community/pwa-module",
|
|
1776
2917
|
"npm": "@nuxtjs/pwa",
|
|
1777
2918
|
"icon": "pwa.png",
|
|
@@ -1784,10 +2925,15 @@
|
|
|
1784
2925
|
{
|
|
1785
2926
|
"name": "Pooya Parsa",
|
|
1786
2927
|
"github": "pi0",
|
|
1787
|
-
"twitter": "_pi0_"
|
|
1788
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2928
|
+
"twitter": "_pi0_"
|
|
1789
2929
|
}
|
|
1790
|
-
]
|
|
2930
|
+
],
|
|
2931
|
+
"compatibility": {
|
|
2932
|
+
"nuxt": "^2.0.0",
|
|
2933
|
+
"requires": {
|
|
2934
|
+
"bridge": "optional"
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
1791
2937
|
},
|
|
1792
2938
|
{
|
|
1793
2939
|
"name": "python",
|
|
@@ -1798,15 +2944,18 @@
|
|
|
1798
2944
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1799
2945
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1800
2946
|
"learn_more": "https://www.python.org/",
|
|
1801
|
-
"category": "
|
|
2947
|
+
"category": "Extensions",
|
|
1802
2948
|
"type": "community",
|
|
1803
2949
|
"maintainers": [
|
|
1804
2950
|
{
|
|
1805
2951
|
"name": "Sebastian Silva",
|
|
1806
|
-
"github": "icarito"
|
|
1807
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2952
|
+
"github": "icarito"
|
|
1808
2953
|
}
|
|
1809
|
-
]
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"nuxt": "^2.0.0",
|
|
2957
|
+
"requires": {}
|
|
2958
|
+
}
|
|
1810
2959
|
},
|
|
1811
2960
|
{
|
|
1812
2961
|
"name": "recaptcha",
|
|
@@ -1822,10 +2971,13 @@
|
|
|
1822
2971
|
"maintainers": [
|
|
1823
2972
|
{
|
|
1824
2973
|
"name": "mvrlin",
|
|
1825
|
-
"github": "mvrlin"
|
|
1826
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2974
|
+
"github": "mvrlin"
|
|
1827
2975
|
}
|
|
1828
|
-
]
|
|
2976
|
+
],
|
|
2977
|
+
"compatibility": {
|
|
2978
|
+
"nuxt": "^2.0.0",
|
|
2979
|
+
"requires": {}
|
|
2980
|
+
}
|
|
1829
2981
|
},
|
|
1830
2982
|
{
|
|
1831
2983
|
"name": "redirect",
|
|
@@ -1842,10 +2994,13 @@
|
|
|
1842
2994
|
{
|
|
1843
2995
|
"name": "Alexander Lichter",
|
|
1844
2996
|
"github": "manniL",
|
|
1845
|
-
"twitter": "TheAlexLichter"
|
|
1846
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2997
|
+
"twitter": "TheAlexLichter"
|
|
1847
2998
|
}
|
|
1848
|
-
]
|
|
2999
|
+
],
|
|
3000
|
+
"compatibility": {
|
|
3001
|
+
"nuxt": "^2.0.0",
|
|
3002
|
+
"requires": {}
|
|
3003
|
+
}
|
|
1849
3004
|
},
|
|
1850
3005
|
{
|
|
1851
3006
|
"name": "rfg-icon",
|
|
@@ -1856,15 +3011,18 @@
|
|
|
1856
3011
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1857
3012
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1858
3013
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1859
|
-
"category": "
|
|
3014
|
+
"category": "SEO",
|
|
1860
3015
|
"type": "3rd-party",
|
|
1861
3016
|
"maintainers": [
|
|
1862
3017
|
{
|
|
1863
3018
|
"name": "pimlie",
|
|
1864
|
-
"github": "pimlie"
|
|
1865
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3019
|
+
"github": "pimlie"
|
|
1866
3020
|
}
|
|
1867
|
-
]
|
|
3021
|
+
],
|
|
3022
|
+
"compatibility": {
|
|
3023
|
+
"nuxt": "^2.0.0",
|
|
3024
|
+
"requires": {}
|
|
3025
|
+
}
|
|
1868
3026
|
},
|
|
1869
3027
|
{
|
|
1870
3028
|
"name": "robots",
|
|
@@ -1880,10 +3038,13 @@
|
|
|
1880
3038
|
"maintainers": [
|
|
1881
3039
|
{
|
|
1882
3040
|
"name": "Ricardo Gobbo de Souza",
|
|
1883
|
-
"github": "ricardogobbosouza"
|
|
1884
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3041
|
+
"github": "ricardogobbosouza"
|
|
1885
3042
|
}
|
|
1886
|
-
]
|
|
3043
|
+
],
|
|
3044
|
+
"compatibility": {
|
|
3045
|
+
"nuxt": "^2.0.0",
|
|
3046
|
+
"requires": {}
|
|
3047
|
+
}
|
|
1887
3048
|
},
|
|
1888
3049
|
{
|
|
1889
3050
|
"name": "rollbar",
|
|
@@ -1899,10 +3060,13 @@
|
|
|
1899
3060
|
"maintainers": [
|
|
1900
3061
|
{
|
|
1901
3062
|
"name": "Gaël Reyrol",
|
|
1902
|
-
"github": "gaelreyrol"
|
|
1903
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3063
|
+
"github": "gaelreyrol"
|
|
1904
3064
|
}
|
|
1905
|
-
]
|
|
3065
|
+
],
|
|
3066
|
+
"compatibility": {
|
|
3067
|
+
"nuxt": "^2.0.0",
|
|
3068
|
+
"requires": {}
|
|
3069
|
+
}
|
|
1906
3070
|
},
|
|
1907
3071
|
{
|
|
1908
3072
|
"name": "router-extras",
|
|
@@ -1913,16 +3077,19 @@
|
|
|
1913
3077
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1914
3078
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1915
3079
|
"learn_more": "",
|
|
1916
|
-
"category": "
|
|
3080
|
+
"category": "Extensions",
|
|
1917
3081
|
"type": "community",
|
|
1918
3082
|
"maintainers": [
|
|
1919
3083
|
{
|
|
1920
3084
|
"name": "Ahad Birang",
|
|
1921
3085
|
"github": "farnabaz",
|
|
1922
|
-
"twitter": "a_birang"
|
|
1923
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3086
|
+
"twitter": "a_birang"
|
|
1924
3087
|
}
|
|
1925
|
-
]
|
|
3088
|
+
],
|
|
3089
|
+
"compatibility": {
|
|
3090
|
+
"nuxt": "^2.0.0",
|
|
3091
|
+
"requires": {}
|
|
3092
|
+
}
|
|
1926
3093
|
},
|
|
1927
3094
|
{
|
|
1928
3095
|
"name": "router",
|
|
@@ -1933,20 +3100,23 @@
|
|
|
1933
3100
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1934
3101
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1935
3102
|
"learn_more": "",
|
|
1936
|
-
"category": "
|
|
3103
|
+
"category": "Extensions",
|
|
1937
3104
|
"type": "community",
|
|
1938
3105
|
"maintainers": [
|
|
1939
3106
|
{
|
|
1940
3107
|
"name": "Sébastien Chopin",
|
|
1941
3108
|
"github": "Atinux",
|
|
1942
|
-
"twitter": "Atinux"
|
|
1943
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3109
|
+
"twitter": "Atinux"
|
|
1944
3110
|
}
|
|
1945
|
-
]
|
|
3111
|
+
],
|
|
3112
|
+
"compatibility": {
|
|
3113
|
+
"nuxt": "^2.0.0",
|
|
3114
|
+
"requires": {}
|
|
3115
|
+
}
|
|
1946
3116
|
},
|
|
1947
3117
|
{
|
|
1948
3118
|
"name": "sanity",
|
|
1949
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3119
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
1950
3120
|
"repo": "nuxt-community/sanity-module#main",
|
|
1951
3121
|
"npm": "@nuxtjs/sanity",
|
|
1952
3122
|
"icon": "sanity.png",
|
|
@@ -1959,10 +3129,15 @@
|
|
|
1959
3129
|
{
|
|
1960
3130
|
"name": "Daniel Roe",
|
|
1961
3131
|
"github": "danielroe",
|
|
1962
|
-
"twitter": "danielcroe"
|
|
1963
|
-
|
|
3132
|
+
"twitter": "danielcroe"
|
|
3133
|
+
}
|
|
3134
|
+
],
|
|
3135
|
+
"compatibility": {
|
|
3136
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3137
|
+
"requires": {
|
|
3138
|
+
"bridge": "optional"
|
|
1964
3139
|
}
|
|
1965
|
-
|
|
3140
|
+
}
|
|
1966
3141
|
},
|
|
1967
3142
|
{
|
|
1968
3143
|
"name": "scss-to-js",
|
|
@@ -1978,10 +3153,13 @@
|
|
|
1978
3153
|
"maintainers": [
|
|
1979
3154
|
{
|
|
1980
3155
|
"name": "sugoidesune",
|
|
1981
|
-
"github": "sugoidesune"
|
|
1982
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3156
|
+
"github": "sugoidesune"
|
|
1983
3157
|
}
|
|
1984
|
-
]
|
|
3158
|
+
],
|
|
3159
|
+
"compatibility": {
|
|
3160
|
+
"nuxt": "^2.0.0",
|
|
3161
|
+
"requires": {}
|
|
3162
|
+
}
|
|
1985
3163
|
},
|
|
1986
3164
|
{
|
|
1987
3165
|
"name": "segment",
|
|
@@ -1997,10 +3175,13 @@
|
|
|
1997
3175
|
"maintainers": [
|
|
1998
3176
|
{
|
|
1999
3177
|
"name": "dansmaculotte",
|
|
2000
|
-
"github": "dansmaculotte"
|
|
2001
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3178
|
+
"github": "dansmaculotte"
|
|
2002
3179
|
}
|
|
2003
|
-
]
|
|
3180
|
+
],
|
|
3181
|
+
"compatibility": {
|
|
3182
|
+
"nuxt": "^2.0.0",
|
|
3183
|
+
"requires": {}
|
|
3184
|
+
}
|
|
2004
3185
|
},
|
|
2005
3186
|
{
|
|
2006
3187
|
"name": "sentry",
|
|
@@ -2009,17 +3190,43 @@
|
|
|
2009
3190
|
"npm": "@nuxtjs/sentry",
|
|
2010
3191
|
"icon": "sentry.png",
|
|
2011
3192
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2012
|
-
"website": "https://
|
|
3193
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2013
3194
|
"learn_more": "https://sentry.io/welcome/",
|
|
2014
3195
|
"category": "Monitoring",
|
|
2015
3196
|
"type": "community",
|
|
2016
3197
|
"maintainers": [
|
|
2017
3198
|
{
|
|
2018
3199
|
"name": "Rafał Chłodnicki",
|
|
2019
|
-
"github": "rchl"
|
|
2020
|
-
|
|
3200
|
+
"github": "rchl"
|
|
3201
|
+
}
|
|
3202
|
+
],
|
|
3203
|
+
"compatibility": {
|
|
3204
|
+
"nuxt": "^2.0.0",
|
|
3205
|
+
"requires": {}
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"name": "seo-meta",
|
|
3210
|
+
"description": "Simple generate seo metadata",
|
|
3211
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3212
|
+
"npm": "nuxt-seo-meta-base",
|
|
3213
|
+
"icon": "",
|
|
3214
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3215
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3216
|
+
"learn_more": "",
|
|
3217
|
+
"category": "SEO",
|
|
3218
|
+
"type": "3rd-party",
|
|
3219
|
+
"maintainers": [
|
|
3220
|
+
{
|
|
3221
|
+
"name": "ihavecoke",
|
|
3222
|
+
"github": "ihavecoke",
|
|
3223
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2021
3224
|
}
|
|
2022
|
-
]
|
|
3225
|
+
],
|
|
3226
|
+
"compatibility": {
|
|
3227
|
+
"nuxt": "^2.0.0",
|
|
3228
|
+
"requires": {}
|
|
3229
|
+
}
|
|
2023
3230
|
},
|
|
2024
3231
|
{
|
|
2025
3232
|
"name": "seomatic-meta",
|
|
@@ -2035,10 +3242,13 @@
|
|
|
2035
3242
|
"maintainers": [
|
|
2036
3243
|
{
|
|
2037
3244
|
"name": "ben-rogerson",
|
|
2038
|
-
"github": "ben-rogerson"
|
|
2039
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3245
|
+
"github": "ben-rogerson"
|
|
2040
3246
|
}
|
|
2041
|
-
]
|
|
3247
|
+
],
|
|
3248
|
+
"compatibility": {
|
|
3249
|
+
"nuxt": "^2.0.0",
|
|
3250
|
+
"requires": {}
|
|
3251
|
+
}
|
|
2042
3252
|
},
|
|
2043
3253
|
{
|
|
2044
3254
|
"name": "separate-env",
|
|
@@ -2049,16 +3259,19 @@
|
|
|
2049
3259
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2050
3260
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2051
3261
|
"learn_more": "",
|
|
2052
|
-
"category": "
|
|
3262
|
+
"category": "Extensions",
|
|
2053
3263
|
"type": "community",
|
|
2054
3264
|
"maintainers": [
|
|
2055
3265
|
{
|
|
2056
3266
|
"name": "Alexander Lichter",
|
|
2057
3267
|
"github": "manniL",
|
|
2058
|
-
"twitter": "TheAlexLichter"
|
|
2059
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3268
|
+
"twitter": "TheAlexLichter"
|
|
2060
3269
|
}
|
|
2061
|
-
]
|
|
3270
|
+
],
|
|
3271
|
+
"compatibility": {
|
|
3272
|
+
"nuxt": "^2.0.0",
|
|
3273
|
+
"requires": {}
|
|
3274
|
+
}
|
|
2062
3275
|
},
|
|
2063
3276
|
{
|
|
2064
3277
|
"name": "shopify",
|
|
@@ -2074,10 +3287,13 @@
|
|
|
2074
3287
|
"maintainers": [
|
|
2075
3288
|
{
|
|
2076
3289
|
"name": "Gomah",
|
|
2077
|
-
"github": "Gomah"
|
|
2078
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3290
|
+
"github": "Gomah"
|
|
2079
3291
|
}
|
|
2080
|
-
]
|
|
3292
|
+
],
|
|
3293
|
+
"compatibility": {
|
|
3294
|
+
"nuxt": "^2.0.0",
|
|
3295
|
+
"requires": {}
|
|
3296
|
+
}
|
|
2081
3297
|
},
|
|
2082
3298
|
{
|
|
2083
3299
|
"name": "simple-line-icons",
|
|
@@ -2093,10 +3309,13 @@
|
|
|
2093
3309
|
"maintainers": [
|
|
2094
3310
|
{
|
|
2095
3311
|
"name": "vaso2",
|
|
2096
|
-
"github": "vaso2"
|
|
2097
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3312
|
+
"github": "vaso2"
|
|
2098
3313
|
}
|
|
2099
|
-
]
|
|
3314
|
+
],
|
|
3315
|
+
"compatibility": {
|
|
3316
|
+
"nuxt": "^2.0.0",
|
|
3317
|
+
"requires": {}
|
|
3318
|
+
}
|
|
2100
3319
|
},
|
|
2101
3320
|
{
|
|
2102
3321
|
"name": "sitemap",
|
|
@@ -2105,7 +3324,7 @@
|
|
|
2105
3324
|
"npm": "@nuxtjs/sitemap",
|
|
2106
3325
|
"icon": "",
|
|
2107
3326
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2108
|
-
"website": "https://
|
|
3327
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2109
3328
|
"learn_more": "",
|
|
2110
3329
|
"category": "SEO",
|
|
2111
3330
|
"type": "community",
|
|
@@ -2113,10 +3332,36 @@
|
|
|
2113
3332
|
{
|
|
2114
3333
|
"name": "Nicolas PENNEC",
|
|
2115
3334
|
"github": "NicoPennec",
|
|
2116
|
-
"twitter": "NicoPennec"
|
|
2117
|
-
|
|
3335
|
+
"twitter": "NicoPennec"
|
|
3336
|
+
}
|
|
3337
|
+
],
|
|
3338
|
+
"compatibility": {
|
|
3339
|
+
"nuxt": "^2.0.0",
|
|
3340
|
+
"requires": {}
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"name": "snipcart",
|
|
3345
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3346
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3347
|
+
"npm": "@nuxtjs/snipcart",
|
|
3348
|
+
"icon": "snipcart.png",
|
|
3349
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3350
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3351
|
+
"learn_more": "",
|
|
3352
|
+
"category": "Payment",
|
|
3353
|
+
"type": "community",
|
|
3354
|
+
"maintainers": [
|
|
3355
|
+
{
|
|
3356
|
+
"name": "Florent GIRAUD",
|
|
3357
|
+
"github": "f3ltron",
|
|
3358
|
+
"twitter": "giraud_florent"
|
|
2118
3359
|
}
|
|
2119
|
-
]
|
|
3360
|
+
],
|
|
3361
|
+
"compatibility": {
|
|
3362
|
+
"nuxt": "^2.0.0",
|
|
3363
|
+
"requires": {}
|
|
3364
|
+
}
|
|
2120
3365
|
},
|
|
2121
3366
|
{
|
|
2122
3367
|
"name": "social-meta",
|
|
@@ -2132,10 +3377,13 @@
|
|
|
2132
3377
|
"maintainers": [
|
|
2133
3378
|
{
|
|
2134
3379
|
"name": "AlekseyPleshkov",
|
|
2135
|
-
"github": "AlekseyPleshkov"
|
|
2136
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3380
|
+
"github": "AlekseyPleshkov"
|
|
2137
3381
|
}
|
|
2138
|
-
]
|
|
3382
|
+
],
|
|
3383
|
+
"compatibility": {
|
|
3384
|
+
"nuxt": "^2.0.0",
|
|
3385
|
+
"requires": {}
|
|
3386
|
+
}
|
|
2139
3387
|
},
|
|
2140
3388
|
{
|
|
2141
3389
|
"name": "socket-io",
|
|
@@ -2151,10 +3399,13 @@
|
|
|
2151
3399
|
"maintainers": [
|
|
2152
3400
|
{
|
|
2153
3401
|
"name": "richardeschloss",
|
|
2154
|
-
"github": "richardeschloss"
|
|
2155
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3402
|
+
"github": "richardeschloss"
|
|
2156
3403
|
}
|
|
2157
|
-
]
|
|
3404
|
+
],
|
|
3405
|
+
"compatibility": {
|
|
3406
|
+
"nuxt": "^2.0.0",
|
|
3407
|
+
"requires": {}
|
|
3408
|
+
}
|
|
2158
3409
|
},
|
|
2159
3410
|
{
|
|
2160
3411
|
"name": "speedcurve",
|
|
@@ -2171,10 +3422,46 @@
|
|
|
2171
3422
|
{
|
|
2172
3423
|
"name": "Josh Deltener",
|
|
2173
3424
|
"github": "hecktarzuli",
|
|
2174
|
-
"twitter": "JoshDeltener"
|
|
2175
|
-
|
|
3425
|
+
"twitter": "JoshDeltener"
|
|
3426
|
+
}
|
|
3427
|
+
],
|
|
3428
|
+
"compatibility": {
|
|
3429
|
+
"nuxt": "^2.0.0",
|
|
3430
|
+
"requires": {}
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "speedkit",
|
|
3435
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3436
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3437
|
+
"npm": "nuxt-speedkit",
|
|
3438
|
+
"icon": "speedkit.png",
|
|
3439
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3440
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3441
|
+
"learn_more": "",
|
|
3442
|
+
"category": "Performance",
|
|
3443
|
+
"type": "3rd-party",
|
|
3444
|
+
"maintainers": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "Stephan Gerbeth",
|
|
3447
|
+
"github": "StephanGerbeth",
|
|
3448
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"name": "Thorn Walli",
|
|
3452
|
+
"github": "ThornWalli",
|
|
3453
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "Grabarz & Partner",
|
|
3457
|
+
"github": "GrabarzUndPartner",
|
|
3458
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2176
3459
|
}
|
|
2177
|
-
]
|
|
3460
|
+
],
|
|
3461
|
+
"compatibility": {
|
|
3462
|
+
"nuxt": "^2.0.0",
|
|
3463
|
+
"requires": {}
|
|
3464
|
+
}
|
|
2178
3465
|
},
|
|
2179
3466
|
{
|
|
2180
3467
|
"name": "storage",
|
|
@@ -2185,15 +3472,40 @@
|
|
|
2185
3472
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2186
3473
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2187
3474
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2188
|
-
"category": "
|
|
3475
|
+
"category": "Extensions",
|
|
2189
3476
|
"type": "3rd-party",
|
|
2190
3477
|
"maintainers": [
|
|
2191
3478
|
{
|
|
2192
3479
|
"name": "mazipan",
|
|
2193
|
-
"github": "mazipan"
|
|
2194
|
-
|
|
3480
|
+
"github": "mazipan"
|
|
3481
|
+
}
|
|
3482
|
+
],
|
|
3483
|
+
"compatibility": {
|
|
3484
|
+
"nuxt": "^2.0.0",
|
|
3485
|
+
"requires": {}
|
|
3486
|
+
}
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"name": "storefront-ui",
|
|
3490
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3491
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3492
|
+
"npm": "@storefront-ui/nuxt",
|
|
3493
|
+
"icon": "storefront-ui.svg",
|
|
3494
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3495
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3496
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3497
|
+
"category": "UI",
|
|
3498
|
+
"type": "3rd-party",
|
|
3499
|
+
"maintainers": [
|
|
3500
|
+
{
|
|
3501
|
+
"name": "Jakub Andrzejewski",
|
|
3502
|
+
"github": "Baroshem"
|
|
2195
3503
|
}
|
|
2196
|
-
]
|
|
3504
|
+
],
|
|
3505
|
+
"compatibility": {
|
|
3506
|
+
"nuxt": "^2.0.0",
|
|
3507
|
+
"requires": {}
|
|
3508
|
+
}
|
|
2197
3509
|
},
|
|
2198
3510
|
{
|
|
2199
3511
|
"name": "stories",
|
|
@@ -2209,16 +3521,19 @@
|
|
|
2209
3521
|
"maintainers": [
|
|
2210
3522
|
{
|
|
2211
3523
|
"name": "richardeschloss",
|
|
2212
|
-
"github": "richardeschloss"
|
|
2213
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3524
|
+
"github": "richardeschloss"
|
|
2214
3525
|
}
|
|
2215
|
-
]
|
|
3526
|
+
],
|
|
3527
|
+
"compatibility": {
|
|
3528
|
+
"nuxt": "^2.0.0",
|
|
3529
|
+
"requires": {}
|
|
3530
|
+
}
|
|
2216
3531
|
},
|
|
2217
3532
|
{
|
|
2218
3533
|
"name": "storyblok",
|
|
2219
3534
|
"description": "Storyblok Nuxt.js module",
|
|
2220
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2221
|
-
"npm": "storyblok
|
|
3535
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3536
|
+
"npm": "@storyblok/nuxt",
|
|
2222
3537
|
"icon": "storyblok.png",
|
|
2223
3538
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2224
3539
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2228,10 +3543,13 @@
|
|
|
2228
3543
|
"maintainers": [
|
|
2229
3544
|
{
|
|
2230
3545
|
"name": "storyblok",
|
|
2231
|
-
"github": "storyblok"
|
|
2232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3546
|
+
"github": "storyblok"
|
|
2233
3547
|
}
|
|
2234
|
-
]
|
|
3548
|
+
],
|
|
3549
|
+
"compatibility": {
|
|
3550
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3551
|
+
"requires": {}
|
|
3552
|
+
}
|
|
2235
3553
|
},
|
|
2236
3554
|
{
|
|
2237
3555
|
"name": "storybook",
|
|
@@ -2248,16 +3566,20 @@
|
|
|
2248
3566
|
{
|
|
2249
3567
|
"name": "Ahad Birang",
|
|
2250
3568
|
"github": "farnabaz",
|
|
2251
|
-
"twitter": "a_birang"
|
|
2252
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3569
|
+
"twitter": "a_birang"
|
|
2253
3570
|
},
|
|
2254
3571
|
{
|
|
2255
3572
|
"name": "Pooya Parsa",
|
|
2256
3573
|
"github": "pi0",
|
|
2257
|
-
"twitter": "_pi0_"
|
|
2258
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3574
|
+
"twitter": "_pi0_"
|
|
2259
3575
|
}
|
|
2260
|
-
]
|
|
3576
|
+
],
|
|
3577
|
+
"compatibility": {
|
|
3578
|
+
"nuxt": "^2.0.0",
|
|
3579
|
+
"requires": {
|
|
3580
|
+
"bridge": "optional"
|
|
3581
|
+
}
|
|
3582
|
+
}
|
|
2261
3583
|
},
|
|
2262
3584
|
{
|
|
2263
3585
|
"name": "strapi",
|
|
@@ -2274,16 +3596,20 @@
|
|
|
2274
3596
|
{
|
|
2275
3597
|
"name": "Benjamin Canac",
|
|
2276
3598
|
"github": "benjamincanac",
|
|
2277
|
-
"twitter": "benjamincanac"
|
|
2278
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3599
|
+
"twitter": "benjamincanac"
|
|
2279
3600
|
},
|
|
2280
3601
|
{
|
|
2281
3602
|
"name": "Sébastien Chopin",
|
|
2282
3603
|
"github": "Atinux",
|
|
2283
|
-
"twitter": "Atinux"
|
|
2284
|
-
|
|
3604
|
+
"twitter": "Atinux"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3609
|
+
"requires": {
|
|
3610
|
+
"bridge": true
|
|
2285
3611
|
}
|
|
2286
|
-
|
|
3612
|
+
}
|
|
2287
3613
|
},
|
|
2288
3614
|
{
|
|
2289
3615
|
"name": "stripe",
|
|
@@ -2299,10 +3625,13 @@
|
|
|
2299
3625
|
"maintainers": [
|
|
2300
3626
|
{
|
|
2301
3627
|
"name": "WilliamDASILVA",
|
|
2302
|
-
"github": "WilliamDASILVA"
|
|
2303
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3628
|
+
"github": "WilliamDASILVA"
|
|
2304
3629
|
}
|
|
2305
|
-
]
|
|
3630
|
+
],
|
|
3631
|
+
"compatibility": {
|
|
3632
|
+
"nuxt": "^2.0.0",
|
|
3633
|
+
"requires": {}
|
|
3634
|
+
}
|
|
2306
3635
|
},
|
|
2307
3636
|
{
|
|
2308
3637
|
"name": "style-resources",
|
|
@@ -2319,10 +3648,13 @@
|
|
|
2319
3648
|
{
|
|
2320
3649
|
"name": "Alexander Lichter",
|
|
2321
3650
|
"github": "manniL",
|
|
2322
|
-
"twitter": "TheAlexLichter"
|
|
2323
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3651
|
+
"twitter": "TheAlexLichter"
|
|
2324
3652
|
}
|
|
2325
|
-
]
|
|
3653
|
+
],
|
|
3654
|
+
"compatibility": {
|
|
3655
|
+
"nuxt": "^2.0.0",
|
|
3656
|
+
"requires": {}
|
|
3657
|
+
}
|
|
2326
3658
|
},
|
|
2327
3659
|
{
|
|
2328
3660
|
"name": "stylelint",
|
|
@@ -2338,10 +3670,61 @@
|
|
|
2338
3670
|
"maintainers": [
|
|
2339
3671
|
{
|
|
2340
3672
|
"name": "Ricardo Gobbo de Souza",
|
|
2341
|
-
"github": "ricardogobbosouza"
|
|
2342
|
-
|
|
3673
|
+
"github": "ricardogobbosouza"
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"compatibility": {
|
|
3677
|
+
"nuxt": "^2.0.0",
|
|
3678
|
+
"requires": {}
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "stylify",
|
|
3683
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3684
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3685
|
+
"npm": "@stylify/nuxt-module",
|
|
3686
|
+
"icon": "stylify.svg",
|
|
3687
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3688
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3689
|
+
"learn_more": "https://stylify.dev",
|
|
3690
|
+
"category": "UI",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Vladimír Macháček",
|
|
3695
|
+
"github": "Machy8",
|
|
3696
|
+
"twitter": "8machy"
|
|
3697
|
+
}
|
|
3698
|
+
],
|
|
3699
|
+
"compatibility": {
|
|
3700
|
+
"nuxt": "^2.0.0",
|
|
3701
|
+
"requires": {}
|
|
3702
|
+
}
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "supabase",
|
|
3706
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3707
|
+
"repo": "supabase/nuxt-supabase",
|
|
3708
|
+
"npm": "nuxt-supabase",
|
|
3709
|
+
"icon": "supabase.png",
|
|
3710
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3711
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3712
|
+
"learn_more": "https://supabase.io",
|
|
3713
|
+
"category": "Database",
|
|
3714
|
+
"type": "3rd-party",
|
|
3715
|
+
"maintainers": [
|
|
3716
|
+
{
|
|
3717
|
+
"name": "Scott Robertson",
|
|
3718
|
+
"github": "scottrobertson",
|
|
3719
|
+
"twitter": "scottymeuk"
|
|
3720
|
+
}
|
|
3721
|
+
],
|
|
3722
|
+
"compatibility": {
|
|
3723
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3724
|
+
"requires": {
|
|
3725
|
+
"bridge": true
|
|
2343
3726
|
}
|
|
2344
|
-
|
|
3727
|
+
}
|
|
2345
3728
|
},
|
|
2346
3729
|
{
|
|
2347
3730
|
"name": "svg-loader",
|
|
@@ -2352,15 +3735,18 @@
|
|
|
2352
3735
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2353
3736
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2354
3737
|
"learn_more": "",
|
|
2355
|
-
"category": "
|
|
3738
|
+
"category": "Extensions",
|
|
2356
3739
|
"type": "3rd-party",
|
|
2357
3740
|
"maintainers": [
|
|
2358
3741
|
{
|
|
2359
3742
|
"name": "Developmint",
|
|
2360
|
-
"github": "Developmint"
|
|
2361
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3743
|
+
"github": "Developmint"
|
|
2362
3744
|
}
|
|
2363
|
-
]
|
|
3745
|
+
],
|
|
3746
|
+
"compatibility": {
|
|
3747
|
+
"nuxt": "^2.0.0",
|
|
3748
|
+
"requires": {}
|
|
3749
|
+
}
|
|
2364
3750
|
},
|
|
2365
3751
|
{
|
|
2366
3752
|
"name": "svg-sprite",
|
|
@@ -2371,16 +3757,19 @@
|
|
|
2371
3757
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2372
3758
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2373
3759
|
"learn_more": "",
|
|
2374
|
-
"category": "
|
|
3760
|
+
"category": "UI",
|
|
2375
3761
|
"type": "community",
|
|
2376
3762
|
"maintainers": [
|
|
2377
3763
|
{
|
|
2378
3764
|
"name": "Ahad Birang",
|
|
2379
3765
|
"github": "farnabaz",
|
|
2380
|
-
"twitter": "a_birang"
|
|
2381
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3766
|
+
"twitter": "a_birang"
|
|
2382
3767
|
}
|
|
2383
|
-
]
|
|
3768
|
+
],
|
|
3769
|
+
"compatibility": {
|
|
3770
|
+
"nuxt": "^2.0.0",
|
|
3771
|
+
"requires": {}
|
|
3772
|
+
}
|
|
2384
3773
|
},
|
|
2385
3774
|
{
|
|
2386
3775
|
"name": "svg",
|
|
@@ -2391,15 +3780,18 @@
|
|
|
2391
3780
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2392
3781
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2393
3782
|
"learn_more": "",
|
|
2394
|
-
"category": "
|
|
3783
|
+
"category": "Extensions",
|
|
2395
3784
|
"type": "community",
|
|
2396
3785
|
"maintainers": [
|
|
2397
3786
|
{
|
|
2398
3787
|
"name": "Sam Holmes",
|
|
2399
|
-
"github": "sam3d"
|
|
2400
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3788
|
+
"github": "sam3d"
|
|
2401
3789
|
}
|
|
2402
|
-
]
|
|
3790
|
+
],
|
|
3791
|
+
"compatibility": {
|
|
3792
|
+
"nuxt": "^2.0.0",
|
|
3793
|
+
"requires": {}
|
|
3794
|
+
}
|
|
2403
3795
|
},
|
|
2404
3796
|
{
|
|
2405
3797
|
"name": "sweetalert2",
|
|
@@ -2415,10 +3807,13 @@
|
|
|
2415
3807
|
"maintainers": [
|
|
2416
3808
|
{
|
|
2417
3809
|
"name": "ImreC",
|
|
2418
|
-
"github": "ImreC"
|
|
2419
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3810
|
+
"github": "ImreC"
|
|
2420
3811
|
}
|
|
2421
|
-
]
|
|
3812
|
+
],
|
|
3813
|
+
"compatibility": {
|
|
3814
|
+
"nuxt": "^2.0.0",
|
|
3815
|
+
"requires": {}
|
|
3816
|
+
}
|
|
2422
3817
|
},
|
|
2423
3818
|
{
|
|
2424
3819
|
"name": "tailwindcss",
|
|
@@ -2435,10 +3830,36 @@
|
|
|
2435
3830
|
{
|
|
2436
3831
|
"name": "Sébastien Chopin",
|
|
2437
3832
|
"github": "Atinux",
|
|
2438
|
-
"twitter": "Atinux"
|
|
2439
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3833
|
+
"twitter": "Atinux"
|
|
2440
3834
|
}
|
|
2441
|
-
]
|
|
3835
|
+
],
|
|
3836
|
+
"compatibility": {
|
|
3837
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3838
|
+
"requires": {}
|
|
3839
|
+
}
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"name": "tiktok-analytics",
|
|
3843
|
+
"description": "",
|
|
3844
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3845
|
+
"npm": "tiktok-analytics",
|
|
3846
|
+
"icon": "",
|
|
3847
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3848
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3849
|
+
"learn_more": "",
|
|
3850
|
+
"category": "Analytics",
|
|
3851
|
+
"type": "3rd-party",
|
|
3852
|
+
"maintainers": [
|
|
3853
|
+
{
|
|
3854
|
+
"name": "stickpro",
|
|
3855
|
+
"github": "stickpro",
|
|
3856
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3857
|
+
}
|
|
3858
|
+
],
|
|
3859
|
+
"compatibility": {
|
|
3860
|
+
"nuxt": "^2.0.0",
|
|
3861
|
+
"requires": {}
|
|
3862
|
+
}
|
|
2442
3863
|
},
|
|
2443
3864
|
{
|
|
2444
3865
|
"name": "toast",
|
|
@@ -2446,8 +3867,8 @@
|
|
|
2446
3867
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2447
3868
|
"npm": "@nuxtjs/toast",
|
|
2448
3869
|
"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",
|
|
3870
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3871
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2451
3872
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2452
3873
|
"category": "Libraries",
|
|
2453
3874
|
"type": "community",
|
|
@@ -2455,10 +3876,37 @@
|
|
|
2455
3876
|
{
|
|
2456
3877
|
"name": "Pooya Parsa",
|
|
2457
3878
|
"github": "pi0",
|
|
2458
|
-
"twitter": "_pi0_"
|
|
2459
|
-
|
|
3879
|
+
"twitter": "_pi0_"
|
|
3880
|
+
}
|
|
3881
|
+
],
|
|
3882
|
+
"compatibility": {
|
|
3883
|
+
"nuxt": "^2.0.0",
|
|
3884
|
+
"requires": {}
|
|
3885
|
+
}
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"name": "twa",
|
|
3889
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3890
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3891
|
+
"npm": "nuxt-twa",
|
|
3892
|
+
"icon": "",
|
|
3893
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3894
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3895
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3896
|
+
"category": "Performance",
|
|
3897
|
+
"type": "3rd-party",
|
|
3898
|
+
"maintainers": [
|
|
3899
|
+
{
|
|
3900
|
+
"name": "Nicolas Perraut",
|
|
3901
|
+
"github": "tuarrep"
|
|
2460
3902
|
}
|
|
2461
|
-
]
|
|
3903
|
+
],
|
|
3904
|
+
"compatibility": {
|
|
3905
|
+
"nuxt": "^2.0.0",
|
|
3906
|
+
"requires": {
|
|
3907
|
+
"bridge": "optional"
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
2462
3910
|
},
|
|
2463
3911
|
{
|
|
2464
3912
|
"name": "typed-router",
|
|
@@ -2474,10 +3922,38 @@
|
|
|
2474
3922
|
"maintainers": [
|
|
2475
3923
|
{
|
|
2476
3924
|
"name": "victorgarciaesgi",
|
|
2477
|
-
"github": "victorgarciaesgi"
|
|
2478
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3925
|
+
"github": "victorgarciaesgi"
|
|
2479
3926
|
}
|
|
2480
|
-
]
|
|
3927
|
+
],
|
|
3928
|
+
"compatibility": {
|
|
3929
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3930
|
+
"requires": {}
|
|
3931
|
+
}
|
|
3932
|
+
},
|
|
3933
|
+
{
|
|
3934
|
+
"name": "typed-vuex",
|
|
3935
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3936
|
+
"repo": "danielroe/typed-vuex",
|
|
3937
|
+
"npm": "",
|
|
3938
|
+
"icon": "vue.png",
|
|
3939
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
3940
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
3941
|
+
"learn_more": "",
|
|
3942
|
+
"category": "Libraries",
|
|
3943
|
+
"type": "3rd-party",
|
|
3944
|
+
"maintainers": [
|
|
3945
|
+
{
|
|
3946
|
+
"name": "Daniel Roe",
|
|
3947
|
+
"github": "danielroe",
|
|
3948
|
+
"twitter": "danielcroe"
|
|
3949
|
+
}
|
|
3950
|
+
],
|
|
3951
|
+
"compatibility": {
|
|
3952
|
+
"nuxt": "^2.0.0",
|
|
3953
|
+
"requires": {
|
|
3954
|
+
"bridge": "optional"
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
2481
3957
|
},
|
|
2482
3958
|
{
|
|
2483
3959
|
"name": "typescript-runtime",
|
|
@@ -2493,22 +3969,23 @@
|
|
|
2493
3969
|
"maintainers": [
|
|
2494
3970
|
{
|
|
2495
3971
|
"name": "Kevin Marrec",
|
|
2496
|
-
"github": "kevinmarrec"
|
|
2497
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3972
|
+
"github": "kevinmarrec"
|
|
2498
3973
|
},
|
|
2499
3974
|
{
|
|
2500
3975
|
"name": "Pooya Parsa",
|
|
2501
3976
|
"github": "pi0",
|
|
2502
|
-
"twitter": "_pi0_"
|
|
2503
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3977
|
+
"twitter": "_pi0_"
|
|
2504
3978
|
},
|
|
2505
3979
|
{
|
|
2506
3980
|
"name": "Daniel Roe",
|
|
2507
3981
|
"github": "danielroe",
|
|
2508
|
-
"twitter": "danielcroe"
|
|
2509
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3982
|
+
"twitter": "danielcroe"
|
|
2510
3983
|
}
|
|
2511
|
-
]
|
|
3984
|
+
],
|
|
3985
|
+
"compatibility": {
|
|
3986
|
+
"nuxt": "^2.0.0",
|
|
3987
|
+
"requires": {}
|
|
3988
|
+
}
|
|
2512
3989
|
},
|
|
2513
3990
|
{
|
|
2514
3991
|
"name": "typescript",
|
|
@@ -2524,22 +4001,23 @@
|
|
|
2524
4001
|
"maintainers": [
|
|
2525
4002
|
{
|
|
2526
4003
|
"name": "Kevin Marrec",
|
|
2527
|
-
"github": "kevinmarrec"
|
|
2528
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4004
|
+
"github": "kevinmarrec"
|
|
2529
4005
|
},
|
|
2530
4006
|
{
|
|
2531
4007
|
"name": "Pooya Parsa",
|
|
2532
4008
|
"github": "pi0",
|
|
2533
|
-
"twitter": "_pi0_"
|
|
2534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4009
|
+
"twitter": "_pi0_"
|
|
2535
4010
|
},
|
|
2536
4011
|
{
|
|
2537
4012
|
"name": "Daniel Roe",
|
|
2538
4013
|
"github": "danielroe",
|
|
2539
|
-
"twitter": "danielcroe"
|
|
2540
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4014
|
+
"twitter": "danielcroe"
|
|
2541
4015
|
}
|
|
2542
|
-
]
|
|
4016
|
+
],
|
|
4017
|
+
"compatibility": {
|
|
4018
|
+
"nuxt": "^2.0.0",
|
|
4019
|
+
"requires": {}
|
|
4020
|
+
}
|
|
2543
4021
|
},
|
|
2544
4022
|
{
|
|
2545
4023
|
"name": "universal-storage",
|
|
@@ -2550,22 +4028,76 @@
|
|
|
2550
4028
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2551
4029
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2552
4030
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2553
|
-
"category": "
|
|
4031
|
+
"category": "Extensions",
|
|
2554
4032
|
"type": "community",
|
|
2555
4033
|
"maintainers": [
|
|
2556
4034
|
{
|
|
2557
4035
|
"name": "Pooya Parsa",
|
|
2558
4036
|
"github": "pi0",
|
|
2559
|
-
"twitter": "_pi0_"
|
|
2560
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4037
|
+
"twitter": "_pi0_"
|
|
2561
4038
|
},
|
|
2562
4039
|
{
|
|
2563
4040
|
"name": "Farzad Soltani",
|
|
2564
4041
|
"github": "farzadso",
|
|
2565
|
-
"twitter": "farzadso"
|
|
2566
|
-
|
|
4042
|
+
"twitter": "farzadso"
|
|
4043
|
+
}
|
|
4044
|
+
],
|
|
4045
|
+
"compatibility": {
|
|
4046
|
+
"nuxt": "^2.0.0",
|
|
4047
|
+
"requires": {}
|
|
4048
|
+
}
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"name": "unlighthouse",
|
|
4052
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4053
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4054
|
+
"npm": "@unlighthouse/nuxt",
|
|
4055
|
+
"icon": "unlighthouse.svg",
|
|
4056
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4057
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4058
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4059
|
+
"category": "Devtools",
|
|
4060
|
+
"type": "3rd-party",
|
|
4061
|
+
"maintainers": [
|
|
4062
|
+
{
|
|
4063
|
+
"name": "Harlan Wilton",
|
|
4064
|
+
"github": "harlan-zw",
|
|
4065
|
+
"twitter": "harlan_zw",
|
|
4066
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4067
|
+
}
|
|
4068
|
+
],
|
|
4069
|
+
"compatibility": {
|
|
4070
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4071
|
+
"requires": {
|
|
4072
|
+
"bridge": "optional"
|
|
4073
|
+
}
|
|
4074
|
+
}
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"name": "unocss",
|
|
4078
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4079
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4080
|
+
"npm": "@unocss/nuxt",
|
|
4081
|
+
"icon": "unocss.svg",
|
|
4082
|
+
"github": "https://github.com/antfu/unocss",
|
|
4083
|
+
"website": "https://github.com/antfu/unocss",
|
|
4084
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4085
|
+
"category": "UI",
|
|
4086
|
+
"type": "3rd-party",
|
|
4087
|
+
"maintainers": [
|
|
4088
|
+
{
|
|
4089
|
+
"name": "Anthony Fu",
|
|
4090
|
+
"github": "antfu",
|
|
4091
|
+
"twitter": "antfu7",
|
|
4092
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2567
4093
|
}
|
|
2568
|
-
]
|
|
4094
|
+
],
|
|
4095
|
+
"compatibility": {
|
|
4096
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4097
|
+
"requires": {
|
|
4098
|
+
"bridge": "optional"
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
2569
4101
|
},
|
|
2570
4102
|
{
|
|
2571
4103
|
"name": "user-agent",
|
|
@@ -2576,15 +4108,18 @@
|
|
|
2576
4108
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2577
4109
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2578
4110
|
"learn_more": "",
|
|
2579
|
-
"category": "
|
|
4111
|
+
"category": "Extensions",
|
|
2580
4112
|
"type": "3rd-party",
|
|
2581
4113
|
"maintainers": [
|
|
2582
4114
|
{
|
|
2583
4115
|
"name": "fukuiretu",
|
|
2584
|
-
"github": "fukuiretu"
|
|
2585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4116
|
+
"github": "fukuiretu"
|
|
2586
4117
|
}
|
|
2587
|
-
]
|
|
4118
|
+
],
|
|
4119
|
+
"compatibility": {
|
|
4120
|
+
"nuxt": "^2.0.0",
|
|
4121
|
+
"requires": {}
|
|
4122
|
+
}
|
|
2588
4123
|
},
|
|
2589
4124
|
{
|
|
2590
4125
|
"name": "validate",
|
|
@@ -2600,10 +4135,13 @@
|
|
|
2600
4135
|
"maintainers": [
|
|
2601
4136
|
{
|
|
2602
4137
|
"name": "lewyuburi",
|
|
2603
|
-
"github": "lewyuburi"
|
|
2604
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4138
|
+
"github": "lewyuburi"
|
|
2605
4139
|
}
|
|
2606
|
-
]
|
|
4140
|
+
],
|
|
4141
|
+
"compatibility": {
|
|
4142
|
+
"nuxt": "^2.0.0",
|
|
4143
|
+
"requires": {}
|
|
4144
|
+
}
|
|
2607
4145
|
},
|
|
2608
4146
|
{
|
|
2609
4147
|
"name": "vendor",
|
|
@@ -2614,16 +4152,19 @@
|
|
|
2614
4152
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2615
4153
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2616
4154
|
"learn_more": "",
|
|
2617
|
-
"category": "
|
|
4155
|
+
"category": "Extensions",
|
|
2618
4156
|
"type": "community",
|
|
2619
4157
|
"maintainers": [
|
|
2620
4158
|
{
|
|
2621
4159
|
"name": "Pooya Parsa",
|
|
2622
4160
|
"github": "pi0",
|
|
2623
|
-
"twitter": "_pi0_"
|
|
2624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4161
|
+
"twitter": "_pi0_"
|
|
2625
4162
|
}
|
|
2626
|
-
]
|
|
4163
|
+
],
|
|
4164
|
+
"compatibility": {
|
|
4165
|
+
"nuxt": "^2.0.0",
|
|
4166
|
+
"requires": {}
|
|
4167
|
+
}
|
|
2627
4168
|
},
|
|
2628
4169
|
{
|
|
2629
4170
|
"name": "vue-material",
|
|
@@ -2639,10 +4180,13 @@
|
|
|
2639
4180
|
"maintainers": [
|
|
2640
4181
|
{
|
|
2641
4182
|
"name": "vaso2",
|
|
2642
|
-
"github": "vaso2"
|
|
2643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4183
|
+
"github": "vaso2"
|
|
2644
4184
|
}
|
|
2645
|
-
]
|
|
4185
|
+
],
|
|
4186
|
+
"compatibility": {
|
|
4187
|
+
"nuxt": "^2.0.0",
|
|
4188
|
+
"requires": {}
|
|
4189
|
+
}
|
|
2646
4190
|
},
|
|
2647
4191
|
{
|
|
2648
4192
|
"name": "vue-multiselect",
|
|
@@ -2658,10 +4202,13 @@
|
|
|
2658
4202
|
"maintainers": [
|
|
2659
4203
|
{
|
|
2660
4204
|
"name": "spektrummedia",
|
|
2661
|
-
"github": "spektrummedia"
|
|
2662
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4205
|
+
"github": "spektrummedia"
|
|
2663
4206
|
}
|
|
2664
|
-
]
|
|
4207
|
+
],
|
|
4208
|
+
"compatibility": {
|
|
4209
|
+
"nuxt": "^2.0.0",
|
|
4210
|
+
"requires": {}
|
|
4211
|
+
}
|
|
2665
4212
|
},
|
|
2666
4213
|
{
|
|
2667
4214
|
"name": "vue-select",
|
|
@@ -2677,10 +4224,13 @@
|
|
|
2677
4224
|
"maintainers": [
|
|
2678
4225
|
{
|
|
2679
4226
|
"name": "madmod",
|
|
2680
|
-
"github": "madmod"
|
|
2681
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4227
|
+
"github": "madmod"
|
|
2682
4228
|
}
|
|
2683
|
-
]
|
|
4229
|
+
],
|
|
4230
|
+
"compatibility": {
|
|
4231
|
+
"nuxt": "^2.0.0",
|
|
4232
|
+
"requires": {}
|
|
4233
|
+
}
|
|
2684
4234
|
},
|
|
2685
4235
|
{
|
|
2686
4236
|
"name": "vue-warehouse",
|
|
@@ -2697,10 +4247,13 @@
|
|
|
2697
4247
|
{
|
|
2698
4248
|
"name": "Julio Marquez",
|
|
2699
4249
|
"github": "juliomrqz",
|
|
2700
|
-
"twitter": "juliomrqz"
|
|
2701
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4250
|
+
"twitter": "juliomrqz"
|
|
2702
4251
|
}
|
|
2703
|
-
]
|
|
4252
|
+
],
|
|
4253
|
+
"compatibility": {
|
|
4254
|
+
"nuxt": "^2.0.0",
|
|
4255
|
+
"requires": {}
|
|
4256
|
+
}
|
|
2704
4257
|
},
|
|
2705
4258
|
{
|
|
2706
4259
|
"name": "vuetify",
|
|
@@ -2716,16 +4269,43 @@
|
|
|
2716
4269
|
"maintainers": [
|
|
2717
4270
|
{
|
|
2718
4271
|
"name": "Kevin Marrec",
|
|
2719
|
-
"github": "kevinmarrec"
|
|
2720
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4272
|
+
"github": "kevinmarrec"
|
|
2721
4273
|
},
|
|
2722
4274
|
{
|
|
2723
4275
|
"name": "Pooya Parsa",
|
|
2724
4276
|
"github": "pi0",
|
|
2725
|
-
"twitter": "_pi0_"
|
|
2726
|
-
|
|
4277
|
+
"twitter": "_pi0_"
|
|
4278
|
+
}
|
|
4279
|
+
],
|
|
4280
|
+
"compatibility": {
|
|
4281
|
+
"nuxt": "^2.0.0",
|
|
4282
|
+
"requires": {}
|
|
4283
|
+
}
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"name": "vueuse",
|
|
4287
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4288
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4289
|
+
"npm": "@vueuse/core",
|
|
4290
|
+
"icon": "vueuse.svg",
|
|
4291
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4292
|
+
"website": "https://vueuse.org",
|
|
4293
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4294
|
+
"category": "Libraries",
|
|
4295
|
+
"type": "3rd-party",
|
|
4296
|
+
"maintainers": [
|
|
4297
|
+
{
|
|
4298
|
+
"name": "Anthony Fu",
|
|
4299
|
+
"github": "antfu",
|
|
4300
|
+
"twitter": "antfu7"
|
|
2727
4301
|
}
|
|
2728
|
-
]
|
|
4302
|
+
],
|
|
4303
|
+
"compatibility": {
|
|
4304
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4305
|
+
"requires": {
|
|
4306
|
+
"bridge": "optional"
|
|
4307
|
+
}
|
|
4308
|
+
}
|
|
2729
4309
|
},
|
|
2730
4310
|
{
|
|
2731
4311
|
"name": "vuex-router-sync",
|
|
@@ -2741,10 +4321,68 @@
|
|
|
2741
4321
|
"maintainers": [
|
|
2742
4322
|
{
|
|
2743
4323
|
"name": "paulgv",
|
|
2744
|
-
"github": "paulgv"
|
|
2745
|
-
|
|
4324
|
+
"github": "paulgv"
|
|
4325
|
+
}
|
|
4326
|
+
],
|
|
4327
|
+
"compatibility": {
|
|
4328
|
+
"nuxt": "^2.0.0",
|
|
4329
|
+
"requires": {}
|
|
4330
|
+
}
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"name": "web-vitals",
|
|
4334
|
+
"description": "Web Vitals for Nuxt",
|
|
4335
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4336
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4337
|
+
"icon": "",
|
|
4338
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4339
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4340
|
+
"learn_more": "",
|
|
4341
|
+
"category": "Performance",
|
|
4342
|
+
"type": "community",
|
|
4343
|
+
"maintainers": [
|
|
4344
|
+
{
|
|
4345
|
+
"name": "daliborgogic",
|
|
4346
|
+
"github": "daliborgogic"
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
"name": "Pooya Parsa",
|
|
4350
|
+
"github": "pi0",
|
|
4351
|
+
"twitter": "_pi0_"
|
|
4352
|
+
},
|
|
4353
|
+
{
|
|
4354
|
+
"name": "Sebastien Chopin",
|
|
4355
|
+
"github": "Atinux",
|
|
4356
|
+
"twitter": "Atinux"
|
|
4357
|
+
}
|
|
4358
|
+
],
|
|
4359
|
+
"compatibility": {
|
|
4360
|
+
"nuxt": "^2.0.0",
|
|
4361
|
+
"requires": {}
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "web3js",
|
|
4366
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4367
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4368
|
+
"npm": "nuxt-web3",
|
|
4369
|
+
"icon": "web3js.svg",
|
|
4370
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4371
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4372
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4373
|
+
"category": "Libraries",
|
|
4374
|
+
"type": "3rd-party",
|
|
4375
|
+
"maintainers": [
|
|
4376
|
+
{
|
|
4377
|
+
"name": "Muhammad Fauzan",
|
|
4378
|
+
"github": "bl0cknumber",
|
|
4379
|
+
"twitter": "fncolon"
|
|
2746
4380
|
}
|
|
2747
|
-
]
|
|
4381
|
+
],
|
|
4382
|
+
"compatibility": {
|
|
4383
|
+
"nuxt": "^2.0.0",
|
|
4384
|
+
"requires": {}
|
|
4385
|
+
}
|
|
2748
4386
|
},
|
|
2749
4387
|
{
|
|
2750
4388
|
"name": "webfontloader",
|
|
@@ -2760,10 +4398,37 @@
|
|
|
2760
4398
|
"maintainers": [
|
|
2761
4399
|
{
|
|
2762
4400
|
"name": "Developmint",
|
|
2763
|
-
"github": "Developmint"
|
|
2764
|
-
|
|
4401
|
+
"github": "Developmint"
|
|
4402
|
+
}
|
|
4403
|
+
],
|
|
4404
|
+
"compatibility": {
|
|
4405
|
+
"nuxt": "^2.0.0",
|
|
4406
|
+
"requires": {}
|
|
4407
|
+
}
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"name": "webpack-optimisations",
|
|
4411
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4412
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4413
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4414
|
+
"icon": "build-optimisations.svg",
|
|
4415
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4416
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4417
|
+
"learn_more": "",
|
|
4418
|
+
"category": "Devtools",
|
|
4419
|
+
"type": "3rd-party",
|
|
4420
|
+
"maintainers": [
|
|
4421
|
+
{
|
|
4422
|
+
"name": "Harlan Wilton",
|
|
4423
|
+
"github": "harlan-zw"
|
|
4424
|
+
}
|
|
4425
|
+
],
|
|
4426
|
+
"compatibility": {
|
|
4427
|
+
"nuxt": "^2.0.0",
|
|
4428
|
+
"requires": {
|
|
4429
|
+
"bridge": "optional"
|
|
2765
4430
|
}
|
|
2766
|
-
|
|
4431
|
+
}
|
|
2767
4432
|
},
|
|
2768
4433
|
{
|
|
2769
4434
|
"name": "webpack-profile",
|
|
@@ -2780,10 +4445,13 @@
|
|
|
2780
4445
|
{
|
|
2781
4446
|
"name": "Pooya Parsa",
|
|
2782
4447
|
"github": "pi0",
|
|
2783
|
-
"twitter": "_pi0_"
|
|
2784
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4448
|
+
"twitter": "_pi0_"
|
|
2785
4449
|
}
|
|
2786
|
-
]
|
|
4450
|
+
],
|
|
4451
|
+
"compatibility": {
|
|
4452
|
+
"nuxt": "^2.0.0",
|
|
4453
|
+
"requires": {}
|
|
4454
|
+
}
|
|
2787
4455
|
},
|
|
2788
4456
|
{
|
|
2789
4457
|
"name": "webpackdashboard",
|
|
@@ -2799,10 +4467,13 @@
|
|
|
2799
4467
|
"maintainers": [
|
|
2800
4468
|
{
|
|
2801
4469
|
"name": "paulgv",
|
|
2802
|
-
"github": "paulgv"
|
|
2803
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4470
|
+
"github": "paulgv"
|
|
2804
4471
|
}
|
|
2805
|
-
]
|
|
4472
|
+
],
|
|
4473
|
+
"compatibility": {
|
|
4474
|
+
"nuxt": "^2.0.0",
|
|
4475
|
+
"requires": {}
|
|
4476
|
+
}
|
|
2806
4477
|
},
|
|
2807
4478
|
{
|
|
2808
4479
|
"name": "webpackmonitor",
|
|
@@ -2819,10 +4490,43 @@
|
|
|
2819
4490
|
{
|
|
2820
4491
|
"name": "Pooya Parsa",
|
|
2821
4492
|
"github": "pi0",
|
|
2822
|
-
"twitter": "_pi0_"
|
|
2823
|
-
|
|
4493
|
+
"twitter": "_pi0_"
|
|
4494
|
+
}
|
|
4495
|
+
],
|
|
4496
|
+
"compatibility": {
|
|
4497
|
+
"nuxt": "^2.0.0",
|
|
4498
|
+
"requires": {}
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "windicss",
|
|
4503
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4504
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4505
|
+
"npm": "nuxt-windicss",
|
|
4506
|
+
"icon": "windicss.svg",
|
|
4507
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4508
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4509
|
+
"learn_more": "https://windicss.org/",
|
|
4510
|
+
"category": "UI",
|
|
4511
|
+
"type": "3rd-party",
|
|
4512
|
+
"maintainers": [
|
|
4513
|
+
{
|
|
4514
|
+
"name": "Harlan Wilton",
|
|
4515
|
+
"github": "harlan-zw",
|
|
4516
|
+
"twitter": "harlan_zw"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"name": "Anthony Fu",
|
|
4520
|
+
"github": "antfu",
|
|
4521
|
+
"twitter": "antfu7"
|
|
4522
|
+
}
|
|
4523
|
+
],
|
|
4524
|
+
"compatibility": {
|
|
4525
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4526
|
+
"requires": {
|
|
4527
|
+
"bridge": "optional"
|
|
2824
4528
|
}
|
|
2825
|
-
|
|
4529
|
+
}
|
|
2826
4530
|
},
|
|
2827
4531
|
{
|
|
2828
4532
|
"name": "winston-log",
|
|
@@ -2838,10 +4542,13 @@
|
|
|
2838
4542
|
"maintainers": [
|
|
2839
4543
|
{
|
|
2840
4544
|
"name": "aaronransley",
|
|
2841
|
-
"github": "aaronransley"
|
|
2842
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4545
|
+
"github": "aaronransley"
|
|
2843
4546
|
}
|
|
2844
|
-
]
|
|
4547
|
+
],
|
|
4548
|
+
"compatibility": {
|
|
4549
|
+
"nuxt": "^2.0.0",
|
|
4550
|
+
"requires": {}
|
|
4551
|
+
}
|
|
2845
4552
|
},
|
|
2846
4553
|
{
|
|
2847
4554
|
"name": "wp-nuxt",
|
|
@@ -2857,10 +4564,13 @@
|
|
|
2857
4564
|
"maintainers": [
|
|
2858
4565
|
{
|
|
2859
4566
|
"name": "yashha",
|
|
2860
|
-
"github": "yashha"
|
|
2861
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4567
|
+
"github": "yashha"
|
|
2862
4568
|
}
|
|
2863
|
-
]
|
|
4569
|
+
],
|
|
4570
|
+
"compatibility": {
|
|
4571
|
+
"nuxt": "^2.0.0",
|
|
4572
|
+
"requires": {}
|
|
4573
|
+
}
|
|
2864
4574
|
},
|
|
2865
4575
|
{
|
|
2866
4576
|
"name": "xhr-cache",
|
|
@@ -2876,10 +4586,13 @@
|
|
|
2876
4586
|
"maintainers": [
|
|
2877
4587
|
{
|
|
2878
4588
|
"name": "gaetansenn",
|
|
2879
|
-
"github": "gaetansenn"
|
|
2880
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4589
|
+
"github": "gaetansenn"
|
|
2881
4590
|
}
|
|
2882
|
-
]
|
|
4591
|
+
],
|
|
4592
|
+
"compatibility": {
|
|
4593
|
+
"nuxt": "^2.0.0",
|
|
4594
|
+
"requires": {}
|
|
4595
|
+
}
|
|
2883
4596
|
},
|
|
2884
4597
|
{
|
|
2885
4598
|
"name": "xui",
|
|
@@ -2895,18 +4608,22 @@
|
|
|
2895
4608
|
"maintainers": [
|
|
2896
4609
|
{
|
|
2897
4610
|
"name": "MetaCorp",
|
|
2898
|
-
"github": "MetaCorp"
|
|
2899
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4611
|
+
"github": "MetaCorp"
|
|
2900
4612
|
}
|
|
2901
|
-
]
|
|
4613
|
+
],
|
|
4614
|
+
"compatibility": {
|
|
4615
|
+
"nuxt": "^2.0.0",
|
|
4616
|
+
"requires": {}
|
|
4617
|
+
}
|
|
2902
4618
|
},
|
|
2903
4619
|
{
|
|
2904
4620
|
"name": "yandex-metrika",
|
|
2905
|
-
"
|
|
4621
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4622
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2906
4623
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2907
4624
|
"icon": "",
|
|
2908
|
-
"github": "https://github.com/nuxt-community/
|
|
2909
|
-
"website": "https://github.com/nuxt-community/
|
|
4625
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4626
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2910
4627
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2911
4628
|
"category": "Analytics",
|
|
2912
4629
|
"type": "community",
|
|
@@ -2914,10 +4631,13 @@
|
|
|
2914
4631
|
{
|
|
2915
4632
|
"name": "Pooya Parsa",
|
|
2916
4633
|
"github": "pi0",
|
|
2917
|
-
"twitter": "_pi0_"
|
|
2918
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4634
|
+
"twitter": "_pi0_"
|
|
2919
4635
|
}
|
|
2920
|
-
]
|
|
4636
|
+
],
|
|
4637
|
+
"compatibility": {
|
|
4638
|
+
"nuxt": "^2.0.0",
|
|
4639
|
+
"requires": {}
|
|
4640
|
+
}
|
|
2921
4641
|
},
|
|
2922
4642
|
{
|
|
2923
4643
|
"name": "zendesk",
|
|
@@ -2933,9 +4653,12 @@
|
|
|
2933
4653
|
"maintainers": [
|
|
2934
4654
|
{
|
|
2935
4655
|
"name": "DansMaCulotte",
|
|
2936
|
-
"github": "DansMaCulotte"
|
|
2937
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4656
|
+
"github": "DansMaCulotte"
|
|
2938
4657
|
}
|
|
2939
|
-
]
|
|
4658
|
+
],
|
|
4659
|
+
"compatibility": {
|
|
4660
|
+
"nuxt": "^2.0.0",
|
|
4661
|
+
"requires": {}
|
|
4662
|
+
}
|
|
2940
4663
|
}
|
|
2941
4664
|
]
|