@nuxt/modules 0.5.0-ba39e6 → 0.5.0-ba52b2
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} +2639 -594
- package/package.json +2 -42
- package/LICENSE +0 -21
- package/README.md +0 -89
|
@@ -1,4 +1,84 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "ackee",
|
|
4
|
+
"description": "Nuxt.js module for Ackee analytics",
|
|
5
|
+
"repo": "bdrtsky/nuxt-ackee",
|
|
6
|
+
"npm": "nuxt-ackee",
|
|
7
|
+
"icon": "ackee.png",
|
|
8
|
+
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
|
+
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
10
|
+
"learn_more": "https://ackee.electerious.com",
|
|
11
|
+
"category": "Analytics",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "bdrtsky",
|
|
16
|
+
"github": "bdrtsky"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Sebastien Chopin",
|
|
20
|
+
"github": "Atinux",
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
2
82
|
{
|
|
3
83
|
"name": "alias",
|
|
4
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
@@ -8,15 +88,18 @@
|
|
|
8
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
9
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
10
90
|
"learn_more": "",
|
|
11
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
12
92
|
"type": "3rd-party",
|
|
13
93
|
"maintainers": [
|
|
14
94
|
{
|
|
15
95
|
"name": "kdydesign",
|
|
16
|
-
"github": "kdydesign"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
18
97
|
}
|
|
19
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
20
103
|
},
|
|
21
104
|
{
|
|
22
105
|
"name": "amp",
|
|
@@ -33,10 +116,59 @@
|
|
|
33
116
|
{
|
|
34
117
|
"name": "Ahad Birang",
|
|
35
118
|
"github": "farnabaz",
|
|
36
|
-
"twitter": "a_birang"
|
|
37
|
-
|
|
119
|
+
"twitter": "a_birang"
|
|
120
|
+
}
|
|
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"
|
|
38
166
|
}
|
|
39
|
-
]
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^2.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
40
172
|
},
|
|
41
173
|
{
|
|
42
174
|
"name": "apollo",
|
|
@@ -52,15 +184,17 @@
|
|
|
52
184
|
"maintainers": [
|
|
53
185
|
{
|
|
54
186
|
"name": "Lam Kieu",
|
|
55
|
-
"github": "kieusonlam"
|
|
56
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
187
|
+
"github": "kieusonlam"
|
|
57
188
|
},
|
|
58
189
|
{
|
|
59
190
|
"name": "Dominic Garms",
|
|
60
|
-
"github": "dohomi"
|
|
61
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
191
|
+
"github": "dohomi"
|
|
62
192
|
}
|
|
63
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
197
|
+
}
|
|
64
198
|
},
|
|
65
199
|
{
|
|
66
200
|
"name": "applicationinsights",
|
|
@@ -76,14 +210,39 @@
|
|
|
76
210
|
"maintainers": [
|
|
77
211
|
{
|
|
78
212
|
"name": "Dmitry Molotkov",
|
|
79
|
-
"github": "aldarund"
|
|
80
|
-
|
|
213
|
+
"github": "aldarund"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"nuxt": "^2.0.0",
|
|
218
|
+
"requires": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "appwrite",
|
|
223
|
+
"description": "Appwrite module for Nuxt",
|
|
224
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
226
|
+
"icon": "appwrite.png",
|
|
227
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
228
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
229
|
+
"learn_more": "",
|
|
230
|
+
"category": "Request",
|
|
231
|
+
"type": "3rd-party",
|
|
232
|
+
"maintainers": [
|
|
233
|
+
{
|
|
234
|
+
"name": "Hrdtr",
|
|
235
|
+
"github": "Hrdtr"
|
|
81
236
|
}
|
|
82
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
83
242
|
},
|
|
84
243
|
{
|
|
85
244
|
"name": "auth",
|
|
86
|
-
"description": "
|
|
245
|
+
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
87
246
|
"repo": "nuxt-community/auth-module",
|
|
88
247
|
"npm": "@nuxtjs/auth",
|
|
89
248
|
"icon": "auth.png",
|
|
@@ -96,15 +255,17 @@
|
|
|
96
255
|
{
|
|
97
256
|
"name": "Pooya Parsa",
|
|
98
257
|
"github": "pi0",
|
|
99
|
-
"twitter": "_pi0_"
|
|
100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
258
|
+
"twitter": "_pi0_"
|
|
101
259
|
},
|
|
102
260
|
{
|
|
103
261
|
"name": "João Pedro Antunes Silva",
|
|
104
|
-
"github": "JoaoPedroAS51"
|
|
105
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
262
|
+
"github": "JoaoPedroAS51"
|
|
106
263
|
}
|
|
107
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"compatibility": {
|
|
266
|
+
"nuxt": "^2.0.0",
|
|
267
|
+
"requires": {}
|
|
268
|
+
}
|
|
108
269
|
},
|
|
109
270
|
{
|
|
110
271
|
"name": "axios",
|
|
@@ -121,10 +282,13 @@
|
|
|
121
282
|
{
|
|
122
283
|
"name": "Pooya Parsa",
|
|
123
284
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
285
|
+
"twitter": "_pi0_"
|
|
126
286
|
}
|
|
127
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"compatibility": {
|
|
289
|
+
"nuxt": "^2.0.0",
|
|
290
|
+
"requires": {}
|
|
291
|
+
}
|
|
128
292
|
},
|
|
129
293
|
{
|
|
130
294
|
"name": "basic-auth",
|
|
@@ -140,10 +304,13 @@
|
|
|
140
304
|
"maintainers": [
|
|
141
305
|
{
|
|
142
306
|
"name": "potato4d",
|
|
143
|
-
"github": "potato4d"
|
|
144
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
307
|
+
"github": "potato4d"
|
|
145
308
|
}
|
|
146
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
147
314
|
},
|
|
148
315
|
{
|
|
149
316
|
"name": "bootstrap",
|
|
@@ -159,22 +326,23 @@
|
|
|
159
326
|
"maintainers": [
|
|
160
327
|
{
|
|
161
328
|
"name": "Troy Morehouse",
|
|
162
|
-
"github": "tmorehouse"
|
|
163
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
329
|
+
"github": "tmorehouse"
|
|
164
330
|
},
|
|
165
331
|
{
|
|
166
332
|
"name": "Pooya Parsa",
|
|
167
333
|
"github": "pi0",
|
|
168
|
-
"twitter": "_pi0_"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
334
|
+
"twitter": "_pi0_"
|
|
170
335
|
},
|
|
171
336
|
{
|
|
172
337
|
"name": "Jacob Müller",
|
|
173
338
|
"github": "jackmu95",
|
|
174
|
-
"twitter": "jackmu95"
|
|
175
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
339
|
+
"twitter": "jackmu95"
|
|
176
340
|
}
|
|
177
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compatibility": {
|
|
343
|
+
"nuxt": "^2.0.0",
|
|
344
|
+
"requires": {}
|
|
345
|
+
}
|
|
178
346
|
},
|
|
179
347
|
{
|
|
180
348
|
"name": "browserconfig",
|
|
@@ -185,16 +353,19 @@
|
|
|
185
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
186
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
187
355
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
188
|
-
"category": "
|
|
356
|
+
"category": "Extensions",
|
|
189
357
|
"type": "community",
|
|
190
358
|
"maintainers": [
|
|
191
359
|
{
|
|
192
360
|
"name": "Pooya Parsa",
|
|
193
361
|
"github": "pi0",
|
|
194
|
-
"twitter": "_pi0_"
|
|
195
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
362
|
+
"twitter": "_pi0_"
|
|
196
363
|
}
|
|
197
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"compatibility": {
|
|
366
|
+
"nuxt": "^2.0.0",
|
|
367
|
+
"requires": {}
|
|
368
|
+
}
|
|
198
369
|
},
|
|
199
370
|
{
|
|
200
371
|
"name": "buefy",
|
|
@@ -210,14 +381,17 @@
|
|
|
210
381
|
"maintainers": [
|
|
211
382
|
{
|
|
212
383
|
"name": "Walter Tommasi",
|
|
213
|
-
"github": "jtommy"
|
|
214
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
384
|
+
"github": "jtommy"
|
|
215
385
|
}
|
|
216
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
217
391
|
},
|
|
218
392
|
{
|
|
219
393
|
"name": "bugsnag",
|
|
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://avatars1.githubusercontent.com/u/110802?v=4"
|
|
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://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
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://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
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://avatars3.githubusercontent.com/u/281904?v=4"
|
|
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://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
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
|
-
|
|
610
|
+
"twitter": "Atinux"
|
|
611
|
+
}
|
|
612
|
+
],
|
|
613
|
+
"compatibility": {
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
615
|
+
"requires": {
|
|
616
|
+
"bridge": "optional"
|
|
369
617
|
}
|
|
370
|
-
|
|
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://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"name": "components",
|
|
394
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
395
|
-
"repo": "nuxt/components",
|
|
396
|
-
"npm": "@nuxt/components",
|
|
397
|
-
"icon": "nuxt-components.svg",
|
|
398
|
-
"github": "https://github.com/nuxt/components",
|
|
399
|
-
"website": "https://github.com/nuxt/components",
|
|
400
|
-
"learn_more": "",
|
|
401
|
-
"category": "UI",
|
|
402
|
-
"type": "official",
|
|
403
|
-
"maintainers": [
|
|
404
|
-
{
|
|
405
|
-
"name": "Kevin Marrec",
|
|
406
|
-
"github": "kevinmarrec",
|
|
407
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "Pooya Parsa",
|
|
411
|
-
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_",
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
635
|
+
"twitter": "_pi0_"
|
|
414
636
|
}
|
|
415
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^2.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
416
642
|
},
|
|
417
643
|
{
|
|
418
644
|
"name": "composition-api",
|
|
@@ -421,25 +647,28 @@
|
|
|
421
647
|
"npm": "@nuxtjs/composition-api",
|
|
422
648
|
"icon": "composition-api.svg",
|
|
423
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
424
|
-
"website": "https://
|
|
650
|
+
"website": "https://composition-api.nuxtjs.org",
|
|
425
651
|
"learn_more": "",
|
|
426
|
-
"category": "
|
|
652
|
+
"category": "Extensions",
|
|
427
653
|
"type": "community",
|
|
428
654
|
"maintainers": [
|
|
429
655
|
{
|
|
430
656
|
"name": "Daniel Roe",
|
|
431
657
|
"github": "danielroe",
|
|
432
|
-
"twitter": "danielcroe"
|
|
433
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
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://avatars2.githubusercontent.com/u/904724?v=4"
|
|
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://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
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://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
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"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
561
903
|
}
|
|
562
|
-
|
|
904
|
+
}
|
|
563
905
|
},
|
|
564
906
|
{
|
|
565
907
|
"name": "dotenv",
|
|
@@ -570,15 +912,73 @@
|
|
|
570
912
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
571
913
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
572
914
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
573
|
-
"category": "
|
|
915
|
+
"category": "Extensions",
|
|
574
916
|
"type": "community",
|
|
575
917
|
"maintainers": [
|
|
576
918
|
{
|
|
577
919
|
"name": "Julien Tant",
|
|
578
|
-
"github": "JulienTant"
|
|
579
|
-
|
|
920
|
+
"github": "JulienTant"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"compatibility": {
|
|
924
|
+
"nuxt": "^2.0.0",
|
|
925
|
+
"requires": {}
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "drupal-ce",
|
|
930
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
931
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
932
|
+
"npm": "nuxtjs-drupal-ce",
|
|
933
|
+
"icon": "drupal-ce.png",
|
|
934
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
935
|
+
"website": "https://stack.lupus.digital",
|
|
936
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
937
|
+
"category": "CMS",
|
|
938
|
+
"type": "3rd-party",
|
|
939
|
+
"maintainers": [
|
|
940
|
+
{
|
|
941
|
+
"name": "Wolfgang Ziegler // fago",
|
|
942
|
+
"github": "fago",
|
|
943
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "Maximilian Götz-Mikus",
|
|
947
|
+
"github": "maximilianmikus",
|
|
948
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "David Licen",
|
|
952
|
+
"github": "davision",
|
|
953
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"compatibility": {
|
|
957
|
+
"nuxt": "^2.0.0",
|
|
958
|
+
"requires": {}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "druxt",
|
|
963
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
964
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
965
|
+
"npm": "druxt",
|
|
966
|
+
"icon": "druxt.svg",
|
|
967
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
968
|
+
"website": "https://druxtjs.org",
|
|
969
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
970
|
+
"category": "CMS",
|
|
971
|
+
"type": "3rd-party",
|
|
972
|
+
"maintainers": [
|
|
973
|
+
{
|
|
974
|
+
"name": "Decipher",
|
|
975
|
+
"github": "decipher"
|
|
580
976
|
}
|
|
581
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"compatibility": {
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
981
|
+
}
|
|
582
982
|
},
|
|
583
983
|
{
|
|
584
984
|
"name": "emotion",
|
|
@@ -589,16 +989,19 @@
|
|
|
589
989
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
590
990
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
591
991
|
"learn_more": "https://emotion.sh/",
|
|
592
|
-
"category": "
|
|
992
|
+
"category": "Extensions",
|
|
593
993
|
"type": "community",
|
|
594
994
|
"maintainers": [
|
|
595
995
|
{
|
|
596
996
|
"name": "Pooya Parsa",
|
|
597
997
|
"github": "pi0",
|
|
598
|
-
"twitter": "_pi0_"
|
|
599
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
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://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
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://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
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://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1109
|
+
"twitter": "TheAlexLichter"
|
|
677
1110
|
}
|
|
678
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"compatibility": {
|
|
1113
|
+
"nuxt": "^2.0.0",
|
|
1114
|
+
"requires": {}
|
|
1115
|
+
}
|
|
679
1116
|
},
|
|
680
1117
|
{
|
|
681
1118
|
"name": "firebase",
|
|
682
|
-
"description": "
|
|
683
|
-
"repo": "nuxt-community/firebase-module",
|
|
1119
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
684
1121
|
"npm": "@nuxtjs/firebase",
|
|
685
1122
|
"icon": "firebase.png",
|
|
686
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
687
|
-
"website": "https://
|
|
1124
|
+
"website": "https://firebase.nuxtjs.org",
|
|
688
1125
|
"learn_more": "https://firebase.google.com/",
|
|
689
1126
|
"category": "Database",
|
|
690
1127
|
"type": "community",
|
|
691
1128
|
"maintainers": [
|
|
692
1129
|
{
|
|
693
1130
|
"name": "Pascal Luther",
|
|
694
|
-
"github": "lupas"
|
|
695
|
-
|
|
1131
|
+
"github": "lupas"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"compatibility": {
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "floating-prompt-module",
|
|
1141
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1142
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1143
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1144
|
+
"icon": "",
|
|
1145
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1146
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1147
|
+
"learn_more": "",
|
|
1148
|
+
"category": "Libraries",
|
|
1149
|
+
"type": "3rd-party",
|
|
1150
|
+
"maintainers": [
|
|
1151
|
+
{
|
|
1152
|
+
"name": "sandoche",
|
|
1153
|
+
"github": "sandoche"
|
|
696
1154
|
}
|
|
697
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
698
1160
|
},
|
|
699
1161
|
{
|
|
700
1162
|
"name": "font-loader-strategy",
|
|
@@ -710,10 +1172,35 @@
|
|
|
710
1172
|
"maintainers": [
|
|
711
1173
|
{
|
|
712
1174
|
"name": "GrabarzUndPartner",
|
|
713
|
-
"github": "GrabarzUndPartner"
|
|
714
|
-
|
|
1175
|
+
"github": "GrabarzUndPartner"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "fontagon",
|
|
1185
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1186
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1187
|
+
"npm": "nuxt-fontagon",
|
|
1188
|
+
"icon": "fontagon.png",
|
|
1189
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1190
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1191
|
+
"learn_more": "",
|
|
1192
|
+
"category": "Libraries",
|
|
1193
|
+
"type": "3rd-party",
|
|
1194
|
+
"maintainers": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "kdydesign",
|
|
1197
|
+
"github": "kdydesign"
|
|
715
1198
|
}
|
|
716
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
717
1204
|
},
|
|
718
1205
|
{
|
|
719
1206
|
"name": "fontawesome",
|
|
@@ -729,10 +1216,41 @@
|
|
|
729
1216
|
"maintainers": [
|
|
730
1217
|
{
|
|
731
1218
|
"name": "Pim",
|
|
732
|
-
"github": "pimlie"
|
|
733
|
-
|
|
1219
|
+
"github": "pimlie"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"compatibility": {
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "formkit",
|
|
1229
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1232
|
+
"icon": "formkit.png",
|
|
1233
|
+
"github": "https://github.com/formkit/formkit",
|
|
1234
|
+
"website": "https://formkit.com",
|
|
1235
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Justin Schroeder",
|
|
1241
|
+
"github": "justin-schroeder",
|
|
1242
|
+
"twitter": "jpschroeder"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Andrew Boyd",
|
|
1246
|
+
"github": "andrew-boyd",
|
|
1247
|
+
"twitter": "0xBOYD"
|
|
734
1248
|
}
|
|
735
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
736
1254
|
},
|
|
737
1255
|
{
|
|
738
1256
|
"name": "fullpage",
|
|
@@ -748,10 +1266,35 @@
|
|
|
748
1266
|
"maintainers": [
|
|
749
1267
|
{
|
|
750
1268
|
"name": "vaso2",
|
|
751
|
-
"github": "vaso2"
|
|
752
|
-
|
|
1269
|
+
"github": "vaso2"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": "^2.0.0",
|
|
1274
|
+
"requires": {}
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "github-api",
|
|
1279
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1280
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1281
|
+
"npm": "nuxt-github-api",
|
|
1282
|
+
"icon": "github.svg",
|
|
1283
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1284
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1285
|
+
"learn_more": "",
|
|
1286
|
+
"category": "Request",
|
|
1287
|
+
"type": "3rd-party",
|
|
1288
|
+
"maintainers": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "lindsaykwardell",
|
|
1291
|
+
"github": "lindsaykwardell"
|
|
753
1292
|
}
|
|
754
|
-
]
|
|
1293
|
+
],
|
|
1294
|
+
"compatibility": {
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1297
|
+
}
|
|
755
1298
|
},
|
|
756
1299
|
{
|
|
757
1300
|
"name": "google-adsense",
|
|
@@ -767,10 +1310,13 @@
|
|
|
767
1310
|
"maintainers": [
|
|
768
1311
|
{
|
|
769
1312
|
"name": "Troy Morehouse",
|
|
770
|
-
"github": "tmorehouse"
|
|
771
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
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://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1336
|
+
"twitter": "_pi0_"
|
|
792
1337
|
},
|
|
793
1338
|
{
|
|
794
1339
|
"name": "Ricardo Gobbo de Souza",
|
|
795
|
-
"github": "ricardogobbosouza"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1340
|
+
"github": "ricardogobbosouza"
|
|
797
1341
|
},
|
|
798
1342
|
{
|
|
799
1343
|
"name": "Matteo Gabriele",
|
|
800
1344
|
"github": "MatteoGabriele",
|
|
801
|
-
"twitter": "matteo_gabriele"
|
|
802
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
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,15 @@
|
|
|
817
1364
|
"maintainers": [
|
|
818
1365
|
{
|
|
819
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
822
1374
|
}
|
|
823
|
-
|
|
1375
|
+
}
|
|
824
1376
|
},
|
|
825
1377
|
{
|
|
826
1378
|
"name": "google-gtag",
|
|
@@ -836,15 +1388,17 @@
|
|
|
836
1388
|
"maintainers": [
|
|
837
1389
|
{
|
|
838
1390
|
"name": "Dominic Garms",
|
|
839
|
-
"github": "dohomi"
|
|
840
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1391
|
+
"github": "dohomi"
|
|
841
1392
|
},
|
|
842
1393
|
{
|
|
843
1394
|
"name": "Ricardo Gobbo de Souza",
|
|
844
|
-
"github": "ricardogobbosouza"
|
|
845
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1395
|
+
"github": "ricardogobbosouza"
|
|
846
1396
|
}
|
|
847
|
-
]
|
|
1397
|
+
],
|
|
1398
|
+
"compatibility": {
|
|
1399
|
+
"nuxt": "^2.0.0",
|
|
1400
|
+
"requires": {}
|
|
1401
|
+
}
|
|
848
1402
|
},
|
|
849
1403
|
{
|
|
850
1404
|
"name": "google-optimize",
|
|
@@ -861,22 +1415,67 @@
|
|
|
861
1415
|
{
|
|
862
1416
|
"name": "Pooya Parsa",
|
|
863
1417
|
"github": "pi0",
|
|
864
|
-
"twitter": "_pi0_"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1418
|
+
"twitter": "_pi0_"
|
|
866
1419
|
},
|
|
867
1420
|
{
|
|
868
1421
|
"name": "Farzad Soltani",
|
|
869
1422
|
"github": "farzadso",
|
|
870
|
-
"twitter": "farzadso"
|
|
871
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1423
|
+
"twitter": "farzadso"
|
|
872
1424
|
},
|
|
873
1425
|
{
|
|
874
1426
|
"name": "Josh Deltener",
|
|
875
1427
|
"github": "hecktarzuli",
|
|
876
|
-
"twitter": "JoshDeltener"
|
|
877
|
-
|
|
1428
|
+
"twitter": "JoshDeltener"
|
|
1429
|
+
}
|
|
1430
|
+
],
|
|
1431
|
+
"compatibility": {
|
|
1432
|
+
"nuxt": "^2.0.0",
|
|
1433
|
+
"requires": {}
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "graphql-client",
|
|
1438
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1439
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1440
|
+
"npm": "nuxt-graphql-client",
|
|
1441
|
+
"icon": "graphql-client.svg",
|
|
1442
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1443
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1444
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1445
|
+
"category": "Request",
|
|
1446
|
+
"type": "3rd-party",
|
|
1447
|
+
"maintainers": [
|
|
1448
|
+
{
|
|
1449
|
+
"name": "Diizzayy",
|
|
1450
|
+
"github": "diizzayy"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"nuxt": "^3.0.0",
|
|
1455
|
+
"requires": {}
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "graphql-request",
|
|
1460
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1461
|
+
"repo": "gomah/nuxt-graphql-request",
|
|
1462
|
+
"npm": "nuxt-graphql-request",
|
|
1463
|
+
"icon": "graphql-request.png",
|
|
1464
|
+
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1465
|
+
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
1466
|
+
"learn_more": "",
|
|
1467
|
+
"category": "Request",
|
|
1468
|
+
"type": "3rd-party",
|
|
1469
|
+
"maintainers": [
|
|
1470
|
+
{
|
|
1471
|
+
"name": "gomah",
|
|
1472
|
+
"github": "gomah"
|
|
878
1473
|
}
|
|
879
|
-
]
|
|
1474
|
+
],
|
|
1475
|
+
"compatibility": {
|
|
1476
|
+
"nuxt": "^2.0.0",
|
|
1477
|
+
"requires": {}
|
|
1478
|
+
}
|
|
880
1479
|
},
|
|
881
1480
|
{
|
|
882
1481
|
"name": "gtm",
|
|
@@ -893,10 +1492,13 @@
|
|
|
893
1492
|
{
|
|
894
1493
|
"name": "Pooya Parsa",
|
|
895
1494
|
"github": "pi0",
|
|
896
|
-
"twitter": "_pi0_"
|
|
897
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1495
|
+
"twitter": "_pi0_"
|
|
898
1496
|
}
|
|
899
|
-
]
|
|
1497
|
+
],
|
|
1498
|
+
"compatibility": {
|
|
1499
|
+
"nuxt": "^2.0.0",
|
|
1500
|
+
"requires": {}
|
|
1501
|
+
}
|
|
900
1502
|
},
|
|
901
1503
|
{
|
|
902
1504
|
"name": "guess",
|
|
@@ -912,10 +1514,59 @@
|
|
|
912
1514
|
"maintainers": [
|
|
913
1515
|
{
|
|
914
1516
|
"name": "Xin Du",
|
|
915
|
-
"github": "clarkdo"
|
|
916
|
-
|
|
1517
|
+
"github": "clarkdo"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"compatibility": {
|
|
1521
|
+
"nuxt": "^2.0.0",
|
|
1522
|
+
"requires": {}
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "harlem",
|
|
1527
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1529
|
+
"npm": "@nuxtjs/harlem",
|
|
1530
|
+
"icon": "harlem.svg",
|
|
1531
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1532
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1533
|
+
"learn_more": "https://harlemjs.com/",
|
|
1534
|
+
"category": "Extensions",
|
|
1535
|
+
"type": "community",
|
|
1536
|
+
"maintainers": [
|
|
1537
|
+
{
|
|
1538
|
+
"name": "Daniel Roe",
|
|
1539
|
+
"github": "danielroe",
|
|
1540
|
+
"twitter": "danielcroe"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"compatibility": {
|
|
1544
|
+
"nuxt": "^3.0.0",
|
|
1545
|
+
"requires": {}
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "headway",
|
|
1550
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1551
|
+
"repo": "l-portet/nuxt-headway",
|
|
1552
|
+
"npm": "nuxt-headway",
|
|
1553
|
+
"icon": "headway.png",
|
|
1554
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1555
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1556
|
+
"learn_more": "https://headwayapp.co/",
|
|
1557
|
+
"category": "UI",
|
|
1558
|
+
"type": "3rd-party",
|
|
1559
|
+
"maintainers": [
|
|
1560
|
+
{
|
|
1561
|
+
"name": "l-portet",
|
|
1562
|
+
"github": "l-portet",
|
|
1563
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
917
1564
|
}
|
|
918
|
-
]
|
|
1565
|
+
],
|
|
1566
|
+
"compatibility": {
|
|
1567
|
+
"nuxt": "^2.0.0",
|
|
1568
|
+
"requires": {}
|
|
1569
|
+
}
|
|
919
1570
|
},
|
|
920
1571
|
{
|
|
921
1572
|
"name": "helmet",
|
|
@@ -931,10 +1582,13 @@
|
|
|
931
1582
|
"maintainers": [
|
|
932
1583
|
{
|
|
933
1584
|
"name": "victor-perez",
|
|
934
|
-
"github": "victor-perez"
|
|
935
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1585
|
+
"github": "victor-perez"
|
|
936
1586
|
}
|
|
937
|
-
]
|
|
1587
|
+
],
|
|
1588
|
+
"compatibility": {
|
|
1589
|
+
"nuxt": "^2.0.0",
|
|
1590
|
+
"requires": {}
|
|
1591
|
+
}
|
|
938
1592
|
},
|
|
939
1593
|
{
|
|
940
1594
|
"name": "highcharts",
|
|
@@ -950,10 +1604,13 @@
|
|
|
950
1604
|
"maintainers": [
|
|
951
1605
|
{
|
|
952
1606
|
"name": "richardeschloss",
|
|
953
|
-
"github": "richardeschloss"
|
|
954
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1607
|
+
"github": "richardeschloss"
|
|
955
1608
|
}
|
|
956
|
-
]
|
|
1609
|
+
],
|
|
1610
|
+
"compatibility": {
|
|
1611
|
+
"nuxt": "^2.0.0",
|
|
1612
|
+
"requires": {}
|
|
1613
|
+
}
|
|
957
1614
|
},
|
|
958
1615
|
{
|
|
959
1616
|
"name": "history-state",
|
|
@@ -964,15 +1621,18 @@
|
|
|
964
1621
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
965
1622
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
966
1623
|
"learn_more": "",
|
|
967
|
-
"category": "
|
|
1624
|
+
"category": "Extensions",
|
|
968
1625
|
"type": "3rd-party",
|
|
969
1626
|
"maintainers": [
|
|
970
1627
|
{
|
|
971
1628
|
"name": "hidekatsu-izuno",
|
|
972
|
-
"github": "hidekatsu-izuno"
|
|
973
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1629
|
+
"github": "hidekatsu-izuno"
|
|
974
1630
|
}
|
|
975
|
-
]
|
|
1631
|
+
],
|
|
1632
|
+
"compatibility": {
|
|
1633
|
+
"nuxt": "^2.0.0",
|
|
1634
|
+
"requires": {}
|
|
1635
|
+
}
|
|
976
1636
|
},
|
|
977
1637
|
{
|
|
978
1638
|
"name": "html-minifier",
|
|
@@ -988,10 +1648,36 @@
|
|
|
988
1648
|
"maintainers": [
|
|
989
1649
|
{
|
|
990
1650
|
"name": "Xin Du",
|
|
991
|
-
"github": "clarkdo"
|
|
992
|
-
|
|
1651
|
+
"github": "clarkdo"
|
|
1652
|
+
}
|
|
1653
|
+
],
|
|
1654
|
+
"compatibility": {
|
|
1655
|
+
"nuxt": "^2.0.0",
|
|
1656
|
+
"requires": {}
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"name": "html-validator",
|
|
1661
|
+
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1663
|
+
"npm": "@nuxtjs/html-validator",
|
|
1664
|
+
"icon": "html-validator.png",
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1666
|
+
"website": "https://html-validator.nuxtjs.org",
|
|
1667
|
+
"learn_more": "https://html-validate.org",
|
|
1668
|
+
"category": "Performance",
|
|
1669
|
+
"type": "community",
|
|
1670
|
+
"maintainers": [
|
|
1671
|
+
{
|
|
1672
|
+
"name": "Daniel Roe",
|
|
1673
|
+
"github": "danielroe",
|
|
1674
|
+
"twitter": "danielcroe"
|
|
993
1675
|
}
|
|
994
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"compatibility": {
|
|
1678
|
+
"nuxt": "^2.0.0",
|
|
1679
|
+
"requires": {}
|
|
1680
|
+
}
|
|
995
1681
|
},
|
|
996
1682
|
{
|
|
997
1683
|
"name": "http",
|
|
@@ -1008,16 +1694,41 @@
|
|
|
1008
1694
|
{
|
|
1009
1695
|
"name": "Pooya Parsa",
|
|
1010
1696
|
"github": "pi0",
|
|
1011
|
-
"twitter": "_pi0_"
|
|
1012
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1697
|
+
"twitter": "_pi0_"
|
|
1013
1698
|
},
|
|
1014
1699
|
{
|
|
1015
1700
|
"name": "Sébastien Chopin",
|
|
1016
1701
|
"github": "Atinux",
|
|
1017
|
-
"twitter": "Atinux"
|
|
1018
|
-
|
|
1702
|
+
"twitter": "Atinux"
|
|
1703
|
+
}
|
|
1704
|
+
],
|
|
1705
|
+
"compatibility": {
|
|
1706
|
+
"nuxt": "^2.0.0",
|
|
1707
|
+
"requires": {}
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "humans-txt",
|
|
1712
|
+
"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.",
|
|
1713
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1714
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1715
|
+
"icon": "",
|
|
1716
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1717
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1718
|
+
"learn_more": "https://humanstxt.org/",
|
|
1719
|
+
"category": "SEO",
|
|
1720
|
+
"type": "3rd-party",
|
|
1721
|
+
"maintainers": [
|
|
1722
|
+
{
|
|
1723
|
+
"name": "Luca Iaconelli",
|
|
1724
|
+
"github": "LuXDAmore",
|
|
1725
|
+
"twitter": "luxdamore"
|
|
1019
1726
|
}
|
|
1020
|
-
]
|
|
1727
|
+
],
|
|
1728
|
+
"compatibility": {
|
|
1729
|
+
"nuxt": "^2.0.0",
|
|
1730
|
+
"requires": {}
|
|
1731
|
+
}
|
|
1021
1732
|
},
|
|
1022
1733
|
{
|
|
1023
1734
|
"name": "i18n",
|
|
@@ -1028,20 +1739,44 @@
|
|
|
1028
1739
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1029
1740
|
"website": "https://i18n.nuxtjs.org",
|
|
1030
1741
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1031
|
-
"category": "
|
|
1742
|
+
"category": "Extensions",
|
|
1032
1743
|
"type": "community",
|
|
1033
1744
|
"maintainers": [
|
|
1034
1745
|
{
|
|
1035
1746
|
"name": "Rafał Chłodnicki",
|
|
1036
|
-
"github": "rchl"
|
|
1037
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1747
|
+
"github": "rchl"
|
|
1038
1748
|
},
|
|
1039
1749
|
{
|
|
1040
|
-
"name": "
|
|
1041
|
-
"github": "
|
|
1042
|
-
|
|
1750
|
+
"name": "Kazuya Kawaguchi",
|
|
1751
|
+
"github": "kazupon"
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1754
|
+
"compatibility": {
|
|
1755
|
+
"nuxt": "^2.0.0",
|
|
1756
|
+
"requires": {}
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icons",
|
|
1761
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1762
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1763
|
+
"npm": "nuxt-icons",
|
|
1764
|
+
"icon": "icons.png",
|
|
1765
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1766
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "3rd-party",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Sebastian Wludzik",
|
|
1773
|
+
"github": "gitfoxcode"
|
|
1043
1774
|
}
|
|
1044
|
-
]
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1045
1780
|
},
|
|
1046
1781
|
{
|
|
1047
1782
|
"name": "image-loader",
|
|
@@ -1057,10 +1792,13 @@
|
|
|
1057
1792
|
"maintainers": [
|
|
1058
1793
|
{
|
|
1059
1794
|
"name": "Barry Fisher",
|
|
1060
|
-
"github": "Barry-Fisher"
|
|
1061
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1795
|
+
"github": "Barry-Fisher"
|
|
1062
1796
|
}
|
|
1063
|
-
]
|
|
1797
|
+
],
|
|
1798
|
+
"compatibility": {
|
|
1799
|
+
"nuxt": "^2.0.0",
|
|
1800
|
+
"requires": {}
|
|
1801
|
+
}
|
|
1064
1802
|
},
|
|
1065
1803
|
{
|
|
1066
1804
|
"name": "image",
|
|
@@ -1077,22 +1815,25 @@
|
|
|
1077
1815
|
{
|
|
1078
1816
|
"name": "Ahad Birang",
|
|
1079
1817
|
"github": "farnabaz",
|
|
1080
|
-
"twitter": "a_birang"
|
|
1081
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1818
|
+
"twitter": "a_birang"
|
|
1082
1819
|
},
|
|
1083
1820
|
{
|
|
1084
1821
|
"name": "Pooya Parsa",
|
|
1085
1822
|
"github": "pi0",
|
|
1086
|
-
"twitter": "_pi0_"
|
|
1087
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1823
|
+
"twitter": "_pi0_"
|
|
1088
1824
|
},
|
|
1089
1825
|
{
|
|
1090
1826
|
"name": "Sebastien Chopin",
|
|
1091
1827
|
"github": "Atinux",
|
|
1092
|
-
"twitter": "Atinux"
|
|
1093
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1828
|
+
"twitter": "Atinux"
|
|
1094
1829
|
}
|
|
1095
|
-
]
|
|
1830
|
+
],
|
|
1831
|
+
"compatibility": {
|
|
1832
|
+
"nuxt": "^2.0.0",
|
|
1833
|
+
"requires": {
|
|
1834
|
+
"bridge": "optional"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1096
1837
|
},
|
|
1097
1838
|
{
|
|
1098
1839
|
"name": "imagemin",
|
|
@@ -1108,10 +1849,38 @@
|
|
|
1108
1849
|
"maintainers": [
|
|
1109
1850
|
{
|
|
1110
1851
|
"name": "Ricardo Gobbo de Souza",
|
|
1111
|
-
"github": "ricardogobbosouza"
|
|
1112
|
-
|
|
1852
|
+
"github": "ricardogobbosouza"
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"compatibility": {
|
|
1856
|
+
"nuxt": "^2.0.0",
|
|
1857
|
+
"requires": {}
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "inkline",
|
|
1862
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1863
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1864
|
+
"npm": "@inkline/nuxt",
|
|
1865
|
+
"icon": "inkline.svg",
|
|
1866
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1867
|
+
"website": "https://inkline.io",
|
|
1868
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1869
|
+
"category": "UI",
|
|
1870
|
+
"type": "3rd-party",
|
|
1871
|
+
"maintainers": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "Alex Grozav",
|
|
1874
|
+
"github": "alexgrozav",
|
|
1875
|
+
"twitter": "alexgrozav"
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
|
+
"requires": {
|
|
1881
|
+
"bridge": true
|
|
1113
1882
|
}
|
|
1114
|
-
|
|
1883
|
+
}
|
|
1115
1884
|
},
|
|
1116
1885
|
{
|
|
1117
1886
|
"name": "intercom",
|
|
@@ -1127,10 +1896,58 @@
|
|
|
1127
1896
|
"maintainers": [
|
|
1128
1897
|
{
|
|
1129
1898
|
"name": "hex-digital",
|
|
1130
|
-
"github": "hex-digital"
|
|
1131
|
-
|
|
1899
|
+
"github": "hex-digital"
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"compatibility": {
|
|
1903
|
+
"nuxt": "^2.0.0",
|
|
1904
|
+
"requires": {}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "ionic",
|
|
1909
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1911
|
+
"npm": "nuxt-ionic",
|
|
1912
|
+
"icon": "ionic.svg",
|
|
1913
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1914
|
+
"website": "https://ionic.roe.dev",
|
|
1915
|
+
"learn_more": "https://ionicframework.com",
|
|
1916
|
+
"category": "Libraries",
|
|
1917
|
+
"type": "3rd-party",
|
|
1918
|
+
"maintainers": [
|
|
1919
|
+
{
|
|
1920
|
+
"name": "Daniel Roe",
|
|
1921
|
+
"github": "danielroe",
|
|
1922
|
+
"twitter": "danielcroe"
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"compatibility": {
|
|
1926
|
+
"nuxt": "^3.0.0",
|
|
1927
|
+
"requires": {}
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "jsonapi",
|
|
1932
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1933
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1934
|
+
"npm": "nuxt-jsonapi",
|
|
1935
|
+
"icon": "jsonapi.svg",
|
|
1936
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1937
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1938
|
+
"learn_more": "",
|
|
1939
|
+
"category": "Request",
|
|
1940
|
+
"type": "3rd-party",
|
|
1941
|
+
"maintainers": [
|
|
1942
|
+
{
|
|
1943
|
+
"name": "patrickcate",
|
|
1944
|
+
"github": "patrickcate"
|
|
1132
1945
|
}
|
|
1133
|
-
]
|
|
1946
|
+
],
|
|
1947
|
+
"compatibility": {
|
|
1948
|
+
"nuxt": "^2.0.0",
|
|
1949
|
+
"requires": {}
|
|
1950
|
+
}
|
|
1134
1951
|
},
|
|
1135
1952
|
{
|
|
1136
1953
|
"name": "kentico-kontent",
|
|
@@ -1146,10 +1963,37 @@
|
|
|
1146
1963
|
"maintainers": [
|
|
1147
1964
|
{
|
|
1148
1965
|
"name": "Alfred Brockötter",
|
|
1149
|
-
"github": "Domitnator"
|
|
1150
|
-
|
|
1966
|
+
"github": "Domitnator"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^2.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "kql",
|
|
1976
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1977
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1978
|
+
"npm": "nuxt-kql",
|
|
1979
|
+
"icon": "kql.svg",
|
|
1980
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1981
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1982
|
+
"learn_more": "",
|
|
1983
|
+
"category": "CMS",
|
|
1984
|
+
"type": "3rd-party",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "Johann Schopplich",
|
|
1988
|
+
"github": "johannschopplich",
|
|
1989
|
+
"twitter": "jschopplich",
|
|
1990
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1151
1991
|
}
|
|
1152
|
-
]
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^3.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1153
1997
|
},
|
|
1154
1998
|
{
|
|
1155
1999
|
"name": "laravel-echo",
|
|
@@ -1165,10 +2009,13 @@
|
|
|
1165
2009
|
"maintainers": [
|
|
1166
2010
|
{
|
|
1167
2011
|
"name": "Ricardo Gobbo de Souza",
|
|
1168
|
-
"github": "ricardogobbosouza"
|
|
1169
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2012
|
+
"github": "ricardogobbosouza"
|
|
1170
2013
|
}
|
|
1171
|
-
]
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^2.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
1172
2019
|
},
|
|
1173
2020
|
{
|
|
1174
2021
|
"name": "laravel-nuxt",
|
|
@@ -1184,10 +2031,13 @@
|
|
|
1184
2031
|
"maintainers": [
|
|
1185
2032
|
{
|
|
1186
2033
|
"name": "skyrpex",
|
|
1187
|
-
"github": "skyrpex"
|
|
1188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2034
|
+
"github": "skyrpex"
|
|
1189
2035
|
}
|
|
1190
|
-
]
|
|
2036
|
+
],
|
|
2037
|
+
"compatibility": {
|
|
2038
|
+
"nuxt": "^2.0.0",
|
|
2039
|
+
"requires": {}
|
|
2040
|
+
}
|
|
1191
2041
|
},
|
|
1192
2042
|
{
|
|
1193
2043
|
"name": "laravel",
|
|
@@ -1203,10 +2053,13 @@
|
|
|
1203
2053
|
"maintainers": [
|
|
1204
2054
|
{
|
|
1205
2055
|
"name": "m2sd",
|
|
1206
|
-
"github": "m2sd"
|
|
1207
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2056
|
+
"github": "m2sd"
|
|
1208
2057
|
}
|
|
1209
|
-
]
|
|
2058
|
+
],
|
|
2059
|
+
"compatibility": {
|
|
2060
|
+
"nuxt": "^2.0.0",
|
|
2061
|
+
"requires": {}
|
|
2062
|
+
}
|
|
1210
2063
|
},
|
|
1211
2064
|
{
|
|
1212
2065
|
"name": "leaflet",
|
|
@@ -1217,15 +2070,18 @@
|
|
|
1217
2070
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1218
2071
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1219
2072
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1220
|
-
"category": "
|
|
2073
|
+
"category": "Libraries",
|
|
1221
2074
|
"type": "3rd-party",
|
|
1222
2075
|
"maintainers": [
|
|
1223
2076
|
{
|
|
1224
2077
|
"name": "schlunsen",
|
|
1225
|
-
"github": "schlunsen"
|
|
1226
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2078
|
+
"github": "schlunsen"
|
|
1227
2079
|
}
|
|
1228
|
-
]
|
|
2080
|
+
],
|
|
2081
|
+
"compatibility": {
|
|
2082
|
+
"nuxt": "^2.0.0",
|
|
2083
|
+
"requires": {}
|
|
2084
|
+
}
|
|
1229
2085
|
},
|
|
1230
2086
|
{
|
|
1231
2087
|
"name": "localforage",
|
|
@@ -1236,16 +2092,23 @@
|
|
|
1236
2092
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1237
2093
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1238
2094
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1239
|
-
"category": "
|
|
2095
|
+
"category": "Libraries",
|
|
1240
2096
|
"type": "community",
|
|
1241
2097
|
"maintainers": [
|
|
1242
2098
|
{
|
|
1243
2099
|
"name": "Alexandre Chopin",
|
|
1244
2100
|
"github": "alexchopin",
|
|
1245
|
-
"twitter": "alexchopin"
|
|
1246
|
-
|
|
2101
|
+
"twitter": "alexchopin"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "Ricardo Gobbo de Souza",
|
|
2105
|
+
"github": "ricardogobbosouza"
|
|
1247
2106
|
}
|
|
1248
|
-
]
|
|
2107
|
+
],
|
|
2108
|
+
"compatibility": {
|
|
2109
|
+
"nuxt": "^2.0.0",
|
|
2110
|
+
"requires": {}
|
|
2111
|
+
}
|
|
1249
2112
|
},
|
|
1250
2113
|
{
|
|
1251
2114
|
"name": "localtunnel",
|
|
@@ -1262,10 +2125,35 @@
|
|
|
1262
2125
|
{
|
|
1263
2126
|
"name": "Pooya Parsa",
|
|
1264
2127
|
"github": "pi0",
|
|
1265
|
-
"twitter": "_pi0_"
|
|
1266
|
-
|
|
2128
|
+
"twitter": "_pi0_"
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
2131
|
+
"compatibility": {
|
|
2132
|
+
"nuxt": "^2.0.0",
|
|
2133
|
+
"requires": {}
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "lodash",
|
|
2138
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2139
|
+
"repo": "cipami/nuxt-lodash",
|
|
2140
|
+
"npm": "nuxt-lodash",
|
|
2141
|
+
"icon": "lodash.svg",
|
|
2142
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2143
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2144
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2145
|
+
"category": "Libraries",
|
|
2146
|
+
"type": "3rd-party",
|
|
2147
|
+
"maintainers": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "Michal Čípa",
|
|
2150
|
+
"github": "cipami"
|
|
1267
2151
|
}
|
|
1268
|
-
]
|
|
2152
|
+
],
|
|
2153
|
+
"compatibility": {
|
|
2154
|
+
"nuxt": "^3.0.0",
|
|
2155
|
+
"requires": {}
|
|
2156
|
+
}
|
|
1269
2157
|
},
|
|
1270
2158
|
{
|
|
1271
2159
|
"name": "logrocket",
|
|
@@ -1282,10 +2170,13 @@
|
|
|
1282
2170
|
{
|
|
1283
2171
|
"name": "Farzad Soltani",
|
|
1284
2172
|
"github": "farzadso",
|
|
1285
|
-
"twitter": "farzadso"
|
|
1286
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2173
|
+
"twitter": "farzadso"
|
|
1287
2174
|
}
|
|
1288
|
-
]
|
|
2175
|
+
],
|
|
2176
|
+
"compatibility": {
|
|
2177
|
+
"nuxt": "^2.0.0",
|
|
2178
|
+
"requires": {}
|
|
2179
|
+
}
|
|
1289
2180
|
},
|
|
1290
2181
|
{
|
|
1291
2182
|
"name": "lunr",
|
|
@@ -1301,30 +2192,59 @@
|
|
|
1301
2192
|
"maintainers": [
|
|
1302
2193
|
{
|
|
1303
2194
|
"name": "Pim",
|
|
1304
|
-
"github": "pimlie"
|
|
1305
|
-
|
|
2195
|
+
"github": "pimlie"
|
|
2196
|
+
}
|
|
2197
|
+
],
|
|
2198
|
+
"compatibility": {
|
|
2199
|
+
"nuxt": "^2.0.0",
|
|
2200
|
+
"requires": {}
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "magic-regexp",
|
|
2205
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2206
|
+
"repo": "danielroe/magic-regexp",
|
|
2207
|
+
"npm": "magic-regexp",
|
|
2208
|
+
"icon": "magic-regexp.svg",
|
|
2209
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2210
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2211
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2212
|
+
"category": "Libraries",
|
|
2213
|
+
"type": "3rd-party",
|
|
2214
|
+
"maintainers": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "Daniel Roe",
|
|
2217
|
+
"github": "danielroe",
|
|
2218
|
+
"twitter": "danielcroe"
|
|
1306
2219
|
}
|
|
1307
|
-
]
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^3.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
1308
2225
|
},
|
|
1309
2226
|
{
|
|
1310
2227
|
"name": "markdownit",
|
|
1311
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1312
|
-
"repo": "nuxt-community/
|
|
2229
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1313
2230
|
"npm": "@nuxtjs/markdownit",
|
|
1314
2231
|
"icon": "",
|
|
1315
|
-
"github": "https://github.com/nuxt-community/
|
|
1316
|
-
"website": "https://github.com/nuxt-community/
|
|
2232
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2233
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1317
2234
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1318
|
-
"category": "
|
|
2235
|
+
"category": "Extensions",
|
|
1319
2236
|
"type": "community",
|
|
1320
2237
|
"maintainers": [
|
|
1321
2238
|
{
|
|
1322
2239
|
"name": "Pooya Parsa",
|
|
1323
2240
|
"github": "pi0",
|
|
1324
|
-
"twitter": "_pi0_"
|
|
1325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2241
|
+
"twitter": "_pi0_"
|
|
1326
2242
|
}
|
|
1327
|
-
]
|
|
2243
|
+
],
|
|
2244
|
+
"compatibility": {
|
|
2245
|
+
"nuxt": "^2.0.0",
|
|
2246
|
+
"requires": {}
|
|
2247
|
+
}
|
|
1328
2248
|
},
|
|
1329
2249
|
{
|
|
1330
2250
|
"name": "matomo",
|
|
@@ -1340,10 +2260,13 @@
|
|
|
1340
2260
|
"maintainers": [
|
|
1341
2261
|
{
|
|
1342
2262
|
"name": "pimlie",
|
|
1343
|
-
"github": "pimlie"
|
|
1344
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2263
|
+
"github": "pimlie"
|
|
1345
2264
|
}
|
|
1346
|
-
]
|
|
2265
|
+
],
|
|
2266
|
+
"compatibility": {
|
|
2267
|
+
"nuxt": "^2.0.0",
|
|
2268
|
+
"requires": {}
|
|
2269
|
+
}
|
|
1347
2270
|
},
|
|
1348
2271
|
{
|
|
1349
2272
|
"name": "mdx",
|
|
@@ -1354,16 +2277,44 @@
|
|
|
1354
2277
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1355
2278
|
"website": "https://mdx.nuxtjs.org",
|
|
1356
2279
|
"learn_more": "https://mdxjs.com/",
|
|
1357
|
-
"category": "
|
|
2280
|
+
"category": "Extensions",
|
|
1358
2281
|
"type": "community",
|
|
1359
2282
|
"maintainers": [
|
|
1360
2283
|
{
|
|
1361
2284
|
"name": "Jonathan Bakebwa",
|
|
1362
2285
|
"github": "codebender828",
|
|
1363
|
-
"twitter": "codebender828"
|
|
1364
|
-
|
|
2286
|
+
"twitter": "codebender828"
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"compatibility": {
|
|
2290
|
+
"nuxt": "^2.0.0",
|
|
2291
|
+
"requires": {}
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "meilisearch",
|
|
2296
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2297
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2298
|
+
"npm": "nuxt-meilisearch",
|
|
2299
|
+
"icon": "meilisearch.svg",
|
|
2300
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2301
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2302
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2303
|
+
"category": "Libraries",
|
|
2304
|
+
"type": "3rd-party",
|
|
2305
|
+
"maintainers": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "Alex Duval",
|
|
2308
|
+
"github": "xlanex6",
|
|
2309
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"compatibility": {
|
|
2313
|
+
"nuxt": "^3.0.0",
|
|
2314
|
+
"requires": {
|
|
2315
|
+
"bridge": false
|
|
1365
2316
|
}
|
|
1366
|
-
|
|
2317
|
+
}
|
|
1367
2318
|
},
|
|
1368
2319
|
{
|
|
1369
2320
|
"name": "memwatch",
|
|
@@ -1379,10 +2330,13 @@
|
|
|
1379
2330
|
"maintainers": [
|
|
1380
2331
|
{
|
|
1381
2332
|
"name": "pimlie",
|
|
1382
|
-
"github": "pimlie"
|
|
1383
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2333
|
+
"github": "pimlie"
|
|
1384
2334
|
}
|
|
1385
|
-
]
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^2.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
1386
2340
|
},
|
|
1387
2341
|
{
|
|
1388
2342
|
"name": "mobile",
|
|
@@ -1393,15 +2347,18 @@
|
|
|
1393
2347
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1394
2348
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1395
2349
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1396
|
-
"category": "
|
|
2350
|
+
"category": "Extensions",
|
|
1397
2351
|
"type": "3rd-party",
|
|
1398
2352
|
"maintainers": [
|
|
1399
2353
|
{
|
|
1400
2354
|
"name": "ChanningDefoe",
|
|
1401
|
-
"github": "ChanningDefoe"
|
|
1402
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2355
|
+
"github": "ChanningDefoe"
|
|
1403
2356
|
}
|
|
1404
|
-
]
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^2.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
1405
2362
|
},
|
|
1406
2363
|
{
|
|
1407
2364
|
"name": "moment",
|
|
@@ -1418,15 +2375,17 @@
|
|
|
1418
2375
|
{
|
|
1419
2376
|
"name": "Pooya Parsa",
|
|
1420
2377
|
"github": "pi0",
|
|
1421
|
-
"twitter": "_pi0_"
|
|
1422
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2378
|
+
"twitter": "_pi0_"
|
|
1423
2379
|
},
|
|
1424
2380
|
{
|
|
1425
2381
|
"name": "Ricardo Gobbo de Souza",
|
|
1426
|
-
"github": "ricardogobbosouza"
|
|
1427
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2382
|
+
"github": "ricardogobbosouza"
|
|
1428
2383
|
}
|
|
1429
|
-
]
|
|
2384
|
+
],
|
|
2385
|
+
"compatibility": {
|
|
2386
|
+
"nuxt": "^2.0.0",
|
|
2387
|
+
"requires": {}
|
|
2388
|
+
}
|
|
1430
2389
|
},
|
|
1431
2390
|
{
|
|
1432
2391
|
"name": "mq",
|
|
@@ -1442,10 +2401,13 @@
|
|
|
1442
2401
|
"maintainers": [
|
|
1443
2402
|
{
|
|
1444
2403
|
"name": "vanhoofmaarten",
|
|
1445
|
-
"github": "vanhoofmaarten"
|
|
1446
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2404
|
+
"github": "vanhoofmaarten"
|
|
1447
2405
|
}
|
|
1448
|
-
]
|
|
2406
|
+
],
|
|
2407
|
+
"compatibility": {
|
|
2408
|
+
"nuxt": "^2.0.0",
|
|
2409
|
+
"requires": {}
|
|
2410
|
+
}
|
|
1449
2411
|
},
|
|
1450
2412
|
{
|
|
1451
2413
|
"name": "neo",
|
|
@@ -1461,10 +2423,13 @@
|
|
|
1461
2423
|
"maintainers": [
|
|
1462
2424
|
{
|
|
1463
2425
|
"name": "ezypeeze",
|
|
1464
|
-
"github": "ezypeeze"
|
|
1465
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2426
|
+
"github": "ezypeeze"
|
|
1466
2427
|
}
|
|
1467
|
-
]
|
|
2428
|
+
],
|
|
2429
|
+
"compatibility": {
|
|
2430
|
+
"nuxt": "^2.0.0",
|
|
2431
|
+
"requires": {}
|
|
2432
|
+
}
|
|
1468
2433
|
},
|
|
1469
2434
|
{
|
|
1470
2435
|
"name": "netlify-cache",
|
|
@@ -1480,10 +2445,13 @@
|
|
|
1480
2445
|
"maintainers": [
|
|
1481
2446
|
{
|
|
1482
2447
|
"name": "DreaMinder",
|
|
1483
|
-
"github": "DreaMinder"
|
|
1484
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2448
|
+
"github": "DreaMinder"
|
|
1485
2449
|
}
|
|
1486
|
-
]
|
|
2450
|
+
],
|
|
2451
|
+
"compatibility": {
|
|
2452
|
+
"nuxt": "^2.0.0",
|
|
2453
|
+
"requires": {}
|
|
2454
|
+
}
|
|
1487
2455
|
},
|
|
1488
2456
|
{
|
|
1489
2457
|
"name": "netlify-files",
|
|
@@ -1500,10 +2468,13 @@
|
|
|
1500
2468
|
{
|
|
1501
2469
|
"name": "Alexander Lichter",
|
|
1502
2470
|
"github": "manniL",
|
|
1503
|
-
"twitter": "TheAlexLichter"
|
|
1504
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2471
|
+
"twitter": "TheAlexLichter"
|
|
1505
2472
|
}
|
|
1506
|
-
]
|
|
2473
|
+
],
|
|
2474
|
+
"compatibility": {
|
|
2475
|
+
"nuxt": "^2.0.0",
|
|
2476
|
+
"requires": {}
|
|
2477
|
+
}
|
|
1507
2478
|
},
|
|
1508
2479
|
{
|
|
1509
2480
|
"name": "netlify",
|
|
@@ -1519,30 +2490,288 @@
|
|
|
1519
2490
|
"maintainers": [
|
|
1520
2491
|
{
|
|
1521
2492
|
"name": "bazzite",
|
|
1522
|
-
"github": "bazzite"
|
|
1523
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2493
|
+
"github": "bazzite"
|
|
1524
2494
|
}
|
|
1525
|
-
]
|
|
2495
|
+
],
|
|
2496
|
+
"compatibility": {
|
|
2497
|
+
"nuxt": "^2.0.0",
|
|
2498
|
+
"requires": {}
|
|
2499
|
+
}
|
|
1526
2500
|
},
|
|
1527
2501
|
{
|
|
1528
2502
|
"name": "ngrok",
|
|
1529
2503
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1530
|
-
"repo": "nuxt-community/
|
|
2504
|
+
"repo": "nuxt-community/ngrok",
|
|
1531
2505
|
"npm": "@nuxtjs/ngrok",
|
|
1532
2506
|
"icon": "ngrok.png",
|
|
1533
|
-
"github": "https://github.com/nuxt-community/
|
|
1534
|
-
"website": "https://
|
|
2507
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2508
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1535
2509
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1536
2510
|
"category": "Devtools",
|
|
1537
2511
|
"type": "community",
|
|
1538
2512
|
"maintainers": [
|
|
1539
2513
|
{
|
|
1540
|
-
"name": "
|
|
2514
|
+
"name": "Debbie O'Brien",
|
|
2515
|
+
"github": "debs-obrien",
|
|
2516
|
+
"twitter": "debs_obrien"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"name": "Pooya Parsa",
|
|
1541
2520
|
"github": "pi0",
|
|
1542
|
-
"twitter": "_pi0_"
|
|
1543
|
-
|
|
2521
|
+
"twitter": "_pi0_"
|
|
2522
|
+
}
|
|
2523
|
+
],
|
|
2524
|
+
"compatibility": {
|
|
2525
|
+
"nuxt": "^2.0.0",
|
|
2526
|
+
"requires": {}
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"name": "notion",
|
|
2531
|
+
"description": "Vue renderer for Notion pages",
|
|
2532
|
+
"repo": "janniks/vue-notion",
|
|
2533
|
+
"npm": "vue-notion",
|
|
2534
|
+
"icon": "notion.svg",
|
|
2535
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2536
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2537
|
+
"learn_more": "",
|
|
2538
|
+
"category": "CMS",
|
|
2539
|
+
"type": "3rd-party",
|
|
2540
|
+
"maintainers": [
|
|
2541
|
+
{
|
|
2542
|
+
"name": "janniks",
|
|
2543
|
+
"github": "janniks"
|
|
2544
|
+
}
|
|
2545
|
+
],
|
|
2546
|
+
"compatibility": {
|
|
2547
|
+
"nuxt": "^2.0.0",
|
|
2548
|
+
"requires": {}
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "nuxt-hue",
|
|
2553
|
+
"description": "Enlighten your Nuxt experience",
|
|
2554
|
+
"repo": "lihbr/nuxt-hue",
|
|
2555
|
+
"npm": "nuxt-hue",
|
|
2556
|
+
"icon": "nuxt-hue.svg",
|
|
2557
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2558
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2559
|
+
"learn_more": "",
|
|
2560
|
+
"category": "Devtools",
|
|
2561
|
+
"type": "3rd-party",
|
|
2562
|
+
"maintainers": [
|
|
2563
|
+
{
|
|
2564
|
+
"name": "lihbr",
|
|
2565
|
+
"github": "lihbr"
|
|
2566
|
+
}
|
|
2567
|
+
],
|
|
2568
|
+
"compatibility": {
|
|
2569
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2570
|
+
"requires": {
|
|
2571
|
+
"bridge": "optional"
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "nuxt-monaco-editor",
|
|
2577
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2578
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2579
|
+
"npm": "nuxt-monaco-editor",
|
|
2580
|
+
"icon": "",
|
|
2581
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2582
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2583
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2584
|
+
"category": "Libraries",
|
|
2585
|
+
"type": "3rd-party",
|
|
2586
|
+
"maintainers": [
|
|
2587
|
+
{
|
|
2588
|
+
"name": "e-chan1007",
|
|
2589
|
+
"github": "e-chan1007"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
2593
|
+
"nuxt": "^3.0.0",
|
|
2594
|
+
"requires": {}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "nuxt-pino-log",
|
|
2599
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2600
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2601
|
+
"npm": "nuxt-pino-log",
|
|
2602
|
+
"icon": "",
|
|
2603
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2604
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2605
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2606
|
+
"category": "Monitoring",
|
|
2607
|
+
"type": "3rd-party",
|
|
2608
|
+
"maintainers": [
|
|
2609
|
+
{
|
|
2610
|
+
"name": "kpn",
|
|
2611
|
+
"github": "kpn"
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"nuxt": "^2.0.0",
|
|
2616
|
+
"requires": {}
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "nuxt-png-to-ico",
|
|
2621
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2622
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2623
|
+
"npm": "nuxt-png-to-ico",
|
|
2624
|
+
"icon": "",
|
|
2625
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2626
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2627
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2628
|
+
"category": "Devtools",
|
|
2629
|
+
"type": "3rd-party",
|
|
2630
|
+
"maintainers": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "b5710546232",
|
|
2633
|
+
"github": "b5710546232",
|
|
2634
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2635
|
+
}
|
|
2636
|
+
],
|
|
2637
|
+
"compatibility": {
|
|
2638
|
+
"nuxt": "^2.0.0",
|
|
2639
|
+
"requires": {}
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"name": "nuxt-smartlook",
|
|
2644
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2645
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2646
|
+
"npm": "nuxt-smartlook",
|
|
2647
|
+
"icon": "nuxt-smartlook.png",
|
|
2648
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2649
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2650
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2651
|
+
"category": "Analytics",
|
|
2652
|
+
"type": "3rd-party",
|
|
2653
|
+
"maintainers": [
|
|
2654
|
+
{
|
|
2655
|
+
"name": "Milan Sulc",
|
|
2656
|
+
"github": "f3l1x",
|
|
2657
|
+
"twitter": "xf3l1x",
|
|
2658
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^2.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "nuxt-svgo",
|
|
2668
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2669
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2670
|
+
"npm": "nuxt-svgo",
|
|
2671
|
+
"icon": "",
|
|
2672
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2673
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2674
|
+
"learn_more": "",
|
|
2675
|
+
"category": "Images",
|
|
2676
|
+
"type": "3rd-party",
|
|
2677
|
+
"maintainers": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "cpsoinos",
|
|
2680
|
+
"github": "cpsoinos"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^3.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-unleash",
|
|
2690
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2691
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2692
|
+
"npm": "nuxt-unleash",
|
|
2693
|
+
"icon": "nuxt-unleash.svg",
|
|
2694
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2695
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2696
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2697
|
+
"category": "Deployment",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "Juanjo Conejerock",
|
|
2702
|
+
"github": "conejerock"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"compatibility": {
|
|
2706
|
+
"nuxt": "^2.0.0",
|
|
2707
|
+
"requires": {}
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "nuxt-use-motion",
|
|
2712
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2713
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2714
|
+
"npm": "nuxt-use-motion",
|
|
2715
|
+
"icon": "nuxt-use-motion.svg",
|
|
2716
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2717
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2718
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2719
|
+
"category": "Libraries",
|
|
2720
|
+
"type": "3rd-party",
|
|
2721
|
+
"maintainers": [
|
|
2722
|
+
{
|
|
2723
|
+
"name": "Tahul",
|
|
2724
|
+
"github": "Tahul"
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"compatibility": {
|
|
2728
|
+
"nuxt": "^2.0.0",
|
|
2729
|
+
"requires": {}
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "nuxt-use-sound",
|
|
2734
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2735
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2736
|
+
"npm": "nuxt-use-sound",
|
|
2737
|
+
"icon": "nuxt-use-sound.svg",
|
|
2738
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2739
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2740
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2741
|
+
"category": "Libraries",
|
|
2742
|
+
"type": "3rd-party",
|
|
2743
|
+
"maintainers": [
|
|
2744
|
+
{
|
|
2745
|
+
"name": "Tahul",
|
|
2746
|
+
"github": "Tahul"
|
|
2747
|
+
}
|
|
2748
|
+
],
|
|
2749
|
+
"compatibility": {
|
|
2750
|
+
"nuxt": "^2.0.0",
|
|
2751
|
+
"requires": {}
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"name": "nuxt-viewport",
|
|
2756
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2757
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2758
|
+
"npm": "nuxt-viewport",
|
|
2759
|
+
"icon": "nuxt-viewport.svg",
|
|
2760
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2761
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2762
|
+
"learn_more": "",
|
|
2763
|
+
"category": "Extensions",
|
|
2764
|
+
"type": "3rd-party",
|
|
2765
|
+
"maintainers": [
|
|
2766
|
+
{
|
|
2767
|
+
"name": "mvrlin",
|
|
2768
|
+
"github": "mvrlin"
|
|
1544
2769
|
}
|
|
1545
|
-
]
|
|
2770
|
+
],
|
|
2771
|
+
"compatibility": {
|
|
2772
|
+
"nuxt": "^2.0.0",
|
|
2773
|
+
"requires": {}
|
|
2774
|
+
}
|
|
1546
2775
|
},
|
|
1547
2776
|
{
|
|
1548
2777
|
"name": "nuxt7",
|
|
@@ -1559,10 +2788,13 @@
|
|
|
1559
2788
|
{
|
|
1560
2789
|
"name": "Pooya Parsa",
|
|
1561
2790
|
"github": "pi0",
|
|
1562
|
-
"twitter": "_pi0_"
|
|
1563
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2791
|
+
"twitter": "_pi0_"
|
|
1564
2792
|
}
|
|
1565
|
-
]
|
|
2793
|
+
],
|
|
2794
|
+
"compatibility": {
|
|
2795
|
+
"nuxt": "^2.0.0",
|
|
2796
|
+
"requires": {}
|
|
2797
|
+
}
|
|
1566
2798
|
},
|
|
1567
2799
|
{
|
|
1568
2800
|
"name": "onesignal",
|
|
@@ -1573,35 +2805,42 @@
|
|
|
1573
2805
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1574
2806
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1575
2807
|
"learn_more": "https://onesignal.com/",
|
|
1576
|
-
"category": "
|
|
2808
|
+
"category": "Extensions",
|
|
1577
2809
|
"type": "community",
|
|
1578
2810
|
"maintainers": [
|
|
1579
2811
|
{
|
|
1580
2812
|
"name": "Pooya Parsa",
|
|
1581
2813
|
"github": "pi0",
|
|
1582
|
-
"twitter": "_pi0_"
|
|
1583
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2814
|
+
"twitter": "_pi0_"
|
|
1584
2815
|
}
|
|
1585
|
-
]
|
|
2816
|
+
],
|
|
2817
|
+
"compatibility": {
|
|
2818
|
+
"nuxt": "^2.0.0",
|
|
2819
|
+
"requires": {}
|
|
2820
|
+
}
|
|
1586
2821
|
},
|
|
1587
2822
|
{
|
|
1588
2823
|
"name": "optimized-images",
|
|
1589
2824
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
1590
|
-
"repo": "
|
|
2825
|
+
"repo": "juliomrqz/nuxt-optimized-images",
|
|
1591
2826
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
1592
2827
|
"icon": "",
|
|
1593
|
-
"github": "https://github.com/
|
|
2828
|
+
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
1594
2829
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
1595
2830
|
"learn_more": "",
|
|
1596
2831
|
"category": "Images",
|
|
1597
2832
|
"type": "3rd-party",
|
|
1598
2833
|
"maintainers": [
|
|
1599
2834
|
{
|
|
1600
|
-
"name": "
|
|
1601
|
-
"github": "
|
|
1602
|
-
"
|
|
2835
|
+
"name": "Julio Marquez",
|
|
2836
|
+
"github": "juliomrqz",
|
|
2837
|
+
"twitter": "juliomrqz"
|
|
1603
2838
|
}
|
|
1604
|
-
]
|
|
2839
|
+
],
|
|
2840
|
+
"compatibility": {
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2843
|
+
}
|
|
1605
2844
|
},
|
|
1606
2845
|
{
|
|
1607
2846
|
"name": "page-generator-helper",
|
|
@@ -1612,15 +2851,18 @@
|
|
|
1612
2851
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1613
2852
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1614
2853
|
"learn_more": "",
|
|
1615
|
-
"category": "
|
|
2854
|
+
"category": "Extensions",
|
|
1616
2855
|
"type": "3rd-party",
|
|
1617
2856
|
"maintainers": [
|
|
1618
2857
|
{
|
|
1619
2858
|
"name": "GrabarzUndPartner",
|
|
1620
|
-
"github": "GrabarzUndPartner"
|
|
1621
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2859
|
+
"github": "GrabarzUndPartner"
|
|
1622
2860
|
}
|
|
1623
|
-
]
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"nuxt": "^2.0.0",
|
|
2864
|
+
"requires": {}
|
|
2865
|
+
}
|
|
1624
2866
|
},
|
|
1625
2867
|
{
|
|
1626
2868
|
"name": "parse",
|
|
@@ -1636,10 +2878,109 @@
|
|
|
1636
2878
|
"maintainers": [
|
|
1637
2879
|
{
|
|
1638
2880
|
"name": "cierrateam",
|
|
1639
|
-
"github": "cierrateam"
|
|
1640
|
-
|
|
2881
|
+
"github": "cierrateam"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^2.0.0",
|
|
2886
|
+
"requires": {}
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "partytown",
|
|
2891
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2892
|
+
"repo": "nuxt-modules/partytown",
|
|
2893
|
+
"npm": "@nuxtjs/partytown",
|
|
2894
|
+
"icon": "partytown.svg",
|
|
2895
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2896
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2897
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2898
|
+
"category": "Performance",
|
|
2899
|
+
"type": "community",
|
|
2900
|
+
"maintainers": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "Daniel Roe",
|
|
2903
|
+
"github": "danielroe",
|
|
2904
|
+
"twitter": "danielcroe"
|
|
2905
|
+
}
|
|
2906
|
+
],
|
|
2907
|
+
"compatibility": {
|
|
2908
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2909
|
+
"requires": {
|
|
2910
|
+
"bridge": true
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"name": "persian-datepicker",
|
|
2916
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2917
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2918
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2919
|
+
"icon": "persian-datepicker.svg",
|
|
2920
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2921
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2922
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2923
|
+
"category": "Date",
|
|
2924
|
+
"type": "3rd-party",
|
|
2925
|
+
"maintainers": [
|
|
2926
|
+
{
|
|
2927
|
+
"name": "Alireza Alibeiki",
|
|
2928
|
+
"github": "alireza-ab",
|
|
2929
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"compatibility": {
|
|
2933
|
+
"nuxt": "^2.0.0",
|
|
2934
|
+
"requires": {}
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"name": "pinia",
|
|
2939
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2940
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2941
|
+
"npm": "@pinia/nuxt",
|
|
2942
|
+
"icon": "pinia.svg",
|
|
2943
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2944
|
+
"website": "https://pinia.esm.dev/",
|
|
2945
|
+
"learn_more": "",
|
|
2946
|
+
"category": "Extensions",
|
|
2947
|
+
"type": "3rd-party",
|
|
2948
|
+
"maintainers": [
|
|
2949
|
+
{
|
|
2950
|
+
"name": "posva",
|
|
2951
|
+
"github": "posva"
|
|
2952
|
+
}
|
|
2953
|
+
],
|
|
2954
|
+
"compatibility": {
|
|
2955
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2956
|
+
"requires": {
|
|
2957
|
+
"bridge": "optional"
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"name": "plausible",
|
|
2963
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2964
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2965
|
+
"npm": "vue-plausible",
|
|
2966
|
+
"icon": "plausible.png",
|
|
2967
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2968
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2969
|
+
"learn_more": "",
|
|
2970
|
+
"category": "Analytics",
|
|
2971
|
+
"type": "3rd-party",
|
|
2972
|
+
"maintainers": [
|
|
2973
|
+
{
|
|
2974
|
+
"name": "moritzsternemann",
|
|
2975
|
+
"github": "moritzsternemann"
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"compatibility": {
|
|
2979
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2980
|
+
"requires": {
|
|
2981
|
+
"bridge": "optional"
|
|
1641
2982
|
}
|
|
1642
|
-
|
|
2983
|
+
}
|
|
1643
2984
|
},
|
|
1644
2985
|
{
|
|
1645
2986
|
"name": "precompress",
|
|
@@ -1655,41 +2996,36 @@
|
|
|
1655
2996
|
"maintainers": [
|
|
1656
2997
|
{
|
|
1657
2998
|
"name": "frenchrabbit",
|
|
1658
|
-
"github": "frenchrabbit"
|
|
1659
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2999
|
+
"github": "frenchrabbit"
|
|
1660
3000
|
}
|
|
1661
|
-
]
|
|
3001
|
+
],
|
|
3002
|
+
"compatibility": {
|
|
3003
|
+
"nuxt": "^2.0.0",
|
|
3004
|
+
"requires": {}
|
|
3005
|
+
}
|
|
1662
3006
|
},
|
|
1663
3007
|
{
|
|
1664
3008
|
"name": "prismic",
|
|
1665
3009
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
1666
|
-
"repo": "nuxt-
|
|
3010
|
+
"repo": "nuxt-modules/prismic",
|
|
1667
3011
|
"npm": "@nuxtjs/prismic",
|
|
1668
3012
|
"icon": "prismic.png",
|
|
1669
|
-
"github": "https://github.com/nuxt-
|
|
1670
|
-
"website": "https://
|
|
1671
|
-
"learn_more": "https://prismic.io
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
3014
|
+
"website": "https://prismic.nuxtjs.org",
|
|
3015
|
+
"learn_more": "https://prismic.io",
|
|
1672
3016
|
"category": "CMS",
|
|
1673
3017
|
"type": "community",
|
|
1674
3018
|
"maintainers": [
|
|
1675
|
-
{
|
|
1676
|
-
"name": "Sébastien Chopin",
|
|
1677
|
-
"github": "Atinux",
|
|
1678
|
-
"twitter": "Atinux",
|
|
1679
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1680
|
-
},
|
|
1681
3019
|
{
|
|
1682
3020
|
"name": "lihbr",
|
|
1683
3021
|
"github": "lihbr",
|
|
1684
|
-
"twitter": "li_hbr"
|
|
1685
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"name": "James Pegg",
|
|
1689
|
-
"github": "jamespegg",
|
|
1690
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
3022
|
+
"twitter": "li_hbr"
|
|
1691
3023
|
}
|
|
1692
|
-
]
|
|
3024
|
+
],
|
|
3025
|
+
"compatibility": {
|
|
3026
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3027
|
+
"requires": {}
|
|
3028
|
+
}
|
|
1693
3029
|
},
|
|
1694
3030
|
{
|
|
1695
3031
|
"name": "protected-mailto",
|
|
@@ -1705,10 +3041,13 @@
|
|
|
1705
3041
|
"maintainers": [
|
|
1706
3042
|
{
|
|
1707
3043
|
"name": "mmoollllee",
|
|
1708
|
-
"github": "mmoollllee"
|
|
1709
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
3044
|
+
"github": "mmoollllee"
|
|
1710
3045
|
}
|
|
1711
|
-
]
|
|
3046
|
+
],
|
|
3047
|
+
"compatibility": {
|
|
3048
|
+
"nuxt": "^2.0.0",
|
|
3049
|
+
"requires": {}
|
|
3050
|
+
}
|
|
1712
3051
|
},
|
|
1713
3052
|
{
|
|
1714
3053
|
"name": "proxy",
|
|
@@ -1725,10 +3064,13 @@
|
|
|
1725
3064
|
{
|
|
1726
3065
|
"name": "Pooya Parsa",
|
|
1727
3066
|
"github": "pi0",
|
|
1728
|
-
"twitter": "_pi0_"
|
|
1729
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3067
|
+
"twitter": "_pi0_"
|
|
1730
3068
|
}
|
|
1731
|
-
]
|
|
3069
|
+
],
|
|
3070
|
+
"compatibility": {
|
|
3071
|
+
"nuxt": "^2.0.0",
|
|
3072
|
+
"requires": {}
|
|
3073
|
+
}
|
|
1732
3074
|
},
|
|
1733
3075
|
{
|
|
1734
3076
|
"name": "prune-html",
|
|
@@ -1743,11 +3085,15 @@
|
|
|
1743
3085
|
"type": "3rd-party",
|
|
1744
3086
|
"maintainers": [
|
|
1745
3087
|
{
|
|
1746
|
-
"name": "
|
|
3088
|
+
"name": "Luca Iaconelli",
|
|
1747
3089
|
"github": "LuXDAmore",
|
|
1748
|
-
"
|
|
3090
|
+
"twitter": "luxdamore"
|
|
1749
3091
|
}
|
|
1750
|
-
]
|
|
3092
|
+
],
|
|
3093
|
+
"compatibility": {
|
|
3094
|
+
"nuxt": "^2.0.0",
|
|
3095
|
+
"requires": {}
|
|
3096
|
+
}
|
|
1751
3097
|
},
|
|
1752
3098
|
{
|
|
1753
3099
|
"name": "purgecss",
|
|
@@ -1763,14 +3109,17 @@
|
|
|
1763
3109
|
"maintainers": [
|
|
1764
3110
|
{
|
|
1765
3111
|
"name": "Developmint",
|
|
1766
|
-
"github": "Developmint"
|
|
1767
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3112
|
+
"github": "Developmint"
|
|
1768
3113
|
}
|
|
1769
|
-
]
|
|
3114
|
+
],
|
|
3115
|
+
"compatibility": {
|
|
3116
|
+
"nuxt": "^2.0.0",
|
|
3117
|
+
"requires": {}
|
|
3118
|
+
}
|
|
1770
3119
|
},
|
|
1771
3120
|
{
|
|
1772
3121
|
"name": "pwa",
|
|
1773
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3122
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1774
3123
|
"repo": "nuxt-community/pwa-module",
|
|
1775
3124
|
"npm": "@nuxtjs/pwa",
|
|
1776
3125
|
"icon": "pwa.png",
|
|
@@ -1783,10 +3132,15 @@
|
|
|
1783
3132
|
{
|
|
1784
3133
|
"name": "Pooya Parsa",
|
|
1785
3134
|
"github": "pi0",
|
|
1786
|
-
"twitter": "_pi0_"
|
|
1787
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3135
|
+
"twitter": "_pi0_"
|
|
1788
3136
|
}
|
|
1789
|
-
]
|
|
3137
|
+
],
|
|
3138
|
+
"compatibility": {
|
|
3139
|
+
"nuxt": "^2.0.0",
|
|
3140
|
+
"requires": {
|
|
3141
|
+
"bridge": "optional"
|
|
3142
|
+
}
|
|
3143
|
+
}
|
|
1790
3144
|
},
|
|
1791
3145
|
{
|
|
1792
3146
|
"name": "python",
|
|
@@ -1797,15 +3151,18 @@
|
|
|
1797
3151
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1798
3152
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1799
3153
|
"learn_more": "https://www.python.org/",
|
|
1800
|
-
"category": "
|
|
3154
|
+
"category": "Extensions",
|
|
1801
3155
|
"type": "community",
|
|
1802
3156
|
"maintainers": [
|
|
1803
3157
|
{
|
|
1804
3158
|
"name": "Sebastian Silva",
|
|
1805
|
-
"github": "icarito"
|
|
1806
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3159
|
+
"github": "icarito"
|
|
1807
3160
|
}
|
|
1808
|
-
]
|
|
3161
|
+
],
|
|
3162
|
+
"compatibility": {
|
|
3163
|
+
"nuxt": "^2.0.0",
|
|
3164
|
+
"requires": {}
|
|
3165
|
+
}
|
|
1809
3166
|
},
|
|
1810
3167
|
{
|
|
1811
3168
|
"name": "recaptcha",
|
|
@@ -1821,10 +3178,13 @@
|
|
|
1821
3178
|
"maintainers": [
|
|
1822
3179
|
{
|
|
1823
3180
|
"name": "mvrlin",
|
|
1824
|
-
"github": "mvrlin"
|
|
1825
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3181
|
+
"github": "mvrlin"
|
|
1826
3182
|
}
|
|
1827
|
-
]
|
|
3183
|
+
],
|
|
3184
|
+
"compatibility": {
|
|
3185
|
+
"nuxt": "^2.0.0",
|
|
3186
|
+
"requires": {}
|
|
3187
|
+
}
|
|
1828
3188
|
},
|
|
1829
3189
|
{
|
|
1830
3190
|
"name": "redirect",
|
|
@@ -1841,10 +3201,13 @@
|
|
|
1841
3201
|
{
|
|
1842
3202
|
"name": "Alexander Lichter",
|
|
1843
3203
|
"github": "manniL",
|
|
1844
|
-
"twitter": "TheAlexLichter"
|
|
1845
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3204
|
+
"twitter": "TheAlexLichter"
|
|
1846
3205
|
}
|
|
1847
|
-
]
|
|
3206
|
+
],
|
|
3207
|
+
"compatibility": {
|
|
3208
|
+
"nuxt": "^2.0.0",
|
|
3209
|
+
"requires": {}
|
|
3210
|
+
}
|
|
1848
3211
|
},
|
|
1849
3212
|
{
|
|
1850
3213
|
"name": "rfg-icon",
|
|
@@ -1855,15 +3218,18 @@
|
|
|
1855
3218
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1856
3219
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1857
3220
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1858
|
-
"category": "
|
|
3221
|
+
"category": "SEO",
|
|
1859
3222
|
"type": "3rd-party",
|
|
1860
3223
|
"maintainers": [
|
|
1861
3224
|
{
|
|
1862
3225
|
"name": "pimlie",
|
|
1863
|
-
"github": "pimlie"
|
|
1864
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3226
|
+
"github": "pimlie"
|
|
1865
3227
|
}
|
|
1866
|
-
]
|
|
3228
|
+
],
|
|
3229
|
+
"compatibility": {
|
|
3230
|
+
"nuxt": "^2.0.0",
|
|
3231
|
+
"requires": {}
|
|
3232
|
+
}
|
|
1867
3233
|
},
|
|
1868
3234
|
{
|
|
1869
3235
|
"name": "robots",
|
|
@@ -1879,10 +3245,15 @@
|
|
|
1879
3245
|
"maintainers": [
|
|
1880
3246
|
{
|
|
1881
3247
|
"name": "Ricardo Gobbo de Souza",
|
|
1882
|
-
"github": "ricardogobbosouza"
|
|
1883
|
-
|
|
3248
|
+
"github": "ricardogobbosouza"
|
|
3249
|
+
}
|
|
3250
|
+
],
|
|
3251
|
+
"compatibility": {
|
|
3252
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3253
|
+
"requires": {
|
|
3254
|
+
"bridge": "optional"
|
|
1884
3255
|
}
|
|
1885
|
-
|
|
3256
|
+
}
|
|
1886
3257
|
},
|
|
1887
3258
|
{
|
|
1888
3259
|
"name": "rollbar",
|
|
@@ -1898,10 +3269,13 @@
|
|
|
1898
3269
|
"maintainers": [
|
|
1899
3270
|
{
|
|
1900
3271
|
"name": "Gaël Reyrol",
|
|
1901
|
-
"github": "gaelreyrol"
|
|
1902
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3272
|
+
"github": "gaelreyrol"
|
|
1903
3273
|
}
|
|
1904
|
-
]
|
|
3274
|
+
],
|
|
3275
|
+
"compatibility": {
|
|
3276
|
+
"nuxt": "^2.0.0",
|
|
3277
|
+
"requires": {}
|
|
3278
|
+
}
|
|
1905
3279
|
},
|
|
1906
3280
|
{
|
|
1907
3281
|
"name": "router-extras",
|
|
@@ -1912,16 +3286,19 @@
|
|
|
1912
3286
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1913
3287
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1914
3288
|
"learn_more": "",
|
|
1915
|
-
"category": "
|
|
3289
|
+
"category": "Extensions",
|
|
1916
3290
|
"type": "community",
|
|
1917
3291
|
"maintainers": [
|
|
1918
3292
|
{
|
|
1919
3293
|
"name": "Ahad Birang",
|
|
1920
3294
|
"github": "farnabaz",
|
|
1921
|
-
"twitter": "a_birang"
|
|
1922
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3295
|
+
"twitter": "a_birang"
|
|
1923
3296
|
}
|
|
1924
|
-
]
|
|
3297
|
+
],
|
|
3298
|
+
"compatibility": {
|
|
3299
|
+
"nuxt": "^2.0.0",
|
|
3300
|
+
"requires": {}
|
|
3301
|
+
}
|
|
1925
3302
|
},
|
|
1926
3303
|
{
|
|
1927
3304
|
"name": "router",
|
|
@@ -1932,24 +3309,27 @@
|
|
|
1932
3309
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1933
3310
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1934
3311
|
"learn_more": "",
|
|
1935
|
-
"category": "
|
|
3312
|
+
"category": "Extensions",
|
|
1936
3313
|
"type": "community",
|
|
1937
3314
|
"maintainers": [
|
|
1938
3315
|
{
|
|
1939
3316
|
"name": "Sébastien Chopin",
|
|
1940
3317
|
"github": "Atinux",
|
|
1941
|
-
"twitter": "Atinux"
|
|
1942
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3318
|
+
"twitter": "Atinux"
|
|
1943
3319
|
}
|
|
1944
|
-
]
|
|
3320
|
+
],
|
|
3321
|
+
"compatibility": {
|
|
3322
|
+
"nuxt": "^2.0.0",
|
|
3323
|
+
"requires": {}
|
|
3324
|
+
}
|
|
1945
3325
|
},
|
|
1946
3326
|
{
|
|
1947
3327
|
"name": "sanity",
|
|
1948
|
-
"description": "Access text, images, and other media with Nuxt
|
|
1949
|
-
"repo": "nuxt-
|
|
3328
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3329
|
+
"repo": "nuxt-modules/sanity#main",
|
|
1950
3330
|
"npm": "@nuxtjs/sanity",
|
|
1951
3331
|
"icon": "sanity.png",
|
|
1952
|
-
"github": "https://github.com/nuxt-
|
|
3332
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
1953
3333
|
"website": "https://sanity.nuxtjs.org",
|
|
1954
3334
|
"learn_more": "https://www.sanity.io/",
|
|
1955
3335
|
"category": "CMS",
|
|
@@ -1958,10 +3338,39 @@
|
|
|
1958
3338
|
{
|
|
1959
3339
|
"name": "Daniel Roe",
|
|
1960
3340
|
"github": "danielroe",
|
|
1961
|
-
"twitter": "danielcroe"
|
|
1962
|
-
|
|
3341
|
+
"twitter": "danielcroe"
|
|
3342
|
+
}
|
|
3343
|
+
],
|
|
3344
|
+
"compatibility": {
|
|
3345
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3346
|
+
"requires": {
|
|
3347
|
+
"bridge": "optional"
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"name": "schema-org",
|
|
3353
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3354
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3355
|
+
"npm": "nuxt-schema-org",
|
|
3356
|
+
"icon": "schema-org.svg",
|
|
3357
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3358
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3359
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3360
|
+
"category": "SEO",
|
|
3361
|
+
"type": "3rd-party",
|
|
3362
|
+
"maintainers": [
|
|
3363
|
+
{
|
|
3364
|
+
"name": "Harlan Wilton",
|
|
3365
|
+
"github": "harlan-zw",
|
|
3366
|
+
"twitter": "harlan_zw",
|
|
3367
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
1963
3368
|
}
|
|
1964
|
-
]
|
|
3369
|
+
],
|
|
3370
|
+
"compatibility": {
|
|
3371
|
+
"nuxt": "^3.0.0",
|
|
3372
|
+
"requires": {}
|
|
3373
|
+
}
|
|
1965
3374
|
},
|
|
1966
3375
|
{
|
|
1967
3376
|
"name": "scss-to-js",
|
|
@@ -1977,10 +3386,13 @@
|
|
|
1977
3386
|
"maintainers": [
|
|
1978
3387
|
{
|
|
1979
3388
|
"name": "sugoidesune",
|
|
1980
|
-
"github": "sugoidesune"
|
|
1981
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3389
|
+
"github": "sugoidesune"
|
|
1982
3390
|
}
|
|
1983
|
-
]
|
|
3391
|
+
],
|
|
3392
|
+
"compatibility": {
|
|
3393
|
+
"nuxt": "^2.0.0",
|
|
3394
|
+
"requires": {}
|
|
3395
|
+
}
|
|
1984
3396
|
},
|
|
1985
3397
|
{
|
|
1986
3398
|
"name": "segment",
|
|
@@ -1996,10 +3408,13 @@
|
|
|
1996
3408
|
"maintainers": [
|
|
1997
3409
|
{
|
|
1998
3410
|
"name": "dansmaculotte",
|
|
1999
|
-
"github": "dansmaculotte"
|
|
2000
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3411
|
+
"github": "dansmaculotte"
|
|
2001
3412
|
}
|
|
2002
|
-
]
|
|
3413
|
+
],
|
|
3414
|
+
"compatibility": {
|
|
3415
|
+
"nuxt": "^2.0.0",
|
|
3416
|
+
"requires": {}
|
|
3417
|
+
}
|
|
2003
3418
|
},
|
|
2004
3419
|
{
|
|
2005
3420
|
"name": "sentry",
|
|
@@ -2008,17 +3423,43 @@
|
|
|
2008
3423
|
"npm": "@nuxtjs/sentry",
|
|
2009
3424
|
"icon": "sentry.png",
|
|
2010
3425
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2011
|
-
"website": "https://
|
|
3426
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2012
3427
|
"learn_more": "https://sentry.io/welcome/",
|
|
2013
3428
|
"category": "Monitoring",
|
|
2014
3429
|
"type": "community",
|
|
2015
3430
|
"maintainers": [
|
|
2016
3431
|
{
|
|
2017
3432
|
"name": "Rafał Chłodnicki",
|
|
2018
|
-
"github": "rchl"
|
|
2019
|
-
|
|
3433
|
+
"github": "rchl"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
"compatibility": {
|
|
3437
|
+
"nuxt": "^2.0.0",
|
|
3438
|
+
"requires": {}
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"name": "seo-meta",
|
|
3443
|
+
"description": "Simple generate seo metadata",
|
|
3444
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3445
|
+
"npm": "nuxt-seo-meta",
|
|
3446
|
+
"icon": "",
|
|
3447
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3448
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3449
|
+
"learn_more": "",
|
|
3450
|
+
"category": "SEO",
|
|
3451
|
+
"type": "3rd-party",
|
|
3452
|
+
"maintainers": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "ihavecoke",
|
|
3455
|
+
"github": "ihavecoke",
|
|
3456
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2020
3457
|
}
|
|
2021
|
-
]
|
|
3458
|
+
],
|
|
3459
|
+
"compatibility": {
|
|
3460
|
+
"nuxt": "^2.0.0",
|
|
3461
|
+
"requires": {}
|
|
3462
|
+
}
|
|
2022
3463
|
},
|
|
2023
3464
|
{
|
|
2024
3465
|
"name": "seomatic-meta",
|
|
@@ -2034,10 +3475,13 @@
|
|
|
2034
3475
|
"maintainers": [
|
|
2035
3476
|
{
|
|
2036
3477
|
"name": "ben-rogerson",
|
|
2037
|
-
"github": "ben-rogerson"
|
|
2038
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3478
|
+
"github": "ben-rogerson"
|
|
2039
3479
|
}
|
|
2040
|
-
]
|
|
3480
|
+
],
|
|
3481
|
+
"compatibility": {
|
|
3482
|
+
"nuxt": "^2.0.0",
|
|
3483
|
+
"requires": {}
|
|
3484
|
+
}
|
|
2041
3485
|
},
|
|
2042
3486
|
{
|
|
2043
3487
|
"name": "separate-env",
|
|
@@ -2048,16 +3492,19 @@
|
|
|
2048
3492
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2049
3493
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2050
3494
|
"learn_more": "",
|
|
2051
|
-
"category": "
|
|
3495
|
+
"category": "Extensions",
|
|
2052
3496
|
"type": "community",
|
|
2053
3497
|
"maintainers": [
|
|
2054
3498
|
{
|
|
2055
3499
|
"name": "Alexander Lichter",
|
|
2056
3500
|
"github": "manniL",
|
|
2057
|
-
"twitter": "TheAlexLichter"
|
|
2058
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3501
|
+
"twitter": "TheAlexLichter"
|
|
2059
3502
|
}
|
|
2060
|
-
]
|
|
3503
|
+
],
|
|
3504
|
+
"compatibility": {
|
|
3505
|
+
"nuxt": "^2.0.0",
|
|
3506
|
+
"requires": {}
|
|
3507
|
+
}
|
|
2061
3508
|
},
|
|
2062
3509
|
{
|
|
2063
3510
|
"name": "shopify",
|
|
@@ -2073,10 +3520,13 @@
|
|
|
2073
3520
|
"maintainers": [
|
|
2074
3521
|
{
|
|
2075
3522
|
"name": "Gomah",
|
|
2076
|
-
"github": "Gomah"
|
|
2077
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3523
|
+
"github": "Gomah"
|
|
2078
3524
|
}
|
|
2079
|
-
]
|
|
3525
|
+
],
|
|
3526
|
+
"compatibility": {
|
|
3527
|
+
"nuxt": "^2.0.0",
|
|
3528
|
+
"requires": {}
|
|
3529
|
+
}
|
|
2080
3530
|
},
|
|
2081
3531
|
{
|
|
2082
3532
|
"name": "simple-line-icons",
|
|
@@ -2092,10 +3542,13 @@
|
|
|
2092
3542
|
"maintainers": [
|
|
2093
3543
|
{
|
|
2094
3544
|
"name": "vaso2",
|
|
2095
|
-
"github": "vaso2"
|
|
2096
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3545
|
+
"github": "vaso2"
|
|
2097
3546
|
}
|
|
2098
|
-
]
|
|
3547
|
+
],
|
|
3548
|
+
"compatibility": {
|
|
3549
|
+
"nuxt": "^2.0.0",
|
|
3550
|
+
"requires": {}
|
|
3551
|
+
}
|
|
2099
3552
|
},
|
|
2100
3553
|
{
|
|
2101
3554
|
"name": "sitemap",
|
|
@@ -2104,7 +3557,7 @@
|
|
|
2104
3557
|
"npm": "@nuxtjs/sitemap",
|
|
2105
3558
|
"icon": "",
|
|
2106
3559
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2107
|
-
"website": "https://
|
|
3560
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2108
3561
|
"learn_more": "",
|
|
2109
3562
|
"category": "SEO",
|
|
2110
3563
|
"type": "community",
|
|
@@ -2112,10 +3565,36 @@
|
|
|
2112
3565
|
{
|
|
2113
3566
|
"name": "Nicolas PENNEC",
|
|
2114
3567
|
"github": "NicoPennec",
|
|
2115
|
-
"twitter": "NicoPennec"
|
|
2116
|
-
|
|
3568
|
+
"twitter": "NicoPennec"
|
|
3569
|
+
}
|
|
3570
|
+
],
|
|
3571
|
+
"compatibility": {
|
|
3572
|
+
"nuxt": "^2.0.0",
|
|
3573
|
+
"requires": {}
|
|
3574
|
+
}
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"name": "snipcart",
|
|
3578
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3579
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3580
|
+
"npm": "@nuxtjs/snipcart",
|
|
3581
|
+
"icon": "snipcart.png",
|
|
3582
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3583
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3584
|
+
"learn_more": "",
|
|
3585
|
+
"category": "Payment",
|
|
3586
|
+
"type": "community",
|
|
3587
|
+
"maintainers": [
|
|
3588
|
+
{
|
|
3589
|
+
"name": "Florent GIRAUD",
|
|
3590
|
+
"github": "f3ltron",
|
|
3591
|
+
"twitter": "giraud_florent"
|
|
2117
3592
|
}
|
|
2118
|
-
]
|
|
3593
|
+
],
|
|
3594
|
+
"compatibility": {
|
|
3595
|
+
"nuxt": "^2.0.0",
|
|
3596
|
+
"requires": {}
|
|
3597
|
+
}
|
|
2119
3598
|
},
|
|
2120
3599
|
{
|
|
2121
3600
|
"name": "social-meta",
|
|
@@ -2131,10 +3610,13 @@
|
|
|
2131
3610
|
"maintainers": [
|
|
2132
3611
|
{
|
|
2133
3612
|
"name": "AlekseyPleshkov",
|
|
2134
|
-
"github": "AlekseyPleshkov"
|
|
2135
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3613
|
+
"github": "AlekseyPleshkov"
|
|
2136
3614
|
}
|
|
2137
|
-
]
|
|
3615
|
+
],
|
|
3616
|
+
"compatibility": {
|
|
3617
|
+
"nuxt": "^2.0.0",
|
|
3618
|
+
"requires": {}
|
|
3619
|
+
}
|
|
2138
3620
|
},
|
|
2139
3621
|
{
|
|
2140
3622
|
"name": "socket-io",
|
|
@@ -2150,10 +3632,13 @@
|
|
|
2150
3632
|
"maintainers": [
|
|
2151
3633
|
{
|
|
2152
3634
|
"name": "richardeschloss",
|
|
2153
|
-
"github": "richardeschloss"
|
|
2154
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3635
|
+
"github": "richardeschloss"
|
|
2155
3636
|
}
|
|
2156
|
-
]
|
|
3637
|
+
],
|
|
3638
|
+
"compatibility": {
|
|
3639
|
+
"nuxt": "^2.0.0",
|
|
3640
|
+
"requires": {}
|
|
3641
|
+
}
|
|
2157
3642
|
},
|
|
2158
3643
|
{
|
|
2159
3644
|
"name": "speedcurve",
|
|
@@ -2170,10 +3655,46 @@
|
|
|
2170
3655
|
{
|
|
2171
3656
|
"name": "Josh Deltener",
|
|
2172
3657
|
"github": "hecktarzuli",
|
|
2173
|
-
"twitter": "JoshDeltener"
|
|
2174
|
-
|
|
3658
|
+
"twitter": "JoshDeltener"
|
|
3659
|
+
}
|
|
3660
|
+
],
|
|
3661
|
+
"compatibility": {
|
|
3662
|
+
"nuxt": "^2.0.0",
|
|
3663
|
+
"requires": {}
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"name": "speedkit",
|
|
3668
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3669
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3670
|
+
"npm": "nuxt-speedkit",
|
|
3671
|
+
"icon": "speedkit.png",
|
|
3672
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3673
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3674
|
+
"learn_more": "",
|
|
3675
|
+
"category": "Performance",
|
|
3676
|
+
"type": "3rd-party",
|
|
3677
|
+
"maintainers": [
|
|
3678
|
+
{
|
|
3679
|
+
"name": "Stephan Gerbeth",
|
|
3680
|
+
"github": "StephanGerbeth",
|
|
3681
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "Thorn Walli",
|
|
3685
|
+
"github": "ThornWalli",
|
|
3686
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "Grabarz & Partner",
|
|
3690
|
+
"github": "GrabarzUndPartner",
|
|
3691
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2175
3692
|
}
|
|
2176
|
-
]
|
|
3693
|
+
],
|
|
3694
|
+
"compatibility": {
|
|
3695
|
+
"nuxt": "^2.0.0",
|
|
3696
|
+
"requires": {}
|
|
3697
|
+
}
|
|
2177
3698
|
},
|
|
2178
3699
|
{
|
|
2179
3700
|
"name": "storage",
|
|
@@ -2184,15 +3705,40 @@
|
|
|
2184
3705
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2185
3706
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2186
3707
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2187
|
-
"category": "
|
|
3708
|
+
"category": "Extensions",
|
|
2188
3709
|
"type": "3rd-party",
|
|
2189
3710
|
"maintainers": [
|
|
2190
3711
|
{
|
|
2191
3712
|
"name": "mazipan",
|
|
2192
|
-
"github": "mazipan"
|
|
2193
|
-
|
|
3713
|
+
"github": "mazipan"
|
|
3714
|
+
}
|
|
3715
|
+
],
|
|
3716
|
+
"compatibility": {
|
|
3717
|
+
"nuxt": "^2.0.0",
|
|
3718
|
+
"requires": {}
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "storefront-ui",
|
|
3723
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3724
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3725
|
+
"npm": "@storefront-ui/nuxt",
|
|
3726
|
+
"icon": "storefront-ui.svg",
|
|
3727
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3728
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3729
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3730
|
+
"category": "UI",
|
|
3731
|
+
"type": "3rd-party",
|
|
3732
|
+
"maintainers": [
|
|
3733
|
+
{
|
|
3734
|
+
"name": "Jakub Andrzejewski",
|
|
3735
|
+
"github": "Baroshem"
|
|
2194
3736
|
}
|
|
2195
|
-
]
|
|
3737
|
+
],
|
|
3738
|
+
"compatibility": {
|
|
3739
|
+
"nuxt": "^2.0.0",
|
|
3740
|
+
"requires": {}
|
|
3741
|
+
}
|
|
2196
3742
|
},
|
|
2197
3743
|
{
|
|
2198
3744
|
"name": "stories",
|
|
@@ -2208,16 +3754,19 @@
|
|
|
2208
3754
|
"maintainers": [
|
|
2209
3755
|
{
|
|
2210
3756
|
"name": "richardeschloss",
|
|
2211
|
-
"github": "richardeschloss"
|
|
2212
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3757
|
+
"github": "richardeschloss"
|
|
2213
3758
|
}
|
|
2214
|
-
]
|
|
3759
|
+
],
|
|
3760
|
+
"compatibility": {
|
|
3761
|
+
"nuxt": "^2.0.0",
|
|
3762
|
+
"requires": {}
|
|
3763
|
+
}
|
|
2215
3764
|
},
|
|
2216
3765
|
{
|
|
2217
3766
|
"name": "storyblok",
|
|
2218
3767
|
"description": "Storyblok Nuxt.js module",
|
|
2219
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2220
|
-
"npm": "storyblok
|
|
3768
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3769
|
+
"npm": "@storyblok/nuxt",
|
|
2221
3770
|
"icon": "storyblok.png",
|
|
2222
3771
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2223
3772
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2227,10 +3776,13 @@
|
|
|
2227
3776
|
"maintainers": [
|
|
2228
3777
|
{
|
|
2229
3778
|
"name": "storyblok",
|
|
2230
|
-
"github": "storyblok"
|
|
2231
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3779
|
+
"github": "storyblok"
|
|
2232
3780
|
}
|
|
2233
|
-
]
|
|
3781
|
+
],
|
|
3782
|
+
"compatibility": {
|
|
3783
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3784
|
+
"requires": {}
|
|
3785
|
+
}
|
|
2234
3786
|
},
|
|
2235
3787
|
{
|
|
2236
3788
|
"name": "storybook",
|
|
@@ -2247,16 +3799,20 @@
|
|
|
2247
3799
|
{
|
|
2248
3800
|
"name": "Ahad Birang",
|
|
2249
3801
|
"github": "farnabaz",
|
|
2250
|
-
"twitter": "a_birang"
|
|
2251
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3802
|
+
"twitter": "a_birang"
|
|
2252
3803
|
},
|
|
2253
3804
|
{
|
|
2254
3805
|
"name": "Pooya Parsa",
|
|
2255
3806
|
"github": "pi0",
|
|
2256
|
-
"twitter": "_pi0_"
|
|
2257
|
-
|
|
3807
|
+
"twitter": "_pi0_"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^2.0.0",
|
|
3812
|
+
"requires": {
|
|
3813
|
+
"bridge": "optional"
|
|
2258
3814
|
}
|
|
2259
|
-
|
|
3815
|
+
}
|
|
2260
3816
|
},
|
|
2261
3817
|
{
|
|
2262
3818
|
"name": "strapi",
|
|
@@ -2273,16 +3829,20 @@
|
|
|
2273
3829
|
{
|
|
2274
3830
|
"name": "Benjamin Canac",
|
|
2275
3831
|
"github": "benjamincanac",
|
|
2276
|
-
"twitter": "benjamincanac"
|
|
2277
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3832
|
+
"twitter": "benjamincanac"
|
|
2278
3833
|
},
|
|
2279
3834
|
{
|
|
2280
3835
|
"name": "Sébastien Chopin",
|
|
2281
3836
|
"github": "Atinux",
|
|
2282
|
-
"twitter": "Atinux"
|
|
2283
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3837
|
+
"twitter": "Atinux"
|
|
2284
3838
|
}
|
|
2285
|
-
]
|
|
3839
|
+
],
|
|
3840
|
+
"compatibility": {
|
|
3841
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3842
|
+
"requires": {
|
|
3843
|
+
"bridge": true
|
|
3844
|
+
}
|
|
3845
|
+
}
|
|
2286
3846
|
},
|
|
2287
3847
|
{
|
|
2288
3848
|
"name": "stripe",
|
|
@@ -2298,10 +3858,13 @@
|
|
|
2298
3858
|
"maintainers": [
|
|
2299
3859
|
{
|
|
2300
3860
|
"name": "WilliamDASILVA",
|
|
2301
|
-
"github": "WilliamDASILVA"
|
|
2302
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3861
|
+
"github": "WilliamDASILVA"
|
|
2303
3862
|
}
|
|
2304
|
-
]
|
|
3863
|
+
],
|
|
3864
|
+
"compatibility": {
|
|
3865
|
+
"nuxt": "^2.0.0",
|
|
3866
|
+
"requires": {}
|
|
3867
|
+
}
|
|
2305
3868
|
},
|
|
2306
3869
|
{
|
|
2307
3870
|
"name": "style-resources",
|
|
@@ -2318,10 +3881,13 @@
|
|
|
2318
3881
|
{
|
|
2319
3882
|
"name": "Alexander Lichter",
|
|
2320
3883
|
"github": "manniL",
|
|
2321
|
-
"twitter": "TheAlexLichter"
|
|
2322
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3884
|
+
"twitter": "TheAlexLichter"
|
|
2323
3885
|
}
|
|
2324
|
-
]
|
|
3886
|
+
],
|
|
3887
|
+
"compatibility": {
|
|
3888
|
+
"nuxt": "^2.0.0",
|
|
3889
|
+
"requires": {}
|
|
3890
|
+
}
|
|
2325
3891
|
},
|
|
2326
3892
|
{
|
|
2327
3893
|
"name": "stylelint",
|
|
@@ -2337,10 +3903,69 @@
|
|
|
2337
3903
|
"maintainers": [
|
|
2338
3904
|
{
|
|
2339
3905
|
"name": "Ricardo Gobbo de Souza",
|
|
2340
|
-
"github": "ricardogobbosouza"
|
|
2341
|
-
|
|
3906
|
+
"github": "ricardogobbosouza"
|
|
3907
|
+
}
|
|
3908
|
+
],
|
|
3909
|
+
"compatibility": {
|
|
3910
|
+
"nuxt": "^2.0.0",
|
|
3911
|
+
"requires": {}
|
|
3912
|
+
}
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "stylify",
|
|
3916
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3917
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3918
|
+
"npm": "@stylify/nuxt",
|
|
3919
|
+
"icon": "stylify.svg",
|
|
3920
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3921
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3922
|
+
"learn_more": "https://stylifycss.com",
|
|
3923
|
+
"category": "UI",
|
|
3924
|
+
"type": "3rd-party",
|
|
3925
|
+
"maintainers": [
|
|
3926
|
+
{
|
|
3927
|
+
"name": "Vladimír Macháček",
|
|
3928
|
+
"github": "Machy8",
|
|
3929
|
+
"twitter": "8machy"
|
|
3930
|
+
}
|
|
3931
|
+
],
|
|
3932
|
+
"compatibility": {
|
|
3933
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3934
|
+
"requires": {}
|
|
3935
|
+
}
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"name": "supabase",
|
|
3939
|
+
"description": "First class integration with Supabase",
|
|
3940
|
+
"repo": "nuxt-community/supabase-module",
|
|
3941
|
+
"npm": "@nuxtjs/supabase",
|
|
3942
|
+
"icon": "supabase.png",
|
|
3943
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3944
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3945
|
+
"learn_more": "https://supabase.com",
|
|
3946
|
+
"category": "Database",
|
|
3947
|
+
"type": "community",
|
|
3948
|
+
"maintainers": [
|
|
3949
|
+
{
|
|
3950
|
+
"name": "Baptiste Leproux",
|
|
3951
|
+
"github": "larbish",
|
|
3952
|
+
"twitter": "baptistelprx"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"name": "Sebastien Chopin",
|
|
3956
|
+
"github": "Atinux",
|
|
3957
|
+
"twitter": "Atinux"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"name": "Scott Robertson",
|
|
3961
|
+
"github": "scottrobertson",
|
|
3962
|
+
"twitter": "scottymeuk"
|
|
2342
3963
|
}
|
|
2343
|
-
]
|
|
3964
|
+
],
|
|
3965
|
+
"compatibility": {
|
|
3966
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3967
|
+
"requires": {}
|
|
3968
|
+
}
|
|
2344
3969
|
},
|
|
2345
3970
|
{
|
|
2346
3971
|
"name": "svg-loader",
|
|
@@ -2351,15 +3976,18 @@
|
|
|
2351
3976
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2352
3977
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2353
3978
|
"learn_more": "",
|
|
2354
|
-
"category": "
|
|
3979
|
+
"category": "Extensions",
|
|
2355
3980
|
"type": "3rd-party",
|
|
2356
3981
|
"maintainers": [
|
|
2357
3982
|
{
|
|
2358
3983
|
"name": "Developmint",
|
|
2359
|
-
"github": "Developmint"
|
|
2360
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3984
|
+
"github": "Developmint"
|
|
2361
3985
|
}
|
|
2362
|
-
]
|
|
3986
|
+
],
|
|
3987
|
+
"compatibility": {
|
|
3988
|
+
"nuxt": "^2.0.0",
|
|
3989
|
+
"requires": {}
|
|
3990
|
+
}
|
|
2363
3991
|
},
|
|
2364
3992
|
{
|
|
2365
3993
|
"name": "svg-sprite",
|
|
@@ -2370,16 +3998,19 @@
|
|
|
2370
3998
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2371
3999
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2372
4000
|
"learn_more": "",
|
|
2373
|
-
"category": "
|
|
4001
|
+
"category": "UI",
|
|
2374
4002
|
"type": "community",
|
|
2375
4003
|
"maintainers": [
|
|
2376
4004
|
{
|
|
2377
4005
|
"name": "Ahad Birang",
|
|
2378
4006
|
"github": "farnabaz",
|
|
2379
|
-
"twitter": "a_birang"
|
|
2380
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
4007
|
+
"twitter": "a_birang"
|
|
2381
4008
|
}
|
|
2382
|
-
]
|
|
4009
|
+
],
|
|
4010
|
+
"compatibility": {
|
|
4011
|
+
"nuxt": "^2.0.0",
|
|
4012
|
+
"requires": {}
|
|
4013
|
+
}
|
|
2383
4014
|
},
|
|
2384
4015
|
{
|
|
2385
4016
|
"name": "svg",
|
|
@@ -2390,15 +4021,18 @@
|
|
|
2390
4021
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2391
4022
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2392
4023
|
"learn_more": "",
|
|
2393
|
-
"category": "
|
|
4024
|
+
"category": "Extensions",
|
|
2394
4025
|
"type": "community",
|
|
2395
4026
|
"maintainers": [
|
|
2396
4027
|
{
|
|
2397
4028
|
"name": "Sam Holmes",
|
|
2398
|
-
"github": "sam3d"
|
|
2399
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
4029
|
+
"github": "sam3d"
|
|
2400
4030
|
}
|
|
2401
|
-
]
|
|
4031
|
+
],
|
|
4032
|
+
"compatibility": {
|
|
4033
|
+
"nuxt": "^2.0.0",
|
|
4034
|
+
"requires": {}
|
|
4035
|
+
}
|
|
2402
4036
|
},
|
|
2403
4037
|
{
|
|
2404
4038
|
"name": "sweetalert2",
|
|
@@ -2414,10 +4048,13 @@
|
|
|
2414
4048
|
"maintainers": [
|
|
2415
4049
|
{
|
|
2416
4050
|
"name": "ImreC",
|
|
2417
|
-
"github": "ImreC"
|
|
2418
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
4051
|
+
"github": "ImreC"
|
|
2419
4052
|
}
|
|
2420
|
-
]
|
|
4053
|
+
],
|
|
4054
|
+
"compatibility": {
|
|
4055
|
+
"nuxt": "^2.0.0",
|
|
4056
|
+
"requires": {}
|
|
4057
|
+
}
|
|
2421
4058
|
},
|
|
2422
4059
|
{
|
|
2423
4060
|
"name": "tailwindcss",
|
|
@@ -2434,10 +4071,36 @@
|
|
|
2434
4071
|
{
|
|
2435
4072
|
"name": "Sébastien Chopin",
|
|
2436
4073
|
"github": "Atinux",
|
|
2437
|
-
"twitter": "Atinux"
|
|
2438
|
-
|
|
4074
|
+
"twitter": "Atinux"
|
|
4075
|
+
}
|
|
4076
|
+
],
|
|
4077
|
+
"compatibility": {
|
|
4078
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4079
|
+
"requires": {}
|
|
4080
|
+
}
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "tiktok-analytics",
|
|
4084
|
+
"description": "",
|
|
4085
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4086
|
+
"npm": "tiktok-analytics",
|
|
4087
|
+
"icon": "",
|
|
4088
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4089
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4090
|
+
"learn_more": "",
|
|
4091
|
+
"category": "Analytics",
|
|
4092
|
+
"type": "3rd-party",
|
|
4093
|
+
"maintainers": [
|
|
4094
|
+
{
|
|
4095
|
+
"name": "stickpro",
|
|
4096
|
+
"github": "stickpro",
|
|
4097
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2439
4098
|
}
|
|
2440
|
-
]
|
|
4099
|
+
],
|
|
4100
|
+
"compatibility": {
|
|
4101
|
+
"nuxt": "^2.0.0",
|
|
4102
|
+
"requires": {}
|
|
4103
|
+
}
|
|
2441
4104
|
},
|
|
2442
4105
|
{
|
|
2443
4106
|
"name": "toast",
|
|
@@ -2445,8 +4108,8 @@
|
|
|
2445
4108
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2446
4109
|
"npm": "@nuxtjs/toast",
|
|
2447
4110
|
"icon": "",
|
|
2448
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2449
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4111
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4112
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2450
4113
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2451
4114
|
"category": "Libraries",
|
|
2452
4115
|
"type": "community",
|
|
@@ -2454,10 +4117,70 @@
|
|
|
2454
4117
|
{
|
|
2455
4118
|
"name": "Pooya Parsa",
|
|
2456
4119
|
"github": "pi0",
|
|
2457
|
-
"twitter": "_pi0_"
|
|
2458
|
-
|
|
4120
|
+
"twitter": "_pi0_"
|
|
4121
|
+
}
|
|
4122
|
+
],
|
|
4123
|
+
"compatibility": {
|
|
4124
|
+
"nuxt": "^2.0.0",
|
|
4125
|
+
"requires": {}
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"name": "twa",
|
|
4130
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4131
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4132
|
+
"npm": "nuxt-twa",
|
|
4133
|
+
"icon": "",
|
|
4134
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4135
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4136
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4137
|
+
"category": "Performance",
|
|
4138
|
+
"type": "3rd-party",
|
|
4139
|
+
"maintainers": [
|
|
4140
|
+
{
|
|
4141
|
+
"name": "Nicolas Perraut",
|
|
4142
|
+
"github": "tuarrep"
|
|
4143
|
+
}
|
|
4144
|
+
],
|
|
4145
|
+
"compatibility": {
|
|
4146
|
+
"nuxt": "^2.0.0",
|
|
4147
|
+
"requires": {
|
|
4148
|
+
"bridge": "optional"
|
|
2459
4149
|
}
|
|
2460
|
-
|
|
4150
|
+
}
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "twicpics",
|
|
4154
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4155
|
+
"repo": "TwicPics/components",
|
|
4156
|
+
"npm": "@twicpics/components",
|
|
4157
|
+
"icon": "twicpics.svg",
|
|
4158
|
+
"github": "https://github.com/TwicPics/components",
|
|
4159
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4160
|
+
"learn_more": "https://www.twicpics.com",
|
|
4161
|
+
"category": "Images",
|
|
4162
|
+
"type": "3rd-party",
|
|
4163
|
+
"maintainers": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "Florent Bourgeois",
|
|
4166
|
+
"github": "florentb",
|
|
4167
|
+
"twitter": "florent_b"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "Julian Aubourg",
|
|
4171
|
+
"github": "jaubourg",
|
|
4172
|
+
"twitter": "jaubourg"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "Miguel Beignon",
|
|
4176
|
+
"github": "mbgspcii",
|
|
4177
|
+
"twitter": "m_beignon"
|
|
4178
|
+
}
|
|
4179
|
+
],
|
|
4180
|
+
"compatibility": {
|
|
4181
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4182
|
+
"requires": {}
|
|
4183
|
+
}
|
|
2461
4184
|
},
|
|
2462
4185
|
{
|
|
2463
4186
|
"name": "typed-router",
|
|
@@ -2473,10 +4196,38 @@
|
|
|
2473
4196
|
"maintainers": [
|
|
2474
4197
|
{
|
|
2475
4198
|
"name": "victorgarciaesgi",
|
|
2476
|
-
"github": "victorgarciaesgi"
|
|
2477
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4199
|
+
"github": "victorgarciaesgi"
|
|
2478
4200
|
}
|
|
2479
|
-
]
|
|
4201
|
+
],
|
|
4202
|
+
"compatibility": {
|
|
4203
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4204
|
+
"requires": {}
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "typed-vuex",
|
|
4209
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4210
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4211
|
+
"npm": "nuxt-typed-vuex",
|
|
4212
|
+
"icon": "vue.png",
|
|
4213
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4214
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4215
|
+
"learn_more": "",
|
|
4216
|
+
"category": "Libraries",
|
|
4217
|
+
"type": "3rd-party",
|
|
4218
|
+
"maintainers": [
|
|
4219
|
+
{
|
|
4220
|
+
"name": "Daniel Roe",
|
|
4221
|
+
"github": "danielroe",
|
|
4222
|
+
"twitter": "danielcroe"
|
|
4223
|
+
}
|
|
4224
|
+
],
|
|
4225
|
+
"compatibility": {
|
|
4226
|
+
"nuxt": "^2.0.0",
|
|
4227
|
+
"requires": {
|
|
4228
|
+
"bridge": "optional"
|
|
4229
|
+
}
|
|
4230
|
+
}
|
|
2480
4231
|
},
|
|
2481
4232
|
{
|
|
2482
4233
|
"name": "typescript-runtime",
|
|
@@ -2492,22 +4243,23 @@
|
|
|
2492
4243
|
"maintainers": [
|
|
2493
4244
|
{
|
|
2494
4245
|
"name": "Kevin Marrec",
|
|
2495
|
-
"github": "kevinmarrec"
|
|
2496
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4246
|
+
"github": "kevinmarrec"
|
|
2497
4247
|
},
|
|
2498
4248
|
{
|
|
2499
4249
|
"name": "Pooya Parsa",
|
|
2500
4250
|
"github": "pi0",
|
|
2501
|
-
"twitter": "_pi0_"
|
|
2502
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4251
|
+
"twitter": "_pi0_"
|
|
2503
4252
|
},
|
|
2504
4253
|
{
|
|
2505
4254
|
"name": "Daniel Roe",
|
|
2506
4255
|
"github": "danielroe",
|
|
2507
|
-
"twitter": "danielcroe"
|
|
2508
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4256
|
+
"twitter": "danielcroe"
|
|
2509
4257
|
}
|
|
2510
|
-
]
|
|
4258
|
+
],
|
|
4259
|
+
"compatibility": {
|
|
4260
|
+
"nuxt": "^2.0.0",
|
|
4261
|
+
"requires": {}
|
|
4262
|
+
}
|
|
2511
4263
|
},
|
|
2512
4264
|
{
|
|
2513
4265
|
"name": "typescript",
|
|
@@ -2523,22 +4275,23 @@
|
|
|
2523
4275
|
"maintainers": [
|
|
2524
4276
|
{
|
|
2525
4277
|
"name": "Kevin Marrec",
|
|
2526
|
-
"github": "kevinmarrec"
|
|
2527
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4278
|
+
"github": "kevinmarrec"
|
|
2528
4279
|
},
|
|
2529
4280
|
{
|
|
2530
4281
|
"name": "Pooya Parsa",
|
|
2531
4282
|
"github": "pi0",
|
|
2532
|
-
"twitter": "_pi0_"
|
|
2533
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4283
|
+
"twitter": "_pi0_"
|
|
2534
4284
|
},
|
|
2535
4285
|
{
|
|
2536
4286
|
"name": "Daniel Roe",
|
|
2537
4287
|
"github": "danielroe",
|
|
2538
|
-
"twitter": "danielcroe"
|
|
2539
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4288
|
+
"twitter": "danielcroe"
|
|
2540
4289
|
}
|
|
2541
|
-
]
|
|
4290
|
+
],
|
|
4291
|
+
"compatibility": {
|
|
4292
|
+
"nuxt": "^2.0.0",
|
|
4293
|
+
"requires": {}
|
|
4294
|
+
}
|
|
2542
4295
|
},
|
|
2543
4296
|
{
|
|
2544
4297
|
"name": "universal-storage",
|
|
@@ -2549,22 +4302,76 @@
|
|
|
2549
4302
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2550
4303
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2551
4304
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2552
|
-
"category": "
|
|
4305
|
+
"category": "Extensions",
|
|
2553
4306
|
"type": "community",
|
|
2554
4307
|
"maintainers": [
|
|
2555
4308
|
{
|
|
2556
4309
|
"name": "Pooya Parsa",
|
|
2557
4310
|
"github": "pi0",
|
|
2558
|
-
"twitter": "_pi0_"
|
|
2559
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4311
|
+
"twitter": "_pi0_"
|
|
2560
4312
|
},
|
|
2561
4313
|
{
|
|
2562
4314
|
"name": "Farzad Soltani",
|
|
2563
4315
|
"github": "farzadso",
|
|
2564
|
-
"twitter": "farzadso"
|
|
2565
|
-
|
|
4316
|
+
"twitter": "farzadso"
|
|
4317
|
+
}
|
|
4318
|
+
],
|
|
4319
|
+
"compatibility": {
|
|
4320
|
+
"nuxt": "^2.0.0",
|
|
4321
|
+
"requires": {}
|
|
4322
|
+
}
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "unlighthouse",
|
|
4326
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4327
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4328
|
+
"npm": "@unlighthouse/nuxt",
|
|
4329
|
+
"icon": "unlighthouse.svg",
|
|
4330
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4331
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4332
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4333
|
+
"category": "Devtools",
|
|
4334
|
+
"type": "3rd-party",
|
|
4335
|
+
"maintainers": [
|
|
4336
|
+
{
|
|
4337
|
+
"name": "Harlan Wilton",
|
|
4338
|
+
"github": "harlan-zw",
|
|
4339
|
+
"twitter": "harlan_zw",
|
|
4340
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4341
|
+
}
|
|
4342
|
+
],
|
|
4343
|
+
"compatibility": {
|
|
4344
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4345
|
+
"requires": {
|
|
4346
|
+
"bridge": "optional"
|
|
4347
|
+
}
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "unocss",
|
|
4352
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4353
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4354
|
+
"npm": "@unocss/nuxt",
|
|
4355
|
+
"icon": "unocss.svg",
|
|
4356
|
+
"github": "https://github.com/antfu/unocss",
|
|
4357
|
+
"website": "https://github.com/antfu/unocss",
|
|
4358
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4359
|
+
"category": "UI",
|
|
4360
|
+
"type": "3rd-party",
|
|
4361
|
+
"maintainers": [
|
|
4362
|
+
{
|
|
4363
|
+
"name": "Anthony Fu",
|
|
4364
|
+
"github": "antfu",
|
|
4365
|
+
"twitter": "antfu7",
|
|
4366
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4367
|
+
}
|
|
4368
|
+
],
|
|
4369
|
+
"compatibility": {
|
|
4370
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4371
|
+
"requires": {
|
|
4372
|
+
"bridge": "optional"
|
|
2566
4373
|
}
|
|
2567
|
-
|
|
4374
|
+
}
|
|
2568
4375
|
},
|
|
2569
4376
|
{
|
|
2570
4377
|
"name": "user-agent",
|
|
@@ -2575,15 +4382,18 @@
|
|
|
2575
4382
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2576
4383
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2577
4384
|
"learn_more": "",
|
|
2578
|
-
"category": "
|
|
4385
|
+
"category": "Extensions",
|
|
2579
4386
|
"type": "3rd-party",
|
|
2580
4387
|
"maintainers": [
|
|
2581
4388
|
{
|
|
2582
4389
|
"name": "fukuiretu",
|
|
2583
|
-
"github": "fukuiretu"
|
|
2584
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4390
|
+
"github": "fukuiretu"
|
|
2585
4391
|
}
|
|
2586
|
-
]
|
|
4392
|
+
],
|
|
4393
|
+
"compatibility": {
|
|
4394
|
+
"nuxt": "^2.0.0",
|
|
4395
|
+
"requires": {}
|
|
4396
|
+
}
|
|
2587
4397
|
},
|
|
2588
4398
|
{
|
|
2589
4399
|
"name": "validate",
|
|
@@ -2599,10 +4409,13 @@
|
|
|
2599
4409
|
"maintainers": [
|
|
2600
4410
|
{
|
|
2601
4411
|
"name": "lewyuburi",
|
|
2602
|
-
"github": "lewyuburi"
|
|
2603
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4412
|
+
"github": "lewyuburi"
|
|
2604
4413
|
}
|
|
2605
|
-
]
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^2.0.0",
|
|
4417
|
+
"requires": {}
|
|
4418
|
+
}
|
|
2606
4419
|
},
|
|
2607
4420
|
{
|
|
2608
4421
|
"name": "vendor",
|
|
@@ -2613,16 +4426,19 @@
|
|
|
2613
4426
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2614
4427
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2615
4428
|
"learn_more": "",
|
|
2616
|
-
"category": "
|
|
4429
|
+
"category": "Extensions",
|
|
2617
4430
|
"type": "community",
|
|
2618
4431
|
"maintainers": [
|
|
2619
4432
|
{
|
|
2620
4433
|
"name": "Pooya Parsa",
|
|
2621
4434
|
"github": "pi0",
|
|
2622
|
-
"twitter": "_pi0_"
|
|
2623
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4435
|
+
"twitter": "_pi0_"
|
|
2624
4436
|
}
|
|
2625
|
-
]
|
|
4437
|
+
],
|
|
4438
|
+
"compatibility": {
|
|
4439
|
+
"nuxt": "^2.0.0",
|
|
4440
|
+
"requires": {}
|
|
4441
|
+
}
|
|
2626
4442
|
},
|
|
2627
4443
|
{
|
|
2628
4444
|
"name": "vue-material",
|
|
@@ -2638,10 +4454,13 @@
|
|
|
2638
4454
|
"maintainers": [
|
|
2639
4455
|
{
|
|
2640
4456
|
"name": "vaso2",
|
|
2641
|
-
"github": "vaso2"
|
|
2642
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4457
|
+
"github": "vaso2"
|
|
2643
4458
|
}
|
|
2644
|
-
]
|
|
4459
|
+
],
|
|
4460
|
+
"compatibility": {
|
|
4461
|
+
"nuxt": "^2.0.0",
|
|
4462
|
+
"requires": {}
|
|
4463
|
+
}
|
|
2645
4464
|
},
|
|
2646
4465
|
{
|
|
2647
4466
|
"name": "vue-multiselect",
|
|
@@ -2657,10 +4476,13 @@
|
|
|
2657
4476
|
"maintainers": [
|
|
2658
4477
|
{
|
|
2659
4478
|
"name": "spektrummedia",
|
|
2660
|
-
"github": "spektrummedia"
|
|
2661
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4479
|
+
"github": "spektrummedia"
|
|
2662
4480
|
}
|
|
2663
|
-
]
|
|
4481
|
+
],
|
|
4482
|
+
"compatibility": {
|
|
4483
|
+
"nuxt": "^2.0.0",
|
|
4484
|
+
"requires": {}
|
|
4485
|
+
}
|
|
2664
4486
|
},
|
|
2665
4487
|
{
|
|
2666
4488
|
"name": "vue-select",
|
|
@@ -2676,29 +4498,58 @@
|
|
|
2676
4498
|
"maintainers": [
|
|
2677
4499
|
{
|
|
2678
4500
|
"name": "madmod",
|
|
2679
|
-
"github": "madmod"
|
|
2680
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4501
|
+
"github": "madmod"
|
|
2681
4502
|
}
|
|
2682
|
-
]
|
|
4503
|
+
],
|
|
4504
|
+
"compatibility": {
|
|
4505
|
+
"nuxt": "^2.0.0",
|
|
4506
|
+
"requires": {}
|
|
4507
|
+
}
|
|
2683
4508
|
},
|
|
2684
4509
|
{
|
|
2685
4510
|
"name": "vue-warehouse",
|
|
2686
4511
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
2687
|
-
"repo": "
|
|
4512
|
+
"repo": "juliomrqz/vue-warehouse",
|
|
2688
4513
|
"npm": "vue-warehouse",
|
|
2689
4514
|
"icon": "",
|
|
2690
|
-
"github": "https://github.com/
|
|
4515
|
+
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
2691
4516
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
2692
4517
|
"learn_more": "",
|
|
2693
4518
|
"category": "Libraries",
|
|
2694
4519
|
"type": "3rd-party",
|
|
2695
4520
|
"maintainers": [
|
|
2696
4521
|
{
|
|
2697
|
-
"name": "
|
|
2698
|
-
"github": "
|
|
2699
|
-
"
|
|
4522
|
+
"name": "Julio Marquez",
|
|
4523
|
+
"github": "juliomrqz",
|
|
4524
|
+
"twitter": "juliomrqz"
|
|
2700
4525
|
}
|
|
2701
|
-
]
|
|
4526
|
+
],
|
|
4527
|
+
"compatibility": {
|
|
4528
|
+
"nuxt": "^2.0.0",
|
|
4529
|
+
"requires": {}
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"name": "vuestic",
|
|
4534
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4535
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4536
|
+
"npm": "@vuestic/nuxt",
|
|
4537
|
+
"icon": "",
|
|
4538
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4539
|
+
"website": "https://vuestic.dev",
|
|
4540
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4541
|
+
"category": "UI",
|
|
4542
|
+
"type": "3rd-party",
|
|
4543
|
+
"maintainers": [
|
|
4544
|
+
{
|
|
4545
|
+
"name": "epicmaxco",
|
|
4546
|
+
"github": "epicmaxco"
|
|
4547
|
+
}
|
|
4548
|
+
],
|
|
4549
|
+
"compatibility": {
|
|
4550
|
+
"nuxt": "^3.0.0",
|
|
4551
|
+
"requires": {}
|
|
4552
|
+
}
|
|
2702
4553
|
},
|
|
2703
4554
|
{
|
|
2704
4555
|
"name": "vuetify",
|
|
@@ -2714,16 +4565,43 @@
|
|
|
2714
4565
|
"maintainers": [
|
|
2715
4566
|
{
|
|
2716
4567
|
"name": "Kevin Marrec",
|
|
2717
|
-
"github": "kevinmarrec"
|
|
2718
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4568
|
+
"github": "kevinmarrec"
|
|
2719
4569
|
},
|
|
2720
4570
|
{
|
|
2721
4571
|
"name": "Pooya Parsa",
|
|
2722
4572
|
"github": "pi0",
|
|
2723
|
-
"twitter": "_pi0_"
|
|
2724
|
-
|
|
4573
|
+
"twitter": "_pi0_"
|
|
4574
|
+
}
|
|
4575
|
+
],
|
|
4576
|
+
"compatibility": {
|
|
4577
|
+
"nuxt": "^2.0.0",
|
|
4578
|
+
"requires": {}
|
|
4579
|
+
}
|
|
4580
|
+
},
|
|
4581
|
+
{
|
|
4582
|
+
"name": "vueuse",
|
|
4583
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4584
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4585
|
+
"npm": "@vueuse/nuxt",
|
|
4586
|
+
"icon": "vueuse.svg",
|
|
4587
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4588
|
+
"website": "https://vueuse.org",
|
|
4589
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4590
|
+
"category": "Libraries",
|
|
4591
|
+
"type": "3rd-party",
|
|
4592
|
+
"maintainers": [
|
|
4593
|
+
{
|
|
4594
|
+
"name": "Anthony Fu",
|
|
4595
|
+
"github": "antfu",
|
|
4596
|
+
"twitter": "antfu7"
|
|
4597
|
+
}
|
|
4598
|
+
],
|
|
4599
|
+
"compatibility": {
|
|
4600
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4601
|
+
"requires": {
|
|
4602
|
+
"bridge": "optional"
|
|
2725
4603
|
}
|
|
2726
|
-
|
|
4604
|
+
}
|
|
2727
4605
|
},
|
|
2728
4606
|
{
|
|
2729
4607
|
"name": "vuex-router-sync",
|
|
@@ -2739,10 +4617,70 @@
|
|
|
2739
4617
|
"maintainers": [
|
|
2740
4618
|
{
|
|
2741
4619
|
"name": "paulgv",
|
|
2742
|
-
"github": "paulgv"
|
|
2743
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4620
|
+
"github": "paulgv"
|
|
2744
4621
|
}
|
|
2745
|
-
]
|
|
4622
|
+
],
|
|
4623
|
+
"compatibility": {
|
|
4624
|
+
"nuxt": "^2.0.0",
|
|
4625
|
+
"requires": {}
|
|
4626
|
+
}
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "web-vitals",
|
|
4630
|
+
"description": "Web Vitals for Nuxt",
|
|
4631
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4632
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4633
|
+
"icon": "",
|
|
4634
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4635
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4636
|
+
"learn_more": "",
|
|
4637
|
+
"category": "Performance",
|
|
4638
|
+
"type": "community",
|
|
4639
|
+
"maintainers": [
|
|
4640
|
+
{
|
|
4641
|
+
"name": "daliborgogic",
|
|
4642
|
+
"github": "daliborgogic"
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "Pooya Parsa",
|
|
4646
|
+
"github": "pi0",
|
|
4647
|
+
"twitter": "_pi0_"
|
|
4648
|
+
},
|
|
4649
|
+
{
|
|
4650
|
+
"name": "Sebastien Chopin",
|
|
4651
|
+
"github": "Atinux",
|
|
4652
|
+
"twitter": "Atinux"
|
|
4653
|
+
}
|
|
4654
|
+
],
|
|
4655
|
+
"compatibility": {
|
|
4656
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4657
|
+
"requires": {
|
|
4658
|
+
"bridge": "optional"
|
|
4659
|
+
}
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"name": "web3js",
|
|
4664
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4665
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4666
|
+
"npm": "nuxt-web3",
|
|
4667
|
+
"icon": "web3js.svg",
|
|
4668
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4669
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4670
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4671
|
+
"category": "Libraries",
|
|
4672
|
+
"type": "3rd-party",
|
|
4673
|
+
"maintainers": [
|
|
4674
|
+
{
|
|
4675
|
+
"name": "Muhammad Fauzan",
|
|
4676
|
+
"github": "bl0cknumber",
|
|
4677
|
+
"twitter": "fncolon"
|
|
4678
|
+
}
|
|
4679
|
+
],
|
|
4680
|
+
"compatibility": {
|
|
4681
|
+
"nuxt": "^2.0.0",
|
|
4682
|
+
"requires": {}
|
|
4683
|
+
}
|
|
2746
4684
|
},
|
|
2747
4685
|
{
|
|
2748
4686
|
"name": "webfontloader",
|
|
@@ -2758,10 +4696,37 @@
|
|
|
2758
4696
|
"maintainers": [
|
|
2759
4697
|
{
|
|
2760
4698
|
"name": "Developmint",
|
|
2761
|
-
"github": "Developmint"
|
|
2762
|
-
|
|
4699
|
+
"github": "Developmint"
|
|
4700
|
+
}
|
|
4701
|
+
],
|
|
4702
|
+
"compatibility": {
|
|
4703
|
+
"nuxt": "^2.0.0",
|
|
4704
|
+
"requires": {}
|
|
4705
|
+
}
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "webpack-optimisations",
|
|
4709
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4710
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4711
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4712
|
+
"icon": "build-optimisations.svg",
|
|
4713
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4714
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4715
|
+
"learn_more": "",
|
|
4716
|
+
"category": "Devtools",
|
|
4717
|
+
"type": "3rd-party",
|
|
4718
|
+
"maintainers": [
|
|
4719
|
+
{
|
|
4720
|
+
"name": "Harlan Wilton",
|
|
4721
|
+
"github": "harlan-zw"
|
|
2763
4722
|
}
|
|
2764
|
-
]
|
|
4723
|
+
],
|
|
4724
|
+
"compatibility": {
|
|
4725
|
+
"nuxt": "^2.0.0",
|
|
4726
|
+
"requires": {
|
|
4727
|
+
"bridge": "optional"
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
2765
4730
|
},
|
|
2766
4731
|
{
|
|
2767
4732
|
"name": "webpack-profile",
|
|
@@ -2778,10 +4743,13 @@
|
|
|
2778
4743
|
{
|
|
2779
4744
|
"name": "Pooya Parsa",
|
|
2780
4745
|
"github": "pi0",
|
|
2781
|
-
"twitter": "_pi0_"
|
|
2782
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4746
|
+
"twitter": "_pi0_"
|
|
2783
4747
|
}
|
|
2784
|
-
]
|
|
4748
|
+
],
|
|
4749
|
+
"compatibility": {
|
|
4750
|
+
"nuxt": "^2.0.0",
|
|
4751
|
+
"requires": {}
|
|
4752
|
+
}
|
|
2785
4753
|
},
|
|
2786
4754
|
{
|
|
2787
4755
|
"name": "webpackdashboard",
|
|
@@ -2797,10 +4765,13 @@
|
|
|
2797
4765
|
"maintainers": [
|
|
2798
4766
|
{
|
|
2799
4767
|
"name": "paulgv",
|
|
2800
|
-
"github": "paulgv"
|
|
2801
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4768
|
+
"github": "paulgv"
|
|
2802
4769
|
}
|
|
2803
|
-
]
|
|
4770
|
+
],
|
|
4771
|
+
"compatibility": {
|
|
4772
|
+
"nuxt": "^2.0.0",
|
|
4773
|
+
"requires": {}
|
|
4774
|
+
}
|
|
2804
4775
|
},
|
|
2805
4776
|
{
|
|
2806
4777
|
"name": "webpackmonitor",
|
|
@@ -2817,10 +4788,43 @@
|
|
|
2817
4788
|
{
|
|
2818
4789
|
"name": "Pooya Parsa",
|
|
2819
4790
|
"github": "pi0",
|
|
2820
|
-
"twitter": "_pi0_"
|
|
2821
|
-
|
|
4791
|
+
"twitter": "_pi0_"
|
|
4792
|
+
}
|
|
4793
|
+
],
|
|
4794
|
+
"compatibility": {
|
|
4795
|
+
"nuxt": "^2.0.0",
|
|
4796
|
+
"requires": {}
|
|
4797
|
+
}
|
|
4798
|
+
},
|
|
4799
|
+
{
|
|
4800
|
+
"name": "windicss",
|
|
4801
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4802
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4803
|
+
"npm": "nuxt-windicss",
|
|
4804
|
+
"icon": "windicss.svg",
|
|
4805
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4806
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4807
|
+
"learn_more": "https://windicss.org/",
|
|
4808
|
+
"category": "UI",
|
|
4809
|
+
"type": "3rd-party",
|
|
4810
|
+
"maintainers": [
|
|
4811
|
+
{
|
|
4812
|
+
"name": "Harlan Wilton",
|
|
4813
|
+
"github": "harlan-zw",
|
|
4814
|
+
"twitter": "harlan_zw"
|
|
4815
|
+
},
|
|
4816
|
+
{
|
|
4817
|
+
"name": "Anthony Fu",
|
|
4818
|
+
"github": "antfu",
|
|
4819
|
+
"twitter": "antfu7"
|
|
2822
4820
|
}
|
|
2823
|
-
]
|
|
4821
|
+
],
|
|
4822
|
+
"compatibility": {
|
|
4823
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4824
|
+
"requires": {
|
|
4825
|
+
"bridge": "optional"
|
|
4826
|
+
}
|
|
4827
|
+
}
|
|
2824
4828
|
},
|
|
2825
4829
|
{
|
|
2826
4830
|
"name": "winston-log",
|
|
@@ -2836,10 +4840,13 @@
|
|
|
2836
4840
|
"maintainers": [
|
|
2837
4841
|
{
|
|
2838
4842
|
"name": "aaronransley",
|
|
2839
|
-
"github": "aaronransley"
|
|
2840
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4843
|
+
"github": "aaronransley"
|
|
2841
4844
|
}
|
|
2842
|
-
]
|
|
4845
|
+
],
|
|
4846
|
+
"compatibility": {
|
|
4847
|
+
"nuxt": "^2.0.0",
|
|
4848
|
+
"requires": {}
|
|
4849
|
+
}
|
|
2843
4850
|
},
|
|
2844
4851
|
{
|
|
2845
4852
|
"name": "wp-nuxt",
|
|
@@ -2855,10 +4862,13 @@
|
|
|
2855
4862
|
"maintainers": [
|
|
2856
4863
|
{
|
|
2857
4864
|
"name": "yashha",
|
|
2858
|
-
"github": "yashha"
|
|
2859
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4865
|
+
"github": "yashha"
|
|
2860
4866
|
}
|
|
2861
|
-
]
|
|
4867
|
+
],
|
|
4868
|
+
"compatibility": {
|
|
4869
|
+
"nuxt": "^2.0.0",
|
|
4870
|
+
"requires": {}
|
|
4871
|
+
}
|
|
2862
4872
|
},
|
|
2863
4873
|
{
|
|
2864
4874
|
"name": "xhr-cache",
|
|
@@ -2874,10 +4884,35 @@
|
|
|
2874
4884
|
"maintainers": [
|
|
2875
4885
|
{
|
|
2876
4886
|
"name": "gaetansenn",
|
|
2877
|
-
"github": "gaetansenn"
|
|
2878
|
-
|
|
4887
|
+
"github": "gaetansenn"
|
|
4888
|
+
}
|
|
4889
|
+
],
|
|
4890
|
+
"compatibility": {
|
|
4891
|
+
"nuxt": "^2.0.0",
|
|
4892
|
+
"requires": {}
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"name": "xstate",
|
|
4897
|
+
"description": "XState integration for Nuxt",
|
|
4898
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4899
|
+
"npm": "nuxt-xstate",
|
|
4900
|
+
"icon": "",
|
|
4901
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4902
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4903
|
+
"learn_more": "",
|
|
4904
|
+
"category": "Extensions",
|
|
4905
|
+
"type": "3rd-party",
|
|
4906
|
+
"maintainers": [
|
|
4907
|
+
{
|
|
4908
|
+
"name": "Lexpeartha",
|
|
4909
|
+
"github": "Lexpeartha"
|
|
2879
4910
|
}
|
|
2880
|
-
]
|
|
4911
|
+
],
|
|
4912
|
+
"compatibility": {
|
|
4913
|
+
"nuxt": "^3.0.0",
|
|
4914
|
+
"requires": {}
|
|
4915
|
+
}
|
|
2881
4916
|
},
|
|
2882
4917
|
{
|
|
2883
4918
|
"name": "xui",
|
|
@@ -2893,18 +4928,22 @@
|
|
|
2893
4928
|
"maintainers": [
|
|
2894
4929
|
{
|
|
2895
4930
|
"name": "MetaCorp",
|
|
2896
|
-
"github": "MetaCorp"
|
|
2897
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4931
|
+
"github": "MetaCorp"
|
|
2898
4932
|
}
|
|
2899
|
-
]
|
|
4933
|
+
],
|
|
4934
|
+
"compatibility": {
|
|
4935
|
+
"nuxt": "^2.0.0",
|
|
4936
|
+
"requires": {}
|
|
4937
|
+
}
|
|
2900
4938
|
},
|
|
2901
4939
|
{
|
|
2902
4940
|
"name": "yandex-metrika",
|
|
2903
|
-
"
|
|
4941
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4942
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2904
4943
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2905
4944
|
"icon": "",
|
|
2906
|
-
"github": "https://github.com/nuxt-community/
|
|
2907
|
-
"website": "https://github.com/nuxt-community/
|
|
4945
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4946
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2908
4947
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2909
4948
|
"category": "Analytics",
|
|
2910
4949
|
"type": "community",
|
|
@@ -2912,10 +4951,13 @@
|
|
|
2912
4951
|
{
|
|
2913
4952
|
"name": "Pooya Parsa",
|
|
2914
4953
|
"github": "pi0",
|
|
2915
|
-
"twitter": "_pi0_"
|
|
2916
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4954
|
+
"twitter": "_pi0_"
|
|
2917
4955
|
}
|
|
2918
|
-
]
|
|
4956
|
+
],
|
|
4957
|
+
"compatibility": {
|
|
4958
|
+
"nuxt": "^2.0.0",
|
|
4959
|
+
"requires": {}
|
|
4960
|
+
}
|
|
2919
4961
|
},
|
|
2920
4962
|
{
|
|
2921
4963
|
"name": "zendesk",
|
|
@@ -2931,9 +4973,12 @@
|
|
|
2931
4973
|
"maintainers": [
|
|
2932
4974
|
{
|
|
2933
4975
|
"name": "DansMaCulotte",
|
|
2934
|
-
"github": "DansMaCulotte"
|
|
2935
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4976
|
+
"github": "DansMaCulotte"
|
|
2936
4977
|
}
|
|
2937
|
-
]
|
|
4978
|
+
],
|
|
4979
|
+
"compatibility": {
|
|
4980
|
+
"nuxt": "^2.0.0",
|
|
4981
|
+
"requires": {}
|
|
4982
|
+
}
|
|
2938
4983
|
}
|
|
2939
4984
|
]
|