@nuxt/modules 0.5.0-eaa947 → 0.5.0-f37239
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/modules.json +1104 -701
- package/package.json +1 -1
- package/categories.json +0 -21
package/modules.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "ackee",
|
|
4
4
|
"description": "Nuxt.js module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
|
-
"npm": "
|
|
6
|
+
"npm": "",
|
|
7
7
|
"icon": "ackee.png",
|
|
8
8
|
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
9
|
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
@@ -21,17 +21,41 @@
|
|
|
21
21
|
"twitter": "Atinux"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
+
"contributors": [],
|
|
24
25
|
"compatibility": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
26
|
+
"nuxt": "^2.0.0",
|
|
27
|
+
"requires": {}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "agility-cms",
|
|
32
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
33
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
34
|
+
"npm": "",
|
|
35
|
+
"icon": "agility.png",
|
|
36
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
38
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
39
|
+
"category": "CMS",
|
|
40
|
+
"type": "3rd-party",
|
|
41
|
+
"maintainers": [
|
|
42
|
+
{
|
|
43
|
+
"name": "Joel Varty",
|
|
44
|
+
"github": "joelvarty",
|
|
45
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"contributors": [],
|
|
49
|
+
"compatibility": {
|
|
50
|
+
"nuxt": "^2.0.0",
|
|
51
|
+
"requires": {}
|
|
28
52
|
}
|
|
29
53
|
},
|
|
30
54
|
{
|
|
31
55
|
"name": "alias",
|
|
32
56
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
33
57
|
"repo": "kdydesign/nuxt-alias-module",
|
|
34
|
-
"npm": "
|
|
58
|
+
"npm": "",
|
|
35
59
|
"icon": "",
|
|
36
60
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
37
61
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -44,17 +68,17 @@
|
|
|
44
68
|
"github": "kdydesign"
|
|
45
69
|
}
|
|
46
70
|
],
|
|
71
|
+
"contributors": [],
|
|
47
72
|
"compatibility": {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"3.x": "unknown"
|
|
73
|
+
"nuxt": "^2.0.0",
|
|
74
|
+
"requires": {}
|
|
51
75
|
}
|
|
52
76
|
},
|
|
53
77
|
{
|
|
54
78
|
"name": "amp",
|
|
55
79
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
56
80
|
"repo": "nuxt-community/amp-module",
|
|
57
|
-
"npm": "
|
|
81
|
+
"npm": "",
|
|
58
82
|
"icon": "amp.png",
|
|
59
83
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
60
84
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -68,17 +92,17 @@
|
|
|
68
92
|
"twitter": "a_birang"
|
|
69
93
|
}
|
|
70
94
|
],
|
|
95
|
+
"contributors": [],
|
|
71
96
|
"compatibility": {
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"3.x": "unknown"
|
|
97
|
+
"nuxt": "^2.0.0",
|
|
98
|
+
"requires": {}
|
|
75
99
|
}
|
|
76
100
|
},
|
|
77
101
|
{
|
|
78
102
|
"name": "animejs",
|
|
79
103
|
"description": "Anime.js module for Nuxt.js",
|
|
80
104
|
"repo": "ivodolenc/nuxt-animejs",
|
|
81
|
-
"npm": "
|
|
105
|
+
"npm": "",
|
|
82
106
|
"icon": "",
|
|
83
107
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
84
108
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -91,17 +115,17 @@
|
|
|
91
115
|
"github": "ivodolenc"
|
|
92
116
|
}
|
|
93
117
|
],
|
|
118
|
+
"contributors": [],
|
|
94
119
|
"compatibility": {
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"3.x": "unknown"
|
|
120
|
+
"nuxt": "^2.0.0",
|
|
121
|
+
"requires": {}
|
|
98
122
|
}
|
|
99
123
|
},
|
|
100
124
|
{
|
|
101
125
|
"name": "apis-to-file",
|
|
102
126
|
"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",
|
|
103
127
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
104
|
-
"npm": "
|
|
128
|
+
"npm": "",
|
|
105
129
|
"icon": "",
|
|
106
130
|
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
107
131
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
@@ -116,17 +140,17 @@
|
|
|
116
140
|
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
117
141
|
}
|
|
118
142
|
],
|
|
143
|
+
"contributors": [],
|
|
119
144
|
"compatibility": {
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"3.x": "unknown"
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
123
147
|
}
|
|
124
148
|
},
|
|
125
149
|
{
|
|
126
150
|
"name": "apollo",
|
|
127
151
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
128
152
|
"repo": "nuxt-community/apollo-module",
|
|
129
|
-
"npm": "
|
|
153
|
+
"npm": "",
|
|
130
154
|
"icon": "apollo.png",
|
|
131
155
|
"github": "https://github.com/nuxt-community/apollo-module",
|
|
132
156
|
"website": "https://github.com/nuxt-community/apollo-module",
|
|
@@ -143,17 +167,17 @@
|
|
|
143
167
|
"github": "dohomi"
|
|
144
168
|
}
|
|
145
169
|
],
|
|
170
|
+
"contributors": [],
|
|
146
171
|
"compatibility": {
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"3.x": "not-working"
|
|
172
|
+
"nuxt": "^2.0.0",
|
|
173
|
+
"requires": {}
|
|
150
174
|
}
|
|
151
175
|
},
|
|
152
176
|
{
|
|
153
177
|
"name": "applicationinsights",
|
|
154
178
|
"description": "AppInsights module for Nuxt.js",
|
|
155
179
|
"repo": "nuxt-community/applicationinsights-module",
|
|
156
|
-
"npm": "
|
|
180
|
+
"npm": "",
|
|
157
181
|
"icon": "application-insights.png",
|
|
158
182
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
159
183
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -166,17 +190,17 @@
|
|
|
166
190
|
"github": "aldarund"
|
|
167
191
|
}
|
|
168
192
|
],
|
|
193
|
+
"contributors": [],
|
|
169
194
|
"compatibility": {
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"3.x": "unknown"
|
|
195
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
173
197
|
}
|
|
174
198
|
},
|
|
175
199
|
{
|
|
176
200
|
"name": "appwrite",
|
|
177
201
|
"description": "Appwrite module for Nuxt",
|
|
178
202
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
179
|
-
"npm": "
|
|
203
|
+
"npm": "",
|
|
180
204
|
"icon": "appwrite.png",
|
|
181
205
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
182
206
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -189,17 +213,17 @@
|
|
|
189
213
|
"github": "Hrdtr"
|
|
190
214
|
}
|
|
191
215
|
],
|
|
216
|
+
"contributors": [],
|
|
192
217
|
"compatibility": {
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"3.x": "unknown"
|
|
218
|
+
"nuxt": "^2.0.0",
|
|
219
|
+
"requires": {}
|
|
196
220
|
}
|
|
197
221
|
},
|
|
198
222
|
{
|
|
199
223
|
"name": "auth",
|
|
200
224
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
201
225
|
"repo": "nuxt-community/auth-module",
|
|
202
|
-
"npm": "
|
|
226
|
+
"npm": "",
|
|
203
227
|
"icon": "auth.png",
|
|
204
228
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
205
229
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -217,17 +241,17 @@
|
|
|
217
241
|
"github": "JoaoPedroAS51"
|
|
218
242
|
}
|
|
219
243
|
],
|
|
244
|
+
"contributors": [],
|
|
220
245
|
"compatibility": {
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"3.x": "wip"
|
|
246
|
+
"nuxt": "^2.0.0",
|
|
247
|
+
"requires": {}
|
|
224
248
|
}
|
|
225
249
|
},
|
|
226
250
|
{
|
|
227
251
|
"name": "axios",
|
|
228
252
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
229
253
|
"repo": "nuxt-community/axios-module",
|
|
230
|
-
"npm": "
|
|
254
|
+
"npm": "",
|
|
231
255
|
"icon": "axios.svg",
|
|
232
256
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
233
257
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -241,17 +265,17 @@
|
|
|
241
265
|
"twitter": "_pi0_"
|
|
242
266
|
}
|
|
243
267
|
],
|
|
268
|
+
"contributors": [],
|
|
244
269
|
"compatibility": {
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"3.x": "unknown"
|
|
270
|
+
"nuxt": "^2.0.0",
|
|
271
|
+
"requires": {}
|
|
248
272
|
}
|
|
249
273
|
},
|
|
250
274
|
{
|
|
251
275
|
"name": "basic-auth",
|
|
252
276
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
253
277
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
254
|
-
"npm": "
|
|
278
|
+
"npm": "",
|
|
255
279
|
"icon": "",
|
|
256
280
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
257
281
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -264,17 +288,17 @@
|
|
|
264
288
|
"github": "potato4d"
|
|
265
289
|
}
|
|
266
290
|
],
|
|
291
|
+
"contributors": [],
|
|
267
292
|
"compatibility": {
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"3.x": "unknown"
|
|
293
|
+
"nuxt": "^2.0.0",
|
|
294
|
+
"requires": {}
|
|
271
295
|
}
|
|
272
296
|
},
|
|
273
297
|
{
|
|
274
298
|
"name": "bootstrap",
|
|
275
299
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
276
300
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
277
|
-
"npm": "
|
|
301
|
+
"npm": "",
|
|
278
302
|
"icon": "bootstrap.png",
|
|
279
303
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
280
304
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -297,17 +321,17 @@
|
|
|
297
321
|
"twitter": "jackmu95"
|
|
298
322
|
}
|
|
299
323
|
],
|
|
324
|
+
"contributors": [],
|
|
300
325
|
"compatibility": {
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"3.x": "unknown"
|
|
326
|
+
"nuxt": "^2.0.0",
|
|
327
|
+
"requires": {}
|
|
304
328
|
}
|
|
305
329
|
},
|
|
306
330
|
{
|
|
307
331
|
"name": "browserconfig",
|
|
308
332
|
"description": "Adds XML browser configuration support",
|
|
309
333
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
310
|
-
"npm": "
|
|
334
|
+
"npm": "",
|
|
311
335
|
"icon": "",
|
|
312
336
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
313
337
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -321,17 +345,17 @@
|
|
|
321
345
|
"twitter": "_pi0_"
|
|
322
346
|
}
|
|
323
347
|
],
|
|
348
|
+
"contributors": [],
|
|
324
349
|
"compatibility": {
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"3.x": "unknown"
|
|
350
|
+
"nuxt": "^2.0.0",
|
|
351
|
+
"requires": {}
|
|
328
352
|
}
|
|
329
353
|
},
|
|
330
354
|
{
|
|
331
355
|
"name": "buefy",
|
|
332
356
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
333
357
|
"repo": "buefy/nuxt-buefy",
|
|
334
|
-
"npm": "
|
|
358
|
+
"npm": "",
|
|
335
359
|
"icon": "buefy.png",
|
|
336
360
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
337
361
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -344,17 +368,17 @@
|
|
|
344
368
|
"github": "jtommy"
|
|
345
369
|
}
|
|
346
370
|
],
|
|
371
|
+
"contributors": [],
|
|
347
372
|
"compatibility": {
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"3.x": "unknown"
|
|
373
|
+
"nuxt": "^2.0.0",
|
|
374
|
+
"requires": {}
|
|
351
375
|
}
|
|
352
376
|
},
|
|
353
377
|
{
|
|
354
378
|
"name": "bugsnag",
|
|
355
379
|
"description": "Bugsnag module for nuxt.js",
|
|
356
380
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
357
|
-
"npm": "
|
|
381
|
+
"npm": "",
|
|
358
382
|
"icon": "bugsnag.png",
|
|
359
383
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
360
384
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -367,17 +391,17 @@
|
|
|
367
391
|
"github": "JulianMar"
|
|
368
392
|
}
|
|
369
393
|
],
|
|
394
|
+
"contributors": [],
|
|
370
395
|
"compatibility": {
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"3.x": "unknown"
|
|
396
|
+
"nuxt": "^2.0.0",
|
|
397
|
+
"requires": {}
|
|
374
398
|
}
|
|
375
399
|
},
|
|
376
400
|
{
|
|
377
401
|
"name": "bulma-slim",
|
|
378
402
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
379
403
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
380
|
-
"npm": "
|
|
404
|
+
"npm": "",
|
|
381
405
|
"icon": "bulma.png",
|
|
382
406
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
383
407
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -390,17 +414,17 @@
|
|
|
390
414
|
"github": "mustardamus"
|
|
391
415
|
}
|
|
392
416
|
],
|
|
417
|
+
"contributors": [],
|
|
393
418
|
"compatibility": {
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"3.x": "unknown"
|
|
419
|
+
"nuxt": "^2.0.0",
|
|
420
|
+
"requires": {}
|
|
397
421
|
}
|
|
398
422
|
},
|
|
399
423
|
{
|
|
400
424
|
"name": "bundle-buddy",
|
|
401
425
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
402
426
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
403
|
-
"npm": "
|
|
427
|
+
"npm": "",
|
|
404
428
|
"icon": "",
|
|
405
429
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
406
430
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -413,17 +437,17 @@
|
|
|
413
437
|
"github": "Developmint"
|
|
414
438
|
}
|
|
415
439
|
],
|
|
440
|
+
"contributors": [],
|
|
416
441
|
"compatibility": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
419
|
-
"3.x": "unknown"
|
|
442
|
+
"nuxt": "^2.0.0",
|
|
443
|
+
"requires": {}
|
|
420
444
|
}
|
|
421
445
|
},
|
|
422
446
|
{
|
|
423
447
|
"name": "canvas-sketch",
|
|
424
448
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
425
449
|
"repo": "LuXDAmore/generative-art",
|
|
426
|
-
"npm": "
|
|
450
|
+
"npm": "",
|
|
427
451
|
"icon": "",
|
|
428
452
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
429
453
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -437,17 +461,17 @@
|
|
|
437
461
|
"twitter": "luxdamore"
|
|
438
462
|
}
|
|
439
463
|
],
|
|
464
|
+
"contributors": [],
|
|
440
465
|
"compatibility": {
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"3.x": "unknown"
|
|
466
|
+
"nuxt": "^2.0.0",
|
|
467
|
+
"requires": {}
|
|
444
468
|
}
|
|
445
469
|
},
|
|
446
470
|
{
|
|
447
471
|
"name": "chakra-ui",
|
|
448
472
|
"description": "Chakra UI Module for Nuxt.js",
|
|
449
473
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
450
|
-
"npm": "
|
|
474
|
+
"npm": "",
|
|
451
475
|
"icon": "chakra-ui.png",
|
|
452
476
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
453
477
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -460,17 +484,17 @@
|
|
|
460
484
|
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
461
485
|
}
|
|
462
486
|
],
|
|
487
|
+
"contributors": [],
|
|
463
488
|
"compatibility": {
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"3.x": "unknown"
|
|
489
|
+
"nuxt": "^2.0.0",
|
|
490
|
+
"requires": {}
|
|
467
491
|
}
|
|
468
492
|
},
|
|
469
493
|
{
|
|
470
494
|
"name": "chiffre",
|
|
471
495
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
472
496
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
473
|
-
"npm": "
|
|
497
|
+
"npm": "",
|
|
474
498
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
475
499
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
476
500
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -483,17 +507,17 @@
|
|
|
483
507
|
"github": "rclement"
|
|
484
508
|
}
|
|
485
509
|
],
|
|
510
|
+
"contributors": [],
|
|
486
511
|
"compatibility": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"3.x": "unknown"
|
|
512
|
+
"nuxt": "^2.0.0",
|
|
513
|
+
"requires": {}
|
|
490
514
|
}
|
|
491
515
|
},
|
|
492
516
|
{
|
|
493
517
|
"name": "client-init",
|
|
494
518
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
495
519
|
"repo": "potato4d/nuxt-client-init-module",
|
|
496
|
-
"npm": "
|
|
520
|
+
"npm": "",
|
|
497
521
|
"icon": "",
|
|
498
522
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
499
523
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -506,17 +530,17 @@
|
|
|
506
530
|
"github": "potato4d"
|
|
507
531
|
}
|
|
508
532
|
],
|
|
533
|
+
"contributors": [],
|
|
509
534
|
"compatibility": {
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"3.x": "unknown"
|
|
535
|
+
"nuxt": "^2.0.0",
|
|
536
|
+
"requires": {}
|
|
513
537
|
}
|
|
514
538
|
},
|
|
515
539
|
{
|
|
516
540
|
"name": "cloudcms",
|
|
517
541
|
"description": "CloudCMS Nuxt.js Module",
|
|
518
542
|
"repo": "gitana/cloudcms-nuxt",
|
|
519
|
-
"npm": "
|
|
543
|
+
"npm": "",
|
|
520
544
|
"icon": "",
|
|
521
545
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
522
546
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -529,17 +553,17 @@
|
|
|
529
553
|
"github": "gitana"
|
|
530
554
|
}
|
|
531
555
|
],
|
|
556
|
+
"contributors": [],
|
|
532
557
|
"compatibility": {
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
"3.x": "unknown"
|
|
558
|
+
"nuxt": "^2.0.0",
|
|
559
|
+
"requires": {}
|
|
536
560
|
}
|
|
537
561
|
},
|
|
538
562
|
{
|
|
539
563
|
"name": "cloudinary",
|
|
540
564
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
541
565
|
"repo": "nuxt-community/cloudinary-module",
|
|
542
|
-
"npm": "
|
|
566
|
+
"npm": "",
|
|
543
567
|
"icon": "cloudinary.png",
|
|
544
568
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
545
569
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -553,17 +577,17 @@
|
|
|
553
577
|
"twitter": "MayaShavin"
|
|
554
578
|
}
|
|
555
579
|
],
|
|
580
|
+
"contributors": [],
|
|
556
581
|
"compatibility": {
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
"3.x": "not-working"
|
|
582
|
+
"nuxt": "^2.0.0",
|
|
583
|
+
"requires": {}
|
|
560
584
|
}
|
|
561
585
|
},
|
|
562
586
|
{
|
|
563
587
|
"name": "color-mode",
|
|
564
588
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
565
589
|
"repo": "nuxt-community/color-mode-module",
|
|
566
|
-
"npm": "
|
|
590
|
+
"npm": "",
|
|
567
591
|
"icon": "color-mode.png",
|
|
568
592
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
569
593
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -577,17 +601,19 @@
|
|
|
577
601
|
"twitter": "Atinux"
|
|
578
602
|
}
|
|
579
603
|
],
|
|
604
|
+
"contributors": [],
|
|
580
605
|
"compatibility": {
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
|
|
606
|
+
"nuxt": "^2.0.0",
|
|
607
|
+
"requires": {
|
|
608
|
+
"bridge": "optional"
|
|
609
|
+
}
|
|
584
610
|
}
|
|
585
611
|
},
|
|
586
612
|
{
|
|
587
613
|
"name": "component-cache",
|
|
588
614
|
"description": "LRU component cache for vue components",
|
|
589
615
|
"repo": "nuxt-community/component-cache-module",
|
|
590
|
-
"npm": "
|
|
616
|
+
"npm": "",
|
|
591
617
|
"icon": "",
|
|
592
618
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
593
619
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -601,17 +627,17 @@
|
|
|
601
627
|
"twitter": "_pi0_"
|
|
602
628
|
}
|
|
603
629
|
],
|
|
630
|
+
"contributors": [],
|
|
604
631
|
"compatibility": {
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
"3.x": "unknown"
|
|
632
|
+
"nuxt": "^2.0.0",
|
|
633
|
+
"requires": {}
|
|
608
634
|
}
|
|
609
635
|
},
|
|
610
636
|
{
|
|
611
637
|
"name": "composition-api",
|
|
612
638
|
"description": "Composition API hooks for Nuxt",
|
|
613
639
|
"repo": "nuxt-community/composition-api#main",
|
|
614
|
-
"npm": "
|
|
640
|
+
"npm": "",
|
|
615
641
|
"icon": "composition-api.svg",
|
|
616
642
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
617
643
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -625,17 +651,17 @@
|
|
|
625
651
|
"twitter": "danielcroe"
|
|
626
652
|
}
|
|
627
653
|
],
|
|
654
|
+
"contributors": [],
|
|
628
655
|
"compatibility": {
|
|
629
|
-
"
|
|
630
|
-
"
|
|
631
|
-
"3.x": "unknown"
|
|
656
|
+
"nuxt": "^2.0.0",
|
|
657
|
+
"requires": {}
|
|
632
658
|
}
|
|
633
659
|
},
|
|
634
660
|
{
|
|
635
661
|
"name": "content",
|
|
636
662
|
"description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
|
|
637
663
|
"repo": "nuxt/content#master/packages/content",
|
|
638
|
-
"npm": "
|
|
664
|
+
"npm": "",
|
|
639
665
|
"icon": "content.png",
|
|
640
666
|
"github": "https://github.com/nuxt/content",
|
|
641
667
|
"website": "https://content.nuxtjs.org",
|
|
@@ -654,17 +680,17 @@
|
|
|
654
680
|
"twitter": "Atinux"
|
|
655
681
|
}
|
|
656
682
|
],
|
|
683
|
+
"contributors": [],
|
|
657
684
|
"compatibility": {
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
"3.x": "not-working"
|
|
685
|
+
"nuxt": "^2.0.0",
|
|
686
|
+
"requires": {}
|
|
661
687
|
}
|
|
662
688
|
},
|
|
663
689
|
{
|
|
664
690
|
"name": "contentful",
|
|
665
691
|
"description": "nuxt contentful module",
|
|
666
692
|
"repo": "scaccogatto/contentful-module",
|
|
667
|
-
"npm": "
|
|
693
|
+
"npm": "",
|
|
668
694
|
"icon": "contentful.png",
|
|
669
695
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
670
696
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -677,17 +703,17 @@
|
|
|
677
703
|
"github": "scaccogatto"
|
|
678
704
|
}
|
|
679
705
|
],
|
|
706
|
+
"contributors": [],
|
|
680
707
|
"compatibility": {
|
|
681
|
-
"
|
|
682
|
-
"
|
|
683
|
-
"3.x": "unknown"
|
|
708
|
+
"nuxt": "^2.0.0",
|
|
709
|
+
"requires": {}
|
|
684
710
|
}
|
|
685
711
|
},
|
|
686
712
|
{
|
|
687
713
|
"name": "custom-elements",
|
|
688
714
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
689
715
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
690
|
-
"npm": "
|
|
716
|
+
"npm": "",
|
|
691
717
|
"icon": "custom-elements.png",
|
|
692
718
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
693
719
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -704,17 +730,17 @@
|
|
|
704
730
|
"github": "GrabarzUndPartner"
|
|
705
731
|
}
|
|
706
732
|
],
|
|
733
|
+
"contributors": [],
|
|
707
734
|
"compatibility": {
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
"3.x": "unknown"
|
|
735
|
+
"nuxt": "^2.0.0",
|
|
736
|
+
"requires": {}
|
|
711
737
|
}
|
|
712
738
|
},
|
|
713
739
|
{
|
|
714
740
|
"name": "darkmode.js",
|
|
715
741
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
716
742
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
717
|
-
"npm": "
|
|
743
|
+
"npm": "",
|
|
718
744
|
"icon": "darkmode.png",
|
|
719
745
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
720
746
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -727,17 +753,17 @@
|
|
|
727
753
|
"github": "sandoche"
|
|
728
754
|
}
|
|
729
755
|
],
|
|
756
|
+
"contributors": [],
|
|
730
757
|
"compatibility": {
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"3.x": "unknown"
|
|
758
|
+
"nuxt": "^2.0.0",
|
|
759
|
+
"requires": {}
|
|
734
760
|
}
|
|
735
761
|
},
|
|
736
762
|
{
|
|
737
763
|
"name": "date-fns",
|
|
738
764
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
739
765
|
"repo": "nuxt-community/date-fns-module",
|
|
740
|
-
"npm": "
|
|
766
|
+
"npm": "",
|
|
741
767
|
"icon": "date-fns.png",
|
|
742
768
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
743
769
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -750,17 +776,40 @@
|
|
|
750
776
|
"github": "ricardogobbosouza"
|
|
751
777
|
}
|
|
752
778
|
],
|
|
779
|
+
"contributors": [],
|
|
753
780
|
"compatibility": {
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
|
|
781
|
+
"nuxt": "^2.0.0",
|
|
782
|
+
"requires": {}
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "datocms",
|
|
787
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
788
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
789
|
+
"npm": "",
|
|
790
|
+
"icon": "datocms.png",
|
|
791
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
792
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
793
|
+
"learn_more": "https://www.datocms.com/",
|
|
794
|
+
"category": "CMS",
|
|
795
|
+
"type": "3rd-party",
|
|
796
|
+
"maintainers": [
|
|
797
|
+
{
|
|
798
|
+
"name": "Frankwarnaar",
|
|
799
|
+
"github": "Frankwarnaar"
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
"contributors": [],
|
|
803
|
+
"compatibility": {
|
|
804
|
+
"nuxt": "^2.0.0",
|
|
805
|
+
"requires": {}
|
|
757
806
|
}
|
|
758
807
|
},
|
|
759
808
|
{
|
|
760
809
|
"name": "dayjs",
|
|
761
810
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
762
811
|
"repo": "nuxt-community/dayjs-module",
|
|
763
|
-
"npm": "
|
|
812
|
+
"npm": "",
|
|
764
813
|
"icon": "day-js.png",
|
|
765
814
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
766
815
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -774,17 +823,17 @@
|
|
|
774
823
|
"twitter": "potato4d"
|
|
775
824
|
}
|
|
776
825
|
],
|
|
826
|
+
"contributors": [],
|
|
777
827
|
"compatibility": {
|
|
778
|
-
"
|
|
779
|
-
"
|
|
780
|
-
"3.x": "unknown"
|
|
828
|
+
"nuxt": "^2.0.0",
|
|
829
|
+
"requires": {}
|
|
781
830
|
}
|
|
782
831
|
},
|
|
783
832
|
{
|
|
784
833
|
"name": "device",
|
|
785
834
|
"description": "Device detection module for Nuxt.js",
|
|
786
835
|
"repo": "nuxt-community/device-module",
|
|
787
|
-
"npm": "
|
|
836
|
+
"npm": "",
|
|
788
837
|
"icon": "",
|
|
789
838
|
"github": "https://github.com/nuxt-community/device-module",
|
|
790
839
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -797,17 +846,17 @@
|
|
|
797
846
|
"github": "dotneet"
|
|
798
847
|
}
|
|
799
848
|
],
|
|
849
|
+
"contributors": [],
|
|
800
850
|
"compatibility": {
|
|
801
|
-
"
|
|
802
|
-
"
|
|
803
|
-
"3.x": "unknown"
|
|
851
|
+
"nuxt": "^2.0.0",
|
|
852
|
+
"requires": {}
|
|
804
853
|
}
|
|
805
854
|
},
|
|
806
855
|
{
|
|
807
856
|
"name": "dotenv",
|
|
808
857
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
809
858
|
"repo": "nuxt-community/dotenv-module",
|
|
810
|
-
"npm": "
|
|
859
|
+
"npm": "",
|
|
811
860
|
"icon": "dotenv.png",
|
|
812
861
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
813
862
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -820,17 +869,51 @@
|
|
|
820
869
|
"github": "JulienTant"
|
|
821
870
|
}
|
|
822
871
|
],
|
|
872
|
+
"contributors": [],
|
|
873
|
+
"compatibility": {
|
|
874
|
+
"nuxt": "^2.0.0",
|
|
875
|
+
"requires": {}
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "drupal-ce",
|
|
880
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
881
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
882
|
+
"npm": "",
|
|
883
|
+
"icon": "drupal-ce.png",
|
|
884
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
885
|
+
"website": "https://stack.lupus.digital",
|
|
886
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
887
|
+
"category": "CMS",
|
|
888
|
+
"type": "3rd-party",
|
|
889
|
+
"maintainers": [
|
|
890
|
+
{
|
|
891
|
+
"name": "Wolfgang Ziegler // fago",
|
|
892
|
+
"github": "fago",
|
|
893
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "Maximilian Götz-Mikus",
|
|
897
|
+
"github": "maximilianmikus",
|
|
898
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "David Licen",
|
|
902
|
+
"github": "davision",
|
|
903
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
904
|
+
}
|
|
905
|
+
],
|
|
906
|
+
"contributors": [],
|
|
823
907
|
"compatibility": {
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
"3.x": "unknown"
|
|
908
|
+
"nuxt": "^2.0.0",
|
|
909
|
+
"requires": {}
|
|
827
910
|
}
|
|
828
911
|
},
|
|
829
912
|
{
|
|
830
913
|
"name": "druxt",
|
|
831
914
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
832
915
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
833
|
-
"npm": "
|
|
916
|
+
"npm": "",
|
|
834
917
|
"icon": "druxt.svg",
|
|
835
918
|
"github": "https://github.com/druxt/druxt.js",
|
|
836
919
|
"website": "https://druxtjs.org",
|
|
@@ -843,17 +926,17 @@
|
|
|
843
926
|
"github": "decipher"
|
|
844
927
|
}
|
|
845
928
|
],
|
|
929
|
+
"contributors": [],
|
|
846
930
|
"compatibility": {
|
|
847
|
-
"
|
|
848
|
-
"
|
|
849
|
-
"3.x": "unknown"
|
|
931
|
+
"nuxt": "^2.0.0",
|
|
932
|
+
"requires": {}
|
|
850
933
|
}
|
|
851
934
|
},
|
|
852
935
|
{
|
|
853
936
|
"name": "emotion",
|
|
854
937
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
855
938
|
"repo": "nuxt-community/emotion-module",
|
|
856
|
-
"npm": "
|
|
939
|
+
"npm": "",
|
|
857
940
|
"icon": "emotion.png",
|
|
858
941
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
859
942
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -867,17 +950,17 @@
|
|
|
867
950
|
"twitter": "_pi0_"
|
|
868
951
|
}
|
|
869
952
|
],
|
|
953
|
+
"contributors": [],
|
|
870
954
|
"compatibility": {
|
|
871
|
-
"
|
|
872
|
-
"
|
|
873
|
-
"3.x": "unknown"
|
|
955
|
+
"nuxt": "^2.0.0",
|
|
956
|
+
"requires": {}
|
|
874
957
|
}
|
|
875
958
|
},
|
|
876
959
|
{
|
|
877
960
|
"name": "eslint",
|
|
878
961
|
"description": "ESLint module for Nuxt.js",
|
|
879
962
|
"repo": "nuxt-community/eslint-module",
|
|
880
|
-
"npm": "
|
|
963
|
+
"npm": "",
|
|
881
964
|
"icon": "eslint.png",
|
|
882
965
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
883
966
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -890,17 +973,17 @@
|
|
|
890
973
|
"github": "ricardogobbosouza"
|
|
891
974
|
}
|
|
892
975
|
],
|
|
976
|
+
"contributors": [],
|
|
893
977
|
"compatibility": {
|
|
894
|
-
"
|
|
895
|
-
"
|
|
896
|
-
"3.x": "unknown"
|
|
978
|
+
"nuxt": "^2.0.0",
|
|
979
|
+
"requires": {}
|
|
897
980
|
}
|
|
898
981
|
},
|
|
899
982
|
{
|
|
900
983
|
"name": "event-trace",
|
|
901
984
|
"description": "Module for event trace in Nuxt.js",
|
|
902
985
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
903
|
-
"npm": "
|
|
986
|
+
"npm": "",
|
|
904
987
|
"icon": "",
|
|
905
988
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
906
989
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -913,17 +996,17 @@
|
|
|
913
996
|
"github": "clarkdo"
|
|
914
997
|
}
|
|
915
998
|
],
|
|
999
|
+
"contributors": [],
|
|
916
1000
|
"compatibility": {
|
|
917
|
-
"
|
|
918
|
-
"
|
|
919
|
-
"3.x": "unknown"
|
|
1001
|
+
"nuxt": "^2.0.0",
|
|
1002
|
+
"requires": {}
|
|
920
1003
|
}
|
|
921
1004
|
},
|
|
922
1005
|
{
|
|
923
1006
|
"name": "fathom",
|
|
924
1007
|
"description": "Fathom analytics for Nuxt",
|
|
925
1008
|
"repo": "yabhq/nuxt-fathom",
|
|
926
|
-
"npm": "
|
|
1009
|
+
"npm": "",
|
|
927
1010
|
"icon": "fathom.png",
|
|
928
1011
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
929
1012
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -936,17 +1019,17 @@
|
|
|
936
1019
|
"github": "yabhq"
|
|
937
1020
|
}
|
|
938
1021
|
],
|
|
1022
|
+
"contributors": [],
|
|
939
1023
|
"compatibility": {
|
|
940
|
-
"
|
|
941
|
-
"
|
|
942
|
-
"3.x": "unknown"
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
943
1026
|
}
|
|
944
1027
|
},
|
|
945
1028
|
{
|
|
946
1029
|
"name": "feature-toggle",
|
|
947
1030
|
"description": "Feature toggle module for Nuxt.js",
|
|
948
1031
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
949
|
-
"npm": "
|
|
1032
|
+
"npm": "",
|
|
950
1033
|
"icon": "",
|
|
951
1034
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
952
1035
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -959,17 +1042,17 @@
|
|
|
959
1042
|
"github": "stephenkr"
|
|
960
1043
|
}
|
|
961
1044
|
],
|
|
1045
|
+
"contributors": [],
|
|
962
1046
|
"compatibility": {
|
|
963
|
-
"
|
|
964
|
-
"
|
|
965
|
-
"3.x": "unknown"
|
|
1047
|
+
"nuxt": "^2.0.0",
|
|
1048
|
+
"requires": {}
|
|
966
1049
|
}
|
|
967
1050
|
},
|
|
968
1051
|
{
|
|
969
1052
|
"name": "feed",
|
|
970
1053
|
"description": "Feed module enables everyone to have RSS, Atom and Json.",
|
|
971
1054
|
"repo": "nuxt-community/feed-module",
|
|
972
|
-
"npm": "
|
|
1055
|
+
"npm": "",
|
|
973
1056
|
"icon": "",
|
|
974
1057
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
975
1058
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -983,17 +1066,17 @@
|
|
|
983
1066
|
"twitter": "TheAlexLichter"
|
|
984
1067
|
}
|
|
985
1068
|
],
|
|
1069
|
+
"contributors": [],
|
|
986
1070
|
"compatibility": {
|
|
987
|
-
"
|
|
988
|
-
"
|
|
989
|
-
"3.x": "unknown"
|
|
1071
|
+
"nuxt": "^2.0.0",
|
|
1072
|
+
"requires": {}
|
|
990
1073
|
}
|
|
991
1074
|
},
|
|
992
1075
|
{
|
|
993
1076
|
"name": "firebase",
|
|
994
1077
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
995
1078
|
"repo": "nuxt-community/firebase-module",
|
|
996
|
-
"npm": "
|
|
1079
|
+
"npm": "",
|
|
997
1080
|
"icon": "firebase.png",
|
|
998
1081
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
999
1082
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1006,17 +1089,17 @@
|
|
|
1006
1089
|
"github": "lupas"
|
|
1007
1090
|
}
|
|
1008
1091
|
],
|
|
1092
|
+
"contributors": [],
|
|
1009
1093
|
"compatibility": {
|
|
1010
|
-
"
|
|
1011
|
-
"
|
|
1012
|
-
"3.x": "unknown"
|
|
1094
|
+
"nuxt": "^2.0.0",
|
|
1095
|
+
"requires": {}
|
|
1013
1096
|
}
|
|
1014
1097
|
},
|
|
1015
1098
|
{
|
|
1016
1099
|
"name": "floating-prompt-module",
|
|
1017
1100
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1018
1101
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1019
|
-
"npm": "
|
|
1102
|
+
"npm": "",
|
|
1020
1103
|
"icon": "",
|
|
1021
1104
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1022
1105
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -1029,17 +1112,17 @@
|
|
|
1029
1112
|
"github": "sandoche"
|
|
1030
1113
|
}
|
|
1031
1114
|
],
|
|
1115
|
+
"contributors": [],
|
|
1032
1116
|
"compatibility": {
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1035
|
-
"3.x": "unknown"
|
|
1117
|
+
"nuxt": "^2.0.0",
|
|
1118
|
+
"requires": {}
|
|
1036
1119
|
}
|
|
1037
1120
|
},
|
|
1038
1121
|
{
|
|
1039
1122
|
"name": "font-loader-strategy",
|
|
1040
1123
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
1041
1124
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1042
|
-
"npm": "
|
|
1125
|
+
"npm": "",
|
|
1043
1126
|
"icon": "",
|
|
1044
1127
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1045
1128
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -1052,17 +1135,17 @@
|
|
|
1052
1135
|
"github": "GrabarzUndPartner"
|
|
1053
1136
|
}
|
|
1054
1137
|
],
|
|
1138
|
+
"contributors": [],
|
|
1055
1139
|
"compatibility": {
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1058
|
-
"3.x": "unknown"
|
|
1140
|
+
"nuxt": "^2.0.0",
|
|
1141
|
+
"requires": {}
|
|
1059
1142
|
}
|
|
1060
1143
|
},
|
|
1061
1144
|
{
|
|
1062
1145
|
"name": "fontagon",
|
|
1063
1146
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1064
1147
|
"repo": "kdydesign/nuxt-fontagon",
|
|
1065
|
-
"npm": "
|
|
1148
|
+
"npm": "",
|
|
1066
1149
|
"icon": "fontagon.png",
|
|
1067
1150
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1068
1151
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -1075,17 +1158,17 @@
|
|
|
1075
1158
|
"github": "kdydesign"
|
|
1076
1159
|
}
|
|
1077
1160
|
],
|
|
1161
|
+
"contributors": [],
|
|
1078
1162
|
"compatibility": {
|
|
1079
|
-
"
|
|
1080
|
-
"
|
|
1081
|
-
"3.x": "unknown"
|
|
1163
|
+
"nuxt": "^2.0.0",
|
|
1164
|
+
"requires": {}
|
|
1082
1165
|
}
|
|
1083
1166
|
},
|
|
1084
1167
|
{
|
|
1085
1168
|
"name": "fontawesome",
|
|
1086
1169
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
1087
1170
|
"repo": "nuxt-community/fontawesome-module",
|
|
1088
|
-
"npm": "
|
|
1171
|
+
"npm": "",
|
|
1089
1172
|
"icon": "font-awesome.png",
|
|
1090
1173
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
1091
1174
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -1098,17 +1181,17 @@
|
|
|
1098
1181
|
"github": "pimlie"
|
|
1099
1182
|
}
|
|
1100
1183
|
],
|
|
1184
|
+
"contributors": [],
|
|
1101
1185
|
"compatibility": {
|
|
1102
|
-
"
|
|
1103
|
-
"
|
|
1104
|
-
"3.x": "unknown"
|
|
1186
|
+
"nuxt": "^2.0.0",
|
|
1187
|
+
"requires": {}
|
|
1105
1188
|
}
|
|
1106
1189
|
},
|
|
1107
1190
|
{
|
|
1108
1191
|
"name": "fullpage",
|
|
1109
1192
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
1110
1193
|
"repo": "vaso2/fullpage-nuxt",
|
|
1111
|
-
"npm": "
|
|
1194
|
+
"npm": "",
|
|
1112
1195
|
"icon": "",
|
|
1113
1196
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
1114
1197
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -1121,17 +1204,17 @@
|
|
|
1121
1204
|
"github": "vaso2"
|
|
1122
1205
|
}
|
|
1123
1206
|
],
|
|
1207
|
+
"contributors": [],
|
|
1124
1208
|
"compatibility": {
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1127
|
-
"3.x": "unknown"
|
|
1209
|
+
"nuxt": "^2.0.0",
|
|
1210
|
+
"requires": {}
|
|
1128
1211
|
}
|
|
1129
1212
|
},
|
|
1130
1213
|
{
|
|
1131
1214
|
"name": "github-api",
|
|
1132
1215
|
"description": "Nuxt module for GitHub v4 API",
|
|
1133
1216
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1134
|
-
"npm": "
|
|
1217
|
+
"npm": "",
|
|
1135
1218
|
"icon": "github.svg",
|
|
1136
1219
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1137
1220
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -1144,17 +1227,17 @@
|
|
|
1144
1227
|
"github": "lindsaykwardell"
|
|
1145
1228
|
}
|
|
1146
1229
|
],
|
|
1230
|
+
"contributors": [],
|
|
1147
1231
|
"compatibility": {
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
"3.x": "unknown"
|
|
1232
|
+
"nuxt": "^2.0.0",
|
|
1233
|
+
"requires": {}
|
|
1151
1234
|
}
|
|
1152
1235
|
},
|
|
1153
1236
|
{
|
|
1154
1237
|
"name": "google-adsense",
|
|
1155
1238
|
"description": "Google Adsense Module for Nuxt.js",
|
|
1156
1239
|
"repo": "nuxt-community/google-adsense-module",
|
|
1157
|
-
"npm": "
|
|
1240
|
+
"npm": "",
|
|
1158
1241
|
"icon": "google-adsense.png",
|
|
1159
1242
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
1160
1243
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -1167,17 +1250,17 @@
|
|
|
1167
1250
|
"github": "tmorehouse"
|
|
1168
1251
|
}
|
|
1169
1252
|
],
|
|
1253
|
+
"contributors": [],
|
|
1170
1254
|
"compatibility": {
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
1173
|
-
"3.x": "unknown"
|
|
1255
|
+
"nuxt": "^2.0.0",
|
|
1256
|
+
"requires": {}
|
|
1174
1257
|
}
|
|
1175
1258
|
},
|
|
1176
1259
|
{
|
|
1177
1260
|
"name": "google-analytics",
|
|
1178
1261
|
"description": "Google analytics Module for Nuxt.js",
|
|
1179
1262
|
"repo": "nuxt-community/analytics-module",
|
|
1180
|
-
"npm": "
|
|
1263
|
+
"npm": "",
|
|
1181
1264
|
"icon": "google-analytics.png",
|
|
1182
1265
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
1183
1266
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -1200,17 +1283,17 @@
|
|
|
1200
1283
|
"twitter": "matteo_gabriele"
|
|
1201
1284
|
}
|
|
1202
1285
|
],
|
|
1286
|
+
"contributors": [],
|
|
1203
1287
|
"compatibility": {
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"3.x": "unknown"
|
|
1288
|
+
"nuxt": "^2.0.0",
|
|
1289
|
+
"requires": {}
|
|
1207
1290
|
}
|
|
1208
1291
|
},
|
|
1209
1292
|
{
|
|
1210
1293
|
"name": "google-fonts",
|
|
1211
1294
|
"description": "Google Fonts module for NuxtJS",
|
|
1212
1295
|
"repo": "nuxt-community/google-fonts-module",
|
|
1213
|
-
"npm": "
|
|
1296
|
+
"npm": "",
|
|
1214
1297
|
"icon": "google-fonts.png",
|
|
1215
1298
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1216
1299
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1223,17 +1306,17 @@
|
|
|
1223
1306
|
"github": "ricardogobbosouza"
|
|
1224
1307
|
}
|
|
1225
1308
|
],
|
|
1309
|
+
"contributors": [],
|
|
1226
1310
|
"compatibility": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1229
|
-
"3.x": "unknown"
|
|
1311
|
+
"nuxt": "^2.0.0",
|
|
1312
|
+
"requires": {}
|
|
1230
1313
|
}
|
|
1231
1314
|
},
|
|
1232
1315
|
{
|
|
1233
1316
|
"name": "google-gtag",
|
|
1234
1317
|
"description": "Google GTag for Nuxt.js",
|
|
1235
1318
|
"repo": "nuxt-community/google-gtag",
|
|
1236
|
-
"npm": "
|
|
1319
|
+
"npm": "",
|
|
1237
1320
|
"icon": "gtm.png",
|
|
1238
1321
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1239
1322
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1250,17 +1333,17 @@
|
|
|
1250
1333
|
"github": "ricardogobbosouza"
|
|
1251
1334
|
}
|
|
1252
1335
|
],
|
|
1336
|
+
"contributors": [],
|
|
1253
1337
|
"compatibility": {
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1256
|
-
"3.x": "unknown"
|
|
1338
|
+
"nuxt": "^2.0.0",
|
|
1339
|
+
"requires": {}
|
|
1257
1340
|
}
|
|
1258
1341
|
},
|
|
1259
1342
|
{
|
|
1260
1343
|
"name": "google-optimize",
|
|
1261
1344
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1262
1345
|
"repo": "nuxt-community/google-optimize-module",
|
|
1263
|
-
"npm": "
|
|
1346
|
+
"npm": "",
|
|
1264
1347
|
"icon": "google-optimize.png",
|
|
1265
1348
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1266
1349
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1284,17 +1367,17 @@
|
|
|
1284
1367
|
"twitter": "JoshDeltener"
|
|
1285
1368
|
}
|
|
1286
1369
|
],
|
|
1370
|
+
"contributors": [],
|
|
1287
1371
|
"compatibility": {
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
"3.x": "unknown"
|
|
1372
|
+
"nuxt": "^2.0.0",
|
|
1373
|
+
"requires": {}
|
|
1291
1374
|
}
|
|
1292
1375
|
},
|
|
1293
1376
|
{
|
|
1294
1377
|
"name": "graphql-request",
|
|
1295
1378
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1296
1379
|
"repo": "gomah/nuxt-graphql-request",
|
|
1297
|
-
"npm": "
|
|
1380
|
+
"npm": "",
|
|
1298
1381
|
"icon": "graphql-request.png",
|
|
1299
1382
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1300
1383
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1307,17 +1390,17 @@
|
|
|
1307
1390
|
"github": "gomah"
|
|
1308
1391
|
}
|
|
1309
1392
|
],
|
|
1393
|
+
"contributors": [],
|
|
1310
1394
|
"compatibility": {
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1313
|
-
"3.x": "unknown"
|
|
1395
|
+
"nuxt": "^2.0.0",
|
|
1396
|
+
"requires": {}
|
|
1314
1397
|
}
|
|
1315
1398
|
},
|
|
1316
1399
|
{
|
|
1317
1400
|
"name": "gtm",
|
|
1318
1401
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1319
1402
|
"repo": "nuxt-community/gtm-module",
|
|
1320
|
-
"npm": "
|
|
1403
|
+
"npm": "",
|
|
1321
1404
|
"icon": "gtm.png",
|
|
1322
1405
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1323
1406
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1331,17 +1414,17 @@
|
|
|
1331
1414
|
"twitter": "_pi0_"
|
|
1332
1415
|
}
|
|
1333
1416
|
],
|
|
1417
|
+
"contributors": [],
|
|
1334
1418
|
"compatibility": {
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1337
|
-
"3.x": "unknown"
|
|
1419
|
+
"nuxt": "^2.0.0",
|
|
1420
|
+
"requires": {}
|
|
1338
1421
|
}
|
|
1339
1422
|
},
|
|
1340
1423
|
{
|
|
1341
1424
|
"name": "guess",
|
|
1342
1425
|
"description": "Guess.js module for Nuxt.js",
|
|
1343
1426
|
"repo": "nuxt-community/guess-module",
|
|
1344
|
-
"npm": "
|
|
1427
|
+
"npm": "",
|
|
1345
1428
|
"icon": "guessjs.png",
|
|
1346
1429
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1347
1430
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1354,17 +1437,41 @@
|
|
|
1354
1437
|
"github": "clarkdo"
|
|
1355
1438
|
}
|
|
1356
1439
|
],
|
|
1440
|
+
"contributors": [],
|
|
1357
1441
|
"compatibility": {
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1360
|
-
|
|
1442
|
+
"nuxt": "^2.0.0",
|
|
1443
|
+
"requires": {}
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "headway",
|
|
1448
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1449
|
+
"repo": "l-portet/nuxt-headway",
|
|
1450
|
+
"npm": "",
|
|
1451
|
+
"icon": "headway.png",
|
|
1452
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1453
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1454
|
+
"learn_more": "https://headwayapp.co/",
|
|
1455
|
+
"category": "UI",
|
|
1456
|
+
"type": "3rd-party",
|
|
1457
|
+
"maintainers": [
|
|
1458
|
+
{
|
|
1459
|
+
"name": "l-portet",
|
|
1460
|
+
"github": "l-portet",
|
|
1461
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1462
|
+
}
|
|
1463
|
+
],
|
|
1464
|
+
"contributors": [],
|
|
1465
|
+
"compatibility": {
|
|
1466
|
+
"nuxt": "^2.0.0",
|
|
1467
|
+
"requires": {}
|
|
1361
1468
|
}
|
|
1362
1469
|
},
|
|
1363
1470
|
{
|
|
1364
1471
|
"name": "helmet",
|
|
1365
1472
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1366
1473
|
"repo": "victor-perez/nuxt-helmet",
|
|
1367
|
-
"npm": "
|
|
1474
|
+
"npm": "",
|
|
1368
1475
|
"icon": "",
|
|
1369
1476
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1370
1477
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1377,17 +1484,17 @@
|
|
|
1377
1484
|
"github": "victor-perez"
|
|
1378
1485
|
}
|
|
1379
1486
|
],
|
|
1487
|
+
"contributors": [],
|
|
1380
1488
|
"compatibility": {
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1383
|
-
"3.x": "unknown"
|
|
1489
|
+
"nuxt": "^2.0.0",
|
|
1490
|
+
"requires": {}
|
|
1384
1491
|
}
|
|
1385
1492
|
},
|
|
1386
1493
|
{
|
|
1387
1494
|
"name": "highcharts",
|
|
1388
1495
|
"description": "Highcharts for Nuxt",
|
|
1389
1496
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1390
|
-
"npm": "
|
|
1497
|
+
"npm": "",
|
|
1391
1498
|
"icon": "",
|
|
1392
1499
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1393
1500
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1400,17 +1507,17 @@
|
|
|
1400
1507
|
"github": "richardeschloss"
|
|
1401
1508
|
}
|
|
1402
1509
|
],
|
|
1510
|
+
"contributors": [],
|
|
1403
1511
|
"compatibility": {
|
|
1404
|
-
"
|
|
1405
|
-
"
|
|
1406
|
-
"3.x": "unknown"
|
|
1512
|
+
"nuxt": "^2.0.0",
|
|
1513
|
+
"requires": {}
|
|
1407
1514
|
}
|
|
1408
1515
|
},
|
|
1409
1516
|
{
|
|
1410
1517
|
"name": "history-state",
|
|
1411
1518
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1412
1519
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1413
|
-
"npm": "
|
|
1520
|
+
"npm": "",
|
|
1414
1521
|
"icon": "",
|
|
1415
1522
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1416
1523
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1423,17 +1530,17 @@
|
|
|
1423
1530
|
"github": "hidekatsu-izuno"
|
|
1424
1531
|
}
|
|
1425
1532
|
],
|
|
1533
|
+
"contributors": [],
|
|
1426
1534
|
"compatibility": {
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1429
|
-
"3.x": "unknown"
|
|
1535
|
+
"nuxt": "^2.0.0",
|
|
1536
|
+
"requires": {}
|
|
1430
1537
|
}
|
|
1431
1538
|
},
|
|
1432
1539
|
{
|
|
1433
1540
|
"name": "html-minifier",
|
|
1434
1541
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1435
1542
|
"repo": "nuxt-community/html-minifier-module",
|
|
1436
|
-
"npm": "
|
|
1543
|
+
"npm": "",
|
|
1437
1544
|
"icon": "",
|
|
1438
1545
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1439
1546
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1446,17 +1553,17 @@
|
|
|
1446
1553
|
"github": "clarkdo"
|
|
1447
1554
|
}
|
|
1448
1555
|
],
|
|
1556
|
+
"contributors": [],
|
|
1449
1557
|
"compatibility": {
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1452
|
-
"3.x": "unknown"
|
|
1558
|
+
"nuxt": "^2.0.0",
|
|
1559
|
+
"requires": {}
|
|
1453
1560
|
}
|
|
1454
1561
|
},
|
|
1455
1562
|
{
|
|
1456
1563
|
"name": "html-validator",
|
|
1457
1564
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1458
1565
|
"repo": "nuxt-community/html-validator-module",
|
|
1459
|
-
"npm": "
|
|
1566
|
+
"npm": "",
|
|
1460
1567
|
"icon": "html-validator.png",
|
|
1461
1568
|
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1462
1569
|
"website": "https://html-validator.nuxtjs.org",
|
|
@@ -1470,17 +1577,17 @@
|
|
|
1470
1577
|
"twitter": "danielcroe"
|
|
1471
1578
|
}
|
|
1472
1579
|
],
|
|
1580
|
+
"contributors": [],
|
|
1473
1581
|
"compatibility": {
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1476
|
-
"3.x": "unknown"
|
|
1582
|
+
"nuxt": "^2.0.0",
|
|
1583
|
+
"requires": {}
|
|
1477
1584
|
}
|
|
1478
1585
|
},
|
|
1479
1586
|
{
|
|
1480
1587
|
"name": "http",
|
|
1481
1588
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1482
1589
|
"repo": "nuxt/http",
|
|
1483
|
-
"npm": "
|
|
1590
|
+
"npm": "",
|
|
1484
1591
|
"icon": "http.png",
|
|
1485
1592
|
"github": "https://github.com/nuxt/http",
|
|
1486
1593
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1499,17 +1606,17 @@
|
|
|
1499
1606
|
"twitter": "Atinux"
|
|
1500
1607
|
}
|
|
1501
1608
|
],
|
|
1609
|
+
"contributors": [],
|
|
1502
1610
|
"compatibility": {
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1505
|
-
"3.x": "unknown"
|
|
1611
|
+
"nuxt": "^2.0.0",
|
|
1612
|
+
"requires": {}
|
|
1506
1613
|
}
|
|
1507
1614
|
},
|
|
1508
1615
|
{
|
|
1509
1616
|
"name": "humans-txt",
|
|
1510
1617
|
"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.",
|
|
1511
1618
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1512
|
-
"npm": "
|
|
1619
|
+
"npm": "",
|
|
1513
1620
|
"icon": "",
|
|
1514
1621
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1515
1622
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
@@ -1523,17 +1630,17 @@
|
|
|
1523
1630
|
"twitter": "luxdamore"
|
|
1524
1631
|
}
|
|
1525
1632
|
],
|
|
1633
|
+
"contributors": [],
|
|
1526
1634
|
"compatibility": {
|
|
1527
|
-
"
|
|
1528
|
-
"
|
|
1529
|
-
"3.x": "unknown"
|
|
1635
|
+
"nuxt": "^2.0.0",
|
|
1636
|
+
"requires": {}
|
|
1530
1637
|
}
|
|
1531
1638
|
},
|
|
1532
1639
|
{
|
|
1533
1640
|
"name": "i18n",
|
|
1534
1641
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1535
1642
|
"repo": "nuxt-community/i18n-module",
|
|
1536
|
-
"npm": "
|
|
1643
|
+
"npm": "",
|
|
1537
1644
|
"icon": "i18n.png",
|
|
1538
1645
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1539
1646
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1550,17 +1657,17 @@
|
|
|
1550
1657
|
"github": "kazupon"
|
|
1551
1658
|
}
|
|
1552
1659
|
],
|
|
1660
|
+
"contributors": [],
|
|
1553
1661
|
"compatibility": {
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1556
|
-
"3.x": "not-working"
|
|
1662
|
+
"nuxt": "^2.0.0",
|
|
1663
|
+
"requires": {}
|
|
1557
1664
|
}
|
|
1558
1665
|
},
|
|
1559
1666
|
{
|
|
1560
1667
|
"name": "image-loader",
|
|
1561
1668
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1562
1669
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1563
|
-
"npm": "
|
|
1670
|
+
"npm": "",
|
|
1564
1671
|
"icon": "",
|
|
1565
1672
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1566
1673
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1573,17 +1680,17 @@
|
|
|
1573
1680
|
"github": "Barry-Fisher"
|
|
1574
1681
|
}
|
|
1575
1682
|
],
|
|
1683
|
+
"contributors": [],
|
|
1576
1684
|
"compatibility": {
|
|
1577
|
-
"
|
|
1578
|
-
"
|
|
1579
|
-
"3.x": "unknown"
|
|
1685
|
+
"nuxt": "^2.0.0",
|
|
1686
|
+
"requires": {}
|
|
1580
1687
|
}
|
|
1581
1688
|
},
|
|
1582
1689
|
{
|
|
1583
1690
|
"name": "image",
|
|
1584
1691
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1585
1692
|
"repo": "nuxt/image",
|
|
1586
|
-
"npm": "
|
|
1693
|
+
"npm": "",
|
|
1587
1694
|
"icon": "image.png",
|
|
1588
1695
|
"github": "https://github.com/nuxt/image",
|
|
1589
1696
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1607,17 +1714,19 @@
|
|
|
1607
1714
|
"twitter": "Atinux"
|
|
1608
1715
|
}
|
|
1609
1716
|
],
|
|
1717
|
+
"contributors": [],
|
|
1610
1718
|
"compatibility": {
|
|
1611
|
-
"
|
|
1612
|
-
"
|
|
1613
|
-
|
|
1719
|
+
"nuxt": "^2.0.0",
|
|
1720
|
+
"requires": {
|
|
1721
|
+
"bridge": "optional"
|
|
1722
|
+
}
|
|
1614
1723
|
}
|
|
1615
1724
|
},
|
|
1616
1725
|
{
|
|
1617
1726
|
"name": "imagemin",
|
|
1618
1727
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1619
1728
|
"repo": "nuxt-community/imagemin-module",
|
|
1620
|
-
"npm": "
|
|
1729
|
+
"npm": "",
|
|
1621
1730
|
"icon": "imagemin.png",
|
|
1622
1731
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1623
1732
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1630,17 +1739,43 @@
|
|
|
1630
1739
|
"github": "ricardogobbosouza"
|
|
1631
1740
|
}
|
|
1632
1741
|
],
|
|
1742
|
+
"contributors": [],
|
|
1633
1743
|
"compatibility": {
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1636
|
-
|
|
1744
|
+
"nuxt": "^2.0.0",
|
|
1745
|
+
"requires": {}
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "inkline",
|
|
1750
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1751
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1752
|
+
"npm": "",
|
|
1753
|
+
"icon": "inkline.png",
|
|
1754
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1755
|
+
"website": "https://inkline.io",
|
|
1756
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1757
|
+
"category": "UI",
|
|
1758
|
+
"type": "3rd-party",
|
|
1759
|
+
"maintainers": [
|
|
1760
|
+
{
|
|
1761
|
+
"name": "Alex Grozav",
|
|
1762
|
+
"github": "alexgrozav",
|
|
1763
|
+
"twitter": "alexgrozav"
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1766
|
+
"contributors": [],
|
|
1767
|
+
"compatibility": {
|
|
1768
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1769
|
+
"requires": {
|
|
1770
|
+
"bridge": true
|
|
1771
|
+
}
|
|
1637
1772
|
}
|
|
1638
1773
|
},
|
|
1639
1774
|
{
|
|
1640
1775
|
"name": "intercom",
|
|
1641
1776
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1642
1777
|
"repo": "hex-digital/nuxt-intercom",
|
|
1643
|
-
"npm": "
|
|
1778
|
+
"npm": "",
|
|
1644
1779
|
"icon": "intercom.png",
|
|
1645
1780
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1646
1781
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1653,17 +1788,17 @@
|
|
|
1653
1788
|
"github": "hex-digital"
|
|
1654
1789
|
}
|
|
1655
1790
|
],
|
|
1791
|
+
"contributors": [],
|
|
1656
1792
|
"compatibility": {
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1659
|
-
"3.x": "unknown"
|
|
1793
|
+
"nuxt": "^2.0.0",
|
|
1794
|
+
"requires": {}
|
|
1660
1795
|
}
|
|
1661
1796
|
},
|
|
1662
1797
|
{
|
|
1663
1798
|
"name": "jsonapi",
|
|
1664
1799
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1665
1800
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1666
|
-
"npm": "
|
|
1801
|
+
"npm": "",
|
|
1667
1802
|
"icon": "jsonapi.svg",
|
|
1668
1803
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1669
1804
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1676,17 +1811,17 @@
|
|
|
1676
1811
|
"github": "patrickcate"
|
|
1677
1812
|
}
|
|
1678
1813
|
],
|
|
1814
|
+
"contributors": [],
|
|
1679
1815
|
"compatibility": {
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1682
|
-
"3.x": "unknown"
|
|
1816
|
+
"nuxt": "^2.0.0",
|
|
1817
|
+
"requires": {}
|
|
1683
1818
|
}
|
|
1684
1819
|
},
|
|
1685
1820
|
{
|
|
1686
1821
|
"name": "kentico-kontent",
|
|
1687
1822
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1688
1823
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1689
|
-
"npm": "
|
|
1824
|
+
"npm": "",
|
|
1690
1825
|
"icon": "",
|
|
1691
1826
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1692
1827
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1699,17 +1834,17 @@
|
|
|
1699
1834
|
"github": "Domitnator"
|
|
1700
1835
|
}
|
|
1701
1836
|
],
|
|
1837
|
+
"contributors": [],
|
|
1702
1838
|
"compatibility": {
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1705
|
-
"3.x": "unknown"
|
|
1839
|
+
"nuxt": "^2.0.0",
|
|
1840
|
+
"requires": {}
|
|
1706
1841
|
}
|
|
1707
1842
|
},
|
|
1708
1843
|
{
|
|
1709
1844
|
"name": "laravel-echo",
|
|
1710
1845
|
"description": "Laravel Echo for Nuxt.js",
|
|
1711
1846
|
"repo": "nuxt-community/laravel-echo",
|
|
1712
|
-
"npm": "
|
|
1847
|
+
"npm": "",
|
|
1713
1848
|
"icon": "laravel-echo.png",
|
|
1714
1849
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1715
1850
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1722,17 +1857,17 @@
|
|
|
1722
1857
|
"github": "ricardogobbosouza"
|
|
1723
1858
|
}
|
|
1724
1859
|
],
|
|
1860
|
+
"contributors": [],
|
|
1725
1861
|
"compatibility": {
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1728
|
-
"3.x": "unknown"
|
|
1862
|
+
"nuxt": "^2.0.0",
|
|
1863
|
+
"requires": {}
|
|
1729
1864
|
}
|
|
1730
1865
|
},
|
|
1731
1866
|
{
|
|
1732
1867
|
"name": "laravel-nuxt",
|
|
1733
1868
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1734
1869
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1735
|
-
"npm": "
|
|
1870
|
+
"npm": "",
|
|
1736
1871
|
"icon": "",
|
|
1737
1872
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1738
1873
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1745,17 +1880,17 @@
|
|
|
1745
1880
|
"github": "skyrpex"
|
|
1746
1881
|
}
|
|
1747
1882
|
],
|
|
1883
|
+
"contributors": [],
|
|
1748
1884
|
"compatibility": {
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1751
|
-
"3.x": "unknown"
|
|
1885
|
+
"nuxt": "^2.0.0",
|
|
1886
|
+
"requires": {}
|
|
1752
1887
|
}
|
|
1753
1888
|
},
|
|
1754
1889
|
{
|
|
1755
1890
|
"name": "laravel",
|
|
1756
1891
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1757
1892
|
"repo": "m2sd/nuxt-laravel",
|
|
1758
|
-
"npm": "
|
|
1893
|
+
"npm": "",
|
|
1759
1894
|
"icon": "laravel.png",
|
|
1760
1895
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1761
1896
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1768,17 +1903,17 @@
|
|
|
1768
1903
|
"github": "m2sd"
|
|
1769
1904
|
}
|
|
1770
1905
|
],
|
|
1906
|
+
"contributors": [],
|
|
1771
1907
|
"compatibility": {
|
|
1772
|
-
"
|
|
1773
|
-
"
|
|
1774
|
-
"3.x": "unknown"
|
|
1908
|
+
"nuxt": "^2.0.0",
|
|
1909
|
+
"requires": {}
|
|
1775
1910
|
}
|
|
1776
1911
|
},
|
|
1777
1912
|
{
|
|
1778
1913
|
"name": "leaflet",
|
|
1779
1914
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1780
1915
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1781
|
-
"npm": "
|
|
1916
|
+
"npm": "",
|
|
1782
1917
|
"icon": "leaflet.png",
|
|
1783
1918
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1784
1919
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1791,17 +1926,17 @@
|
|
|
1791
1926
|
"github": "schlunsen"
|
|
1792
1927
|
}
|
|
1793
1928
|
],
|
|
1929
|
+
"contributors": [],
|
|
1794
1930
|
"compatibility": {
|
|
1795
|
-
"
|
|
1796
|
-
"
|
|
1797
|
-
"3.x": "unknown"
|
|
1931
|
+
"nuxt": "^2.0.0",
|
|
1932
|
+
"requires": {}
|
|
1798
1933
|
}
|
|
1799
1934
|
},
|
|
1800
1935
|
{
|
|
1801
1936
|
"name": "localforage",
|
|
1802
1937
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1803
1938
|
"repo": "nuxt-community/localforage-module",
|
|
1804
|
-
"npm": "
|
|
1939
|
+
"npm": "",
|
|
1805
1940
|
"icon": "",
|
|
1806
1941
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1807
1942
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -1819,17 +1954,17 @@
|
|
|
1819
1954
|
"github": "ricardogobbosouza"
|
|
1820
1955
|
}
|
|
1821
1956
|
],
|
|
1957
|
+
"contributors": [],
|
|
1822
1958
|
"compatibility": {
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1825
|
-
"3.x": "unknown"
|
|
1959
|
+
"nuxt": "^2.0.0",
|
|
1960
|
+
"requires": {}
|
|
1826
1961
|
}
|
|
1827
1962
|
},
|
|
1828
1963
|
{
|
|
1829
1964
|
"name": "localtunnel",
|
|
1830
1965
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
1831
1966
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
1832
|
-
"npm": "
|
|
1967
|
+
"npm": "",
|
|
1833
1968
|
"icon": "localtunnel.png",
|
|
1834
1969
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
1835
1970
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -1843,17 +1978,40 @@
|
|
|
1843
1978
|
"twitter": "_pi0_"
|
|
1844
1979
|
}
|
|
1845
1980
|
],
|
|
1981
|
+
"contributors": [],
|
|
1846
1982
|
"compatibility": {
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1849
|
-
|
|
1983
|
+
"nuxt": "^2.0.0",
|
|
1984
|
+
"requires": {}
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"name": "lodash",
|
|
1989
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
1990
|
+
"repo": "cipami/nuxt-lodash",
|
|
1991
|
+
"npm": "",
|
|
1992
|
+
"icon": "lodash.svg",
|
|
1993
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
1994
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
1995
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
1996
|
+
"category": "Libraries",
|
|
1997
|
+
"type": "3rd-party",
|
|
1998
|
+
"maintainers": [
|
|
1999
|
+
{
|
|
2000
|
+
"name": "Michal Čípa",
|
|
2001
|
+
"github": "cipami"
|
|
2002
|
+
}
|
|
2003
|
+
],
|
|
2004
|
+
"contributors": [],
|
|
2005
|
+
"compatibility": {
|
|
2006
|
+
"nuxt": "^3.0.0",
|
|
2007
|
+
"requires": {}
|
|
1850
2008
|
}
|
|
1851
2009
|
},
|
|
1852
2010
|
{
|
|
1853
2011
|
"name": "logrocket",
|
|
1854
2012
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
1855
2013
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
1856
|
-
"npm": "
|
|
2014
|
+
"npm": "",
|
|
1857
2015
|
"icon": "logrocket.png",
|
|
1858
2016
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
1859
2017
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -1867,17 +2025,17 @@
|
|
|
1867
2025
|
"twitter": "farzadso"
|
|
1868
2026
|
}
|
|
1869
2027
|
],
|
|
2028
|
+
"contributors": [],
|
|
1870
2029
|
"compatibility": {
|
|
1871
|
-
"
|
|
1872
|
-
"
|
|
1873
|
-
"3.x": "unknown"
|
|
2030
|
+
"nuxt": "^2.0.0",
|
|
2031
|
+
"requires": {}
|
|
1874
2032
|
}
|
|
1875
2033
|
},
|
|
1876
2034
|
{
|
|
1877
2035
|
"name": "lunr",
|
|
1878
2036
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
1879
2037
|
"repo": "nuxt-community/lunr-module",
|
|
1880
|
-
"npm": "
|
|
2038
|
+
"npm": "",
|
|
1881
2039
|
"icon": "",
|
|
1882
2040
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
1883
2041
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -1890,17 +2048,17 @@
|
|
|
1890
2048
|
"github": "pimlie"
|
|
1891
2049
|
}
|
|
1892
2050
|
],
|
|
2051
|
+
"contributors": [],
|
|
1893
2052
|
"compatibility": {
|
|
1894
|
-
"
|
|
1895
|
-
"
|
|
1896
|
-
"3.x": "unknown"
|
|
2053
|
+
"nuxt": "^2.0.0",
|
|
2054
|
+
"requires": {}
|
|
1897
2055
|
}
|
|
1898
2056
|
},
|
|
1899
2057
|
{
|
|
1900
2058
|
"name": "markdownit",
|
|
1901
2059
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1902
2060
|
"repo": "nuxt-community/markdownit-module",
|
|
1903
|
-
"npm": "
|
|
2061
|
+
"npm": "",
|
|
1904
2062
|
"icon": "",
|
|
1905
2063
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1906
2064
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1914,17 +2072,17 @@
|
|
|
1914
2072
|
"twitter": "_pi0_"
|
|
1915
2073
|
}
|
|
1916
2074
|
],
|
|
2075
|
+
"contributors": [],
|
|
1917
2076
|
"compatibility": {
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
"3.x": "unknown"
|
|
2077
|
+
"nuxt": "^2.0.0",
|
|
2078
|
+
"requires": {}
|
|
1921
2079
|
}
|
|
1922
2080
|
},
|
|
1923
2081
|
{
|
|
1924
2082
|
"name": "matomo",
|
|
1925
2083
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
1926
2084
|
"repo": "pimlie/nuxt-matomo",
|
|
1927
|
-
"npm": "
|
|
2085
|
+
"npm": "",
|
|
1928
2086
|
"icon": "matomo.png",
|
|
1929
2087
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
1930
2088
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -1937,17 +2095,17 @@
|
|
|
1937
2095
|
"github": "pimlie"
|
|
1938
2096
|
}
|
|
1939
2097
|
],
|
|
2098
|
+
"contributors": [],
|
|
1940
2099
|
"compatibility": {
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1943
|
-
"3.x": "unknown"
|
|
2100
|
+
"nuxt": "^2.0.0",
|
|
2101
|
+
"requires": {}
|
|
1944
2102
|
}
|
|
1945
2103
|
},
|
|
1946
2104
|
{
|
|
1947
2105
|
"name": "mdx",
|
|
1948
2106
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1949
2107
|
"repo": "nuxt-community/mdx-module",
|
|
1950
|
-
"npm": "
|
|
2108
|
+
"npm": "",
|
|
1951
2109
|
"icon": "mdx.png",
|
|
1952
2110
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1953
2111
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -1961,17 +2119,17 @@
|
|
|
1961
2119
|
"twitter": "codebender828"
|
|
1962
2120
|
}
|
|
1963
2121
|
],
|
|
2122
|
+
"contributors": [],
|
|
1964
2123
|
"compatibility": {
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1967
|
-
"3.x": "unknown"
|
|
2124
|
+
"nuxt": "^2.0.0",
|
|
2125
|
+
"requires": {}
|
|
1968
2126
|
}
|
|
1969
2127
|
},
|
|
1970
2128
|
{
|
|
1971
2129
|
"name": "memwatch",
|
|
1972
2130
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
1973
2131
|
"repo": "pimlie/nuxt-memwatch",
|
|
1974
|
-
"npm": "
|
|
2132
|
+
"npm": "",
|
|
1975
2133
|
"icon": "",
|
|
1976
2134
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
1977
2135
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -1984,17 +2142,17 @@
|
|
|
1984
2142
|
"github": "pimlie"
|
|
1985
2143
|
}
|
|
1986
2144
|
],
|
|
2145
|
+
"contributors": [],
|
|
1987
2146
|
"compatibility": {
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1990
|
-
"3.x": "unknown"
|
|
2147
|
+
"nuxt": "^2.0.0",
|
|
2148
|
+
"requires": {}
|
|
1991
2149
|
}
|
|
1992
2150
|
},
|
|
1993
2151
|
{
|
|
1994
2152
|
"name": "mobile",
|
|
1995
2153
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
1996
2154
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
1997
|
-
"npm": "
|
|
2155
|
+
"npm": "",
|
|
1998
2156
|
"icon": "",
|
|
1999
2157
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2000
2158
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -2007,17 +2165,17 @@
|
|
|
2007
2165
|
"github": "ChanningDefoe"
|
|
2008
2166
|
}
|
|
2009
2167
|
],
|
|
2168
|
+
"contributors": [],
|
|
2010
2169
|
"compatibility": {
|
|
2011
|
-
"
|
|
2012
|
-
"
|
|
2013
|
-
"3.x": "unknown"
|
|
2170
|
+
"nuxt": "^2.0.0",
|
|
2171
|
+
"requires": {}
|
|
2014
2172
|
}
|
|
2015
2173
|
},
|
|
2016
2174
|
{
|
|
2017
2175
|
"name": "moment",
|
|
2018
2176
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2019
2177
|
"repo": "nuxt-community/moment-module",
|
|
2020
|
-
"npm": "
|
|
2178
|
+
"npm": "",
|
|
2021
2179
|
"icon": "momentjs.png",
|
|
2022
2180
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2023
2181
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2035,17 +2193,17 @@
|
|
|
2035
2193
|
"github": "ricardogobbosouza"
|
|
2036
2194
|
}
|
|
2037
2195
|
],
|
|
2196
|
+
"contributors": [],
|
|
2038
2197
|
"compatibility": {
|
|
2039
|
-
"
|
|
2040
|
-
"
|
|
2041
|
-
"3.x": "unknown"
|
|
2198
|
+
"nuxt": "^2.0.0",
|
|
2199
|
+
"requires": {}
|
|
2042
2200
|
}
|
|
2043
2201
|
},
|
|
2044
2202
|
{
|
|
2045
2203
|
"name": "mq",
|
|
2046
2204
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2047
2205
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2048
|
-
"npm": "
|
|
2206
|
+
"npm": "",
|
|
2049
2207
|
"icon": "",
|
|
2050
2208
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2051
2209
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -2058,17 +2216,17 @@
|
|
|
2058
2216
|
"github": "vanhoofmaarten"
|
|
2059
2217
|
}
|
|
2060
2218
|
],
|
|
2219
|
+
"contributors": [],
|
|
2061
2220
|
"compatibility": {
|
|
2062
|
-
"
|
|
2063
|
-
"
|
|
2064
|
-
"3.x": "unknown"
|
|
2221
|
+
"nuxt": "^2.0.0",
|
|
2222
|
+
"requires": {}
|
|
2065
2223
|
}
|
|
2066
2224
|
},
|
|
2067
2225
|
{
|
|
2068
2226
|
"name": "neo",
|
|
2069
2227
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
2070
2228
|
"repo": "ezypeeze/nuxt-neo",
|
|
2071
|
-
"npm": "
|
|
2229
|
+
"npm": "",
|
|
2072
2230
|
"icon": "",
|
|
2073
2231
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
2074
2232
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -2081,17 +2239,17 @@
|
|
|
2081
2239
|
"github": "ezypeeze"
|
|
2082
2240
|
}
|
|
2083
2241
|
],
|
|
2242
|
+
"contributors": [],
|
|
2084
2243
|
"compatibility": {
|
|
2085
|
-
"
|
|
2086
|
-
"
|
|
2087
|
-
"3.x": "unknown"
|
|
2244
|
+
"nuxt": "^2.0.0",
|
|
2245
|
+
"requires": {}
|
|
2088
2246
|
}
|
|
2089
2247
|
},
|
|
2090
2248
|
{
|
|
2091
2249
|
"name": "netlify-cache",
|
|
2092
2250
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
2093
2251
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2094
|
-
"npm": "
|
|
2252
|
+
"npm": "",
|
|
2095
2253
|
"icon": "netlify.png",
|
|
2096
2254
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
2097
2255
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -2104,17 +2262,17 @@
|
|
|
2104
2262
|
"github": "DreaMinder"
|
|
2105
2263
|
}
|
|
2106
2264
|
],
|
|
2265
|
+
"contributors": [],
|
|
2107
2266
|
"compatibility": {
|
|
2108
|
-
"
|
|
2109
|
-
"
|
|
2110
|
-
"3.x": "unknown"
|
|
2267
|
+
"nuxt": "^2.0.0",
|
|
2268
|
+
"requires": {}
|
|
2111
2269
|
}
|
|
2112
2270
|
},
|
|
2113
2271
|
{
|
|
2114
2272
|
"name": "netlify-files",
|
|
2115
2273
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
2116
2274
|
"repo": "nuxt-community/netlify-files-module",
|
|
2117
|
-
"npm": "
|
|
2275
|
+
"npm": "",
|
|
2118
2276
|
"icon": "netlify.png",
|
|
2119
2277
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
2120
2278
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -2128,17 +2286,17 @@
|
|
|
2128
2286
|
"twitter": "TheAlexLichter"
|
|
2129
2287
|
}
|
|
2130
2288
|
],
|
|
2289
|
+
"contributors": [],
|
|
2131
2290
|
"compatibility": {
|
|
2132
|
-
"
|
|
2133
|
-
"
|
|
2134
|
-
"3.x": "unknown"
|
|
2291
|
+
"nuxt": "^2.0.0",
|
|
2292
|
+
"requires": {}
|
|
2135
2293
|
}
|
|
2136
2294
|
},
|
|
2137
2295
|
{
|
|
2138
2296
|
"name": "netlify",
|
|
2139
2297
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
2140
2298
|
"repo": "bazzite/nuxt-netlify",
|
|
2141
|
-
"npm": "
|
|
2299
|
+
"npm": "",
|
|
2142
2300
|
"icon": "netlify.png",
|
|
2143
2301
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
2144
2302
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -2151,17 +2309,17 @@
|
|
|
2151
2309
|
"github": "bazzite"
|
|
2152
2310
|
}
|
|
2153
2311
|
],
|
|
2312
|
+
"contributors": [],
|
|
2154
2313
|
"compatibility": {
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2157
|
-
"3.x": "unknown"
|
|
2314
|
+
"nuxt": "^2.0.0",
|
|
2315
|
+
"requires": {}
|
|
2158
2316
|
}
|
|
2159
2317
|
},
|
|
2160
2318
|
{
|
|
2161
2319
|
"name": "ngrok",
|
|
2162
2320
|
"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",
|
|
2163
2321
|
"repo": "nuxt-community/ngrok",
|
|
2164
|
-
"npm": "
|
|
2322
|
+
"npm": "",
|
|
2165
2323
|
"icon": "ngrok.png",
|
|
2166
2324
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2167
2325
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -2180,17 +2338,17 @@
|
|
|
2180
2338
|
"twitter": "_pi0_"
|
|
2181
2339
|
}
|
|
2182
2340
|
],
|
|
2341
|
+
"contributors": [],
|
|
2183
2342
|
"compatibility": {
|
|
2184
|
-
"
|
|
2185
|
-
"
|
|
2186
|
-
"3.x": "unknown"
|
|
2343
|
+
"nuxt": "^2.0.0",
|
|
2344
|
+
"requires": {}
|
|
2187
2345
|
}
|
|
2188
2346
|
},
|
|
2189
2347
|
{
|
|
2190
2348
|
"name": "notion",
|
|
2191
2349
|
"description": "Vue renderer for Notion pages",
|
|
2192
2350
|
"repo": "janniks/vue-notion",
|
|
2193
|
-
"npm": "
|
|
2351
|
+
"npm": "",
|
|
2194
2352
|
"icon": "notion.svg",
|
|
2195
2353
|
"github": "https://github.com/janniks/vue-notion",
|
|
2196
2354
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -2203,17 +2361,114 @@
|
|
|
2203
2361
|
"github": "janniks"
|
|
2204
2362
|
}
|
|
2205
2363
|
],
|
|
2364
|
+
"contributors": [],
|
|
2365
|
+
"compatibility": {
|
|
2366
|
+
"nuxt": "^2.0.0",
|
|
2367
|
+
"requires": {}
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"name": "nuxt-hue",
|
|
2372
|
+
"description": "Enlighten your Nuxt experience",
|
|
2373
|
+
"repo": "lihbr/nuxt-hue",
|
|
2374
|
+
"npm": "",
|
|
2375
|
+
"icon": "nuxt-hue.svg",
|
|
2376
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2377
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2378
|
+
"learn_more": "",
|
|
2379
|
+
"category": "Devtools",
|
|
2380
|
+
"type": "3rd-party",
|
|
2381
|
+
"maintainers": [
|
|
2382
|
+
{
|
|
2383
|
+
"name": "lihbr",
|
|
2384
|
+
"github": "lihbr"
|
|
2385
|
+
}
|
|
2386
|
+
],
|
|
2387
|
+
"contributors": [],
|
|
2388
|
+
"compatibility": {
|
|
2389
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2390
|
+
"requires": {
|
|
2391
|
+
"bridge": "optional"
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"name": "nuxt-pino-log",
|
|
2397
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2398
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2399
|
+
"npm": "",
|
|
2400
|
+
"icon": "",
|
|
2401
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2402
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2403
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2404
|
+
"category": "Monitoring",
|
|
2405
|
+
"type": "3rd-party",
|
|
2406
|
+
"maintainers": [
|
|
2407
|
+
{
|
|
2408
|
+
"name": "kpn",
|
|
2409
|
+
"github": "kpn"
|
|
2410
|
+
}
|
|
2411
|
+
],
|
|
2412
|
+
"contributors": [],
|
|
2413
|
+
"compatibility": {
|
|
2414
|
+
"nuxt": "^2.0.0",
|
|
2415
|
+
"requires": {}
|
|
2416
|
+
}
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"name": "nuxt-png-to-ico",
|
|
2420
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2421
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2422
|
+
"npm": "",
|
|
2423
|
+
"icon": "",
|
|
2424
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2425
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2426
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2427
|
+
"category": "Devtools",
|
|
2428
|
+
"type": "3rd-party",
|
|
2429
|
+
"maintainers": [
|
|
2430
|
+
{
|
|
2431
|
+
"name": "b5710546232",
|
|
2432
|
+
"github": "b5710546232",
|
|
2433
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2434
|
+
}
|
|
2435
|
+
],
|
|
2436
|
+
"contributors": [],
|
|
2206
2437
|
"compatibility": {
|
|
2207
|
-
"
|
|
2208
|
-
"
|
|
2209
|
-
|
|
2438
|
+
"nuxt": "^2.0.0",
|
|
2439
|
+
"requires": {}
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "nuxt-smartlook",
|
|
2444
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2445
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2446
|
+
"npm": "",
|
|
2447
|
+
"icon": "nuxt-smartlook.png",
|
|
2448
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2449
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2450
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2451
|
+
"category": "Analytics",
|
|
2452
|
+
"type": "3rd-party",
|
|
2453
|
+
"maintainers": [
|
|
2454
|
+
{
|
|
2455
|
+
"name": "Milan Sulc",
|
|
2456
|
+
"github": "f3l1x",
|
|
2457
|
+
"twitter": "xf3l1x",
|
|
2458
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2459
|
+
}
|
|
2460
|
+
],
|
|
2461
|
+
"contributors": [],
|
|
2462
|
+
"compatibility": {
|
|
2463
|
+
"nuxt": "^2.0.0",
|
|
2464
|
+
"requires": {}
|
|
2210
2465
|
}
|
|
2211
2466
|
},
|
|
2212
2467
|
{
|
|
2213
2468
|
"name": "nuxt-use-motion",
|
|
2214
2469
|
"description": "A Nuxt module putting your components in motion",
|
|
2215
2470
|
"repo": "Tahul/nuxt-use-motion",
|
|
2216
|
-
"npm": "
|
|
2471
|
+
"npm": "",
|
|
2217
2472
|
"icon": "nuxt-use-motion.svg",
|
|
2218
2473
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2219
2474
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -2226,17 +2481,17 @@
|
|
|
2226
2481
|
"github": "Tahul"
|
|
2227
2482
|
}
|
|
2228
2483
|
],
|
|
2484
|
+
"contributors": [],
|
|
2229
2485
|
"compatibility": {
|
|
2230
|
-
"
|
|
2231
|
-
"
|
|
2232
|
-
"3.x": "unknown"
|
|
2486
|
+
"nuxt": "^2.0.0",
|
|
2487
|
+
"requires": {}
|
|
2233
2488
|
}
|
|
2234
2489
|
},
|
|
2235
2490
|
{
|
|
2236
2491
|
"name": "nuxt-use-sound",
|
|
2237
2492
|
"description": "A Nuxt module for playing sound effects.",
|
|
2238
2493
|
"repo": "Tahul/nuxt-use-sound",
|
|
2239
|
-
"npm": "
|
|
2494
|
+
"npm": "",
|
|
2240
2495
|
"icon": "nuxt-use-sound.svg",
|
|
2241
2496
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2242
2497
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -2249,17 +2504,17 @@
|
|
|
2249
2504
|
"github": "Tahul"
|
|
2250
2505
|
}
|
|
2251
2506
|
],
|
|
2507
|
+
"contributors": [],
|
|
2252
2508
|
"compatibility": {
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2255
|
-
"3.x": "unknown"
|
|
2509
|
+
"nuxt": "^2.0.0",
|
|
2510
|
+
"requires": {}
|
|
2256
2511
|
}
|
|
2257
2512
|
},
|
|
2258
2513
|
{
|
|
2259
2514
|
"name": "nuxt-viewport",
|
|
2260
2515
|
"description": "Define custom viewports for your Nuxt project",
|
|
2261
2516
|
"repo": "mvrlin/nuxt-viewport",
|
|
2262
|
-
"npm": "
|
|
2517
|
+
"npm": "",
|
|
2263
2518
|
"icon": "nuxt-viewport.svg",
|
|
2264
2519
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2265
2520
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -2272,17 +2527,17 @@
|
|
|
2272
2527
|
"github": "mvrlin"
|
|
2273
2528
|
}
|
|
2274
2529
|
],
|
|
2530
|
+
"contributors": [],
|
|
2275
2531
|
"compatibility": {
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"3.x": "unknown"
|
|
2532
|
+
"nuxt": "^2.0.0",
|
|
2533
|
+
"requires": {}
|
|
2279
2534
|
}
|
|
2280
2535
|
},
|
|
2281
2536
|
{
|
|
2282
2537
|
"name": "nuxt7",
|
|
2283
2538
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2284
2539
|
"repo": "nuxt-community/nuxt7",
|
|
2285
|
-
"npm": "
|
|
2540
|
+
"npm": "",
|
|
2286
2541
|
"icon": "",
|
|
2287
2542
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2288
2543
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -2296,17 +2551,17 @@
|
|
|
2296
2551
|
"twitter": "_pi0_"
|
|
2297
2552
|
}
|
|
2298
2553
|
],
|
|
2554
|
+
"contributors": [],
|
|
2299
2555
|
"compatibility": {
|
|
2300
|
-
"
|
|
2301
|
-
"
|
|
2302
|
-
"3.x": "unknown"
|
|
2556
|
+
"nuxt": "^2.0.0",
|
|
2557
|
+
"requires": {}
|
|
2303
2558
|
}
|
|
2304
2559
|
},
|
|
2305
2560
|
{
|
|
2306
2561
|
"name": "onesignal",
|
|
2307
2562
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
2308
2563
|
"repo": "nuxt-community/onesignal-module",
|
|
2309
|
-
"npm": "
|
|
2564
|
+
"npm": "",
|
|
2310
2565
|
"icon": "one-signal.png",
|
|
2311
2566
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
2312
2567
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -2320,17 +2575,17 @@
|
|
|
2320
2575
|
"twitter": "_pi0_"
|
|
2321
2576
|
}
|
|
2322
2577
|
],
|
|
2578
|
+
"contributors": [],
|
|
2323
2579
|
"compatibility": {
|
|
2324
|
-
"
|
|
2325
|
-
"
|
|
2326
|
-
"3.x": "unknown"
|
|
2580
|
+
"nuxt": "^2.0.0",
|
|
2581
|
+
"requires": {}
|
|
2327
2582
|
}
|
|
2328
2583
|
},
|
|
2329
2584
|
{
|
|
2330
2585
|
"name": "optimized-images",
|
|
2331
2586
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
2332
2587
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
2333
|
-
"npm": "
|
|
2588
|
+
"npm": "",
|
|
2334
2589
|
"icon": "",
|
|
2335
2590
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
2336
2591
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -2344,17 +2599,17 @@
|
|
|
2344
2599
|
"twitter": "juliomrqz"
|
|
2345
2600
|
}
|
|
2346
2601
|
],
|
|
2602
|
+
"contributors": [],
|
|
2347
2603
|
"compatibility": {
|
|
2348
|
-
"
|
|
2349
|
-
"
|
|
2350
|
-
"3.x": "unknown"
|
|
2604
|
+
"nuxt": "^2.0.0",
|
|
2605
|
+
"requires": {}
|
|
2351
2606
|
}
|
|
2352
2607
|
},
|
|
2353
2608
|
{
|
|
2354
2609
|
"name": "page-generator-helper",
|
|
2355
2610
|
"description": "Generate your pages statically without using payload extractors.",
|
|
2356
2611
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2357
|
-
"npm": "
|
|
2612
|
+
"npm": "",
|
|
2358
2613
|
"icon": "",
|
|
2359
2614
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2360
2615
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -2367,17 +2622,17 @@
|
|
|
2367
2622
|
"github": "GrabarzUndPartner"
|
|
2368
2623
|
}
|
|
2369
2624
|
],
|
|
2625
|
+
"contributors": [],
|
|
2370
2626
|
"compatibility": {
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2373
|
-
"3.x": "unknown"
|
|
2627
|
+
"nuxt": "^2.0.0",
|
|
2628
|
+
"requires": {}
|
|
2374
2629
|
}
|
|
2375
2630
|
},
|
|
2376
2631
|
{
|
|
2377
2632
|
"name": "parse",
|
|
2378
2633
|
"description": "Parse package for Nuxt.js",
|
|
2379
2634
|
"repo": "cierrateam/nuxt-parse",
|
|
2380
|
-
"npm": "
|
|
2635
|
+
"npm": "",
|
|
2381
2636
|
"icon": "",
|
|
2382
2637
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
2383
2638
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -2390,17 +2645,67 @@
|
|
|
2390
2645
|
"github": "cierrateam"
|
|
2391
2646
|
}
|
|
2392
2647
|
],
|
|
2648
|
+
"contributors": [],
|
|
2649
|
+
"compatibility": {
|
|
2650
|
+
"nuxt": "^2.0.0",
|
|
2651
|
+
"requires": {}
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"name": "partytown",
|
|
2656
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2657
|
+
"repo": "nuxt-community/partytown-module",
|
|
2658
|
+
"npm": "",
|
|
2659
|
+
"icon": "partytown.svg",
|
|
2660
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2661
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2662
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2663
|
+
"category": "Performance",
|
|
2664
|
+
"type": "community",
|
|
2665
|
+
"maintainers": [
|
|
2666
|
+
{
|
|
2667
|
+
"name": "Daniel Roe",
|
|
2668
|
+
"github": "danielroe",
|
|
2669
|
+
"twitter": "danielcroe"
|
|
2670
|
+
}
|
|
2671
|
+
],
|
|
2672
|
+
"contributors": [],
|
|
2393
2673
|
"compatibility": {
|
|
2394
|
-
"
|
|
2395
|
-
"
|
|
2396
|
-
|
|
2674
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2675
|
+
"requires": {
|
|
2676
|
+
"bridge": true
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"name": "persian-datepicker",
|
|
2682
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2683
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2684
|
+
"npm": "",
|
|
2685
|
+
"icon": "persian-datepicker.svg",
|
|
2686
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2687
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2688
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2689
|
+
"category": "Date",
|
|
2690
|
+
"type": "3rd-party",
|
|
2691
|
+
"maintainers": [
|
|
2692
|
+
{
|
|
2693
|
+
"name": "Alireza Alibeiki",
|
|
2694
|
+
"github": "alireza-ab",
|
|
2695
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"contributors": [],
|
|
2699
|
+
"compatibility": {
|
|
2700
|
+
"nuxt": "^2.0.0",
|
|
2701
|
+
"requires": {}
|
|
2397
2702
|
}
|
|
2398
2703
|
},
|
|
2399
2704
|
{
|
|
2400
2705
|
"name": "pinia",
|
|
2401
2706
|
"description": "The Vue Store that you will enjoy using",
|
|
2402
2707
|
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2403
|
-
"npm": "
|
|
2708
|
+
"npm": "",
|
|
2404
2709
|
"icon": "pinia.svg",
|
|
2405
2710
|
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2406
2711
|
"website": "https://pinia.esm.dev/",
|
|
@@ -2413,17 +2718,19 @@
|
|
|
2413
2718
|
"github": "posva"
|
|
2414
2719
|
}
|
|
2415
2720
|
],
|
|
2721
|
+
"contributors": [],
|
|
2416
2722
|
"compatibility": {
|
|
2417
|
-
"
|
|
2418
|
-
"
|
|
2419
|
-
|
|
2723
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2724
|
+
"requires": {
|
|
2725
|
+
"bridge": "optional"
|
|
2726
|
+
}
|
|
2420
2727
|
}
|
|
2421
2728
|
},
|
|
2422
2729
|
{
|
|
2423
2730
|
"name": "plausible",
|
|
2424
2731
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2425
2732
|
"repo": "moritzsternemann/vue-plausible",
|
|
2426
|
-
"npm": "
|
|
2733
|
+
"npm": "",
|
|
2427
2734
|
"icon": "plausible.png",
|
|
2428
2735
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2429
2736
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
@@ -2436,17 +2743,17 @@
|
|
|
2436
2743
|
"github": "moritzsternemann"
|
|
2437
2744
|
}
|
|
2438
2745
|
],
|
|
2746
|
+
"contributors": [],
|
|
2439
2747
|
"compatibility": {
|
|
2440
|
-
"
|
|
2441
|
-
"
|
|
2442
|
-
"3.x": "unknown"
|
|
2748
|
+
"nuxt": "^2.0.0",
|
|
2749
|
+
"requires": {}
|
|
2443
2750
|
}
|
|
2444
2751
|
},
|
|
2445
2752
|
{
|
|
2446
2753
|
"name": "precompress",
|
|
2447
2754
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2448
2755
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2449
|
-
"npm": "
|
|
2756
|
+
"npm": "",
|
|
2450
2757
|
"icon": "",
|
|
2451
2758
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2452
2759
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2459,17 +2766,17 @@
|
|
|
2459
2766
|
"github": "frenchrabbit"
|
|
2460
2767
|
}
|
|
2461
2768
|
],
|
|
2769
|
+
"contributors": [],
|
|
2462
2770
|
"compatibility": {
|
|
2463
|
-
"
|
|
2464
|
-
"
|
|
2465
|
-
"3.x": "unknown"
|
|
2771
|
+
"nuxt": "^2.0.0",
|
|
2772
|
+
"requires": {}
|
|
2466
2773
|
}
|
|
2467
2774
|
},
|
|
2468
2775
|
{
|
|
2469
2776
|
"name": "prismic",
|
|
2470
2777
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2471
2778
|
"repo": "nuxt-community/prismic-module",
|
|
2472
|
-
"npm": "
|
|
2779
|
+
"npm": "",
|
|
2473
2780
|
"icon": "prismic.png",
|
|
2474
2781
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
2475
2782
|
"website": "https://prismic.nuxtjs.org",
|
|
@@ -2492,17 +2799,17 @@
|
|
|
2492
2799
|
"github": "jamespegg"
|
|
2493
2800
|
}
|
|
2494
2801
|
],
|
|
2802
|
+
"contributors": [],
|
|
2495
2803
|
"compatibility": {
|
|
2496
|
-
"
|
|
2497
|
-
"
|
|
2498
|
-
"3.x": "unknown"
|
|
2804
|
+
"nuxt": "^2.0.0",
|
|
2805
|
+
"requires": {}
|
|
2499
2806
|
}
|
|
2500
2807
|
},
|
|
2501
2808
|
{
|
|
2502
2809
|
"name": "protected-mailto",
|
|
2503
2810
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2504
2811
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2505
|
-
"npm": "
|
|
2812
|
+
"npm": "",
|
|
2506
2813
|
"icon": "",
|
|
2507
2814
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2508
2815
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2515,17 +2822,17 @@
|
|
|
2515
2822
|
"github": "mmoollllee"
|
|
2516
2823
|
}
|
|
2517
2824
|
],
|
|
2825
|
+
"contributors": [],
|
|
2518
2826
|
"compatibility": {
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2521
|
-
"3.x": "unknown"
|
|
2827
|
+
"nuxt": "^2.0.0",
|
|
2828
|
+
"requires": {}
|
|
2522
2829
|
}
|
|
2523
2830
|
},
|
|
2524
2831
|
{
|
|
2525
2832
|
"name": "proxy",
|
|
2526
2833
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2527
2834
|
"repo": "nuxt-community/proxy-module",
|
|
2528
|
-
"npm": "
|
|
2835
|
+
"npm": "",
|
|
2529
2836
|
"icon": "",
|
|
2530
2837
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2531
2838
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2539,17 +2846,17 @@
|
|
|
2539
2846
|
"twitter": "_pi0_"
|
|
2540
2847
|
}
|
|
2541
2848
|
],
|
|
2849
|
+
"contributors": [],
|
|
2542
2850
|
"compatibility": {
|
|
2543
|
-
"
|
|
2544
|
-
"
|
|
2545
|
-
"3.x": "unknown"
|
|
2851
|
+
"nuxt": "^2.0.0",
|
|
2852
|
+
"requires": {}
|
|
2546
2853
|
}
|
|
2547
2854
|
},
|
|
2548
2855
|
{
|
|
2549
2856
|
"name": "prune-html",
|
|
2550
2857
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2551
2858
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2552
|
-
"npm": "
|
|
2859
|
+
"npm": "",
|
|
2553
2860
|
"icon": "",
|
|
2554
2861
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2555
2862
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2563,17 +2870,17 @@
|
|
|
2563
2870
|
"twitter": "luxdamore"
|
|
2564
2871
|
}
|
|
2565
2872
|
],
|
|
2873
|
+
"contributors": [],
|
|
2566
2874
|
"compatibility": {
|
|
2567
|
-
"
|
|
2568
|
-
"
|
|
2569
|
-
"3.x": "unknown"
|
|
2875
|
+
"nuxt": "^2.0.0",
|
|
2876
|
+
"requires": {}
|
|
2570
2877
|
}
|
|
2571
2878
|
},
|
|
2572
2879
|
{
|
|
2573
2880
|
"name": "purgecss",
|
|
2574
2881
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2575
2882
|
"repo": "Developmint/nuxt-purgecss",
|
|
2576
|
-
"npm": "
|
|
2883
|
+
"npm": "",
|
|
2577
2884
|
"icon": "purgecss.png",
|
|
2578
2885
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2579
2886
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2586,17 +2893,17 @@
|
|
|
2586
2893
|
"github": "Developmint"
|
|
2587
2894
|
}
|
|
2588
2895
|
],
|
|
2896
|
+
"contributors": [],
|
|
2589
2897
|
"compatibility": {
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
2592
|
-
"3.x": "unknown"
|
|
2898
|
+
"nuxt": "^2.0.0",
|
|
2899
|
+
"requires": {}
|
|
2593
2900
|
}
|
|
2594
2901
|
},
|
|
2595
2902
|
{
|
|
2596
2903
|
"name": "pwa",
|
|
2597
2904
|
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2598
2905
|
"repo": "nuxt-community/pwa-module",
|
|
2599
|
-
"npm": "
|
|
2906
|
+
"npm": "",
|
|
2600
2907
|
"icon": "pwa.png",
|
|
2601
2908
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2602
2909
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2610,17 +2917,19 @@
|
|
|
2610
2917
|
"twitter": "_pi0_"
|
|
2611
2918
|
}
|
|
2612
2919
|
],
|
|
2920
|
+
"contributors": [],
|
|
2613
2921
|
"compatibility": {
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2616
|
-
|
|
2922
|
+
"nuxt": "^2.0.0",
|
|
2923
|
+
"requires": {
|
|
2924
|
+
"bridge": "optional"
|
|
2925
|
+
}
|
|
2617
2926
|
}
|
|
2618
2927
|
},
|
|
2619
2928
|
{
|
|
2620
2929
|
"name": "python",
|
|
2621
2930
|
"description": "Write Nuxt.js applications using Python",
|
|
2622
2931
|
"repo": "nuxt-community/python-module",
|
|
2623
|
-
"npm": "
|
|
2932
|
+
"npm": "",
|
|
2624
2933
|
"icon": "python.png",
|
|
2625
2934
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2626
2935
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -2633,17 +2942,17 @@
|
|
|
2633
2942
|
"github": "icarito"
|
|
2634
2943
|
}
|
|
2635
2944
|
],
|
|
2945
|
+
"contributors": [],
|
|
2636
2946
|
"compatibility": {
|
|
2637
|
-
"
|
|
2638
|
-
"
|
|
2639
|
-
"3.x": "unknown"
|
|
2947
|
+
"nuxt": "^2.0.0",
|
|
2948
|
+
"requires": {}
|
|
2640
2949
|
}
|
|
2641
2950
|
},
|
|
2642
2951
|
{
|
|
2643
2952
|
"name": "recaptcha",
|
|
2644
2953
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
2645
2954
|
"repo": "nuxt-community/recaptcha-module",
|
|
2646
|
-
"npm": "
|
|
2955
|
+
"npm": "",
|
|
2647
2956
|
"icon": "recaptcha.png",
|
|
2648
2957
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
2649
2958
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -2656,17 +2965,17 @@
|
|
|
2656
2965
|
"github": "mvrlin"
|
|
2657
2966
|
}
|
|
2658
2967
|
],
|
|
2968
|
+
"contributors": [],
|
|
2659
2969
|
"compatibility": {
|
|
2660
|
-
"
|
|
2661
|
-
"
|
|
2662
|
-
"3.x": "unknown"
|
|
2970
|
+
"nuxt": "^2.0.0",
|
|
2971
|
+
"requires": {}
|
|
2663
2972
|
}
|
|
2664
2973
|
},
|
|
2665
2974
|
{
|
|
2666
2975
|
"name": "redirect",
|
|
2667
2976
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
2668
2977
|
"repo": "nuxt-community/redirect-module",
|
|
2669
|
-
"npm": "
|
|
2978
|
+
"npm": "",
|
|
2670
2979
|
"icon": "",
|
|
2671
2980
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
2672
2981
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -2680,17 +2989,17 @@
|
|
|
2680
2989
|
"twitter": "TheAlexLichter"
|
|
2681
2990
|
}
|
|
2682
2991
|
],
|
|
2992
|
+
"contributors": [],
|
|
2683
2993
|
"compatibility": {
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2686
|
-
"3.x": "unknown"
|
|
2994
|
+
"nuxt": "^2.0.0",
|
|
2995
|
+
"requires": {}
|
|
2687
2996
|
}
|
|
2688
2997
|
},
|
|
2689
2998
|
{
|
|
2690
2999
|
"name": "rfg-icon",
|
|
2691
3000
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
2692
3001
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
2693
|
-
"npm": "
|
|
3002
|
+
"npm": "",
|
|
2694
3003
|
"icon": "real-favicon-generator.png",
|
|
2695
3004
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2696
3005
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -2703,17 +3012,17 @@
|
|
|
2703
3012
|
"github": "pimlie"
|
|
2704
3013
|
}
|
|
2705
3014
|
],
|
|
3015
|
+
"contributors": [],
|
|
2706
3016
|
"compatibility": {
|
|
2707
|
-
"
|
|
2708
|
-
"
|
|
2709
|
-
"3.x": "unknown"
|
|
3017
|
+
"nuxt": "^2.0.0",
|
|
3018
|
+
"requires": {}
|
|
2710
3019
|
}
|
|
2711
3020
|
},
|
|
2712
3021
|
{
|
|
2713
3022
|
"name": "robots",
|
|
2714
3023
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
2715
3024
|
"repo": "nuxt-community/robots-module",
|
|
2716
|
-
"npm": "
|
|
3025
|
+
"npm": "",
|
|
2717
3026
|
"icon": "",
|
|
2718
3027
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
2719
3028
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
@@ -2726,17 +3035,17 @@
|
|
|
2726
3035
|
"github": "ricardogobbosouza"
|
|
2727
3036
|
}
|
|
2728
3037
|
],
|
|
3038
|
+
"contributors": [],
|
|
2729
3039
|
"compatibility": {
|
|
2730
|
-
"
|
|
2731
|
-
"
|
|
2732
|
-
"3.x": "unknown"
|
|
3040
|
+
"nuxt": "^2.0.0",
|
|
3041
|
+
"requires": {}
|
|
2733
3042
|
}
|
|
2734
3043
|
},
|
|
2735
3044
|
{
|
|
2736
3045
|
"name": "rollbar",
|
|
2737
3046
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
2738
3047
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
2739
|
-
"npm": "
|
|
3048
|
+
"npm": "",
|
|
2740
3049
|
"icon": "rollbar.png",
|
|
2741
3050
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
2742
3051
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -2749,17 +3058,17 @@
|
|
|
2749
3058
|
"github": "gaelreyrol"
|
|
2750
3059
|
}
|
|
2751
3060
|
],
|
|
3061
|
+
"contributors": [],
|
|
2752
3062
|
"compatibility": {
|
|
2753
|
-
"
|
|
2754
|
-
"
|
|
2755
|
-
"3.x": "unknown"
|
|
3063
|
+
"nuxt": "^2.0.0",
|
|
3064
|
+
"requires": {}
|
|
2756
3065
|
}
|
|
2757
3066
|
},
|
|
2758
3067
|
{
|
|
2759
3068
|
"name": "router-extras",
|
|
2760
3069
|
"description": "Extra Add-ons for nuxt router",
|
|
2761
3070
|
"repo": "nuxt-community/router-extras-module",
|
|
2762
|
-
"npm": "
|
|
3071
|
+
"npm": "",
|
|
2763
3072
|
"icon": "vue.png",
|
|
2764
3073
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2765
3074
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -2773,17 +3082,17 @@
|
|
|
2773
3082
|
"twitter": "a_birang"
|
|
2774
3083
|
}
|
|
2775
3084
|
],
|
|
3085
|
+
"contributors": [],
|
|
2776
3086
|
"compatibility": {
|
|
2777
|
-
"
|
|
2778
|
-
"
|
|
2779
|
-
"3.x": "unknown"
|
|
3087
|
+
"nuxt": "^2.0.0",
|
|
3088
|
+
"requires": {}
|
|
2780
3089
|
}
|
|
2781
3090
|
},
|
|
2782
3091
|
{
|
|
2783
3092
|
"name": "router",
|
|
2784
3093
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
2785
3094
|
"repo": "nuxt-community/router-module",
|
|
2786
|
-
"npm": "
|
|
3095
|
+
"npm": "",
|
|
2787
3096
|
"icon": "vue.png",
|
|
2788
3097
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2789
3098
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -2797,17 +3106,17 @@
|
|
|
2797
3106
|
"twitter": "Atinux"
|
|
2798
3107
|
}
|
|
2799
3108
|
],
|
|
3109
|
+
"contributors": [],
|
|
2800
3110
|
"compatibility": {
|
|
2801
|
-
"
|
|
2802
|
-
"
|
|
2803
|
-
"3.x": "unknown"
|
|
3111
|
+
"nuxt": "^2.0.0",
|
|
3112
|
+
"requires": {}
|
|
2804
3113
|
}
|
|
2805
3114
|
},
|
|
2806
3115
|
{
|
|
2807
3116
|
"name": "sanity",
|
|
2808
3117
|
"description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
|
|
2809
3118
|
"repo": "nuxt-community/sanity-module#main",
|
|
2810
|
-
"npm": "
|
|
3119
|
+
"npm": "",
|
|
2811
3120
|
"icon": "sanity.png",
|
|
2812
3121
|
"github": "https://github.com/nuxt-community/sanity-module#main",
|
|
2813
3122
|
"website": "https://sanity.nuxtjs.org",
|
|
@@ -2821,17 +3130,17 @@
|
|
|
2821
3130
|
"twitter": "danielcroe"
|
|
2822
3131
|
}
|
|
2823
3132
|
],
|
|
3133
|
+
"contributors": [],
|
|
2824
3134
|
"compatibility": {
|
|
2825
|
-
"
|
|
2826
|
-
"
|
|
2827
|
-
"3.x": "unknown"
|
|
3135
|
+
"nuxt": "^2.0.0",
|
|
3136
|
+
"requires": {}
|
|
2828
3137
|
}
|
|
2829
3138
|
},
|
|
2830
3139
|
{
|
|
2831
3140
|
"name": "scss-to-js",
|
|
2832
3141
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
2833
3142
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
2834
|
-
"npm": "
|
|
3143
|
+
"npm": "",
|
|
2835
3144
|
"icon": "",
|
|
2836
3145
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
2837
3146
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -2844,17 +3153,17 @@
|
|
|
2844
3153
|
"github": "sugoidesune"
|
|
2845
3154
|
}
|
|
2846
3155
|
],
|
|
3156
|
+
"contributors": [],
|
|
2847
3157
|
"compatibility": {
|
|
2848
|
-
"
|
|
2849
|
-
"
|
|
2850
|
-
"3.x": "unknown"
|
|
3158
|
+
"nuxt": "^2.0.0",
|
|
3159
|
+
"requires": {}
|
|
2851
3160
|
}
|
|
2852
3161
|
},
|
|
2853
3162
|
{
|
|
2854
3163
|
"name": "segment",
|
|
2855
3164
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
2856
3165
|
"repo": "dansmaculotte/nuxt-segment",
|
|
2857
|
-
"npm": "
|
|
3166
|
+
"npm": "",
|
|
2858
3167
|
"icon": "segment.png",
|
|
2859
3168
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
2860
3169
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -2867,17 +3176,17 @@
|
|
|
2867
3176
|
"github": "dansmaculotte"
|
|
2868
3177
|
}
|
|
2869
3178
|
],
|
|
3179
|
+
"contributors": [],
|
|
2870
3180
|
"compatibility": {
|
|
2871
|
-
"
|
|
2872
|
-
"
|
|
2873
|
-
"3.x": "unknown"
|
|
3181
|
+
"nuxt": "^2.0.0",
|
|
3182
|
+
"requires": {}
|
|
2874
3183
|
}
|
|
2875
3184
|
},
|
|
2876
3185
|
{
|
|
2877
3186
|
"name": "sentry",
|
|
2878
3187
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
2879
3188
|
"repo": "nuxt-community/sentry-module",
|
|
2880
|
-
"npm": "
|
|
3189
|
+
"npm": "",
|
|
2881
3190
|
"icon": "sentry.png",
|
|
2882
3191
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2883
3192
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -2890,17 +3199,41 @@
|
|
|
2890
3199
|
"github": "rchl"
|
|
2891
3200
|
}
|
|
2892
3201
|
],
|
|
3202
|
+
"contributors": [],
|
|
2893
3203
|
"compatibility": {
|
|
2894
|
-
"
|
|
2895
|
-
"
|
|
2896
|
-
|
|
3204
|
+
"nuxt": "^2.0.0",
|
|
3205
|
+
"requires": {}
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"name": "seo-meta",
|
|
3210
|
+
"description": "Simple generate seo metadata",
|
|
3211
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3212
|
+
"npm": "",
|
|
3213
|
+
"icon": "",
|
|
3214
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3215
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3216
|
+
"learn_more": "",
|
|
3217
|
+
"category": "SEO",
|
|
3218
|
+
"type": "3rd-party",
|
|
3219
|
+
"maintainers": [
|
|
3220
|
+
{
|
|
3221
|
+
"name": "ihavecoke",
|
|
3222
|
+
"github": "ihavecoke",
|
|
3223
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3224
|
+
}
|
|
3225
|
+
],
|
|
3226
|
+
"contributors": [],
|
|
3227
|
+
"compatibility": {
|
|
3228
|
+
"nuxt": "^2.0.0",
|
|
3229
|
+
"requires": {}
|
|
2897
3230
|
}
|
|
2898
3231
|
},
|
|
2899
3232
|
{
|
|
2900
3233
|
"name": "seomatic-meta",
|
|
2901
3234
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
2902
3235
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
2903
|
-
"npm": "
|
|
3236
|
+
"npm": "",
|
|
2904
3237
|
"icon": "seomatic.png",
|
|
2905
3238
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
2906
3239
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -2913,17 +3246,17 @@
|
|
|
2913
3246
|
"github": "ben-rogerson"
|
|
2914
3247
|
}
|
|
2915
3248
|
],
|
|
3249
|
+
"contributors": [],
|
|
2916
3250
|
"compatibility": {
|
|
2917
|
-
"
|
|
2918
|
-
"
|
|
2919
|
-
"3.x": "unknown"
|
|
3251
|
+
"nuxt": "^2.0.0",
|
|
3252
|
+
"requires": {}
|
|
2920
3253
|
}
|
|
2921
3254
|
},
|
|
2922
3255
|
{
|
|
2923
3256
|
"name": "separate-env",
|
|
2924
3257
|
"description": "Separated environment variables for server and client builds",
|
|
2925
3258
|
"repo": "nuxt-community/separate-env-module",
|
|
2926
|
-
"npm": "
|
|
3259
|
+
"npm": "",
|
|
2927
3260
|
"icon": "",
|
|
2928
3261
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2929
3262
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -2937,17 +3270,17 @@
|
|
|
2937
3270
|
"twitter": "TheAlexLichter"
|
|
2938
3271
|
}
|
|
2939
3272
|
],
|
|
3273
|
+
"contributors": [],
|
|
2940
3274
|
"compatibility": {
|
|
2941
|
-
"
|
|
2942
|
-
"
|
|
2943
|
-
"3.x": "unknown"
|
|
3275
|
+
"nuxt": "^2.0.0",
|
|
3276
|
+
"requires": {}
|
|
2944
3277
|
}
|
|
2945
3278
|
},
|
|
2946
3279
|
{
|
|
2947
3280
|
"name": "shopify",
|
|
2948
3281
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
2949
3282
|
"repo": "Gomah/nuxt-shopify",
|
|
2950
|
-
"npm": "
|
|
3283
|
+
"npm": "",
|
|
2951
3284
|
"icon": "shopify.png",
|
|
2952
3285
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
2953
3286
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -2960,17 +3293,17 @@
|
|
|
2960
3293
|
"github": "Gomah"
|
|
2961
3294
|
}
|
|
2962
3295
|
],
|
|
3296
|
+
"contributors": [],
|
|
2963
3297
|
"compatibility": {
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2966
|
-
"3.x": "unknown"
|
|
3298
|
+
"nuxt": "^2.0.0",
|
|
3299
|
+
"requires": {}
|
|
2967
3300
|
}
|
|
2968
3301
|
},
|
|
2969
3302
|
{
|
|
2970
3303
|
"name": "simple-line-icons",
|
|
2971
3304
|
"description": "Nuxt module to add simple-line-icons ",
|
|
2972
3305
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
2973
|
-
"npm": "
|
|
3306
|
+
"npm": "",
|
|
2974
3307
|
"icon": "",
|
|
2975
3308
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
2976
3309
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -2983,17 +3316,17 @@
|
|
|
2983
3316
|
"github": "vaso2"
|
|
2984
3317
|
}
|
|
2985
3318
|
],
|
|
3319
|
+
"contributors": [],
|
|
2986
3320
|
"compatibility": {
|
|
2987
|
-
"
|
|
2988
|
-
"
|
|
2989
|
-
"3.x": "unknown"
|
|
3321
|
+
"nuxt": "^2.0.0",
|
|
3322
|
+
"requires": {}
|
|
2990
3323
|
}
|
|
2991
3324
|
},
|
|
2992
3325
|
{
|
|
2993
3326
|
"name": "sitemap",
|
|
2994
3327
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
2995
3328
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
2996
|
-
"npm": "
|
|
3329
|
+
"npm": "",
|
|
2997
3330
|
"icon": "",
|
|
2998
3331
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2999
3332
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -3007,17 +3340,17 @@
|
|
|
3007
3340
|
"twitter": "NicoPennec"
|
|
3008
3341
|
}
|
|
3009
3342
|
],
|
|
3343
|
+
"contributors": [],
|
|
3010
3344
|
"compatibility": {
|
|
3011
|
-
"
|
|
3012
|
-
"
|
|
3013
|
-
"3.x": "unknown"
|
|
3345
|
+
"nuxt": "^2.0.0",
|
|
3346
|
+
"requires": {}
|
|
3014
3347
|
}
|
|
3015
3348
|
},
|
|
3016
3349
|
{
|
|
3017
3350
|
"name": "snipcart",
|
|
3018
3351
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3019
3352
|
"repo": "nuxt-community/snipcart-module",
|
|
3020
|
-
"npm": "
|
|
3353
|
+
"npm": "",
|
|
3021
3354
|
"icon": "snipcart.png",
|
|
3022
3355
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3023
3356
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -3031,17 +3364,17 @@
|
|
|
3031
3364
|
"twitter": "giraud_florent"
|
|
3032
3365
|
}
|
|
3033
3366
|
],
|
|
3367
|
+
"contributors": [],
|
|
3034
3368
|
"compatibility": {
|
|
3035
|
-
"
|
|
3036
|
-
"
|
|
3037
|
-
"3.x": "unknown"
|
|
3369
|
+
"nuxt": "^2.0.0",
|
|
3370
|
+
"requires": {}
|
|
3038
3371
|
}
|
|
3039
3372
|
},
|
|
3040
3373
|
{
|
|
3041
3374
|
"name": "social-meta",
|
|
3042
3375
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
3043
3376
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
3044
|
-
"npm": "
|
|
3377
|
+
"npm": "",
|
|
3045
3378
|
"icon": "",
|
|
3046
3379
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
3047
3380
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -3054,17 +3387,17 @@
|
|
|
3054
3387
|
"github": "AlekseyPleshkov"
|
|
3055
3388
|
}
|
|
3056
3389
|
],
|
|
3390
|
+
"contributors": [],
|
|
3057
3391
|
"compatibility": {
|
|
3058
|
-
"
|
|
3059
|
-
"
|
|
3060
|
-
"3.x": "unknown"
|
|
3392
|
+
"nuxt": "^2.0.0",
|
|
3393
|
+
"requires": {}
|
|
3061
3394
|
}
|
|
3062
3395
|
},
|
|
3063
3396
|
{
|
|
3064
3397
|
"name": "socket-io",
|
|
3065
3398
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
3066
3399
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
3067
|
-
"npm": "
|
|
3400
|
+
"npm": "",
|
|
3068
3401
|
"icon": "socket-io.png",
|
|
3069
3402
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
3070
3403
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -3077,17 +3410,17 @@
|
|
|
3077
3410
|
"github": "richardeschloss"
|
|
3078
3411
|
}
|
|
3079
3412
|
],
|
|
3413
|
+
"contributors": [],
|
|
3080
3414
|
"compatibility": {
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
3083
|
-
"3.x": "unknown"
|
|
3415
|
+
"nuxt": "^2.0.0",
|
|
3416
|
+
"requires": {}
|
|
3084
3417
|
}
|
|
3085
3418
|
},
|
|
3086
3419
|
{
|
|
3087
3420
|
"name": "speedcurve",
|
|
3088
3421
|
"description": "Speedcurve LUX module for Nuxt",
|
|
3089
3422
|
"repo": "nuxt-community/speedcurve-module",
|
|
3090
|
-
"npm": "
|
|
3423
|
+
"npm": "",
|
|
3091
3424
|
"icon": "speedcurve.png",
|
|
3092
3425
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
3093
3426
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -3101,17 +3434,51 @@
|
|
|
3101
3434
|
"twitter": "JoshDeltener"
|
|
3102
3435
|
}
|
|
3103
3436
|
],
|
|
3437
|
+
"contributors": [],
|
|
3438
|
+
"compatibility": {
|
|
3439
|
+
"nuxt": "^2.0.0",
|
|
3440
|
+
"requires": {}
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "speedkit",
|
|
3445
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3446
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3447
|
+
"npm": "",
|
|
3448
|
+
"icon": "speedkit.png",
|
|
3449
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3450
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3451
|
+
"learn_more": "",
|
|
3452
|
+
"category": "Performance",
|
|
3453
|
+
"type": "3rd-party",
|
|
3454
|
+
"maintainers": [
|
|
3455
|
+
{
|
|
3456
|
+
"name": "Stephan Gerbeth",
|
|
3457
|
+
"github": "StephanGerbeth",
|
|
3458
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "Thorn Walli",
|
|
3462
|
+
"github": "ThornWalli",
|
|
3463
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "Grabarz & Partner",
|
|
3467
|
+
"github": "GrabarzUndPartner",
|
|
3468
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
3469
|
+
}
|
|
3470
|
+
],
|
|
3471
|
+
"contributors": [],
|
|
3104
3472
|
"compatibility": {
|
|
3105
|
-
"
|
|
3106
|
-
"
|
|
3107
|
-
"3.x": "unknown"
|
|
3473
|
+
"nuxt": "^2.0.0",
|
|
3474
|
+
"requires": {}
|
|
3108
3475
|
}
|
|
3109
3476
|
},
|
|
3110
3477
|
{
|
|
3111
3478
|
"name": "storage",
|
|
3112
3479
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
3113
3480
|
"repo": "mazipan/nuxt-storage",
|
|
3114
|
-
"npm": "
|
|
3481
|
+
"npm": "",
|
|
3115
3482
|
"icon": "",
|
|
3116
3483
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
3117
3484
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -3124,17 +3491,17 @@
|
|
|
3124
3491
|
"github": "mazipan"
|
|
3125
3492
|
}
|
|
3126
3493
|
],
|
|
3494
|
+
"contributors": [],
|
|
3127
3495
|
"compatibility": {
|
|
3128
|
-
"
|
|
3129
|
-
"
|
|
3130
|
-
"3.x": "unknown"
|
|
3496
|
+
"nuxt": "^2.0.0",
|
|
3497
|
+
"requires": {}
|
|
3131
3498
|
}
|
|
3132
3499
|
},
|
|
3133
3500
|
{
|
|
3134
3501
|
"name": "storefront-ui",
|
|
3135
3502
|
"description": "Storefront UI Module for Nuxt.js",
|
|
3136
3503
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3137
|
-
"npm": "
|
|
3504
|
+
"npm": "",
|
|
3138
3505
|
"icon": "storefront-ui.svg",
|
|
3139
3506
|
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3140
3507
|
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
@@ -3147,17 +3514,17 @@
|
|
|
3147
3514
|
"github": "Baroshem"
|
|
3148
3515
|
}
|
|
3149
3516
|
],
|
|
3517
|
+
"contributors": [],
|
|
3150
3518
|
"compatibility": {
|
|
3151
|
-
"
|
|
3152
|
-
"
|
|
3153
|
-
"3.x": "unknown"
|
|
3519
|
+
"nuxt": "^2.0.0",
|
|
3520
|
+
"requires": {}
|
|
3154
3521
|
}
|
|
3155
3522
|
},
|
|
3156
3523
|
{
|
|
3157
3524
|
"name": "stories",
|
|
3158
3525
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
3159
3526
|
"repo": "richardeschloss/nuxt-stories",
|
|
3160
|
-
"npm": "
|
|
3527
|
+
"npm": "",
|
|
3161
3528
|
"icon": "",
|
|
3162
3529
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
3163
3530
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -3170,17 +3537,17 @@
|
|
|
3170
3537
|
"github": "richardeschloss"
|
|
3171
3538
|
}
|
|
3172
3539
|
],
|
|
3540
|
+
"contributors": [],
|
|
3173
3541
|
"compatibility": {
|
|
3174
|
-
"
|
|
3175
|
-
"
|
|
3176
|
-
"3.x": "unknown"
|
|
3542
|
+
"nuxt": "^2.0.0",
|
|
3543
|
+
"requires": {}
|
|
3177
3544
|
}
|
|
3178
3545
|
},
|
|
3179
3546
|
{
|
|
3180
3547
|
"name": "storyblok",
|
|
3181
3548
|
"description": "Storyblok Nuxt.js module",
|
|
3182
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
3183
|
-
"npm": "
|
|
3549
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3550
|
+
"npm": "",
|
|
3184
3551
|
"icon": "storyblok.png",
|
|
3185
3552
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3186
3553
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3193,17 +3560,17 @@
|
|
|
3193
3560
|
"github": "storyblok"
|
|
3194
3561
|
}
|
|
3195
3562
|
],
|
|
3563
|
+
"contributors": [],
|
|
3196
3564
|
"compatibility": {
|
|
3197
|
-
"
|
|
3198
|
-
"
|
|
3199
|
-
"3.x": "unknown"
|
|
3565
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3566
|
+
"requires": {}
|
|
3200
3567
|
}
|
|
3201
3568
|
},
|
|
3202
3569
|
{
|
|
3203
3570
|
"name": "storybook",
|
|
3204
3571
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
3205
3572
|
"repo": "nuxt-community/storybook",
|
|
3206
|
-
"npm": "
|
|
3573
|
+
"npm": "",
|
|
3207
3574
|
"icon": "storybook.png",
|
|
3208
3575
|
"github": "https://github.com/nuxt-community/storybook",
|
|
3209
3576
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -3222,17 +3589,19 @@
|
|
|
3222
3589
|
"twitter": "_pi0_"
|
|
3223
3590
|
}
|
|
3224
3591
|
],
|
|
3592
|
+
"contributors": [],
|
|
3225
3593
|
"compatibility": {
|
|
3226
|
-
"
|
|
3227
|
-
"
|
|
3228
|
-
|
|
3594
|
+
"nuxt": "^2.0.0",
|
|
3595
|
+
"requires": {
|
|
3596
|
+
"bridge": "optional"
|
|
3597
|
+
}
|
|
3229
3598
|
}
|
|
3230
3599
|
},
|
|
3231
3600
|
{
|
|
3232
3601
|
"name": "strapi",
|
|
3233
3602
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
3234
3603
|
"repo": "nuxt-community/strapi-module",
|
|
3235
|
-
"npm": "
|
|
3604
|
+
"npm": "",
|
|
3236
3605
|
"icon": "strapi.png",
|
|
3237
3606
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
3238
3607
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -3251,17 +3620,17 @@
|
|
|
3251
3620
|
"twitter": "Atinux"
|
|
3252
3621
|
}
|
|
3253
3622
|
],
|
|
3623
|
+
"contributors": [],
|
|
3254
3624
|
"compatibility": {
|
|
3255
|
-
"
|
|
3256
|
-
"
|
|
3257
|
-
"3.x": "unknown"
|
|
3625
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3626
|
+
"requires": {}
|
|
3258
3627
|
}
|
|
3259
3628
|
},
|
|
3260
3629
|
{
|
|
3261
3630
|
"name": "stripe",
|
|
3262
3631
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
3263
3632
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
3264
|
-
"npm": "
|
|
3633
|
+
"npm": "",
|
|
3265
3634
|
"icon": "stripe.png",
|
|
3266
3635
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
3267
3636
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -3274,17 +3643,17 @@
|
|
|
3274
3643
|
"github": "WilliamDASILVA"
|
|
3275
3644
|
}
|
|
3276
3645
|
],
|
|
3646
|
+
"contributors": [],
|
|
3277
3647
|
"compatibility": {
|
|
3278
|
-
"
|
|
3279
|
-
"
|
|
3280
|
-
"3.x": "unknown"
|
|
3648
|
+
"nuxt": "^2.0.0",
|
|
3649
|
+
"requires": {}
|
|
3281
3650
|
}
|
|
3282
3651
|
},
|
|
3283
3652
|
{
|
|
3284
3653
|
"name": "style-resources",
|
|
3285
3654
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
3286
3655
|
"repo": "nuxt-community/style-resources-module",
|
|
3287
|
-
"npm": "
|
|
3656
|
+
"npm": "",
|
|
3288
3657
|
"icon": "",
|
|
3289
3658
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
3290
3659
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -3298,17 +3667,17 @@
|
|
|
3298
3667
|
"twitter": "TheAlexLichter"
|
|
3299
3668
|
}
|
|
3300
3669
|
],
|
|
3670
|
+
"contributors": [],
|
|
3301
3671
|
"compatibility": {
|
|
3302
|
-
"
|
|
3303
|
-
"
|
|
3304
|
-
"3.x": "unknown"
|
|
3672
|
+
"nuxt": "^2.0.0",
|
|
3673
|
+
"requires": {}
|
|
3305
3674
|
}
|
|
3306
3675
|
},
|
|
3307
3676
|
{
|
|
3308
3677
|
"name": "stylelint",
|
|
3309
3678
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
3310
3679
|
"repo": "nuxt-community/stylelint-module",
|
|
3311
|
-
"npm": "
|
|
3680
|
+
"npm": "",
|
|
3312
3681
|
"icon": "stylelint.png",
|
|
3313
3682
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
3314
3683
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -3321,17 +3690,17 @@
|
|
|
3321
3690
|
"github": "ricardogobbosouza"
|
|
3322
3691
|
}
|
|
3323
3692
|
],
|
|
3693
|
+
"contributors": [],
|
|
3324
3694
|
"compatibility": {
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3327
|
-
"3.x": "unknown"
|
|
3695
|
+
"nuxt": "^2.0.0",
|
|
3696
|
+
"requires": {}
|
|
3328
3697
|
}
|
|
3329
3698
|
},
|
|
3330
3699
|
{
|
|
3331
3700
|
"name": "supabase",
|
|
3332
3701
|
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3333
3702
|
"repo": "supabase/nuxt-supabase",
|
|
3334
|
-
"npm": "
|
|
3703
|
+
"npm": "",
|
|
3335
3704
|
"icon": "supabase.png",
|
|
3336
3705
|
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3337
3706
|
"website": "https://github.com/supabase/nuxt-supabase",
|
|
@@ -3345,17 +3714,17 @@
|
|
|
3345
3714
|
"twitter": "scottymeuk"
|
|
3346
3715
|
}
|
|
3347
3716
|
],
|
|
3717
|
+
"contributors": [],
|
|
3348
3718
|
"compatibility": {
|
|
3349
|
-
"
|
|
3350
|
-
"
|
|
3351
|
-
"3.x": "unknown"
|
|
3719
|
+
"nuxt": "^2.0.0",
|
|
3720
|
+
"requires": {}
|
|
3352
3721
|
}
|
|
3353
3722
|
},
|
|
3354
3723
|
{
|
|
3355
3724
|
"name": "svg-loader",
|
|
3356
3725
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
3357
3726
|
"repo": "Developmint/nuxt-svg-loader",
|
|
3358
|
-
"npm": "
|
|
3727
|
+
"npm": "",
|
|
3359
3728
|
"icon": "",
|
|
3360
3729
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
3361
3730
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -3368,17 +3737,17 @@
|
|
|
3368
3737
|
"github": "Developmint"
|
|
3369
3738
|
}
|
|
3370
3739
|
],
|
|
3740
|
+
"contributors": [],
|
|
3371
3741
|
"compatibility": {
|
|
3372
|
-
"
|
|
3373
|
-
"
|
|
3374
|
-
"3.x": "unknown"
|
|
3742
|
+
"nuxt": "^2.0.0",
|
|
3743
|
+
"requires": {}
|
|
3375
3744
|
}
|
|
3376
3745
|
},
|
|
3377
3746
|
{
|
|
3378
3747
|
"name": "svg-sprite",
|
|
3379
3748
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
3380
3749
|
"repo": "nuxt-community/svg-sprite-module",
|
|
3381
|
-
"npm": "
|
|
3750
|
+
"npm": "",
|
|
3382
3751
|
"icon": "",
|
|
3383
3752
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
3384
3753
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -3392,17 +3761,17 @@
|
|
|
3392
3761
|
"twitter": "a_birang"
|
|
3393
3762
|
}
|
|
3394
3763
|
],
|
|
3764
|
+
"contributors": [],
|
|
3395
3765
|
"compatibility": {
|
|
3396
|
-
"
|
|
3397
|
-
"
|
|
3398
|
-
"3.x": "unknown"
|
|
3766
|
+
"nuxt": "^2.0.0",
|
|
3767
|
+
"requires": {}
|
|
3399
3768
|
}
|
|
3400
3769
|
},
|
|
3401
3770
|
{
|
|
3402
3771
|
"name": "svg",
|
|
3403
3772
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
3404
3773
|
"repo": "nuxt-community/svg-module",
|
|
3405
|
-
"npm": "
|
|
3774
|
+
"npm": "",
|
|
3406
3775
|
"icon": "",
|
|
3407
3776
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
3408
3777
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -3415,17 +3784,17 @@
|
|
|
3415
3784
|
"github": "sam3d"
|
|
3416
3785
|
}
|
|
3417
3786
|
],
|
|
3787
|
+
"contributors": [],
|
|
3418
3788
|
"compatibility": {
|
|
3419
|
-
"
|
|
3420
|
-
"
|
|
3421
|
-
"3.x": "unknown"
|
|
3789
|
+
"nuxt": "^2.0.0",
|
|
3790
|
+
"requires": {}
|
|
3422
3791
|
}
|
|
3423
3792
|
},
|
|
3424
3793
|
{
|
|
3425
3794
|
"name": "sweetalert2",
|
|
3426
3795
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
3427
3796
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
3428
|
-
"npm": "
|
|
3797
|
+
"npm": "",
|
|
3429
3798
|
"icon": "",
|
|
3430
3799
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
3431
3800
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -3438,17 +3807,17 @@
|
|
|
3438
3807
|
"github": "ImreC"
|
|
3439
3808
|
}
|
|
3440
3809
|
],
|
|
3810
|
+
"contributors": [],
|
|
3441
3811
|
"compatibility": {
|
|
3442
|
-
"
|
|
3443
|
-
"
|
|
3444
|
-
"3.x": "unknown"
|
|
3812
|
+
"nuxt": "^2.0.0",
|
|
3813
|
+
"requires": {}
|
|
3445
3814
|
}
|
|
3446
3815
|
},
|
|
3447
3816
|
{
|
|
3448
3817
|
"name": "tailwindcss",
|
|
3449
3818
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
3450
3819
|
"repo": "nuxt-community/tailwindcss-module",
|
|
3451
|
-
"npm": "
|
|
3820
|
+
"npm": "",
|
|
3452
3821
|
"icon": "tailwindcss.png",
|
|
3453
3822
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
3454
3823
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -3462,17 +3831,41 @@
|
|
|
3462
3831
|
"twitter": "Atinux"
|
|
3463
3832
|
}
|
|
3464
3833
|
],
|
|
3834
|
+
"contributors": [],
|
|
3465
3835
|
"compatibility": {
|
|
3466
|
-
"
|
|
3467
|
-
"
|
|
3468
|
-
|
|
3836
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3837
|
+
"requires": {}
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"name": "tiktok-analytics",
|
|
3842
|
+
"description": "",
|
|
3843
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3844
|
+
"npm": "",
|
|
3845
|
+
"icon": "",
|
|
3846
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3847
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3848
|
+
"learn_more": "",
|
|
3849
|
+
"category": "Analytics",
|
|
3850
|
+
"type": "3rd-party",
|
|
3851
|
+
"maintainers": [
|
|
3852
|
+
{
|
|
3853
|
+
"name": "stickpro",
|
|
3854
|
+
"github": "stickpro",
|
|
3855
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3856
|
+
}
|
|
3857
|
+
],
|
|
3858
|
+
"contributors": [],
|
|
3859
|
+
"compatibility": {
|
|
3860
|
+
"nuxt": "^2.0.0",
|
|
3861
|
+
"requires": {}
|
|
3469
3862
|
}
|
|
3470
3863
|
},
|
|
3471
3864
|
{
|
|
3472
3865
|
"name": "toast",
|
|
3473
3866
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
3474
3867
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
3475
|
-
"npm": "
|
|
3868
|
+
"npm": "",
|
|
3476
3869
|
"icon": "",
|
|
3477
3870
|
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3478
3871
|
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
@@ -3486,17 +3879,17 @@
|
|
|
3486
3879
|
"twitter": "_pi0_"
|
|
3487
3880
|
}
|
|
3488
3881
|
],
|
|
3882
|
+
"contributors": [],
|
|
3489
3883
|
"compatibility": {
|
|
3490
|
-
"
|
|
3491
|
-
"
|
|
3492
|
-
"3.x": "unknown"
|
|
3884
|
+
"nuxt": "^2.0.0",
|
|
3885
|
+
"requires": {}
|
|
3493
3886
|
}
|
|
3494
3887
|
},
|
|
3495
3888
|
{
|
|
3496
3889
|
"name": "twa",
|
|
3497
3890
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3498
3891
|
"repo": "tuarrep/nuxt-twa",
|
|
3499
|
-
"npm": "
|
|
3892
|
+
"npm": "",
|
|
3500
3893
|
"icon": "",
|
|
3501
3894
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3502
3895
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
@@ -3509,17 +3902,19 @@
|
|
|
3509
3902
|
"github": "tuarrep"
|
|
3510
3903
|
}
|
|
3511
3904
|
],
|
|
3905
|
+
"contributors": [],
|
|
3512
3906
|
"compatibility": {
|
|
3513
|
-
"
|
|
3514
|
-
"
|
|
3515
|
-
|
|
3907
|
+
"nuxt": "^2.0.0",
|
|
3908
|
+
"requires": {
|
|
3909
|
+
"bridge": "optional"
|
|
3910
|
+
}
|
|
3516
3911
|
}
|
|
3517
3912
|
},
|
|
3518
3913
|
{
|
|
3519
3914
|
"name": "typed-router",
|
|
3520
3915
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
3521
3916
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
3522
|
-
"npm": "
|
|
3917
|
+
"npm": "",
|
|
3523
3918
|
"icon": "vue.png",
|
|
3524
3919
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3525
3920
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
@@ -3532,17 +3927,17 @@
|
|
|
3532
3927
|
"github": "victorgarciaesgi"
|
|
3533
3928
|
}
|
|
3534
3929
|
],
|
|
3930
|
+
"contributors": [],
|
|
3535
3931
|
"compatibility": {
|
|
3536
|
-
"
|
|
3537
|
-
"
|
|
3538
|
-
"3.x": "unknown"
|
|
3932
|
+
"nuxt": "^2.0.0",
|
|
3933
|
+
"requires": {}
|
|
3539
3934
|
}
|
|
3540
3935
|
},
|
|
3541
3936
|
{
|
|
3542
3937
|
"name": "typescript-runtime",
|
|
3543
3938
|
"description": "TypeScript Runtime support for Nuxt",
|
|
3544
3939
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
3545
|
-
"npm": "
|
|
3940
|
+
"npm": "",
|
|
3546
3941
|
"icon": "typescript.svg",
|
|
3547
3942
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
3548
3943
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -3565,17 +3960,17 @@
|
|
|
3565
3960
|
"twitter": "danielcroe"
|
|
3566
3961
|
}
|
|
3567
3962
|
],
|
|
3963
|
+
"contributors": [],
|
|
3568
3964
|
"compatibility": {
|
|
3569
|
-
"
|
|
3570
|
-
"
|
|
3571
|
-
"3.x": "unknown"
|
|
3965
|
+
"nuxt": "^2.0.0",
|
|
3966
|
+
"requires": {}
|
|
3572
3967
|
}
|
|
3573
3968
|
},
|
|
3574
3969
|
{
|
|
3575
3970
|
"name": "typescript",
|
|
3576
3971
|
"description": "TypeScript Support for Nuxt",
|
|
3577
3972
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
3578
|
-
"npm": "
|
|
3973
|
+
"npm": "",
|
|
3579
3974
|
"icon": "typescript.svg",
|
|
3580
3975
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
3581
3976
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -3598,17 +3993,17 @@
|
|
|
3598
3993
|
"twitter": "danielcroe"
|
|
3599
3994
|
}
|
|
3600
3995
|
],
|
|
3996
|
+
"contributors": [],
|
|
3601
3997
|
"compatibility": {
|
|
3602
|
-
"
|
|
3603
|
-
"
|
|
3604
|
-
"3.x": "unknown"
|
|
3998
|
+
"nuxt": "^2.0.0",
|
|
3999
|
+
"requires": {}
|
|
3605
4000
|
}
|
|
3606
4001
|
},
|
|
3607
4002
|
{
|
|
3608
4003
|
"name": "universal-storage",
|
|
3609
4004
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
3610
4005
|
"repo": "nuxt-community/universal-storage-module",
|
|
3611
|
-
"npm": "
|
|
4006
|
+
"npm": "",
|
|
3612
4007
|
"icon": "",
|
|
3613
4008
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
3614
4009
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -3627,17 +4022,17 @@
|
|
|
3627
4022
|
"twitter": "farzadso"
|
|
3628
4023
|
}
|
|
3629
4024
|
],
|
|
4025
|
+
"contributors": [],
|
|
3630
4026
|
"compatibility": {
|
|
3631
|
-
"
|
|
3632
|
-
"
|
|
3633
|
-
"3.x": "unknown"
|
|
4027
|
+
"nuxt": "^2.0.0",
|
|
4028
|
+
"requires": {}
|
|
3634
4029
|
}
|
|
3635
4030
|
},
|
|
3636
4031
|
{
|
|
3637
4032
|
"name": "unocss",
|
|
3638
4033
|
"description": "The instant on-demand atomic CSS engine.",
|
|
3639
4034
|
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3640
|
-
"npm": "
|
|
4035
|
+
"npm": "",
|
|
3641
4036
|
"icon": "unocss.svg",
|
|
3642
4037
|
"github": "https://github.com/antfu/unocss",
|
|
3643
4038
|
"website": "https://github.com/antfu/unocss",
|
|
@@ -3652,17 +4047,19 @@
|
|
|
3652
4047
|
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
3653
4048
|
}
|
|
3654
4049
|
],
|
|
4050
|
+
"contributors": [],
|
|
3655
4051
|
"compatibility": {
|
|
3656
|
-
"
|
|
3657
|
-
"
|
|
3658
|
-
|
|
4052
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4053
|
+
"requires": {
|
|
4054
|
+
"bridge": "optional"
|
|
4055
|
+
}
|
|
3659
4056
|
}
|
|
3660
4057
|
},
|
|
3661
4058
|
{
|
|
3662
4059
|
"name": "user-agent",
|
|
3663
4060
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
3664
4061
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
3665
|
-
"npm": "
|
|
4062
|
+
"npm": "",
|
|
3666
4063
|
"icon": "",
|
|
3667
4064
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
3668
4065
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -3675,17 +4072,17 @@
|
|
|
3675
4072
|
"github": "fukuiretu"
|
|
3676
4073
|
}
|
|
3677
4074
|
],
|
|
4075
|
+
"contributors": [],
|
|
3678
4076
|
"compatibility": {
|
|
3679
|
-
"
|
|
3680
|
-
"
|
|
3681
|
-
"3.x": "unknown"
|
|
4077
|
+
"nuxt": "^2.0.0",
|
|
4078
|
+
"requires": {}
|
|
3682
4079
|
}
|
|
3683
4080
|
},
|
|
3684
4081
|
{
|
|
3685
4082
|
"name": "validate",
|
|
3686
4083
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
3687
4084
|
"repo": "lewyuburi/nuxt-validate",
|
|
3688
|
-
"npm": "
|
|
4085
|
+
"npm": "",
|
|
3689
4086
|
"icon": "vee-validate.png",
|
|
3690
4087
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
3691
4088
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -3698,17 +4095,17 @@
|
|
|
3698
4095
|
"github": "lewyuburi"
|
|
3699
4096
|
}
|
|
3700
4097
|
],
|
|
4098
|
+
"contributors": [],
|
|
3701
4099
|
"compatibility": {
|
|
3702
|
-
"
|
|
3703
|
-
"
|
|
3704
|
-
"3.x": "unknown"
|
|
4100
|
+
"nuxt": "^2.0.0",
|
|
4101
|
+
"requires": {}
|
|
3705
4102
|
}
|
|
3706
4103
|
},
|
|
3707
4104
|
{
|
|
3708
4105
|
"name": "vendor",
|
|
3709
4106
|
"description": "directly serve node_modules",
|
|
3710
4107
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
3711
|
-
"npm": "
|
|
4108
|
+
"npm": "",
|
|
3712
4109
|
"icon": "",
|
|
3713
4110
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
3714
4111
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -3722,17 +4119,17 @@
|
|
|
3722
4119
|
"twitter": "_pi0_"
|
|
3723
4120
|
}
|
|
3724
4121
|
],
|
|
4122
|
+
"contributors": [],
|
|
3725
4123
|
"compatibility": {
|
|
3726
|
-
"
|
|
3727
|
-
"
|
|
3728
|
-
"3.x": "unknown"
|
|
4124
|
+
"nuxt": "^2.0.0",
|
|
4125
|
+
"requires": {}
|
|
3729
4126
|
}
|
|
3730
4127
|
},
|
|
3731
4128
|
{
|
|
3732
4129
|
"name": "vue-material",
|
|
3733
4130
|
"description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
|
|
3734
4131
|
"repo": "vaso2/nuxt-vue-material",
|
|
3735
|
-
"npm": "
|
|
4132
|
+
"npm": "",
|
|
3736
4133
|
"icon": "vue-material.png",
|
|
3737
4134
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
3738
4135
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -3745,17 +4142,17 @@
|
|
|
3745
4142
|
"github": "vaso2"
|
|
3746
4143
|
}
|
|
3747
4144
|
],
|
|
4145
|
+
"contributors": [],
|
|
3748
4146
|
"compatibility": {
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3751
|
-
"3.x": "unknown"
|
|
4147
|
+
"nuxt": "^2.0.0",
|
|
4148
|
+
"requires": {}
|
|
3752
4149
|
}
|
|
3753
4150
|
},
|
|
3754
4151
|
{
|
|
3755
4152
|
"name": "vue-multiselect",
|
|
3756
4153
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
3757
4154
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
3758
|
-
"npm": "
|
|
4155
|
+
"npm": "",
|
|
3759
4156
|
"icon": "",
|
|
3760
4157
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
3761
4158
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -3768,17 +4165,17 @@
|
|
|
3768
4165
|
"github": "spektrummedia"
|
|
3769
4166
|
}
|
|
3770
4167
|
],
|
|
4168
|
+
"contributors": [],
|
|
3771
4169
|
"compatibility": {
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3774
|
-
"3.x": "unknown"
|
|
4170
|
+
"nuxt": "^2.0.0",
|
|
4171
|
+
"requires": {}
|
|
3775
4172
|
}
|
|
3776
4173
|
},
|
|
3777
4174
|
{
|
|
3778
4175
|
"name": "vue-select",
|
|
3779
4176
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
3780
4177
|
"repo": "madmod/nuxt-vue-select",
|
|
3781
|
-
"npm": "
|
|
4178
|
+
"npm": "",
|
|
3782
4179
|
"icon": "",
|
|
3783
4180
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
3784
4181
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -3791,17 +4188,17 @@
|
|
|
3791
4188
|
"github": "madmod"
|
|
3792
4189
|
}
|
|
3793
4190
|
],
|
|
4191
|
+
"contributors": [],
|
|
3794
4192
|
"compatibility": {
|
|
3795
|
-
"
|
|
3796
|
-
"
|
|
3797
|
-
"3.x": "unknown"
|
|
4193
|
+
"nuxt": "^2.0.0",
|
|
4194
|
+
"requires": {}
|
|
3798
4195
|
}
|
|
3799
4196
|
},
|
|
3800
4197
|
{
|
|
3801
4198
|
"name": "vue-warehouse",
|
|
3802
4199
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
3803
4200
|
"repo": "juliomrqz/vue-warehouse",
|
|
3804
|
-
"npm": "
|
|
4201
|
+
"npm": "",
|
|
3805
4202
|
"icon": "",
|
|
3806
4203
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
3807
4204
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -3815,17 +4212,17 @@
|
|
|
3815
4212
|
"twitter": "juliomrqz"
|
|
3816
4213
|
}
|
|
3817
4214
|
],
|
|
4215
|
+
"contributors": [],
|
|
3818
4216
|
"compatibility": {
|
|
3819
|
-
"
|
|
3820
|
-
"
|
|
3821
|
-
"3.x": "unknown"
|
|
4217
|
+
"nuxt": "^2.0.0",
|
|
4218
|
+
"requires": {}
|
|
3822
4219
|
}
|
|
3823
4220
|
},
|
|
3824
4221
|
{
|
|
3825
4222
|
"name": "vuetify",
|
|
3826
4223
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
3827
4224
|
"repo": "nuxt-community/vuetify-module",
|
|
3828
|
-
"npm": "
|
|
4225
|
+
"npm": "",
|
|
3829
4226
|
"icon": "vuetify.png",
|
|
3830
4227
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
3831
4228
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -3843,17 +4240,17 @@
|
|
|
3843
4240
|
"twitter": "_pi0_"
|
|
3844
4241
|
}
|
|
3845
4242
|
],
|
|
4243
|
+
"contributors": [],
|
|
3846
4244
|
"compatibility": {
|
|
3847
|
-
"
|
|
3848
|
-
"
|
|
3849
|
-
"3.x": "not-working"
|
|
4245
|
+
"nuxt": "^2.0.0",
|
|
4246
|
+
"requires": {}
|
|
3850
4247
|
}
|
|
3851
4248
|
},
|
|
3852
4249
|
{
|
|
3853
4250
|
"name": "vueuse",
|
|
3854
4251
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
3855
4252
|
"repo": "vueuse/vueuse#main/packages/core",
|
|
3856
|
-
"npm": "
|
|
4253
|
+
"npm": "",
|
|
3857
4254
|
"icon": "vueuse.svg",
|
|
3858
4255
|
"github": "https://github.com/vueuse/vueuse",
|
|
3859
4256
|
"website": "https://vueuse.org",
|
|
@@ -3867,17 +4264,19 @@
|
|
|
3867
4264
|
"twitter": "antfu7"
|
|
3868
4265
|
}
|
|
3869
4266
|
],
|
|
4267
|
+
"contributors": [],
|
|
3870
4268
|
"compatibility": {
|
|
3871
|
-
"
|
|
3872
|
-
"
|
|
3873
|
-
|
|
4269
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4270
|
+
"requires": {
|
|
4271
|
+
"bridge": "optional"
|
|
4272
|
+
}
|
|
3874
4273
|
}
|
|
3875
4274
|
},
|
|
3876
4275
|
{
|
|
3877
4276
|
"name": "vuex-router-sync",
|
|
3878
4277
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
3879
4278
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
3880
|
-
"npm": "
|
|
4279
|
+
"npm": "",
|
|
3881
4280
|
"icon": "",
|
|
3882
4281
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
3883
4282
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -3890,17 +4289,17 @@
|
|
|
3890
4289
|
"github": "paulgv"
|
|
3891
4290
|
}
|
|
3892
4291
|
],
|
|
4292
|
+
"contributors": [],
|
|
3893
4293
|
"compatibility": {
|
|
3894
|
-
"
|
|
3895
|
-
"
|
|
3896
|
-
"3.x": "unknown"
|
|
4294
|
+
"nuxt": "^2.0.0",
|
|
4295
|
+
"requires": {}
|
|
3897
4296
|
}
|
|
3898
4297
|
},
|
|
3899
4298
|
{
|
|
3900
4299
|
"name": "web-vitals",
|
|
3901
4300
|
"description": "Web Vitals for Nuxt",
|
|
3902
4301
|
"repo": "nuxt-community/web-vitals-module",
|
|
3903
|
-
"npm": "
|
|
4302
|
+
"npm": "",
|
|
3904
4303
|
"icon": "",
|
|
3905
4304
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
3906
4305
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
@@ -3923,17 +4322,17 @@
|
|
|
3923
4322
|
"twitter": "Atinux"
|
|
3924
4323
|
}
|
|
3925
4324
|
],
|
|
4325
|
+
"contributors": [],
|
|
3926
4326
|
"compatibility": {
|
|
3927
|
-
"
|
|
3928
|
-
"
|
|
3929
|
-
"3.x": "unknown"
|
|
4327
|
+
"nuxt": "^2.0.0",
|
|
4328
|
+
"requires": {}
|
|
3930
4329
|
}
|
|
3931
4330
|
},
|
|
3932
4331
|
{
|
|
3933
4332
|
"name": "web3js",
|
|
3934
4333
|
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
3935
4334
|
"repo": "fauzan121002/nuxt-web3",
|
|
3936
|
-
"npm": "
|
|
4335
|
+
"npm": "",
|
|
3937
4336
|
"icon": "web3js.svg",
|
|
3938
4337
|
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
3939
4338
|
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
@@ -3947,17 +4346,17 @@
|
|
|
3947
4346
|
"twitter": "fauzandev"
|
|
3948
4347
|
}
|
|
3949
4348
|
],
|
|
4349
|
+
"contributors": [],
|
|
3950
4350
|
"compatibility": {
|
|
3951
|
-
"
|
|
3952
|
-
"
|
|
3953
|
-
"3.x": "unknown"
|
|
4351
|
+
"nuxt": "^2.0.0",
|
|
4352
|
+
"requires": {}
|
|
3954
4353
|
}
|
|
3955
4354
|
},
|
|
3956
4355
|
{
|
|
3957
4356
|
"name": "webfontloader",
|
|
3958
4357
|
"description": "Efficient web font loading has never been easier!",
|
|
3959
4358
|
"repo": "Developmint/nuxt-webfontloader",
|
|
3960
|
-
"npm": "
|
|
4359
|
+
"npm": "",
|
|
3961
4360
|
"icon": "",
|
|
3962
4361
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
3963
4362
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -3970,17 +4369,17 @@
|
|
|
3970
4369
|
"github": "Developmint"
|
|
3971
4370
|
}
|
|
3972
4371
|
],
|
|
4372
|
+
"contributors": [],
|
|
3973
4373
|
"compatibility": {
|
|
3974
|
-
"
|
|
3975
|
-
"
|
|
3976
|
-
"3.x": "unknown"
|
|
4374
|
+
"nuxt": "^2.0.0",
|
|
4375
|
+
"requires": {}
|
|
3977
4376
|
}
|
|
3978
4377
|
},
|
|
3979
4378
|
{
|
|
3980
4379
|
"name": "webpack-optimisations",
|
|
3981
4380
|
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
3982
4381
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
3983
|
-
"npm": "
|
|
4382
|
+
"npm": "",
|
|
3984
4383
|
"icon": "build-optimisations.svg",
|
|
3985
4384
|
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
3986
4385
|
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
@@ -3993,17 +4392,19 @@
|
|
|
3993
4392
|
"github": "harlan-zw"
|
|
3994
4393
|
}
|
|
3995
4394
|
],
|
|
4395
|
+
"contributors": [],
|
|
3996
4396
|
"compatibility": {
|
|
3997
|
-
"
|
|
3998
|
-
"
|
|
3999
|
-
|
|
4397
|
+
"nuxt": "^2.0.0",
|
|
4398
|
+
"requires": {
|
|
4399
|
+
"bridge": "optional"
|
|
4400
|
+
}
|
|
4000
4401
|
}
|
|
4001
4402
|
},
|
|
4002
4403
|
{
|
|
4003
4404
|
"name": "webpack-profile",
|
|
4004
4405
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
4005
4406
|
"repo": "nuxt-community/webpack-profile-module",
|
|
4006
|
-
"npm": "
|
|
4407
|
+
"npm": "",
|
|
4007
4408
|
"icon": "webpack.png",
|
|
4008
4409
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
4009
4410
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -4017,17 +4418,17 @@
|
|
|
4017
4418
|
"twitter": "_pi0_"
|
|
4018
4419
|
}
|
|
4019
4420
|
],
|
|
4421
|
+
"contributors": [],
|
|
4020
4422
|
"compatibility": {
|
|
4021
|
-
"
|
|
4022
|
-
"
|
|
4023
|
-
"3.x": "unknown"
|
|
4423
|
+
"nuxt": "^2.0.0",
|
|
4424
|
+
"requires": {}
|
|
4024
4425
|
}
|
|
4025
4426
|
},
|
|
4026
4427
|
{
|
|
4027
4428
|
"name": "webpackdashboard",
|
|
4028
4429
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
4029
4430
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
4030
|
-
"npm": "
|
|
4431
|
+
"npm": "",
|
|
4031
4432
|
"icon": "webpack.png",
|
|
4032
4433
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
4033
4434
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -4040,17 +4441,17 @@
|
|
|
4040
4441
|
"github": "paulgv"
|
|
4041
4442
|
}
|
|
4042
4443
|
],
|
|
4444
|
+
"contributors": [],
|
|
4043
4445
|
"compatibility": {
|
|
4044
|
-
"
|
|
4045
|
-
"
|
|
4046
|
-
"3.x": "unknown"
|
|
4446
|
+
"nuxt": "^2.0.0",
|
|
4447
|
+
"requires": {}
|
|
4047
4448
|
}
|
|
4048
4449
|
},
|
|
4049
4450
|
{
|
|
4050
4451
|
"name": "webpackmonitor",
|
|
4051
4452
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
4052
4453
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
4053
|
-
"npm": "
|
|
4454
|
+
"npm": "",
|
|
4054
4455
|
"icon": "webpack.png",
|
|
4055
4456
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
4056
4457
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -4064,17 +4465,17 @@
|
|
|
4064
4465
|
"twitter": "_pi0_"
|
|
4065
4466
|
}
|
|
4066
4467
|
],
|
|
4468
|
+
"contributors": [],
|
|
4067
4469
|
"compatibility": {
|
|
4068
|
-
"
|
|
4069
|
-
"
|
|
4070
|
-
"3.x": "unknown"
|
|
4470
|
+
"nuxt": "^2.0.0",
|
|
4471
|
+
"requires": {}
|
|
4071
4472
|
}
|
|
4072
4473
|
},
|
|
4073
4474
|
{
|
|
4074
4475
|
"name": "windicss",
|
|
4075
4476
|
"description": "Next generation utility-first CSS framework.",
|
|
4076
4477
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4077
|
-
"npm": "
|
|
4478
|
+
"npm": "",
|
|
4078
4479
|
"icon": "windicss.svg",
|
|
4079
4480
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4080
4481
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -4093,17 +4494,19 @@
|
|
|
4093
4494
|
"twitter": "antfu7"
|
|
4094
4495
|
}
|
|
4095
4496
|
],
|
|
4497
|
+
"contributors": [],
|
|
4096
4498
|
"compatibility": {
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4099
|
-
|
|
4499
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4500
|
+
"requires": {
|
|
4501
|
+
"bridge": "optional"
|
|
4502
|
+
}
|
|
4100
4503
|
}
|
|
4101
4504
|
},
|
|
4102
4505
|
{
|
|
4103
4506
|
"name": "winston-log",
|
|
4104
4507
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
4105
4508
|
"repo": "aaronransley/nuxt-winston-log",
|
|
4106
|
-
"npm": "
|
|
4509
|
+
"npm": "",
|
|
4107
4510
|
"icon": "winston.png",
|
|
4108
4511
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
4109
4512
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -4116,17 +4519,17 @@
|
|
|
4116
4519
|
"github": "aaronransley"
|
|
4117
4520
|
}
|
|
4118
4521
|
],
|
|
4522
|
+
"contributors": [],
|
|
4119
4523
|
"compatibility": {
|
|
4120
|
-
"
|
|
4121
|
-
"
|
|
4122
|
-
"3.x": "unknown"
|
|
4524
|
+
"nuxt": "^2.0.0",
|
|
4525
|
+
"requires": {}
|
|
4123
4526
|
}
|
|
4124
4527
|
},
|
|
4125
4528
|
{
|
|
4126
4529
|
"name": "wp-nuxt",
|
|
4127
4530
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
4128
4531
|
"repo": "yashha/wp-nuxt",
|
|
4129
|
-
"npm": "
|
|
4532
|
+
"npm": "",
|
|
4130
4533
|
"icon": "wordpress.png",
|
|
4131
4534
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
4132
4535
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -4139,17 +4542,17 @@
|
|
|
4139
4542
|
"github": "yashha"
|
|
4140
4543
|
}
|
|
4141
4544
|
],
|
|
4545
|
+
"contributors": [],
|
|
4142
4546
|
"compatibility": {
|
|
4143
|
-
"
|
|
4144
|
-
"
|
|
4145
|
-
"3.x": "unknown"
|
|
4547
|
+
"nuxt": "^2.0.0",
|
|
4548
|
+
"requires": {}
|
|
4146
4549
|
}
|
|
4147
4550
|
},
|
|
4148
4551
|
{
|
|
4149
4552
|
"name": "xhr-cache",
|
|
4150
4553
|
"description": "Cache api resources and serve it as static resource",
|
|
4151
4554
|
"repo": "gaetansenn/xhr-cache",
|
|
4152
|
-
"npm": "
|
|
4555
|
+
"npm": "",
|
|
4153
4556
|
"icon": "",
|
|
4154
4557
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
4155
4558
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -4162,17 +4565,17 @@
|
|
|
4162
4565
|
"github": "gaetansenn"
|
|
4163
4566
|
}
|
|
4164
4567
|
],
|
|
4568
|
+
"contributors": [],
|
|
4165
4569
|
"compatibility": {
|
|
4166
|
-
"
|
|
4167
|
-
"
|
|
4168
|
-
"3.x": "unknown"
|
|
4570
|
+
"nuxt": "^2.0.0",
|
|
4571
|
+
"requires": {}
|
|
4169
4572
|
}
|
|
4170
4573
|
},
|
|
4171
4574
|
{
|
|
4172
4575
|
"name": "xui",
|
|
4173
4576
|
"description": "Light module to help design websites with Nuxt.",
|
|
4174
4577
|
"repo": "MetaCorp/xui-module",
|
|
4175
|
-
"npm": "
|
|
4578
|
+
"npm": "",
|
|
4176
4579
|
"icon": "",
|
|
4177
4580
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
4178
4581
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -4185,17 +4588,17 @@
|
|
|
4185
4588
|
"github": "MetaCorp"
|
|
4186
4589
|
}
|
|
4187
4590
|
],
|
|
4591
|
+
"contributors": [],
|
|
4188
4592
|
"compatibility": {
|
|
4189
|
-
"
|
|
4190
|
-
"
|
|
4191
|
-
"3.x": "unknown"
|
|
4593
|
+
"nuxt": "^2.0.0",
|
|
4594
|
+
"requires": {}
|
|
4192
4595
|
}
|
|
4193
4596
|
},
|
|
4194
4597
|
{
|
|
4195
4598
|
"name": "yandex-metrika",
|
|
4196
4599
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
4197
4600
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
4198
|
-
"npm": "
|
|
4601
|
+
"npm": "",
|
|
4199
4602
|
"icon": "",
|
|
4200
4603
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4201
4604
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -4209,17 +4612,17 @@
|
|
|
4209
4612
|
"twitter": "_pi0_"
|
|
4210
4613
|
}
|
|
4211
4614
|
],
|
|
4615
|
+
"contributors": [],
|
|
4212
4616
|
"compatibility": {
|
|
4213
|
-
"
|
|
4214
|
-
"
|
|
4215
|
-
"3.x": "unknown"
|
|
4617
|
+
"nuxt": "^2.0.0",
|
|
4618
|
+
"requires": {}
|
|
4216
4619
|
}
|
|
4217
4620
|
},
|
|
4218
4621
|
{
|
|
4219
4622
|
"name": "zendesk",
|
|
4220
4623
|
"description": "Nuxt.js module for Zendesk",
|
|
4221
4624
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
4222
|
-
"npm": "
|
|
4625
|
+
"npm": "",
|
|
4223
4626
|
"icon": "zendesk.png",
|
|
4224
4627
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
4225
4628
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
@@ -4232,10 +4635,10 @@
|
|
|
4232
4635
|
"github": "DansMaCulotte"
|
|
4233
4636
|
}
|
|
4234
4637
|
],
|
|
4638
|
+
"contributors": [],
|
|
4235
4639
|
"compatibility": {
|
|
4236
|
-
"
|
|
4237
|
-
"
|
|
4238
|
-
"3.x": "unknown"
|
|
4640
|
+
"nuxt": "^2.0.0",
|
|
4641
|
+
"requires": {}
|
|
4239
4642
|
}
|
|
4240
4643
|
}
|
|
4241
4644
|
]
|