@nuxt/modules 0.5.0-839701 → 0.5.0-84e333
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} +2469 -587
- 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://github.com/kdydesign.png"
|
|
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://github.com/farnabaz.png"
|
|
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://github.com/kieusonlam.png"
|
|
187
|
+
"github": "kieusonlam"
|
|
57
188
|
},
|
|
58
189
|
{
|
|
59
190
|
"name": "Dominic Garms",
|
|
60
|
-
"github": "dohomi"
|
|
61
|
-
"avatar": "https://github.com/dohomi.png"
|
|
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://github.com/pi0.png"
|
|
258
|
+
"twitter": "_pi0_"
|
|
101
259
|
},
|
|
102
260
|
{
|
|
103
261
|
"name": "João Pedro Antunes Silva",
|
|
104
|
-
"github": "JoaoPedroAS51"
|
|
105
|
-
"avatar": "https://github.com/JoaoPedroAS51.png"
|
|
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://github.com/pi0.png"
|
|
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://github.com/potato4d.png"
|
|
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://github.com/tmorehouse.png"
|
|
329
|
+
"github": "tmorehouse"
|
|
164
330
|
},
|
|
165
331
|
{
|
|
166
332
|
"name": "Pooya Parsa",
|
|
167
333
|
"github": "pi0",
|
|
168
|
-
"twitter": "_pi0_"
|
|
169
|
-
"avatar": "https://github.com/pi0.png"
|
|
334
|
+
"twitter": "_pi0_"
|
|
170
335
|
},
|
|
171
336
|
{
|
|
172
337
|
"name": "Jacob Müller",
|
|
173
338
|
"github": "jackmu95",
|
|
174
|
-
"twitter": "jackmu95"
|
|
175
|
-
"avatar": "https://github.com/jackmu95.png"
|
|
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://github.com/pi0.png"
|
|
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,14 +381,17 @@
|
|
|
210
381
|
"maintainers": [
|
|
211
382
|
{
|
|
212
383
|
"name": "Walter Tommasi",
|
|
213
|
-
"github": "jtommy"
|
|
214
|
-
"avatar": "https://github.com/jtommy.png"
|
|
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",
|
|
220
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
221
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
222
396
|
"npm": "nuxt-bugsnag",
|
|
223
397
|
"icon": "bugsnag.png",
|
|
@@ -230,9 +404,15 @@
|
|
|
230
404
|
{
|
|
231
405
|
"name": "JulianMar",
|
|
232
406
|
"github": "JulianMar",
|
|
233
|
-
"
|
|
407
|
+
"twitter": "julian_martin96"
|
|
234
408
|
}
|
|
235
|
-
]
|
|
409
|
+
],
|
|
410
|
+
"compatibility": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
415
|
+
}
|
|
236
416
|
},
|
|
237
417
|
{
|
|
238
418
|
"name": "bulma-slim",
|
|
@@ -248,10 +428,13 @@
|
|
|
248
428
|
"maintainers": [
|
|
249
429
|
{
|
|
250
430
|
"name": "mustardamus",
|
|
251
|
-
"github": "mustardamus"
|
|
252
|
-
"avatar": "https://github.com/mustardamus.png"
|
|
431
|
+
"github": "mustardamus"
|
|
253
432
|
}
|
|
254
|
-
]
|
|
433
|
+
],
|
|
434
|
+
"compatibility": {
|
|
435
|
+
"nuxt": "^2.0.0",
|
|
436
|
+
"requires": {}
|
|
437
|
+
}
|
|
255
438
|
},
|
|
256
439
|
{
|
|
257
440
|
"name": "bundle-buddy",
|
|
@@ -267,14 +450,17 @@
|
|
|
267
450
|
"maintainers": [
|
|
268
451
|
{
|
|
269
452
|
"name": "Developmint",
|
|
270
|
-
"github": "Developmint"
|
|
271
|
-
"avatar": "https://github.com/Developmint.png"
|
|
453
|
+
"github": "Developmint"
|
|
272
454
|
}
|
|
273
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"compatibility": {
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
459
|
+
}
|
|
274
460
|
},
|
|
275
461
|
{
|
|
276
462
|
"name": "canvas-sketch",
|
|
277
|
-
"description": "Nuxt.js module for
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
278
464
|
"repo": "LuXDAmore/generative-art",
|
|
279
465
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
280
466
|
"icon": "",
|
|
@@ -285,11 +471,59 @@
|
|
|
285
471
|
"type": "3rd-party",
|
|
286
472
|
"maintainers": [
|
|
287
473
|
{
|
|
288
|
-
"name": "
|
|
474
|
+
"name": "Luca Iaconelli",
|
|
289
475
|
"github": "LuXDAmore",
|
|
290
|
-
"
|
|
476
|
+
"twitter": "luxdamore"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"compatibility": {
|
|
480
|
+
"nuxt": "^2.0.0",
|
|
481
|
+
"requires": {}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "chakra-ui",
|
|
486
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
487
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
488
|
+
"npm": "@chakra-ui/nuxt",
|
|
489
|
+
"icon": "chakra-ui.png",
|
|
490
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
491
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
492
|
+
"learn_more": "",
|
|
493
|
+
"category": "UI",
|
|
494
|
+
"type": "3rd-party",
|
|
495
|
+
"maintainers": [
|
|
496
|
+
{
|
|
497
|
+
"name": "Jonathan Bakebwa",
|
|
498
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "chiffre",
|
|
508
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
509
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
510
|
+
"npm": "nuxt-chiffre",
|
|
511
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
512
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
513
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
514
|
+
"learn_more": "https://chiffre.io",
|
|
515
|
+
"category": "Analytics",
|
|
516
|
+
"type": "3rd-party",
|
|
517
|
+
"maintainers": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Romain Clement",
|
|
520
|
+
"github": "rclement"
|
|
291
521
|
}
|
|
292
|
-
]
|
|
522
|
+
],
|
|
523
|
+
"compatibility": {
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
526
|
+
}
|
|
293
527
|
},
|
|
294
528
|
{
|
|
295
529
|
"name": "client-init",
|
|
@@ -300,15 +534,18 @@
|
|
|
300
534
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
301
535
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
302
536
|
"learn_more": "",
|
|
303
|
-
"category": "
|
|
537
|
+
"category": "Extensions",
|
|
304
538
|
"type": "3rd-party",
|
|
305
539
|
"maintainers": [
|
|
306
540
|
{
|
|
307
541
|
"name": "potato4d",
|
|
308
|
-
"github": "potato4d"
|
|
309
|
-
"avatar": "https://github.com/potato4d.png"
|
|
542
|
+
"github": "potato4d"
|
|
310
543
|
}
|
|
311
|
-
]
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^2.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
312
549
|
},
|
|
313
550
|
{
|
|
314
551
|
"name": "cloudcms",
|
|
@@ -324,10 +561,13 @@
|
|
|
324
561
|
"maintainers": [
|
|
325
562
|
{
|
|
326
563
|
"name": "gitana",
|
|
327
|
-
"github": "gitana"
|
|
328
|
-
"avatar": "https://github.com/gitana.png"
|
|
564
|
+
"github": "gitana"
|
|
329
565
|
}
|
|
330
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"compatibility": {
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
570
|
+
}
|
|
331
571
|
},
|
|
332
572
|
{
|
|
333
573
|
"name": "cloudinary",
|
|
@@ -344,10 +584,13 @@
|
|
|
344
584
|
{
|
|
345
585
|
"name": "Maya Shavin",
|
|
346
586
|
"github": "mayashavin",
|
|
347
|
-
"twitter": "MayaShavin"
|
|
348
|
-
"avatar": "https://github.com/mayashavin.png"
|
|
587
|
+
"twitter": "MayaShavin"
|
|
349
588
|
}
|
|
350
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"compatibility": {
|
|
591
|
+
"nuxt": "^2.0.0",
|
|
592
|
+
"requires": {}
|
|
593
|
+
}
|
|
351
594
|
},
|
|
352
595
|
{
|
|
353
596
|
"name": "color-mode",
|
|
@@ -356,7 +599,7 @@
|
|
|
356
599
|
"npm": "@nuxtjs/color-mode",
|
|
357
600
|
"icon": "color-mode.png",
|
|
358
601
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
359
|
-
"website": "https://
|
|
602
|
+
"website": "https://color-mode.nuxtjs.org",
|
|
360
603
|
"learn_more": "",
|
|
361
604
|
"category": "UI",
|
|
362
605
|
"type": "community",
|
|
@@ -364,19 +607,24 @@
|
|
|
364
607
|
{
|
|
365
608
|
"name": "Sébastien Chopin",
|
|
366
609
|
"github": "Atinux",
|
|
367
|
-
"twitter": "Atinux"
|
|
368
|
-
"avatar": "https://github.com/Atinux.png"
|
|
610
|
+
"twitter": "Atinux"
|
|
369
611
|
}
|
|
370
|
-
]
|
|
612
|
+
],
|
|
613
|
+
"compatibility": {
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
615
|
+
"requires": {
|
|
616
|
+
"bridge": "optional"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
371
619
|
},
|
|
372
620
|
{
|
|
373
621
|
"name": "component-cache",
|
|
374
622
|
"description": "LRU component cache for vue components",
|
|
375
|
-
"repo": "nuxt-community/
|
|
623
|
+
"repo": "nuxt-community/component-cache-module",
|
|
376
624
|
"npm": "@nuxtjs/component-cache",
|
|
377
625
|
"icon": "",
|
|
378
|
-
"github": "https://github.com/nuxt-community/
|
|
379
|
-
"website": "https://github.com/nuxt-community/
|
|
626
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
627
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
380
628
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
381
629
|
"category": "Performance",
|
|
382
630
|
"type": "community",
|
|
@@ -384,35 +632,13 @@
|
|
|
384
632
|
{
|
|
385
633
|
"name": "Pooya Parsa",
|
|
386
634
|
"github": "pi0",
|
|
387
|
-
"twitter": "_pi0_"
|
|
388
|
-
"avatar": "https://github.com/pi0.png"
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"name": "components",
|
|
394
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
395
|
-
"repo": "nuxt/components",
|
|
396
|
-
"npm": "@nuxt/components",
|
|
397
|
-
"icon": "nuxt-components.svg",
|
|
398
|
-
"github": "https://github.com/nuxt/components",
|
|
399
|
-
"website": "https://github.com/nuxt/components",
|
|
400
|
-
"learn_more": "",
|
|
401
|
-
"category": "UI",
|
|
402
|
-
"type": "official",
|
|
403
|
-
"maintainers": [
|
|
404
|
-
{
|
|
405
|
-
"name": "Kevin Marrec",
|
|
406
|
-
"github": "kevinmarrec",
|
|
407
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "Pooya Parsa",
|
|
411
|
-
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_",
|
|
413
|
-
"avatar": "https://github.com/pi0.png"
|
|
635
|
+
"twitter": "_pi0_"
|
|
414
636
|
}
|
|
415
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^2.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
416
642
|
},
|
|
417
643
|
{
|
|
418
644
|
"name": "composition-api",
|
|
@@ -421,25 +647,28 @@
|
|
|
421
647
|
"npm": "@nuxtjs/composition-api",
|
|
422
648
|
"icon": "composition-api.svg",
|
|
423
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
424
|
-
"website": "https://
|
|
650
|
+
"website": "https://composition-api.nuxtjs.org",
|
|
425
651
|
"learn_more": "",
|
|
426
|
-
"category": "
|
|
652
|
+
"category": "Extensions",
|
|
427
653
|
"type": "community",
|
|
428
654
|
"maintainers": [
|
|
429
655
|
{
|
|
430
656
|
"name": "Daniel Roe",
|
|
431
657
|
"github": "danielroe",
|
|
432
|
-
"twitter": "danielcroe"
|
|
433
|
-
"avatar": "https://github.com/danielroe.png"
|
|
658
|
+
"twitter": "danielcroe"
|
|
434
659
|
}
|
|
435
|
-
]
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^2.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
436
665
|
},
|
|
437
666
|
{
|
|
438
667
|
"name": "content",
|
|
439
|
-
"description": "
|
|
440
|
-
"repo": "nuxt/content#
|
|
668
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
669
|
+
"repo": "nuxt/content#main",
|
|
441
670
|
"npm": "@nuxt/content",
|
|
442
|
-
"icon": "
|
|
671
|
+
"icon": "nuxt.png",
|
|
443
672
|
"github": "https://github.com/nuxt/content",
|
|
444
673
|
"website": "https://content.nuxtjs.org",
|
|
445
674
|
"learn_more": "",
|
|
@@ -447,18 +676,25 @@
|
|
|
447
676
|
"type": "official",
|
|
448
677
|
"maintainers": [
|
|
449
678
|
{
|
|
450
|
-
"name": "
|
|
451
|
-
"github": "
|
|
452
|
-
"twitter": "
|
|
453
|
-
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
454
687
|
},
|
|
455
688
|
{
|
|
456
689
|
"name": "Sebastien Chopin",
|
|
457
690
|
"github": "Atinux",
|
|
458
|
-
"twitter": "Atinux"
|
|
459
|
-
"avatar": "https://github.com/Atinux.png"
|
|
691
|
+
"twitter": "Atinux"
|
|
460
692
|
}
|
|
461
|
-
]
|
|
693
|
+
],
|
|
694
|
+
"compatibility": {
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
696
|
+
"requires": {}
|
|
697
|
+
}
|
|
462
698
|
},
|
|
463
699
|
{
|
|
464
700
|
"name": "contentful",
|
|
@@ -474,34 +710,61 @@
|
|
|
474
710
|
"maintainers": [
|
|
475
711
|
{
|
|
476
712
|
"name": "scaccogatto",
|
|
477
|
-
"github": "scaccogatto"
|
|
478
|
-
"avatar": "https://github.com/scaccogatto.png"
|
|
713
|
+
"github": "scaccogatto"
|
|
479
714
|
}
|
|
480
|
-
]
|
|
715
|
+
],
|
|
716
|
+
"compatibility": {
|
|
717
|
+
"nuxt": "^2.0.0",
|
|
718
|
+
"requires": {}
|
|
719
|
+
}
|
|
481
720
|
},
|
|
482
721
|
{
|
|
483
722
|
"name": "custom-elements",
|
|
484
723
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
485
724
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
486
725
|
"npm": "nuxt-custom-elements",
|
|
487
|
-
"icon": "",
|
|
726
|
+
"icon": "custom-elements.png",
|
|
488
727
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
489
|
-
"website": "https://
|
|
728
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
490
729
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
491
|
-
"category": "
|
|
730
|
+
"category": "Extensions",
|
|
492
731
|
"type": "3rd-party",
|
|
493
732
|
"maintainers": [
|
|
494
733
|
{
|
|
495
734
|
"name": "Thorn Walli",
|
|
496
|
-
"github": "ThornWalli"
|
|
497
|
-
"avatar": "https://github.com/ThornWalli.png"
|
|
735
|
+
"github": "ThornWalli"
|
|
498
736
|
},
|
|
499
737
|
{
|
|
500
738
|
"name": "GrabarzUndPartner",
|
|
501
|
-
"github": "GrabarzUndPartner"
|
|
502
|
-
|
|
739
|
+
"github": "GrabarzUndPartner"
|
|
740
|
+
}
|
|
741
|
+
],
|
|
742
|
+
"compatibility": {
|
|
743
|
+
"nuxt": "^2.0.0",
|
|
744
|
+
"requires": {}
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "darkmode.js",
|
|
749
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
750
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
751
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
752
|
+
"icon": "darkmode.png",
|
|
753
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
754
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
755
|
+
"learn_more": "",
|
|
756
|
+
"category": "UI",
|
|
757
|
+
"type": "3rd-party",
|
|
758
|
+
"maintainers": [
|
|
759
|
+
{
|
|
760
|
+
"name": "sandoche",
|
|
761
|
+
"github": "sandoche"
|
|
503
762
|
}
|
|
504
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"compatibility": {
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
767
|
+
}
|
|
505
768
|
},
|
|
506
769
|
{
|
|
507
770
|
"name": "date-fns",
|
|
@@ -517,10 +780,35 @@
|
|
|
517
780
|
"maintainers": [
|
|
518
781
|
{
|
|
519
782
|
"name": "Ricardo Gobbo de Souza",
|
|
520
|
-
"github": "ricardogobbosouza"
|
|
521
|
-
|
|
783
|
+
"github": "ricardogobbosouza"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"compatibility": {
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "datocms",
|
|
793
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
794
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
+
"icon": "datocms.png",
|
|
797
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
|
+
"learn_more": "https://www.datocms.com/",
|
|
800
|
+
"category": "CMS",
|
|
801
|
+
"type": "3rd-party",
|
|
802
|
+
"maintainers": [
|
|
803
|
+
{
|
|
804
|
+
"name": "Frankwarnaar",
|
|
805
|
+
"github": "Frankwarnaar"
|
|
522
806
|
}
|
|
523
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
524
812
|
},
|
|
525
813
|
{
|
|
526
814
|
"name": "dayjs",
|
|
@@ -537,10 +825,36 @@
|
|
|
537
825
|
{
|
|
538
826
|
"name": "Takuma HANATANI",
|
|
539
827
|
"github": "potato4d",
|
|
540
|
-
"twitter": "potato4d"
|
|
541
|
-
|
|
828
|
+
"twitter": "potato4d"
|
|
829
|
+
}
|
|
830
|
+
],
|
|
831
|
+
"compatibility": {
|
|
832
|
+
"nuxt": "^2.0.0",
|
|
833
|
+
"requires": {}
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
542
852
|
}
|
|
543
|
-
]
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
544
858
|
},
|
|
545
859
|
{
|
|
546
860
|
"name": "device",
|
|
@@ -551,15 +865,43 @@
|
|
|
551
865
|
"github": "https://github.com/nuxt-community/device-module",
|
|
552
866
|
"website": "https://github.com/nuxt-community/device-module",
|
|
553
867
|
"learn_more": "",
|
|
554
|
-
"category": "
|
|
868
|
+
"category": "Extensions",
|
|
555
869
|
"type": "community",
|
|
556
870
|
"maintainers": [
|
|
557
871
|
{
|
|
558
872
|
"name": "Shinji Yamada",
|
|
559
|
-
"github": "dotneet"
|
|
560
|
-
|
|
873
|
+
"github": "dotneet"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"compatibility": {
|
|
877
|
+
"nuxt": "^2.0.0",
|
|
878
|
+
"requires": {}
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "directus",
|
|
883
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
884
|
+
"repo": "intevel/nuxt-directus",
|
|
885
|
+
"npm": "nuxt-directus",
|
|
886
|
+
"icon": "directus.svg",
|
|
887
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
888
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
889
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
890
|
+
"category": "CMS",
|
|
891
|
+
"type": "3rd-party",
|
|
892
|
+
"maintainers": [
|
|
893
|
+
{
|
|
894
|
+
"name": "Conner Bachmann",
|
|
895
|
+
"github": "intevel",
|
|
896
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
561
903
|
}
|
|
562
|
-
|
|
904
|
+
}
|
|
563
905
|
},
|
|
564
906
|
{
|
|
565
907
|
"name": "dotenv",
|
|
@@ -570,15 +912,73 @@
|
|
|
570
912
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
571
913
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
572
914
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
573
|
-
"category": "
|
|
915
|
+
"category": "Extensions",
|
|
574
916
|
"type": "community",
|
|
575
917
|
"maintainers": [
|
|
576
918
|
{
|
|
577
919
|
"name": "Julien Tant",
|
|
578
|
-
"github": "JulienTant"
|
|
579
|
-
|
|
920
|
+
"github": "JulienTant"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"compatibility": {
|
|
924
|
+
"nuxt": "^2.0.0",
|
|
925
|
+
"requires": {}
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "drupal-ce",
|
|
930
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
931
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
932
|
+
"npm": "nuxtjs-drupal-ce",
|
|
933
|
+
"icon": "drupal-ce.png",
|
|
934
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
935
|
+
"website": "https://stack.lupus.digital",
|
|
936
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
937
|
+
"category": "CMS",
|
|
938
|
+
"type": "3rd-party",
|
|
939
|
+
"maintainers": [
|
|
940
|
+
{
|
|
941
|
+
"name": "Wolfgang Ziegler // fago",
|
|
942
|
+
"github": "fago",
|
|
943
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "Maximilian Götz-Mikus",
|
|
947
|
+
"github": "maximilianmikus",
|
|
948
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "David Licen",
|
|
952
|
+
"github": "davision",
|
|
953
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"compatibility": {
|
|
957
|
+
"nuxt": "^2.0.0",
|
|
958
|
+
"requires": {}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "druxt",
|
|
963
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
964
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
965
|
+
"npm": "druxt",
|
|
966
|
+
"icon": "druxt.svg",
|
|
967
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
968
|
+
"website": "https://druxtjs.org",
|
|
969
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
970
|
+
"category": "CMS",
|
|
971
|
+
"type": "3rd-party",
|
|
972
|
+
"maintainers": [
|
|
973
|
+
{
|
|
974
|
+
"name": "Decipher",
|
|
975
|
+
"github": "decipher"
|
|
580
976
|
}
|
|
581
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"compatibility": {
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
981
|
+
}
|
|
582
982
|
},
|
|
583
983
|
{
|
|
584
984
|
"name": "emotion",
|
|
@@ -589,16 +989,19 @@
|
|
|
589
989
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
590
990
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
591
991
|
"learn_more": "https://emotion.sh/",
|
|
592
|
-
"category": "
|
|
992
|
+
"category": "Extensions",
|
|
593
993
|
"type": "community",
|
|
594
994
|
"maintainers": [
|
|
595
995
|
{
|
|
596
996
|
"name": "Pooya Parsa",
|
|
597
997
|
"github": "pi0",
|
|
598
|
-
"twitter": "_pi0_"
|
|
599
|
-
"avatar": "https://github.com/pi0.png"
|
|
998
|
+
"twitter": "_pi0_"
|
|
600
999
|
}
|
|
601
|
-
]
|
|
1000
|
+
],
|
|
1001
|
+
"compatibility": {
|
|
1002
|
+
"nuxt": "^2.0.0",
|
|
1003
|
+
"requires": {}
|
|
1004
|
+
}
|
|
602
1005
|
},
|
|
603
1006
|
{
|
|
604
1007
|
"name": "eslint",
|
|
@@ -614,10 +1017,13 @@
|
|
|
614
1017
|
"maintainers": [
|
|
615
1018
|
{
|
|
616
1019
|
"name": "Ricardo Gobbo de Souza",
|
|
617
|
-
"github": "ricardogobbosouza"
|
|
618
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
1020
|
+
"github": "ricardogobbosouza"
|
|
619
1021
|
}
|
|
620
|
-
]
|
|
1022
|
+
],
|
|
1023
|
+
"compatibility": {
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
1026
|
+
}
|
|
621
1027
|
},
|
|
622
1028
|
{
|
|
623
1029
|
"name": "event-trace",
|
|
@@ -633,10 +1039,35 @@
|
|
|
633
1039
|
"maintainers": [
|
|
634
1040
|
{
|
|
635
1041
|
"name": "Xin Du",
|
|
636
|
-
"github": "clarkdo"
|
|
637
|
-
|
|
1042
|
+
"github": "clarkdo"
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"nuxt": "^2.0.0",
|
|
1047
|
+
"requires": {}
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "fathom",
|
|
1052
|
+
"description": "Fathom analytics for Nuxt",
|
|
1053
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1054
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1055
|
+
"icon": "fathom.png",
|
|
1056
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1057
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1058
|
+
"learn_more": "https://usefathom.com/",
|
|
1059
|
+
"category": "Analytics",
|
|
1060
|
+
"type": "3rd-party",
|
|
1061
|
+
"maintainers": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "yabhq",
|
|
1064
|
+
"github": "yabhq"
|
|
638
1065
|
}
|
|
639
|
-
]
|
|
1066
|
+
],
|
|
1067
|
+
"compatibility": {
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
1070
|
+
}
|
|
640
1071
|
},
|
|
641
1072
|
{
|
|
642
1073
|
"name": "feature-toggle",
|
|
@@ -647,19 +1078,22 @@
|
|
|
647
1078
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
648
1079
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
649
1080
|
"learn_more": "",
|
|
650
|
-
"category": "
|
|
1081
|
+
"category": "Extensions",
|
|
651
1082
|
"type": "3rd-party",
|
|
652
1083
|
"maintainers": [
|
|
653
1084
|
{
|
|
654
1085
|
"name": "stephenkr",
|
|
655
|
-
"github": "stephenkr"
|
|
656
|
-
"avatar": "https://github.com/stephenkr.png"
|
|
1086
|
+
"github": "stephenkr"
|
|
657
1087
|
}
|
|
658
|
-
]
|
|
1088
|
+
],
|
|
1089
|
+
"compatibility": {
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1092
|
+
}
|
|
659
1093
|
},
|
|
660
1094
|
{
|
|
661
1095
|
"name": "feed",
|
|
662
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
663
1097
|
"repo": "nuxt-community/feed-module",
|
|
664
1098
|
"npm": "@nuxtjs/feed",
|
|
665
1099
|
"icon": "",
|
|
@@ -672,29 +1106,57 @@
|
|
|
672
1106
|
{
|
|
673
1107
|
"name": "Alexander Lichter",
|
|
674
1108
|
"github": "manniL",
|
|
675
|
-
"twitter": "TheAlexLichter"
|
|
676
|
-
"avatar": "https://github.com/manniL.png"
|
|
1109
|
+
"twitter": "TheAlexLichter"
|
|
677
1110
|
}
|
|
678
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"compatibility": {
|
|
1113
|
+
"nuxt": "^2.0.0",
|
|
1114
|
+
"requires": {}
|
|
1115
|
+
}
|
|
679
1116
|
},
|
|
680
1117
|
{
|
|
681
1118
|
"name": "firebase",
|
|
682
|
-
"description": "
|
|
683
|
-
"repo": "nuxt-community/firebase-module",
|
|
1119
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
684
1121
|
"npm": "@nuxtjs/firebase",
|
|
685
1122
|
"icon": "firebase.png",
|
|
686
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
687
|
-
"website": "https://
|
|
1124
|
+
"website": "https://firebase.nuxtjs.org",
|
|
688
1125
|
"learn_more": "https://firebase.google.com/",
|
|
689
1126
|
"category": "Database",
|
|
690
1127
|
"type": "community",
|
|
691
1128
|
"maintainers": [
|
|
692
1129
|
{
|
|
693
1130
|
"name": "Pascal Luther",
|
|
694
|
-
"github": "lupas"
|
|
695
|
-
|
|
1131
|
+
"github": "lupas"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"compatibility": {
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "floating-prompt-module",
|
|
1141
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1142
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1143
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1144
|
+
"icon": "",
|
|
1145
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1146
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1147
|
+
"learn_more": "",
|
|
1148
|
+
"category": "Libraries",
|
|
1149
|
+
"type": "3rd-party",
|
|
1150
|
+
"maintainers": [
|
|
1151
|
+
{
|
|
1152
|
+
"name": "sandoche",
|
|
1153
|
+
"github": "sandoche"
|
|
696
1154
|
}
|
|
697
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
698
1160
|
},
|
|
699
1161
|
{
|
|
700
1162
|
"name": "font-loader-strategy",
|
|
@@ -710,10 +1172,35 @@
|
|
|
710
1172
|
"maintainers": [
|
|
711
1173
|
{
|
|
712
1174
|
"name": "GrabarzUndPartner",
|
|
713
|
-
"github": "GrabarzUndPartner"
|
|
714
|
-
|
|
1175
|
+
"github": "GrabarzUndPartner"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "fontagon",
|
|
1185
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1186
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1187
|
+
"npm": "nuxt-fontagon",
|
|
1188
|
+
"icon": "fontagon.png",
|
|
1189
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1190
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1191
|
+
"learn_more": "",
|
|
1192
|
+
"category": "Libraries",
|
|
1193
|
+
"type": "3rd-party",
|
|
1194
|
+
"maintainers": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "kdydesign",
|
|
1197
|
+
"github": "kdydesign"
|
|
715
1198
|
}
|
|
716
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
717
1204
|
},
|
|
718
1205
|
{
|
|
719
1206
|
"name": "fontawesome",
|
|
@@ -729,10 +1216,41 @@
|
|
|
729
1216
|
"maintainers": [
|
|
730
1217
|
{
|
|
731
1218
|
"name": "Pim",
|
|
732
|
-
"github": "pimlie"
|
|
733
|
-
|
|
1219
|
+
"github": "pimlie"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"compatibility": {
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "formkit",
|
|
1229
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1232
|
+
"icon": "formkit.png",
|
|
1233
|
+
"github": "https://github.com/formkit/formkit",
|
|
1234
|
+
"website": "https://formkit.com",
|
|
1235
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Justin Schroeder",
|
|
1241
|
+
"github": "justin-schroeder",
|
|
1242
|
+
"twitter": "jpschroeder"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Andrew Boyd",
|
|
1246
|
+
"github": "andrew-boyd",
|
|
1247
|
+
"twitter": "0xBOYD"
|
|
734
1248
|
}
|
|
735
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
736
1254
|
},
|
|
737
1255
|
{
|
|
738
1256
|
"name": "fullpage",
|
|
@@ -748,10 +1266,35 @@
|
|
|
748
1266
|
"maintainers": [
|
|
749
1267
|
{
|
|
750
1268
|
"name": "vaso2",
|
|
751
|
-
"github": "vaso2"
|
|
752
|
-
|
|
1269
|
+
"github": "vaso2"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": "^2.0.0",
|
|
1274
|
+
"requires": {}
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "github-api",
|
|
1279
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1280
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1281
|
+
"npm": "nuxt-github-api",
|
|
1282
|
+
"icon": "github.svg",
|
|
1283
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1284
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1285
|
+
"learn_more": "",
|
|
1286
|
+
"category": "Request",
|
|
1287
|
+
"type": "3rd-party",
|
|
1288
|
+
"maintainers": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "lindsaykwardell",
|
|
1291
|
+
"github": "lindsaykwardell"
|
|
753
1292
|
}
|
|
754
|
-
]
|
|
1293
|
+
],
|
|
1294
|
+
"compatibility": {
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1297
|
+
}
|
|
755
1298
|
},
|
|
756
1299
|
{
|
|
757
1300
|
"name": "google-adsense",
|
|
@@ -767,10 +1310,13 @@
|
|
|
767
1310
|
"maintainers": [
|
|
768
1311
|
{
|
|
769
1312
|
"name": "Troy Morehouse",
|
|
770
|
-
"github": "tmorehouse"
|
|
771
|
-
"avatar": "https://github.com/tmorehouse.png"
|
|
1313
|
+
"github": "tmorehouse"
|
|
772
1314
|
}
|
|
773
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"compatibility": {
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1319
|
+
}
|
|
774
1320
|
},
|
|
775
1321
|
{
|
|
776
1322
|
"name": "google-analytics",
|
|
@@ -779,7 +1325,7 @@
|
|
|
779
1325
|
"npm": "@nuxtjs/google-analytics",
|
|
780
1326
|
"icon": "google-analytics.png",
|
|
781
1327
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
782
|
-
"website": "https://
|
|
1328
|
+
"website": "https://google-analytics.nuxtjs.org",
|
|
783
1329
|
"learn_more": "https://marketingplatform.google.com/about/analytics/",
|
|
784
1330
|
"category": "Analytics",
|
|
785
1331
|
"type": "community",
|
|
@@ -787,28 +1333,29 @@
|
|
|
787
1333
|
{
|
|
788
1334
|
"name": "Pooya Parsa",
|
|
789
1335
|
"github": "pi0",
|
|
790
|
-
"twitter": "_pi0_"
|
|
791
|
-
"avatar": "https://github.com/pi0.png"
|
|
1336
|
+
"twitter": "_pi0_"
|
|
792
1337
|
},
|
|
793
1338
|
{
|
|
794
1339
|
"name": "Ricardo Gobbo de Souza",
|
|
795
|
-
"github": "ricardogobbosouza"
|
|
796
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
1340
|
+
"github": "ricardogobbosouza"
|
|
797
1341
|
},
|
|
798
1342
|
{
|
|
799
1343
|
"name": "Matteo Gabriele",
|
|
800
1344
|
"github": "MatteoGabriele",
|
|
801
|
-
"twitter": "matteo_gabriele"
|
|
802
|
-
"avatar": "https://github.com/MatteoGabriele.png"
|
|
1345
|
+
"twitter": "matteo_gabriele"
|
|
803
1346
|
}
|
|
804
|
-
]
|
|
1347
|
+
],
|
|
1348
|
+
"compatibility": {
|
|
1349
|
+
"nuxt": "^2.0.0",
|
|
1350
|
+
"requires": {}
|
|
1351
|
+
}
|
|
805
1352
|
},
|
|
806
1353
|
{
|
|
807
1354
|
"name": "google-fonts",
|
|
808
1355
|
"description": "Google Fonts module for NuxtJS",
|
|
809
1356
|
"repo": "nuxt-community/google-fonts-module",
|
|
810
1357
|
"npm": "@nuxtjs/google-fonts",
|
|
811
|
-
"icon": "google-fonts.
|
|
1358
|
+
"icon": "google-fonts.png",
|
|
812
1359
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
813
1360
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
814
1361
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -817,10 +1364,13 @@
|
|
|
817
1364
|
"maintainers": [
|
|
818
1365
|
{
|
|
819
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
822
1368
|
}
|
|
823
|
-
]
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0",
|
|
1372
|
+
"requires": {}
|
|
1373
|
+
}
|
|
824
1374
|
},
|
|
825
1375
|
{
|
|
826
1376
|
"name": "google-gtag",
|
|
@@ -836,15 +1386,17 @@
|
|
|
836
1386
|
"maintainers": [
|
|
837
1387
|
{
|
|
838
1388
|
"name": "Dominic Garms",
|
|
839
|
-
"github": "dohomi"
|
|
840
|
-
"avatar": "https://github.com/dohomi.png"
|
|
1389
|
+
"github": "dohomi"
|
|
841
1390
|
},
|
|
842
1391
|
{
|
|
843
1392
|
"name": "Ricardo Gobbo de Souza",
|
|
844
|
-
"github": "ricardogobbosouza"
|
|
845
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
1393
|
+
"github": "ricardogobbosouza"
|
|
846
1394
|
}
|
|
847
|
-
]
|
|
1395
|
+
],
|
|
1396
|
+
"compatibility": {
|
|
1397
|
+
"nuxt": "^2.0.0",
|
|
1398
|
+
"requires": {}
|
|
1399
|
+
}
|
|
848
1400
|
},
|
|
849
1401
|
{
|
|
850
1402
|
"name": "google-optimize",
|
|
@@ -861,22 +1413,67 @@
|
|
|
861
1413
|
{
|
|
862
1414
|
"name": "Pooya Parsa",
|
|
863
1415
|
"github": "pi0",
|
|
864
|
-
"twitter": "_pi0_"
|
|
865
|
-
"avatar": "https://github.com/pi0.png"
|
|
1416
|
+
"twitter": "_pi0_"
|
|
866
1417
|
},
|
|
867
1418
|
{
|
|
868
1419
|
"name": "Farzad Soltani",
|
|
869
1420
|
"github": "farzadso",
|
|
870
|
-
"twitter": "farzadso"
|
|
871
|
-
"avatar": "https://github.com/farzadso.png"
|
|
1421
|
+
"twitter": "farzadso"
|
|
872
1422
|
},
|
|
873
1423
|
{
|
|
874
1424
|
"name": "Josh Deltener",
|
|
875
1425
|
"github": "hecktarzuli",
|
|
876
|
-
"twitter": "JoshDeltener"
|
|
877
|
-
|
|
1426
|
+
"twitter": "JoshDeltener"
|
|
1427
|
+
}
|
|
1428
|
+
],
|
|
1429
|
+
"compatibility": {
|
|
1430
|
+
"nuxt": "^2.0.0",
|
|
1431
|
+
"requires": {}
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "graphql-client",
|
|
1436
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1437
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1438
|
+
"npm": "nuxt-graphql-client",
|
|
1439
|
+
"icon": "graphql-client.svg",
|
|
1440
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1441
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1442
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1443
|
+
"category": "Request",
|
|
1444
|
+
"type": "3rd-party",
|
|
1445
|
+
"maintainers": [
|
|
1446
|
+
{
|
|
1447
|
+
"name": "Diizzayy",
|
|
1448
|
+
"github": "diizzayy"
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"compatibility": {
|
|
1452
|
+
"nuxt": "^3.0.0",
|
|
1453
|
+
"requires": {}
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "graphql-request",
|
|
1458
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1459
|
+
"repo": "gomah/nuxt-graphql-request",
|
|
1460
|
+
"npm": "nuxt-graphql-request",
|
|
1461
|
+
"icon": "graphql-request.png",
|
|
1462
|
+
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1463
|
+
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
1464
|
+
"learn_more": "",
|
|
1465
|
+
"category": "Request",
|
|
1466
|
+
"type": "3rd-party",
|
|
1467
|
+
"maintainers": [
|
|
1468
|
+
{
|
|
1469
|
+
"name": "gomah",
|
|
1470
|
+
"github": "gomah"
|
|
878
1471
|
}
|
|
879
|
-
]
|
|
1472
|
+
],
|
|
1473
|
+
"compatibility": {
|
|
1474
|
+
"nuxt": "^2.0.0",
|
|
1475
|
+
"requires": {}
|
|
1476
|
+
}
|
|
880
1477
|
},
|
|
881
1478
|
{
|
|
882
1479
|
"name": "gtm",
|
|
@@ -893,10 +1490,13 @@
|
|
|
893
1490
|
{
|
|
894
1491
|
"name": "Pooya Parsa",
|
|
895
1492
|
"github": "pi0",
|
|
896
|
-
"twitter": "_pi0_"
|
|
897
|
-
"avatar": "https://github.com/pi0.png"
|
|
1493
|
+
"twitter": "_pi0_"
|
|
898
1494
|
}
|
|
899
|
-
]
|
|
1495
|
+
],
|
|
1496
|
+
"compatibility": {
|
|
1497
|
+
"nuxt": "^2.0.0",
|
|
1498
|
+
"requires": {}
|
|
1499
|
+
}
|
|
900
1500
|
},
|
|
901
1501
|
{
|
|
902
1502
|
"name": "guess",
|
|
@@ -912,10 +1512,59 @@
|
|
|
912
1512
|
"maintainers": [
|
|
913
1513
|
{
|
|
914
1514
|
"name": "Xin Du",
|
|
915
|
-
"github": "clarkdo"
|
|
916
|
-
|
|
1515
|
+
"github": "clarkdo"
|
|
1516
|
+
}
|
|
1517
|
+
],
|
|
1518
|
+
"compatibility": {
|
|
1519
|
+
"nuxt": "^2.0.0",
|
|
1520
|
+
"requires": {}
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "harlem",
|
|
1525
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1526
|
+
"repo": "nuxt-community/harlem-module",
|
|
1527
|
+
"npm": "@nuxtjs/harlem",
|
|
1528
|
+
"icon": "harlem.svg",
|
|
1529
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1530
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1531
|
+
"learn_more": "https://harlemjs.com/",
|
|
1532
|
+
"category": "Extensions",
|
|
1533
|
+
"type": "community",
|
|
1534
|
+
"maintainers": [
|
|
1535
|
+
{
|
|
1536
|
+
"name": "Daniel Roe",
|
|
1537
|
+
"github": "danielroe",
|
|
1538
|
+
"twitter": "danielcroe"
|
|
1539
|
+
}
|
|
1540
|
+
],
|
|
1541
|
+
"compatibility": {
|
|
1542
|
+
"nuxt": "^3.0.0",
|
|
1543
|
+
"requires": {}
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "headway",
|
|
1548
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1549
|
+
"repo": "l-portet/nuxt-headway",
|
|
1550
|
+
"npm": "nuxt-headway",
|
|
1551
|
+
"icon": "headway.png",
|
|
1552
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1553
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1554
|
+
"learn_more": "https://headwayapp.co/",
|
|
1555
|
+
"category": "UI",
|
|
1556
|
+
"type": "3rd-party",
|
|
1557
|
+
"maintainers": [
|
|
1558
|
+
{
|
|
1559
|
+
"name": "l-portet",
|
|
1560
|
+
"github": "l-portet",
|
|
1561
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
917
1562
|
}
|
|
918
|
-
]
|
|
1563
|
+
],
|
|
1564
|
+
"compatibility": {
|
|
1565
|
+
"nuxt": "^2.0.0",
|
|
1566
|
+
"requires": {}
|
|
1567
|
+
}
|
|
919
1568
|
},
|
|
920
1569
|
{
|
|
921
1570
|
"name": "helmet",
|
|
@@ -931,10 +1580,13 @@
|
|
|
931
1580
|
"maintainers": [
|
|
932
1581
|
{
|
|
933
1582
|
"name": "victor-perez",
|
|
934
|
-
"github": "victor-perez"
|
|
935
|
-
"avatar": "https://github.com/victor-perez.png"
|
|
1583
|
+
"github": "victor-perez"
|
|
936
1584
|
}
|
|
937
|
-
]
|
|
1585
|
+
],
|
|
1586
|
+
"compatibility": {
|
|
1587
|
+
"nuxt": "^2.0.0",
|
|
1588
|
+
"requires": {}
|
|
1589
|
+
}
|
|
938
1590
|
},
|
|
939
1591
|
{
|
|
940
1592
|
"name": "highcharts",
|
|
@@ -950,10 +1602,13 @@
|
|
|
950
1602
|
"maintainers": [
|
|
951
1603
|
{
|
|
952
1604
|
"name": "richardeschloss",
|
|
953
|
-
"github": "richardeschloss"
|
|
954
|
-
"avatar": "https://github.com/richardeschloss.png"
|
|
1605
|
+
"github": "richardeschloss"
|
|
955
1606
|
}
|
|
956
|
-
]
|
|
1607
|
+
],
|
|
1608
|
+
"compatibility": {
|
|
1609
|
+
"nuxt": "^2.0.0",
|
|
1610
|
+
"requires": {}
|
|
1611
|
+
}
|
|
957
1612
|
},
|
|
958
1613
|
{
|
|
959
1614
|
"name": "history-state",
|
|
@@ -964,15 +1619,18 @@
|
|
|
964
1619
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
965
1620
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
966
1621
|
"learn_more": "",
|
|
967
|
-
"category": "
|
|
1622
|
+
"category": "Extensions",
|
|
968
1623
|
"type": "3rd-party",
|
|
969
1624
|
"maintainers": [
|
|
970
1625
|
{
|
|
971
1626
|
"name": "hidekatsu-izuno",
|
|
972
|
-
"github": "hidekatsu-izuno"
|
|
973
|
-
"avatar": "https://github.com/hidekatsu-izuno.png"
|
|
1627
|
+
"github": "hidekatsu-izuno"
|
|
974
1628
|
}
|
|
975
|
-
]
|
|
1629
|
+
],
|
|
1630
|
+
"compatibility": {
|
|
1631
|
+
"nuxt": "^2.0.0",
|
|
1632
|
+
"requires": {}
|
|
1633
|
+
}
|
|
976
1634
|
},
|
|
977
1635
|
{
|
|
978
1636
|
"name": "html-minifier",
|
|
@@ -988,17 +1646,43 @@
|
|
|
988
1646
|
"maintainers": [
|
|
989
1647
|
{
|
|
990
1648
|
"name": "Xin Du",
|
|
991
|
-
"github": "clarkdo"
|
|
992
|
-
|
|
1649
|
+
"github": "clarkdo"
|
|
1650
|
+
}
|
|
1651
|
+
],
|
|
1652
|
+
"compatibility": {
|
|
1653
|
+
"nuxt": "^2.0.0",
|
|
1654
|
+
"requires": {}
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "html-validator",
|
|
1659
|
+
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1660
|
+
"repo": "nuxt-community/html-validator-module",
|
|
1661
|
+
"npm": "@nuxtjs/html-validator",
|
|
1662
|
+
"icon": "html-validator.png",
|
|
1663
|
+
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1664
|
+
"website": "https://html-validator.nuxtjs.org",
|
|
1665
|
+
"learn_more": "https://html-validate.org",
|
|
1666
|
+
"category": "Performance",
|
|
1667
|
+
"type": "community",
|
|
1668
|
+
"maintainers": [
|
|
1669
|
+
{
|
|
1670
|
+
"name": "Daniel Roe",
|
|
1671
|
+
"github": "danielroe",
|
|
1672
|
+
"twitter": "danielcroe"
|
|
993
1673
|
}
|
|
994
|
-
]
|
|
1674
|
+
],
|
|
1675
|
+
"compatibility": {
|
|
1676
|
+
"nuxt": "^2.0.0",
|
|
1677
|
+
"requires": {}
|
|
1678
|
+
}
|
|
995
1679
|
},
|
|
996
1680
|
{
|
|
997
1681
|
"name": "http",
|
|
998
1682
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
999
1683
|
"repo": "nuxt/http",
|
|
1000
1684
|
"npm": "@nuxt/http",
|
|
1001
|
-
"icon": "
|
|
1685
|
+
"icon": "http.png",
|
|
1002
1686
|
"github": "https://github.com/nuxt/http",
|
|
1003
1687
|
"website": "https://http.nuxtjs.org/",
|
|
1004
1688
|
"learn_more": "",
|
|
@@ -1008,40 +1692,89 @@
|
|
|
1008
1692
|
{
|
|
1009
1693
|
"name": "Pooya Parsa",
|
|
1010
1694
|
"github": "pi0",
|
|
1011
|
-
"twitter": "_pi0_"
|
|
1012
|
-
"avatar": "https://github.com/pi0.png"
|
|
1695
|
+
"twitter": "_pi0_"
|
|
1013
1696
|
},
|
|
1014
1697
|
{
|
|
1015
1698
|
"name": "Sébastien Chopin",
|
|
1016
1699
|
"github": "Atinux",
|
|
1017
|
-
"twitter": "Atinux"
|
|
1018
|
-
|
|
1700
|
+
"twitter": "Atinux"
|
|
1701
|
+
}
|
|
1702
|
+
],
|
|
1703
|
+
"compatibility": {
|
|
1704
|
+
"nuxt": "^2.0.0",
|
|
1705
|
+
"requires": {}
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "humans-txt",
|
|
1710
|
+
"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.",
|
|
1711
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1712
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1713
|
+
"icon": "",
|
|
1714
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1715
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1716
|
+
"learn_more": "https://humanstxt.org/",
|
|
1717
|
+
"category": "SEO",
|
|
1718
|
+
"type": "3rd-party",
|
|
1719
|
+
"maintainers": [
|
|
1720
|
+
{
|
|
1721
|
+
"name": "Luca Iaconelli",
|
|
1722
|
+
"github": "LuXDAmore",
|
|
1723
|
+
"twitter": "luxdamore"
|
|
1019
1724
|
}
|
|
1020
|
-
]
|
|
1725
|
+
],
|
|
1726
|
+
"compatibility": {
|
|
1727
|
+
"nuxt": "^2.0.0",
|
|
1728
|
+
"requires": {}
|
|
1729
|
+
}
|
|
1021
1730
|
},
|
|
1022
1731
|
{
|
|
1023
1732
|
"name": "i18n",
|
|
1024
1733
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1025
1734
|
"repo": "nuxt-community/i18n-module",
|
|
1026
1735
|
"npm": "nuxt-i18n",
|
|
1027
|
-
"icon": "
|
|
1736
|
+
"icon": "i18n.png",
|
|
1028
1737
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1029
1738
|
"website": "https://i18n.nuxtjs.org",
|
|
1030
1739
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1031
|
-
"category": "
|
|
1740
|
+
"category": "Extensions",
|
|
1032
1741
|
"type": "community",
|
|
1033
1742
|
"maintainers": [
|
|
1034
1743
|
{
|
|
1035
1744
|
"name": "Rafał Chłodnicki",
|
|
1036
|
-
"github": "rchl"
|
|
1037
|
-
"avatar": "https://github.com/rchl.png"
|
|
1745
|
+
"github": "rchl"
|
|
1038
1746
|
},
|
|
1039
1747
|
{
|
|
1040
|
-
"name": "
|
|
1041
|
-
"github": "
|
|
1042
|
-
|
|
1748
|
+
"name": "Kazuya Kawaguchi",
|
|
1749
|
+
"github": "kazupon"
|
|
1750
|
+
}
|
|
1751
|
+
],
|
|
1752
|
+
"compatibility": {
|
|
1753
|
+
"nuxt": "^2.0.0",
|
|
1754
|
+
"requires": {}
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "icons",
|
|
1759
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1760
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1761
|
+
"npm": "nuxt-icons",
|
|
1762
|
+
"icon": "icons.png",
|
|
1763
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1764
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1765
|
+
"learn_more": "",
|
|
1766
|
+
"category": "UI",
|
|
1767
|
+
"type": "3rd-party",
|
|
1768
|
+
"maintainers": [
|
|
1769
|
+
{
|
|
1770
|
+
"name": "Sebastian Wludzik",
|
|
1771
|
+
"github": "gitfoxcode"
|
|
1043
1772
|
}
|
|
1044
|
-
]
|
|
1773
|
+
],
|
|
1774
|
+
"compatibility": {
|
|
1775
|
+
"nuxt": "^3.0.0",
|
|
1776
|
+
"requires": {}
|
|
1777
|
+
}
|
|
1045
1778
|
},
|
|
1046
1779
|
{
|
|
1047
1780
|
"name": "image-loader",
|
|
@@ -1057,17 +1790,20 @@
|
|
|
1057
1790
|
"maintainers": [
|
|
1058
1791
|
{
|
|
1059
1792
|
"name": "Barry Fisher",
|
|
1060
|
-
"github": "Barry-Fisher"
|
|
1061
|
-
"avatar": "https://github.com/Barry-Fisher.png"
|
|
1793
|
+
"github": "Barry-Fisher"
|
|
1062
1794
|
}
|
|
1063
|
-
]
|
|
1795
|
+
],
|
|
1796
|
+
"compatibility": {
|
|
1797
|
+
"nuxt": "^2.0.0",
|
|
1798
|
+
"requires": {}
|
|
1799
|
+
}
|
|
1064
1800
|
},
|
|
1065
1801
|
{
|
|
1066
1802
|
"name": "image",
|
|
1067
1803
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1068
1804
|
"repo": "nuxt/image",
|
|
1069
1805
|
"npm": "@nuxt/image",
|
|
1070
|
-
"icon": "
|
|
1806
|
+
"icon": "image.png",
|
|
1071
1807
|
"github": "https://github.com/nuxt/image",
|
|
1072
1808
|
"website": "https://image.nuxtjs.org",
|
|
1073
1809
|
"learn_more": "",
|
|
@@ -1077,22 +1813,25 @@
|
|
|
1077
1813
|
{
|
|
1078
1814
|
"name": "Ahad Birang",
|
|
1079
1815
|
"github": "farnabaz",
|
|
1080
|
-
"twitter": "a_birang"
|
|
1081
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
1816
|
+
"twitter": "a_birang"
|
|
1082
1817
|
},
|
|
1083
1818
|
{
|
|
1084
1819
|
"name": "Pooya Parsa",
|
|
1085
1820
|
"github": "pi0",
|
|
1086
|
-
"twitter": "_pi0_"
|
|
1087
|
-
"avatar": "https://github.com/pi0.png"
|
|
1821
|
+
"twitter": "_pi0_"
|
|
1088
1822
|
},
|
|
1089
1823
|
{
|
|
1090
1824
|
"name": "Sebastien Chopin",
|
|
1091
1825
|
"github": "Atinux",
|
|
1092
|
-
"twitter": "Atinux"
|
|
1093
|
-
|
|
1826
|
+
"twitter": "Atinux"
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"compatibility": {
|
|
1830
|
+
"nuxt": "^2.0.0",
|
|
1831
|
+
"requires": {
|
|
1832
|
+
"bridge": "optional"
|
|
1094
1833
|
}
|
|
1095
|
-
|
|
1834
|
+
}
|
|
1096
1835
|
},
|
|
1097
1836
|
{
|
|
1098
1837
|
"name": "imagemin",
|
|
@@ -1108,10 +1847,38 @@
|
|
|
1108
1847
|
"maintainers": [
|
|
1109
1848
|
{
|
|
1110
1849
|
"name": "Ricardo Gobbo de Souza",
|
|
1111
|
-
"github": "ricardogobbosouza"
|
|
1112
|
-
|
|
1850
|
+
"github": "ricardogobbosouza"
|
|
1851
|
+
}
|
|
1852
|
+
],
|
|
1853
|
+
"compatibility": {
|
|
1854
|
+
"nuxt": "^2.0.0",
|
|
1855
|
+
"requires": {}
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "inkline",
|
|
1860
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1861
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1862
|
+
"npm": "@inkline/nuxt",
|
|
1863
|
+
"icon": "inkline.svg",
|
|
1864
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1865
|
+
"website": "https://inkline.io",
|
|
1866
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1867
|
+
"category": "UI",
|
|
1868
|
+
"type": "3rd-party",
|
|
1869
|
+
"maintainers": [
|
|
1870
|
+
{
|
|
1871
|
+
"name": "Alex Grozav",
|
|
1872
|
+
"github": "alexgrozav",
|
|
1873
|
+
"twitter": "alexgrozav"
|
|
1113
1874
|
}
|
|
1114
|
-
]
|
|
1875
|
+
],
|
|
1876
|
+
"compatibility": {
|
|
1877
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1878
|
+
"requires": {
|
|
1879
|
+
"bridge": true
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1115
1882
|
},
|
|
1116
1883
|
{
|
|
1117
1884
|
"name": "intercom",
|
|
@@ -1127,10 +1894,58 @@
|
|
|
1127
1894
|
"maintainers": [
|
|
1128
1895
|
{
|
|
1129
1896
|
"name": "hex-digital",
|
|
1130
|
-
"github": "hex-digital"
|
|
1131
|
-
|
|
1897
|
+
"github": "hex-digital"
|
|
1898
|
+
}
|
|
1899
|
+
],
|
|
1900
|
+
"compatibility": {
|
|
1901
|
+
"nuxt": "^2.0.0",
|
|
1902
|
+
"requires": {}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "ionic",
|
|
1907
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1908
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1909
|
+
"npm": "nuxt-ionic",
|
|
1910
|
+
"icon": "ionic.svg",
|
|
1911
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1912
|
+
"website": "https://ionic.roe.dev",
|
|
1913
|
+
"learn_more": "https://ionicframework.com",
|
|
1914
|
+
"category": "Libraries",
|
|
1915
|
+
"type": "3rd-party",
|
|
1916
|
+
"maintainers": [
|
|
1917
|
+
{
|
|
1918
|
+
"name": "Daniel Roe",
|
|
1919
|
+
"github": "danielroe",
|
|
1920
|
+
"twitter": "danielcroe"
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"compatibility": {
|
|
1924
|
+
"nuxt": "^3.0.0",
|
|
1925
|
+
"requires": {}
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"name": "jsonapi",
|
|
1930
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1931
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1932
|
+
"npm": "nuxt-jsonapi",
|
|
1933
|
+
"icon": "jsonapi.svg",
|
|
1934
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1935
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1936
|
+
"learn_more": "",
|
|
1937
|
+
"category": "Request",
|
|
1938
|
+
"type": "3rd-party",
|
|
1939
|
+
"maintainers": [
|
|
1940
|
+
{
|
|
1941
|
+
"name": "patrickcate",
|
|
1942
|
+
"github": "patrickcate"
|
|
1132
1943
|
}
|
|
1133
|
-
]
|
|
1944
|
+
],
|
|
1945
|
+
"compatibility": {
|
|
1946
|
+
"nuxt": "^2.0.0",
|
|
1947
|
+
"requires": {}
|
|
1948
|
+
}
|
|
1134
1949
|
},
|
|
1135
1950
|
{
|
|
1136
1951
|
"name": "kentico-kontent",
|
|
@@ -1142,14 +1957,41 @@
|
|
|
1142
1957
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1143
1958
|
"learn_more": "https://kontent.ai",
|
|
1144
1959
|
"category": "CMS",
|
|
1145
|
-
"type": "
|
|
1960
|
+
"type": "3rd-party",
|
|
1146
1961
|
"maintainers": [
|
|
1147
1962
|
{
|
|
1148
1963
|
"name": "Alfred Brockötter",
|
|
1149
|
-
"github": "Domitnator"
|
|
1150
|
-
|
|
1964
|
+
"github": "Domitnator"
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"compatibility": {
|
|
1968
|
+
"nuxt": "^2.0.0",
|
|
1969
|
+
"requires": {}
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"name": "kql",
|
|
1974
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1975
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1976
|
+
"npm": "nuxt-kql",
|
|
1977
|
+
"icon": "kql.svg",
|
|
1978
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1979
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1980
|
+
"learn_more": "",
|
|
1981
|
+
"category": "CMS",
|
|
1982
|
+
"type": "3rd-party",
|
|
1983
|
+
"maintainers": [
|
|
1984
|
+
{
|
|
1985
|
+
"name": "Johann Schopplich",
|
|
1986
|
+
"github": "johannschopplich",
|
|
1987
|
+
"twitter": "jschopplich",
|
|
1988
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1151
1989
|
}
|
|
1152
|
-
]
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^3.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1153
1995
|
},
|
|
1154
1996
|
{
|
|
1155
1997
|
"name": "laravel-echo",
|
|
@@ -1165,10 +2007,13 @@
|
|
|
1165
2007
|
"maintainers": [
|
|
1166
2008
|
{
|
|
1167
2009
|
"name": "Ricardo Gobbo de Souza",
|
|
1168
|
-
"github": "ricardogobbosouza"
|
|
1169
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
2010
|
+
"github": "ricardogobbosouza"
|
|
1170
2011
|
}
|
|
1171
|
-
]
|
|
2012
|
+
],
|
|
2013
|
+
"compatibility": {
|
|
2014
|
+
"nuxt": "^2.0.0",
|
|
2015
|
+
"requires": {}
|
|
2016
|
+
}
|
|
1172
2017
|
},
|
|
1173
2018
|
{
|
|
1174
2019
|
"name": "laravel-nuxt",
|
|
@@ -1184,10 +2029,13 @@
|
|
|
1184
2029
|
"maintainers": [
|
|
1185
2030
|
{
|
|
1186
2031
|
"name": "skyrpex",
|
|
1187
|
-
"github": "skyrpex"
|
|
1188
|
-
"avatar": "https://github.com/skyrpex.png"
|
|
2032
|
+
"github": "skyrpex"
|
|
1189
2033
|
}
|
|
1190
|
-
]
|
|
2034
|
+
],
|
|
2035
|
+
"compatibility": {
|
|
2036
|
+
"nuxt": "^2.0.0",
|
|
2037
|
+
"requires": {}
|
|
2038
|
+
}
|
|
1191
2039
|
},
|
|
1192
2040
|
{
|
|
1193
2041
|
"name": "laravel",
|
|
@@ -1203,10 +2051,13 @@
|
|
|
1203
2051
|
"maintainers": [
|
|
1204
2052
|
{
|
|
1205
2053
|
"name": "m2sd",
|
|
1206
|
-
"github": "m2sd"
|
|
1207
|
-
"avatar": "https://github.com/m2sd.png"
|
|
2054
|
+
"github": "m2sd"
|
|
1208
2055
|
}
|
|
1209
|
-
]
|
|
2056
|
+
],
|
|
2057
|
+
"compatibility": {
|
|
2058
|
+
"nuxt": "^2.0.0",
|
|
2059
|
+
"requires": {}
|
|
2060
|
+
}
|
|
1210
2061
|
},
|
|
1211
2062
|
{
|
|
1212
2063
|
"name": "leaflet",
|
|
@@ -1217,15 +2068,18 @@
|
|
|
1217
2068
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1218
2069
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1219
2070
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1220
|
-
"category": "
|
|
2071
|
+
"category": "Libraries",
|
|
1221
2072
|
"type": "3rd-party",
|
|
1222
2073
|
"maintainers": [
|
|
1223
2074
|
{
|
|
1224
2075
|
"name": "schlunsen",
|
|
1225
|
-
"github": "schlunsen"
|
|
1226
|
-
"avatar": "https://github.com/schlunsen.png"
|
|
2076
|
+
"github": "schlunsen"
|
|
1227
2077
|
}
|
|
1228
|
-
]
|
|
2078
|
+
],
|
|
2079
|
+
"compatibility": {
|
|
2080
|
+
"nuxt": "^2.0.0",
|
|
2081
|
+
"requires": {}
|
|
2082
|
+
}
|
|
1229
2083
|
},
|
|
1230
2084
|
{
|
|
1231
2085
|
"name": "localforage",
|
|
@@ -1236,16 +2090,23 @@
|
|
|
1236
2090
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1237
2091
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1238
2092
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1239
|
-
"category": "
|
|
2093
|
+
"category": "Libraries",
|
|
1240
2094
|
"type": "community",
|
|
1241
2095
|
"maintainers": [
|
|
1242
2096
|
{
|
|
1243
2097
|
"name": "Alexandre Chopin",
|
|
1244
2098
|
"github": "alexchopin",
|
|
1245
|
-
"twitter": "alexchopin"
|
|
1246
|
-
|
|
2099
|
+
"twitter": "alexchopin"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "Ricardo Gobbo de Souza",
|
|
2103
|
+
"github": "ricardogobbosouza"
|
|
1247
2104
|
}
|
|
1248
|
-
]
|
|
2105
|
+
],
|
|
2106
|
+
"compatibility": {
|
|
2107
|
+
"nuxt": "^2.0.0",
|
|
2108
|
+
"requires": {}
|
|
2109
|
+
}
|
|
1249
2110
|
},
|
|
1250
2111
|
{
|
|
1251
2112
|
"name": "localtunnel",
|
|
@@ -1262,10 +2123,35 @@
|
|
|
1262
2123
|
{
|
|
1263
2124
|
"name": "Pooya Parsa",
|
|
1264
2125
|
"github": "pi0",
|
|
1265
|
-
"twitter": "_pi0_"
|
|
1266
|
-
|
|
2126
|
+
"twitter": "_pi0_"
|
|
2127
|
+
}
|
|
2128
|
+
],
|
|
2129
|
+
"compatibility": {
|
|
2130
|
+
"nuxt": "^2.0.0",
|
|
2131
|
+
"requires": {}
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "lodash",
|
|
2136
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2137
|
+
"repo": "cipami/nuxt-lodash",
|
|
2138
|
+
"npm": "nuxt-lodash",
|
|
2139
|
+
"icon": "lodash.svg",
|
|
2140
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2141
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2142
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2143
|
+
"category": "Libraries",
|
|
2144
|
+
"type": "3rd-party",
|
|
2145
|
+
"maintainers": [
|
|
2146
|
+
{
|
|
2147
|
+
"name": "Michal Čípa",
|
|
2148
|
+
"github": "cipami"
|
|
1267
2149
|
}
|
|
1268
|
-
]
|
|
2150
|
+
],
|
|
2151
|
+
"compatibility": {
|
|
2152
|
+
"nuxt": "^3.0.0",
|
|
2153
|
+
"requires": {}
|
|
2154
|
+
}
|
|
1269
2155
|
},
|
|
1270
2156
|
{
|
|
1271
2157
|
"name": "logrocket",
|
|
@@ -1282,10 +2168,13 @@
|
|
|
1282
2168
|
{
|
|
1283
2169
|
"name": "Farzad Soltani",
|
|
1284
2170
|
"github": "farzadso",
|
|
1285
|
-
"twitter": "farzadso"
|
|
1286
|
-
"avatar": "https://github.com/farzadso.png"
|
|
2171
|
+
"twitter": "farzadso"
|
|
1287
2172
|
}
|
|
1288
|
-
]
|
|
2173
|
+
],
|
|
2174
|
+
"compatibility": {
|
|
2175
|
+
"nuxt": "^2.0.0",
|
|
2176
|
+
"requires": {}
|
|
2177
|
+
}
|
|
1289
2178
|
},
|
|
1290
2179
|
{
|
|
1291
2180
|
"name": "lunr",
|
|
@@ -1301,30 +2190,36 @@
|
|
|
1301
2190
|
"maintainers": [
|
|
1302
2191
|
{
|
|
1303
2192
|
"name": "Pim",
|
|
1304
|
-
"github": "pimlie"
|
|
1305
|
-
"avatar": "https://github.com/pimlie.png"
|
|
2193
|
+
"github": "pimlie"
|
|
1306
2194
|
}
|
|
1307
|
-
]
|
|
2195
|
+
],
|
|
2196
|
+
"compatibility": {
|
|
2197
|
+
"nuxt": "^2.0.0",
|
|
2198
|
+
"requires": {}
|
|
2199
|
+
}
|
|
1308
2200
|
},
|
|
1309
2201
|
{
|
|
1310
2202
|
"name": "markdownit",
|
|
1311
2203
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1312
|
-
"repo": "nuxt-community/
|
|
2204
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1313
2205
|
"npm": "@nuxtjs/markdownit",
|
|
1314
2206
|
"icon": "",
|
|
1315
|
-
"github": "https://github.com/nuxt-community/
|
|
1316
|
-
"website": "https://github.com/nuxt-community/
|
|
2207
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2208
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1317
2209
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1318
|
-
"category": "
|
|
2210
|
+
"category": "Extensions",
|
|
1319
2211
|
"type": "community",
|
|
1320
2212
|
"maintainers": [
|
|
1321
2213
|
{
|
|
1322
2214
|
"name": "Pooya Parsa",
|
|
1323
2215
|
"github": "pi0",
|
|
1324
|
-
"twitter": "_pi0_"
|
|
1325
|
-
"avatar": "https://github.com/pi0.png"
|
|
2216
|
+
"twitter": "_pi0_"
|
|
1326
2217
|
}
|
|
1327
|
-
]
|
|
2218
|
+
],
|
|
2219
|
+
"compatibility": {
|
|
2220
|
+
"nuxt": "^2.0.0",
|
|
2221
|
+
"requires": {}
|
|
2222
|
+
}
|
|
1328
2223
|
},
|
|
1329
2224
|
{
|
|
1330
2225
|
"name": "matomo",
|
|
@@ -1340,30 +2235,61 @@
|
|
|
1340
2235
|
"maintainers": [
|
|
1341
2236
|
{
|
|
1342
2237
|
"name": "pimlie",
|
|
1343
|
-
"github": "pimlie"
|
|
1344
|
-
"avatar": "https://github.com/pimlie.png"
|
|
2238
|
+
"github": "pimlie"
|
|
1345
2239
|
}
|
|
1346
|
-
]
|
|
2240
|
+
],
|
|
2241
|
+
"compatibility": {
|
|
2242
|
+
"nuxt": "^2.0.0",
|
|
2243
|
+
"requires": {}
|
|
2244
|
+
}
|
|
1347
2245
|
},
|
|
1348
2246
|
{
|
|
1349
2247
|
"name": "mdx",
|
|
1350
2248
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1351
2249
|
"repo": "nuxt-community/mdx-module",
|
|
1352
2250
|
"npm": "@nuxtjs/mdx",
|
|
1353
|
-
"icon": "
|
|
2251
|
+
"icon": "mdx.png",
|
|
1354
2252
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1355
2253
|
"website": "https://mdx.nuxtjs.org",
|
|
1356
2254
|
"learn_more": "https://mdxjs.com/",
|
|
1357
|
-
"category": "
|
|
2255
|
+
"category": "Extensions",
|
|
1358
2256
|
"type": "community",
|
|
1359
2257
|
"maintainers": [
|
|
1360
2258
|
{
|
|
1361
2259
|
"name": "Jonathan Bakebwa",
|
|
1362
2260
|
"github": "codebender828",
|
|
1363
|
-
"twitter": "codebender828"
|
|
1364
|
-
|
|
2261
|
+
"twitter": "codebender828"
|
|
2262
|
+
}
|
|
2263
|
+
],
|
|
2264
|
+
"compatibility": {
|
|
2265
|
+
"nuxt": "^2.0.0",
|
|
2266
|
+
"requires": {}
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "meilisearch",
|
|
2271
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2272
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2273
|
+
"npm": "nuxt-meilisearch",
|
|
2274
|
+
"icon": "meilisearch.svg",
|
|
2275
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2276
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2277
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2278
|
+
"category": "Libraries",
|
|
2279
|
+
"type": "3rd-party",
|
|
2280
|
+
"maintainers": [
|
|
2281
|
+
{
|
|
2282
|
+
"name": "Alex Duval",
|
|
2283
|
+
"github": "xlanex6",
|
|
2284
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2285
|
+
}
|
|
2286
|
+
],
|
|
2287
|
+
"compatibility": {
|
|
2288
|
+
"nuxt": "^3.0.0",
|
|
2289
|
+
"requires": {
|
|
2290
|
+
"bridge": false
|
|
1365
2291
|
}
|
|
1366
|
-
|
|
2292
|
+
}
|
|
1367
2293
|
},
|
|
1368
2294
|
{
|
|
1369
2295
|
"name": "memwatch",
|
|
@@ -1379,10 +2305,13 @@
|
|
|
1379
2305
|
"maintainers": [
|
|
1380
2306
|
{
|
|
1381
2307
|
"name": "pimlie",
|
|
1382
|
-
"github": "pimlie"
|
|
1383
|
-
"avatar": "https://github.com/pimlie.png"
|
|
2308
|
+
"github": "pimlie"
|
|
1384
2309
|
}
|
|
1385
|
-
]
|
|
2310
|
+
],
|
|
2311
|
+
"compatibility": {
|
|
2312
|
+
"nuxt": "^2.0.0",
|
|
2313
|
+
"requires": {}
|
|
2314
|
+
}
|
|
1386
2315
|
},
|
|
1387
2316
|
{
|
|
1388
2317
|
"name": "mobile",
|
|
@@ -1393,15 +2322,18 @@
|
|
|
1393
2322
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1394
2323
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1395
2324
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1396
|
-
"category": "
|
|
2325
|
+
"category": "Extensions",
|
|
1397
2326
|
"type": "3rd-party",
|
|
1398
2327
|
"maintainers": [
|
|
1399
2328
|
{
|
|
1400
2329
|
"name": "ChanningDefoe",
|
|
1401
|
-
"github": "ChanningDefoe"
|
|
1402
|
-
"avatar": "https://github.com/ChanningDefoe.png"
|
|
2330
|
+
"github": "ChanningDefoe"
|
|
1403
2331
|
}
|
|
1404
|
-
]
|
|
2332
|
+
],
|
|
2333
|
+
"compatibility": {
|
|
2334
|
+
"nuxt": "^2.0.0",
|
|
2335
|
+
"requires": {}
|
|
2336
|
+
}
|
|
1405
2337
|
},
|
|
1406
2338
|
{
|
|
1407
2339
|
"name": "moment",
|
|
@@ -1418,15 +2350,17 @@
|
|
|
1418
2350
|
{
|
|
1419
2351
|
"name": "Pooya Parsa",
|
|
1420
2352
|
"github": "pi0",
|
|
1421
|
-
"twitter": "_pi0_"
|
|
1422
|
-
"avatar": "https://github.com/pi0.png"
|
|
2353
|
+
"twitter": "_pi0_"
|
|
1423
2354
|
},
|
|
1424
2355
|
{
|
|
1425
2356
|
"name": "Ricardo Gobbo de Souza",
|
|
1426
|
-
"github": "ricardogobbosouza"
|
|
1427
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
2357
|
+
"github": "ricardogobbosouza"
|
|
1428
2358
|
}
|
|
1429
|
-
]
|
|
2359
|
+
],
|
|
2360
|
+
"compatibility": {
|
|
2361
|
+
"nuxt": "^2.0.0",
|
|
2362
|
+
"requires": {}
|
|
2363
|
+
}
|
|
1430
2364
|
},
|
|
1431
2365
|
{
|
|
1432
2366
|
"name": "mq",
|
|
@@ -1442,10 +2376,13 @@
|
|
|
1442
2376
|
"maintainers": [
|
|
1443
2377
|
{
|
|
1444
2378
|
"name": "vanhoofmaarten",
|
|
1445
|
-
"github": "vanhoofmaarten"
|
|
1446
|
-
"avatar": "https://github.com/vanhoofmaarten.png"
|
|
2379
|
+
"github": "vanhoofmaarten"
|
|
1447
2380
|
}
|
|
1448
|
-
]
|
|
2381
|
+
],
|
|
2382
|
+
"compatibility": {
|
|
2383
|
+
"nuxt": "^2.0.0",
|
|
2384
|
+
"requires": {}
|
|
2385
|
+
}
|
|
1449
2386
|
},
|
|
1450
2387
|
{
|
|
1451
2388
|
"name": "neo",
|
|
@@ -1461,10 +2398,13 @@
|
|
|
1461
2398
|
"maintainers": [
|
|
1462
2399
|
{
|
|
1463
2400
|
"name": "ezypeeze",
|
|
1464
|
-
"github": "ezypeeze"
|
|
1465
|
-
"avatar": "https://github.com/ezypeeze.png"
|
|
2401
|
+
"github": "ezypeeze"
|
|
1466
2402
|
}
|
|
1467
|
-
]
|
|
2403
|
+
],
|
|
2404
|
+
"compatibility": {
|
|
2405
|
+
"nuxt": "^2.0.0",
|
|
2406
|
+
"requires": {}
|
|
2407
|
+
}
|
|
1468
2408
|
},
|
|
1469
2409
|
{
|
|
1470
2410
|
"name": "netlify-cache",
|
|
@@ -1480,10 +2420,13 @@
|
|
|
1480
2420
|
"maintainers": [
|
|
1481
2421
|
{
|
|
1482
2422
|
"name": "DreaMinder",
|
|
1483
|
-
"github": "DreaMinder"
|
|
1484
|
-
"avatar": "https://github.com/DreaMinder.png"
|
|
2423
|
+
"github": "DreaMinder"
|
|
1485
2424
|
}
|
|
1486
|
-
]
|
|
2425
|
+
],
|
|
2426
|
+
"compatibility": {
|
|
2427
|
+
"nuxt": "^2.0.0",
|
|
2428
|
+
"requires": {}
|
|
2429
|
+
}
|
|
1487
2430
|
},
|
|
1488
2431
|
{
|
|
1489
2432
|
"name": "netlify-files",
|
|
@@ -1500,10 +2443,13 @@
|
|
|
1500
2443
|
{
|
|
1501
2444
|
"name": "Alexander Lichter",
|
|
1502
2445
|
"github": "manniL",
|
|
1503
|
-
"twitter": "TheAlexLichter"
|
|
1504
|
-
"avatar": "https://github.com/manniL.png"
|
|
2446
|
+
"twitter": "TheAlexLichter"
|
|
1505
2447
|
}
|
|
1506
|
-
]
|
|
2448
|
+
],
|
|
2449
|
+
"compatibility": {
|
|
2450
|
+
"nuxt": "^2.0.0",
|
|
2451
|
+
"requires": {}
|
|
2452
|
+
}
|
|
1507
2453
|
},
|
|
1508
2454
|
{
|
|
1509
2455
|
"name": "netlify",
|
|
@@ -1519,30 +2465,222 @@
|
|
|
1519
2465
|
"maintainers": [
|
|
1520
2466
|
{
|
|
1521
2467
|
"name": "bazzite",
|
|
1522
|
-
"github": "bazzite"
|
|
1523
|
-
"avatar": "https://github.com/bazzite.png"
|
|
2468
|
+
"github": "bazzite"
|
|
1524
2469
|
}
|
|
1525
|
-
]
|
|
2470
|
+
],
|
|
2471
|
+
"compatibility": {
|
|
2472
|
+
"nuxt": "^2.0.0",
|
|
2473
|
+
"requires": {}
|
|
2474
|
+
}
|
|
1526
2475
|
},
|
|
1527
2476
|
{
|
|
1528
2477
|
"name": "ngrok",
|
|
1529
2478
|
"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/
|
|
2479
|
+
"repo": "nuxt-community/ngrok",
|
|
1531
2480
|
"npm": "@nuxtjs/ngrok",
|
|
1532
2481
|
"icon": "ngrok.png",
|
|
1533
|
-
"github": "https://github.com/nuxt-community/
|
|
1534
|
-
"website": "https://
|
|
2482
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2483
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1535
2484
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1536
2485
|
"category": "Devtools",
|
|
1537
2486
|
"type": "community",
|
|
1538
2487
|
"maintainers": [
|
|
2488
|
+
{
|
|
2489
|
+
"name": "Debbie O'Brien",
|
|
2490
|
+
"github": "debs-obrien",
|
|
2491
|
+
"twitter": "debs_obrien"
|
|
2492
|
+
},
|
|
1539
2493
|
{
|
|
1540
2494
|
"name": "Pooya Parsa",
|
|
1541
2495
|
"github": "pi0",
|
|
1542
|
-
"twitter": "_pi0_"
|
|
1543
|
-
|
|
2496
|
+
"twitter": "_pi0_"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^2.0.0",
|
|
2501
|
+
"requires": {}
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"name": "notion",
|
|
2506
|
+
"description": "Vue renderer for Notion pages",
|
|
2507
|
+
"repo": "janniks/vue-notion",
|
|
2508
|
+
"npm": "vue-notion",
|
|
2509
|
+
"icon": "notion.svg",
|
|
2510
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2511
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2512
|
+
"learn_more": "",
|
|
2513
|
+
"category": "CMS",
|
|
2514
|
+
"type": "3rd-party",
|
|
2515
|
+
"maintainers": [
|
|
2516
|
+
{
|
|
2517
|
+
"name": "janniks",
|
|
2518
|
+
"github": "janniks"
|
|
2519
|
+
}
|
|
2520
|
+
],
|
|
2521
|
+
"compatibility": {
|
|
2522
|
+
"nuxt": "^2.0.0",
|
|
2523
|
+
"requires": {}
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"name": "nuxt-hue",
|
|
2528
|
+
"description": "Enlighten your Nuxt experience",
|
|
2529
|
+
"repo": "lihbr/nuxt-hue",
|
|
2530
|
+
"npm": "nuxt-hue",
|
|
2531
|
+
"icon": "nuxt-hue.svg",
|
|
2532
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2533
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2534
|
+
"learn_more": "",
|
|
2535
|
+
"category": "Devtools",
|
|
2536
|
+
"type": "3rd-party",
|
|
2537
|
+
"maintainers": [
|
|
2538
|
+
{
|
|
2539
|
+
"name": "lihbr",
|
|
2540
|
+
"github": "lihbr"
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"compatibility": {
|
|
2544
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2545
|
+
"requires": {
|
|
2546
|
+
"bridge": "optional"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"name": "nuxt-pino-log",
|
|
2552
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2553
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2554
|
+
"npm": "nuxt-pino-log",
|
|
2555
|
+
"icon": "",
|
|
2556
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2557
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2558
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2559
|
+
"category": "Monitoring",
|
|
2560
|
+
"type": "3rd-party",
|
|
2561
|
+
"maintainers": [
|
|
2562
|
+
{
|
|
2563
|
+
"name": "kpn",
|
|
2564
|
+
"github": "kpn"
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"compatibility": {
|
|
2568
|
+
"nuxt": "^2.0.0",
|
|
2569
|
+
"requires": {}
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"name": "nuxt-png-to-ico",
|
|
2574
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2575
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2576
|
+
"npm": "nuxt-png-to-ico",
|
|
2577
|
+
"icon": "",
|
|
2578
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2579
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2580
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2581
|
+
"category": "Devtools",
|
|
2582
|
+
"type": "3rd-party",
|
|
2583
|
+
"maintainers": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "b5710546232",
|
|
2586
|
+
"github": "b5710546232",
|
|
2587
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2588
|
+
}
|
|
2589
|
+
],
|
|
2590
|
+
"compatibility": {
|
|
2591
|
+
"nuxt": "^2.0.0",
|
|
2592
|
+
"requires": {}
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "nuxt-smartlook",
|
|
2597
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2598
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2599
|
+
"npm": "nuxt-smartlook",
|
|
2600
|
+
"icon": "nuxt-smartlook.png",
|
|
2601
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2602
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2603
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2604
|
+
"category": "Analytics",
|
|
2605
|
+
"type": "3rd-party",
|
|
2606
|
+
"maintainers": [
|
|
2607
|
+
{
|
|
2608
|
+
"name": "Milan Sulc",
|
|
2609
|
+
"github": "f3l1x",
|
|
2610
|
+
"twitter": "xf3l1x",
|
|
2611
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"nuxt": "^2.0.0",
|
|
2616
|
+
"requires": {}
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "nuxt-use-motion",
|
|
2621
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2622
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2623
|
+
"npm": "nuxt-use-motion",
|
|
2624
|
+
"icon": "nuxt-use-motion.svg",
|
|
2625
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2626
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2627
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2628
|
+
"category": "Libraries",
|
|
2629
|
+
"type": "3rd-party",
|
|
2630
|
+
"maintainers": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "Tahul",
|
|
2633
|
+
"github": "Tahul"
|
|
1544
2634
|
}
|
|
1545
|
-
]
|
|
2635
|
+
],
|
|
2636
|
+
"compatibility": {
|
|
2637
|
+
"nuxt": "^2.0.0",
|
|
2638
|
+
"requires": {}
|
|
2639
|
+
}
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "nuxt-use-sound",
|
|
2643
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2644
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2645
|
+
"npm": "nuxt-use-sound",
|
|
2646
|
+
"icon": "nuxt-use-sound.svg",
|
|
2647
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2648
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2649
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2650
|
+
"category": "Libraries",
|
|
2651
|
+
"type": "3rd-party",
|
|
2652
|
+
"maintainers": [
|
|
2653
|
+
{
|
|
2654
|
+
"name": "Tahul",
|
|
2655
|
+
"github": "Tahul"
|
|
2656
|
+
}
|
|
2657
|
+
],
|
|
2658
|
+
"compatibility": {
|
|
2659
|
+
"nuxt": "^2.0.0",
|
|
2660
|
+
"requires": {}
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"name": "nuxt-viewport",
|
|
2665
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2666
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2667
|
+
"npm": "nuxt-viewport",
|
|
2668
|
+
"icon": "nuxt-viewport.svg",
|
|
2669
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2670
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2671
|
+
"learn_more": "",
|
|
2672
|
+
"category": "Extensions",
|
|
2673
|
+
"type": "3rd-party",
|
|
2674
|
+
"maintainers": [
|
|
2675
|
+
{
|
|
2676
|
+
"name": "mvrlin",
|
|
2677
|
+
"github": "mvrlin"
|
|
2678
|
+
}
|
|
2679
|
+
],
|
|
2680
|
+
"compatibility": {
|
|
2681
|
+
"nuxt": "^2.0.0",
|
|
2682
|
+
"requires": {}
|
|
2683
|
+
}
|
|
1546
2684
|
},
|
|
1547
2685
|
{
|
|
1548
2686
|
"name": "nuxt7",
|
|
@@ -1559,10 +2697,13 @@
|
|
|
1559
2697
|
{
|
|
1560
2698
|
"name": "Pooya Parsa",
|
|
1561
2699
|
"github": "pi0",
|
|
1562
|
-
"twitter": "_pi0_"
|
|
1563
|
-
"avatar": "https://github.com/pi0.png"
|
|
2700
|
+
"twitter": "_pi0_"
|
|
1564
2701
|
}
|
|
1565
|
-
]
|
|
2702
|
+
],
|
|
2703
|
+
"compatibility": {
|
|
2704
|
+
"nuxt": "^2.0.0",
|
|
2705
|
+
"requires": {}
|
|
2706
|
+
}
|
|
1566
2707
|
},
|
|
1567
2708
|
{
|
|
1568
2709
|
"name": "onesignal",
|
|
@@ -1573,35 +2714,42 @@
|
|
|
1573
2714
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1574
2715
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1575
2716
|
"learn_more": "https://onesignal.com/",
|
|
1576
|
-
"category": "
|
|
2717
|
+
"category": "Extensions",
|
|
1577
2718
|
"type": "community",
|
|
1578
2719
|
"maintainers": [
|
|
1579
2720
|
{
|
|
1580
2721
|
"name": "Pooya Parsa",
|
|
1581
2722
|
"github": "pi0",
|
|
1582
|
-
"twitter": "_pi0_"
|
|
1583
|
-
"avatar": "https://github.com/pi0.png"
|
|
2723
|
+
"twitter": "_pi0_"
|
|
1584
2724
|
}
|
|
1585
|
-
]
|
|
2725
|
+
],
|
|
2726
|
+
"compatibility": {
|
|
2727
|
+
"nuxt": "^2.0.0",
|
|
2728
|
+
"requires": {}
|
|
2729
|
+
}
|
|
1586
2730
|
},
|
|
1587
2731
|
{
|
|
1588
2732
|
"name": "optimized-images",
|
|
1589
2733
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
1590
|
-
"repo": "
|
|
2734
|
+
"repo": "juliomrqz/nuxt-optimized-images",
|
|
1591
2735
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
1592
2736
|
"icon": "",
|
|
1593
|
-
"github": "https://github.com/
|
|
2737
|
+
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
1594
2738
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
1595
2739
|
"learn_more": "",
|
|
1596
2740
|
"category": "Images",
|
|
1597
2741
|
"type": "3rd-party",
|
|
1598
2742
|
"maintainers": [
|
|
1599
2743
|
{
|
|
1600
|
-
"name": "
|
|
1601
|
-
"github": "
|
|
1602
|
-
"
|
|
2744
|
+
"name": "Julio Marquez",
|
|
2745
|
+
"github": "juliomrqz",
|
|
2746
|
+
"twitter": "juliomrqz"
|
|
1603
2747
|
}
|
|
1604
|
-
]
|
|
2748
|
+
],
|
|
2749
|
+
"compatibility": {
|
|
2750
|
+
"nuxt": "^2.0.0",
|
|
2751
|
+
"requires": {}
|
|
2752
|
+
}
|
|
1605
2753
|
},
|
|
1606
2754
|
{
|
|
1607
2755
|
"name": "page-generator-helper",
|
|
@@ -1612,15 +2760,18 @@
|
|
|
1612
2760
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1613
2761
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1614
2762
|
"learn_more": "",
|
|
1615
|
-
"category": "
|
|
2763
|
+
"category": "Extensions",
|
|
1616
2764
|
"type": "3rd-party",
|
|
1617
2765
|
"maintainers": [
|
|
1618
2766
|
{
|
|
1619
2767
|
"name": "GrabarzUndPartner",
|
|
1620
|
-
"github": "GrabarzUndPartner"
|
|
1621
|
-
"avatar": "https://github.com/GrabarzUndPartner.png"
|
|
2768
|
+
"github": "GrabarzUndPartner"
|
|
1622
2769
|
}
|
|
1623
|
-
]
|
|
2770
|
+
],
|
|
2771
|
+
"compatibility": {
|
|
2772
|
+
"nuxt": "^2.0.0",
|
|
2773
|
+
"requires": {}
|
|
2774
|
+
}
|
|
1624
2775
|
},
|
|
1625
2776
|
{
|
|
1626
2777
|
"name": "parse",
|
|
@@ -1636,10 +2787,109 @@
|
|
|
1636
2787
|
"maintainers": [
|
|
1637
2788
|
{
|
|
1638
2789
|
"name": "cierrateam",
|
|
1639
|
-
"github": "cierrateam"
|
|
1640
|
-
|
|
2790
|
+
"github": "cierrateam"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"compatibility": {
|
|
2794
|
+
"nuxt": "^2.0.0",
|
|
2795
|
+
"requires": {}
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "partytown",
|
|
2800
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2801
|
+
"repo": "nuxt-community/partytown-module",
|
|
2802
|
+
"npm": "@nuxtjs/partytown",
|
|
2803
|
+
"icon": "partytown.svg",
|
|
2804
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2805
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2806
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2807
|
+
"category": "Performance",
|
|
2808
|
+
"type": "community",
|
|
2809
|
+
"maintainers": [
|
|
2810
|
+
{
|
|
2811
|
+
"name": "Daniel Roe",
|
|
2812
|
+
"github": "danielroe",
|
|
2813
|
+
"twitter": "danielcroe"
|
|
2814
|
+
}
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2818
|
+
"requires": {
|
|
2819
|
+
"bridge": true
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "persian-datepicker",
|
|
2825
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2826
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2827
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2828
|
+
"icon": "persian-datepicker.svg",
|
|
2829
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2830
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2831
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2832
|
+
"category": "Date",
|
|
2833
|
+
"type": "3rd-party",
|
|
2834
|
+
"maintainers": [
|
|
2835
|
+
{
|
|
2836
|
+
"name": "Alireza Alibeiki",
|
|
2837
|
+
"github": "alireza-ab",
|
|
2838
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2839
|
+
}
|
|
2840
|
+
],
|
|
2841
|
+
"compatibility": {
|
|
2842
|
+
"nuxt": "^2.0.0",
|
|
2843
|
+
"requires": {}
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "pinia",
|
|
2848
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2849
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2850
|
+
"npm": "@pinia/nuxt",
|
|
2851
|
+
"icon": "pinia.svg",
|
|
2852
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2853
|
+
"website": "https://pinia.esm.dev/",
|
|
2854
|
+
"learn_more": "",
|
|
2855
|
+
"category": "Extensions",
|
|
2856
|
+
"type": "3rd-party",
|
|
2857
|
+
"maintainers": [
|
|
2858
|
+
{
|
|
2859
|
+
"name": "posva",
|
|
2860
|
+
"github": "posva"
|
|
2861
|
+
}
|
|
2862
|
+
],
|
|
2863
|
+
"compatibility": {
|
|
2864
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2865
|
+
"requires": {
|
|
2866
|
+
"bridge": "optional"
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "plausible",
|
|
2872
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2873
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2874
|
+
"npm": "vue-plausible",
|
|
2875
|
+
"icon": "plausible.png",
|
|
2876
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2877
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2878
|
+
"learn_more": "",
|
|
2879
|
+
"category": "Analytics",
|
|
2880
|
+
"type": "3rd-party",
|
|
2881
|
+
"maintainers": [
|
|
2882
|
+
{
|
|
2883
|
+
"name": "moritzsternemann",
|
|
2884
|
+
"github": "moritzsternemann"
|
|
2885
|
+
}
|
|
2886
|
+
],
|
|
2887
|
+
"compatibility": {
|
|
2888
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2889
|
+
"requires": {
|
|
2890
|
+
"bridge": "optional"
|
|
1641
2891
|
}
|
|
1642
|
-
|
|
2892
|
+
}
|
|
1643
2893
|
},
|
|
1644
2894
|
{
|
|
1645
2895
|
"name": "precompress",
|
|
@@ -1655,10 +2905,13 @@
|
|
|
1655
2905
|
"maintainers": [
|
|
1656
2906
|
{
|
|
1657
2907
|
"name": "frenchrabbit",
|
|
1658
|
-
"github": "frenchrabbit"
|
|
1659
|
-
"avatar": "https://github.com/frenchrabbit.png"
|
|
2908
|
+
"github": "frenchrabbit"
|
|
1660
2909
|
}
|
|
1661
|
-
]
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^2.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
1662
2915
|
},
|
|
1663
2916
|
{
|
|
1664
2917
|
"name": "prismic",
|
|
@@ -1667,7 +2920,7 @@
|
|
|
1667
2920
|
"npm": "@nuxtjs/prismic",
|
|
1668
2921
|
"icon": "prismic.png",
|
|
1669
2922
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
1670
|
-
"website": "https://
|
|
2923
|
+
"website": "https://prismic.nuxtjs.org",
|
|
1671
2924
|
"learn_more": "https://prismic.io/",
|
|
1672
2925
|
"category": "CMS",
|
|
1673
2926
|
"type": "community",
|
|
@@ -1675,21 +2928,22 @@
|
|
|
1675
2928
|
{
|
|
1676
2929
|
"name": "Sébastien Chopin",
|
|
1677
2930
|
"github": "Atinux",
|
|
1678
|
-
"twitter": "Atinux"
|
|
1679
|
-
"avatar": "https://github.com/Atinux.png"
|
|
2931
|
+
"twitter": "Atinux"
|
|
1680
2932
|
},
|
|
1681
2933
|
{
|
|
1682
2934
|
"name": "lihbr",
|
|
1683
2935
|
"github": "lihbr",
|
|
1684
|
-
"twitter": "li_hbr"
|
|
1685
|
-
"avatar": "https://github.com/lihbr.png"
|
|
2936
|
+
"twitter": "li_hbr"
|
|
1686
2937
|
},
|
|
1687
2938
|
{
|
|
1688
2939
|
"name": "James Pegg",
|
|
1689
|
-
"github": "jamespegg"
|
|
1690
|
-
"avatar": "https://github.com/jamespegg.png"
|
|
2940
|
+
"github": "jamespegg"
|
|
1691
2941
|
}
|
|
1692
|
-
]
|
|
2942
|
+
],
|
|
2943
|
+
"compatibility": {
|
|
2944
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2945
|
+
"requires": {}
|
|
2946
|
+
}
|
|
1693
2947
|
},
|
|
1694
2948
|
{
|
|
1695
2949
|
"name": "protected-mailto",
|
|
@@ -1705,10 +2959,13 @@
|
|
|
1705
2959
|
"maintainers": [
|
|
1706
2960
|
{
|
|
1707
2961
|
"name": "mmoollllee",
|
|
1708
|
-
"github": "mmoollllee"
|
|
1709
|
-
"avatar": "https://github.com/mmoollllee.png"
|
|
2962
|
+
"github": "mmoollllee"
|
|
1710
2963
|
}
|
|
1711
|
-
]
|
|
2964
|
+
],
|
|
2965
|
+
"compatibility": {
|
|
2966
|
+
"nuxt": "^2.0.0",
|
|
2967
|
+
"requires": {}
|
|
2968
|
+
}
|
|
1712
2969
|
},
|
|
1713
2970
|
{
|
|
1714
2971
|
"name": "proxy",
|
|
@@ -1725,10 +2982,13 @@
|
|
|
1725
2982
|
{
|
|
1726
2983
|
"name": "Pooya Parsa",
|
|
1727
2984
|
"github": "pi0",
|
|
1728
|
-
"twitter": "_pi0_"
|
|
1729
|
-
"avatar": "https://github.com/pi0.png"
|
|
2985
|
+
"twitter": "_pi0_"
|
|
1730
2986
|
}
|
|
1731
|
-
]
|
|
2987
|
+
],
|
|
2988
|
+
"compatibility": {
|
|
2989
|
+
"nuxt": "^2.0.0",
|
|
2990
|
+
"requires": {}
|
|
2991
|
+
}
|
|
1732
2992
|
},
|
|
1733
2993
|
{
|
|
1734
2994
|
"name": "prune-html",
|
|
@@ -1743,11 +3003,15 @@
|
|
|
1743
3003
|
"type": "3rd-party",
|
|
1744
3004
|
"maintainers": [
|
|
1745
3005
|
{
|
|
1746
|
-
"name": "
|
|
3006
|
+
"name": "Luca Iaconelli",
|
|
1747
3007
|
"github": "LuXDAmore",
|
|
1748
|
-
"
|
|
3008
|
+
"twitter": "luxdamore"
|
|
1749
3009
|
}
|
|
1750
|
-
]
|
|
3010
|
+
],
|
|
3011
|
+
"compatibility": {
|
|
3012
|
+
"nuxt": "^2.0.0",
|
|
3013
|
+
"requires": {}
|
|
3014
|
+
}
|
|
1751
3015
|
},
|
|
1752
3016
|
{
|
|
1753
3017
|
"name": "purgecss",
|
|
@@ -1763,14 +3027,17 @@
|
|
|
1763
3027
|
"maintainers": [
|
|
1764
3028
|
{
|
|
1765
3029
|
"name": "Developmint",
|
|
1766
|
-
"github": "Developmint"
|
|
1767
|
-
"avatar": "https://github.com/Developmint.png"
|
|
3030
|
+
"github": "Developmint"
|
|
1768
3031
|
}
|
|
1769
|
-
]
|
|
3032
|
+
],
|
|
3033
|
+
"compatibility": {
|
|
3034
|
+
"nuxt": "^2.0.0",
|
|
3035
|
+
"requires": {}
|
|
3036
|
+
}
|
|
1770
3037
|
},
|
|
1771
3038
|
{
|
|
1772
3039
|
"name": "pwa",
|
|
1773
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3040
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1774
3041
|
"repo": "nuxt-community/pwa-module",
|
|
1775
3042
|
"npm": "@nuxtjs/pwa",
|
|
1776
3043
|
"icon": "pwa.png",
|
|
@@ -1783,10 +3050,15 @@
|
|
|
1783
3050
|
{
|
|
1784
3051
|
"name": "Pooya Parsa",
|
|
1785
3052
|
"github": "pi0",
|
|
1786
|
-
"twitter": "_pi0_"
|
|
1787
|
-
"avatar": "https://github.com/pi0.png"
|
|
3053
|
+
"twitter": "_pi0_"
|
|
1788
3054
|
}
|
|
1789
|
-
]
|
|
3055
|
+
],
|
|
3056
|
+
"compatibility": {
|
|
3057
|
+
"nuxt": "^2.0.0",
|
|
3058
|
+
"requires": {
|
|
3059
|
+
"bridge": "optional"
|
|
3060
|
+
}
|
|
3061
|
+
}
|
|
1790
3062
|
},
|
|
1791
3063
|
{
|
|
1792
3064
|
"name": "python",
|
|
@@ -1797,15 +3069,18 @@
|
|
|
1797
3069
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1798
3070
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1799
3071
|
"learn_more": "https://www.python.org/",
|
|
1800
|
-
"category": "
|
|
3072
|
+
"category": "Extensions",
|
|
1801
3073
|
"type": "community",
|
|
1802
3074
|
"maintainers": [
|
|
1803
3075
|
{
|
|
1804
3076
|
"name": "Sebastian Silva",
|
|
1805
|
-
"github": "icarito"
|
|
1806
|
-
"avatar": "https://github.com/icarito.png"
|
|
3077
|
+
"github": "icarito"
|
|
1807
3078
|
}
|
|
1808
|
-
]
|
|
3079
|
+
],
|
|
3080
|
+
"compatibility": {
|
|
3081
|
+
"nuxt": "^2.0.0",
|
|
3082
|
+
"requires": {}
|
|
3083
|
+
}
|
|
1809
3084
|
},
|
|
1810
3085
|
{
|
|
1811
3086
|
"name": "recaptcha",
|
|
@@ -1821,10 +3096,13 @@
|
|
|
1821
3096
|
"maintainers": [
|
|
1822
3097
|
{
|
|
1823
3098
|
"name": "mvrlin",
|
|
1824
|
-
"github": "mvrlin"
|
|
1825
|
-
"avatar": "https://github.com/mvrlin.png"
|
|
3099
|
+
"github": "mvrlin"
|
|
1826
3100
|
}
|
|
1827
|
-
]
|
|
3101
|
+
],
|
|
3102
|
+
"compatibility": {
|
|
3103
|
+
"nuxt": "^2.0.0",
|
|
3104
|
+
"requires": {}
|
|
3105
|
+
}
|
|
1828
3106
|
},
|
|
1829
3107
|
{
|
|
1830
3108
|
"name": "redirect",
|
|
@@ -1841,10 +3119,13 @@
|
|
|
1841
3119
|
{
|
|
1842
3120
|
"name": "Alexander Lichter",
|
|
1843
3121
|
"github": "manniL",
|
|
1844
|
-
"twitter": "TheAlexLichter"
|
|
1845
|
-
"avatar": "https://github.com/manniL.png"
|
|
3122
|
+
"twitter": "TheAlexLichter"
|
|
1846
3123
|
}
|
|
1847
|
-
]
|
|
3124
|
+
],
|
|
3125
|
+
"compatibility": {
|
|
3126
|
+
"nuxt": "^2.0.0",
|
|
3127
|
+
"requires": {}
|
|
3128
|
+
}
|
|
1848
3129
|
},
|
|
1849
3130
|
{
|
|
1850
3131
|
"name": "rfg-icon",
|
|
@@ -1855,15 +3136,18 @@
|
|
|
1855
3136
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1856
3137
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1857
3138
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1858
|
-
"category": "
|
|
3139
|
+
"category": "SEO",
|
|
1859
3140
|
"type": "3rd-party",
|
|
1860
3141
|
"maintainers": [
|
|
1861
3142
|
{
|
|
1862
3143
|
"name": "pimlie",
|
|
1863
|
-
"github": "pimlie"
|
|
1864
|
-
"avatar": "https://github.com/pimlie.png"
|
|
3144
|
+
"github": "pimlie"
|
|
1865
3145
|
}
|
|
1866
|
-
]
|
|
3146
|
+
],
|
|
3147
|
+
"compatibility": {
|
|
3148
|
+
"nuxt": "^2.0.0",
|
|
3149
|
+
"requires": {}
|
|
3150
|
+
}
|
|
1867
3151
|
},
|
|
1868
3152
|
{
|
|
1869
3153
|
"name": "robots",
|
|
@@ -1879,10 +3163,13 @@
|
|
|
1879
3163
|
"maintainers": [
|
|
1880
3164
|
{
|
|
1881
3165
|
"name": "Ricardo Gobbo de Souza",
|
|
1882
|
-
"github": "ricardogobbosouza"
|
|
1883
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
3166
|
+
"github": "ricardogobbosouza"
|
|
1884
3167
|
}
|
|
1885
|
-
]
|
|
3168
|
+
],
|
|
3169
|
+
"compatibility": {
|
|
3170
|
+
"nuxt": "^2.0.0",
|
|
3171
|
+
"requires": {}
|
|
3172
|
+
}
|
|
1886
3173
|
},
|
|
1887
3174
|
{
|
|
1888
3175
|
"name": "rollbar",
|
|
@@ -1898,10 +3185,13 @@
|
|
|
1898
3185
|
"maintainers": [
|
|
1899
3186
|
{
|
|
1900
3187
|
"name": "Gaël Reyrol",
|
|
1901
|
-
"github": "gaelreyrol"
|
|
1902
|
-
"avatar": "https://github.com/gaelreyrol.png"
|
|
3188
|
+
"github": "gaelreyrol"
|
|
1903
3189
|
}
|
|
1904
|
-
]
|
|
3190
|
+
],
|
|
3191
|
+
"compatibility": {
|
|
3192
|
+
"nuxt": "^2.0.0",
|
|
3193
|
+
"requires": {}
|
|
3194
|
+
}
|
|
1905
3195
|
},
|
|
1906
3196
|
{
|
|
1907
3197
|
"name": "router-extras",
|
|
@@ -1912,16 +3202,19 @@
|
|
|
1912
3202
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1913
3203
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1914
3204
|
"learn_more": "",
|
|
1915
|
-
"category": "
|
|
3205
|
+
"category": "Extensions",
|
|
1916
3206
|
"type": "community",
|
|
1917
3207
|
"maintainers": [
|
|
1918
3208
|
{
|
|
1919
3209
|
"name": "Ahad Birang",
|
|
1920
3210
|
"github": "farnabaz",
|
|
1921
|
-
"twitter": "a_birang"
|
|
1922
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
3211
|
+
"twitter": "a_birang"
|
|
1923
3212
|
}
|
|
1924
|
-
]
|
|
3213
|
+
],
|
|
3214
|
+
"compatibility": {
|
|
3215
|
+
"nuxt": "^2.0.0",
|
|
3216
|
+
"requires": {}
|
|
3217
|
+
}
|
|
1925
3218
|
},
|
|
1926
3219
|
{
|
|
1927
3220
|
"name": "router",
|
|
@@ -1932,23 +3225,26 @@
|
|
|
1932
3225
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1933
3226
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1934
3227
|
"learn_more": "",
|
|
1935
|
-
"category": "
|
|
3228
|
+
"category": "Extensions",
|
|
1936
3229
|
"type": "community",
|
|
1937
3230
|
"maintainers": [
|
|
1938
3231
|
{
|
|
1939
3232
|
"name": "Sébastien Chopin",
|
|
1940
3233
|
"github": "Atinux",
|
|
1941
|
-
"twitter": "Atinux"
|
|
1942
|
-
"avatar": "https://github.com/Atinux.png"
|
|
3234
|
+
"twitter": "Atinux"
|
|
1943
3235
|
}
|
|
1944
|
-
]
|
|
3236
|
+
],
|
|
3237
|
+
"compatibility": {
|
|
3238
|
+
"nuxt": "^2.0.0",
|
|
3239
|
+
"requires": {}
|
|
3240
|
+
}
|
|
1945
3241
|
},
|
|
1946
3242
|
{
|
|
1947
3243
|
"name": "sanity",
|
|
1948
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3244
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
1949
3245
|
"repo": "nuxt-community/sanity-module#main",
|
|
1950
3246
|
"npm": "@nuxtjs/sanity",
|
|
1951
|
-
"icon": "
|
|
3247
|
+
"icon": "sanity.png",
|
|
1952
3248
|
"github": "https://github.com/nuxt-community/sanity-module#main",
|
|
1953
3249
|
"website": "https://sanity.nuxtjs.org",
|
|
1954
3250
|
"learn_more": "https://www.sanity.io/",
|
|
@@ -1958,10 +3254,39 @@
|
|
|
1958
3254
|
{
|
|
1959
3255
|
"name": "Daniel Roe",
|
|
1960
3256
|
"github": "danielroe",
|
|
1961
|
-
"twitter": "danielcroe"
|
|
1962
|
-
|
|
3257
|
+
"twitter": "danielcroe"
|
|
3258
|
+
}
|
|
3259
|
+
],
|
|
3260
|
+
"compatibility": {
|
|
3261
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3262
|
+
"requires": {
|
|
3263
|
+
"bridge": "optional"
|
|
3264
|
+
}
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "schema-org",
|
|
3269
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3270
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3271
|
+
"npm": "nuxt-schema-org",
|
|
3272
|
+
"icon": "schema-org.svg",
|
|
3273
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3274
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3275
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3276
|
+
"category": "SEO",
|
|
3277
|
+
"type": "3rd-party",
|
|
3278
|
+
"maintainers": [
|
|
3279
|
+
{
|
|
3280
|
+
"name": "Harlan Wilton",
|
|
3281
|
+
"github": "harlan-zw",
|
|
3282
|
+
"twitter": "harlan_zw",
|
|
3283
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
1963
3284
|
}
|
|
1964
|
-
]
|
|
3285
|
+
],
|
|
3286
|
+
"compatibility": {
|
|
3287
|
+
"nuxt": "^3.0.0",
|
|
3288
|
+
"requires": {}
|
|
3289
|
+
}
|
|
1965
3290
|
},
|
|
1966
3291
|
{
|
|
1967
3292
|
"name": "scss-to-js",
|
|
@@ -1977,10 +3302,13 @@
|
|
|
1977
3302
|
"maintainers": [
|
|
1978
3303
|
{
|
|
1979
3304
|
"name": "sugoidesune",
|
|
1980
|
-
"github": "sugoidesune"
|
|
1981
|
-
"avatar": "https://github.com/sugoidesune.png"
|
|
3305
|
+
"github": "sugoidesune"
|
|
1982
3306
|
}
|
|
1983
|
-
]
|
|
3307
|
+
],
|
|
3308
|
+
"compatibility": {
|
|
3309
|
+
"nuxt": "^2.0.0",
|
|
3310
|
+
"requires": {}
|
|
3311
|
+
}
|
|
1984
3312
|
},
|
|
1985
3313
|
{
|
|
1986
3314
|
"name": "segment",
|
|
@@ -1996,10 +3324,13 @@
|
|
|
1996
3324
|
"maintainers": [
|
|
1997
3325
|
{
|
|
1998
3326
|
"name": "dansmaculotte",
|
|
1999
|
-
"github": "dansmaculotte"
|
|
2000
|
-
"avatar": "https://github.com/dansmaculotte.png"
|
|
3327
|
+
"github": "dansmaculotte"
|
|
2001
3328
|
}
|
|
2002
|
-
]
|
|
3329
|
+
],
|
|
3330
|
+
"compatibility": {
|
|
3331
|
+
"nuxt": "^2.0.0",
|
|
3332
|
+
"requires": {}
|
|
3333
|
+
}
|
|
2003
3334
|
},
|
|
2004
3335
|
{
|
|
2005
3336
|
"name": "sentry",
|
|
@@ -2008,17 +3339,43 @@
|
|
|
2008
3339
|
"npm": "@nuxtjs/sentry",
|
|
2009
3340
|
"icon": "sentry.png",
|
|
2010
3341
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2011
|
-
"website": "https://
|
|
3342
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2012
3343
|
"learn_more": "https://sentry.io/welcome/",
|
|
2013
3344
|
"category": "Monitoring",
|
|
2014
3345
|
"type": "community",
|
|
2015
3346
|
"maintainers": [
|
|
2016
3347
|
{
|
|
2017
3348
|
"name": "Rafał Chłodnicki",
|
|
2018
|
-
"github": "rchl"
|
|
2019
|
-
"avatar": "https://github.com/rchl.png"
|
|
3349
|
+
"github": "rchl"
|
|
2020
3350
|
}
|
|
2021
|
-
]
|
|
3351
|
+
],
|
|
3352
|
+
"compatibility": {
|
|
3353
|
+
"nuxt": "^2.0.0",
|
|
3354
|
+
"requires": {}
|
|
3355
|
+
}
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"name": "seo-meta",
|
|
3359
|
+
"description": "Simple generate seo metadata",
|
|
3360
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3361
|
+
"npm": "nuxt-seo-meta",
|
|
3362
|
+
"icon": "",
|
|
3363
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3364
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3365
|
+
"learn_more": "",
|
|
3366
|
+
"category": "SEO",
|
|
3367
|
+
"type": "3rd-party",
|
|
3368
|
+
"maintainers": [
|
|
3369
|
+
{
|
|
3370
|
+
"name": "ihavecoke",
|
|
3371
|
+
"github": "ihavecoke",
|
|
3372
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3373
|
+
}
|
|
3374
|
+
],
|
|
3375
|
+
"compatibility": {
|
|
3376
|
+
"nuxt": "^2.0.0",
|
|
3377
|
+
"requires": {}
|
|
3378
|
+
}
|
|
2022
3379
|
},
|
|
2023
3380
|
{
|
|
2024
3381
|
"name": "seomatic-meta",
|
|
@@ -2034,10 +3391,13 @@
|
|
|
2034
3391
|
"maintainers": [
|
|
2035
3392
|
{
|
|
2036
3393
|
"name": "ben-rogerson",
|
|
2037
|
-
"github": "ben-rogerson"
|
|
2038
|
-
"avatar": "https://github.com/ben-rogerson.png"
|
|
3394
|
+
"github": "ben-rogerson"
|
|
2039
3395
|
}
|
|
2040
|
-
]
|
|
3396
|
+
],
|
|
3397
|
+
"compatibility": {
|
|
3398
|
+
"nuxt": "^2.0.0",
|
|
3399
|
+
"requires": {}
|
|
3400
|
+
}
|
|
2041
3401
|
},
|
|
2042
3402
|
{
|
|
2043
3403
|
"name": "separate-env",
|
|
@@ -2048,16 +3408,19 @@
|
|
|
2048
3408
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2049
3409
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2050
3410
|
"learn_more": "",
|
|
2051
|
-
"category": "
|
|
3411
|
+
"category": "Extensions",
|
|
2052
3412
|
"type": "community",
|
|
2053
3413
|
"maintainers": [
|
|
2054
3414
|
{
|
|
2055
3415
|
"name": "Alexander Lichter",
|
|
2056
3416
|
"github": "manniL",
|
|
2057
|
-
"twitter": "TheAlexLichter"
|
|
2058
|
-
"avatar": "https://github.com/manniL.png"
|
|
3417
|
+
"twitter": "TheAlexLichter"
|
|
2059
3418
|
}
|
|
2060
|
-
]
|
|
3419
|
+
],
|
|
3420
|
+
"compatibility": {
|
|
3421
|
+
"nuxt": "^2.0.0",
|
|
3422
|
+
"requires": {}
|
|
3423
|
+
}
|
|
2061
3424
|
},
|
|
2062
3425
|
{
|
|
2063
3426
|
"name": "shopify",
|
|
@@ -2073,10 +3436,13 @@
|
|
|
2073
3436
|
"maintainers": [
|
|
2074
3437
|
{
|
|
2075
3438
|
"name": "Gomah",
|
|
2076
|
-
"github": "Gomah"
|
|
2077
|
-
"avatar": "https://github.com/Gomah.png"
|
|
3439
|
+
"github": "Gomah"
|
|
2078
3440
|
}
|
|
2079
|
-
]
|
|
3441
|
+
],
|
|
3442
|
+
"compatibility": {
|
|
3443
|
+
"nuxt": "^2.0.0",
|
|
3444
|
+
"requires": {}
|
|
3445
|
+
}
|
|
2080
3446
|
},
|
|
2081
3447
|
{
|
|
2082
3448
|
"name": "simple-line-icons",
|
|
@@ -2092,10 +3458,13 @@
|
|
|
2092
3458
|
"maintainers": [
|
|
2093
3459
|
{
|
|
2094
3460
|
"name": "vaso2",
|
|
2095
|
-
"github": "vaso2"
|
|
2096
|
-
"avatar": "https://github.com/vaso2.png"
|
|
3461
|
+
"github": "vaso2"
|
|
2097
3462
|
}
|
|
2098
|
-
]
|
|
3463
|
+
],
|
|
3464
|
+
"compatibility": {
|
|
3465
|
+
"nuxt": "^2.0.0",
|
|
3466
|
+
"requires": {}
|
|
3467
|
+
}
|
|
2099
3468
|
},
|
|
2100
3469
|
{
|
|
2101
3470
|
"name": "sitemap",
|
|
@@ -2104,7 +3473,7 @@
|
|
|
2104
3473
|
"npm": "@nuxtjs/sitemap",
|
|
2105
3474
|
"icon": "",
|
|
2106
3475
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2107
|
-
"website": "https://
|
|
3476
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2108
3477
|
"learn_more": "",
|
|
2109
3478
|
"category": "SEO",
|
|
2110
3479
|
"type": "community",
|
|
@@ -2112,10 +3481,36 @@
|
|
|
2112
3481
|
{
|
|
2113
3482
|
"name": "Nicolas PENNEC",
|
|
2114
3483
|
"github": "NicoPennec",
|
|
2115
|
-
"twitter": "NicoPennec"
|
|
2116
|
-
|
|
3484
|
+
"twitter": "NicoPennec"
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
"compatibility": {
|
|
3488
|
+
"nuxt": "^2.0.0",
|
|
3489
|
+
"requires": {}
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"name": "snipcart",
|
|
3494
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3495
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3496
|
+
"npm": "@nuxtjs/snipcart",
|
|
3497
|
+
"icon": "snipcart.png",
|
|
3498
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3499
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3500
|
+
"learn_more": "",
|
|
3501
|
+
"category": "Payment",
|
|
3502
|
+
"type": "community",
|
|
3503
|
+
"maintainers": [
|
|
3504
|
+
{
|
|
3505
|
+
"name": "Florent GIRAUD",
|
|
3506
|
+
"github": "f3ltron",
|
|
3507
|
+
"twitter": "giraud_florent"
|
|
2117
3508
|
}
|
|
2118
|
-
]
|
|
3509
|
+
],
|
|
3510
|
+
"compatibility": {
|
|
3511
|
+
"nuxt": "^2.0.0",
|
|
3512
|
+
"requires": {}
|
|
3513
|
+
}
|
|
2119
3514
|
},
|
|
2120
3515
|
{
|
|
2121
3516
|
"name": "social-meta",
|
|
@@ -2131,10 +3526,13 @@
|
|
|
2131
3526
|
"maintainers": [
|
|
2132
3527
|
{
|
|
2133
3528
|
"name": "AlekseyPleshkov",
|
|
2134
|
-
"github": "AlekseyPleshkov"
|
|
2135
|
-
"avatar": "https://github.com/AlekseyPleshkov.png"
|
|
3529
|
+
"github": "AlekseyPleshkov"
|
|
2136
3530
|
}
|
|
2137
|
-
]
|
|
3531
|
+
],
|
|
3532
|
+
"compatibility": {
|
|
3533
|
+
"nuxt": "^2.0.0",
|
|
3534
|
+
"requires": {}
|
|
3535
|
+
}
|
|
2138
3536
|
},
|
|
2139
3537
|
{
|
|
2140
3538
|
"name": "socket-io",
|
|
@@ -2150,10 +3548,13 @@
|
|
|
2150
3548
|
"maintainers": [
|
|
2151
3549
|
{
|
|
2152
3550
|
"name": "richardeschloss",
|
|
2153
|
-
"github": "richardeschloss"
|
|
2154
|
-
"avatar": "https://github.com/richardeschloss.png"
|
|
3551
|
+
"github": "richardeschloss"
|
|
2155
3552
|
}
|
|
2156
|
-
]
|
|
3553
|
+
],
|
|
3554
|
+
"compatibility": {
|
|
3555
|
+
"nuxt": "^2.0.0",
|
|
3556
|
+
"requires": {}
|
|
3557
|
+
}
|
|
2157
3558
|
},
|
|
2158
3559
|
{
|
|
2159
3560
|
"name": "speedcurve",
|
|
@@ -2170,10 +3571,46 @@
|
|
|
2170
3571
|
{
|
|
2171
3572
|
"name": "Josh Deltener",
|
|
2172
3573
|
"github": "hecktarzuli",
|
|
2173
|
-
"twitter": "JoshDeltener"
|
|
2174
|
-
|
|
3574
|
+
"twitter": "JoshDeltener"
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"compatibility": {
|
|
3578
|
+
"nuxt": "^2.0.0",
|
|
3579
|
+
"requires": {}
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"name": "speedkit",
|
|
3584
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3585
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3586
|
+
"npm": "nuxt-speedkit",
|
|
3587
|
+
"icon": "speedkit.png",
|
|
3588
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3589
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3590
|
+
"learn_more": "",
|
|
3591
|
+
"category": "Performance",
|
|
3592
|
+
"type": "3rd-party",
|
|
3593
|
+
"maintainers": [
|
|
3594
|
+
{
|
|
3595
|
+
"name": "Stephan Gerbeth",
|
|
3596
|
+
"github": "StephanGerbeth",
|
|
3597
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"name": "Thorn Walli",
|
|
3601
|
+
"github": "ThornWalli",
|
|
3602
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"name": "Grabarz & Partner",
|
|
3606
|
+
"github": "GrabarzUndPartner",
|
|
3607
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2175
3608
|
}
|
|
2176
|
-
]
|
|
3609
|
+
],
|
|
3610
|
+
"compatibility": {
|
|
3611
|
+
"nuxt": "^2.0.0",
|
|
3612
|
+
"requires": {}
|
|
3613
|
+
}
|
|
2177
3614
|
},
|
|
2178
3615
|
{
|
|
2179
3616
|
"name": "storage",
|
|
@@ -2184,15 +3621,40 @@
|
|
|
2184
3621
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2185
3622
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2186
3623
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2187
|
-
"category": "
|
|
3624
|
+
"category": "Extensions",
|
|
2188
3625
|
"type": "3rd-party",
|
|
2189
3626
|
"maintainers": [
|
|
2190
3627
|
{
|
|
2191
3628
|
"name": "mazipan",
|
|
2192
|
-
"github": "mazipan"
|
|
2193
|
-
|
|
3629
|
+
"github": "mazipan"
|
|
3630
|
+
}
|
|
3631
|
+
],
|
|
3632
|
+
"compatibility": {
|
|
3633
|
+
"nuxt": "^2.0.0",
|
|
3634
|
+
"requires": {}
|
|
3635
|
+
}
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "storefront-ui",
|
|
3639
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3640
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3641
|
+
"npm": "@storefront-ui/nuxt",
|
|
3642
|
+
"icon": "storefront-ui.svg",
|
|
3643
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3644
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3645
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3646
|
+
"category": "UI",
|
|
3647
|
+
"type": "3rd-party",
|
|
3648
|
+
"maintainers": [
|
|
3649
|
+
{
|
|
3650
|
+
"name": "Jakub Andrzejewski",
|
|
3651
|
+
"github": "Baroshem"
|
|
2194
3652
|
}
|
|
2195
|
-
]
|
|
3653
|
+
],
|
|
3654
|
+
"compatibility": {
|
|
3655
|
+
"nuxt": "^2.0.0",
|
|
3656
|
+
"requires": {}
|
|
3657
|
+
}
|
|
2196
3658
|
},
|
|
2197
3659
|
{
|
|
2198
3660
|
"name": "stories",
|
|
@@ -2208,16 +3670,19 @@
|
|
|
2208
3670
|
"maintainers": [
|
|
2209
3671
|
{
|
|
2210
3672
|
"name": "richardeschloss",
|
|
2211
|
-
"github": "richardeschloss"
|
|
2212
|
-
"avatar": "https://github.com/richardeschloss.png"
|
|
3673
|
+
"github": "richardeschloss"
|
|
2213
3674
|
}
|
|
2214
|
-
]
|
|
3675
|
+
],
|
|
3676
|
+
"compatibility": {
|
|
3677
|
+
"nuxt": "^2.0.0",
|
|
3678
|
+
"requires": {}
|
|
3679
|
+
}
|
|
2215
3680
|
},
|
|
2216
3681
|
{
|
|
2217
3682
|
"name": "storyblok",
|
|
2218
3683
|
"description": "Storyblok Nuxt.js module",
|
|
2219
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2220
|
-
"npm": "storyblok
|
|
3684
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3685
|
+
"npm": "@storyblok/nuxt",
|
|
2221
3686
|
"icon": "storyblok.png",
|
|
2222
3687
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2223
3688
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2227,10 +3692,13 @@
|
|
|
2227
3692
|
"maintainers": [
|
|
2228
3693
|
{
|
|
2229
3694
|
"name": "storyblok",
|
|
2230
|
-
"github": "storyblok"
|
|
2231
|
-
"avatar": "https://github.com/storyblok.png"
|
|
3695
|
+
"github": "storyblok"
|
|
2232
3696
|
}
|
|
2233
|
-
]
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
2234
3702
|
},
|
|
2235
3703
|
{
|
|
2236
3704
|
"name": "storybook",
|
|
@@ -2247,16 +3715,20 @@
|
|
|
2247
3715
|
{
|
|
2248
3716
|
"name": "Ahad Birang",
|
|
2249
3717
|
"github": "farnabaz",
|
|
2250
|
-
"twitter": "a_birang"
|
|
2251
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
3718
|
+
"twitter": "a_birang"
|
|
2252
3719
|
},
|
|
2253
3720
|
{
|
|
2254
3721
|
"name": "Pooya Parsa",
|
|
2255
3722
|
"github": "pi0",
|
|
2256
|
-
"twitter": "_pi0_"
|
|
2257
|
-
|
|
3723
|
+
"twitter": "_pi0_"
|
|
3724
|
+
}
|
|
3725
|
+
],
|
|
3726
|
+
"compatibility": {
|
|
3727
|
+
"nuxt": "^2.0.0",
|
|
3728
|
+
"requires": {
|
|
3729
|
+
"bridge": "optional"
|
|
2258
3730
|
}
|
|
2259
|
-
|
|
3731
|
+
}
|
|
2260
3732
|
},
|
|
2261
3733
|
{
|
|
2262
3734
|
"name": "strapi",
|
|
@@ -2273,16 +3745,20 @@
|
|
|
2273
3745
|
{
|
|
2274
3746
|
"name": "Benjamin Canac",
|
|
2275
3747
|
"github": "benjamincanac",
|
|
2276
|
-
"twitter": "benjamincanac"
|
|
2277
|
-
"avatar": "https://github.com/benjamincanac.png"
|
|
3748
|
+
"twitter": "benjamincanac"
|
|
2278
3749
|
},
|
|
2279
3750
|
{
|
|
2280
3751
|
"name": "Sébastien Chopin",
|
|
2281
3752
|
"github": "Atinux",
|
|
2282
|
-
"twitter": "Atinux"
|
|
2283
|
-
"avatar": "https://github.com/Atinux.png"
|
|
3753
|
+
"twitter": "Atinux"
|
|
2284
3754
|
}
|
|
2285
|
-
]
|
|
3755
|
+
],
|
|
3756
|
+
"compatibility": {
|
|
3757
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3758
|
+
"requires": {
|
|
3759
|
+
"bridge": true
|
|
3760
|
+
}
|
|
3761
|
+
}
|
|
2286
3762
|
},
|
|
2287
3763
|
{
|
|
2288
3764
|
"name": "stripe",
|
|
@@ -2298,10 +3774,13 @@
|
|
|
2298
3774
|
"maintainers": [
|
|
2299
3775
|
{
|
|
2300
3776
|
"name": "WilliamDASILVA",
|
|
2301
|
-
"github": "WilliamDASILVA"
|
|
2302
|
-
"avatar": "https://github.com/WilliamDASILVA.png"
|
|
3777
|
+
"github": "WilliamDASILVA"
|
|
2303
3778
|
}
|
|
2304
|
-
]
|
|
3779
|
+
],
|
|
3780
|
+
"compatibility": {
|
|
3781
|
+
"nuxt": "^2.0.0",
|
|
3782
|
+
"requires": {}
|
|
3783
|
+
}
|
|
2305
3784
|
},
|
|
2306
3785
|
{
|
|
2307
3786
|
"name": "style-resources",
|
|
@@ -2318,10 +3797,13 @@
|
|
|
2318
3797
|
{
|
|
2319
3798
|
"name": "Alexander Lichter",
|
|
2320
3799
|
"github": "manniL",
|
|
2321
|
-
"twitter": "TheAlexLichter"
|
|
2322
|
-
"avatar": "https://github.com/manniL.png"
|
|
3800
|
+
"twitter": "TheAlexLichter"
|
|
2323
3801
|
}
|
|
2324
|
-
]
|
|
3802
|
+
],
|
|
3803
|
+
"compatibility": {
|
|
3804
|
+
"nuxt": "^2.0.0",
|
|
3805
|
+
"requires": {}
|
|
3806
|
+
}
|
|
2325
3807
|
},
|
|
2326
3808
|
{
|
|
2327
3809
|
"name": "stylelint",
|
|
@@ -2337,10 +3819,69 @@
|
|
|
2337
3819
|
"maintainers": [
|
|
2338
3820
|
{
|
|
2339
3821
|
"name": "Ricardo Gobbo de Souza",
|
|
2340
|
-
"github": "ricardogobbosouza"
|
|
2341
|
-
|
|
3822
|
+
"github": "ricardogobbosouza"
|
|
3823
|
+
}
|
|
3824
|
+
],
|
|
3825
|
+
"compatibility": {
|
|
3826
|
+
"nuxt": "^2.0.0",
|
|
3827
|
+
"requires": {}
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"name": "stylify",
|
|
3832
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3833
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3834
|
+
"npm": "@stylify/nuxt",
|
|
3835
|
+
"icon": "stylify.svg",
|
|
3836
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3837
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3838
|
+
"learn_more": "https://stylifycss.com",
|
|
3839
|
+
"category": "UI",
|
|
3840
|
+
"type": "3rd-party",
|
|
3841
|
+
"maintainers": [
|
|
3842
|
+
{
|
|
3843
|
+
"name": "Vladimír Macháček",
|
|
3844
|
+
"github": "Machy8",
|
|
3845
|
+
"twitter": "8machy"
|
|
3846
|
+
}
|
|
3847
|
+
],
|
|
3848
|
+
"compatibility": {
|
|
3849
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3850
|
+
"requires": {}
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"name": "supabase",
|
|
3855
|
+
"description": "First class integration with Supabase",
|
|
3856
|
+
"repo": "nuxt-community/supabase-module",
|
|
3857
|
+
"npm": "@nuxtjs/supabase",
|
|
3858
|
+
"icon": "supabase.png",
|
|
3859
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3860
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3861
|
+
"learn_more": "https://supabase.com",
|
|
3862
|
+
"category": "Database",
|
|
3863
|
+
"type": "community",
|
|
3864
|
+
"maintainers": [
|
|
3865
|
+
{
|
|
3866
|
+
"name": "Baptiste Leproux",
|
|
3867
|
+
"github": "larbish",
|
|
3868
|
+
"twitter": "baptistelprx"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "Sebastien Chopin",
|
|
3872
|
+
"github": "Atinux",
|
|
3873
|
+
"twitter": "Atinux"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "Scott Robertson",
|
|
3877
|
+
"github": "scottrobertson",
|
|
3878
|
+
"twitter": "scottymeuk"
|
|
2342
3879
|
}
|
|
2343
|
-
]
|
|
3880
|
+
],
|
|
3881
|
+
"compatibility": {
|
|
3882
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3883
|
+
"requires": {}
|
|
3884
|
+
}
|
|
2344
3885
|
},
|
|
2345
3886
|
{
|
|
2346
3887
|
"name": "svg-loader",
|
|
@@ -2351,15 +3892,18 @@
|
|
|
2351
3892
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2352
3893
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2353
3894
|
"learn_more": "",
|
|
2354
|
-
"category": "
|
|
3895
|
+
"category": "Extensions",
|
|
2355
3896
|
"type": "3rd-party",
|
|
2356
3897
|
"maintainers": [
|
|
2357
3898
|
{
|
|
2358
3899
|
"name": "Developmint",
|
|
2359
|
-
"github": "Developmint"
|
|
2360
|
-
"avatar": "https://github.com/Developmint.png"
|
|
3900
|
+
"github": "Developmint"
|
|
2361
3901
|
}
|
|
2362
|
-
]
|
|
3902
|
+
],
|
|
3903
|
+
"compatibility": {
|
|
3904
|
+
"nuxt": "^2.0.0",
|
|
3905
|
+
"requires": {}
|
|
3906
|
+
}
|
|
2363
3907
|
},
|
|
2364
3908
|
{
|
|
2365
3909
|
"name": "svg-sprite",
|
|
@@ -2370,16 +3914,19 @@
|
|
|
2370
3914
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2371
3915
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2372
3916
|
"learn_more": "",
|
|
2373
|
-
"category": "
|
|
3917
|
+
"category": "UI",
|
|
2374
3918
|
"type": "community",
|
|
2375
3919
|
"maintainers": [
|
|
2376
3920
|
{
|
|
2377
3921
|
"name": "Ahad Birang",
|
|
2378
3922
|
"github": "farnabaz",
|
|
2379
|
-
"twitter": "a_birang"
|
|
2380
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
3923
|
+
"twitter": "a_birang"
|
|
2381
3924
|
}
|
|
2382
|
-
]
|
|
3925
|
+
],
|
|
3926
|
+
"compatibility": {
|
|
3927
|
+
"nuxt": "^2.0.0",
|
|
3928
|
+
"requires": {}
|
|
3929
|
+
}
|
|
2383
3930
|
},
|
|
2384
3931
|
{
|
|
2385
3932
|
"name": "svg",
|
|
@@ -2390,15 +3937,18 @@
|
|
|
2390
3937
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2391
3938
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2392
3939
|
"learn_more": "",
|
|
2393
|
-
"category": "
|
|
3940
|
+
"category": "Extensions",
|
|
2394
3941
|
"type": "community",
|
|
2395
3942
|
"maintainers": [
|
|
2396
3943
|
{
|
|
2397
3944
|
"name": "Sam Holmes",
|
|
2398
|
-
"github": "sam3d"
|
|
2399
|
-
"avatar": "https://github.com/sam3d.png"
|
|
3945
|
+
"github": "sam3d"
|
|
2400
3946
|
}
|
|
2401
|
-
]
|
|
3947
|
+
],
|
|
3948
|
+
"compatibility": {
|
|
3949
|
+
"nuxt": "^2.0.0",
|
|
3950
|
+
"requires": {}
|
|
3951
|
+
}
|
|
2402
3952
|
},
|
|
2403
3953
|
{
|
|
2404
3954
|
"name": "sweetalert2",
|
|
@@ -2414,10 +3964,13 @@
|
|
|
2414
3964
|
"maintainers": [
|
|
2415
3965
|
{
|
|
2416
3966
|
"name": "ImreC",
|
|
2417
|
-
"github": "ImreC"
|
|
2418
|
-
"avatar": "https://github.com/ImreC.png"
|
|
3967
|
+
"github": "ImreC"
|
|
2419
3968
|
}
|
|
2420
|
-
]
|
|
3969
|
+
],
|
|
3970
|
+
"compatibility": {
|
|
3971
|
+
"nuxt": "^2.0.0",
|
|
3972
|
+
"requires": {}
|
|
3973
|
+
}
|
|
2421
3974
|
},
|
|
2422
3975
|
{
|
|
2423
3976
|
"name": "tailwindcss",
|
|
@@ -2434,10 +3987,36 @@
|
|
|
2434
3987
|
{
|
|
2435
3988
|
"name": "Sébastien Chopin",
|
|
2436
3989
|
"github": "Atinux",
|
|
2437
|
-
"twitter": "Atinux"
|
|
2438
|
-
|
|
3990
|
+
"twitter": "Atinux"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"compatibility": {
|
|
3994
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3995
|
+
"requires": {}
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"name": "tiktok-analytics",
|
|
4000
|
+
"description": "",
|
|
4001
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4002
|
+
"npm": "tiktok-analytics",
|
|
4003
|
+
"icon": "",
|
|
4004
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4005
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4006
|
+
"learn_more": "",
|
|
4007
|
+
"category": "Analytics",
|
|
4008
|
+
"type": "3rd-party",
|
|
4009
|
+
"maintainers": [
|
|
4010
|
+
{
|
|
4011
|
+
"name": "stickpro",
|
|
4012
|
+
"github": "stickpro",
|
|
4013
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2439
4014
|
}
|
|
2440
|
-
]
|
|
4015
|
+
],
|
|
4016
|
+
"compatibility": {
|
|
4017
|
+
"nuxt": "^2.0.0",
|
|
4018
|
+
"requires": {}
|
|
4019
|
+
}
|
|
2441
4020
|
},
|
|
2442
4021
|
{
|
|
2443
4022
|
"name": "toast",
|
|
@@ -2445,8 +4024,8 @@
|
|
|
2445
4024
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2446
4025
|
"npm": "@nuxtjs/toast",
|
|
2447
4026
|
"icon": "",
|
|
2448
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2449
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4027
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4028
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2450
4029
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2451
4030
|
"category": "Libraries",
|
|
2452
4031
|
"type": "community",
|
|
@@ -2454,10 +4033,37 @@
|
|
|
2454
4033
|
{
|
|
2455
4034
|
"name": "Pooya Parsa",
|
|
2456
4035
|
"github": "pi0",
|
|
2457
|
-
"twitter": "_pi0_"
|
|
2458
|
-
"avatar": "https://github.com/pi0.png"
|
|
4036
|
+
"twitter": "_pi0_"
|
|
2459
4037
|
}
|
|
2460
|
-
]
|
|
4038
|
+
],
|
|
4039
|
+
"compatibility": {
|
|
4040
|
+
"nuxt": "^2.0.0",
|
|
4041
|
+
"requires": {}
|
|
4042
|
+
}
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"name": "twa",
|
|
4046
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4047
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4048
|
+
"npm": "nuxt-twa",
|
|
4049
|
+
"icon": "",
|
|
4050
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4051
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4052
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4053
|
+
"category": "Performance",
|
|
4054
|
+
"type": "3rd-party",
|
|
4055
|
+
"maintainers": [
|
|
4056
|
+
{
|
|
4057
|
+
"name": "Nicolas Perraut",
|
|
4058
|
+
"github": "tuarrep"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"compatibility": {
|
|
4062
|
+
"nuxt": "^2.0.0",
|
|
4063
|
+
"requires": {
|
|
4064
|
+
"bridge": "optional"
|
|
4065
|
+
}
|
|
4066
|
+
}
|
|
2461
4067
|
},
|
|
2462
4068
|
{
|
|
2463
4069
|
"name": "typed-router",
|
|
@@ -2473,10 +4079,38 @@
|
|
|
2473
4079
|
"maintainers": [
|
|
2474
4080
|
{
|
|
2475
4081
|
"name": "victorgarciaesgi",
|
|
2476
|
-
"github": "victorgarciaesgi"
|
|
2477
|
-
|
|
4082
|
+
"github": "victorgarciaesgi"
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4085
|
+
"compatibility": {
|
|
4086
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4087
|
+
"requires": {}
|
|
4088
|
+
}
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "typed-vuex",
|
|
4092
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4093
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4094
|
+
"npm": "nuxt-typed-vuex",
|
|
4095
|
+
"icon": "vue.png",
|
|
4096
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4097
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4098
|
+
"learn_more": "",
|
|
4099
|
+
"category": "Libraries",
|
|
4100
|
+
"type": "3rd-party",
|
|
4101
|
+
"maintainers": [
|
|
4102
|
+
{
|
|
4103
|
+
"name": "Daniel Roe",
|
|
4104
|
+
"github": "danielroe",
|
|
4105
|
+
"twitter": "danielcroe"
|
|
4106
|
+
}
|
|
4107
|
+
],
|
|
4108
|
+
"compatibility": {
|
|
4109
|
+
"nuxt": "^2.0.0",
|
|
4110
|
+
"requires": {
|
|
4111
|
+
"bridge": "optional"
|
|
2478
4112
|
}
|
|
2479
|
-
|
|
4113
|
+
}
|
|
2480
4114
|
},
|
|
2481
4115
|
{
|
|
2482
4116
|
"name": "typescript-runtime",
|
|
@@ -2492,22 +4126,23 @@
|
|
|
2492
4126
|
"maintainers": [
|
|
2493
4127
|
{
|
|
2494
4128
|
"name": "Kevin Marrec",
|
|
2495
|
-
"github": "kevinmarrec"
|
|
2496
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4129
|
+
"github": "kevinmarrec"
|
|
2497
4130
|
},
|
|
2498
4131
|
{
|
|
2499
4132
|
"name": "Pooya Parsa",
|
|
2500
4133
|
"github": "pi0",
|
|
2501
|
-
"twitter": "_pi0_"
|
|
2502
|
-
"avatar": "https://github.com/pi0.png"
|
|
4134
|
+
"twitter": "_pi0_"
|
|
2503
4135
|
},
|
|
2504
4136
|
{
|
|
2505
4137
|
"name": "Daniel Roe",
|
|
2506
4138
|
"github": "danielroe",
|
|
2507
|
-
"twitter": "danielcroe"
|
|
2508
|
-
"avatar": "https://github.com/danielroe.png"
|
|
4139
|
+
"twitter": "danielcroe"
|
|
2509
4140
|
}
|
|
2510
|
-
]
|
|
4141
|
+
],
|
|
4142
|
+
"compatibility": {
|
|
4143
|
+
"nuxt": "^2.0.0",
|
|
4144
|
+
"requires": {}
|
|
4145
|
+
}
|
|
2511
4146
|
},
|
|
2512
4147
|
{
|
|
2513
4148
|
"name": "typescript",
|
|
@@ -2523,22 +4158,23 @@
|
|
|
2523
4158
|
"maintainers": [
|
|
2524
4159
|
{
|
|
2525
4160
|
"name": "Kevin Marrec",
|
|
2526
|
-
"github": "kevinmarrec"
|
|
2527
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4161
|
+
"github": "kevinmarrec"
|
|
2528
4162
|
},
|
|
2529
4163
|
{
|
|
2530
4164
|
"name": "Pooya Parsa",
|
|
2531
4165
|
"github": "pi0",
|
|
2532
|
-
"twitter": "_pi0_"
|
|
2533
|
-
"avatar": "https://github.com/pi0.png"
|
|
4166
|
+
"twitter": "_pi0_"
|
|
2534
4167
|
},
|
|
2535
4168
|
{
|
|
2536
4169
|
"name": "Daniel Roe",
|
|
2537
4170
|
"github": "danielroe",
|
|
2538
|
-
"twitter": "danielcroe"
|
|
2539
|
-
"avatar": "https://github.com/danielroe.png"
|
|
4171
|
+
"twitter": "danielcroe"
|
|
2540
4172
|
}
|
|
2541
|
-
]
|
|
4173
|
+
],
|
|
4174
|
+
"compatibility": {
|
|
4175
|
+
"nuxt": "^2.0.0",
|
|
4176
|
+
"requires": {}
|
|
4177
|
+
}
|
|
2542
4178
|
},
|
|
2543
4179
|
{
|
|
2544
4180
|
"name": "universal-storage",
|
|
@@ -2549,22 +4185,76 @@
|
|
|
2549
4185
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2550
4186
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2551
4187
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2552
|
-
"category": "
|
|
4188
|
+
"category": "Extensions",
|
|
2553
4189
|
"type": "community",
|
|
2554
4190
|
"maintainers": [
|
|
2555
4191
|
{
|
|
2556
4192
|
"name": "Pooya Parsa",
|
|
2557
4193
|
"github": "pi0",
|
|
2558
|
-
"twitter": "_pi0_"
|
|
2559
|
-
"avatar": "https://github.com/pi0.png"
|
|
4194
|
+
"twitter": "_pi0_"
|
|
2560
4195
|
},
|
|
2561
4196
|
{
|
|
2562
4197
|
"name": "Farzad Soltani",
|
|
2563
4198
|
"github": "farzadso",
|
|
2564
|
-
"twitter": "farzadso"
|
|
2565
|
-
|
|
4199
|
+
"twitter": "farzadso"
|
|
4200
|
+
}
|
|
4201
|
+
],
|
|
4202
|
+
"compatibility": {
|
|
4203
|
+
"nuxt": "^2.0.0",
|
|
4204
|
+
"requires": {}
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "unlighthouse",
|
|
4209
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4210
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4211
|
+
"npm": "@unlighthouse/nuxt",
|
|
4212
|
+
"icon": "unlighthouse.svg",
|
|
4213
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4214
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4215
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4216
|
+
"category": "Devtools",
|
|
4217
|
+
"type": "3rd-party",
|
|
4218
|
+
"maintainers": [
|
|
4219
|
+
{
|
|
4220
|
+
"name": "Harlan Wilton",
|
|
4221
|
+
"github": "harlan-zw",
|
|
4222
|
+
"twitter": "harlan_zw",
|
|
4223
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"compatibility": {
|
|
4227
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4228
|
+
"requires": {
|
|
4229
|
+
"bridge": "optional"
|
|
2566
4230
|
}
|
|
2567
|
-
|
|
4231
|
+
}
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "unocss",
|
|
4235
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4236
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4237
|
+
"npm": "@unocss/nuxt",
|
|
4238
|
+
"icon": "unocss.svg",
|
|
4239
|
+
"github": "https://github.com/antfu/unocss",
|
|
4240
|
+
"website": "https://github.com/antfu/unocss",
|
|
4241
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4242
|
+
"category": "UI",
|
|
4243
|
+
"type": "3rd-party",
|
|
4244
|
+
"maintainers": [
|
|
4245
|
+
{
|
|
4246
|
+
"name": "Anthony Fu",
|
|
4247
|
+
"github": "antfu",
|
|
4248
|
+
"twitter": "antfu7",
|
|
4249
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4250
|
+
}
|
|
4251
|
+
],
|
|
4252
|
+
"compatibility": {
|
|
4253
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4254
|
+
"requires": {
|
|
4255
|
+
"bridge": "optional"
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
2568
4258
|
},
|
|
2569
4259
|
{
|
|
2570
4260
|
"name": "user-agent",
|
|
@@ -2575,15 +4265,18 @@
|
|
|
2575
4265
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2576
4266
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2577
4267
|
"learn_more": "",
|
|
2578
|
-
"category": "
|
|
4268
|
+
"category": "Extensions",
|
|
2579
4269
|
"type": "3rd-party",
|
|
2580
4270
|
"maintainers": [
|
|
2581
4271
|
{
|
|
2582
4272
|
"name": "fukuiretu",
|
|
2583
|
-
"github": "fukuiretu"
|
|
2584
|
-
"avatar": "https://github.com/fukuiretu.png"
|
|
4273
|
+
"github": "fukuiretu"
|
|
2585
4274
|
}
|
|
2586
|
-
]
|
|
4275
|
+
],
|
|
4276
|
+
"compatibility": {
|
|
4277
|
+
"nuxt": "^2.0.0",
|
|
4278
|
+
"requires": {}
|
|
4279
|
+
}
|
|
2587
4280
|
},
|
|
2588
4281
|
{
|
|
2589
4282
|
"name": "validate",
|
|
@@ -2599,10 +4292,13 @@
|
|
|
2599
4292
|
"maintainers": [
|
|
2600
4293
|
{
|
|
2601
4294
|
"name": "lewyuburi",
|
|
2602
|
-
"github": "lewyuburi"
|
|
2603
|
-
"avatar": "https://github.com/lewyuburi.png"
|
|
4295
|
+
"github": "lewyuburi"
|
|
2604
4296
|
}
|
|
2605
|
-
]
|
|
4297
|
+
],
|
|
4298
|
+
"compatibility": {
|
|
4299
|
+
"nuxt": "^2.0.0",
|
|
4300
|
+
"requires": {}
|
|
4301
|
+
}
|
|
2606
4302
|
},
|
|
2607
4303
|
{
|
|
2608
4304
|
"name": "vendor",
|
|
@@ -2613,16 +4309,19 @@
|
|
|
2613
4309
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2614
4310
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2615
4311
|
"learn_more": "",
|
|
2616
|
-
"category": "
|
|
4312
|
+
"category": "Extensions",
|
|
2617
4313
|
"type": "community",
|
|
2618
4314
|
"maintainers": [
|
|
2619
4315
|
{
|
|
2620
4316
|
"name": "Pooya Parsa",
|
|
2621
4317
|
"github": "pi0",
|
|
2622
|
-
"twitter": "_pi0_"
|
|
2623
|
-
"avatar": "https://github.com/pi0.png"
|
|
4318
|
+
"twitter": "_pi0_"
|
|
2624
4319
|
}
|
|
2625
|
-
]
|
|
4320
|
+
],
|
|
4321
|
+
"compatibility": {
|
|
4322
|
+
"nuxt": "^2.0.0",
|
|
4323
|
+
"requires": {}
|
|
4324
|
+
}
|
|
2626
4325
|
},
|
|
2627
4326
|
{
|
|
2628
4327
|
"name": "vue-material",
|
|
@@ -2638,10 +4337,13 @@
|
|
|
2638
4337
|
"maintainers": [
|
|
2639
4338
|
{
|
|
2640
4339
|
"name": "vaso2",
|
|
2641
|
-
"github": "vaso2"
|
|
2642
|
-
"avatar": "https://github.com/vaso2.png"
|
|
4340
|
+
"github": "vaso2"
|
|
2643
4341
|
}
|
|
2644
|
-
]
|
|
4342
|
+
],
|
|
4343
|
+
"compatibility": {
|
|
4344
|
+
"nuxt": "^2.0.0",
|
|
4345
|
+
"requires": {}
|
|
4346
|
+
}
|
|
2645
4347
|
},
|
|
2646
4348
|
{
|
|
2647
4349
|
"name": "vue-multiselect",
|
|
@@ -2657,10 +4359,13 @@
|
|
|
2657
4359
|
"maintainers": [
|
|
2658
4360
|
{
|
|
2659
4361
|
"name": "spektrummedia",
|
|
2660
|
-
"github": "spektrummedia"
|
|
2661
|
-
"avatar": "https://github.com/spektrummedia.png"
|
|
4362
|
+
"github": "spektrummedia"
|
|
2662
4363
|
}
|
|
2663
|
-
]
|
|
4364
|
+
],
|
|
4365
|
+
"compatibility": {
|
|
4366
|
+
"nuxt": "^2.0.0",
|
|
4367
|
+
"requires": {}
|
|
4368
|
+
}
|
|
2664
4369
|
},
|
|
2665
4370
|
{
|
|
2666
4371
|
"name": "vue-select",
|
|
@@ -2676,29 +4381,36 @@
|
|
|
2676
4381
|
"maintainers": [
|
|
2677
4382
|
{
|
|
2678
4383
|
"name": "madmod",
|
|
2679
|
-
"github": "madmod"
|
|
2680
|
-
"avatar": "https://github.com/madmod.png"
|
|
4384
|
+
"github": "madmod"
|
|
2681
4385
|
}
|
|
2682
|
-
]
|
|
4386
|
+
],
|
|
4387
|
+
"compatibility": {
|
|
4388
|
+
"nuxt": "^2.0.0",
|
|
4389
|
+
"requires": {}
|
|
4390
|
+
}
|
|
2683
4391
|
},
|
|
2684
4392
|
{
|
|
2685
4393
|
"name": "vue-warehouse",
|
|
2686
4394
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
2687
|
-
"repo": "
|
|
4395
|
+
"repo": "juliomrqz/vue-warehouse",
|
|
2688
4396
|
"npm": "vue-warehouse",
|
|
2689
4397
|
"icon": "",
|
|
2690
|
-
"github": "https://github.com/
|
|
4398
|
+
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
2691
4399
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
2692
4400
|
"learn_more": "",
|
|
2693
4401
|
"category": "Libraries",
|
|
2694
4402
|
"type": "3rd-party",
|
|
2695
4403
|
"maintainers": [
|
|
2696
4404
|
{
|
|
2697
|
-
"name": "
|
|
2698
|
-
"github": "
|
|
2699
|
-
"
|
|
4405
|
+
"name": "Julio Marquez",
|
|
4406
|
+
"github": "juliomrqz",
|
|
4407
|
+
"twitter": "juliomrqz"
|
|
2700
4408
|
}
|
|
2701
|
-
]
|
|
4409
|
+
],
|
|
4410
|
+
"compatibility": {
|
|
4411
|
+
"nuxt": "^2.0.0",
|
|
4412
|
+
"requires": {}
|
|
4413
|
+
}
|
|
2702
4414
|
},
|
|
2703
4415
|
{
|
|
2704
4416
|
"name": "vuetify",
|
|
@@ -2714,16 +4426,43 @@
|
|
|
2714
4426
|
"maintainers": [
|
|
2715
4427
|
{
|
|
2716
4428
|
"name": "Kevin Marrec",
|
|
2717
|
-
"github": "kevinmarrec"
|
|
2718
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4429
|
+
"github": "kevinmarrec"
|
|
2719
4430
|
},
|
|
2720
4431
|
{
|
|
2721
4432
|
"name": "Pooya Parsa",
|
|
2722
4433
|
"github": "pi0",
|
|
2723
|
-
"twitter": "_pi0_"
|
|
2724
|
-
|
|
4434
|
+
"twitter": "_pi0_"
|
|
4435
|
+
}
|
|
4436
|
+
],
|
|
4437
|
+
"compatibility": {
|
|
4438
|
+
"nuxt": "^2.0.0",
|
|
4439
|
+
"requires": {}
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "vueuse",
|
|
4444
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4445
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4446
|
+
"npm": "@vueuse/nuxt",
|
|
4447
|
+
"icon": "vueuse.svg",
|
|
4448
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4449
|
+
"website": "https://vueuse.org",
|
|
4450
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4451
|
+
"category": "Libraries",
|
|
4452
|
+
"type": "3rd-party",
|
|
4453
|
+
"maintainers": [
|
|
4454
|
+
{
|
|
4455
|
+
"name": "Anthony Fu",
|
|
4456
|
+
"github": "antfu",
|
|
4457
|
+
"twitter": "antfu7"
|
|
4458
|
+
}
|
|
4459
|
+
],
|
|
4460
|
+
"compatibility": {
|
|
4461
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4462
|
+
"requires": {
|
|
4463
|
+
"bridge": "optional"
|
|
2725
4464
|
}
|
|
2726
|
-
|
|
4465
|
+
}
|
|
2727
4466
|
},
|
|
2728
4467
|
{
|
|
2729
4468
|
"name": "vuex-router-sync",
|
|
@@ -2739,10 +4478,68 @@
|
|
|
2739
4478
|
"maintainers": [
|
|
2740
4479
|
{
|
|
2741
4480
|
"name": "paulgv",
|
|
2742
|
-
"github": "paulgv"
|
|
2743
|
-
|
|
4481
|
+
"github": "paulgv"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^2.0.0",
|
|
4486
|
+
"requires": {}
|
|
4487
|
+
}
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "web-vitals",
|
|
4491
|
+
"description": "Web Vitals for Nuxt",
|
|
4492
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4493
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4494
|
+
"icon": "",
|
|
4495
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4496
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4497
|
+
"learn_more": "",
|
|
4498
|
+
"category": "Performance",
|
|
4499
|
+
"type": "community",
|
|
4500
|
+
"maintainers": [
|
|
4501
|
+
{
|
|
4502
|
+
"name": "daliborgogic",
|
|
4503
|
+
"github": "daliborgogic"
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"name": "Pooya Parsa",
|
|
4507
|
+
"github": "pi0",
|
|
4508
|
+
"twitter": "_pi0_"
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"name": "Sebastien Chopin",
|
|
4512
|
+
"github": "Atinux",
|
|
4513
|
+
"twitter": "Atinux"
|
|
4514
|
+
}
|
|
4515
|
+
],
|
|
4516
|
+
"compatibility": {
|
|
4517
|
+
"nuxt": "^2.0.0",
|
|
4518
|
+
"requires": {}
|
|
4519
|
+
}
|
|
4520
|
+
},
|
|
4521
|
+
{
|
|
4522
|
+
"name": "web3js",
|
|
4523
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4524
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4525
|
+
"npm": "nuxt-web3",
|
|
4526
|
+
"icon": "web3js.svg",
|
|
4527
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4528
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4529
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4530
|
+
"category": "Libraries",
|
|
4531
|
+
"type": "3rd-party",
|
|
4532
|
+
"maintainers": [
|
|
4533
|
+
{
|
|
4534
|
+
"name": "Muhammad Fauzan",
|
|
4535
|
+
"github": "bl0cknumber",
|
|
4536
|
+
"twitter": "fncolon"
|
|
2744
4537
|
}
|
|
2745
|
-
]
|
|
4538
|
+
],
|
|
4539
|
+
"compatibility": {
|
|
4540
|
+
"nuxt": "^2.0.0",
|
|
4541
|
+
"requires": {}
|
|
4542
|
+
}
|
|
2746
4543
|
},
|
|
2747
4544
|
{
|
|
2748
4545
|
"name": "webfontloader",
|
|
@@ -2758,10 +4555,37 @@
|
|
|
2758
4555
|
"maintainers": [
|
|
2759
4556
|
{
|
|
2760
4557
|
"name": "Developmint",
|
|
2761
|
-
"github": "Developmint"
|
|
2762
|
-
|
|
4558
|
+
"github": "Developmint"
|
|
4559
|
+
}
|
|
4560
|
+
],
|
|
4561
|
+
"compatibility": {
|
|
4562
|
+
"nuxt": "^2.0.0",
|
|
4563
|
+
"requires": {}
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "webpack-optimisations",
|
|
4568
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4569
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4570
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4571
|
+
"icon": "build-optimisations.svg",
|
|
4572
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4573
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4574
|
+
"learn_more": "",
|
|
4575
|
+
"category": "Devtools",
|
|
4576
|
+
"type": "3rd-party",
|
|
4577
|
+
"maintainers": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "Harlan Wilton",
|
|
4580
|
+
"github": "harlan-zw"
|
|
4581
|
+
}
|
|
4582
|
+
],
|
|
4583
|
+
"compatibility": {
|
|
4584
|
+
"nuxt": "^2.0.0",
|
|
4585
|
+
"requires": {
|
|
4586
|
+
"bridge": "optional"
|
|
2763
4587
|
}
|
|
2764
|
-
|
|
4588
|
+
}
|
|
2765
4589
|
},
|
|
2766
4590
|
{
|
|
2767
4591
|
"name": "webpack-profile",
|
|
@@ -2778,10 +4602,13 @@
|
|
|
2778
4602
|
{
|
|
2779
4603
|
"name": "Pooya Parsa",
|
|
2780
4604
|
"github": "pi0",
|
|
2781
|
-
"twitter": "_pi0_"
|
|
2782
|
-
"avatar": "https://github.com/pi0.png"
|
|
4605
|
+
"twitter": "_pi0_"
|
|
2783
4606
|
}
|
|
2784
|
-
]
|
|
4607
|
+
],
|
|
4608
|
+
"compatibility": {
|
|
4609
|
+
"nuxt": "^2.0.0",
|
|
4610
|
+
"requires": {}
|
|
4611
|
+
}
|
|
2785
4612
|
},
|
|
2786
4613
|
{
|
|
2787
4614
|
"name": "webpackdashboard",
|
|
@@ -2797,10 +4624,13 @@
|
|
|
2797
4624
|
"maintainers": [
|
|
2798
4625
|
{
|
|
2799
4626
|
"name": "paulgv",
|
|
2800
|
-
"github": "paulgv"
|
|
2801
|
-
"avatar": "https://github.com/paulgv.png"
|
|
4627
|
+
"github": "paulgv"
|
|
2802
4628
|
}
|
|
2803
|
-
]
|
|
4629
|
+
],
|
|
4630
|
+
"compatibility": {
|
|
4631
|
+
"nuxt": "^2.0.0",
|
|
4632
|
+
"requires": {}
|
|
4633
|
+
}
|
|
2804
4634
|
},
|
|
2805
4635
|
{
|
|
2806
4636
|
"name": "webpackmonitor",
|
|
@@ -2817,10 +4647,43 @@
|
|
|
2817
4647
|
{
|
|
2818
4648
|
"name": "Pooya Parsa",
|
|
2819
4649
|
"github": "pi0",
|
|
2820
|
-
"twitter": "_pi0_"
|
|
2821
|
-
|
|
4650
|
+
"twitter": "_pi0_"
|
|
4651
|
+
}
|
|
4652
|
+
],
|
|
4653
|
+
"compatibility": {
|
|
4654
|
+
"nuxt": "^2.0.0",
|
|
4655
|
+
"requires": {}
|
|
4656
|
+
}
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
"name": "windicss",
|
|
4660
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4661
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4662
|
+
"npm": "nuxt-windicss",
|
|
4663
|
+
"icon": "windicss.svg",
|
|
4664
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4665
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4666
|
+
"learn_more": "https://windicss.org/",
|
|
4667
|
+
"category": "UI",
|
|
4668
|
+
"type": "3rd-party",
|
|
4669
|
+
"maintainers": [
|
|
4670
|
+
{
|
|
4671
|
+
"name": "Harlan Wilton",
|
|
4672
|
+
"github": "harlan-zw",
|
|
4673
|
+
"twitter": "harlan_zw"
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"name": "Anthony Fu",
|
|
4677
|
+
"github": "antfu",
|
|
4678
|
+
"twitter": "antfu7"
|
|
4679
|
+
}
|
|
4680
|
+
],
|
|
4681
|
+
"compatibility": {
|
|
4682
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4683
|
+
"requires": {
|
|
4684
|
+
"bridge": "optional"
|
|
2822
4685
|
}
|
|
2823
|
-
|
|
4686
|
+
}
|
|
2824
4687
|
},
|
|
2825
4688
|
{
|
|
2826
4689
|
"name": "winston-log",
|
|
@@ -2836,10 +4699,13 @@
|
|
|
2836
4699
|
"maintainers": [
|
|
2837
4700
|
{
|
|
2838
4701
|
"name": "aaronransley",
|
|
2839
|
-
"github": "aaronransley"
|
|
2840
|
-
"avatar": "https://github.com/aaronransley.png"
|
|
4702
|
+
"github": "aaronransley"
|
|
2841
4703
|
}
|
|
2842
|
-
]
|
|
4704
|
+
],
|
|
4705
|
+
"compatibility": {
|
|
4706
|
+
"nuxt": "^2.0.0",
|
|
4707
|
+
"requires": {}
|
|
4708
|
+
}
|
|
2843
4709
|
},
|
|
2844
4710
|
{
|
|
2845
4711
|
"name": "wp-nuxt",
|
|
@@ -2855,10 +4721,13 @@
|
|
|
2855
4721
|
"maintainers": [
|
|
2856
4722
|
{
|
|
2857
4723
|
"name": "yashha",
|
|
2858
|
-
"github": "yashha"
|
|
2859
|
-
"avatar": "https://github.com/yashha.png"
|
|
4724
|
+
"github": "yashha"
|
|
2860
4725
|
}
|
|
2861
|
-
]
|
|
4726
|
+
],
|
|
4727
|
+
"compatibility": {
|
|
4728
|
+
"nuxt": "^2.0.0",
|
|
4729
|
+
"requires": {}
|
|
4730
|
+
}
|
|
2862
4731
|
},
|
|
2863
4732
|
{
|
|
2864
4733
|
"name": "xhr-cache",
|
|
@@ -2874,10 +4743,13 @@
|
|
|
2874
4743
|
"maintainers": [
|
|
2875
4744
|
{
|
|
2876
4745
|
"name": "gaetansenn",
|
|
2877
|
-
"github": "gaetansenn"
|
|
2878
|
-
"avatar": "https://github.com/gaetansenn.png"
|
|
4746
|
+
"github": "gaetansenn"
|
|
2879
4747
|
}
|
|
2880
|
-
]
|
|
4748
|
+
],
|
|
4749
|
+
"compatibility": {
|
|
4750
|
+
"nuxt": "^2.0.0",
|
|
4751
|
+
"requires": {}
|
|
4752
|
+
}
|
|
2881
4753
|
},
|
|
2882
4754
|
{
|
|
2883
4755
|
"name": "xui",
|
|
@@ -2893,18 +4765,22 @@
|
|
|
2893
4765
|
"maintainers": [
|
|
2894
4766
|
{
|
|
2895
4767
|
"name": "MetaCorp",
|
|
2896
|
-
"github": "MetaCorp"
|
|
2897
|
-
"avatar": "https://github.com/MetaCorp.png"
|
|
4768
|
+
"github": "MetaCorp"
|
|
2898
4769
|
}
|
|
2899
|
-
]
|
|
4770
|
+
],
|
|
4771
|
+
"compatibility": {
|
|
4772
|
+
"nuxt": "^2.0.0",
|
|
4773
|
+
"requires": {}
|
|
4774
|
+
}
|
|
2900
4775
|
},
|
|
2901
4776
|
{
|
|
2902
4777
|
"name": "yandex-metrika",
|
|
2903
|
-
"
|
|
4778
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4779
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2904
4780
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2905
4781
|
"icon": "",
|
|
2906
|
-
"github": "https://github.com/nuxt-community/
|
|
2907
|
-
"website": "https://github.com/nuxt-community/
|
|
4782
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4783
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2908
4784
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2909
4785
|
"category": "Analytics",
|
|
2910
4786
|
"type": "community",
|
|
@@ -2912,10 +4788,13 @@
|
|
|
2912
4788
|
{
|
|
2913
4789
|
"name": "Pooya Parsa",
|
|
2914
4790
|
"github": "pi0",
|
|
2915
|
-
"twitter": "_pi0_"
|
|
2916
|
-
"avatar": "https://github.com/pi0.png"
|
|
4791
|
+
"twitter": "_pi0_"
|
|
2917
4792
|
}
|
|
2918
|
-
]
|
|
4793
|
+
],
|
|
4794
|
+
"compatibility": {
|
|
4795
|
+
"nuxt": "^2.0.0",
|
|
4796
|
+
"requires": {}
|
|
4797
|
+
}
|
|
2919
4798
|
},
|
|
2920
4799
|
{
|
|
2921
4800
|
"name": "zendesk",
|
|
@@ -2931,9 +4810,12 @@
|
|
|
2931
4810
|
"maintainers": [
|
|
2932
4811
|
{
|
|
2933
4812
|
"name": "DansMaCulotte",
|
|
2934
|
-
"github": "DansMaCulotte"
|
|
2935
|
-
"avatar": "https://github.com/DansMaCulotte.png"
|
|
4813
|
+
"github": "DansMaCulotte"
|
|
2936
4814
|
}
|
|
2937
|
-
]
|
|
4815
|
+
],
|
|
4816
|
+
"compatibility": {
|
|
4817
|
+
"nuxt": "^2.0.0",
|
|
4818
|
+
"requires": {}
|
|
4819
|
+
}
|
|
2938
4820
|
}
|
|
2939
4821
|
]
|