@nuxt/modules 0.5.0-85c825 → 0.5.0-870b94
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} +2506 -602
- 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"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"compatibility": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
234
414
|
}
|
|
235
|
-
|
|
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"
|
|
635
|
+
"twitter": "_pi0_"
|
|
389
636
|
}
|
|
390
|
-
]
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
"repo": "nuxt/components",
|
|
396
|
-
"npm": "@nuxt/components",
|
|
397
|
-
"icon": "nuxt-components.svg",
|
|
398
|
-
"github": "https://github.com/nuxt/components",
|
|
399
|
-
"website": "https://github.com/nuxt/components",
|
|
400
|
-
"learn_more": "",
|
|
401
|
-
"category": "UI",
|
|
402
|
-
"type": "official",
|
|
403
|
-
"maintainers": [
|
|
404
|
-
{
|
|
405
|
-
"name": "Kevin Marrec",
|
|
406
|
-
"github": "kevinmarrec",
|
|
407
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "Pooya Parsa",
|
|
411
|
-
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_",
|
|
413
|
-
"avatar": "https://github.com/pi0.png"
|
|
414
|
-
}
|
|
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#main/packages/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"
|
|
561
897
|
}
|
|
562
|
-
]
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
903
|
+
}
|
|
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
|
-
"avatar": "https://github.com/lupas.png"
|
|
1131
|
+
"github": "lupas"
|
|
696
1132
|
}
|
|
697
|
-
]
|
|
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"
|
|
1154
|
+
}
|
|
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": "",
|
|
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
|
-
"avatar": "https://github.com/Atinux.png"
|
|
1826
|
+
"twitter": "Atinux"
|
|
1094
1827
|
}
|
|
1095
|
-
]
|
|
1828
|
+
],
|
|
1829
|
+
"compatibility": {
|
|
1830
|
+
"nuxt": "^2.0.0",
|
|
1831
|
+
"requires": {
|
|
1832
|
+
"bridge": "optional"
|
|
1833
|
+
}
|
|
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"
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"compatibility": {
|
|
1877
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1878
|
+
"requires": {
|
|
1879
|
+
"bridge": true
|
|
1113
1880
|
}
|
|
1114
|
-
|
|
1881
|
+
}
|
|
1115
1882
|
},
|
|
1116
1883
|
{
|
|
1117
1884
|
"name": "intercom",
|
|
@@ -1127,30 +1894,104 @@
|
|
|
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
|
-
"name": "
|
|
1137
|
-
"description": "
|
|
1138
|
-
"repo": "nuxt-
|
|
1139
|
-
"npm": "
|
|
1951
|
+
"name": "kentico-kontent",
|
|
1952
|
+
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1953
|
+
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1954
|
+
"npm": "kentico-kontent-nuxt-module",
|
|
1140
1955
|
"icon": "",
|
|
1141
|
-
"github": "https://github.com/nuxt-
|
|
1142
|
-
"website": "https://github.com/nuxt-
|
|
1143
|
-
"learn_more": "https://
|
|
1144
|
-
"category": "
|
|
1145
|
-
"type": "
|
|
1956
|
+
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1957
|
+
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1958
|
+
"learn_more": "https://kontent.ai",
|
|
1959
|
+
"category": "CMS",
|
|
1960
|
+
"type": "3rd-party",
|
|
1146
1961
|
"maintainers": [
|
|
1147
1962
|
{
|
|
1148
|
-
"name": "
|
|
1149
|
-
"github": "
|
|
1150
|
-
"twitter": "_pi0_",
|
|
1151
|
-
"avatar": "https://github.com/pi0.png"
|
|
1963
|
+
"name": "Alfred Brockötter",
|
|
1964
|
+
"github": "Domitnator"
|
|
1152
1965
|
}
|
|
1153
|
-
]
|
|
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"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^3.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1154
1995
|
},
|
|
1155
1996
|
{
|
|
1156
1997
|
"name": "laravel-echo",
|
|
@@ -1166,10 +2007,13 @@
|
|
|
1166
2007
|
"maintainers": [
|
|
1167
2008
|
{
|
|
1168
2009
|
"name": "Ricardo Gobbo de Souza",
|
|
1169
|
-
"github": "ricardogobbosouza"
|
|
1170
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
2010
|
+
"github": "ricardogobbosouza"
|
|
1171
2011
|
}
|
|
1172
|
-
]
|
|
2012
|
+
],
|
|
2013
|
+
"compatibility": {
|
|
2014
|
+
"nuxt": "^2.0.0",
|
|
2015
|
+
"requires": {}
|
|
2016
|
+
}
|
|
1173
2017
|
},
|
|
1174
2018
|
{
|
|
1175
2019
|
"name": "laravel-nuxt",
|
|
@@ -1185,10 +2029,13 @@
|
|
|
1185
2029
|
"maintainers": [
|
|
1186
2030
|
{
|
|
1187
2031
|
"name": "skyrpex",
|
|
1188
|
-
"github": "skyrpex"
|
|
1189
|
-
"avatar": "https://github.com/skyrpex.png"
|
|
2032
|
+
"github": "skyrpex"
|
|
1190
2033
|
}
|
|
1191
|
-
]
|
|
2034
|
+
],
|
|
2035
|
+
"compatibility": {
|
|
2036
|
+
"nuxt": "^2.0.0",
|
|
2037
|
+
"requires": {}
|
|
2038
|
+
}
|
|
1192
2039
|
},
|
|
1193
2040
|
{
|
|
1194
2041
|
"name": "laravel",
|
|
@@ -1204,10 +2051,13 @@
|
|
|
1204
2051
|
"maintainers": [
|
|
1205
2052
|
{
|
|
1206
2053
|
"name": "m2sd",
|
|
1207
|
-
"github": "m2sd"
|
|
1208
|
-
"avatar": "https://github.com/m2sd.png"
|
|
2054
|
+
"github": "m2sd"
|
|
1209
2055
|
}
|
|
1210
|
-
]
|
|
2056
|
+
],
|
|
2057
|
+
"compatibility": {
|
|
2058
|
+
"nuxt": "^2.0.0",
|
|
2059
|
+
"requires": {}
|
|
2060
|
+
}
|
|
1211
2061
|
},
|
|
1212
2062
|
{
|
|
1213
2063
|
"name": "leaflet",
|
|
@@ -1218,15 +2068,18 @@
|
|
|
1218
2068
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1219
2069
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1220
2070
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1221
|
-
"category": "
|
|
2071
|
+
"category": "Libraries",
|
|
1222
2072
|
"type": "3rd-party",
|
|
1223
2073
|
"maintainers": [
|
|
1224
2074
|
{
|
|
1225
2075
|
"name": "schlunsen",
|
|
1226
|
-
"github": "schlunsen"
|
|
1227
|
-
"avatar": "https://github.com/schlunsen.png"
|
|
2076
|
+
"github": "schlunsen"
|
|
1228
2077
|
}
|
|
1229
|
-
]
|
|
2078
|
+
],
|
|
2079
|
+
"compatibility": {
|
|
2080
|
+
"nuxt": "^2.0.0",
|
|
2081
|
+
"requires": {}
|
|
2082
|
+
}
|
|
1230
2083
|
},
|
|
1231
2084
|
{
|
|
1232
2085
|
"name": "localforage",
|
|
@@ -1237,16 +2090,23 @@
|
|
|
1237
2090
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1238
2091
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1239
2092
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1240
|
-
"category": "
|
|
2093
|
+
"category": "Libraries",
|
|
1241
2094
|
"type": "community",
|
|
1242
2095
|
"maintainers": [
|
|
1243
2096
|
{
|
|
1244
2097
|
"name": "Alexandre Chopin",
|
|
1245
2098
|
"github": "alexchopin",
|
|
1246
|
-
"twitter": "alexchopin"
|
|
1247
|
-
|
|
2099
|
+
"twitter": "alexchopin"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "Ricardo Gobbo de Souza",
|
|
2103
|
+
"github": "ricardogobbosouza"
|
|
1248
2104
|
}
|
|
1249
|
-
]
|
|
2105
|
+
],
|
|
2106
|
+
"compatibility": {
|
|
2107
|
+
"nuxt": "^2.0.0",
|
|
2108
|
+
"requires": {}
|
|
2109
|
+
}
|
|
1250
2110
|
},
|
|
1251
2111
|
{
|
|
1252
2112
|
"name": "localtunnel",
|
|
@@ -1263,10 +2123,35 @@
|
|
|
1263
2123
|
{
|
|
1264
2124
|
"name": "Pooya Parsa",
|
|
1265
2125
|
"github": "pi0",
|
|
1266
|
-
"twitter": "_pi0_"
|
|
1267
|
-
|
|
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"
|
|
1268
2149
|
}
|
|
1269
|
-
]
|
|
2150
|
+
],
|
|
2151
|
+
"compatibility": {
|
|
2152
|
+
"nuxt": "^3.0.0",
|
|
2153
|
+
"requires": {}
|
|
2154
|
+
}
|
|
1270
2155
|
},
|
|
1271
2156
|
{
|
|
1272
2157
|
"name": "logrocket",
|
|
@@ -1283,10 +2168,13 @@
|
|
|
1283
2168
|
{
|
|
1284
2169
|
"name": "Farzad Soltani",
|
|
1285
2170
|
"github": "farzadso",
|
|
1286
|
-
"twitter": "farzadso"
|
|
1287
|
-
"avatar": "https://github.com/farzadso.png"
|
|
2171
|
+
"twitter": "farzadso"
|
|
1288
2172
|
}
|
|
1289
|
-
]
|
|
2173
|
+
],
|
|
2174
|
+
"compatibility": {
|
|
2175
|
+
"nuxt": "^2.0.0",
|
|
2176
|
+
"requires": {}
|
|
2177
|
+
}
|
|
1290
2178
|
},
|
|
1291
2179
|
{
|
|
1292
2180
|
"name": "lunr",
|
|
@@ -1302,30 +2190,59 @@
|
|
|
1302
2190
|
"maintainers": [
|
|
1303
2191
|
{
|
|
1304
2192
|
"name": "Pim",
|
|
1305
|
-
"github": "pimlie"
|
|
1306
|
-
|
|
2193
|
+
"github": "pimlie"
|
|
2194
|
+
}
|
|
2195
|
+
],
|
|
2196
|
+
"compatibility": {
|
|
2197
|
+
"nuxt": "^2.0.0",
|
|
2198
|
+
"requires": {}
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"name": "magic-regexp",
|
|
2203
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2204
|
+
"repo": "danielroe/magic-regexp",
|
|
2205
|
+
"npm": "magic-regexp",
|
|
2206
|
+
"icon": "magic-regexp.svg",
|
|
2207
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2208
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2209
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2210
|
+
"category": "Libraries",
|
|
2211
|
+
"type": "3rd-party",
|
|
2212
|
+
"maintainers": [
|
|
2213
|
+
{
|
|
2214
|
+
"name": "Daniel Roe",
|
|
2215
|
+
"github": "danielroe",
|
|
2216
|
+
"twitter": "danielcroe"
|
|
1307
2217
|
}
|
|
1308
|
-
]
|
|
2218
|
+
],
|
|
2219
|
+
"compatibility": {
|
|
2220
|
+
"nuxt": "^3.0.0",
|
|
2221
|
+
"requires": {}
|
|
2222
|
+
}
|
|
1309
2223
|
},
|
|
1310
2224
|
{
|
|
1311
2225
|
"name": "markdownit",
|
|
1312
2226
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1313
|
-
"repo": "nuxt-community/
|
|
2227
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1314
2228
|
"npm": "@nuxtjs/markdownit",
|
|
1315
2229
|
"icon": "",
|
|
1316
|
-
"github": "https://github.com/nuxt-community/
|
|
1317
|
-
"website": "https://github.com/nuxt-community/
|
|
2230
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2231
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1318
2232
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1319
|
-
"category": "
|
|
2233
|
+
"category": "Extensions",
|
|
1320
2234
|
"type": "community",
|
|
1321
2235
|
"maintainers": [
|
|
1322
2236
|
{
|
|
1323
2237
|
"name": "Pooya Parsa",
|
|
1324
2238
|
"github": "pi0",
|
|
1325
|
-
"twitter": "_pi0_"
|
|
1326
|
-
"avatar": "https://github.com/pi0.png"
|
|
2239
|
+
"twitter": "_pi0_"
|
|
1327
2240
|
}
|
|
1328
|
-
]
|
|
2241
|
+
],
|
|
2242
|
+
"compatibility": {
|
|
2243
|
+
"nuxt": "^2.0.0",
|
|
2244
|
+
"requires": {}
|
|
2245
|
+
}
|
|
1329
2246
|
},
|
|
1330
2247
|
{
|
|
1331
2248
|
"name": "matomo",
|
|
@@ -1341,30 +2258,61 @@
|
|
|
1341
2258
|
"maintainers": [
|
|
1342
2259
|
{
|
|
1343
2260
|
"name": "pimlie",
|
|
1344
|
-
"github": "pimlie"
|
|
1345
|
-
"avatar": "https://github.com/pimlie.png"
|
|
2261
|
+
"github": "pimlie"
|
|
1346
2262
|
}
|
|
1347
|
-
]
|
|
2263
|
+
],
|
|
2264
|
+
"compatibility": {
|
|
2265
|
+
"nuxt": "^2.0.0",
|
|
2266
|
+
"requires": {}
|
|
2267
|
+
}
|
|
1348
2268
|
},
|
|
1349
2269
|
{
|
|
1350
2270
|
"name": "mdx",
|
|
1351
2271
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1352
2272
|
"repo": "nuxt-community/mdx-module",
|
|
1353
2273
|
"npm": "@nuxtjs/mdx",
|
|
1354
|
-
"icon": "
|
|
2274
|
+
"icon": "mdx.png",
|
|
1355
2275
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1356
2276
|
"website": "https://mdx.nuxtjs.org",
|
|
1357
2277
|
"learn_more": "https://mdxjs.com/",
|
|
1358
|
-
"category": "
|
|
2278
|
+
"category": "Extensions",
|
|
1359
2279
|
"type": "community",
|
|
1360
2280
|
"maintainers": [
|
|
1361
2281
|
{
|
|
1362
|
-
"name": "Jonathan Bakebwa",
|
|
1363
|
-
"github": "codebender828",
|
|
1364
|
-
"twitter": "codebender828"
|
|
1365
|
-
|
|
2282
|
+
"name": "Jonathan Bakebwa",
|
|
2283
|
+
"github": "codebender828",
|
|
2284
|
+
"twitter": "codebender828"
|
|
2285
|
+
}
|
|
2286
|
+
],
|
|
2287
|
+
"compatibility": {
|
|
2288
|
+
"nuxt": "^2.0.0",
|
|
2289
|
+
"requires": {}
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "meilisearch",
|
|
2294
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2295
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2296
|
+
"npm": "nuxt-meilisearch",
|
|
2297
|
+
"icon": "meilisearch.svg",
|
|
2298
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2299
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2300
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2301
|
+
"category": "Libraries",
|
|
2302
|
+
"type": "3rd-party",
|
|
2303
|
+
"maintainers": [
|
|
2304
|
+
{
|
|
2305
|
+
"name": "Alex Duval",
|
|
2306
|
+
"github": "xlanex6",
|
|
2307
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
1366
2308
|
}
|
|
1367
|
-
]
|
|
2309
|
+
],
|
|
2310
|
+
"compatibility": {
|
|
2311
|
+
"nuxt": "^3.0.0",
|
|
2312
|
+
"requires": {
|
|
2313
|
+
"bridge": false
|
|
2314
|
+
}
|
|
2315
|
+
}
|
|
1368
2316
|
},
|
|
1369
2317
|
{
|
|
1370
2318
|
"name": "memwatch",
|
|
@@ -1380,10 +2328,13 @@
|
|
|
1380
2328
|
"maintainers": [
|
|
1381
2329
|
{
|
|
1382
2330
|
"name": "pimlie",
|
|
1383
|
-
"github": "pimlie"
|
|
1384
|
-
"avatar": "https://github.com/pimlie.png"
|
|
2331
|
+
"github": "pimlie"
|
|
1385
2332
|
}
|
|
1386
|
-
]
|
|
2333
|
+
],
|
|
2334
|
+
"compatibility": {
|
|
2335
|
+
"nuxt": "^2.0.0",
|
|
2336
|
+
"requires": {}
|
|
2337
|
+
}
|
|
1387
2338
|
},
|
|
1388
2339
|
{
|
|
1389
2340
|
"name": "mobile",
|
|
@@ -1394,15 +2345,18 @@
|
|
|
1394
2345
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1395
2346
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1396
2347
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1397
|
-
"category": "
|
|
2348
|
+
"category": "Extensions",
|
|
1398
2349
|
"type": "3rd-party",
|
|
1399
2350
|
"maintainers": [
|
|
1400
2351
|
{
|
|
1401
2352
|
"name": "ChanningDefoe",
|
|
1402
|
-
"github": "ChanningDefoe"
|
|
1403
|
-
"avatar": "https://github.com/ChanningDefoe.png"
|
|
2353
|
+
"github": "ChanningDefoe"
|
|
1404
2354
|
}
|
|
1405
|
-
]
|
|
2355
|
+
],
|
|
2356
|
+
"compatibility": {
|
|
2357
|
+
"nuxt": "^2.0.0",
|
|
2358
|
+
"requires": {}
|
|
2359
|
+
}
|
|
1406
2360
|
},
|
|
1407
2361
|
{
|
|
1408
2362
|
"name": "moment",
|
|
@@ -1419,15 +2373,17 @@
|
|
|
1419
2373
|
{
|
|
1420
2374
|
"name": "Pooya Parsa",
|
|
1421
2375
|
"github": "pi0",
|
|
1422
|
-
"twitter": "_pi0_"
|
|
1423
|
-
"avatar": "https://github.com/pi0.png"
|
|
2376
|
+
"twitter": "_pi0_"
|
|
1424
2377
|
},
|
|
1425
2378
|
{
|
|
1426
2379
|
"name": "Ricardo Gobbo de Souza",
|
|
1427
|
-
"github": "ricardogobbosouza"
|
|
1428
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
2380
|
+
"github": "ricardogobbosouza"
|
|
1429
2381
|
}
|
|
1430
|
-
]
|
|
2382
|
+
],
|
|
2383
|
+
"compatibility": {
|
|
2384
|
+
"nuxt": "^2.0.0",
|
|
2385
|
+
"requires": {}
|
|
2386
|
+
}
|
|
1431
2387
|
},
|
|
1432
2388
|
{
|
|
1433
2389
|
"name": "mq",
|
|
@@ -1443,10 +2399,13 @@
|
|
|
1443
2399
|
"maintainers": [
|
|
1444
2400
|
{
|
|
1445
2401
|
"name": "vanhoofmaarten",
|
|
1446
|
-
"github": "vanhoofmaarten"
|
|
1447
|
-
"avatar": "https://github.com/vanhoofmaarten.png"
|
|
2402
|
+
"github": "vanhoofmaarten"
|
|
1448
2403
|
}
|
|
1449
|
-
]
|
|
2404
|
+
],
|
|
2405
|
+
"compatibility": {
|
|
2406
|
+
"nuxt": "^2.0.0",
|
|
2407
|
+
"requires": {}
|
|
2408
|
+
}
|
|
1450
2409
|
},
|
|
1451
2410
|
{
|
|
1452
2411
|
"name": "neo",
|
|
@@ -1462,10 +2421,13 @@
|
|
|
1462
2421
|
"maintainers": [
|
|
1463
2422
|
{
|
|
1464
2423
|
"name": "ezypeeze",
|
|
1465
|
-
"github": "ezypeeze"
|
|
1466
|
-
"avatar": "https://github.com/ezypeeze.png"
|
|
2424
|
+
"github": "ezypeeze"
|
|
1467
2425
|
}
|
|
1468
|
-
]
|
|
2426
|
+
],
|
|
2427
|
+
"compatibility": {
|
|
2428
|
+
"nuxt": "^2.0.0",
|
|
2429
|
+
"requires": {}
|
|
2430
|
+
}
|
|
1469
2431
|
},
|
|
1470
2432
|
{
|
|
1471
2433
|
"name": "netlify-cache",
|
|
@@ -1481,10 +2443,13 @@
|
|
|
1481
2443
|
"maintainers": [
|
|
1482
2444
|
{
|
|
1483
2445
|
"name": "DreaMinder",
|
|
1484
|
-
"github": "DreaMinder"
|
|
1485
|
-
"avatar": "https://github.com/DreaMinder.png"
|
|
2446
|
+
"github": "DreaMinder"
|
|
1486
2447
|
}
|
|
1487
|
-
]
|
|
2448
|
+
],
|
|
2449
|
+
"compatibility": {
|
|
2450
|
+
"nuxt": "^2.0.0",
|
|
2451
|
+
"requires": {}
|
|
2452
|
+
}
|
|
1488
2453
|
},
|
|
1489
2454
|
{
|
|
1490
2455
|
"name": "netlify-files",
|
|
@@ -1501,10 +2466,13 @@
|
|
|
1501
2466
|
{
|
|
1502
2467
|
"name": "Alexander Lichter",
|
|
1503
2468
|
"github": "manniL",
|
|
1504
|
-
"twitter": "TheAlexLichter"
|
|
1505
|
-
"avatar": "https://github.com/manniL.png"
|
|
2469
|
+
"twitter": "TheAlexLichter"
|
|
1506
2470
|
}
|
|
1507
|
-
]
|
|
2471
|
+
],
|
|
2472
|
+
"compatibility": {
|
|
2473
|
+
"nuxt": "^2.0.0",
|
|
2474
|
+
"requires": {}
|
|
2475
|
+
}
|
|
1508
2476
|
},
|
|
1509
2477
|
{
|
|
1510
2478
|
"name": "netlify",
|
|
@@ -1520,30 +2488,222 @@
|
|
|
1520
2488
|
"maintainers": [
|
|
1521
2489
|
{
|
|
1522
2490
|
"name": "bazzite",
|
|
1523
|
-
"github": "bazzite"
|
|
1524
|
-
"avatar": "https://github.com/bazzite.png"
|
|
2491
|
+
"github": "bazzite"
|
|
1525
2492
|
}
|
|
1526
|
-
]
|
|
2493
|
+
],
|
|
2494
|
+
"compatibility": {
|
|
2495
|
+
"nuxt": "^2.0.0",
|
|
2496
|
+
"requires": {}
|
|
2497
|
+
}
|
|
1527
2498
|
},
|
|
1528
2499
|
{
|
|
1529
2500
|
"name": "ngrok",
|
|
1530
2501
|
"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",
|
|
1531
|
-
"repo": "nuxt-community/
|
|
2502
|
+
"repo": "nuxt-community/ngrok",
|
|
1532
2503
|
"npm": "@nuxtjs/ngrok",
|
|
1533
2504
|
"icon": "ngrok.png",
|
|
1534
|
-
"github": "https://github.com/nuxt-community/
|
|
1535
|
-
"website": "https://
|
|
2505
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2506
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1536
2507
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1537
2508
|
"category": "Devtools",
|
|
1538
2509
|
"type": "community",
|
|
1539
2510
|
"maintainers": [
|
|
2511
|
+
{
|
|
2512
|
+
"name": "Debbie O'Brien",
|
|
2513
|
+
"github": "debs-obrien",
|
|
2514
|
+
"twitter": "debs_obrien"
|
|
2515
|
+
},
|
|
1540
2516
|
{
|
|
1541
2517
|
"name": "Pooya Parsa",
|
|
1542
2518
|
"github": "pi0",
|
|
1543
|
-
"twitter": "_pi0_"
|
|
1544
|
-
|
|
2519
|
+
"twitter": "_pi0_"
|
|
2520
|
+
}
|
|
2521
|
+
],
|
|
2522
|
+
"compatibility": {
|
|
2523
|
+
"nuxt": "^2.0.0",
|
|
2524
|
+
"requires": {}
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "notion",
|
|
2529
|
+
"description": "Vue renderer for Notion pages",
|
|
2530
|
+
"repo": "janniks/vue-notion",
|
|
2531
|
+
"npm": "vue-notion",
|
|
2532
|
+
"icon": "notion.svg",
|
|
2533
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2534
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2535
|
+
"learn_more": "",
|
|
2536
|
+
"category": "CMS",
|
|
2537
|
+
"type": "3rd-party",
|
|
2538
|
+
"maintainers": [
|
|
2539
|
+
{
|
|
2540
|
+
"name": "janniks",
|
|
2541
|
+
"github": "janniks"
|
|
2542
|
+
}
|
|
2543
|
+
],
|
|
2544
|
+
"compatibility": {
|
|
2545
|
+
"nuxt": "^2.0.0",
|
|
2546
|
+
"requires": {}
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"name": "nuxt-hue",
|
|
2551
|
+
"description": "Enlighten your Nuxt experience",
|
|
2552
|
+
"repo": "lihbr/nuxt-hue",
|
|
2553
|
+
"npm": "nuxt-hue",
|
|
2554
|
+
"icon": "nuxt-hue.svg",
|
|
2555
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2556
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2557
|
+
"learn_more": "",
|
|
2558
|
+
"category": "Devtools",
|
|
2559
|
+
"type": "3rd-party",
|
|
2560
|
+
"maintainers": [
|
|
2561
|
+
{
|
|
2562
|
+
"name": "lihbr",
|
|
2563
|
+
"github": "lihbr"
|
|
2564
|
+
}
|
|
2565
|
+
],
|
|
2566
|
+
"compatibility": {
|
|
2567
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2568
|
+
"requires": {
|
|
2569
|
+
"bridge": "optional"
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "nuxt-pino-log",
|
|
2575
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2576
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2577
|
+
"npm": "nuxt-pino-log",
|
|
2578
|
+
"icon": "",
|
|
2579
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2580
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2581
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2582
|
+
"category": "Monitoring",
|
|
2583
|
+
"type": "3rd-party",
|
|
2584
|
+
"maintainers": [
|
|
2585
|
+
{
|
|
2586
|
+
"name": "kpn",
|
|
2587
|
+
"github": "kpn"
|
|
2588
|
+
}
|
|
2589
|
+
],
|
|
2590
|
+
"compatibility": {
|
|
2591
|
+
"nuxt": "^2.0.0",
|
|
2592
|
+
"requires": {}
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "nuxt-png-to-ico",
|
|
2597
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2598
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2599
|
+
"npm": "nuxt-png-to-ico",
|
|
2600
|
+
"icon": "",
|
|
2601
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2602
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2603
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2604
|
+
"category": "Devtools",
|
|
2605
|
+
"type": "3rd-party",
|
|
2606
|
+
"maintainers": [
|
|
2607
|
+
{
|
|
2608
|
+
"name": "b5710546232",
|
|
2609
|
+
"github": "b5710546232",
|
|
2610
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2611
|
+
}
|
|
2612
|
+
],
|
|
2613
|
+
"compatibility": {
|
|
2614
|
+
"nuxt": "^2.0.0",
|
|
2615
|
+
"requires": {}
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"name": "nuxt-smartlook",
|
|
2620
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2621
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2622
|
+
"npm": "nuxt-smartlook",
|
|
2623
|
+
"icon": "nuxt-smartlook.png",
|
|
2624
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2625
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2626
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2627
|
+
"category": "Analytics",
|
|
2628
|
+
"type": "3rd-party",
|
|
2629
|
+
"maintainers": [
|
|
2630
|
+
{
|
|
2631
|
+
"name": "Milan Sulc",
|
|
2632
|
+
"github": "f3l1x",
|
|
2633
|
+
"twitter": "xf3l1x",
|
|
2634
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2635
|
+
}
|
|
2636
|
+
],
|
|
2637
|
+
"compatibility": {
|
|
2638
|
+
"nuxt": "^2.0.0",
|
|
2639
|
+
"requires": {}
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"name": "nuxt-use-motion",
|
|
2644
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2645
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2646
|
+
"npm": "nuxt-use-motion",
|
|
2647
|
+
"icon": "nuxt-use-motion.svg",
|
|
2648
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2649
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2650
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2651
|
+
"category": "Libraries",
|
|
2652
|
+
"type": "3rd-party",
|
|
2653
|
+
"maintainers": [
|
|
2654
|
+
{
|
|
2655
|
+
"name": "Tahul",
|
|
2656
|
+
"github": "Tahul"
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"compatibility": {
|
|
2660
|
+
"nuxt": "^2.0.0",
|
|
2661
|
+
"requires": {}
|
|
2662
|
+
}
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"name": "nuxt-use-sound",
|
|
2666
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2667
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2668
|
+
"npm": "nuxt-use-sound",
|
|
2669
|
+
"icon": "nuxt-use-sound.svg",
|
|
2670
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2671
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2672
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2673
|
+
"category": "Libraries",
|
|
2674
|
+
"type": "3rd-party",
|
|
2675
|
+
"maintainers": [
|
|
2676
|
+
{
|
|
2677
|
+
"name": "Tahul",
|
|
2678
|
+
"github": "Tahul"
|
|
2679
|
+
}
|
|
2680
|
+
],
|
|
2681
|
+
"compatibility": {
|
|
2682
|
+
"nuxt": "^2.0.0",
|
|
2683
|
+
"requires": {}
|
|
2684
|
+
}
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"name": "nuxt-viewport",
|
|
2688
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2689
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2690
|
+
"npm": "nuxt-viewport",
|
|
2691
|
+
"icon": "nuxt-viewport.svg",
|
|
2692
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2693
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2694
|
+
"learn_more": "",
|
|
2695
|
+
"category": "Extensions",
|
|
2696
|
+
"type": "3rd-party",
|
|
2697
|
+
"maintainers": [
|
|
2698
|
+
{
|
|
2699
|
+
"name": "mvrlin",
|
|
2700
|
+
"github": "mvrlin"
|
|
1545
2701
|
}
|
|
1546
|
-
]
|
|
2702
|
+
],
|
|
2703
|
+
"compatibility": {
|
|
2704
|
+
"nuxt": "^2.0.0",
|
|
2705
|
+
"requires": {}
|
|
2706
|
+
}
|
|
1547
2707
|
},
|
|
1548
2708
|
{
|
|
1549
2709
|
"name": "nuxt7",
|
|
@@ -1560,10 +2720,13 @@
|
|
|
1560
2720
|
{
|
|
1561
2721
|
"name": "Pooya Parsa",
|
|
1562
2722
|
"github": "pi0",
|
|
1563
|
-
"twitter": "_pi0_"
|
|
1564
|
-
"avatar": "https://github.com/pi0.png"
|
|
2723
|
+
"twitter": "_pi0_"
|
|
1565
2724
|
}
|
|
1566
|
-
]
|
|
2725
|
+
],
|
|
2726
|
+
"compatibility": {
|
|
2727
|
+
"nuxt": "^2.0.0",
|
|
2728
|
+
"requires": {}
|
|
2729
|
+
}
|
|
1567
2730
|
},
|
|
1568
2731
|
{
|
|
1569
2732
|
"name": "onesignal",
|
|
@@ -1574,35 +2737,42 @@
|
|
|
1574
2737
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1575
2738
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1576
2739
|
"learn_more": "https://onesignal.com/",
|
|
1577
|
-
"category": "
|
|
2740
|
+
"category": "Extensions",
|
|
1578
2741
|
"type": "community",
|
|
1579
2742
|
"maintainers": [
|
|
1580
2743
|
{
|
|
1581
2744
|
"name": "Pooya Parsa",
|
|
1582
2745
|
"github": "pi0",
|
|
1583
|
-
"twitter": "_pi0_"
|
|
1584
|
-
"avatar": "https://github.com/pi0.png"
|
|
2746
|
+
"twitter": "_pi0_"
|
|
1585
2747
|
}
|
|
1586
|
-
]
|
|
2748
|
+
],
|
|
2749
|
+
"compatibility": {
|
|
2750
|
+
"nuxt": "^2.0.0",
|
|
2751
|
+
"requires": {}
|
|
2752
|
+
}
|
|
1587
2753
|
},
|
|
1588
2754
|
{
|
|
1589
2755
|
"name": "optimized-images",
|
|
1590
2756
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
1591
|
-
"repo": "
|
|
2757
|
+
"repo": "juliomrqz/nuxt-optimized-images",
|
|
1592
2758
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
1593
2759
|
"icon": "",
|
|
1594
|
-
"github": "https://github.com/
|
|
2760
|
+
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
1595
2761
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
1596
2762
|
"learn_more": "",
|
|
1597
2763
|
"category": "Images",
|
|
1598
2764
|
"type": "3rd-party",
|
|
1599
2765
|
"maintainers": [
|
|
1600
2766
|
{
|
|
1601
|
-
"name": "
|
|
1602
|
-
"github": "
|
|
1603
|
-
"
|
|
2767
|
+
"name": "Julio Marquez",
|
|
2768
|
+
"github": "juliomrqz",
|
|
2769
|
+
"twitter": "juliomrqz"
|
|
1604
2770
|
}
|
|
1605
|
-
]
|
|
2771
|
+
],
|
|
2772
|
+
"compatibility": {
|
|
2773
|
+
"nuxt": "^2.0.0",
|
|
2774
|
+
"requires": {}
|
|
2775
|
+
}
|
|
1606
2776
|
},
|
|
1607
2777
|
{
|
|
1608
2778
|
"name": "page-generator-helper",
|
|
@@ -1613,15 +2783,18 @@
|
|
|
1613
2783
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1614
2784
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1615
2785
|
"learn_more": "",
|
|
1616
|
-
"category": "
|
|
2786
|
+
"category": "Extensions",
|
|
1617
2787
|
"type": "3rd-party",
|
|
1618
2788
|
"maintainers": [
|
|
1619
2789
|
{
|
|
1620
2790
|
"name": "GrabarzUndPartner",
|
|
1621
|
-
"github": "GrabarzUndPartner"
|
|
1622
|
-
"avatar": "https://github.com/GrabarzUndPartner.png"
|
|
2791
|
+
"github": "GrabarzUndPartner"
|
|
1623
2792
|
}
|
|
1624
|
-
]
|
|
2793
|
+
],
|
|
2794
|
+
"compatibility": {
|
|
2795
|
+
"nuxt": "^2.0.0",
|
|
2796
|
+
"requires": {}
|
|
2797
|
+
}
|
|
1625
2798
|
},
|
|
1626
2799
|
{
|
|
1627
2800
|
"name": "parse",
|
|
@@ -1637,10 +2810,109 @@
|
|
|
1637
2810
|
"maintainers": [
|
|
1638
2811
|
{
|
|
1639
2812
|
"name": "cierrateam",
|
|
1640
|
-
"github": "cierrateam"
|
|
1641
|
-
|
|
2813
|
+
"github": "cierrateam"
|
|
2814
|
+
}
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0",
|
|
2818
|
+
"requires": {}
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "partytown",
|
|
2823
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2824
|
+
"repo": "nuxt-community/partytown-module",
|
|
2825
|
+
"npm": "@nuxtjs/partytown",
|
|
2826
|
+
"icon": "partytown.svg",
|
|
2827
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2828
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2829
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2830
|
+
"category": "Performance",
|
|
2831
|
+
"type": "community",
|
|
2832
|
+
"maintainers": [
|
|
2833
|
+
{
|
|
2834
|
+
"name": "Daniel Roe",
|
|
2835
|
+
"github": "danielroe",
|
|
2836
|
+
"twitter": "danielcroe"
|
|
2837
|
+
}
|
|
2838
|
+
],
|
|
2839
|
+
"compatibility": {
|
|
2840
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2841
|
+
"requires": {
|
|
2842
|
+
"bridge": true
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "persian-datepicker",
|
|
2848
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2849
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2850
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2851
|
+
"icon": "persian-datepicker.svg",
|
|
2852
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2853
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2854
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2855
|
+
"category": "Date",
|
|
2856
|
+
"type": "3rd-party",
|
|
2857
|
+
"maintainers": [
|
|
2858
|
+
{
|
|
2859
|
+
"name": "Alireza Alibeiki",
|
|
2860
|
+
"github": "alireza-ab",
|
|
2861
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2862
|
+
}
|
|
2863
|
+
],
|
|
2864
|
+
"compatibility": {
|
|
2865
|
+
"nuxt": "^2.0.0",
|
|
2866
|
+
"requires": {}
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "pinia",
|
|
2871
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2872
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2873
|
+
"npm": "@pinia/nuxt",
|
|
2874
|
+
"icon": "pinia.svg",
|
|
2875
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2876
|
+
"website": "https://pinia.esm.dev/",
|
|
2877
|
+
"learn_more": "",
|
|
2878
|
+
"category": "Extensions",
|
|
2879
|
+
"type": "3rd-party",
|
|
2880
|
+
"maintainers": [
|
|
2881
|
+
{
|
|
2882
|
+
"name": "posva",
|
|
2883
|
+
"github": "posva"
|
|
2884
|
+
}
|
|
2885
|
+
],
|
|
2886
|
+
"compatibility": {
|
|
2887
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2888
|
+
"requires": {
|
|
2889
|
+
"bridge": "optional"
|
|
2890
|
+
}
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"name": "plausible",
|
|
2895
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2896
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2897
|
+
"npm": "vue-plausible",
|
|
2898
|
+
"icon": "plausible.png",
|
|
2899
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2900
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2901
|
+
"learn_more": "",
|
|
2902
|
+
"category": "Analytics",
|
|
2903
|
+
"type": "3rd-party",
|
|
2904
|
+
"maintainers": [
|
|
2905
|
+
{
|
|
2906
|
+
"name": "moritzsternemann",
|
|
2907
|
+
"github": "moritzsternemann"
|
|
1642
2908
|
}
|
|
1643
|
-
]
|
|
2909
|
+
],
|
|
2910
|
+
"compatibility": {
|
|
2911
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2912
|
+
"requires": {
|
|
2913
|
+
"bridge": "optional"
|
|
2914
|
+
}
|
|
2915
|
+
}
|
|
1644
2916
|
},
|
|
1645
2917
|
{
|
|
1646
2918
|
"name": "precompress",
|
|
@@ -1656,10 +2928,13 @@
|
|
|
1656
2928
|
"maintainers": [
|
|
1657
2929
|
{
|
|
1658
2930
|
"name": "frenchrabbit",
|
|
1659
|
-
"github": "frenchrabbit"
|
|
1660
|
-
"avatar": "https://github.com/frenchrabbit.png"
|
|
2931
|
+
"github": "frenchrabbit"
|
|
1661
2932
|
}
|
|
1662
|
-
]
|
|
2933
|
+
],
|
|
2934
|
+
"compatibility": {
|
|
2935
|
+
"nuxt": "^2.0.0",
|
|
2936
|
+
"requires": {}
|
|
2937
|
+
}
|
|
1663
2938
|
},
|
|
1664
2939
|
{
|
|
1665
2940
|
"name": "prismic",
|
|
@@ -1668,7 +2943,7 @@
|
|
|
1668
2943
|
"npm": "@nuxtjs/prismic",
|
|
1669
2944
|
"icon": "prismic.png",
|
|
1670
2945
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
1671
|
-
"website": "https://
|
|
2946
|
+
"website": "https://prismic.nuxtjs.org",
|
|
1672
2947
|
"learn_more": "https://prismic.io/",
|
|
1673
2948
|
"category": "CMS",
|
|
1674
2949
|
"type": "community",
|
|
@@ -1676,21 +2951,22 @@
|
|
|
1676
2951
|
{
|
|
1677
2952
|
"name": "Sébastien Chopin",
|
|
1678
2953
|
"github": "Atinux",
|
|
1679
|
-
"twitter": "Atinux"
|
|
1680
|
-
"avatar": "https://github.com/Atinux.png"
|
|
2954
|
+
"twitter": "Atinux"
|
|
1681
2955
|
},
|
|
1682
2956
|
{
|
|
1683
2957
|
"name": "lihbr",
|
|
1684
2958
|
"github": "lihbr",
|
|
1685
|
-
"twitter": "li_hbr"
|
|
1686
|
-
"avatar": "https://github.com/lihbr.png"
|
|
2959
|
+
"twitter": "li_hbr"
|
|
1687
2960
|
},
|
|
1688
2961
|
{
|
|
1689
2962
|
"name": "James Pegg",
|
|
1690
|
-
"github": "jamespegg"
|
|
1691
|
-
"avatar": "https://github.com/jamespegg.png"
|
|
2963
|
+
"github": "jamespegg"
|
|
1692
2964
|
}
|
|
1693
|
-
]
|
|
2965
|
+
],
|
|
2966
|
+
"compatibility": {
|
|
2967
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2968
|
+
"requires": {}
|
|
2969
|
+
}
|
|
1694
2970
|
},
|
|
1695
2971
|
{
|
|
1696
2972
|
"name": "protected-mailto",
|
|
@@ -1706,10 +2982,13 @@
|
|
|
1706
2982
|
"maintainers": [
|
|
1707
2983
|
{
|
|
1708
2984
|
"name": "mmoollllee",
|
|
1709
|
-
"github": "mmoollllee"
|
|
1710
|
-
"avatar": "https://github.com/mmoollllee.png"
|
|
2985
|
+
"github": "mmoollllee"
|
|
1711
2986
|
}
|
|
1712
|
-
]
|
|
2987
|
+
],
|
|
2988
|
+
"compatibility": {
|
|
2989
|
+
"nuxt": "^2.0.0",
|
|
2990
|
+
"requires": {}
|
|
2991
|
+
}
|
|
1713
2992
|
},
|
|
1714
2993
|
{
|
|
1715
2994
|
"name": "proxy",
|
|
@@ -1726,10 +3005,13 @@
|
|
|
1726
3005
|
{
|
|
1727
3006
|
"name": "Pooya Parsa",
|
|
1728
3007
|
"github": "pi0",
|
|
1729
|
-
"twitter": "_pi0_"
|
|
1730
|
-
"avatar": "https://github.com/pi0.png"
|
|
3008
|
+
"twitter": "_pi0_"
|
|
1731
3009
|
}
|
|
1732
|
-
]
|
|
3010
|
+
],
|
|
3011
|
+
"compatibility": {
|
|
3012
|
+
"nuxt": "^2.0.0",
|
|
3013
|
+
"requires": {}
|
|
3014
|
+
}
|
|
1733
3015
|
},
|
|
1734
3016
|
{
|
|
1735
3017
|
"name": "prune-html",
|
|
@@ -1744,11 +3026,15 @@
|
|
|
1744
3026
|
"type": "3rd-party",
|
|
1745
3027
|
"maintainers": [
|
|
1746
3028
|
{
|
|
1747
|
-
"name": "
|
|
3029
|
+
"name": "Luca Iaconelli",
|
|
1748
3030
|
"github": "LuXDAmore",
|
|
1749
|
-
"
|
|
3031
|
+
"twitter": "luxdamore"
|
|
1750
3032
|
}
|
|
1751
|
-
]
|
|
3033
|
+
],
|
|
3034
|
+
"compatibility": {
|
|
3035
|
+
"nuxt": "^2.0.0",
|
|
3036
|
+
"requires": {}
|
|
3037
|
+
}
|
|
1752
3038
|
},
|
|
1753
3039
|
{
|
|
1754
3040
|
"name": "purgecss",
|
|
@@ -1764,14 +3050,17 @@
|
|
|
1764
3050
|
"maintainers": [
|
|
1765
3051
|
{
|
|
1766
3052
|
"name": "Developmint",
|
|
1767
|
-
"github": "Developmint"
|
|
1768
|
-
"avatar": "https://github.com/Developmint.png"
|
|
3053
|
+
"github": "Developmint"
|
|
1769
3054
|
}
|
|
1770
|
-
]
|
|
3055
|
+
],
|
|
3056
|
+
"compatibility": {
|
|
3057
|
+
"nuxt": "^2.0.0",
|
|
3058
|
+
"requires": {}
|
|
3059
|
+
}
|
|
1771
3060
|
},
|
|
1772
3061
|
{
|
|
1773
3062
|
"name": "pwa",
|
|
1774
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3063
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1775
3064
|
"repo": "nuxt-community/pwa-module",
|
|
1776
3065
|
"npm": "@nuxtjs/pwa",
|
|
1777
3066
|
"icon": "pwa.png",
|
|
@@ -1784,10 +3073,15 @@
|
|
|
1784
3073
|
{
|
|
1785
3074
|
"name": "Pooya Parsa",
|
|
1786
3075
|
"github": "pi0",
|
|
1787
|
-
"twitter": "_pi0_"
|
|
1788
|
-
|
|
3076
|
+
"twitter": "_pi0_"
|
|
3077
|
+
}
|
|
3078
|
+
],
|
|
3079
|
+
"compatibility": {
|
|
3080
|
+
"nuxt": "^2.0.0",
|
|
3081
|
+
"requires": {
|
|
3082
|
+
"bridge": "optional"
|
|
1789
3083
|
}
|
|
1790
|
-
|
|
3084
|
+
}
|
|
1791
3085
|
},
|
|
1792
3086
|
{
|
|
1793
3087
|
"name": "python",
|
|
@@ -1798,15 +3092,18 @@
|
|
|
1798
3092
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1799
3093
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1800
3094
|
"learn_more": "https://www.python.org/",
|
|
1801
|
-
"category": "
|
|
3095
|
+
"category": "Extensions",
|
|
1802
3096
|
"type": "community",
|
|
1803
3097
|
"maintainers": [
|
|
1804
3098
|
{
|
|
1805
3099
|
"name": "Sebastian Silva",
|
|
1806
|
-
"github": "icarito"
|
|
1807
|
-
"avatar": "https://github.com/icarito.png"
|
|
3100
|
+
"github": "icarito"
|
|
1808
3101
|
}
|
|
1809
|
-
]
|
|
3102
|
+
],
|
|
3103
|
+
"compatibility": {
|
|
3104
|
+
"nuxt": "^2.0.0",
|
|
3105
|
+
"requires": {}
|
|
3106
|
+
}
|
|
1810
3107
|
},
|
|
1811
3108
|
{
|
|
1812
3109
|
"name": "recaptcha",
|
|
@@ -1822,10 +3119,13 @@
|
|
|
1822
3119
|
"maintainers": [
|
|
1823
3120
|
{
|
|
1824
3121
|
"name": "mvrlin",
|
|
1825
|
-
"github": "mvrlin"
|
|
1826
|
-
"avatar": "https://github.com/mvrlin.png"
|
|
3122
|
+
"github": "mvrlin"
|
|
1827
3123
|
}
|
|
1828
|
-
]
|
|
3124
|
+
],
|
|
3125
|
+
"compatibility": {
|
|
3126
|
+
"nuxt": "^2.0.0",
|
|
3127
|
+
"requires": {}
|
|
3128
|
+
}
|
|
1829
3129
|
},
|
|
1830
3130
|
{
|
|
1831
3131
|
"name": "redirect",
|
|
@@ -1842,10 +3142,13 @@
|
|
|
1842
3142
|
{
|
|
1843
3143
|
"name": "Alexander Lichter",
|
|
1844
3144
|
"github": "manniL",
|
|
1845
|
-
"twitter": "TheAlexLichter"
|
|
1846
|
-
"avatar": "https://github.com/manniL.png"
|
|
3145
|
+
"twitter": "TheAlexLichter"
|
|
1847
3146
|
}
|
|
1848
|
-
]
|
|
3147
|
+
],
|
|
3148
|
+
"compatibility": {
|
|
3149
|
+
"nuxt": "^2.0.0",
|
|
3150
|
+
"requires": {}
|
|
3151
|
+
}
|
|
1849
3152
|
},
|
|
1850
3153
|
{
|
|
1851
3154
|
"name": "rfg-icon",
|
|
@@ -1856,15 +3159,18 @@
|
|
|
1856
3159
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1857
3160
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1858
3161
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1859
|
-
"category": "
|
|
3162
|
+
"category": "SEO",
|
|
1860
3163
|
"type": "3rd-party",
|
|
1861
3164
|
"maintainers": [
|
|
1862
3165
|
{
|
|
1863
3166
|
"name": "pimlie",
|
|
1864
|
-
"github": "pimlie"
|
|
1865
|
-
"avatar": "https://github.com/pimlie.png"
|
|
3167
|
+
"github": "pimlie"
|
|
1866
3168
|
}
|
|
1867
|
-
]
|
|
3169
|
+
],
|
|
3170
|
+
"compatibility": {
|
|
3171
|
+
"nuxt": "^2.0.0",
|
|
3172
|
+
"requires": {}
|
|
3173
|
+
}
|
|
1868
3174
|
},
|
|
1869
3175
|
{
|
|
1870
3176
|
"name": "robots",
|
|
@@ -1880,10 +3186,13 @@
|
|
|
1880
3186
|
"maintainers": [
|
|
1881
3187
|
{
|
|
1882
3188
|
"name": "Ricardo Gobbo de Souza",
|
|
1883
|
-
"github": "ricardogobbosouza"
|
|
1884
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
3189
|
+
"github": "ricardogobbosouza"
|
|
1885
3190
|
}
|
|
1886
|
-
]
|
|
3191
|
+
],
|
|
3192
|
+
"compatibility": {
|
|
3193
|
+
"nuxt": "^2.0.0",
|
|
3194
|
+
"requires": {}
|
|
3195
|
+
}
|
|
1887
3196
|
},
|
|
1888
3197
|
{
|
|
1889
3198
|
"name": "rollbar",
|
|
@@ -1891,18 +3200,21 @@
|
|
|
1891
3200
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
1892
3201
|
"npm": "nuxt-rollbar-module",
|
|
1893
3202
|
"icon": "rollbar.png",
|
|
1894
|
-
"github": "https://github.com/
|
|
1895
|
-
"website": "https://github.com/
|
|
3203
|
+
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
3204
|
+
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
1896
3205
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
1897
3206
|
"category": "Monitoring",
|
|
1898
3207
|
"type": "3rd-party",
|
|
1899
3208
|
"maintainers": [
|
|
1900
3209
|
{
|
|
1901
|
-
"name": "
|
|
1902
|
-
"github": "
|
|
1903
|
-
"avatar": "https://github.com/zevran.png"
|
|
3210
|
+
"name": "Gaël Reyrol",
|
|
3211
|
+
"github": "gaelreyrol"
|
|
1904
3212
|
}
|
|
1905
|
-
]
|
|
3213
|
+
],
|
|
3214
|
+
"compatibility": {
|
|
3215
|
+
"nuxt": "^2.0.0",
|
|
3216
|
+
"requires": {}
|
|
3217
|
+
}
|
|
1906
3218
|
},
|
|
1907
3219
|
{
|
|
1908
3220
|
"name": "router-extras",
|
|
@@ -1913,16 +3225,19 @@
|
|
|
1913
3225
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1914
3226
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1915
3227
|
"learn_more": "",
|
|
1916
|
-
"category": "
|
|
3228
|
+
"category": "Extensions",
|
|
1917
3229
|
"type": "community",
|
|
1918
3230
|
"maintainers": [
|
|
1919
3231
|
{
|
|
1920
3232
|
"name": "Ahad Birang",
|
|
1921
3233
|
"github": "farnabaz",
|
|
1922
|
-
"twitter": "a_birang"
|
|
1923
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
3234
|
+
"twitter": "a_birang"
|
|
1924
3235
|
}
|
|
1925
|
-
]
|
|
3236
|
+
],
|
|
3237
|
+
"compatibility": {
|
|
3238
|
+
"nuxt": "^2.0.0",
|
|
3239
|
+
"requires": {}
|
|
3240
|
+
}
|
|
1926
3241
|
},
|
|
1927
3242
|
{
|
|
1928
3243
|
"name": "router",
|
|
@@ -1933,23 +3248,26 @@
|
|
|
1933
3248
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1934
3249
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1935
3250
|
"learn_more": "",
|
|
1936
|
-
"category": "
|
|
3251
|
+
"category": "Extensions",
|
|
1937
3252
|
"type": "community",
|
|
1938
3253
|
"maintainers": [
|
|
1939
3254
|
{
|
|
1940
3255
|
"name": "Sébastien Chopin",
|
|
1941
3256
|
"github": "Atinux",
|
|
1942
|
-
"twitter": "Atinux"
|
|
1943
|
-
"avatar": "https://github.com/Atinux.png"
|
|
3257
|
+
"twitter": "Atinux"
|
|
1944
3258
|
}
|
|
1945
|
-
]
|
|
3259
|
+
],
|
|
3260
|
+
"compatibility": {
|
|
3261
|
+
"nuxt": "^2.0.0",
|
|
3262
|
+
"requires": {}
|
|
3263
|
+
}
|
|
1946
3264
|
},
|
|
1947
3265
|
{
|
|
1948
3266
|
"name": "sanity",
|
|
1949
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3267
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
1950
3268
|
"repo": "nuxt-community/sanity-module#main",
|
|
1951
3269
|
"npm": "@nuxtjs/sanity",
|
|
1952
|
-
"icon": "
|
|
3270
|
+
"icon": "sanity.png",
|
|
1953
3271
|
"github": "https://github.com/nuxt-community/sanity-module#main",
|
|
1954
3272
|
"website": "https://sanity.nuxtjs.org",
|
|
1955
3273
|
"learn_more": "https://www.sanity.io/",
|
|
@@ -1959,10 +3277,39 @@
|
|
|
1959
3277
|
{
|
|
1960
3278
|
"name": "Daniel Roe",
|
|
1961
3279
|
"github": "danielroe",
|
|
1962
|
-
"twitter": "danielcroe"
|
|
1963
|
-
|
|
3280
|
+
"twitter": "danielcroe"
|
|
3281
|
+
}
|
|
3282
|
+
],
|
|
3283
|
+
"compatibility": {
|
|
3284
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3285
|
+
"requires": {
|
|
3286
|
+
"bridge": "optional"
|
|
3287
|
+
}
|
|
3288
|
+
}
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"name": "schema-org",
|
|
3292
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3293
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3294
|
+
"npm": "nuxt-schema-org",
|
|
3295
|
+
"icon": "schema-org.svg",
|
|
3296
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3297
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3298
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3299
|
+
"category": "SEO",
|
|
3300
|
+
"type": "3rd-party",
|
|
3301
|
+
"maintainers": [
|
|
3302
|
+
{
|
|
3303
|
+
"name": "Harlan Wilton",
|
|
3304
|
+
"github": "harlan-zw",
|
|
3305
|
+
"twitter": "harlan_zw",
|
|
3306
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
1964
3307
|
}
|
|
1965
|
-
]
|
|
3308
|
+
],
|
|
3309
|
+
"compatibility": {
|
|
3310
|
+
"nuxt": "^3.0.0",
|
|
3311
|
+
"requires": {}
|
|
3312
|
+
}
|
|
1966
3313
|
},
|
|
1967
3314
|
{
|
|
1968
3315
|
"name": "scss-to-js",
|
|
@@ -1978,10 +3325,13 @@
|
|
|
1978
3325
|
"maintainers": [
|
|
1979
3326
|
{
|
|
1980
3327
|
"name": "sugoidesune",
|
|
1981
|
-
"github": "sugoidesune"
|
|
1982
|
-
"avatar": "https://github.com/sugoidesune.png"
|
|
3328
|
+
"github": "sugoidesune"
|
|
1983
3329
|
}
|
|
1984
|
-
]
|
|
3330
|
+
],
|
|
3331
|
+
"compatibility": {
|
|
3332
|
+
"nuxt": "^2.0.0",
|
|
3333
|
+
"requires": {}
|
|
3334
|
+
}
|
|
1985
3335
|
},
|
|
1986
3336
|
{
|
|
1987
3337
|
"name": "segment",
|
|
@@ -1997,10 +3347,13 @@
|
|
|
1997
3347
|
"maintainers": [
|
|
1998
3348
|
{
|
|
1999
3349
|
"name": "dansmaculotte",
|
|
2000
|
-
"github": "dansmaculotte"
|
|
2001
|
-
"avatar": "https://github.com/dansmaculotte.png"
|
|
3350
|
+
"github": "dansmaculotte"
|
|
2002
3351
|
}
|
|
2003
|
-
]
|
|
3352
|
+
],
|
|
3353
|
+
"compatibility": {
|
|
3354
|
+
"nuxt": "^2.0.0",
|
|
3355
|
+
"requires": {}
|
|
3356
|
+
}
|
|
2004
3357
|
},
|
|
2005
3358
|
{
|
|
2006
3359
|
"name": "sentry",
|
|
@@ -2009,17 +3362,43 @@
|
|
|
2009
3362
|
"npm": "@nuxtjs/sentry",
|
|
2010
3363
|
"icon": "sentry.png",
|
|
2011
3364
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2012
|
-
"website": "https://
|
|
3365
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2013
3366
|
"learn_more": "https://sentry.io/welcome/",
|
|
2014
3367
|
"category": "Monitoring",
|
|
2015
3368
|
"type": "community",
|
|
2016
3369
|
"maintainers": [
|
|
2017
3370
|
{
|
|
2018
3371
|
"name": "Rafał Chłodnicki",
|
|
2019
|
-
"github": "rchl"
|
|
2020
|
-
|
|
3372
|
+
"github": "rchl"
|
|
3373
|
+
}
|
|
3374
|
+
],
|
|
3375
|
+
"compatibility": {
|
|
3376
|
+
"nuxt": "^2.0.0",
|
|
3377
|
+
"requires": {}
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"name": "seo-meta",
|
|
3382
|
+
"description": "Simple generate seo metadata",
|
|
3383
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3384
|
+
"npm": "nuxt-seo-meta",
|
|
3385
|
+
"icon": "",
|
|
3386
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3387
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3388
|
+
"learn_more": "",
|
|
3389
|
+
"category": "SEO",
|
|
3390
|
+
"type": "3rd-party",
|
|
3391
|
+
"maintainers": [
|
|
3392
|
+
{
|
|
3393
|
+
"name": "ihavecoke",
|
|
3394
|
+
"github": "ihavecoke",
|
|
3395
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2021
3396
|
}
|
|
2022
|
-
]
|
|
3397
|
+
],
|
|
3398
|
+
"compatibility": {
|
|
3399
|
+
"nuxt": "^2.0.0",
|
|
3400
|
+
"requires": {}
|
|
3401
|
+
}
|
|
2023
3402
|
},
|
|
2024
3403
|
{
|
|
2025
3404
|
"name": "seomatic-meta",
|
|
@@ -2035,10 +3414,13 @@
|
|
|
2035
3414
|
"maintainers": [
|
|
2036
3415
|
{
|
|
2037
3416
|
"name": "ben-rogerson",
|
|
2038
|
-
"github": "ben-rogerson"
|
|
2039
|
-
"avatar": "https://github.com/ben-rogerson.png"
|
|
3417
|
+
"github": "ben-rogerson"
|
|
2040
3418
|
}
|
|
2041
|
-
]
|
|
3419
|
+
],
|
|
3420
|
+
"compatibility": {
|
|
3421
|
+
"nuxt": "^2.0.0",
|
|
3422
|
+
"requires": {}
|
|
3423
|
+
}
|
|
2042
3424
|
},
|
|
2043
3425
|
{
|
|
2044
3426
|
"name": "separate-env",
|
|
@@ -2049,16 +3431,19 @@
|
|
|
2049
3431
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2050
3432
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2051
3433
|
"learn_more": "",
|
|
2052
|
-
"category": "
|
|
3434
|
+
"category": "Extensions",
|
|
2053
3435
|
"type": "community",
|
|
2054
3436
|
"maintainers": [
|
|
2055
3437
|
{
|
|
2056
3438
|
"name": "Alexander Lichter",
|
|
2057
3439
|
"github": "manniL",
|
|
2058
|
-
"twitter": "TheAlexLichter"
|
|
2059
|
-
"avatar": "https://github.com/manniL.png"
|
|
3440
|
+
"twitter": "TheAlexLichter"
|
|
2060
3441
|
}
|
|
2061
|
-
]
|
|
3442
|
+
],
|
|
3443
|
+
"compatibility": {
|
|
3444
|
+
"nuxt": "^2.0.0",
|
|
3445
|
+
"requires": {}
|
|
3446
|
+
}
|
|
2062
3447
|
},
|
|
2063
3448
|
{
|
|
2064
3449
|
"name": "shopify",
|
|
@@ -2074,10 +3459,13 @@
|
|
|
2074
3459
|
"maintainers": [
|
|
2075
3460
|
{
|
|
2076
3461
|
"name": "Gomah",
|
|
2077
|
-
"github": "Gomah"
|
|
2078
|
-
"avatar": "https://github.com/Gomah.png"
|
|
3462
|
+
"github": "Gomah"
|
|
2079
3463
|
}
|
|
2080
|
-
]
|
|
3464
|
+
],
|
|
3465
|
+
"compatibility": {
|
|
3466
|
+
"nuxt": "^2.0.0",
|
|
3467
|
+
"requires": {}
|
|
3468
|
+
}
|
|
2081
3469
|
},
|
|
2082
3470
|
{
|
|
2083
3471
|
"name": "simple-line-icons",
|
|
@@ -2093,10 +3481,13 @@
|
|
|
2093
3481
|
"maintainers": [
|
|
2094
3482
|
{
|
|
2095
3483
|
"name": "vaso2",
|
|
2096
|
-
"github": "vaso2"
|
|
2097
|
-
"avatar": "https://github.com/vaso2.png"
|
|
3484
|
+
"github": "vaso2"
|
|
2098
3485
|
}
|
|
2099
|
-
]
|
|
3486
|
+
],
|
|
3487
|
+
"compatibility": {
|
|
3488
|
+
"nuxt": "^2.0.0",
|
|
3489
|
+
"requires": {}
|
|
3490
|
+
}
|
|
2100
3491
|
},
|
|
2101
3492
|
{
|
|
2102
3493
|
"name": "sitemap",
|
|
@@ -2105,7 +3496,7 @@
|
|
|
2105
3496
|
"npm": "@nuxtjs/sitemap",
|
|
2106
3497
|
"icon": "",
|
|
2107
3498
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2108
|
-
"website": "https://
|
|
3499
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2109
3500
|
"learn_more": "",
|
|
2110
3501
|
"category": "SEO",
|
|
2111
3502
|
"type": "community",
|
|
@@ -2113,10 +3504,36 @@
|
|
|
2113
3504
|
{
|
|
2114
3505
|
"name": "Nicolas PENNEC",
|
|
2115
3506
|
"github": "NicoPennec",
|
|
2116
|
-
"twitter": "NicoPennec"
|
|
2117
|
-
|
|
3507
|
+
"twitter": "NicoPennec"
|
|
3508
|
+
}
|
|
3509
|
+
],
|
|
3510
|
+
"compatibility": {
|
|
3511
|
+
"nuxt": "^2.0.0",
|
|
3512
|
+
"requires": {}
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "snipcart",
|
|
3517
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3518
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3519
|
+
"npm": "@nuxtjs/snipcart",
|
|
3520
|
+
"icon": "snipcart.png",
|
|
3521
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3522
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3523
|
+
"learn_more": "",
|
|
3524
|
+
"category": "Payment",
|
|
3525
|
+
"type": "community",
|
|
3526
|
+
"maintainers": [
|
|
3527
|
+
{
|
|
3528
|
+
"name": "Florent GIRAUD",
|
|
3529
|
+
"github": "f3ltron",
|
|
3530
|
+
"twitter": "giraud_florent"
|
|
2118
3531
|
}
|
|
2119
|
-
]
|
|
3532
|
+
],
|
|
3533
|
+
"compatibility": {
|
|
3534
|
+
"nuxt": "^2.0.0",
|
|
3535
|
+
"requires": {}
|
|
3536
|
+
}
|
|
2120
3537
|
},
|
|
2121
3538
|
{
|
|
2122
3539
|
"name": "social-meta",
|
|
@@ -2132,10 +3549,13 @@
|
|
|
2132
3549
|
"maintainers": [
|
|
2133
3550
|
{
|
|
2134
3551
|
"name": "AlekseyPleshkov",
|
|
2135
|
-
"github": "AlekseyPleshkov"
|
|
2136
|
-
"avatar": "https://github.com/AlekseyPleshkov.png"
|
|
3552
|
+
"github": "AlekseyPleshkov"
|
|
2137
3553
|
}
|
|
2138
|
-
]
|
|
3554
|
+
],
|
|
3555
|
+
"compatibility": {
|
|
3556
|
+
"nuxt": "^2.0.0",
|
|
3557
|
+
"requires": {}
|
|
3558
|
+
}
|
|
2139
3559
|
},
|
|
2140
3560
|
{
|
|
2141
3561
|
"name": "socket-io",
|
|
@@ -2151,10 +3571,13 @@
|
|
|
2151
3571
|
"maintainers": [
|
|
2152
3572
|
{
|
|
2153
3573
|
"name": "richardeschloss",
|
|
2154
|
-
"github": "richardeschloss"
|
|
2155
|
-
"avatar": "https://github.com/richardeschloss.png"
|
|
3574
|
+
"github": "richardeschloss"
|
|
2156
3575
|
}
|
|
2157
|
-
]
|
|
3576
|
+
],
|
|
3577
|
+
"compatibility": {
|
|
3578
|
+
"nuxt": "^2.0.0",
|
|
3579
|
+
"requires": {}
|
|
3580
|
+
}
|
|
2158
3581
|
},
|
|
2159
3582
|
{
|
|
2160
3583
|
"name": "speedcurve",
|
|
@@ -2171,10 +3594,46 @@
|
|
|
2171
3594
|
{
|
|
2172
3595
|
"name": "Josh Deltener",
|
|
2173
3596
|
"github": "hecktarzuli",
|
|
2174
|
-
"twitter": "JoshDeltener"
|
|
2175
|
-
|
|
3597
|
+
"twitter": "JoshDeltener"
|
|
3598
|
+
}
|
|
3599
|
+
],
|
|
3600
|
+
"compatibility": {
|
|
3601
|
+
"nuxt": "^2.0.0",
|
|
3602
|
+
"requires": {}
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"name": "speedkit",
|
|
3607
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3608
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3609
|
+
"npm": "nuxt-speedkit",
|
|
3610
|
+
"icon": "speedkit.png",
|
|
3611
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3612
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3613
|
+
"learn_more": "",
|
|
3614
|
+
"category": "Performance",
|
|
3615
|
+
"type": "3rd-party",
|
|
3616
|
+
"maintainers": [
|
|
3617
|
+
{
|
|
3618
|
+
"name": "Stephan Gerbeth",
|
|
3619
|
+
"github": "StephanGerbeth",
|
|
3620
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"name": "Thorn Walli",
|
|
3624
|
+
"github": "ThornWalli",
|
|
3625
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"name": "Grabarz & Partner",
|
|
3629
|
+
"github": "GrabarzUndPartner",
|
|
3630
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2176
3631
|
}
|
|
2177
|
-
]
|
|
3632
|
+
],
|
|
3633
|
+
"compatibility": {
|
|
3634
|
+
"nuxt": "^2.0.0",
|
|
3635
|
+
"requires": {}
|
|
3636
|
+
}
|
|
2178
3637
|
},
|
|
2179
3638
|
{
|
|
2180
3639
|
"name": "storage",
|
|
@@ -2185,15 +3644,40 @@
|
|
|
2185
3644
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2186
3645
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2187
3646
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2188
|
-
"category": "
|
|
3647
|
+
"category": "Extensions",
|
|
2189
3648
|
"type": "3rd-party",
|
|
2190
3649
|
"maintainers": [
|
|
2191
3650
|
{
|
|
2192
3651
|
"name": "mazipan",
|
|
2193
|
-
"github": "mazipan"
|
|
2194
|
-
|
|
3652
|
+
"github": "mazipan"
|
|
3653
|
+
}
|
|
3654
|
+
],
|
|
3655
|
+
"compatibility": {
|
|
3656
|
+
"nuxt": "^2.0.0",
|
|
3657
|
+
"requires": {}
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"name": "storefront-ui",
|
|
3662
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3663
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3664
|
+
"npm": "@storefront-ui/nuxt",
|
|
3665
|
+
"icon": "storefront-ui.svg",
|
|
3666
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3667
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3668
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3669
|
+
"category": "UI",
|
|
3670
|
+
"type": "3rd-party",
|
|
3671
|
+
"maintainers": [
|
|
3672
|
+
{
|
|
3673
|
+
"name": "Jakub Andrzejewski",
|
|
3674
|
+
"github": "Baroshem"
|
|
2195
3675
|
}
|
|
2196
|
-
]
|
|
3676
|
+
],
|
|
3677
|
+
"compatibility": {
|
|
3678
|
+
"nuxt": "^2.0.0",
|
|
3679
|
+
"requires": {}
|
|
3680
|
+
}
|
|
2197
3681
|
},
|
|
2198
3682
|
{
|
|
2199
3683
|
"name": "stories",
|
|
@@ -2209,16 +3693,19 @@
|
|
|
2209
3693
|
"maintainers": [
|
|
2210
3694
|
{
|
|
2211
3695
|
"name": "richardeschloss",
|
|
2212
|
-
"github": "richardeschloss"
|
|
2213
|
-
"avatar": "https://github.com/richardeschloss.png"
|
|
3696
|
+
"github": "richardeschloss"
|
|
2214
3697
|
}
|
|
2215
|
-
]
|
|
3698
|
+
],
|
|
3699
|
+
"compatibility": {
|
|
3700
|
+
"nuxt": "^2.0.0",
|
|
3701
|
+
"requires": {}
|
|
3702
|
+
}
|
|
2216
3703
|
},
|
|
2217
3704
|
{
|
|
2218
3705
|
"name": "storyblok",
|
|
2219
3706
|
"description": "Storyblok Nuxt.js module",
|
|
2220
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2221
|
-
"npm": "storyblok
|
|
3707
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3708
|
+
"npm": "@storyblok/nuxt",
|
|
2222
3709
|
"icon": "storyblok.png",
|
|
2223
3710
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2224
3711
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2228,10 +3715,13 @@
|
|
|
2228
3715
|
"maintainers": [
|
|
2229
3716
|
{
|
|
2230
3717
|
"name": "storyblok",
|
|
2231
|
-
"github": "storyblok"
|
|
2232
|
-
"avatar": "https://github.com/storyblok.png"
|
|
3718
|
+
"github": "storyblok"
|
|
2233
3719
|
}
|
|
2234
|
-
]
|
|
3720
|
+
],
|
|
3721
|
+
"compatibility": {
|
|
3722
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3723
|
+
"requires": {}
|
|
3724
|
+
}
|
|
2235
3725
|
},
|
|
2236
3726
|
{
|
|
2237
3727
|
"name": "storybook",
|
|
@@ -2248,16 +3738,20 @@
|
|
|
2248
3738
|
{
|
|
2249
3739
|
"name": "Ahad Birang",
|
|
2250
3740
|
"github": "farnabaz",
|
|
2251
|
-
"twitter": "a_birang"
|
|
2252
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
3741
|
+
"twitter": "a_birang"
|
|
2253
3742
|
},
|
|
2254
3743
|
{
|
|
2255
3744
|
"name": "Pooya Parsa",
|
|
2256
3745
|
"github": "pi0",
|
|
2257
|
-
"twitter": "_pi0_"
|
|
2258
|
-
|
|
3746
|
+
"twitter": "_pi0_"
|
|
3747
|
+
}
|
|
3748
|
+
],
|
|
3749
|
+
"compatibility": {
|
|
3750
|
+
"nuxt": "^2.0.0",
|
|
3751
|
+
"requires": {
|
|
3752
|
+
"bridge": "optional"
|
|
2259
3753
|
}
|
|
2260
|
-
|
|
3754
|
+
}
|
|
2261
3755
|
},
|
|
2262
3756
|
{
|
|
2263
3757
|
"name": "strapi",
|
|
@@ -2274,16 +3768,20 @@
|
|
|
2274
3768
|
{
|
|
2275
3769
|
"name": "Benjamin Canac",
|
|
2276
3770
|
"github": "benjamincanac",
|
|
2277
|
-
"twitter": "benjamincanac"
|
|
2278
|
-
"avatar": "https://github.com/benjamincanac.png"
|
|
3771
|
+
"twitter": "benjamincanac"
|
|
2279
3772
|
},
|
|
2280
3773
|
{
|
|
2281
3774
|
"name": "Sébastien Chopin",
|
|
2282
3775
|
"github": "Atinux",
|
|
2283
|
-
"twitter": "Atinux"
|
|
2284
|
-
"avatar": "https://github.com/Atinux.png"
|
|
3776
|
+
"twitter": "Atinux"
|
|
2285
3777
|
}
|
|
2286
|
-
]
|
|
3778
|
+
],
|
|
3779
|
+
"compatibility": {
|
|
3780
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3781
|
+
"requires": {
|
|
3782
|
+
"bridge": true
|
|
3783
|
+
}
|
|
3784
|
+
}
|
|
2287
3785
|
},
|
|
2288
3786
|
{
|
|
2289
3787
|
"name": "stripe",
|
|
@@ -2299,10 +3797,13 @@
|
|
|
2299
3797
|
"maintainers": [
|
|
2300
3798
|
{
|
|
2301
3799
|
"name": "WilliamDASILVA",
|
|
2302
|
-
"github": "WilliamDASILVA"
|
|
2303
|
-
"avatar": "https://github.com/WilliamDASILVA.png"
|
|
3800
|
+
"github": "WilliamDASILVA"
|
|
2304
3801
|
}
|
|
2305
|
-
]
|
|
3802
|
+
],
|
|
3803
|
+
"compatibility": {
|
|
3804
|
+
"nuxt": "^2.0.0",
|
|
3805
|
+
"requires": {}
|
|
3806
|
+
}
|
|
2306
3807
|
},
|
|
2307
3808
|
{
|
|
2308
3809
|
"name": "style-resources",
|
|
@@ -2319,10 +3820,13 @@
|
|
|
2319
3820
|
{
|
|
2320
3821
|
"name": "Alexander Lichter",
|
|
2321
3822
|
"github": "manniL",
|
|
2322
|
-
"twitter": "TheAlexLichter"
|
|
2323
|
-
"avatar": "https://github.com/manniL.png"
|
|
3823
|
+
"twitter": "TheAlexLichter"
|
|
2324
3824
|
}
|
|
2325
|
-
]
|
|
3825
|
+
],
|
|
3826
|
+
"compatibility": {
|
|
3827
|
+
"nuxt": "^2.0.0",
|
|
3828
|
+
"requires": {}
|
|
3829
|
+
}
|
|
2326
3830
|
},
|
|
2327
3831
|
{
|
|
2328
3832
|
"name": "stylelint",
|
|
@@ -2338,10 +3842,69 @@
|
|
|
2338
3842
|
"maintainers": [
|
|
2339
3843
|
{
|
|
2340
3844
|
"name": "Ricardo Gobbo de Souza",
|
|
2341
|
-
"github": "ricardogobbosouza"
|
|
2342
|
-
|
|
3845
|
+
"github": "ricardogobbosouza"
|
|
3846
|
+
}
|
|
3847
|
+
],
|
|
3848
|
+
"compatibility": {
|
|
3849
|
+
"nuxt": "^2.0.0",
|
|
3850
|
+
"requires": {}
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"name": "stylify",
|
|
3855
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3856
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3857
|
+
"npm": "@stylify/nuxt",
|
|
3858
|
+
"icon": "stylify.svg",
|
|
3859
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3860
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3861
|
+
"learn_more": "https://stylifycss.com",
|
|
3862
|
+
"category": "UI",
|
|
3863
|
+
"type": "3rd-party",
|
|
3864
|
+
"maintainers": [
|
|
3865
|
+
{
|
|
3866
|
+
"name": "Vladimír Macháček",
|
|
3867
|
+
"github": "Machy8",
|
|
3868
|
+
"twitter": "8machy"
|
|
3869
|
+
}
|
|
3870
|
+
],
|
|
3871
|
+
"compatibility": {
|
|
3872
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3873
|
+
"requires": {}
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"name": "supabase",
|
|
3878
|
+
"description": "First class integration with Supabase",
|
|
3879
|
+
"repo": "nuxt-community/supabase-module",
|
|
3880
|
+
"npm": "@nuxtjs/supabase",
|
|
3881
|
+
"icon": "supabase.png",
|
|
3882
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3883
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3884
|
+
"learn_more": "https://supabase.com",
|
|
3885
|
+
"category": "Database",
|
|
3886
|
+
"type": "community",
|
|
3887
|
+
"maintainers": [
|
|
3888
|
+
{
|
|
3889
|
+
"name": "Baptiste Leproux",
|
|
3890
|
+
"github": "larbish",
|
|
3891
|
+
"twitter": "baptistelprx"
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"name": "Sebastien Chopin",
|
|
3895
|
+
"github": "Atinux",
|
|
3896
|
+
"twitter": "Atinux"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"name": "Scott Robertson",
|
|
3900
|
+
"github": "scottrobertson",
|
|
3901
|
+
"twitter": "scottymeuk"
|
|
2343
3902
|
}
|
|
2344
|
-
]
|
|
3903
|
+
],
|
|
3904
|
+
"compatibility": {
|
|
3905
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3906
|
+
"requires": {}
|
|
3907
|
+
}
|
|
2345
3908
|
},
|
|
2346
3909
|
{
|
|
2347
3910
|
"name": "svg-loader",
|
|
@@ -2352,15 +3915,18 @@
|
|
|
2352
3915
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2353
3916
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2354
3917
|
"learn_more": "",
|
|
2355
|
-
"category": "
|
|
3918
|
+
"category": "Extensions",
|
|
2356
3919
|
"type": "3rd-party",
|
|
2357
3920
|
"maintainers": [
|
|
2358
3921
|
{
|
|
2359
3922
|
"name": "Developmint",
|
|
2360
|
-
"github": "Developmint"
|
|
2361
|
-
"avatar": "https://github.com/Developmint.png"
|
|
3923
|
+
"github": "Developmint"
|
|
2362
3924
|
}
|
|
2363
|
-
]
|
|
3925
|
+
],
|
|
3926
|
+
"compatibility": {
|
|
3927
|
+
"nuxt": "^2.0.0",
|
|
3928
|
+
"requires": {}
|
|
3929
|
+
}
|
|
2364
3930
|
},
|
|
2365
3931
|
{
|
|
2366
3932
|
"name": "svg-sprite",
|
|
@@ -2371,16 +3937,19 @@
|
|
|
2371
3937
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2372
3938
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2373
3939
|
"learn_more": "",
|
|
2374
|
-
"category": "
|
|
3940
|
+
"category": "UI",
|
|
2375
3941
|
"type": "community",
|
|
2376
3942
|
"maintainers": [
|
|
2377
3943
|
{
|
|
2378
3944
|
"name": "Ahad Birang",
|
|
2379
3945
|
"github": "farnabaz",
|
|
2380
|
-
"twitter": "a_birang"
|
|
2381
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
3946
|
+
"twitter": "a_birang"
|
|
2382
3947
|
}
|
|
2383
|
-
]
|
|
3948
|
+
],
|
|
3949
|
+
"compatibility": {
|
|
3950
|
+
"nuxt": "^2.0.0",
|
|
3951
|
+
"requires": {}
|
|
3952
|
+
}
|
|
2384
3953
|
},
|
|
2385
3954
|
{
|
|
2386
3955
|
"name": "svg",
|
|
@@ -2391,15 +3960,18 @@
|
|
|
2391
3960
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2392
3961
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2393
3962
|
"learn_more": "",
|
|
2394
|
-
"category": "
|
|
3963
|
+
"category": "Extensions",
|
|
2395
3964
|
"type": "community",
|
|
2396
3965
|
"maintainers": [
|
|
2397
3966
|
{
|
|
2398
3967
|
"name": "Sam Holmes",
|
|
2399
|
-
"github": "sam3d"
|
|
2400
|
-
"avatar": "https://github.com/sam3d.png"
|
|
3968
|
+
"github": "sam3d"
|
|
2401
3969
|
}
|
|
2402
|
-
]
|
|
3970
|
+
],
|
|
3971
|
+
"compatibility": {
|
|
3972
|
+
"nuxt": "^2.0.0",
|
|
3973
|
+
"requires": {}
|
|
3974
|
+
}
|
|
2403
3975
|
},
|
|
2404
3976
|
{
|
|
2405
3977
|
"name": "sweetalert2",
|
|
@@ -2415,10 +3987,13 @@
|
|
|
2415
3987
|
"maintainers": [
|
|
2416
3988
|
{
|
|
2417
3989
|
"name": "ImreC",
|
|
2418
|
-
"github": "ImreC"
|
|
2419
|
-
"avatar": "https://github.com/ImreC.png"
|
|
3990
|
+
"github": "ImreC"
|
|
2420
3991
|
}
|
|
2421
|
-
]
|
|
3992
|
+
],
|
|
3993
|
+
"compatibility": {
|
|
3994
|
+
"nuxt": "^2.0.0",
|
|
3995
|
+
"requires": {}
|
|
3996
|
+
}
|
|
2422
3997
|
},
|
|
2423
3998
|
{
|
|
2424
3999
|
"name": "tailwindcss",
|
|
@@ -2435,10 +4010,36 @@
|
|
|
2435
4010
|
{
|
|
2436
4011
|
"name": "Sébastien Chopin",
|
|
2437
4012
|
"github": "Atinux",
|
|
2438
|
-
"twitter": "Atinux"
|
|
2439
|
-
|
|
4013
|
+
"twitter": "Atinux"
|
|
4014
|
+
}
|
|
4015
|
+
],
|
|
4016
|
+
"compatibility": {
|
|
4017
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4018
|
+
"requires": {}
|
|
4019
|
+
}
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"name": "tiktok-analytics",
|
|
4023
|
+
"description": "",
|
|
4024
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4025
|
+
"npm": "tiktok-analytics",
|
|
4026
|
+
"icon": "",
|
|
4027
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4028
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4029
|
+
"learn_more": "",
|
|
4030
|
+
"category": "Analytics",
|
|
4031
|
+
"type": "3rd-party",
|
|
4032
|
+
"maintainers": [
|
|
4033
|
+
{
|
|
4034
|
+
"name": "stickpro",
|
|
4035
|
+
"github": "stickpro",
|
|
4036
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2440
4037
|
}
|
|
2441
|
-
]
|
|
4038
|
+
],
|
|
4039
|
+
"compatibility": {
|
|
4040
|
+
"nuxt": "^2.0.0",
|
|
4041
|
+
"requires": {}
|
|
4042
|
+
}
|
|
2442
4043
|
},
|
|
2443
4044
|
{
|
|
2444
4045
|
"name": "toast",
|
|
@@ -2446,8 +4047,8 @@
|
|
|
2446
4047
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2447
4048
|
"npm": "@nuxtjs/toast",
|
|
2448
4049
|
"icon": "",
|
|
2449
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2450
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4050
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4051
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2451
4052
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2452
4053
|
"category": "Libraries",
|
|
2453
4054
|
"type": "community",
|
|
@@ -2455,10 +4056,37 @@
|
|
|
2455
4056
|
{
|
|
2456
4057
|
"name": "Pooya Parsa",
|
|
2457
4058
|
"github": "pi0",
|
|
2458
|
-
"twitter": "_pi0_"
|
|
2459
|
-
|
|
4059
|
+
"twitter": "_pi0_"
|
|
4060
|
+
}
|
|
4061
|
+
],
|
|
4062
|
+
"compatibility": {
|
|
4063
|
+
"nuxt": "^2.0.0",
|
|
4064
|
+
"requires": {}
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"name": "twa",
|
|
4069
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4070
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4071
|
+
"npm": "nuxt-twa",
|
|
4072
|
+
"icon": "",
|
|
4073
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4074
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4075
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4076
|
+
"category": "Performance",
|
|
4077
|
+
"type": "3rd-party",
|
|
4078
|
+
"maintainers": [
|
|
4079
|
+
{
|
|
4080
|
+
"name": "Nicolas Perraut",
|
|
4081
|
+
"github": "tuarrep"
|
|
4082
|
+
}
|
|
4083
|
+
],
|
|
4084
|
+
"compatibility": {
|
|
4085
|
+
"nuxt": "^2.0.0",
|
|
4086
|
+
"requires": {
|
|
4087
|
+
"bridge": "optional"
|
|
2460
4088
|
}
|
|
2461
|
-
|
|
4089
|
+
}
|
|
2462
4090
|
},
|
|
2463
4091
|
{
|
|
2464
4092
|
"name": "typed-router",
|
|
@@ -2474,10 +4102,38 @@
|
|
|
2474
4102
|
"maintainers": [
|
|
2475
4103
|
{
|
|
2476
4104
|
"name": "victorgarciaesgi",
|
|
2477
|
-
"github": "victorgarciaesgi"
|
|
2478
|
-
|
|
4105
|
+
"github": "victorgarciaesgi"
|
|
4106
|
+
}
|
|
4107
|
+
],
|
|
4108
|
+
"compatibility": {
|
|
4109
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4110
|
+
"requires": {}
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "typed-vuex",
|
|
4115
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4116
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4117
|
+
"npm": "nuxt-typed-vuex",
|
|
4118
|
+
"icon": "vue.png",
|
|
4119
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4120
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4121
|
+
"learn_more": "",
|
|
4122
|
+
"category": "Libraries",
|
|
4123
|
+
"type": "3rd-party",
|
|
4124
|
+
"maintainers": [
|
|
4125
|
+
{
|
|
4126
|
+
"name": "Daniel Roe",
|
|
4127
|
+
"github": "danielroe",
|
|
4128
|
+
"twitter": "danielcroe"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"compatibility": {
|
|
4132
|
+
"nuxt": "^2.0.0",
|
|
4133
|
+
"requires": {
|
|
4134
|
+
"bridge": "optional"
|
|
2479
4135
|
}
|
|
2480
|
-
|
|
4136
|
+
}
|
|
2481
4137
|
},
|
|
2482
4138
|
{
|
|
2483
4139
|
"name": "typescript-runtime",
|
|
@@ -2493,22 +4149,23 @@
|
|
|
2493
4149
|
"maintainers": [
|
|
2494
4150
|
{
|
|
2495
4151
|
"name": "Kevin Marrec",
|
|
2496
|
-
"github": "kevinmarrec"
|
|
2497
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4152
|
+
"github": "kevinmarrec"
|
|
2498
4153
|
},
|
|
2499
4154
|
{
|
|
2500
4155
|
"name": "Pooya Parsa",
|
|
2501
4156
|
"github": "pi0",
|
|
2502
|
-
"twitter": "_pi0_"
|
|
2503
|
-
"avatar": "https://github.com/pi0.png"
|
|
4157
|
+
"twitter": "_pi0_"
|
|
2504
4158
|
},
|
|
2505
4159
|
{
|
|
2506
4160
|
"name": "Daniel Roe",
|
|
2507
4161
|
"github": "danielroe",
|
|
2508
|
-
"twitter": "danielcroe"
|
|
2509
|
-
"avatar": "https://github.com/danielroe.png"
|
|
4162
|
+
"twitter": "danielcroe"
|
|
2510
4163
|
}
|
|
2511
|
-
]
|
|
4164
|
+
],
|
|
4165
|
+
"compatibility": {
|
|
4166
|
+
"nuxt": "^2.0.0",
|
|
4167
|
+
"requires": {}
|
|
4168
|
+
}
|
|
2512
4169
|
},
|
|
2513
4170
|
{
|
|
2514
4171
|
"name": "typescript",
|
|
@@ -2524,22 +4181,23 @@
|
|
|
2524
4181
|
"maintainers": [
|
|
2525
4182
|
{
|
|
2526
4183
|
"name": "Kevin Marrec",
|
|
2527
|
-
"github": "kevinmarrec"
|
|
2528
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4184
|
+
"github": "kevinmarrec"
|
|
2529
4185
|
},
|
|
2530
4186
|
{
|
|
2531
4187
|
"name": "Pooya Parsa",
|
|
2532
4188
|
"github": "pi0",
|
|
2533
|
-
"twitter": "_pi0_"
|
|
2534
|
-
"avatar": "https://github.com/pi0.png"
|
|
4189
|
+
"twitter": "_pi0_"
|
|
2535
4190
|
},
|
|
2536
4191
|
{
|
|
2537
4192
|
"name": "Daniel Roe",
|
|
2538
4193
|
"github": "danielroe",
|
|
2539
|
-
"twitter": "danielcroe"
|
|
2540
|
-
"avatar": "https://github.com/danielroe.png"
|
|
4194
|
+
"twitter": "danielcroe"
|
|
2541
4195
|
}
|
|
2542
|
-
]
|
|
4196
|
+
],
|
|
4197
|
+
"compatibility": {
|
|
4198
|
+
"nuxt": "^2.0.0",
|
|
4199
|
+
"requires": {}
|
|
4200
|
+
}
|
|
2543
4201
|
},
|
|
2544
4202
|
{
|
|
2545
4203
|
"name": "universal-storage",
|
|
@@ -2550,22 +4208,76 @@
|
|
|
2550
4208
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2551
4209
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2552
4210
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2553
|
-
"category": "
|
|
4211
|
+
"category": "Extensions",
|
|
2554
4212
|
"type": "community",
|
|
2555
4213
|
"maintainers": [
|
|
2556
4214
|
{
|
|
2557
4215
|
"name": "Pooya Parsa",
|
|
2558
4216
|
"github": "pi0",
|
|
2559
|
-
"twitter": "_pi0_"
|
|
2560
|
-
"avatar": "https://github.com/pi0.png"
|
|
4217
|
+
"twitter": "_pi0_"
|
|
2561
4218
|
},
|
|
2562
4219
|
{
|
|
2563
4220
|
"name": "Farzad Soltani",
|
|
2564
4221
|
"github": "farzadso",
|
|
2565
|
-
"twitter": "farzadso"
|
|
2566
|
-
|
|
4222
|
+
"twitter": "farzadso"
|
|
4223
|
+
}
|
|
4224
|
+
],
|
|
4225
|
+
"compatibility": {
|
|
4226
|
+
"nuxt": "^2.0.0",
|
|
4227
|
+
"requires": {}
|
|
4228
|
+
}
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"name": "unlighthouse",
|
|
4232
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4233
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4234
|
+
"npm": "@unlighthouse/nuxt",
|
|
4235
|
+
"icon": "unlighthouse.svg",
|
|
4236
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4237
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4238
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4239
|
+
"category": "Devtools",
|
|
4240
|
+
"type": "3rd-party",
|
|
4241
|
+
"maintainers": [
|
|
4242
|
+
{
|
|
4243
|
+
"name": "Harlan Wilton",
|
|
4244
|
+
"github": "harlan-zw",
|
|
4245
|
+
"twitter": "harlan_zw",
|
|
4246
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4247
|
+
}
|
|
4248
|
+
],
|
|
4249
|
+
"compatibility": {
|
|
4250
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4251
|
+
"requires": {
|
|
4252
|
+
"bridge": "optional"
|
|
4253
|
+
}
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "unocss",
|
|
4258
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4259
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4260
|
+
"npm": "@unocss/nuxt",
|
|
4261
|
+
"icon": "unocss.svg",
|
|
4262
|
+
"github": "https://github.com/antfu/unocss",
|
|
4263
|
+
"website": "https://github.com/antfu/unocss",
|
|
4264
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4265
|
+
"category": "UI",
|
|
4266
|
+
"type": "3rd-party",
|
|
4267
|
+
"maintainers": [
|
|
4268
|
+
{
|
|
4269
|
+
"name": "Anthony Fu",
|
|
4270
|
+
"github": "antfu",
|
|
4271
|
+
"twitter": "antfu7",
|
|
4272
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4273
|
+
}
|
|
4274
|
+
],
|
|
4275
|
+
"compatibility": {
|
|
4276
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4277
|
+
"requires": {
|
|
4278
|
+
"bridge": "optional"
|
|
2567
4279
|
}
|
|
2568
|
-
|
|
4280
|
+
}
|
|
2569
4281
|
},
|
|
2570
4282
|
{
|
|
2571
4283
|
"name": "user-agent",
|
|
@@ -2576,15 +4288,18 @@
|
|
|
2576
4288
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2577
4289
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2578
4290
|
"learn_more": "",
|
|
2579
|
-
"category": "
|
|
4291
|
+
"category": "Extensions",
|
|
2580
4292
|
"type": "3rd-party",
|
|
2581
4293
|
"maintainers": [
|
|
2582
4294
|
{
|
|
2583
4295
|
"name": "fukuiretu",
|
|
2584
|
-
"github": "fukuiretu"
|
|
2585
|
-
"avatar": "https://github.com/fukuiretu.png"
|
|
4296
|
+
"github": "fukuiretu"
|
|
2586
4297
|
}
|
|
2587
|
-
]
|
|
4298
|
+
],
|
|
4299
|
+
"compatibility": {
|
|
4300
|
+
"nuxt": "^2.0.0",
|
|
4301
|
+
"requires": {}
|
|
4302
|
+
}
|
|
2588
4303
|
},
|
|
2589
4304
|
{
|
|
2590
4305
|
"name": "validate",
|
|
@@ -2600,10 +4315,13 @@
|
|
|
2600
4315
|
"maintainers": [
|
|
2601
4316
|
{
|
|
2602
4317
|
"name": "lewyuburi",
|
|
2603
|
-
"github": "lewyuburi"
|
|
2604
|
-
"avatar": "https://github.com/lewyuburi.png"
|
|
4318
|
+
"github": "lewyuburi"
|
|
2605
4319
|
}
|
|
2606
|
-
]
|
|
4320
|
+
],
|
|
4321
|
+
"compatibility": {
|
|
4322
|
+
"nuxt": "^2.0.0",
|
|
4323
|
+
"requires": {}
|
|
4324
|
+
}
|
|
2607
4325
|
},
|
|
2608
4326
|
{
|
|
2609
4327
|
"name": "vendor",
|
|
@@ -2614,16 +4332,19 @@
|
|
|
2614
4332
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2615
4333
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2616
4334
|
"learn_more": "",
|
|
2617
|
-
"category": "
|
|
4335
|
+
"category": "Extensions",
|
|
2618
4336
|
"type": "community",
|
|
2619
4337
|
"maintainers": [
|
|
2620
4338
|
{
|
|
2621
4339
|
"name": "Pooya Parsa",
|
|
2622
4340
|
"github": "pi0",
|
|
2623
|
-
"twitter": "_pi0_"
|
|
2624
|
-
"avatar": "https://github.com/pi0.png"
|
|
4341
|
+
"twitter": "_pi0_"
|
|
2625
4342
|
}
|
|
2626
|
-
]
|
|
4343
|
+
],
|
|
4344
|
+
"compatibility": {
|
|
4345
|
+
"nuxt": "^2.0.0",
|
|
4346
|
+
"requires": {}
|
|
4347
|
+
}
|
|
2627
4348
|
},
|
|
2628
4349
|
{
|
|
2629
4350
|
"name": "vue-material",
|
|
@@ -2639,10 +4360,13 @@
|
|
|
2639
4360
|
"maintainers": [
|
|
2640
4361
|
{
|
|
2641
4362
|
"name": "vaso2",
|
|
2642
|
-
"github": "vaso2"
|
|
2643
|
-
"avatar": "https://github.com/vaso2.png"
|
|
4363
|
+
"github": "vaso2"
|
|
2644
4364
|
}
|
|
2645
|
-
]
|
|
4365
|
+
],
|
|
4366
|
+
"compatibility": {
|
|
4367
|
+
"nuxt": "^2.0.0",
|
|
4368
|
+
"requires": {}
|
|
4369
|
+
}
|
|
2646
4370
|
},
|
|
2647
4371
|
{
|
|
2648
4372
|
"name": "vue-multiselect",
|
|
@@ -2658,10 +4382,13 @@
|
|
|
2658
4382
|
"maintainers": [
|
|
2659
4383
|
{
|
|
2660
4384
|
"name": "spektrummedia",
|
|
2661
|
-
"github": "spektrummedia"
|
|
2662
|
-
"avatar": "https://github.com/spektrummedia.png"
|
|
4385
|
+
"github": "spektrummedia"
|
|
2663
4386
|
}
|
|
2664
|
-
]
|
|
4387
|
+
],
|
|
4388
|
+
"compatibility": {
|
|
4389
|
+
"nuxt": "^2.0.0",
|
|
4390
|
+
"requires": {}
|
|
4391
|
+
}
|
|
2665
4392
|
},
|
|
2666
4393
|
{
|
|
2667
4394
|
"name": "vue-select",
|
|
@@ -2677,29 +4404,36 @@
|
|
|
2677
4404
|
"maintainers": [
|
|
2678
4405
|
{
|
|
2679
4406
|
"name": "madmod",
|
|
2680
|
-
"github": "madmod"
|
|
2681
|
-
"avatar": "https://github.com/madmod.png"
|
|
4407
|
+
"github": "madmod"
|
|
2682
4408
|
}
|
|
2683
|
-
]
|
|
4409
|
+
],
|
|
4410
|
+
"compatibility": {
|
|
4411
|
+
"nuxt": "^2.0.0",
|
|
4412
|
+
"requires": {}
|
|
4413
|
+
}
|
|
2684
4414
|
},
|
|
2685
4415
|
{
|
|
2686
4416
|
"name": "vue-warehouse",
|
|
2687
4417
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
2688
|
-
"repo": "
|
|
4418
|
+
"repo": "juliomrqz/vue-warehouse",
|
|
2689
4419
|
"npm": "vue-warehouse",
|
|
2690
4420
|
"icon": "",
|
|
2691
|
-
"github": "https://github.com/
|
|
4421
|
+
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
2692
4422
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
2693
4423
|
"learn_more": "",
|
|
2694
4424
|
"category": "Libraries",
|
|
2695
4425
|
"type": "3rd-party",
|
|
2696
4426
|
"maintainers": [
|
|
2697
4427
|
{
|
|
2698
|
-
"name": "
|
|
2699
|
-
"github": "
|
|
2700
|
-
"
|
|
4428
|
+
"name": "Julio Marquez",
|
|
4429
|
+
"github": "juliomrqz",
|
|
4430
|
+
"twitter": "juliomrqz"
|
|
2701
4431
|
}
|
|
2702
|
-
]
|
|
4432
|
+
],
|
|
4433
|
+
"compatibility": {
|
|
4434
|
+
"nuxt": "^2.0.0",
|
|
4435
|
+
"requires": {}
|
|
4436
|
+
}
|
|
2703
4437
|
},
|
|
2704
4438
|
{
|
|
2705
4439
|
"name": "vuetify",
|
|
@@ -2715,16 +4449,43 @@
|
|
|
2715
4449
|
"maintainers": [
|
|
2716
4450
|
{
|
|
2717
4451
|
"name": "Kevin Marrec",
|
|
2718
|
-
"github": "kevinmarrec"
|
|
2719
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4452
|
+
"github": "kevinmarrec"
|
|
2720
4453
|
},
|
|
2721
4454
|
{
|
|
2722
4455
|
"name": "Pooya Parsa",
|
|
2723
4456
|
"github": "pi0",
|
|
2724
|
-
"twitter": "_pi0_"
|
|
2725
|
-
|
|
4457
|
+
"twitter": "_pi0_"
|
|
4458
|
+
}
|
|
4459
|
+
],
|
|
4460
|
+
"compatibility": {
|
|
4461
|
+
"nuxt": "^2.0.0",
|
|
4462
|
+
"requires": {}
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "vueuse",
|
|
4467
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4468
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4469
|
+
"npm": "@vueuse/nuxt",
|
|
4470
|
+
"icon": "vueuse.svg",
|
|
4471
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4472
|
+
"website": "https://vueuse.org",
|
|
4473
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4474
|
+
"category": "Libraries",
|
|
4475
|
+
"type": "3rd-party",
|
|
4476
|
+
"maintainers": [
|
|
4477
|
+
{
|
|
4478
|
+
"name": "Anthony Fu",
|
|
4479
|
+
"github": "antfu",
|
|
4480
|
+
"twitter": "antfu7"
|
|
4481
|
+
}
|
|
4482
|
+
],
|
|
4483
|
+
"compatibility": {
|
|
4484
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4485
|
+
"requires": {
|
|
4486
|
+
"bridge": "optional"
|
|
2726
4487
|
}
|
|
2727
|
-
|
|
4488
|
+
}
|
|
2728
4489
|
},
|
|
2729
4490
|
{
|
|
2730
4491
|
"name": "vuex-router-sync",
|
|
@@ -2740,10 +4501,68 @@
|
|
|
2740
4501
|
"maintainers": [
|
|
2741
4502
|
{
|
|
2742
4503
|
"name": "paulgv",
|
|
2743
|
-
"github": "paulgv"
|
|
2744
|
-
|
|
4504
|
+
"github": "paulgv"
|
|
4505
|
+
}
|
|
4506
|
+
],
|
|
4507
|
+
"compatibility": {
|
|
4508
|
+
"nuxt": "^2.0.0",
|
|
4509
|
+
"requires": {}
|
|
4510
|
+
}
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"name": "web-vitals",
|
|
4514
|
+
"description": "Web Vitals for Nuxt",
|
|
4515
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4516
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4517
|
+
"icon": "",
|
|
4518
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4519
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4520
|
+
"learn_more": "",
|
|
4521
|
+
"category": "Performance",
|
|
4522
|
+
"type": "community",
|
|
4523
|
+
"maintainers": [
|
|
4524
|
+
{
|
|
4525
|
+
"name": "daliborgogic",
|
|
4526
|
+
"github": "daliborgogic"
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"name": "Pooya Parsa",
|
|
4530
|
+
"github": "pi0",
|
|
4531
|
+
"twitter": "_pi0_"
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"name": "Sebastien Chopin",
|
|
4535
|
+
"github": "Atinux",
|
|
4536
|
+
"twitter": "Atinux"
|
|
4537
|
+
}
|
|
4538
|
+
],
|
|
4539
|
+
"compatibility": {
|
|
4540
|
+
"nuxt": "^2.0.0",
|
|
4541
|
+
"requires": {}
|
|
4542
|
+
}
|
|
4543
|
+
},
|
|
4544
|
+
{
|
|
4545
|
+
"name": "web3js",
|
|
4546
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4547
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4548
|
+
"npm": "nuxt-web3",
|
|
4549
|
+
"icon": "web3js.svg",
|
|
4550
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4551
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4552
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4553
|
+
"category": "Libraries",
|
|
4554
|
+
"type": "3rd-party",
|
|
4555
|
+
"maintainers": [
|
|
4556
|
+
{
|
|
4557
|
+
"name": "Muhammad Fauzan",
|
|
4558
|
+
"github": "bl0cknumber",
|
|
4559
|
+
"twitter": "fncolon"
|
|
2745
4560
|
}
|
|
2746
|
-
]
|
|
4561
|
+
],
|
|
4562
|
+
"compatibility": {
|
|
4563
|
+
"nuxt": "^2.0.0",
|
|
4564
|
+
"requires": {}
|
|
4565
|
+
}
|
|
2747
4566
|
},
|
|
2748
4567
|
{
|
|
2749
4568
|
"name": "webfontloader",
|
|
@@ -2759,10 +4578,37 @@
|
|
|
2759
4578
|
"maintainers": [
|
|
2760
4579
|
{
|
|
2761
4580
|
"name": "Developmint",
|
|
2762
|
-
"github": "Developmint"
|
|
2763
|
-
|
|
4581
|
+
"github": "Developmint"
|
|
4582
|
+
}
|
|
4583
|
+
],
|
|
4584
|
+
"compatibility": {
|
|
4585
|
+
"nuxt": "^2.0.0",
|
|
4586
|
+
"requires": {}
|
|
4587
|
+
}
|
|
4588
|
+
},
|
|
4589
|
+
{
|
|
4590
|
+
"name": "webpack-optimisations",
|
|
4591
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4592
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4593
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4594
|
+
"icon": "build-optimisations.svg",
|
|
4595
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4596
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4597
|
+
"learn_more": "",
|
|
4598
|
+
"category": "Devtools",
|
|
4599
|
+
"type": "3rd-party",
|
|
4600
|
+
"maintainers": [
|
|
4601
|
+
{
|
|
4602
|
+
"name": "Harlan Wilton",
|
|
4603
|
+
"github": "harlan-zw"
|
|
2764
4604
|
}
|
|
2765
|
-
]
|
|
4605
|
+
],
|
|
4606
|
+
"compatibility": {
|
|
4607
|
+
"nuxt": "^2.0.0",
|
|
4608
|
+
"requires": {
|
|
4609
|
+
"bridge": "optional"
|
|
4610
|
+
}
|
|
4611
|
+
}
|
|
2766
4612
|
},
|
|
2767
4613
|
{
|
|
2768
4614
|
"name": "webpack-profile",
|
|
@@ -2779,10 +4625,13 @@
|
|
|
2779
4625
|
{
|
|
2780
4626
|
"name": "Pooya Parsa",
|
|
2781
4627
|
"github": "pi0",
|
|
2782
|
-
"twitter": "_pi0_"
|
|
2783
|
-
"avatar": "https://github.com/pi0.png"
|
|
4628
|
+
"twitter": "_pi0_"
|
|
2784
4629
|
}
|
|
2785
|
-
]
|
|
4630
|
+
],
|
|
4631
|
+
"compatibility": {
|
|
4632
|
+
"nuxt": "^2.0.0",
|
|
4633
|
+
"requires": {}
|
|
4634
|
+
}
|
|
2786
4635
|
},
|
|
2787
4636
|
{
|
|
2788
4637
|
"name": "webpackdashboard",
|
|
@@ -2798,10 +4647,13 @@
|
|
|
2798
4647
|
"maintainers": [
|
|
2799
4648
|
{
|
|
2800
4649
|
"name": "paulgv",
|
|
2801
|
-
"github": "paulgv"
|
|
2802
|
-
"avatar": "https://github.com/paulgv.png"
|
|
4650
|
+
"github": "paulgv"
|
|
2803
4651
|
}
|
|
2804
|
-
]
|
|
4652
|
+
],
|
|
4653
|
+
"compatibility": {
|
|
4654
|
+
"nuxt": "^2.0.0",
|
|
4655
|
+
"requires": {}
|
|
4656
|
+
}
|
|
2805
4657
|
},
|
|
2806
4658
|
{
|
|
2807
4659
|
"name": "webpackmonitor",
|
|
@@ -2818,10 +4670,43 @@
|
|
|
2818
4670
|
{
|
|
2819
4671
|
"name": "Pooya Parsa",
|
|
2820
4672
|
"github": "pi0",
|
|
2821
|
-
"twitter": "_pi0_"
|
|
2822
|
-
|
|
4673
|
+
"twitter": "_pi0_"
|
|
4674
|
+
}
|
|
4675
|
+
],
|
|
4676
|
+
"compatibility": {
|
|
4677
|
+
"nuxt": "^2.0.0",
|
|
4678
|
+
"requires": {}
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
"name": "windicss",
|
|
4683
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4684
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4685
|
+
"npm": "nuxt-windicss",
|
|
4686
|
+
"icon": "windicss.svg",
|
|
4687
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4688
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4689
|
+
"learn_more": "https://windicss.org/",
|
|
4690
|
+
"category": "UI",
|
|
4691
|
+
"type": "3rd-party",
|
|
4692
|
+
"maintainers": [
|
|
4693
|
+
{
|
|
4694
|
+
"name": "Harlan Wilton",
|
|
4695
|
+
"github": "harlan-zw",
|
|
4696
|
+
"twitter": "harlan_zw"
|
|
4697
|
+
},
|
|
4698
|
+
{
|
|
4699
|
+
"name": "Anthony Fu",
|
|
4700
|
+
"github": "antfu",
|
|
4701
|
+
"twitter": "antfu7"
|
|
4702
|
+
}
|
|
4703
|
+
],
|
|
4704
|
+
"compatibility": {
|
|
4705
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4706
|
+
"requires": {
|
|
4707
|
+
"bridge": "optional"
|
|
2823
4708
|
}
|
|
2824
|
-
|
|
4709
|
+
}
|
|
2825
4710
|
},
|
|
2826
4711
|
{
|
|
2827
4712
|
"name": "winston-log",
|
|
@@ -2837,10 +4722,13 @@
|
|
|
2837
4722
|
"maintainers": [
|
|
2838
4723
|
{
|
|
2839
4724
|
"name": "aaronransley",
|
|
2840
|
-
"github": "aaronransley"
|
|
2841
|
-
"avatar": "https://github.com/aaronransley.png"
|
|
4725
|
+
"github": "aaronransley"
|
|
2842
4726
|
}
|
|
2843
|
-
]
|
|
4727
|
+
],
|
|
4728
|
+
"compatibility": {
|
|
4729
|
+
"nuxt": "^2.0.0",
|
|
4730
|
+
"requires": {}
|
|
4731
|
+
}
|
|
2844
4732
|
},
|
|
2845
4733
|
{
|
|
2846
4734
|
"name": "wp-nuxt",
|
|
@@ -2856,10 +4744,13 @@
|
|
|
2856
4744
|
"maintainers": [
|
|
2857
4745
|
{
|
|
2858
4746
|
"name": "yashha",
|
|
2859
|
-
"github": "yashha"
|
|
2860
|
-
"avatar": "https://github.com/yashha.png"
|
|
4747
|
+
"github": "yashha"
|
|
2861
4748
|
}
|
|
2862
|
-
]
|
|
4749
|
+
],
|
|
4750
|
+
"compatibility": {
|
|
4751
|
+
"nuxt": "^2.0.0",
|
|
4752
|
+
"requires": {}
|
|
4753
|
+
}
|
|
2863
4754
|
},
|
|
2864
4755
|
{
|
|
2865
4756
|
"name": "xhr-cache",
|
|
@@ -2875,10 +4766,13 @@
|
|
|
2875
4766
|
"maintainers": [
|
|
2876
4767
|
{
|
|
2877
4768
|
"name": "gaetansenn",
|
|
2878
|
-
"github": "gaetansenn"
|
|
2879
|
-
"avatar": "https://github.com/gaetansenn.png"
|
|
4769
|
+
"github": "gaetansenn"
|
|
2880
4770
|
}
|
|
2881
|
-
]
|
|
4771
|
+
],
|
|
4772
|
+
"compatibility": {
|
|
4773
|
+
"nuxt": "^2.0.0",
|
|
4774
|
+
"requires": {}
|
|
4775
|
+
}
|
|
2882
4776
|
},
|
|
2883
4777
|
{
|
|
2884
4778
|
"name": "xui",
|
|
@@ -2894,18 +4788,22 @@
|
|
|
2894
4788
|
"maintainers": [
|
|
2895
4789
|
{
|
|
2896
4790
|
"name": "MetaCorp",
|
|
2897
|
-
"github": "MetaCorp"
|
|
2898
|
-
"avatar": "https://github.com/MetaCorp.png"
|
|
4791
|
+
"github": "MetaCorp"
|
|
2899
4792
|
}
|
|
2900
|
-
]
|
|
4793
|
+
],
|
|
4794
|
+
"compatibility": {
|
|
4795
|
+
"nuxt": "^2.0.0",
|
|
4796
|
+
"requires": {}
|
|
4797
|
+
}
|
|
2901
4798
|
},
|
|
2902
4799
|
{
|
|
2903
4800
|
"name": "yandex-metrika",
|
|
2904
|
-
"
|
|
4801
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4802
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2905
4803
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2906
4804
|
"icon": "",
|
|
2907
|
-
"github": "https://github.com/nuxt-community/
|
|
2908
|
-
"website": "https://github.com/nuxt-community/
|
|
4805
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4806
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2909
4807
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2910
4808
|
"category": "Analytics",
|
|
2911
4809
|
"type": "community",
|
|
@@ -2913,10 +4811,13 @@
|
|
|
2913
4811
|
{
|
|
2914
4812
|
"name": "Pooya Parsa",
|
|
2915
4813
|
"github": "pi0",
|
|
2916
|
-
"twitter": "_pi0_"
|
|
2917
|
-
"avatar": "https://github.com/pi0.png"
|
|
4814
|
+
"twitter": "_pi0_"
|
|
2918
4815
|
}
|
|
2919
|
-
]
|
|
4816
|
+
],
|
|
4817
|
+
"compatibility": {
|
|
4818
|
+
"nuxt": "^2.0.0",
|
|
4819
|
+
"requires": {}
|
|
4820
|
+
}
|
|
2920
4821
|
},
|
|
2921
4822
|
{
|
|
2922
4823
|
"name": "zendesk",
|
|
@@ -2932,9 +4833,12 @@
|
|
|
2932
4833
|
"maintainers": [
|
|
2933
4834
|
{
|
|
2934
4835
|
"name": "DansMaCulotte",
|
|
2935
|
-
"github": "DansMaCulotte"
|
|
2936
|
-
"avatar": "https://github.com/DansMaCulotte.png"
|
|
4836
|
+
"github": "DansMaCulotte"
|
|
2937
4837
|
}
|
|
2938
|
-
]
|
|
4838
|
+
],
|
|
4839
|
+
"compatibility": {
|
|
4840
|
+
"nuxt": "^2.0.0",
|
|
4841
|
+
"requires": {}
|
|
4842
|
+
}
|
|
2939
4843
|
}
|
|
2940
4844
|
]
|