@nuxt/modules 0.5.0-f37239 → 0.5.0-f8197c
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 +1297 -485
- package/package.json +1 -1
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": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
8
8
|
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
9
|
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"twitter": "Atinux"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"contributors": [],
|
|
25
24
|
"compatibility": {
|
|
26
25
|
"nuxt": "^2.0.0",
|
|
27
26
|
"requires": {}
|
|
@@ -31,7 +30,7 @@
|
|
|
31
30
|
"name": "agility-cms",
|
|
32
31
|
"description": "Agility CMS Integration for Nuxt.js",
|
|
33
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
34
|
-
"npm": "",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
35
34
|
"icon": "agility.png",
|
|
36
35
|
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
36
|
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
@@ -45,17 +44,46 @@
|
|
|
45
44
|
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
46
45
|
}
|
|
47
46
|
],
|
|
48
|
-
"contributors": [],
|
|
49
47
|
"compatibility": {
|
|
50
48
|
"nuxt": "^2.0.0",
|
|
51
49
|
"requires": {}
|
|
52
50
|
}
|
|
53
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
54
82
|
{
|
|
55
83
|
"name": "alias",
|
|
56
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
57
85
|
"repo": "kdydesign/nuxt-alias-module",
|
|
58
|
-
"npm": "",
|
|
86
|
+
"npm": "nuxt-alias",
|
|
59
87
|
"icon": "",
|
|
60
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
61
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -68,7 +96,6 @@
|
|
|
68
96
|
"github": "kdydesign"
|
|
69
97
|
}
|
|
70
98
|
],
|
|
71
|
-
"contributors": [],
|
|
72
99
|
"compatibility": {
|
|
73
100
|
"nuxt": "^2.0.0",
|
|
74
101
|
"requires": {}
|
|
@@ -78,7 +105,7 @@
|
|
|
78
105
|
"name": "amp",
|
|
79
106
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
80
107
|
"repo": "nuxt-community/amp-module",
|
|
81
|
-
"npm": "",
|
|
108
|
+
"npm": "@nuxtjs/amp",
|
|
82
109
|
"icon": "amp.png",
|
|
83
110
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
84
111
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -92,7 +119,6 @@
|
|
|
92
119
|
"twitter": "a_birang"
|
|
93
120
|
}
|
|
94
121
|
],
|
|
95
|
-
"contributors": [],
|
|
96
122
|
"compatibility": {
|
|
97
123
|
"nuxt": "^2.0.0",
|
|
98
124
|
"requires": {}
|
|
@@ -102,7 +128,7 @@
|
|
|
102
128
|
"name": "animejs",
|
|
103
129
|
"description": "Anime.js module for Nuxt.js",
|
|
104
130
|
"repo": "ivodolenc/nuxt-animejs",
|
|
105
|
-
"npm": "",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
106
132
|
"icon": "",
|
|
107
133
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
108
134
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -115,17 +141,40 @@
|
|
|
115
141
|
"github": "ivodolenc"
|
|
116
142
|
}
|
|
117
143
|
],
|
|
118
|
-
"contributors": [],
|
|
119
144
|
"compatibility": {
|
|
120
145
|
"nuxt": "^2.0.0",
|
|
121
146
|
"requires": {}
|
|
122
147
|
}
|
|
123
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "api-party",
|
|
151
|
+
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
|
+
"repo": "johannschopplich/nuxt-api-party",
|
|
153
|
+
"npm": "nuxt-api-party",
|
|
154
|
+
"icon": "api-party.svg",
|
|
155
|
+
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
+
"website": "https://github.com/johannschopplich/nuxt-api-party#readme",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Request",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Johann Schopplich",
|
|
163
|
+
"github": "johannschopplich",
|
|
164
|
+
"twitter": "jschopplich",
|
|
165
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^3.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
124
173
|
{
|
|
125
174
|
"name": "apis-to-file",
|
|
126
175
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
127
176
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
128
|
-
"npm": "",
|
|
177
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
129
178
|
"icon": "",
|
|
130
179
|
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
131
180
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
@@ -140,7 +189,6 @@
|
|
|
140
189
|
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
141
190
|
}
|
|
142
191
|
],
|
|
143
|
-
"contributors": [],
|
|
144
192
|
"compatibility": {
|
|
145
193
|
"nuxt": "^2.0.0",
|
|
146
194
|
"requires": {}
|
|
@@ -149,27 +197,24 @@
|
|
|
149
197
|
{
|
|
150
198
|
"name": "apollo",
|
|
151
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
152
|
-
"repo": "nuxt-
|
|
153
|
-
"npm": "",
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
201
|
+
"npm": "@nuxtjs/apollo",
|
|
154
202
|
"icon": "apollo.png",
|
|
155
|
-
"github": "https://github.com/nuxt-
|
|
156
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
157
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
158
206
|
"category": "Request",
|
|
159
207
|
"type": "community",
|
|
160
208
|
"maintainers": [
|
|
161
209
|
{
|
|
162
|
-
"name": "
|
|
163
|
-
"github": "
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
"name": "Dominic Garms",
|
|
167
|
-
"github": "dohomi"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
168
214
|
}
|
|
169
215
|
],
|
|
170
|
-
"contributors": [],
|
|
171
216
|
"compatibility": {
|
|
172
|
-
"nuxt": "^2.0.0",
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
173
218
|
"requires": {}
|
|
174
219
|
}
|
|
175
220
|
},
|
|
@@ -177,7 +222,7 @@
|
|
|
177
222
|
"name": "applicationinsights",
|
|
178
223
|
"description": "AppInsights module for Nuxt.js",
|
|
179
224
|
"repo": "nuxt-community/applicationinsights-module",
|
|
180
|
-
"npm": "",
|
|
225
|
+
"npm": "@nuxtjs/applicationinsights",
|
|
181
226
|
"icon": "application-insights.png",
|
|
182
227
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
183
228
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -190,7 +235,6 @@
|
|
|
190
235
|
"github": "aldarund"
|
|
191
236
|
}
|
|
192
237
|
],
|
|
193
|
-
"contributors": [],
|
|
194
238
|
"compatibility": {
|
|
195
239
|
"nuxt": "^2.0.0",
|
|
196
240
|
"requires": {}
|
|
@@ -200,7 +244,7 @@
|
|
|
200
244
|
"name": "appwrite",
|
|
201
245
|
"description": "Appwrite module for Nuxt",
|
|
202
246
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
203
|
-
"npm": "",
|
|
247
|
+
"npm": "nuxt-appwrite",
|
|
204
248
|
"icon": "appwrite.png",
|
|
205
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
206
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -213,7 +257,6 @@
|
|
|
213
257
|
"github": "Hrdtr"
|
|
214
258
|
}
|
|
215
259
|
],
|
|
216
|
-
"contributors": [],
|
|
217
260
|
"compatibility": {
|
|
218
261
|
"nuxt": "^2.0.0",
|
|
219
262
|
"requires": {}
|
|
@@ -223,7 +266,7 @@
|
|
|
223
266
|
"name": "auth",
|
|
224
267
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
225
268
|
"repo": "nuxt-community/auth-module",
|
|
226
|
-
"npm": "",
|
|
269
|
+
"npm": "@nuxtjs/auth",
|
|
227
270
|
"icon": "auth.png",
|
|
228
271
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
229
272
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -241,7 +284,6 @@
|
|
|
241
284
|
"github": "JoaoPedroAS51"
|
|
242
285
|
}
|
|
243
286
|
],
|
|
244
|
-
"contributors": [],
|
|
245
287
|
"compatibility": {
|
|
246
288
|
"nuxt": "^2.0.0",
|
|
247
289
|
"requires": {}
|
|
@@ -251,7 +293,7 @@
|
|
|
251
293
|
"name": "axios",
|
|
252
294
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
253
295
|
"repo": "nuxt-community/axios-module",
|
|
254
|
-
"npm": "",
|
|
296
|
+
"npm": "@nuxtjs/axios",
|
|
255
297
|
"icon": "axios.svg",
|
|
256
298
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
257
299
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -265,7 +307,6 @@
|
|
|
265
307
|
"twitter": "_pi0_"
|
|
266
308
|
}
|
|
267
309
|
],
|
|
268
|
-
"contributors": [],
|
|
269
310
|
"compatibility": {
|
|
270
311
|
"nuxt": "^2.0.0",
|
|
271
312
|
"requires": {}
|
|
@@ -275,7 +316,7 @@
|
|
|
275
316
|
"name": "basic-auth",
|
|
276
317
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
277
318
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
278
|
-
"npm": "",
|
|
319
|
+
"npm": "nuxt-basic-auth-module",
|
|
279
320
|
"icon": "",
|
|
280
321
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
281
322
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -288,7 +329,6 @@
|
|
|
288
329
|
"github": "potato4d"
|
|
289
330
|
}
|
|
290
331
|
],
|
|
291
|
-
"contributors": [],
|
|
292
332
|
"compatibility": {
|
|
293
333
|
"nuxt": "^2.0.0",
|
|
294
334
|
"requires": {}
|
|
@@ -298,7 +338,7 @@
|
|
|
298
338
|
"name": "bootstrap",
|
|
299
339
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
300
340
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
301
|
-
"npm": "",
|
|
341
|
+
"npm": "bootstrap-vue",
|
|
302
342
|
"icon": "bootstrap.png",
|
|
303
343
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
304
344
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -321,7 +361,6 @@
|
|
|
321
361
|
"twitter": "jackmu95"
|
|
322
362
|
}
|
|
323
363
|
],
|
|
324
|
-
"contributors": [],
|
|
325
364
|
"compatibility": {
|
|
326
365
|
"nuxt": "^2.0.0",
|
|
327
366
|
"requires": {}
|
|
@@ -331,7 +370,7 @@
|
|
|
331
370
|
"name": "browserconfig",
|
|
332
371
|
"description": "Adds XML browser configuration support",
|
|
333
372
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
334
|
-
"npm": "",
|
|
373
|
+
"npm": "@nuxtjs/browserconfig",
|
|
335
374
|
"icon": "",
|
|
336
375
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
337
376
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -345,7 +384,6 @@
|
|
|
345
384
|
"twitter": "_pi0_"
|
|
346
385
|
}
|
|
347
386
|
],
|
|
348
|
-
"contributors": [],
|
|
349
387
|
"compatibility": {
|
|
350
388
|
"nuxt": "^2.0.0",
|
|
351
389
|
"requires": {}
|
|
@@ -355,7 +393,7 @@
|
|
|
355
393
|
"name": "buefy",
|
|
356
394
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
357
395
|
"repo": "buefy/nuxt-buefy",
|
|
358
|
-
"npm": "",
|
|
396
|
+
"npm": "nuxt-buefy",
|
|
359
397
|
"icon": "buefy.png",
|
|
360
398
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
361
399
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -368,7 +406,6 @@
|
|
|
368
406
|
"github": "jtommy"
|
|
369
407
|
}
|
|
370
408
|
],
|
|
371
|
-
"contributors": [],
|
|
372
409
|
"compatibility": {
|
|
373
410
|
"nuxt": "^2.0.0",
|
|
374
411
|
"requires": {}
|
|
@@ -376,9 +413,9 @@
|
|
|
376
413
|
},
|
|
377
414
|
{
|
|
378
415
|
"name": "bugsnag",
|
|
379
|
-
"description": "Bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
380
417
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
381
|
-
"npm": "",
|
|
418
|
+
"npm": "nuxt-bugsnag",
|
|
382
419
|
"icon": "bugsnag.png",
|
|
383
420
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
384
421
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -388,20 +425,22 @@
|
|
|
388
425
|
"maintainers": [
|
|
389
426
|
{
|
|
390
427
|
"name": "JulianMar",
|
|
391
|
-
"github": "JulianMar"
|
|
428
|
+
"github": "JulianMar",
|
|
429
|
+
"twitter": "julian_martin96"
|
|
392
430
|
}
|
|
393
431
|
],
|
|
394
|
-
"contributors": [],
|
|
395
432
|
"compatibility": {
|
|
396
|
-
"nuxt": "^2.0.0",
|
|
397
|
-
"requires": {
|
|
433
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
434
|
+
"requires": {
|
|
435
|
+
"bridge": true
|
|
436
|
+
}
|
|
398
437
|
}
|
|
399
438
|
},
|
|
400
439
|
{
|
|
401
440
|
"name": "bulma-slim",
|
|
402
441
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
403
442
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
404
|
-
"npm": "",
|
|
443
|
+
"npm": "nuxt-bulma-slim",
|
|
405
444
|
"icon": "bulma.png",
|
|
406
445
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
407
446
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -414,7 +453,6 @@
|
|
|
414
453
|
"github": "mustardamus"
|
|
415
454
|
}
|
|
416
455
|
],
|
|
417
|
-
"contributors": [],
|
|
418
456
|
"compatibility": {
|
|
419
457
|
"nuxt": "^2.0.0",
|
|
420
458
|
"requires": {}
|
|
@@ -424,7 +462,7 @@
|
|
|
424
462
|
"name": "bundle-buddy",
|
|
425
463
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
426
464
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
427
|
-
"npm": "",
|
|
465
|
+
"npm": "nuxt-bundle-buddy",
|
|
428
466
|
"icon": "",
|
|
429
467
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
430
468
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -437,7 +475,6 @@
|
|
|
437
475
|
"github": "Developmint"
|
|
438
476
|
}
|
|
439
477
|
],
|
|
440
|
-
"contributors": [],
|
|
441
478
|
"compatibility": {
|
|
442
479
|
"nuxt": "^2.0.0",
|
|
443
480
|
"requires": {}
|
|
@@ -445,9 +482,9 @@
|
|
|
445
482
|
},
|
|
446
483
|
{
|
|
447
484
|
"name": "canvas-sketch",
|
|
448
|
-
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in
|
|
485
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
449
486
|
"repo": "LuXDAmore/generative-art",
|
|
450
|
-
"npm": "",
|
|
487
|
+
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
451
488
|
"icon": "",
|
|
452
489
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
453
490
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -461,7 +498,6 @@
|
|
|
461
498
|
"twitter": "luxdamore"
|
|
462
499
|
}
|
|
463
500
|
],
|
|
464
|
-
"contributors": [],
|
|
465
501
|
"compatibility": {
|
|
466
502
|
"nuxt": "^2.0.0",
|
|
467
503
|
"requires": {}
|
|
@@ -471,7 +507,7 @@
|
|
|
471
507
|
"name": "chakra-ui",
|
|
472
508
|
"description": "Chakra UI Module for Nuxt.js",
|
|
473
509
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
474
|
-
"npm": "",
|
|
510
|
+
"npm": "@chakra-ui/nuxt",
|
|
475
511
|
"icon": "chakra-ui.png",
|
|
476
512
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
477
513
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -484,17 +520,38 @@
|
|
|
484
520
|
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
485
521
|
}
|
|
486
522
|
],
|
|
487
|
-
"contributors": [],
|
|
488
523
|
"compatibility": {
|
|
489
524
|
"nuxt": "^2.0.0",
|
|
490
525
|
"requires": {}
|
|
491
526
|
}
|
|
492
527
|
},
|
|
528
|
+
{
|
|
529
|
+
"name": "chatwoot",
|
|
530
|
+
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
+
"repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
|
|
532
|
+
"npm": "@huntersofbook/chatwoot-nuxt",
|
|
533
|
+
"icon": "chatwoot.png",
|
|
534
|
+
"github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
|
|
535
|
+
"website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
|
|
536
|
+
"learn_more": "https://www.chatwoot.com",
|
|
537
|
+
"category": "Libraries",
|
|
538
|
+
"type": "3rd-party",
|
|
539
|
+
"maintainers": [
|
|
540
|
+
{
|
|
541
|
+
"name": "productdevbook",
|
|
542
|
+
"github": "productdevbook"
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^3.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
549
|
+
},
|
|
493
550
|
{
|
|
494
551
|
"name": "chiffre",
|
|
495
552
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
496
553
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
497
|
-
"npm": "",
|
|
554
|
+
"npm": "nuxt-chiffre",
|
|
498
555
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
499
556
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
500
557
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -507,7 +564,6 @@
|
|
|
507
564
|
"github": "rclement"
|
|
508
565
|
}
|
|
509
566
|
],
|
|
510
|
-
"contributors": [],
|
|
511
567
|
"compatibility": {
|
|
512
568
|
"nuxt": "^2.0.0",
|
|
513
569
|
"requires": {}
|
|
@@ -517,7 +573,7 @@
|
|
|
517
573
|
"name": "client-init",
|
|
518
574
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
519
575
|
"repo": "potato4d/nuxt-client-init-module",
|
|
520
|
-
"npm": "",
|
|
576
|
+
"npm": "nuxt-client-init-module",
|
|
521
577
|
"icon": "",
|
|
522
578
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
523
579
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -530,7 +586,6 @@
|
|
|
530
586
|
"github": "potato4d"
|
|
531
587
|
}
|
|
532
588
|
],
|
|
533
|
-
"contributors": [],
|
|
534
589
|
"compatibility": {
|
|
535
590
|
"nuxt": "^2.0.0",
|
|
536
591
|
"requires": {}
|
|
@@ -540,7 +595,7 @@
|
|
|
540
595
|
"name": "cloudcms",
|
|
541
596
|
"description": "CloudCMS Nuxt.js Module",
|
|
542
597
|
"repo": "gitana/cloudcms-nuxt",
|
|
543
|
-
"npm": "",
|
|
598
|
+
"npm": "cloudcms-nuxt",
|
|
544
599
|
"icon": "",
|
|
545
600
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
546
601
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -553,7 +608,6 @@
|
|
|
553
608
|
"github": "gitana"
|
|
554
609
|
}
|
|
555
610
|
],
|
|
556
|
-
"contributors": [],
|
|
557
611
|
"compatibility": {
|
|
558
612
|
"nuxt": "^2.0.0",
|
|
559
613
|
"requires": {}
|
|
@@ -563,7 +617,7 @@
|
|
|
563
617
|
"name": "cloudinary",
|
|
564
618
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
565
619
|
"repo": "nuxt-community/cloudinary-module",
|
|
566
|
-
"npm": "",
|
|
620
|
+
"npm": "@nuxtjs/cloudinary",
|
|
567
621
|
"icon": "cloudinary.png",
|
|
568
622
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
569
623
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -577,7 +631,6 @@
|
|
|
577
631
|
"twitter": "MayaShavin"
|
|
578
632
|
}
|
|
579
633
|
],
|
|
580
|
-
"contributors": [],
|
|
581
634
|
"compatibility": {
|
|
582
635
|
"nuxt": "^2.0.0",
|
|
583
636
|
"requires": {}
|
|
@@ -587,7 +640,7 @@
|
|
|
587
640
|
"name": "color-mode",
|
|
588
641
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
589
642
|
"repo": "nuxt-community/color-mode-module",
|
|
590
|
-
"npm": "",
|
|
643
|
+
"npm": "@nuxtjs/color-mode",
|
|
591
644
|
"icon": "color-mode.png",
|
|
592
645
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
593
646
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -601,9 +654,8 @@
|
|
|
601
654
|
"twitter": "Atinux"
|
|
602
655
|
}
|
|
603
656
|
],
|
|
604
|
-
"contributors": [],
|
|
605
657
|
"compatibility": {
|
|
606
|
-
"nuxt": "^2.0.0",
|
|
658
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
607
659
|
"requires": {
|
|
608
660
|
"bridge": "optional"
|
|
609
661
|
}
|
|
@@ -613,7 +665,7 @@
|
|
|
613
665
|
"name": "component-cache",
|
|
614
666
|
"description": "LRU component cache for vue components",
|
|
615
667
|
"repo": "nuxt-community/component-cache-module",
|
|
616
|
-
"npm": "",
|
|
668
|
+
"npm": "@nuxtjs/component-cache",
|
|
617
669
|
"icon": "",
|
|
618
670
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
619
671
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -627,7 +679,6 @@
|
|
|
627
679
|
"twitter": "_pi0_"
|
|
628
680
|
}
|
|
629
681
|
],
|
|
630
|
-
"contributors": [],
|
|
631
682
|
"compatibility": {
|
|
632
683
|
"nuxt": "^2.0.0",
|
|
633
684
|
"requires": {}
|
|
@@ -637,7 +688,7 @@
|
|
|
637
688
|
"name": "composition-api",
|
|
638
689
|
"description": "Composition API hooks for Nuxt",
|
|
639
690
|
"repo": "nuxt-community/composition-api#main",
|
|
640
|
-
"npm": "",
|
|
691
|
+
"npm": "@nuxtjs/composition-api",
|
|
641
692
|
"icon": "composition-api.svg",
|
|
642
693
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
643
694
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -651,7 +702,6 @@
|
|
|
651
702
|
"twitter": "danielcroe"
|
|
652
703
|
}
|
|
653
704
|
],
|
|
654
|
-
"contributors": [],
|
|
655
705
|
"compatibility": {
|
|
656
706
|
"nuxt": "^2.0.0",
|
|
657
707
|
"requires": {}
|
|
@@ -659,10 +709,10 @@
|
|
|
659
709
|
},
|
|
660
710
|
{
|
|
661
711
|
"name": "content",
|
|
662
|
-
"description": "
|
|
663
|
-
"repo": "nuxt/content#
|
|
664
|
-
"npm": "",
|
|
665
|
-
"icon": "
|
|
712
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
713
|
+
"repo": "nuxt/content#main",
|
|
714
|
+
"npm": "@nuxt/content",
|
|
715
|
+
"icon": "nuxt.png",
|
|
666
716
|
"github": "https://github.com/nuxt/content",
|
|
667
717
|
"website": "https://content.nuxtjs.org",
|
|
668
718
|
"learn_more": "",
|
|
@@ -670,9 +720,14 @@
|
|
|
670
720
|
"type": "official",
|
|
671
721
|
"maintainers": [
|
|
672
722
|
{
|
|
673
|
-
"name": "
|
|
674
|
-
"github": "
|
|
675
|
-
"twitter": "
|
|
723
|
+
"name": "Yaël Guilloux",
|
|
724
|
+
"github": "Tahul",
|
|
725
|
+
"twitter": "yaeeelglx"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "Ahad Birang",
|
|
729
|
+
"github": "farnabaz",
|
|
730
|
+
"twitter": "a_birang"
|
|
676
731
|
},
|
|
677
732
|
{
|
|
678
733
|
"name": "Sebastien Chopin",
|
|
@@ -680,9 +735,8 @@
|
|
|
680
735
|
"twitter": "Atinux"
|
|
681
736
|
}
|
|
682
737
|
],
|
|
683
|
-
"contributors": [],
|
|
684
738
|
"compatibility": {
|
|
685
|
-
"nuxt": "^2.0.0",
|
|
739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
686
740
|
"requires": {}
|
|
687
741
|
}
|
|
688
742
|
},
|
|
@@ -690,7 +744,7 @@
|
|
|
690
744
|
"name": "contentful",
|
|
691
745
|
"description": "nuxt contentful module",
|
|
692
746
|
"repo": "scaccogatto/contentful-module",
|
|
693
|
-
"npm": "",
|
|
747
|
+
"npm": "contentful-module",
|
|
694
748
|
"icon": "contentful.png",
|
|
695
749
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
696
750
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -703,7 +757,6 @@
|
|
|
703
757
|
"github": "scaccogatto"
|
|
704
758
|
}
|
|
705
759
|
],
|
|
706
|
-
"contributors": [],
|
|
707
760
|
"compatibility": {
|
|
708
761
|
"nuxt": "^2.0.0",
|
|
709
762
|
"requires": {}
|
|
@@ -713,7 +766,7 @@
|
|
|
713
766
|
"name": "custom-elements",
|
|
714
767
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
715
768
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
716
|
-
"npm": "",
|
|
769
|
+
"npm": "nuxt-custom-elements",
|
|
717
770
|
"icon": "custom-elements.png",
|
|
718
771
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
719
772
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -730,7 +783,6 @@
|
|
|
730
783
|
"github": "GrabarzUndPartner"
|
|
731
784
|
}
|
|
732
785
|
],
|
|
733
|
-
"contributors": [],
|
|
734
786
|
"compatibility": {
|
|
735
787
|
"nuxt": "^2.0.0",
|
|
736
788
|
"requires": {}
|
|
@@ -740,7 +792,7 @@
|
|
|
740
792
|
"name": "darkmode.js",
|
|
741
793
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
742
794
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
743
|
-
"npm": "",
|
|
795
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
744
796
|
"icon": "darkmode.png",
|
|
745
797
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
746
798
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -753,7 +805,6 @@
|
|
|
753
805
|
"github": "sandoche"
|
|
754
806
|
}
|
|
755
807
|
],
|
|
756
|
-
"contributors": [],
|
|
757
808
|
"compatibility": {
|
|
758
809
|
"nuxt": "^2.0.0",
|
|
759
810
|
"requires": {}
|
|
@@ -763,7 +814,7 @@
|
|
|
763
814
|
"name": "date-fns",
|
|
764
815
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
765
816
|
"repo": "nuxt-community/date-fns-module",
|
|
766
|
-
"npm": "",
|
|
817
|
+
"npm": "@nuxtjs/date-fns",
|
|
767
818
|
"icon": "date-fns.png",
|
|
768
819
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
769
820
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -776,7 +827,6 @@
|
|
|
776
827
|
"github": "ricardogobbosouza"
|
|
777
828
|
}
|
|
778
829
|
],
|
|
779
|
-
"contributors": [],
|
|
780
830
|
"compatibility": {
|
|
781
831
|
"nuxt": "^2.0.0",
|
|
782
832
|
"requires": {}
|
|
@@ -786,7 +836,7 @@
|
|
|
786
836
|
"name": "datocms",
|
|
787
837
|
"description": "DatoCMS integration for Nuxt.js",
|
|
788
838
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
789
|
-
"npm": "",
|
|
839
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
790
840
|
"icon": "datocms.png",
|
|
791
841
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
792
842
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
@@ -799,7 +849,6 @@
|
|
|
799
849
|
"github": "Frankwarnaar"
|
|
800
850
|
}
|
|
801
851
|
],
|
|
802
|
-
"contributors": [],
|
|
803
852
|
"compatibility": {
|
|
804
853
|
"nuxt": "^2.0.0",
|
|
805
854
|
"requires": {}
|
|
@@ -809,7 +858,7 @@
|
|
|
809
858
|
"name": "dayjs",
|
|
810
859
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
811
860
|
"repo": "nuxt-community/dayjs-module",
|
|
812
|
-
"npm": "",
|
|
861
|
+
"npm": "@nuxtjs/dayjs",
|
|
813
862
|
"icon": "day-js.png",
|
|
814
863
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
815
864
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -823,17 +872,39 @@
|
|
|
823
872
|
"twitter": "potato4d"
|
|
824
873
|
}
|
|
825
874
|
],
|
|
826
|
-
"contributors": [],
|
|
827
875
|
"compatibility": {
|
|
828
876
|
"nuxt": "^2.0.0",
|
|
829
877
|
"requires": {}
|
|
830
878
|
}
|
|
831
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"name": "delay-hydration",
|
|
882
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
883
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
884
|
+
"npm": "nuxt-delay-hydration",
|
|
885
|
+
"icon": "lighthouse.svg",
|
|
886
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
887
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
888
|
+
"learn_more": "",
|
|
889
|
+
"category": "Performance",
|
|
890
|
+
"type": "3rd-party",
|
|
891
|
+
"maintainers": [
|
|
892
|
+
{
|
|
893
|
+
"name": "Harlan Wilton",
|
|
894
|
+
"github": "harlan-zw",
|
|
895
|
+
"twitter": "harlan_zw"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
832
903
|
{
|
|
833
904
|
"name": "device",
|
|
834
905
|
"description": "Device detection module for Nuxt.js",
|
|
835
906
|
"repo": "nuxt-community/device-module",
|
|
836
|
-
"npm": "",
|
|
907
|
+
"npm": "@nuxtjs/device",
|
|
837
908
|
"icon": "",
|
|
838
909
|
"github": "https://github.com/nuxt-community/device-module",
|
|
839
910
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -846,17 +917,41 @@
|
|
|
846
917
|
"github": "dotneet"
|
|
847
918
|
}
|
|
848
919
|
],
|
|
849
|
-
"contributors": [],
|
|
850
920
|
"compatibility": {
|
|
851
|
-
"nuxt": "^2.0.0",
|
|
921
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
852
922
|
"requires": {}
|
|
853
923
|
}
|
|
854
924
|
},
|
|
925
|
+
{
|
|
926
|
+
"name": "directus",
|
|
927
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
928
|
+
"repo": "intevel/nuxt-directus",
|
|
929
|
+
"npm": "nuxt-directus",
|
|
930
|
+
"icon": "directus.svg",
|
|
931
|
+
"github": "https://github.com/directus/nuxt-directus/",
|
|
932
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
933
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
934
|
+
"category": "CMS",
|
|
935
|
+
"type": "3rd-party",
|
|
936
|
+
"maintainers": [
|
|
937
|
+
{
|
|
938
|
+
"name": "Conner Bachmann",
|
|
939
|
+
"github": "intevel",
|
|
940
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"compatibility": {
|
|
944
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
945
|
+
"requires": {
|
|
946
|
+
"bridge": true
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
},
|
|
855
950
|
{
|
|
856
951
|
"name": "dotenv",
|
|
857
952
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
858
953
|
"repo": "nuxt-community/dotenv-module",
|
|
859
|
-
"npm": "",
|
|
954
|
+
"npm": "@nuxtjs/dotenv",
|
|
860
955
|
"icon": "dotenv.png",
|
|
861
956
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
862
957
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -869,7 +964,6 @@
|
|
|
869
964
|
"github": "JulienTant"
|
|
870
965
|
}
|
|
871
966
|
],
|
|
872
|
-
"contributors": [],
|
|
873
967
|
"compatibility": {
|
|
874
968
|
"nuxt": "^2.0.0",
|
|
875
969
|
"requires": {}
|
|
@@ -879,7 +973,7 @@
|
|
|
879
973
|
"name": "drupal-ce",
|
|
880
974
|
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
881
975
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
882
|
-
"npm": "",
|
|
976
|
+
"npm": "nuxtjs-drupal-ce",
|
|
883
977
|
"icon": "drupal-ce.png",
|
|
884
978
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
885
979
|
"website": "https://stack.lupus.digital",
|
|
@@ -903,7 +997,6 @@
|
|
|
903
997
|
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
904
998
|
}
|
|
905
999
|
],
|
|
906
|
-
"contributors": [],
|
|
907
1000
|
"compatibility": {
|
|
908
1001
|
"nuxt": "^2.0.0",
|
|
909
1002
|
"requires": {}
|
|
@@ -913,7 +1006,7 @@
|
|
|
913
1006
|
"name": "druxt",
|
|
914
1007
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
915
1008
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
916
|
-
"npm": "",
|
|
1009
|
+
"npm": "druxt",
|
|
917
1010
|
"icon": "druxt.svg",
|
|
918
1011
|
"github": "https://github.com/druxt/druxt.js",
|
|
919
1012
|
"website": "https://druxtjs.org",
|
|
@@ -926,17 +1019,40 @@
|
|
|
926
1019
|
"github": "decipher"
|
|
927
1020
|
}
|
|
928
1021
|
],
|
|
929
|
-
"contributors": [],
|
|
930
1022
|
"compatibility": {
|
|
931
1023
|
"nuxt": "^2.0.0",
|
|
932
1024
|
"requires": {}
|
|
933
1025
|
}
|
|
934
1026
|
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "element-plus",
|
|
1029
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
1030
|
+
"repo": "element-plus/element-plus-nuxt",
|
|
1031
|
+
"npm": "@element-plus/nuxt",
|
|
1032
|
+
"icon": "element-plus.svg",
|
|
1033
|
+
"github": "https://github.com/element-plus/element-plus",
|
|
1034
|
+
"website": "https://element-plus.org",
|
|
1035
|
+
"learn_more": "https://github.com/element-plus/element-plus-nuxt",
|
|
1036
|
+
"category": "UI",
|
|
1037
|
+
"type": "3rd-party",
|
|
1038
|
+
"maintainers": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "tolking",
|
|
1041
|
+
"github": "tolking"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"compatibility": {
|
|
1045
|
+
"nuxt": "^3.0.0",
|
|
1046
|
+
"requires": {
|
|
1047
|
+
"bridge": "optional"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
935
1051
|
{
|
|
936
1052
|
"name": "emotion",
|
|
937
1053
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
938
1054
|
"repo": "nuxt-community/emotion-module",
|
|
939
|
-
"npm": "",
|
|
1055
|
+
"npm": "@nuxtjs/emotion",
|
|
940
1056
|
"icon": "emotion.png",
|
|
941
1057
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
942
1058
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -950,7 +1066,6 @@
|
|
|
950
1066
|
"twitter": "_pi0_"
|
|
951
1067
|
}
|
|
952
1068
|
],
|
|
953
|
-
"contributors": [],
|
|
954
1069
|
"compatibility": {
|
|
955
1070
|
"nuxt": "^2.0.0",
|
|
956
1071
|
"requires": {}
|
|
@@ -960,7 +1075,7 @@
|
|
|
960
1075
|
"name": "eslint",
|
|
961
1076
|
"description": "ESLint module for Nuxt.js",
|
|
962
1077
|
"repo": "nuxt-community/eslint-module",
|
|
963
|
-
"npm": "",
|
|
1078
|
+
"npm": "@nuxtjs/eslint-module",
|
|
964
1079
|
"icon": "eslint.png",
|
|
965
1080
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
966
1081
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -973,7 +1088,6 @@
|
|
|
973
1088
|
"github": "ricardogobbosouza"
|
|
974
1089
|
}
|
|
975
1090
|
],
|
|
976
|
-
"contributors": [],
|
|
977
1091
|
"compatibility": {
|
|
978
1092
|
"nuxt": "^2.0.0",
|
|
979
1093
|
"requires": {}
|
|
@@ -983,7 +1097,7 @@
|
|
|
983
1097
|
"name": "event-trace",
|
|
984
1098
|
"description": "Module for event trace in Nuxt.js",
|
|
985
1099
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
986
|
-
"npm": "",
|
|
1100
|
+
"npm": "nuxt-event-trace",
|
|
987
1101
|
"icon": "",
|
|
988
1102
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
989
1103
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -996,7 +1110,6 @@
|
|
|
996
1110
|
"github": "clarkdo"
|
|
997
1111
|
}
|
|
998
1112
|
],
|
|
999
|
-
"contributors": [],
|
|
1000
1113
|
"compatibility": {
|
|
1001
1114
|
"nuxt": "^2.0.0",
|
|
1002
1115
|
"requires": {}
|
|
@@ -1006,7 +1119,7 @@
|
|
|
1006
1119
|
"name": "fathom",
|
|
1007
1120
|
"description": "Fathom analytics for Nuxt",
|
|
1008
1121
|
"repo": "yabhq/nuxt-fathom",
|
|
1009
|
-
"npm": "",
|
|
1122
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1010
1123
|
"icon": "fathom.png",
|
|
1011
1124
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1012
1125
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -1019,7 +1132,6 @@
|
|
|
1019
1132
|
"github": "yabhq"
|
|
1020
1133
|
}
|
|
1021
1134
|
],
|
|
1022
|
-
"contributors": [],
|
|
1023
1135
|
"compatibility": {
|
|
1024
1136
|
"nuxt": "^2.0.0",
|
|
1025
1137
|
"requires": {}
|
|
@@ -1029,7 +1141,7 @@
|
|
|
1029
1141
|
"name": "feature-toggle",
|
|
1030
1142
|
"description": "Feature toggle module for Nuxt.js",
|
|
1031
1143
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1032
|
-
"npm": "",
|
|
1144
|
+
"npm": "nuxt-feature-toggle",
|
|
1033
1145
|
"icon": "",
|
|
1034
1146
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
1035
1147
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -1042,7 +1154,6 @@
|
|
|
1042
1154
|
"github": "stephenkr"
|
|
1043
1155
|
}
|
|
1044
1156
|
],
|
|
1045
|
-
"contributors": [],
|
|
1046
1157
|
"compatibility": {
|
|
1047
1158
|
"nuxt": "^2.0.0",
|
|
1048
1159
|
"requires": {}
|
|
@@ -1050,9 +1161,9 @@
|
|
|
1050
1161
|
},
|
|
1051
1162
|
{
|
|
1052
1163
|
"name": "feed",
|
|
1053
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1164
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1054
1165
|
"repo": "nuxt-community/feed-module",
|
|
1055
|
-
"npm": "",
|
|
1166
|
+
"npm": "@nuxtjs/feed",
|
|
1056
1167
|
"icon": "",
|
|
1057
1168
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
1058
1169
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -1066,7 +1177,6 @@
|
|
|
1066
1177
|
"twitter": "TheAlexLichter"
|
|
1067
1178
|
}
|
|
1068
1179
|
],
|
|
1069
|
-
"contributors": [],
|
|
1070
1180
|
"compatibility": {
|
|
1071
1181
|
"nuxt": "^2.0.0",
|
|
1072
1182
|
"requires": {}
|
|
@@ -1075,8 +1185,8 @@
|
|
|
1075
1185
|
{
|
|
1076
1186
|
"name": "firebase",
|
|
1077
1187
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1078
|
-
"repo": "nuxt-community/firebase-module",
|
|
1079
|
-
"npm": "",
|
|
1188
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1189
|
+
"npm": "@nuxtjs/firebase",
|
|
1080
1190
|
"icon": "firebase.png",
|
|
1081
1191
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1082
1192
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1089,7 +1199,6 @@
|
|
|
1089
1199
|
"github": "lupas"
|
|
1090
1200
|
}
|
|
1091
1201
|
],
|
|
1092
|
-
"contributors": [],
|
|
1093
1202
|
"compatibility": {
|
|
1094
1203
|
"nuxt": "^2.0.0",
|
|
1095
1204
|
"requires": {}
|
|
@@ -1099,7 +1208,7 @@
|
|
|
1099
1208
|
"name": "floating-prompt-module",
|
|
1100
1209
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1101
1210
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1102
|
-
"npm": "",
|
|
1211
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1103
1212
|
"icon": "",
|
|
1104
1213
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1105
1214
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -1112,7 +1221,6 @@
|
|
|
1112
1221
|
"github": "sandoche"
|
|
1113
1222
|
}
|
|
1114
1223
|
],
|
|
1115
|
-
"contributors": [],
|
|
1116
1224
|
"compatibility": {
|
|
1117
1225
|
"nuxt": "^2.0.0",
|
|
1118
1226
|
"requires": {}
|
|
@@ -1122,7 +1230,7 @@
|
|
|
1122
1230
|
"name": "font-loader-strategy",
|
|
1123
1231
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
1124
1232
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1125
|
-
"npm": "",
|
|
1233
|
+
"npm": "nuxt-font-loader-strategy",
|
|
1126
1234
|
"icon": "",
|
|
1127
1235
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1128
1236
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -1135,7 +1243,6 @@
|
|
|
1135
1243
|
"github": "GrabarzUndPartner"
|
|
1136
1244
|
}
|
|
1137
1245
|
],
|
|
1138
|
-
"contributors": [],
|
|
1139
1246
|
"compatibility": {
|
|
1140
1247
|
"nuxt": "^2.0.0",
|
|
1141
1248
|
"requires": {}
|
|
@@ -1145,7 +1252,7 @@
|
|
|
1145
1252
|
"name": "fontagon",
|
|
1146
1253
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1147
1254
|
"repo": "kdydesign/nuxt-fontagon",
|
|
1148
|
-
"npm": "",
|
|
1255
|
+
"npm": "nuxt-fontagon",
|
|
1149
1256
|
"icon": "fontagon.png",
|
|
1150
1257
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1151
1258
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -1158,17 +1265,39 @@
|
|
|
1158
1265
|
"github": "kdydesign"
|
|
1159
1266
|
}
|
|
1160
1267
|
],
|
|
1161
|
-
"contributors": [],
|
|
1162
1268
|
"compatibility": {
|
|
1163
1269
|
"nuxt": "^2.0.0",
|
|
1164
1270
|
"requires": {}
|
|
1165
1271
|
}
|
|
1166
1272
|
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "fontaine",
|
|
1275
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1276
|
+
"repo": "nuxt-modules/fontaine",
|
|
1277
|
+
"npm": "@nuxtjs/fontaine",
|
|
1278
|
+
"icon": "fontaine.png",
|
|
1279
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1280
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1281
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1282
|
+
"category": "Performance",
|
|
1283
|
+
"type": "community",
|
|
1284
|
+
"maintainers": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "Daniel Roe",
|
|
1287
|
+
"github": "danielroe",
|
|
1288
|
+
"twitter": "danielcroe"
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"compatibility": {
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1167
1296
|
{
|
|
1168
1297
|
"name": "fontawesome",
|
|
1169
1298
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
1170
1299
|
"repo": "nuxt-community/fontawesome-module",
|
|
1171
|
-
"npm": "",
|
|
1300
|
+
"npm": "@nuxtjs/fontawesome",
|
|
1172
1301
|
"icon": "font-awesome.png",
|
|
1173
1302
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
1174
1303
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -1181,17 +1310,44 @@
|
|
|
1181
1310
|
"github": "pimlie"
|
|
1182
1311
|
}
|
|
1183
1312
|
],
|
|
1184
|
-
"contributors": [],
|
|
1185
1313
|
"compatibility": {
|
|
1186
1314
|
"nuxt": "^2.0.0",
|
|
1187
1315
|
"requires": {}
|
|
1188
1316
|
}
|
|
1189
1317
|
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "formkit",
|
|
1320
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1321
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1322
|
+
"npm": "@formkit/nuxt",
|
|
1323
|
+
"icon": "formkit.png",
|
|
1324
|
+
"github": "https://github.com/formkit/formkit",
|
|
1325
|
+
"website": "https://formkit.com",
|
|
1326
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1327
|
+
"category": "Libraries",
|
|
1328
|
+
"type": "3rd-party",
|
|
1329
|
+
"maintainers": [
|
|
1330
|
+
{
|
|
1331
|
+
"name": "Justin Schroeder",
|
|
1332
|
+
"github": "justin-schroeder",
|
|
1333
|
+
"twitter": "jpschroeder"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "Andrew Boyd",
|
|
1337
|
+
"github": "andrew-boyd",
|
|
1338
|
+
"twitter": "0xBOYD"
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"compatibility": {
|
|
1342
|
+
"nuxt": "^3.0.0",
|
|
1343
|
+
"requires": {}
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1190
1346
|
{
|
|
1191
1347
|
"name": "fullpage",
|
|
1192
1348
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
1193
1349
|
"repo": "vaso2/fullpage-nuxt",
|
|
1194
|
-
"npm": "",
|
|
1350
|
+
"npm": "fullpage-nuxt",
|
|
1195
1351
|
"icon": "",
|
|
1196
1352
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
1197
1353
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -1204,7 +1360,6 @@
|
|
|
1204
1360
|
"github": "vaso2"
|
|
1205
1361
|
}
|
|
1206
1362
|
],
|
|
1207
|
-
"contributors": [],
|
|
1208
1363
|
"compatibility": {
|
|
1209
1364
|
"nuxt": "^2.0.0",
|
|
1210
1365
|
"requires": {}
|
|
@@ -1214,7 +1369,7 @@
|
|
|
1214
1369
|
"name": "github-api",
|
|
1215
1370
|
"description": "Nuxt module for GitHub v4 API",
|
|
1216
1371
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1217
|
-
"npm": "",
|
|
1372
|
+
"npm": "nuxt-github-api",
|
|
1218
1373
|
"icon": "github.svg",
|
|
1219
1374
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1220
1375
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -1227,7 +1382,6 @@
|
|
|
1227
1382
|
"github": "lindsaykwardell"
|
|
1228
1383
|
}
|
|
1229
1384
|
],
|
|
1230
|
-
"contributors": [],
|
|
1231
1385
|
"compatibility": {
|
|
1232
1386
|
"nuxt": "^2.0.0",
|
|
1233
1387
|
"requires": {}
|
|
@@ -1237,7 +1391,7 @@
|
|
|
1237
1391
|
"name": "google-adsense",
|
|
1238
1392
|
"description": "Google Adsense Module for Nuxt.js",
|
|
1239
1393
|
"repo": "nuxt-community/google-adsense-module",
|
|
1240
|
-
"npm": "",
|
|
1394
|
+
"npm": "@nuxtjs/google-adsense",
|
|
1241
1395
|
"icon": "google-adsense.png",
|
|
1242
1396
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
1243
1397
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -1245,14 +1399,17 @@
|
|
|
1245
1399
|
"category": "Analytics",
|
|
1246
1400
|
"type": "community",
|
|
1247
1401
|
"maintainers": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "Alexander Lichter",
|
|
1404
|
+
"github": "manniL"
|
|
1405
|
+
},
|
|
1248
1406
|
{
|
|
1249
1407
|
"name": "Troy Morehouse",
|
|
1250
1408
|
"github": "tmorehouse"
|
|
1251
1409
|
}
|
|
1252
1410
|
],
|
|
1253
|
-
"contributors": [],
|
|
1254
1411
|
"compatibility": {
|
|
1255
|
-
"nuxt": "^2.0.0",
|
|
1412
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1256
1413
|
"requires": {}
|
|
1257
1414
|
}
|
|
1258
1415
|
},
|
|
@@ -1260,7 +1417,7 @@
|
|
|
1260
1417
|
"name": "google-analytics",
|
|
1261
1418
|
"description": "Google analytics Module for Nuxt.js",
|
|
1262
1419
|
"repo": "nuxt-community/analytics-module",
|
|
1263
|
-
"npm": "",
|
|
1420
|
+
"npm": "@nuxtjs/google-analytics",
|
|
1264
1421
|
"icon": "google-analytics.png",
|
|
1265
1422
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
1266
1423
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -1283,7 +1440,6 @@
|
|
|
1283
1440
|
"twitter": "matteo_gabriele"
|
|
1284
1441
|
}
|
|
1285
1442
|
],
|
|
1286
|
-
"contributors": [],
|
|
1287
1443
|
"compatibility": {
|
|
1288
1444
|
"nuxt": "^2.0.0",
|
|
1289
1445
|
"requires": {}
|
|
@@ -1293,7 +1449,7 @@
|
|
|
1293
1449
|
"name": "google-fonts",
|
|
1294
1450
|
"description": "Google Fonts module for NuxtJS",
|
|
1295
1451
|
"repo": "nuxt-community/google-fonts-module",
|
|
1296
|
-
"npm": "",
|
|
1452
|
+
"npm": "@nuxtjs/google-fonts",
|
|
1297
1453
|
"icon": "google-fonts.png",
|
|
1298
1454
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1299
1455
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1306,17 +1462,18 @@
|
|
|
1306
1462
|
"github": "ricardogobbosouza"
|
|
1307
1463
|
}
|
|
1308
1464
|
],
|
|
1309
|
-
"contributors": [],
|
|
1310
1465
|
"compatibility": {
|
|
1311
|
-
"nuxt": "^2.0.0",
|
|
1312
|
-
"requires": {
|
|
1466
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1467
|
+
"requires": {
|
|
1468
|
+
"bridge": "optional"
|
|
1469
|
+
}
|
|
1313
1470
|
}
|
|
1314
1471
|
},
|
|
1315
1472
|
{
|
|
1316
1473
|
"name": "google-gtag",
|
|
1317
1474
|
"description": "Google GTag for Nuxt.js",
|
|
1318
1475
|
"repo": "nuxt-community/google-gtag",
|
|
1319
|
-
"npm": "",
|
|
1476
|
+
"npm": "@nuxtjs/google-gtag",
|
|
1320
1477
|
"icon": "gtm.png",
|
|
1321
1478
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1322
1479
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1333,7 +1490,6 @@
|
|
|
1333
1490
|
"github": "ricardogobbosouza"
|
|
1334
1491
|
}
|
|
1335
1492
|
],
|
|
1336
|
-
"contributors": [],
|
|
1337
1493
|
"compatibility": {
|
|
1338
1494
|
"nuxt": "^2.0.0",
|
|
1339
1495
|
"requires": {}
|
|
@@ -1343,7 +1499,7 @@
|
|
|
1343
1499
|
"name": "google-optimize",
|
|
1344
1500
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1345
1501
|
"repo": "nuxt-community/google-optimize-module",
|
|
1346
|
-
"npm": "",
|
|
1502
|
+
"npm": "nuxt-google-optimize",
|
|
1347
1503
|
"icon": "google-optimize.png",
|
|
1348
1504
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1349
1505
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1367,17 +1523,38 @@
|
|
|
1367
1523
|
"twitter": "JoshDeltener"
|
|
1368
1524
|
}
|
|
1369
1525
|
],
|
|
1370
|
-
"contributors": [],
|
|
1371
1526
|
"compatibility": {
|
|
1372
1527
|
"nuxt": "^2.0.0",
|
|
1373
1528
|
"requires": {}
|
|
1374
1529
|
}
|
|
1375
1530
|
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "graphql-client",
|
|
1533
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1534
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1535
|
+
"npm": "nuxt-graphql-client",
|
|
1536
|
+
"icon": "graphql-client.svg",
|
|
1537
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1538
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1539
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1540
|
+
"category": "Request",
|
|
1541
|
+
"type": "3rd-party",
|
|
1542
|
+
"maintainers": [
|
|
1543
|
+
{
|
|
1544
|
+
"name": "Diizzayy",
|
|
1545
|
+
"github": "diizzayy"
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"compatibility": {
|
|
1549
|
+
"nuxt": "^3.0.0",
|
|
1550
|
+
"requires": {}
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1376
1553
|
{
|
|
1377
1554
|
"name": "graphql-request",
|
|
1378
1555
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1379
1556
|
"repo": "gomah/nuxt-graphql-request",
|
|
1380
|
-
"npm": "",
|
|
1557
|
+
"npm": "nuxt-graphql-request",
|
|
1381
1558
|
"icon": "graphql-request.png",
|
|
1382
1559
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1383
1560
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1390,7 +1567,6 @@
|
|
|
1390
1567
|
"github": "gomah"
|
|
1391
1568
|
}
|
|
1392
1569
|
],
|
|
1393
|
-
"contributors": [],
|
|
1394
1570
|
"compatibility": {
|
|
1395
1571
|
"nuxt": "^2.0.0",
|
|
1396
1572
|
"requires": {}
|
|
@@ -1400,7 +1576,7 @@
|
|
|
1400
1576
|
"name": "gtm",
|
|
1401
1577
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1402
1578
|
"repo": "nuxt-community/gtm-module",
|
|
1403
|
-
"npm": "",
|
|
1579
|
+
"npm": "@nuxtjs/gtm",
|
|
1404
1580
|
"icon": "gtm.png",
|
|
1405
1581
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1406
1582
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1414,7 +1590,6 @@
|
|
|
1414
1590
|
"twitter": "_pi0_"
|
|
1415
1591
|
}
|
|
1416
1592
|
],
|
|
1417
|
-
"contributors": [],
|
|
1418
1593
|
"compatibility": {
|
|
1419
1594
|
"nuxt": "^2.0.0",
|
|
1420
1595
|
"requires": {}
|
|
@@ -1424,7 +1599,7 @@
|
|
|
1424
1599
|
"name": "guess",
|
|
1425
1600
|
"description": "Guess.js module for Nuxt.js",
|
|
1426
1601
|
"repo": "nuxt-community/guess-module",
|
|
1427
|
-
"npm": "",
|
|
1602
|
+
"npm": "@nuxtjs/guess-module",
|
|
1428
1603
|
"icon": "guessjs.png",
|
|
1429
1604
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1430
1605
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1437,17 +1612,61 @@
|
|
|
1437
1612
|
"github": "clarkdo"
|
|
1438
1613
|
}
|
|
1439
1614
|
],
|
|
1440
|
-
"contributors": [],
|
|
1441
1615
|
"compatibility": {
|
|
1442
1616
|
"nuxt": "^2.0.0",
|
|
1443
1617
|
"requires": {}
|
|
1444
1618
|
}
|
|
1445
1619
|
},
|
|
1620
|
+
{
|
|
1621
|
+
"name": "harlem",
|
|
1622
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1623
|
+
"repo": "nuxt-modules/harlem",
|
|
1624
|
+
"npm": "@nuxtjs/harlem",
|
|
1625
|
+
"icon": "harlem.svg",
|
|
1626
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1627
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1628
|
+
"learn_more": "https://harlemjs.com/",
|
|
1629
|
+
"category": "Extensions",
|
|
1630
|
+
"type": "community",
|
|
1631
|
+
"maintainers": [
|
|
1632
|
+
{
|
|
1633
|
+
"name": "Daniel Roe",
|
|
1634
|
+
"github": "danielroe",
|
|
1635
|
+
"twitter": "danielcroe"
|
|
1636
|
+
}
|
|
1637
|
+
],
|
|
1638
|
+
"compatibility": {
|
|
1639
|
+
"nuxt": "^3.0.0",
|
|
1640
|
+
"requires": {}
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "headlessui",
|
|
1645
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1646
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1647
|
+
"npm": "nuxt-headlessui",
|
|
1648
|
+
"icon": "headlessui.png",
|
|
1649
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1650
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1651
|
+
"learn_more": "https://headlessui.com",
|
|
1652
|
+
"category": "UI",
|
|
1653
|
+
"type": "3rd-party",
|
|
1654
|
+
"maintainers": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "Pascal Sthamer",
|
|
1657
|
+
"github": "P4sca1"
|
|
1658
|
+
}
|
|
1659
|
+
],
|
|
1660
|
+
"compatibility": {
|
|
1661
|
+
"nuxt": "^3.0.0",
|
|
1662
|
+
"requires": {}
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1446
1665
|
{
|
|
1447
1666
|
"name": "headway",
|
|
1448
1667
|
"description": "Headway changelog widget for Nuxt",
|
|
1449
1668
|
"repo": "l-portet/nuxt-headway",
|
|
1450
|
-
"npm": "",
|
|
1669
|
+
"npm": "nuxt-headway",
|
|
1451
1670
|
"icon": "headway.png",
|
|
1452
1671
|
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1453
1672
|
"website": "https://nuxt-headway.netlify.app/",
|
|
@@ -1461,7 +1680,6 @@
|
|
|
1461
1680
|
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1462
1681
|
}
|
|
1463
1682
|
],
|
|
1464
|
-
"contributors": [],
|
|
1465
1683
|
"compatibility": {
|
|
1466
1684
|
"nuxt": "^2.0.0",
|
|
1467
1685
|
"requires": {}
|
|
@@ -1471,7 +1689,7 @@
|
|
|
1471
1689
|
"name": "helmet",
|
|
1472
1690
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1473
1691
|
"repo": "victor-perez/nuxt-helmet",
|
|
1474
|
-
"npm": "",
|
|
1692
|
+
"npm": "nuxt-helmet",
|
|
1475
1693
|
"icon": "",
|
|
1476
1694
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1477
1695
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1484,7 +1702,6 @@
|
|
|
1484
1702
|
"github": "victor-perez"
|
|
1485
1703
|
}
|
|
1486
1704
|
],
|
|
1487
|
-
"contributors": [],
|
|
1488
1705
|
"compatibility": {
|
|
1489
1706
|
"nuxt": "^2.0.0",
|
|
1490
1707
|
"requires": {}
|
|
@@ -1494,7 +1711,7 @@
|
|
|
1494
1711
|
"name": "highcharts",
|
|
1495
1712
|
"description": "Highcharts for Nuxt",
|
|
1496
1713
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1497
|
-
"npm": "",
|
|
1714
|
+
"npm": "nuxt-highcharts",
|
|
1498
1715
|
"icon": "",
|
|
1499
1716
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1500
1717
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1507,7 +1724,6 @@
|
|
|
1507
1724
|
"github": "richardeschloss"
|
|
1508
1725
|
}
|
|
1509
1726
|
],
|
|
1510
|
-
"contributors": [],
|
|
1511
1727
|
"compatibility": {
|
|
1512
1728
|
"nuxt": "^2.0.0",
|
|
1513
1729
|
"requires": {}
|
|
@@ -1517,7 +1733,7 @@
|
|
|
1517
1733
|
"name": "history-state",
|
|
1518
1734
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1519
1735
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1520
|
-
"npm": "",
|
|
1736
|
+
"npm": "nuxt-history-state",
|
|
1521
1737
|
"icon": "",
|
|
1522
1738
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1523
1739
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1530,7 +1746,6 @@
|
|
|
1530
1746
|
"github": "hidekatsu-izuno"
|
|
1531
1747
|
}
|
|
1532
1748
|
],
|
|
1533
|
-
"contributors": [],
|
|
1534
1749
|
"compatibility": {
|
|
1535
1750
|
"nuxt": "^2.0.0",
|
|
1536
1751
|
"requires": {}
|
|
@@ -1540,7 +1755,7 @@
|
|
|
1540
1755
|
"name": "html-minifier",
|
|
1541
1756
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1542
1757
|
"repo": "nuxt-community/html-minifier-module",
|
|
1543
|
-
"npm": "",
|
|
1758
|
+
"npm": "@nuxtjs/html-minifier",
|
|
1544
1759
|
"icon": "",
|
|
1545
1760
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1546
1761
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1553,7 +1768,6 @@
|
|
|
1553
1768
|
"github": "clarkdo"
|
|
1554
1769
|
}
|
|
1555
1770
|
],
|
|
1556
|
-
"contributors": [],
|
|
1557
1771
|
"compatibility": {
|
|
1558
1772
|
"nuxt": "^2.0.0",
|
|
1559
1773
|
"requires": {}
|
|
@@ -1562,10 +1776,10 @@
|
|
|
1562
1776
|
{
|
|
1563
1777
|
"name": "html-validator",
|
|
1564
1778
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1565
|
-
"repo": "nuxt-
|
|
1566
|
-
"npm": "",
|
|
1779
|
+
"repo": "nuxt-modules/html-validator",
|
|
1780
|
+
"npm": "@nuxtjs/html-validator",
|
|
1567
1781
|
"icon": "html-validator.png",
|
|
1568
|
-
"github": "https://github.com/nuxt-
|
|
1782
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1569
1783
|
"website": "https://html-validator.nuxtjs.org",
|
|
1570
1784
|
"learn_more": "https://html-validate.org",
|
|
1571
1785
|
"category": "Performance",
|
|
@@ -1577,17 +1791,18 @@
|
|
|
1577
1791
|
"twitter": "danielcroe"
|
|
1578
1792
|
}
|
|
1579
1793
|
],
|
|
1580
|
-
"contributors": [],
|
|
1581
1794
|
"compatibility": {
|
|
1582
|
-
"nuxt": "^2.0.0",
|
|
1583
|
-
"requires": {
|
|
1795
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1796
|
+
"requires": {
|
|
1797
|
+
"bridge": "optional"
|
|
1798
|
+
}
|
|
1584
1799
|
}
|
|
1585
1800
|
},
|
|
1586
1801
|
{
|
|
1587
1802
|
"name": "http",
|
|
1588
1803
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1589
1804
|
"repo": "nuxt/http",
|
|
1590
|
-
"npm": "",
|
|
1805
|
+
"npm": "@nuxt/http",
|
|
1591
1806
|
"icon": "http.png",
|
|
1592
1807
|
"github": "https://github.com/nuxt/http",
|
|
1593
1808
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1606,7 +1821,6 @@
|
|
|
1606
1821
|
"twitter": "Atinux"
|
|
1607
1822
|
}
|
|
1608
1823
|
],
|
|
1609
|
-
"contributors": [],
|
|
1610
1824
|
"compatibility": {
|
|
1611
1825
|
"nuxt": "^2.0.0",
|
|
1612
1826
|
"requires": {}
|
|
@@ -1616,7 +1830,7 @@
|
|
|
1616
1830
|
"name": "humans-txt",
|
|
1617
1831
|
"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.",
|
|
1618
1832
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1619
|
-
"npm": "",
|
|
1833
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1620
1834
|
"icon": "",
|
|
1621
1835
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1622
1836
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
@@ -1630,7 +1844,6 @@
|
|
|
1630
1844
|
"twitter": "luxdamore"
|
|
1631
1845
|
}
|
|
1632
1846
|
],
|
|
1633
|
-
"contributors": [],
|
|
1634
1847
|
"compatibility": {
|
|
1635
1848
|
"nuxt": "^2.0.0",
|
|
1636
1849
|
"requires": {}
|
|
@@ -1640,7 +1853,7 @@
|
|
|
1640
1853
|
"name": "i18n",
|
|
1641
1854
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1642
1855
|
"repo": "nuxt-community/i18n-module",
|
|
1643
|
-
"npm": "",
|
|
1856
|
+
"npm": "@nuxtjs/i18n",
|
|
1644
1857
|
"icon": "i18n.png",
|
|
1645
1858
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1646
1859
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1657,9 +1870,52 @@
|
|
|
1657
1870
|
"github": "kazupon"
|
|
1658
1871
|
}
|
|
1659
1872
|
],
|
|
1660
|
-
"contributors": [],
|
|
1661
1873
|
"compatibility": {
|
|
1662
|
-
"nuxt": "^2.0.0",
|
|
1874
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1875
|
+
"requires": {}
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"name": "icon",
|
|
1880
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
1881
|
+
"repo": "nuxt-modules/icon",
|
|
1882
|
+
"npm": "nuxt-icon",
|
|
1883
|
+
"icon": "nuxt-icon.png",
|
|
1884
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1885
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1886
|
+
"learn_more": "",
|
|
1887
|
+
"category": "UI",
|
|
1888
|
+
"type": "community",
|
|
1889
|
+
"maintainers": [
|
|
1890
|
+
{
|
|
1891
|
+
"name": "Atinux",
|
|
1892
|
+
"github": "Atinux"
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"compatibility": {
|
|
1896
|
+
"nuxt": "^3.0.0",
|
|
1897
|
+
"requires": {}
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "icons",
|
|
1902
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1903
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1904
|
+
"npm": "nuxt-icons",
|
|
1905
|
+
"icon": "icons.png",
|
|
1906
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1907
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1908
|
+
"learn_more": "",
|
|
1909
|
+
"category": "UI",
|
|
1910
|
+
"type": "3rd-party",
|
|
1911
|
+
"maintainers": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "Sebastian Wludzik",
|
|
1914
|
+
"github": "gitfoxcode"
|
|
1915
|
+
}
|
|
1916
|
+
],
|
|
1917
|
+
"compatibility": {
|
|
1918
|
+
"nuxt": "^3.0.0",
|
|
1663
1919
|
"requires": {}
|
|
1664
1920
|
}
|
|
1665
1921
|
},
|
|
@@ -1667,7 +1923,7 @@
|
|
|
1667
1923
|
"name": "image-loader",
|
|
1668
1924
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1669
1925
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1670
|
-
"npm": "",
|
|
1926
|
+
"npm": "@pivale/nuxt-image-loader-module",
|
|
1671
1927
|
"icon": "",
|
|
1672
1928
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1673
1929
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1680,7 +1936,6 @@
|
|
|
1680
1936
|
"github": "Barry-Fisher"
|
|
1681
1937
|
}
|
|
1682
1938
|
],
|
|
1683
|
-
"contributors": [],
|
|
1684
1939
|
"compatibility": {
|
|
1685
1940
|
"nuxt": "^2.0.0",
|
|
1686
1941
|
"requires": {}
|
|
@@ -1690,7 +1945,7 @@
|
|
|
1690
1945
|
"name": "image",
|
|
1691
1946
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1692
1947
|
"repo": "nuxt/image",
|
|
1693
|
-
"npm": "",
|
|
1948
|
+
"npm": "@nuxt/image",
|
|
1694
1949
|
"icon": "image.png",
|
|
1695
1950
|
"github": "https://github.com/nuxt/image",
|
|
1696
1951
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1714,9 +1969,8 @@
|
|
|
1714
1969
|
"twitter": "Atinux"
|
|
1715
1970
|
}
|
|
1716
1971
|
],
|
|
1717
|
-
"contributors": [],
|
|
1718
1972
|
"compatibility": {
|
|
1719
|
-
"nuxt": "^2.0.0",
|
|
1973
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1720
1974
|
"requires": {
|
|
1721
1975
|
"bridge": "optional"
|
|
1722
1976
|
}
|
|
@@ -1726,7 +1980,7 @@
|
|
|
1726
1980
|
"name": "imagemin",
|
|
1727
1981
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1728
1982
|
"repo": "nuxt-community/imagemin-module",
|
|
1729
|
-
"npm": "",
|
|
1983
|
+
"npm": "@nuxtjs/imagemin",
|
|
1730
1984
|
"icon": "imagemin.png",
|
|
1731
1985
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1732
1986
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1739,7 +1993,6 @@
|
|
|
1739
1993
|
"github": "ricardogobbosouza"
|
|
1740
1994
|
}
|
|
1741
1995
|
],
|
|
1742
|
-
"contributors": [],
|
|
1743
1996
|
"compatibility": {
|
|
1744
1997
|
"nuxt": "^2.0.0",
|
|
1745
1998
|
"requires": {}
|
|
@@ -1749,8 +2002,8 @@
|
|
|
1749
2002
|
"name": "inkline",
|
|
1750
2003
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1751
2004
|
"repo": "inkline/nuxt-module-inkline",
|
|
1752
|
-
"npm": "",
|
|
1753
|
-
"icon": "inkline.
|
|
2005
|
+
"npm": "@inkline/nuxt",
|
|
2006
|
+
"icon": "inkline.svg",
|
|
1754
2007
|
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1755
2008
|
"website": "https://inkline.io",
|
|
1756
2009
|
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
@@ -1763,7 +2016,6 @@
|
|
|
1763
2016
|
"twitter": "alexgrozav"
|
|
1764
2017
|
}
|
|
1765
2018
|
],
|
|
1766
|
-
"contributors": [],
|
|
1767
2019
|
"compatibility": {
|
|
1768
2020
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1769
2021
|
"requires": {
|
|
@@ -1775,7 +2027,7 @@
|
|
|
1775
2027
|
"name": "intercom",
|
|
1776
2028
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1777
2029
|
"repo": "hex-digital/nuxt-intercom",
|
|
1778
|
-
"npm": "",
|
|
2030
|
+
"npm": "@hexdigital/nuxt-intercom",
|
|
1779
2031
|
"icon": "intercom.png",
|
|
1780
2032
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1781
2033
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1788,17 +2040,39 @@
|
|
|
1788
2040
|
"github": "hex-digital"
|
|
1789
2041
|
}
|
|
1790
2042
|
],
|
|
1791
|
-
"contributors": [],
|
|
1792
2043
|
"compatibility": {
|
|
1793
2044
|
"nuxt": "^2.0.0",
|
|
1794
2045
|
"requires": {}
|
|
1795
2046
|
}
|
|
1796
2047
|
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "ionic",
|
|
2050
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
2051
|
+
"repo": "nuxt-modules/ionic",
|
|
2052
|
+
"npm": "@nuxtjs/ionic",
|
|
2053
|
+
"icon": "ionic.svg",
|
|
2054
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2055
|
+
"website": "https://ionic.nuxtjs.org",
|
|
2056
|
+
"learn_more": "https://ionicframework.com",
|
|
2057
|
+
"category": "Libraries",
|
|
2058
|
+
"type": "community",
|
|
2059
|
+
"maintainers": [
|
|
2060
|
+
{
|
|
2061
|
+
"name": "Daniel Roe",
|
|
2062
|
+
"github": "danielroe",
|
|
2063
|
+
"twitter": "danielcroe"
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
2066
|
+
"compatibility": {
|
|
2067
|
+
"nuxt": "^3.0.0",
|
|
2068
|
+
"requires": {}
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
1797
2071
|
{
|
|
1798
2072
|
"name": "jsonapi",
|
|
1799
2073
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1800
2074
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1801
|
-
"npm": "",
|
|
2075
|
+
"npm": "nuxt-jsonapi",
|
|
1802
2076
|
"icon": "jsonapi.svg",
|
|
1803
2077
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1804
2078
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1807,13 +2081,12 @@
|
|
|
1807
2081
|
"type": "3rd-party",
|
|
1808
2082
|
"maintainers": [
|
|
1809
2083
|
{
|
|
1810
|
-
"name": "
|
|
2084
|
+
"name": "Patrick Cate",
|
|
1811
2085
|
"github": "patrickcate"
|
|
1812
2086
|
}
|
|
1813
2087
|
],
|
|
1814
|
-
"contributors": [],
|
|
1815
2088
|
"compatibility": {
|
|
1816
|
-
"nuxt": "^2.0.0",
|
|
2089
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1817
2090
|
"requires": {}
|
|
1818
2091
|
}
|
|
1819
2092
|
},
|
|
@@ -1821,7 +2094,7 @@
|
|
|
1821
2094
|
"name": "kentico-kontent",
|
|
1822
2095
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1823
2096
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1824
|
-
"npm": "",
|
|
2097
|
+
"npm": "kentico-kontent-nuxt-module",
|
|
1825
2098
|
"icon": "",
|
|
1826
2099
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1827
2100
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1834,30 +2107,52 @@
|
|
|
1834
2107
|
"github": "Domitnator"
|
|
1835
2108
|
}
|
|
1836
2109
|
],
|
|
1837
|
-
"contributors": [],
|
|
1838
2110
|
"compatibility": {
|
|
1839
2111
|
"nuxt": "^2.0.0",
|
|
1840
2112
|
"requires": {}
|
|
1841
2113
|
}
|
|
1842
2114
|
},
|
|
1843
2115
|
{
|
|
1844
|
-
"name": "
|
|
1845
|
-
"description": "
|
|
1846
|
-
"repo": "nuxt-
|
|
1847
|
-
"npm": "",
|
|
1848
|
-
"icon": "
|
|
1849
|
-
"github": "https://github.com/nuxt-
|
|
1850
|
-
"website": "https://
|
|
1851
|
-
"learn_more": "
|
|
2116
|
+
"name": "kql",
|
|
2117
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2118
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2119
|
+
"npm": "nuxt-kql",
|
|
2120
|
+
"icon": "kql.svg",
|
|
2121
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2122
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2123
|
+
"learn_more": "",
|
|
1852
2124
|
"category": "CMS",
|
|
1853
|
-
"type": "
|
|
2125
|
+
"type": "3rd-party",
|
|
1854
2126
|
"maintainers": [
|
|
1855
2127
|
{
|
|
1856
|
-
"name": "
|
|
1857
|
-
"github": "
|
|
2128
|
+
"name": "Johann Schopplich",
|
|
2129
|
+
"github": "johannschopplich",
|
|
2130
|
+
"twitter": "jschopplich",
|
|
2131
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
"compatibility": {
|
|
2135
|
+
"nuxt": "^3.0.0",
|
|
2136
|
+
"requires": {}
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"name": "laravel-echo",
|
|
2141
|
+
"description": "Laravel Echo for Nuxt.js",
|
|
2142
|
+
"repo": "nuxt-community/laravel-echo",
|
|
2143
|
+
"npm": "@nuxtjs/laravel-echo",
|
|
2144
|
+
"icon": "laravel-echo.png",
|
|
2145
|
+
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
2146
|
+
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
2147
|
+
"learn_more": "https://laravel.com/docs/8.x/broadcasting#installing-laravel-echo",
|
|
2148
|
+
"category": "CMS",
|
|
2149
|
+
"type": "community",
|
|
2150
|
+
"maintainers": [
|
|
2151
|
+
{
|
|
2152
|
+
"name": "Ricardo Gobbo de Souza",
|
|
2153
|
+
"github": "ricardogobbosouza"
|
|
1858
2154
|
}
|
|
1859
2155
|
],
|
|
1860
|
-
"contributors": [],
|
|
1861
2156
|
"compatibility": {
|
|
1862
2157
|
"nuxt": "^2.0.0",
|
|
1863
2158
|
"requires": {}
|
|
@@ -1867,7 +2162,7 @@
|
|
|
1867
2162
|
"name": "laravel-nuxt",
|
|
1868
2163
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1869
2164
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1870
|
-
"npm": "",
|
|
2165
|
+
"npm": "laravel-nuxt",
|
|
1871
2166
|
"icon": "",
|
|
1872
2167
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1873
2168
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1880,7 +2175,6 @@
|
|
|
1880
2175
|
"github": "skyrpex"
|
|
1881
2176
|
}
|
|
1882
2177
|
],
|
|
1883
|
-
"contributors": [],
|
|
1884
2178
|
"compatibility": {
|
|
1885
2179
|
"nuxt": "^2.0.0",
|
|
1886
2180
|
"requires": {}
|
|
@@ -1890,7 +2184,7 @@
|
|
|
1890
2184
|
"name": "laravel",
|
|
1891
2185
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1892
2186
|
"repo": "m2sd/nuxt-laravel",
|
|
1893
|
-
"npm": "",
|
|
2187
|
+
"npm": "nuxt-laravel",
|
|
1894
2188
|
"icon": "laravel.png",
|
|
1895
2189
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1896
2190
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1903,7 +2197,6 @@
|
|
|
1903
2197
|
"github": "m2sd"
|
|
1904
2198
|
}
|
|
1905
2199
|
],
|
|
1906
|
-
"contributors": [],
|
|
1907
2200
|
"compatibility": {
|
|
1908
2201
|
"nuxt": "^2.0.0",
|
|
1909
2202
|
"requires": {}
|
|
@@ -1913,7 +2206,7 @@
|
|
|
1913
2206
|
"name": "leaflet",
|
|
1914
2207
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1915
2208
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1916
|
-
"npm": "",
|
|
2209
|
+
"npm": "nuxt-leaflet",
|
|
1917
2210
|
"icon": "leaflet.png",
|
|
1918
2211
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1919
2212
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1926,7 +2219,6 @@
|
|
|
1926
2219
|
"github": "schlunsen"
|
|
1927
2220
|
}
|
|
1928
2221
|
],
|
|
1929
|
-
"contributors": [],
|
|
1930
2222
|
"compatibility": {
|
|
1931
2223
|
"nuxt": "^2.0.0",
|
|
1932
2224
|
"requires": {}
|
|
@@ -1936,7 +2228,7 @@
|
|
|
1936
2228
|
"name": "localforage",
|
|
1937
2229
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1938
2230
|
"repo": "nuxt-community/localforage-module",
|
|
1939
|
-
"npm": "",
|
|
2231
|
+
"npm": "@nuxtjs/localforage",
|
|
1940
2232
|
"icon": "",
|
|
1941
2233
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1942
2234
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -1954,7 +2246,6 @@
|
|
|
1954
2246
|
"github": "ricardogobbosouza"
|
|
1955
2247
|
}
|
|
1956
2248
|
],
|
|
1957
|
-
"contributors": [],
|
|
1958
2249
|
"compatibility": {
|
|
1959
2250
|
"nuxt": "^2.0.0",
|
|
1960
2251
|
"requires": {}
|
|
@@ -1964,7 +2255,7 @@
|
|
|
1964
2255
|
"name": "localtunnel",
|
|
1965
2256
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
1966
2257
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
1967
|
-
"npm": "",
|
|
2258
|
+
"npm": "@nuxtjs/localtunnel",
|
|
1968
2259
|
"icon": "localtunnel.png",
|
|
1969
2260
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
1970
2261
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -1978,7 +2269,6 @@
|
|
|
1978
2269
|
"twitter": "_pi0_"
|
|
1979
2270
|
}
|
|
1980
2271
|
],
|
|
1981
|
-
"contributors": [],
|
|
1982
2272
|
"compatibility": {
|
|
1983
2273
|
"nuxt": "^2.0.0",
|
|
1984
2274
|
"requires": {}
|
|
@@ -1988,7 +2278,7 @@
|
|
|
1988
2278
|
"name": "lodash",
|
|
1989
2279
|
"description": "lodash module with auto-import and custom prefix",
|
|
1990
2280
|
"repo": "cipami/nuxt-lodash",
|
|
1991
|
-
"npm": "",
|
|
2281
|
+
"npm": "nuxt-lodash",
|
|
1992
2282
|
"icon": "lodash.svg",
|
|
1993
2283
|
"github": "https://github.com/cipami/nuxt-lodash",
|
|
1994
2284
|
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
@@ -2001,7 +2291,6 @@
|
|
|
2001
2291
|
"github": "cipami"
|
|
2002
2292
|
}
|
|
2003
2293
|
],
|
|
2004
|
-
"contributors": [],
|
|
2005
2294
|
"compatibility": {
|
|
2006
2295
|
"nuxt": "^3.0.0",
|
|
2007
2296
|
"requires": {}
|
|
@@ -2011,7 +2300,7 @@
|
|
|
2011
2300
|
"name": "logrocket",
|
|
2012
2301
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
2013
2302
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
2014
|
-
"npm": "",
|
|
2303
|
+
"npm": "nuxt-logrocket",
|
|
2015
2304
|
"icon": "logrocket.png",
|
|
2016
2305
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
2017
2306
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -2025,7 +2314,6 @@
|
|
|
2025
2314
|
"twitter": "farzadso"
|
|
2026
2315
|
}
|
|
2027
2316
|
],
|
|
2028
|
-
"contributors": [],
|
|
2029
2317
|
"compatibility": {
|
|
2030
2318
|
"nuxt": "^2.0.0",
|
|
2031
2319
|
"requires": {}
|
|
@@ -2035,7 +2323,7 @@
|
|
|
2035
2323
|
"name": "lunr",
|
|
2036
2324
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
2037
2325
|
"repo": "nuxt-community/lunr-module",
|
|
2038
|
-
"npm": "",
|
|
2326
|
+
"npm": "@nuxtjs/lunr-module",
|
|
2039
2327
|
"icon": "",
|
|
2040
2328
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
2041
2329
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -2048,17 +2336,39 @@
|
|
|
2048
2336
|
"github": "pimlie"
|
|
2049
2337
|
}
|
|
2050
2338
|
],
|
|
2051
|
-
"contributors": [],
|
|
2052
2339
|
"compatibility": {
|
|
2053
2340
|
"nuxt": "^2.0.0",
|
|
2054
2341
|
"requires": {}
|
|
2055
2342
|
}
|
|
2056
2343
|
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "magic-regexp",
|
|
2346
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2347
|
+
"repo": "danielroe/magic-regexp",
|
|
2348
|
+
"npm": "magic-regexp",
|
|
2349
|
+
"icon": "magic-regexp.svg",
|
|
2350
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2351
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2352
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2353
|
+
"category": "Libraries",
|
|
2354
|
+
"type": "3rd-party",
|
|
2355
|
+
"maintainers": [
|
|
2356
|
+
{
|
|
2357
|
+
"name": "Daniel Roe",
|
|
2358
|
+
"github": "danielroe",
|
|
2359
|
+
"twitter": "danielcroe"
|
|
2360
|
+
}
|
|
2361
|
+
],
|
|
2362
|
+
"compatibility": {
|
|
2363
|
+
"nuxt": "^3.0.0",
|
|
2364
|
+
"requires": {}
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2057
2367
|
{
|
|
2058
2368
|
"name": "markdownit",
|
|
2059
2369
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
2060
2370
|
"repo": "nuxt-community/markdownit-module",
|
|
2061
|
-
"npm": "",
|
|
2371
|
+
"npm": "@nuxtjs/markdownit",
|
|
2062
2372
|
"icon": "",
|
|
2063
2373
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2064
2374
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -2072,7 +2382,6 @@
|
|
|
2072
2382
|
"twitter": "_pi0_"
|
|
2073
2383
|
}
|
|
2074
2384
|
],
|
|
2075
|
-
"contributors": [],
|
|
2076
2385
|
"compatibility": {
|
|
2077
2386
|
"nuxt": "^2.0.0",
|
|
2078
2387
|
"requires": {}
|
|
@@ -2082,7 +2391,7 @@
|
|
|
2082
2391
|
"name": "matomo",
|
|
2083
2392
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
2084
2393
|
"repo": "pimlie/nuxt-matomo",
|
|
2085
|
-
"npm": "",
|
|
2394
|
+
"npm": "nuxt-matomo",
|
|
2086
2395
|
"icon": "matomo.png",
|
|
2087
2396
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
2088
2397
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -2095,7 +2404,6 @@
|
|
|
2095
2404
|
"github": "pimlie"
|
|
2096
2405
|
}
|
|
2097
2406
|
],
|
|
2098
|
-
"contributors": [],
|
|
2099
2407
|
"compatibility": {
|
|
2100
2408
|
"nuxt": "^2.0.0",
|
|
2101
2409
|
"requires": {}
|
|
@@ -2105,7 +2413,7 @@
|
|
|
2105
2413
|
"name": "mdx",
|
|
2106
2414
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
2107
2415
|
"repo": "nuxt-community/mdx-module",
|
|
2108
|
-
"npm": "",
|
|
2416
|
+
"npm": "@nuxtjs/mdx",
|
|
2109
2417
|
"icon": "mdx.png",
|
|
2110
2418
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
2111
2419
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -2119,17 +2427,41 @@
|
|
|
2119
2427
|
"twitter": "codebender828"
|
|
2120
2428
|
}
|
|
2121
2429
|
],
|
|
2122
|
-
"contributors": [],
|
|
2123
2430
|
"compatibility": {
|
|
2124
2431
|
"nuxt": "^2.0.0",
|
|
2125
2432
|
"requires": {}
|
|
2126
2433
|
}
|
|
2127
2434
|
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "meilisearch",
|
|
2437
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2438
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2439
|
+
"npm": "nuxt-meilisearch",
|
|
2440
|
+
"icon": "meilisearch.svg",
|
|
2441
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2442
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2443
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2444
|
+
"category": "Libraries",
|
|
2445
|
+
"type": "3rd-party",
|
|
2446
|
+
"maintainers": [
|
|
2447
|
+
{
|
|
2448
|
+
"name": "Alex Duval",
|
|
2449
|
+
"github": "xlanex6",
|
|
2450
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2451
|
+
}
|
|
2452
|
+
],
|
|
2453
|
+
"compatibility": {
|
|
2454
|
+
"nuxt": "^3.0.0",
|
|
2455
|
+
"requires": {
|
|
2456
|
+
"bridge": false
|
|
2457
|
+
}
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
2128
2460
|
{
|
|
2129
2461
|
"name": "memwatch",
|
|
2130
2462
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
2131
2463
|
"repo": "pimlie/nuxt-memwatch",
|
|
2132
|
-
"npm": "",
|
|
2464
|
+
"npm": "nuxt-memwatch",
|
|
2133
2465
|
"icon": "",
|
|
2134
2466
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
2135
2467
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -2142,7 +2474,6 @@
|
|
|
2142
2474
|
"github": "pimlie"
|
|
2143
2475
|
}
|
|
2144
2476
|
],
|
|
2145
|
-
"contributors": [],
|
|
2146
2477
|
"compatibility": {
|
|
2147
2478
|
"nuxt": "^2.0.0",
|
|
2148
2479
|
"requires": {}
|
|
@@ -2152,7 +2483,7 @@
|
|
|
2152
2483
|
"name": "mobile",
|
|
2153
2484
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2154
2485
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2155
|
-
"npm": "",
|
|
2486
|
+
"npm": "nuxt-mobile",
|
|
2156
2487
|
"icon": "",
|
|
2157
2488
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2158
2489
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -2165,7 +2496,6 @@
|
|
|
2165
2496
|
"github": "ChanningDefoe"
|
|
2166
2497
|
}
|
|
2167
2498
|
],
|
|
2168
|
-
"contributors": [],
|
|
2169
2499
|
"compatibility": {
|
|
2170
2500
|
"nuxt": "^2.0.0",
|
|
2171
2501
|
"requires": {}
|
|
@@ -2175,7 +2505,7 @@
|
|
|
2175
2505
|
"name": "moment",
|
|
2176
2506
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2177
2507
|
"repo": "nuxt-community/moment-module",
|
|
2178
|
-
"npm": "",
|
|
2508
|
+
"npm": "@nuxtjs/moment",
|
|
2179
2509
|
"icon": "momentjs.png",
|
|
2180
2510
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2181
2511
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2193,7 +2523,6 @@
|
|
|
2193
2523
|
"github": "ricardogobbosouza"
|
|
2194
2524
|
}
|
|
2195
2525
|
],
|
|
2196
|
-
"contributors": [],
|
|
2197
2526
|
"compatibility": {
|
|
2198
2527
|
"nuxt": "^2.0.0",
|
|
2199
2528
|
"requires": {}
|
|
@@ -2203,7 +2532,7 @@
|
|
|
2203
2532
|
"name": "mq",
|
|
2204
2533
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2205
2534
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2206
|
-
"npm": "",
|
|
2535
|
+
"npm": "nuxt-mq",
|
|
2207
2536
|
"icon": "",
|
|
2208
2537
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2209
2538
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -2216,7 +2545,6 @@
|
|
|
2216
2545
|
"github": "vanhoofmaarten"
|
|
2217
2546
|
}
|
|
2218
2547
|
],
|
|
2219
|
-
"contributors": [],
|
|
2220
2548
|
"compatibility": {
|
|
2221
2549
|
"nuxt": "^2.0.0",
|
|
2222
2550
|
"requires": {}
|
|
@@ -2226,7 +2554,7 @@
|
|
|
2226
2554
|
"name": "neo",
|
|
2227
2555
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
2228
2556
|
"repo": "ezypeeze/nuxt-neo",
|
|
2229
|
-
"npm": "",
|
|
2557
|
+
"npm": "nuxt-neo",
|
|
2230
2558
|
"icon": "",
|
|
2231
2559
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
2232
2560
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -2239,7 +2567,6 @@
|
|
|
2239
2567
|
"github": "ezypeeze"
|
|
2240
2568
|
}
|
|
2241
2569
|
],
|
|
2242
|
-
"contributors": [],
|
|
2243
2570
|
"compatibility": {
|
|
2244
2571
|
"nuxt": "^2.0.0",
|
|
2245
2572
|
"requires": {}
|
|
@@ -2249,7 +2576,7 @@
|
|
|
2249
2576
|
"name": "netlify-cache",
|
|
2250
2577
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
2251
2578
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2252
|
-
"npm": "",
|
|
2579
|
+
"npm": "nuxt-netlify-cache",
|
|
2253
2580
|
"icon": "netlify.png",
|
|
2254
2581
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
2255
2582
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -2262,7 +2589,6 @@
|
|
|
2262
2589
|
"github": "DreaMinder"
|
|
2263
2590
|
}
|
|
2264
2591
|
],
|
|
2265
|
-
"contributors": [],
|
|
2266
2592
|
"compatibility": {
|
|
2267
2593
|
"nuxt": "^2.0.0",
|
|
2268
2594
|
"requires": {}
|
|
@@ -2272,7 +2598,7 @@
|
|
|
2272
2598
|
"name": "netlify-files",
|
|
2273
2599
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
2274
2600
|
"repo": "nuxt-community/netlify-files-module",
|
|
2275
|
-
"npm": "",
|
|
2601
|
+
"npm": "@nuxtjs/netlify-files",
|
|
2276
2602
|
"icon": "netlify.png",
|
|
2277
2603
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
2278
2604
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -2286,7 +2612,6 @@
|
|
|
2286
2612
|
"twitter": "TheAlexLichter"
|
|
2287
2613
|
}
|
|
2288
2614
|
],
|
|
2289
|
-
"contributors": [],
|
|
2290
2615
|
"compatibility": {
|
|
2291
2616
|
"nuxt": "^2.0.0",
|
|
2292
2617
|
"requires": {}
|
|
@@ -2296,7 +2621,7 @@
|
|
|
2296
2621
|
"name": "netlify",
|
|
2297
2622
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
2298
2623
|
"repo": "bazzite/nuxt-netlify",
|
|
2299
|
-
"npm": "",
|
|
2624
|
+
"npm": "@aceforth/nuxt-netlify",
|
|
2300
2625
|
"icon": "netlify.png",
|
|
2301
2626
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
2302
2627
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -2309,7 +2634,6 @@
|
|
|
2309
2634
|
"github": "bazzite"
|
|
2310
2635
|
}
|
|
2311
2636
|
],
|
|
2312
|
-
"contributors": [],
|
|
2313
2637
|
"compatibility": {
|
|
2314
2638
|
"nuxt": "^2.0.0",
|
|
2315
2639
|
"requires": {}
|
|
@@ -2319,7 +2643,7 @@
|
|
|
2319
2643
|
"name": "ngrok",
|
|
2320
2644
|
"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",
|
|
2321
2645
|
"repo": "nuxt-community/ngrok",
|
|
2322
|
-
"npm": "",
|
|
2646
|
+
"npm": "@nuxtjs/ngrok",
|
|
2323
2647
|
"icon": "ngrok.png",
|
|
2324
2648
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2325
2649
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -2338,7 +2662,6 @@
|
|
|
2338
2662
|
"twitter": "_pi0_"
|
|
2339
2663
|
}
|
|
2340
2664
|
],
|
|
2341
|
-
"contributors": [],
|
|
2342
2665
|
"compatibility": {
|
|
2343
2666
|
"nuxt": "^2.0.0",
|
|
2344
2667
|
"requires": {}
|
|
@@ -2348,7 +2671,7 @@
|
|
|
2348
2671
|
"name": "notion",
|
|
2349
2672
|
"description": "Vue renderer for Notion pages",
|
|
2350
2673
|
"repo": "janniks/vue-notion",
|
|
2351
|
-
"npm": "",
|
|
2674
|
+
"npm": "vue-notion",
|
|
2352
2675
|
"icon": "notion.svg",
|
|
2353
2676
|
"github": "https://github.com/janniks/vue-notion",
|
|
2354
2677
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -2361,7 +2684,50 @@
|
|
|
2361
2684
|
"github": "janniks"
|
|
2362
2685
|
}
|
|
2363
2686
|
],
|
|
2364
|
-
"
|
|
2687
|
+
"compatibility": {
|
|
2688
|
+
"nuxt": "^2.0.0",
|
|
2689
|
+
"requires": {}
|
|
2690
|
+
}
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "nuxt-auth",
|
|
2694
|
+
"description": "",
|
|
2695
|
+
"repo": "sidebase/nuxt-auth",
|
|
2696
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2697
|
+
"icon": "",
|
|
2698
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2699
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2700
|
+
"learn_more": "",
|
|
2701
|
+
"category": "Devtools",
|
|
2702
|
+
"type": "3rd-party",
|
|
2703
|
+
"maintainers": [
|
|
2704
|
+
{
|
|
2705
|
+
"name": "sidebase",
|
|
2706
|
+
"github": "sidebase"
|
|
2707
|
+
}
|
|
2708
|
+
],
|
|
2709
|
+
"compatibility": {
|
|
2710
|
+
"nuxt": "^2.0.0",
|
|
2711
|
+
"requires": {}
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "nuxt-graphql-playground",
|
|
2716
|
+
"description": "",
|
|
2717
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
2718
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2719
|
+
"icon": "",
|
|
2720
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2721
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2722
|
+
"learn_more": "",
|
|
2723
|
+
"category": "Devtools",
|
|
2724
|
+
"type": "3rd-party",
|
|
2725
|
+
"maintainers": [
|
|
2726
|
+
{
|
|
2727
|
+
"name": "pinpon-dev",
|
|
2728
|
+
"github": "pinpon-dev"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2365
2731
|
"compatibility": {
|
|
2366
2732
|
"nuxt": "^2.0.0",
|
|
2367
2733
|
"requires": {}
|
|
@@ -2371,7 +2737,7 @@
|
|
|
2371
2737
|
"name": "nuxt-hue",
|
|
2372
2738
|
"description": "Enlighten your Nuxt experience",
|
|
2373
2739
|
"repo": "lihbr/nuxt-hue",
|
|
2374
|
-
"npm": "",
|
|
2740
|
+
"npm": "nuxt-hue",
|
|
2375
2741
|
"icon": "nuxt-hue.svg",
|
|
2376
2742
|
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2377
2743
|
"website": "https://github.com/lihbr/nuxt-hue",
|
|
@@ -2384,7 +2750,6 @@
|
|
|
2384
2750
|
"github": "lihbr"
|
|
2385
2751
|
}
|
|
2386
2752
|
],
|
|
2387
|
-
"contributors": [],
|
|
2388
2753
|
"compatibility": {
|
|
2389
2754
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2390
2755
|
"requires": {
|
|
@@ -2392,11 +2757,33 @@
|
|
|
2392
2757
|
}
|
|
2393
2758
|
}
|
|
2394
2759
|
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "nuxt-monaco-editor",
|
|
2762
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2763
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2764
|
+
"npm": "nuxt-monaco-editor",
|
|
2765
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2766
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2767
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2768
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2769
|
+
"category": "Libraries",
|
|
2770
|
+
"type": "3rd-party",
|
|
2771
|
+
"maintainers": [
|
|
2772
|
+
{
|
|
2773
|
+
"name": "e-chan1007",
|
|
2774
|
+
"github": "e-chan1007"
|
|
2775
|
+
}
|
|
2776
|
+
],
|
|
2777
|
+
"compatibility": {
|
|
2778
|
+
"nuxt": "^3.0.0",
|
|
2779
|
+
"requires": {}
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2395
2782
|
{
|
|
2396
2783
|
"name": "nuxt-pino-log",
|
|
2397
2784
|
"description": "Structured logs for nuxt apps using pino",
|
|
2398
2785
|
"repo": "kpn/nuxt-pino-log",
|
|
2399
|
-
"npm": "",
|
|
2786
|
+
"npm": "nuxt-pino-log",
|
|
2400
2787
|
"icon": "",
|
|
2401
2788
|
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2402
2789
|
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
@@ -2409,17 +2796,38 @@
|
|
|
2409
2796
|
"github": "kpn"
|
|
2410
2797
|
}
|
|
2411
2798
|
],
|
|
2412
|
-
"contributors": [],
|
|
2413
2799
|
"compatibility": {
|
|
2414
2800
|
"nuxt": "^2.0.0",
|
|
2415
2801
|
"requires": {}
|
|
2416
2802
|
}
|
|
2417
2803
|
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "plausible",
|
|
2806
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
2807
|
+
"repo": "nuxt-modules/plausible",
|
|
2808
|
+
"npm": "@nuxtjs/plausible",
|
|
2809
|
+
"icon": "plausible.png",
|
|
2810
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
2811
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2812
|
+
"learn_more": "https://plausible.io/",
|
|
2813
|
+
"category": "Analytics",
|
|
2814
|
+
"type": "community",
|
|
2815
|
+
"maintainers": [
|
|
2816
|
+
{
|
|
2817
|
+
"name": "Johann Schopplich",
|
|
2818
|
+
"github": "johannschopplich"
|
|
2819
|
+
}
|
|
2820
|
+
],
|
|
2821
|
+
"compatibility": {
|
|
2822
|
+
"nuxt": "^3.0.0",
|
|
2823
|
+
"requires": {}
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2418
2826
|
{
|
|
2419
2827
|
"name": "nuxt-png-to-ico",
|
|
2420
2828
|
"description": "Nuxt.js module for auto generating favicons",
|
|
2421
2829
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2422
|
-
"npm": "",
|
|
2830
|
+
"npm": "nuxt-png-to-ico",
|
|
2423
2831
|
"icon": "",
|
|
2424
2832
|
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2425
2833
|
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
@@ -2433,7 +2841,6 @@
|
|
|
2433
2841
|
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2434
2842
|
}
|
|
2435
2843
|
],
|
|
2436
|
-
"contributors": [],
|
|
2437
2844
|
"compatibility": {
|
|
2438
2845
|
"nuxt": "^2.0.0",
|
|
2439
2846
|
"requires": {}
|
|
@@ -2443,7 +2850,7 @@
|
|
|
2443
2850
|
"name": "nuxt-smartlook",
|
|
2444
2851
|
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2445
2852
|
"repo": "f00b4r/nuxt-smartlook",
|
|
2446
|
-
"npm": "",
|
|
2853
|
+
"npm": "nuxt-smartlook",
|
|
2447
2854
|
"icon": "nuxt-smartlook.png",
|
|
2448
2855
|
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2449
2856
|
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
@@ -2458,7 +2865,100 @@
|
|
|
2458
2865
|
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2459
2866
|
}
|
|
2460
2867
|
],
|
|
2461
|
-
"
|
|
2868
|
+
"compatibility": {
|
|
2869
|
+
"nuxt": "^2.0.0",
|
|
2870
|
+
"requires": {}
|
|
2871
|
+
}
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "ssr-lit",
|
|
2875
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
2876
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
2877
|
+
"npm": "nuxt-ssr-lit",
|
|
2878
|
+
"icon": "",
|
|
2879
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2880
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2881
|
+
"learn_more": "",
|
|
2882
|
+
"category": "Libraries",
|
|
2883
|
+
"type": "3rd-party",
|
|
2884
|
+
"maintainers": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "Prashant Palikhe",
|
|
2887
|
+
"github": "prashantpalikhe",
|
|
2888
|
+
"twitter": "prashantpalikhe"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "Steve Workman",
|
|
2892
|
+
"github": "steveworkman",
|
|
2893
|
+
"twitter": "steveworkman"
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"compatibility": {
|
|
2897
|
+
"nuxt": "^3.0.0",
|
|
2898
|
+
"requires": {}
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "nuxt-storm",
|
|
2903
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
2904
|
+
"repo": "fumeapp/nuxt-storm",
|
|
2905
|
+
"npm": "nuxt-storm",
|
|
2906
|
+
"icon": "nuxt-storm.png",
|
|
2907
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
2908
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
2909
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
2910
|
+
"category": "Devtools",
|
|
2911
|
+
"type": "3rd-party",
|
|
2912
|
+
"maintainers": [
|
|
2913
|
+
{
|
|
2914
|
+
"name": "fumeapp",
|
|
2915
|
+
"github": "fumeapp"
|
|
2916
|
+
}
|
|
2917
|
+
],
|
|
2918
|
+
"compatibility": {
|
|
2919
|
+
"nuxt": "^2.0.0",
|
|
2920
|
+
"requires": {}
|
|
2921
|
+
}
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"name": "nuxt-svgo",
|
|
2925
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2926
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2927
|
+
"npm": "nuxt-svgo",
|
|
2928
|
+
"icon": "nuxt-svgo.png",
|
|
2929
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2930
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2931
|
+
"learn_more": "",
|
|
2932
|
+
"category": "Images",
|
|
2933
|
+
"type": "3rd-party",
|
|
2934
|
+
"maintainers": [
|
|
2935
|
+
{
|
|
2936
|
+
"name": "cpsoinos",
|
|
2937
|
+
"github": "cpsoinos"
|
|
2938
|
+
}
|
|
2939
|
+
],
|
|
2940
|
+
"compatibility": {
|
|
2941
|
+
"nuxt": "^3.0.0",
|
|
2942
|
+
"requires": {}
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"name": "nuxt-unleash",
|
|
2947
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2948
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2949
|
+
"npm": "nuxt-unleash",
|
|
2950
|
+
"icon": "nuxt-unleash.svg",
|
|
2951
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2952
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2953
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2954
|
+
"category": "Deployment",
|
|
2955
|
+
"type": "3rd-party",
|
|
2956
|
+
"maintainers": [
|
|
2957
|
+
{
|
|
2958
|
+
"name": "Juanjo Conejerock",
|
|
2959
|
+
"github": "conejerock"
|
|
2960
|
+
}
|
|
2961
|
+
],
|
|
2462
2962
|
"compatibility": {
|
|
2463
2963
|
"nuxt": "^2.0.0",
|
|
2464
2964
|
"requires": {}
|
|
@@ -2468,7 +2968,7 @@
|
|
|
2468
2968
|
"name": "nuxt-use-motion",
|
|
2469
2969
|
"description": "A Nuxt module putting your components in motion",
|
|
2470
2970
|
"repo": "Tahul/nuxt-use-motion",
|
|
2471
|
-
"npm": "",
|
|
2971
|
+
"npm": "nuxt-use-motion",
|
|
2472
2972
|
"icon": "nuxt-use-motion.svg",
|
|
2473
2973
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2474
2974
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -2481,7 +2981,6 @@
|
|
|
2481
2981
|
"github": "Tahul"
|
|
2482
2982
|
}
|
|
2483
2983
|
],
|
|
2484
|
-
"contributors": [],
|
|
2485
2984
|
"compatibility": {
|
|
2486
2985
|
"nuxt": "^2.0.0",
|
|
2487
2986
|
"requires": {}
|
|
@@ -2491,7 +2990,7 @@
|
|
|
2491
2990
|
"name": "nuxt-use-sound",
|
|
2492
2991
|
"description": "A Nuxt module for playing sound effects.",
|
|
2493
2992
|
"repo": "Tahul/nuxt-use-sound",
|
|
2494
|
-
"npm": "",
|
|
2993
|
+
"npm": "nuxt-use-sound",
|
|
2495
2994
|
"icon": "nuxt-use-sound.svg",
|
|
2496
2995
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2497
2996
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -2504,7 +3003,6 @@
|
|
|
2504
3003
|
"github": "Tahul"
|
|
2505
3004
|
}
|
|
2506
3005
|
],
|
|
2507
|
-
"contributors": [],
|
|
2508
3006
|
"compatibility": {
|
|
2509
3007
|
"nuxt": "^2.0.0",
|
|
2510
3008
|
"requires": {}
|
|
@@ -2514,7 +3012,7 @@
|
|
|
2514
3012
|
"name": "nuxt-viewport",
|
|
2515
3013
|
"description": "Define custom viewports for your Nuxt project",
|
|
2516
3014
|
"repo": "mvrlin/nuxt-viewport",
|
|
2517
|
-
"npm": "",
|
|
3015
|
+
"npm": "nuxt-viewport",
|
|
2518
3016
|
"icon": "nuxt-viewport.svg",
|
|
2519
3017
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2520
3018
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -2527,17 +3025,18 @@
|
|
|
2527
3025
|
"github": "mvrlin"
|
|
2528
3026
|
}
|
|
2529
3027
|
],
|
|
2530
|
-
"contributors": [],
|
|
2531
3028
|
"compatibility": {
|
|
2532
|
-
"nuxt": "^2.0.0",
|
|
2533
|
-
"requires": {
|
|
3029
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3030
|
+
"requires": {
|
|
3031
|
+
"bridge": "optional"
|
|
3032
|
+
}
|
|
2534
3033
|
}
|
|
2535
3034
|
},
|
|
2536
3035
|
{
|
|
2537
3036
|
"name": "nuxt7",
|
|
2538
3037
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2539
3038
|
"repo": "nuxt-community/nuxt7",
|
|
2540
|
-
"npm": "",
|
|
3039
|
+
"npm": "nuxt7",
|
|
2541
3040
|
"icon": "",
|
|
2542
3041
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2543
3042
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -2551,7 +3050,6 @@
|
|
|
2551
3050
|
"twitter": "_pi0_"
|
|
2552
3051
|
}
|
|
2553
3052
|
],
|
|
2554
|
-
"contributors": [],
|
|
2555
3053
|
"compatibility": {
|
|
2556
3054
|
"nuxt": "^2.0.0",
|
|
2557
3055
|
"requires": {}
|
|
@@ -2561,7 +3059,7 @@
|
|
|
2561
3059
|
"name": "onesignal",
|
|
2562
3060
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
2563
3061
|
"repo": "nuxt-community/onesignal-module",
|
|
2564
|
-
"npm": "",
|
|
3062
|
+
"npm": "@nuxtjs/onesignal",
|
|
2565
3063
|
"icon": "one-signal.png",
|
|
2566
3064
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
2567
3065
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -2575,7 +3073,6 @@
|
|
|
2575
3073
|
"twitter": "_pi0_"
|
|
2576
3074
|
}
|
|
2577
3075
|
],
|
|
2578
|
-
"contributors": [],
|
|
2579
3076
|
"compatibility": {
|
|
2580
3077
|
"nuxt": "^2.0.0",
|
|
2581
3078
|
"requires": {}
|
|
@@ -2585,7 +3082,7 @@
|
|
|
2585
3082
|
"name": "optimized-images",
|
|
2586
3083
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
2587
3084
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
2588
|
-
"npm": "",
|
|
3085
|
+
"npm": "@aceforth/nuxt-optimized-images",
|
|
2589
3086
|
"icon": "",
|
|
2590
3087
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
2591
3088
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -2599,7 +3096,6 @@
|
|
|
2599
3096
|
"twitter": "juliomrqz"
|
|
2600
3097
|
}
|
|
2601
3098
|
],
|
|
2602
|
-
"contributors": [],
|
|
2603
3099
|
"compatibility": {
|
|
2604
3100
|
"nuxt": "^2.0.0",
|
|
2605
3101
|
"requires": {}
|
|
@@ -2609,7 +3105,7 @@
|
|
|
2609
3105
|
"name": "page-generator-helper",
|
|
2610
3106
|
"description": "Generate your pages statically without using payload extractors.",
|
|
2611
3107
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2612
|
-
"npm": "",
|
|
3108
|
+
"npm": "nuxt-page-generator-helper",
|
|
2613
3109
|
"icon": "",
|
|
2614
3110
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2615
3111
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -2622,7 +3118,6 @@
|
|
|
2622
3118
|
"github": "GrabarzUndPartner"
|
|
2623
3119
|
}
|
|
2624
3120
|
],
|
|
2625
|
-
"contributors": [],
|
|
2626
3121
|
"compatibility": {
|
|
2627
3122
|
"nuxt": "^2.0.0",
|
|
2628
3123
|
"requires": {}
|
|
@@ -2632,7 +3127,7 @@
|
|
|
2632
3127
|
"name": "parse",
|
|
2633
3128
|
"description": "Parse package for Nuxt.js",
|
|
2634
3129
|
"repo": "cierrateam/nuxt-parse",
|
|
2635
|
-
"npm": "",
|
|
3130
|
+
"npm": "nuxt-parse",
|
|
2636
3131
|
"icon": "",
|
|
2637
3132
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
2638
3133
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -2645,7 +3140,6 @@
|
|
|
2645
3140
|
"github": "cierrateam"
|
|
2646
3141
|
}
|
|
2647
3142
|
],
|
|
2648
|
-
"contributors": [],
|
|
2649
3143
|
"compatibility": {
|
|
2650
3144
|
"nuxt": "^2.0.0",
|
|
2651
3145
|
"requires": {}
|
|
@@ -2654,11 +3148,11 @@
|
|
|
2654
3148
|
{
|
|
2655
3149
|
"name": "partytown",
|
|
2656
3150
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2657
|
-
"repo": "nuxt-
|
|
2658
|
-
"npm": "",
|
|
3151
|
+
"repo": "nuxt-modules/partytown",
|
|
3152
|
+
"npm": "@nuxtjs/partytown",
|
|
2659
3153
|
"icon": "partytown.svg",
|
|
2660
|
-
"github": "https://github.com/nuxt-
|
|
2661
|
-
"website": "https://github.com/nuxt-
|
|
3154
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3155
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2662
3156
|
"learn_more": "https://partytown.builder.io/",
|
|
2663
3157
|
"category": "Performance",
|
|
2664
3158
|
"type": "community",
|
|
@@ -2669,7 +3163,6 @@
|
|
|
2669
3163
|
"twitter": "danielcroe"
|
|
2670
3164
|
}
|
|
2671
3165
|
],
|
|
2672
|
-
"contributors": [],
|
|
2673
3166
|
"compatibility": {
|
|
2674
3167
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2675
3168
|
"requires": {
|
|
@@ -2681,7 +3174,7 @@
|
|
|
2681
3174
|
"name": "persian-datepicker",
|
|
2682
3175
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2683
3176
|
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2684
|
-
"npm": "",
|
|
3177
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2685
3178
|
"icon": "persian-datepicker.svg",
|
|
2686
3179
|
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2687
3180
|
"website": "https://alireza-ab.ir/datepicker",
|
|
@@ -2695,7 +3188,6 @@
|
|
|
2695
3188
|
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2696
3189
|
}
|
|
2697
3190
|
],
|
|
2698
|
-
"contributors": [],
|
|
2699
3191
|
"compatibility": {
|
|
2700
3192
|
"nuxt": "^2.0.0",
|
|
2701
3193
|
"requires": {}
|
|
@@ -2705,7 +3197,7 @@
|
|
|
2705
3197
|
"name": "pinia",
|
|
2706
3198
|
"description": "The Vue Store that you will enjoy using",
|
|
2707
3199
|
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2708
|
-
"npm": "",
|
|
3200
|
+
"npm": "@pinia/nuxt",
|
|
2709
3201
|
"icon": "pinia.svg",
|
|
2710
3202
|
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2711
3203
|
"website": "https://pinia.esm.dev/",
|
|
@@ -2718,7 +3210,6 @@
|
|
|
2718
3210
|
"github": "posva"
|
|
2719
3211
|
}
|
|
2720
3212
|
],
|
|
2721
|
-
"contributors": [],
|
|
2722
3213
|
"compatibility": {
|
|
2723
3214
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2724
3215
|
"requires": {
|
|
@@ -2728,22 +3219,21 @@
|
|
|
2728
3219
|
},
|
|
2729
3220
|
{
|
|
2730
3221
|
"name": "plausible",
|
|
2731
|
-
"description": "
|
|
2732
|
-
"repo": "
|
|
2733
|
-
"npm": "",
|
|
2734
|
-
"icon": "
|
|
2735
|
-
"github": "https://github.com/
|
|
2736
|
-
"website": "https://github.com/
|
|
3222
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3223
|
+
"repo": "nuxt-modules/plausible",
|
|
3224
|
+
"npm": "@nuxtjs/plausible",
|
|
3225
|
+
"icon": "",
|
|
3226
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3227
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2737
3228
|
"learn_more": "",
|
|
2738
|
-
"category": "
|
|
2739
|
-
"type": "
|
|
3229
|
+
"category": "Devtools",
|
|
3230
|
+
"type": "community",
|
|
2740
3231
|
"maintainers": [
|
|
2741
3232
|
{
|
|
2742
|
-
"name": "
|
|
2743
|
-
"github": "
|
|
3233
|
+
"name": "nuxt-modules",
|
|
3234
|
+
"github": "nuxt-modules"
|
|
2744
3235
|
}
|
|
2745
3236
|
],
|
|
2746
|
-
"contributors": [],
|
|
2747
3237
|
"compatibility": {
|
|
2748
3238
|
"nuxt": "^2.0.0",
|
|
2749
3239
|
"requires": {}
|
|
@@ -2753,7 +3243,7 @@
|
|
|
2753
3243
|
"name": "precompress",
|
|
2754
3244
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2755
3245
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2756
|
-
"npm": "",
|
|
3246
|
+
"npm": "nuxt-precompress",
|
|
2757
3247
|
"icon": "",
|
|
2758
3248
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2759
3249
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2766,7 +3256,6 @@
|
|
|
2766
3256
|
"github": "frenchrabbit"
|
|
2767
3257
|
}
|
|
2768
3258
|
],
|
|
2769
|
-
"contributors": [],
|
|
2770
3259
|
"compatibility": {
|
|
2771
3260
|
"nuxt": "^2.0.0",
|
|
2772
3261
|
"requires": {}
|
|
@@ -2775,33 +3264,23 @@
|
|
|
2775
3264
|
{
|
|
2776
3265
|
"name": "prismic",
|
|
2777
3266
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2778
|
-
"repo": "nuxt-
|
|
2779
|
-
"npm": "",
|
|
3267
|
+
"repo": "nuxt-modules/prismic",
|
|
3268
|
+
"npm": "@nuxtjs/prismic",
|
|
2780
3269
|
"icon": "prismic.png",
|
|
2781
|
-
"github": "https://github.com/nuxt-
|
|
3270
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2782
3271
|
"website": "https://prismic.nuxtjs.org",
|
|
2783
|
-
"learn_more": "https://prismic.io
|
|
3272
|
+
"learn_more": "https://prismic.io",
|
|
2784
3273
|
"category": "CMS",
|
|
2785
3274
|
"type": "community",
|
|
2786
3275
|
"maintainers": [
|
|
2787
|
-
{
|
|
2788
|
-
"name": "Sébastien Chopin",
|
|
2789
|
-
"github": "Atinux",
|
|
2790
|
-
"twitter": "Atinux"
|
|
2791
|
-
},
|
|
2792
3276
|
{
|
|
2793
3277
|
"name": "lihbr",
|
|
2794
3278
|
"github": "lihbr",
|
|
2795
3279
|
"twitter": "li_hbr"
|
|
2796
|
-
},
|
|
2797
|
-
{
|
|
2798
|
-
"name": "James Pegg",
|
|
2799
|
-
"github": "jamespegg"
|
|
2800
3280
|
}
|
|
2801
3281
|
],
|
|
2802
|
-
"contributors": [],
|
|
2803
3282
|
"compatibility": {
|
|
2804
|
-
"nuxt": "^2.0.0",
|
|
3283
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2805
3284
|
"requires": {}
|
|
2806
3285
|
}
|
|
2807
3286
|
},
|
|
@@ -2809,7 +3288,7 @@
|
|
|
2809
3288
|
"name": "protected-mailto",
|
|
2810
3289
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2811
3290
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2812
|
-
"npm": "",
|
|
3291
|
+
"npm": "nuxt-protected-mailto",
|
|
2813
3292
|
"icon": "",
|
|
2814
3293
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2815
3294
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2822,7 +3301,6 @@
|
|
|
2822
3301
|
"github": "mmoollllee"
|
|
2823
3302
|
}
|
|
2824
3303
|
],
|
|
2825
|
-
"contributors": [],
|
|
2826
3304
|
"compatibility": {
|
|
2827
3305
|
"nuxt": "^2.0.0",
|
|
2828
3306
|
"requires": {}
|
|
@@ -2832,7 +3310,7 @@
|
|
|
2832
3310
|
"name": "proxy",
|
|
2833
3311
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2834
3312
|
"repo": "nuxt-community/proxy-module",
|
|
2835
|
-
"npm": "",
|
|
3313
|
+
"npm": "@nuxtjs/proxy",
|
|
2836
3314
|
"icon": "",
|
|
2837
3315
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2838
3316
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2846,7 +3324,6 @@
|
|
|
2846
3324
|
"twitter": "_pi0_"
|
|
2847
3325
|
}
|
|
2848
3326
|
],
|
|
2849
|
-
"contributors": [],
|
|
2850
3327
|
"compatibility": {
|
|
2851
3328
|
"nuxt": "^2.0.0",
|
|
2852
3329
|
"requires": {}
|
|
@@ -2856,7 +3333,7 @@
|
|
|
2856
3333
|
"name": "prune-html",
|
|
2857
3334
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2858
3335
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2859
|
-
"npm": "",
|
|
3336
|
+
"npm": "@luxdamore/nuxt-prune-html",
|
|
2860
3337
|
"icon": "",
|
|
2861
3338
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2862
3339
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2870,7 +3347,6 @@
|
|
|
2870
3347
|
"twitter": "luxdamore"
|
|
2871
3348
|
}
|
|
2872
3349
|
],
|
|
2873
|
-
"contributors": [],
|
|
2874
3350
|
"compatibility": {
|
|
2875
3351
|
"nuxt": "^2.0.0",
|
|
2876
3352
|
"requires": {}
|
|
@@ -2879,8 +3355,8 @@
|
|
|
2879
3355
|
{
|
|
2880
3356
|
"name": "purgecss",
|
|
2881
3357
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2882
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
2883
|
-
"npm": "",
|
|
3358
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3359
|
+
"npm": "nuxt-purgecss",
|
|
2884
3360
|
"icon": "purgecss.png",
|
|
2885
3361
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2886
3362
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2893,9 +3369,8 @@
|
|
|
2893
3369
|
"github": "Developmint"
|
|
2894
3370
|
}
|
|
2895
3371
|
],
|
|
2896
|
-
"contributors": [],
|
|
2897
3372
|
"compatibility": {
|
|
2898
|
-
"nuxt": "^2.0.0",
|
|
3373
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2899
3374
|
"requires": {}
|
|
2900
3375
|
}
|
|
2901
3376
|
},
|
|
@@ -2903,7 +3378,7 @@
|
|
|
2903
3378
|
"name": "pwa",
|
|
2904
3379
|
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2905
3380
|
"repo": "nuxt-community/pwa-module",
|
|
2906
|
-
"npm": "",
|
|
3381
|
+
"npm": "@nuxtjs/pwa",
|
|
2907
3382
|
"icon": "pwa.png",
|
|
2908
3383
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2909
3384
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2917,7 +3392,6 @@
|
|
|
2917
3392
|
"twitter": "_pi0_"
|
|
2918
3393
|
}
|
|
2919
3394
|
],
|
|
2920
|
-
"contributors": [],
|
|
2921
3395
|
"compatibility": {
|
|
2922
3396
|
"nuxt": "^2.0.0",
|
|
2923
3397
|
"requires": {
|
|
@@ -2929,7 +3403,7 @@
|
|
|
2929
3403
|
"name": "python",
|
|
2930
3404
|
"description": "Write Nuxt.js applications using Python",
|
|
2931
3405
|
"repo": "nuxt-community/python-module",
|
|
2932
|
-
"npm": "",
|
|
3406
|
+
"npm": "@nuxtjs/python",
|
|
2933
3407
|
"icon": "python.png",
|
|
2934
3408
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2935
3409
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -2942,7 +3416,6 @@
|
|
|
2942
3416
|
"github": "icarito"
|
|
2943
3417
|
}
|
|
2944
3418
|
],
|
|
2945
|
-
"contributors": [],
|
|
2946
3419
|
"compatibility": {
|
|
2947
3420
|
"nuxt": "^2.0.0",
|
|
2948
3421
|
"requires": {}
|
|
@@ -2952,7 +3425,7 @@
|
|
|
2952
3425
|
"name": "recaptcha",
|
|
2953
3426
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
2954
3427
|
"repo": "nuxt-community/recaptcha-module",
|
|
2955
|
-
"npm": "",
|
|
3428
|
+
"npm": "@nuxtjs/recaptcha",
|
|
2956
3429
|
"icon": "recaptcha.png",
|
|
2957
3430
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
2958
3431
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -2965,7 +3438,6 @@
|
|
|
2965
3438
|
"github": "mvrlin"
|
|
2966
3439
|
}
|
|
2967
3440
|
],
|
|
2968
|
-
"contributors": [],
|
|
2969
3441
|
"compatibility": {
|
|
2970
3442
|
"nuxt": "^2.0.0",
|
|
2971
3443
|
"requires": {}
|
|
@@ -2975,7 +3447,7 @@
|
|
|
2975
3447
|
"name": "redirect",
|
|
2976
3448
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
2977
3449
|
"repo": "nuxt-community/redirect-module",
|
|
2978
|
-
"npm": "",
|
|
3450
|
+
"npm": "@nuxtjs/redirect-module",
|
|
2979
3451
|
"icon": "",
|
|
2980
3452
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
2981
3453
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -2989,7 +3461,6 @@
|
|
|
2989
3461
|
"twitter": "TheAlexLichter"
|
|
2990
3462
|
}
|
|
2991
3463
|
],
|
|
2992
|
-
"contributors": [],
|
|
2993
3464
|
"compatibility": {
|
|
2994
3465
|
"nuxt": "^2.0.0",
|
|
2995
3466
|
"requires": {}
|
|
@@ -2999,7 +3470,7 @@
|
|
|
2999
3470
|
"name": "rfg-icon",
|
|
3000
3471
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
3001
3472
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3002
|
-
"npm": "",
|
|
3473
|
+
"npm": "nuxt-rfg-icon",
|
|
3003
3474
|
"icon": "real-favicon-generator.png",
|
|
3004
3475
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
3005
3476
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -3012,7 +3483,6 @@
|
|
|
3012
3483
|
"github": "pimlie"
|
|
3013
3484
|
}
|
|
3014
3485
|
],
|
|
3015
|
-
"contributors": [],
|
|
3016
3486
|
"compatibility": {
|
|
3017
3487
|
"nuxt": "^2.0.0",
|
|
3018
3488
|
"requires": {}
|
|
@@ -3022,8 +3492,8 @@
|
|
|
3022
3492
|
"name": "robots",
|
|
3023
3493
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3024
3494
|
"repo": "nuxt-community/robots-module",
|
|
3025
|
-
"npm": "",
|
|
3026
|
-
"icon": "",
|
|
3495
|
+
"npm": "@nuxtjs/robots",
|
|
3496
|
+
"icon": "robots.png",
|
|
3027
3497
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3028
3498
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
3029
3499
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -3035,17 +3505,18 @@
|
|
|
3035
3505
|
"github": "ricardogobbosouza"
|
|
3036
3506
|
}
|
|
3037
3507
|
],
|
|
3038
|
-
"contributors": [],
|
|
3039
3508
|
"compatibility": {
|
|
3040
|
-
"nuxt": "^2.0.0",
|
|
3041
|
-
"requires": {
|
|
3509
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3510
|
+
"requires": {
|
|
3511
|
+
"bridge": "optional"
|
|
3512
|
+
}
|
|
3042
3513
|
}
|
|
3043
3514
|
},
|
|
3044
3515
|
{
|
|
3045
3516
|
"name": "rollbar",
|
|
3046
3517
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
3047
3518
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
3048
|
-
"npm": "",
|
|
3519
|
+
"npm": "nuxt-rollbar-module",
|
|
3049
3520
|
"icon": "rollbar.png",
|
|
3050
3521
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
3051
3522
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -3058,7 +3529,6 @@
|
|
|
3058
3529
|
"github": "gaelreyrol"
|
|
3059
3530
|
}
|
|
3060
3531
|
],
|
|
3061
|
-
"contributors": [],
|
|
3062
3532
|
"compatibility": {
|
|
3063
3533
|
"nuxt": "^2.0.0",
|
|
3064
3534
|
"requires": {}
|
|
@@ -3068,7 +3538,7 @@
|
|
|
3068
3538
|
"name": "router-extras",
|
|
3069
3539
|
"description": "Extra Add-ons for nuxt router",
|
|
3070
3540
|
"repo": "nuxt-community/router-extras-module",
|
|
3071
|
-
"npm": "",
|
|
3541
|
+
"npm": "@nuxtjs/router-extras",
|
|
3072
3542
|
"icon": "vue.png",
|
|
3073
3543
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
3074
3544
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -3082,7 +3552,6 @@
|
|
|
3082
3552
|
"twitter": "a_birang"
|
|
3083
3553
|
}
|
|
3084
3554
|
],
|
|
3085
|
-
"contributors": [],
|
|
3086
3555
|
"compatibility": {
|
|
3087
3556
|
"nuxt": "^2.0.0",
|
|
3088
3557
|
"requires": {}
|
|
@@ -3092,7 +3561,7 @@
|
|
|
3092
3561
|
"name": "router",
|
|
3093
3562
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
3094
3563
|
"repo": "nuxt-community/router-module",
|
|
3095
|
-
"npm": "",
|
|
3564
|
+
"npm": "@nuxtjs/router",
|
|
3096
3565
|
"icon": "vue.png",
|
|
3097
3566
|
"github": "https://github.com/nuxt-community/router-module",
|
|
3098
3567
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -3106,7 +3575,6 @@
|
|
|
3106
3575
|
"twitter": "Atinux"
|
|
3107
3576
|
}
|
|
3108
3577
|
],
|
|
3109
|
-
"contributors": [],
|
|
3110
3578
|
"compatibility": {
|
|
3111
3579
|
"nuxt": "^2.0.0",
|
|
3112
3580
|
"requires": {}
|
|
@@ -3114,11 +3582,11 @@
|
|
|
3114
3582
|
},
|
|
3115
3583
|
{
|
|
3116
3584
|
"name": "sanity",
|
|
3117
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3118
|
-
"repo": "nuxt-
|
|
3119
|
-
"npm": "",
|
|
3585
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3586
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3587
|
+
"npm": "@nuxtjs/sanity",
|
|
3120
3588
|
"icon": "sanity.png",
|
|
3121
|
-
"github": "https://github.com/nuxt-
|
|
3589
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3122
3590
|
"website": "https://sanity.nuxtjs.org",
|
|
3123
3591
|
"learn_more": "https://www.sanity.io/",
|
|
3124
3592
|
"category": "CMS",
|
|
@@ -3130,9 +3598,34 @@
|
|
|
3130
3598
|
"twitter": "danielcroe"
|
|
3131
3599
|
}
|
|
3132
3600
|
],
|
|
3133
|
-
"contributors": [],
|
|
3134
3601
|
"compatibility": {
|
|
3135
|
-
"nuxt": "^2.0.0",
|
|
3602
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3603
|
+
"requires": {
|
|
3604
|
+
"bridge": "optional"
|
|
3605
|
+
}
|
|
3606
|
+
}
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"name": "schema-org",
|
|
3610
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3611
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3612
|
+
"npm": "nuxt-schema-org",
|
|
3613
|
+
"icon": "schema-org.svg",
|
|
3614
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3615
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3616
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3617
|
+
"category": "SEO",
|
|
3618
|
+
"type": "3rd-party",
|
|
3619
|
+
"maintainers": [
|
|
3620
|
+
{
|
|
3621
|
+
"name": "Harlan Wilton",
|
|
3622
|
+
"github": "harlan-zw",
|
|
3623
|
+
"twitter": "harlan_zw",
|
|
3624
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3625
|
+
}
|
|
3626
|
+
],
|
|
3627
|
+
"compatibility": {
|
|
3628
|
+
"nuxt": "^3.0.0",
|
|
3136
3629
|
"requires": {}
|
|
3137
3630
|
}
|
|
3138
3631
|
},
|
|
@@ -3140,7 +3633,7 @@
|
|
|
3140
3633
|
"name": "scss-to-js",
|
|
3141
3634
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
3142
3635
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
3143
|
-
"npm": "",
|
|
3636
|
+
"npm": "nuxt-scss-to-js",
|
|
3144
3637
|
"icon": "",
|
|
3145
3638
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
3146
3639
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -3153,17 +3646,39 @@
|
|
|
3153
3646
|
"github": "sugoidesune"
|
|
3154
3647
|
}
|
|
3155
3648
|
],
|
|
3156
|
-
"contributors": [],
|
|
3157
3649
|
"compatibility": {
|
|
3158
3650
|
"nuxt": "^2.0.0",
|
|
3159
3651
|
"requires": {}
|
|
3160
3652
|
}
|
|
3161
3653
|
},
|
|
3654
|
+
{
|
|
3655
|
+
"name": "security",
|
|
3656
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3657
|
+
"repo": "Baroshem/nuxt-security",
|
|
3658
|
+
"npm": "nuxt-security",
|
|
3659
|
+
"icon": "nuxt-security.svg",
|
|
3660
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3661
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3662
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3663
|
+
"category": "Security",
|
|
3664
|
+
"type": "3rd-party",
|
|
3665
|
+
"maintainers": [
|
|
3666
|
+
{
|
|
3667
|
+
"name": "Jakub Andrzejewski",
|
|
3668
|
+
"github": "Baroshem",
|
|
3669
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3670
|
+
}
|
|
3671
|
+
],
|
|
3672
|
+
"compatibility": {
|
|
3673
|
+
"nuxt": "^3.0.0",
|
|
3674
|
+
"requires": {}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3162
3677
|
{
|
|
3163
3678
|
"name": "segment",
|
|
3164
3679
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
3165
3680
|
"repo": "dansmaculotte/nuxt-segment",
|
|
3166
|
-
"npm": "",
|
|
3681
|
+
"npm": "@dansmaculotte/nuxt-segment",
|
|
3167
3682
|
"icon": "segment.png",
|
|
3168
3683
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
3169
3684
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -3176,7 +3691,6 @@
|
|
|
3176
3691
|
"github": "dansmaculotte"
|
|
3177
3692
|
}
|
|
3178
3693
|
],
|
|
3179
|
-
"contributors": [],
|
|
3180
3694
|
"compatibility": {
|
|
3181
3695
|
"nuxt": "^2.0.0",
|
|
3182
3696
|
"requires": {}
|
|
@@ -3186,7 +3700,7 @@
|
|
|
3186
3700
|
"name": "sentry",
|
|
3187
3701
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
3188
3702
|
"repo": "nuxt-community/sentry-module",
|
|
3189
|
-
"npm": "",
|
|
3703
|
+
"npm": "@nuxtjs/sentry",
|
|
3190
3704
|
"icon": "sentry.png",
|
|
3191
3705
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
3192
3706
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -3199,7 +3713,6 @@
|
|
|
3199
3713
|
"github": "rchl"
|
|
3200
3714
|
}
|
|
3201
3715
|
],
|
|
3202
|
-
"contributors": [],
|
|
3203
3716
|
"compatibility": {
|
|
3204
3717
|
"nuxt": "^2.0.0",
|
|
3205
3718
|
"requires": {}
|
|
@@ -3208,8 +3721,8 @@
|
|
|
3208
3721
|
{
|
|
3209
3722
|
"name": "seo-meta",
|
|
3210
3723
|
"description": "Simple generate seo metadata",
|
|
3211
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3212
|
-
"npm": "",
|
|
3724
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3725
|
+
"npm": "nuxt-seo-meta",
|
|
3213
3726
|
"icon": "",
|
|
3214
3727
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3215
3728
|
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3223,7 +3736,6 @@
|
|
|
3223
3736
|
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3224
3737
|
}
|
|
3225
3738
|
],
|
|
3226
|
-
"contributors": [],
|
|
3227
3739
|
"compatibility": {
|
|
3228
3740
|
"nuxt": "^2.0.0",
|
|
3229
3741
|
"requires": {}
|
|
@@ -3233,7 +3745,7 @@
|
|
|
3233
3745
|
"name": "seomatic-meta",
|
|
3234
3746
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
3235
3747
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
3236
|
-
"npm": "",
|
|
3748
|
+
"npm": "nuxt-seomatic-meta",
|
|
3237
3749
|
"icon": "seomatic.png",
|
|
3238
3750
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
3239
3751
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -3246,7 +3758,6 @@
|
|
|
3246
3758
|
"github": "ben-rogerson"
|
|
3247
3759
|
}
|
|
3248
3760
|
],
|
|
3249
|
-
"contributors": [],
|
|
3250
3761
|
"compatibility": {
|
|
3251
3762
|
"nuxt": "^2.0.0",
|
|
3252
3763
|
"requires": {}
|
|
@@ -3256,7 +3767,7 @@
|
|
|
3256
3767
|
"name": "separate-env",
|
|
3257
3768
|
"description": "Separated environment variables for server and client builds",
|
|
3258
3769
|
"repo": "nuxt-community/separate-env-module",
|
|
3259
|
-
"npm": "",
|
|
3770
|
+
"npm": "@nuxtjs/separate-env",
|
|
3260
3771
|
"icon": "",
|
|
3261
3772
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
3262
3773
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -3270,17 +3781,39 @@
|
|
|
3270
3781
|
"twitter": "TheAlexLichter"
|
|
3271
3782
|
}
|
|
3272
3783
|
],
|
|
3273
|
-
"contributors": [],
|
|
3274
3784
|
"compatibility": {
|
|
3275
3785
|
"nuxt": "^2.0.0",
|
|
3276
3786
|
"requires": {}
|
|
3277
3787
|
}
|
|
3278
3788
|
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "session",
|
|
3791
|
+
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
3792
|
+
"repo": "sidebase/nuxt-session",
|
|
3793
|
+
"npm": "@sidebase/nuxt-session",
|
|
3794
|
+
"icon": "session.png",
|
|
3795
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3796
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3797
|
+
"learn_more": "https://github.com/sidebase",
|
|
3798
|
+
"category": "Security",
|
|
3799
|
+
"type": "3rd-party",
|
|
3800
|
+
"maintainers": [
|
|
3801
|
+
{
|
|
3802
|
+
"name": "sidebase",
|
|
3803
|
+
"github": "sidebase",
|
|
3804
|
+
"twitter": "sidebase_io"
|
|
3805
|
+
}
|
|
3806
|
+
],
|
|
3807
|
+
"compatibility": {
|
|
3808
|
+
"nuxt": "^3.0.0",
|
|
3809
|
+
"requires": {}
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3279
3812
|
{
|
|
3280
3813
|
"name": "shopify",
|
|
3281
3814
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
3282
3815
|
"repo": "Gomah/nuxt-shopify",
|
|
3283
|
-
"npm": "",
|
|
3816
|
+
"npm": "nuxt-shopify",
|
|
3284
3817
|
"icon": "shopify.png",
|
|
3285
3818
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
3286
3819
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -3293,17 +3826,39 @@
|
|
|
3293
3826
|
"github": "Gomah"
|
|
3294
3827
|
}
|
|
3295
3828
|
],
|
|
3296
|
-
"contributors": [],
|
|
3297
3829
|
"compatibility": {
|
|
3298
3830
|
"nuxt": "^2.0.0",
|
|
3299
3831
|
"requires": {}
|
|
3300
3832
|
}
|
|
3301
3833
|
},
|
|
3834
|
+
{
|
|
3835
|
+
"name": "nuxt-auth",
|
|
3836
|
+
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
3837
|
+
"repo": "sidebase/nuxt-auth",
|
|
3838
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3839
|
+
"icon": "sidebase-auth.png",
|
|
3840
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3841
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3842
|
+
"learn_more": "https://github.com/sidebase",
|
|
3843
|
+
"category": "Security",
|
|
3844
|
+
"type": "3rd-party",
|
|
3845
|
+
"maintainers": [
|
|
3846
|
+
{
|
|
3847
|
+
"name": "sidebase",
|
|
3848
|
+
"github": "sidebase",
|
|
3849
|
+
"twitter": "sidebase_io"
|
|
3850
|
+
}
|
|
3851
|
+
],
|
|
3852
|
+
"compatibility": {
|
|
3853
|
+
"nuxt": "^3.0.0",
|
|
3854
|
+
"requires": {}
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3302
3857
|
{
|
|
3303
3858
|
"name": "simple-line-icons",
|
|
3304
3859
|
"description": "Nuxt module to add simple-line-icons ",
|
|
3305
3860
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
3306
|
-
"npm": "",
|
|
3861
|
+
"npm": "nuxt-simple-line-icons",
|
|
3307
3862
|
"icon": "",
|
|
3308
3863
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
3309
3864
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -3316,7 +3871,6 @@
|
|
|
3316
3871
|
"github": "vaso2"
|
|
3317
3872
|
}
|
|
3318
3873
|
],
|
|
3319
|
-
"contributors": [],
|
|
3320
3874
|
"compatibility": {
|
|
3321
3875
|
"nuxt": "^2.0.0",
|
|
3322
3876
|
"requires": {}
|
|
@@ -3326,7 +3880,7 @@
|
|
|
3326
3880
|
"name": "sitemap",
|
|
3327
3881
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
3328
3882
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
3329
|
-
"npm": "",
|
|
3883
|
+
"npm": "@nuxtjs/sitemap",
|
|
3330
3884
|
"icon": "",
|
|
3331
3885
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
3332
3886
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -3340,7 +3894,6 @@
|
|
|
3340
3894
|
"twitter": "NicoPennec"
|
|
3341
3895
|
}
|
|
3342
3896
|
],
|
|
3343
|
-
"contributors": [],
|
|
3344
3897
|
"compatibility": {
|
|
3345
3898
|
"nuxt": "^2.0.0",
|
|
3346
3899
|
"requires": {}
|
|
@@ -3350,7 +3903,7 @@
|
|
|
3350
3903
|
"name": "snipcart",
|
|
3351
3904
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3352
3905
|
"repo": "nuxt-community/snipcart-module",
|
|
3353
|
-
"npm": "",
|
|
3906
|
+
"npm": "@nuxtjs/snipcart",
|
|
3354
3907
|
"icon": "snipcart.png",
|
|
3355
3908
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3356
3909
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -3364,7 +3917,6 @@
|
|
|
3364
3917
|
"twitter": "giraud_florent"
|
|
3365
3918
|
}
|
|
3366
3919
|
],
|
|
3367
|
-
"contributors": [],
|
|
3368
3920
|
"compatibility": {
|
|
3369
3921
|
"nuxt": "^2.0.0",
|
|
3370
3922
|
"requires": {}
|
|
@@ -3374,7 +3926,7 @@
|
|
|
3374
3926
|
"name": "social-meta",
|
|
3375
3927
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
3376
3928
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
3377
|
-
"npm": "",
|
|
3929
|
+
"npm": "nuxt-social-meta",
|
|
3378
3930
|
"icon": "",
|
|
3379
3931
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
3380
3932
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -3387,7 +3939,6 @@
|
|
|
3387
3939
|
"github": "AlekseyPleshkov"
|
|
3388
3940
|
}
|
|
3389
3941
|
],
|
|
3390
|
-
"contributors": [],
|
|
3391
3942
|
"compatibility": {
|
|
3392
3943
|
"nuxt": "^2.0.0",
|
|
3393
3944
|
"requires": {}
|
|
@@ -3397,7 +3948,7 @@
|
|
|
3397
3948
|
"name": "socket-io",
|
|
3398
3949
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
3399
3950
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
3400
|
-
"npm": "",
|
|
3951
|
+
"npm": "nuxt-socket-io",
|
|
3401
3952
|
"icon": "socket-io.png",
|
|
3402
3953
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
3403
3954
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -3410,7 +3961,6 @@
|
|
|
3410
3961
|
"github": "richardeschloss"
|
|
3411
3962
|
}
|
|
3412
3963
|
],
|
|
3413
|
-
"contributors": [],
|
|
3414
3964
|
"compatibility": {
|
|
3415
3965
|
"nuxt": "^2.0.0",
|
|
3416
3966
|
"requires": {}
|
|
@@ -3420,7 +3970,7 @@
|
|
|
3420
3970
|
"name": "speedcurve",
|
|
3421
3971
|
"description": "Speedcurve LUX module for Nuxt",
|
|
3422
3972
|
"repo": "nuxt-community/speedcurve-module",
|
|
3423
|
-
"npm": "",
|
|
3973
|
+
"npm": "@nuxtjs/speedcurve",
|
|
3424
3974
|
"icon": "speedcurve.png",
|
|
3425
3975
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
3426
3976
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -3434,7 +3984,6 @@
|
|
|
3434
3984
|
"twitter": "JoshDeltener"
|
|
3435
3985
|
}
|
|
3436
3986
|
],
|
|
3437
|
-
"contributors": [],
|
|
3438
3987
|
"compatibility": {
|
|
3439
3988
|
"nuxt": "^2.0.0",
|
|
3440
3989
|
"requires": {}
|
|
@@ -3444,7 +3993,7 @@
|
|
|
3444
3993
|
"name": "speedkit",
|
|
3445
3994
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3446
3995
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3447
|
-
"npm": "",
|
|
3996
|
+
"npm": "nuxt-speedkit",
|
|
3448
3997
|
"icon": "speedkit.png",
|
|
3449
3998
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3450
3999
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -3468,7 +4017,28 @@
|
|
|
3468
4017
|
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
3469
4018
|
}
|
|
3470
4019
|
],
|
|
3471
|
-
"
|
|
4020
|
+
"compatibility": {
|
|
4021
|
+
"nuxt": "^2.0.0",
|
|
4022
|
+
"requires": {}
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "ssr-lit",
|
|
4027
|
+
"description": "",
|
|
4028
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4029
|
+
"npm": "nuxt-ssr-lit",
|
|
4030
|
+
"icon": "",
|
|
4031
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4032
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4033
|
+
"learn_more": "",
|
|
4034
|
+
"category": "Devtools",
|
|
4035
|
+
"type": "3rd-party",
|
|
4036
|
+
"maintainers": [
|
|
4037
|
+
{
|
|
4038
|
+
"name": "prashantpalikhe",
|
|
4039
|
+
"github": "prashantpalikhe"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
3472
4042
|
"compatibility": {
|
|
3473
4043
|
"nuxt": "^2.0.0",
|
|
3474
4044
|
"requires": {}
|
|
@@ -3478,7 +4048,7 @@
|
|
|
3478
4048
|
"name": "storage",
|
|
3479
4049
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
3480
4050
|
"repo": "mazipan/nuxt-storage",
|
|
3481
|
-
"npm": "",
|
|
4051
|
+
"npm": "nuxt-storage",
|
|
3482
4052
|
"icon": "",
|
|
3483
4053
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
3484
4054
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -3491,7 +4061,6 @@
|
|
|
3491
4061
|
"github": "mazipan"
|
|
3492
4062
|
}
|
|
3493
4063
|
],
|
|
3494
|
-
"contributors": [],
|
|
3495
4064
|
"compatibility": {
|
|
3496
4065
|
"nuxt": "^2.0.0",
|
|
3497
4066
|
"requires": {}
|
|
@@ -3501,7 +4070,7 @@
|
|
|
3501
4070
|
"name": "storefront-ui",
|
|
3502
4071
|
"description": "Storefront UI Module for Nuxt.js",
|
|
3503
4072
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3504
|
-
"npm": "",
|
|
4073
|
+
"npm": "@storefront-ui/nuxt",
|
|
3505
4074
|
"icon": "storefront-ui.svg",
|
|
3506
4075
|
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3507
4076
|
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
@@ -3514,7 +4083,6 @@
|
|
|
3514
4083
|
"github": "Baroshem"
|
|
3515
4084
|
}
|
|
3516
4085
|
],
|
|
3517
|
-
"contributors": [],
|
|
3518
4086
|
"compatibility": {
|
|
3519
4087
|
"nuxt": "^2.0.0",
|
|
3520
4088
|
"requires": {}
|
|
@@ -3524,7 +4092,7 @@
|
|
|
3524
4092
|
"name": "stories",
|
|
3525
4093
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
3526
4094
|
"repo": "richardeschloss/nuxt-stories",
|
|
3527
|
-
"npm": "",
|
|
4095
|
+
"npm": "nuxt-stories",
|
|
3528
4096
|
"icon": "",
|
|
3529
4097
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
3530
4098
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -3537,7 +4105,6 @@
|
|
|
3537
4105
|
"github": "richardeschloss"
|
|
3538
4106
|
}
|
|
3539
4107
|
],
|
|
3540
|
-
"contributors": [],
|
|
3541
4108
|
"compatibility": {
|
|
3542
4109
|
"nuxt": "^2.0.0",
|
|
3543
4110
|
"requires": {}
|
|
@@ -3547,7 +4114,7 @@
|
|
|
3547
4114
|
"name": "storyblok",
|
|
3548
4115
|
"description": "Storyblok Nuxt.js module",
|
|
3549
4116
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3550
|
-
"npm": "",
|
|
4117
|
+
"npm": "@storyblok/nuxt",
|
|
3551
4118
|
"icon": "storyblok.png",
|
|
3552
4119
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3553
4120
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3560,7 +4127,6 @@
|
|
|
3560
4127
|
"github": "storyblok"
|
|
3561
4128
|
}
|
|
3562
4129
|
],
|
|
3563
|
-
"contributors": [],
|
|
3564
4130
|
"compatibility": {
|
|
3565
4131
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3566
4132
|
"requires": {}
|
|
@@ -3570,7 +4136,7 @@
|
|
|
3570
4136
|
"name": "storybook",
|
|
3571
4137
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
3572
4138
|
"repo": "nuxt-community/storybook",
|
|
3573
|
-
"npm": "",
|
|
4139
|
+
"npm": "@nuxtjs/storybook",
|
|
3574
4140
|
"icon": "storybook.png",
|
|
3575
4141
|
"github": "https://github.com/nuxt-community/storybook",
|
|
3576
4142
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -3589,7 +4155,6 @@
|
|
|
3589
4155
|
"twitter": "_pi0_"
|
|
3590
4156
|
}
|
|
3591
4157
|
],
|
|
3592
|
-
"contributors": [],
|
|
3593
4158
|
"compatibility": {
|
|
3594
4159
|
"nuxt": "^2.0.0",
|
|
3595
4160
|
"requires": {
|
|
@@ -3601,7 +4166,7 @@
|
|
|
3601
4166
|
"name": "strapi",
|
|
3602
4167
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
3603
4168
|
"repo": "nuxt-community/strapi-module",
|
|
3604
|
-
"npm": "",
|
|
4169
|
+
"npm": "@nuxtjs/strapi",
|
|
3605
4170
|
"icon": "strapi.png",
|
|
3606
4171
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
3607
4172
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -3620,17 +4185,18 @@
|
|
|
3620
4185
|
"twitter": "Atinux"
|
|
3621
4186
|
}
|
|
3622
4187
|
],
|
|
3623
|
-
"contributors": [],
|
|
3624
4188
|
"compatibility": {
|
|
3625
4189
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3626
|
-
"requires": {
|
|
4190
|
+
"requires": {
|
|
4191
|
+
"bridge": true
|
|
4192
|
+
}
|
|
3627
4193
|
}
|
|
3628
4194
|
},
|
|
3629
4195
|
{
|
|
3630
4196
|
"name": "stripe",
|
|
3631
4197
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
3632
4198
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
3633
|
-
"npm": "",
|
|
4199
|
+
"npm": "nuxt-stripe-module",
|
|
3634
4200
|
"icon": "stripe.png",
|
|
3635
4201
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
3636
4202
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -3643,7 +4209,6 @@
|
|
|
3643
4209
|
"github": "WilliamDASILVA"
|
|
3644
4210
|
}
|
|
3645
4211
|
],
|
|
3646
|
-
"contributors": [],
|
|
3647
4212
|
"compatibility": {
|
|
3648
4213
|
"nuxt": "^2.0.0",
|
|
3649
4214
|
"requires": {}
|
|
@@ -3653,7 +4218,7 @@
|
|
|
3653
4218
|
"name": "style-resources",
|
|
3654
4219
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
3655
4220
|
"repo": "nuxt-community/style-resources-module",
|
|
3656
|
-
"npm": "",
|
|
4221
|
+
"npm": "@nuxtjs/style-resources",
|
|
3657
4222
|
"icon": "",
|
|
3658
4223
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
3659
4224
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -3667,7 +4232,6 @@
|
|
|
3667
4232
|
"twitter": "TheAlexLichter"
|
|
3668
4233
|
}
|
|
3669
4234
|
],
|
|
3670
|
-
"contributors": [],
|
|
3671
4235
|
"compatibility": {
|
|
3672
4236
|
"nuxt": "^2.0.0",
|
|
3673
4237
|
"requires": {}
|
|
@@ -3677,7 +4241,7 @@
|
|
|
3677
4241
|
"name": "stylelint",
|
|
3678
4242
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
3679
4243
|
"repo": "nuxt-community/stylelint-module",
|
|
3680
|
-
"npm": "",
|
|
4244
|
+
"npm": "@nuxtjs/stylelint-module",
|
|
3681
4245
|
"icon": "stylelint.png",
|
|
3682
4246
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
3683
4247
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -3690,33 +4254,64 @@
|
|
|
3690
4254
|
"github": "ricardogobbosouza"
|
|
3691
4255
|
}
|
|
3692
4256
|
],
|
|
3693
|
-
"contributors": [],
|
|
3694
4257
|
"compatibility": {
|
|
3695
4258
|
"nuxt": "^2.0.0",
|
|
3696
4259
|
"requires": {}
|
|
3697
4260
|
}
|
|
3698
4261
|
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "stylify",
|
|
4264
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4265
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
4266
|
+
"npm": "@stylify/nuxt",
|
|
4267
|
+
"icon": "stylify.svg",
|
|
4268
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4269
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
4270
|
+
"learn_more": "https://stylifycss.com",
|
|
4271
|
+
"category": "UI",
|
|
4272
|
+
"type": "3rd-party",
|
|
4273
|
+
"maintainers": [
|
|
4274
|
+
{
|
|
4275
|
+
"name": "Vladimír Macháček",
|
|
4276
|
+
"github": "Machy8",
|
|
4277
|
+
"twitter": "8machy"
|
|
4278
|
+
}
|
|
4279
|
+
],
|
|
4280
|
+
"compatibility": {
|
|
4281
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4282
|
+
"requires": {}
|
|
4283
|
+
}
|
|
4284
|
+
},
|
|
3699
4285
|
{
|
|
3700
4286
|
"name": "supabase",
|
|
3701
|
-
"description": "
|
|
3702
|
-
"repo": "
|
|
3703
|
-
"npm": "",
|
|
4287
|
+
"description": "First class integration with Supabase",
|
|
4288
|
+
"repo": "nuxt-community/supabase-module",
|
|
4289
|
+
"npm": "@nuxtjs/supabase",
|
|
3704
4290
|
"icon": "supabase.png",
|
|
3705
|
-
"github": "https://github.com/
|
|
3706
|
-
"website": "https://
|
|
3707
|
-
"learn_more": "https://supabase.
|
|
4291
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
4292
|
+
"website": "https://supabase.nuxtjs.org",
|
|
4293
|
+
"learn_more": "https://supabase.com",
|
|
3708
4294
|
"category": "Database",
|
|
3709
|
-
"type": "
|
|
4295
|
+
"type": "community",
|
|
3710
4296
|
"maintainers": [
|
|
4297
|
+
{
|
|
4298
|
+
"name": "Baptiste Leproux",
|
|
4299
|
+
"github": "larbish",
|
|
4300
|
+
"twitter": "baptistelprx"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"name": "Sebastien Chopin",
|
|
4304
|
+
"github": "Atinux",
|
|
4305
|
+
"twitter": "Atinux"
|
|
4306
|
+
},
|
|
3711
4307
|
{
|
|
3712
4308
|
"name": "Scott Robertson",
|
|
3713
4309
|
"github": "scottrobertson",
|
|
3714
4310
|
"twitter": "scottymeuk"
|
|
3715
4311
|
}
|
|
3716
4312
|
],
|
|
3717
|
-
"contributors": [],
|
|
3718
4313
|
"compatibility": {
|
|
3719
|
-
"nuxt": "^2.0.0",
|
|
4314
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3720
4315
|
"requires": {}
|
|
3721
4316
|
}
|
|
3722
4317
|
},
|
|
@@ -3724,7 +4319,7 @@
|
|
|
3724
4319
|
"name": "svg-loader",
|
|
3725
4320
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
3726
4321
|
"repo": "Developmint/nuxt-svg-loader",
|
|
3727
|
-
"npm": "",
|
|
4322
|
+
"npm": "nuxt-svg-loader",
|
|
3728
4323
|
"icon": "",
|
|
3729
4324
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
3730
4325
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -3737,7 +4332,6 @@
|
|
|
3737
4332
|
"github": "Developmint"
|
|
3738
4333
|
}
|
|
3739
4334
|
],
|
|
3740
|
-
"contributors": [],
|
|
3741
4335
|
"compatibility": {
|
|
3742
4336
|
"nuxt": "^2.0.0",
|
|
3743
4337
|
"requires": {}
|
|
@@ -3747,7 +4341,7 @@
|
|
|
3747
4341
|
"name": "svg-sprite",
|
|
3748
4342
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
3749
4343
|
"repo": "nuxt-community/svg-sprite-module",
|
|
3750
|
-
"npm": "",
|
|
4344
|
+
"npm": "@nuxtjs/svg-sprite",
|
|
3751
4345
|
"icon": "",
|
|
3752
4346
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
3753
4347
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -3761,7 +4355,6 @@
|
|
|
3761
4355
|
"twitter": "a_birang"
|
|
3762
4356
|
}
|
|
3763
4357
|
],
|
|
3764
|
-
"contributors": [],
|
|
3765
4358
|
"compatibility": {
|
|
3766
4359
|
"nuxt": "^2.0.0",
|
|
3767
4360
|
"requires": {}
|
|
@@ -3771,7 +4364,7 @@
|
|
|
3771
4364
|
"name": "svg",
|
|
3772
4365
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
3773
4366
|
"repo": "nuxt-community/svg-module",
|
|
3774
|
-
"npm": "",
|
|
4367
|
+
"npm": "@nuxtjs/svg",
|
|
3775
4368
|
"icon": "",
|
|
3776
4369
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
3777
4370
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -3784,7 +4377,6 @@
|
|
|
3784
4377
|
"github": "sam3d"
|
|
3785
4378
|
}
|
|
3786
4379
|
],
|
|
3787
|
-
"contributors": [],
|
|
3788
4380
|
"compatibility": {
|
|
3789
4381
|
"nuxt": "^2.0.0",
|
|
3790
4382
|
"requires": {}
|
|
@@ -3794,7 +4386,7 @@
|
|
|
3794
4386
|
"name": "sweetalert2",
|
|
3795
4387
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
3796
4388
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
3797
|
-
"npm": "",
|
|
4389
|
+
"npm": "nuxt-sweetalert2",
|
|
3798
4390
|
"icon": "",
|
|
3799
4391
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
3800
4392
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -3807,7 +4399,6 @@
|
|
|
3807
4399
|
"github": "ImreC"
|
|
3808
4400
|
}
|
|
3809
4401
|
],
|
|
3810
|
-
"contributors": [],
|
|
3811
4402
|
"compatibility": {
|
|
3812
4403
|
"nuxt": "^2.0.0",
|
|
3813
4404
|
"requires": {}
|
|
@@ -3817,7 +4408,7 @@
|
|
|
3817
4408
|
"name": "tailwindcss",
|
|
3818
4409
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
3819
4410
|
"repo": "nuxt-community/tailwindcss-module",
|
|
3820
|
-
"npm": "",
|
|
4411
|
+
"npm": "@nuxtjs/tailwindcss",
|
|
3821
4412
|
"icon": "tailwindcss.png",
|
|
3822
4413
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
3823
4414
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -3831,7 +4422,6 @@
|
|
|
3831
4422
|
"twitter": "Atinux"
|
|
3832
4423
|
}
|
|
3833
4424
|
],
|
|
3834
|
-
"contributors": [],
|
|
3835
4425
|
"compatibility": {
|
|
3836
4426
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3837
4427
|
"requires": {}
|
|
@@ -3841,7 +4431,7 @@
|
|
|
3841
4431
|
"name": "tiktok-analytics",
|
|
3842
4432
|
"description": "",
|
|
3843
4433
|
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3844
|
-
"npm": "",
|
|
4434
|
+
"npm": "tiktok-analytics",
|
|
3845
4435
|
"icon": "",
|
|
3846
4436
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3847
4437
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
@@ -3855,7 +4445,6 @@
|
|
|
3855
4445
|
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3856
4446
|
}
|
|
3857
4447
|
],
|
|
3858
|
-
"contributors": [],
|
|
3859
4448
|
"compatibility": {
|
|
3860
4449
|
"nuxt": "^2.0.0",
|
|
3861
4450
|
"requires": {}
|
|
@@ -3865,7 +4454,7 @@
|
|
|
3865
4454
|
"name": "toast",
|
|
3866
4455
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
3867
4456
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
3868
|
-
"npm": "",
|
|
4457
|
+
"npm": "@nuxtjs/toast",
|
|
3869
4458
|
"icon": "",
|
|
3870
4459
|
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3871
4460
|
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
@@ -3879,17 +4468,41 @@
|
|
|
3879
4468
|
"twitter": "_pi0_"
|
|
3880
4469
|
}
|
|
3881
4470
|
],
|
|
3882
|
-
"contributors": [],
|
|
3883
4471
|
"compatibility": {
|
|
3884
4472
|
"nuxt": "^2.0.0",
|
|
3885
4473
|
"requires": {}
|
|
3886
4474
|
}
|
|
3887
4475
|
},
|
|
4476
|
+
{
|
|
4477
|
+
"name": "turnstile",
|
|
4478
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4479
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4480
|
+
"npm": "nuxt-turnstile",
|
|
4481
|
+
"icon": "cloudflare.svg",
|
|
4482
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4483
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4484
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4485
|
+
"category": "Security",
|
|
4486
|
+
"type": "3rd-party",
|
|
4487
|
+
"maintainers": [
|
|
4488
|
+
{
|
|
4489
|
+
"name": "Daniel Roe",
|
|
4490
|
+
"github": "danielroe",
|
|
4491
|
+
"twitter": "danielcroe"
|
|
4492
|
+
}
|
|
4493
|
+
],
|
|
4494
|
+
"compatibility": {
|
|
4495
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4496
|
+
"requires": {
|
|
4497
|
+
"bridge": true
|
|
4498
|
+
}
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
3888
4501
|
{
|
|
3889
4502
|
"name": "twa",
|
|
3890
4503
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3891
4504
|
"repo": "tuarrep/nuxt-twa",
|
|
3892
|
-
"npm": "",
|
|
4505
|
+
"npm": "nuxt-twa",
|
|
3893
4506
|
"icon": "",
|
|
3894
4507
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3895
4508
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
@@ -3902,7 +4515,6 @@
|
|
|
3902
4515
|
"github": "tuarrep"
|
|
3903
4516
|
}
|
|
3904
4517
|
],
|
|
3905
|
-
"contributors": [],
|
|
3906
4518
|
"compatibility": {
|
|
3907
4519
|
"nuxt": "^2.0.0",
|
|
3908
4520
|
"requires": {
|
|
@@ -3910,12 +4522,45 @@
|
|
|
3910
4522
|
}
|
|
3911
4523
|
}
|
|
3912
4524
|
},
|
|
4525
|
+
{
|
|
4526
|
+
"name": "twicpics",
|
|
4527
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4528
|
+
"repo": "TwicPics/components",
|
|
4529
|
+
"npm": "@twicpics/components",
|
|
4530
|
+
"icon": "twicpics.svg",
|
|
4531
|
+
"github": "https://github.com/TwicPics/components",
|
|
4532
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4533
|
+
"learn_more": "https://www.twicpics.com",
|
|
4534
|
+
"category": "Images",
|
|
4535
|
+
"type": "3rd-party",
|
|
4536
|
+
"maintainers": [
|
|
4537
|
+
{
|
|
4538
|
+
"name": "Florent Bourgeois",
|
|
4539
|
+
"github": "florentb",
|
|
4540
|
+
"twitter": "florent_b"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"name": "Julian Aubourg",
|
|
4544
|
+
"github": "jaubourg",
|
|
4545
|
+
"twitter": "jaubourg"
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"name": "Miguel Beignon",
|
|
4549
|
+
"github": "mbgspcii",
|
|
4550
|
+
"twitter": "m_beignon"
|
|
4551
|
+
}
|
|
4552
|
+
],
|
|
4553
|
+
"compatibility": {
|
|
4554
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4555
|
+
"requires": {}
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
3913
4558
|
{
|
|
3914
4559
|
"name": "typed-router",
|
|
3915
4560
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
3916
4561
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
3917
|
-
"npm": "",
|
|
3918
|
-
"icon": "
|
|
4562
|
+
"npm": "nuxt-typed-router",
|
|
4563
|
+
"icon": "typed-router.png",
|
|
3919
4564
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3920
4565
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3921
4566
|
"learn_more": "",
|
|
@@ -3927,17 +4572,41 @@
|
|
|
3927
4572
|
"github": "victorgarciaesgi"
|
|
3928
4573
|
}
|
|
3929
4574
|
],
|
|
3930
|
-
"contributors": [],
|
|
3931
4575
|
"compatibility": {
|
|
3932
|
-
"nuxt": "^2.0.0",
|
|
4576
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3933
4577
|
"requires": {}
|
|
3934
4578
|
}
|
|
3935
4579
|
},
|
|
4580
|
+
{
|
|
4581
|
+
"name": "typed-vuex",
|
|
4582
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4583
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4584
|
+
"npm": "nuxt-typed-vuex",
|
|
4585
|
+
"icon": "vue.png",
|
|
4586
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4587
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4588
|
+
"learn_more": "",
|
|
4589
|
+
"category": "Libraries",
|
|
4590
|
+
"type": "3rd-party",
|
|
4591
|
+
"maintainers": [
|
|
4592
|
+
{
|
|
4593
|
+
"name": "Daniel Roe",
|
|
4594
|
+
"github": "danielroe",
|
|
4595
|
+
"twitter": "danielcroe"
|
|
4596
|
+
}
|
|
4597
|
+
],
|
|
4598
|
+
"compatibility": {
|
|
4599
|
+
"nuxt": "^2.0.0",
|
|
4600
|
+
"requires": {
|
|
4601
|
+
"bridge": "optional"
|
|
4602
|
+
}
|
|
4603
|
+
}
|
|
4604
|
+
},
|
|
3936
4605
|
{
|
|
3937
4606
|
"name": "typescript-runtime",
|
|
3938
4607
|
"description": "TypeScript Runtime support for Nuxt",
|
|
3939
4608
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
3940
|
-
"npm": "",
|
|
4609
|
+
"npm": "@nuxt/typescript-runtime",
|
|
3941
4610
|
"icon": "typescript.svg",
|
|
3942
4611
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
3943
4612
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -3960,7 +4629,6 @@
|
|
|
3960
4629
|
"twitter": "danielcroe"
|
|
3961
4630
|
}
|
|
3962
4631
|
],
|
|
3963
|
-
"contributors": [],
|
|
3964
4632
|
"compatibility": {
|
|
3965
4633
|
"nuxt": "^2.0.0",
|
|
3966
4634
|
"requires": {}
|
|
@@ -3970,7 +4638,7 @@
|
|
|
3970
4638
|
"name": "typescript",
|
|
3971
4639
|
"description": "TypeScript Support for Nuxt",
|
|
3972
4640
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
3973
|
-
"npm": "",
|
|
4641
|
+
"npm": "@nuxt/typescript-build",
|
|
3974
4642
|
"icon": "typescript.svg",
|
|
3975
4643
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
3976
4644
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -3993,17 +4661,40 @@
|
|
|
3993
4661
|
"twitter": "danielcroe"
|
|
3994
4662
|
}
|
|
3995
4663
|
],
|
|
3996
|
-
"contributors": [],
|
|
3997
4664
|
"compatibility": {
|
|
3998
4665
|
"nuxt": "^2.0.0",
|
|
3999
4666
|
"requires": {}
|
|
4000
4667
|
}
|
|
4001
4668
|
},
|
|
4669
|
+
{
|
|
4670
|
+
"name": "umami",
|
|
4671
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4672
|
+
"repo": "ijkml/nuxt-umami",
|
|
4673
|
+
"npm": "nuxt-umami",
|
|
4674
|
+
"icon": "umami.svg",
|
|
4675
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4676
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4677
|
+
"learn_more": "https://umami.is/docs/",
|
|
4678
|
+
"category": "Analytics",
|
|
4679
|
+
"type": "3rd-party",
|
|
4680
|
+
"maintainers": [
|
|
4681
|
+
{
|
|
4682
|
+
"name": "ML",
|
|
4683
|
+
"github": "ijkml"
|
|
4684
|
+
}
|
|
4685
|
+
],
|
|
4686
|
+
"compatibility": {
|
|
4687
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4688
|
+
"requires": {
|
|
4689
|
+
"bridge": "optional"
|
|
4690
|
+
}
|
|
4691
|
+
}
|
|
4692
|
+
},
|
|
4002
4693
|
{
|
|
4003
4694
|
"name": "universal-storage",
|
|
4004
4695
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
4005
4696
|
"repo": "nuxt-community/universal-storage-module",
|
|
4006
|
-
"npm": "",
|
|
4697
|
+
"npm": "@nuxtjs/universal-storage",
|
|
4007
4698
|
"icon": "",
|
|
4008
4699
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
4009
4700
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -4022,17 +4713,42 @@
|
|
|
4022
4713
|
"twitter": "farzadso"
|
|
4023
4714
|
}
|
|
4024
4715
|
],
|
|
4025
|
-
"contributors": [],
|
|
4026
4716
|
"compatibility": {
|
|
4027
4717
|
"nuxt": "^2.0.0",
|
|
4028
4718
|
"requires": {}
|
|
4029
4719
|
}
|
|
4030
4720
|
},
|
|
4721
|
+
{
|
|
4722
|
+
"name": "unlighthouse",
|
|
4723
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4724
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4725
|
+
"npm": "@unlighthouse/nuxt",
|
|
4726
|
+
"icon": "unlighthouse.svg",
|
|
4727
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4728
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4729
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4730
|
+
"category": "Devtools",
|
|
4731
|
+
"type": "3rd-party",
|
|
4732
|
+
"maintainers": [
|
|
4733
|
+
{
|
|
4734
|
+
"name": "Harlan Wilton",
|
|
4735
|
+
"github": "harlan-zw",
|
|
4736
|
+
"twitter": "harlan_zw",
|
|
4737
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4738
|
+
}
|
|
4739
|
+
],
|
|
4740
|
+
"compatibility": {
|
|
4741
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4742
|
+
"requires": {
|
|
4743
|
+
"bridge": "optional"
|
|
4744
|
+
}
|
|
4745
|
+
}
|
|
4746
|
+
},
|
|
4031
4747
|
{
|
|
4032
4748
|
"name": "unocss",
|
|
4033
4749
|
"description": "The instant on-demand atomic CSS engine.",
|
|
4034
4750
|
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4035
|
-
"npm": "",
|
|
4751
|
+
"npm": "@unocss/nuxt",
|
|
4036
4752
|
"icon": "unocss.svg",
|
|
4037
4753
|
"github": "https://github.com/antfu/unocss",
|
|
4038
4754
|
"website": "https://github.com/antfu/unocss",
|
|
@@ -4047,7 +4763,6 @@
|
|
|
4047
4763
|
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4048
4764
|
}
|
|
4049
4765
|
],
|
|
4050
|
-
"contributors": [],
|
|
4051
4766
|
"compatibility": {
|
|
4052
4767
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4053
4768
|
"requires": {
|
|
@@ -4059,7 +4774,7 @@
|
|
|
4059
4774
|
"name": "user-agent",
|
|
4060
4775
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
4061
4776
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
4062
|
-
"npm": "",
|
|
4777
|
+
"npm": "nuxt-user-agent",
|
|
4063
4778
|
"icon": "",
|
|
4064
4779
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
4065
4780
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -4072,7 +4787,6 @@
|
|
|
4072
4787
|
"github": "fukuiretu"
|
|
4073
4788
|
}
|
|
4074
4789
|
],
|
|
4075
|
-
"contributors": [],
|
|
4076
4790
|
"compatibility": {
|
|
4077
4791
|
"nuxt": "^2.0.0",
|
|
4078
4792
|
"requires": {}
|
|
@@ -4082,7 +4796,7 @@
|
|
|
4082
4796
|
"name": "validate",
|
|
4083
4797
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
4084
4798
|
"repo": "lewyuburi/nuxt-validate",
|
|
4085
|
-
"npm": "",
|
|
4799
|
+
"npm": "nuxt-validate",
|
|
4086
4800
|
"icon": "vee-validate.png",
|
|
4087
4801
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
4088
4802
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -4095,7 +4809,6 @@
|
|
|
4095
4809
|
"github": "lewyuburi"
|
|
4096
4810
|
}
|
|
4097
4811
|
],
|
|
4098
|
-
"contributors": [],
|
|
4099
4812
|
"compatibility": {
|
|
4100
4813
|
"nuxt": "^2.0.0",
|
|
4101
4814
|
"requires": {}
|
|
@@ -4105,7 +4818,7 @@
|
|
|
4105
4818
|
"name": "vendor",
|
|
4106
4819
|
"description": "directly serve node_modules",
|
|
4107
4820
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
4108
|
-
"npm": "",
|
|
4821
|
+
"npm": "@nuxtjs/vendor",
|
|
4109
4822
|
"icon": "",
|
|
4110
4823
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
4111
4824
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -4119,17 +4832,41 @@
|
|
|
4119
4832
|
"twitter": "_pi0_"
|
|
4120
4833
|
}
|
|
4121
4834
|
],
|
|
4122
|
-
"contributors": [],
|
|
4123
4835
|
"compatibility": {
|
|
4124
4836
|
"nuxt": "^2.0.0",
|
|
4125
4837
|
"requires": {}
|
|
4126
4838
|
}
|
|
4127
4839
|
},
|
|
4840
|
+
{
|
|
4841
|
+
"name": "vue-macros",
|
|
4842
|
+
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
4843
|
+
"repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
|
|
4844
|
+
"npm": "@vue-macros/nuxt",
|
|
4845
|
+
"icon": "vue-macros.svg",
|
|
4846
|
+
"github": "https://github.com/sxzz/unplugin-vue-macros",
|
|
4847
|
+
"website": "https://vue-macros.sxzz.moe",
|
|
4848
|
+
"learn_more": "https://github.com/sxzz/unplugin-vue-macros",
|
|
4849
|
+
"category": "Extensions",
|
|
4850
|
+
"type": "3rd-party",
|
|
4851
|
+
"maintainers": [
|
|
4852
|
+
{
|
|
4853
|
+
"name": "三咲智子 Kevin Deng",
|
|
4854
|
+
"github": "sxzz",
|
|
4855
|
+
"twitter": "sanxiaozhizi"
|
|
4856
|
+
}
|
|
4857
|
+
],
|
|
4858
|
+
"compatibility": {
|
|
4859
|
+
"nuxt": "^3.0.0",
|
|
4860
|
+
"requires": {
|
|
4861
|
+
"bridge": "optional"
|
|
4862
|
+
}
|
|
4863
|
+
}
|
|
4864
|
+
},
|
|
4128
4865
|
{
|
|
4129
4866
|
"name": "vue-material",
|
|
4130
4867
|
"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.",
|
|
4131
4868
|
"repo": "vaso2/nuxt-vue-material",
|
|
4132
|
-
"npm": "",
|
|
4869
|
+
"npm": "nuxt-vue-material",
|
|
4133
4870
|
"icon": "vue-material.png",
|
|
4134
4871
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
4135
4872
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -4142,7 +4879,6 @@
|
|
|
4142
4879
|
"github": "vaso2"
|
|
4143
4880
|
}
|
|
4144
4881
|
],
|
|
4145
|
-
"contributors": [],
|
|
4146
4882
|
"compatibility": {
|
|
4147
4883
|
"nuxt": "^2.0.0",
|
|
4148
4884
|
"requires": {}
|
|
@@ -4152,7 +4888,7 @@
|
|
|
4152
4888
|
"name": "vue-multiselect",
|
|
4153
4889
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
4154
4890
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
4155
|
-
"npm": "",
|
|
4891
|
+
"npm": "nuxt-vue-multiselect",
|
|
4156
4892
|
"icon": "",
|
|
4157
4893
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
4158
4894
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -4165,7 +4901,28 @@
|
|
|
4165
4901
|
"github": "spektrummedia"
|
|
4166
4902
|
}
|
|
4167
4903
|
],
|
|
4168
|
-
"
|
|
4904
|
+
"compatibility": {
|
|
4905
|
+
"nuxt": "^2.0.0",
|
|
4906
|
+
"requires": {}
|
|
4907
|
+
}
|
|
4908
|
+
},
|
|
4909
|
+
{
|
|
4910
|
+
"name": "vue-plausible",
|
|
4911
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
4912
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
4913
|
+
"npm": "vue-plausible",
|
|
4914
|
+
"icon": "plausible.png",
|
|
4915
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
4916
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
4917
|
+
"learn_more": "",
|
|
4918
|
+
"category": "Analytics",
|
|
4919
|
+
"type": "3rd-party",
|
|
4920
|
+
"maintainers": [
|
|
4921
|
+
{
|
|
4922
|
+
"name": "moritzsternemann",
|
|
4923
|
+
"github": "moritzsternemann"
|
|
4924
|
+
}
|
|
4925
|
+
],
|
|
4169
4926
|
"compatibility": {
|
|
4170
4927
|
"nuxt": "^2.0.0",
|
|
4171
4928
|
"requires": {}
|
|
@@ -4175,7 +4932,7 @@
|
|
|
4175
4932
|
"name": "vue-select",
|
|
4176
4933
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
4177
4934
|
"repo": "madmod/nuxt-vue-select",
|
|
4178
|
-
"npm": "",
|
|
4935
|
+
"npm": "nuxt-vue-select",
|
|
4179
4936
|
"icon": "",
|
|
4180
4937
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
4181
4938
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -4188,17 +4945,41 @@
|
|
|
4188
4945
|
"github": "madmod"
|
|
4189
4946
|
}
|
|
4190
4947
|
],
|
|
4191
|
-
"contributors": [],
|
|
4192
4948
|
"compatibility": {
|
|
4193
4949
|
"nuxt": "^2.0.0",
|
|
4194
4950
|
"requires": {}
|
|
4195
4951
|
}
|
|
4196
4952
|
},
|
|
4953
|
+
{
|
|
4954
|
+
"name": "vue-transitions",
|
|
4955
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
4956
|
+
"repo": "MorevM/vue-transitions",
|
|
4957
|
+
"npm": "@morev/vue-transitions",
|
|
4958
|
+
"icon": "vue-transitions.svg",
|
|
4959
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
4960
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
4961
|
+
"learn_more": "",
|
|
4962
|
+
"category": "UI",
|
|
4963
|
+
"type": "3rd-party",
|
|
4964
|
+
"maintainers": [
|
|
4965
|
+
{
|
|
4966
|
+
"name": "Maxim Morev",
|
|
4967
|
+
"github": "MorevM",
|
|
4968
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
4969
|
+
}
|
|
4970
|
+
],
|
|
4971
|
+
"compatibility": {
|
|
4972
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4973
|
+
"requires": {
|
|
4974
|
+
"bridge": "optional"
|
|
4975
|
+
}
|
|
4976
|
+
}
|
|
4977
|
+
},
|
|
4197
4978
|
{
|
|
4198
4979
|
"name": "vue-warehouse",
|
|
4199
4980
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
4200
4981
|
"repo": "juliomrqz/vue-warehouse",
|
|
4201
|
-
"npm": "",
|
|
4982
|
+
"npm": "vue-warehouse",
|
|
4202
4983
|
"icon": "",
|
|
4203
4984
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
4204
4985
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -4212,17 +4993,38 @@
|
|
|
4212
4993
|
"twitter": "juliomrqz"
|
|
4213
4994
|
}
|
|
4214
4995
|
],
|
|
4215
|
-
"contributors": [],
|
|
4216
4996
|
"compatibility": {
|
|
4217
4997
|
"nuxt": "^2.0.0",
|
|
4218
4998
|
"requires": {}
|
|
4219
4999
|
}
|
|
4220
5000
|
},
|
|
5001
|
+
{
|
|
5002
|
+
"name": "vuestic",
|
|
5003
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
5004
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5005
|
+
"npm": "@vuestic/nuxt",
|
|
5006
|
+
"icon": "vuestic.png",
|
|
5007
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5008
|
+
"website": "https://vuestic.dev",
|
|
5009
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
5010
|
+
"category": "UI",
|
|
5011
|
+
"type": "3rd-party",
|
|
5012
|
+
"maintainers": [
|
|
5013
|
+
{
|
|
5014
|
+
"name": "epicmaxco",
|
|
5015
|
+
"github": "epicmaxco"
|
|
5016
|
+
}
|
|
5017
|
+
],
|
|
5018
|
+
"compatibility": {
|
|
5019
|
+
"nuxt": "^3.0.0",
|
|
5020
|
+
"requires": {}
|
|
5021
|
+
}
|
|
5022
|
+
},
|
|
4221
5023
|
{
|
|
4222
5024
|
"name": "vuetify",
|
|
4223
5025
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
4224
5026
|
"repo": "nuxt-community/vuetify-module",
|
|
4225
|
-
"npm": "",
|
|
5027
|
+
"npm": "@nuxtjs/vuetify",
|
|
4226
5028
|
"icon": "vuetify.png",
|
|
4227
5029
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
4228
5030
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -4240,7 +5042,6 @@
|
|
|
4240
5042
|
"twitter": "_pi0_"
|
|
4241
5043
|
}
|
|
4242
5044
|
],
|
|
4243
|
-
"contributors": [],
|
|
4244
5045
|
"compatibility": {
|
|
4245
5046
|
"nuxt": "^2.0.0",
|
|
4246
5047
|
"requires": {}
|
|
@@ -4249,8 +5050,8 @@
|
|
|
4249
5050
|
{
|
|
4250
5051
|
"name": "vueuse",
|
|
4251
5052
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4252
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4253
|
-
"npm": "",
|
|
5053
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
5054
|
+
"npm": "@vueuse/nuxt",
|
|
4254
5055
|
"icon": "vueuse.svg",
|
|
4255
5056
|
"github": "https://github.com/vueuse/vueuse",
|
|
4256
5057
|
"website": "https://vueuse.org",
|
|
@@ -4264,7 +5065,6 @@
|
|
|
4264
5065
|
"twitter": "antfu7"
|
|
4265
5066
|
}
|
|
4266
5067
|
],
|
|
4267
|
-
"contributors": [],
|
|
4268
5068
|
"compatibility": {
|
|
4269
5069
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4270
5070
|
"requires": {
|
|
@@ -4276,7 +5076,7 @@
|
|
|
4276
5076
|
"name": "vuex-router-sync",
|
|
4277
5077
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
4278
5078
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
4279
|
-
"npm": "",
|
|
5079
|
+
"npm": "nuxt-vuex-router-sync",
|
|
4280
5080
|
"icon": "",
|
|
4281
5081
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
4282
5082
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -4289,7 +5089,6 @@
|
|
|
4289
5089
|
"github": "paulgv"
|
|
4290
5090
|
}
|
|
4291
5091
|
],
|
|
4292
|
-
"contributors": [],
|
|
4293
5092
|
"compatibility": {
|
|
4294
5093
|
"nuxt": "^2.0.0",
|
|
4295
5094
|
"requires": {}
|
|
@@ -4299,8 +5098,8 @@
|
|
|
4299
5098
|
"name": "web-vitals",
|
|
4300
5099
|
"description": "Web Vitals for Nuxt",
|
|
4301
5100
|
"repo": "nuxt-community/web-vitals-module",
|
|
4302
|
-
"npm": "",
|
|
4303
|
-
"icon": "",
|
|
5101
|
+
"npm": "@nuxtjs/web-vitals",
|
|
5102
|
+
"icon": "web-vitals.png",
|
|
4304
5103
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4305
5104
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4306
5105
|
"learn_more": "",
|
|
@@ -4322,31 +5121,31 @@
|
|
|
4322
5121
|
"twitter": "Atinux"
|
|
4323
5122
|
}
|
|
4324
5123
|
],
|
|
4325
|
-
"contributors": [],
|
|
4326
5124
|
"compatibility": {
|
|
4327
|
-
"nuxt": "^2.0.0",
|
|
4328
|
-
"requires": {
|
|
5125
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5126
|
+
"requires": {
|
|
5127
|
+
"bridge": "optional"
|
|
5128
|
+
}
|
|
4329
5129
|
}
|
|
4330
5130
|
},
|
|
4331
5131
|
{
|
|
4332
5132
|
"name": "web3js",
|
|
4333
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4334
|
-
"repo": "
|
|
4335
|
-
"npm": "",
|
|
5133
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
5134
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
5135
|
+
"npm": "nuxt-web3",
|
|
4336
5136
|
"icon": "web3js.svg",
|
|
4337
|
-
"github": "https://github.com/
|
|
4338
|
-
"website": "https://github.com/
|
|
5137
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5138
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4339
5139
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4340
5140
|
"category": "Libraries",
|
|
4341
5141
|
"type": "3rd-party",
|
|
4342
5142
|
"maintainers": [
|
|
4343
5143
|
{
|
|
4344
5144
|
"name": "Muhammad Fauzan",
|
|
4345
|
-
"github": "
|
|
4346
|
-
"twitter": "
|
|
5145
|
+
"github": "bl0cknumber",
|
|
5146
|
+
"twitter": "fncolon"
|
|
4347
5147
|
}
|
|
4348
5148
|
],
|
|
4349
|
-
"contributors": [],
|
|
4350
5149
|
"compatibility": {
|
|
4351
5150
|
"nuxt": "^2.0.0",
|
|
4352
5151
|
"requires": {}
|
|
@@ -4356,7 +5155,7 @@
|
|
|
4356
5155
|
"name": "webfontloader",
|
|
4357
5156
|
"description": "Efficient web font loading has never been easier!",
|
|
4358
5157
|
"repo": "Developmint/nuxt-webfontloader",
|
|
4359
|
-
"npm": "",
|
|
5158
|
+
"npm": "nuxt-webfontloader",
|
|
4360
5159
|
"icon": "",
|
|
4361
5160
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
4362
5161
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -4369,7 +5168,6 @@
|
|
|
4369
5168
|
"github": "Developmint"
|
|
4370
5169
|
}
|
|
4371
5170
|
],
|
|
4372
|
-
"contributors": [],
|
|
4373
5171
|
"compatibility": {
|
|
4374
5172
|
"nuxt": "^2.0.0",
|
|
4375
5173
|
"requires": {}
|
|
@@ -4379,7 +5177,7 @@
|
|
|
4379
5177
|
"name": "webpack-optimisations",
|
|
4380
5178
|
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4381
5179
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4382
|
-
"npm": "",
|
|
5180
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4383
5181
|
"icon": "build-optimisations.svg",
|
|
4384
5182
|
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4385
5183
|
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
@@ -4392,7 +5190,6 @@
|
|
|
4392
5190
|
"github": "harlan-zw"
|
|
4393
5191
|
}
|
|
4394
5192
|
],
|
|
4395
|
-
"contributors": [],
|
|
4396
5193
|
"compatibility": {
|
|
4397
5194
|
"nuxt": "^2.0.0",
|
|
4398
5195
|
"requires": {
|
|
@@ -4404,7 +5201,7 @@
|
|
|
4404
5201
|
"name": "webpack-profile",
|
|
4405
5202
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
4406
5203
|
"repo": "nuxt-community/webpack-profile-module",
|
|
4407
|
-
"npm": "",
|
|
5204
|
+
"npm": "@nuxtjs/webpack-profile",
|
|
4408
5205
|
"icon": "webpack.png",
|
|
4409
5206
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
4410
5207
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -4418,7 +5215,6 @@
|
|
|
4418
5215
|
"twitter": "_pi0_"
|
|
4419
5216
|
}
|
|
4420
5217
|
],
|
|
4421
|
-
"contributors": [],
|
|
4422
5218
|
"compatibility": {
|
|
4423
5219
|
"nuxt": "^2.0.0",
|
|
4424
5220
|
"requires": {}
|
|
@@ -4428,7 +5224,7 @@
|
|
|
4428
5224
|
"name": "webpackdashboard",
|
|
4429
5225
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
4430
5226
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
4431
|
-
"npm": "",
|
|
5227
|
+
"npm": "nuxt-webpackdashboard",
|
|
4432
5228
|
"icon": "webpack.png",
|
|
4433
5229
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
4434
5230
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -4441,7 +5237,6 @@
|
|
|
4441
5237
|
"github": "paulgv"
|
|
4442
5238
|
}
|
|
4443
5239
|
],
|
|
4444
|
-
"contributors": [],
|
|
4445
5240
|
"compatibility": {
|
|
4446
5241
|
"nuxt": "^2.0.0",
|
|
4447
5242
|
"requires": {}
|
|
@@ -4451,7 +5246,7 @@
|
|
|
4451
5246
|
"name": "webpackmonitor",
|
|
4452
5247
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
4453
5248
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
4454
|
-
"npm": "",
|
|
5249
|
+
"npm": "@nuxtjs/webpackmonitor",
|
|
4455
5250
|
"icon": "webpack.png",
|
|
4456
5251
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
4457
5252
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -4465,7 +5260,6 @@
|
|
|
4465
5260
|
"twitter": "_pi0_"
|
|
4466
5261
|
}
|
|
4467
5262
|
],
|
|
4468
|
-
"contributors": [],
|
|
4469
5263
|
"compatibility": {
|
|
4470
5264
|
"nuxt": "^2.0.0",
|
|
4471
5265
|
"requires": {}
|
|
@@ -4475,7 +5269,7 @@
|
|
|
4475
5269
|
"name": "windicss",
|
|
4476
5270
|
"description": "Next generation utility-first CSS framework.",
|
|
4477
5271
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4478
|
-
"npm": "",
|
|
5272
|
+
"npm": "nuxt-windicss",
|
|
4479
5273
|
"icon": "windicss.svg",
|
|
4480
5274
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4481
5275
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -4494,7 +5288,6 @@
|
|
|
4494
5288
|
"twitter": "antfu7"
|
|
4495
5289
|
}
|
|
4496
5290
|
],
|
|
4497
|
-
"contributors": [],
|
|
4498
5291
|
"compatibility": {
|
|
4499
5292
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4500
5293
|
"requires": {
|
|
@@ -4506,7 +5299,7 @@
|
|
|
4506
5299
|
"name": "winston-log",
|
|
4507
5300
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
4508
5301
|
"repo": "aaronransley/nuxt-winston-log",
|
|
4509
|
-
"npm": "",
|
|
5302
|
+
"npm": "nuxt-winston-log",
|
|
4510
5303
|
"icon": "winston.png",
|
|
4511
5304
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
4512
5305
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -4519,7 +5312,6 @@
|
|
|
4519
5312
|
"github": "aaronransley"
|
|
4520
5313
|
}
|
|
4521
5314
|
],
|
|
4522
|
-
"contributors": [],
|
|
4523
5315
|
"compatibility": {
|
|
4524
5316
|
"nuxt": "^2.0.0",
|
|
4525
5317
|
"requires": {}
|
|
@@ -4529,7 +5321,7 @@
|
|
|
4529
5321
|
"name": "wp-nuxt",
|
|
4530
5322
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
4531
5323
|
"repo": "yashha/wp-nuxt",
|
|
4532
|
-
"npm": "",
|
|
5324
|
+
"npm": "wp-nuxt",
|
|
4533
5325
|
"icon": "wordpress.png",
|
|
4534
5326
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
4535
5327
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -4542,7 +5334,6 @@
|
|
|
4542
5334
|
"github": "yashha"
|
|
4543
5335
|
}
|
|
4544
5336
|
],
|
|
4545
|
-
"contributors": [],
|
|
4546
5337
|
"compatibility": {
|
|
4547
5338
|
"nuxt": "^2.0.0",
|
|
4548
5339
|
"requires": {}
|
|
@@ -4552,7 +5343,7 @@
|
|
|
4552
5343
|
"name": "xhr-cache",
|
|
4553
5344
|
"description": "Cache api resources and serve it as static resource",
|
|
4554
5345
|
"repo": "gaetansenn/xhr-cache",
|
|
4555
|
-
"npm": "",
|
|
5346
|
+
"npm": "@dewib/xhr-cache",
|
|
4556
5347
|
"icon": "",
|
|
4557
5348
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
4558
5349
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -4565,17 +5356,41 @@
|
|
|
4565
5356
|
"github": "gaetansenn"
|
|
4566
5357
|
}
|
|
4567
5358
|
],
|
|
4568
|
-
"contributors": [],
|
|
4569
5359
|
"compatibility": {
|
|
4570
5360
|
"nuxt": "^2.0.0",
|
|
4571
5361
|
"requires": {}
|
|
4572
5362
|
}
|
|
4573
5363
|
},
|
|
5364
|
+
{
|
|
5365
|
+
"name": "xstate",
|
|
5366
|
+
"description": "XState integration for Nuxt",
|
|
5367
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5368
|
+
"npm": "nuxt-xstate",
|
|
5369
|
+
"icon": "xstate.svg",
|
|
5370
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5371
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5372
|
+
"learn_more": "https://xstate.js.org/",
|
|
5373
|
+
"category": "Extensions",
|
|
5374
|
+
"type": "3rd-party",
|
|
5375
|
+
"maintainers": [
|
|
5376
|
+
{
|
|
5377
|
+
"name": "Lexpeartha",
|
|
5378
|
+
"github": "Lexpeartha",
|
|
5379
|
+
"twitter": "lexpeartha"
|
|
5380
|
+
}
|
|
5381
|
+
],
|
|
5382
|
+
"compatibility": {
|
|
5383
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5384
|
+
"requires": {
|
|
5385
|
+
"bridge": true
|
|
5386
|
+
}
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
4574
5389
|
{
|
|
4575
5390
|
"name": "xui",
|
|
4576
5391
|
"description": "Light module to help design websites with Nuxt.",
|
|
4577
5392
|
"repo": "MetaCorp/xui-module",
|
|
4578
|
-
"npm": "",
|
|
5393
|
+
"npm": "xui-module",
|
|
4579
5394
|
"icon": "",
|
|
4580
5395
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
4581
5396
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -4588,7 +5403,6 @@
|
|
|
4588
5403
|
"github": "MetaCorp"
|
|
4589
5404
|
}
|
|
4590
5405
|
],
|
|
4591
|
-
"contributors": [],
|
|
4592
5406
|
"compatibility": {
|
|
4593
5407
|
"nuxt": "^2.0.0",
|
|
4594
5408
|
"requires": {}
|
|
@@ -4598,7 +5412,7 @@
|
|
|
4598
5412
|
"name": "yandex-metrika",
|
|
4599
5413
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
4600
5414
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
4601
|
-
"npm": "",
|
|
5415
|
+
"npm": "@nuxtjs/yandex-metrika",
|
|
4602
5416
|
"icon": "",
|
|
4603
5417
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4604
5418
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -4612,7 +5426,6 @@
|
|
|
4612
5426
|
"twitter": "_pi0_"
|
|
4613
5427
|
}
|
|
4614
5428
|
],
|
|
4615
|
-
"contributors": [],
|
|
4616
5429
|
"compatibility": {
|
|
4617
5430
|
"nuxt": "^2.0.0",
|
|
4618
5431
|
"requires": {}
|
|
@@ -4622,7 +5435,7 @@
|
|
|
4622
5435
|
"name": "zendesk",
|
|
4623
5436
|
"description": "Nuxt.js module for Zendesk",
|
|
4624
5437
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
4625
|
-
"npm": "",
|
|
5438
|
+
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
4626
5439
|
"icon": "zendesk.png",
|
|
4627
5440
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
4628
5441
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
@@ -4635,7 +5448,6 @@
|
|
|
4635
5448
|
"github": "DansMaCulotte"
|
|
4636
5449
|
}
|
|
4637
5450
|
],
|
|
4638
|
-
"contributors": [],
|
|
4639
5451
|
"compatibility": {
|
|
4640
5452
|
"nuxt": "^2.0.0",
|
|
4641
5453
|
"requires": {}
|