@nuxt/modules 0.5.0-633b8d → 0.5.0-6b255b
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 +1196 -491
- 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,7 +44,6 @@
|
|
|
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": {}
|
|
@@ -54,10 +52,10 @@
|
|
|
54
52
|
{
|
|
55
53
|
"name": "algolia",
|
|
56
54
|
"description": "Algolia Search Module for Nuxt 3",
|
|
57
|
-
"repo": "nuxt-
|
|
58
|
-
"npm": "",
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
59
57
|
"icon": "algolia.svg",
|
|
60
|
-
"github": "https://github.com/nuxt-
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
61
59
|
"website": "https://algolia.nuxtjs.org/",
|
|
62
60
|
"learn_more": "https://algolia.nuxtjs.org/",
|
|
63
61
|
"category": "Libraries",
|
|
@@ -74,17 +72,18 @@
|
|
|
74
72
|
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
75
73
|
}
|
|
76
74
|
],
|
|
77
|
-
"contributors": [],
|
|
78
75
|
"compatibility": {
|
|
79
|
-
"nuxt": "^3.0.0",
|
|
80
|
-
"requires": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
81
80
|
}
|
|
82
81
|
},
|
|
83
82
|
{
|
|
84
83
|
"name": "alias",
|
|
85
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
86
85
|
"repo": "kdydesign/nuxt-alias-module",
|
|
87
|
-
"npm": "",
|
|
86
|
+
"npm": "nuxt-alias",
|
|
88
87
|
"icon": "",
|
|
89
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
90
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -97,7 +96,6 @@
|
|
|
97
96
|
"github": "kdydesign"
|
|
98
97
|
}
|
|
99
98
|
],
|
|
100
|
-
"contributors": [],
|
|
101
99
|
"compatibility": {
|
|
102
100
|
"nuxt": "^2.0.0",
|
|
103
101
|
"requires": {}
|
|
@@ -107,7 +105,7 @@
|
|
|
107
105
|
"name": "amp",
|
|
108
106
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
109
107
|
"repo": "nuxt-community/amp-module",
|
|
110
|
-
"npm": "",
|
|
108
|
+
"npm": "@nuxtjs/amp",
|
|
111
109
|
"icon": "amp.png",
|
|
112
110
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
113
111
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -121,7 +119,6 @@
|
|
|
121
119
|
"twitter": "a_birang"
|
|
122
120
|
}
|
|
123
121
|
],
|
|
124
|
-
"contributors": [],
|
|
125
122
|
"compatibility": {
|
|
126
123
|
"nuxt": "^2.0.0",
|
|
127
124
|
"requires": {}
|
|
@@ -131,7 +128,7 @@
|
|
|
131
128
|
"name": "animejs",
|
|
132
129
|
"description": "Anime.js module for Nuxt.js",
|
|
133
130
|
"repo": "ivodolenc/nuxt-animejs",
|
|
134
|
-
"npm": "",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
135
132
|
"icon": "",
|
|
136
133
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
137
134
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -144,17 +141,40 @@
|
|
|
144
141
|
"github": "ivodolenc"
|
|
145
142
|
}
|
|
146
143
|
],
|
|
147
|
-
"contributors": [],
|
|
148
144
|
"compatibility": {
|
|
149
145
|
"nuxt": "^2.0.0",
|
|
150
146
|
"requires": {}
|
|
151
147
|
}
|
|
152
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
|
+
},
|
|
153
173
|
{
|
|
154
174
|
"name": "apis-to-file",
|
|
155
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",
|
|
156
176
|
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
157
|
-
"npm": "",
|
|
177
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
158
178
|
"icon": "",
|
|
159
179
|
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
160
180
|
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
@@ -169,7 +189,6 @@
|
|
|
169
189
|
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
170
190
|
}
|
|
171
191
|
],
|
|
172
|
-
"contributors": [],
|
|
173
192
|
"compatibility": {
|
|
174
193
|
"nuxt": "^2.0.0",
|
|
175
194
|
"requires": {}
|
|
@@ -178,27 +197,24 @@
|
|
|
178
197
|
{
|
|
179
198
|
"name": "apollo",
|
|
180
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
181
|
-
"repo": "nuxt-
|
|
182
|
-
"npm": "",
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
201
|
+
"npm": "@nuxtjs/apollo",
|
|
183
202
|
"icon": "apollo.png",
|
|
184
|
-
"github": "https://github.com/nuxt-
|
|
185
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
186
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
187
206
|
"category": "Request",
|
|
188
207
|
"type": "community",
|
|
189
208
|
"maintainers": [
|
|
190
209
|
{
|
|
191
|
-
"name": "
|
|
192
|
-
"github": "
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
"name": "Dominic Garms",
|
|
196
|
-
"github": "dohomi"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
197
214
|
}
|
|
198
215
|
],
|
|
199
|
-
"contributors": [],
|
|
200
216
|
"compatibility": {
|
|
201
|
-
"nuxt": "^2.0.0",
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
202
218
|
"requires": {}
|
|
203
219
|
}
|
|
204
220
|
},
|
|
@@ -206,7 +222,7 @@
|
|
|
206
222
|
"name": "applicationinsights",
|
|
207
223
|
"description": "AppInsights module for Nuxt.js",
|
|
208
224
|
"repo": "nuxt-community/applicationinsights-module",
|
|
209
|
-
"npm": "",
|
|
225
|
+
"npm": "@nuxtjs/applicationinsights",
|
|
210
226
|
"icon": "application-insights.png",
|
|
211
227
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
212
228
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -219,7 +235,6 @@
|
|
|
219
235
|
"github": "aldarund"
|
|
220
236
|
}
|
|
221
237
|
],
|
|
222
|
-
"contributors": [],
|
|
223
238
|
"compatibility": {
|
|
224
239
|
"nuxt": "^2.0.0",
|
|
225
240
|
"requires": {}
|
|
@@ -229,7 +244,7 @@
|
|
|
229
244
|
"name": "appwrite",
|
|
230
245
|
"description": "Appwrite module for Nuxt",
|
|
231
246
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
232
|
-
"npm": "",
|
|
247
|
+
"npm": "nuxt-appwrite",
|
|
233
248
|
"icon": "appwrite.png",
|
|
234
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
235
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -242,7 +257,6 @@
|
|
|
242
257
|
"github": "Hrdtr"
|
|
243
258
|
}
|
|
244
259
|
],
|
|
245
|
-
"contributors": [],
|
|
246
260
|
"compatibility": {
|
|
247
261
|
"nuxt": "^2.0.0",
|
|
248
262
|
"requires": {}
|
|
@@ -252,7 +266,7 @@
|
|
|
252
266
|
"name": "auth",
|
|
253
267
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
254
268
|
"repo": "nuxt-community/auth-module",
|
|
255
|
-
"npm": "",
|
|
269
|
+
"npm": "@nuxtjs/auth",
|
|
256
270
|
"icon": "auth.png",
|
|
257
271
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
258
272
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -270,7 +284,6 @@
|
|
|
270
284
|
"github": "JoaoPedroAS51"
|
|
271
285
|
}
|
|
272
286
|
],
|
|
273
|
-
"contributors": [],
|
|
274
287
|
"compatibility": {
|
|
275
288
|
"nuxt": "^2.0.0",
|
|
276
289
|
"requires": {}
|
|
@@ -280,7 +293,7 @@
|
|
|
280
293
|
"name": "axios",
|
|
281
294
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
282
295
|
"repo": "nuxt-community/axios-module",
|
|
283
|
-
"npm": "",
|
|
296
|
+
"npm": "@nuxtjs/axios",
|
|
284
297
|
"icon": "axios.svg",
|
|
285
298
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
286
299
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -294,7 +307,6 @@
|
|
|
294
307
|
"twitter": "_pi0_"
|
|
295
308
|
}
|
|
296
309
|
],
|
|
297
|
-
"contributors": [],
|
|
298
310
|
"compatibility": {
|
|
299
311
|
"nuxt": "^2.0.0",
|
|
300
312
|
"requires": {}
|
|
@@ -304,7 +316,7 @@
|
|
|
304
316
|
"name": "basic-auth",
|
|
305
317
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
306
318
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
307
|
-
"npm": "",
|
|
319
|
+
"npm": "nuxt-basic-auth-module",
|
|
308
320
|
"icon": "",
|
|
309
321
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
310
322
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -317,7 +329,6 @@
|
|
|
317
329
|
"github": "potato4d"
|
|
318
330
|
}
|
|
319
331
|
],
|
|
320
|
-
"contributors": [],
|
|
321
332
|
"compatibility": {
|
|
322
333
|
"nuxt": "^2.0.0",
|
|
323
334
|
"requires": {}
|
|
@@ -327,7 +338,7 @@
|
|
|
327
338
|
"name": "bootstrap",
|
|
328
339
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
329
340
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
330
|
-
"npm": "",
|
|
341
|
+
"npm": "bootstrap-vue",
|
|
331
342
|
"icon": "bootstrap.png",
|
|
332
343
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
333
344
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -350,7 +361,6 @@
|
|
|
350
361
|
"twitter": "jackmu95"
|
|
351
362
|
}
|
|
352
363
|
],
|
|
353
|
-
"contributors": [],
|
|
354
364
|
"compatibility": {
|
|
355
365
|
"nuxt": "^2.0.0",
|
|
356
366
|
"requires": {}
|
|
@@ -360,7 +370,7 @@
|
|
|
360
370
|
"name": "browserconfig",
|
|
361
371
|
"description": "Adds XML browser configuration support",
|
|
362
372
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
363
|
-
"npm": "",
|
|
373
|
+
"npm": "@nuxtjs/browserconfig",
|
|
364
374
|
"icon": "",
|
|
365
375
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
366
376
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -374,7 +384,6 @@
|
|
|
374
384
|
"twitter": "_pi0_"
|
|
375
385
|
}
|
|
376
386
|
],
|
|
377
|
-
"contributors": [],
|
|
378
387
|
"compatibility": {
|
|
379
388
|
"nuxt": "^2.0.0",
|
|
380
389
|
"requires": {}
|
|
@@ -384,7 +393,7 @@
|
|
|
384
393
|
"name": "buefy",
|
|
385
394
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
386
395
|
"repo": "buefy/nuxt-buefy",
|
|
387
|
-
"npm": "",
|
|
396
|
+
"npm": "nuxt-buefy",
|
|
388
397
|
"icon": "buefy.png",
|
|
389
398
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
390
399
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -397,7 +406,6 @@
|
|
|
397
406
|
"github": "jtommy"
|
|
398
407
|
}
|
|
399
408
|
],
|
|
400
|
-
"contributors": [],
|
|
401
409
|
"compatibility": {
|
|
402
410
|
"nuxt": "^2.0.0",
|
|
403
411
|
"requires": {}
|
|
@@ -405,9 +413,9 @@
|
|
|
405
413
|
},
|
|
406
414
|
{
|
|
407
415
|
"name": "bugsnag",
|
|
408
|
-
"description": "Bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
409
417
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
410
|
-
"npm": "",
|
|
418
|
+
"npm": "nuxt-bugsnag",
|
|
411
419
|
"icon": "bugsnag.png",
|
|
412
420
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
413
421
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -417,20 +425,22 @@
|
|
|
417
425
|
"maintainers": [
|
|
418
426
|
{
|
|
419
427
|
"name": "JulianMar",
|
|
420
|
-
"github": "JulianMar"
|
|
428
|
+
"github": "JulianMar",
|
|
429
|
+
"twitter": "julian_martin96"
|
|
421
430
|
}
|
|
422
431
|
],
|
|
423
|
-
"contributors": [],
|
|
424
432
|
"compatibility": {
|
|
425
|
-
"nuxt": "^2.0.0",
|
|
426
|
-
"requires": {
|
|
433
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
434
|
+
"requires": {
|
|
435
|
+
"bridge": true
|
|
436
|
+
}
|
|
427
437
|
}
|
|
428
438
|
},
|
|
429
439
|
{
|
|
430
440
|
"name": "bulma-slim",
|
|
431
441
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
432
442
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
433
|
-
"npm": "",
|
|
443
|
+
"npm": "nuxt-bulma-slim",
|
|
434
444
|
"icon": "bulma.png",
|
|
435
445
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
436
446
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -443,7 +453,6 @@
|
|
|
443
453
|
"github": "mustardamus"
|
|
444
454
|
}
|
|
445
455
|
],
|
|
446
|
-
"contributors": [],
|
|
447
456
|
"compatibility": {
|
|
448
457
|
"nuxt": "^2.0.0",
|
|
449
458
|
"requires": {}
|
|
@@ -453,7 +462,7 @@
|
|
|
453
462
|
"name": "bundle-buddy",
|
|
454
463
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
455
464
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
456
|
-
"npm": "",
|
|
465
|
+
"npm": "nuxt-bundle-buddy",
|
|
457
466
|
"icon": "",
|
|
458
467
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
459
468
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -466,7 +475,6 @@
|
|
|
466
475
|
"github": "Developmint"
|
|
467
476
|
}
|
|
468
477
|
],
|
|
469
|
-
"contributors": [],
|
|
470
478
|
"compatibility": {
|
|
471
479
|
"nuxt": "^2.0.0",
|
|
472
480
|
"requires": {}
|
|
@@ -474,9 +482,9 @@
|
|
|
474
482
|
},
|
|
475
483
|
{
|
|
476
484
|
"name": "canvas-sketch",
|
|
477
|
-
"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",
|
|
478
486
|
"repo": "LuXDAmore/generative-art",
|
|
479
|
-
"npm": "",
|
|
487
|
+
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
480
488
|
"icon": "",
|
|
481
489
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
482
490
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -490,7 +498,6 @@
|
|
|
490
498
|
"twitter": "luxdamore"
|
|
491
499
|
}
|
|
492
500
|
],
|
|
493
|
-
"contributors": [],
|
|
494
501
|
"compatibility": {
|
|
495
502
|
"nuxt": "^2.0.0",
|
|
496
503
|
"requires": {}
|
|
@@ -500,7 +507,7 @@
|
|
|
500
507
|
"name": "chakra-ui",
|
|
501
508
|
"description": "Chakra UI Module for Nuxt.js",
|
|
502
509
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
503
|
-
"npm": "",
|
|
510
|
+
"npm": "@chakra-ui/nuxt",
|
|
504
511
|
"icon": "chakra-ui.png",
|
|
505
512
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
506
513
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -513,17 +520,38 @@
|
|
|
513
520
|
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
514
521
|
}
|
|
515
522
|
],
|
|
516
|
-
"contributors": [],
|
|
517
523
|
"compatibility": {
|
|
518
524
|
"nuxt": "^2.0.0",
|
|
519
525
|
"requires": {}
|
|
520
526
|
}
|
|
521
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
|
+
},
|
|
522
550
|
{
|
|
523
551
|
"name": "chiffre",
|
|
524
552
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
525
553
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
526
|
-
"npm": "",
|
|
554
|
+
"npm": "nuxt-chiffre",
|
|
527
555
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
528
556
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
529
557
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -536,7 +564,6 @@
|
|
|
536
564
|
"github": "rclement"
|
|
537
565
|
}
|
|
538
566
|
],
|
|
539
|
-
"contributors": [],
|
|
540
567
|
"compatibility": {
|
|
541
568
|
"nuxt": "^2.0.0",
|
|
542
569
|
"requires": {}
|
|
@@ -546,7 +573,7 @@
|
|
|
546
573
|
"name": "client-init",
|
|
547
574
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
548
575
|
"repo": "potato4d/nuxt-client-init-module",
|
|
549
|
-
"npm": "",
|
|
576
|
+
"npm": "nuxt-client-init-module",
|
|
550
577
|
"icon": "",
|
|
551
578
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
552
579
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -559,7 +586,6 @@
|
|
|
559
586
|
"github": "potato4d"
|
|
560
587
|
}
|
|
561
588
|
],
|
|
562
|
-
"contributors": [],
|
|
563
589
|
"compatibility": {
|
|
564
590
|
"nuxt": "^2.0.0",
|
|
565
591
|
"requires": {}
|
|
@@ -569,7 +595,7 @@
|
|
|
569
595
|
"name": "cloudcms",
|
|
570
596
|
"description": "CloudCMS Nuxt.js Module",
|
|
571
597
|
"repo": "gitana/cloudcms-nuxt",
|
|
572
|
-
"npm": "",
|
|
598
|
+
"npm": "cloudcms-nuxt",
|
|
573
599
|
"icon": "",
|
|
574
600
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
575
601
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -582,7 +608,6 @@
|
|
|
582
608
|
"github": "gitana"
|
|
583
609
|
}
|
|
584
610
|
],
|
|
585
|
-
"contributors": [],
|
|
586
611
|
"compatibility": {
|
|
587
612
|
"nuxt": "^2.0.0",
|
|
588
613
|
"requires": {}
|
|
@@ -592,7 +617,7 @@
|
|
|
592
617
|
"name": "cloudinary",
|
|
593
618
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
594
619
|
"repo": "nuxt-community/cloudinary-module",
|
|
595
|
-
"npm": "",
|
|
620
|
+
"npm": "@nuxtjs/cloudinary",
|
|
596
621
|
"icon": "cloudinary.png",
|
|
597
622
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
598
623
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -606,7 +631,6 @@
|
|
|
606
631
|
"twitter": "MayaShavin"
|
|
607
632
|
}
|
|
608
633
|
],
|
|
609
|
-
"contributors": [],
|
|
610
634
|
"compatibility": {
|
|
611
635
|
"nuxt": "^2.0.0",
|
|
612
636
|
"requires": {}
|
|
@@ -616,7 +640,7 @@
|
|
|
616
640
|
"name": "color-mode",
|
|
617
641
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
618
642
|
"repo": "nuxt-community/color-mode-module",
|
|
619
|
-
"npm": "",
|
|
643
|
+
"npm": "@nuxtjs/color-mode",
|
|
620
644
|
"icon": "color-mode.png",
|
|
621
645
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
622
646
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -630,9 +654,8 @@
|
|
|
630
654
|
"twitter": "Atinux"
|
|
631
655
|
}
|
|
632
656
|
],
|
|
633
|
-
"contributors": [],
|
|
634
657
|
"compatibility": {
|
|
635
|
-
"nuxt": "^2.0.0",
|
|
658
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
636
659
|
"requires": {
|
|
637
660
|
"bridge": "optional"
|
|
638
661
|
}
|
|
@@ -642,7 +665,7 @@
|
|
|
642
665
|
"name": "component-cache",
|
|
643
666
|
"description": "LRU component cache for vue components",
|
|
644
667
|
"repo": "nuxt-community/component-cache-module",
|
|
645
|
-
"npm": "",
|
|
668
|
+
"npm": "@nuxtjs/component-cache",
|
|
646
669
|
"icon": "",
|
|
647
670
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
648
671
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -656,7 +679,6 @@
|
|
|
656
679
|
"twitter": "_pi0_"
|
|
657
680
|
}
|
|
658
681
|
],
|
|
659
|
-
"contributors": [],
|
|
660
682
|
"compatibility": {
|
|
661
683
|
"nuxt": "^2.0.0",
|
|
662
684
|
"requires": {}
|
|
@@ -666,7 +688,7 @@
|
|
|
666
688
|
"name": "composition-api",
|
|
667
689
|
"description": "Composition API hooks for Nuxt",
|
|
668
690
|
"repo": "nuxt-community/composition-api#main",
|
|
669
|
-
"npm": "",
|
|
691
|
+
"npm": "@nuxtjs/composition-api",
|
|
670
692
|
"icon": "composition-api.svg",
|
|
671
693
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
672
694
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -680,7 +702,6 @@
|
|
|
680
702
|
"twitter": "danielcroe"
|
|
681
703
|
}
|
|
682
704
|
],
|
|
683
|
-
"contributors": [],
|
|
684
705
|
"compatibility": {
|
|
685
706
|
"nuxt": "^2.0.0",
|
|
686
707
|
"requires": {}
|
|
@@ -688,10 +709,10 @@
|
|
|
688
709
|
},
|
|
689
710
|
{
|
|
690
711
|
"name": "content",
|
|
691
|
-
"description": "
|
|
692
|
-
"repo": "nuxt/content#
|
|
693
|
-
"npm": "",
|
|
694
|
-
"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",
|
|
695
716
|
"github": "https://github.com/nuxt/content",
|
|
696
717
|
"website": "https://content.nuxtjs.org",
|
|
697
718
|
"learn_more": "",
|
|
@@ -699,9 +720,14 @@
|
|
|
699
720
|
"type": "official",
|
|
700
721
|
"maintainers": [
|
|
701
722
|
{
|
|
702
|
-
"name": "
|
|
703
|
-
"github": "
|
|
704
|
-
"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"
|
|
705
731
|
},
|
|
706
732
|
{
|
|
707
733
|
"name": "Sebastien Chopin",
|
|
@@ -709,9 +735,8 @@
|
|
|
709
735
|
"twitter": "Atinux"
|
|
710
736
|
}
|
|
711
737
|
],
|
|
712
|
-
"contributors": [],
|
|
713
738
|
"compatibility": {
|
|
714
|
-
"nuxt": "^2.0.0",
|
|
739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
715
740
|
"requires": {}
|
|
716
741
|
}
|
|
717
742
|
},
|
|
@@ -719,7 +744,7 @@
|
|
|
719
744
|
"name": "contentful",
|
|
720
745
|
"description": "nuxt contentful module",
|
|
721
746
|
"repo": "scaccogatto/contentful-module",
|
|
722
|
-
"npm": "",
|
|
747
|
+
"npm": "contentful-module",
|
|
723
748
|
"icon": "contentful.png",
|
|
724
749
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
725
750
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -732,7 +757,6 @@
|
|
|
732
757
|
"github": "scaccogatto"
|
|
733
758
|
}
|
|
734
759
|
],
|
|
735
|
-
"contributors": [],
|
|
736
760
|
"compatibility": {
|
|
737
761
|
"nuxt": "^2.0.0",
|
|
738
762
|
"requires": {}
|
|
@@ -742,7 +766,7 @@
|
|
|
742
766
|
"name": "custom-elements",
|
|
743
767
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
744
768
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
745
|
-
"npm": "",
|
|
769
|
+
"npm": "nuxt-custom-elements",
|
|
746
770
|
"icon": "custom-elements.png",
|
|
747
771
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
748
772
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -759,7 +783,6 @@
|
|
|
759
783
|
"github": "GrabarzUndPartner"
|
|
760
784
|
}
|
|
761
785
|
],
|
|
762
|
-
"contributors": [],
|
|
763
786
|
"compatibility": {
|
|
764
787
|
"nuxt": "^2.0.0",
|
|
765
788
|
"requires": {}
|
|
@@ -769,7 +792,7 @@
|
|
|
769
792
|
"name": "darkmode.js",
|
|
770
793
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
771
794
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
772
|
-
"npm": "",
|
|
795
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
773
796
|
"icon": "darkmode.png",
|
|
774
797
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
775
798
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -782,7 +805,6 @@
|
|
|
782
805
|
"github": "sandoche"
|
|
783
806
|
}
|
|
784
807
|
],
|
|
785
|
-
"contributors": [],
|
|
786
808
|
"compatibility": {
|
|
787
809
|
"nuxt": "^2.0.0",
|
|
788
810
|
"requires": {}
|
|
@@ -792,7 +814,7 @@
|
|
|
792
814
|
"name": "date-fns",
|
|
793
815
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
794
816
|
"repo": "nuxt-community/date-fns-module",
|
|
795
|
-
"npm": "",
|
|
817
|
+
"npm": "@nuxtjs/date-fns",
|
|
796
818
|
"icon": "date-fns.png",
|
|
797
819
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
798
820
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -805,7 +827,6 @@
|
|
|
805
827
|
"github": "ricardogobbosouza"
|
|
806
828
|
}
|
|
807
829
|
],
|
|
808
|
-
"contributors": [],
|
|
809
830
|
"compatibility": {
|
|
810
831
|
"nuxt": "^2.0.0",
|
|
811
832
|
"requires": {}
|
|
@@ -815,7 +836,7 @@
|
|
|
815
836
|
"name": "datocms",
|
|
816
837
|
"description": "DatoCMS integration for Nuxt.js",
|
|
817
838
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
818
|
-
"npm": "",
|
|
839
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
819
840
|
"icon": "datocms.png",
|
|
820
841
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
821
842
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
@@ -828,7 +849,6 @@
|
|
|
828
849
|
"github": "Frankwarnaar"
|
|
829
850
|
}
|
|
830
851
|
],
|
|
831
|
-
"contributors": [],
|
|
832
852
|
"compatibility": {
|
|
833
853
|
"nuxt": "^2.0.0",
|
|
834
854
|
"requires": {}
|
|
@@ -838,7 +858,7 @@
|
|
|
838
858
|
"name": "dayjs",
|
|
839
859
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
840
860
|
"repo": "nuxt-community/dayjs-module",
|
|
841
|
-
"npm": "",
|
|
861
|
+
"npm": "@nuxtjs/dayjs",
|
|
842
862
|
"icon": "day-js.png",
|
|
843
863
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
844
864
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -852,7 +872,29 @@
|
|
|
852
872
|
"twitter": "potato4d"
|
|
853
873
|
}
|
|
854
874
|
],
|
|
855
|
-
"
|
|
875
|
+
"compatibility": {
|
|
876
|
+
"nuxt": "^2.0.0",
|
|
877
|
+
"requires": {}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "delay-hydration",
|
|
882
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
883
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
884
|
+
"npm": "nuxt-delay-hydration",
|
|
885
|
+
"icon": "lighthouse.svg",
|
|
886
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
887
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
888
|
+
"learn_more": "",
|
|
889
|
+
"category": "Performance",
|
|
890
|
+
"type": "3rd-party",
|
|
891
|
+
"maintainers": [
|
|
892
|
+
{
|
|
893
|
+
"name": "Harlan Wilton",
|
|
894
|
+
"github": "harlan-zw",
|
|
895
|
+
"twitter": "harlan_zw"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
856
898
|
"compatibility": {
|
|
857
899
|
"nuxt": "^2.0.0",
|
|
858
900
|
"requires": {}
|
|
@@ -862,7 +904,7 @@
|
|
|
862
904
|
"name": "device",
|
|
863
905
|
"description": "Device detection module for Nuxt.js",
|
|
864
906
|
"repo": "nuxt-community/device-module",
|
|
865
|
-
"npm": "",
|
|
907
|
+
"npm": "@nuxtjs/device",
|
|
866
908
|
"icon": "",
|
|
867
909
|
"github": "https://github.com/nuxt-community/device-module",
|
|
868
910
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -875,17 +917,41 @@
|
|
|
875
917
|
"github": "dotneet"
|
|
876
918
|
}
|
|
877
919
|
],
|
|
878
|
-
"contributors": [],
|
|
879
920
|
"compatibility": {
|
|
880
921
|
"nuxt": "^2.0.0",
|
|
881
922
|
"requires": {}
|
|
882
923
|
}
|
|
883
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
|
+
},
|
|
884
950
|
{
|
|
885
951
|
"name": "dotenv",
|
|
886
952
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
887
953
|
"repo": "nuxt-community/dotenv-module",
|
|
888
|
-
"npm": "",
|
|
954
|
+
"npm": "@nuxtjs/dotenv",
|
|
889
955
|
"icon": "dotenv.png",
|
|
890
956
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
891
957
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -898,7 +964,6 @@
|
|
|
898
964
|
"github": "JulienTant"
|
|
899
965
|
}
|
|
900
966
|
],
|
|
901
|
-
"contributors": [],
|
|
902
967
|
"compatibility": {
|
|
903
968
|
"nuxt": "^2.0.0",
|
|
904
969
|
"requires": {}
|
|
@@ -908,7 +973,7 @@
|
|
|
908
973
|
"name": "drupal-ce",
|
|
909
974
|
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
910
975
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
911
|
-
"npm": "",
|
|
976
|
+
"npm": "nuxtjs-drupal-ce",
|
|
912
977
|
"icon": "drupal-ce.png",
|
|
913
978
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
914
979
|
"website": "https://stack.lupus.digital",
|
|
@@ -932,7 +997,6 @@
|
|
|
932
997
|
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
933
998
|
}
|
|
934
999
|
],
|
|
935
|
-
"contributors": [],
|
|
936
1000
|
"compatibility": {
|
|
937
1001
|
"nuxt": "^2.0.0",
|
|
938
1002
|
"requires": {}
|
|
@@ -942,7 +1006,7 @@
|
|
|
942
1006
|
"name": "druxt",
|
|
943
1007
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
944
1008
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
945
|
-
"npm": "",
|
|
1009
|
+
"npm": "druxt",
|
|
946
1010
|
"icon": "druxt.svg",
|
|
947
1011
|
"github": "https://github.com/druxt/druxt.js",
|
|
948
1012
|
"website": "https://druxtjs.org",
|
|
@@ -955,7 +1019,6 @@
|
|
|
955
1019
|
"github": "decipher"
|
|
956
1020
|
}
|
|
957
1021
|
],
|
|
958
|
-
"contributors": [],
|
|
959
1022
|
"compatibility": {
|
|
960
1023
|
"nuxt": "^2.0.0",
|
|
961
1024
|
"requires": {}
|
|
@@ -965,7 +1028,7 @@
|
|
|
965
1028
|
"name": "emotion",
|
|
966
1029
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
967
1030
|
"repo": "nuxt-community/emotion-module",
|
|
968
|
-
"npm": "",
|
|
1031
|
+
"npm": "@nuxtjs/emotion",
|
|
969
1032
|
"icon": "emotion.png",
|
|
970
1033
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
971
1034
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -979,7 +1042,6 @@
|
|
|
979
1042
|
"twitter": "_pi0_"
|
|
980
1043
|
}
|
|
981
1044
|
],
|
|
982
|
-
"contributors": [],
|
|
983
1045
|
"compatibility": {
|
|
984
1046
|
"nuxt": "^2.0.0",
|
|
985
1047
|
"requires": {}
|
|
@@ -989,7 +1051,7 @@
|
|
|
989
1051
|
"name": "eslint",
|
|
990
1052
|
"description": "ESLint module for Nuxt.js",
|
|
991
1053
|
"repo": "nuxt-community/eslint-module",
|
|
992
|
-
"npm": "",
|
|
1054
|
+
"npm": "@nuxtjs/eslint-module",
|
|
993
1055
|
"icon": "eslint.png",
|
|
994
1056
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
995
1057
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -1002,7 +1064,6 @@
|
|
|
1002
1064
|
"github": "ricardogobbosouza"
|
|
1003
1065
|
}
|
|
1004
1066
|
],
|
|
1005
|
-
"contributors": [],
|
|
1006
1067
|
"compatibility": {
|
|
1007
1068
|
"nuxt": "^2.0.0",
|
|
1008
1069
|
"requires": {}
|
|
@@ -1012,7 +1073,7 @@
|
|
|
1012
1073
|
"name": "event-trace",
|
|
1013
1074
|
"description": "Module for event trace in Nuxt.js",
|
|
1014
1075
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1015
|
-
"npm": "",
|
|
1076
|
+
"npm": "nuxt-event-trace",
|
|
1016
1077
|
"icon": "",
|
|
1017
1078
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
1018
1079
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -1025,7 +1086,6 @@
|
|
|
1025
1086
|
"github": "clarkdo"
|
|
1026
1087
|
}
|
|
1027
1088
|
],
|
|
1028
|
-
"contributors": [],
|
|
1029
1089
|
"compatibility": {
|
|
1030
1090
|
"nuxt": "^2.0.0",
|
|
1031
1091
|
"requires": {}
|
|
@@ -1035,7 +1095,7 @@
|
|
|
1035
1095
|
"name": "fathom",
|
|
1036
1096
|
"description": "Fathom analytics for Nuxt",
|
|
1037
1097
|
"repo": "yabhq/nuxt-fathom",
|
|
1038
|
-
"npm": "",
|
|
1098
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1039
1099
|
"icon": "fathom.png",
|
|
1040
1100
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1041
1101
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -1048,7 +1108,6 @@
|
|
|
1048
1108
|
"github": "yabhq"
|
|
1049
1109
|
}
|
|
1050
1110
|
],
|
|
1051
|
-
"contributors": [],
|
|
1052
1111
|
"compatibility": {
|
|
1053
1112
|
"nuxt": "^2.0.0",
|
|
1054
1113
|
"requires": {}
|
|
@@ -1058,7 +1117,7 @@
|
|
|
1058
1117
|
"name": "feature-toggle",
|
|
1059
1118
|
"description": "Feature toggle module for Nuxt.js",
|
|
1060
1119
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1061
|
-
"npm": "",
|
|
1120
|
+
"npm": "nuxt-feature-toggle",
|
|
1062
1121
|
"icon": "",
|
|
1063
1122
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
1064
1123
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -1071,7 +1130,6 @@
|
|
|
1071
1130
|
"github": "stephenkr"
|
|
1072
1131
|
}
|
|
1073
1132
|
],
|
|
1074
|
-
"contributors": [],
|
|
1075
1133
|
"compatibility": {
|
|
1076
1134
|
"nuxt": "^2.0.0",
|
|
1077
1135
|
"requires": {}
|
|
@@ -1079,9 +1137,9 @@
|
|
|
1079
1137
|
},
|
|
1080
1138
|
{
|
|
1081
1139
|
"name": "feed",
|
|
1082
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1140
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1083
1141
|
"repo": "nuxt-community/feed-module",
|
|
1084
|
-
"npm": "",
|
|
1142
|
+
"npm": "@nuxtjs/feed",
|
|
1085
1143
|
"icon": "",
|
|
1086
1144
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
1087
1145
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -1095,7 +1153,6 @@
|
|
|
1095
1153
|
"twitter": "TheAlexLichter"
|
|
1096
1154
|
}
|
|
1097
1155
|
],
|
|
1098
|
-
"contributors": [],
|
|
1099
1156
|
"compatibility": {
|
|
1100
1157
|
"nuxt": "^2.0.0",
|
|
1101
1158
|
"requires": {}
|
|
@@ -1104,8 +1161,8 @@
|
|
|
1104
1161
|
{
|
|
1105
1162
|
"name": "firebase",
|
|
1106
1163
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1107
|
-
"repo": "nuxt-community/firebase-module",
|
|
1108
|
-
"npm": "",
|
|
1164
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1165
|
+
"npm": "@nuxtjs/firebase",
|
|
1109
1166
|
"icon": "firebase.png",
|
|
1110
1167
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1111
1168
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1118,7 +1175,6 @@
|
|
|
1118
1175
|
"github": "lupas"
|
|
1119
1176
|
}
|
|
1120
1177
|
],
|
|
1121
|
-
"contributors": [],
|
|
1122
1178
|
"compatibility": {
|
|
1123
1179
|
"nuxt": "^2.0.0",
|
|
1124
1180
|
"requires": {}
|
|
@@ -1128,7 +1184,7 @@
|
|
|
1128
1184
|
"name": "floating-prompt-module",
|
|
1129
1185
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1130
1186
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1131
|
-
"npm": "",
|
|
1187
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1132
1188
|
"icon": "",
|
|
1133
1189
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1134
1190
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -1141,7 +1197,6 @@
|
|
|
1141
1197
|
"github": "sandoche"
|
|
1142
1198
|
}
|
|
1143
1199
|
],
|
|
1144
|
-
"contributors": [],
|
|
1145
1200
|
"compatibility": {
|
|
1146
1201
|
"nuxt": "^2.0.0",
|
|
1147
1202
|
"requires": {}
|
|
@@ -1151,7 +1206,7 @@
|
|
|
1151
1206
|
"name": "font-loader-strategy",
|
|
1152
1207
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
1153
1208
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1154
|
-
"npm": "",
|
|
1209
|
+
"npm": "nuxt-font-loader-strategy",
|
|
1155
1210
|
"icon": "",
|
|
1156
1211
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
1157
1212
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -1164,7 +1219,6 @@
|
|
|
1164
1219
|
"github": "GrabarzUndPartner"
|
|
1165
1220
|
}
|
|
1166
1221
|
],
|
|
1167
|
-
"contributors": [],
|
|
1168
1222
|
"compatibility": {
|
|
1169
1223
|
"nuxt": "^2.0.0",
|
|
1170
1224
|
"requires": {}
|
|
@@ -1174,7 +1228,7 @@
|
|
|
1174
1228
|
"name": "fontagon",
|
|
1175
1229
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1176
1230
|
"repo": "kdydesign/nuxt-fontagon",
|
|
1177
|
-
"npm": "",
|
|
1231
|
+
"npm": "nuxt-fontagon",
|
|
1178
1232
|
"icon": "fontagon.png",
|
|
1179
1233
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1180
1234
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -1187,17 +1241,39 @@
|
|
|
1187
1241
|
"github": "kdydesign"
|
|
1188
1242
|
}
|
|
1189
1243
|
],
|
|
1190
|
-
"contributors": [],
|
|
1191
1244
|
"compatibility": {
|
|
1192
1245
|
"nuxt": "^2.0.0",
|
|
1193
1246
|
"requires": {}
|
|
1194
1247
|
}
|
|
1195
1248
|
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "fontaine",
|
|
1251
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1252
|
+
"repo": "nuxt-modules/fontaine",
|
|
1253
|
+
"npm": "@nuxtjs/fontaine",
|
|
1254
|
+
"icon": "fontaine.png",
|
|
1255
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1256
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1257
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1258
|
+
"category": "Performance",
|
|
1259
|
+
"type": "community",
|
|
1260
|
+
"maintainers": [
|
|
1261
|
+
{
|
|
1262
|
+
"name": "Daniel Roe",
|
|
1263
|
+
"github": "danielroe",
|
|
1264
|
+
"twitter": "danielcroe"
|
|
1265
|
+
}
|
|
1266
|
+
],
|
|
1267
|
+
"compatibility": {
|
|
1268
|
+
"nuxt": "^3.0.0",
|
|
1269
|
+
"requires": {}
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1196
1272
|
{
|
|
1197
1273
|
"name": "fontawesome",
|
|
1198
1274
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
1199
1275
|
"repo": "nuxt-community/fontawesome-module",
|
|
1200
|
-
"npm": "",
|
|
1276
|
+
"npm": "@nuxtjs/fontawesome",
|
|
1201
1277
|
"icon": "font-awesome.png",
|
|
1202
1278
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
1203
1279
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -1210,7 +1286,6 @@
|
|
|
1210
1286
|
"github": "pimlie"
|
|
1211
1287
|
}
|
|
1212
1288
|
],
|
|
1213
|
-
"contributors": [],
|
|
1214
1289
|
"compatibility": {
|
|
1215
1290
|
"nuxt": "^2.0.0",
|
|
1216
1291
|
"requires": {}
|
|
@@ -1219,8 +1294,8 @@
|
|
|
1219
1294
|
{
|
|
1220
1295
|
"name": "formkit",
|
|
1221
1296
|
"description": "Seamless FormKit integration for Nuxt",
|
|
1222
|
-
"repo": "formkit/formkit",
|
|
1223
|
-
"npm": "",
|
|
1297
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1298
|
+
"npm": "@formkit/nuxt",
|
|
1224
1299
|
"icon": "formkit.png",
|
|
1225
1300
|
"github": "https://github.com/formkit/formkit",
|
|
1226
1301
|
"website": "https://formkit.com",
|
|
@@ -1239,7 +1314,6 @@
|
|
|
1239
1314
|
"twitter": "0xBOYD"
|
|
1240
1315
|
}
|
|
1241
1316
|
],
|
|
1242
|
-
"contributors": [],
|
|
1243
1317
|
"compatibility": {
|
|
1244
1318
|
"nuxt": "^3.0.0",
|
|
1245
1319
|
"requires": {}
|
|
@@ -1249,7 +1323,7 @@
|
|
|
1249
1323
|
"name": "fullpage",
|
|
1250
1324
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
1251
1325
|
"repo": "vaso2/fullpage-nuxt",
|
|
1252
|
-
"npm": "",
|
|
1326
|
+
"npm": "fullpage-nuxt",
|
|
1253
1327
|
"icon": "",
|
|
1254
1328
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
1255
1329
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -1262,7 +1336,6 @@
|
|
|
1262
1336
|
"github": "vaso2"
|
|
1263
1337
|
}
|
|
1264
1338
|
],
|
|
1265
|
-
"contributors": [],
|
|
1266
1339
|
"compatibility": {
|
|
1267
1340
|
"nuxt": "^2.0.0",
|
|
1268
1341
|
"requires": {}
|
|
@@ -1272,7 +1345,7 @@
|
|
|
1272
1345
|
"name": "github-api",
|
|
1273
1346
|
"description": "Nuxt module for GitHub v4 API",
|
|
1274
1347
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1275
|
-
"npm": "",
|
|
1348
|
+
"npm": "nuxt-github-api",
|
|
1276
1349
|
"icon": "github.svg",
|
|
1277
1350
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1278
1351
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -1285,7 +1358,6 @@
|
|
|
1285
1358
|
"github": "lindsaykwardell"
|
|
1286
1359
|
}
|
|
1287
1360
|
],
|
|
1288
|
-
"contributors": [],
|
|
1289
1361
|
"compatibility": {
|
|
1290
1362
|
"nuxt": "^2.0.0",
|
|
1291
1363
|
"requires": {}
|
|
@@ -1295,7 +1367,7 @@
|
|
|
1295
1367
|
"name": "google-adsense",
|
|
1296
1368
|
"description": "Google Adsense Module for Nuxt.js",
|
|
1297
1369
|
"repo": "nuxt-community/google-adsense-module",
|
|
1298
|
-
"npm": "",
|
|
1370
|
+
"npm": "@nuxtjs/google-adsense",
|
|
1299
1371
|
"icon": "google-adsense.png",
|
|
1300
1372
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
1301
1373
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -1303,14 +1375,17 @@
|
|
|
1303
1375
|
"category": "Analytics",
|
|
1304
1376
|
"type": "community",
|
|
1305
1377
|
"maintainers": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "Alexander Lichter",
|
|
1380
|
+
"github": "manniL"
|
|
1381
|
+
},
|
|
1306
1382
|
{
|
|
1307
1383
|
"name": "Troy Morehouse",
|
|
1308
1384
|
"github": "tmorehouse"
|
|
1309
1385
|
}
|
|
1310
1386
|
],
|
|
1311
|
-
"contributors": [],
|
|
1312
1387
|
"compatibility": {
|
|
1313
|
-
"nuxt": "^2.0.0",
|
|
1388
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1314
1389
|
"requires": {}
|
|
1315
1390
|
}
|
|
1316
1391
|
},
|
|
@@ -1318,7 +1393,7 @@
|
|
|
1318
1393
|
"name": "google-analytics",
|
|
1319
1394
|
"description": "Google analytics Module for Nuxt.js",
|
|
1320
1395
|
"repo": "nuxt-community/analytics-module",
|
|
1321
|
-
"npm": "",
|
|
1396
|
+
"npm": "@nuxtjs/google-analytics",
|
|
1322
1397
|
"icon": "google-analytics.png",
|
|
1323
1398
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
1324
1399
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -1341,7 +1416,6 @@
|
|
|
1341
1416
|
"twitter": "matteo_gabriele"
|
|
1342
1417
|
}
|
|
1343
1418
|
],
|
|
1344
|
-
"contributors": [],
|
|
1345
1419
|
"compatibility": {
|
|
1346
1420
|
"nuxt": "^2.0.0",
|
|
1347
1421
|
"requires": {}
|
|
@@ -1351,7 +1425,7 @@
|
|
|
1351
1425
|
"name": "google-fonts",
|
|
1352
1426
|
"description": "Google Fonts module for NuxtJS",
|
|
1353
1427
|
"repo": "nuxt-community/google-fonts-module",
|
|
1354
|
-
"npm": "",
|
|
1428
|
+
"npm": "@nuxtjs/google-fonts",
|
|
1355
1429
|
"icon": "google-fonts.png",
|
|
1356
1430
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1357
1431
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1364,17 +1438,18 @@
|
|
|
1364
1438
|
"github": "ricardogobbosouza"
|
|
1365
1439
|
}
|
|
1366
1440
|
],
|
|
1367
|
-
"contributors": [],
|
|
1368
1441
|
"compatibility": {
|
|
1369
|
-
"nuxt": "^2.0.0",
|
|
1370
|
-
"requires": {
|
|
1442
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1443
|
+
"requires": {
|
|
1444
|
+
"bridge": "optional"
|
|
1445
|
+
}
|
|
1371
1446
|
}
|
|
1372
1447
|
},
|
|
1373
1448
|
{
|
|
1374
1449
|
"name": "google-gtag",
|
|
1375
1450
|
"description": "Google GTag for Nuxt.js",
|
|
1376
1451
|
"repo": "nuxt-community/google-gtag",
|
|
1377
|
-
"npm": "",
|
|
1452
|
+
"npm": "@nuxtjs/google-gtag",
|
|
1378
1453
|
"icon": "gtm.png",
|
|
1379
1454
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1380
1455
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1391,7 +1466,6 @@
|
|
|
1391
1466
|
"github": "ricardogobbosouza"
|
|
1392
1467
|
}
|
|
1393
1468
|
],
|
|
1394
|
-
"contributors": [],
|
|
1395
1469
|
"compatibility": {
|
|
1396
1470
|
"nuxt": "^2.0.0",
|
|
1397
1471
|
"requires": {}
|
|
@@ -1401,7 +1475,7 @@
|
|
|
1401
1475
|
"name": "google-optimize",
|
|
1402
1476
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1403
1477
|
"repo": "nuxt-community/google-optimize-module",
|
|
1404
|
-
"npm": "",
|
|
1478
|
+
"npm": "nuxt-google-optimize",
|
|
1405
1479
|
"icon": "google-optimize.png",
|
|
1406
1480
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1407
1481
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1425,17 +1499,38 @@
|
|
|
1425
1499
|
"twitter": "JoshDeltener"
|
|
1426
1500
|
}
|
|
1427
1501
|
],
|
|
1428
|
-
"contributors": [],
|
|
1429
1502
|
"compatibility": {
|
|
1430
1503
|
"nuxt": "^2.0.0",
|
|
1431
1504
|
"requires": {}
|
|
1432
1505
|
}
|
|
1433
1506
|
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "graphql-client",
|
|
1509
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1510
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1511
|
+
"npm": "nuxt-graphql-client",
|
|
1512
|
+
"icon": "graphql-client.svg",
|
|
1513
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1514
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1515
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1516
|
+
"category": "Request",
|
|
1517
|
+
"type": "3rd-party",
|
|
1518
|
+
"maintainers": [
|
|
1519
|
+
{
|
|
1520
|
+
"name": "Diizzayy",
|
|
1521
|
+
"github": "diizzayy"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"compatibility": {
|
|
1525
|
+
"nuxt": "^3.0.0",
|
|
1526
|
+
"requires": {}
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1434
1529
|
{
|
|
1435
1530
|
"name": "graphql-request",
|
|
1436
1531
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1437
1532
|
"repo": "gomah/nuxt-graphql-request",
|
|
1438
|
-
"npm": "",
|
|
1533
|
+
"npm": "nuxt-graphql-request",
|
|
1439
1534
|
"icon": "graphql-request.png",
|
|
1440
1535
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1441
1536
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1448,7 +1543,6 @@
|
|
|
1448
1543
|
"github": "gomah"
|
|
1449
1544
|
}
|
|
1450
1545
|
],
|
|
1451
|
-
"contributors": [],
|
|
1452
1546
|
"compatibility": {
|
|
1453
1547
|
"nuxt": "^2.0.0",
|
|
1454
1548
|
"requires": {}
|
|
@@ -1458,7 +1552,7 @@
|
|
|
1458
1552
|
"name": "gtm",
|
|
1459
1553
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1460
1554
|
"repo": "nuxt-community/gtm-module",
|
|
1461
|
-
"npm": "",
|
|
1555
|
+
"npm": "@nuxtjs/gtm",
|
|
1462
1556
|
"icon": "gtm.png",
|
|
1463
1557
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1464
1558
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1472,7 +1566,6 @@
|
|
|
1472
1566
|
"twitter": "_pi0_"
|
|
1473
1567
|
}
|
|
1474
1568
|
],
|
|
1475
|
-
"contributors": [],
|
|
1476
1569
|
"compatibility": {
|
|
1477
1570
|
"nuxt": "^2.0.0",
|
|
1478
1571
|
"requires": {}
|
|
@@ -1482,7 +1575,7 @@
|
|
|
1482
1575
|
"name": "guess",
|
|
1483
1576
|
"description": "Guess.js module for Nuxt.js",
|
|
1484
1577
|
"repo": "nuxt-community/guess-module",
|
|
1485
|
-
"npm": "",
|
|
1578
|
+
"npm": "@nuxtjs/guess-module",
|
|
1486
1579
|
"icon": "guessjs.png",
|
|
1487
1580
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1488
1581
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1495,17 +1588,61 @@
|
|
|
1495
1588
|
"github": "clarkdo"
|
|
1496
1589
|
}
|
|
1497
1590
|
],
|
|
1498
|
-
"contributors": [],
|
|
1499
1591
|
"compatibility": {
|
|
1500
1592
|
"nuxt": "^2.0.0",
|
|
1501
1593
|
"requires": {}
|
|
1502
1594
|
}
|
|
1503
1595
|
},
|
|
1596
|
+
{
|
|
1597
|
+
"name": "harlem",
|
|
1598
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1599
|
+
"repo": "nuxt-modules/harlem",
|
|
1600
|
+
"npm": "@nuxtjs/harlem",
|
|
1601
|
+
"icon": "harlem.svg",
|
|
1602
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1603
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1604
|
+
"learn_more": "https://harlemjs.com/",
|
|
1605
|
+
"category": "Extensions",
|
|
1606
|
+
"type": "community",
|
|
1607
|
+
"maintainers": [
|
|
1608
|
+
{
|
|
1609
|
+
"name": "Daniel Roe",
|
|
1610
|
+
"github": "danielroe",
|
|
1611
|
+
"twitter": "danielcroe"
|
|
1612
|
+
}
|
|
1613
|
+
],
|
|
1614
|
+
"compatibility": {
|
|
1615
|
+
"nuxt": "^3.0.0",
|
|
1616
|
+
"requires": {}
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "headlessui",
|
|
1621
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1622
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1623
|
+
"npm": "nuxt-headlessui",
|
|
1624
|
+
"icon": "headlessui.png",
|
|
1625
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1626
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1627
|
+
"learn_more": "https://headlessui.com",
|
|
1628
|
+
"category": "UI",
|
|
1629
|
+
"type": "3rd-party",
|
|
1630
|
+
"maintainers": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "Pascal Sthamer",
|
|
1633
|
+
"github": "P4sca1"
|
|
1634
|
+
}
|
|
1635
|
+
],
|
|
1636
|
+
"compatibility": {
|
|
1637
|
+
"nuxt": "^3.0.0",
|
|
1638
|
+
"requires": {}
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1504
1641
|
{
|
|
1505
1642
|
"name": "headway",
|
|
1506
1643
|
"description": "Headway changelog widget for Nuxt",
|
|
1507
1644
|
"repo": "l-portet/nuxt-headway",
|
|
1508
|
-
"npm": "",
|
|
1645
|
+
"npm": "nuxt-headway",
|
|
1509
1646
|
"icon": "headway.png",
|
|
1510
1647
|
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1511
1648
|
"website": "https://nuxt-headway.netlify.app/",
|
|
@@ -1519,7 +1656,6 @@
|
|
|
1519
1656
|
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1520
1657
|
}
|
|
1521
1658
|
],
|
|
1522
|
-
"contributors": [],
|
|
1523
1659
|
"compatibility": {
|
|
1524
1660
|
"nuxt": "^2.0.0",
|
|
1525
1661
|
"requires": {}
|
|
@@ -1529,7 +1665,7 @@
|
|
|
1529
1665
|
"name": "helmet",
|
|
1530
1666
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1531
1667
|
"repo": "victor-perez/nuxt-helmet",
|
|
1532
|
-
"npm": "",
|
|
1668
|
+
"npm": "nuxt-helmet",
|
|
1533
1669
|
"icon": "",
|
|
1534
1670
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1535
1671
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1542,7 +1678,6 @@
|
|
|
1542
1678
|
"github": "victor-perez"
|
|
1543
1679
|
}
|
|
1544
1680
|
],
|
|
1545
|
-
"contributors": [],
|
|
1546
1681
|
"compatibility": {
|
|
1547
1682
|
"nuxt": "^2.0.0",
|
|
1548
1683
|
"requires": {}
|
|
@@ -1552,7 +1687,7 @@
|
|
|
1552
1687
|
"name": "highcharts",
|
|
1553
1688
|
"description": "Highcharts for Nuxt",
|
|
1554
1689
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1555
|
-
"npm": "",
|
|
1690
|
+
"npm": "nuxt-highcharts",
|
|
1556
1691
|
"icon": "",
|
|
1557
1692
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1558
1693
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1565,7 +1700,6 @@
|
|
|
1565
1700
|
"github": "richardeschloss"
|
|
1566
1701
|
}
|
|
1567
1702
|
],
|
|
1568
|
-
"contributors": [],
|
|
1569
1703
|
"compatibility": {
|
|
1570
1704
|
"nuxt": "^2.0.0",
|
|
1571
1705
|
"requires": {}
|
|
@@ -1575,7 +1709,7 @@
|
|
|
1575
1709
|
"name": "history-state",
|
|
1576
1710
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1577
1711
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1578
|
-
"npm": "",
|
|
1712
|
+
"npm": "nuxt-history-state",
|
|
1579
1713
|
"icon": "",
|
|
1580
1714
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1581
1715
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1588,7 +1722,6 @@
|
|
|
1588
1722
|
"github": "hidekatsu-izuno"
|
|
1589
1723
|
}
|
|
1590
1724
|
],
|
|
1591
|
-
"contributors": [],
|
|
1592
1725
|
"compatibility": {
|
|
1593
1726
|
"nuxt": "^2.0.0",
|
|
1594
1727
|
"requires": {}
|
|
@@ -1598,7 +1731,7 @@
|
|
|
1598
1731
|
"name": "html-minifier",
|
|
1599
1732
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1600
1733
|
"repo": "nuxt-community/html-minifier-module",
|
|
1601
|
-
"npm": "",
|
|
1734
|
+
"npm": "@nuxtjs/html-minifier",
|
|
1602
1735
|
"icon": "",
|
|
1603
1736
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1604
1737
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1611,7 +1744,6 @@
|
|
|
1611
1744
|
"github": "clarkdo"
|
|
1612
1745
|
}
|
|
1613
1746
|
],
|
|
1614
|
-
"contributors": [],
|
|
1615
1747
|
"compatibility": {
|
|
1616
1748
|
"nuxt": "^2.0.0",
|
|
1617
1749
|
"requires": {}
|
|
@@ -1620,10 +1752,10 @@
|
|
|
1620
1752
|
{
|
|
1621
1753
|
"name": "html-validator",
|
|
1622
1754
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1623
|
-
"repo": "nuxt-
|
|
1624
|
-
"npm": "",
|
|
1755
|
+
"repo": "nuxt-modules/html-validator",
|
|
1756
|
+
"npm": "@nuxtjs/html-validator",
|
|
1625
1757
|
"icon": "html-validator.png",
|
|
1626
|
-
"github": "https://github.com/nuxt-
|
|
1758
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1627
1759
|
"website": "https://html-validator.nuxtjs.org",
|
|
1628
1760
|
"learn_more": "https://html-validate.org",
|
|
1629
1761
|
"category": "Performance",
|
|
@@ -1635,17 +1767,18 @@
|
|
|
1635
1767
|
"twitter": "danielcroe"
|
|
1636
1768
|
}
|
|
1637
1769
|
],
|
|
1638
|
-
"contributors": [],
|
|
1639
1770
|
"compatibility": {
|
|
1640
|
-
"nuxt": "^2.0.0",
|
|
1641
|
-
"requires": {
|
|
1771
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1772
|
+
"requires": {
|
|
1773
|
+
"bridge": "optional"
|
|
1774
|
+
}
|
|
1642
1775
|
}
|
|
1643
1776
|
},
|
|
1644
1777
|
{
|
|
1645
1778
|
"name": "http",
|
|
1646
1779
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1647
1780
|
"repo": "nuxt/http",
|
|
1648
|
-
"npm": "",
|
|
1781
|
+
"npm": "@nuxt/http",
|
|
1649
1782
|
"icon": "http.png",
|
|
1650
1783
|
"github": "https://github.com/nuxt/http",
|
|
1651
1784
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1664,7 +1797,6 @@
|
|
|
1664
1797
|
"twitter": "Atinux"
|
|
1665
1798
|
}
|
|
1666
1799
|
],
|
|
1667
|
-
"contributors": [],
|
|
1668
1800
|
"compatibility": {
|
|
1669
1801
|
"nuxt": "^2.0.0",
|
|
1670
1802
|
"requires": {}
|
|
@@ -1674,7 +1806,7 @@
|
|
|
1674
1806
|
"name": "humans-txt",
|
|
1675
1807
|
"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.",
|
|
1676
1808
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1677
|
-
"npm": "",
|
|
1809
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1678
1810
|
"icon": "",
|
|
1679
1811
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1680
1812
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
@@ -1688,7 +1820,6 @@
|
|
|
1688
1820
|
"twitter": "luxdamore"
|
|
1689
1821
|
}
|
|
1690
1822
|
],
|
|
1691
|
-
"contributors": [],
|
|
1692
1823
|
"compatibility": {
|
|
1693
1824
|
"nuxt": "^2.0.0",
|
|
1694
1825
|
"requires": {}
|
|
@@ -1698,7 +1829,7 @@
|
|
|
1698
1829
|
"name": "i18n",
|
|
1699
1830
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1700
1831
|
"repo": "nuxt-community/i18n-module",
|
|
1701
|
-
"npm": "",
|
|
1832
|
+
"npm": "@nuxtjs/i18n",
|
|
1702
1833
|
"icon": "i18n.png",
|
|
1703
1834
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1704
1835
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1715,9 +1846,52 @@
|
|
|
1715
1846
|
"github": "kazupon"
|
|
1716
1847
|
}
|
|
1717
1848
|
],
|
|
1718
|
-
"contributors": [],
|
|
1719
1849
|
"compatibility": {
|
|
1720
|
-
"nuxt": "^2.0.0",
|
|
1850
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1851
|
+
"requires": {}
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "icon",
|
|
1856
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
1857
|
+
"repo": "nuxt-modules/icon",
|
|
1858
|
+
"npm": "nuxt-icon",
|
|
1859
|
+
"icon": "nuxt-icon.png",
|
|
1860
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1861
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1862
|
+
"learn_more": "",
|
|
1863
|
+
"category": "UI",
|
|
1864
|
+
"type": "community",
|
|
1865
|
+
"maintainers": [
|
|
1866
|
+
{
|
|
1867
|
+
"name": "Atinux",
|
|
1868
|
+
"github": "Atinux"
|
|
1869
|
+
}
|
|
1870
|
+
],
|
|
1871
|
+
"compatibility": {
|
|
1872
|
+
"nuxt": "^3.0.0",
|
|
1873
|
+
"requires": {}
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "icons",
|
|
1878
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1879
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1880
|
+
"npm": "nuxt-icons",
|
|
1881
|
+
"icon": "icons.png",
|
|
1882
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1883
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1884
|
+
"learn_more": "",
|
|
1885
|
+
"category": "UI",
|
|
1886
|
+
"type": "3rd-party",
|
|
1887
|
+
"maintainers": [
|
|
1888
|
+
{
|
|
1889
|
+
"name": "Sebastian Wludzik",
|
|
1890
|
+
"github": "gitfoxcode"
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"compatibility": {
|
|
1894
|
+
"nuxt": "^3.0.0",
|
|
1721
1895
|
"requires": {}
|
|
1722
1896
|
}
|
|
1723
1897
|
},
|
|
@@ -1725,7 +1899,7 @@
|
|
|
1725
1899
|
"name": "image-loader",
|
|
1726
1900
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1727
1901
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1728
|
-
"npm": "",
|
|
1902
|
+
"npm": "@pivale/nuxt-image-loader-module",
|
|
1729
1903
|
"icon": "",
|
|
1730
1904
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1731
1905
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1738,7 +1912,6 @@
|
|
|
1738
1912
|
"github": "Barry-Fisher"
|
|
1739
1913
|
}
|
|
1740
1914
|
],
|
|
1741
|
-
"contributors": [],
|
|
1742
1915
|
"compatibility": {
|
|
1743
1916
|
"nuxt": "^2.0.0",
|
|
1744
1917
|
"requires": {}
|
|
@@ -1748,7 +1921,7 @@
|
|
|
1748
1921
|
"name": "image",
|
|
1749
1922
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1750
1923
|
"repo": "nuxt/image",
|
|
1751
|
-
"npm": "",
|
|
1924
|
+
"npm": "@nuxt/image",
|
|
1752
1925
|
"icon": "image.png",
|
|
1753
1926
|
"github": "https://github.com/nuxt/image",
|
|
1754
1927
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1772,9 +1945,8 @@
|
|
|
1772
1945
|
"twitter": "Atinux"
|
|
1773
1946
|
}
|
|
1774
1947
|
],
|
|
1775
|
-
"contributors": [],
|
|
1776
1948
|
"compatibility": {
|
|
1777
|
-
"nuxt": "^2.0.0",
|
|
1949
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1778
1950
|
"requires": {
|
|
1779
1951
|
"bridge": "optional"
|
|
1780
1952
|
}
|
|
@@ -1784,7 +1956,7 @@
|
|
|
1784
1956
|
"name": "imagemin",
|
|
1785
1957
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1786
1958
|
"repo": "nuxt-community/imagemin-module",
|
|
1787
|
-
"npm": "",
|
|
1959
|
+
"npm": "@nuxtjs/imagemin",
|
|
1788
1960
|
"icon": "imagemin.png",
|
|
1789
1961
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1790
1962
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1797,7 +1969,6 @@
|
|
|
1797
1969
|
"github": "ricardogobbosouza"
|
|
1798
1970
|
}
|
|
1799
1971
|
],
|
|
1800
|
-
"contributors": [],
|
|
1801
1972
|
"compatibility": {
|
|
1802
1973
|
"nuxt": "^2.0.0",
|
|
1803
1974
|
"requires": {}
|
|
@@ -1807,8 +1978,8 @@
|
|
|
1807
1978
|
"name": "inkline",
|
|
1808
1979
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1809
1980
|
"repo": "inkline/nuxt-module-inkline",
|
|
1810
|
-
"npm": "",
|
|
1811
|
-
"icon": "inkline.
|
|
1981
|
+
"npm": "@inkline/nuxt",
|
|
1982
|
+
"icon": "inkline.svg",
|
|
1812
1983
|
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1813
1984
|
"website": "https://inkline.io",
|
|
1814
1985
|
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
@@ -1821,7 +1992,6 @@
|
|
|
1821
1992
|
"twitter": "alexgrozav"
|
|
1822
1993
|
}
|
|
1823
1994
|
],
|
|
1824
|
-
"contributors": [],
|
|
1825
1995
|
"compatibility": {
|
|
1826
1996
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1827
1997
|
"requires": {
|
|
@@ -1833,7 +2003,7 @@
|
|
|
1833
2003
|
"name": "intercom",
|
|
1834
2004
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1835
2005
|
"repo": "hex-digital/nuxt-intercom",
|
|
1836
|
-
"npm": "",
|
|
2006
|
+
"npm": "@hexdigital/nuxt-intercom",
|
|
1837
2007
|
"icon": "intercom.png",
|
|
1838
2008
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1839
2009
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1846,17 +2016,39 @@
|
|
|
1846
2016
|
"github": "hex-digital"
|
|
1847
2017
|
}
|
|
1848
2018
|
],
|
|
1849
|
-
"contributors": [],
|
|
1850
2019
|
"compatibility": {
|
|
1851
2020
|
"nuxt": "^2.0.0",
|
|
1852
2021
|
"requires": {}
|
|
1853
2022
|
}
|
|
1854
2023
|
},
|
|
2024
|
+
{
|
|
2025
|
+
"name": "ionic",
|
|
2026
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
2027
|
+
"repo": "nuxt-modules/ionic",
|
|
2028
|
+
"npm": "@nuxtjs/ionic",
|
|
2029
|
+
"icon": "ionic.svg",
|
|
2030
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2031
|
+
"website": "https://ionic.nuxtjs.org",
|
|
2032
|
+
"learn_more": "https://ionicframework.com",
|
|
2033
|
+
"category": "Libraries",
|
|
2034
|
+
"type": "community",
|
|
2035
|
+
"maintainers": [
|
|
2036
|
+
{
|
|
2037
|
+
"name": "Daniel Roe",
|
|
2038
|
+
"github": "danielroe",
|
|
2039
|
+
"twitter": "danielcroe"
|
|
2040
|
+
}
|
|
2041
|
+
],
|
|
2042
|
+
"compatibility": {
|
|
2043
|
+
"nuxt": "^3.0.0",
|
|
2044
|
+
"requires": {}
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
1855
2047
|
{
|
|
1856
2048
|
"name": "jsonapi",
|
|
1857
2049
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1858
2050
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1859
|
-
"npm": "",
|
|
2051
|
+
"npm": "nuxt-jsonapi",
|
|
1860
2052
|
"icon": "jsonapi.svg",
|
|
1861
2053
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1862
2054
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1869,7 +2061,6 @@
|
|
|
1869
2061
|
"github": "patrickcate"
|
|
1870
2062
|
}
|
|
1871
2063
|
],
|
|
1872
|
-
"contributors": [],
|
|
1873
2064
|
"compatibility": {
|
|
1874
2065
|
"nuxt": "^2.0.0",
|
|
1875
2066
|
"requires": {}
|
|
@@ -1879,7 +2070,7 @@
|
|
|
1879
2070
|
"name": "kentico-kontent",
|
|
1880
2071
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1881
2072
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1882
|
-
"npm": "",
|
|
2073
|
+
"npm": "kentico-kontent-nuxt-module",
|
|
1883
2074
|
"icon": "",
|
|
1884
2075
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1885
2076
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1892,17 +2083,40 @@
|
|
|
1892
2083
|
"github": "Domitnator"
|
|
1893
2084
|
}
|
|
1894
2085
|
],
|
|
1895
|
-
"contributors": [],
|
|
1896
2086
|
"compatibility": {
|
|
1897
2087
|
"nuxt": "^2.0.0",
|
|
1898
2088
|
"requires": {}
|
|
1899
2089
|
}
|
|
1900
2090
|
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "kql",
|
|
2093
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2094
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2095
|
+
"npm": "nuxt-kql",
|
|
2096
|
+
"icon": "kql.svg",
|
|
2097
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2098
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2099
|
+
"learn_more": "",
|
|
2100
|
+
"category": "CMS",
|
|
2101
|
+
"type": "3rd-party",
|
|
2102
|
+
"maintainers": [
|
|
2103
|
+
{
|
|
2104
|
+
"name": "Johann Schopplich",
|
|
2105
|
+
"github": "johannschopplich",
|
|
2106
|
+
"twitter": "jschopplich",
|
|
2107
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2108
|
+
}
|
|
2109
|
+
],
|
|
2110
|
+
"compatibility": {
|
|
2111
|
+
"nuxt": "^3.0.0",
|
|
2112
|
+
"requires": {}
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
1901
2115
|
{
|
|
1902
2116
|
"name": "laravel-echo",
|
|
1903
2117
|
"description": "Laravel Echo for Nuxt.js",
|
|
1904
2118
|
"repo": "nuxt-community/laravel-echo",
|
|
1905
|
-
"npm": "",
|
|
2119
|
+
"npm": "@nuxtjs/laravel-echo",
|
|
1906
2120
|
"icon": "laravel-echo.png",
|
|
1907
2121
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1908
2122
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1915,7 +2129,6 @@
|
|
|
1915
2129
|
"github": "ricardogobbosouza"
|
|
1916
2130
|
}
|
|
1917
2131
|
],
|
|
1918
|
-
"contributors": [],
|
|
1919
2132
|
"compatibility": {
|
|
1920
2133
|
"nuxt": "^2.0.0",
|
|
1921
2134
|
"requires": {}
|
|
@@ -1925,7 +2138,7 @@
|
|
|
1925
2138
|
"name": "laravel-nuxt",
|
|
1926
2139
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1927
2140
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1928
|
-
"npm": "",
|
|
2141
|
+
"npm": "laravel-nuxt",
|
|
1929
2142
|
"icon": "",
|
|
1930
2143
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1931
2144
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1938,7 +2151,6 @@
|
|
|
1938
2151
|
"github": "skyrpex"
|
|
1939
2152
|
}
|
|
1940
2153
|
],
|
|
1941
|
-
"contributors": [],
|
|
1942
2154
|
"compatibility": {
|
|
1943
2155
|
"nuxt": "^2.0.0",
|
|
1944
2156
|
"requires": {}
|
|
@@ -1948,7 +2160,7 @@
|
|
|
1948
2160
|
"name": "laravel",
|
|
1949
2161
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1950
2162
|
"repo": "m2sd/nuxt-laravel",
|
|
1951
|
-
"npm": "",
|
|
2163
|
+
"npm": "nuxt-laravel",
|
|
1952
2164
|
"icon": "laravel.png",
|
|
1953
2165
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1954
2166
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1961,7 +2173,6 @@
|
|
|
1961
2173
|
"github": "m2sd"
|
|
1962
2174
|
}
|
|
1963
2175
|
],
|
|
1964
|
-
"contributors": [],
|
|
1965
2176
|
"compatibility": {
|
|
1966
2177
|
"nuxt": "^2.0.0",
|
|
1967
2178
|
"requires": {}
|
|
@@ -1971,7 +2182,7 @@
|
|
|
1971
2182
|
"name": "leaflet",
|
|
1972
2183
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1973
2184
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1974
|
-
"npm": "",
|
|
2185
|
+
"npm": "nuxt-leaflet",
|
|
1975
2186
|
"icon": "leaflet.png",
|
|
1976
2187
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1977
2188
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1984,7 +2195,6 @@
|
|
|
1984
2195
|
"github": "schlunsen"
|
|
1985
2196
|
}
|
|
1986
2197
|
],
|
|
1987
|
-
"contributors": [],
|
|
1988
2198
|
"compatibility": {
|
|
1989
2199
|
"nuxt": "^2.0.0",
|
|
1990
2200
|
"requires": {}
|
|
@@ -1994,7 +2204,7 @@
|
|
|
1994
2204
|
"name": "localforage",
|
|
1995
2205
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1996
2206
|
"repo": "nuxt-community/localforage-module",
|
|
1997
|
-
"npm": "",
|
|
2207
|
+
"npm": "@nuxtjs/localforage",
|
|
1998
2208
|
"icon": "",
|
|
1999
2209
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
2000
2210
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -2012,7 +2222,6 @@
|
|
|
2012
2222
|
"github": "ricardogobbosouza"
|
|
2013
2223
|
}
|
|
2014
2224
|
],
|
|
2015
|
-
"contributors": [],
|
|
2016
2225
|
"compatibility": {
|
|
2017
2226
|
"nuxt": "^2.0.0",
|
|
2018
2227
|
"requires": {}
|
|
@@ -2022,7 +2231,7 @@
|
|
|
2022
2231
|
"name": "localtunnel",
|
|
2023
2232
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
2024
2233
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
2025
|
-
"npm": "",
|
|
2234
|
+
"npm": "@nuxtjs/localtunnel",
|
|
2026
2235
|
"icon": "localtunnel.png",
|
|
2027
2236
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
2028
2237
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -2036,7 +2245,6 @@
|
|
|
2036
2245
|
"twitter": "_pi0_"
|
|
2037
2246
|
}
|
|
2038
2247
|
],
|
|
2039
|
-
"contributors": [],
|
|
2040
2248
|
"compatibility": {
|
|
2041
2249
|
"nuxt": "^2.0.0",
|
|
2042
2250
|
"requires": {}
|
|
@@ -2046,7 +2254,7 @@
|
|
|
2046
2254
|
"name": "lodash",
|
|
2047
2255
|
"description": "lodash module with auto-import and custom prefix",
|
|
2048
2256
|
"repo": "cipami/nuxt-lodash",
|
|
2049
|
-
"npm": "",
|
|
2257
|
+
"npm": "nuxt-lodash",
|
|
2050
2258
|
"icon": "lodash.svg",
|
|
2051
2259
|
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2052
2260
|
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
@@ -2059,7 +2267,6 @@
|
|
|
2059
2267
|
"github": "cipami"
|
|
2060
2268
|
}
|
|
2061
2269
|
],
|
|
2062
|
-
"contributors": [],
|
|
2063
2270
|
"compatibility": {
|
|
2064
2271
|
"nuxt": "^3.0.0",
|
|
2065
2272
|
"requires": {}
|
|
@@ -2069,7 +2276,7 @@
|
|
|
2069
2276
|
"name": "logrocket",
|
|
2070
2277
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
2071
2278
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
2072
|
-
"npm": "",
|
|
2279
|
+
"npm": "nuxt-logrocket",
|
|
2073
2280
|
"icon": "logrocket.png",
|
|
2074
2281
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
2075
2282
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -2083,7 +2290,6 @@
|
|
|
2083
2290
|
"twitter": "farzadso"
|
|
2084
2291
|
}
|
|
2085
2292
|
],
|
|
2086
|
-
"contributors": [],
|
|
2087
2293
|
"compatibility": {
|
|
2088
2294
|
"nuxt": "^2.0.0",
|
|
2089
2295
|
"requires": {}
|
|
@@ -2093,7 +2299,7 @@
|
|
|
2093
2299
|
"name": "lunr",
|
|
2094
2300
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
2095
2301
|
"repo": "nuxt-community/lunr-module",
|
|
2096
|
-
"npm": "",
|
|
2302
|
+
"npm": "@nuxtjs/lunr-module",
|
|
2097
2303
|
"icon": "",
|
|
2098
2304
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
2099
2305
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -2106,17 +2312,39 @@
|
|
|
2106
2312
|
"github": "pimlie"
|
|
2107
2313
|
}
|
|
2108
2314
|
],
|
|
2109
|
-
"contributors": [],
|
|
2110
2315
|
"compatibility": {
|
|
2111
2316
|
"nuxt": "^2.0.0",
|
|
2112
2317
|
"requires": {}
|
|
2113
2318
|
}
|
|
2114
2319
|
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "magic-regexp",
|
|
2322
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2323
|
+
"repo": "danielroe/magic-regexp",
|
|
2324
|
+
"npm": "magic-regexp",
|
|
2325
|
+
"icon": "magic-regexp.svg",
|
|
2326
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2327
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2328
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2329
|
+
"category": "Libraries",
|
|
2330
|
+
"type": "3rd-party",
|
|
2331
|
+
"maintainers": [
|
|
2332
|
+
{
|
|
2333
|
+
"name": "Daniel Roe",
|
|
2334
|
+
"github": "danielroe",
|
|
2335
|
+
"twitter": "danielcroe"
|
|
2336
|
+
}
|
|
2337
|
+
],
|
|
2338
|
+
"compatibility": {
|
|
2339
|
+
"nuxt": "^3.0.0",
|
|
2340
|
+
"requires": {}
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2115
2343
|
{
|
|
2116
2344
|
"name": "markdownit",
|
|
2117
2345
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
2118
2346
|
"repo": "nuxt-community/markdownit-module",
|
|
2119
|
-
"npm": "",
|
|
2347
|
+
"npm": "@nuxtjs/markdownit",
|
|
2120
2348
|
"icon": "",
|
|
2121
2349
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2122
2350
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -2130,7 +2358,6 @@
|
|
|
2130
2358
|
"twitter": "_pi0_"
|
|
2131
2359
|
}
|
|
2132
2360
|
],
|
|
2133
|
-
"contributors": [],
|
|
2134
2361
|
"compatibility": {
|
|
2135
2362
|
"nuxt": "^2.0.0",
|
|
2136
2363
|
"requires": {}
|
|
@@ -2140,7 +2367,7 @@
|
|
|
2140
2367
|
"name": "matomo",
|
|
2141
2368
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
2142
2369
|
"repo": "pimlie/nuxt-matomo",
|
|
2143
|
-
"npm": "",
|
|
2370
|
+
"npm": "nuxt-matomo",
|
|
2144
2371
|
"icon": "matomo.png",
|
|
2145
2372
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
2146
2373
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -2153,7 +2380,6 @@
|
|
|
2153
2380
|
"github": "pimlie"
|
|
2154
2381
|
}
|
|
2155
2382
|
],
|
|
2156
|
-
"contributors": [],
|
|
2157
2383
|
"compatibility": {
|
|
2158
2384
|
"nuxt": "^2.0.0",
|
|
2159
2385
|
"requires": {}
|
|
@@ -2163,7 +2389,7 @@
|
|
|
2163
2389
|
"name": "mdx",
|
|
2164
2390
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
2165
2391
|
"repo": "nuxt-community/mdx-module",
|
|
2166
|
-
"npm": "",
|
|
2392
|
+
"npm": "@nuxtjs/mdx",
|
|
2167
2393
|
"icon": "mdx.png",
|
|
2168
2394
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
2169
2395
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -2177,17 +2403,41 @@
|
|
|
2177
2403
|
"twitter": "codebender828"
|
|
2178
2404
|
}
|
|
2179
2405
|
],
|
|
2180
|
-
"contributors": [],
|
|
2181
2406
|
"compatibility": {
|
|
2182
2407
|
"nuxt": "^2.0.0",
|
|
2183
2408
|
"requires": {}
|
|
2184
2409
|
}
|
|
2185
2410
|
},
|
|
2411
|
+
{
|
|
2412
|
+
"name": "meilisearch",
|
|
2413
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2414
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2415
|
+
"npm": "nuxt-meilisearch",
|
|
2416
|
+
"icon": "meilisearch.svg",
|
|
2417
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2418
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2419
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2420
|
+
"category": "Libraries",
|
|
2421
|
+
"type": "3rd-party",
|
|
2422
|
+
"maintainers": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "Alex Duval",
|
|
2425
|
+
"github": "xlanex6",
|
|
2426
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2427
|
+
}
|
|
2428
|
+
],
|
|
2429
|
+
"compatibility": {
|
|
2430
|
+
"nuxt": "^3.0.0",
|
|
2431
|
+
"requires": {
|
|
2432
|
+
"bridge": false
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2186
2436
|
{
|
|
2187
2437
|
"name": "memwatch",
|
|
2188
2438
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
2189
2439
|
"repo": "pimlie/nuxt-memwatch",
|
|
2190
|
-
"npm": "",
|
|
2440
|
+
"npm": "nuxt-memwatch",
|
|
2191
2441
|
"icon": "",
|
|
2192
2442
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
2193
2443
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -2200,7 +2450,6 @@
|
|
|
2200
2450
|
"github": "pimlie"
|
|
2201
2451
|
}
|
|
2202
2452
|
],
|
|
2203
|
-
"contributors": [],
|
|
2204
2453
|
"compatibility": {
|
|
2205
2454
|
"nuxt": "^2.0.0",
|
|
2206
2455
|
"requires": {}
|
|
@@ -2210,7 +2459,7 @@
|
|
|
2210
2459
|
"name": "mobile",
|
|
2211
2460
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2212
2461
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2213
|
-
"npm": "",
|
|
2462
|
+
"npm": "nuxt-mobile",
|
|
2214
2463
|
"icon": "",
|
|
2215
2464
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2216
2465
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -2223,7 +2472,6 @@
|
|
|
2223
2472
|
"github": "ChanningDefoe"
|
|
2224
2473
|
}
|
|
2225
2474
|
],
|
|
2226
|
-
"contributors": [],
|
|
2227
2475
|
"compatibility": {
|
|
2228
2476
|
"nuxt": "^2.0.0",
|
|
2229
2477
|
"requires": {}
|
|
@@ -2233,7 +2481,7 @@
|
|
|
2233
2481
|
"name": "moment",
|
|
2234
2482
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2235
2483
|
"repo": "nuxt-community/moment-module",
|
|
2236
|
-
"npm": "",
|
|
2484
|
+
"npm": "@nuxtjs/moment",
|
|
2237
2485
|
"icon": "momentjs.png",
|
|
2238
2486
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2239
2487
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2251,7 +2499,6 @@
|
|
|
2251
2499
|
"github": "ricardogobbosouza"
|
|
2252
2500
|
}
|
|
2253
2501
|
],
|
|
2254
|
-
"contributors": [],
|
|
2255
2502
|
"compatibility": {
|
|
2256
2503
|
"nuxt": "^2.0.0",
|
|
2257
2504
|
"requires": {}
|
|
@@ -2261,7 +2508,7 @@
|
|
|
2261
2508
|
"name": "mq",
|
|
2262
2509
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2263
2510
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2264
|
-
"npm": "",
|
|
2511
|
+
"npm": "nuxt-mq",
|
|
2265
2512
|
"icon": "",
|
|
2266
2513
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2267
2514
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -2274,7 +2521,6 @@
|
|
|
2274
2521
|
"github": "vanhoofmaarten"
|
|
2275
2522
|
}
|
|
2276
2523
|
],
|
|
2277
|
-
"contributors": [],
|
|
2278
2524
|
"compatibility": {
|
|
2279
2525
|
"nuxt": "^2.0.0",
|
|
2280
2526
|
"requires": {}
|
|
@@ -2284,7 +2530,7 @@
|
|
|
2284
2530
|
"name": "neo",
|
|
2285
2531
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
2286
2532
|
"repo": "ezypeeze/nuxt-neo",
|
|
2287
|
-
"npm": "",
|
|
2533
|
+
"npm": "nuxt-neo",
|
|
2288
2534
|
"icon": "",
|
|
2289
2535
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
2290
2536
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -2297,7 +2543,6 @@
|
|
|
2297
2543
|
"github": "ezypeeze"
|
|
2298
2544
|
}
|
|
2299
2545
|
],
|
|
2300
|
-
"contributors": [],
|
|
2301
2546
|
"compatibility": {
|
|
2302
2547
|
"nuxt": "^2.0.0",
|
|
2303
2548
|
"requires": {}
|
|
@@ -2307,7 +2552,7 @@
|
|
|
2307
2552
|
"name": "netlify-cache",
|
|
2308
2553
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
2309
2554
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2310
|
-
"npm": "",
|
|
2555
|
+
"npm": "nuxt-netlify-cache",
|
|
2311
2556
|
"icon": "netlify.png",
|
|
2312
2557
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
2313
2558
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -2320,7 +2565,6 @@
|
|
|
2320
2565
|
"github": "DreaMinder"
|
|
2321
2566
|
}
|
|
2322
2567
|
],
|
|
2323
|
-
"contributors": [],
|
|
2324
2568
|
"compatibility": {
|
|
2325
2569
|
"nuxt": "^2.0.0",
|
|
2326
2570
|
"requires": {}
|
|
@@ -2330,7 +2574,7 @@
|
|
|
2330
2574
|
"name": "netlify-files",
|
|
2331
2575
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
2332
2576
|
"repo": "nuxt-community/netlify-files-module",
|
|
2333
|
-
"npm": "",
|
|
2577
|
+
"npm": "@nuxtjs/netlify-files",
|
|
2334
2578
|
"icon": "netlify.png",
|
|
2335
2579
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
2336
2580
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -2344,7 +2588,6 @@
|
|
|
2344
2588
|
"twitter": "TheAlexLichter"
|
|
2345
2589
|
}
|
|
2346
2590
|
],
|
|
2347
|
-
"contributors": [],
|
|
2348
2591
|
"compatibility": {
|
|
2349
2592
|
"nuxt": "^2.0.0",
|
|
2350
2593
|
"requires": {}
|
|
@@ -2354,7 +2597,7 @@
|
|
|
2354
2597
|
"name": "netlify",
|
|
2355
2598
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
2356
2599
|
"repo": "bazzite/nuxt-netlify",
|
|
2357
|
-
"npm": "",
|
|
2600
|
+
"npm": "@aceforth/nuxt-netlify",
|
|
2358
2601
|
"icon": "netlify.png",
|
|
2359
2602
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
2360
2603
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -2367,7 +2610,6 @@
|
|
|
2367
2610
|
"github": "bazzite"
|
|
2368
2611
|
}
|
|
2369
2612
|
],
|
|
2370
|
-
"contributors": [],
|
|
2371
2613
|
"compatibility": {
|
|
2372
2614
|
"nuxt": "^2.0.0",
|
|
2373
2615
|
"requires": {}
|
|
@@ -2377,7 +2619,7 @@
|
|
|
2377
2619
|
"name": "ngrok",
|
|
2378
2620
|
"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",
|
|
2379
2621
|
"repo": "nuxt-community/ngrok",
|
|
2380
|
-
"npm": "",
|
|
2622
|
+
"npm": "@nuxtjs/ngrok",
|
|
2381
2623
|
"icon": "ngrok.png",
|
|
2382
2624
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2383
2625
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -2396,7 +2638,6 @@
|
|
|
2396
2638
|
"twitter": "_pi0_"
|
|
2397
2639
|
}
|
|
2398
2640
|
],
|
|
2399
|
-
"contributors": [],
|
|
2400
2641
|
"compatibility": {
|
|
2401
2642
|
"nuxt": "^2.0.0",
|
|
2402
2643
|
"requires": {}
|
|
@@ -2406,7 +2647,7 @@
|
|
|
2406
2647
|
"name": "notion",
|
|
2407
2648
|
"description": "Vue renderer for Notion pages",
|
|
2408
2649
|
"repo": "janniks/vue-notion",
|
|
2409
|
-
"npm": "",
|
|
2650
|
+
"npm": "vue-notion",
|
|
2410
2651
|
"icon": "notion.svg",
|
|
2411
2652
|
"github": "https://github.com/janniks/vue-notion",
|
|
2412
2653
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -2419,42 +2660,106 @@
|
|
|
2419
2660
|
"github": "janniks"
|
|
2420
2661
|
}
|
|
2421
2662
|
],
|
|
2422
|
-
"contributors": [],
|
|
2423
2663
|
"compatibility": {
|
|
2424
2664
|
"nuxt": "^2.0.0",
|
|
2425
2665
|
"requires": {}
|
|
2426
2666
|
}
|
|
2427
2667
|
},
|
|
2428
2668
|
{
|
|
2429
|
-
"name": "nuxt-
|
|
2430
|
-
"description": "
|
|
2431
|
-
"repo": "
|
|
2432
|
-
"npm": "",
|
|
2433
|
-
"icon": "
|
|
2434
|
-
"github": "https://github.com/
|
|
2435
|
-
"website": "https://github.com/
|
|
2669
|
+
"name": "nuxt-auth",
|
|
2670
|
+
"description": "",
|
|
2671
|
+
"repo": "sidebase/nuxt-auth",
|
|
2672
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2673
|
+
"icon": "",
|
|
2674
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2675
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2436
2676
|
"learn_more": "",
|
|
2437
2677
|
"category": "Devtools",
|
|
2438
2678
|
"type": "3rd-party",
|
|
2439
2679
|
"maintainers": [
|
|
2440
2680
|
{
|
|
2441
|
-
"name": "
|
|
2442
|
-
"github": "
|
|
2681
|
+
"name": "sidebase",
|
|
2682
|
+
"github": "sidebase"
|
|
2443
2683
|
}
|
|
2444
2684
|
],
|
|
2445
|
-
"contributors": [],
|
|
2446
2685
|
"compatibility": {
|
|
2447
|
-
"nuxt": "^2.0.0
|
|
2448
|
-
"requires": {
|
|
2449
|
-
|
|
2450
|
-
|
|
2686
|
+
"nuxt": "^2.0.0",
|
|
2687
|
+
"requires": {}
|
|
2688
|
+
}
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "nuxt-graphql-playground",
|
|
2692
|
+
"description": "",
|
|
2693
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
2694
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2695
|
+
"icon": "",
|
|
2696
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2697
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2698
|
+
"learn_more": "",
|
|
2699
|
+
"category": "Devtools",
|
|
2700
|
+
"type": "3rd-party",
|
|
2701
|
+
"maintainers": [
|
|
2702
|
+
{
|
|
2703
|
+
"name": "pinpon-dev",
|
|
2704
|
+
"github": "pinpon-dev"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"compatibility": {
|
|
2708
|
+
"nuxt": "^2.0.0",
|
|
2709
|
+
"requires": {}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "nuxt-hue",
|
|
2714
|
+
"description": "Enlighten your Nuxt experience",
|
|
2715
|
+
"repo": "lihbr/nuxt-hue",
|
|
2716
|
+
"npm": "nuxt-hue",
|
|
2717
|
+
"icon": "nuxt-hue.svg",
|
|
2718
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2719
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2720
|
+
"learn_more": "",
|
|
2721
|
+
"category": "Devtools",
|
|
2722
|
+
"type": "3rd-party",
|
|
2723
|
+
"maintainers": [
|
|
2724
|
+
{
|
|
2725
|
+
"name": "lihbr",
|
|
2726
|
+
"github": "lihbr"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"compatibility": {
|
|
2730
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2731
|
+
"requires": {
|
|
2732
|
+
"bridge": "optional"
|
|
2733
|
+
}
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "nuxt-monaco-editor",
|
|
2738
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2739
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2740
|
+
"npm": "nuxt-monaco-editor",
|
|
2741
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2742
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2743
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2744
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2745
|
+
"category": "Libraries",
|
|
2746
|
+
"type": "3rd-party",
|
|
2747
|
+
"maintainers": [
|
|
2748
|
+
{
|
|
2749
|
+
"name": "e-chan1007",
|
|
2750
|
+
"github": "e-chan1007"
|
|
2751
|
+
}
|
|
2752
|
+
],
|
|
2753
|
+
"compatibility": {
|
|
2754
|
+
"nuxt": "^3.0.0",
|
|
2755
|
+
"requires": {}
|
|
2451
2756
|
}
|
|
2452
2757
|
},
|
|
2453
2758
|
{
|
|
2454
2759
|
"name": "nuxt-pino-log",
|
|
2455
2760
|
"description": "Structured logs for nuxt apps using pino",
|
|
2456
2761
|
"repo": "kpn/nuxt-pino-log",
|
|
2457
|
-
"npm": "",
|
|
2762
|
+
"npm": "nuxt-pino-log",
|
|
2458
2763
|
"icon": "",
|
|
2459
2764
|
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2460
2765
|
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
@@ -2467,17 +2772,38 @@
|
|
|
2467
2772
|
"github": "kpn"
|
|
2468
2773
|
}
|
|
2469
2774
|
],
|
|
2470
|
-
"contributors": [],
|
|
2471
2775
|
"compatibility": {
|
|
2472
2776
|
"nuxt": "^2.0.0",
|
|
2473
2777
|
"requires": {}
|
|
2474
2778
|
}
|
|
2475
2779
|
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "plausible",
|
|
2782
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
2783
|
+
"repo": "johannschopplich/nuxt-plausible",
|
|
2784
|
+
"npm": "nuxt-plausible",
|
|
2785
|
+
"icon": "plausible.png",
|
|
2786
|
+
"github": "https://github.com/johannschopplich/nuxt-plausible",
|
|
2787
|
+
"website": "https://github.com/johannschopplich/nuxt-plausible",
|
|
2788
|
+
"learn_more": "https://plausible.io/",
|
|
2789
|
+
"category": "Analytics",
|
|
2790
|
+
"type": "3rd-party",
|
|
2791
|
+
"maintainers": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "Johann Schopplich",
|
|
2794
|
+
"github": "johannschopplich"
|
|
2795
|
+
}
|
|
2796
|
+
],
|
|
2797
|
+
"compatibility": {
|
|
2798
|
+
"nuxt": "^3.0.0",
|
|
2799
|
+
"requires": {}
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2476
2802
|
{
|
|
2477
2803
|
"name": "nuxt-png-to-ico",
|
|
2478
2804
|
"description": "Nuxt.js module for auto generating favicons",
|
|
2479
2805
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2480
|
-
"npm": "",
|
|
2806
|
+
"npm": "nuxt-png-to-ico",
|
|
2481
2807
|
"icon": "",
|
|
2482
2808
|
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2483
2809
|
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
@@ -2491,7 +2817,6 @@
|
|
|
2491
2817
|
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2492
2818
|
}
|
|
2493
2819
|
],
|
|
2494
|
-
"contributors": [],
|
|
2495
2820
|
"compatibility": {
|
|
2496
2821
|
"nuxt": "^2.0.0",
|
|
2497
2822
|
"requires": {}
|
|
@@ -2501,7 +2826,7 @@
|
|
|
2501
2826
|
"name": "nuxt-smartlook",
|
|
2502
2827
|
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2503
2828
|
"repo": "f00b4r/nuxt-smartlook",
|
|
2504
|
-
"npm": "",
|
|
2829
|
+
"npm": "nuxt-smartlook",
|
|
2505
2830
|
"icon": "nuxt-smartlook.png",
|
|
2506
2831
|
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2507
2832
|
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
@@ -2516,7 +2841,100 @@
|
|
|
2516
2841
|
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2517
2842
|
}
|
|
2518
2843
|
],
|
|
2519
|
-
"
|
|
2844
|
+
"compatibility": {
|
|
2845
|
+
"nuxt": "^2.0.0",
|
|
2846
|
+
"requires": {}
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "ssr-lit",
|
|
2851
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
2852
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
2853
|
+
"npm": "nuxt-ssr-lit",
|
|
2854
|
+
"icon": "",
|
|
2855
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2856
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2857
|
+
"learn_more": "",
|
|
2858
|
+
"category": "Libraries",
|
|
2859
|
+
"type": "3rd-party",
|
|
2860
|
+
"maintainers": [
|
|
2861
|
+
{
|
|
2862
|
+
"name": "Prashant Palikhe",
|
|
2863
|
+
"github": "prashantpalikhe",
|
|
2864
|
+
"twitter": "prashantpalikhe"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "Steve Workman",
|
|
2868
|
+
"github": "steveworkman",
|
|
2869
|
+
"twitter": "steveworkman"
|
|
2870
|
+
}
|
|
2871
|
+
],
|
|
2872
|
+
"compatibility": {
|
|
2873
|
+
"nuxt": "^3.0.0",
|
|
2874
|
+
"requires": {}
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"name": "nuxt-storm",
|
|
2879
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
2880
|
+
"repo": "fumeapp/nuxt-storm",
|
|
2881
|
+
"npm": "nuxt-storm",
|
|
2882
|
+
"icon": "nuxt-storm.png",
|
|
2883
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
2884
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
2885
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
2886
|
+
"category": "Devtools",
|
|
2887
|
+
"type": "3rd-party",
|
|
2888
|
+
"maintainers": [
|
|
2889
|
+
{
|
|
2890
|
+
"name": "fumeapp",
|
|
2891
|
+
"github": "fumeapp"
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
"compatibility": {
|
|
2895
|
+
"nuxt": "^2.0.0",
|
|
2896
|
+
"requires": {}
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "nuxt-svgo",
|
|
2901
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2902
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2903
|
+
"npm": "nuxt-svgo",
|
|
2904
|
+
"icon": "nuxt-svgo.png",
|
|
2905
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2906
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2907
|
+
"learn_more": "",
|
|
2908
|
+
"category": "Images",
|
|
2909
|
+
"type": "3rd-party",
|
|
2910
|
+
"maintainers": [
|
|
2911
|
+
{
|
|
2912
|
+
"name": "cpsoinos",
|
|
2913
|
+
"github": "cpsoinos"
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"compatibility": {
|
|
2917
|
+
"nuxt": "^3.0.0",
|
|
2918
|
+
"requires": {}
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"name": "nuxt-unleash",
|
|
2923
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2924
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2925
|
+
"npm": "nuxt-unleash",
|
|
2926
|
+
"icon": "nuxt-unleash.svg",
|
|
2927
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2928
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2929
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2930
|
+
"category": "Deployment",
|
|
2931
|
+
"type": "3rd-party",
|
|
2932
|
+
"maintainers": [
|
|
2933
|
+
{
|
|
2934
|
+
"name": "Juanjo Conejerock",
|
|
2935
|
+
"github": "conejerock"
|
|
2936
|
+
}
|
|
2937
|
+
],
|
|
2520
2938
|
"compatibility": {
|
|
2521
2939
|
"nuxt": "^2.0.0",
|
|
2522
2940
|
"requires": {}
|
|
@@ -2526,7 +2944,7 @@
|
|
|
2526
2944
|
"name": "nuxt-use-motion",
|
|
2527
2945
|
"description": "A Nuxt module putting your components in motion",
|
|
2528
2946
|
"repo": "Tahul/nuxt-use-motion",
|
|
2529
|
-
"npm": "",
|
|
2947
|
+
"npm": "nuxt-use-motion",
|
|
2530
2948
|
"icon": "nuxt-use-motion.svg",
|
|
2531
2949
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2532
2950
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -2539,7 +2957,6 @@
|
|
|
2539
2957
|
"github": "Tahul"
|
|
2540
2958
|
}
|
|
2541
2959
|
],
|
|
2542
|
-
"contributors": [],
|
|
2543
2960
|
"compatibility": {
|
|
2544
2961
|
"nuxt": "^2.0.0",
|
|
2545
2962
|
"requires": {}
|
|
@@ -2549,7 +2966,7 @@
|
|
|
2549
2966
|
"name": "nuxt-use-sound",
|
|
2550
2967
|
"description": "A Nuxt module for playing sound effects.",
|
|
2551
2968
|
"repo": "Tahul/nuxt-use-sound",
|
|
2552
|
-
"npm": "",
|
|
2969
|
+
"npm": "nuxt-use-sound",
|
|
2553
2970
|
"icon": "nuxt-use-sound.svg",
|
|
2554
2971
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2555
2972
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -2562,7 +2979,6 @@
|
|
|
2562
2979
|
"github": "Tahul"
|
|
2563
2980
|
}
|
|
2564
2981
|
],
|
|
2565
|
-
"contributors": [],
|
|
2566
2982
|
"compatibility": {
|
|
2567
2983
|
"nuxt": "^2.0.0",
|
|
2568
2984
|
"requires": {}
|
|
@@ -2572,7 +2988,7 @@
|
|
|
2572
2988
|
"name": "nuxt-viewport",
|
|
2573
2989
|
"description": "Define custom viewports for your Nuxt project",
|
|
2574
2990
|
"repo": "mvrlin/nuxt-viewport",
|
|
2575
|
-
"npm": "",
|
|
2991
|
+
"npm": "nuxt-viewport",
|
|
2576
2992
|
"icon": "nuxt-viewport.svg",
|
|
2577
2993
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2578
2994
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -2585,17 +3001,18 @@
|
|
|
2585
3001
|
"github": "mvrlin"
|
|
2586
3002
|
}
|
|
2587
3003
|
],
|
|
2588
|
-
"contributors": [],
|
|
2589
3004
|
"compatibility": {
|
|
2590
|
-
"nuxt": "^2.0.0",
|
|
2591
|
-
"requires": {
|
|
3005
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3006
|
+
"requires": {
|
|
3007
|
+
"bridge": "optional"
|
|
3008
|
+
}
|
|
2592
3009
|
}
|
|
2593
3010
|
},
|
|
2594
3011
|
{
|
|
2595
3012
|
"name": "nuxt7",
|
|
2596
3013
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
2597
3014
|
"repo": "nuxt-community/nuxt7",
|
|
2598
|
-
"npm": "",
|
|
3015
|
+
"npm": "nuxt7",
|
|
2599
3016
|
"icon": "",
|
|
2600
3017
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
2601
3018
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -2609,7 +3026,6 @@
|
|
|
2609
3026
|
"twitter": "_pi0_"
|
|
2610
3027
|
}
|
|
2611
3028
|
],
|
|
2612
|
-
"contributors": [],
|
|
2613
3029
|
"compatibility": {
|
|
2614
3030
|
"nuxt": "^2.0.0",
|
|
2615
3031
|
"requires": {}
|
|
@@ -2619,7 +3035,7 @@
|
|
|
2619
3035
|
"name": "onesignal",
|
|
2620
3036
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
2621
3037
|
"repo": "nuxt-community/onesignal-module",
|
|
2622
|
-
"npm": "",
|
|
3038
|
+
"npm": "@nuxtjs/onesignal",
|
|
2623
3039
|
"icon": "one-signal.png",
|
|
2624
3040
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
2625
3041
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -2633,7 +3049,6 @@
|
|
|
2633
3049
|
"twitter": "_pi0_"
|
|
2634
3050
|
}
|
|
2635
3051
|
],
|
|
2636
|
-
"contributors": [],
|
|
2637
3052
|
"compatibility": {
|
|
2638
3053
|
"nuxt": "^2.0.0",
|
|
2639
3054
|
"requires": {}
|
|
@@ -2643,7 +3058,7 @@
|
|
|
2643
3058
|
"name": "optimized-images",
|
|
2644
3059
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
2645
3060
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
2646
|
-
"npm": "",
|
|
3061
|
+
"npm": "@aceforth/nuxt-optimized-images",
|
|
2647
3062
|
"icon": "",
|
|
2648
3063
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
2649
3064
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -2657,7 +3072,6 @@
|
|
|
2657
3072
|
"twitter": "juliomrqz"
|
|
2658
3073
|
}
|
|
2659
3074
|
],
|
|
2660
|
-
"contributors": [],
|
|
2661
3075
|
"compatibility": {
|
|
2662
3076
|
"nuxt": "^2.0.0",
|
|
2663
3077
|
"requires": {}
|
|
@@ -2667,7 +3081,7 @@
|
|
|
2667
3081
|
"name": "page-generator-helper",
|
|
2668
3082
|
"description": "Generate your pages statically without using payload extractors.",
|
|
2669
3083
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2670
|
-
"npm": "",
|
|
3084
|
+
"npm": "nuxt-page-generator-helper",
|
|
2671
3085
|
"icon": "",
|
|
2672
3086
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
2673
3087
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -2680,7 +3094,6 @@
|
|
|
2680
3094
|
"github": "GrabarzUndPartner"
|
|
2681
3095
|
}
|
|
2682
3096
|
],
|
|
2683
|
-
"contributors": [],
|
|
2684
3097
|
"compatibility": {
|
|
2685
3098
|
"nuxt": "^2.0.0",
|
|
2686
3099
|
"requires": {}
|
|
@@ -2690,7 +3103,7 @@
|
|
|
2690
3103
|
"name": "parse",
|
|
2691
3104
|
"description": "Parse package for Nuxt.js",
|
|
2692
3105
|
"repo": "cierrateam/nuxt-parse",
|
|
2693
|
-
"npm": "",
|
|
3106
|
+
"npm": "nuxt-parse",
|
|
2694
3107
|
"icon": "",
|
|
2695
3108
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
2696
3109
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -2703,7 +3116,6 @@
|
|
|
2703
3116
|
"github": "cierrateam"
|
|
2704
3117
|
}
|
|
2705
3118
|
],
|
|
2706
|
-
"contributors": [],
|
|
2707
3119
|
"compatibility": {
|
|
2708
3120
|
"nuxt": "^2.0.0",
|
|
2709
3121
|
"requires": {}
|
|
@@ -2712,11 +3124,11 @@
|
|
|
2712
3124
|
{
|
|
2713
3125
|
"name": "partytown",
|
|
2714
3126
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2715
|
-
"repo": "nuxt-
|
|
2716
|
-
"npm": "",
|
|
3127
|
+
"repo": "nuxt-modules/partytown",
|
|
3128
|
+
"npm": "@nuxtjs/partytown",
|
|
2717
3129
|
"icon": "partytown.svg",
|
|
2718
|
-
"github": "https://github.com/nuxt-
|
|
2719
|
-
"website": "https://github.com/nuxt-
|
|
3130
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3131
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2720
3132
|
"learn_more": "https://partytown.builder.io/",
|
|
2721
3133
|
"category": "Performance",
|
|
2722
3134
|
"type": "community",
|
|
@@ -2727,7 +3139,6 @@
|
|
|
2727
3139
|
"twitter": "danielcroe"
|
|
2728
3140
|
}
|
|
2729
3141
|
],
|
|
2730
|
-
"contributors": [],
|
|
2731
3142
|
"compatibility": {
|
|
2732
3143
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2733
3144
|
"requires": {
|
|
@@ -2739,7 +3150,7 @@
|
|
|
2739
3150
|
"name": "persian-datepicker",
|
|
2740
3151
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2741
3152
|
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2742
|
-
"npm": "",
|
|
3153
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2743
3154
|
"icon": "persian-datepicker.svg",
|
|
2744
3155
|
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2745
3156
|
"website": "https://alireza-ab.ir/datepicker",
|
|
@@ -2753,7 +3164,6 @@
|
|
|
2753
3164
|
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2754
3165
|
}
|
|
2755
3166
|
],
|
|
2756
|
-
"contributors": [],
|
|
2757
3167
|
"compatibility": {
|
|
2758
3168
|
"nuxt": "^2.0.0",
|
|
2759
3169
|
"requires": {}
|
|
@@ -2763,7 +3173,7 @@
|
|
|
2763
3173
|
"name": "pinia",
|
|
2764
3174
|
"description": "The Vue Store that you will enjoy using",
|
|
2765
3175
|
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2766
|
-
"npm": "",
|
|
3176
|
+
"npm": "@pinia/nuxt",
|
|
2767
3177
|
"icon": "pinia.svg",
|
|
2768
3178
|
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2769
3179
|
"website": "https://pinia.esm.dev/",
|
|
@@ -2776,7 +3186,6 @@
|
|
|
2776
3186
|
"github": "posva"
|
|
2777
3187
|
}
|
|
2778
3188
|
],
|
|
2779
|
-
"contributors": [],
|
|
2780
3189
|
"compatibility": {
|
|
2781
3190
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2782
3191
|
"requires": {
|
|
@@ -2786,22 +3195,21 @@
|
|
|
2786
3195
|
},
|
|
2787
3196
|
{
|
|
2788
3197
|
"name": "plausible",
|
|
2789
|
-
"description": "
|
|
2790
|
-
"repo": "
|
|
2791
|
-
"npm": "",
|
|
2792
|
-
"icon": "
|
|
2793
|
-
"github": "https://github.com/
|
|
2794
|
-
"website": "https://github.com/
|
|
3198
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3199
|
+
"repo": "johannschopplich/nuxt-plausible",
|
|
3200
|
+
"npm": "nuxt-plausible",
|
|
3201
|
+
"icon": "",
|
|
3202
|
+
"github": "https://github.com/johannschopplich/nuxt-plausible",
|
|
3203
|
+
"website": "https://github.com/johannschopplich/nuxt-plausible",
|
|
2795
3204
|
"learn_more": "",
|
|
2796
|
-
"category": "
|
|
3205
|
+
"category": "Devtools",
|
|
2797
3206
|
"type": "3rd-party",
|
|
2798
3207
|
"maintainers": [
|
|
2799
3208
|
{
|
|
2800
|
-
"name": "
|
|
2801
|
-
"github": "
|
|
3209
|
+
"name": "johannschopplich",
|
|
3210
|
+
"github": "johannschopplich"
|
|
2802
3211
|
}
|
|
2803
3212
|
],
|
|
2804
|
-
"contributors": [],
|
|
2805
3213
|
"compatibility": {
|
|
2806
3214
|
"nuxt": "^2.0.0",
|
|
2807
3215
|
"requires": {}
|
|
@@ -2811,7 +3219,7 @@
|
|
|
2811
3219
|
"name": "precompress",
|
|
2812
3220
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2813
3221
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2814
|
-
"npm": "",
|
|
3222
|
+
"npm": "nuxt-precompress",
|
|
2815
3223
|
"icon": "",
|
|
2816
3224
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2817
3225
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2824,7 +3232,6 @@
|
|
|
2824
3232
|
"github": "frenchrabbit"
|
|
2825
3233
|
}
|
|
2826
3234
|
],
|
|
2827
|
-
"contributors": [],
|
|
2828
3235
|
"compatibility": {
|
|
2829
3236
|
"nuxt": "^2.0.0",
|
|
2830
3237
|
"requires": {}
|
|
@@ -2833,33 +3240,23 @@
|
|
|
2833
3240
|
{
|
|
2834
3241
|
"name": "prismic",
|
|
2835
3242
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2836
|
-
"repo": "nuxt-
|
|
2837
|
-
"npm": "",
|
|
3243
|
+
"repo": "nuxt-modules/prismic",
|
|
3244
|
+
"npm": "@nuxtjs/prismic",
|
|
2838
3245
|
"icon": "prismic.png",
|
|
2839
|
-
"github": "https://github.com/nuxt-
|
|
3246
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2840
3247
|
"website": "https://prismic.nuxtjs.org",
|
|
2841
|
-
"learn_more": "https://prismic.io
|
|
3248
|
+
"learn_more": "https://prismic.io",
|
|
2842
3249
|
"category": "CMS",
|
|
2843
3250
|
"type": "community",
|
|
2844
3251
|
"maintainers": [
|
|
2845
|
-
{
|
|
2846
|
-
"name": "Sébastien Chopin",
|
|
2847
|
-
"github": "Atinux",
|
|
2848
|
-
"twitter": "Atinux"
|
|
2849
|
-
},
|
|
2850
3252
|
{
|
|
2851
3253
|
"name": "lihbr",
|
|
2852
3254
|
"github": "lihbr",
|
|
2853
3255
|
"twitter": "li_hbr"
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"name": "James Pegg",
|
|
2857
|
-
"github": "jamespegg"
|
|
2858
3256
|
}
|
|
2859
3257
|
],
|
|
2860
|
-
"contributors": [],
|
|
2861
3258
|
"compatibility": {
|
|
2862
|
-
"nuxt": "^2.0.0",
|
|
3259
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2863
3260
|
"requires": {}
|
|
2864
3261
|
}
|
|
2865
3262
|
},
|
|
@@ -2867,7 +3264,7 @@
|
|
|
2867
3264
|
"name": "protected-mailto",
|
|
2868
3265
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2869
3266
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2870
|
-
"npm": "",
|
|
3267
|
+
"npm": "nuxt-protected-mailto",
|
|
2871
3268
|
"icon": "",
|
|
2872
3269
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2873
3270
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2880,7 +3277,6 @@
|
|
|
2880
3277
|
"github": "mmoollllee"
|
|
2881
3278
|
}
|
|
2882
3279
|
],
|
|
2883
|
-
"contributors": [],
|
|
2884
3280
|
"compatibility": {
|
|
2885
3281
|
"nuxt": "^2.0.0",
|
|
2886
3282
|
"requires": {}
|
|
@@ -2890,7 +3286,7 @@
|
|
|
2890
3286
|
"name": "proxy",
|
|
2891
3287
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2892
3288
|
"repo": "nuxt-community/proxy-module",
|
|
2893
|
-
"npm": "",
|
|
3289
|
+
"npm": "@nuxtjs/proxy",
|
|
2894
3290
|
"icon": "",
|
|
2895
3291
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2896
3292
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2904,7 +3300,6 @@
|
|
|
2904
3300
|
"twitter": "_pi0_"
|
|
2905
3301
|
}
|
|
2906
3302
|
],
|
|
2907
|
-
"contributors": [],
|
|
2908
3303
|
"compatibility": {
|
|
2909
3304
|
"nuxt": "^2.0.0",
|
|
2910
3305
|
"requires": {}
|
|
@@ -2914,7 +3309,7 @@
|
|
|
2914
3309
|
"name": "prune-html",
|
|
2915
3310
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2916
3311
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2917
|
-
"npm": "",
|
|
3312
|
+
"npm": "@luxdamore/nuxt-prune-html",
|
|
2918
3313
|
"icon": "",
|
|
2919
3314
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2920
3315
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2928,7 +3323,6 @@
|
|
|
2928
3323
|
"twitter": "luxdamore"
|
|
2929
3324
|
}
|
|
2930
3325
|
],
|
|
2931
|
-
"contributors": [],
|
|
2932
3326
|
"compatibility": {
|
|
2933
3327
|
"nuxt": "^2.0.0",
|
|
2934
3328
|
"requires": {}
|
|
@@ -2937,8 +3331,8 @@
|
|
|
2937
3331
|
{
|
|
2938
3332
|
"name": "purgecss",
|
|
2939
3333
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2940
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
2941
|
-
"npm": "",
|
|
3334
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3335
|
+
"npm": "nuxt-purgecss",
|
|
2942
3336
|
"icon": "purgecss.png",
|
|
2943
3337
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2944
3338
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2951,9 +3345,8 @@
|
|
|
2951
3345
|
"github": "Developmint"
|
|
2952
3346
|
}
|
|
2953
3347
|
],
|
|
2954
|
-
"contributors": [],
|
|
2955
3348
|
"compatibility": {
|
|
2956
|
-
"nuxt": "^2.0.0",
|
|
3349
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2957
3350
|
"requires": {}
|
|
2958
3351
|
}
|
|
2959
3352
|
},
|
|
@@ -2961,7 +3354,7 @@
|
|
|
2961
3354
|
"name": "pwa",
|
|
2962
3355
|
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2963
3356
|
"repo": "nuxt-community/pwa-module",
|
|
2964
|
-
"npm": "",
|
|
3357
|
+
"npm": "@nuxtjs/pwa",
|
|
2965
3358
|
"icon": "pwa.png",
|
|
2966
3359
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2967
3360
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2975,7 +3368,6 @@
|
|
|
2975
3368
|
"twitter": "_pi0_"
|
|
2976
3369
|
}
|
|
2977
3370
|
],
|
|
2978
|
-
"contributors": [],
|
|
2979
3371
|
"compatibility": {
|
|
2980
3372
|
"nuxt": "^2.0.0",
|
|
2981
3373
|
"requires": {
|
|
@@ -2987,7 +3379,7 @@
|
|
|
2987
3379
|
"name": "python",
|
|
2988
3380
|
"description": "Write Nuxt.js applications using Python",
|
|
2989
3381
|
"repo": "nuxt-community/python-module",
|
|
2990
|
-
"npm": "",
|
|
3382
|
+
"npm": "@nuxtjs/python",
|
|
2991
3383
|
"icon": "python.png",
|
|
2992
3384
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2993
3385
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -3000,7 +3392,6 @@
|
|
|
3000
3392
|
"github": "icarito"
|
|
3001
3393
|
}
|
|
3002
3394
|
],
|
|
3003
|
-
"contributors": [],
|
|
3004
3395
|
"compatibility": {
|
|
3005
3396
|
"nuxt": "^2.0.0",
|
|
3006
3397
|
"requires": {}
|
|
@@ -3010,7 +3401,7 @@
|
|
|
3010
3401
|
"name": "recaptcha",
|
|
3011
3402
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
3012
3403
|
"repo": "nuxt-community/recaptcha-module",
|
|
3013
|
-
"npm": "",
|
|
3404
|
+
"npm": "@nuxtjs/recaptcha",
|
|
3014
3405
|
"icon": "recaptcha.png",
|
|
3015
3406
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
3016
3407
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -3023,7 +3414,6 @@
|
|
|
3023
3414
|
"github": "mvrlin"
|
|
3024
3415
|
}
|
|
3025
3416
|
],
|
|
3026
|
-
"contributors": [],
|
|
3027
3417
|
"compatibility": {
|
|
3028
3418
|
"nuxt": "^2.0.0",
|
|
3029
3419
|
"requires": {}
|
|
@@ -3033,7 +3423,7 @@
|
|
|
3033
3423
|
"name": "redirect",
|
|
3034
3424
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
3035
3425
|
"repo": "nuxt-community/redirect-module",
|
|
3036
|
-
"npm": "",
|
|
3426
|
+
"npm": "@nuxtjs/redirect-module",
|
|
3037
3427
|
"icon": "",
|
|
3038
3428
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
3039
3429
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -3047,7 +3437,6 @@
|
|
|
3047
3437
|
"twitter": "TheAlexLichter"
|
|
3048
3438
|
}
|
|
3049
3439
|
],
|
|
3050
|
-
"contributors": [],
|
|
3051
3440
|
"compatibility": {
|
|
3052
3441
|
"nuxt": "^2.0.0",
|
|
3053
3442
|
"requires": {}
|
|
@@ -3057,7 +3446,7 @@
|
|
|
3057
3446
|
"name": "rfg-icon",
|
|
3058
3447
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
3059
3448
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3060
|
-
"npm": "",
|
|
3449
|
+
"npm": "nuxt-rfg-icon",
|
|
3061
3450
|
"icon": "real-favicon-generator.png",
|
|
3062
3451
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
3063
3452
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -3070,7 +3459,6 @@
|
|
|
3070
3459
|
"github": "pimlie"
|
|
3071
3460
|
}
|
|
3072
3461
|
],
|
|
3073
|
-
"contributors": [],
|
|
3074
3462
|
"compatibility": {
|
|
3075
3463
|
"nuxt": "^2.0.0",
|
|
3076
3464
|
"requires": {}
|
|
@@ -3080,8 +3468,8 @@
|
|
|
3080
3468
|
"name": "robots",
|
|
3081
3469
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3082
3470
|
"repo": "nuxt-community/robots-module",
|
|
3083
|
-
"npm": "",
|
|
3084
|
-
"icon": "",
|
|
3471
|
+
"npm": "@nuxtjs/robots",
|
|
3472
|
+
"icon": "robots.png",
|
|
3085
3473
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3086
3474
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
3087
3475
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -3093,17 +3481,18 @@
|
|
|
3093
3481
|
"github": "ricardogobbosouza"
|
|
3094
3482
|
}
|
|
3095
3483
|
],
|
|
3096
|
-
"contributors": [],
|
|
3097
3484
|
"compatibility": {
|
|
3098
|
-
"nuxt": "^2.0.0",
|
|
3099
|
-
"requires": {
|
|
3485
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3486
|
+
"requires": {
|
|
3487
|
+
"bridge": "optional"
|
|
3488
|
+
}
|
|
3100
3489
|
}
|
|
3101
3490
|
},
|
|
3102
3491
|
{
|
|
3103
3492
|
"name": "rollbar",
|
|
3104
3493
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
3105
3494
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
3106
|
-
"npm": "",
|
|
3495
|
+
"npm": "nuxt-rollbar-module",
|
|
3107
3496
|
"icon": "rollbar.png",
|
|
3108
3497
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
3109
3498
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -3116,7 +3505,6 @@
|
|
|
3116
3505
|
"github": "gaelreyrol"
|
|
3117
3506
|
}
|
|
3118
3507
|
],
|
|
3119
|
-
"contributors": [],
|
|
3120
3508
|
"compatibility": {
|
|
3121
3509
|
"nuxt": "^2.0.0",
|
|
3122
3510
|
"requires": {}
|
|
@@ -3126,7 +3514,7 @@
|
|
|
3126
3514
|
"name": "router-extras",
|
|
3127
3515
|
"description": "Extra Add-ons for nuxt router",
|
|
3128
3516
|
"repo": "nuxt-community/router-extras-module",
|
|
3129
|
-
"npm": "",
|
|
3517
|
+
"npm": "@nuxtjs/router-extras",
|
|
3130
3518
|
"icon": "vue.png",
|
|
3131
3519
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
3132
3520
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -3140,7 +3528,6 @@
|
|
|
3140
3528
|
"twitter": "a_birang"
|
|
3141
3529
|
}
|
|
3142
3530
|
],
|
|
3143
|
-
"contributors": [],
|
|
3144
3531
|
"compatibility": {
|
|
3145
3532
|
"nuxt": "^2.0.0",
|
|
3146
3533
|
"requires": {}
|
|
@@ -3150,7 +3537,7 @@
|
|
|
3150
3537
|
"name": "router",
|
|
3151
3538
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
3152
3539
|
"repo": "nuxt-community/router-module",
|
|
3153
|
-
"npm": "",
|
|
3540
|
+
"npm": "@nuxtjs/router",
|
|
3154
3541
|
"icon": "vue.png",
|
|
3155
3542
|
"github": "https://github.com/nuxt-community/router-module",
|
|
3156
3543
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -3164,7 +3551,6 @@
|
|
|
3164
3551
|
"twitter": "Atinux"
|
|
3165
3552
|
}
|
|
3166
3553
|
],
|
|
3167
|
-
"contributors": [],
|
|
3168
3554
|
"compatibility": {
|
|
3169
3555
|
"nuxt": "^2.0.0",
|
|
3170
3556
|
"requires": {}
|
|
@@ -3172,11 +3558,11 @@
|
|
|
3172
3558
|
},
|
|
3173
3559
|
{
|
|
3174
3560
|
"name": "sanity",
|
|
3175
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3176
|
-
"repo": "nuxt-
|
|
3177
|
-
"npm": "",
|
|
3561
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3562
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3563
|
+
"npm": "@nuxtjs/sanity",
|
|
3178
3564
|
"icon": "sanity.png",
|
|
3179
|
-
"github": "https://github.com/nuxt-
|
|
3565
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3180
3566
|
"website": "https://sanity.nuxtjs.org",
|
|
3181
3567
|
"learn_more": "https://www.sanity.io/",
|
|
3182
3568
|
"category": "CMS",
|
|
@@ -3188,9 +3574,34 @@
|
|
|
3188
3574
|
"twitter": "danielcroe"
|
|
3189
3575
|
}
|
|
3190
3576
|
],
|
|
3191
|
-
"contributors": [],
|
|
3192
3577
|
"compatibility": {
|
|
3193
|
-
"nuxt": "^2.0.0",
|
|
3578
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3579
|
+
"requires": {
|
|
3580
|
+
"bridge": "optional"
|
|
3581
|
+
}
|
|
3582
|
+
}
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "schema-org",
|
|
3586
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3587
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3588
|
+
"npm": "nuxt-schema-org",
|
|
3589
|
+
"icon": "schema-org.svg",
|
|
3590
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3591
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3592
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3593
|
+
"category": "SEO",
|
|
3594
|
+
"type": "3rd-party",
|
|
3595
|
+
"maintainers": [
|
|
3596
|
+
{
|
|
3597
|
+
"name": "Harlan Wilton",
|
|
3598
|
+
"github": "harlan-zw",
|
|
3599
|
+
"twitter": "harlan_zw",
|
|
3600
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3601
|
+
}
|
|
3602
|
+
],
|
|
3603
|
+
"compatibility": {
|
|
3604
|
+
"nuxt": "^3.0.0",
|
|
3194
3605
|
"requires": {}
|
|
3195
3606
|
}
|
|
3196
3607
|
},
|
|
@@ -3198,7 +3609,7 @@
|
|
|
3198
3609
|
"name": "scss-to-js",
|
|
3199
3610
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
3200
3611
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
3201
|
-
"npm": "",
|
|
3612
|
+
"npm": "nuxt-scss-to-js",
|
|
3202
3613
|
"icon": "",
|
|
3203
3614
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
3204
3615
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -3211,17 +3622,39 @@
|
|
|
3211
3622
|
"github": "sugoidesune"
|
|
3212
3623
|
}
|
|
3213
3624
|
],
|
|
3214
|
-
"contributors": [],
|
|
3215
3625
|
"compatibility": {
|
|
3216
3626
|
"nuxt": "^2.0.0",
|
|
3217
3627
|
"requires": {}
|
|
3218
3628
|
}
|
|
3219
3629
|
},
|
|
3630
|
+
{
|
|
3631
|
+
"name": "security",
|
|
3632
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3633
|
+
"repo": "Baroshem/nuxt-security",
|
|
3634
|
+
"npm": "nuxt-security",
|
|
3635
|
+
"icon": "nuxt-security.svg",
|
|
3636
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3637
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3638
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3639
|
+
"category": "Security",
|
|
3640
|
+
"type": "3rd-party",
|
|
3641
|
+
"maintainers": [
|
|
3642
|
+
{
|
|
3643
|
+
"name": "Jakub Andrzejewski",
|
|
3644
|
+
"github": "Baroshem",
|
|
3645
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3646
|
+
}
|
|
3647
|
+
],
|
|
3648
|
+
"compatibility": {
|
|
3649
|
+
"nuxt": "^3.0.0",
|
|
3650
|
+
"requires": {}
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3220
3653
|
{
|
|
3221
3654
|
"name": "segment",
|
|
3222
3655
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
3223
3656
|
"repo": "dansmaculotte/nuxt-segment",
|
|
3224
|
-
"npm": "",
|
|
3657
|
+
"npm": "@dansmaculotte/nuxt-segment",
|
|
3225
3658
|
"icon": "segment.png",
|
|
3226
3659
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
3227
3660
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -3234,7 +3667,6 @@
|
|
|
3234
3667
|
"github": "dansmaculotte"
|
|
3235
3668
|
}
|
|
3236
3669
|
],
|
|
3237
|
-
"contributors": [],
|
|
3238
3670
|
"compatibility": {
|
|
3239
3671
|
"nuxt": "^2.0.0",
|
|
3240
3672
|
"requires": {}
|
|
@@ -3244,7 +3676,7 @@
|
|
|
3244
3676
|
"name": "sentry",
|
|
3245
3677
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
3246
3678
|
"repo": "nuxt-community/sentry-module",
|
|
3247
|
-
"npm": "",
|
|
3679
|
+
"npm": "@nuxtjs/sentry",
|
|
3248
3680
|
"icon": "sentry.png",
|
|
3249
3681
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
3250
3682
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -3257,7 +3689,6 @@
|
|
|
3257
3689
|
"github": "rchl"
|
|
3258
3690
|
}
|
|
3259
3691
|
],
|
|
3260
|
-
"contributors": [],
|
|
3261
3692
|
"compatibility": {
|
|
3262
3693
|
"nuxt": "^2.0.0",
|
|
3263
3694
|
"requires": {}
|
|
@@ -3266,8 +3697,8 @@
|
|
|
3266
3697
|
{
|
|
3267
3698
|
"name": "seo-meta",
|
|
3268
3699
|
"description": "Simple generate seo metadata",
|
|
3269
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3270
|
-
"npm": "",
|
|
3700
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3701
|
+
"npm": "nuxt-seo-meta",
|
|
3271
3702
|
"icon": "",
|
|
3272
3703
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3273
3704
|
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3281,7 +3712,6 @@
|
|
|
3281
3712
|
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3282
3713
|
}
|
|
3283
3714
|
],
|
|
3284
|
-
"contributors": [],
|
|
3285
3715
|
"compatibility": {
|
|
3286
3716
|
"nuxt": "^2.0.0",
|
|
3287
3717
|
"requires": {}
|
|
@@ -3291,7 +3721,7 @@
|
|
|
3291
3721
|
"name": "seomatic-meta",
|
|
3292
3722
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
3293
3723
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
3294
|
-
"npm": "",
|
|
3724
|
+
"npm": "nuxt-seomatic-meta",
|
|
3295
3725
|
"icon": "seomatic.png",
|
|
3296
3726
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
3297
3727
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -3304,7 +3734,6 @@
|
|
|
3304
3734
|
"github": "ben-rogerson"
|
|
3305
3735
|
}
|
|
3306
3736
|
],
|
|
3307
|
-
"contributors": [],
|
|
3308
3737
|
"compatibility": {
|
|
3309
3738
|
"nuxt": "^2.0.0",
|
|
3310
3739
|
"requires": {}
|
|
@@ -3314,7 +3743,7 @@
|
|
|
3314
3743
|
"name": "separate-env",
|
|
3315
3744
|
"description": "Separated environment variables for server and client builds",
|
|
3316
3745
|
"repo": "nuxt-community/separate-env-module",
|
|
3317
|
-
"npm": "",
|
|
3746
|
+
"npm": "@nuxtjs/separate-env",
|
|
3318
3747
|
"icon": "",
|
|
3319
3748
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
3320
3749
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -3328,17 +3757,39 @@
|
|
|
3328
3757
|
"twitter": "TheAlexLichter"
|
|
3329
3758
|
}
|
|
3330
3759
|
],
|
|
3331
|
-
"contributors": [],
|
|
3332
3760
|
"compatibility": {
|
|
3333
3761
|
"nuxt": "^2.0.0",
|
|
3334
3762
|
"requires": {}
|
|
3335
3763
|
}
|
|
3336
3764
|
},
|
|
3765
|
+
{
|
|
3766
|
+
"name": "session",
|
|
3767
|
+
"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",
|
|
3768
|
+
"repo": "sidebase/nuxt-session",
|
|
3769
|
+
"npm": "@sidebase/nuxt-session",
|
|
3770
|
+
"icon": "session.png",
|
|
3771
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3772
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3773
|
+
"learn_more": "https://github.com/sidebase",
|
|
3774
|
+
"category": "Security",
|
|
3775
|
+
"type": "3rd-party",
|
|
3776
|
+
"maintainers": [
|
|
3777
|
+
{
|
|
3778
|
+
"name": "sidebase",
|
|
3779
|
+
"github": "sidebase",
|
|
3780
|
+
"twitter": "sidebase_io"
|
|
3781
|
+
}
|
|
3782
|
+
],
|
|
3783
|
+
"compatibility": {
|
|
3784
|
+
"nuxt": "^3.0.0",
|
|
3785
|
+
"requires": {}
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
3337
3788
|
{
|
|
3338
3789
|
"name": "shopify",
|
|
3339
3790
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
3340
3791
|
"repo": "Gomah/nuxt-shopify",
|
|
3341
|
-
"npm": "",
|
|
3792
|
+
"npm": "nuxt-shopify",
|
|
3342
3793
|
"icon": "shopify.png",
|
|
3343
3794
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
3344
3795
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -3351,17 +3802,39 @@
|
|
|
3351
3802
|
"github": "Gomah"
|
|
3352
3803
|
}
|
|
3353
3804
|
],
|
|
3354
|
-
"contributors": [],
|
|
3355
3805
|
"compatibility": {
|
|
3356
3806
|
"nuxt": "^2.0.0",
|
|
3357
3807
|
"requires": {}
|
|
3358
3808
|
}
|
|
3359
3809
|
},
|
|
3810
|
+
{
|
|
3811
|
+
"name": "nuxt-auth",
|
|
3812
|
+
"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.",
|
|
3813
|
+
"repo": "sidebase/nuxt-auth",
|
|
3814
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3815
|
+
"icon": "sidebase-auth.png",
|
|
3816
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3817
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3818
|
+
"learn_more": "https://github.com/sidebase",
|
|
3819
|
+
"category": "Security",
|
|
3820
|
+
"type": "3rd-party",
|
|
3821
|
+
"maintainers": [
|
|
3822
|
+
{
|
|
3823
|
+
"name": "sidebase",
|
|
3824
|
+
"github": "sidebase",
|
|
3825
|
+
"twitter": "sidebase_io"
|
|
3826
|
+
}
|
|
3827
|
+
],
|
|
3828
|
+
"compatibility": {
|
|
3829
|
+
"nuxt": "^3.0.0",
|
|
3830
|
+
"requires": {}
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3360
3833
|
{
|
|
3361
3834
|
"name": "simple-line-icons",
|
|
3362
3835
|
"description": "Nuxt module to add simple-line-icons ",
|
|
3363
3836
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
3364
|
-
"npm": "",
|
|
3837
|
+
"npm": "nuxt-simple-line-icons",
|
|
3365
3838
|
"icon": "",
|
|
3366
3839
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
3367
3840
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -3374,7 +3847,6 @@
|
|
|
3374
3847
|
"github": "vaso2"
|
|
3375
3848
|
}
|
|
3376
3849
|
],
|
|
3377
|
-
"contributors": [],
|
|
3378
3850
|
"compatibility": {
|
|
3379
3851
|
"nuxt": "^2.0.0",
|
|
3380
3852
|
"requires": {}
|
|
@@ -3384,7 +3856,7 @@
|
|
|
3384
3856
|
"name": "sitemap",
|
|
3385
3857
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
3386
3858
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
3387
|
-
"npm": "",
|
|
3859
|
+
"npm": "@nuxtjs/sitemap",
|
|
3388
3860
|
"icon": "",
|
|
3389
3861
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
3390
3862
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -3398,7 +3870,6 @@
|
|
|
3398
3870
|
"twitter": "NicoPennec"
|
|
3399
3871
|
}
|
|
3400
3872
|
],
|
|
3401
|
-
"contributors": [],
|
|
3402
3873
|
"compatibility": {
|
|
3403
3874
|
"nuxt": "^2.0.0",
|
|
3404
3875
|
"requires": {}
|
|
@@ -3408,7 +3879,7 @@
|
|
|
3408
3879
|
"name": "snipcart",
|
|
3409
3880
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3410
3881
|
"repo": "nuxt-community/snipcart-module",
|
|
3411
|
-
"npm": "",
|
|
3882
|
+
"npm": "@nuxtjs/snipcart",
|
|
3412
3883
|
"icon": "snipcart.png",
|
|
3413
3884
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3414
3885
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -3422,7 +3893,6 @@
|
|
|
3422
3893
|
"twitter": "giraud_florent"
|
|
3423
3894
|
}
|
|
3424
3895
|
],
|
|
3425
|
-
"contributors": [],
|
|
3426
3896
|
"compatibility": {
|
|
3427
3897
|
"nuxt": "^2.0.0",
|
|
3428
3898
|
"requires": {}
|
|
@@ -3432,7 +3902,7 @@
|
|
|
3432
3902
|
"name": "social-meta",
|
|
3433
3903
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
3434
3904
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
3435
|
-
"npm": "",
|
|
3905
|
+
"npm": "nuxt-social-meta",
|
|
3436
3906
|
"icon": "",
|
|
3437
3907
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
3438
3908
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -3445,7 +3915,6 @@
|
|
|
3445
3915
|
"github": "AlekseyPleshkov"
|
|
3446
3916
|
}
|
|
3447
3917
|
],
|
|
3448
|
-
"contributors": [],
|
|
3449
3918
|
"compatibility": {
|
|
3450
3919
|
"nuxt": "^2.0.0",
|
|
3451
3920
|
"requires": {}
|
|
@@ -3455,7 +3924,7 @@
|
|
|
3455
3924
|
"name": "socket-io",
|
|
3456
3925
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
3457
3926
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
3458
|
-
"npm": "",
|
|
3927
|
+
"npm": "nuxt-socket-io",
|
|
3459
3928
|
"icon": "socket-io.png",
|
|
3460
3929
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
3461
3930
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -3468,7 +3937,6 @@
|
|
|
3468
3937
|
"github": "richardeschloss"
|
|
3469
3938
|
}
|
|
3470
3939
|
],
|
|
3471
|
-
"contributors": [],
|
|
3472
3940
|
"compatibility": {
|
|
3473
3941
|
"nuxt": "^2.0.0",
|
|
3474
3942
|
"requires": {}
|
|
@@ -3478,7 +3946,7 @@
|
|
|
3478
3946
|
"name": "speedcurve",
|
|
3479
3947
|
"description": "Speedcurve LUX module for Nuxt",
|
|
3480
3948
|
"repo": "nuxt-community/speedcurve-module",
|
|
3481
|
-
"npm": "",
|
|
3949
|
+
"npm": "@nuxtjs/speedcurve",
|
|
3482
3950
|
"icon": "speedcurve.png",
|
|
3483
3951
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
3484
3952
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -3492,7 +3960,6 @@
|
|
|
3492
3960
|
"twitter": "JoshDeltener"
|
|
3493
3961
|
}
|
|
3494
3962
|
],
|
|
3495
|
-
"contributors": [],
|
|
3496
3963
|
"compatibility": {
|
|
3497
3964
|
"nuxt": "^2.0.0",
|
|
3498
3965
|
"requires": {}
|
|
@@ -3502,7 +3969,7 @@
|
|
|
3502
3969
|
"name": "speedkit",
|
|
3503
3970
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3504
3971
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3505
|
-
"npm": "",
|
|
3972
|
+
"npm": "nuxt-speedkit",
|
|
3506
3973
|
"icon": "speedkit.png",
|
|
3507
3974
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3508
3975
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -3526,7 +3993,28 @@
|
|
|
3526
3993
|
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
3527
3994
|
}
|
|
3528
3995
|
],
|
|
3529
|
-
"
|
|
3996
|
+
"compatibility": {
|
|
3997
|
+
"nuxt": "^2.0.0",
|
|
3998
|
+
"requires": {}
|
|
3999
|
+
}
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"name": "ssr-lit",
|
|
4003
|
+
"description": "",
|
|
4004
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4005
|
+
"npm": "nuxt-ssr-lit",
|
|
4006
|
+
"icon": "",
|
|
4007
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4008
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4009
|
+
"learn_more": "",
|
|
4010
|
+
"category": "Devtools",
|
|
4011
|
+
"type": "3rd-party",
|
|
4012
|
+
"maintainers": [
|
|
4013
|
+
{
|
|
4014
|
+
"name": "prashantpalikhe",
|
|
4015
|
+
"github": "prashantpalikhe"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
3530
4018
|
"compatibility": {
|
|
3531
4019
|
"nuxt": "^2.0.0",
|
|
3532
4020
|
"requires": {}
|
|
@@ -3536,7 +4024,7 @@
|
|
|
3536
4024
|
"name": "storage",
|
|
3537
4025
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
3538
4026
|
"repo": "mazipan/nuxt-storage",
|
|
3539
|
-
"npm": "",
|
|
4027
|
+
"npm": "nuxt-storage",
|
|
3540
4028
|
"icon": "",
|
|
3541
4029
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
3542
4030
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -3549,7 +4037,6 @@
|
|
|
3549
4037
|
"github": "mazipan"
|
|
3550
4038
|
}
|
|
3551
4039
|
],
|
|
3552
|
-
"contributors": [],
|
|
3553
4040
|
"compatibility": {
|
|
3554
4041
|
"nuxt": "^2.0.0",
|
|
3555
4042
|
"requires": {}
|
|
@@ -3559,7 +4046,7 @@
|
|
|
3559
4046
|
"name": "storefront-ui",
|
|
3560
4047
|
"description": "Storefront UI Module for Nuxt.js",
|
|
3561
4048
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3562
|
-
"npm": "",
|
|
4049
|
+
"npm": "@storefront-ui/nuxt",
|
|
3563
4050
|
"icon": "storefront-ui.svg",
|
|
3564
4051
|
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3565
4052
|
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
@@ -3572,7 +4059,6 @@
|
|
|
3572
4059
|
"github": "Baroshem"
|
|
3573
4060
|
}
|
|
3574
4061
|
],
|
|
3575
|
-
"contributors": [],
|
|
3576
4062
|
"compatibility": {
|
|
3577
4063
|
"nuxt": "^2.0.0",
|
|
3578
4064
|
"requires": {}
|
|
@@ -3582,7 +4068,7 @@
|
|
|
3582
4068
|
"name": "stories",
|
|
3583
4069
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
3584
4070
|
"repo": "richardeschloss/nuxt-stories",
|
|
3585
|
-
"npm": "",
|
|
4071
|
+
"npm": "nuxt-stories",
|
|
3586
4072
|
"icon": "",
|
|
3587
4073
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
3588
4074
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -3595,7 +4081,6 @@
|
|
|
3595
4081
|
"github": "richardeschloss"
|
|
3596
4082
|
}
|
|
3597
4083
|
],
|
|
3598
|
-
"contributors": [],
|
|
3599
4084
|
"compatibility": {
|
|
3600
4085
|
"nuxt": "^2.0.0",
|
|
3601
4086
|
"requires": {}
|
|
@@ -3605,7 +4090,7 @@
|
|
|
3605
4090
|
"name": "storyblok",
|
|
3606
4091
|
"description": "Storyblok Nuxt.js module",
|
|
3607
4092
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3608
|
-
"npm": "",
|
|
4093
|
+
"npm": "@storyblok/nuxt",
|
|
3609
4094
|
"icon": "storyblok.png",
|
|
3610
4095
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3611
4096
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3618,7 +4103,6 @@
|
|
|
3618
4103
|
"github": "storyblok"
|
|
3619
4104
|
}
|
|
3620
4105
|
],
|
|
3621
|
-
"contributors": [],
|
|
3622
4106
|
"compatibility": {
|
|
3623
4107
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3624
4108
|
"requires": {}
|
|
@@ -3628,7 +4112,7 @@
|
|
|
3628
4112
|
"name": "storybook",
|
|
3629
4113
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
3630
4114
|
"repo": "nuxt-community/storybook",
|
|
3631
|
-
"npm": "",
|
|
4115
|
+
"npm": "@nuxtjs/storybook",
|
|
3632
4116
|
"icon": "storybook.png",
|
|
3633
4117
|
"github": "https://github.com/nuxt-community/storybook",
|
|
3634
4118
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -3647,7 +4131,6 @@
|
|
|
3647
4131
|
"twitter": "_pi0_"
|
|
3648
4132
|
}
|
|
3649
4133
|
],
|
|
3650
|
-
"contributors": [],
|
|
3651
4134
|
"compatibility": {
|
|
3652
4135
|
"nuxt": "^2.0.0",
|
|
3653
4136
|
"requires": {
|
|
@@ -3659,7 +4142,7 @@
|
|
|
3659
4142
|
"name": "strapi",
|
|
3660
4143
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
3661
4144
|
"repo": "nuxt-community/strapi-module",
|
|
3662
|
-
"npm": "",
|
|
4145
|
+
"npm": "@nuxtjs/strapi",
|
|
3663
4146
|
"icon": "strapi.png",
|
|
3664
4147
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
3665
4148
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -3678,17 +4161,18 @@
|
|
|
3678
4161
|
"twitter": "Atinux"
|
|
3679
4162
|
}
|
|
3680
4163
|
],
|
|
3681
|
-
"contributors": [],
|
|
3682
4164
|
"compatibility": {
|
|
3683
4165
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3684
|
-
"requires": {
|
|
4166
|
+
"requires": {
|
|
4167
|
+
"bridge": true
|
|
4168
|
+
}
|
|
3685
4169
|
}
|
|
3686
4170
|
},
|
|
3687
4171
|
{
|
|
3688
4172
|
"name": "stripe",
|
|
3689
4173
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
3690
4174
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
3691
|
-
"npm": "",
|
|
4175
|
+
"npm": "nuxt-stripe-module",
|
|
3692
4176
|
"icon": "stripe.png",
|
|
3693
4177
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
3694
4178
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -3701,7 +4185,6 @@
|
|
|
3701
4185
|
"github": "WilliamDASILVA"
|
|
3702
4186
|
}
|
|
3703
4187
|
],
|
|
3704
|
-
"contributors": [],
|
|
3705
4188
|
"compatibility": {
|
|
3706
4189
|
"nuxt": "^2.0.0",
|
|
3707
4190
|
"requires": {}
|
|
@@ -3711,7 +4194,7 @@
|
|
|
3711
4194
|
"name": "style-resources",
|
|
3712
4195
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
3713
4196
|
"repo": "nuxt-community/style-resources-module",
|
|
3714
|
-
"npm": "",
|
|
4197
|
+
"npm": "@nuxtjs/style-resources",
|
|
3715
4198
|
"icon": "",
|
|
3716
4199
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
3717
4200
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -3725,7 +4208,6 @@
|
|
|
3725
4208
|
"twitter": "TheAlexLichter"
|
|
3726
4209
|
}
|
|
3727
4210
|
],
|
|
3728
|
-
"contributors": [],
|
|
3729
4211
|
"compatibility": {
|
|
3730
4212
|
"nuxt": "^2.0.0",
|
|
3731
4213
|
"requires": {}
|
|
@@ -3735,7 +4217,7 @@
|
|
|
3735
4217
|
"name": "stylelint",
|
|
3736
4218
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
3737
4219
|
"repo": "nuxt-community/stylelint-module",
|
|
3738
|
-
"npm": "",
|
|
4220
|
+
"npm": "@nuxtjs/stylelint-module",
|
|
3739
4221
|
"icon": "stylelint.png",
|
|
3740
4222
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
3741
4223
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -3748,33 +4230,64 @@
|
|
|
3748
4230
|
"github": "ricardogobbosouza"
|
|
3749
4231
|
}
|
|
3750
4232
|
],
|
|
3751
|
-
"contributors": [],
|
|
3752
4233
|
"compatibility": {
|
|
3753
4234
|
"nuxt": "^2.0.0",
|
|
3754
4235
|
"requires": {}
|
|
3755
4236
|
}
|
|
3756
4237
|
},
|
|
4238
|
+
{
|
|
4239
|
+
"name": "stylify",
|
|
4240
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4241
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
4242
|
+
"npm": "@stylify/nuxt",
|
|
4243
|
+
"icon": "stylify.svg",
|
|
4244
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4245
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
4246
|
+
"learn_more": "https://stylifycss.com",
|
|
4247
|
+
"category": "UI",
|
|
4248
|
+
"type": "3rd-party",
|
|
4249
|
+
"maintainers": [
|
|
4250
|
+
{
|
|
4251
|
+
"name": "Vladimír Macháček",
|
|
4252
|
+
"github": "Machy8",
|
|
4253
|
+
"twitter": "8machy"
|
|
4254
|
+
}
|
|
4255
|
+
],
|
|
4256
|
+
"compatibility": {
|
|
4257
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4258
|
+
"requires": {}
|
|
4259
|
+
}
|
|
4260
|
+
},
|
|
3757
4261
|
{
|
|
3758
4262
|
"name": "supabase",
|
|
3759
|
-
"description": "
|
|
3760
|
-
"repo": "
|
|
3761
|
-
"npm": "",
|
|
4263
|
+
"description": "First class integration with Supabase",
|
|
4264
|
+
"repo": "nuxt-community/supabase-module",
|
|
4265
|
+
"npm": "@nuxtjs/supabase",
|
|
3762
4266
|
"icon": "supabase.png",
|
|
3763
|
-
"github": "https://github.com/
|
|
3764
|
-
"website": "https://
|
|
3765
|
-
"learn_more": "https://supabase.
|
|
4267
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
4268
|
+
"website": "https://supabase.nuxtjs.org",
|
|
4269
|
+
"learn_more": "https://supabase.com",
|
|
3766
4270
|
"category": "Database",
|
|
3767
|
-
"type": "
|
|
4271
|
+
"type": "community",
|
|
3768
4272
|
"maintainers": [
|
|
4273
|
+
{
|
|
4274
|
+
"name": "Baptiste Leproux",
|
|
4275
|
+
"github": "larbish",
|
|
4276
|
+
"twitter": "baptistelprx"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"name": "Sebastien Chopin",
|
|
4280
|
+
"github": "Atinux",
|
|
4281
|
+
"twitter": "Atinux"
|
|
4282
|
+
},
|
|
3769
4283
|
{
|
|
3770
4284
|
"name": "Scott Robertson",
|
|
3771
4285
|
"github": "scottrobertson",
|
|
3772
4286
|
"twitter": "scottymeuk"
|
|
3773
4287
|
}
|
|
3774
4288
|
],
|
|
3775
|
-
"contributors": [],
|
|
3776
4289
|
"compatibility": {
|
|
3777
|
-
"nuxt": "^2.0.0",
|
|
4290
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3778
4291
|
"requires": {}
|
|
3779
4292
|
}
|
|
3780
4293
|
},
|
|
@@ -3782,7 +4295,7 @@
|
|
|
3782
4295
|
"name": "svg-loader",
|
|
3783
4296
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
3784
4297
|
"repo": "Developmint/nuxt-svg-loader",
|
|
3785
|
-
"npm": "",
|
|
4298
|
+
"npm": "nuxt-svg-loader",
|
|
3786
4299
|
"icon": "",
|
|
3787
4300
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
3788
4301
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -3795,7 +4308,6 @@
|
|
|
3795
4308
|
"github": "Developmint"
|
|
3796
4309
|
}
|
|
3797
4310
|
],
|
|
3798
|
-
"contributors": [],
|
|
3799
4311
|
"compatibility": {
|
|
3800
4312
|
"nuxt": "^2.0.0",
|
|
3801
4313
|
"requires": {}
|
|
@@ -3805,7 +4317,7 @@
|
|
|
3805
4317
|
"name": "svg-sprite",
|
|
3806
4318
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
3807
4319
|
"repo": "nuxt-community/svg-sprite-module",
|
|
3808
|
-
"npm": "",
|
|
4320
|
+
"npm": "@nuxtjs/svg-sprite",
|
|
3809
4321
|
"icon": "",
|
|
3810
4322
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
3811
4323
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -3819,7 +4331,6 @@
|
|
|
3819
4331
|
"twitter": "a_birang"
|
|
3820
4332
|
}
|
|
3821
4333
|
],
|
|
3822
|
-
"contributors": [],
|
|
3823
4334
|
"compatibility": {
|
|
3824
4335
|
"nuxt": "^2.0.0",
|
|
3825
4336
|
"requires": {}
|
|
@@ -3829,7 +4340,7 @@
|
|
|
3829
4340
|
"name": "svg",
|
|
3830
4341
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
3831
4342
|
"repo": "nuxt-community/svg-module",
|
|
3832
|
-
"npm": "",
|
|
4343
|
+
"npm": "@nuxtjs/svg",
|
|
3833
4344
|
"icon": "",
|
|
3834
4345
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
3835
4346
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -3842,7 +4353,6 @@
|
|
|
3842
4353
|
"github": "sam3d"
|
|
3843
4354
|
}
|
|
3844
4355
|
],
|
|
3845
|
-
"contributors": [],
|
|
3846
4356
|
"compatibility": {
|
|
3847
4357
|
"nuxt": "^2.0.0",
|
|
3848
4358
|
"requires": {}
|
|
@@ -3852,7 +4362,7 @@
|
|
|
3852
4362
|
"name": "sweetalert2",
|
|
3853
4363
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
3854
4364
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
3855
|
-
"npm": "",
|
|
4365
|
+
"npm": "nuxt-sweetalert2",
|
|
3856
4366
|
"icon": "",
|
|
3857
4367
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
3858
4368
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -3865,7 +4375,6 @@
|
|
|
3865
4375
|
"github": "ImreC"
|
|
3866
4376
|
}
|
|
3867
4377
|
],
|
|
3868
|
-
"contributors": [],
|
|
3869
4378
|
"compatibility": {
|
|
3870
4379
|
"nuxt": "^2.0.0",
|
|
3871
4380
|
"requires": {}
|
|
@@ -3875,7 +4384,7 @@
|
|
|
3875
4384
|
"name": "tailwindcss",
|
|
3876
4385
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
3877
4386
|
"repo": "nuxt-community/tailwindcss-module",
|
|
3878
|
-
"npm": "",
|
|
4387
|
+
"npm": "@nuxtjs/tailwindcss",
|
|
3879
4388
|
"icon": "tailwindcss.png",
|
|
3880
4389
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
3881
4390
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -3889,7 +4398,6 @@
|
|
|
3889
4398
|
"twitter": "Atinux"
|
|
3890
4399
|
}
|
|
3891
4400
|
],
|
|
3892
|
-
"contributors": [],
|
|
3893
4401
|
"compatibility": {
|
|
3894
4402
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3895
4403
|
"requires": {}
|
|
@@ -3899,7 +4407,7 @@
|
|
|
3899
4407
|
"name": "tiktok-analytics",
|
|
3900
4408
|
"description": "",
|
|
3901
4409
|
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3902
|
-
"npm": "",
|
|
4410
|
+
"npm": "tiktok-analytics",
|
|
3903
4411
|
"icon": "",
|
|
3904
4412
|
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3905
4413
|
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
@@ -3913,7 +4421,6 @@
|
|
|
3913
4421
|
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3914
4422
|
}
|
|
3915
4423
|
],
|
|
3916
|
-
"contributors": [],
|
|
3917
4424
|
"compatibility": {
|
|
3918
4425
|
"nuxt": "^2.0.0",
|
|
3919
4426
|
"requires": {}
|
|
@@ -3923,7 +4430,7 @@
|
|
|
3923
4430
|
"name": "toast",
|
|
3924
4431
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
3925
4432
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
3926
|
-
"npm": "",
|
|
4433
|
+
"npm": "@nuxtjs/toast",
|
|
3927
4434
|
"icon": "",
|
|
3928
4435
|
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3929
4436
|
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
@@ -3937,17 +4444,41 @@
|
|
|
3937
4444
|
"twitter": "_pi0_"
|
|
3938
4445
|
}
|
|
3939
4446
|
],
|
|
3940
|
-
"contributors": [],
|
|
3941
4447
|
"compatibility": {
|
|
3942
4448
|
"nuxt": "^2.0.0",
|
|
3943
4449
|
"requires": {}
|
|
3944
4450
|
}
|
|
3945
4451
|
},
|
|
4452
|
+
{
|
|
4453
|
+
"name": "turnstile",
|
|
4454
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4455
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4456
|
+
"npm": "nuxt-turnstile",
|
|
4457
|
+
"icon": "cloudflare.svg",
|
|
4458
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4459
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4460
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4461
|
+
"category": "Security",
|
|
4462
|
+
"type": "3rd-party",
|
|
4463
|
+
"maintainers": [
|
|
4464
|
+
{
|
|
4465
|
+
"name": "Daniel Roe",
|
|
4466
|
+
"github": "danielroe",
|
|
4467
|
+
"twitter": "danielcroe"
|
|
4468
|
+
}
|
|
4469
|
+
],
|
|
4470
|
+
"compatibility": {
|
|
4471
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4472
|
+
"requires": {
|
|
4473
|
+
"bridge": true
|
|
4474
|
+
}
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
3946
4477
|
{
|
|
3947
4478
|
"name": "twa",
|
|
3948
4479
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3949
4480
|
"repo": "tuarrep/nuxt-twa",
|
|
3950
|
-
"npm": "",
|
|
4481
|
+
"npm": "nuxt-twa",
|
|
3951
4482
|
"icon": "",
|
|
3952
4483
|
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3953
4484
|
"website": "https://nuxt-twa.tuarrep.dev",
|
|
@@ -3960,7 +4491,6 @@
|
|
|
3960
4491
|
"github": "tuarrep"
|
|
3961
4492
|
}
|
|
3962
4493
|
],
|
|
3963
|
-
"contributors": [],
|
|
3964
4494
|
"compatibility": {
|
|
3965
4495
|
"nuxt": "^2.0.0",
|
|
3966
4496
|
"requires": {
|
|
@@ -3968,11 +4498,44 @@
|
|
|
3968
4498
|
}
|
|
3969
4499
|
}
|
|
3970
4500
|
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "twicpics",
|
|
4503
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4504
|
+
"repo": "TwicPics/components",
|
|
4505
|
+
"npm": "@twicpics/components",
|
|
4506
|
+
"icon": "twicpics.svg",
|
|
4507
|
+
"github": "https://github.com/TwicPics/components",
|
|
4508
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4509
|
+
"learn_more": "https://www.twicpics.com",
|
|
4510
|
+
"category": "Images",
|
|
4511
|
+
"type": "3rd-party",
|
|
4512
|
+
"maintainers": [
|
|
4513
|
+
{
|
|
4514
|
+
"name": "Florent Bourgeois",
|
|
4515
|
+
"github": "florentb",
|
|
4516
|
+
"twitter": "florent_b"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"name": "Julian Aubourg",
|
|
4520
|
+
"github": "jaubourg",
|
|
4521
|
+
"twitter": "jaubourg"
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"name": "Miguel Beignon",
|
|
4525
|
+
"github": "mbgspcii",
|
|
4526
|
+
"twitter": "m_beignon"
|
|
4527
|
+
}
|
|
4528
|
+
],
|
|
4529
|
+
"compatibility": {
|
|
4530
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4531
|
+
"requires": {}
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
3971
4534
|
{
|
|
3972
4535
|
"name": "typed-router",
|
|
3973
4536
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
3974
4537
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
3975
|
-
"npm": "",
|
|
4538
|
+
"npm": "nuxt-typed-router",
|
|
3976
4539
|
"icon": "vue.png",
|
|
3977
4540
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
3978
4541
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
@@ -3985,17 +4548,41 @@
|
|
|
3985
4548
|
"github": "victorgarciaesgi"
|
|
3986
4549
|
}
|
|
3987
4550
|
],
|
|
3988
|
-
"contributors": [],
|
|
3989
4551
|
"compatibility": {
|
|
3990
|
-
"nuxt": "^2.0.0",
|
|
4552
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3991
4553
|
"requires": {}
|
|
3992
4554
|
}
|
|
3993
4555
|
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "typed-vuex",
|
|
4558
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4559
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4560
|
+
"npm": "nuxt-typed-vuex",
|
|
4561
|
+
"icon": "vue.png",
|
|
4562
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4563
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4564
|
+
"learn_more": "",
|
|
4565
|
+
"category": "Libraries",
|
|
4566
|
+
"type": "3rd-party",
|
|
4567
|
+
"maintainers": [
|
|
4568
|
+
{
|
|
4569
|
+
"name": "Daniel Roe",
|
|
4570
|
+
"github": "danielroe",
|
|
4571
|
+
"twitter": "danielcroe"
|
|
4572
|
+
}
|
|
4573
|
+
],
|
|
4574
|
+
"compatibility": {
|
|
4575
|
+
"nuxt": "^2.0.0",
|
|
4576
|
+
"requires": {
|
|
4577
|
+
"bridge": "optional"
|
|
4578
|
+
}
|
|
4579
|
+
}
|
|
4580
|
+
},
|
|
3994
4581
|
{
|
|
3995
4582
|
"name": "typescript-runtime",
|
|
3996
4583
|
"description": "TypeScript Runtime support for Nuxt",
|
|
3997
4584
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
3998
|
-
"npm": "",
|
|
4585
|
+
"npm": "@nuxt/typescript-runtime",
|
|
3999
4586
|
"icon": "typescript.svg",
|
|
4000
4587
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
4001
4588
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -4018,7 +4605,6 @@
|
|
|
4018
4605
|
"twitter": "danielcroe"
|
|
4019
4606
|
}
|
|
4020
4607
|
],
|
|
4021
|
-
"contributors": [],
|
|
4022
4608
|
"compatibility": {
|
|
4023
4609
|
"nuxt": "^2.0.0",
|
|
4024
4610
|
"requires": {}
|
|
@@ -4028,7 +4614,7 @@
|
|
|
4028
4614
|
"name": "typescript",
|
|
4029
4615
|
"description": "TypeScript Support for Nuxt",
|
|
4030
4616
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
4031
|
-
"npm": "",
|
|
4617
|
+
"npm": "@nuxt/typescript-build",
|
|
4032
4618
|
"icon": "typescript.svg",
|
|
4033
4619
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
4034
4620
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -4051,17 +4637,40 @@
|
|
|
4051
4637
|
"twitter": "danielcroe"
|
|
4052
4638
|
}
|
|
4053
4639
|
],
|
|
4054
|
-
"contributors": [],
|
|
4055
4640
|
"compatibility": {
|
|
4056
4641
|
"nuxt": "^2.0.0",
|
|
4057
4642
|
"requires": {}
|
|
4058
4643
|
}
|
|
4059
4644
|
},
|
|
4645
|
+
{
|
|
4646
|
+
"name": "umami",
|
|
4647
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4648
|
+
"repo": "ijkml/nuxt-umami",
|
|
4649
|
+
"npm": "nuxt-umami",
|
|
4650
|
+
"icon": "umami.svg",
|
|
4651
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4652
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4653
|
+
"learn_more": "https://umami.is/docs/",
|
|
4654
|
+
"category": "Analytics",
|
|
4655
|
+
"type": "3rd-party",
|
|
4656
|
+
"maintainers": [
|
|
4657
|
+
{
|
|
4658
|
+
"name": "ML",
|
|
4659
|
+
"github": "ijkml"
|
|
4660
|
+
}
|
|
4661
|
+
],
|
|
4662
|
+
"compatibility": {
|
|
4663
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4664
|
+
"requires": {
|
|
4665
|
+
"bridge": "optional"
|
|
4666
|
+
}
|
|
4667
|
+
}
|
|
4668
|
+
},
|
|
4060
4669
|
{
|
|
4061
4670
|
"name": "universal-storage",
|
|
4062
4671
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
4063
4672
|
"repo": "nuxt-community/universal-storage-module",
|
|
4064
|
-
"npm": "",
|
|
4673
|
+
"npm": "@nuxtjs/universal-storage",
|
|
4065
4674
|
"icon": "",
|
|
4066
4675
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
4067
4676
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -4080,17 +4689,42 @@
|
|
|
4080
4689
|
"twitter": "farzadso"
|
|
4081
4690
|
}
|
|
4082
4691
|
],
|
|
4083
|
-
"contributors": [],
|
|
4084
4692
|
"compatibility": {
|
|
4085
4693
|
"nuxt": "^2.0.0",
|
|
4086
4694
|
"requires": {}
|
|
4087
4695
|
}
|
|
4088
4696
|
},
|
|
4697
|
+
{
|
|
4698
|
+
"name": "unlighthouse",
|
|
4699
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4700
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4701
|
+
"npm": "@unlighthouse/nuxt",
|
|
4702
|
+
"icon": "unlighthouse.svg",
|
|
4703
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4704
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4705
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4706
|
+
"category": "Devtools",
|
|
4707
|
+
"type": "3rd-party",
|
|
4708
|
+
"maintainers": [
|
|
4709
|
+
{
|
|
4710
|
+
"name": "Harlan Wilton",
|
|
4711
|
+
"github": "harlan-zw",
|
|
4712
|
+
"twitter": "harlan_zw",
|
|
4713
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4714
|
+
}
|
|
4715
|
+
],
|
|
4716
|
+
"compatibility": {
|
|
4717
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4718
|
+
"requires": {
|
|
4719
|
+
"bridge": "optional"
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4089
4723
|
{
|
|
4090
4724
|
"name": "unocss",
|
|
4091
4725
|
"description": "The instant on-demand atomic CSS engine.",
|
|
4092
4726
|
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4093
|
-
"npm": "",
|
|
4727
|
+
"npm": "@unocss/nuxt",
|
|
4094
4728
|
"icon": "unocss.svg",
|
|
4095
4729
|
"github": "https://github.com/antfu/unocss",
|
|
4096
4730
|
"website": "https://github.com/antfu/unocss",
|
|
@@ -4105,7 +4739,6 @@
|
|
|
4105
4739
|
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4106
4740
|
}
|
|
4107
4741
|
],
|
|
4108
|
-
"contributors": [],
|
|
4109
4742
|
"compatibility": {
|
|
4110
4743
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4111
4744
|
"requires": {
|
|
@@ -4117,7 +4750,7 @@
|
|
|
4117
4750
|
"name": "user-agent",
|
|
4118
4751
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
4119
4752
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
4120
|
-
"npm": "",
|
|
4753
|
+
"npm": "nuxt-user-agent",
|
|
4121
4754
|
"icon": "",
|
|
4122
4755
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
4123
4756
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -4130,7 +4763,6 @@
|
|
|
4130
4763
|
"github": "fukuiretu"
|
|
4131
4764
|
}
|
|
4132
4765
|
],
|
|
4133
|
-
"contributors": [],
|
|
4134
4766
|
"compatibility": {
|
|
4135
4767
|
"nuxt": "^2.0.0",
|
|
4136
4768
|
"requires": {}
|
|
@@ -4140,7 +4772,7 @@
|
|
|
4140
4772
|
"name": "validate",
|
|
4141
4773
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
4142
4774
|
"repo": "lewyuburi/nuxt-validate",
|
|
4143
|
-
"npm": "",
|
|
4775
|
+
"npm": "nuxt-validate",
|
|
4144
4776
|
"icon": "vee-validate.png",
|
|
4145
4777
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
4146
4778
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -4153,7 +4785,6 @@
|
|
|
4153
4785
|
"github": "lewyuburi"
|
|
4154
4786
|
}
|
|
4155
4787
|
],
|
|
4156
|
-
"contributors": [],
|
|
4157
4788
|
"compatibility": {
|
|
4158
4789
|
"nuxt": "^2.0.0",
|
|
4159
4790
|
"requires": {}
|
|
@@ -4163,7 +4794,7 @@
|
|
|
4163
4794
|
"name": "vendor",
|
|
4164
4795
|
"description": "directly serve node_modules",
|
|
4165
4796
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
4166
|
-
"npm": "",
|
|
4797
|
+
"npm": "@nuxtjs/vendor",
|
|
4167
4798
|
"icon": "",
|
|
4168
4799
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
4169
4800
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -4177,7 +4808,6 @@
|
|
|
4177
4808
|
"twitter": "_pi0_"
|
|
4178
4809
|
}
|
|
4179
4810
|
],
|
|
4180
|
-
"contributors": [],
|
|
4181
4811
|
"compatibility": {
|
|
4182
4812
|
"nuxt": "^2.0.0",
|
|
4183
4813
|
"requires": {}
|
|
@@ -4187,7 +4817,7 @@
|
|
|
4187
4817
|
"name": "vue-material",
|
|
4188
4818
|
"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.",
|
|
4189
4819
|
"repo": "vaso2/nuxt-vue-material",
|
|
4190
|
-
"npm": "",
|
|
4820
|
+
"npm": "nuxt-vue-material",
|
|
4191
4821
|
"icon": "vue-material.png",
|
|
4192
4822
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
4193
4823
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -4200,7 +4830,6 @@
|
|
|
4200
4830
|
"github": "vaso2"
|
|
4201
4831
|
}
|
|
4202
4832
|
],
|
|
4203
|
-
"contributors": [],
|
|
4204
4833
|
"compatibility": {
|
|
4205
4834
|
"nuxt": "^2.0.0",
|
|
4206
4835
|
"requires": {}
|
|
@@ -4210,7 +4839,7 @@
|
|
|
4210
4839
|
"name": "vue-multiselect",
|
|
4211
4840
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
4212
4841
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
4213
|
-
"npm": "",
|
|
4842
|
+
"npm": "nuxt-vue-multiselect",
|
|
4214
4843
|
"icon": "",
|
|
4215
4844
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
4216
4845
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -4223,7 +4852,28 @@
|
|
|
4223
4852
|
"github": "spektrummedia"
|
|
4224
4853
|
}
|
|
4225
4854
|
],
|
|
4226
|
-
"
|
|
4855
|
+
"compatibility": {
|
|
4856
|
+
"nuxt": "^2.0.0",
|
|
4857
|
+
"requires": {}
|
|
4858
|
+
}
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"name": "vue-plausible",
|
|
4862
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
4863
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
4864
|
+
"npm": "vue-plausible",
|
|
4865
|
+
"icon": "plausible.png",
|
|
4866
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
4867
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
4868
|
+
"learn_more": "",
|
|
4869
|
+
"category": "Analytics",
|
|
4870
|
+
"type": "3rd-party",
|
|
4871
|
+
"maintainers": [
|
|
4872
|
+
{
|
|
4873
|
+
"name": "moritzsternemann",
|
|
4874
|
+
"github": "moritzsternemann"
|
|
4875
|
+
}
|
|
4876
|
+
],
|
|
4227
4877
|
"compatibility": {
|
|
4228
4878
|
"nuxt": "^2.0.0",
|
|
4229
4879
|
"requires": {}
|
|
@@ -4233,7 +4883,7 @@
|
|
|
4233
4883
|
"name": "vue-select",
|
|
4234
4884
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
4235
4885
|
"repo": "madmod/nuxt-vue-select",
|
|
4236
|
-
"npm": "",
|
|
4886
|
+
"npm": "nuxt-vue-select",
|
|
4237
4887
|
"icon": "",
|
|
4238
4888
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
4239
4889
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -4246,17 +4896,41 @@
|
|
|
4246
4896
|
"github": "madmod"
|
|
4247
4897
|
}
|
|
4248
4898
|
],
|
|
4249
|
-
"contributors": [],
|
|
4250
4899
|
"compatibility": {
|
|
4251
4900
|
"nuxt": "^2.0.0",
|
|
4252
4901
|
"requires": {}
|
|
4253
4902
|
}
|
|
4254
4903
|
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "vue-transitions",
|
|
4906
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
4907
|
+
"repo": "MorevM/vue-transitions",
|
|
4908
|
+
"npm": "@morev/vue-transitions",
|
|
4909
|
+
"icon": "vue-transitions.svg",
|
|
4910
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
4911
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
4912
|
+
"learn_more": "",
|
|
4913
|
+
"category": "UI",
|
|
4914
|
+
"type": "3rd-party",
|
|
4915
|
+
"maintainers": [
|
|
4916
|
+
{
|
|
4917
|
+
"name": "Maxim Morev",
|
|
4918
|
+
"github": "MorevM",
|
|
4919
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
4920
|
+
}
|
|
4921
|
+
],
|
|
4922
|
+
"compatibility": {
|
|
4923
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4924
|
+
"requires": {
|
|
4925
|
+
"bridge": "optional"
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4255
4929
|
{
|
|
4256
4930
|
"name": "vue-warehouse",
|
|
4257
4931
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
4258
4932
|
"repo": "juliomrqz/vue-warehouse",
|
|
4259
|
-
"npm": "",
|
|
4933
|
+
"npm": "vue-warehouse",
|
|
4260
4934
|
"icon": "",
|
|
4261
4935
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
4262
4936
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -4270,17 +4944,38 @@
|
|
|
4270
4944
|
"twitter": "juliomrqz"
|
|
4271
4945
|
}
|
|
4272
4946
|
],
|
|
4273
|
-
"contributors": [],
|
|
4274
4947
|
"compatibility": {
|
|
4275
4948
|
"nuxt": "^2.0.0",
|
|
4276
4949
|
"requires": {}
|
|
4277
4950
|
}
|
|
4278
4951
|
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "vuestic",
|
|
4954
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4955
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4956
|
+
"npm": "@vuestic/nuxt",
|
|
4957
|
+
"icon": "vuestic.png",
|
|
4958
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4959
|
+
"website": "https://vuestic.dev",
|
|
4960
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4961
|
+
"category": "UI",
|
|
4962
|
+
"type": "3rd-party",
|
|
4963
|
+
"maintainers": [
|
|
4964
|
+
{
|
|
4965
|
+
"name": "epicmaxco",
|
|
4966
|
+
"github": "epicmaxco"
|
|
4967
|
+
}
|
|
4968
|
+
],
|
|
4969
|
+
"compatibility": {
|
|
4970
|
+
"nuxt": "^3.0.0",
|
|
4971
|
+
"requires": {}
|
|
4972
|
+
}
|
|
4973
|
+
},
|
|
4279
4974
|
{
|
|
4280
4975
|
"name": "vuetify",
|
|
4281
4976
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
4282
4977
|
"repo": "nuxt-community/vuetify-module",
|
|
4283
|
-
"npm": "",
|
|
4978
|
+
"npm": "@nuxtjs/vuetify",
|
|
4284
4979
|
"icon": "vuetify.png",
|
|
4285
4980
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
4286
4981
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -4298,7 +4993,6 @@
|
|
|
4298
4993
|
"twitter": "_pi0_"
|
|
4299
4994
|
}
|
|
4300
4995
|
],
|
|
4301
|
-
"contributors": [],
|
|
4302
4996
|
"compatibility": {
|
|
4303
4997
|
"nuxt": "^2.0.0",
|
|
4304
4998
|
"requires": {}
|
|
@@ -4307,8 +5001,8 @@
|
|
|
4307
5001
|
{
|
|
4308
5002
|
"name": "vueuse",
|
|
4309
5003
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4310
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4311
|
-
"npm": "",
|
|
5004
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
5005
|
+
"npm": "@vueuse/nuxt",
|
|
4312
5006
|
"icon": "vueuse.svg",
|
|
4313
5007
|
"github": "https://github.com/vueuse/vueuse",
|
|
4314
5008
|
"website": "https://vueuse.org",
|
|
@@ -4322,7 +5016,6 @@
|
|
|
4322
5016
|
"twitter": "antfu7"
|
|
4323
5017
|
}
|
|
4324
5018
|
],
|
|
4325
|
-
"contributors": [],
|
|
4326
5019
|
"compatibility": {
|
|
4327
5020
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4328
5021
|
"requires": {
|
|
@@ -4334,7 +5027,7 @@
|
|
|
4334
5027
|
"name": "vuex-router-sync",
|
|
4335
5028
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
4336
5029
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
4337
|
-
"npm": "",
|
|
5030
|
+
"npm": "nuxt-vuex-router-sync",
|
|
4338
5031
|
"icon": "",
|
|
4339
5032
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
4340
5033
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -4347,7 +5040,6 @@
|
|
|
4347
5040
|
"github": "paulgv"
|
|
4348
5041
|
}
|
|
4349
5042
|
],
|
|
4350
|
-
"contributors": [],
|
|
4351
5043
|
"compatibility": {
|
|
4352
5044
|
"nuxt": "^2.0.0",
|
|
4353
5045
|
"requires": {}
|
|
@@ -4357,8 +5049,8 @@
|
|
|
4357
5049
|
"name": "web-vitals",
|
|
4358
5050
|
"description": "Web Vitals for Nuxt",
|
|
4359
5051
|
"repo": "nuxt-community/web-vitals-module",
|
|
4360
|
-
"npm": "",
|
|
4361
|
-
"icon": "",
|
|
5052
|
+
"npm": "@nuxtjs/web-vitals",
|
|
5053
|
+
"icon": "web-vitals.png",
|
|
4362
5054
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4363
5055
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4364
5056
|
"learn_more": "",
|
|
@@ -4380,31 +5072,31 @@
|
|
|
4380
5072
|
"twitter": "Atinux"
|
|
4381
5073
|
}
|
|
4382
5074
|
],
|
|
4383
|
-
"contributors": [],
|
|
4384
5075
|
"compatibility": {
|
|
4385
|
-
"nuxt": "^2.0.0",
|
|
4386
|
-
"requires": {
|
|
5076
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5077
|
+
"requires": {
|
|
5078
|
+
"bridge": "optional"
|
|
5079
|
+
}
|
|
4387
5080
|
}
|
|
4388
5081
|
},
|
|
4389
5082
|
{
|
|
4390
5083
|
"name": "web3js",
|
|
4391
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4392
|
-
"repo": "
|
|
4393
|
-
"npm": "",
|
|
5084
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
5085
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
5086
|
+
"npm": "nuxt-web3",
|
|
4394
5087
|
"icon": "web3js.svg",
|
|
4395
|
-
"github": "https://github.com/
|
|
4396
|
-
"website": "https://github.com/
|
|
5088
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5089
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4397
5090
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4398
5091
|
"category": "Libraries",
|
|
4399
5092
|
"type": "3rd-party",
|
|
4400
5093
|
"maintainers": [
|
|
4401
5094
|
{
|
|
4402
5095
|
"name": "Muhammad Fauzan",
|
|
4403
|
-
"github": "
|
|
4404
|
-
"twitter": "
|
|
5096
|
+
"github": "bl0cknumber",
|
|
5097
|
+
"twitter": "fncolon"
|
|
4405
5098
|
}
|
|
4406
5099
|
],
|
|
4407
|
-
"contributors": [],
|
|
4408
5100
|
"compatibility": {
|
|
4409
5101
|
"nuxt": "^2.0.0",
|
|
4410
5102
|
"requires": {}
|
|
@@ -4414,7 +5106,7 @@
|
|
|
4414
5106
|
"name": "webfontloader",
|
|
4415
5107
|
"description": "Efficient web font loading has never been easier!",
|
|
4416
5108
|
"repo": "Developmint/nuxt-webfontloader",
|
|
4417
|
-
"npm": "",
|
|
5109
|
+
"npm": "nuxt-webfontloader",
|
|
4418
5110
|
"icon": "",
|
|
4419
5111
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
4420
5112
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -4427,7 +5119,6 @@
|
|
|
4427
5119
|
"github": "Developmint"
|
|
4428
5120
|
}
|
|
4429
5121
|
],
|
|
4430
|
-
"contributors": [],
|
|
4431
5122
|
"compatibility": {
|
|
4432
5123
|
"nuxt": "^2.0.0",
|
|
4433
5124
|
"requires": {}
|
|
@@ -4437,7 +5128,7 @@
|
|
|
4437
5128
|
"name": "webpack-optimisations",
|
|
4438
5129
|
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4439
5130
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4440
|
-
"npm": "",
|
|
5131
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4441
5132
|
"icon": "build-optimisations.svg",
|
|
4442
5133
|
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4443
5134
|
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
@@ -4450,7 +5141,6 @@
|
|
|
4450
5141
|
"github": "harlan-zw"
|
|
4451
5142
|
}
|
|
4452
5143
|
],
|
|
4453
|
-
"contributors": [],
|
|
4454
5144
|
"compatibility": {
|
|
4455
5145
|
"nuxt": "^2.0.0",
|
|
4456
5146
|
"requires": {
|
|
@@ -4462,7 +5152,7 @@
|
|
|
4462
5152
|
"name": "webpack-profile",
|
|
4463
5153
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
4464
5154
|
"repo": "nuxt-community/webpack-profile-module",
|
|
4465
|
-
"npm": "",
|
|
5155
|
+
"npm": "@nuxtjs/webpack-profile",
|
|
4466
5156
|
"icon": "webpack.png",
|
|
4467
5157
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
4468
5158
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -4476,7 +5166,6 @@
|
|
|
4476
5166
|
"twitter": "_pi0_"
|
|
4477
5167
|
}
|
|
4478
5168
|
],
|
|
4479
|
-
"contributors": [],
|
|
4480
5169
|
"compatibility": {
|
|
4481
5170
|
"nuxt": "^2.0.0",
|
|
4482
5171
|
"requires": {}
|
|
@@ -4486,7 +5175,7 @@
|
|
|
4486
5175
|
"name": "webpackdashboard",
|
|
4487
5176
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
4488
5177
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
4489
|
-
"npm": "",
|
|
5178
|
+
"npm": "nuxt-webpackdashboard",
|
|
4490
5179
|
"icon": "webpack.png",
|
|
4491
5180
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
4492
5181
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -4499,7 +5188,6 @@
|
|
|
4499
5188
|
"github": "paulgv"
|
|
4500
5189
|
}
|
|
4501
5190
|
],
|
|
4502
|
-
"contributors": [],
|
|
4503
5191
|
"compatibility": {
|
|
4504
5192
|
"nuxt": "^2.0.0",
|
|
4505
5193
|
"requires": {}
|
|
@@ -4509,7 +5197,7 @@
|
|
|
4509
5197
|
"name": "webpackmonitor",
|
|
4510
5198
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
4511
5199
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
4512
|
-
"npm": "",
|
|
5200
|
+
"npm": "@nuxtjs/webpackmonitor",
|
|
4513
5201
|
"icon": "webpack.png",
|
|
4514
5202
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
4515
5203
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -4523,7 +5211,6 @@
|
|
|
4523
5211
|
"twitter": "_pi0_"
|
|
4524
5212
|
}
|
|
4525
5213
|
],
|
|
4526
|
-
"contributors": [],
|
|
4527
5214
|
"compatibility": {
|
|
4528
5215
|
"nuxt": "^2.0.0",
|
|
4529
5216
|
"requires": {}
|
|
@@ -4533,7 +5220,7 @@
|
|
|
4533
5220
|
"name": "windicss",
|
|
4534
5221
|
"description": "Next generation utility-first CSS framework.",
|
|
4535
5222
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4536
|
-
"npm": "",
|
|
5223
|
+
"npm": "nuxt-windicss",
|
|
4537
5224
|
"icon": "windicss.svg",
|
|
4538
5225
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4539
5226
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -4552,7 +5239,6 @@
|
|
|
4552
5239
|
"twitter": "antfu7"
|
|
4553
5240
|
}
|
|
4554
5241
|
],
|
|
4555
|
-
"contributors": [],
|
|
4556
5242
|
"compatibility": {
|
|
4557
5243
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4558
5244
|
"requires": {
|
|
@@ -4564,7 +5250,7 @@
|
|
|
4564
5250
|
"name": "winston-log",
|
|
4565
5251
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
4566
5252
|
"repo": "aaronransley/nuxt-winston-log",
|
|
4567
|
-
"npm": "",
|
|
5253
|
+
"npm": "nuxt-winston-log",
|
|
4568
5254
|
"icon": "winston.png",
|
|
4569
5255
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
4570
5256
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -4577,7 +5263,6 @@
|
|
|
4577
5263
|
"github": "aaronransley"
|
|
4578
5264
|
}
|
|
4579
5265
|
],
|
|
4580
|
-
"contributors": [],
|
|
4581
5266
|
"compatibility": {
|
|
4582
5267
|
"nuxt": "^2.0.0",
|
|
4583
5268
|
"requires": {}
|
|
@@ -4587,7 +5272,7 @@
|
|
|
4587
5272
|
"name": "wp-nuxt",
|
|
4588
5273
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
4589
5274
|
"repo": "yashha/wp-nuxt",
|
|
4590
|
-
"npm": "",
|
|
5275
|
+
"npm": "wp-nuxt",
|
|
4591
5276
|
"icon": "wordpress.png",
|
|
4592
5277
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
4593
5278
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -4600,7 +5285,6 @@
|
|
|
4600
5285
|
"github": "yashha"
|
|
4601
5286
|
}
|
|
4602
5287
|
],
|
|
4603
|
-
"contributors": [],
|
|
4604
5288
|
"compatibility": {
|
|
4605
5289
|
"nuxt": "^2.0.0",
|
|
4606
5290
|
"requires": {}
|
|
@@ -4610,7 +5294,7 @@
|
|
|
4610
5294
|
"name": "xhr-cache",
|
|
4611
5295
|
"description": "Cache api resources and serve it as static resource",
|
|
4612
5296
|
"repo": "gaetansenn/xhr-cache",
|
|
4613
|
-
"npm": "",
|
|
5297
|
+
"npm": "@dewib/xhr-cache",
|
|
4614
5298
|
"icon": "",
|
|
4615
5299
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
4616
5300
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -4623,17 +5307,41 @@
|
|
|
4623
5307
|
"github": "gaetansenn"
|
|
4624
5308
|
}
|
|
4625
5309
|
],
|
|
4626
|
-
"contributors": [],
|
|
4627
5310
|
"compatibility": {
|
|
4628
5311
|
"nuxt": "^2.0.0",
|
|
4629
5312
|
"requires": {}
|
|
4630
5313
|
}
|
|
4631
5314
|
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "xstate",
|
|
5317
|
+
"description": "XState integration for Nuxt",
|
|
5318
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5319
|
+
"npm": "nuxt-xstate",
|
|
5320
|
+
"icon": "xstate.svg",
|
|
5321
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5322
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5323
|
+
"learn_more": "https://xstate.js.org/",
|
|
5324
|
+
"category": "Extensions",
|
|
5325
|
+
"type": "3rd-party",
|
|
5326
|
+
"maintainers": [
|
|
5327
|
+
{
|
|
5328
|
+
"name": "Lexpeartha",
|
|
5329
|
+
"github": "Lexpeartha",
|
|
5330
|
+
"twitter": "lexpeartha"
|
|
5331
|
+
}
|
|
5332
|
+
],
|
|
5333
|
+
"compatibility": {
|
|
5334
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5335
|
+
"requires": {
|
|
5336
|
+
"bridge": true
|
|
5337
|
+
}
|
|
5338
|
+
}
|
|
5339
|
+
},
|
|
4632
5340
|
{
|
|
4633
5341
|
"name": "xui",
|
|
4634
5342
|
"description": "Light module to help design websites with Nuxt.",
|
|
4635
5343
|
"repo": "MetaCorp/xui-module",
|
|
4636
|
-
"npm": "",
|
|
5344
|
+
"npm": "xui-module",
|
|
4637
5345
|
"icon": "",
|
|
4638
5346
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
4639
5347
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -4646,7 +5354,6 @@
|
|
|
4646
5354
|
"github": "MetaCorp"
|
|
4647
5355
|
}
|
|
4648
5356
|
],
|
|
4649
|
-
"contributors": [],
|
|
4650
5357
|
"compatibility": {
|
|
4651
5358
|
"nuxt": "^2.0.0",
|
|
4652
5359
|
"requires": {}
|
|
@@ -4656,7 +5363,7 @@
|
|
|
4656
5363
|
"name": "yandex-metrika",
|
|
4657
5364
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
4658
5365
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
4659
|
-
"npm": "",
|
|
5366
|
+
"npm": "@nuxtjs/yandex-metrika",
|
|
4660
5367
|
"icon": "",
|
|
4661
5368
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4662
5369
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -4670,7 +5377,6 @@
|
|
|
4670
5377
|
"twitter": "_pi0_"
|
|
4671
5378
|
}
|
|
4672
5379
|
],
|
|
4673
|
-
"contributors": [],
|
|
4674
5380
|
"compatibility": {
|
|
4675
5381
|
"nuxt": "^2.0.0",
|
|
4676
5382
|
"requires": {}
|
|
@@ -4680,7 +5386,7 @@
|
|
|
4680
5386
|
"name": "zendesk",
|
|
4681
5387
|
"description": "Nuxt.js module for Zendesk",
|
|
4682
5388
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
4683
|
-
"npm": "",
|
|
5389
|
+
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
4684
5390
|
"icon": "zendesk.png",
|
|
4685
5391
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
4686
5392
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
@@ -4693,7 +5399,6 @@
|
|
|
4693
5399
|
"github": "DansMaCulotte"
|
|
4694
5400
|
}
|
|
4695
5401
|
],
|
|
4696
|
-
"contributors": [],
|
|
4697
5402
|
"compatibility": {
|
|
4698
5403
|
"nuxt": "^2.0.0",
|
|
4699
5404
|
"requires": {}
|