@nuxt/modules 0.5.0-21833d → 0.5.0-29383d
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} +2672 -636
- package/package.json +2 -49
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,71 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
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
|
|
24
79
|
}
|
|
25
|
-
|
|
80
|
+
}
|
|
26
81
|
},
|
|
27
82
|
{
|
|
28
83
|
"name": "alias",
|
|
@@ -33,15 +88,18 @@
|
|
|
33
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
90
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
37
92
|
"type": "3rd-party",
|
|
38
93
|
"maintainers": [
|
|
39
94
|
{
|
|
40
95
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
43
97
|
}
|
|
44
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
45
103
|
},
|
|
46
104
|
{
|
|
47
105
|
"name": "amp",
|
|
@@ -58,34 +116,107 @@
|
|
|
58
116
|
{
|
|
59
117
|
"name": "Ahad Birang",
|
|
60
118
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
|
|
119
|
+
"twitter": "a_birang"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"compatibility": {
|
|
123
|
+
"nuxt": "^2.0.0",
|
|
124
|
+
"requires": {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt.js",
|
|
130
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
134
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Libraries",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "api-party",
|
|
151
|
+
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
|
+
"repo": "johannschopplich/nuxt-api-party",
|
|
153
|
+
"npm": "nuxt-api-party",
|
|
154
|
+
"icon": "api-party.svg",
|
|
155
|
+
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
+
"website": "https://github.com/johannschopplich/nuxt-api-party#readme",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Request",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Johann Schopplich",
|
|
163
|
+
"github": "johannschopplich",
|
|
164
|
+
"twitter": "jschopplich",
|
|
165
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
63
166
|
}
|
|
64
|
-
]
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^3.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "apis-to-file",
|
|
175
|
+
"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",
|
|
176
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
177
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
178
|
+
"icon": "",
|
|
179
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
180
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Performance",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "Luca Iaconelli",
|
|
187
|
+
"github": "LuXDAmore",
|
|
188
|
+
"twitter": "luxdamore",
|
|
189
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"compatibility": {
|
|
193
|
+
"nuxt": "^2.0.0",
|
|
194
|
+
"requires": {}
|
|
195
|
+
}
|
|
65
196
|
},
|
|
66
197
|
{
|
|
67
198
|
"name": "apollo",
|
|
68
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
69
|
-
"repo": "nuxt-
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
70
201
|
"npm": "@nuxtjs/apollo",
|
|
71
202
|
"icon": "apollo.png",
|
|
72
|
-
"github": "https://github.com/nuxt-
|
|
73
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
74
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
75
206
|
"category": "Request",
|
|
76
207
|
"type": "community",
|
|
77
208
|
"maintainers": [
|
|
78
209
|
{
|
|
79
|
-
"name": "
|
|
80
|
-
"github": "
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
{
|
|
84
|
-
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi",
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
87
214
|
}
|
|
88
|
-
]
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
218
|
+
"requires": {}
|
|
219
|
+
}
|
|
89
220
|
},
|
|
90
221
|
{
|
|
91
222
|
"name": "applicationinsights",
|
|
@@ -101,10 +232,35 @@
|
|
|
101
232
|
"maintainers": [
|
|
102
233
|
{
|
|
103
234
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
235
|
+
"github": "aldarund"
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "appwrite",
|
|
245
|
+
"description": "Appwrite module for Nuxt",
|
|
246
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
247
|
+
"npm": "nuxt-appwrite",
|
|
248
|
+
"icon": "appwrite.png",
|
|
249
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
|
+
"learn_more": "",
|
|
252
|
+
"category": "Request",
|
|
253
|
+
"type": "3rd-party",
|
|
254
|
+
"maintainers": [
|
|
255
|
+
{
|
|
256
|
+
"name": "Hrdtr",
|
|
257
|
+
"github": "Hrdtr"
|
|
106
258
|
}
|
|
107
|
-
]
|
|
259
|
+
],
|
|
260
|
+
"compatibility": {
|
|
261
|
+
"nuxt": "^2.0.0",
|
|
262
|
+
"requires": {}
|
|
263
|
+
}
|
|
108
264
|
},
|
|
109
265
|
{
|
|
110
266
|
"name": "auth",
|
|
@@ -121,15 +277,17 @@
|
|
|
121
277
|
{
|
|
122
278
|
"name": "Pooya Parsa",
|
|
123
279
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
280
|
+
"twitter": "_pi0_"
|
|
126
281
|
},
|
|
127
282
|
{
|
|
128
283
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
284
|
+
"github": "JoaoPedroAS51"
|
|
131
285
|
}
|
|
132
|
-
]
|
|
286
|
+
],
|
|
287
|
+
"compatibility": {
|
|
288
|
+
"nuxt": "^2.0.0",
|
|
289
|
+
"requires": {}
|
|
290
|
+
}
|
|
133
291
|
},
|
|
134
292
|
{
|
|
135
293
|
"name": "axios",
|
|
@@ -146,10 +304,13 @@
|
|
|
146
304
|
{
|
|
147
305
|
"name": "Pooya Parsa",
|
|
148
306
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
307
|
+
"twitter": "_pi0_"
|
|
151
308
|
}
|
|
152
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
153
314
|
},
|
|
154
315
|
{
|
|
155
316
|
"name": "basic-auth",
|
|
@@ -165,10 +326,13 @@
|
|
|
165
326
|
"maintainers": [
|
|
166
327
|
{
|
|
167
328
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
329
|
+
"github": "potato4d"
|
|
170
330
|
}
|
|
171
|
-
]
|
|
331
|
+
],
|
|
332
|
+
"compatibility": {
|
|
333
|
+
"nuxt": "^2.0.0",
|
|
334
|
+
"requires": {}
|
|
335
|
+
}
|
|
172
336
|
},
|
|
173
337
|
{
|
|
174
338
|
"name": "bootstrap",
|
|
@@ -184,22 +348,23 @@
|
|
|
184
348
|
"maintainers": [
|
|
185
349
|
{
|
|
186
350
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
351
|
+
"github": "tmorehouse"
|
|
189
352
|
},
|
|
190
353
|
{
|
|
191
354
|
"name": "Pooya Parsa",
|
|
192
355
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
356
|
+
"twitter": "_pi0_"
|
|
195
357
|
},
|
|
196
358
|
{
|
|
197
359
|
"name": "Jacob Müller",
|
|
198
360
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
361
|
+
"twitter": "jackmu95"
|
|
201
362
|
}
|
|
202
|
-
]
|
|
363
|
+
],
|
|
364
|
+
"compatibility": {
|
|
365
|
+
"nuxt": "^2.0.0",
|
|
366
|
+
"requires": {}
|
|
367
|
+
}
|
|
203
368
|
},
|
|
204
369
|
{
|
|
205
370
|
"name": "browserconfig",
|
|
@@ -210,16 +375,19 @@
|
|
|
210
375
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
376
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
377
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
213
|
-
"category": "
|
|
378
|
+
"category": "Extensions",
|
|
214
379
|
"type": "community",
|
|
215
380
|
"maintainers": [
|
|
216
381
|
{
|
|
217
382
|
"name": "Pooya Parsa",
|
|
218
383
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
384
|
+
"twitter": "_pi0_"
|
|
221
385
|
}
|
|
222
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
223
391
|
},
|
|
224
392
|
{
|
|
225
393
|
"name": "buefy",
|
|
@@ -235,14 +403,17 @@
|
|
|
235
403
|
"maintainers": [
|
|
236
404
|
{
|
|
237
405
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
406
|
+
"github": "jtommy"
|
|
240
407
|
}
|
|
241
|
-
]
|
|
408
|
+
],
|
|
409
|
+
"compatibility": {
|
|
410
|
+
"nuxt": "^2.0.0",
|
|
411
|
+
"requires": {}
|
|
412
|
+
}
|
|
242
413
|
},
|
|
243
414
|
{
|
|
244
415
|
"name": "bugsnag",
|
|
245
|
-
"description": "Bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
246
417
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
247
418
|
"npm": "nuxt-bugsnag",
|
|
248
419
|
"icon": "bugsnag.png",
|
|
@@ -255,9 +426,15 @@
|
|
|
255
426
|
{
|
|
256
427
|
"name": "JulianMar",
|
|
257
428
|
"github": "JulianMar",
|
|
258
|
-
"
|
|
429
|
+
"twitter": "julian_martin96"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"compatibility": {
|
|
433
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
434
|
+
"requires": {
|
|
435
|
+
"bridge": true
|
|
259
436
|
}
|
|
260
|
-
|
|
437
|
+
}
|
|
261
438
|
},
|
|
262
439
|
{
|
|
263
440
|
"name": "bulma-slim",
|
|
@@ -273,10 +450,13 @@
|
|
|
273
450
|
"maintainers": [
|
|
274
451
|
{
|
|
275
452
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
453
|
+
"github": "mustardamus"
|
|
278
454
|
}
|
|
279
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"compatibility": {
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
459
|
+
}
|
|
280
460
|
},
|
|
281
461
|
{
|
|
282
462
|
"name": "bundle-buddy",
|
|
@@ -292,14 +472,17 @@
|
|
|
292
472
|
"maintainers": [
|
|
293
473
|
{
|
|
294
474
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
475
|
+
"github": "Developmint"
|
|
297
476
|
}
|
|
298
|
-
]
|
|
477
|
+
],
|
|
478
|
+
"compatibility": {
|
|
479
|
+
"nuxt": "^2.0.0",
|
|
480
|
+
"requires": {}
|
|
481
|
+
}
|
|
299
482
|
},
|
|
300
483
|
{
|
|
301
484
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
485
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
303
486
|
"repo": "LuXDAmore/generative-art",
|
|
304
487
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
488
|
"icon": "",
|
|
@@ -310,11 +493,81 @@
|
|
|
310
493
|
"type": "3rd-party",
|
|
311
494
|
"maintainers": [
|
|
312
495
|
{
|
|
313
|
-
"name": "
|
|
496
|
+
"name": "Luca Iaconelli",
|
|
314
497
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
498
|
+
"twitter": "luxdamore"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "chakra-ui",
|
|
508
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
509
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
510
|
+
"npm": "@chakra-ui/nuxt",
|
|
511
|
+
"icon": "chakra-ui.png",
|
|
512
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
513
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
514
|
+
"learn_more": "",
|
|
515
|
+
"category": "UI",
|
|
516
|
+
"type": "3rd-party",
|
|
517
|
+
"maintainers": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Jonathan Bakebwa",
|
|
520
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
521
|
+
}
|
|
522
|
+
],
|
|
523
|
+
"compatibility": {
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "chatwoot",
|
|
530
|
+
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
+
"repo": "huntersofbook/huntersofbook#main/packages/chatwoot-nuxt",
|
|
532
|
+
"npm": "@huntersofbook/chatwoot-nuxt",
|
|
533
|
+
"icon": "chatwoot.png",
|
|
534
|
+
"github": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/chatwoot-nuxt",
|
|
535
|
+
"website": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/chatwoot-nuxt",
|
|
536
|
+
"learn_more": "https://www.chatwoot.com",
|
|
537
|
+
"category": "Libraries",
|
|
538
|
+
"type": "3rd-party",
|
|
539
|
+
"maintainers": [
|
|
540
|
+
{
|
|
541
|
+
"name": "productdevbook",
|
|
542
|
+
"github": "productdevbook"
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^3.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "chiffre",
|
|
552
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
553
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
554
|
+
"npm": "nuxt-chiffre",
|
|
555
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
556
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
557
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
558
|
+
"learn_more": "https://chiffre.io",
|
|
559
|
+
"category": "Analytics",
|
|
560
|
+
"type": "3rd-party",
|
|
561
|
+
"maintainers": [
|
|
562
|
+
{
|
|
563
|
+
"name": "Romain Clement",
|
|
564
|
+
"github": "rclement"
|
|
316
565
|
}
|
|
317
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"compatibility": {
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
570
|
+
}
|
|
318
571
|
},
|
|
319
572
|
{
|
|
320
573
|
"name": "client-init",
|
|
@@ -325,15 +578,18 @@
|
|
|
325
578
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
579
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
580
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
581
|
+
"category": "Extensions",
|
|
329
582
|
"type": "3rd-party",
|
|
330
583
|
"maintainers": [
|
|
331
584
|
{
|
|
332
585
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
586
|
+
"github": "potato4d"
|
|
335
587
|
}
|
|
336
|
-
]
|
|
588
|
+
],
|
|
589
|
+
"compatibility": {
|
|
590
|
+
"nuxt": "^2.0.0",
|
|
591
|
+
"requires": {}
|
|
592
|
+
}
|
|
337
593
|
},
|
|
338
594
|
{
|
|
339
595
|
"name": "cloudcms",
|
|
@@ -349,10 +605,13 @@
|
|
|
349
605
|
"maintainers": [
|
|
350
606
|
{
|
|
351
607
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
608
|
+
"github": "gitana"
|
|
354
609
|
}
|
|
355
|
-
]
|
|
610
|
+
],
|
|
611
|
+
"compatibility": {
|
|
612
|
+
"nuxt": "^2.0.0",
|
|
613
|
+
"requires": {}
|
|
614
|
+
}
|
|
356
615
|
},
|
|
357
616
|
{
|
|
358
617
|
"name": "cloudinary",
|
|
@@ -369,10 +628,13 @@
|
|
|
369
628
|
{
|
|
370
629
|
"name": "Maya Shavin",
|
|
371
630
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
631
|
+
"twitter": "MayaShavin"
|
|
374
632
|
}
|
|
375
|
-
]
|
|
633
|
+
],
|
|
634
|
+
"compatibility": {
|
|
635
|
+
"nuxt": "^2.0.0",
|
|
636
|
+
"requires": {}
|
|
637
|
+
}
|
|
376
638
|
},
|
|
377
639
|
{
|
|
378
640
|
"name": "color-mode",
|
|
@@ -389,19 +651,24 @@
|
|
|
389
651
|
{
|
|
390
652
|
"name": "Sébastien Chopin",
|
|
391
653
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
654
|
+
"twitter": "Atinux"
|
|
394
655
|
}
|
|
395
|
-
]
|
|
656
|
+
],
|
|
657
|
+
"compatibility": {
|
|
658
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
659
|
+
"requires": {
|
|
660
|
+
"bridge": "optional"
|
|
661
|
+
}
|
|
662
|
+
}
|
|
396
663
|
},
|
|
397
664
|
{
|
|
398
665
|
"name": "component-cache",
|
|
399
666
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
667
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
668
|
"npm": "@nuxtjs/component-cache",
|
|
402
669
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
670
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
671
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
672
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
673
|
"category": "Performance",
|
|
407
674
|
"type": "community",
|
|
@@ -409,35 +676,13 @@
|
|
|
409
676
|
{
|
|
410
677
|
"name": "Pooya Parsa",
|
|
411
678
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "components",
|
|
419
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
679
|
+
"twitter": "_pi0_"
|
|
439
680
|
}
|
|
440
|
-
]
|
|
681
|
+
],
|
|
682
|
+
"compatibility": {
|
|
683
|
+
"nuxt": "^2.0.0",
|
|
684
|
+
"requires": {}
|
|
685
|
+
}
|
|
441
686
|
},
|
|
442
687
|
{
|
|
443
688
|
"name": "composition-api",
|
|
@@ -448,23 +693,26 @@
|
|
|
448
693
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
694
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
695
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
696
|
+
"category": "Extensions",
|
|
452
697
|
"type": "community",
|
|
453
698
|
"maintainers": [
|
|
454
699
|
{
|
|
455
700
|
"name": "Daniel Roe",
|
|
456
701
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
702
|
+
"twitter": "danielcroe"
|
|
459
703
|
}
|
|
460
|
-
]
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^2.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
461
709
|
},
|
|
462
710
|
{
|
|
463
711
|
"name": "content",
|
|
464
|
-
"description": "
|
|
465
|
-
"repo": "nuxt/content#
|
|
712
|
+
"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.",
|
|
713
|
+
"repo": "nuxt/content#main",
|
|
466
714
|
"npm": "@nuxt/content",
|
|
467
|
-
"icon": "
|
|
715
|
+
"icon": "nuxt.png",
|
|
468
716
|
"github": "https://github.com/nuxt/content",
|
|
469
717
|
"website": "https://content.nuxtjs.org",
|
|
470
718
|
"learn_more": "",
|
|
@@ -472,18 +720,25 @@
|
|
|
472
720
|
"type": "official",
|
|
473
721
|
"maintainers": [
|
|
474
722
|
{
|
|
475
|
-
"name": "
|
|
476
|
-
"github": "
|
|
477
|
-
"twitter": "
|
|
478
|
-
|
|
723
|
+
"name": "Yaël Guilloux",
|
|
724
|
+
"github": "Tahul",
|
|
725
|
+
"twitter": "yaeeelglx"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "Ahad Birang",
|
|
729
|
+
"github": "farnabaz",
|
|
730
|
+
"twitter": "a_birang"
|
|
479
731
|
},
|
|
480
732
|
{
|
|
481
733
|
"name": "Sebastien Chopin",
|
|
482
734
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
735
|
+
"twitter": "Atinux"
|
|
485
736
|
}
|
|
486
|
-
]
|
|
737
|
+
],
|
|
738
|
+
"compatibility": {
|
|
739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
740
|
+
"requires": {}
|
|
741
|
+
}
|
|
487
742
|
},
|
|
488
743
|
{
|
|
489
744
|
"name": "contentful",
|
|
@@ -499,34 +754,39 @@
|
|
|
499
754
|
"maintainers": [
|
|
500
755
|
{
|
|
501
756
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
757
|
+
"github": "scaccogatto"
|
|
504
758
|
}
|
|
505
|
-
]
|
|
759
|
+
],
|
|
760
|
+
"compatibility": {
|
|
761
|
+
"nuxt": "^2.0.0",
|
|
762
|
+
"requires": {}
|
|
763
|
+
}
|
|
506
764
|
},
|
|
507
765
|
{
|
|
508
766
|
"name": "custom-elements",
|
|
509
767
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
768
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
769
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
770
|
+
"icon": "custom-elements.png",
|
|
513
771
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
772
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
773
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
774
|
+
"category": "Extensions",
|
|
517
775
|
"type": "3rd-party",
|
|
518
776
|
"maintainers": [
|
|
519
777
|
{
|
|
520
778
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
779
|
+
"github": "ThornWalli"
|
|
523
780
|
},
|
|
524
781
|
{
|
|
525
782
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
783
|
+
"github": "GrabarzUndPartner"
|
|
528
784
|
}
|
|
529
|
-
]
|
|
785
|
+
],
|
|
786
|
+
"compatibility": {
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
789
|
+
}
|
|
530
790
|
},
|
|
531
791
|
{
|
|
532
792
|
"name": "darkmode.js",
|
|
@@ -542,10 +802,13 @@
|
|
|
542
802
|
"maintainers": [
|
|
543
803
|
{
|
|
544
804
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
805
|
+
"github": "sandoche"
|
|
547
806
|
}
|
|
548
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
549
812
|
},
|
|
550
813
|
{
|
|
551
814
|
"name": "date-fns",
|
|
@@ -561,10 +824,35 @@
|
|
|
561
824
|
"maintainers": [
|
|
562
825
|
{
|
|
563
826
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
827
|
+
"github": "ricardogobbosouza"
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"compatibility": {
|
|
831
|
+
"nuxt": "^2.0.0",
|
|
832
|
+
"requires": {}
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "datocms",
|
|
837
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
838
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
839
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
840
|
+
"icon": "datocms.png",
|
|
841
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
842
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
843
|
+
"learn_more": "https://www.datocms.com/",
|
|
844
|
+
"category": "CMS",
|
|
845
|
+
"type": "3rd-party",
|
|
846
|
+
"maintainers": [
|
|
847
|
+
{
|
|
848
|
+
"name": "Frankwarnaar",
|
|
849
|
+
"github": "Frankwarnaar"
|
|
566
850
|
}
|
|
567
|
-
]
|
|
851
|
+
],
|
|
852
|
+
"compatibility": {
|
|
853
|
+
"nuxt": "^2.0.0",
|
|
854
|
+
"requires": {}
|
|
855
|
+
}
|
|
568
856
|
},
|
|
569
857
|
{
|
|
570
858
|
"name": "dayjs",
|
|
@@ -581,10 +869,36 @@
|
|
|
581
869
|
{
|
|
582
870
|
"name": "Takuma HANATANI",
|
|
583
871
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
|
|
872
|
+
"twitter": "potato4d"
|
|
873
|
+
}
|
|
874
|
+
],
|
|
875
|
+
"compatibility": {
|
|
876
|
+
"nuxt": "^2.0.0",
|
|
877
|
+
"requires": {}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "delay-hydration",
|
|
882
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
883
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
884
|
+
"npm": "nuxt-delay-hydration",
|
|
885
|
+
"icon": "lighthouse.svg",
|
|
886
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
887
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
888
|
+
"learn_more": "",
|
|
889
|
+
"category": "Performance",
|
|
890
|
+
"type": "3rd-party",
|
|
891
|
+
"maintainers": [
|
|
892
|
+
{
|
|
893
|
+
"name": "Harlan Wilton",
|
|
894
|
+
"github": "harlan-zw",
|
|
895
|
+
"twitter": "harlan_zw"
|
|
586
896
|
}
|
|
587
|
-
]
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
588
902
|
},
|
|
589
903
|
{
|
|
590
904
|
"name": "device",
|
|
@@ -595,15 +909,43 @@
|
|
|
595
909
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
910
|
"website": "https://github.com/nuxt-community/device-module",
|
|
597
911
|
"learn_more": "",
|
|
598
|
-
"category": "
|
|
912
|
+
"category": "Extensions",
|
|
599
913
|
"type": "community",
|
|
600
914
|
"maintainers": [
|
|
601
915
|
{
|
|
602
916
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
|
|
917
|
+
"github": "dotneet"
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"compatibility": {
|
|
921
|
+
"nuxt": "^2.0.0",
|
|
922
|
+
"requires": {}
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "directus",
|
|
927
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
928
|
+
"repo": "intevel/nuxt-directus",
|
|
929
|
+
"npm": "nuxt-directus",
|
|
930
|
+
"icon": "directus.svg",
|
|
931
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
932
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
933
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
934
|
+
"category": "CMS",
|
|
935
|
+
"type": "3rd-party",
|
|
936
|
+
"maintainers": [
|
|
937
|
+
{
|
|
938
|
+
"name": "Conner Bachmann",
|
|
939
|
+
"github": "intevel",
|
|
940
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"compatibility": {
|
|
944
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
945
|
+
"requires": {
|
|
946
|
+
"bridge": true
|
|
605
947
|
}
|
|
606
|
-
|
|
948
|
+
}
|
|
607
949
|
},
|
|
608
950
|
{
|
|
609
951
|
"name": "dotenv",
|
|
@@ -614,15 +956,73 @@
|
|
|
614
956
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
957
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
616
958
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
617
|
-
"category": "
|
|
959
|
+
"category": "Extensions",
|
|
618
960
|
"type": "community",
|
|
619
961
|
"maintainers": [
|
|
620
962
|
{
|
|
621
963
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
964
|
+
"github": "JulienTant"
|
|
965
|
+
}
|
|
966
|
+
],
|
|
967
|
+
"compatibility": {
|
|
968
|
+
"nuxt": "^2.0.0",
|
|
969
|
+
"requires": {}
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "drupal-ce",
|
|
974
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
975
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
976
|
+
"npm": "nuxtjs-drupal-ce",
|
|
977
|
+
"icon": "drupal-ce.png",
|
|
978
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
979
|
+
"website": "https://stack.lupus.digital",
|
|
980
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
981
|
+
"category": "CMS",
|
|
982
|
+
"type": "3rd-party",
|
|
983
|
+
"maintainers": [
|
|
984
|
+
{
|
|
985
|
+
"name": "Wolfgang Ziegler // fago",
|
|
986
|
+
"github": "fago",
|
|
987
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "Maximilian Götz-Mikus",
|
|
991
|
+
"github": "maximilianmikus",
|
|
992
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "David Licen",
|
|
996
|
+
"github": "davision",
|
|
997
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
998
|
+
}
|
|
999
|
+
],
|
|
1000
|
+
"compatibility": {
|
|
1001
|
+
"nuxt": "^2.0.0",
|
|
1002
|
+
"requires": {}
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "druxt",
|
|
1007
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
1008
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1009
|
+
"npm": "druxt",
|
|
1010
|
+
"icon": "druxt.svg",
|
|
1011
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
1012
|
+
"website": "https://druxtjs.org",
|
|
1013
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
1014
|
+
"category": "CMS",
|
|
1015
|
+
"type": "3rd-party",
|
|
1016
|
+
"maintainers": [
|
|
1017
|
+
{
|
|
1018
|
+
"name": "Decipher",
|
|
1019
|
+
"github": "decipher"
|
|
624
1020
|
}
|
|
625
|
-
]
|
|
1021
|
+
],
|
|
1022
|
+
"compatibility": {
|
|
1023
|
+
"nuxt": "^2.0.0",
|
|
1024
|
+
"requires": {}
|
|
1025
|
+
}
|
|
626
1026
|
},
|
|
627
1027
|
{
|
|
628
1028
|
"name": "emotion",
|
|
@@ -633,16 +1033,19 @@
|
|
|
633
1033
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
1034
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
1035
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
1036
|
+
"category": "Extensions",
|
|
637
1037
|
"type": "community",
|
|
638
1038
|
"maintainers": [
|
|
639
1039
|
{
|
|
640
1040
|
"name": "Pooya Parsa",
|
|
641
1041
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1042
|
+
"twitter": "_pi0_"
|
|
644
1043
|
}
|
|
645
|
-
]
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"nuxt": "^2.0.0",
|
|
1047
|
+
"requires": {}
|
|
1048
|
+
}
|
|
646
1049
|
},
|
|
647
1050
|
{
|
|
648
1051
|
"name": "eslint",
|
|
@@ -658,10 +1061,13 @@
|
|
|
658
1061
|
"maintainers": [
|
|
659
1062
|
{
|
|
660
1063
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1064
|
+
"github": "ricardogobbosouza"
|
|
663
1065
|
}
|
|
664
|
-
]
|
|
1066
|
+
],
|
|
1067
|
+
"compatibility": {
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
1070
|
+
}
|
|
665
1071
|
},
|
|
666
1072
|
{
|
|
667
1073
|
"name": "event-trace",
|
|
@@ -677,10 +1083,35 @@
|
|
|
677
1083
|
"maintainers": [
|
|
678
1084
|
{
|
|
679
1085
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
1086
|
+
"github": "clarkdo"
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"compatibility": {
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "fathom",
|
|
1096
|
+
"description": "Fathom analytics for Nuxt",
|
|
1097
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1098
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1099
|
+
"icon": "fathom.png",
|
|
1100
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1101
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1102
|
+
"learn_more": "https://usefathom.com/",
|
|
1103
|
+
"category": "Analytics",
|
|
1104
|
+
"type": "3rd-party",
|
|
1105
|
+
"maintainers": [
|
|
1106
|
+
{
|
|
1107
|
+
"name": "yabhq",
|
|
1108
|
+
"github": "yabhq"
|
|
682
1109
|
}
|
|
683
|
-
]
|
|
1110
|
+
],
|
|
1111
|
+
"compatibility": {
|
|
1112
|
+
"nuxt": "^2.0.0",
|
|
1113
|
+
"requires": {}
|
|
1114
|
+
}
|
|
684
1115
|
},
|
|
685
1116
|
{
|
|
686
1117
|
"name": "feature-toggle",
|
|
@@ -691,19 +1122,22 @@
|
|
|
691
1122
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1123
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1124
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1125
|
+
"category": "Extensions",
|
|
695
1126
|
"type": "3rd-party",
|
|
696
1127
|
"maintainers": [
|
|
697
1128
|
{
|
|
698
1129
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1130
|
+
"github": "stephenkr"
|
|
701
1131
|
}
|
|
702
|
-
]
|
|
1132
|
+
],
|
|
1133
|
+
"compatibility": {
|
|
1134
|
+
"nuxt": "^2.0.0",
|
|
1135
|
+
"requires": {}
|
|
1136
|
+
}
|
|
703
1137
|
},
|
|
704
1138
|
{
|
|
705
1139
|
"name": "feed",
|
|
706
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1140
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
707
1141
|
"repo": "nuxt-community/feed-module",
|
|
708
1142
|
"npm": "@nuxtjs/feed",
|
|
709
1143
|
"icon": "",
|
|
@@ -716,15 +1150,18 @@
|
|
|
716
1150
|
{
|
|
717
1151
|
"name": "Alexander Lichter",
|
|
718
1152
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1153
|
+
"twitter": "TheAlexLichter"
|
|
721
1154
|
}
|
|
722
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
723
1160
|
},
|
|
724
1161
|
{
|
|
725
1162
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
727
|
-
"repo": "nuxt-community/firebase-module",
|
|
1163
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1164
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
728
1165
|
"npm": "@nuxtjs/firebase",
|
|
729
1166
|
"icon": "firebase.png",
|
|
730
1167
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -735,10 +1172,13 @@
|
|
|
735
1172
|
"maintainers": [
|
|
736
1173
|
{
|
|
737
1174
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1175
|
+
"github": "lupas"
|
|
740
1176
|
}
|
|
741
|
-
]
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
742
1182
|
},
|
|
743
1183
|
{
|
|
744
1184
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1194,13 @@
|
|
|
754
1194
|
"maintainers": [
|
|
755
1195
|
{
|
|
756
1196
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1197
|
+
"github": "sandoche"
|
|
759
1198
|
}
|
|
760
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
761
1204
|
},
|
|
762
1205
|
{
|
|
763
1206
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1216,58 @@
|
|
|
773
1216
|
"maintainers": [
|
|
774
1217
|
{
|
|
775
1218
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
1219
|
+
"github": "GrabarzUndPartner"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"compatibility": {
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "fontagon",
|
|
1229
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1230
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1231
|
+
"npm": "nuxt-fontagon",
|
|
1232
|
+
"icon": "fontagon.png",
|
|
1233
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1234
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1235
|
+
"learn_more": "",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "kdydesign",
|
|
1241
|
+
"github": "kdydesign"
|
|
1242
|
+
}
|
|
1243
|
+
],
|
|
1244
|
+
"compatibility": {
|
|
1245
|
+
"nuxt": "^2.0.0",
|
|
1246
|
+
"requires": {}
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "fontaine",
|
|
1251
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1252
|
+
"repo": "nuxt-modules/fontaine",
|
|
1253
|
+
"npm": "@nuxtjs/fontaine",
|
|
1254
|
+
"icon": "fontaine.png",
|
|
1255
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1256
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1257
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1258
|
+
"category": "Performance",
|
|
1259
|
+
"type": "community",
|
|
1260
|
+
"maintainers": [
|
|
1261
|
+
{
|
|
1262
|
+
"name": "Daniel Roe",
|
|
1263
|
+
"github": "danielroe",
|
|
1264
|
+
"twitter": "danielcroe"
|
|
778
1265
|
}
|
|
779
|
-
]
|
|
1266
|
+
],
|
|
1267
|
+
"compatibility": {
|
|
1268
|
+
"nuxt": "^3.0.0",
|
|
1269
|
+
"requires": {}
|
|
1270
|
+
}
|
|
780
1271
|
},
|
|
781
1272
|
{
|
|
782
1273
|
"name": "fontawesome",
|
|
@@ -792,10 +1283,41 @@
|
|
|
792
1283
|
"maintainers": [
|
|
793
1284
|
{
|
|
794
1285
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
|
|
1286
|
+
"github": "pimlie"
|
|
1287
|
+
}
|
|
1288
|
+
],
|
|
1289
|
+
"compatibility": {
|
|
1290
|
+
"nuxt": "^2.0.0",
|
|
1291
|
+
"requires": {}
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "formkit",
|
|
1296
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1297
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1298
|
+
"npm": "@formkit/nuxt",
|
|
1299
|
+
"icon": "formkit.png",
|
|
1300
|
+
"github": "https://github.com/formkit/formkit",
|
|
1301
|
+
"website": "https://formkit.com",
|
|
1302
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1303
|
+
"category": "Libraries",
|
|
1304
|
+
"type": "3rd-party",
|
|
1305
|
+
"maintainers": [
|
|
1306
|
+
{
|
|
1307
|
+
"name": "Justin Schroeder",
|
|
1308
|
+
"github": "justin-schroeder",
|
|
1309
|
+
"twitter": "jpschroeder"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "Andrew Boyd",
|
|
1313
|
+
"github": "andrew-boyd",
|
|
1314
|
+
"twitter": "0xBOYD"
|
|
797
1315
|
}
|
|
798
|
-
]
|
|
1316
|
+
],
|
|
1317
|
+
"compatibility": {
|
|
1318
|
+
"nuxt": "^3.0.0",
|
|
1319
|
+
"requires": {}
|
|
1320
|
+
}
|
|
799
1321
|
},
|
|
800
1322
|
{
|
|
801
1323
|
"name": "fullpage",
|
|
@@ -811,10 +1333,13 @@
|
|
|
811
1333
|
"maintainers": [
|
|
812
1334
|
{
|
|
813
1335
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1336
|
+
"github": "vaso2"
|
|
816
1337
|
}
|
|
817
|
-
]
|
|
1338
|
+
],
|
|
1339
|
+
"compatibility": {
|
|
1340
|
+
"nuxt": "^2.0.0",
|
|
1341
|
+
"requires": {}
|
|
1342
|
+
}
|
|
818
1343
|
},
|
|
819
1344
|
{
|
|
820
1345
|
"name": "github-api",
|
|
@@ -830,10 +1355,13 @@
|
|
|
830
1355
|
"maintainers": [
|
|
831
1356
|
{
|
|
832
1357
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1358
|
+
"github": "lindsaykwardell"
|
|
835
1359
|
}
|
|
836
|
-
]
|
|
1360
|
+
],
|
|
1361
|
+
"compatibility": {
|
|
1362
|
+
"nuxt": "^2.0.0",
|
|
1363
|
+
"requires": {}
|
|
1364
|
+
}
|
|
837
1365
|
},
|
|
838
1366
|
{
|
|
839
1367
|
"name": "google-adsense",
|
|
@@ -849,10 +1377,13 @@
|
|
|
849
1377
|
"maintainers": [
|
|
850
1378
|
{
|
|
851
1379
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1380
|
+
"github": "tmorehouse"
|
|
854
1381
|
}
|
|
855
|
-
]
|
|
1382
|
+
],
|
|
1383
|
+
"compatibility": {
|
|
1384
|
+
"nuxt": "^2.0.0",
|
|
1385
|
+
"requires": {}
|
|
1386
|
+
}
|
|
856
1387
|
},
|
|
857
1388
|
{
|
|
858
1389
|
"name": "google-analytics",
|
|
@@ -869,21 +1400,22 @@
|
|
|
869
1400
|
{
|
|
870
1401
|
"name": "Pooya Parsa",
|
|
871
1402
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1403
|
+
"twitter": "_pi0_"
|
|
874
1404
|
},
|
|
875
1405
|
{
|
|
876
1406
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1407
|
+
"github": "ricardogobbosouza"
|
|
879
1408
|
},
|
|
880
1409
|
{
|
|
881
1410
|
"name": "Matteo Gabriele",
|
|
882
1411
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1412
|
+
"twitter": "matteo_gabriele"
|
|
885
1413
|
}
|
|
886
|
-
]
|
|
1414
|
+
],
|
|
1415
|
+
"compatibility": {
|
|
1416
|
+
"nuxt": "^2.0.0",
|
|
1417
|
+
"requires": {}
|
|
1418
|
+
}
|
|
887
1419
|
},
|
|
888
1420
|
{
|
|
889
1421
|
"name": "google-fonts",
|
|
@@ -899,10 +1431,15 @@
|
|
|
899
1431
|
"maintainers": [
|
|
900
1432
|
{
|
|
901
1433
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
|
|
1434
|
+
"github": "ricardogobbosouza"
|
|
1435
|
+
}
|
|
1436
|
+
],
|
|
1437
|
+
"compatibility": {
|
|
1438
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1439
|
+
"requires": {
|
|
1440
|
+
"bridge": "optional"
|
|
904
1441
|
}
|
|
905
|
-
|
|
1442
|
+
}
|
|
906
1443
|
},
|
|
907
1444
|
{
|
|
908
1445
|
"name": "google-gtag",
|
|
@@ -918,15 +1455,17 @@
|
|
|
918
1455
|
"maintainers": [
|
|
919
1456
|
{
|
|
920
1457
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1458
|
+
"github": "dohomi"
|
|
923
1459
|
},
|
|
924
1460
|
{
|
|
925
1461
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1462
|
+
"github": "ricardogobbosouza"
|
|
928
1463
|
}
|
|
929
|
-
]
|
|
1464
|
+
],
|
|
1465
|
+
"compatibility": {
|
|
1466
|
+
"nuxt": "^2.0.0",
|
|
1467
|
+
"requires": {}
|
|
1468
|
+
}
|
|
930
1469
|
},
|
|
931
1470
|
{
|
|
932
1471
|
"name": "google-optimize",
|
|
@@ -943,22 +1482,45 @@
|
|
|
943
1482
|
{
|
|
944
1483
|
"name": "Pooya Parsa",
|
|
945
1484
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1485
|
+
"twitter": "_pi0_"
|
|
948
1486
|
},
|
|
949
1487
|
{
|
|
950
1488
|
"name": "Farzad Soltani",
|
|
951
1489
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1490
|
+
"twitter": "farzadso"
|
|
954
1491
|
},
|
|
955
1492
|
{
|
|
956
1493
|
"name": "Josh Deltener",
|
|
957
1494
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
|
|
1495
|
+
"twitter": "JoshDeltener"
|
|
1496
|
+
}
|
|
1497
|
+
],
|
|
1498
|
+
"compatibility": {
|
|
1499
|
+
"nuxt": "^2.0.0",
|
|
1500
|
+
"requires": {}
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "graphql-client",
|
|
1505
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1506
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1507
|
+
"npm": "nuxt-graphql-client",
|
|
1508
|
+
"icon": "graphql-client.svg",
|
|
1509
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1510
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1511
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1512
|
+
"category": "Request",
|
|
1513
|
+
"type": "3rd-party",
|
|
1514
|
+
"maintainers": [
|
|
1515
|
+
{
|
|
1516
|
+
"name": "Diizzayy",
|
|
1517
|
+
"github": "diizzayy"
|
|
960
1518
|
}
|
|
961
|
-
]
|
|
1519
|
+
],
|
|
1520
|
+
"compatibility": {
|
|
1521
|
+
"nuxt": "^3.0.0",
|
|
1522
|
+
"requires": {}
|
|
1523
|
+
}
|
|
962
1524
|
},
|
|
963
1525
|
{
|
|
964
1526
|
"name": "graphql-request",
|
|
@@ -974,10 +1536,13 @@
|
|
|
974
1536
|
"maintainers": [
|
|
975
1537
|
{
|
|
976
1538
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1539
|
+
"github": "gomah"
|
|
979
1540
|
}
|
|
980
|
-
]
|
|
1541
|
+
],
|
|
1542
|
+
"compatibility": {
|
|
1543
|
+
"nuxt": "^2.0.0",
|
|
1544
|
+
"requires": {}
|
|
1545
|
+
}
|
|
981
1546
|
},
|
|
982
1547
|
{
|
|
983
1548
|
"name": "gtm",
|
|
@@ -994,10 +1559,13 @@
|
|
|
994
1559
|
{
|
|
995
1560
|
"name": "Pooya Parsa",
|
|
996
1561
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1562
|
+
"twitter": "_pi0_"
|
|
999
1563
|
}
|
|
1000
|
-
]
|
|
1564
|
+
],
|
|
1565
|
+
"compatibility": {
|
|
1566
|
+
"nuxt": "^2.0.0",
|
|
1567
|
+
"requires": {}
|
|
1568
|
+
}
|
|
1001
1569
|
},
|
|
1002
1570
|
{
|
|
1003
1571
|
"name": "guess",
|
|
@@ -1013,10 +1581,81 @@
|
|
|
1013
1581
|
"maintainers": [
|
|
1014
1582
|
{
|
|
1015
1583
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
1584
|
+
"github": "clarkdo"
|
|
1585
|
+
}
|
|
1586
|
+
],
|
|
1587
|
+
"compatibility": {
|
|
1588
|
+
"nuxt": "^2.0.0",
|
|
1589
|
+
"requires": {}
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "harlem",
|
|
1594
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1595
|
+
"repo": "nuxt-modules/harlem",
|
|
1596
|
+
"npm": "@nuxtjs/harlem",
|
|
1597
|
+
"icon": "harlem.svg",
|
|
1598
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1599
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1600
|
+
"learn_more": "https://harlemjs.com/",
|
|
1601
|
+
"category": "Extensions",
|
|
1602
|
+
"type": "community",
|
|
1603
|
+
"maintainers": [
|
|
1604
|
+
{
|
|
1605
|
+
"name": "Daniel Roe",
|
|
1606
|
+
"github": "danielroe",
|
|
1607
|
+
"twitter": "danielcroe"
|
|
1608
|
+
}
|
|
1609
|
+
],
|
|
1610
|
+
"compatibility": {
|
|
1611
|
+
"nuxt": "^3.0.0",
|
|
1612
|
+
"requires": {}
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"name": "headlessui",
|
|
1617
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1618
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1619
|
+
"npm": "nuxt-headlessui",
|
|
1620
|
+
"icon": "headlessui.png",
|
|
1621
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1622
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1623
|
+
"learn_more": "https://headlessui.com",
|
|
1624
|
+
"category": "UI",
|
|
1625
|
+
"type": "3rd-party",
|
|
1626
|
+
"maintainers": [
|
|
1627
|
+
{
|
|
1628
|
+
"name": "Pascal Sthamer",
|
|
1629
|
+
"github": "P4sca1"
|
|
1630
|
+
}
|
|
1631
|
+
],
|
|
1632
|
+
"compatibility": {
|
|
1633
|
+
"nuxt": "^3.0.0",
|
|
1634
|
+
"requires": {}
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"name": "headway",
|
|
1639
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1640
|
+
"repo": "l-portet/nuxt-headway",
|
|
1641
|
+
"npm": "nuxt-headway",
|
|
1642
|
+
"icon": "headway.png",
|
|
1643
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1644
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1645
|
+
"learn_more": "https://headwayapp.co/",
|
|
1646
|
+
"category": "UI",
|
|
1647
|
+
"type": "3rd-party",
|
|
1648
|
+
"maintainers": [
|
|
1649
|
+
{
|
|
1650
|
+
"name": "l-portet",
|
|
1651
|
+
"github": "l-portet",
|
|
1652
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1018
1653
|
}
|
|
1019
|
-
]
|
|
1654
|
+
],
|
|
1655
|
+
"compatibility": {
|
|
1656
|
+
"nuxt": "^2.0.0",
|
|
1657
|
+
"requires": {}
|
|
1658
|
+
}
|
|
1020
1659
|
},
|
|
1021
1660
|
{
|
|
1022
1661
|
"name": "helmet",
|
|
@@ -1032,10 +1671,13 @@
|
|
|
1032
1671
|
"maintainers": [
|
|
1033
1672
|
{
|
|
1034
1673
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1674
|
+
"github": "victor-perez"
|
|
1037
1675
|
}
|
|
1038
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"compatibility": {
|
|
1678
|
+
"nuxt": "^2.0.0",
|
|
1679
|
+
"requires": {}
|
|
1680
|
+
}
|
|
1039
1681
|
},
|
|
1040
1682
|
{
|
|
1041
1683
|
"name": "highcharts",
|
|
@@ -1051,10 +1693,13 @@
|
|
|
1051
1693
|
"maintainers": [
|
|
1052
1694
|
{
|
|
1053
1695
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1696
|
+
"github": "richardeschloss"
|
|
1056
1697
|
}
|
|
1057
|
-
]
|
|
1698
|
+
],
|
|
1699
|
+
"compatibility": {
|
|
1700
|
+
"nuxt": "^2.0.0",
|
|
1701
|
+
"requires": {}
|
|
1702
|
+
}
|
|
1058
1703
|
},
|
|
1059
1704
|
{
|
|
1060
1705
|
"name": "history-state",
|
|
@@ -1065,15 +1710,18 @@
|
|
|
1065
1710
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1711
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1067
1712
|
"learn_more": "",
|
|
1068
|
-
"category": "
|
|
1713
|
+
"category": "Extensions",
|
|
1069
1714
|
"type": "3rd-party",
|
|
1070
1715
|
"maintainers": [
|
|
1071
1716
|
{
|
|
1072
1717
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1718
|
+
"github": "hidekatsu-izuno"
|
|
1075
1719
|
}
|
|
1076
|
-
]
|
|
1720
|
+
],
|
|
1721
|
+
"compatibility": {
|
|
1722
|
+
"nuxt": "^2.0.0",
|
|
1723
|
+
"requires": {}
|
|
1724
|
+
}
|
|
1077
1725
|
},
|
|
1078
1726
|
{
|
|
1079
1727
|
"name": "html-minifier",
|
|
@@ -1089,18 +1737,21 @@
|
|
|
1089
1737
|
"maintainers": [
|
|
1090
1738
|
{
|
|
1091
1739
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1740
|
+
"github": "clarkdo"
|
|
1094
1741
|
}
|
|
1095
|
-
]
|
|
1742
|
+
],
|
|
1743
|
+
"compatibility": {
|
|
1744
|
+
"nuxt": "^2.0.0",
|
|
1745
|
+
"requires": {}
|
|
1746
|
+
}
|
|
1096
1747
|
},
|
|
1097
1748
|
{
|
|
1098
1749
|
"name": "html-validator",
|
|
1099
1750
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1100
|
-
"repo": "nuxt-
|
|
1751
|
+
"repo": "nuxt-modules/html-validator",
|
|
1101
1752
|
"npm": "@nuxtjs/html-validator",
|
|
1102
1753
|
"icon": "html-validator.png",
|
|
1103
|
-
"github": "https://github.com/nuxt-
|
|
1754
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1104
1755
|
"website": "https://html-validator.nuxtjs.org",
|
|
1105
1756
|
"learn_more": "https://html-validate.org",
|
|
1106
1757
|
"category": "Performance",
|
|
@@ -1109,10 +1760,15 @@
|
|
|
1109
1760
|
{
|
|
1110
1761
|
"name": "Daniel Roe",
|
|
1111
1762
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
|
|
1763
|
+
"twitter": "danielcroe"
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1766
|
+
"compatibility": {
|
|
1767
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1768
|
+
"requires": {
|
|
1769
|
+
"bridge": "optional"
|
|
1114
1770
|
}
|
|
1115
|
-
|
|
1771
|
+
}
|
|
1116
1772
|
},
|
|
1117
1773
|
{
|
|
1118
1774
|
"name": "http",
|
|
@@ -1129,16 +1785,41 @@
|
|
|
1129
1785
|
{
|
|
1130
1786
|
"name": "Pooya Parsa",
|
|
1131
1787
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1788
|
+
"twitter": "_pi0_"
|
|
1134
1789
|
},
|
|
1135
1790
|
{
|
|
1136
1791
|
"name": "Sébastien Chopin",
|
|
1137
1792
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
|
|
1793
|
+
"twitter": "Atinux"
|
|
1794
|
+
}
|
|
1795
|
+
],
|
|
1796
|
+
"compatibility": {
|
|
1797
|
+
"nuxt": "^2.0.0",
|
|
1798
|
+
"requires": {}
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "humans-txt",
|
|
1803
|
+
"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.",
|
|
1804
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1805
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1806
|
+
"icon": "",
|
|
1807
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1808
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1809
|
+
"learn_more": "https://humanstxt.org/",
|
|
1810
|
+
"category": "SEO",
|
|
1811
|
+
"type": "3rd-party",
|
|
1812
|
+
"maintainers": [
|
|
1813
|
+
{
|
|
1814
|
+
"name": "Luca Iaconelli",
|
|
1815
|
+
"github": "LuXDAmore",
|
|
1816
|
+
"twitter": "luxdamore"
|
|
1140
1817
|
}
|
|
1141
|
-
]
|
|
1818
|
+
],
|
|
1819
|
+
"compatibility": {
|
|
1820
|
+
"nuxt": "^2.0.0",
|
|
1821
|
+
"requires": {}
|
|
1822
|
+
}
|
|
1142
1823
|
},
|
|
1143
1824
|
{
|
|
1144
1825
|
"name": "i18n",
|
|
@@ -1149,20 +1830,66 @@
|
|
|
1149
1830
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1831
|
"website": "https://i18n.nuxtjs.org",
|
|
1151
1832
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1152
|
-
"category": "
|
|
1833
|
+
"category": "Extensions",
|
|
1153
1834
|
"type": "community",
|
|
1154
1835
|
"maintainers": [
|
|
1155
1836
|
{
|
|
1156
1837
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1838
|
+
"github": "rchl"
|
|
1159
1839
|
},
|
|
1160
1840
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
|
|
1841
|
+
"name": "Kazuya Kawaguchi",
|
|
1842
|
+
"github": "kazupon"
|
|
1843
|
+
}
|
|
1844
|
+
],
|
|
1845
|
+
"compatibility": {
|
|
1846
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1847
|
+
"requires": {}
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "icon",
|
|
1852
|
+
"description": "",
|
|
1853
|
+
"repo": "nuxt-modules/icon",
|
|
1854
|
+
"npm": "nuxt-icon",
|
|
1855
|
+
"icon": "nuxt-icon.png",
|
|
1856
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1857
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1858
|
+
"learn_more": "",
|
|
1859
|
+
"category": "UI",
|
|
1860
|
+
"type": "community",
|
|
1861
|
+
"maintainers": [
|
|
1862
|
+
{
|
|
1863
|
+
"name": "Atinux",
|
|
1864
|
+
"github": "Atinux"
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"compatibility": {
|
|
1868
|
+
"nuxt": "^3.0.0",
|
|
1869
|
+
"requires": {}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "icons",
|
|
1874
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1875
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1876
|
+
"npm": "nuxt-icons",
|
|
1877
|
+
"icon": "icons.png",
|
|
1878
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1879
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1880
|
+
"learn_more": "",
|
|
1881
|
+
"category": "UI",
|
|
1882
|
+
"type": "3rd-party",
|
|
1883
|
+
"maintainers": [
|
|
1884
|
+
{
|
|
1885
|
+
"name": "Sebastian Wludzik",
|
|
1886
|
+
"github": "gitfoxcode"
|
|
1164
1887
|
}
|
|
1165
|
-
]
|
|
1888
|
+
],
|
|
1889
|
+
"compatibility": {
|
|
1890
|
+
"nuxt": "^3.0.0",
|
|
1891
|
+
"requires": {}
|
|
1892
|
+
}
|
|
1166
1893
|
},
|
|
1167
1894
|
{
|
|
1168
1895
|
"name": "image-loader",
|
|
@@ -1178,10 +1905,13 @@
|
|
|
1178
1905
|
"maintainers": [
|
|
1179
1906
|
{
|
|
1180
1907
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1908
|
+
"github": "Barry-Fisher"
|
|
1183
1909
|
}
|
|
1184
|
-
]
|
|
1910
|
+
],
|
|
1911
|
+
"compatibility": {
|
|
1912
|
+
"nuxt": "^2.0.0",
|
|
1913
|
+
"requires": {}
|
|
1914
|
+
}
|
|
1185
1915
|
},
|
|
1186
1916
|
{
|
|
1187
1917
|
"name": "image",
|
|
@@ -1198,22 +1928,25 @@
|
|
|
1198
1928
|
{
|
|
1199
1929
|
"name": "Ahad Birang",
|
|
1200
1930
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1931
|
+
"twitter": "a_birang"
|
|
1203
1932
|
},
|
|
1204
1933
|
{
|
|
1205
1934
|
"name": "Pooya Parsa",
|
|
1206
1935
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1936
|
+
"twitter": "_pi0_"
|
|
1209
1937
|
},
|
|
1210
1938
|
{
|
|
1211
1939
|
"name": "Sebastien Chopin",
|
|
1212
1940
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1941
|
+
"twitter": "Atinux"
|
|
1215
1942
|
}
|
|
1216
|
-
]
|
|
1943
|
+
],
|
|
1944
|
+
"compatibility": {
|
|
1945
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1946
|
+
"requires": {
|
|
1947
|
+
"bridge": "optional"
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1217
1950
|
},
|
|
1218
1951
|
{
|
|
1219
1952
|
"name": "imagemin",
|
|
@@ -1229,10 +1962,38 @@
|
|
|
1229
1962
|
"maintainers": [
|
|
1230
1963
|
{
|
|
1231
1964
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
|
|
1965
|
+
"github": "ricardogobbosouza"
|
|
1966
|
+
}
|
|
1967
|
+
],
|
|
1968
|
+
"compatibility": {
|
|
1969
|
+
"nuxt": "^2.0.0",
|
|
1970
|
+
"requires": {}
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "inkline",
|
|
1975
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1976
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1977
|
+
"npm": "@inkline/nuxt",
|
|
1978
|
+
"icon": "inkline.svg",
|
|
1979
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1980
|
+
"website": "https://inkline.io",
|
|
1981
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1982
|
+
"category": "UI",
|
|
1983
|
+
"type": "3rd-party",
|
|
1984
|
+
"maintainers": [
|
|
1985
|
+
{
|
|
1986
|
+
"name": "Alex Grozav",
|
|
1987
|
+
"github": "alexgrozav",
|
|
1988
|
+
"twitter": "alexgrozav"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1993
|
+
"requires": {
|
|
1994
|
+
"bridge": true
|
|
1234
1995
|
}
|
|
1235
|
-
|
|
1996
|
+
}
|
|
1236
1997
|
},
|
|
1237
1998
|
{
|
|
1238
1999
|
"name": "intercom",
|
|
@@ -1248,10 +2009,36 @@
|
|
|
1248
2009
|
"maintainers": [
|
|
1249
2010
|
{
|
|
1250
2011
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
|
|
2012
|
+
"github": "hex-digital"
|
|
2013
|
+
}
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^2.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"name": "ionic",
|
|
2022
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
2023
|
+
"repo": "nuxt-modules/ionic",
|
|
2024
|
+
"npm": "@nuxtjs/ionic",
|
|
2025
|
+
"icon": "ionic.svg",
|
|
2026
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2027
|
+
"website": "https://ionic.nuxtjs.org",
|
|
2028
|
+
"learn_more": "https://ionicframework.com",
|
|
2029
|
+
"category": "Libraries",
|
|
2030
|
+
"type": "community",
|
|
2031
|
+
"maintainers": [
|
|
2032
|
+
{
|
|
2033
|
+
"name": "Daniel Roe",
|
|
2034
|
+
"github": "danielroe",
|
|
2035
|
+
"twitter": "danielcroe"
|
|
1253
2036
|
}
|
|
1254
|
-
]
|
|
2037
|
+
],
|
|
2038
|
+
"compatibility": {
|
|
2039
|
+
"nuxt": "^3.0.0",
|
|
2040
|
+
"requires": {}
|
|
2041
|
+
}
|
|
1255
2042
|
},
|
|
1256
2043
|
{
|
|
1257
2044
|
"name": "jsonapi",
|
|
@@ -1267,10 +2054,13 @@
|
|
|
1267
2054
|
"maintainers": [
|
|
1268
2055
|
{
|
|
1269
2056
|
"name": "patrickcate",
|
|
1270
|
-
"github": "patrickcate"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
2057
|
+
"github": "patrickcate"
|
|
1272
2058
|
}
|
|
1273
|
-
]
|
|
2059
|
+
],
|
|
2060
|
+
"compatibility": {
|
|
2061
|
+
"nuxt": "^2.0.0",
|
|
2062
|
+
"requires": {}
|
|
2063
|
+
}
|
|
1274
2064
|
},
|
|
1275
2065
|
{
|
|
1276
2066
|
"name": "kentico-kontent",
|
|
@@ -1286,10 +2076,37 @@
|
|
|
1286
2076
|
"maintainers": [
|
|
1287
2077
|
{
|
|
1288
2078
|
"name": "Alfred Brockötter",
|
|
1289
|
-
"github": "Domitnator"
|
|
1290
|
-
|
|
2079
|
+
"github": "Domitnator"
|
|
2080
|
+
}
|
|
2081
|
+
],
|
|
2082
|
+
"compatibility": {
|
|
2083
|
+
"nuxt": "^2.0.0",
|
|
2084
|
+
"requires": {}
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "kql",
|
|
2089
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2090
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2091
|
+
"npm": "nuxt-kql",
|
|
2092
|
+
"icon": "kql.svg",
|
|
2093
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2094
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2095
|
+
"learn_more": "",
|
|
2096
|
+
"category": "CMS",
|
|
2097
|
+
"type": "3rd-party",
|
|
2098
|
+
"maintainers": [
|
|
2099
|
+
{
|
|
2100
|
+
"name": "Johann Schopplich",
|
|
2101
|
+
"github": "johannschopplich",
|
|
2102
|
+
"twitter": "jschopplich",
|
|
2103
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1291
2104
|
}
|
|
1292
|
-
]
|
|
2105
|
+
],
|
|
2106
|
+
"compatibility": {
|
|
2107
|
+
"nuxt": "^3.0.0",
|
|
2108
|
+
"requires": {}
|
|
2109
|
+
}
|
|
1293
2110
|
},
|
|
1294
2111
|
{
|
|
1295
2112
|
"name": "laravel-echo",
|
|
@@ -1305,10 +2122,13 @@
|
|
|
1305
2122
|
"maintainers": [
|
|
1306
2123
|
{
|
|
1307
2124
|
"name": "Ricardo Gobbo de Souza",
|
|
1308
|
-
"github": "ricardogobbosouza"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2125
|
+
"github": "ricardogobbosouza"
|
|
1310
2126
|
}
|
|
1311
|
-
]
|
|
2127
|
+
],
|
|
2128
|
+
"compatibility": {
|
|
2129
|
+
"nuxt": "^2.0.0",
|
|
2130
|
+
"requires": {}
|
|
2131
|
+
}
|
|
1312
2132
|
},
|
|
1313
2133
|
{
|
|
1314
2134
|
"name": "laravel-nuxt",
|
|
@@ -1324,10 +2144,13 @@
|
|
|
1324
2144
|
"maintainers": [
|
|
1325
2145
|
{
|
|
1326
2146
|
"name": "skyrpex",
|
|
1327
|
-
"github": "skyrpex"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2147
|
+
"github": "skyrpex"
|
|
1329
2148
|
}
|
|
1330
|
-
]
|
|
2149
|
+
],
|
|
2150
|
+
"compatibility": {
|
|
2151
|
+
"nuxt": "^2.0.0",
|
|
2152
|
+
"requires": {}
|
|
2153
|
+
}
|
|
1331
2154
|
},
|
|
1332
2155
|
{
|
|
1333
2156
|
"name": "laravel",
|
|
@@ -1343,10 +2166,13 @@
|
|
|
1343
2166
|
"maintainers": [
|
|
1344
2167
|
{
|
|
1345
2168
|
"name": "m2sd",
|
|
1346
|
-
"github": "m2sd"
|
|
1347
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2169
|
+
"github": "m2sd"
|
|
1348
2170
|
}
|
|
1349
|
-
]
|
|
2171
|
+
],
|
|
2172
|
+
"compatibility": {
|
|
2173
|
+
"nuxt": "^2.0.0",
|
|
2174
|
+
"requires": {}
|
|
2175
|
+
}
|
|
1350
2176
|
},
|
|
1351
2177
|
{
|
|
1352
2178
|
"name": "leaflet",
|
|
@@ -1357,15 +2183,18 @@
|
|
|
1357
2183
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1358
2184
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1359
2185
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1360
|
-
"category": "
|
|
2186
|
+
"category": "Libraries",
|
|
1361
2187
|
"type": "3rd-party",
|
|
1362
2188
|
"maintainers": [
|
|
1363
2189
|
{
|
|
1364
2190
|
"name": "schlunsen",
|
|
1365
|
-
"github": "schlunsen"
|
|
1366
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2191
|
+
"github": "schlunsen"
|
|
1367
2192
|
}
|
|
1368
|
-
]
|
|
2193
|
+
],
|
|
2194
|
+
"compatibility": {
|
|
2195
|
+
"nuxt": "^2.0.0",
|
|
2196
|
+
"requires": {}
|
|
2197
|
+
}
|
|
1369
2198
|
},
|
|
1370
2199
|
{
|
|
1371
2200
|
"name": "localforage",
|
|
@@ -1376,21 +2205,23 @@
|
|
|
1376
2205
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1377
2206
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1378
2207
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1379
|
-
"category": "
|
|
2208
|
+
"category": "Libraries",
|
|
1380
2209
|
"type": "community",
|
|
1381
2210
|
"maintainers": [
|
|
1382
2211
|
{
|
|
1383
2212
|
"name": "Alexandre Chopin",
|
|
1384
2213
|
"github": "alexchopin",
|
|
1385
|
-
"twitter": "alexchopin"
|
|
1386
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2214
|
+
"twitter": "alexchopin"
|
|
1387
2215
|
},
|
|
1388
2216
|
{
|
|
1389
2217
|
"name": "Ricardo Gobbo de Souza",
|
|
1390
|
-
"github": "ricardogobbosouza"
|
|
1391
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2218
|
+
"github": "ricardogobbosouza"
|
|
1392
2219
|
}
|
|
1393
|
-
]
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^2.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
1394
2225
|
},
|
|
1395
2226
|
{
|
|
1396
2227
|
"name": "localtunnel",
|
|
@@ -1407,10 +2238,35 @@
|
|
|
1407
2238
|
{
|
|
1408
2239
|
"name": "Pooya Parsa",
|
|
1409
2240
|
"github": "pi0",
|
|
1410
|
-
"twitter": "_pi0_"
|
|
1411
|
-
|
|
2241
|
+
"twitter": "_pi0_"
|
|
2242
|
+
}
|
|
2243
|
+
],
|
|
2244
|
+
"compatibility": {
|
|
2245
|
+
"nuxt": "^2.0.0",
|
|
2246
|
+
"requires": {}
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "lodash",
|
|
2251
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2252
|
+
"repo": "cipami/nuxt-lodash",
|
|
2253
|
+
"npm": "nuxt-lodash",
|
|
2254
|
+
"icon": "lodash.svg",
|
|
2255
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2256
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2257
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2258
|
+
"category": "Libraries",
|
|
2259
|
+
"type": "3rd-party",
|
|
2260
|
+
"maintainers": [
|
|
2261
|
+
{
|
|
2262
|
+
"name": "Michal Čípa",
|
|
2263
|
+
"github": "cipami"
|
|
1412
2264
|
}
|
|
1413
|
-
]
|
|
2265
|
+
],
|
|
2266
|
+
"compatibility": {
|
|
2267
|
+
"nuxt": "^3.0.0",
|
|
2268
|
+
"requires": {}
|
|
2269
|
+
}
|
|
1414
2270
|
},
|
|
1415
2271
|
{
|
|
1416
2272
|
"name": "logrocket",
|
|
@@ -1427,10 +2283,13 @@
|
|
|
1427
2283
|
{
|
|
1428
2284
|
"name": "Farzad Soltani",
|
|
1429
2285
|
"github": "farzadso",
|
|
1430
|
-
"twitter": "farzadso"
|
|
1431
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2286
|
+
"twitter": "farzadso"
|
|
1432
2287
|
}
|
|
1433
|
-
]
|
|
2288
|
+
],
|
|
2289
|
+
"compatibility": {
|
|
2290
|
+
"nuxt": "^2.0.0",
|
|
2291
|
+
"requires": {}
|
|
2292
|
+
}
|
|
1434
2293
|
},
|
|
1435
2294
|
{
|
|
1436
2295
|
"name": "lunr",
|
|
@@ -1446,30 +2305,59 @@
|
|
|
1446
2305
|
"maintainers": [
|
|
1447
2306
|
{
|
|
1448
2307
|
"name": "Pim",
|
|
1449
|
-
"github": "pimlie"
|
|
1450
|
-
|
|
2308
|
+
"github": "pimlie"
|
|
2309
|
+
}
|
|
2310
|
+
],
|
|
2311
|
+
"compatibility": {
|
|
2312
|
+
"nuxt": "^2.0.0",
|
|
2313
|
+
"requires": {}
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "magic-regexp",
|
|
2318
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2319
|
+
"repo": "danielroe/magic-regexp",
|
|
2320
|
+
"npm": "magic-regexp",
|
|
2321
|
+
"icon": "magic-regexp.svg",
|
|
2322
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2323
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2324
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2325
|
+
"category": "Libraries",
|
|
2326
|
+
"type": "3rd-party",
|
|
2327
|
+
"maintainers": [
|
|
2328
|
+
{
|
|
2329
|
+
"name": "Daniel Roe",
|
|
2330
|
+
"github": "danielroe",
|
|
2331
|
+
"twitter": "danielcroe"
|
|
1451
2332
|
}
|
|
1452
|
-
]
|
|
2333
|
+
],
|
|
2334
|
+
"compatibility": {
|
|
2335
|
+
"nuxt": "^3.0.0",
|
|
2336
|
+
"requires": {}
|
|
2337
|
+
}
|
|
1453
2338
|
},
|
|
1454
2339
|
{
|
|
1455
2340
|
"name": "markdownit",
|
|
1456
2341
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1457
|
-
"repo": "nuxt-community/
|
|
2342
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1458
2343
|
"npm": "@nuxtjs/markdownit",
|
|
1459
2344
|
"icon": "",
|
|
1460
|
-
"github": "https://github.com/nuxt-community/
|
|
1461
|
-
"website": "https://github.com/nuxt-community/
|
|
2345
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2346
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1462
2347
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1463
|
-
"category": "
|
|
2348
|
+
"category": "Extensions",
|
|
1464
2349
|
"type": "community",
|
|
1465
2350
|
"maintainers": [
|
|
1466
2351
|
{
|
|
1467
2352
|
"name": "Pooya Parsa",
|
|
1468
2353
|
"github": "pi0",
|
|
1469
|
-
"twitter": "_pi0_"
|
|
1470
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2354
|
+
"twitter": "_pi0_"
|
|
1471
2355
|
}
|
|
1472
|
-
]
|
|
2356
|
+
],
|
|
2357
|
+
"compatibility": {
|
|
2358
|
+
"nuxt": "^2.0.0",
|
|
2359
|
+
"requires": {}
|
|
2360
|
+
}
|
|
1473
2361
|
},
|
|
1474
2362
|
{
|
|
1475
2363
|
"name": "matomo",
|
|
@@ -1485,10 +2373,13 @@
|
|
|
1485
2373
|
"maintainers": [
|
|
1486
2374
|
{
|
|
1487
2375
|
"name": "pimlie",
|
|
1488
|
-
"github": "pimlie"
|
|
1489
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2376
|
+
"github": "pimlie"
|
|
1490
2377
|
}
|
|
1491
|
-
]
|
|
2378
|
+
],
|
|
2379
|
+
"compatibility": {
|
|
2380
|
+
"nuxt": "^2.0.0",
|
|
2381
|
+
"requires": {}
|
|
2382
|
+
}
|
|
1492
2383
|
},
|
|
1493
2384
|
{
|
|
1494
2385
|
"name": "mdx",
|
|
@@ -1499,16 +2390,44 @@
|
|
|
1499
2390
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1500
2391
|
"website": "https://mdx.nuxtjs.org",
|
|
1501
2392
|
"learn_more": "https://mdxjs.com/",
|
|
1502
|
-
"category": "
|
|
2393
|
+
"category": "Extensions",
|
|
1503
2394
|
"type": "community",
|
|
1504
2395
|
"maintainers": [
|
|
1505
2396
|
{
|
|
1506
2397
|
"name": "Jonathan Bakebwa",
|
|
1507
2398
|
"github": "codebender828",
|
|
1508
|
-
"twitter": "codebender828"
|
|
1509
|
-
|
|
2399
|
+
"twitter": "codebender828"
|
|
2400
|
+
}
|
|
2401
|
+
],
|
|
2402
|
+
"compatibility": {
|
|
2403
|
+
"nuxt": "^2.0.0",
|
|
2404
|
+
"requires": {}
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "meilisearch",
|
|
2409
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2410
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2411
|
+
"npm": "nuxt-meilisearch",
|
|
2412
|
+
"icon": "meilisearch.svg",
|
|
2413
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2414
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2415
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2416
|
+
"category": "Libraries",
|
|
2417
|
+
"type": "3rd-party",
|
|
2418
|
+
"maintainers": [
|
|
2419
|
+
{
|
|
2420
|
+
"name": "Alex Duval",
|
|
2421
|
+
"github": "xlanex6",
|
|
2422
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2423
|
+
}
|
|
2424
|
+
],
|
|
2425
|
+
"compatibility": {
|
|
2426
|
+
"nuxt": "^3.0.0",
|
|
2427
|
+
"requires": {
|
|
2428
|
+
"bridge": false
|
|
1510
2429
|
}
|
|
1511
|
-
|
|
2430
|
+
}
|
|
1512
2431
|
},
|
|
1513
2432
|
{
|
|
1514
2433
|
"name": "memwatch",
|
|
@@ -1524,10 +2443,13 @@
|
|
|
1524
2443
|
"maintainers": [
|
|
1525
2444
|
{
|
|
1526
2445
|
"name": "pimlie",
|
|
1527
|
-
"github": "pimlie"
|
|
1528
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2446
|
+
"github": "pimlie"
|
|
1529
2447
|
}
|
|
1530
|
-
]
|
|
2448
|
+
],
|
|
2449
|
+
"compatibility": {
|
|
2450
|
+
"nuxt": "^2.0.0",
|
|
2451
|
+
"requires": {}
|
|
2452
|
+
}
|
|
1531
2453
|
},
|
|
1532
2454
|
{
|
|
1533
2455
|
"name": "mobile",
|
|
@@ -1538,15 +2460,18 @@
|
|
|
1538
2460
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1539
2461
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1540
2462
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1541
|
-
"category": "
|
|
2463
|
+
"category": "Extensions",
|
|
1542
2464
|
"type": "3rd-party",
|
|
1543
2465
|
"maintainers": [
|
|
1544
2466
|
{
|
|
1545
2467
|
"name": "ChanningDefoe",
|
|
1546
|
-
"github": "ChanningDefoe"
|
|
1547
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2468
|
+
"github": "ChanningDefoe"
|
|
1548
2469
|
}
|
|
1549
|
-
]
|
|
2470
|
+
],
|
|
2471
|
+
"compatibility": {
|
|
2472
|
+
"nuxt": "^2.0.0",
|
|
2473
|
+
"requires": {}
|
|
2474
|
+
}
|
|
1550
2475
|
},
|
|
1551
2476
|
{
|
|
1552
2477
|
"name": "moment",
|
|
@@ -1563,15 +2488,17 @@
|
|
|
1563
2488
|
{
|
|
1564
2489
|
"name": "Pooya Parsa",
|
|
1565
2490
|
"github": "pi0",
|
|
1566
|
-
"twitter": "_pi0_"
|
|
1567
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2491
|
+
"twitter": "_pi0_"
|
|
1568
2492
|
},
|
|
1569
2493
|
{
|
|
1570
2494
|
"name": "Ricardo Gobbo de Souza",
|
|
1571
|
-
"github": "ricardogobbosouza"
|
|
1572
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2495
|
+
"github": "ricardogobbosouza"
|
|
1573
2496
|
}
|
|
1574
|
-
]
|
|
2497
|
+
],
|
|
2498
|
+
"compatibility": {
|
|
2499
|
+
"nuxt": "^2.0.0",
|
|
2500
|
+
"requires": {}
|
|
2501
|
+
}
|
|
1575
2502
|
},
|
|
1576
2503
|
{
|
|
1577
2504
|
"name": "mq",
|
|
@@ -1587,10 +2514,13 @@
|
|
|
1587
2514
|
"maintainers": [
|
|
1588
2515
|
{
|
|
1589
2516
|
"name": "vanhoofmaarten",
|
|
1590
|
-
"github": "vanhoofmaarten"
|
|
1591
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2517
|
+
"github": "vanhoofmaarten"
|
|
1592
2518
|
}
|
|
1593
|
-
]
|
|
2519
|
+
],
|
|
2520
|
+
"compatibility": {
|
|
2521
|
+
"nuxt": "^2.0.0",
|
|
2522
|
+
"requires": {}
|
|
2523
|
+
}
|
|
1594
2524
|
},
|
|
1595
2525
|
{
|
|
1596
2526
|
"name": "neo",
|
|
@@ -1606,10 +2536,13 @@
|
|
|
1606
2536
|
"maintainers": [
|
|
1607
2537
|
{
|
|
1608
2538
|
"name": "ezypeeze",
|
|
1609
|
-
"github": "ezypeeze"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2539
|
+
"github": "ezypeeze"
|
|
1611
2540
|
}
|
|
1612
|
-
]
|
|
2541
|
+
],
|
|
2542
|
+
"compatibility": {
|
|
2543
|
+
"nuxt": "^2.0.0",
|
|
2544
|
+
"requires": {}
|
|
2545
|
+
}
|
|
1613
2546
|
},
|
|
1614
2547
|
{
|
|
1615
2548
|
"name": "netlify-cache",
|
|
@@ -1625,10 +2558,13 @@
|
|
|
1625
2558
|
"maintainers": [
|
|
1626
2559
|
{
|
|
1627
2560
|
"name": "DreaMinder",
|
|
1628
|
-
"github": "DreaMinder"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2561
|
+
"github": "DreaMinder"
|
|
1630
2562
|
}
|
|
1631
|
-
]
|
|
2563
|
+
],
|
|
2564
|
+
"compatibility": {
|
|
2565
|
+
"nuxt": "^2.0.0",
|
|
2566
|
+
"requires": {}
|
|
2567
|
+
}
|
|
1632
2568
|
},
|
|
1633
2569
|
{
|
|
1634
2570
|
"name": "netlify-files",
|
|
@@ -1645,10 +2581,13 @@
|
|
|
1645
2581
|
{
|
|
1646
2582
|
"name": "Alexander Lichter",
|
|
1647
2583
|
"github": "manniL",
|
|
1648
|
-
"twitter": "TheAlexLichter"
|
|
1649
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2584
|
+
"twitter": "TheAlexLichter"
|
|
1650
2585
|
}
|
|
1651
|
-
]
|
|
2586
|
+
],
|
|
2587
|
+
"compatibility": {
|
|
2588
|
+
"nuxt": "^2.0.0",
|
|
2589
|
+
"requires": {}
|
|
2590
|
+
}
|
|
1652
2591
|
},
|
|
1653
2592
|
{
|
|
1654
2593
|
"name": "netlify",
|
|
@@ -1664,10 +2603,13 @@
|
|
|
1664
2603
|
"maintainers": [
|
|
1665
2604
|
{
|
|
1666
2605
|
"name": "bazzite",
|
|
1667
|
-
"github": "bazzite"
|
|
1668
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2606
|
+
"github": "bazzite"
|
|
1669
2607
|
}
|
|
1670
|
-
]
|
|
2608
|
+
],
|
|
2609
|
+
"compatibility": {
|
|
2610
|
+
"nuxt": "^2.0.0",
|
|
2611
|
+
"requires": {}
|
|
2612
|
+
}
|
|
1671
2613
|
},
|
|
1672
2614
|
{
|
|
1673
2615
|
"name": "ngrok",
|
|
@@ -1684,19 +2626,21 @@
|
|
|
1684
2626
|
{
|
|
1685
2627
|
"name": "Debbie O'Brien",
|
|
1686
2628
|
"github": "debs-obrien",
|
|
1687
|
-
"twitter": "debs_obrien"
|
|
1688
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2629
|
+
"twitter": "debs_obrien"
|
|
1689
2630
|
},
|
|
1690
2631
|
{
|
|
1691
2632
|
"name": "Pooya Parsa",
|
|
1692
2633
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2634
|
+
"twitter": "_pi0_"
|
|
1695
2635
|
}
|
|
1696
|
-
]
|
|
2636
|
+
],
|
|
2637
|
+
"compatibility": {
|
|
2638
|
+
"nuxt": "^2.0.0",
|
|
2639
|
+
"requires": {}
|
|
2640
|
+
}
|
|
1697
2641
|
},
|
|
1698
2642
|
{
|
|
1699
|
-
"name": "
|
|
2643
|
+
"name": "notion",
|
|
1700
2644
|
"description": "Vue renderer for Notion pages",
|
|
1701
2645
|
"repo": "janniks/vue-notion",
|
|
1702
2646
|
"npm": "vue-notion",
|
|
@@ -1709,18 +2653,248 @@
|
|
|
1709
2653
|
"maintainers": [
|
|
1710
2654
|
{
|
|
1711
2655
|
"name": "janniks",
|
|
1712
|
-
"github": "janniks"
|
|
1713
|
-
|
|
2656
|
+
"github": "janniks"
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"compatibility": {
|
|
2660
|
+
"nuxt": "^2.0.0",
|
|
2661
|
+
"requires": {}
|
|
2662
|
+
}
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"name": "nuxt-hue",
|
|
2666
|
+
"description": "Enlighten your Nuxt experience",
|
|
2667
|
+
"repo": "lihbr/nuxt-hue",
|
|
2668
|
+
"npm": "nuxt-hue",
|
|
2669
|
+
"icon": "nuxt-hue.svg",
|
|
2670
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2671
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2672
|
+
"learn_more": "",
|
|
2673
|
+
"category": "Devtools",
|
|
2674
|
+
"type": "3rd-party",
|
|
2675
|
+
"maintainers": [
|
|
2676
|
+
{
|
|
2677
|
+
"name": "lihbr",
|
|
2678
|
+
"github": "lihbr"
|
|
2679
|
+
}
|
|
2680
|
+
],
|
|
2681
|
+
"compatibility": {
|
|
2682
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2683
|
+
"requires": {
|
|
2684
|
+
"bridge": "optional"
|
|
1714
2685
|
}
|
|
1715
|
-
|
|
2686
|
+
}
|
|
1716
2687
|
},
|
|
1717
2688
|
{
|
|
1718
|
-
"name": "
|
|
1719
|
-
"description": "
|
|
1720
|
-
"repo": "nuxt-
|
|
1721
|
-
"npm": "
|
|
1722
|
-
"icon": "",
|
|
1723
|
-
"github": "https://github.com/nuxt-
|
|
2689
|
+
"name": "nuxt-monaco-editor",
|
|
2690
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2691
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2692
|
+
"npm": "nuxt-monaco-editor",
|
|
2693
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2694
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2695
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2696
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2697
|
+
"category": "Libraries",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "e-chan1007",
|
|
2702
|
+
"github": "e-chan1007"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"compatibility": {
|
|
2706
|
+
"nuxt": "^3.0.0",
|
|
2707
|
+
"requires": {}
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "nuxt-pino-log",
|
|
2712
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2713
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2714
|
+
"npm": "nuxt-pino-log",
|
|
2715
|
+
"icon": "",
|
|
2716
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2717
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2718
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2719
|
+
"category": "Monitoring",
|
|
2720
|
+
"type": "3rd-party",
|
|
2721
|
+
"maintainers": [
|
|
2722
|
+
{
|
|
2723
|
+
"name": "kpn",
|
|
2724
|
+
"github": "kpn"
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"compatibility": {
|
|
2728
|
+
"nuxt": "^2.0.0",
|
|
2729
|
+
"requires": {}
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "nuxt-png-to-ico",
|
|
2734
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2735
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2736
|
+
"npm": "nuxt-png-to-ico",
|
|
2737
|
+
"icon": "",
|
|
2738
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2739
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2740
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2741
|
+
"category": "Devtools",
|
|
2742
|
+
"type": "3rd-party",
|
|
2743
|
+
"maintainers": [
|
|
2744
|
+
{
|
|
2745
|
+
"name": "b5710546232",
|
|
2746
|
+
"github": "b5710546232",
|
|
2747
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2748
|
+
}
|
|
2749
|
+
],
|
|
2750
|
+
"compatibility": {
|
|
2751
|
+
"nuxt": "^2.0.0",
|
|
2752
|
+
"requires": {}
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "nuxt-smartlook",
|
|
2757
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2758
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2759
|
+
"npm": "nuxt-smartlook",
|
|
2760
|
+
"icon": "nuxt-smartlook.png",
|
|
2761
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2762
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2763
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2764
|
+
"category": "Analytics",
|
|
2765
|
+
"type": "3rd-party",
|
|
2766
|
+
"maintainers": [
|
|
2767
|
+
{
|
|
2768
|
+
"name": "Milan Sulc",
|
|
2769
|
+
"github": "f3l1x",
|
|
2770
|
+
"twitter": "xf3l1x",
|
|
2771
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2772
|
+
}
|
|
2773
|
+
],
|
|
2774
|
+
"compatibility": {
|
|
2775
|
+
"nuxt": "^2.0.0",
|
|
2776
|
+
"requires": {}
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"name": "nuxt-svgo",
|
|
2781
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2782
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2783
|
+
"npm": "nuxt-svgo",
|
|
2784
|
+
"icon": "nuxt-svgo.png",
|
|
2785
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2786
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2787
|
+
"learn_more": "",
|
|
2788
|
+
"category": "Images",
|
|
2789
|
+
"type": "3rd-party",
|
|
2790
|
+
"maintainers": [
|
|
2791
|
+
{
|
|
2792
|
+
"name": "cpsoinos",
|
|
2793
|
+
"github": "cpsoinos"
|
|
2794
|
+
}
|
|
2795
|
+
],
|
|
2796
|
+
"compatibility": {
|
|
2797
|
+
"nuxt": "^3.0.0",
|
|
2798
|
+
"requires": {}
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"name": "nuxt-unleash",
|
|
2803
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2804
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2805
|
+
"npm": "nuxt-unleash",
|
|
2806
|
+
"icon": "nuxt-unleash.svg",
|
|
2807
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2808
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2809
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2810
|
+
"category": "Deployment",
|
|
2811
|
+
"type": "3rd-party",
|
|
2812
|
+
"maintainers": [
|
|
2813
|
+
{
|
|
2814
|
+
"name": "Juanjo Conejerock",
|
|
2815
|
+
"github": "conejerock"
|
|
2816
|
+
}
|
|
2817
|
+
],
|
|
2818
|
+
"compatibility": {
|
|
2819
|
+
"nuxt": "^2.0.0",
|
|
2820
|
+
"requires": {}
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "nuxt-use-motion",
|
|
2825
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2826
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2827
|
+
"npm": "nuxt-use-motion",
|
|
2828
|
+
"icon": "nuxt-use-motion.svg",
|
|
2829
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2830
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2831
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2832
|
+
"category": "Libraries",
|
|
2833
|
+
"type": "3rd-party",
|
|
2834
|
+
"maintainers": [
|
|
2835
|
+
{
|
|
2836
|
+
"name": "Tahul",
|
|
2837
|
+
"github": "Tahul"
|
|
2838
|
+
}
|
|
2839
|
+
],
|
|
2840
|
+
"compatibility": {
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"name": "nuxt-use-sound",
|
|
2847
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2848
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2849
|
+
"npm": "nuxt-use-sound",
|
|
2850
|
+
"icon": "nuxt-use-sound.svg",
|
|
2851
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2852
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2853
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2854
|
+
"category": "Libraries",
|
|
2855
|
+
"type": "3rd-party",
|
|
2856
|
+
"maintainers": [
|
|
2857
|
+
{
|
|
2858
|
+
"name": "Tahul",
|
|
2859
|
+
"github": "Tahul"
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"nuxt": "^2.0.0",
|
|
2864
|
+
"requires": {}
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "nuxt-viewport",
|
|
2869
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2870
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2871
|
+
"npm": "nuxt-viewport",
|
|
2872
|
+
"icon": "nuxt-viewport.svg",
|
|
2873
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2874
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2875
|
+
"learn_more": "",
|
|
2876
|
+
"category": "Extensions",
|
|
2877
|
+
"type": "3rd-party",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "mvrlin",
|
|
2881
|
+
"github": "mvrlin"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2886
|
+
"requires": {
|
|
2887
|
+
"bridge": "optional"
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"name": "nuxt7",
|
|
2893
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2894
|
+
"repo": "nuxt-community/nuxt7",
|
|
2895
|
+
"npm": "nuxt7",
|
|
2896
|
+
"icon": "",
|
|
2897
|
+
"github": "https://github.com/nuxt-community/nuxt7",
|
|
1724
2898
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
1725
2899
|
"learn_more": "https://framework7.io/",
|
|
1726
2900
|
"category": "UI",
|
|
@@ -1729,10 +2903,13 @@
|
|
|
1729
2903
|
{
|
|
1730
2904
|
"name": "Pooya Parsa",
|
|
1731
2905
|
"github": "pi0",
|
|
1732
|
-
"twitter": "_pi0_"
|
|
1733
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2906
|
+
"twitter": "_pi0_"
|
|
1734
2907
|
}
|
|
1735
|
-
]
|
|
2908
|
+
],
|
|
2909
|
+
"compatibility": {
|
|
2910
|
+
"nuxt": "^2.0.0",
|
|
2911
|
+
"requires": {}
|
|
2912
|
+
}
|
|
1736
2913
|
},
|
|
1737
2914
|
{
|
|
1738
2915
|
"name": "onesignal",
|
|
@@ -1743,16 +2920,19 @@
|
|
|
1743
2920
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1744
2921
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1745
2922
|
"learn_more": "https://onesignal.com/",
|
|
1746
|
-
"category": "
|
|
2923
|
+
"category": "Extensions",
|
|
1747
2924
|
"type": "community",
|
|
1748
2925
|
"maintainers": [
|
|
1749
2926
|
{
|
|
1750
2927
|
"name": "Pooya Parsa",
|
|
1751
2928
|
"github": "pi0",
|
|
1752
|
-
"twitter": "_pi0_"
|
|
1753
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2929
|
+
"twitter": "_pi0_"
|
|
1754
2930
|
}
|
|
1755
|
-
]
|
|
2931
|
+
],
|
|
2932
|
+
"compatibility": {
|
|
2933
|
+
"nuxt": "^2.0.0",
|
|
2934
|
+
"requires": {}
|
|
2935
|
+
}
|
|
1756
2936
|
},
|
|
1757
2937
|
{
|
|
1758
2938
|
"name": "optimized-images",
|
|
@@ -1769,10 +2949,13 @@
|
|
|
1769
2949
|
{
|
|
1770
2950
|
"name": "Julio Marquez",
|
|
1771
2951
|
"github": "juliomrqz",
|
|
1772
|
-
"twitter": "juliomrqz"
|
|
1773
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2952
|
+
"twitter": "juliomrqz"
|
|
1774
2953
|
}
|
|
1775
|
-
]
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"nuxt": "^2.0.0",
|
|
2957
|
+
"requires": {}
|
|
2958
|
+
}
|
|
1776
2959
|
},
|
|
1777
2960
|
{
|
|
1778
2961
|
"name": "page-generator-helper",
|
|
@@ -1783,15 +2966,18 @@
|
|
|
1783
2966
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1784
2967
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1785
2968
|
"learn_more": "",
|
|
1786
|
-
"category": "
|
|
2969
|
+
"category": "Extensions",
|
|
1787
2970
|
"type": "3rd-party",
|
|
1788
2971
|
"maintainers": [
|
|
1789
2972
|
{
|
|
1790
2973
|
"name": "GrabarzUndPartner",
|
|
1791
|
-
"github": "GrabarzUndPartner"
|
|
1792
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2974
|
+
"github": "GrabarzUndPartner"
|
|
1793
2975
|
}
|
|
1794
|
-
]
|
|
2976
|
+
],
|
|
2977
|
+
"compatibility": {
|
|
2978
|
+
"nuxt": "^2.0.0",
|
|
2979
|
+
"requires": {}
|
|
2980
|
+
}
|
|
1795
2981
|
},
|
|
1796
2982
|
{
|
|
1797
2983
|
"name": "parse",
|
|
@@ -1807,10 +2993,85 @@
|
|
|
1807
2993
|
"maintainers": [
|
|
1808
2994
|
{
|
|
1809
2995
|
"name": "cierrateam",
|
|
1810
|
-
"github": "cierrateam"
|
|
1811
|
-
|
|
2996
|
+
"github": "cierrateam"
|
|
2997
|
+
}
|
|
2998
|
+
],
|
|
2999
|
+
"compatibility": {
|
|
3000
|
+
"nuxt": "^2.0.0",
|
|
3001
|
+
"requires": {}
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "partytown",
|
|
3006
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
3007
|
+
"repo": "nuxt-modules/partytown",
|
|
3008
|
+
"npm": "@nuxtjs/partytown",
|
|
3009
|
+
"icon": "partytown.svg",
|
|
3010
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3011
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
3012
|
+
"learn_more": "https://partytown.builder.io/",
|
|
3013
|
+
"category": "Performance",
|
|
3014
|
+
"type": "community",
|
|
3015
|
+
"maintainers": [
|
|
3016
|
+
{
|
|
3017
|
+
"name": "Daniel Roe",
|
|
3018
|
+
"github": "danielroe",
|
|
3019
|
+
"twitter": "danielcroe"
|
|
1812
3020
|
}
|
|
1813
|
-
]
|
|
3021
|
+
],
|
|
3022
|
+
"compatibility": {
|
|
3023
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3024
|
+
"requires": {
|
|
3025
|
+
"bridge": true
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "persian-datepicker",
|
|
3031
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
3032
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
3033
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
3034
|
+
"icon": "persian-datepicker.svg",
|
|
3035
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
3036
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
3037
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
3038
|
+
"category": "Date",
|
|
3039
|
+
"type": "3rd-party",
|
|
3040
|
+
"maintainers": [
|
|
3041
|
+
{
|
|
3042
|
+
"name": "Alireza Alibeiki",
|
|
3043
|
+
"github": "alireza-ab",
|
|
3044
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
3045
|
+
}
|
|
3046
|
+
],
|
|
3047
|
+
"compatibility": {
|
|
3048
|
+
"nuxt": "^2.0.0",
|
|
3049
|
+
"requires": {}
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"name": "pinia",
|
|
3054
|
+
"description": "The Vue Store that you will enjoy using",
|
|
3055
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
3056
|
+
"npm": "@pinia/nuxt",
|
|
3057
|
+
"icon": "pinia.svg",
|
|
3058
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
3059
|
+
"website": "https://pinia.esm.dev/",
|
|
3060
|
+
"learn_more": "",
|
|
3061
|
+
"category": "Extensions",
|
|
3062
|
+
"type": "3rd-party",
|
|
3063
|
+
"maintainers": [
|
|
3064
|
+
{
|
|
3065
|
+
"name": "posva",
|
|
3066
|
+
"github": "posva"
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
"compatibility": {
|
|
3070
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3071
|
+
"requires": {
|
|
3072
|
+
"bridge": "optional"
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
1814
3075
|
},
|
|
1815
3076
|
{
|
|
1816
3077
|
"name": "plausible",
|
|
@@ -1826,10 +3087,15 @@
|
|
|
1826
3087
|
"maintainers": [
|
|
1827
3088
|
{
|
|
1828
3089
|
"name": "moritzsternemann",
|
|
1829
|
-
"github": "moritzsternemann"
|
|
1830
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
3090
|
+
"github": "moritzsternemann"
|
|
1831
3091
|
}
|
|
1832
|
-
]
|
|
3092
|
+
],
|
|
3093
|
+
"compatibility": {
|
|
3094
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3095
|
+
"requires": {
|
|
3096
|
+
"bridge": "optional"
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
1833
3099
|
},
|
|
1834
3100
|
{
|
|
1835
3101
|
"name": "precompress",
|
|
@@ -1845,41 +3111,36 @@
|
|
|
1845
3111
|
"maintainers": [
|
|
1846
3112
|
{
|
|
1847
3113
|
"name": "frenchrabbit",
|
|
1848
|
-
"github": "frenchrabbit"
|
|
1849
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
3114
|
+
"github": "frenchrabbit"
|
|
1850
3115
|
}
|
|
1851
|
-
]
|
|
3116
|
+
],
|
|
3117
|
+
"compatibility": {
|
|
3118
|
+
"nuxt": "^2.0.0",
|
|
3119
|
+
"requires": {}
|
|
3120
|
+
}
|
|
1852
3121
|
},
|
|
1853
3122
|
{
|
|
1854
3123
|
"name": "prismic",
|
|
1855
3124
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
1856
|
-
"repo": "nuxt-
|
|
3125
|
+
"repo": "nuxt-modules/prismic",
|
|
1857
3126
|
"npm": "@nuxtjs/prismic",
|
|
1858
3127
|
"icon": "prismic.png",
|
|
1859
|
-
"github": "https://github.com/nuxt-
|
|
3128
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
1860
3129
|
"website": "https://prismic.nuxtjs.org",
|
|
1861
|
-
"learn_more": "https://prismic.io
|
|
3130
|
+
"learn_more": "https://prismic.io",
|
|
1862
3131
|
"category": "CMS",
|
|
1863
3132
|
"type": "community",
|
|
1864
3133
|
"maintainers": [
|
|
1865
|
-
{
|
|
1866
|
-
"name": "Sébastien Chopin",
|
|
1867
|
-
"github": "Atinux",
|
|
1868
|
-
"twitter": "Atinux",
|
|
1869
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1870
|
-
},
|
|
1871
3134
|
{
|
|
1872
3135
|
"name": "lihbr",
|
|
1873
3136
|
"github": "lihbr",
|
|
1874
|
-
"twitter": "li_hbr"
|
|
1875
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"name": "James Pegg",
|
|
1879
|
-
"github": "jamespegg",
|
|
1880
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
3137
|
+
"twitter": "li_hbr"
|
|
1881
3138
|
}
|
|
1882
|
-
]
|
|
3139
|
+
],
|
|
3140
|
+
"compatibility": {
|
|
3141
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3142
|
+
"requires": {}
|
|
3143
|
+
}
|
|
1883
3144
|
},
|
|
1884
3145
|
{
|
|
1885
3146
|
"name": "protected-mailto",
|
|
@@ -1895,10 +3156,13 @@
|
|
|
1895
3156
|
"maintainers": [
|
|
1896
3157
|
{
|
|
1897
3158
|
"name": "mmoollllee",
|
|
1898
|
-
"github": "mmoollllee"
|
|
1899
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
3159
|
+
"github": "mmoollllee"
|
|
1900
3160
|
}
|
|
1901
|
-
]
|
|
3161
|
+
],
|
|
3162
|
+
"compatibility": {
|
|
3163
|
+
"nuxt": "^2.0.0",
|
|
3164
|
+
"requires": {}
|
|
3165
|
+
}
|
|
1902
3166
|
},
|
|
1903
3167
|
{
|
|
1904
3168
|
"name": "proxy",
|
|
@@ -1915,10 +3179,13 @@
|
|
|
1915
3179
|
{
|
|
1916
3180
|
"name": "Pooya Parsa",
|
|
1917
3181
|
"github": "pi0",
|
|
1918
|
-
"twitter": "_pi0_"
|
|
1919
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3182
|
+
"twitter": "_pi0_"
|
|
1920
3183
|
}
|
|
1921
|
-
]
|
|
3184
|
+
],
|
|
3185
|
+
"compatibility": {
|
|
3186
|
+
"nuxt": "^2.0.0",
|
|
3187
|
+
"requires": {}
|
|
3188
|
+
}
|
|
1922
3189
|
},
|
|
1923
3190
|
{
|
|
1924
3191
|
"name": "prune-html",
|
|
@@ -1933,16 +3200,20 @@
|
|
|
1933
3200
|
"type": "3rd-party",
|
|
1934
3201
|
"maintainers": [
|
|
1935
3202
|
{
|
|
1936
|
-
"name": "
|
|
3203
|
+
"name": "Luca Iaconelli",
|
|
1937
3204
|
"github": "LuXDAmore",
|
|
1938
|
-
"
|
|
3205
|
+
"twitter": "luxdamore"
|
|
1939
3206
|
}
|
|
1940
|
-
]
|
|
3207
|
+
],
|
|
3208
|
+
"compatibility": {
|
|
3209
|
+
"nuxt": "^2.0.0",
|
|
3210
|
+
"requires": {}
|
|
3211
|
+
}
|
|
1941
3212
|
},
|
|
1942
3213
|
{
|
|
1943
3214
|
"name": "purgecss",
|
|
1944
3215
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
1945
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3216
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
1946
3217
|
"npm": "nuxt-purgecss",
|
|
1947
3218
|
"icon": "purgecss.png",
|
|
1948
3219
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -1953,14 +3224,17 @@
|
|
|
1953
3224
|
"maintainers": [
|
|
1954
3225
|
{
|
|
1955
3226
|
"name": "Developmint",
|
|
1956
|
-
"github": "Developmint"
|
|
1957
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3227
|
+
"github": "Developmint"
|
|
1958
3228
|
}
|
|
1959
|
-
]
|
|
3229
|
+
],
|
|
3230
|
+
"compatibility": {
|
|
3231
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3232
|
+
"requires": {}
|
|
3233
|
+
}
|
|
1960
3234
|
},
|
|
1961
3235
|
{
|
|
1962
3236
|
"name": "pwa",
|
|
1963
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3237
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1964
3238
|
"repo": "nuxt-community/pwa-module",
|
|
1965
3239
|
"npm": "@nuxtjs/pwa",
|
|
1966
3240
|
"icon": "pwa.png",
|
|
@@ -1973,10 +3247,15 @@
|
|
|
1973
3247
|
{
|
|
1974
3248
|
"name": "Pooya Parsa",
|
|
1975
3249
|
"github": "pi0",
|
|
1976
|
-
"twitter": "_pi0_"
|
|
1977
|
-
|
|
3250
|
+
"twitter": "_pi0_"
|
|
3251
|
+
}
|
|
3252
|
+
],
|
|
3253
|
+
"compatibility": {
|
|
3254
|
+
"nuxt": "^2.0.0",
|
|
3255
|
+
"requires": {
|
|
3256
|
+
"bridge": "optional"
|
|
1978
3257
|
}
|
|
1979
|
-
|
|
3258
|
+
}
|
|
1980
3259
|
},
|
|
1981
3260
|
{
|
|
1982
3261
|
"name": "python",
|
|
@@ -1987,15 +3266,18 @@
|
|
|
1987
3266
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1988
3267
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1989
3268
|
"learn_more": "https://www.python.org/",
|
|
1990
|
-
"category": "
|
|
3269
|
+
"category": "Extensions",
|
|
1991
3270
|
"type": "community",
|
|
1992
3271
|
"maintainers": [
|
|
1993
3272
|
{
|
|
1994
3273
|
"name": "Sebastian Silva",
|
|
1995
|
-
"github": "icarito"
|
|
1996
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3274
|
+
"github": "icarito"
|
|
1997
3275
|
}
|
|
1998
|
-
]
|
|
3276
|
+
],
|
|
3277
|
+
"compatibility": {
|
|
3278
|
+
"nuxt": "^2.0.0",
|
|
3279
|
+
"requires": {}
|
|
3280
|
+
}
|
|
1999
3281
|
},
|
|
2000
3282
|
{
|
|
2001
3283
|
"name": "recaptcha",
|
|
@@ -2011,10 +3293,13 @@
|
|
|
2011
3293
|
"maintainers": [
|
|
2012
3294
|
{
|
|
2013
3295
|
"name": "mvrlin",
|
|
2014
|
-
"github": "mvrlin"
|
|
2015
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3296
|
+
"github": "mvrlin"
|
|
2016
3297
|
}
|
|
2017
|
-
]
|
|
3298
|
+
],
|
|
3299
|
+
"compatibility": {
|
|
3300
|
+
"nuxt": "^2.0.0",
|
|
3301
|
+
"requires": {}
|
|
3302
|
+
}
|
|
2018
3303
|
},
|
|
2019
3304
|
{
|
|
2020
3305
|
"name": "redirect",
|
|
@@ -2031,10 +3316,13 @@
|
|
|
2031
3316
|
{
|
|
2032
3317
|
"name": "Alexander Lichter",
|
|
2033
3318
|
"github": "manniL",
|
|
2034
|
-
"twitter": "TheAlexLichter"
|
|
2035
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3319
|
+
"twitter": "TheAlexLichter"
|
|
2036
3320
|
}
|
|
2037
|
-
]
|
|
3321
|
+
],
|
|
3322
|
+
"compatibility": {
|
|
3323
|
+
"nuxt": "^2.0.0",
|
|
3324
|
+
"requires": {}
|
|
3325
|
+
}
|
|
2038
3326
|
},
|
|
2039
3327
|
{
|
|
2040
3328
|
"name": "rfg-icon",
|
|
@@ -2045,22 +3333,25 @@
|
|
|
2045
3333
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2046
3334
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2047
3335
|
"learn_more": "https://realfavicongenerator.net/",
|
|
2048
|
-
"category": "
|
|
3336
|
+
"category": "SEO",
|
|
2049
3337
|
"type": "3rd-party",
|
|
2050
3338
|
"maintainers": [
|
|
2051
3339
|
{
|
|
2052
3340
|
"name": "pimlie",
|
|
2053
|
-
"github": "pimlie"
|
|
2054
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3341
|
+
"github": "pimlie"
|
|
2055
3342
|
}
|
|
2056
|
-
]
|
|
3343
|
+
],
|
|
3344
|
+
"compatibility": {
|
|
3345
|
+
"nuxt": "^2.0.0",
|
|
3346
|
+
"requires": {}
|
|
3347
|
+
}
|
|
2057
3348
|
},
|
|
2058
3349
|
{
|
|
2059
3350
|
"name": "robots",
|
|
2060
3351
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
2061
3352
|
"repo": "nuxt-community/robots-module",
|
|
2062
3353
|
"npm": "@nuxtjs/robots",
|
|
2063
|
-
"icon": "",
|
|
3354
|
+
"icon": "robots.png",
|
|
2064
3355
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
2065
3356
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
2066
3357
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -2069,10 +3360,15 @@
|
|
|
2069
3360
|
"maintainers": [
|
|
2070
3361
|
{
|
|
2071
3362
|
"name": "Ricardo Gobbo de Souza",
|
|
2072
|
-
"github": "ricardogobbosouza"
|
|
2073
|
-
|
|
3363
|
+
"github": "ricardogobbosouza"
|
|
3364
|
+
}
|
|
3365
|
+
],
|
|
3366
|
+
"compatibility": {
|
|
3367
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3368
|
+
"requires": {
|
|
3369
|
+
"bridge": "optional"
|
|
2074
3370
|
}
|
|
2075
|
-
|
|
3371
|
+
}
|
|
2076
3372
|
},
|
|
2077
3373
|
{
|
|
2078
3374
|
"name": "rollbar",
|
|
@@ -2088,10 +3384,13 @@
|
|
|
2088
3384
|
"maintainers": [
|
|
2089
3385
|
{
|
|
2090
3386
|
"name": "Gaël Reyrol",
|
|
2091
|
-
"github": "gaelreyrol"
|
|
2092
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3387
|
+
"github": "gaelreyrol"
|
|
2093
3388
|
}
|
|
2094
|
-
]
|
|
3389
|
+
],
|
|
3390
|
+
"compatibility": {
|
|
3391
|
+
"nuxt": "^2.0.0",
|
|
3392
|
+
"requires": {}
|
|
3393
|
+
}
|
|
2095
3394
|
},
|
|
2096
3395
|
{
|
|
2097
3396
|
"name": "router-extras",
|
|
@@ -2102,16 +3401,19 @@
|
|
|
2102
3401
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2103
3402
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2104
3403
|
"learn_more": "",
|
|
2105
|
-
"category": "
|
|
3404
|
+
"category": "Extensions",
|
|
2106
3405
|
"type": "community",
|
|
2107
3406
|
"maintainers": [
|
|
2108
3407
|
{
|
|
2109
3408
|
"name": "Ahad Birang",
|
|
2110
3409
|
"github": "farnabaz",
|
|
2111
|
-
"twitter": "a_birang"
|
|
2112
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3410
|
+
"twitter": "a_birang"
|
|
2113
3411
|
}
|
|
2114
|
-
]
|
|
3412
|
+
],
|
|
3413
|
+
"compatibility": {
|
|
3414
|
+
"nuxt": "^2.0.0",
|
|
3415
|
+
"requires": {}
|
|
3416
|
+
}
|
|
2115
3417
|
},
|
|
2116
3418
|
{
|
|
2117
3419
|
"name": "router",
|
|
@@ -2122,24 +3424,27 @@
|
|
|
2122
3424
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2123
3425
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2124
3426
|
"learn_more": "",
|
|
2125
|
-
"category": "
|
|
3427
|
+
"category": "Extensions",
|
|
2126
3428
|
"type": "community",
|
|
2127
3429
|
"maintainers": [
|
|
2128
3430
|
{
|
|
2129
3431
|
"name": "Sébastien Chopin",
|
|
2130
3432
|
"github": "Atinux",
|
|
2131
|
-
"twitter": "Atinux"
|
|
2132
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3433
|
+
"twitter": "Atinux"
|
|
2133
3434
|
}
|
|
2134
|
-
]
|
|
3435
|
+
],
|
|
3436
|
+
"compatibility": {
|
|
3437
|
+
"nuxt": "^2.0.0",
|
|
3438
|
+
"requires": {}
|
|
3439
|
+
}
|
|
2135
3440
|
},
|
|
2136
3441
|
{
|
|
2137
3442
|
"name": "sanity",
|
|
2138
|
-
"description": "Access text, images, and other media with Nuxt
|
|
2139
|
-
"repo": "nuxt-
|
|
3443
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3444
|
+
"repo": "nuxt-modules/sanity#main",
|
|
2140
3445
|
"npm": "@nuxtjs/sanity",
|
|
2141
3446
|
"icon": "sanity.png",
|
|
2142
|
-
"github": "https://github.com/nuxt-
|
|
3447
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
2143
3448
|
"website": "https://sanity.nuxtjs.org",
|
|
2144
3449
|
"learn_more": "https://www.sanity.io/",
|
|
2145
3450
|
"category": "CMS",
|
|
@@ -2148,10 +3453,39 @@
|
|
|
2148
3453
|
{
|
|
2149
3454
|
"name": "Daniel Roe",
|
|
2150
3455
|
"github": "danielroe",
|
|
2151
|
-
"twitter": "danielcroe"
|
|
2152
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3456
|
+
"twitter": "danielcroe"
|
|
2153
3457
|
}
|
|
2154
|
-
]
|
|
3458
|
+
],
|
|
3459
|
+
"compatibility": {
|
|
3460
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3461
|
+
"requires": {
|
|
3462
|
+
"bridge": "optional"
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "schema-org",
|
|
3468
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3469
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3470
|
+
"npm": "nuxt-schema-org",
|
|
3471
|
+
"icon": "schema-org.svg",
|
|
3472
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3473
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3474
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3475
|
+
"category": "SEO",
|
|
3476
|
+
"type": "3rd-party",
|
|
3477
|
+
"maintainers": [
|
|
3478
|
+
{
|
|
3479
|
+
"name": "Harlan Wilton",
|
|
3480
|
+
"github": "harlan-zw",
|
|
3481
|
+
"twitter": "harlan_zw",
|
|
3482
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3483
|
+
}
|
|
3484
|
+
],
|
|
3485
|
+
"compatibility": {
|
|
3486
|
+
"nuxt": "^3.0.0",
|
|
3487
|
+
"requires": {}
|
|
3488
|
+
}
|
|
2155
3489
|
},
|
|
2156
3490
|
{
|
|
2157
3491
|
"name": "scss-to-js",
|
|
@@ -2167,10 +3501,36 @@
|
|
|
2167
3501
|
"maintainers": [
|
|
2168
3502
|
{
|
|
2169
3503
|
"name": "sugoidesune",
|
|
2170
|
-
"github": "sugoidesune"
|
|
2171
|
-
|
|
3504
|
+
"github": "sugoidesune"
|
|
3505
|
+
}
|
|
3506
|
+
],
|
|
3507
|
+
"compatibility": {
|
|
3508
|
+
"nuxt": "^2.0.0",
|
|
3509
|
+
"requires": {}
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"name": "security",
|
|
3514
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3515
|
+
"repo": "Baroshem/nuxt-security",
|
|
3516
|
+
"npm": "nuxt-security",
|
|
3517
|
+
"icon": "nuxt-security.svg",
|
|
3518
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3519
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3520
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3521
|
+
"category": "Security",
|
|
3522
|
+
"type": "3rd-party",
|
|
3523
|
+
"maintainers": [
|
|
3524
|
+
{
|
|
3525
|
+
"name": "Jakub Andrzejewski",
|
|
3526
|
+
"github": "Baroshem",
|
|
3527
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2172
3528
|
}
|
|
2173
|
-
]
|
|
3529
|
+
],
|
|
3530
|
+
"compatibility": {
|
|
3531
|
+
"nuxt": "^3.0.0",
|
|
3532
|
+
"requires": {}
|
|
3533
|
+
}
|
|
2174
3534
|
},
|
|
2175
3535
|
{
|
|
2176
3536
|
"name": "segment",
|
|
@@ -2186,10 +3546,13 @@
|
|
|
2186
3546
|
"maintainers": [
|
|
2187
3547
|
{
|
|
2188
3548
|
"name": "dansmaculotte",
|
|
2189
|
-
"github": "dansmaculotte"
|
|
2190
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3549
|
+
"github": "dansmaculotte"
|
|
2191
3550
|
}
|
|
2192
|
-
]
|
|
3551
|
+
],
|
|
3552
|
+
"compatibility": {
|
|
3553
|
+
"nuxt": "^2.0.0",
|
|
3554
|
+
"requires": {}
|
|
3555
|
+
}
|
|
2193
3556
|
},
|
|
2194
3557
|
{
|
|
2195
3558
|
"name": "sentry",
|
|
@@ -2205,10 +3568,36 @@
|
|
|
2205
3568
|
"maintainers": [
|
|
2206
3569
|
{
|
|
2207
3570
|
"name": "Rafał Chłodnicki",
|
|
2208
|
-
"github": "rchl"
|
|
2209
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3571
|
+
"github": "rchl"
|
|
2210
3572
|
}
|
|
2211
|
-
]
|
|
3573
|
+
],
|
|
3574
|
+
"compatibility": {
|
|
3575
|
+
"nuxt": "^2.0.0",
|
|
3576
|
+
"requires": {}
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"name": "seo-meta",
|
|
3581
|
+
"description": "Simple generate seo metadata",
|
|
3582
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3583
|
+
"npm": "nuxt-seo-meta",
|
|
3584
|
+
"icon": "",
|
|
3585
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3586
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3587
|
+
"learn_more": "",
|
|
3588
|
+
"category": "SEO",
|
|
3589
|
+
"type": "3rd-party",
|
|
3590
|
+
"maintainers": [
|
|
3591
|
+
{
|
|
3592
|
+
"name": "ihavecoke",
|
|
3593
|
+
"github": "ihavecoke",
|
|
3594
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3595
|
+
}
|
|
3596
|
+
],
|
|
3597
|
+
"compatibility": {
|
|
3598
|
+
"nuxt": "^2.0.0",
|
|
3599
|
+
"requires": {}
|
|
3600
|
+
}
|
|
2212
3601
|
},
|
|
2213
3602
|
{
|
|
2214
3603
|
"name": "seomatic-meta",
|
|
@@ -2224,10 +3613,13 @@
|
|
|
2224
3613
|
"maintainers": [
|
|
2225
3614
|
{
|
|
2226
3615
|
"name": "ben-rogerson",
|
|
2227
|
-
"github": "ben-rogerson"
|
|
2228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3616
|
+
"github": "ben-rogerson"
|
|
2229
3617
|
}
|
|
2230
|
-
]
|
|
3618
|
+
],
|
|
3619
|
+
"compatibility": {
|
|
3620
|
+
"nuxt": "^2.0.0",
|
|
3621
|
+
"requires": {}
|
|
3622
|
+
}
|
|
2231
3623
|
},
|
|
2232
3624
|
{
|
|
2233
3625
|
"name": "separate-env",
|
|
@@ -2238,16 +3630,42 @@
|
|
|
2238
3630
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2239
3631
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2240
3632
|
"learn_more": "",
|
|
2241
|
-
"category": "
|
|
3633
|
+
"category": "Extensions",
|
|
2242
3634
|
"type": "community",
|
|
2243
3635
|
"maintainers": [
|
|
2244
3636
|
{
|
|
2245
3637
|
"name": "Alexander Lichter",
|
|
2246
3638
|
"github": "manniL",
|
|
2247
|
-
"twitter": "TheAlexLichter"
|
|
2248
|
-
|
|
3639
|
+
"twitter": "TheAlexLichter"
|
|
3640
|
+
}
|
|
3641
|
+
],
|
|
3642
|
+
"compatibility": {
|
|
3643
|
+
"nuxt": "^2.0.0",
|
|
3644
|
+
"requires": {}
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"name": "session",
|
|
3649
|
+
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
3650
|
+
"repo": "sidebase/nuxt-session",
|
|
3651
|
+
"npm": "@sidebase/nuxt-session",
|
|
3652
|
+
"icon": "session.png",
|
|
3653
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3654
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3655
|
+
"learn_more": "https://github.com/sidebase",
|
|
3656
|
+
"category": "Security",
|
|
3657
|
+
"type": "3rd-party",
|
|
3658
|
+
"maintainers": [
|
|
3659
|
+
{
|
|
3660
|
+
"name": "sidebase",
|
|
3661
|
+
"github": "sidebase",
|
|
3662
|
+
"twitter": "sidebase_io"
|
|
2249
3663
|
}
|
|
2250
|
-
]
|
|
3664
|
+
],
|
|
3665
|
+
"compatibility": {
|
|
3666
|
+
"nuxt": "^3.0.0",
|
|
3667
|
+
"requires": {}
|
|
3668
|
+
}
|
|
2251
3669
|
},
|
|
2252
3670
|
{
|
|
2253
3671
|
"name": "shopify",
|
|
@@ -2263,10 +3681,13 @@
|
|
|
2263
3681
|
"maintainers": [
|
|
2264
3682
|
{
|
|
2265
3683
|
"name": "Gomah",
|
|
2266
|
-
"github": "Gomah"
|
|
2267
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3684
|
+
"github": "Gomah"
|
|
2268
3685
|
}
|
|
2269
|
-
]
|
|
3686
|
+
],
|
|
3687
|
+
"compatibility": {
|
|
3688
|
+
"nuxt": "^2.0.0",
|
|
3689
|
+
"requires": {}
|
|
3690
|
+
}
|
|
2270
3691
|
},
|
|
2271
3692
|
{
|
|
2272
3693
|
"name": "simple-line-icons",
|
|
@@ -2282,10 +3703,13 @@
|
|
|
2282
3703
|
"maintainers": [
|
|
2283
3704
|
{
|
|
2284
3705
|
"name": "vaso2",
|
|
2285
|
-
"github": "vaso2"
|
|
2286
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3706
|
+
"github": "vaso2"
|
|
2287
3707
|
}
|
|
2288
|
-
]
|
|
3708
|
+
],
|
|
3709
|
+
"compatibility": {
|
|
3710
|
+
"nuxt": "^2.0.0",
|
|
3711
|
+
"requires": {}
|
|
3712
|
+
}
|
|
2289
3713
|
},
|
|
2290
3714
|
{
|
|
2291
3715
|
"name": "sitemap",
|
|
@@ -2302,10 +3726,36 @@
|
|
|
2302
3726
|
{
|
|
2303
3727
|
"name": "Nicolas PENNEC",
|
|
2304
3728
|
"github": "NicoPennec",
|
|
2305
|
-
"twitter": "NicoPennec"
|
|
2306
|
-
|
|
3729
|
+
"twitter": "NicoPennec"
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"compatibility": {
|
|
3733
|
+
"nuxt": "^2.0.0",
|
|
3734
|
+
"requires": {}
|
|
3735
|
+
}
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"name": "snipcart",
|
|
3739
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3740
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3741
|
+
"npm": "@nuxtjs/snipcart",
|
|
3742
|
+
"icon": "snipcart.png",
|
|
3743
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3744
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3745
|
+
"learn_more": "",
|
|
3746
|
+
"category": "Payment",
|
|
3747
|
+
"type": "community",
|
|
3748
|
+
"maintainers": [
|
|
3749
|
+
{
|
|
3750
|
+
"name": "Florent GIRAUD",
|
|
3751
|
+
"github": "f3ltron",
|
|
3752
|
+
"twitter": "giraud_florent"
|
|
2307
3753
|
}
|
|
2308
|
-
]
|
|
3754
|
+
],
|
|
3755
|
+
"compatibility": {
|
|
3756
|
+
"nuxt": "^2.0.0",
|
|
3757
|
+
"requires": {}
|
|
3758
|
+
}
|
|
2309
3759
|
},
|
|
2310
3760
|
{
|
|
2311
3761
|
"name": "social-meta",
|
|
@@ -2321,10 +3771,13 @@
|
|
|
2321
3771
|
"maintainers": [
|
|
2322
3772
|
{
|
|
2323
3773
|
"name": "AlekseyPleshkov",
|
|
2324
|
-
"github": "AlekseyPleshkov"
|
|
2325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3774
|
+
"github": "AlekseyPleshkov"
|
|
2326
3775
|
}
|
|
2327
|
-
]
|
|
3776
|
+
],
|
|
3777
|
+
"compatibility": {
|
|
3778
|
+
"nuxt": "^2.0.0",
|
|
3779
|
+
"requires": {}
|
|
3780
|
+
}
|
|
2328
3781
|
},
|
|
2329
3782
|
{
|
|
2330
3783
|
"name": "socket-io",
|
|
@@ -2340,10 +3793,13 @@
|
|
|
2340
3793
|
"maintainers": [
|
|
2341
3794
|
{
|
|
2342
3795
|
"name": "richardeschloss",
|
|
2343
|
-
"github": "richardeschloss"
|
|
2344
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3796
|
+
"github": "richardeschloss"
|
|
2345
3797
|
}
|
|
2346
|
-
]
|
|
3798
|
+
],
|
|
3799
|
+
"compatibility": {
|
|
3800
|
+
"nuxt": "^2.0.0",
|
|
3801
|
+
"requires": {}
|
|
3802
|
+
}
|
|
2347
3803
|
},
|
|
2348
3804
|
{
|
|
2349
3805
|
"name": "speedcurve",
|
|
@@ -2360,10 +3816,46 @@
|
|
|
2360
3816
|
{
|
|
2361
3817
|
"name": "Josh Deltener",
|
|
2362
3818
|
"github": "hecktarzuli",
|
|
2363
|
-
"twitter": "JoshDeltener"
|
|
2364
|
-
|
|
3819
|
+
"twitter": "JoshDeltener"
|
|
3820
|
+
}
|
|
3821
|
+
],
|
|
3822
|
+
"compatibility": {
|
|
3823
|
+
"nuxt": "^2.0.0",
|
|
3824
|
+
"requires": {}
|
|
3825
|
+
}
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"name": "speedkit",
|
|
3829
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3830
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3831
|
+
"npm": "nuxt-speedkit",
|
|
3832
|
+
"icon": "speedkit.png",
|
|
3833
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3834
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3835
|
+
"learn_more": "",
|
|
3836
|
+
"category": "Performance",
|
|
3837
|
+
"type": "3rd-party",
|
|
3838
|
+
"maintainers": [
|
|
3839
|
+
{
|
|
3840
|
+
"name": "Stephan Gerbeth",
|
|
3841
|
+
"github": "StephanGerbeth",
|
|
3842
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"name": "Thorn Walli",
|
|
3846
|
+
"github": "ThornWalli",
|
|
3847
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"name": "Grabarz & Partner",
|
|
3851
|
+
"github": "GrabarzUndPartner",
|
|
3852
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2365
3853
|
}
|
|
2366
|
-
]
|
|
3854
|
+
],
|
|
3855
|
+
"compatibility": {
|
|
3856
|
+
"nuxt": "^2.0.0",
|
|
3857
|
+
"requires": {}
|
|
3858
|
+
}
|
|
2367
3859
|
},
|
|
2368
3860
|
{
|
|
2369
3861
|
"name": "storage",
|
|
@@ -2374,15 +3866,40 @@
|
|
|
2374
3866
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2375
3867
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2376
3868
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2377
|
-
"category": "
|
|
3869
|
+
"category": "Extensions",
|
|
2378
3870
|
"type": "3rd-party",
|
|
2379
3871
|
"maintainers": [
|
|
2380
3872
|
{
|
|
2381
3873
|
"name": "mazipan",
|
|
2382
|
-
"github": "mazipan"
|
|
2383
|
-
|
|
3874
|
+
"github": "mazipan"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^2.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"name": "storefront-ui",
|
|
3884
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3885
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3886
|
+
"npm": "@storefront-ui/nuxt",
|
|
3887
|
+
"icon": "storefront-ui.svg",
|
|
3888
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3889
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3890
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3891
|
+
"category": "UI",
|
|
3892
|
+
"type": "3rd-party",
|
|
3893
|
+
"maintainers": [
|
|
3894
|
+
{
|
|
3895
|
+
"name": "Jakub Andrzejewski",
|
|
3896
|
+
"github": "Baroshem"
|
|
2384
3897
|
}
|
|
2385
|
-
]
|
|
3898
|
+
],
|
|
3899
|
+
"compatibility": {
|
|
3900
|
+
"nuxt": "^2.0.0",
|
|
3901
|
+
"requires": {}
|
|
3902
|
+
}
|
|
2386
3903
|
},
|
|
2387
3904
|
{
|
|
2388
3905
|
"name": "stories",
|
|
@@ -2398,16 +3915,19 @@
|
|
|
2398
3915
|
"maintainers": [
|
|
2399
3916
|
{
|
|
2400
3917
|
"name": "richardeschloss",
|
|
2401
|
-
"github": "richardeschloss"
|
|
2402
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3918
|
+
"github": "richardeschloss"
|
|
2403
3919
|
}
|
|
2404
|
-
]
|
|
3920
|
+
],
|
|
3921
|
+
"compatibility": {
|
|
3922
|
+
"nuxt": "^2.0.0",
|
|
3923
|
+
"requires": {}
|
|
3924
|
+
}
|
|
2405
3925
|
},
|
|
2406
3926
|
{
|
|
2407
3927
|
"name": "storyblok",
|
|
2408
3928
|
"description": "Storyblok Nuxt.js module",
|
|
2409
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2410
|
-
"npm": "storyblok
|
|
3929
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3930
|
+
"npm": "@storyblok/nuxt",
|
|
2411
3931
|
"icon": "storyblok.png",
|
|
2412
3932
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2413
3933
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2417,10 +3937,13 @@
|
|
|
2417
3937
|
"maintainers": [
|
|
2418
3938
|
{
|
|
2419
3939
|
"name": "storyblok",
|
|
2420
|
-
"github": "storyblok"
|
|
2421
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3940
|
+
"github": "storyblok"
|
|
2422
3941
|
}
|
|
2423
|
-
]
|
|
3942
|
+
],
|
|
3943
|
+
"compatibility": {
|
|
3944
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3945
|
+
"requires": {}
|
|
3946
|
+
}
|
|
2424
3947
|
},
|
|
2425
3948
|
{
|
|
2426
3949
|
"name": "storybook",
|
|
@@ -2437,16 +3960,20 @@
|
|
|
2437
3960
|
{
|
|
2438
3961
|
"name": "Ahad Birang",
|
|
2439
3962
|
"github": "farnabaz",
|
|
2440
|
-
"twitter": "a_birang"
|
|
2441
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3963
|
+
"twitter": "a_birang"
|
|
2442
3964
|
},
|
|
2443
3965
|
{
|
|
2444
3966
|
"name": "Pooya Parsa",
|
|
2445
3967
|
"github": "pi0",
|
|
2446
|
-
"twitter": "_pi0_"
|
|
2447
|
-
|
|
3968
|
+
"twitter": "_pi0_"
|
|
3969
|
+
}
|
|
3970
|
+
],
|
|
3971
|
+
"compatibility": {
|
|
3972
|
+
"nuxt": "^2.0.0",
|
|
3973
|
+
"requires": {
|
|
3974
|
+
"bridge": "optional"
|
|
2448
3975
|
}
|
|
2449
|
-
|
|
3976
|
+
}
|
|
2450
3977
|
},
|
|
2451
3978
|
{
|
|
2452
3979
|
"name": "strapi",
|
|
@@ -2463,16 +3990,20 @@
|
|
|
2463
3990
|
{
|
|
2464
3991
|
"name": "Benjamin Canac",
|
|
2465
3992
|
"github": "benjamincanac",
|
|
2466
|
-
"twitter": "benjamincanac"
|
|
2467
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3993
|
+
"twitter": "benjamincanac"
|
|
2468
3994
|
},
|
|
2469
3995
|
{
|
|
2470
3996
|
"name": "Sébastien Chopin",
|
|
2471
3997
|
"github": "Atinux",
|
|
2472
|
-
"twitter": "Atinux"
|
|
2473
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3998
|
+
"twitter": "Atinux"
|
|
2474
3999
|
}
|
|
2475
|
-
]
|
|
4000
|
+
],
|
|
4001
|
+
"compatibility": {
|
|
4002
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4003
|
+
"requires": {
|
|
4004
|
+
"bridge": true
|
|
4005
|
+
}
|
|
4006
|
+
}
|
|
2476
4007
|
},
|
|
2477
4008
|
{
|
|
2478
4009
|
"name": "stripe",
|
|
@@ -2488,10 +4019,13 @@
|
|
|
2488
4019
|
"maintainers": [
|
|
2489
4020
|
{
|
|
2490
4021
|
"name": "WilliamDASILVA",
|
|
2491
|
-
"github": "WilliamDASILVA"
|
|
2492
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
4022
|
+
"github": "WilliamDASILVA"
|
|
2493
4023
|
}
|
|
2494
|
-
]
|
|
4024
|
+
],
|
|
4025
|
+
"compatibility": {
|
|
4026
|
+
"nuxt": "^2.0.0",
|
|
4027
|
+
"requires": {}
|
|
4028
|
+
}
|
|
2495
4029
|
},
|
|
2496
4030
|
{
|
|
2497
4031
|
"name": "style-resources",
|
|
@@ -2508,10 +4042,13 @@
|
|
|
2508
4042
|
{
|
|
2509
4043
|
"name": "Alexander Lichter",
|
|
2510
4044
|
"github": "manniL",
|
|
2511
|
-
"twitter": "TheAlexLichter"
|
|
2512
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
4045
|
+
"twitter": "TheAlexLichter"
|
|
2513
4046
|
}
|
|
2514
|
-
]
|
|
4047
|
+
],
|
|
4048
|
+
"compatibility": {
|
|
4049
|
+
"nuxt": "^2.0.0",
|
|
4050
|
+
"requires": {}
|
|
4051
|
+
}
|
|
2515
4052
|
},
|
|
2516
4053
|
{
|
|
2517
4054
|
"name": "stylelint",
|
|
@@ -2527,10 +4064,69 @@
|
|
|
2527
4064
|
"maintainers": [
|
|
2528
4065
|
{
|
|
2529
4066
|
"name": "Ricardo Gobbo de Souza",
|
|
2530
|
-
"github": "ricardogobbosouza"
|
|
2531
|
-
|
|
4067
|
+
"github": "ricardogobbosouza"
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"compatibility": {
|
|
4071
|
+
"nuxt": "^2.0.0",
|
|
4072
|
+
"requires": {}
|
|
4073
|
+
}
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"name": "stylify",
|
|
4077
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4078
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
4079
|
+
"npm": "@stylify/nuxt",
|
|
4080
|
+
"icon": "stylify.svg",
|
|
4081
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4082
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
4083
|
+
"learn_more": "https://stylifycss.com",
|
|
4084
|
+
"category": "UI",
|
|
4085
|
+
"type": "3rd-party",
|
|
4086
|
+
"maintainers": [
|
|
4087
|
+
{
|
|
4088
|
+
"name": "Vladimír Macháček",
|
|
4089
|
+
"github": "Machy8",
|
|
4090
|
+
"twitter": "8machy"
|
|
4091
|
+
}
|
|
4092
|
+
],
|
|
4093
|
+
"compatibility": {
|
|
4094
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4095
|
+
"requires": {}
|
|
4096
|
+
}
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
"name": "supabase",
|
|
4100
|
+
"description": "First class integration with Supabase",
|
|
4101
|
+
"repo": "nuxt-community/supabase-module",
|
|
4102
|
+
"npm": "@nuxtjs/supabase",
|
|
4103
|
+
"icon": "supabase.png",
|
|
4104
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
4105
|
+
"website": "https://supabase.nuxtjs.org",
|
|
4106
|
+
"learn_more": "https://supabase.com",
|
|
4107
|
+
"category": "Database",
|
|
4108
|
+
"type": "community",
|
|
4109
|
+
"maintainers": [
|
|
4110
|
+
{
|
|
4111
|
+
"name": "Baptiste Leproux",
|
|
4112
|
+
"github": "larbish",
|
|
4113
|
+
"twitter": "baptistelprx"
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "Sebastien Chopin",
|
|
4117
|
+
"github": "Atinux",
|
|
4118
|
+
"twitter": "Atinux"
|
|
4119
|
+
},
|
|
4120
|
+
{
|
|
4121
|
+
"name": "Scott Robertson",
|
|
4122
|
+
"github": "scottrobertson",
|
|
4123
|
+
"twitter": "scottymeuk"
|
|
2532
4124
|
}
|
|
2533
|
-
]
|
|
4125
|
+
],
|
|
4126
|
+
"compatibility": {
|
|
4127
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4128
|
+
"requires": {}
|
|
4129
|
+
}
|
|
2534
4130
|
},
|
|
2535
4131
|
{
|
|
2536
4132
|
"name": "svg-loader",
|
|
@@ -2541,15 +4137,18 @@
|
|
|
2541
4137
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2542
4138
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2543
4139
|
"learn_more": "",
|
|
2544
|
-
"category": "
|
|
4140
|
+
"category": "Extensions",
|
|
2545
4141
|
"type": "3rd-party",
|
|
2546
4142
|
"maintainers": [
|
|
2547
4143
|
{
|
|
2548
4144
|
"name": "Developmint",
|
|
2549
|
-
"github": "Developmint"
|
|
2550
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
4145
|
+
"github": "Developmint"
|
|
2551
4146
|
}
|
|
2552
|
-
]
|
|
4147
|
+
],
|
|
4148
|
+
"compatibility": {
|
|
4149
|
+
"nuxt": "^2.0.0",
|
|
4150
|
+
"requires": {}
|
|
4151
|
+
}
|
|
2553
4152
|
},
|
|
2554
4153
|
{
|
|
2555
4154
|
"name": "svg-sprite",
|
|
@@ -2560,16 +4159,19 @@
|
|
|
2560
4159
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2561
4160
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2562
4161
|
"learn_more": "",
|
|
2563
|
-
"category": "
|
|
4162
|
+
"category": "UI",
|
|
2564
4163
|
"type": "community",
|
|
2565
4164
|
"maintainers": [
|
|
2566
4165
|
{
|
|
2567
4166
|
"name": "Ahad Birang",
|
|
2568
4167
|
"github": "farnabaz",
|
|
2569
|
-
"twitter": "a_birang"
|
|
2570
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
4168
|
+
"twitter": "a_birang"
|
|
2571
4169
|
}
|
|
2572
|
-
]
|
|
4170
|
+
],
|
|
4171
|
+
"compatibility": {
|
|
4172
|
+
"nuxt": "^2.0.0",
|
|
4173
|
+
"requires": {}
|
|
4174
|
+
}
|
|
2573
4175
|
},
|
|
2574
4176
|
{
|
|
2575
4177
|
"name": "svg",
|
|
@@ -2580,15 +4182,18 @@
|
|
|
2580
4182
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2581
4183
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2582
4184
|
"learn_more": "",
|
|
2583
|
-
"category": "
|
|
4185
|
+
"category": "Extensions",
|
|
2584
4186
|
"type": "community",
|
|
2585
4187
|
"maintainers": [
|
|
2586
4188
|
{
|
|
2587
4189
|
"name": "Sam Holmes",
|
|
2588
|
-
"github": "sam3d"
|
|
2589
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
4190
|
+
"github": "sam3d"
|
|
2590
4191
|
}
|
|
2591
|
-
]
|
|
4192
|
+
],
|
|
4193
|
+
"compatibility": {
|
|
4194
|
+
"nuxt": "^2.0.0",
|
|
4195
|
+
"requires": {}
|
|
4196
|
+
}
|
|
2592
4197
|
},
|
|
2593
4198
|
{
|
|
2594
4199
|
"name": "sweetalert2",
|
|
@@ -2604,10 +4209,13 @@
|
|
|
2604
4209
|
"maintainers": [
|
|
2605
4210
|
{
|
|
2606
4211
|
"name": "ImreC",
|
|
2607
|
-
"github": "ImreC"
|
|
2608
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
4212
|
+
"github": "ImreC"
|
|
2609
4213
|
}
|
|
2610
|
-
]
|
|
4214
|
+
],
|
|
4215
|
+
"compatibility": {
|
|
4216
|
+
"nuxt": "^2.0.0",
|
|
4217
|
+
"requires": {}
|
|
4218
|
+
}
|
|
2611
4219
|
},
|
|
2612
4220
|
{
|
|
2613
4221
|
"name": "tailwindcss",
|
|
@@ -2624,10 +4232,36 @@
|
|
|
2624
4232
|
{
|
|
2625
4233
|
"name": "Sébastien Chopin",
|
|
2626
4234
|
"github": "Atinux",
|
|
2627
|
-
"twitter": "Atinux"
|
|
2628
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4235
|
+
"twitter": "Atinux"
|
|
2629
4236
|
}
|
|
2630
|
-
]
|
|
4237
|
+
],
|
|
4238
|
+
"compatibility": {
|
|
4239
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4240
|
+
"requires": {}
|
|
4241
|
+
}
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"name": "tiktok-analytics",
|
|
4245
|
+
"description": "",
|
|
4246
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4247
|
+
"npm": "tiktok-analytics",
|
|
4248
|
+
"icon": "",
|
|
4249
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4250
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4251
|
+
"learn_more": "",
|
|
4252
|
+
"category": "Analytics",
|
|
4253
|
+
"type": "3rd-party",
|
|
4254
|
+
"maintainers": [
|
|
4255
|
+
{
|
|
4256
|
+
"name": "stickpro",
|
|
4257
|
+
"github": "stickpro",
|
|
4258
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
4259
|
+
}
|
|
4260
|
+
],
|
|
4261
|
+
"compatibility": {
|
|
4262
|
+
"nuxt": "^2.0.0",
|
|
4263
|
+
"requires": {}
|
|
4264
|
+
}
|
|
2631
4265
|
},
|
|
2632
4266
|
{
|
|
2633
4267
|
"name": "toast",
|
|
@@ -2635,8 +4269,8 @@
|
|
|
2635
4269
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2636
4270
|
"npm": "@nuxtjs/toast",
|
|
2637
4271
|
"icon": "",
|
|
2638
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2639
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4272
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4273
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2640
4274
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2641
4275
|
"category": "Libraries",
|
|
2642
4276
|
"type": "community",
|
|
@@ -2644,10 +4278,95 @@
|
|
|
2644
4278
|
{
|
|
2645
4279
|
"name": "Pooya Parsa",
|
|
2646
4280
|
"github": "pi0",
|
|
2647
|
-
"twitter": "_pi0_"
|
|
2648
|
-
|
|
4281
|
+
"twitter": "_pi0_"
|
|
4282
|
+
}
|
|
4283
|
+
],
|
|
4284
|
+
"compatibility": {
|
|
4285
|
+
"nuxt": "^2.0.0",
|
|
4286
|
+
"requires": {}
|
|
4287
|
+
}
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"name": "turnstile",
|
|
4291
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4292
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4293
|
+
"npm": "nuxt-turnstile",
|
|
4294
|
+
"icon": "cloudflare.svg",
|
|
4295
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4296
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4297
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4298
|
+
"category": "Security",
|
|
4299
|
+
"type": "3rd-party",
|
|
4300
|
+
"maintainers": [
|
|
4301
|
+
{
|
|
4302
|
+
"name": "Daniel Roe",
|
|
4303
|
+
"github": "danielroe",
|
|
4304
|
+
"twitter": "danielcroe"
|
|
2649
4305
|
}
|
|
2650
|
-
]
|
|
4306
|
+
],
|
|
4307
|
+
"compatibility": {
|
|
4308
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4309
|
+
"requires": {
|
|
4310
|
+
"bridge": true
|
|
4311
|
+
}
|
|
4312
|
+
}
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"name": "twa",
|
|
4316
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4317
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4318
|
+
"npm": "nuxt-twa",
|
|
4319
|
+
"icon": "",
|
|
4320
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4321
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4322
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4323
|
+
"category": "Performance",
|
|
4324
|
+
"type": "3rd-party",
|
|
4325
|
+
"maintainers": [
|
|
4326
|
+
{
|
|
4327
|
+
"name": "Nicolas Perraut",
|
|
4328
|
+
"github": "tuarrep"
|
|
4329
|
+
}
|
|
4330
|
+
],
|
|
4331
|
+
"compatibility": {
|
|
4332
|
+
"nuxt": "^2.0.0",
|
|
4333
|
+
"requires": {
|
|
4334
|
+
"bridge": "optional"
|
|
4335
|
+
}
|
|
4336
|
+
}
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "twicpics",
|
|
4340
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4341
|
+
"repo": "TwicPics/components",
|
|
4342
|
+
"npm": "@twicpics/components",
|
|
4343
|
+
"icon": "twicpics.svg",
|
|
4344
|
+
"github": "https://github.com/TwicPics/components",
|
|
4345
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4346
|
+
"learn_more": "https://www.twicpics.com",
|
|
4347
|
+
"category": "Images",
|
|
4348
|
+
"type": "3rd-party",
|
|
4349
|
+
"maintainers": [
|
|
4350
|
+
{
|
|
4351
|
+
"name": "Florent Bourgeois",
|
|
4352
|
+
"github": "florentb",
|
|
4353
|
+
"twitter": "florent_b"
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"name": "Julian Aubourg",
|
|
4357
|
+
"github": "jaubourg",
|
|
4358
|
+
"twitter": "jaubourg"
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"name": "Miguel Beignon",
|
|
4362
|
+
"github": "mbgspcii",
|
|
4363
|
+
"twitter": "m_beignon"
|
|
4364
|
+
}
|
|
4365
|
+
],
|
|
4366
|
+
"compatibility": {
|
|
4367
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4368
|
+
"requires": {}
|
|
4369
|
+
}
|
|
2651
4370
|
},
|
|
2652
4371
|
{
|
|
2653
4372
|
"name": "typed-router",
|
|
@@ -2663,10 +4382,38 @@
|
|
|
2663
4382
|
"maintainers": [
|
|
2664
4383
|
{
|
|
2665
4384
|
"name": "victorgarciaesgi",
|
|
2666
|
-
"github": "victorgarciaesgi"
|
|
2667
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4385
|
+
"github": "victorgarciaesgi"
|
|
2668
4386
|
}
|
|
2669
|
-
]
|
|
4387
|
+
],
|
|
4388
|
+
"compatibility": {
|
|
4389
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4390
|
+
"requires": {}
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"name": "typed-vuex",
|
|
4395
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4396
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4397
|
+
"npm": "nuxt-typed-vuex",
|
|
4398
|
+
"icon": "vue.png",
|
|
4399
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4400
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4401
|
+
"learn_more": "",
|
|
4402
|
+
"category": "Libraries",
|
|
4403
|
+
"type": "3rd-party",
|
|
4404
|
+
"maintainers": [
|
|
4405
|
+
{
|
|
4406
|
+
"name": "Daniel Roe",
|
|
4407
|
+
"github": "danielroe",
|
|
4408
|
+
"twitter": "danielcroe"
|
|
4409
|
+
}
|
|
4410
|
+
],
|
|
4411
|
+
"compatibility": {
|
|
4412
|
+
"nuxt": "^2.0.0",
|
|
4413
|
+
"requires": {
|
|
4414
|
+
"bridge": "optional"
|
|
4415
|
+
}
|
|
4416
|
+
}
|
|
2670
4417
|
},
|
|
2671
4418
|
{
|
|
2672
4419
|
"name": "typescript-runtime",
|
|
@@ -2682,22 +4429,23 @@
|
|
|
2682
4429
|
"maintainers": [
|
|
2683
4430
|
{
|
|
2684
4431
|
"name": "Kevin Marrec",
|
|
2685
|
-
"github": "kevinmarrec"
|
|
2686
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4432
|
+
"github": "kevinmarrec"
|
|
2687
4433
|
},
|
|
2688
4434
|
{
|
|
2689
4435
|
"name": "Pooya Parsa",
|
|
2690
4436
|
"github": "pi0",
|
|
2691
|
-
"twitter": "_pi0_"
|
|
2692
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4437
|
+
"twitter": "_pi0_"
|
|
2693
4438
|
},
|
|
2694
4439
|
{
|
|
2695
4440
|
"name": "Daniel Roe",
|
|
2696
4441
|
"github": "danielroe",
|
|
2697
|
-
"twitter": "danielcroe"
|
|
2698
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4442
|
+
"twitter": "danielcroe"
|
|
2699
4443
|
}
|
|
2700
|
-
]
|
|
4444
|
+
],
|
|
4445
|
+
"compatibility": {
|
|
4446
|
+
"nuxt": "^2.0.0",
|
|
4447
|
+
"requires": {}
|
|
4448
|
+
}
|
|
2701
4449
|
},
|
|
2702
4450
|
{
|
|
2703
4451
|
"name": "typescript",
|
|
@@ -2713,22 +4461,47 @@
|
|
|
2713
4461
|
"maintainers": [
|
|
2714
4462
|
{
|
|
2715
4463
|
"name": "Kevin Marrec",
|
|
2716
|
-
"github": "kevinmarrec"
|
|
2717
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4464
|
+
"github": "kevinmarrec"
|
|
2718
4465
|
},
|
|
2719
4466
|
{
|
|
2720
4467
|
"name": "Pooya Parsa",
|
|
2721
4468
|
"github": "pi0",
|
|
2722
|
-
"twitter": "_pi0_"
|
|
2723
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4469
|
+
"twitter": "_pi0_"
|
|
2724
4470
|
},
|
|
2725
4471
|
{
|
|
2726
4472
|
"name": "Daniel Roe",
|
|
2727
4473
|
"github": "danielroe",
|
|
2728
|
-
"twitter": "danielcroe"
|
|
2729
|
-
|
|
4474
|
+
"twitter": "danielcroe"
|
|
4475
|
+
}
|
|
4476
|
+
],
|
|
4477
|
+
"compatibility": {
|
|
4478
|
+
"nuxt": "^2.0.0",
|
|
4479
|
+
"requires": {}
|
|
4480
|
+
}
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"name": "umami",
|
|
4484
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4485
|
+
"repo": "ijkml/nuxt-umami",
|
|
4486
|
+
"npm": "nuxt-umami",
|
|
4487
|
+
"icon": "umami.svg",
|
|
4488
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4489
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4490
|
+
"learn_more": "https://umami.is/docs/",
|
|
4491
|
+
"category": "Analytics",
|
|
4492
|
+
"type": "3rd-party",
|
|
4493
|
+
"maintainers": [
|
|
4494
|
+
{
|
|
4495
|
+
"name": "ML",
|
|
4496
|
+
"github": "ijkml"
|
|
2730
4497
|
}
|
|
2731
|
-
]
|
|
4498
|
+
],
|
|
4499
|
+
"compatibility": {
|
|
4500
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4501
|
+
"requires": {
|
|
4502
|
+
"bridge": "optional"
|
|
4503
|
+
}
|
|
4504
|
+
}
|
|
2732
4505
|
},
|
|
2733
4506
|
{
|
|
2734
4507
|
"name": "universal-storage",
|
|
@@ -2739,22 +4512,76 @@
|
|
|
2739
4512
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2740
4513
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2741
4514
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2742
|
-
"category": "
|
|
4515
|
+
"category": "Extensions",
|
|
2743
4516
|
"type": "community",
|
|
2744
4517
|
"maintainers": [
|
|
2745
4518
|
{
|
|
2746
4519
|
"name": "Pooya Parsa",
|
|
2747
4520
|
"github": "pi0",
|
|
2748
|
-
"twitter": "_pi0_"
|
|
2749
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4521
|
+
"twitter": "_pi0_"
|
|
2750
4522
|
},
|
|
2751
4523
|
{
|
|
2752
4524
|
"name": "Farzad Soltani",
|
|
2753
4525
|
"github": "farzadso",
|
|
2754
|
-
"twitter": "farzadso"
|
|
2755
|
-
|
|
4526
|
+
"twitter": "farzadso"
|
|
4527
|
+
}
|
|
4528
|
+
],
|
|
4529
|
+
"compatibility": {
|
|
4530
|
+
"nuxt": "^2.0.0",
|
|
4531
|
+
"requires": {}
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"name": "unlighthouse",
|
|
4536
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4537
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4538
|
+
"npm": "@unlighthouse/nuxt",
|
|
4539
|
+
"icon": "unlighthouse.svg",
|
|
4540
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4541
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4542
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4543
|
+
"category": "Devtools",
|
|
4544
|
+
"type": "3rd-party",
|
|
4545
|
+
"maintainers": [
|
|
4546
|
+
{
|
|
4547
|
+
"name": "Harlan Wilton",
|
|
4548
|
+
"github": "harlan-zw",
|
|
4549
|
+
"twitter": "harlan_zw",
|
|
4550
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4551
|
+
}
|
|
4552
|
+
],
|
|
4553
|
+
"compatibility": {
|
|
4554
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4555
|
+
"requires": {
|
|
4556
|
+
"bridge": "optional"
|
|
4557
|
+
}
|
|
4558
|
+
}
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
"name": "unocss",
|
|
4562
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4563
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4564
|
+
"npm": "@unocss/nuxt",
|
|
4565
|
+
"icon": "unocss.svg",
|
|
4566
|
+
"github": "https://github.com/antfu/unocss",
|
|
4567
|
+
"website": "https://github.com/antfu/unocss",
|
|
4568
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4569
|
+
"category": "UI",
|
|
4570
|
+
"type": "3rd-party",
|
|
4571
|
+
"maintainers": [
|
|
4572
|
+
{
|
|
4573
|
+
"name": "Anthony Fu",
|
|
4574
|
+
"github": "antfu",
|
|
4575
|
+
"twitter": "antfu7",
|
|
4576
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2756
4577
|
}
|
|
2757
|
-
]
|
|
4578
|
+
],
|
|
4579
|
+
"compatibility": {
|
|
4580
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4581
|
+
"requires": {
|
|
4582
|
+
"bridge": "optional"
|
|
4583
|
+
}
|
|
4584
|
+
}
|
|
2758
4585
|
},
|
|
2759
4586
|
{
|
|
2760
4587
|
"name": "user-agent",
|
|
@@ -2765,15 +4592,18 @@
|
|
|
2765
4592
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2766
4593
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2767
4594
|
"learn_more": "",
|
|
2768
|
-
"category": "
|
|
4595
|
+
"category": "Extensions",
|
|
2769
4596
|
"type": "3rd-party",
|
|
2770
4597
|
"maintainers": [
|
|
2771
4598
|
{
|
|
2772
4599
|
"name": "fukuiretu",
|
|
2773
|
-
"github": "fukuiretu"
|
|
2774
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4600
|
+
"github": "fukuiretu"
|
|
2775
4601
|
}
|
|
2776
|
-
]
|
|
4602
|
+
],
|
|
4603
|
+
"compatibility": {
|
|
4604
|
+
"nuxt": "^2.0.0",
|
|
4605
|
+
"requires": {}
|
|
4606
|
+
}
|
|
2777
4607
|
},
|
|
2778
4608
|
{
|
|
2779
4609
|
"name": "validate",
|
|
@@ -2789,10 +4619,13 @@
|
|
|
2789
4619
|
"maintainers": [
|
|
2790
4620
|
{
|
|
2791
4621
|
"name": "lewyuburi",
|
|
2792
|
-
"github": "lewyuburi"
|
|
2793
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4622
|
+
"github": "lewyuburi"
|
|
2794
4623
|
}
|
|
2795
|
-
]
|
|
4624
|
+
],
|
|
4625
|
+
"compatibility": {
|
|
4626
|
+
"nuxt": "^2.0.0",
|
|
4627
|
+
"requires": {}
|
|
4628
|
+
}
|
|
2796
4629
|
},
|
|
2797
4630
|
{
|
|
2798
4631
|
"name": "vendor",
|
|
@@ -2803,16 +4636,19 @@
|
|
|
2803
4636
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2804
4637
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2805
4638
|
"learn_more": "",
|
|
2806
|
-
"category": "
|
|
4639
|
+
"category": "Extensions",
|
|
2807
4640
|
"type": "community",
|
|
2808
4641
|
"maintainers": [
|
|
2809
4642
|
{
|
|
2810
4643
|
"name": "Pooya Parsa",
|
|
2811
4644
|
"github": "pi0",
|
|
2812
|
-
"twitter": "_pi0_"
|
|
2813
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4645
|
+
"twitter": "_pi0_"
|
|
2814
4646
|
}
|
|
2815
|
-
]
|
|
4647
|
+
],
|
|
4648
|
+
"compatibility": {
|
|
4649
|
+
"nuxt": "^2.0.0",
|
|
4650
|
+
"requires": {}
|
|
4651
|
+
}
|
|
2816
4652
|
},
|
|
2817
4653
|
{
|
|
2818
4654
|
"name": "vue-material",
|
|
@@ -2828,10 +4664,13 @@
|
|
|
2828
4664
|
"maintainers": [
|
|
2829
4665
|
{
|
|
2830
4666
|
"name": "vaso2",
|
|
2831
|
-
"github": "vaso2"
|
|
2832
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4667
|
+
"github": "vaso2"
|
|
2833
4668
|
}
|
|
2834
|
-
]
|
|
4669
|
+
],
|
|
4670
|
+
"compatibility": {
|
|
4671
|
+
"nuxt": "^2.0.0",
|
|
4672
|
+
"requires": {}
|
|
4673
|
+
}
|
|
2835
4674
|
},
|
|
2836
4675
|
{
|
|
2837
4676
|
"name": "vue-multiselect",
|
|
@@ -2847,10 +4686,13 @@
|
|
|
2847
4686
|
"maintainers": [
|
|
2848
4687
|
{
|
|
2849
4688
|
"name": "spektrummedia",
|
|
2850
|
-
"github": "spektrummedia"
|
|
2851
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4689
|
+
"github": "spektrummedia"
|
|
2852
4690
|
}
|
|
2853
|
-
]
|
|
4691
|
+
],
|
|
4692
|
+
"compatibility": {
|
|
4693
|
+
"nuxt": "^2.0.0",
|
|
4694
|
+
"requires": {}
|
|
4695
|
+
}
|
|
2854
4696
|
},
|
|
2855
4697
|
{
|
|
2856
4698
|
"name": "vue-select",
|
|
@@ -2866,10 +4708,13 @@
|
|
|
2866
4708
|
"maintainers": [
|
|
2867
4709
|
{
|
|
2868
4710
|
"name": "madmod",
|
|
2869
|
-
"github": "madmod"
|
|
2870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4711
|
+
"github": "madmod"
|
|
2871
4712
|
}
|
|
2872
|
-
]
|
|
4713
|
+
],
|
|
4714
|
+
"compatibility": {
|
|
4715
|
+
"nuxt": "^2.0.0",
|
|
4716
|
+
"requires": {}
|
|
4717
|
+
}
|
|
2873
4718
|
},
|
|
2874
4719
|
{
|
|
2875
4720
|
"name": "vue-warehouse",
|
|
@@ -2886,10 +4731,35 @@
|
|
|
2886
4731
|
{
|
|
2887
4732
|
"name": "Julio Marquez",
|
|
2888
4733
|
"github": "juliomrqz",
|
|
2889
|
-
"twitter": "juliomrqz"
|
|
2890
|
-
|
|
4734
|
+
"twitter": "juliomrqz"
|
|
4735
|
+
}
|
|
4736
|
+
],
|
|
4737
|
+
"compatibility": {
|
|
4738
|
+
"nuxt": "^2.0.0",
|
|
4739
|
+
"requires": {}
|
|
4740
|
+
}
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "vuestic",
|
|
4744
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4745
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4746
|
+
"npm": "@vuestic/nuxt",
|
|
4747
|
+
"icon": "vuestic.png",
|
|
4748
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4749
|
+
"website": "https://vuestic.dev",
|
|
4750
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4751
|
+
"category": "UI",
|
|
4752
|
+
"type": "3rd-party",
|
|
4753
|
+
"maintainers": [
|
|
4754
|
+
{
|
|
4755
|
+
"name": "epicmaxco",
|
|
4756
|
+
"github": "epicmaxco"
|
|
2891
4757
|
}
|
|
2892
|
-
]
|
|
4758
|
+
],
|
|
4759
|
+
"compatibility": {
|
|
4760
|
+
"nuxt": "^3.0.0",
|
|
4761
|
+
"requires": {}
|
|
4762
|
+
}
|
|
2893
4763
|
},
|
|
2894
4764
|
{
|
|
2895
4765
|
"name": "vuetify",
|
|
@@ -2905,16 +4775,43 @@
|
|
|
2905
4775
|
"maintainers": [
|
|
2906
4776
|
{
|
|
2907
4777
|
"name": "Kevin Marrec",
|
|
2908
|
-
"github": "kevinmarrec"
|
|
2909
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4778
|
+
"github": "kevinmarrec"
|
|
2910
4779
|
},
|
|
2911
4780
|
{
|
|
2912
4781
|
"name": "Pooya Parsa",
|
|
2913
4782
|
"github": "pi0",
|
|
2914
|
-
"twitter": "_pi0_"
|
|
2915
|
-
|
|
4783
|
+
"twitter": "_pi0_"
|
|
4784
|
+
}
|
|
4785
|
+
],
|
|
4786
|
+
"compatibility": {
|
|
4787
|
+
"nuxt": "^2.0.0",
|
|
4788
|
+
"requires": {}
|
|
4789
|
+
}
|
|
4790
|
+
},
|
|
4791
|
+
{
|
|
4792
|
+
"name": "vueuse",
|
|
4793
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4794
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4795
|
+
"npm": "@vueuse/nuxt",
|
|
4796
|
+
"icon": "vueuse.svg",
|
|
4797
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4798
|
+
"website": "https://vueuse.org",
|
|
4799
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4800
|
+
"category": "Libraries",
|
|
4801
|
+
"type": "3rd-party",
|
|
4802
|
+
"maintainers": [
|
|
4803
|
+
{
|
|
4804
|
+
"name": "Anthony Fu",
|
|
4805
|
+
"github": "antfu",
|
|
4806
|
+
"twitter": "antfu7"
|
|
2916
4807
|
}
|
|
2917
|
-
]
|
|
4808
|
+
],
|
|
4809
|
+
"compatibility": {
|
|
4810
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4811
|
+
"requires": {
|
|
4812
|
+
"bridge": "optional"
|
|
4813
|
+
}
|
|
4814
|
+
}
|
|
2918
4815
|
},
|
|
2919
4816
|
{
|
|
2920
4817
|
"name": "vuex-router-sync",
|
|
@@ -2930,41 +4827,70 @@
|
|
|
2930
4827
|
"maintainers": [
|
|
2931
4828
|
{
|
|
2932
4829
|
"name": "paulgv",
|
|
2933
|
-
"github": "paulgv"
|
|
2934
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4830
|
+
"github": "paulgv"
|
|
2935
4831
|
}
|
|
2936
|
-
]
|
|
4832
|
+
],
|
|
4833
|
+
"compatibility": {
|
|
4834
|
+
"nuxt": "^2.0.0",
|
|
4835
|
+
"requires": {}
|
|
4836
|
+
}
|
|
2937
4837
|
},
|
|
2938
4838
|
{
|
|
2939
4839
|
"name": "web-vitals",
|
|
2940
4840
|
"description": "Web Vitals for Nuxt",
|
|
2941
4841
|
"repo": "nuxt-community/web-vitals-module",
|
|
2942
|
-
"npm": "
|
|
2943
|
-
"icon": "",
|
|
4842
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4843
|
+
"icon": "web-vitals.png",
|
|
2944
4844
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2945
4845
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2946
4846
|
"learn_more": "",
|
|
2947
4847
|
"category": "Performance",
|
|
2948
|
-
"type": "
|
|
4848
|
+
"type": "community",
|
|
2949
4849
|
"maintainers": [
|
|
2950
4850
|
{
|
|
2951
4851
|
"name": "daliborgogic",
|
|
2952
|
-
"github": "daliborgogic"
|
|
2953
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4852
|
+
"github": "daliborgogic"
|
|
2954
4853
|
},
|
|
2955
4854
|
{
|
|
2956
4855
|
"name": "Pooya Parsa",
|
|
2957
4856
|
"github": "pi0",
|
|
2958
|
-
"twitter": "_pi0_"
|
|
2959
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4857
|
+
"twitter": "_pi0_"
|
|
2960
4858
|
},
|
|
2961
4859
|
{
|
|
2962
4860
|
"name": "Sebastien Chopin",
|
|
2963
4861
|
"github": "Atinux",
|
|
2964
|
-
"twitter": "Atinux"
|
|
2965
|
-
|
|
4862
|
+
"twitter": "Atinux"
|
|
4863
|
+
}
|
|
4864
|
+
],
|
|
4865
|
+
"compatibility": {
|
|
4866
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4867
|
+
"requires": {
|
|
4868
|
+
"bridge": "optional"
|
|
4869
|
+
}
|
|
4870
|
+
}
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"name": "web3js",
|
|
4874
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4875
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4876
|
+
"npm": "nuxt-web3",
|
|
4877
|
+
"icon": "web3js.svg",
|
|
4878
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4879
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4880
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4881
|
+
"category": "Libraries",
|
|
4882
|
+
"type": "3rd-party",
|
|
4883
|
+
"maintainers": [
|
|
4884
|
+
{
|
|
4885
|
+
"name": "Muhammad Fauzan",
|
|
4886
|
+
"github": "bl0cknumber",
|
|
4887
|
+
"twitter": "fncolon"
|
|
2966
4888
|
}
|
|
2967
|
-
]
|
|
4889
|
+
],
|
|
4890
|
+
"compatibility": {
|
|
4891
|
+
"nuxt": "^2.0.0",
|
|
4892
|
+
"requires": {}
|
|
4893
|
+
}
|
|
2968
4894
|
},
|
|
2969
4895
|
{
|
|
2970
4896
|
"name": "webfontloader",
|
|
@@ -2980,10 +4906,37 @@
|
|
|
2980
4906
|
"maintainers": [
|
|
2981
4907
|
{
|
|
2982
4908
|
"name": "Developmint",
|
|
2983
|
-
"github": "Developmint"
|
|
2984
|
-
|
|
4909
|
+
"github": "Developmint"
|
|
4910
|
+
}
|
|
4911
|
+
],
|
|
4912
|
+
"compatibility": {
|
|
4913
|
+
"nuxt": "^2.0.0",
|
|
4914
|
+
"requires": {}
|
|
4915
|
+
}
|
|
4916
|
+
},
|
|
4917
|
+
{
|
|
4918
|
+
"name": "webpack-optimisations",
|
|
4919
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4920
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4921
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4922
|
+
"icon": "build-optimisations.svg",
|
|
4923
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4924
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4925
|
+
"learn_more": "",
|
|
4926
|
+
"category": "Devtools",
|
|
4927
|
+
"type": "3rd-party",
|
|
4928
|
+
"maintainers": [
|
|
4929
|
+
{
|
|
4930
|
+
"name": "Harlan Wilton",
|
|
4931
|
+
"github": "harlan-zw"
|
|
4932
|
+
}
|
|
4933
|
+
],
|
|
4934
|
+
"compatibility": {
|
|
4935
|
+
"nuxt": "^2.0.0",
|
|
4936
|
+
"requires": {
|
|
4937
|
+
"bridge": "optional"
|
|
2985
4938
|
}
|
|
2986
|
-
|
|
4939
|
+
}
|
|
2987
4940
|
},
|
|
2988
4941
|
{
|
|
2989
4942
|
"name": "webpack-profile",
|
|
@@ -3000,10 +4953,13 @@
|
|
|
3000
4953
|
{
|
|
3001
4954
|
"name": "Pooya Parsa",
|
|
3002
4955
|
"github": "pi0",
|
|
3003
|
-
"twitter": "_pi0_"
|
|
3004
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4956
|
+
"twitter": "_pi0_"
|
|
3005
4957
|
}
|
|
3006
|
-
]
|
|
4958
|
+
],
|
|
4959
|
+
"compatibility": {
|
|
4960
|
+
"nuxt": "^2.0.0",
|
|
4961
|
+
"requires": {}
|
|
4962
|
+
}
|
|
3007
4963
|
},
|
|
3008
4964
|
{
|
|
3009
4965
|
"name": "webpackdashboard",
|
|
@@ -3019,10 +4975,13 @@
|
|
|
3019
4975
|
"maintainers": [
|
|
3020
4976
|
{
|
|
3021
4977
|
"name": "paulgv",
|
|
3022
|
-
"github": "paulgv"
|
|
3023
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4978
|
+
"github": "paulgv"
|
|
3024
4979
|
}
|
|
3025
|
-
]
|
|
4980
|
+
],
|
|
4981
|
+
"compatibility": {
|
|
4982
|
+
"nuxt": "^2.0.0",
|
|
4983
|
+
"requires": {}
|
|
4984
|
+
}
|
|
3026
4985
|
},
|
|
3027
4986
|
{
|
|
3028
4987
|
"name": "webpackmonitor",
|
|
@@ -3039,10 +4998,43 @@
|
|
|
3039
4998
|
{
|
|
3040
4999
|
"name": "Pooya Parsa",
|
|
3041
5000
|
"github": "pi0",
|
|
3042
|
-
"twitter": "_pi0_"
|
|
3043
|
-
|
|
5001
|
+
"twitter": "_pi0_"
|
|
5002
|
+
}
|
|
5003
|
+
],
|
|
5004
|
+
"compatibility": {
|
|
5005
|
+
"nuxt": "^2.0.0",
|
|
5006
|
+
"requires": {}
|
|
5007
|
+
}
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"name": "windicss",
|
|
5011
|
+
"description": "Next generation utility-first CSS framework.",
|
|
5012
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
5013
|
+
"npm": "nuxt-windicss",
|
|
5014
|
+
"icon": "windicss.svg",
|
|
5015
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
5016
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
5017
|
+
"learn_more": "https://windicss.org/",
|
|
5018
|
+
"category": "UI",
|
|
5019
|
+
"type": "3rd-party",
|
|
5020
|
+
"maintainers": [
|
|
5021
|
+
{
|
|
5022
|
+
"name": "Harlan Wilton",
|
|
5023
|
+
"github": "harlan-zw",
|
|
5024
|
+
"twitter": "harlan_zw"
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"name": "Anthony Fu",
|
|
5028
|
+
"github": "antfu",
|
|
5029
|
+
"twitter": "antfu7"
|
|
5030
|
+
}
|
|
5031
|
+
],
|
|
5032
|
+
"compatibility": {
|
|
5033
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5034
|
+
"requires": {
|
|
5035
|
+
"bridge": "optional"
|
|
3044
5036
|
}
|
|
3045
|
-
|
|
5037
|
+
}
|
|
3046
5038
|
},
|
|
3047
5039
|
{
|
|
3048
5040
|
"name": "winston-log",
|
|
@@ -3058,10 +5050,13 @@
|
|
|
3058
5050
|
"maintainers": [
|
|
3059
5051
|
{
|
|
3060
5052
|
"name": "aaronransley",
|
|
3061
|
-
"github": "aaronransley"
|
|
3062
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
5053
|
+
"github": "aaronransley"
|
|
3063
5054
|
}
|
|
3064
|
-
]
|
|
5055
|
+
],
|
|
5056
|
+
"compatibility": {
|
|
5057
|
+
"nuxt": "^2.0.0",
|
|
5058
|
+
"requires": {}
|
|
5059
|
+
}
|
|
3065
5060
|
},
|
|
3066
5061
|
{
|
|
3067
5062
|
"name": "wp-nuxt",
|
|
@@ -3077,10 +5072,13 @@
|
|
|
3077
5072
|
"maintainers": [
|
|
3078
5073
|
{
|
|
3079
5074
|
"name": "yashha",
|
|
3080
|
-
"github": "yashha"
|
|
3081
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
5075
|
+
"github": "yashha"
|
|
3082
5076
|
}
|
|
3083
|
-
]
|
|
5077
|
+
],
|
|
5078
|
+
"compatibility": {
|
|
5079
|
+
"nuxt": "^2.0.0",
|
|
5080
|
+
"requires": {}
|
|
5081
|
+
}
|
|
3084
5082
|
},
|
|
3085
5083
|
{
|
|
3086
5084
|
"name": "xhr-cache",
|
|
@@ -3096,10 +5094,38 @@
|
|
|
3096
5094
|
"maintainers": [
|
|
3097
5095
|
{
|
|
3098
5096
|
"name": "gaetansenn",
|
|
3099
|
-
"github": "gaetansenn"
|
|
3100
|
-
|
|
5097
|
+
"github": "gaetansenn"
|
|
5098
|
+
}
|
|
5099
|
+
],
|
|
5100
|
+
"compatibility": {
|
|
5101
|
+
"nuxt": "^2.0.0",
|
|
5102
|
+
"requires": {}
|
|
5103
|
+
}
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"name": "xstate",
|
|
5107
|
+
"description": "XState integration for Nuxt",
|
|
5108
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5109
|
+
"npm": "nuxt-xstate",
|
|
5110
|
+
"icon": "xstate.svg",
|
|
5111
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5112
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5113
|
+
"learn_more": "https://xstate.js.org/",
|
|
5114
|
+
"category": "Extensions",
|
|
5115
|
+
"type": "3rd-party",
|
|
5116
|
+
"maintainers": [
|
|
5117
|
+
{
|
|
5118
|
+
"name": "Lexpeartha",
|
|
5119
|
+
"github": "Lexpeartha",
|
|
5120
|
+
"twitter": "lexpeartha"
|
|
5121
|
+
}
|
|
5122
|
+
],
|
|
5123
|
+
"compatibility": {
|
|
5124
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5125
|
+
"requires": {
|
|
5126
|
+
"bridge": true
|
|
3101
5127
|
}
|
|
3102
|
-
|
|
5128
|
+
}
|
|
3103
5129
|
},
|
|
3104
5130
|
{
|
|
3105
5131
|
"name": "xui",
|
|
@@ -3115,18 +5141,22 @@
|
|
|
3115
5141
|
"maintainers": [
|
|
3116
5142
|
{
|
|
3117
5143
|
"name": "MetaCorp",
|
|
3118
|
-
"github": "MetaCorp"
|
|
3119
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
5144
|
+
"github": "MetaCorp"
|
|
3120
5145
|
}
|
|
3121
|
-
]
|
|
5146
|
+
],
|
|
5147
|
+
"compatibility": {
|
|
5148
|
+
"nuxt": "^2.0.0",
|
|
5149
|
+
"requires": {}
|
|
5150
|
+
}
|
|
3122
5151
|
},
|
|
3123
5152
|
{
|
|
3124
5153
|
"name": "yandex-metrika",
|
|
3125
|
-
"
|
|
5154
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
5155
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3126
5156
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3127
5157
|
"icon": "",
|
|
3128
|
-
"github": "https://github.com/nuxt-community/
|
|
3129
|
-
"website": "https://github.com/nuxt-community/
|
|
5158
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5159
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
3130
5160
|
"learn_more": "https://metrica.yandex.com/about",
|
|
3131
5161
|
"category": "Analytics",
|
|
3132
5162
|
"type": "community",
|
|
@@ -3134,10 +5164,13 @@
|
|
|
3134
5164
|
{
|
|
3135
5165
|
"name": "Pooya Parsa",
|
|
3136
5166
|
"github": "pi0",
|
|
3137
|
-
"twitter": "_pi0_"
|
|
3138
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
5167
|
+
"twitter": "_pi0_"
|
|
3139
5168
|
}
|
|
3140
|
-
]
|
|
5169
|
+
],
|
|
5170
|
+
"compatibility": {
|
|
5171
|
+
"nuxt": "^2.0.0",
|
|
5172
|
+
"requires": {}
|
|
5173
|
+
}
|
|
3141
5174
|
},
|
|
3142
5175
|
{
|
|
3143
5176
|
"name": "zendesk",
|
|
@@ -3153,9 +5186,12 @@
|
|
|
3153
5186
|
"maintainers": [
|
|
3154
5187
|
{
|
|
3155
5188
|
"name": "DansMaCulotte",
|
|
3156
|
-
"github": "DansMaCulotte"
|
|
3157
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
5189
|
+
"github": "DansMaCulotte"
|
|
3158
5190
|
}
|
|
3159
|
-
]
|
|
5191
|
+
],
|
|
5192
|
+
"compatibility": {
|
|
5193
|
+
"nuxt": "^2.0.0",
|
|
5194
|
+
"requires": {}
|
|
5195
|
+
}
|
|
3160
5196
|
}
|
|
3161
5197
|
]
|