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