@nuxt/modules 0.5.0-85c825 → 0.5.0-86c9b0
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} +2740 -623
- package/package.json +2 -43
- package/LICENSE +0 -21
- package/README.md +0 -89
|
@@ -1,4 +1,84 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "ackee",
|
|
4
|
+
"description": "Nuxt.js module for Ackee analytics",
|
|
5
|
+
"repo": "bdrtsky/nuxt-ackee",
|
|
6
|
+
"npm": "nuxt-ackee",
|
|
7
|
+
"icon": "ackee.png",
|
|
8
|
+
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
|
+
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
10
|
+
"learn_more": "https://ackee.electerious.com",
|
|
11
|
+
"category": "Analytics",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "bdrtsky",
|
|
16
|
+
"github": "bdrtsky"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Sebastien Chopin",
|
|
20
|
+
"github": "Atinux",
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
2
82
|
{
|
|
3
83
|
"name": "alias",
|
|
4
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
@@ -8,15 +88,18 @@
|
|
|
8
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
9
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
10
90
|
"learn_more": "",
|
|
11
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
12
92
|
"type": "3rd-party",
|
|
13
93
|
"maintainers": [
|
|
14
94
|
{
|
|
15
95
|
"name": "kdydesign",
|
|
16
|
-
"github": "kdydesign"
|
|
17
|
-
"avatar": "https://github.com/kdydesign.png"
|
|
96
|
+
"github": "kdydesign"
|
|
18
97
|
}
|
|
19
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
20
103
|
},
|
|
21
104
|
{
|
|
22
105
|
"name": "amp",
|
|
@@ -33,10 +116,59 @@
|
|
|
33
116
|
{
|
|
34
117
|
"name": "Ahad Birang",
|
|
35
118
|
"github": "farnabaz",
|
|
36
|
-
"twitter": "a_birang"
|
|
37
|
-
|
|
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"
|
|
38
142
|
}
|
|
39
|
-
]
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "apis-to-file",
|
|
151
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
152
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
156
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Performance",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Luca Iaconelli",
|
|
163
|
+
"github": "LuXDAmore",
|
|
164
|
+
"twitter": "luxdamore",
|
|
165
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^2.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
40
172
|
},
|
|
41
173
|
{
|
|
42
174
|
"name": "apollo",
|
|
@@ -52,15 +184,17 @@
|
|
|
52
184
|
"maintainers": [
|
|
53
185
|
{
|
|
54
186
|
"name": "Lam Kieu",
|
|
55
|
-
"github": "kieusonlam"
|
|
56
|
-
"avatar": "https://github.com/kieusonlam.png"
|
|
187
|
+
"github": "kieusonlam"
|
|
57
188
|
},
|
|
58
189
|
{
|
|
59
190
|
"name": "Dominic Garms",
|
|
60
|
-
"github": "dohomi"
|
|
61
|
-
"avatar": "https://github.com/dohomi.png"
|
|
191
|
+
"github": "dohomi"
|
|
62
192
|
}
|
|
63
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
197
|
+
}
|
|
64
198
|
},
|
|
65
199
|
{
|
|
66
200
|
"name": "applicationinsights",
|
|
@@ -76,14 +210,39 @@
|
|
|
76
210
|
"maintainers": [
|
|
77
211
|
{
|
|
78
212
|
"name": "Dmitry Molotkov",
|
|
79
|
-
"github": "aldarund"
|
|
80
|
-
|
|
213
|
+
"github": "aldarund"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"nuxt": "^2.0.0",
|
|
218
|
+
"requires": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "appwrite",
|
|
223
|
+
"description": "Appwrite module for Nuxt",
|
|
224
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
226
|
+
"icon": "appwrite.png",
|
|
227
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
228
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
229
|
+
"learn_more": "",
|
|
230
|
+
"category": "Request",
|
|
231
|
+
"type": "3rd-party",
|
|
232
|
+
"maintainers": [
|
|
233
|
+
{
|
|
234
|
+
"name": "Hrdtr",
|
|
235
|
+
"github": "Hrdtr"
|
|
81
236
|
}
|
|
82
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
83
242
|
},
|
|
84
243
|
{
|
|
85
244
|
"name": "auth",
|
|
86
|
-
"description": "
|
|
245
|
+
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
87
246
|
"repo": "nuxt-community/auth-module",
|
|
88
247
|
"npm": "@nuxtjs/auth",
|
|
89
248
|
"icon": "auth.png",
|
|
@@ -96,15 +255,17 @@
|
|
|
96
255
|
{
|
|
97
256
|
"name": "Pooya Parsa",
|
|
98
257
|
"github": "pi0",
|
|
99
|
-
"twitter": "_pi0_"
|
|
100
|
-
"avatar": "https://github.com/pi0.png"
|
|
258
|
+
"twitter": "_pi0_"
|
|
101
259
|
},
|
|
102
260
|
{
|
|
103
261
|
"name": "João Pedro Antunes Silva",
|
|
104
|
-
"github": "JoaoPedroAS51"
|
|
105
|
-
"avatar": "https://github.com/JoaoPedroAS51.png"
|
|
262
|
+
"github": "JoaoPedroAS51"
|
|
106
263
|
}
|
|
107
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"compatibility": {
|
|
266
|
+
"nuxt": "^2.0.0",
|
|
267
|
+
"requires": {}
|
|
268
|
+
}
|
|
108
269
|
},
|
|
109
270
|
{
|
|
110
271
|
"name": "axios",
|
|
@@ -121,10 +282,13 @@
|
|
|
121
282
|
{
|
|
122
283
|
"name": "Pooya Parsa",
|
|
123
284
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://github.com/pi0.png"
|
|
285
|
+
"twitter": "_pi0_"
|
|
126
286
|
}
|
|
127
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"compatibility": {
|
|
289
|
+
"nuxt": "^2.0.0",
|
|
290
|
+
"requires": {}
|
|
291
|
+
}
|
|
128
292
|
},
|
|
129
293
|
{
|
|
130
294
|
"name": "basic-auth",
|
|
@@ -140,10 +304,13 @@
|
|
|
140
304
|
"maintainers": [
|
|
141
305
|
{
|
|
142
306
|
"name": "potato4d",
|
|
143
|
-
"github": "potato4d"
|
|
144
|
-
"avatar": "https://github.com/potato4d.png"
|
|
307
|
+
"github": "potato4d"
|
|
145
308
|
}
|
|
146
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
147
314
|
},
|
|
148
315
|
{
|
|
149
316
|
"name": "bootstrap",
|
|
@@ -159,22 +326,23 @@
|
|
|
159
326
|
"maintainers": [
|
|
160
327
|
{
|
|
161
328
|
"name": "Troy Morehouse",
|
|
162
|
-
"github": "tmorehouse"
|
|
163
|
-
"avatar": "https://github.com/tmorehouse.png"
|
|
329
|
+
"github": "tmorehouse"
|
|
164
330
|
},
|
|
165
331
|
{
|
|
166
332
|
"name": "Pooya Parsa",
|
|
167
333
|
"github": "pi0",
|
|
168
|
-
"twitter": "_pi0_"
|
|
169
|
-
"avatar": "https://github.com/pi0.png"
|
|
334
|
+
"twitter": "_pi0_"
|
|
170
335
|
},
|
|
171
336
|
{
|
|
172
337
|
"name": "Jacob Müller",
|
|
173
338
|
"github": "jackmu95",
|
|
174
|
-
"twitter": "jackmu95"
|
|
175
|
-
"avatar": "https://github.com/jackmu95.png"
|
|
339
|
+
"twitter": "jackmu95"
|
|
176
340
|
}
|
|
177
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compatibility": {
|
|
343
|
+
"nuxt": "^2.0.0",
|
|
344
|
+
"requires": {}
|
|
345
|
+
}
|
|
178
346
|
},
|
|
179
347
|
{
|
|
180
348
|
"name": "browserconfig",
|
|
@@ -185,16 +353,19 @@
|
|
|
185
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
186
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
187
355
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
188
|
-
"category": "
|
|
356
|
+
"category": "Extensions",
|
|
189
357
|
"type": "community",
|
|
190
358
|
"maintainers": [
|
|
191
359
|
{
|
|
192
360
|
"name": "Pooya Parsa",
|
|
193
361
|
"github": "pi0",
|
|
194
|
-
"twitter": "_pi0_"
|
|
195
|
-
"avatar": "https://github.com/pi0.png"
|
|
362
|
+
"twitter": "_pi0_"
|
|
196
363
|
}
|
|
197
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"compatibility": {
|
|
366
|
+
"nuxt": "^2.0.0",
|
|
367
|
+
"requires": {}
|
|
368
|
+
}
|
|
198
369
|
},
|
|
199
370
|
{
|
|
200
371
|
"name": "buefy",
|
|
@@ -210,14 +381,17 @@
|
|
|
210
381
|
"maintainers": [
|
|
211
382
|
{
|
|
212
383
|
"name": "Walter Tommasi",
|
|
213
|
-
"github": "jtommy"
|
|
214
|
-
"avatar": "https://github.com/jtommy.png"
|
|
384
|
+
"github": "jtommy"
|
|
215
385
|
}
|
|
216
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
217
391
|
},
|
|
218
392
|
{
|
|
219
393
|
"name": "bugsnag",
|
|
220
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
221
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
222
396
|
"npm": "nuxt-bugsnag",
|
|
223
397
|
"icon": "bugsnag.png",
|
|
@@ -230,9 +404,15 @@
|
|
|
230
404
|
{
|
|
231
405
|
"name": "JulianMar",
|
|
232
406
|
"github": "JulianMar",
|
|
233
|
-
"
|
|
407
|
+
"twitter": "julian_martin96"
|
|
234
408
|
}
|
|
235
|
-
]
|
|
409
|
+
],
|
|
410
|
+
"compatibility": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
415
|
+
}
|
|
236
416
|
},
|
|
237
417
|
{
|
|
238
418
|
"name": "bulma-slim",
|
|
@@ -248,10 +428,13 @@
|
|
|
248
428
|
"maintainers": [
|
|
249
429
|
{
|
|
250
430
|
"name": "mustardamus",
|
|
251
|
-
"github": "mustardamus"
|
|
252
|
-
"avatar": "https://github.com/mustardamus.png"
|
|
431
|
+
"github": "mustardamus"
|
|
253
432
|
}
|
|
254
|
-
]
|
|
433
|
+
],
|
|
434
|
+
"compatibility": {
|
|
435
|
+
"nuxt": "^2.0.0",
|
|
436
|
+
"requires": {}
|
|
437
|
+
}
|
|
255
438
|
},
|
|
256
439
|
{
|
|
257
440
|
"name": "bundle-buddy",
|
|
@@ -267,14 +450,17 @@
|
|
|
267
450
|
"maintainers": [
|
|
268
451
|
{
|
|
269
452
|
"name": "Developmint",
|
|
270
|
-
"github": "Developmint"
|
|
271
|
-
"avatar": "https://github.com/Developmint.png"
|
|
453
|
+
"github": "Developmint"
|
|
272
454
|
}
|
|
273
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"compatibility": {
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
459
|
+
}
|
|
274
460
|
},
|
|
275
461
|
{
|
|
276
462
|
"name": "canvas-sketch",
|
|
277
|
-
"description": "Nuxt.js module for
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
278
464
|
"repo": "LuXDAmore/generative-art",
|
|
279
465
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
280
466
|
"icon": "",
|
|
@@ -285,11 +471,59 @@
|
|
|
285
471
|
"type": "3rd-party",
|
|
286
472
|
"maintainers": [
|
|
287
473
|
{
|
|
288
|
-
"name": "
|
|
474
|
+
"name": "Luca Iaconelli",
|
|
289
475
|
"github": "LuXDAmore",
|
|
290
|
-
"
|
|
476
|
+
"twitter": "luxdamore"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"compatibility": {
|
|
480
|
+
"nuxt": "^2.0.0",
|
|
481
|
+
"requires": {}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "chakra-ui",
|
|
486
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
487
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
488
|
+
"npm": "@chakra-ui/nuxt",
|
|
489
|
+
"icon": "chakra-ui.png",
|
|
490
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
491
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
492
|
+
"learn_more": "",
|
|
493
|
+
"category": "UI",
|
|
494
|
+
"type": "3rd-party",
|
|
495
|
+
"maintainers": [
|
|
496
|
+
{
|
|
497
|
+
"name": "Jonathan Bakebwa",
|
|
498
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "chiffre",
|
|
508
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
509
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
510
|
+
"npm": "nuxt-chiffre",
|
|
511
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
512
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
513
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
514
|
+
"learn_more": "https://chiffre.io",
|
|
515
|
+
"category": "Analytics",
|
|
516
|
+
"type": "3rd-party",
|
|
517
|
+
"maintainers": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Romain Clement",
|
|
520
|
+
"github": "rclement"
|
|
291
521
|
}
|
|
292
|
-
]
|
|
522
|
+
],
|
|
523
|
+
"compatibility": {
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
526
|
+
}
|
|
293
527
|
},
|
|
294
528
|
{
|
|
295
529
|
"name": "client-init",
|
|
@@ -300,15 +534,18 @@
|
|
|
300
534
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
301
535
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
302
536
|
"learn_more": "",
|
|
303
|
-
"category": "
|
|
537
|
+
"category": "Extensions",
|
|
304
538
|
"type": "3rd-party",
|
|
305
539
|
"maintainers": [
|
|
306
540
|
{
|
|
307
541
|
"name": "potato4d",
|
|
308
|
-
"github": "potato4d"
|
|
309
|
-
"avatar": "https://github.com/potato4d.png"
|
|
542
|
+
"github": "potato4d"
|
|
310
543
|
}
|
|
311
|
-
]
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^2.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
312
549
|
},
|
|
313
550
|
{
|
|
314
551
|
"name": "cloudcms",
|
|
@@ -324,10 +561,13 @@
|
|
|
324
561
|
"maintainers": [
|
|
325
562
|
{
|
|
326
563
|
"name": "gitana",
|
|
327
|
-
"github": "gitana"
|
|
328
|
-
"avatar": "https://github.com/gitana.png"
|
|
564
|
+
"github": "gitana"
|
|
329
565
|
}
|
|
330
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"compatibility": {
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
570
|
+
}
|
|
331
571
|
},
|
|
332
572
|
{
|
|
333
573
|
"name": "cloudinary",
|
|
@@ -344,10 +584,13 @@
|
|
|
344
584
|
{
|
|
345
585
|
"name": "Maya Shavin",
|
|
346
586
|
"github": "mayashavin",
|
|
347
|
-
"twitter": "MayaShavin"
|
|
348
|
-
"avatar": "https://github.com/mayashavin.png"
|
|
587
|
+
"twitter": "MayaShavin"
|
|
349
588
|
}
|
|
350
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"compatibility": {
|
|
591
|
+
"nuxt": "^2.0.0",
|
|
592
|
+
"requires": {}
|
|
593
|
+
}
|
|
351
594
|
},
|
|
352
595
|
{
|
|
353
596
|
"name": "color-mode",
|
|
@@ -356,7 +599,7 @@
|
|
|
356
599
|
"npm": "@nuxtjs/color-mode",
|
|
357
600
|
"icon": "color-mode.png",
|
|
358
601
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
359
|
-
"website": "https://
|
|
602
|
+
"website": "https://color-mode.nuxtjs.org",
|
|
360
603
|
"learn_more": "",
|
|
361
604
|
"category": "UI",
|
|
362
605
|
"type": "community",
|
|
@@ -364,19 +607,24 @@
|
|
|
364
607
|
{
|
|
365
608
|
"name": "Sébastien Chopin",
|
|
366
609
|
"github": "Atinux",
|
|
367
|
-
"twitter": "Atinux"
|
|
368
|
-
|
|
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://github.com/pi0.png"
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"name": "components",
|
|
394
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
395
|
-
"repo": "nuxt/components",
|
|
396
|
-
"npm": "@nuxt/components",
|
|
397
|
-
"icon": "nuxt-components.svg",
|
|
398
|
-
"github": "https://github.com/nuxt/components",
|
|
399
|
-
"website": "https://github.com/nuxt/components",
|
|
400
|
-
"learn_more": "",
|
|
401
|
-
"category": "UI",
|
|
402
|
-
"type": "official",
|
|
403
|
-
"maintainers": [
|
|
404
|
-
{
|
|
405
|
-
"name": "Kevin Marrec",
|
|
406
|
-
"github": "kevinmarrec",
|
|
407
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "Pooya Parsa",
|
|
411
|
-
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_",
|
|
413
|
-
"avatar": "https://github.com/pi0.png"
|
|
635
|
+
"twitter": "_pi0_"
|
|
414
636
|
}
|
|
415
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^2.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
416
642
|
},
|
|
417
643
|
{
|
|
418
644
|
"name": "composition-api",
|
|
@@ -421,25 +647,28 @@
|
|
|
421
647
|
"npm": "@nuxtjs/composition-api",
|
|
422
648
|
"icon": "composition-api.svg",
|
|
423
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
424
|
-
"website": "https://
|
|
650
|
+
"website": "https://composition-api.nuxtjs.org",
|
|
425
651
|
"learn_more": "",
|
|
426
|
-
"category": "
|
|
652
|
+
"category": "Extensions",
|
|
427
653
|
"type": "community",
|
|
428
654
|
"maintainers": [
|
|
429
655
|
{
|
|
430
656
|
"name": "Daniel Roe",
|
|
431
657
|
"github": "danielroe",
|
|
432
|
-
"twitter": "danielcroe"
|
|
433
|
-
"avatar": "https://github.com/danielroe.png"
|
|
658
|
+
"twitter": "danielcroe"
|
|
434
659
|
}
|
|
435
|
-
]
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^2.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
436
665
|
},
|
|
437
666
|
{
|
|
438
667
|
"name": "content",
|
|
439
|
-
"description": "
|
|
440
|
-
"repo": "nuxt/content#
|
|
668
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
669
|
+
"repo": "nuxt/content#main",
|
|
441
670
|
"npm": "@nuxt/content",
|
|
442
|
-
"icon": "
|
|
671
|
+
"icon": "nuxt.png",
|
|
443
672
|
"github": "https://github.com/nuxt/content",
|
|
444
673
|
"website": "https://content.nuxtjs.org",
|
|
445
674
|
"learn_more": "",
|
|
@@ -447,18 +676,25 @@
|
|
|
447
676
|
"type": "official",
|
|
448
677
|
"maintainers": [
|
|
449
678
|
{
|
|
450
|
-
"name": "
|
|
451
|
-
"github": "
|
|
452
|
-
"twitter": "
|
|
453
|
-
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
454
687
|
},
|
|
455
688
|
{
|
|
456
689
|
"name": "Sebastien Chopin",
|
|
457
690
|
"github": "Atinux",
|
|
458
|
-
"twitter": "Atinux"
|
|
459
|
-
"avatar": "https://github.com/Atinux.png"
|
|
691
|
+
"twitter": "Atinux"
|
|
460
692
|
}
|
|
461
|
-
]
|
|
693
|
+
],
|
|
694
|
+
"compatibility": {
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
696
|
+
"requires": {}
|
|
697
|
+
}
|
|
462
698
|
},
|
|
463
699
|
{
|
|
464
700
|
"name": "contentful",
|
|
@@ -474,34 +710,61 @@
|
|
|
474
710
|
"maintainers": [
|
|
475
711
|
{
|
|
476
712
|
"name": "scaccogatto",
|
|
477
|
-
"github": "scaccogatto"
|
|
478
|
-
"avatar": "https://github.com/scaccogatto.png"
|
|
713
|
+
"github": "scaccogatto"
|
|
479
714
|
}
|
|
480
|
-
]
|
|
715
|
+
],
|
|
716
|
+
"compatibility": {
|
|
717
|
+
"nuxt": "^2.0.0",
|
|
718
|
+
"requires": {}
|
|
719
|
+
}
|
|
481
720
|
},
|
|
482
721
|
{
|
|
483
722
|
"name": "custom-elements",
|
|
484
723
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
485
724
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
486
725
|
"npm": "nuxt-custom-elements",
|
|
487
|
-
"icon": "",
|
|
726
|
+
"icon": "custom-elements.png",
|
|
488
727
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
489
|
-
"website": "https://
|
|
728
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
490
729
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
491
|
-
"category": "
|
|
730
|
+
"category": "Extensions",
|
|
492
731
|
"type": "3rd-party",
|
|
493
732
|
"maintainers": [
|
|
494
733
|
{
|
|
495
734
|
"name": "Thorn Walli",
|
|
496
|
-
"github": "ThornWalli"
|
|
497
|
-
"avatar": "https://github.com/ThornWalli.png"
|
|
735
|
+
"github": "ThornWalli"
|
|
498
736
|
},
|
|
499
737
|
{
|
|
500
738
|
"name": "GrabarzUndPartner",
|
|
501
|
-
"github": "GrabarzUndPartner"
|
|
502
|
-
|
|
739
|
+
"github": "GrabarzUndPartner"
|
|
740
|
+
}
|
|
741
|
+
],
|
|
742
|
+
"compatibility": {
|
|
743
|
+
"nuxt": "^2.0.0",
|
|
744
|
+
"requires": {}
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "darkmode.js",
|
|
749
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
750
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
751
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
752
|
+
"icon": "darkmode.png",
|
|
753
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
754
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
755
|
+
"learn_more": "",
|
|
756
|
+
"category": "UI",
|
|
757
|
+
"type": "3rd-party",
|
|
758
|
+
"maintainers": [
|
|
759
|
+
{
|
|
760
|
+
"name": "sandoche",
|
|
761
|
+
"github": "sandoche"
|
|
503
762
|
}
|
|
504
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"compatibility": {
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
767
|
+
}
|
|
505
768
|
},
|
|
506
769
|
{
|
|
507
770
|
"name": "date-fns",
|
|
@@ -517,10 +780,35 @@
|
|
|
517
780
|
"maintainers": [
|
|
518
781
|
{
|
|
519
782
|
"name": "Ricardo Gobbo de Souza",
|
|
520
|
-
"github": "ricardogobbosouza"
|
|
521
|
-
|
|
783
|
+
"github": "ricardogobbosouza"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"compatibility": {
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "datocms",
|
|
793
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
794
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
+
"icon": "datocms.png",
|
|
797
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
|
+
"learn_more": "https://www.datocms.com/",
|
|
800
|
+
"category": "CMS",
|
|
801
|
+
"type": "3rd-party",
|
|
802
|
+
"maintainers": [
|
|
803
|
+
{
|
|
804
|
+
"name": "Frankwarnaar",
|
|
805
|
+
"github": "Frankwarnaar"
|
|
522
806
|
}
|
|
523
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
524
812
|
},
|
|
525
813
|
{
|
|
526
814
|
"name": "dayjs",
|
|
@@ -537,10 +825,36 @@
|
|
|
537
825
|
{
|
|
538
826
|
"name": "Takuma HANATANI",
|
|
539
827
|
"github": "potato4d",
|
|
540
|
-
"twitter": "potato4d"
|
|
541
|
-
|
|
828
|
+
"twitter": "potato4d"
|
|
829
|
+
}
|
|
830
|
+
],
|
|
831
|
+
"compatibility": {
|
|
832
|
+
"nuxt": "^2.0.0",
|
|
833
|
+
"requires": {}
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#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://github.com/pi0.png"
|
|
998
|
+
"twitter": "_pi0_"
|
|
600
999
|
}
|
|
601
|
-
]
|
|
1000
|
+
],
|
|
1001
|
+
"compatibility": {
|
|
1002
|
+
"nuxt": "^2.0.0",
|
|
1003
|
+
"requires": {}
|
|
1004
|
+
}
|
|
602
1005
|
},
|
|
603
1006
|
{
|
|
604
1007
|
"name": "eslint",
|
|
@@ -614,10 +1017,13 @@
|
|
|
614
1017
|
"maintainers": [
|
|
615
1018
|
{
|
|
616
1019
|
"name": "Ricardo Gobbo de Souza",
|
|
617
|
-
"github": "ricardogobbosouza"
|
|
618
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
1020
|
+
"github": "ricardogobbosouza"
|
|
619
1021
|
}
|
|
620
|
-
]
|
|
1022
|
+
],
|
|
1023
|
+
"compatibility": {
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
1026
|
+
}
|
|
621
1027
|
},
|
|
622
1028
|
{
|
|
623
1029
|
"name": "event-trace",
|
|
@@ -633,10 +1039,35 @@
|
|
|
633
1039
|
"maintainers": [
|
|
634
1040
|
{
|
|
635
1041
|
"name": "Xin Du",
|
|
636
|
-
"github": "clarkdo"
|
|
637
|
-
|
|
1042
|
+
"github": "clarkdo"
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"nuxt": "^2.0.0",
|
|
1047
|
+
"requires": {}
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "fathom",
|
|
1052
|
+
"description": "Fathom analytics for Nuxt",
|
|
1053
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1054
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1055
|
+
"icon": "fathom.png",
|
|
1056
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1057
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1058
|
+
"learn_more": "https://usefathom.com/",
|
|
1059
|
+
"category": "Analytics",
|
|
1060
|
+
"type": "3rd-party",
|
|
1061
|
+
"maintainers": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "yabhq",
|
|
1064
|
+
"github": "yabhq"
|
|
638
1065
|
}
|
|
639
|
-
]
|
|
1066
|
+
],
|
|
1067
|
+
"compatibility": {
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
1070
|
+
}
|
|
640
1071
|
},
|
|
641
1072
|
{
|
|
642
1073
|
"name": "feature-toggle",
|
|
@@ -647,19 +1078,22 @@
|
|
|
647
1078
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
648
1079
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
649
1080
|
"learn_more": "",
|
|
650
|
-
"category": "
|
|
1081
|
+
"category": "Extensions",
|
|
651
1082
|
"type": "3rd-party",
|
|
652
1083
|
"maintainers": [
|
|
653
1084
|
{
|
|
654
1085
|
"name": "stephenkr",
|
|
655
|
-
"github": "stephenkr"
|
|
656
|
-
"avatar": "https://github.com/stephenkr.png"
|
|
1086
|
+
"github": "stephenkr"
|
|
657
1087
|
}
|
|
658
|
-
]
|
|
1088
|
+
],
|
|
1089
|
+
"compatibility": {
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1092
|
+
}
|
|
659
1093
|
},
|
|
660
1094
|
{
|
|
661
1095
|
"name": "feed",
|
|
662
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
663
1097
|
"repo": "nuxt-community/feed-module",
|
|
664
1098
|
"npm": "@nuxtjs/feed",
|
|
665
1099
|
"icon": "",
|
|
@@ -672,29 +1106,57 @@
|
|
|
672
1106
|
{
|
|
673
1107
|
"name": "Alexander Lichter",
|
|
674
1108
|
"github": "manniL",
|
|
675
|
-
"twitter": "TheAlexLichter"
|
|
676
|
-
"avatar": "https://github.com/manniL.png"
|
|
1109
|
+
"twitter": "TheAlexLichter"
|
|
677
1110
|
}
|
|
678
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"compatibility": {
|
|
1113
|
+
"nuxt": "^2.0.0",
|
|
1114
|
+
"requires": {}
|
|
1115
|
+
}
|
|
679
1116
|
},
|
|
680
1117
|
{
|
|
681
1118
|
"name": "firebase",
|
|
682
|
-
"description": "
|
|
683
|
-
"repo": "nuxt-community/firebase-module",
|
|
1119
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
684
1121
|
"npm": "@nuxtjs/firebase",
|
|
685
1122
|
"icon": "firebase.png",
|
|
686
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
687
|
-
"website": "https://
|
|
1124
|
+
"website": "https://firebase.nuxtjs.org",
|
|
688
1125
|
"learn_more": "https://firebase.google.com/",
|
|
689
1126
|
"category": "Database",
|
|
690
1127
|
"type": "community",
|
|
691
1128
|
"maintainers": [
|
|
692
1129
|
{
|
|
693
1130
|
"name": "Pascal Luther",
|
|
694
|
-
"github": "lupas"
|
|
695
|
-
|
|
1131
|
+
"github": "lupas"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"compatibility": {
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "floating-prompt-module",
|
|
1141
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1142
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1143
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1144
|
+
"icon": "",
|
|
1145
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1146
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1147
|
+
"learn_more": "",
|
|
1148
|
+
"category": "Libraries",
|
|
1149
|
+
"type": "3rd-party",
|
|
1150
|
+
"maintainers": [
|
|
1151
|
+
{
|
|
1152
|
+
"name": "sandoche",
|
|
1153
|
+
"github": "sandoche"
|
|
696
1154
|
}
|
|
697
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
698
1160
|
},
|
|
699
1161
|
{
|
|
700
1162
|
"name": "font-loader-strategy",
|
|
@@ -710,10 +1172,35 @@
|
|
|
710
1172
|
"maintainers": [
|
|
711
1173
|
{
|
|
712
1174
|
"name": "GrabarzUndPartner",
|
|
713
|
-
"github": "GrabarzUndPartner"
|
|
714
|
-
|
|
1175
|
+
"github": "GrabarzUndPartner"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "fontagon",
|
|
1185
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1186
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1187
|
+
"npm": "nuxt-fontagon",
|
|
1188
|
+
"icon": "fontagon.png",
|
|
1189
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1190
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1191
|
+
"learn_more": "",
|
|
1192
|
+
"category": "Libraries",
|
|
1193
|
+
"type": "3rd-party",
|
|
1194
|
+
"maintainers": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "kdydesign",
|
|
1197
|
+
"github": "kdydesign"
|
|
715
1198
|
}
|
|
716
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
717
1204
|
},
|
|
718
1205
|
{
|
|
719
1206
|
"name": "fontawesome",
|
|
@@ -729,10 +1216,41 @@
|
|
|
729
1216
|
"maintainers": [
|
|
730
1217
|
{
|
|
731
1218
|
"name": "Pim",
|
|
732
|
-
"github": "pimlie"
|
|
733
|
-
|
|
1219
|
+
"github": "pimlie"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"compatibility": {
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "formkit",
|
|
1229
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1232
|
+
"icon": "formkit.png",
|
|
1233
|
+
"github": "https://github.com/formkit/formkit",
|
|
1234
|
+
"website": "https://formkit.com",
|
|
1235
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Justin Schroeder",
|
|
1241
|
+
"github": "justin-schroeder",
|
|
1242
|
+
"twitter": "jpschroeder"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Andrew Boyd",
|
|
1246
|
+
"github": "andrew-boyd",
|
|
1247
|
+
"twitter": "0xBOYD"
|
|
734
1248
|
}
|
|
735
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
736
1254
|
},
|
|
737
1255
|
{
|
|
738
1256
|
"name": "fullpage",
|
|
@@ -748,10 +1266,35 @@
|
|
|
748
1266
|
"maintainers": [
|
|
749
1267
|
{
|
|
750
1268
|
"name": "vaso2",
|
|
751
|
-
"github": "vaso2"
|
|
752
|
-
|
|
1269
|
+
"github": "vaso2"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": "^2.0.0",
|
|
1274
|
+
"requires": {}
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "github-api",
|
|
1279
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1280
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1281
|
+
"npm": "nuxt-github-api",
|
|
1282
|
+
"icon": "github.svg",
|
|
1283
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1284
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1285
|
+
"learn_more": "",
|
|
1286
|
+
"category": "Request",
|
|
1287
|
+
"type": "3rd-party",
|
|
1288
|
+
"maintainers": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "lindsaykwardell",
|
|
1291
|
+
"github": "lindsaykwardell"
|
|
753
1292
|
}
|
|
754
|
-
]
|
|
1293
|
+
],
|
|
1294
|
+
"compatibility": {
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1297
|
+
}
|
|
755
1298
|
},
|
|
756
1299
|
{
|
|
757
1300
|
"name": "google-adsense",
|
|
@@ -767,10 +1310,13 @@
|
|
|
767
1310
|
"maintainers": [
|
|
768
1311
|
{
|
|
769
1312
|
"name": "Troy Morehouse",
|
|
770
|
-
"github": "tmorehouse"
|
|
771
|
-
"avatar": "https://github.com/tmorehouse.png"
|
|
1313
|
+
"github": "tmorehouse"
|
|
772
1314
|
}
|
|
773
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"compatibility": {
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1319
|
+
}
|
|
774
1320
|
},
|
|
775
1321
|
{
|
|
776
1322
|
"name": "google-analytics",
|
|
@@ -779,7 +1325,7 @@
|
|
|
779
1325
|
"npm": "@nuxtjs/google-analytics",
|
|
780
1326
|
"icon": "google-analytics.png",
|
|
781
1327
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
782
|
-
"website": "https://
|
|
1328
|
+
"website": "https://google-analytics.nuxtjs.org",
|
|
783
1329
|
"learn_more": "https://marketingplatform.google.com/about/analytics/",
|
|
784
1330
|
"category": "Analytics",
|
|
785
1331
|
"type": "community",
|
|
@@ -787,28 +1333,29 @@
|
|
|
787
1333
|
{
|
|
788
1334
|
"name": "Pooya Parsa",
|
|
789
1335
|
"github": "pi0",
|
|
790
|
-
"twitter": "_pi0_"
|
|
791
|
-
"avatar": "https://github.com/pi0.png"
|
|
1336
|
+
"twitter": "_pi0_"
|
|
792
1337
|
},
|
|
793
1338
|
{
|
|
794
1339
|
"name": "Ricardo Gobbo de Souza",
|
|
795
|
-
"github": "ricardogobbosouza"
|
|
796
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
1340
|
+
"github": "ricardogobbosouza"
|
|
797
1341
|
},
|
|
798
1342
|
{
|
|
799
1343
|
"name": "Matteo Gabriele",
|
|
800
1344
|
"github": "MatteoGabriele",
|
|
801
|
-
"twitter": "matteo_gabriele"
|
|
802
|
-
"avatar": "https://github.com/MatteoGabriele.png"
|
|
1345
|
+
"twitter": "matteo_gabriele"
|
|
803
1346
|
}
|
|
804
|
-
]
|
|
1347
|
+
],
|
|
1348
|
+
"compatibility": {
|
|
1349
|
+
"nuxt": "^2.0.0",
|
|
1350
|
+
"requires": {}
|
|
1351
|
+
}
|
|
805
1352
|
},
|
|
806
1353
|
{
|
|
807
1354
|
"name": "google-fonts",
|
|
808
1355
|
"description": "Google Fonts module for NuxtJS",
|
|
809
1356
|
"repo": "nuxt-community/google-fonts-module",
|
|
810
1357
|
"npm": "@nuxtjs/google-fonts",
|
|
811
|
-
"icon": "google-fonts.
|
|
1358
|
+
"icon": "google-fonts.png",
|
|
812
1359
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
813
1360
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
814
1361
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -817,10 +1364,15 @@
|
|
|
817
1364
|
"maintainers": [
|
|
818
1365
|
{
|
|
819
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
822
1368
|
}
|
|
823
|
-
]
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
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://github.com/dohomi.png"
|
|
1391
|
+
"github": "dohomi"
|
|
841
1392
|
},
|
|
842
1393
|
{
|
|
843
1394
|
"name": "Ricardo Gobbo de Souza",
|
|
844
|
-
"github": "ricardogobbosouza"
|
|
845
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
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://github.com/pi0.png"
|
|
1418
|
+
"twitter": "_pi0_"
|
|
866
1419
|
},
|
|
867
1420
|
{
|
|
868
1421
|
"name": "Farzad Soltani",
|
|
869
1422
|
"github": "farzadso",
|
|
870
|
-
"twitter": "farzadso"
|
|
871
|
-
"avatar": "https://github.com/farzadso.png"
|
|
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"
|
|
878
1451
|
}
|
|
879
|
-
]
|
|
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"
|
|
1473
|
+
}
|
|
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://github.com/pi0.png"
|
|
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://github.com/victor-perez.png"
|
|
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://github.com/richardeschloss.png"
|
|
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://github.com/hidekatsu-izuno.png"
|
|
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,17 +1648,45 @@
|
|
|
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"
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"compatibility": {
|
|
1678
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1679
|
+
"requires": {
|
|
1680
|
+
"bridge": "optional"
|
|
993
1681
|
}
|
|
994
|
-
|
|
1682
|
+
}
|
|
995
1683
|
},
|
|
996
1684
|
{
|
|
997
1685
|
"name": "http",
|
|
998
1686
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
999
1687
|
"repo": "nuxt/http",
|
|
1000
1688
|
"npm": "@nuxt/http",
|
|
1001
|
-
"icon": "
|
|
1689
|
+
"icon": "http.png",
|
|
1002
1690
|
"github": "https://github.com/nuxt/http",
|
|
1003
1691
|
"website": "https://http.nuxtjs.org/",
|
|
1004
1692
|
"learn_more": "",
|
|
@@ -1008,40 +1696,111 @@
|
|
|
1008
1696
|
{
|
|
1009
1697
|
"name": "Pooya Parsa",
|
|
1010
1698
|
"github": "pi0",
|
|
1011
|
-
"twitter": "_pi0_"
|
|
1012
|
-
"avatar": "https://github.com/pi0.png"
|
|
1699
|
+
"twitter": "_pi0_"
|
|
1013
1700
|
},
|
|
1014
1701
|
{
|
|
1015
1702
|
"name": "Sébastien Chopin",
|
|
1016
1703
|
"github": "Atinux",
|
|
1017
|
-
"twitter": "Atinux"
|
|
1018
|
-
|
|
1704
|
+
"twitter": "Atinux"
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"compatibility": {
|
|
1708
|
+
"nuxt": "^2.0.0",
|
|
1709
|
+
"requires": {}
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "humans-txt",
|
|
1714
|
+
"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.",
|
|
1715
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1716
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1717
|
+
"icon": "",
|
|
1718
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1719
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1720
|
+
"learn_more": "https://humanstxt.org/",
|
|
1721
|
+
"category": "SEO",
|
|
1722
|
+
"type": "3rd-party",
|
|
1723
|
+
"maintainers": [
|
|
1724
|
+
{
|
|
1725
|
+
"name": "Luca Iaconelli",
|
|
1726
|
+
"github": "LuXDAmore",
|
|
1727
|
+
"twitter": "luxdamore"
|
|
1019
1728
|
}
|
|
1020
|
-
]
|
|
1729
|
+
],
|
|
1730
|
+
"compatibility": {
|
|
1731
|
+
"nuxt": "^2.0.0",
|
|
1732
|
+
"requires": {}
|
|
1733
|
+
}
|
|
1021
1734
|
},
|
|
1022
1735
|
{
|
|
1023
1736
|
"name": "i18n",
|
|
1024
1737
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1025
1738
|
"repo": "nuxt-community/i18n-module",
|
|
1026
1739
|
"npm": "nuxt-i18n",
|
|
1027
|
-
"icon": "
|
|
1740
|
+
"icon": "i18n.png",
|
|
1028
1741
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1029
1742
|
"website": "https://i18n.nuxtjs.org",
|
|
1030
1743
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1031
|
-
"category": "
|
|
1744
|
+
"category": "Extensions",
|
|
1032
1745
|
"type": "community",
|
|
1033
1746
|
"maintainers": [
|
|
1034
1747
|
{
|
|
1035
1748
|
"name": "Rafał Chłodnicki",
|
|
1036
|
-
"github": "rchl"
|
|
1037
|
-
"avatar": "https://github.com/rchl.png"
|
|
1749
|
+
"github": "rchl"
|
|
1038
1750
|
},
|
|
1039
1751
|
{
|
|
1040
|
-
"name": "
|
|
1041
|
-
"github": "
|
|
1042
|
-
|
|
1752
|
+
"name": "Kazuya Kawaguchi",
|
|
1753
|
+
"github": "kazupon"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"compatibility": {
|
|
1757
|
+
"nuxt": "^2.0.0",
|
|
1758
|
+
"requires": {}
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "icon",
|
|
1763
|
+
"description": "",
|
|
1764
|
+
"repo": "nuxt-modules/icon",
|
|
1765
|
+
"npm": "nuxt-icon",
|
|
1766
|
+
"icon": "nuxt-icon.png",
|
|
1767
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1768
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1769
|
+
"learn_more": "",
|
|
1770
|
+
"category": "UI",
|
|
1771
|
+
"type": "community",
|
|
1772
|
+
"maintainers": [
|
|
1773
|
+
{
|
|
1774
|
+
"name": "Atinux",
|
|
1775
|
+
"github": "Atinux"
|
|
1776
|
+
}
|
|
1777
|
+
],
|
|
1778
|
+
"compatibility": {
|
|
1779
|
+
"nuxt": "^3.0.0",
|
|
1780
|
+
"requires": {}
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "icons",
|
|
1785
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1786
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1787
|
+
"npm": "nuxt-icons",
|
|
1788
|
+
"icon": "icons.png",
|
|
1789
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1790
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1791
|
+
"learn_more": "",
|
|
1792
|
+
"category": "UI",
|
|
1793
|
+
"type": "3rd-party",
|
|
1794
|
+
"maintainers": [
|
|
1795
|
+
{
|
|
1796
|
+
"name": "Sebastian Wludzik",
|
|
1797
|
+
"github": "gitfoxcode"
|
|
1043
1798
|
}
|
|
1044
|
-
]
|
|
1799
|
+
],
|
|
1800
|
+
"compatibility": {
|
|
1801
|
+
"nuxt": "^3.0.0",
|
|
1802
|
+
"requires": {}
|
|
1803
|
+
}
|
|
1045
1804
|
},
|
|
1046
1805
|
{
|
|
1047
1806
|
"name": "image-loader",
|
|
@@ -1057,17 +1816,20 @@
|
|
|
1057
1816
|
"maintainers": [
|
|
1058
1817
|
{
|
|
1059
1818
|
"name": "Barry Fisher",
|
|
1060
|
-
"github": "Barry-Fisher"
|
|
1061
|
-
"avatar": "https://github.com/Barry-Fisher.png"
|
|
1819
|
+
"github": "Barry-Fisher"
|
|
1062
1820
|
}
|
|
1063
|
-
]
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^2.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1064
1826
|
},
|
|
1065
1827
|
{
|
|
1066
1828
|
"name": "image",
|
|
1067
1829
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1068
1830
|
"repo": "nuxt/image",
|
|
1069
1831
|
"npm": "@nuxt/image",
|
|
1070
|
-
"icon": "
|
|
1832
|
+
"icon": "image.png",
|
|
1071
1833
|
"github": "https://github.com/nuxt/image",
|
|
1072
1834
|
"website": "https://image.nuxtjs.org",
|
|
1073
1835
|
"learn_more": "",
|
|
@@ -1077,22 +1839,25 @@
|
|
|
1077
1839
|
{
|
|
1078
1840
|
"name": "Ahad Birang",
|
|
1079
1841
|
"github": "farnabaz",
|
|
1080
|
-
"twitter": "a_birang"
|
|
1081
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
1842
|
+
"twitter": "a_birang"
|
|
1082
1843
|
},
|
|
1083
1844
|
{
|
|
1084
1845
|
"name": "Pooya Parsa",
|
|
1085
1846
|
"github": "pi0",
|
|
1086
|
-
"twitter": "_pi0_"
|
|
1087
|
-
"avatar": "https://github.com/pi0.png"
|
|
1847
|
+
"twitter": "_pi0_"
|
|
1088
1848
|
},
|
|
1089
1849
|
{
|
|
1090
1850
|
"name": "Sebastien Chopin",
|
|
1091
1851
|
"github": "Atinux",
|
|
1092
|
-
"twitter": "Atinux"
|
|
1093
|
-
"avatar": "https://github.com/Atinux.png"
|
|
1852
|
+
"twitter": "Atinux"
|
|
1094
1853
|
}
|
|
1095
|
-
]
|
|
1854
|
+
],
|
|
1855
|
+
"compatibility": {
|
|
1856
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1857
|
+
"requires": {
|
|
1858
|
+
"bridge": "optional"
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1096
1861
|
},
|
|
1097
1862
|
{
|
|
1098
1863
|
"name": "imagemin",
|
|
@@ -1108,10 +1873,38 @@
|
|
|
1108
1873
|
"maintainers": [
|
|
1109
1874
|
{
|
|
1110
1875
|
"name": "Ricardo Gobbo de Souza",
|
|
1111
|
-
"github": "ricardogobbosouza"
|
|
1112
|
-
|
|
1876
|
+
"github": "ricardogobbosouza"
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1879
|
+
"compatibility": {
|
|
1880
|
+
"nuxt": "^2.0.0",
|
|
1881
|
+
"requires": {}
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "inkline",
|
|
1886
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1887
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1888
|
+
"npm": "@inkline/nuxt",
|
|
1889
|
+
"icon": "inkline.svg",
|
|
1890
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1891
|
+
"website": "https://inkline.io",
|
|
1892
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1893
|
+
"category": "UI",
|
|
1894
|
+
"type": "3rd-party",
|
|
1895
|
+
"maintainers": [
|
|
1896
|
+
{
|
|
1897
|
+
"name": "Alex Grozav",
|
|
1898
|
+
"github": "alexgrozav",
|
|
1899
|
+
"twitter": "alexgrozav"
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"compatibility": {
|
|
1903
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1904
|
+
"requires": {
|
|
1905
|
+
"bridge": true
|
|
1113
1906
|
}
|
|
1114
|
-
|
|
1907
|
+
}
|
|
1115
1908
|
},
|
|
1116
1909
|
{
|
|
1117
1910
|
"name": "intercom",
|
|
@@ -1127,30 +1920,104 @@
|
|
|
1127
1920
|
"maintainers": [
|
|
1128
1921
|
{
|
|
1129
1922
|
"name": "hex-digital",
|
|
1130
|
-
"github": "hex-digital"
|
|
1131
|
-
|
|
1923
|
+
"github": "hex-digital"
|
|
1924
|
+
}
|
|
1925
|
+
],
|
|
1926
|
+
"compatibility": {
|
|
1927
|
+
"nuxt": "^2.0.0",
|
|
1928
|
+
"requires": {}
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "ionic",
|
|
1933
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1934
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1935
|
+
"npm": "nuxt-ionic",
|
|
1936
|
+
"icon": "ionic.svg",
|
|
1937
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1938
|
+
"website": "https://ionic.roe.dev",
|
|
1939
|
+
"learn_more": "https://ionicframework.com",
|
|
1940
|
+
"category": "Libraries",
|
|
1941
|
+
"type": "3rd-party",
|
|
1942
|
+
"maintainers": [
|
|
1943
|
+
{
|
|
1944
|
+
"name": "Daniel Roe",
|
|
1945
|
+
"github": "danielroe",
|
|
1946
|
+
"twitter": "danielcroe"
|
|
1947
|
+
}
|
|
1948
|
+
],
|
|
1949
|
+
"compatibility": {
|
|
1950
|
+
"nuxt": "^3.0.0",
|
|
1951
|
+
"requires": {}
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "jsonapi",
|
|
1956
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1957
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1958
|
+
"npm": "nuxt-jsonapi",
|
|
1959
|
+
"icon": "jsonapi.svg",
|
|
1960
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1961
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1962
|
+
"learn_more": "",
|
|
1963
|
+
"category": "Request",
|
|
1964
|
+
"type": "3rd-party",
|
|
1965
|
+
"maintainers": [
|
|
1966
|
+
{
|
|
1967
|
+
"name": "patrickcate",
|
|
1968
|
+
"github": "patrickcate"
|
|
1132
1969
|
}
|
|
1133
|
-
]
|
|
1970
|
+
],
|
|
1971
|
+
"compatibility": {
|
|
1972
|
+
"nuxt": "^2.0.0",
|
|
1973
|
+
"requires": {}
|
|
1974
|
+
}
|
|
1134
1975
|
},
|
|
1135
1976
|
{
|
|
1136
|
-
"name": "
|
|
1137
|
-
"description": "
|
|
1138
|
-
"repo": "nuxt-
|
|
1139
|
-
"npm": "
|
|
1977
|
+
"name": "kentico-kontent",
|
|
1978
|
+
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1979
|
+
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1980
|
+
"npm": "kentico-kontent-nuxt-module",
|
|
1140
1981
|
"icon": "",
|
|
1141
|
-
"github": "https://github.com/nuxt-
|
|
1142
|
-
"website": "https://github.com/nuxt-
|
|
1143
|
-
"learn_more": "https://
|
|
1144
|
-
"category": "
|
|
1145
|
-
"type": "
|
|
1982
|
+
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1983
|
+
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1984
|
+
"learn_more": "https://kontent.ai",
|
|
1985
|
+
"category": "CMS",
|
|
1986
|
+
"type": "3rd-party",
|
|
1146
1987
|
"maintainers": [
|
|
1147
1988
|
{
|
|
1148
|
-
"name": "
|
|
1149
|
-
"github": "
|
|
1150
|
-
"twitter": "_pi0_",
|
|
1151
|
-
"avatar": "https://github.com/pi0.png"
|
|
1989
|
+
"name": "Alfred Brockötter",
|
|
1990
|
+
"github": "Domitnator"
|
|
1152
1991
|
}
|
|
1153
|
-
]
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^2.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "kql",
|
|
2000
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2001
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2002
|
+
"npm": "nuxt-kql",
|
|
2003
|
+
"icon": "kql.svg",
|
|
2004
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2005
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2006
|
+
"learn_more": "",
|
|
2007
|
+
"category": "CMS",
|
|
2008
|
+
"type": "3rd-party",
|
|
2009
|
+
"maintainers": [
|
|
2010
|
+
{
|
|
2011
|
+
"name": "Johann Schopplich",
|
|
2012
|
+
"github": "johannschopplich",
|
|
2013
|
+
"twitter": "jschopplich",
|
|
2014
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2015
|
+
}
|
|
2016
|
+
],
|
|
2017
|
+
"compatibility": {
|
|
2018
|
+
"nuxt": "^3.0.0",
|
|
2019
|
+
"requires": {}
|
|
2020
|
+
}
|
|
1154
2021
|
},
|
|
1155
2022
|
{
|
|
1156
2023
|
"name": "laravel-echo",
|
|
@@ -1166,10 +2033,13 @@
|
|
|
1166
2033
|
"maintainers": [
|
|
1167
2034
|
{
|
|
1168
2035
|
"name": "Ricardo Gobbo de Souza",
|
|
1169
|
-
"github": "ricardogobbosouza"
|
|
1170
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
2036
|
+
"github": "ricardogobbosouza"
|
|
1171
2037
|
}
|
|
1172
|
-
]
|
|
2038
|
+
],
|
|
2039
|
+
"compatibility": {
|
|
2040
|
+
"nuxt": "^2.0.0",
|
|
2041
|
+
"requires": {}
|
|
2042
|
+
}
|
|
1173
2043
|
},
|
|
1174
2044
|
{
|
|
1175
2045
|
"name": "laravel-nuxt",
|
|
@@ -1185,10 +2055,13 @@
|
|
|
1185
2055
|
"maintainers": [
|
|
1186
2056
|
{
|
|
1187
2057
|
"name": "skyrpex",
|
|
1188
|
-
"github": "skyrpex"
|
|
1189
|
-
"avatar": "https://github.com/skyrpex.png"
|
|
2058
|
+
"github": "skyrpex"
|
|
1190
2059
|
}
|
|
1191
|
-
]
|
|
2060
|
+
],
|
|
2061
|
+
"compatibility": {
|
|
2062
|
+
"nuxt": "^2.0.0",
|
|
2063
|
+
"requires": {}
|
|
2064
|
+
}
|
|
1192
2065
|
},
|
|
1193
2066
|
{
|
|
1194
2067
|
"name": "laravel",
|
|
@@ -1204,10 +2077,13 @@
|
|
|
1204
2077
|
"maintainers": [
|
|
1205
2078
|
{
|
|
1206
2079
|
"name": "m2sd",
|
|
1207
|
-
"github": "m2sd"
|
|
1208
|
-
"avatar": "https://github.com/m2sd.png"
|
|
2080
|
+
"github": "m2sd"
|
|
1209
2081
|
}
|
|
1210
|
-
]
|
|
2082
|
+
],
|
|
2083
|
+
"compatibility": {
|
|
2084
|
+
"nuxt": "^2.0.0",
|
|
2085
|
+
"requires": {}
|
|
2086
|
+
}
|
|
1211
2087
|
},
|
|
1212
2088
|
{
|
|
1213
2089
|
"name": "leaflet",
|
|
@@ -1218,15 +2094,18 @@
|
|
|
1218
2094
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1219
2095
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1220
2096
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1221
|
-
"category": "
|
|
2097
|
+
"category": "Libraries",
|
|
1222
2098
|
"type": "3rd-party",
|
|
1223
2099
|
"maintainers": [
|
|
1224
2100
|
{
|
|
1225
2101
|
"name": "schlunsen",
|
|
1226
|
-
"github": "schlunsen"
|
|
1227
|
-
"avatar": "https://github.com/schlunsen.png"
|
|
2102
|
+
"github": "schlunsen"
|
|
1228
2103
|
}
|
|
1229
|
-
]
|
|
2104
|
+
],
|
|
2105
|
+
"compatibility": {
|
|
2106
|
+
"nuxt": "^2.0.0",
|
|
2107
|
+
"requires": {}
|
|
2108
|
+
}
|
|
1230
2109
|
},
|
|
1231
2110
|
{
|
|
1232
2111
|
"name": "localforage",
|
|
@@ -1237,16 +2116,23 @@
|
|
|
1237
2116
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1238
2117
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1239
2118
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1240
|
-
"category": "
|
|
2119
|
+
"category": "Libraries",
|
|
1241
2120
|
"type": "community",
|
|
1242
2121
|
"maintainers": [
|
|
1243
2122
|
{
|
|
1244
2123
|
"name": "Alexandre Chopin",
|
|
1245
2124
|
"github": "alexchopin",
|
|
1246
|
-
"twitter": "alexchopin"
|
|
1247
|
-
|
|
2125
|
+
"twitter": "alexchopin"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"name": "Ricardo Gobbo de Souza",
|
|
2129
|
+
"github": "ricardogobbosouza"
|
|
1248
2130
|
}
|
|
1249
|
-
]
|
|
2131
|
+
],
|
|
2132
|
+
"compatibility": {
|
|
2133
|
+
"nuxt": "^2.0.0",
|
|
2134
|
+
"requires": {}
|
|
2135
|
+
}
|
|
1250
2136
|
},
|
|
1251
2137
|
{
|
|
1252
2138
|
"name": "localtunnel",
|
|
@@ -1263,10 +2149,35 @@
|
|
|
1263
2149
|
{
|
|
1264
2150
|
"name": "Pooya Parsa",
|
|
1265
2151
|
"github": "pi0",
|
|
1266
|
-
"twitter": "_pi0_"
|
|
1267
|
-
|
|
2152
|
+
"twitter": "_pi0_"
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2155
|
+
"compatibility": {
|
|
2156
|
+
"nuxt": "^2.0.0",
|
|
2157
|
+
"requires": {}
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "lodash",
|
|
2162
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2163
|
+
"repo": "cipami/nuxt-lodash",
|
|
2164
|
+
"npm": "nuxt-lodash",
|
|
2165
|
+
"icon": "lodash.svg",
|
|
2166
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2167
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2168
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2169
|
+
"category": "Libraries",
|
|
2170
|
+
"type": "3rd-party",
|
|
2171
|
+
"maintainers": [
|
|
2172
|
+
{
|
|
2173
|
+
"name": "Michal Čípa",
|
|
2174
|
+
"github": "cipami"
|
|
1268
2175
|
}
|
|
1269
|
-
]
|
|
2176
|
+
],
|
|
2177
|
+
"compatibility": {
|
|
2178
|
+
"nuxt": "^3.0.0",
|
|
2179
|
+
"requires": {}
|
|
2180
|
+
}
|
|
1270
2181
|
},
|
|
1271
2182
|
{
|
|
1272
2183
|
"name": "logrocket",
|
|
@@ -1283,10 +2194,13 @@
|
|
|
1283
2194
|
{
|
|
1284
2195
|
"name": "Farzad Soltani",
|
|
1285
2196
|
"github": "farzadso",
|
|
1286
|
-
"twitter": "farzadso"
|
|
1287
|
-
"avatar": "https://github.com/farzadso.png"
|
|
2197
|
+
"twitter": "farzadso"
|
|
1288
2198
|
}
|
|
1289
|
-
]
|
|
2199
|
+
],
|
|
2200
|
+
"compatibility": {
|
|
2201
|
+
"nuxt": "^2.0.0",
|
|
2202
|
+
"requires": {}
|
|
2203
|
+
}
|
|
1290
2204
|
},
|
|
1291
2205
|
{
|
|
1292
2206
|
"name": "lunr",
|
|
@@ -1302,30 +2216,59 @@
|
|
|
1302
2216
|
"maintainers": [
|
|
1303
2217
|
{
|
|
1304
2218
|
"name": "Pim",
|
|
1305
|
-
"github": "pimlie"
|
|
1306
|
-
|
|
2219
|
+
"github": "pimlie"
|
|
2220
|
+
}
|
|
2221
|
+
],
|
|
2222
|
+
"compatibility": {
|
|
2223
|
+
"nuxt": "^2.0.0",
|
|
2224
|
+
"requires": {}
|
|
2225
|
+
}
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"name": "magic-regexp",
|
|
2229
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2230
|
+
"repo": "danielroe/magic-regexp",
|
|
2231
|
+
"npm": "magic-regexp",
|
|
2232
|
+
"icon": "magic-regexp.svg",
|
|
2233
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2234
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2235
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2236
|
+
"category": "Libraries",
|
|
2237
|
+
"type": "3rd-party",
|
|
2238
|
+
"maintainers": [
|
|
2239
|
+
{
|
|
2240
|
+
"name": "Daniel Roe",
|
|
2241
|
+
"github": "danielroe",
|
|
2242
|
+
"twitter": "danielcroe"
|
|
1307
2243
|
}
|
|
1308
|
-
]
|
|
2244
|
+
],
|
|
2245
|
+
"compatibility": {
|
|
2246
|
+
"nuxt": "^3.0.0",
|
|
2247
|
+
"requires": {}
|
|
2248
|
+
}
|
|
1309
2249
|
},
|
|
1310
2250
|
{
|
|
1311
2251
|
"name": "markdownit",
|
|
1312
2252
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1313
|
-
"repo": "nuxt-community/
|
|
2253
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1314
2254
|
"npm": "@nuxtjs/markdownit",
|
|
1315
2255
|
"icon": "",
|
|
1316
|
-
"github": "https://github.com/nuxt-community/
|
|
1317
|
-
"website": "https://github.com/nuxt-community/
|
|
2256
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2257
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1318
2258
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1319
|
-
"category": "
|
|
2259
|
+
"category": "Extensions",
|
|
1320
2260
|
"type": "community",
|
|
1321
2261
|
"maintainers": [
|
|
1322
2262
|
{
|
|
1323
2263
|
"name": "Pooya Parsa",
|
|
1324
2264
|
"github": "pi0",
|
|
1325
|
-
"twitter": "_pi0_"
|
|
1326
|
-
"avatar": "https://github.com/pi0.png"
|
|
2265
|
+
"twitter": "_pi0_"
|
|
1327
2266
|
}
|
|
1328
|
-
]
|
|
2267
|
+
],
|
|
2268
|
+
"compatibility": {
|
|
2269
|
+
"nuxt": "^2.0.0",
|
|
2270
|
+
"requires": {}
|
|
2271
|
+
}
|
|
1329
2272
|
},
|
|
1330
2273
|
{
|
|
1331
2274
|
"name": "matomo",
|
|
@@ -1341,30 +2284,61 @@
|
|
|
1341
2284
|
"maintainers": [
|
|
1342
2285
|
{
|
|
1343
2286
|
"name": "pimlie",
|
|
1344
|
-
"github": "pimlie"
|
|
1345
|
-
"avatar": "https://github.com/pimlie.png"
|
|
2287
|
+
"github": "pimlie"
|
|
1346
2288
|
}
|
|
1347
|
-
]
|
|
2289
|
+
],
|
|
2290
|
+
"compatibility": {
|
|
2291
|
+
"nuxt": "^2.0.0",
|
|
2292
|
+
"requires": {}
|
|
2293
|
+
}
|
|
1348
2294
|
},
|
|
1349
2295
|
{
|
|
1350
2296
|
"name": "mdx",
|
|
1351
2297
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1352
2298
|
"repo": "nuxt-community/mdx-module",
|
|
1353
2299
|
"npm": "@nuxtjs/mdx",
|
|
1354
|
-
"icon": "
|
|
2300
|
+
"icon": "mdx.png",
|
|
1355
2301
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1356
2302
|
"website": "https://mdx.nuxtjs.org",
|
|
1357
2303
|
"learn_more": "https://mdxjs.com/",
|
|
1358
|
-
"category": "
|
|
2304
|
+
"category": "Extensions",
|
|
1359
2305
|
"type": "community",
|
|
1360
2306
|
"maintainers": [
|
|
1361
2307
|
{
|
|
1362
2308
|
"name": "Jonathan Bakebwa",
|
|
1363
2309
|
"github": "codebender828",
|
|
1364
|
-
"twitter": "codebender828"
|
|
1365
|
-
|
|
2310
|
+
"twitter": "codebender828"
|
|
2311
|
+
}
|
|
2312
|
+
],
|
|
2313
|
+
"compatibility": {
|
|
2314
|
+
"nuxt": "^2.0.0",
|
|
2315
|
+
"requires": {}
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"name": "meilisearch",
|
|
2320
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2321
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2322
|
+
"npm": "nuxt-meilisearch",
|
|
2323
|
+
"icon": "meilisearch.svg",
|
|
2324
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2325
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2326
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2327
|
+
"category": "Libraries",
|
|
2328
|
+
"type": "3rd-party",
|
|
2329
|
+
"maintainers": [
|
|
2330
|
+
{
|
|
2331
|
+
"name": "Alex Duval",
|
|
2332
|
+
"github": "xlanex6",
|
|
2333
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^3.0.0",
|
|
2338
|
+
"requires": {
|
|
2339
|
+
"bridge": false
|
|
1366
2340
|
}
|
|
1367
|
-
|
|
2341
|
+
}
|
|
1368
2342
|
},
|
|
1369
2343
|
{
|
|
1370
2344
|
"name": "memwatch",
|
|
@@ -1380,10 +2354,13 @@
|
|
|
1380
2354
|
"maintainers": [
|
|
1381
2355
|
{
|
|
1382
2356
|
"name": "pimlie",
|
|
1383
|
-
"github": "pimlie"
|
|
1384
|
-
"avatar": "https://github.com/pimlie.png"
|
|
2357
|
+
"github": "pimlie"
|
|
1385
2358
|
}
|
|
1386
|
-
]
|
|
2359
|
+
],
|
|
2360
|
+
"compatibility": {
|
|
2361
|
+
"nuxt": "^2.0.0",
|
|
2362
|
+
"requires": {}
|
|
2363
|
+
}
|
|
1387
2364
|
},
|
|
1388
2365
|
{
|
|
1389
2366
|
"name": "mobile",
|
|
@@ -1394,15 +2371,18 @@
|
|
|
1394
2371
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1395
2372
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1396
2373
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1397
|
-
"category": "
|
|
2374
|
+
"category": "Extensions",
|
|
1398
2375
|
"type": "3rd-party",
|
|
1399
2376
|
"maintainers": [
|
|
1400
2377
|
{
|
|
1401
2378
|
"name": "ChanningDefoe",
|
|
1402
|
-
"github": "ChanningDefoe"
|
|
1403
|
-
"avatar": "https://github.com/ChanningDefoe.png"
|
|
2379
|
+
"github": "ChanningDefoe"
|
|
1404
2380
|
}
|
|
1405
|
-
]
|
|
2381
|
+
],
|
|
2382
|
+
"compatibility": {
|
|
2383
|
+
"nuxt": "^2.0.0",
|
|
2384
|
+
"requires": {}
|
|
2385
|
+
}
|
|
1406
2386
|
},
|
|
1407
2387
|
{
|
|
1408
2388
|
"name": "moment",
|
|
@@ -1419,15 +2399,17 @@
|
|
|
1419
2399
|
{
|
|
1420
2400
|
"name": "Pooya Parsa",
|
|
1421
2401
|
"github": "pi0",
|
|
1422
|
-
"twitter": "_pi0_"
|
|
1423
|
-
"avatar": "https://github.com/pi0.png"
|
|
2402
|
+
"twitter": "_pi0_"
|
|
1424
2403
|
},
|
|
1425
2404
|
{
|
|
1426
2405
|
"name": "Ricardo Gobbo de Souza",
|
|
1427
|
-
"github": "ricardogobbosouza"
|
|
1428
|
-
"avatar": "https://github.com/ricardogobbosouza.png"
|
|
2406
|
+
"github": "ricardogobbosouza"
|
|
1429
2407
|
}
|
|
1430
|
-
]
|
|
2408
|
+
],
|
|
2409
|
+
"compatibility": {
|
|
2410
|
+
"nuxt": "^2.0.0",
|
|
2411
|
+
"requires": {}
|
|
2412
|
+
}
|
|
1431
2413
|
},
|
|
1432
2414
|
{
|
|
1433
2415
|
"name": "mq",
|
|
@@ -1443,10 +2425,13 @@
|
|
|
1443
2425
|
"maintainers": [
|
|
1444
2426
|
{
|
|
1445
2427
|
"name": "vanhoofmaarten",
|
|
1446
|
-
"github": "vanhoofmaarten"
|
|
1447
|
-
"avatar": "https://github.com/vanhoofmaarten.png"
|
|
2428
|
+
"github": "vanhoofmaarten"
|
|
1448
2429
|
}
|
|
1449
|
-
]
|
|
2430
|
+
],
|
|
2431
|
+
"compatibility": {
|
|
2432
|
+
"nuxt": "^2.0.0",
|
|
2433
|
+
"requires": {}
|
|
2434
|
+
}
|
|
1450
2435
|
},
|
|
1451
2436
|
{
|
|
1452
2437
|
"name": "neo",
|
|
@@ -1462,10 +2447,13 @@
|
|
|
1462
2447
|
"maintainers": [
|
|
1463
2448
|
{
|
|
1464
2449
|
"name": "ezypeeze",
|
|
1465
|
-
"github": "ezypeeze"
|
|
1466
|
-
"avatar": "https://github.com/ezypeeze.png"
|
|
2450
|
+
"github": "ezypeeze"
|
|
1467
2451
|
}
|
|
1468
|
-
]
|
|
2452
|
+
],
|
|
2453
|
+
"compatibility": {
|
|
2454
|
+
"nuxt": "^2.0.0",
|
|
2455
|
+
"requires": {}
|
|
2456
|
+
}
|
|
1469
2457
|
},
|
|
1470
2458
|
{
|
|
1471
2459
|
"name": "netlify-cache",
|
|
@@ -1481,10 +2469,13 @@
|
|
|
1481
2469
|
"maintainers": [
|
|
1482
2470
|
{
|
|
1483
2471
|
"name": "DreaMinder",
|
|
1484
|
-
"github": "DreaMinder"
|
|
1485
|
-
"avatar": "https://github.com/DreaMinder.png"
|
|
2472
|
+
"github": "DreaMinder"
|
|
1486
2473
|
}
|
|
1487
|
-
]
|
|
2474
|
+
],
|
|
2475
|
+
"compatibility": {
|
|
2476
|
+
"nuxt": "^2.0.0",
|
|
2477
|
+
"requires": {}
|
|
2478
|
+
}
|
|
1488
2479
|
},
|
|
1489
2480
|
{
|
|
1490
2481
|
"name": "netlify-files",
|
|
@@ -1501,10 +2492,13 @@
|
|
|
1501
2492
|
{
|
|
1502
2493
|
"name": "Alexander Lichter",
|
|
1503
2494
|
"github": "manniL",
|
|
1504
|
-
"twitter": "TheAlexLichter"
|
|
1505
|
-
"avatar": "https://github.com/manniL.png"
|
|
2495
|
+
"twitter": "TheAlexLichter"
|
|
1506
2496
|
}
|
|
1507
|
-
]
|
|
2497
|
+
],
|
|
2498
|
+
"compatibility": {
|
|
2499
|
+
"nuxt": "^2.0.0",
|
|
2500
|
+
"requires": {}
|
|
2501
|
+
}
|
|
1508
2502
|
},
|
|
1509
2503
|
{
|
|
1510
2504
|
"name": "netlify",
|
|
@@ -1519,31 +2513,289 @@
|
|
|
1519
2513
|
"type": "3rd-party",
|
|
1520
2514
|
"maintainers": [
|
|
1521
2515
|
{
|
|
1522
|
-
"name": "bazzite",
|
|
1523
|
-
"github": "bazzite"
|
|
1524
|
-
|
|
2516
|
+
"name": "bazzite",
|
|
2517
|
+
"github": "bazzite"
|
|
2518
|
+
}
|
|
2519
|
+
],
|
|
2520
|
+
"compatibility": {
|
|
2521
|
+
"nuxt": "^2.0.0",
|
|
2522
|
+
"requires": {}
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "ngrok",
|
|
2527
|
+
"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",
|
|
2528
|
+
"repo": "nuxt-community/ngrok",
|
|
2529
|
+
"npm": "@nuxtjs/ngrok",
|
|
2530
|
+
"icon": "ngrok.png",
|
|
2531
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2532
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
2533
|
+
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
2534
|
+
"category": "Devtools",
|
|
2535
|
+
"type": "community",
|
|
2536
|
+
"maintainers": [
|
|
2537
|
+
{
|
|
2538
|
+
"name": "Debbie O'Brien",
|
|
2539
|
+
"github": "debs-obrien",
|
|
2540
|
+
"twitter": "debs_obrien"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"name": "Pooya Parsa",
|
|
2544
|
+
"github": "pi0",
|
|
2545
|
+
"twitter": "_pi0_"
|
|
2546
|
+
}
|
|
2547
|
+
],
|
|
2548
|
+
"compatibility": {
|
|
2549
|
+
"nuxt": "^2.0.0",
|
|
2550
|
+
"requires": {}
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"name": "notion",
|
|
2555
|
+
"description": "Vue renderer for Notion pages",
|
|
2556
|
+
"repo": "janniks/vue-notion",
|
|
2557
|
+
"npm": "vue-notion",
|
|
2558
|
+
"icon": "notion.svg",
|
|
2559
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2560
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2561
|
+
"learn_more": "",
|
|
2562
|
+
"category": "CMS",
|
|
2563
|
+
"type": "3rd-party",
|
|
2564
|
+
"maintainers": [
|
|
2565
|
+
{
|
|
2566
|
+
"name": "janniks",
|
|
2567
|
+
"github": "janniks"
|
|
2568
|
+
}
|
|
2569
|
+
],
|
|
2570
|
+
"compatibility": {
|
|
2571
|
+
"nuxt": "^2.0.0",
|
|
2572
|
+
"requires": {}
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "nuxt-hue",
|
|
2577
|
+
"description": "Enlighten your Nuxt experience",
|
|
2578
|
+
"repo": "lihbr/nuxt-hue",
|
|
2579
|
+
"npm": "nuxt-hue",
|
|
2580
|
+
"icon": "nuxt-hue.svg",
|
|
2581
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2582
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2583
|
+
"learn_more": "",
|
|
2584
|
+
"category": "Devtools",
|
|
2585
|
+
"type": "3rd-party",
|
|
2586
|
+
"maintainers": [
|
|
2587
|
+
{
|
|
2588
|
+
"name": "lihbr",
|
|
2589
|
+
"github": "lihbr"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
2593
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2594
|
+
"requires": {
|
|
2595
|
+
"bridge": "optional"
|
|
2596
|
+
}
|
|
2597
|
+
}
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"name": "nuxt-monaco-editor",
|
|
2601
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2602
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2603
|
+
"npm": "nuxt-monaco-editor",
|
|
2604
|
+
"icon": "",
|
|
2605
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2606
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2607
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2608
|
+
"category": "Libraries",
|
|
2609
|
+
"type": "3rd-party",
|
|
2610
|
+
"maintainers": [
|
|
2611
|
+
{
|
|
2612
|
+
"name": "e-chan1007",
|
|
2613
|
+
"github": "e-chan1007"
|
|
2614
|
+
}
|
|
2615
|
+
],
|
|
2616
|
+
"compatibility": {
|
|
2617
|
+
"nuxt": "^3.0.0",
|
|
2618
|
+
"requires": {}
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"name": "nuxt-pino-log",
|
|
2623
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2624
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2625
|
+
"npm": "nuxt-pino-log",
|
|
2626
|
+
"icon": "",
|
|
2627
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2628
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2629
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2630
|
+
"category": "Monitoring",
|
|
2631
|
+
"type": "3rd-party",
|
|
2632
|
+
"maintainers": [
|
|
2633
|
+
{
|
|
2634
|
+
"name": "kpn",
|
|
2635
|
+
"github": "kpn"
|
|
2636
|
+
}
|
|
2637
|
+
],
|
|
2638
|
+
"compatibility": {
|
|
2639
|
+
"nuxt": "^2.0.0",
|
|
2640
|
+
"requires": {}
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "nuxt-png-to-ico",
|
|
2645
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2646
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2647
|
+
"npm": "nuxt-png-to-ico",
|
|
2648
|
+
"icon": "",
|
|
2649
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2650
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2651
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2652
|
+
"category": "Devtools",
|
|
2653
|
+
"type": "3rd-party",
|
|
2654
|
+
"maintainers": [
|
|
2655
|
+
{
|
|
2656
|
+
"name": "b5710546232",
|
|
2657
|
+
"github": "b5710546232",
|
|
2658
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^2.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "nuxt-smartlook",
|
|
2668
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2669
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2670
|
+
"npm": "nuxt-smartlook",
|
|
2671
|
+
"icon": "nuxt-smartlook.png",
|
|
2672
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2673
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2674
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2675
|
+
"category": "Analytics",
|
|
2676
|
+
"type": "3rd-party",
|
|
2677
|
+
"maintainers": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "Milan Sulc",
|
|
2680
|
+
"github": "f3l1x",
|
|
2681
|
+
"twitter": "xf3l1x",
|
|
2682
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2683
|
+
}
|
|
2684
|
+
],
|
|
2685
|
+
"compatibility": {
|
|
2686
|
+
"nuxt": "^2.0.0",
|
|
2687
|
+
"requires": {}
|
|
2688
|
+
}
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "nuxt-svgo",
|
|
2692
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2693
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2694
|
+
"npm": "nuxt-svgo",
|
|
2695
|
+
"icon": "",
|
|
2696
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2697
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2698
|
+
"learn_more": "",
|
|
2699
|
+
"category": "Images",
|
|
2700
|
+
"type": "3rd-party",
|
|
2701
|
+
"maintainers": [
|
|
2702
|
+
{
|
|
2703
|
+
"name": "cpsoinos",
|
|
2704
|
+
"github": "cpsoinos"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"compatibility": {
|
|
2708
|
+
"nuxt": "^3.0.0",
|
|
2709
|
+
"requires": {}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "nuxt-unleash",
|
|
2714
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2715
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2716
|
+
"npm": "nuxt-unleash",
|
|
2717
|
+
"icon": "nuxt-unleash.svg",
|
|
2718
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2719
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2720
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2721
|
+
"category": "Deployment",
|
|
2722
|
+
"type": "3rd-party",
|
|
2723
|
+
"maintainers": [
|
|
2724
|
+
{
|
|
2725
|
+
"name": "Juanjo Conejerock",
|
|
2726
|
+
"github": "conejerock"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"compatibility": {
|
|
2730
|
+
"nuxt": "^2.0.0",
|
|
2731
|
+
"requires": {}
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "nuxt-use-motion",
|
|
2736
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2737
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2738
|
+
"npm": "nuxt-use-motion",
|
|
2739
|
+
"icon": "nuxt-use-motion.svg",
|
|
2740
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2741
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2742
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2743
|
+
"category": "Libraries",
|
|
2744
|
+
"type": "3rd-party",
|
|
2745
|
+
"maintainers": [
|
|
2746
|
+
{
|
|
2747
|
+
"name": "Tahul",
|
|
2748
|
+
"github": "Tahul"
|
|
2749
|
+
}
|
|
2750
|
+
],
|
|
2751
|
+
"compatibility": {
|
|
2752
|
+
"nuxt": "^2.0.0",
|
|
2753
|
+
"requires": {}
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"name": "nuxt-use-sound",
|
|
2758
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2759
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2760
|
+
"npm": "nuxt-use-sound",
|
|
2761
|
+
"icon": "nuxt-use-sound.svg",
|
|
2762
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2763
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2764
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2765
|
+
"category": "Libraries",
|
|
2766
|
+
"type": "3rd-party",
|
|
2767
|
+
"maintainers": [
|
|
2768
|
+
{
|
|
2769
|
+
"name": "Tahul",
|
|
2770
|
+
"github": "Tahul"
|
|
1525
2771
|
}
|
|
1526
|
-
]
|
|
2772
|
+
],
|
|
2773
|
+
"compatibility": {
|
|
2774
|
+
"nuxt": "^2.0.0",
|
|
2775
|
+
"requires": {}
|
|
2776
|
+
}
|
|
1527
2777
|
},
|
|
1528
2778
|
{
|
|
1529
|
-
"name": "
|
|
1530
|
-
"description": "
|
|
1531
|
-
"repo": "nuxt-
|
|
1532
|
-
"npm": "
|
|
1533
|
-
"icon": "
|
|
1534
|
-
"github": "https://github.com/nuxt-
|
|
1535
|
-
"website": "https://github.com/nuxt-
|
|
1536
|
-
"learn_more": "
|
|
1537
|
-
"category": "
|
|
1538
|
-
"type": "
|
|
2779
|
+
"name": "nuxt-viewport",
|
|
2780
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2781
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2782
|
+
"npm": "nuxt-viewport",
|
|
2783
|
+
"icon": "nuxt-viewport.svg",
|
|
2784
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2785
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2786
|
+
"learn_more": "",
|
|
2787
|
+
"category": "Extensions",
|
|
2788
|
+
"type": "3rd-party",
|
|
1539
2789
|
"maintainers": [
|
|
1540
2790
|
{
|
|
1541
|
-
"name": "
|
|
1542
|
-
"github": "
|
|
1543
|
-
"twitter": "_pi0_",
|
|
1544
|
-
"avatar": "https://github.com/pi0.png"
|
|
2791
|
+
"name": "mvrlin",
|
|
2792
|
+
"github": "mvrlin"
|
|
1545
2793
|
}
|
|
1546
|
-
]
|
|
2794
|
+
],
|
|
2795
|
+
"compatibility": {
|
|
2796
|
+
"nuxt": "^2.0.0",
|
|
2797
|
+
"requires": {}
|
|
2798
|
+
}
|
|
1547
2799
|
},
|
|
1548
2800
|
{
|
|
1549
2801
|
"name": "nuxt7",
|
|
@@ -1560,10 +2812,13 @@
|
|
|
1560
2812
|
{
|
|
1561
2813
|
"name": "Pooya Parsa",
|
|
1562
2814
|
"github": "pi0",
|
|
1563
|
-
"twitter": "_pi0_"
|
|
1564
|
-
"avatar": "https://github.com/pi0.png"
|
|
2815
|
+
"twitter": "_pi0_"
|
|
1565
2816
|
}
|
|
1566
|
-
]
|
|
2817
|
+
],
|
|
2818
|
+
"compatibility": {
|
|
2819
|
+
"nuxt": "^2.0.0",
|
|
2820
|
+
"requires": {}
|
|
2821
|
+
}
|
|
1567
2822
|
},
|
|
1568
2823
|
{
|
|
1569
2824
|
"name": "onesignal",
|
|
@@ -1574,35 +2829,42 @@
|
|
|
1574
2829
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1575
2830
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1576
2831
|
"learn_more": "https://onesignal.com/",
|
|
1577
|
-
"category": "
|
|
2832
|
+
"category": "Extensions",
|
|
1578
2833
|
"type": "community",
|
|
1579
2834
|
"maintainers": [
|
|
1580
2835
|
{
|
|
1581
2836
|
"name": "Pooya Parsa",
|
|
1582
2837
|
"github": "pi0",
|
|
1583
|
-
"twitter": "_pi0_"
|
|
1584
|
-
"avatar": "https://github.com/pi0.png"
|
|
2838
|
+
"twitter": "_pi0_"
|
|
1585
2839
|
}
|
|
1586
|
-
]
|
|
2840
|
+
],
|
|
2841
|
+
"compatibility": {
|
|
2842
|
+
"nuxt": "^2.0.0",
|
|
2843
|
+
"requires": {}
|
|
2844
|
+
}
|
|
1587
2845
|
},
|
|
1588
2846
|
{
|
|
1589
2847
|
"name": "optimized-images",
|
|
1590
2848
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
1591
|
-
"repo": "
|
|
2849
|
+
"repo": "juliomrqz/nuxt-optimized-images",
|
|
1592
2850
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
1593
2851
|
"icon": "",
|
|
1594
|
-
"github": "https://github.com/
|
|
2852
|
+
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
1595
2853
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
1596
2854
|
"learn_more": "",
|
|
1597
2855
|
"category": "Images",
|
|
1598
2856
|
"type": "3rd-party",
|
|
1599
2857
|
"maintainers": [
|
|
1600
2858
|
{
|
|
1601
|
-
"name": "
|
|
1602
|
-
"github": "
|
|
1603
|
-
"
|
|
2859
|
+
"name": "Julio Marquez",
|
|
2860
|
+
"github": "juliomrqz",
|
|
2861
|
+
"twitter": "juliomrqz"
|
|
1604
2862
|
}
|
|
1605
|
-
]
|
|
2863
|
+
],
|
|
2864
|
+
"compatibility": {
|
|
2865
|
+
"nuxt": "^2.0.0",
|
|
2866
|
+
"requires": {}
|
|
2867
|
+
}
|
|
1606
2868
|
},
|
|
1607
2869
|
{
|
|
1608
2870
|
"name": "page-generator-helper",
|
|
@@ -1613,15 +2875,18 @@
|
|
|
1613
2875
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1614
2876
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1615
2877
|
"learn_more": "",
|
|
1616
|
-
"category": "
|
|
2878
|
+
"category": "Extensions",
|
|
1617
2879
|
"type": "3rd-party",
|
|
1618
2880
|
"maintainers": [
|
|
1619
2881
|
{
|
|
1620
2882
|
"name": "GrabarzUndPartner",
|
|
1621
|
-
"github": "GrabarzUndPartner"
|
|
1622
|
-
"avatar": "https://github.com/GrabarzUndPartner.png"
|
|
2883
|
+
"github": "GrabarzUndPartner"
|
|
1623
2884
|
}
|
|
1624
|
-
]
|
|
2885
|
+
],
|
|
2886
|
+
"compatibility": {
|
|
2887
|
+
"nuxt": "^2.0.0",
|
|
2888
|
+
"requires": {}
|
|
2889
|
+
}
|
|
1625
2890
|
},
|
|
1626
2891
|
{
|
|
1627
2892
|
"name": "parse",
|
|
@@ -1637,10 +2902,109 @@
|
|
|
1637
2902
|
"maintainers": [
|
|
1638
2903
|
{
|
|
1639
2904
|
"name": "cierrateam",
|
|
1640
|
-
"github": "cierrateam"
|
|
1641
|
-
|
|
2905
|
+
"github": "cierrateam"
|
|
2906
|
+
}
|
|
2907
|
+
],
|
|
2908
|
+
"compatibility": {
|
|
2909
|
+
"nuxt": "^2.0.0",
|
|
2910
|
+
"requires": {}
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"name": "partytown",
|
|
2915
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2916
|
+
"repo": "nuxt-modules/partytown",
|
|
2917
|
+
"npm": "@nuxtjs/partytown",
|
|
2918
|
+
"icon": "partytown.svg",
|
|
2919
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2920
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2921
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2922
|
+
"category": "Performance",
|
|
2923
|
+
"type": "community",
|
|
2924
|
+
"maintainers": [
|
|
2925
|
+
{
|
|
2926
|
+
"name": "Daniel Roe",
|
|
2927
|
+
"github": "danielroe",
|
|
2928
|
+
"twitter": "danielcroe"
|
|
2929
|
+
}
|
|
2930
|
+
],
|
|
2931
|
+
"compatibility": {
|
|
2932
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2933
|
+
"requires": {
|
|
2934
|
+
"bridge": true
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"name": "persian-datepicker",
|
|
2940
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2941
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2942
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2943
|
+
"icon": "persian-datepicker.svg",
|
|
2944
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2945
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2946
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2947
|
+
"category": "Date",
|
|
2948
|
+
"type": "3rd-party",
|
|
2949
|
+
"maintainers": [
|
|
2950
|
+
{
|
|
2951
|
+
"name": "Alireza Alibeiki",
|
|
2952
|
+
"github": "alireza-ab",
|
|
2953
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2954
|
+
}
|
|
2955
|
+
],
|
|
2956
|
+
"compatibility": {
|
|
2957
|
+
"nuxt": "^2.0.0",
|
|
2958
|
+
"requires": {}
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"name": "pinia",
|
|
2963
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2964
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2965
|
+
"npm": "@pinia/nuxt",
|
|
2966
|
+
"icon": "pinia.svg",
|
|
2967
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2968
|
+
"website": "https://pinia.esm.dev/",
|
|
2969
|
+
"learn_more": "",
|
|
2970
|
+
"category": "Extensions",
|
|
2971
|
+
"type": "3rd-party",
|
|
2972
|
+
"maintainers": [
|
|
2973
|
+
{
|
|
2974
|
+
"name": "posva",
|
|
2975
|
+
"github": "posva"
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"compatibility": {
|
|
2979
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2980
|
+
"requires": {
|
|
2981
|
+
"bridge": "optional"
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "plausible",
|
|
2987
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2988
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2989
|
+
"npm": "vue-plausible",
|
|
2990
|
+
"icon": "plausible.png",
|
|
2991
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2992
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2993
|
+
"learn_more": "",
|
|
2994
|
+
"category": "Analytics",
|
|
2995
|
+
"type": "3rd-party",
|
|
2996
|
+
"maintainers": [
|
|
2997
|
+
{
|
|
2998
|
+
"name": "moritzsternemann",
|
|
2999
|
+
"github": "moritzsternemann"
|
|
1642
3000
|
}
|
|
1643
|
-
]
|
|
3001
|
+
],
|
|
3002
|
+
"compatibility": {
|
|
3003
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3004
|
+
"requires": {
|
|
3005
|
+
"bridge": "optional"
|
|
3006
|
+
}
|
|
3007
|
+
}
|
|
1644
3008
|
},
|
|
1645
3009
|
{
|
|
1646
3010
|
"name": "precompress",
|
|
@@ -1656,41 +3020,36 @@
|
|
|
1656
3020
|
"maintainers": [
|
|
1657
3021
|
{
|
|
1658
3022
|
"name": "frenchrabbit",
|
|
1659
|
-
"github": "frenchrabbit"
|
|
1660
|
-
"avatar": "https://github.com/frenchrabbit.png"
|
|
3023
|
+
"github": "frenchrabbit"
|
|
1661
3024
|
}
|
|
1662
|
-
]
|
|
3025
|
+
],
|
|
3026
|
+
"compatibility": {
|
|
3027
|
+
"nuxt": "^2.0.0",
|
|
3028
|
+
"requires": {}
|
|
3029
|
+
}
|
|
1663
3030
|
},
|
|
1664
3031
|
{
|
|
1665
3032
|
"name": "prismic",
|
|
1666
3033
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
1667
|
-
"repo": "nuxt-
|
|
3034
|
+
"repo": "nuxt-modules/prismic",
|
|
1668
3035
|
"npm": "@nuxtjs/prismic",
|
|
1669
3036
|
"icon": "prismic.png",
|
|
1670
|
-
"github": "https://github.com/nuxt-
|
|
1671
|
-
"website": "https://
|
|
1672
|
-
"learn_more": "https://prismic.io
|
|
3037
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
3038
|
+
"website": "https://prismic.nuxtjs.org",
|
|
3039
|
+
"learn_more": "https://prismic.io",
|
|
1673
3040
|
"category": "CMS",
|
|
1674
3041
|
"type": "community",
|
|
1675
3042
|
"maintainers": [
|
|
1676
|
-
{
|
|
1677
|
-
"name": "Sébastien Chopin",
|
|
1678
|
-
"github": "Atinux",
|
|
1679
|
-
"twitter": "Atinux",
|
|
1680
|
-
"avatar": "https://github.com/Atinux.png"
|
|
1681
|
-
},
|
|
1682
3043
|
{
|
|
1683
3044
|
"name": "lihbr",
|
|
1684
3045
|
"github": "lihbr",
|
|
1685
|
-
"twitter": "li_hbr"
|
|
1686
|
-
"avatar": "https://github.com/lihbr.png"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"name": "James Pegg",
|
|
1690
|
-
"github": "jamespegg",
|
|
1691
|
-
"avatar": "https://github.com/jamespegg.png"
|
|
3046
|
+
"twitter": "li_hbr"
|
|
1692
3047
|
}
|
|
1693
|
-
]
|
|
3048
|
+
],
|
|
3049
|
+
"compatibility": {
|
|
3050
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3051
|
+
"requires": {}
|
|
3052
|
+
}
|
|
1694
3053
|
},
|
|
1695
3054
|
{
|
|
1696
3055
|
"name": "protected-mailto",
|
|
@@ -1706,10 +3065,13 @@
|
|
|
1706
3065
|
"maintainers": [
|
|
1707
3066
|
{
|
|
1708
3067
|
"name": "mmoollllee",
|
|
1709
|
-
"github": "mmoollllee"
|
|
1710
|
-
"avatar": "https://github.com/mmoollllee.png"
|
|
3068
|
+
"github": "mmoollllee"
|
|
1711
3069
|
}
|
|
1712
|
-
]
|
|
3070
|
+
],
|
|
3071
|
+
"compatibility": {
|
|
3072
|
+
"nuxt": "^2.0.0",
|
|
3073
|
+
"requires": {}
|
|
3074
|
+
}
|
|
1713
3075
|
},
|
|
1714
3076
|
{
|
|
1715
3077
|
"name": "proxy",
|
|
@@ -1726,10 +3088,13 @@
|
|
|
1726
3088
|
{
|
|
1727
3089
|
"name": "Pooya Parsa",
|
|
1728
3090
|
"github": "pi0",
|
|
1729
|
-
"twitter": "_pi0_"
|
|
1730
|
-
"avatar": "https://github.com/pi0.png"
|
|
3091
|
+
"twitter": "_pi0_"
|
|
1731
3092
|
}
|
|
1732
|
-
]
|
|
3093
|
+
],
|
|
3094
|
+
"compatibility": {
|
|
3095
|
+
"nuxt": "^2.0.0",
|
|
3096
|
+
"requires": {}
|
|
3097
|
+
}
|
|
1733
3098
|
},
|
|
1734
3099
|
{
|
|
1735
3100
|
"name": "prune-html",
|
|
@@ -1744,16 +3109,20 @@
|
|
|
1744
3109
|
"type": "3rd-party",
|
|
1745
3110
|
"maintainers": [
|
|
1746
3111
|
{
|
|
1747
|
-
"name": "
|
|
3112
|
+
"name": "Luca Iaconelli",
|
|
1748
3113
|
"github": "LuXDAmore",
|
|
1749
|
-
"
|
|
3114
|
+
"twitter": "luxdamore"
|
|
1750
3115
|
}
|
|
1751
|
-
]
|
|
3116
|
+
],
|
|
3117
|
+
"compatibility": {
|
|
3118
|
+
"nuxt": "^2.0.0",
|
|
3119
|
+
"requires": {}
|
|
3120
|
+
}
|
|
1752
3121
|
},
|
|
1753
3122
|
{
|
|
1754
3123
|
"name": "purgecss",
|
|
1755
3124
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
1756
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3125
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
1757
3126
|
"npm": "nuxt-purgecss",
|
|
1758
3127
|
"icon": "purgecss.png",
|
|
1759
3128
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -1764,14 +3133,17 @@
|
|
|
1764
3133
|
"maintainers": [
|
|
1765
3134
|
{
|
|
1766
3135
|
"name": "Developmint",
|
|
1767
|
-
"github": "Developmint"
|
|
1768
|
-
"avatar": "https://github.com/Developmint.png"
|
|
3136
|
+
"github": "Developmint"
|
|
1769
3137
|
}
|
|
1770
|
-
]
|
|
3138
|
+
],
|
|
3139
|
+
"compatibility": {
|
|
3140
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3141
|
+
"requires": {}
|
|
3142
|
+
}
|
|
1771
3143
|
},
|
|
1772
3144
|
{
|
|
1773
3145
|
"name": "pwa",
|
|
1774
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3146
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1775
3147
|
"repo": "nuxt-community/pwa-module",
|
|
1776
3148
|
"npm": "@nuxtjs/pwa",
|
|
1777
3149
|
"icon": "pwa.png",
|
|
@@ -1784,10 +3156,15 @@
|
|
|
1784
3156
|
{
|
|
1785
3157
|
"name": "Pooya Parsa",
|
|
1786
3158
|
"github": "pi0",
|
|
1787
|
-
"twitter": "_pi0_"
|
|
1788
|
-
|
|
3159
|
+
"twitter": "_pi0_"
|
|
3160
|
+
}
|
|
3161
|
+
],
|
|
3162
|
+
"compatibility": {
|
|
3163
|
+
"nuxt": "^2.0.0",
|
|
3164
|
+
"requires": {
|
|
3165
|
+
"bridge": "optional"
|
|
1789
3166
|
}
|
|
1790
|
-
|
|
3167
|
+
}
|
|
1791
3168
|
},
|
|
1792
3169
|
{
|
|
1793
3170
|
"name": "python",
|
|
@@ -1798,15 +3175,18 @@
|
|
|
1798
3175
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1799
3176
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1800
3177
|
"learn_more": "https://www.python.org/",
|
|
1801
|
-
"category": "
|
|
3178
|
+
"category": "Extensions",
|
|
1802
3179
|
"type": "community",
|
|
1803
3180
|
"maintainers": [
|
|
1804
3181
|
{
|
|
1805
3182
|
"name": "Sebastian Silva",
|
|
1806
|
-
"github": "icarito"
|
|
1807
|
-
"avatar": "https://github.com/icarito.png"
|
|
3183
|
+
"github": "icarito"
|
|
1808
3184
|
}
|
|
1809
|
-
]
|
|
3185
|
+
],
|
|
3186
|
+
"compatibility": {
|
|
3187
|
+
"nuxt": "^2.0.0",
|
|
3188
|
+
"requires": {}
|
|
3189
|
+
}
|
|
1810
3190
|
},
|
|
1811
3191
|
{
|
|
1812
3192
|
"name": "recaptcha",
|
|
@@ -1822,10 +3202,13 @@
|
|
|
1822
3202
|
"maintainers": [
|
|
1823
3203
|
{
|
|
1824
3204
|
"name": "mvrlin",
|
|
1825
|
-
"github": "mvrlin"
|
|
1826
|
-
"avatar": "https://github.com/mvrlin.png"
|
|
3205
|
+
"github": "mvrlin"
|
|
1827
3206
|
}
|
|
1828
|
-
]
|
|
3207
|
+
],
|
|
3208
|
+
"compatibility": {
|
|
3209
|
+
"nuxt": "^2.0.0",
|
|
3210
|
+
"requires": {}
|
|
3211
|
+
}
|
|
1829
3212
|
},
|
|
1830
3213
|
{
|
|
1831
3214
|
"name": "redirect",
|
|
@@ -1842,10 +3225,13 @@
|
|
|
1842
3225
|
{
|
|
1843
3226
|
"name": "Alexander Lichter",
|
|
1844
3227
|
"github": "manniL",
|
|
1845
|
-
"twitter": "TheAlexLichter"
|
|
1846
|
-
"avatar": "https://github.com/manniL.png"
|
|
3228
|
+
"twitter": "TheAlexLichter"
|
|
1847
3229
|
}
|
|
1848
|
-
]
|
|
3230
|
+
],
|
|
3231
|
+
"compatibility": {
|
|
3232
|
+
"nuxt": "^2.0.0",
|
|
3233
|
+
"requires": {}
|
|
3234
|
+
}
|
|
1849
3235
|
},
|
|
1850
3236
|
{
|
|
1851
3237
|
"name": "rfg-icon",
|
|
@@ -1856,15 +3242,18 @@
|
|
|
1856
3242
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1857
3243
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1858
3244
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1859
|
-
"category": "
|
|
3245
|
+
"category": "SEO",
|
|
1860
3246
|
"type": "3rd-party",
|
|
1861
3247
|
"maintainers": [
|
|
1862
3248
|
{
|
|
1863
3249
|
"name": "pimlie",
|
|
1864
|
-
"github": "pimlie"
|
|
1865
|
-
"avatar": "https://github.com/pimlie.png"
|
|
3250
|
+
"github": "pimlie"
|
|
1866
3251
|
}
|
|
1867
|
-
]
|
|
3252
|
+
],
|
|
3253
|
+
"compatibility": {
|
|
3254
|
+
"nuxt": "^2.0.0",
|
|
3255
|
+
"requires": {}
|
|
3256
|
+
}
|
|
1868
3257
|
},
|
|
1869
3258
|
{
|
|
1870
3259
|
"name": "robots",
|
|
@@ -1880,10 +3269,15 @@
|
|
|
1880
3269
|
"maintainers": [
|
|
1881
3270
|
{
|
|
1882
3271
|
"name": "Ricardo Gobbo de Souza",
|
|
1883
|
-
"github": "ricardogobbosouza"
|
|
1884
|
-
|
|
3272
|
+
"github": "ricardogobbosouza"
|
|
3273
|
+
}
|
|
3274
|
+
],
|
|
3275
|
+
"compatibility": {
|
|
3276
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3277
|
+
"requires": {
|
|
3278
|
+
"bridge": "optional"
|
|
1885
3279
|
}
|
|
1886
|
-
|
|
3280
|
+
}
|
|
1887
3281
|
},
|
|
1888
3282
|
{
|
|
1889
3283
|
"name": "rollbar",
|
|
@@ -1891,18 +3285,21 @@
|
|
|
1891
3285
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
1892
3286
|
"npm": "nuxt-rollbar-module",
|
|
1893
3287
|
"icon": "rollbar.png",
|
|
1894
|
-
"github": "https://github.com/
|
|
1895
|
-
"website": "https://github.com/
|
|
3288
|
+
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
3289
|
+
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
1896
3290
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
1897
3291
|
"category": "Monitoring",
|
|
1898
3292
|
"type": "3rd-party",
|
|
1899
3293
|
"maintainers": [
|
|
1900
3294
|
{
|
|
1901
|
-
"name": "
|
|
1902
|
-
"github": "
|
|
1903
|
-
"avatar": "https://github.com/zevran.png"
|
|
3295
|
+
"name": "Gaël Reyrol",
|
|
3296
|
+
"github": "gaelreyrol"
|
|
1904
3297
|
}
|
|
1905
|
-
]
|
|
3298
|
+
],
|
|
3299
|
+
"compatibility": {
|
|
3300
|
+
"nuxt": "^2.0.0",
|
|
3301
|
+
"requires": {}
|
|
3302
|
+
}
|
|
1906
3303
|
},
|
|
1907
3304
|
{
|
|
1908
3305
|
"name": "router-extras",
|
|
@@ -1913,16 +3310,19 @@
|
|
|
1913
3310
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1914
3311
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1915
3312
|
"learn_more": "",
|
|
1916
|
-
"category": "
|
|
3313
|
+
"category": "Extensions",
|
|
1917
3314
|
"type": "community",
|
|
1918
3315
|
"maintainers": [
|
|
1919
3316
|
{
|
|
1920
3317
|
"name": "Ahad Birang",
|
|
1921
3318
|
"github": "farnabaz",
|
|
1922
|
-
"twitter": "a_birang"
|
|
1923
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
3319
|
+
"twitter": "a_birang"
|
|
1924
3320
|
}
|
|
1925
|
-
]
|
|
3321
|
+
],
|
|
3322
|
+
"compatibility": {
|
|
3323
|
+
"nuxt": "^2.0.0",
|
|
3324
|
+
"requires": {}
|
|
3325
|
+
}
|
|
1926
3326
|
},
|
|
1927
3327
|
{
|
|
1928
3328
|
"name": "router",
|
|
@@ -1933,24 +3333,27 @@
|
|
|
1933
3333
|
"github": "https://github.com/nuxt-community/router-module",
|
|
1934
3334
|
"website": "https://github.com/nuxt-community/router-module",
|
|
1935
3335
|
"learn_more": "",
|
|
1936
|
-
"category": "
|
|
3336
|
+
"category": "Extensions",
|
|
1937
3337
|
"type": "community",
|
|
1938
3338
|
"maintainers": [
|
|
1939
3339
|
{
|
|
1940
3340
|
"name": "Sébastien Chopin",
|
|
1941
3341
|
"github": "Atinux",
|
|
1942
|
-
"twitter": "Atinux"
|
|
1943
|
-
"avatar": "https://github.com/Atinux.png"
|
|
3342
|
+
"twitter": "Atinux"
|
|
1944
3343
|
}
|
|
1945
|
-
]
|
|
3344
|
+
],
|
|
3345
|
+
"compatibility": {
|
|
3346
|
+
"nuxt": "^2.0.0",
|
|
3347
|
+
"requires": {}
|
|
3348
|
+
}
|
|
1946
3349
|
},
|
|
1947
3350
|
{
|
|
1948
3351
|
"name": "sanity",
|
|
1949
|
-
"description": "Access text, images, and other media with Nuxt
|
|
1950
|
-
"repo": "nuxt-
|
|
3352
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3353
|
+
"repo": "nuxt-modules/sanity#main",
|
|
1951
3354
|
"npm": "@nuxtjs/sanity",
|
|
1952
|
-
"icon": "
|
|
1953
|
-
"github": "https://github.com/nuxt-
|
|
3355
|
+
"icon": "sanity.png",
|
|
3356
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
1954
3357
|
"website": "https://sanity.nuxtjs.org",
|
|
1955
3358
|
"learn_more": "https://www.sanity.io/",
|
|
1956
3359
|
"category": "CMS",
|
|
@@ -1959,10 +3362,39 @@
|
|
|
1959
3362
|
{
|
|
1960
3363
|
"name": "Daniel Roe",
|
|
1961
3364
|
"github": "danielroe",
|
|
1962
|
-
"twitter": "danielcroe"
|
|
1963
|
-
"avatar": "https://github.com/danielroe.png"
|
|
3365
|
+
"twitter": "danielcroe"
|
|
1964
3366
|
}
|
|
1965
|
-
]
|
|
3367
|
+
],
|
|
3368
|
+
"compatibility": {
|
|
3369
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3370
|
+
"requires": {
|
|
3371
|
+
"bridge": "optional"
|
|
3372
|
+
}
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"name": "schema-org",
|
|
3377
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3378
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3379
|
+
"npm": "nuxt-schema-org",
|
|
3380
|
+
"icon": "schema-org.svg",
|
|
3381
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3382
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3383
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3384
|
+
"category": "SEO",
|
|
3385
|
+
"type": "3rd-party",
|
|
3386
|
+
"maintainers": [
|
|
3387
|
+
{
|
|
3388
|
+
"name": "Harlan Wilton",
|
|
3389
|
+
"github": "harlan-zw",
|
|
3390
|
+
"twitter": "harlan_zw",
|
|
3391
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3392
|
+
}
|
|
3393
|
+
],
|
|
3394
|
+
"compatibility": {
|
|
3395
|
+
"nuxt": "^3.0.0",
|
|
3396
|
+
"requires": {}
|
|
3397
|
+
}
|
|
1966
3398
|
},
|
|
1967
3399
|
{
|
|
1968
3400
|
"name": "scss-to-js",
|
|
@@ -1978,10 +3410,13 @@
|
|
|
1978
3410
|
"maintainers": [
|
|
1979
3411
|
{
|
|
1980
3412
|
"name": "sugoidesune",
|
|
1981
|
-
"github": "sugoidesune"
|
|
1982
|
-
"avatar": "https://github.com/sugoidesune.png"
|
|
3413
|
+
"github": "sugoidesune"
|
|
1983
3414
|
}
|
|
1984
|
-
]
|
|
3415
|
+
],
|
|
3416
|
+
"compatibility": {
|
|
3417
|
+
"nuxt": "^2.0.0",
|
|
3418
|
+
"requires": {}
|
|
3419
|
+
}
|
|
1985
3420
|
},
|
|
1986
3421
|
{
|
|
1987
3422
|
"name": "segment",
|
|
@@ -1997,10 +3432,13 @@
|
|
|
1997
3432
|
"maintainers": [
|
|
1998
3433
|
{
|
|
1999
3434
|
"name": "dansmaculotte",
|
|
2000
|
-
"github": "dansmaculotte"
|
|
2001
|
-
"avatar": "https://github.com/dansmaculotte.png"
|
|
3435
|
+
"github": "dansmaculotte"
|
|
2002
3436
|
}
|
|
2003
|
-
]
|
|
3437
|
+
],
|
|
3438
|
+
"compatibility": {
|
|
3439
|
+
"nuxt": "^2.0.0",
|
|
3440
|
+
"requires": {}
|
|
3441
|
+
}
|
|
2004
3442
|
},
|
|
2005
3443
|
{
|
|
2006
3444
|
"name": "sentry",
|
|
@@ -2009,17 +3447,43 @@
|
|
|
2009
3447
|
"npm": "@nuxtjs/sentry",
|
|
2010
3448
|
"icon": "sentry.png",
|
|
2011
3449
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2012
|
-
"website": "https://
|
|
3450
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2013
3451
|
"learn_more": "https://sentry.io/welcome/",
|
|
2014
3452
|
"category": "Monitoring",
|
|
2015
3453
|
"type": "community",
|
|
2016
3454
|
"maintainers": [
|
|
2017
3455
|
{
|
|
2018
3456
|
"name": "Rafał Chłodnicki",
|
|
2019
|
-
"github": "rchl"
|
|
2020
|
-
|
|
3457
|
+
"github": "rchl"
|
|
3458
|
+
}
|
|
3459
|
+
],
|
|
3460
|
+
"compatibility": {
|
|
3461
|
+
"nuxt": "^2.0.0",
|
|
3462
|
+
"requires": {}
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "seo-meta",
|
|
3467
|
+
"description": "Simple generate seo metadata",
|
|
3468
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3469
|
+
"npm": "nuxt-seo-meta",
|
|
3470
|
+
"icon": "",
|
|
3471
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3472
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3473
|
+
"learn_more": "",
|
|
3474
|
+
"category": "SEO",
|
|
3475
|
+
"type": "3rd-party",
|
|
3476
|
+
"maintainers": [
|
|
3477
|
+
{
|
|
3478
|
+
"name": "ihavecoke",
|
|
3479
|
+
"github": "ihavecoke",
|
|
3480
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2021
3481
|
}
|
|
2022
|
-
]
|
|
3482
|
+
],
|
|
3483
|
+
"compatibility": {
|
|
3484
|
+
"nuxt": "^2.0.0",
|
|
3485
|
+
"requires": {}
|
|
3486
|
+
}
|
|
2023
3487
|
},
|
|
2024
3488
|
{
|
|
2025
3489
|
"name": "seomatic-meta",
|
|
@@ -2035,10 +3499,13 @@
|
|
|
2035
3499
|
"maintainers": [
|
|
2036
3500
|
{
|
|
2037
3501
|
"name": "ben-rogerson",
|
|
2038
|
-
"github": "ben-rogerson"
|
|
2039
|
-
"avatar": "https://github.com/ben-rogerson.png"
|
|
3502
|
+
"github": "ben-rogerson"
|
|
2040
3503
|
}
|
|
2041
|
-
]
|
|
3504
|
+
],
|
|
3505
|
+
"compatibility": {
|
|
3506
|
+
"nuxt": "^2.0.0",
|
|
3507
|
+
"requires": {}
|
|
3508
|
+
}
|
|
2042
3509
|
},
|
|
2043
3510
|
{
|
|
2044
3511
|
"name": "separate-env",
|
|
@@ -2049,16 +3516,19 @@
|
|
|
2049
3516
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2050
3517
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2051
3518
|
"learn_more": "",
|
|
2052
|
-
"category": "
|
|
3519
|
+
"category": "Extensions",
|
|
2053
3520
|
"type": "community",
|
|
2054
3521
|
"maintainers": [
|
|
2055
3522
|
{
|
|
2056
3523
|
"name": "Alexander Lichter",
|
|
2057
3524
|
"github": "manniL",
|
|
2058
|
-
"twitter": "TheAlexLichter"
|
|
2059
|
-
"avatar": "https://github.com/manniL.png"
|
|
3525
|
+
"twitter": "TheAlexLichter"
|
|
2060
3526
|
}
|
|
2061
|
-
]
|
|
3527
|
+
],
|
|
3528
|
+
"compatibility": {
|
|
3529
|
+
"nuxt": "^2.0.0",
|
|
3530
|
+
"requires": {}
|
|
3531
|
+
}
|
|
2062
3532
|
},
|
|
2063
3533
|
{
|
|
2064
3534
|
"name": "shopify",
|
|
@@ -2074,10 +3544,13 @@
|
|
|
2074
3544
|
"maintainers": [
|
|
2075
3545
|
{
|
|
2076
3546
|
"name": "Gomah",
|
|
2077
|
-
"github": "Gomah"
|
|
2078
|
-
"avatar": "https://github.com/Gomah.png"
|
|
3547
|
+
"github": "Gomah"
|
|
2079
3548
|
}
|
|
2080
|
-
]
|
|
3549
|
+
],
|
|
3550
|
+
"compatibility": {
|
|
3551
|
+
"nuxt": "^2.0.0",
|
|
3552
|
+
"requires": {}
|
|
3553
|
+
}
|
|
2081
3554
|
},
|
|
2082
3555
|
{
|
|
2083
3556
|
"name": "simple-line-icons",
|
|
@@ -2093,10 +3566,13 @@
|
|
|
2093
3566
|
"maintainers": [
|
|
2094
3567
|
{
|
|
2095
3568
|
"name": "vaso2",
|
|
2096
|
-
"github": "vaso2"
|
|
2097
|
-
"avatar": "https://github.com/vaso2.png"
|
|
3569
|
+
"github": "vaso2"
|
|
2098
3570
|
}
|
|
2099
|
-
]
|
|
3571
|
+
],
|
|
3572
|
+
"compatibility": {
|
|
3573
|
+
"nuxt": "^2.0.0",
|
|
3574
|
+
"requires": {}
|
|
3575
|
+
}
|
|
2100
3576
|
},
|
|
2101
3577
|
{
|
|
2102
3578
|
"name": "sitemap",
|
|
@@ -2105,7 +3581,7 @@
|
|
|
2105
3581
|
"npm": "@nuxtjs/sitemap",
|
|
2106
3582
|
"icon": "",
|
|
2107
3583
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2108
|
-
"website": "https://
|
|
3584
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2109
3585
|
"learn_more": "",
|
|
2110
3586
|
"category": "SEO",
|
|
2111
3587
|
"type": "community",
|
|
@@ -2113,10 +3589,36 @@
|
|
|
2113
3589
|
{
|
|
2114
3590
|
"name": "Nicolas PENNEC",
|
|
2115
3591
|
"github": "NicoPennec",
|
|
2116
|
-
"twitter": "NicoPennec"
|
|
2117
|
-
|
|
3592
|
+
"twitter": "NicoPennec"
|
|
3593
|
+
}
|
|
3594
|
+
],
|
|
3595
|
+
"compatibility": {
|
|
3596
|
+
"nuxt": "^2.0.0",
|
|
3597
|
+
"requires": {}
|
|
3598
|
+
}
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"name": "snipcart",
|
|
3602
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3603
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3604
|
+
"npm": "@nuxtjs/snipcart",
|
|
3605
|
+
"icon": "snipcart.png",
|
|
3606
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3607
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3608
|
+
"learn_more": "",
|
|
3609
|
+
"category": "Payment",
|
|
3610
|
+
"type": "community",
|
|
3611
|
+
"maintainers": [
|
|
3612
|
+
{
|
|
3613
|
+
"name": "Florent GIRAUD",
|
|
3614
|
+
"github": "f3ltron",
|
|
3615
|
+
"twitter": "giraud_florent"
|
|
2118
3616
|
}
|
|
2119
|
-
]
|
|
3617
|
+
],
|
|
3618
|
+
"compatibility": {
|
|
3619
|
+
"nuxt": "^2.0.0",
|
|
3620
|
+
"requires": {}
|
|
3621
|
+
}
|
|
2120
3622
|
},
|
|
2121
3623
|
{
|
|
2122
3624
|
"name": "social-meta",
|
|
@@ -2132,10 +3634,13 @@
|
|
|
2132
3634
|
"maintainers": [
|
|
2133
3635
|
{
|
|
2134
3636
|
"name": "AlekseyPleshkov",
|
|
2135
|
-
"github": "AlekseyPleshkov"
|
|
2136
|
-
"avatar": "https://github.com/AlekseyPleshkov.png"
|
|
3637
|
+
"github": "AlekseyPleshkov"
|
|
2137
3638
|
}
|
|
2138
|
-
]
|
|
3639
|
+
],
|
|
3640
|
+
"compatibility": {
|
|
3641
|
+
"nuxt": "^2.0.0",
|
|
3642
|
+
"requires": {}
|
|
3643
|
+
}
|
|
2139
3644
|
},
|
|
2140
3645
|
{
|
|
2141
3646
|
"name": "socket-io",
|
|
@@ -2151,10 +3656,13 @@
|
|
|
2151
3656
|
"maintainers": [
|
|
2152
3657
|
{
|
|
2153
3658
|
"name": "richardeschloss",
|
|
2154
|
-
"github": "richardeschloss"
|
|
2155
|
-
"avatar": "https://github.com/richardeschloss.png"
|
|
3659
|
+
"github": "richardeschloss"
|
|
2156
3660
|
}
|
|
2157
|
-
]
|
|
3661
|
+
],
|
|
3662
|
+
"compatibility": {
|
|
3663
|
+
"nuxt": "^2.0.0",
|
|
3664
|
+
"requires": {}
|
|
3665
|
+
}
|
|
2158
3666
|
},
|
|
2159
3667
|
{
|
|
2160
3668
|
"name": "speedcurve",
|
|
@@ -2171,10 +3679,46 @@
|
|
|
2171
3679
|
{
|
|
2172
3680
|
"name": "Josh Deltener",
|
|
2173
3681
|
"github": "hecktarzuli",
|
|
2174
|
-
"twitter": "JoshDeltener"
|
|
2175
|
-
|
|
3682
|
+
"twitter": "JoshDeltener"
|
|
3683
|
+
}
|
|
3684
|
+
],
|
|
3685
|
+
"compatibility": {
|
|
3686
|
+
"nuxt": "^2.0.0",
|
|
3687
|
+
"requires": {}
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "speedkit",
|
|
3692
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3693
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3694
|
+
"npm": "nuxt-speedkit",
|
|
3695
|
+
"icon": "speedkit.png",
|
|
3696
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3697
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3698
|
+
"learn_more": "",
|
|
3699
|
+
"category": "Performance",
|
|
3700
|
+
"type": "3rd-party",
|
|
3701
|
+
"maintainers": [
|
|
3702
|
+
{
|
|
3703
|
+
"name": "Stephan Gerbeth",
|
|
3704
|
+
"github": "StephanGerbeth",
|
|
3705
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"name": "Thorn Walli",
|
|
3709
|
+
"github": "ThornWalli",
|
|
3710
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "Grabarz & Partner",
|
|
3714
|
+
"github": "GrabarzUndPartner",
|
|
3715
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2176
3716
|
}
|
|
2177
|
-
]
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": "^2.0.0",
|
|
3720
|
+
"requires": {}
|
|
3721
|
+
}
|
|
2178
3722
|
},
|
|
2179
3723
|
{
|
|
2180
3724
|
"name": "storage",
|
|
@@ -2185,15 +3729,40 @@
|
|
|
2185
3729
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2186
3730
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2187
3731
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2188
|
-
"category": "
|
|
3732
|
+
"category": "Extensions",
|
|
2189
3733
|
"type": "3rd-party",
|
|
2190
3734
|
"maintainers": [
|
|
2191
3735
|
{
|
|
2192
3736
|
"name": "mazipan",
|
|
2193
|
-
"github": "mazipan"
|
|
2194
|
-
|
|
3737
|
+
"github": "mazipan"
|
|
3738
|
+
}
|
|
3739
|
+
],
|
|
3740
|
+
"compatibility": {
|
|
3741
|
+
"nuxt": "^2.0.0",
|
|
3742
|
+
"requires": {}
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"name": "storefront-ui",
|
|
3747
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3748
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3749
|
+
"npm": "@storefront-ui/nuxt",
|
|
3750
|
+
"icon": "storefront-ui.svg",
|
|
3751
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3752
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3753
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3754
|
+
"category": "UI",
|
|
3755
|
+
"type": "3rd-party",
|
|
3756
|
+
"maintainers": [
|
|
3757
|
+
{
|
|
3758
|
+
"name": "Jakub Andrzejewski",
|
|
3759
|
+
"github": "Baroshem"
|
|
2195
3760
|
}
|
|
2196
|
-
]
|
|
3761
|
+
],
|
|
3762
|
+
"compatibility": {
|
|
3763
|
+
"nuxt": "^2.0.0",
|
|
3764
|
+
"requires": {}
|
|
3765
|
+
}
|
|
2197
3766
|
},
|
|
2198
3767
|
{
|
|
2199
3768
|
"name": "stories",
|
|
@@ -2209,16 +3778,19 @@
|
|
|
2209
3778
|
"maintainers": [
|
|
2210
3779
|
{
|
|
2211
3780
|
"name": "richardeschloss",
|
|
2212
|
-
"github": "richardeschloss"
|
|
2213
|
-
"avatar": "https://github.com/richardeschloss.png"
|
|
3781
|
+
"github": "richardeschloss"
|
|
2214
3782
|
}
|
|
2215
|
-
]
|
|
3783
|
+
],
|
|
3784
|
+
"compatibility": {
|
|
3785
|
+
"nuxt": "^2.0.0",
|
|
3786
|
+
"requires": {}
|
|
3787
|
+
}
|
|
2216
3788
|
},
|
|
2217
3789
|
{
|
|
2218
3790
|
"name": "storyblok",
|
|
2219
3791
|
"description": "Storyblok Nuxt.js module",
|
|
2220
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2221
|
-
"npm": "storyblok
|
|
3792
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3793
|
+
"npm": "@storyblok/nuxt",
|
|
2222
3794
|
"icon": "storyblok.png",
|
|
2223
3795
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2224
3796
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2228,10 +3800,13 @@
|
|
|
2228
3800
|
"maintainers": [
|
|
2229
3801
|
{
|
|
2230
3802
|
"name": "storyblok",
|
|
2231
|
-
"github": "storyblok"
|
|
2232
|
-
"avatar": "https://github.com/storyblok.png"
|
|
3803
|
+
"github": "storyblok"
|
|
2233
3804
|
}
|
|
2234
|
-
]
|
|
3805
|
+
],
|
|
3806
|
+
"compatibility": {
|
|
3807
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3808
|
+
"requires": {}
|
|
3809
|
+
}
|
|
2235
3810
|
},
|
|
2236
3811
|
{
|
|
2237
3812
|
"name": "storybook",
|
|
@@ -2248,16 +3823,20 @@
|
|
|
2248
3823
|
{
|
|
2249
3824
|
"name": "Ahad Birang",
|
|
2250
3825
|
"github": "farnabaz",
|
|
2251
|
-
"twitter": "a_birang"
|
|
2252
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
3826
|
+
"twitter": "a_birang"
|
|
2253
3827
|
},
|
|
2254
3828
|
{
|
|
2255
3829
|
"name": "Pooya Parsa",
|
|
2256
3830
|
"github": "pi0",
|
|
2257
|
-
"twitter": "_pi0_"
|
|
2258
|
-
"avatar": "https://github.com/pi0.png"
|
|
3831
|
+
"twitter": "_pi0_"
|
|
2259
3832
|
}
|
|
2260
|
-
]
|
|
3833
|
+
],
|
|
3834
|
+
"compatibility": {
|
|
3835
|
+
"nuxt": "^2.0.0",
|
|
3836
|
+
"requires": {
|
|
3837
|
+
"bridge": "optional"
|
|
3838
|
+
}
|
|
3839
|
+
}
|
|
2261
3840
|
},
|
|
2262
3841
|
{
|
|
2263
3842
|
"name": "strapi",
|
|
@@ -2274,16 +3853,20 @@
|
|
|
2274
3853
|
{
|
|
2275
3854
|
"name": "Benjamin Canac",
|
|
2276
3855
|
"github": "benjamincanac",
|
|
2277
|
-
"twitter": "benjamincanac"
|
|
2278
|
-
"avatar": "https://github.com/benjamincanac.png"
|
|
3856
|
+
"twitter": "benjamincanac"
|
|
2279
3857
|
},
|
|
2280
3858
|
{
|
|
2281
3859
|
"name": "Sébastien Chopin",
|
|
2282
3860
|
"github": "Atinux",
|
|
2283
|
-
"twitter": "Atinux"
|
|
2284
|
-
|
|
3861
|
+
"twitter": "Atinux"
|
|
3862
|
+
}
|
|
3863
|
+
],
|
|
3864
|
+
"compatibility": {
|
|
3865
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3866
|
+
"requires": {
|
|
3867
|
+
"bridge": true
|
|
2285
3868
|
}
|
|
2286
|
-
|
|
3869
|
+
}
|
|
2287
3870
|
},
|
|
2288
3871
|
{
|
|
2289
3872
|
"name": "stripe",
|
|
@@ -2299,10 +3882,13 @@
|
|
|
2299
3882
|
"maintainers": [
|
|
2300
3883
|
{
|
|
2301
3884
|
"name": "WilliamDASILVA",
|
|
2302
|
-
"github": "WilliamDASILVA"
|
|
2303
|
-
"avatar": "https://github.com/WilliamDASILVA.png"
|
|
3885
|
+
"github": "WilliamDASILVA"
|
|
2304
3886
|
}
|
|
2305
|
-
]
|
|
3887
|
+
],
|
|
3888
|
+
"compatibility": {
|
|
3889
|
+
"nuxt": "^2.0.0",
|
|
3890
|
+
"requires": {}
|
|
3891
|
+
}
|
|
2306
3892
|
},
|
|
2307
3893
|
{
|
|
2308
3894
|
"name": "style-resources",
|
|
@@ -2319,10 +3905,13 @@
|
|
|
2319
3905
|
{
|
|
2320
3906
|
"name": "Alexander Lichter",
|
|
2321
3907
|
"github": "manniL",
|
|
2322
|
-
"twitter": "TheAlexLichter"
|
|
2323
|
-
"avatar": "https://github.com/manniL.png"
|
|
3908
|
+
"twitter": "TheAlexLichter"
|
|
2324
3909
|
}
|
|
2325
|
-
]
|
|
3910
|
+
],
|
|
3911
|
+
"compatibility": {
|
|
3912
|
+
"nuxt": "^2.0.0",
|
|
3913
|
+
"requires": {}
|
|
3914
|
+
}
|
|
2326
3915
|
},
|
|
2327
3916
|
{
|
|
2328
3917
|
"name": "stylelint",
|
|
@@ -2338,10 +3927,69 @@
|
|
|
2338
3927
|
"maintainers": [
|
|
2339
3928
|
{
|
|
2340
3929
|
"name": "Ricardo Gobbo de Souza",
|
|
2341
|
-
"github": "ricardogobbosouza"
|
|
2342
|
-
|
|
3930
|
+
"github": "ricardogobbosouza"
|
|
3931
|
+
}
|
|
3932
|
+
],
|
|
3933
|
+
"compatibility": {
|
|
3934
|
+
"nuxt": "^2.0.0",
|
|
3935
|
+
"requires": {}
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "stylify",
|
|
3940
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3941
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3942
|
+
"npm": "@stylify/nuxt",
|
|
3943
|
+
"icon": "stylify.svg",
|
|
3944
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3945
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3946
|
+
"learn_more": "https://stylifycss.com",
|
|
3947
|
+
"category": "UI",
|
|
3948
|
+
"type": "3rd-party",
|
|
3949
|
+
"maintainers": [
|
|
3950
|
+
{
|
|
3951
|
+
"name": "Vladimír Macháček",
|
|
3952
|
+
"github": "Machy8",
|
|
3953
|
+
"twitter": "8machy"
|
|
3954
|
+
}
|
|
3955
|
+
],
|
|
3956
|
+
"compatibility": {
|
|
3957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3958
|
+
"requires": {}
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "supabase",
|
|
3963
|
+
"description": "First class integration with Supabase",
|
|
3964
|
+
"repo": "nuxt-community/supabase-module",
|
|
3965
|
+
"npm": "@nuxtjs/supabase",
|
|
3966
|
+
"icon": "supabase.png",
|
|
3967
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3968
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3969
|
+
"learn_more": "https://supabase.com",
|
|
3970
|
+
"category": "Database",
|
|
3971
|
+
"type": "community",
|
|
3972
|
+
"maintainers": [
|
|
3973
|
+
{
|
|
3974
|
+
"name": "Baptiste Leproux",
|
|
3975
|
+
"github": "larbish",
|
|
3976
|
+
"twitter": "baptistelprx"
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"name": "Sebastien Chopin",
|
|
3980
|
+
"github": "Atinux",
|
|
3981
|
+
"twitter": "Atinux"
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"name": "Scott Robertson",
|
|
3985
|
+
"github": "scottrobertson",
|
|
3986
|
+
"twitter": "scottymeuk"
|
|
2343
3987
|
}
|
|
2344
|
-
]
|
|
3988
|
+
],
|
|
3989
|
+
"compatibility": {
|
|
3990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3991
|
+
"requires": {}
|
|
3992
|
+
}
|
|
2345
3993
|
},
|
|
2346
3994
|
{
|
|
2347
3995
|
"name": "svg-loader",
|
|
@@ -2352,15 +4000,18 @@
|
|
|
2352
4000
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2353
4001
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2354
4002
|
"learn_more": "",
|
|
2355
|
-
"category": "
|
|
4003
|
+
"category": "Extensions",
|
|
2356
4004
|
"type": "3rd-party",
|
|
2357
4005
|
"maintainers": [
|
|
2358
4006
|
{
|
|
2359
4007
|
"name": "Developmint",
|
|
2360
|
-
"github": "Developmint"
|
|
2361
|
-
"avatar": "https://github.com/Developmint.png"
|
|
4008
|
+
"github": "Developmint"
|
|
2362
4009
|
}
|
|
2363
|
-
]
|
|
4010
|
+
],
|
|
4011
|
+
"compatibility": {
|
|
4012
|
+
"nuxt": "^2.0.0",
|
|
4013
|
+
"requires": {}
|
|
4014
|
+
}
|
|
2364
4015
|
},
|
|
2365
4016
|
{
|
|
2366
4017
|
"name": "svg-sprite",
|
|
@@ -2371,16 +4022,19 @@
|
|
|
2371
4022
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2372
4023
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2373
4024
|
"learn_more": "",
|
|
2374
|
-
"category": "
|
|
4025
|
+
"category": "UI",
|
|
2375
4026
|
"type": "community",
|
|
2376
4027
|
"maintainers": [
|
|
2377
4028
|
{
|
|
2378
4029
|
"name": "Ahad Birang",
|
|
2379
4030
|
"github": "farnabaz",
|
|
2380
|
-
"twitter": "a_birang"
|
|
2381
|
-
"avatar": "https://github.com/farnabaz.png"
|
|
4031
|
+
"twitter": "a_birang"
|
|
2382
4032
|
}
|
|
2383
|
-
]
|
|
4033
|
+
],
|
|
4034
|
+
"compatibility": {
|
|
4035
|
+
"nuxt": "^2.0.0",
|
|
4036
|
+
"requires": {}
|
|
4037
|
+
}
|
|
2384
4038
|
},
|
|
2385
4039
|
{
|
|
2386
4040
|
"name": "svg",
|
|
@@ -2391,15 +4045,18 @@
|
|
|
2391
4045
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2392
4046
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2393
4047
|
"learn_more": "",
|
|
2394
|
-
"category": "
|
|
4048
|
+
"category": "Extensions",
|
|
2395
4049
|
"type": "community",
|
|
2396
4050
|
"maintainers": [
|
|
2397
4051
|
{
|
|
2398
4052
|
"name": "Sam Holmes",
|
|
2399
|
-
"github": "sam3d"
|
|
2400
|
-
"avatar": "https://github.com/sam3d.png"
|
|
4053
|
+
"github": "sam3d"
|
|
2401
4054
|
}
|
|
2402
|
-
]
|
|
4055
|
+
],
|
|
4056
|
+
"compatibility": {
|
|
4057
|
+
"nuxt": "^2.0.0",
|
|
4058
|
+
"requires": {}
|
|
4059
|
+
}
|
|
2403
4060
|
},
|
|
2404
4061
|
{
|
|
2405
4062
|
"name": "sweetalert2",
|
|
@@ -2415,10 +4072,13 @@
|
|
|
2415
4072
|
"maintainers": [
|
|
2416
4073
|
{
|
|
2417
4074
|
"name": "ImreC",
|
|
2418
|
-
"github": "ImreC"
|
|
2419
|
-
"avatar": "https://github.com/ImreC.png"
|
|
4075
|
+
"github": "ImreC"
|
|
2420
4076
|
}
|
|
2421
|
-
]
|
|
4077
|
+
],
|
|
4078
|
+
"compatibility": {
|
|
4079
|
+
"nuxt": "^2.0.0",
|
|
4080
|
+
"requires": {}
|
|
4081
|
+
}
|
|
2422
4082
|
},
|
|
2423
4083
|
{
|
|
2424
4084
|
"name": "tailwindcss",
|
|
@@ -2435,10 +4095,36 @@
|
|
|
2435
4095
|
{
|
|
2436
4096
|
"name": "Sébastien Chopin",
|
|
2437
4097
|
"github": "Atinux",
|
|
2438
|
-
"twitter": "Atinux"
|
|
2439
|
-
|
|
4098
|
+
"twitter": "Atinux"
|
|
4099
|
+
}
|
|
4100
|
+
],
|
|
4101
|
+
"compatibility": {
|
|
4102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4103
|
+
"requires": {}
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"name": "tiktok-analytics",
|
|
4108
|
+
"description": "",
|
|
4109
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4110
|
+
"npm": "tiktok-analytics",
|
|
4111
|
+
"icon": "",
|
|
4112
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4113
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4114
|
+
"learn_more": "",
|
|
4115
|
+
"category": "Analytics",
|
|
4116
|
+
"type": "3rd-party",
|
|
4117
|
+
"maintainers": [
|
|
4118
|
+
{
|
|
4119
|
+
"name": "stickpro",
|
|
4120
|
+
"github": "stickpro",
|
|
4121
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2440
4122
|
}
|
|
2441
|
-
]
|
|
4123
|
+
],
|
|
4124
|
+
"compatibility": {
|
|
4125
|
+
"nuxt": "^2.0.0",
|
|
4126
|
+
"requires": {}
|
|
4127
|
+
}
|
|
2442
4128
|
},
|
|
2443
4129
|
{
|
|
2444
4130
|
"name": "toast",
|
|
@@ -2446,8 +4132,8 @@
|
|
|
2446
4132
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2447
4133
|
"npm": "@nuxtjs/toast",
|
|
2448
4134
|
"icon": "",
|
|
2449
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2450
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4135
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4136
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2451
4137
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2452
4138
|
"category": "Libraries",
|
|
2453
4139
|
"type": "community",
|
|
@@ -2455,10 +4141,95 @@
|
|
|
2455
4141
|
{
|
|
2456
4142
|
"name": "Pooya Parsa",
|
|
2457
4143
|
"github": "pi0",
|
|
2458
|
-
"twitter": "_pi0_"
|
|
2459
|
-
|
|
4144
|
+
"twitter": "_pi0_"
|
|
4145
|
+
}
|
|
4146
|
+
],
|
|
4147
|
+
"compatibility": {
|
|
4148
|
+
"nuxt": "^2.0.0",
|
|
4149
|
+
"requires": {}
|
|
4150
|
+
}
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "turnstile",
|
|
4154
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4155
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4156
|
+
"npm": "nuxt-turnstile",
|
|
4157
|
+
"icon": "cloudflare.svg",
|
|
4158
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4159
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4160
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4161
|
+
"category": "Security",
|
|
4162
|
+
"type": "3rd-party",
|
|
4163
|
+
"maintainers": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "Daniel Roe",
|
|
4166
|
+
"github": "danielroe",
|
|
4167
|
+
"twitter": "danielcroe"
|
|
4168
|
+
}
|
|
4169
|
+
],
|
|
4170
|
+
"compatibility": {
|
|
4171
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4172
|
+
"requires": {
|
|
4173
|
+
"bridge": true
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "twa",
|
|
4179
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4180
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4181
|
+
"npm": "nuxt-twa",
|
|
4182
|
+
"icon": "",
|
|
4183
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4184
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4185
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4186
|
+
"category": "Performance",
|
|
4187
|
+
"type": "3rd-party",
|
|
4188
|
+
"maintainers": [
|
|
4189
|
+
{
|
|
4190
|
+
"name": "Nicolas Perraut",
|
|
4191
|
+
"github": "tuarrep"
|
|
4192
|
+
}
|
|
4193
|
+
],
|
|
4194
|
+
"compatibility": {
|
|
4195
|
+
"nuxt": "^2.0.0",
|
|
4196
|
+
"requires": {
|
|
4197
|
+
"bridge": "optional"
|
|
4198
|
+
}
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "twicpics",
|
|
4203
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4204
|
+
"repo": "TwicPics/components",
|
|
4205
|
+
"npm": "@twicpics/components",
|
|
4206
|
+
"icon": "twicpics.svg",
|
|
4207
|
+
"github": "https://github.com/TwicPics/components",
|
|
4208
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4209
|
+
"learn_more": "https://www.twicpics.com",
|
|
4210
|
+
"category": "Images",
|
|
4211
|
+
"type": "3rd-party",
|
|
4212
|
+
"maintainers": [
|
|
4213
|
+
{
|
|
4214
|
+
"name": "Florent Bourgeois",
|
|
4215
|
+
"github": "florentb",
|
|
4216
|
+
"twitter": "florent_b"
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "Julian Aubourg",
|
|
4220
|
+
"github": "jaubourg",
|
|
4221
|
+
"twitter": "jaubourg"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "Miguel Beignon",
|
|
4225
|
+
"github": "mbgspcii",
|
|
4226
|
+
"twitter": "m_beignon"
|
|
2460
4227
|
}
|
|
2461
|
-
]
|
|
4228
|
+
],
|
|
4229
|
+
"compatibility": {
|
|
4230
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4231
|
+
"requires": {}
|
|
4232
|
+
}
|
|
2462
4233
|
},
|
|
2463
4234
|
{
|
|
2464
4235
|
"name": "typed-router",
|
|
@@ -2474,10 +4245,38 @@
|
|
|
2474
4245
|
"maintainers": [
|
|
2475
4246
|
{
|
|
2476
4247
|
"name": "victorgarciaesgi",
|
|
2477
|
-
"github": "victorgarciaesgi"
|
|
2478
|
-
|
|
4248
|
+
"github": "victorgarciaesgi"
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"compatibility": {
|
|
4252
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4253
|
+
"requires": {}
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "typed-vuex",
|
|
4258
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4259
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4260
|
+
"npm": "nuxt-typed-vuex",
|
|
4261
|
+
"icon": "vue.png",
|
|
4262
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4263
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4264
|
+
"learn_more": "",
|
|
4265
|
+
"category": "Libraries",
|
|
4266
|
+
"type": "3rd-party",
|
|
4267
|
+
"maintainers": [
|
|
4268
|
+
{
|
|
4269
|
+
"name": "Daniel Roe",
|
|
4270
|
+
"github": "danielroe",
|
|
4271
|
+
"twitter": "danielcroe"
|
|
2479
4272
|
}
|
|
2480
|
-
]
|
|
4273
|
+
],
|
|
4274
|
+
"compatibility": {
|
|
4275
|
+
"nuxt": "^2.0.0",
|
|
4276
|
+
"requires": {
|
|
4277
|
+
"bridge": "optional"
|
|
4278
|
+
}
|
|
4279
|
+
}
|
|
2481
4280
|
},
|
|
2482
4281
|
{
|
|
2483
4282
|
"name": "typescript-runtime",
|
|
@@ -2493,22 +4292,23 @@
|
|
|
2493
4292
|
"maintainers": [
|
|
2494
4293
|
{
|
|
2495
4294
|
"name": "Kevin Marrec",
|
|
2496
|
-
"github": "kevinmarrec"
|
|
2497
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4295
|
+
"github": "kevinmarrec"
|
|
2498
4296
|
},
|
|
2499
4297
|
{
|
|
2500
4298
|
"name": "Pooya Parsa",
|
|
2501
4299
|
"github": "pi0",
|
|
2502
|
-
"twitter": "_pi0_"
|
|
2503
|
-
"avatar": "https://github.com/pi0.png"
|
|
4300
|
+
"twitter": "_pi0_"
|
|
2504
4301
|
},
|
|
2505
4302
|
{
|
|
2506
4303
|
"name": "Daniel Roe",
|
|
2507
4304
|
"github": "danielroe",
|
|
2508
|
-
"twitter": "danielcroe"
|
|
2509
|
-
"avatar": "https://github.com/danielroe.png"
|
|
4305
|
+
"twitter": "danielcroe"
|
|
2510
4306
|
}
|
|
2511
|
-
]
|
|
4307
|
+
],
|
|
4308
|
+
"compatibility": {
|
|
4309
|
+
"nuxt": "^2.0.0",
|
|
4310
|
+
"requires": {}
|
|
4311
|
+
}
|
|
2512
4312
|
},
|
|
2513
4313
|
{
|
|
2514
4314
|
"name": "typescript",
|
|
@@ -2524,22 +4324,47 @@
|
|
|
2524
4324
|
"maintainers": [
|
|
2525
4325
|
{
|
|
2526
4326
|
"name": "Kevin Marrec",
|
|
2527
|
-
"github": "kevinmarrec"
|
|
2528
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4327
|
+
"github": "kevinmarrec"
|
|
2529
4328
|
},
|
|
2530
4329
|
{
|
|
2531
4330
|
"name": "Pooya Parsa",
|
|
2532
4331
|
"github": "pi0",
|
|
2533
|
-
"twitter": "_pi0_"
|
|
2534
|
-
"avatar": "https://github.com/pi0.png"
|
|
4332
|
+
"twitter": "_pi0_"
|
|
2535
4333
|
},
|
|
2536
4334
|
{
|
|
2537
4335
|
"name": "Daniel Roe",
|
|
2538
4336
|
"github": "danielroe",
|
|
2539
|
-
"twitter": "danielcroe"
|
|
2540
|
-
|
|
4337
|
+
"twitter": "danielcroe"
|
|
4338
|
+
}
|
|
4339
|
+
],
|
|
4340
|
+
"compatibility": {
|
|
4341
|
+
"nuxt": "^2.0.0",
|
|
4342
|
+
"requires": {}
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
"name": "umami",
|
|
4347
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4348
|
+
"repo": "ijkml/nuxt-umami",
|
|
4349
|
+
"npm": "nuxt-umami",
|
|
4350
|
+
"icon": "umami.svg",
|
|
4351
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4352
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4353
|
+
"learn_more": "https://umami.is/docs/",
|
|
4354
|
+
"category": "Analytics",
|
|
4355
|
+
"type": "3rd-party",
|
|
4356
|
+
"maintainers": [
|
|
4357
|
+
{
|
|
4358
|
+
"name": "ML",
|
|
4359
|
+
"github": "ijkml"
|
|
4360
|
+
}
|
|
4361
|
+
],
|
|
4362
|
+
"compatibility": {
|
|
4363
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4364
|
+
"requires": {
|
|
4365
|
+
"bridge": "optional"
|
|
2541
4366
|
}
|
|
2542
|
-
|
|
4367
|
+
}
|
|
2543
4368
|
},
|
|
2544
4369
|
{
|
|
2545
4370
|
"name": "universal-storage",
|
|
@@ -2550,22 +4375,76 @@
|
|
|
2550
4375
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2551
4376
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2552
4377
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2553
|
-
"category": "
|
|
4378
|
+
"category": "Extensions",
|
|
2554
4379
|
"type": "community",
|
|
2555
4380
|
"maintainers": [
|
|
2556
4381
|
{
|
|
2557
4382
|
"name": "Pooya Parsa",
|
|
2558
4383
|
"github": "pi0",
|
|
2559
|
-
"twitter": "_pi0_"
|
|
2560
|
-
"avatar": "https://github.com/pi0.png"
|
|
4384
|
+
"twitter": "_pi0_"
|
|
2561
4385
|
},
|
|
2562
4386
|
{
|
|
2563
4387
|
"name": "Farzad Soltani",
|
|
2564
4388
|
"github": "farzadso",
|
|
2565
|
-
"twitter": "farzadso"
|
|
2566
|
-
|
|
4389
|
+
"twitter": "farzadso"
|
|
4390
|
+
}
|
|
4391
|
+
],
|
|
4392
|
+
"compatibility": {
|
|
4393
|
+
"nuxt": "^2.0.0",
|
|
4394
|
+
"requires": {}
|
|
4395
|
+
}
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "unlighthouse",
|
|
4399
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4400
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4401
|
+
"npm": "@unlighthouse/nuxt",
|
|
4402
|
+
"icon": "unlighthouse.svg",
|
|
4403
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4404
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4405
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4406
|
+
"category": "Devtools",
|
|
4407
|
+
"type": "3rd-party",
|
|
4408
|
+
"maintainers": [
|
|
4409
|
+
{
|
|
4410
|
+
"name": "Harlan Wilton",
|
|
4411
|
+
"github": "harlan-zw",
|
|
4412
|
+
"twitter": "harlan_zw",
|
|
4413
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4414
|
+
}
|
|
4415
|
+
],
|
|
4416
|
+
"compatibility": {
|
|
4417
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4418
|
+
"requires": {
|
|
4419
|
+
"bridge": "optional"
|
|
4420
|
+
}
|
|
4421
|
+
}
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"name": "unocss",
|
|
4425
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4426
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4427
|
+
"npm": "@unocss/nuxt",
|
|
4428
|
+
"icon": "unocss.svg",
|
|
4429
|
+
"github": "https://github.com/antfu/unocss",
|
|
4430
|
+
"website": "https://github.com/antfu/unocss",
|
|
4431
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4432
|
+
"category": "UI",
|
|
4433
|
+
"type": "3rd-party",
|
|
4434
|
+
"maintainers": [
|
|
4435
|
+
{
|
|
4436
|
+
"name": "Anthony Fu",
|
|
4437
|
+
"github": "antfu",
|
|
4438
|
+
"twitter": "antfu7",
|
|
4439
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4440
|
+
}
|
|
4441
|
+
],
|
|
4442
|
+
"compatibility": {
|
|
4443
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4444
|
+
"requires": {
|
|
4445
|
+
"bridge": "optional"
|
|
2567
4446
|
}
|
|
2568
|
-
|
|
4447
|
+
}
|
|
2569
4448
|
},
|
|
2570
4449
|
{
|
|
2571
4450
|
"name": "user-agent",
|
|
@@ -2576,15 +4455,18 @@
|
|
|
2576
4455
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2577
4456
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2578
4457
|
"learn_more": "",
|
|
2579
|
-
"category": "
|
|
4458
|
+
"category": "Extensions",
|
|
2580
4459
|
"type": "3rd-party",
|
|
2581
4460
|
"maintainers": [
|
|
2582
4461
|
{
|
|
2583
4462
|
"name": "fukuiretu",
|
|
2584
|
-
"github": "fukuiretu"
|
|
2585
|
-
"avatar": "https://github.com/fukuiretu.png"
|
|
4463
|
+
"github": "fukuiretu"
|
|
2586
4464
|
}
|
|
2587
|
-
]
|
|
4465
|
+
],
|
|
4466
|
+
"compatibility": {
|
|
4467
|
+
"nuxt": "^2.0.0",
|
|
4468
|
+
"requires": {}
|
|
4469
|
+
}
|
|
2588
4470
|
},
|
|
2589
4471
|
{
|
|
2590
4472
|
"name": "validate",
|
|
@@ -2600,10 +4482,13 @@
|
|
|
2600
4482
|
"maintainers": [
|
|
2601
4483
|
{
|
|
2602
4484
|
"name": "lewyuburi",
|
|
2603
|
-
"github": "lewyuburi"
|
|
2604
|
-
"avatar": "https://github.com/lewyuburi.png"
|
|
4485
|
+
"github": "lewyuburi"
|
|
2605
4486
|
}
|
|
2606
|
-
]
|
|
4487
|
+
],
|
|
4488
|
+
"compatibility": {
|
|
4489
|
+
"nuxt": "^2.0.0",
|
|
4490
|
+
"requires": {}
|
|
4491
|
+
}
|
|
2607
4492
|
},
|
|
2608
4493
|
{
|
|
2609
4494
|
"name": "vendor",
|
|
@@ -2614,16 +4499,19 @@
|
|
|
2614
4499
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2615
4500
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2616
4501
|
"learn_more": "",
|
|
2617
|
-
"category": "
|
|
4502
|
+
"category": "Extensions",
|
|
2618
4503
|
"type": "community",
|
|
2619
4504
|
"maintainers": [
|
|
2620
4505
|
{
|
|
2621
4506
|
"name": "Pooya Parsa",
|
|
2622
4507
|
"github": "pi0",
|
|
2623
|
-
"twitter": "_pi0_"
|
|
2624
|
-
"avatar": "https://github.com/pi0.png"
|
|
4508
|
+
"twitter": "_pi0_"
|
|
2625
4509
|
}
|
|
2626
|
-
]
|
|
4510
|
+
],
|
|
4511
|
+
"compatibility": {
|
|
4512
|
+
"nuxt": "^2.0.0",
|
|
4513
|
+
"requires": {}
|
|
4514
|
+
}
|
|
2627
4515
|
},
|
|
2628
4516
|
{
|
|
2629
4517
|
"name": "vue-material",
|
|
@@ -2639,10 +4527,13 @@
|
|
|
2639
4527
|
"maintainers": [
|
|
2640
4528
|
{
|
|
2641
4529
|
"name": "vaso2",
|
|
2642
|
-
"github": "vaso2"
|
|
2643
|
-
"avatar": "https://github.com/vaso2.png"
|
|
4530
|
+
"github": "vaso2"
|
|
2644
4531
|
}
|
|
2645
|
-
]
|
|
4532
|
+
],
|
|
4533
|
+
"compatibility": {
|
|
4534
|
+
"nuxt": "^2.0.0",
|
|
4535
|
+
"requires": {}
|
|
4536
|
+
}
|
|
2646
4537
|
},
|
|
2647
4538
|
{
|
|
2648
4539
|
"name": "vue-multiselect",
|
|
@@ -2658,10 +4549,13 @@
|
|
|
2658
4549
|
"maintainers": [
|
|
2659
4550
|
{
|
|
2660
4551
|
"name": "spektrummedia",
|
|
2661
|
-
"github": "spektrummedia"
|
|
2662
|
-
"avatar": "https://github.com/spektrummedia.png"
|
|
4552
|
+
"github": "spektrummedia"
|
|
2663
4553
|
}
|
|
2664
|
-
]
|
|
4554
|
+
],
|
|
4555
|
+
"compatibility": {
|
|
4556
|
+
"nuxt": "^2.0.0",
|
|
4557
|
+
"requires": {}
|
|
4558
|
+
}
|
|
2665
4559
|
},
|
|
2666
4560
|
{
|
|
2667
4561
|
"name": "vue-select",
|
|
@@ -2677,29 +4571,58 @@
|
|
|
2677
4571
|
"maintainers": [
|
|
2678
4572
|
{
|
|
2679
4573
|
"name": "madmod",
|
|
2680
|
-
"github": "madmod"
|
|
2681
|
-
"avatar": "https://github.com/madmod.png"
|
|
4574
|
+
"github": "madmod"
|
|
2682
4575
|
}
|
|
2683
|
-
]
|
|
4576
|
+
],
|
|
4577
|
+
"compatibility": {
|
|
4578
|
+
"nuxt": "^2.0.0",
|
|
4579
|
+
"requires": {}
|
|
4580
|
+
}
|
|
2684
4581
|
},
|
|
2685
4582
|
{
|
|
2686
4583
|
"name": "vue-warehouse",
|
|
2687
4584
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
2688
|
-
"repo": "
|
|
4585
|
+
"repo": "juliomrqz/vue-warehouse",
|
|
2689
4586
|
"npm": "vue-warehouse",
|
|
2690
4587
|
"icon": "",
|
|
2691
|
-
"github": "https://github.com/
|
|
4588
|
+
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
2692
4589
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
2693
4590
|
"learn_more": "",
|
|
2694
4591
|
"category": "Libraries",
|
|
2695
4592
|
"type": "3rd-party",
|
|
2696
4593
|
"maintainers": [
|
|
2697
4594
|
{
|
|
2698
|
-
"name": "
|
|
2699
|
-
"github": "
|
|
2700
|
-
"
|
|
4595
|
+
"name": "Julio Marquez",
|
|
4596
|
+
"github": "juliomrqz",
|
|
4597
|
+
"twitter": "juliomrqz"
|
|
4598
|
+
}
|
|
4599
|
+
],
|
|
4600
|
+
"compatibility": {
|
|
4601
|
+
"nuxt": "^2.0.0",
|
|
4602
|
+
"requires": {}
|
|
4603
|
+
}
|
|
4604
|
+
},
|
|
4605
|
+
{
|
|
4606
|
+
"name": "vuestic",
|
|
4607
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4608
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4609
|
+
"npm": "@vuestic/nuxt",
|
|
4610
|
+
"icon": "",
|
|
4611
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4612
|
+
"website": "https://vuestic.dev",
|
|
4613
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4614
|
+
"category": "UI",
|
|
4615
|
+
"type": "3rd-party",
|
|
4616
|
+
"maintainers": [
|
|
4617
|
+
{
|
|
4618
|
+
"name": "epicmaxco",
|
|
4619
|
+
"github": "epicmaxco"
|
|
2701
4620
|
}
|
|
2702
|
-
]
|
|
4621
|
+
],
|
|
4622
|
+
"compatibility": {
|
|
4623
|
+
"nuxt": "^3.0.0",
|
|
4624
|
+
"requires": {}
|
|
4625
|
+
}
|
|
2703
4626
|
},
|
|
2704
4627
|
{
|
|
2705
4628
|
"name": "vuetify",
|
|
@@ -2715,16 +4638,43 @@
|
|
|
2715
4638
|
"maintainers": [
|
|
2716
4639
|
{
|
|
2717
4640
|
"name": "Kevin Marrec",
|
|
2718
|
-
"github": "kevinmarrec"
|
|
2719
|
-
"avatar": "https://github.com/kevinmarrec.png"
|
|
4641
|
+
"github": "kevinmarrec"
|
|
2720
4642
|
},
|
|
2721
4643
|
{
|
|
2722
4644
|
"name": "Pooya Parsa",
|
|
2723
4645
|
"github": "pi0",
|
|
2724
|
-
"twitter": "_pi0_"
|
|
2725
|
-
|
|
4646
|
+
"twitter": "_pi0_"
|
|
4647
|
+
}
|
|
4648
|
+
],
|
|
4649
|
+
"compatibility": {
|
|
4650
|
+
"nuxt": "^2.0.0",
|
|
4651
|
+
"requires": {}
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"name": "vueuse",
|
|
4656
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4657
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4658
|
+
"npm": "@vueuse/nuxt",
|
|
4659
|
+
"icon": "vueuse.svg",
|
|
4660
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4661
|
+
"website": "https://vueuse.org",
|
|
4662
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4663
|
+
"category": "Libraries",
|
|
4664
|
+
"type": "3rd-party",
|
|
4665
|
+
"maintainers": [
|
|
4666
|
+
{
|
|
4667
|
+
"name": "Anthony Fu",
|
|
4668
|
+
"github": "antfu",
|
|
4669
|
+
"twitter": "antfu7"
|
|
4670
|
+
}
|
|
4671
|
+
],
|
|
4672
|
+
"compatibility": {
|
|
4673
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4674
|
+
"requires": {
|
|
4675
|
+
"bridge": "optional"
|
|
2726
4676
|
}
|
|
2727
|
-
|
|
4677
|
+
}
|
|
2728
4678
|
},
|
|
2729
4679
|
{
|
|
2730
4680
|
"name": "vuex-router-sync",
|
|
@@ -2740,10 +4690,70 @@
|
|
|
2740
4690
|
"maintainers": [
|
|
2741
4691
|
{
|
|
2742
4692
|
"name": "paulgv",
|
|
2743
|
-
"github": "paulgv"
|
|
2744
|
-
|
|
4693
|
+
"github": "paulgv"
|
|
4694
|
+
}
|
|
4695
|
+
],
|
|
4696
|
+
"compatibility": {
|
|
4697
|
+
"nuxt": "^2.0.0",
|
|
4698
|
+
"requires": {}
|
|
4699
|
+
}
|
|
4700
|
+
},
|
|
4701
|
+
{
|
|
4702
|
+
"name": "web-vitals",
|
|
4703
|
+
"description": "Web Vitals for Nuxt",
|
|
4704
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4705
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4706
|
+
"icon": "",
|
|
4707
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4708
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4709
|
+
"learn_more": "",
|
|
4710
|
+
"category": "Performance",
|
|
4711
|
+
"type": "community",
|
|
4712
|
+
"maintainers": [
|
|
4713
|
+
{
|
|
4714
|
+
"name": "daliborgogic",
|
|
4715
|
+
"github": "daliborgogic"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "Pooya Parsa",
|
|
4719
|
+
"github": "pi0",
|
|
4720
|
+
"twitter": "_pi0_"
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"name": "Sebastien Chopin",
|
|
4724
|
+
"github": "Atinux",
|
|
4725
|
+
"twitter": "Atinux"
|
|
4726
|
+
}
|
|
4727
|
+
],
|
|
4728
|
+
"compatibility": {
|
|
4729
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4730
|
+
"requires": {
|
|
4731
|
+
"bridge": "optional"
|
|
4732
|
+
}
|
|
4733
|
+
}
|
|
4734
|
+
},
|
|
4735
|
+
{
|
|
4736
|
+
"name": "web3js",
|
|
4737
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4738
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4739
|
+
"npm": "nuxt-web3",
|
|
4740
|
+
"icon": "web3js.svg",
|
|
4741
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4742
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4743
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4744
|
+
"category": "Libraries",
|
|
4745
|
+
"type": "3rd-party",
|
|
4746
|
+
"maintainers": [
|
|
4747
|
+
{
|
|
4748
|
+
"name": "Muhammad Fauzan",
|
|
4749
|
+
"github": "bl0cknumber",
|
|
4750
|
+
"twitter": "fncolon"
|
|
2745
4751
|
}
|
|
2746
|
-
]
|
|
4752
|
+
],
|
|
4753
|
+
"compatibility": {
|
|
4754
|
+
"nuxt": "^2.0.0",
|
|
4755
|
+
"requires": {}
|
|
4756
|
+
}
|
|
2747
4757
|
},
|
|
2748
4758
|
{
|
|
2749
4759
|
"name": "webfontloader",
|
|
@@ -2759,10 +4769,37 @@
|
|
|
2759
4769
|
"maintainers": [
|
|
2760
4770
|
{
|
|
2761
4771
|
"name": "Developmint",
|
|
2762
|
-
"github": "Developmint"
|
|
2763
|
-
|
|
4772
|
+
"github": "Developmint"
|
|
4773
|
+
}
|
|
4774
|
+
],
|
|
4775
|
+
"compatibility": {
|
|
4776
|
+
"nuxt": "^2.0.0",
|
|
4777
|
+
"requires": {}
|
|
4778
|
+
}
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"name": "webpack-optimisations",
|
|
4782
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4783
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4784
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4785
|
+
"icon": "build-optimisations.svg",
|
|
4786
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4787
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4788
|
+
"learn_more": "",
|
|
4789
|
+
"category": "Devtools",
|
|
4790
|
+
"type": "3rd-party",
|
|
4791
|
+
"maintainers": [
|
|
4792
|
+
{
|
|
4793
|
+
"name": "Harlan Wilton",
|
|
4794
|
+
"github": "harlan-zw"
|
|
2764
4795
|
}
|
|
2765
|
-
]
|
|
4796
|
+
],
|
|
4797
|
+
"compatibility": {
|
|
4798
|
+
"nuxt": "^2.0.0",
|
|
4799
|
+
"requires": {
|
|
4800
|
+
"bridge": "optional"
|
|
4801
|
+
}
|
|
4802
|
+
}
|
|
2766
4803
|
},
|
|
2767
4804
|
{
|
|
2768
4805
|
"name": "webpack-profile",
|
|
@@ -2779,10 +4816,13 @@
|
|
|
2779
4816
|
{
|
|
2780
4817
|
"name": "Pooya Parsa",
|
|
2781
4818
|
"github": "pi0",
|
|
2782
|
-
"twitter": "_pi0_"
|
|
2783
|
-
"avatar": "https://github.com/pi0.png"
|
|
4819
|
+
"twitter": "_pi0_"
|
|
2784
4820
|
}
|
|
2785
|
-
]
|
|
4821
|
+
],
|
|
4822
|
+
"compatibility": {
|
|
4823
|
+
"nuxt": "^2.0.0",
|
|
4824
|
+
"requires": {}
|
|
4825
|
+
}
|
|
2786
4826
|
},
|
|
2787
4827
|
{
|
|
2788
4828
|
"name": "webpackdashboard",
|
|
@@ -2798,10 +4838,13 @@
|
|
|
2798
4838
|
"maintainers": [
|
|
2799
4839
|
{
|
|
2800
4840
|
"name": "paulgv",
|
|
2801
|
-
"github": "paulgv"
|
|
2802
|
-
"avatar": "https://github.com/paulgv.png"
|
|
4841
|
+
"github": "paulgv"
|
|
2803
4842
|
}
|
|
2804
|
-
]
|
|
4843
|
+
],
|
|
4844
|
+
"compatibility": {
|
|
4845
|
+
"nuxt": "^2.0.0",
|
|
4846
|
+
"requires": {}
|
|
4847
|
+
}
|
|
2805
4848
|
},
|
|
2806
4849
|
{
|
|
2807
4850
|
"name": "webpackmonitor",
|
|
@@ -2818,10 +4861,43 @@
|
|
|
2818
4861
|
{
|
|
2819
4862
|
"name": "Pooya Parsa",
|
|
2820
4863
|
"github": "pi0",
|
|
2821
|
-
"twitter": "_pi0_"
|
|
2822
|
-
|
|
4864
|
+
"twitter": "_pi0_"
|
|
4865
|
+
}
|
|
4866
|
+
],
|
|
4867
|
+
"compatibility": {
|
|
4868
|
+
"nuxt": "^2.0.0",
|
|
4869
|
+
"requires": {}
|
|
4870
|
+
}
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"name": "windicss",
|
|
4874
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4875
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4876
|
+
"npm": "nuxt-windicss",
|
|
4877
|
+
"icon": "windicss.svg",
|
|
4878
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4879
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4880
|
+
"learn_more": "https://windicss.org/",
|
|
4881
|
+
"category": "UI",
|
|
4882
|
+
"type": "3rd-party",
|
|
4883
|
+
"maintainers": [
|
|
4884
|
+
{
|
|
4885
|
+
"name": "Harlan Wilton",
|
|
4886
|
+
"github": "harlan-zw",
|
|
4887
|
+
"twitter": "harlan_zw"
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"name": "Anthony Fu",
|
|
4891
|
+
"github": "antfu",
|
|
4892
|
+
"twitter": "antfu7"
|
|
4893
|
+
}
|
|
4894
|
+
],
|
|
4895
|
+
"compatibility": {
|
|
4896
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4897
|
+
"requires": {
|
|
4898
|
+
"bridge": "optional"
|
|
2823
4899
|
}
|
|
2824
|
-
|
|
4900
|
+
}
|
|
2825
4901
|
},
|
|
2826
4902
|
{
|
|
2827
4903
|
"name": "winston-log",
|
|
@@ -2837,10 +4913,13 @@
|
|
|
2837
4913
|
"maintainers": [
|
|
2838
4914
|
{
|
|
2839
4915
|
"name": "aaronransley",
|
|
2840
|
-
"github": "aaronransley"
|
|
2841
|
-
"avatar": "https://github.com/aaronransley.png"
|
|
4916
|
+
"github": "aaronransley"
|
|
2842
4917
|
}
|
|
2843
|
-
]
|
|
4918
|
+
],
|
|
4919
|
+
"compatibility": {
|
|
4920
|
+
"nuxt": "^2.0.0",
|
|
4921
|
+
"requires": {}
|
|
4922
|
+
}
|
|
2844
4923
|
},
|
|
2845
4924
|
{
|
|
2846
4925
|
"name": "wp-nuxt",
|
|
@@ -2856,10 +4935,13 @@
|
|
|
2856
4935
|
"maintainers": [
|
|
2857
4936
|
{
|
|
2858
4937
|
"name": "yashha",
|
|
2859
|
-
"github": "yashha"
|
|
2860
|
-
"avatar": "https://github.com/yashha.png"
|
|
4938
|
+
"github": "yashha"
|
|
2861
4939
|
}
|
|
2862
|
-
]
|
|
4940
|
+
],
|
|
4941
|
+
"compatibility": {
|
|
4942
|
+
"nuxt": "^2.0.0",
|
|
4943
|
+
"requires": {}
|
|
4944
|
+
}
|
|
2863
4945
|
},
|
|
2864
4946
|
{
|
|
2865
4947
|
"name": "xhr-cache",
|
|
@@ -2875,10 +4957,35 @@
|
|
|
2875
4957
|
"maintainers": [
|
|
2876
4958
|
{
|
|
2877
4959
|
"name": "gaetansenn",
|
|
2878
|
-
"github": "gaetansenn"
|
|
2879
|
-
|
|
4960
|
+
"github": "gaetansenn"
|
|
4961
|
+
}
|
|
4962
|
+
],
|
|
4963
|
+
"compatibility": {
|
|
4964
|
+
"nuxt": "^2.0.0",
|
|
4965
|
+
"requires": {}
|
|
4966
|
+
}
|
|
4967
|
+
},
|
|
4968
|
+
{
|
|
4969
|
+
"name": "xstate",
|
|
4970
|
+
"description": "XState integration for Nuxt",
|
|
4971
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4972
|
+
"npm": "nuxt-xstate",
|
|
4973
|
+
"icon": "",
|
|
4974
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4975
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4976
|
+
"learn_more": "",
|
|
4977
|
+
"category": "Extensions",
|
|
4978
|
+
"type": "3rd-party",
|
|
4979
|
+
"maintainers": [
|
|
4980
|
+
{
|
|
4981
|
+
"name": "Lexpeartha",
|
|
4982
|
+
"github": "Lexpeartha"
|
|
2880
4983
|
}
|
|
2881
|
-
]
|
|
4984
|
+
],
|
|
4985
|
+
"compatibility": {
|
|
4986
|
+
"nuxt": "^3.0.0",
|
|
4987
|
+
"requires": {}
|
|
4988
|
+
}
|
|
2882
4989
|
},
|
|
2883
4990
|
{
|
|
2884
4991
|
"name": "xui",
|
|
@@ -2894,18 +5001,22 @@
|
|
|
2894
5001
|
"maintainers": [
|
|
2895
5002
|
{
|
|
2896
5003
|
"name": "MetaCorp",
|
|
2897
|
-
"github": "MetaCorp"
|
|
2898
|
-
"avatar": "https://github.com/MetaCorp.png"
|
|
5004
|
+
"github": "MetaCorp"
|
|
2899
5005
|
}
|
|
2900
|
-
]
|
|
5006
|
+
],
|
|
5007
|
+
"compatibility": {
|
|
5008
|
+
"nuxt": "^2.0.0",
|
|
5009
|
+
"requires": {}
|
|
5010
|
+
}
|
|
2901
5011
|
},
|
|
2902
5012
|
{
|
|
2903
5013
|
"name": "yandex-metrika",
|
|
2904
|
-
"
|
|
5014
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
5015
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2905
5016
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2906
5017
|
"icon": "",
|
|
2907
|
-
"github": "https://github.com/nuxt-community/
|
|
2908
|
-
"website": "https://github.com/nuxt-community/
|
|
5018
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5019
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2909
5020
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2910
5021
|
"category": "Analytics",
|
|
2911
5022
|
"type": "community",
|
|
@@ -2913,10 +5024,13 @@
|
|
|
2913
5024
|
{
|
|
2914
5025
|
"name": "Pooya Parsa",
|
|
2915
5026
|
"github": "pi0",
|
|
2916
|
-
"twitter": "_pi0_"
|
|
2917
|
-
"avatar": "https://github.com/pi0.png"
|
|
5027
|
+
"twitter": "_pi0_"
|
|
2918
5028
|
}
|
|
2919
|
-
]
|
|
5029
|
+
],
|
|
5030
|
+
"compatibility": {
|
|
5031
|
+
"nuxt": "^2.0.0",
|
|
5032
|
+
"requires": {}
|
|
5033
|
+
}
|
|
2920
5034
|
},
|
|
2921
5035
|
{
|
|
2922
5036
|
"name": "zendesk",
|
|
@@ -2932,9 +5046,12 @@
|
|
|
2932
5046
|
"maintainers": [
|
|
2933
5047
|
{
|
|
2934
5048
|
"name": "DansMaCulotte",
|
|
2935
|
-
"github": "DansMaCulotte"
|
|
2936
|
-
"avatar": "https://github.com/DansMaCulotte.png"
|
|
5049
|
+
"github": "DansMaCulotte"
|
|
2937
5050
|
}
|
|
2938
|
-
]
|
|
5051
|
+
],
|
|
5052
|
+
"compatibility": {
|
|
5053
|
+
"nuxt": "^2.0.0",
|
|
5054
|
+
"requires": {}
|
|
5055
|
+
}
|
|
2939
5056
|
}
|
|
2940
5057
|
]
|