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