@nuxt/modules 0.6.0-bbf627 → 0.6.0-bd9450
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 +1320 -376
- package/package.json +11 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,9 +170,31 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
@@ -220,7 +242,7 @@
|
|
|
220
242
|
},
|
|
221
243
|
{
|
|
222
244
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
246
|
"repo": "nuxt-modules/apollo",
|
|
225
247
|
"npm": "@nuxtjs/apollo",
|
|
226
248
|
"icon": "apollo.png",
|
|
@@ -244,7 +266,7 @@
|
|
|
244
266
|
},
|
|
245
267
|
{
|
|
246
268
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
248
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
272
|
"icon": "application-insights.png",
|
|
@@ -286,9 +308,76 @@
|
|
|
286
308
|
"requires": {}
|
|
287
309
|
}
|
|
288
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
289
378
|
{
|
|
290
379
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
381
|
"repo": "nuxt-community/auth-module",
|
|
293
382
|
"npm": "@nuxtjs/auth",
|
|
294
383
|
"icon": "auth.png",
|
|
@@ -336,9 +425,32 @@
|
|
|
336
425
|
"requires": {}
|
|
337
426
|
}
|
|
338
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
339
451
|
{
|
|
340
452
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
454
|
"repo": "nuxt-community/axios-module",
|
|
343
455
|
"npm": "@nuxtjs/axios",
|
|
344
456
|
"icon": "axios.svg",
|
|
@@ -361,7 +473,7 @@
|
|
|
361
473
|
},
|
|
362
474
|
{
|
|
363
475
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
478
|
"npm": "nuxt-basic-auth-module",
|
|
367
479
|
"icon": "",
|
|
@@ -485,7 +597,7 @@
|
|
|
485
597
|
},
|
|
486
598
|
{
|
|
487
599
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
602
|
"npm": "nuxt-bulma-slim",
|
|
491
603
|
"icon": "bulma.png",
|
|
@@ -552,7 +664,7 @@
|
|
|
552
664
|
},
|
|
553
665
|
{
|
|
554
666
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
668
|
"repo": "LuXDAmore/generative-art",
|
|
557
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
670
|
"icon": "",
|
|
@@ -575,7 +687,7 @@
|
|
|
575
687
|
},
|
|
576
688
|
{
|
|
577
689
|
"name": "capo",
|
|
578
|
-
"description": "Capo.js implementation for Nuxt
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
579
691
|
"repo": "danielroe/nuxt-capo",
|
|
580
692
|
"npm": "nuxt-capo",
|
|
581
693
|
"icon": "",
|
|
@@ -597,7 +709,7 @@
|
|
|
597
709
|
},
|
|
598
710
|
{
|
|
599
711
|
"name": "chakra-ui",
|
|
600
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
601
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
602
714
|
"npm": "@chakra-ui/nuxt",
|
|
603
715
|
"icon": "chakra-ui.png",
|
|
@@ -708,7 +820,7 @@
|
|
|
708
820
|
},
|
|
709
821
|
{
|
|
710
822
|
"name": "cloudcms",
|
|
711
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
712
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
713
825
|
"npm": "cloudcms-nuxt",
|
|
714
826
|
"icon": "",
|
|
@@ -757,11 +869,11 @@
|
|
|
757
869
|
},
|
|
758
870
|
{
|
|
759
871
|
"name": "cloudinary",
|
|
760
|
-
"description": "Optimize images and videos in your Nuxt
|
|
761
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
874
|
"npm": "@nuxtjs/cloudinary",
|
|
763
875
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
878
|
"learn_more": "https://cloudinary.com",
|
|
767
879
|
"category": "Images",
|
|
@@ -780,11 +892,11 @@
|
|
|
780
892
|
},
|
|
781
893
|
{
|
|
782
894
|
"name": "color-mode",
|
|
783
|
-
"description": "Dark and Light mode for
|
|
784
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
897
|
"npm": "@nuxtjs/color-mode",
|
|
786
898
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
901
|
"learn_more": "",
|
|
790
902
|
"category": "UI",
|
|
@@ -1001,7 +1113,7 @@
|
|
|
1001
1113
|
},
|
|
1002
1114
|
{
|
|
1003
1115
|
"name": "darkmode.js",
|
|
1004
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1005
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1006
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1007
1119
|
"icon": "darkmode.png",
|
|
@@ -1023,7 +1135,7 @@
|
|
|
1023
1135
|
},
|
|
1024
1136
|
{
|
|
1025
1137
|
"name": "date-fns",
|
|
1026
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1027
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1028
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1029
1141
|
"icon": "date-fns.png",
|
|
@@ -1045,7 +1157,7 @@
|
|
|
1045
1157
|
},
|
|
1046
1158
|
{
|
|
1047
1159
|
"name": "datocms-nuxt2",
|
|
1048
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1049
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1050
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1051
1163
|
"icon": "datocms.svg",
|
|
@@ -1114,8 +1226,8 @@
|
|
|
1114
1226
|
},
|
|
1115
1227
|
{
|
|
1116
1228
|
"name": "delay-hydration",
|
|
1117
|
-
"description": "Improve your Nuxt
|
|
1118
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1119
1231
|
"npm": "nuxt-delay-hydration",
|
|
1120
1232
|
"icon": "lighthouse.svg",
|
|
1121
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1137,12 +1249,12 @@
|
|
|
1137
1249
|
},
|
|
1138
1250
|
{
|
|
1139
1251
|
"name": "device",
|
|
1140
|
-
"description": "Device detection module for Nuxt
|
|
1141
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1142
1254
|
"npm": "@nuxtjs/device",
|
|
1143
1255
|
"icon": "",
|
|
1144
|
-
"github": "https://github.com/nuxt-
|
|
1145
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1146
1258
|
"learn_more": "",
|
|
1147
1259
|
"category": "Extensions",
|
|
1148
1260
|
"type": "community",
|
|
@@ -1182,13 +1294,13 @@
|
|
|
1182
1294
|
},
|
|
1183
1295
|
{
|
|
1184
1296
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1298
|
"repo": "intevel/nuxt-directus",
|
|
1187
1299
|
"npm": "nuxt-directus",
|
|
1188
1300
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1192
1304
|
"category": "CMS",
|
|
1193
1305
|
"type": "3rd-party",
|
|
1194
1306
|
"maintainers": [
|
|
@@ -1199,15 +1311,36 @@
|
|
|
1199
1311
|
}
|
|
1200
1312
|
],
|
|
1201
1313
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1205
1334
|
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1206
1339
|
}
|
|
1207
1340
|
},
|
|
1208
1341
|
{
|
|
1209
1342
|
"name": "dotenv",
|
|
1210
|
-
"description": "A Nuxt
|
|
1343
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1211
1344
|
"repo": "nuxt-community/dotenv-module",
|
|
1212
1345
|
"npm": "@nuxtjs/dotenv",
|
|
1213
1346
|
"icon": "dotenv.png",
|
|
@@ -1229,7 +1362,7 @@
|
|
|
1229
1362
|
},
|
|
1230
1363
|
{
|
|
1231
1364
|
"name": "drupal-ce",
|
|
1232
|
-
"description": "Connects Nuxt
|
|
1365
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1233
1366
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1234
1367
|
"npm": "nuxtjs-drupal-ce",
|
|
1235
1368
|
"icon": "drupal-ce.png",
|
|
@@ -1262,7 +1395,7 @@
|
|
|
1262
1395
|
},
|
|
1263
1396
|
{
|
|
1264
1397
|
"name": "druxt",
|
|
1265
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1398
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1266
1399
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1267
1400
|
"npm": "druxt",
|
|
1268
1401
|
"icon": "druxt.svg",
|
|
@@ -1282,6 +1415,29 @@
|
|
|
1282
1415
|
"requires": {}
|
|
1283
1416
|
}
|
|
1284
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "edgedb",
|
|
1420
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1421
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1422
|
+
"npm": "nuxt-edgedb-module",
|
|
1423
|
+
"icon": "edgedb.svg",
|
|
1424
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1425
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1426
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1427
|
+
"category": "Database",
|
|
1428
|
+
"type": "3rd-party",
|
|
1429
|
+
"maintainers": [
|
|
1430
|
+
{
|
|
1431
|
+
"name": "Yaël Guilloux",
|
|
1432
|
+
"github": "Tahul",
|
|
1433
|
+
"twitter": "yaeeelglx"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"compatibility": {
|
|
1437
|
+
"nuxt": "^3.8.0",
|
|
1438
|
+
"requires": {}
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1285
1441
|
{
|
|
1286
1442
|
"name": "electron",
|
|
1287
1443
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1330,7 +1486,7 @@
|
|
|
1330
1486
|
},
|
|
1331
1487
|
{
|
|
1332
1488
|
"name": "emotion",
|
|
1333
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1489
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1334
1490
|
"repo": "nuxt-modules/emotion",
|
|
1335
1491
|
"npm": "@nuxtjs/emotion",
|
|
1336
1492
|
"icon": "emotion.png",
|
|
@@ -1358,7 +1514,7 @@
|
|
|
1358
1514
|
},
|
|
1359
1515
|
{
|
|
1360
1516
|
"name": "eslint",
|
|
1361
|
-
"description": "ESLint module for Nuxt
|
|
1517
|
+
"description": "ESLint module for Nuxt",
|
|
1362
1518
|
"repo": "nuxt-community/eslint-module",
|
|
1363
1519
|
"npm": "@nuxtjs/eslint-module",
|
|
1364
1520
|
"icon": "eslint.png",
|
|
@@ -1380,7 +1536,7 @@
|
|
|
1380
1536
|
},
|
|
1381
1537
|
{
|
|
1382
1538
|
"name": "event-trace",
|
|
1383
|
-
"description": "Module for event trace in Nuxt
|
|
1539
|
+
"description": "Module for event trace in Nuxt",
|
|
1384
1540
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1385
1541
|
"npm": "nuxt-event-trace",
|
|
1386
1542
|
"icon": "",
|
|
@@ -1424,7 +1580,7 @@
|
|
|
1424
1580
|
},
|
|
1425
1581
|
{
|
|
1426
1582
|
"name": "feature-toggle",
|
|
1427
|
-
"description": "Feature toggle module for Nuxt
|
|
1583
|
+
"description": "Feature toggle module for Nuxt",
|
|
1428
1584
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1429
1585
|
"npm": "nuxt-feature-toggle",
|
|
1430
1586
|
"icon": "",
|
|
@@ -1491,7 +1647,7 @@
|
|
|
1491
1647
|
},
|
|
1492
1648
|
{
|
|
1493
1649
|
"name": "floating-prompt-module",
|
|
1494
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1650
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1495
1651
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1496
1652
|
"npm": "nuxt-floating-prompt-module",
|
|
1497
1653
|
"icon": "",
|
|
@@ -1603,11 +1759,11 @@
|
|
|
1603
1759
|
{
|
|
1604
1760
|
"name": "form-actions",
|
|
1605
1761
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1762
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1607
1763
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1764
|
"icon": "form-actions.svg",
|
|
1609
1765
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
-
"website": "https://
|
|
1766
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1611
1767
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
1768
|
"category": "Request",
|
|
1613
1769
|
"type": "3rd-party",
|
|
@@ -1619,7 +1775,7 @@
|
|
|
1619
1775
|
}
|
|
1620
1776
|
],
|
|
1621
1777
|
"compatibility": {
|
|
1622
|
-
"nuxt": "^3.
|
|
1778
|
+
"nuxt": "^3.7.0",
|
|
1623
1779
|
"requires": {}
|
|
1624
1780
|
}
|
|
1625
1781
|
},
|
|
@@ -1697,7 +1853,7 @@
|
|
|
1697
1853
|
},
|
|
1698
1854
|
{
|
|
1699
1855
|
"name": "google-adsense",
|
|
1700
|
-
"description": "Google Adsense Module for Nuxt
|
|
1856
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1701
1857
|
"repo": "nuxt-community/google-adsense-module",
|
|
1702
1858
|
"npm": "@nuxtjs/google-adsense",
|
|
1703
1859
|
"icon": "google-adsense.png",
|
|
@@ -1723,7 +1879,7 @@
|
|
|
1723
1879
|
},
|
|
1724
1880
|
{
|
|
1725
1881
|
"name": "google-analytics",
|
|
1726
|
-
"description": "Google analytics Module for Nuxt
|
|
1882
|
+
"description": "Google analytics Module for Nuxt",
|
|
1727
1883
|
"repo": "nuxt-community/analytics-module",
|
|
1728
1884
|
"npm": "@nuxtjs/google-analytics",
|
|
1729
1885
|
"icon": "google-analytics.png",
|
|
@@ -1755,12 +1911,12 @@
|
|
|
1755
1911
|
},
|
|
1756
1912
|
{
|
|
1757
1913
|
"name": "google-fonts",
|
|
1758
|
-
"description": "Google Fonts module for
|
|
1759
|
-
"repo": "nuxt-
|
|
1914
|
+
"description": "Google Fonts module for Nuxt",
|
|
1915
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
1916
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
1917
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
1918
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1919
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
1920
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
1921
|
"category": "Fonts",
|
|
1766
1922
|
"type": "community",
|
|
@@ -1779,7 +1935,7 @@
|
|
|
1779
1935
|
},
|
|
1780
1936
|
{
|
|
1781
1937
|
"name": "google-gtag",
|
|
1782
|
-
"description": "Google GTag for Nuxt
|
|
1938
|
+
"description": "Google GTag for Nuxt",
|
|
1783
1939
|
"repo": "nuxt-community/google-gtag",
|
|
1784
1940
|
"npm": "@nuxtjs/google-gtag",
|
|
1785
1941
|
"icon": "gtm.png",
|
|
@@ -1805,7 +1961,7 @@
|
|
|
1805
1961
|
},
|
|
1806
1962
|
{
|
|
1807
1963
|
"name": "google-optimize",
|
|
1808
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1964
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1809
1965
|
"repo": "nuxt-community/google-optimize-module",
|
|
1810
1966
|
"npm": "nuxt-google-optimize",
|
|
1811
1967
|
"icon": "google-optimize.png",
|
|
@@ -1860,7 +2016,7 @@
|
|
|
1860
2016
|
},
|
|
1861
2017
|
{
|
|
1862
2018
|
"name": "graphql-request",
|
|
1863
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2019
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1864
2020
|
"repo": "gomah/nuxt-graphql-request",
|
|
1865
2021
|
"npm": "nuxt-graphql-request",
|
|
1866
2022
|
"icon": "graphql-request.png",
|
|
@@ -1876,7 +2032,7 @@
|
|
|
1876
2032
|
}
|
|
1877
2033
|
],
|
|
1878
2034
|
"compatibility": {
|
|
1879
|
-
"nuxt": "^2.0.0",
|
|
2035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
2036
|
"requires": {}
|
|
1881
2037
|
}
|
|
1882
2038
|
},
|
|
@@ -1899,12 +2055,13 @@
|
|
|
1899
2055
|
],
|
|
1900
2056
|
"compatibility": {
|
|
1901
2057
|
"nuxt": "^3.0.0",
|
|
1902
|
-
"requires": {}
|
|
2058
|
+
"requires": {},
|
|
2059
|
+
"devtools": "^0.0.0"
|
|
1903
2060
|
}
|
|
1904
2061
|
},
|
|
1905
2062
|
{
|
|
1906
2063
|
"name": "gtag",
|
|
1907
|
-
"description": "Google Analytics integration for Nuxt
|
|
2064
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1908
2065
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
2066
|
"npm": "nuxt-gtag",
|
|
1910
2067
|
"icon": "gtag.svg",
|
|
@@ -1928,7 +2085,7 @@
|
|
|
1928
2085
|
},
|
|
1929
2086
|
{
|
|
1930
2087
|
"name": "gtm",
|
|
1931
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2088
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1932
2089
|
"repo": "nuxt-community/gtm-module",
|
|
1933
2090
|
"npm": "@nuxtjs/gtm",
|
|
1934
2091
|
"icon": "gtm.png",
|
|
@@ -1951,7 +2108,7 @@
|
|
|
1951
2108
|
},
|
|
1952
2109
|
{
|
|
1953
2110
|
"name": "guess",
|
|
1954
|
-
"description": "Guess.js module for Nuxt
|
|
2111
|
+
"description": "Guess.js module for Nuxt",
|
|
1955
2112
|
"repo": "nuxt-community/guess-module",
|
|
1956
2113
|
"npm": "@nuxtjs/guess-module",
|
|
1957
2114
|
"icon": "guessjs.png",
|
|
@@ -2063,7 +2220,7 @@
|
|
|
2063
2220
|
},
|
|
2064
2221
|
{
|
|
2065
2222
|
"name": "helmet",
|
|
2066
|
-
"description": "Easy Helmet module with Nuxt
|
|
2223
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2067
2224
|
"repo": "victor-perez/nuxt-helmet",
|
|
2068
2225
|
"npm": "nuxt-helmet",
|
|
2069
2226
|
"icon": "",
|
|
@@ -2107,7 +2264,7 @@
|
|
|
2107
2264
|
},
|
|
2108
2265
|
{
|
|
2109
2266
|
"name": "history-state",
|
|
2110
|
-
"description": "Nuxt
|
|
2267
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2111
2268
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2112
2269
|
"npm": "nuxt-history-state",
|
|
2113
2270
|
"icon": "",
|
|
@@ -2176,7 +2333,7 @@
|
|
|
2176
2333
|
},
|
|
2177
2334
|
{
|
|
2178
2335
|
"name": "http",
|
|
2179
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2336
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2180
2337
|
"repo": "nuxt/http",
|
|
2181
2338
|
"npm": "@nuxt/http",
|
|
2182
2339
|
"icon": "http.png",
|
|
@@ -2204,7 +2361,7 @@
|
|
|
2204
2361
|
},
|
|
2205
2362
|
{
|
|
2206
2363
|
"name": "humans-txt",
|
|
2207
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2364
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2208
2365
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2209
2366
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2210
2367
|
"icon": "",
|
|
@@ -2228,11 +2385,11 @@
|
|
|
2228
2385
|
{
|
|
2229
2386
|
"name": "i18n",
|
|
2230
2387
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2388
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2389
|
"npm": "@nuxtjs/i18n",
|
|
2233
2390
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2235
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2391
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2392
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2236
2393
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2237
2394
|
"category": "Extensions",
|
|
2238
2395
|
"type": "community",
|
|
@@ -2273,6 +2430,29 @@
|
|
|
2273
2430
|
"requires": {}
|
|
2274
2431
|
}
|
|
2275
2432
|
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "icon-tw",
|
|
2435
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2436
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2437
|
+
"npm": "nuxt-icon-tw",
|
|
2438
|
+
"icon": "nuxt-icon.png",
|
|
2439
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2440
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2441
|
+
"learn_more": "",
|
|
2442
|
+
"category": "UI",
|
|
2443
|
+
"type": "3rd-party",
|
|
2444
|
+
"maintainers": [
|
|
2445
|
+
{
|
|
2446
|
+
"name": "JohnCampionJr",
|
|
2447
|
+
"github": "JohnCampionJr"
|
|
2448
|
+
}
|
|
2449
|
+
],
|
|
2450
|
+
"compatibility": {
|
|
2451
|
+
"nuxt": "^3.0.0",
|
|
2452
|
+
"requires": {},
|
|
2453
|
+
"devtools": "^0.0.0"
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2276
2456
|
{
|
|
2277
2457
|
"name": "icon",
|
|
2278
2458
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2292,7 +2472,8 @@
|
|
|
2292
2472
|
],
|
|
2293
2473
|
"compatibility": {
|
|
2294
2474
|
"nuxt": "^3.0.0",
|
|
2295
|
-
"requires": {}
|
|
2475
|
+
"requires": {},
|
|
2476
|
+
"devtools": "^0.0.0"
|
|
2296
2477
|
}
|
|
2297
2478
|
},
|
|
2298
2479
|
{
|
|
@@ -2341,12 +2522,12 @@
|
|
|
2341
2522
|
},
|
|
2342
2523
|
{
|
|
2343
2524
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2525
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2526
|
"repo": "nuxt/image",
|
|
2346
2527
|
"npm": "@nuxt/image",
|
|
2347
2528
|
"icon": "image.png",
|
|
2348
2529
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2530
|
+
"website": "https://image.nuxt.com",
|
|
2350
2531
|
"learn_more": "",
|
|
2351
2532
|
"category": "Images",
|
|
2352
2533
|
"type": "official",
|
|
@@ -2356,6 +2537,11 @@
|
|
|
2356
2537
|
"github": "farnabaz",
|
|
2357
2538
|
"twitter": "a_birang"
|
|
2358
2539
|
},
|
|
2540
|
+
{
|
|
2541
|
+
"name": "Daniel Roe",
|
|
2542
|
+
"github": "danielroe",
|
|
2543
|
+
"twitter": "danielcroe"
|
|
2544
|
+
},
|
|
2359
2545
|
{
|
|
2360
2546
|
"name": "Pooya Parsa",
|
|
2361
2547
|
"github": "pi0",
|
|
@@ -2376,7 +2562,7 @@
|
|
|
2376
2562
|
},
|
|
2377
2563
|
{
|
|
2378
2564
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2565
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2566
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2567
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2568
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2609,7 @@
|
|
|
2423
2609
|
},
|
|
2424
2610
|
{
|
|
2425
2611
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2612
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2613
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2614
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2615
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2654,7 @@
|
|
|
2468
2654
|
},
|
|
2469
2655
|
{
|
|
2470
2656
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2657
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2658
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2659
|
"npm": "nuxt-jsonapi",
|
|
2474
2660
|
"icon": "jsonapi.svg",
|
|
@@ -2510,9 +2696,36 @@
|
|
|
2510
2696
|
"requires": {}
|
|
2511
2697
|
}
|
|
2512
2698
|
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "kinde",
|
|
2701
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2702
|
+
"repo": "nuxt-modules/kinde",
|
|
2703
|
+
"npm": "@nuxtjs/kinde",
|
|
2704
|
+
"icon": "kinde.svg",
|
|
2705
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2706
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2707
|
+
"learn_more": "https://kinde.com/",
|
|
2708
|
+
"category": "Security",
|
|
2709
|
+
"type": "community",
|
|
2710
|
+
"maintainers": [
|
|
2711
|
+
{
|
|
2712
|
+
"name": "danielroe",
|
|
2713
|
+
"github": "danielroe"
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"name": "daveordead",
|
|
2717
|
+
"github": "DaveOrDead",
|
|
2718
|
+
"twitter": "dave_or_dead"
|
|
2719
|
+
}
|
|
2720
|
+
],
|
|
2721
|
+
"compatibility": {
|
|
2722
|
+
"nuxt": "^3.0.0",
|
|
2723
|
+
"requires": {}
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2513
2726
|
{
|
|
2514
2727
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2728
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2729
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2730
|
"npm": "nuxt-kql",
|
|
2518
2731
|
"icon": "kql.svg",
|
|
@@ -2536,7 +2749,7 @@
|
|
|
2536
2749
|
},
|
|
2537
2750
|
{
|
|
2538
2751
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2752
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2753
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2754
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2755
|
"icon": "laravel-echo.png",
|
|
@@ -2578,6 +2791,28 @@
|
|
|
2578
2791
|
"requires": {}
|
|
2579
2792
|
}
|
|
2580
2793
|
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "laravel-precognition",
|
|
2796
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2797
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2798
|
+
"npm": "nuxt-laravel-precognition",
|
|
2799
|
+
"icon": "laravel.svg",
|
|
2800
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2801
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2802
|
+
"learn_more": "",
|
|
2803
|
+
"category": "Security",
|
|
2804
|
+
"type": "3rd-party",
|
|
2805
|
+
"maintainers": [
|
|
2806
|
+
{
|
|
2807
|
+
"name": "sot1986",
|
|
2808
|
+
"github": "sot1986"
|
|
2809
|
+
}
|
|
2810
|
+
],
|
|
2811
|
+
"compatibility": {
|
|
2812
|
+
"nuxt": "^3.0.0",
|
|
2813
|
+
"requires": {}
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2581
2816
|
{
|
|
2582
2817
|
"name": "laravel",
|
|
2583
2818
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2624,13 +2859,13 @@
|
|
|
2624
2859
|
},
|
|
2625
2860
|
{
|
|
2626
2861
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
2862
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2628
2863
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
2864
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
2865
|
+
"icon": "link-checker.svg",
|
|
2631
2866
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
2867
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2868
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
2869
|
"category": "SEO",
|
|
2635
2870
|
"type": "3rd-party",
|
|
2636
2871
|
"maintainers": [
|
|
@@ -2643,7 +2878,8 @@
|
|
|
2643
2878
|
],
|
|
2644
2879
|
"compatibility": {
|
|
2645
2880
|
"nuxt": "^3.0.0",
|
|
2646
|
-
"requires": {}
|
|
2881
|
+
"requires": {},
|
|
2882
|
+
"devtools": "^0.0.0"
|
|
2647
2883
|
}
|
|
2648
2884
|
},
|
|
2649
2885
|
{
|
|
@@ -2720,12 +2956,12 @@
|
|
|
2720
2956
|
},
|
|
2721
2957
|
{
|
|
2722
2958
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
2959
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2960
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
2961
|
"npm": "nuxt-logrocket",
|
|
2726
2962
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
2963
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2964
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
2965
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
2966
|
"category": "Monitoring",
|
|
2731
2967
|
"type": "community",
|
|
@@ -2741,9 +2977,35 @@
|
|
|
2741
2977
|
"requires": {}
|
|
2742
2978
|
}
|
|
2743
2979
|
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "lucide-icons",
|
|
2982
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2983
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2984
|
+
"npm": "nuxt-lucide-icons",
|
|
2985
|
+
"icon": "lucide-icons.svg",
|
|
2986
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2987
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2988
|
+
"learn_more": "",
|
|
2989
|
+
"category": "UI",
|
|
2990
|
+
"type": "3rd-party",
|
|
2991
|
+
"maintainers": [
|
|
2992
|
+
{
|
|
2993
|
+
"name": "SWIS",
|
|
2994
|
+
"github": "swisnl"
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"name": "Jasper Zonneveld",
|
|
2998
|
+
"github": "JaZo"
|
|
2999
|
+
}
|
|
3000
|
+
],
|
|
3001
|
+
"compatibility": {
|
|
3002
|
+
"nuxt": "^3.0.0",
|
|
3003
|
+
"requires": {}
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
2744
3006
|
{
|
|
2745
3007
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3008
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
3009
|
"repo": "nuxt-community/lunr-module",
|
|
2748
3010
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
3011
|
"icon": "",
|
|
@@ -2831,6 +3093,28 @@
|
|
|
2831
3093
|
"requires": {}
|
|
2832
3094
|
}
|
|
2833
3095
|
},
|
|
3096
|
+
{
|
|
3097
|
+
"name": "maz-ui",
|
|
3098
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3099
|
+
"repo": "louismazel/maz-ui",
|
|
3100
|
+
"npm": "maz-ui",
|
|
3101
|
+
"icon": "maz-ui.png",
|
|
3102
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3103
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3104
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3105
|
+
"category": "UI",
|
|
3106
|
+
"type": "community",
|
|
3107
|
+
"maintainers": [
|
|
3108
|
+
{
|
|
3109
|
+
"name": "Loïc Mazuel",
|
|
3110
|
+
"github": "LouisMazel"
|
|
3111
|
+
}
|
|
3112
|
+
],
|
|
3113
|
+
"compatibility": {
|
|
3114
|
+
"nuxt": "^3.0.0",
|
|
3115
|
+
"requires": {}
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
2834
3118
|
{
|
|
2835
3119
|
"name": "mdx",
|
|
2836
3120
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2856,7 +3140,7 @@
|
|
|
2856
3140
|
},
|
|
2857
3141
|
{
|
|
2858
3142
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3143
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3144
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3145
|
"npm": "nuxt-medusa",
|
|
2862
3146
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3165,7 @@
|
|
|
2881
3165
|
},
|
|
2882
3166
|
{
|
|
2883
3167
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3168
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3169
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3170
|
"npm": "nuxt-meilisearch",
|
|
2887
3171
|
"icon": "meilisearch.svg",
|
|
@@ -2901,7 +3185,8 @@
|
|
|
2901
3185
|
"nuxt": "^3.0.0",
|
|
2902
3186
|
"requires": {
|
|
2903
3187
|
"bridge": false
|
|
2904
|
-
}
|
|
3188
|
+
},
|
|
3189
|
+
"devtools": "^0.0.0"
|
|
2905
3190
|
}
|
|
2906
3191
|
},
|
|
2907
3192
|
{
|
|
@@ -2973,7 +3258,7 @@
|
|
|
2973
3258
|
},
|
|
2974
3259
|
{
|
|
2975
3260
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3261
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3262
|
"repo": "nuxt-community/moment-module",
|
|
2978
3263
|
"npm": "@nuxtjs/moment",
|
|
2979
3264
|
"icon": "momentjs.png",
|
|
@@ -3000,7 +3285,7 @@
|
|
|
3000
3285
|
},
|
|
3001
3286
|
{
|
|
3002
3287
|
"name": "mq",
|
|
3003
|
-
"description": "vue-mq module for Nuxt.
|
|
3288
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3004
3289
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3005
3290
|
"npm": "nuxt-mq",
|
|
3006
3291
|
"icon": "",
|
|
@@ -3044,7 +3329,7 @@
|
|
|
3044
3329
|
},
|
|
3045
3330
|
{
|
|
3046
3331
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3332
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3333
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3334
|
"npm": "nuxt-netlify-cache",
|
|
3050
3335
|
"icon": "netlify.png",
|
|
@@ -3089,7 +3374,7 @@
|
|
|
3089
3374
|
},
|
|
3090
3375
|
{
|
|
3091
3376
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3377
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3093
3378
|
"repo": "bazzite/nuxt-netlify",
|
|
3094
3379
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3380
|
"icon": "netlify.png",
|
|
@@ -3182,42 +3467,20 @@
|
|
|
3182
3467
|
}
|
|
3183
3468
|
},
|
|
3184
3469
|
{
|
|
3185
|
-
"name": "nuxt-
|
|
3186
|
-
"description": "",
|
|
3187
|
-
"repo": "
|
|
3188
|
-
"npm": "
|
|
3470
|
+
"name": "nuxt-anchorscroll",
|
|
3471
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3472
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3473
|
+
"npm": "nuxt-anchorscroll",
|
|
3189
3474
|
"icon": "",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://github.com/
|
|
3475
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3476
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3192
3477
|
"learn_more": "",
|
|
3193
|
-
"category": "
|
|
3194
|
-
"type": "3rd-party",
|
|
3195
|
-
"maintainers": [
|
|
3196
|
-
{
|
|
3197
|
-
"name": "sidebase",
|
|
3198
|
-
"github": "sidebase"
|
|
3199
|
-
}
|
|
3200
|
-
],
|
|
3201
|
-
"compatibility": {
|
|
3202
|
-
"nuxt": "^2.0.0",
|
|
3203
|
-
"requires": {}
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"name": "nuxt-chatgpt",
|
|
3208
|
-
"description": "ChatGPT integration for Nuxt 3",
|
|
3209
|
-
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
|
-
"npm": "nuxt-chatgpt",
|
|
3211
|
-
"icon": "chatgpt.svg",
|
|
3212
|
-
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3213
|
-
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3214
|
-
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3215
|
-
"category": "Libraries",
|
|
3478
|
+
"category": "UI",
|
|
3216
3479
|
"type": "3rd-party",
|
|
3217
3480
|
"maintainers": [
|
|
3218
3481
|
{
|
|
3219
|
-
"name": "
|
|
3220
|
-
"github": "
|
|
3482
|
+
"name": "Helltraitor",
|
|
3483
|
+
"github": "helltraitor"
|
|
3221
3484
|
}
|
|
3222
3485
|
],
|
|
3223
3486
|
"compatibility": {
|
|
@@ -3226,71 +3489,65 @@
|
|
|
3226
3489
|
}
|
|
3227
3490
|
},
|
|
3228
3491
|
{
|
|
3229
|
-
"name": "nuxt-
|
|
3230
|
-
"description": "
|
|
3231
|
-
"repo": "
|
|
3232
|
-
"npm": "nuxt-
|
|
3233
|
-
"icon": "
|
|
3234
|
-
"github": "https://github.com/
|
|
3235
|
-
"website": "https://nuxt-
|
|
3492
|
+
"name": "nuxt-auth-sanctum",
|
|
3493
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3494
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3495
|
+
"npm": "nuxt-auth-sanctum",
|
|
3496
|
+
"icon": "laravel.svg",
|
|
3497
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3498
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3236
3499
|
"learn_more": "",
|
|
3237
|
-
"category": "
|
|
3500
|
+
"category": "Security",
|
|
3238
3501
|
"type": "3rd-party",
|
|
3239
3502
|
"maintainers": [
|
|
3240
3503
|
{
|
|
3241
|
-
"name": "
|
|
3242
|
-
"github": "
|
|
3243
|
-
"
|
|
3244
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"name": "ayalon",
|
|
3248
|
-
"github": "ayalon",
|
|
3249
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3504
|
+
"name": "Artem Manchenkov",
|
|
3505
|
+
"github": "manchenkoff",
|
|
3506
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3250
3507
|
}
|
|
3251
3508
|
],
|
|
3252
3509
|
"compatibility": {
|
|
3253
|
-
"nuxt": "^
|
|
3510
|
+
"nuxt": "^3.0.0",
|
|
3254
3511
|
"requires": {}
|
|
3255
3512
|
}
|
|
3256
3513
|
},
|
|
3257
3514
|
{
|
|
3258
|
-
"name": "nuxt-
|
|
3259
|
-
"description": "",
|
|
3260
|
-
"repo": "
|
|
3261
|
-
"npm": "@
|
|
3515
|
+
"name": "nuxt-basic-auth",
|
|
3516
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3517
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3518
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3262
3519
|
"icon": "",
|
|
3263
|
-
"github": "https://github.com/
|
|
3264
|
-
"website": "https://github.com/
|
|
3520
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3521
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3265
3522
|
"learn_more": "",
|
|
3266
|
-
"category": "
|
|
3523
|
+
"category": "Security",
|
|
3267
3524
|
"type": "3rd-party",
|
|
3268
3525
|
"maintainers": [
|
|
3269
3526
|
{
|
|
3270
|
-
"name": "
|
|
3271
|
-
"github": "
|
|
3527
|
+
"name": "kgierke",
|
|
3528
|
+
"github": "kgierke"
|
|
3272
3529
|
}
|
|
3273
3530
|
],
|
|
3274
3531
|
"compatibility": {
|
|
3275
|
-
"nuxt": "^
|
|
3532
|
+
"nuxt": "^3.0.0",
|
|
3276
3533
|
"requires": {}
|
|
3277
3534
|
}
|
|
3278
3535
|
},
|
|
3279
3536
|
{
|
|
3280
|
-
"name": "nuxt-
|
|
3281
|
-
"description": "
|
|
3282
|
-
"repo": "
|
|
3283
|
-
"npm": "
|
|
3284
|
-
"icon": "
|
|
3285
|
-
"github": "https://github.com/
|
|
3286
|
-
"website": "https://github.com/
|
|
3287
|
-
"learn_more": "https://
|
|
3288
|
-
"category": "
|
|
3537
|
+
"name": "nuxt-bootstrap-icons",
|
|
3538
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3539
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3540
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3541
|
+
"icon": "bootstrap-icons.svg",
|
|
3542
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3543
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3544
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3545
|
+
"category": "UI",
|
|
3289
3546
|
"type": "3rd-party",
|
|
3290
3547
|
"maintainers": [
|
|
3291
3548
|
{
|
|
3292
|
-
"name": "
|
|
3293
|
-
"github": "
|
|
3549
|
+
"name": "OyewoleOyedeji",
|
|
3550
|
+
"github": "OyewoleOyedeji"
|
|
3294
3551
|
}
|
|
3295
3552
|
],
|
|
3296
3553
|
"compatibility": {
|
|
@@ -3299,7 +3556,151 @@
|
|
|
3299
3556
|
}
|
|
3300
3557
|
},
|
|
3301
3558
|
{
|
|
3302
|
-
"name": "nuxt-
|
|
3559
|
+
"name": "nuxt-chatgpt",
|
|
3560
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3561
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3562
|
+
"npm": "nuxt-chatgpt",
|
|
3563
|
+
"icon": "chatgpt.svg",
|
|
3564
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3565
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3566
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3567
|
+
"category": "Libraries",
|
|
3568
|
+
"type": "3rd-party",
|
|
3569
|
+
"maintainers": [
|
|
3570
|
+
{
|
|
3571
|
+
"name": "Oliver Trajceski",
|
|
3572
|
+
"github": "schnapsterdog"
|
|
3573
|
+
}
|
|
3574
|
+
],
|
|
3575
|
+
"compatibility": {
|
|
3576
|
+
"nuxt": "^3.0.0",
|
|
3577
|
+
"requires": {}
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "nuxt-facebook-chat",
|
|
3582
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3583
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3584
|
+
"npm": "nuxt-facebook-chat",
|
|
3585
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3586
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3587
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3588
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3589
|
+
"category": "Libraries",
|
|
3590
|
+
"type": "3rd-party",
|
|
3591
|
+
"maintainers": [
|
|
3592
|
+
{
|
|
3593
|
+
"name": "Supanut Dokmaithong",
|
|
3594
|
+
"github": "Boomgeek"
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"name": "superdev-tech",
|
|
3598
|
+
"github": "superdev-tech"
|
|
3599
|
+
}
|
|
3600
|
+
],
|
|
3601
|
+
"compatibility": {
|
|
3602
|
+
"nuxt": "^3.0.0",
|
|
3603
|
+
"requires": {}
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"name": "nuxt-feedme",
|
|
3608
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3609
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3610
|
+
"npm": "nuxt-feedme",
|
|
3611
|
+
"icon": "",
|
|
3612
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3613
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3614
|
+
"learn_more": "",
|
|
3615
|
+
"category": "SEO",
|
|
3616
|
+
"type": "3rd-party",
|
|
3617
|
+
"maintainers": [
|
|
3618
|
+
{
|
|
3619
|
+
"name": "Helltraitor",
|
|
3620
|
+
"github": "helltraitor"
|
|
3621
|
+
}
|
|
3622
|
+
],
|
|
3623
|
+
"compatibility": {
|
|
3624
|
+
"nuxt": "^3.0.0",
|
|
3625
|
+
"requires": {}
|
|
3626
|
+
}
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"name": "nuxt-graphql-middleware",
|
|
3630
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3631
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3632
|
+
"npm": "nuxt-graphql-middleware",
|
|
3633
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3634
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3635
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3636
|
+
"learn_more": "",
|
|
3637
|
+
"category": "Request",
|
|
3638
|
+
"type": "3rd-party",
|
|
3639
|
+
"maintainers": [
|
|
3640
|
+
{
|
|
3641
|
+
"name": "dulnan",
|
|
3642
|
+
"github": "dulnan",
|
|
3643
|
+
"twitter": "dulnan",
|
|
3644
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"name": "ayalon",
|
|
3648
|
+
"github": "ayalon",
|
|
3649
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3652
|
+
"compatibility": {
|
|
3653
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3654
|
+
"requires": {}
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"name": "nuxt-graphql-playground",
|
|
3659
|
+
"description": "",
|
|
3660
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3661
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3662
|
+
"icon": "",
|
|
3663
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3664
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3665
|
+
"learn_more": "",
|
|
3666
|
+
"category": "Devtools",
|
|
3667
|
+
"type": "3rd-party",
|
|
3668
|
+
"maintainers": [
|
|
3669
|
+
{
|
|
3670
|
+
"name": "pinpon-dev",
|
|
3671
|
+
"github": "pinpon-dev"
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"compatibility": {
|
|
3675
|
+
"nuxt": "^2.0.0",
|
|
3676
|
+
"requires": {}
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "nuxt-gtm",
|
|
3681
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3682
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3683
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3684
|
+
"icon": "nuxt-gtm.svg",
|
|
3685
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3686
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3687
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3688
|
+
"category": "Analytics",
|
|
3689
|
+
"type": "3rd-party",
|
|
3690
|
+
"maintainers": [
|
|
3691
|
+
{
|
|
3692
|
+
"name": "Zadig&Voltaire Team",
|
|
3693
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"compatibility": {
|
|
3697
|
+
"nuxt": "^3.0.0",
|
|
3698
|
+
"requires": {},
|
|
3699
|
+
"devtools": "^0.0.0"
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "nuxt-hue",
|
|
3303
3704
|
"description": "Enlighten your Nuxt experience",
|
|
3304
3705
|
"repo": "lihbr/nuxt-hue",
|
|
3305
3706
|
"npm": "nuxt-hue",
|
|
@@ -3322,6 +3723,50 @@
|
|
|
3322
3723
|
}
|
|
3323
3724
|
}
|
|
3324
3725
|
},
|
|
3726
|
+
{
|
|
3727
|
+
"name": "nuxt-interpolation",
|
|
3728
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3729
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3730
|
+
"npm": "nuxt-interpolation",
|
|
3731
|
+
"icon": "",
|
|
3732
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3733
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3734
|
+
"learn_more": "",
|
|
3735
|
+
"category": "Devtools",
|
|
3736
|
+
"type": "3rd-party",
|
|
3737
|
+
"maintainers": [
|
|
3738
|
+
{
|
|
3739
|
+
"name": "daliborgogic",
|
|
3740
|
+
"github": "daliborgogic"
|
|
3741
|
+
}
|
|
3742
|
+
],
|
|
3743
|
+
"compatibility": {
|
|
3744
|
+
"nuxt": "^2.0.0",
|
|
3745
|
+
"requires": {}
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"name": "nuxt-jsonld",
|
|
3750
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3751
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3752
|
+
"npm": "nuxt-jsonld",
|
|
3753
|
+
"icon": "",
|
|
3754
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3755
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3756
|
+
"learn_more": "",
|
|
3757
|
+
"category": "SEO",
|
|
3758
|
+
"type": "3rd-party",
|
|
3759
|
+
"maintainers": [
|
|
3760
|
+
{
|
|
3761
|
+
"name": "ymmooot",
|
|
3762
|
+
"github": "ymmooot"
|
|
3763
|
+
}
|
|
3764
|
+
],
|
|
3765
|
+
"compatibility": {
|
|
3766
|
+
"nuxt": "^3.0.0",
|
|
3767
|
+
"requires": {}
|
|
3768
|
+
}
|
|
3769
|
+
},
|
|
3325
3770
|
{
|
|
3326
3771
|
"name": "nuxt-localtunnel",
|
|
3327
3772
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3347,7 +3792,7 @@
|
|
|
3347
3792
|
},
|
|
3348
3793
|
{
|
|
3349
3794
|
"name": "nuxt-loco",
|
|
3350
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3795
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3351
3796
|
"repo": "gaetansenn/nuxt-loco",
|
|
3352
3797
|
"npm": "nuxt-loco",
|
|
3353
3798
|
"icon": "",
|
|
@@ -3368,6 +3813,28 @@
|
|
|
3368
3813
|
"requires": {}
|
|
3369
3814
|
}
|
|
3370
3815
|
},
|
|
3816
|
+
{
|
|
3817
|
+
"name": "nuxt-mail",
|
|
3818
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3819
|
+
"repo": "dword-design/nuxt-mail",
|
|
3820
|
+
"npm": "nuxt-mail",
|
|
3821
|
+
"icon": "",
|
|
3822
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3823
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3824
|
+
"learn_more": "",
|
|
3825
|
+
"category": "Extensions",
|
|
3826
|
+
"type": "3rd-party",
|
|
3827
|
+
"maintainers": [
|
|
3828
|
+
{
|
|
3829
|
+
"name": "Sebastian Landwehr",
|
|
3830
|
+
"github": "dword-design"
|
|
3831
|
+
}
|
|
3832
|
+
],
|
|
3833
|
+
"compatibility": {
|
|
3834
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3835
|
+
"requires": {}
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3371
3838
|
{
|
|
3372
3839
|
"name": "nuxt-mapbox",
|
|
3373
3840
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3390,6 +3857,28 @@
|
|
|
3390
3857
|
"requires": {}
|
|
3391
3858
|
}
|
|
3392
3859
|
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-mdi",
|
|
3862
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3863
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3864
|
+
"npm": "nuxt-mdi",
|
|
3865
|
+
"icon": "mdi.png",
|
|
3866
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3867
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3868
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3869
|
+
"category": "Libraries",
|
|
3870
|
+
"type": "3rd-party",
|
|
3871
|
+
"maintainers": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "Emil Rosenius",
|
|
3874
|
+
"github": "ERPedersen"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^3.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3393
3882
|
{
|
|
3394
3883
|
"name": "nuxt-monaco-editor",
|
|
3395
3884
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3414,7 +3903,7 @@
|
|
|
3414
3903
|
},
|
|
3415
3904
|
{
|
|
3416
3905
|
"name": "nuxt-mongoose",
|
|
3417
|
-
"description": "A Nuxt
|
|
3906
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3418
3907
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
3908
|
"npm": "nuxt-mongoose",
|
|
3420
3909
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3429,6 +3918,30 @@
|
|
|
3429
3918
|
"github": "arashsheyda"
|
|
3430
3919
|
}
|
|
3431
3920
|
],
|
|
3921
|
+
"compatibility": {
|
|
3922
|
+
"nuxt": "^3.0.0",
|
|
3923
|
+
"requires": {},
|
|
3924
|
+
"devtools": "^0.0.0"
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "nuxt-payload-analyzer",
|
|
3929
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3930
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3931
|
+
"npm": "nuxt-payload-analyzer",
|
|
3932
|
+
"icon": "",
|
|
3933
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3934
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3935
|
+
"learn_more": "",
|
|
3936
|
+
"category": "Performance",
|
|
3937
|
+
"type": "3rd-party",
|
|
3938
|
+
"maintainers": [
|
|
3939
|
+
{
|
|
3940
|
+
"name": "Barbapapazes",
|
|
3941
|
+
"github": "Barbapapazes",
|
|
3942
|
+
"twitter": "soubiran_"
|
|
3943
|
+
}
|
|
3944
|
+
],
|
|
3432
3945
|
"compatibility": {
|
|
3433
3946
|
"nuxt": "^3.0.0",
|
|
3434
3947
|
"requires": {}
|
|
@@ -3503,7 +4016,7 @@
|
|
|
3503
4016
|
},
|
|
3504
4017
|
{
|
|
3505
4018
|
"name": "plausible",
|
|
3506
|
-
"description": "Nuxt
|
|
4019
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3507
4020
|
"repo": "nuxt-modules/plausible",
|
|
3508
4021
|
"npm": "@nuxtjs/plausible",
|
|
3509
4022
|
"icon": "plausible.png",
|
|
@@ -3523,9 +4036,35 @@
|
|
|
3523
4036
|
"requires": {}
|
|
3524
4037
|
}
|
|
3525
4038
|
},
|
|
4039
|
+
{
|
|
4040
|
+
"name": "nuxt-plotly",
|
|
4041
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4042
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4043
|
+
"npm": "nuxt-plotly",
|
|
4044
|
+
"icon": "nuxt-plotly.svg",
|
|
4045
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4046
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4047
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4048
|
+
"category": "Libraries",
|
|
4049
|
+
"type": "3rd-party",
|
|
4050
|
+
"maintainers": [
|
|
4051
|
+
{
|
|
4052
|
+
"name": "Supanut Dokmaithong",
|
|
4053
|
+
"github": "Boomgeek"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"name": "superdev-tech",
|
|
4057
|
+
"github": "superdev-tech"
|
|
4058
|
+
}
|
|
4059
|
+
],
|
|
4060
|
+
"compatibility": {
|
|
4061
|
+
"nuxt": "^3.0.0",
|
|
4062
|
+
"requires": {}
|
|
4063
|
+
}
|
|
4064
|
+
},
|
|
3526
4065
|
{
|
|
3527
4066
|
"name": "nuxt-png-to-ico",
|
|
3528
|
-
"description": "Nuxt
|
|
4067
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3529
4068
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
4069
|
"npm": "nuxt-png-to-ico",
|
|
3531
4070
|
"icon": "",
|
|
@@ -3548,7 +4087,7 @@
|
|
|
3548
4087
|
},
|
|
3549
4088
|
{
|
|
3550
4089
|
"name": "nuxt-smartlook",
|
|
3551
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4090
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3552
4091
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
4092
|
"npm": "nuxt-smartlook",
|
|
3554
4093
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3570,6 +4109,28 @@
|
|
|
3570
4109
|
"requires": {}
|
|
3571
4110
|
}
|
|
3572
4111
|
},
|
|
4112
|
+
{
|
|
4113
|
+
"name": "nuxt-social-share",
|
|
4114
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4115
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4116
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4117
|
+
"icon": "nuxt-social-share.png",
|
|
4118
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4119
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4120
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4121
|
+
"category": "Extensions",
|
|
4122
|
+
"type": "3rd-party",
|
|
4123
|
+
"maintainers": [
|
|
4124
|
+
{
|
|
4125
|
+
"name": "stefanobartoletti",
|
|
4126
|
+
"github": "stefanobartoletti"
|
|
4127
|
+
}
|
|
4128
|
+
],
|
|
4129
|
+
"compatibility": {
|
|
4130
|
+
"nuxt": "^3.0.0",
|
|
4131
|
+
"requires": {}
|
|
4132
|
+
}
|
|
4133
|
+
},
|
|
3573
4134
|
{
|
|
3574
4135
|
"name": "ssr-lit",
|
|
3575
4136
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3600,7 +4161,7 @@
|
|
|
3600
4161
|
},
|
|
3601
4162
|
{
|
|
3602
4163
|
"name": "nuxt-storm",
|
|
3603
|
-
"description": "WebStorm & PHPStorm support for
|
|
4164
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3604
4165
|
"repo": "fumeapp/nuxt-storm",
|
|
3605
4166
|
"npm": "nuxt-storm",
|
|
3606
4167
|
"icon": "nuxt-storm.png",
|
|
@@ -3644,7 +4205,7 @@
|
|
|
3644
4205
|
},
|
|
3645
4206
|
{
|
|
3646
4207
|
"name": "nuxt-unleash",
|
|
3647
|
-
"description": "Nuxt
|
|
4208
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3648
4209
|
"repo": "conejerock/nuxt-unleash",
|
|
3649
4210
|
"npm": "nuxt-unleash",
|
|
3650
4211
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3735,12 +4296,12 @@
|
|
|
3735
4296
|
{
|
|
3736
4297
|
"name": "nuxt-vue3-google-signin",
|
|
3737
4298
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3738
|
-
"repo": "
|
|
4299
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3739
4300
|
"npm": "nuxt-vue3-google-signin",
|
|
3740
4301
|
"icon": "vue3-google-signin.svg",
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://vue3-google-signin.
|
|
3743
|
-
"learn_more": "https://vue3-google-signin.
|
|
4302
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4303
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4304
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3744
4305
|
"category": "Libraries",
|
|
3745
4306
|
"type": "3rd-party",
|
|
3746
4307
|
"maintainers": [
|
|
@@ -3756,7 +4317,7 @@
|
|
|
3756
4317
|
},
|
|
3757
4318
|
{
|
|
3758
4319
|
"name": "nuxt-vuetify",
|
|
3759
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4320
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3760
4321
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3761
4322
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3762
4323
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3776,9 +4337,53 @@
|
|
|
3776
4337
|
"requires": {}
|
|
3777
4338
|
}
|
|
3778
4339
|
},
|
|
4340
|
+
{
|
|
4341
|
+
"name": "nuxt3-interpolation",
|
|
4342
|
+
"description": "",
|
|
4343
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4344
|
+
"npm": "nuxt3-interpolation",
|
|
4345
|
+
"icon": "",
|
|
4346
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4347
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4348
|
+
"learn_more": "",
|
|
4349
|
+
"category": "Devtools",
|
|
4350
|
+
"type": "3rd-party",
|
|
4351
|
+
"maintainers": [
|
|
4352
|
+
{
|
|
4353
|
+
"name": "daliborgogic",
|
|
4354
|
+
"github": "daliborgogic"
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
"compatibility": {
|
|
4358
|
+
"nuxt": "^3.0.0",
|
|
4359
|
+
"requires": {}
|
|
4360
|
+
}
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "nuxt3-leaflet",
|
|
4364
|
+
"description": "Leaflet integration with Nuxt",
|
|
4365
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4366
|
+
"npm": "nuxt3-leaflet",
|
|
4367
|
+
"icon": "leaflet.png",
|
|
4368
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4369
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4370
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4371
|
+
"category": "Libraries",
|
|
4372
|
+
"type": "3rd-party",
|
|
4373
|
+
"maintainers": [
|
|
4374
|
+
{
|
|
4375
|
+
"name": "Augustin MERCIER",
|
|
4376
|
+
"github": "Gugustinette"
|
|
4377
|
+
}
|
|
4378
|
+
],
|
|
4379
|
+
"compatibility": {
|
|
4380
|
+
"nuxt": "^3.0.0",
|
|
4381
|
+
"requires": {}
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
3779
4384
|
{
|
|
3780
4385
|
"name": "nuxt7",
|
|
3781
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4386
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3782
4387
|
"repo": "nuxt-community/nuxt7",
|
|
3783
4388
|
"npm": "nuxt7",
|
|
3784
4389
|
"icon": "",
|
|
@@ -3799,38 +4404,15 @@
|
|
|
3799
4404
|
"requires": {}
|
|
3800
4405
|
}
|
|
3801
4406
|
},
|
|
3802
|
-
{
|
|
3803
|
-
"name": "nuxtlabs-ui",
|
|
3804
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3805
|
-
"repo": "nuxtlabs/ui",
|
|
3806
|
-
"npm": "@nuxthq/ui",
|
|
3807
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3808
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3809
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3810
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3811
|
-
"category": "UI",
|
|
3812
|
-
"type": "3rd-party",
|
|
3813
|
-
"maintainers": [
|
|
3814
|
-
{
|
|
3815
|
-
"name": "Benjamin Canac",
|
|
3816
|
-
"github": "benjamincanac",
|
|
3817
|
-
"twitter": "benjamincanac"
|
|
3818
|
-
}
|
|
3819
|
-
],
|
|
3820
|
-
"compatibility": {
|
|
3821
|
-
"nuxt": "^3.0.0",
|
|
3822
|
-
"requires": {}
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
4407
|
{
|
|
3826
4408
|
"name": "og-image",
|
|
3827
|
-
"description": "
|
|
4409
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3828
4410
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3829
4411
|
"npm": "nuxt-og-image",
|
|
3830
|
-
"icon": "",
|
|
4412
|
+
"icon": "og-image.svg",
|
|
3831
4413
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3832
|
-
"website": "https://
|
|
3833
|
-
"learn_more": "",
|
|
4414
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4415
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3834
4416
|
"category": "SEO",
|
|
3835
4417
|
"type": "3rd-party",
|
|
3836
4418
|
"maintainers": [
|
|
@@ -3843,7 +4425,8 @@
|
|
|
3843
4425
|
],
|
|
3844
4426
|
"compatibility": {
|
|
3845
4427
|
"nuxt": "^3.0.0",
|
|
3846
|
-
"requires": {}
|
|
4428
|
+
"requires": {},
|
|
4429
|
+
"devtools": "^0.0.0"
|
|
3847
4430
|
}
|
|
3848
4431
|
},
|
|
3849
4432
|
{
|
|
@@ -3871,7 +4454,7 @@
|
|
|
3871
4454
|
},
|
|
3872
4455
|
{
|
|
3873
4456
|
"name": "optimized-images",
|
|
3874
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4457
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3875
4458
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3876
4459
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3877
4460
|
"icon": "",
|
|
@@ -3916,7 +4499,7 @@
|
|
|
3916
4499
|
},
|
|
3917
4500
|
{
|
|
3918
4501
|
"name": "parse",
|
|
3919
|
-
"description": "Parse package for Nuxt
|
|
4502
|
+
"description": "Parse package for Nuxt",
|
|
3920
4503
|
"repo": "cierrateam/nuxt-parse",
|
|
3921
4504
|
"npm": "nuxt-parse",
|
|
3922
4505
|
"icon": "",
|
|
@@ -3936,6 +4519,29 @@
|
|
|
3936
4519
|
"requires": {}
|
|
3937
4520
|
}
|
|
3938
4521
|
},
|
|
4522
|
+
{
|
|
4523
|
+
"name": "particles",
|
|
4524
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4525
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4526
|
+
"npm": "nuxt-particles",
|
|
4527
|
+
"icon": "",
|
|
4528
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4529
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4530
|
+
"learn_more": "https://particles.js.org/",
|
|
4531
|
+
"category": "Libraries",
|
|
4532
|
+
"type": "3rd-party",
|
|
4533
|
+
"maintainers": [
|
|
4534
|
+
{
|
|
4535
|
+
"name": "Joey Pereira",
|
|
4536
|
+
"github": "Joepocalyptic",
|
|
4537
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4538
|
+
}
|
|
4539
|
+
],
|
|
4540
|
+
"compatibility": {
|
|
4541
|
+
"nuxt": "^3.0.0",
|
|
4542
|
+
"requires": {}
|
|
4543
|
+
}
|
|
4544
|
+
},
|
|
3939
4545
|
{
|
|
3940
4546
|
"name": "partytown",
|
|
3941
4547
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3961,6 +4567,28 @@
|
|
|
3961
4567
|
}
|
|
3962
4568
|
}
|
|
3963
4569
|
},
|
|
4570
|
+
{
|
|
4571
|
+
"name": "paypal",
|
|
4572
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4573
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4574
|
+
"npm": "nuxt-paypal",
|
|
4575
|
+
"icon": "paypal.svg",
|
|
4576
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4577
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4578
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4579
|
+
"category": "Payment",
|
|
4580
|
+
"type": "3rd-party",
|
|
4581
|
+
"maintainers": [
|
|
4582
|
+
{
|
|
4583
|
+
"name": "Arash Sheyda",
|
|
4584
|
+
"github": "arashsheyda"
|
|
4585
|
+
}
|
|
4586
|
+
],
|
|
4587
|
+
"compatibility": {
|
|
4588
|
+
"nuxt": "^3.0.0",
|
|
4589
|
+
"requires": {}
|
|
4590
|
+
}
|
|
4591
|
+
},
|
|
3964
4592
|
{
|
|
3965
4593
|
"name": "pdfeasy",
|
|
3966
4594
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4082,7 +4710,7 @@
|
|
|
4082
4710
|
},
|
|
4083
4711
|
{
|
|
4084
4712
|
"name": "plausible",
|
|
4085
|
-
"description": "Nuxt
|
|
4713
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4086
4714
|
"repo": "nuxt-modules/plausible",
|
|
4087
4715
|
"npm": "@nuxtjs/plausible",
|
|
4088
4716
|
"icon": "",
|
|
@@ -4103,30 +4731,77 @@
|
|
|
4103
4731
|
}
|
|
4104
4732
|
},
|
|
4105
4733
|
{
|
|
4106
|
-
"name": "precompress",
|
|
4107
|
-
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
4108
|
-
"repo": "frenchrabbit/nuxt-precompress",
|
|
4109
|
-
"npm": "nuxt-precompress",
|
|
4110
|
-
"icon": "",
|
|
4111
|
-
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
4112
|
-
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
4113
|
-
"learn_more": "",
|
|
4114
|
-
"category": "Performance",
|
|
4734
|
+
"name": "precompress",
|
|
4735
|
+
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
4736
|
+
"repo": "frenchrabbit/nuxt-precompress",
|
|
4737
|
+
"npm": "nuxt-precompress",
|
|
4738
|
+
"icon": "",
|
|
4739
|
+
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
4740
|
+
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
4741
|
+
"learn_more": "",
|
|
4742
|
+
"category": "Performance",
|
|
4743
|
+
"type": "3rd-party",
|
|
4744
|
+
"maintainers": [
|
|
4745
|
+
{
|
|
4746
|
+
"name": "frenchrabbit",
|
|
4747
|
+
"github": "frenchrabbit"
|
|
4748
|
+
}
|
|
4749
|
+
],
|
|
4750
|
+
"compatibility": {
|
|
4751
|
+
"nuxt": "^2.0.0",
|
|
4752
|
+
"requires": {}
|
|
4753
|
+
}
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"name": "prepare",
|
|
4757
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4758
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4759
|
+
"npm": "nuxt-prepare",
|
|
4760
|
+
"icon": "prepare.svg",
|
|
4761
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4762
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4763
|
+
"learn_more": "",
|
|
4764
|
+
"category": "Devtools",
|
|
4765
|
+
"type": "3rd-party",
|
|
4766
|
+
"maintainers": [
|
|
4767
|
+
{
|
|
4768
|
+
"name": "Johann Schopplich",
|
|
4769
|
+
"github": "johannschopplich",
|
|
4770
|
+
"twitter": "jschopplich",
|
|
4771
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4772
|
+
}
|
|
4773
|
+
],
|
|
4774
|
+
"compatibility": {
|
|
4775
|
+
"nuxt": "^3.0.0",
|
|
4776
|
+
"requires": {}
|
|
4777
|
+
}
|
|
4778
|
+
},
|
|
4779
|
+
{
|
|
4780
|
+
"name": "primevue",
|
|
4781
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4782
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4783
|
+
"npm": "nuxt-primevue",
|
|
4784
|
+
"icon": "primevue.svg",
|
|
4785
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4786
|
+
"website": "https://primevue.org/",
|
|
4787
|
+
"learn_more": "https://primevue.org/",
|
|
4788
|
+
"category": "UI",
|
|
4115
4789
|
"type": "3rd-party",
|
|
4116
4790
|
"maintainers": [
|
|
4117
4791
|
{
|
|
4118
|
-
"name": "
|
|
4119
|
-
"github": "
|
|
4792
|
+
"name": "primefaces",
|
|
4793
|
+
"github": "primefaces",
|
|
4794
|
+
"twitter": "primevue"
|
|
4120
4795
|
}
|
|
4121
4796
|
],
|
|
4122
4797
|
"compatibility": {
|
|
4123
|
-
"nuxt": "^
|
|
4798
|
+
"nuxt": "^3.0.0",
|
|
4124
4799
|
"requires": {}
|
|
4125
4800
|
}
|
|
4126
4801
|
},
|
|
4127
4802
|
{
|
|
4128
4803
|
"name": "prismic",
|
|
4129
|
-
"description": "Easily connect your Nuxt
|
|
4804
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4130
4805
|
"repo": "nuxt-modules/prismic",
|
|
4131
4806
|
"npm": "@nuxtjs/prismic",
|
|
4132
4807
|
"icon": "prismic.png",
|
|
@@ -4193,7 +4868,7 @@
|
|
|
4193
4868
|
},
|
|
4194
4869
|
{
|
|
4195
4870
|
"name": "proxy",
|
|
4196
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4871
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4197
4872
|
"repo": "nuxt-community/proxy-module",
|
|
4198
4873
|
"npm": "@nuxtjs/proxy",
|
|
4199
4874
|
"icon": "",
|
|
@@ -4239,7 +4914,7 @@
|
|
|
4239
4914
|
},
|
|
4240
4915
|
{
|
|
4241
4916
|
"name": "purgecss",
|
|
4242
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4917
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4243
4918
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4244
4919
|
"npm": "nuxt-purgecss",
|
|
4245
4920
|
"icon": "purgecss.png",
|
|
@@ -4261,7 +4936,7 @@
|
|
|
4261
4936
|
},
|
|
4262
4937
|
{
|
|
4263
4938
|
"name": "pwa",
|
|
4264
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4939
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4265
4940
|
"repo": "nuxt-community/pwa-module",
|
|
4266
4941
|
"npm": "@nuxtjs/pwa",
|
|
4267
4942
|
"icon": "pwa.png",
|
|
@@ -4286,7 +4961,7 @@
|
|
|
4286
4961
|
},
|
|
4287
4962
|
{
|
|
4288
4963
|
"name": "python",
|
|
4289
|
-
"description": "Write Nuxt
|
|
4964
|
+
"description": "Write Nuxt applications using Python",
|
|
4290
4965
|
"repo": "nuxt-community/python-module",
|
|
4291
4966
|
"npm": "@nuxtjs/python",
|
|
4292
4967
|
"icon": "python.png",
|
|
@@ -4323,6 +4998,64 @@
|
|
|
4323
4998
|
"github": "Maiquu"
|
|
4324
4999
|
}
|
|
4325
5000
|
],
|
|
5001
|
+
"compatibility": {
|
|
5002
|
+
"nuxt": "^3.0.0",
|
|
5003
|
+
"requires": {},
|
|
5004
|
+
"devtools": "^0.0.0"
|
|
5005
|
+
}
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"name": "radash",
|
|
5009
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5010
|
+
"repo": "bbg/nuxt-radash",
|
|
5011
|
+
"npm": "nuxt-radash",
|
|
5012
|
+
"icon": "radash.png",
|
|
5013
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5014
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5015
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5016
|
+
"category": "Libraries",
|
|
5017
|
+
"type": "3rd-party",
|
|
5018
|
+
"maintainers": [
|
|
5019
|
+
{
|
|
5020
|
+
"name": "Batuhan Göksu",
|
|
5021
|
+
"github": "bbg"
|
|
5022
|
+
}
|
|
5023
|
+
],
|
|
5024
|
+
"compatibility": {
|
|
5025
|
+
"nuxt": "^3.0.0",
|
|
5026
|
+
"requires": {}
|
|
5027
|
+
}
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"name": "radix-vue",
|
|
5031
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5032
|
+
"repo": "radix-vue/radix-vue",
|
|
5033
|
+
"npm": "radix-vue",
|
|
5034
|
+
"icon": "radix-vue.svg",
|
|
5035
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5036
|
+
"website": "https://www.radix-vue.com/",
|
|
5037
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5038
|
+
"category": "UI",
|
|
5039
|
+
"type": "3rd-party",
|
|
5040
|
+
"maintainers": [
|
|
5041
|
+
{
|
|
5042
|
+
"name": "Zernonia",
|
|
5043
|
+
"github": "zernonia",
|
|
5044
|
+
"twitter": "zernonia"
|
|
5045
|
+
},
|
|
5046
|
+
{
|
|
5047
|
+
"name": "Khairul Haaziq",
|
|
5048
|
+
"github": "khairulhaaziq"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "Mujahid Anuar",
|
|
5052
|
+
"github": "mujahidfa"
|
|
5053
|
+
},
|
|
5054
|
+
{
|
|
5055
|
+
"name": "Max",
|
|
5056
|
+
"github": "onmax"
|
|
5057
|
+
}
|
|
5058
|
+
],
|
|
4326
5059
|
"compatibility": {
|
|
4327
5060
|
"nuxt": "^3.0.0",
|
|
4328
5061
|
"requires": {}
|
|
@@ -4330,7 +5063,7 @@
|
|
|
4330
5063
|
},
|
|
4331
5064
|
{
|
|
4332
5065
|
"name": "recaptcha",
|
|
4333
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5066
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4334
5067
|
"repo": "nuxt-community/recaptcha-module",
|
|
4335
5068
|
"npm": "@nuxtjs/recaptcha",
|
|
4336
5069
|
"icon": "recaptcha.png",
|
|
@@ -4373,9 +5106,32 @@
|
|
|
4373
5106
|
"requires": {}
|
|
4374
5107
|
}
|
|
4375
5108
|
},
|
|
5109
|
+
{
|
|
5110
|
+
"name": "resend",
|
|
5111
|
+
"description": "Resend integration for Nuxt",
|
|
5112
|
+
"repo": "nhedger/nuxt-resend",
|
|
5113
|
+
"npm": "nuxt-resend",
|
|
5114
|
+
"icon": "resend.svg",
|
|
5115
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5116
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5117
|
+
"learn_more": "https://resend.com",
|
|
5118
|
+
"category": "Extensions",
|
|
5119
|
+
"type": "3rd-party",
|
|
5120
|
+
"maintainers": [
|
|
5121
|
+
{
|
|
5122
|
+
"name": "Nicolas Hedger",
|
|
5123
|
+
"github": "nhedger",
|
|
5124
|
+
"twitter": "nicolashedger"
|
|
5125
|
+
}
|
|
5126
|
+
],
|
|
5127
|
+
"compatibility": {
|
|
5128
|
+
"nuxt": "^3.0.0",
|
|
5129
|
+
"requires": {}
|
|
5130
|
+
}
|
|
5131
|
+
},
|
|
4376
5132
|
{
|
|
4377
5133
|
"name": "rfg-icon",
|
|
4378
|
-
"description": "Nuxt
|
|
5134
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4379
5135
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4380
5136
|
"npm": "nuxt-rfg-icon",
|
|
4381
5137
|
"icon": "real-favicon-generator.png",
|
|
@@ -4397,12 +5153,12 @@
|
|
|
4397
5153
|
},
|
|
4398
5154
|
{
|
|
4399
5155
|
"name": "robots",
|
|
4400
|
-
"description": "A Nuxt
|
|
4401
|
-
"repo": "nuxt-
|
|
5156
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5157
|
+
"repo": "nuxt-modules/robots",
|
|
4402
5158
|
"npm": "@nuxtjs/robots",
|
|
4403
5159
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
5160
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5161
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4406
5162
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4407
5163
|
"category": "SEO",
|
|
4408
5164
|
"type": "community",
|
|
@@ -4421,23 +5177,23 @@
|
|
|
4421
5177
|
},
|
|
4422
5178
|
{
|
|
4423
5179
|
"name": "rollbar",
|
|
4424
|
-
"description": "
|
|
4425
|
-
"repo": "
|
|
4426
|
-
"npm": "nuxt-rollbar
|
|
5180
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5181
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5182
|
+
"npm": "nuxt-rollbar",
|
|
4427
5183
|
"icon": "rollbar.png",
|
|
4428
|
-
"github": "https://github.com/
|
|
4429
|
-
"website": "https://github.com/
|
|
5184
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5185
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4430
5186
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4431
5187
|
"category": "Monitoring",
|
|
4432
5188
|
"type": "3rd-party",
|
|
4433
5189
|
"maintainers": [
|
|
4434
5190
|
{
|
|
4435
|
-
"name": "
|
|
4436
|
-
"github": "
|
|
5191
|
+
"name": "Jairo Blatt",
|
|
5192
|
+
"github": "jairoblatt"
|
|
4437
5193
|
}
|
|
4438
5194
|
],
|
|
4439
5195
|
"compatibility": {
|
|
4440
|
-
"nuxt": "^
|
|
5196
|
+
"nuxt": "^3.0.0",
|
|
4441
5197
|
"requires": {}
|
|
4442
5198
|
}
|
|
4443
5199
|
},
|
|
@@ -4466,7 +5222,7 @@
|
|
|
4466
5222
|
},
|
|
4467
5223
|
{
|
|
4468
5224
|
"name": "router",
|
|
4469
|
-
"description": "Nuxt
|
|
5225
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4470
5226
|
"repo": "nuxt-community/router-module",
|
|
4471
5227
|
"npm": "@nuxtjs/router",
|
|
4472
5228
|
"icon": "vue.png",
|
|
@@ -4514,13 +5270,13 @@
|
|
|
4514
5270
|
},
|
|
4515
5271
|
{
|
|
4516
5272
|
"name": "schema-org",
|
|
4517
|
-
"description": "Schema.org for Nuxt
|
|
4518
|
-
"repo": "
|
|
5273
|
+
"description": "Schema.org for Nuxt.",
|
|
5274
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4519
5275
|
"npm": "nuxt-schema-org",
|
|
4520
5276
|
"icon": "schema-org.svg",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "https://
|
|
5277
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5278
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5279
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4524
5280
|
"category": "SEO",
|
|
4525
5281
|
"type": "3rd-party",
|
|
4526
5282
|
"maintainers": [
|
|
@@ -4583,7 +5339,7 @@
|
|
|
4583
5339
|
},
|
|
4584
5340
|
{
|
|
4585
5341
|
"name": "segment",
|
|
4586
|
-
"description": "Nuxt
|
|
5342
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4587
5343
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4588
5344
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4589
5345
|
"icon": "segment.png",
|
|
@@ -4605,10 +5361,10 @@
|
|
|
4605
5361
|
},
|
|
4606
5362
|
{
|
|
4607
5363
|
"name": "sentry",
|
|
4608
|
-
"description": "Sentry module for Nuxt
|
|
5364
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
5365
|
"repo": "nuxt-community/sentry-module",
|
|
4610
5366
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
5367
|
+
"icon": "sentry.svg",
|
|
4612
5368
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
5369
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
5370
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4625,14 +5381,38 @@
|
|
|
4625
5381
|
"requires": {}
|
|
4626
5382
|
}
|
|
4627
5383
|
},
|
|
5384
|
+
{
|
|
5385
|
+
"name": "seo-experiments",
|
|
5386
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5387
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5388
|
+
"npm": "nuxt-seo-experiments",
|
|
5389
|
+
"icon": "seo-experiments.svg",
|
|
5390
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5391
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5392
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5393
|
+
"category": "SEO",
|
|
5394
|
+
"type": "3rd-party",
|
|
5395
|
+
"maintainers": [
|
|
5396
|
+
{
|
|
5397
|
+
"name": "Harlan Wilton",
|
|
5398
|
+
"github": "harlan-zw",
|
|
5399
|
+
"twitter": "harlan_zw",
|
|
5400
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5401
|
+
}
|
|
5402
|
+
],
|
|
5403
|
+
"compatibility": {
|
|
5404
|
+
"nuxt": "^3.0.0",
|
|
5405
|
+
"requires": {}
|
|
5406
|
+
}
|
|
5407
|
+
},
|
|
4628
5408
|
{
|
|
4629
5409
|
"name": "seo-kit",
|
|
4630
|
-
"description": "
|
|
5410
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4631
5411
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4632
5412
|
"npm": "nuxt-seo-kit",
|
|
4633
5413
|
"icon": "seo-kit.svg",
|
|
4634
5414
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4635
|
-
"website": "https://
|
|
5415
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4636
5416
|
"learn_more": "",
|
|
4637
5417
|
"category": "SEO",
|
|
4638
5418
|
"type": "3rd-party",
|
|
@@ -4672,7 +5452,7 @@
|
|
|
4672
5452
|
},
|
|
4673
5453
|
{
|
|
4674
5454
|
"name": "seomatic-meta",
|
|
4675
|
-
"description": "A Nuxt
|
|
5455
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4676
5456
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4677
5457
|
"npm": "nuxt-seomatic-meta",
|
|
4678
5458
|
"icon": "seomatic.png",
|
|
@@ -4763,7 +5543,7 @@
|
|
|
4763
5543
|
},
|
|
4764
5544
|
{
|
|
4765
5545
|
"name": "shopify",
|
|
4766
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5546
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4767
5547
|
"repo": "Gomah/nuxt-shopify",
|
|
4768
5548
|
"npm": "nuxt-shopify",
|
|
4769
5549
|
"icon": "shopify.png",
|
|
@@ -4784,7 +5564,7 @@
|
|
|
4784
5564
|
}
|
|
4785
5565
|
},
|
|
4786
5566
|
{
|
|
4787
|
-
"name": "
|
|
5567
|
+
"name": "sidebase-auth",
|
|
4788
5568
|
"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.",
|
|
4789
5569
|
"repo": "sidebase/nuxt-auth",
|
|
4790
5570
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4830,13 +5610,13 @@
|
|
|
4830
5610
|
},
|
|
4831
5611
|
{
|
|
4832
5612
|
"name": "simple-robots",
|
|
4833
|
-
"description": "
|
|
5613
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4834
5614
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4835
5615
|
"npm": "nuxt-simple-robots",
|
|
4836
|
-
"icon": "",
|
|
5616
|
+
"icon": "simple-robots.svg",
|
|
4837
5617
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4838
|
-
"website": "https://
|
|
4839
|
-
"learn_more": "",
|
|
5618
|
+
"website": "https://nuxtseo.com/robots",
|
|
5619
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4840
5620
|
"category": "SEO",
|
|
4841
5621
|
"type": "3rd-party",
|
|
4842
5622
|
"maintainers": [
|
|
@@ -4854,13 +5634,13 @@
|
|
|
4854
5634
|
},
|
|
4855
5635
|
{
|
|
4856
5636
|
"name": "simple-sitemap",
|
|
4857
|
-
"description": "
|
|
5637
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4858
5638
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4859
5639
|
"npm": "nuxt-simple-sitemap",
|
|
4860
|
-
"icon": "",
|
|
5640
|
+
"icon": "simple-sitemap.svg",
|
|
4861
5641
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4862
|
-
"website": "https://
|
|
4863
|
-
"learn_more": "",
|
|
5642
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5643
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4864
5644
|
"category": "SEO",
|
|
4865
5645
|
"type": "3rd-party",
|
|
4866
5646
|
"maintainers": [
|
|
@@ -4878,7 +5658,7 @@
|
|
|
4878
5658
|
},
|
|
4879
5659
|
{
|
|
4880
5660
|
"name": "sitemap",
|
|
4881
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5661
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4882
5662
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4883
5663
|
"npm": "@nuxtjs/sitemap",
|
|
4884
5664
|
"icon": "",
|
|
@@ -4923,7 +5703,7 @@
|
|
|
4923
5703
|
},
|
|
4924
5704
|
{
|
|
4925
5705
|
"name": "snipcart",
|
|
4926
|
-
"description": "Snipcart integration module for Nuxt
|
|
5706
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4927
5707
|
"repo": "nuxt-modules/snipcart",
|
|
4928
5708
|
"npm": "@nuxtjs/snipcart",
|
|
4929
5709
|
"icon": "snipcart.png",
|
|
@@ -4946,7 +5726,7 @@
|
|
|
4946
5726
|
},
|
|
4947
5727
|
{
|
|
4948
5728
|
"name": "social-meta",
|
|
4949
|
-
"description": "Nuxt
|
|
5729
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4950
5730
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4951
5731
|
"npm": "nuxt-social-meta",
|
|
4952
5732
|
"icon": "",
|
|
@@ -5068,7 +5848,7 @@
|
|
|
5068
5848
|
},
|
|
5069
5849
|
{
|
|
5070
5850
|
"name": "storage",
|
|
5071
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5851
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5072
5852
|
"repo": "mazipan/nuxt-storage",
|
|
5073
5853
|
"npm": "nuxt-storage",
|
|
5074
5854
|
"icon": "",
|
|
@@ -5090,7 +5870,7 @@
|
|
|
5090
5870
|
},
|
|
5091
5871
|
{
|
|
5092
5872
|
"name": "storefront-ui",
|
|
5093
|
-
"description": "Storefront UI Module for Nuxt
|
|
5873
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5094
5874
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5095
5875
|
"npm": "@storefront-ui/nuxt",
|
|
5096
5876
|
"icon": "storefront-ui.svg",
|
|
@@ -5134,7 +5914,7 @@
|
|
|
5134
5914
|
},
|
|
5135
5915
|
{
|
|
5136
5916
|
"name": "storyblok",
|
|
5137
|
-
"description": "Storyblok Nuxt
|
|
5917
|
+
"description": "Storyblok Nuxt module",
|
|
5138
5918
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5139
5919
|
"npm": "@storyblok/nuxt",
|
|
5140
5920
|
"icon": "storyblok.png",
|
|
@@ -5151,46 +5931,43 @@
|
|
|
5151
5931
|
],
|
|
5152
5932
|
"compatibility": {
|
|
5153
5933
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5154
|
-
"requires": {}
|
|
5934
|
+
"requires": {},
|
|
5935
|
+
"devtools": "^0.0.0"
|
|
5155
5936
|
}
|
|
5156
5937
|
},
|
|
5157
5938
|
{
|
|
5158
5939
|
"name": "storybook",
|
|
5159
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5160
|
-
"repo": "nuxt-
|
|
5940
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5941
|
+
"repo": "nuxt-modules/storybook",
|
|
5161
5942
|
"npm": "@nuxtjs/storybook",
|
|
5162
5943
|
"icon": "storybook.png",
|
|
5163
|
-
"github": "https://github.com/nuxt-
|
|
5944
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5164
5945
|
"website": "https://storybook.nuxtjs.org",
|
|
5165
|
-
"learn_more": "https://
|
|
5946
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5166
5947
|
"category": "Devtools",
|
|
5167
5948
|
"type": "community",
|
|
5168
5949
|
"maintainers": [
|
|
5169
5950
|
{
|
|
5170
|
-
"name": "
|
|
5171
|
-
"github": "
|
|
5172
|
-
"twitter": "
|
|
5173
|
-
},
|
|
5174
|
-
{
|
|
5175
|
-
"name": "Pooya Parsa",
|
|
5176
|
-
"github": "pi0",
|
|
5177
|
-
"twitter": "_pi0_"
|
|
5951
|
+
"name": "Chakir QATAB",
|
|
5952
|
+
"github": "chakAs3",
|
|
5953
|
+
"twitter": "ChakirQatab"
|
|
5178
5954
|
}
|
|
5179
5955
|
],
|
|
5180
5956
|
"compatibility": {
|
|
5181
|
-
"nuxt": "^2.0.0",
|
|
5957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5182
5958
|
"requires": {
|
|
5183
5959
|
"bridge": "optional"
|
|
5184
|
-
}
|
|
5960
|
+
},
|
|
5961
|
+
"devtools": "^0.7.2"
|
|
5185
5962
|
}
|
|
5186
5963
|
},
|
|
5187
5964
|
{
|
|
5188
5965
|
"name": "strapi",
|
|
5189
5966
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5190
|
-
"repo": "nuxt-
|
|
5967
|
+
"repo": "nuxt-modules/strapi",
|
|
5191
5968
|
"npm": "@nuxtjs/strapi",
|
|
5192
5969
|
"icon": "strapi.png",
|
|
5193
|
-
"github": "https://github.com/nuxt-
|
|
5970
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5194
5971
|
"website": "https://strapi.nuxtjs.org",
|
|
5195
5972
|
"learn_more": "https://strapi.io/",
|
|
5196
5973
|
"category": "CMS",
|
|
@@ -5211,7 +5988,8 @@
|
|
|
5211
5988
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5212
5989
|
"requires": {
|
|
5213
5990
|
"bridge": true
|
|
5214
|
-
}
|
|
5991
|
+
},
|
|
5992
|
+
"devtools": "^0.0.0"
|
|
5215
5993
|
}
|
|
5216
5994
|
},
|
|
5217
5995
|
{
|
|
@@ -5262,6 +6040,36 @@
|
|
|
5262
6040
|
"requires": {}
|
|
5263
6041
|
}
|
|
5264
6042
|
},
|
|
6043
|
+
{
|
|
6044
|
+
"name": "studio",
|
|
6045
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6046
|
+
"repo": "nuxtlabs/studio-module",
|
|
6047
|
+
"npm": "@nuxthq/studio",
|
|
6048
|
+
"icon": "studio.svg",
|
|
6049
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6050
|
+
"website": "https://nuxt.studio",
|
|
6051
|
+
"learn_more": "https://nuxt.studio",
|
|
6052
|
+
"category": "CMS",
|
|
6053
|
+
"type": "3rd-party",
|
|
6054
|
+
"maintainers": [
|
|
6055
|
+
{
|
|
6056
|
+
"name": "Ahad Birang",
|
|
6057
|
+
"github": "farnabaz",
|
|
6058
|
+
"twitter": "a_birang"
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
"name": "Sébastien Chopin",
|
|
6062
|
+
"github": "Atinux",
|
|
6063
|
+
"twitter": "Atinux"
|
|
6064
|
+
}
|
|
6065
|
+
],
|
|
6066
|
+
"compatibility": {
|
|
6067
|
+
"nuxt": "^3.0.0",
|
|
6068
|
+
"requires": {
|
|
6069
|
+
"content": true
|
|
6070
|
+
}
|
|
6071
|
+
}
|
|
6072
|
+
},
|
|
5265
6073
|
{
|
|
5266
6074
|
"name": "style-resources",
|
|
5267
6075
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5287,7 +6095,7 @@
|
|
|
5287
6095
|
},
|
|
5288
6096
|
{
|
|
5289
6097
|
"name": "stylelint",
|
|
5290
|
-
"description": "Stylelint module for Nuxt.
|
|
6098
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5291
6099
|
"repo": "nuxt-community/stylelint-module",
|
|
5292
6100
|
"npm": "@nuxtjs/stylelint-module",
|
|
5293
6101
|
"icon": "stylelint.png",
|
|
@@ -5333,10 +6141,10 @@
|
|
|
5333
6141
|
{
|
|
5334
6142
|
"name": "supabase",
|
|
5335
6143
|
"description": "First class integration with Supabase",
|
|
5336
|
-
"repo": "nuxt-
|
|
6144
|
+
"repo": "nuxt-modules/supabase",
|
|
5337
6145
|
"npm": "@nuxtjs/supabase",
|
|
5338
6146
|
"icon": "supabase.png",
|
|
5339
|
-
"github": "https://github.com/nuxt-
|
|
6147
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5340
6148
|
"website": "https://supabase.nuxtjs.org",
|
|
5341
6149
|
"learn_more": "https://supabase.com",
|
|
5342
6150
|
"category": "Database",
|
|
@@ -5387,12 +6195,12 @@
|
|
|
5387
6195
|
},
|
|
5388
6196
|
{
|
|
5389
6197
|
"name": "svg-sprite",
|
|
5390
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5391
|
-
"repo": "nuxt-
|
|
6198
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6199
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5392
6200
|
"npm": "@nuxtjs/svg-sprite",
|
|
5393
6201
|
"icon": "",
|
|
5394
|
-
"github": "https://github.com/nuxt-
|
|
5395
|
-
"website": "https://github.com/nuxt-
|
|
6202
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6203
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5396
6204
|
"learn_more": "",
|
|
5397
6205
|
"category": "UI",
|
|
5398
6206
|
"type": "community",
|
|
@@ -5404,13 +6212,13 @@
|
|
|
5404
6212
|
}
|
|
5405
6213
|
],
|
|
5406
6214
|
"compatibility": {
|
|
5407
|
-
"nuxt": "^2.0.0",
|
|
6215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5408
6216
|
"requires": {}
|
|
5409
6217
|
}
|
|
5410
6218
|
},
|
|
5411
6219
|
{
|
|
5412
6220
|
"name": "svg",
|
|
5413
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6221
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5414
6222
|
"repo": "nuxt-community/svg-module",
|
|
5415
6223
|
"npm": "@nuxtjs/svg",
|
|
5416
6224
|
"icon": "",
|
|
@@ -5454,7 +6262,7 @@
|
|
|
5454
6262
|
},
|
|
5455
6263
|
{
|
|
5456
6264
|
"name": "swiper",
|
|
5457
|
-
"description": "Nuxt
|
|
6265
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5458
6266
|
"repo": "cpreston321/nuxt-swiper",
|
|
5459
6267
|
"npm": "nuxt-swiper",
|
|
5460
6268
|
"icon": "swiper.svg",
|
|
@@ -5500,10 +6308,10 @@
|
|
|
5500
6308
|
{
|
|
5501
6309
|
"name": "tailwindcss",
|
|
5502
6310
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5503
|
-
"repo": "nuxt-
|
|
6311
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5504
6312
|
"npm": "@nuxtjs/tailwindcss",
|
|
5505
6313
|
"icon": "tailwindcss.png",
|
|
5506
|
-
"github": "https://github.com/nuxt-
|
|
6314
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5507
6315
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5508
6316
|
"learn_more": "https://tailwindcss.com/",
|
|
5509
6317
|
"category": "UI",
|
|
@@ -5513,11 +6321,16 @@
|
|
|
5513
6321
|
"name": "Sébastien Chopin",
|
|
5514
6322
|
"github": "Atinux",
|
|
5515
6323
|
"twitter": "Atinux"
|
|
6324
|
+
},
|
|
6325
|
+
{
|
|
6326
|
+
"name": "Inesh Bose",
|
|
6327
|
+
"github": "ineshbose"
|
|
5516
6328
|
}
|
|
5517
6329
|
],
|
|
5518
6330
|
"compatibility": {
|
|
5519
6331
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5520
|
-
"requires": {}
|
|
6332
|
+
"requires": {},
|
|
6333
|
+
"devtools": "^0.0.0"
|
|
5521
6334
|
}
|
|
5522
6335
|
},
|
|
5523
6336
|
{
|
|
@@ -5567,7 +6380,7 @@
|
|
|
5567
6380
|
},
|
|
5568
6381
|
{
|
|
5569
6382
|
"name": "toast",
|
|
5570
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6383
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5571
6384
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5572
6385
|
"npm": "@nuxtjs/toast",
|
|
5573
6386
|
"icon": "",
|
|
@@ -5648,7 +6461,7 @@
|
|
|
5648
6461
|
},
|
|
5649
6462
|
{
|
|
5650
6463
|
"name": "twa",
|
|
5651
|
-
"description": "Nuxt
|
|
6464
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5652
6465
|
"repo": "tuarrep/nuxt-twa",
|
|
5653
6466
|
"npm": "nuxt-twa",
|
|
5654
6467
|
"icon": "",
|
|
@@ -5836,6 +6649,63 @@
|
|
|
5836
6649
|
"requires": {}
|
|
5837
6650
|
}
|
|
5838
6651
|
},
|
|
6652
|
+
{
|
|
6653
|
+
"name": "typo3",
|
|
6654
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6655
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6656
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6657
|
+
"icon": "typo3.svg",
|
|
6658
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6659
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6660
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6661
|
+
"category": "CMS",
|
|
6662
|
+
"type": "3rd-party",
|
|
6663
|
+
"maintainers": [
|
|
6664
|
+
{
|
|
6665
|
+
"name": "Macopedia",
|
|
6666
|
+
"github": "macopedia",
|
|
6667
|
+
"twitter": "macopediapl"
|
|
6668
|
+
}
|
|
6669
|
+
],
|
|
6670
|
+
"compatibility": {
|
|
6671
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6672
|
+
"requires": {},
|
|
6673
|
+
"devtools": "^0.0.0"
|
|
6674
|
+
}
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
"name": "ui",
|
|
6678
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6679
|
+
"repo": "nuxt/ui#dev",
|
|
6680
|
+
"npm": "@nuxt/ui",
|
|
6681
|
+
"icon": "nuxt.svg",
|
|
6682
|
+
"github": "https://github.com/nuxt/ui",
|
|
6683
|
+
"website": "https://ui.nuxt.com",
|
|
6684
|
+
"learn_more": "",
|
|
6685
|
+
"category": "UI",
|
|
6686
|
+
"type": "official",
|
|
6687
|
+
"maintainers": [
|
|
6688
|
+
{
|
|
6689
|
+
"name": "Benjamin Canac",
|
|
6690
|
+
"github": "benjamincanac",
|
|
6691
|
+
"twitter": "benjamincanac"
|
|
6692
|
+
},
|
|
6693
|
+
{
|
|
6694
|
+
"name": "Sebastien Chopin",
|
|
6695
|
+
"github": "Atinux",
|
|
6696
|
+
"twitter": "Atinux"
|
|
6697
|
+
},
|
|
6698
|
+
{
|
|
6699
|
+
"name": "Sylvain Marroufin",
|
|
6700
|
+
"github": "smarroufin",
|
|
6701
|
+
"twitter": "smarroufin"
|
|
6702
|
+
}
|
|
6703
|
+
],
|
|
6704
|
+
"compatibility": {
|
|
6705
|
+
"nuxt": "^3.0.0",
|
|
6706
|
+
"requires": {}
|
|
6707
|
+
}
|
|
6708
|
+
},
|
|
5839
6709
|
{
|
|
5840
6710
|
"name": "umami",
|
|
5841
6711
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5884,7 +6754,7 @@
|
|
|
5884
6754
|
},
|
|
5885
6755
|
{
|
|
5886
6756
|
"name": "universal-storage",
|
|
5887
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6757
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5888
6758
|
"repo": "nuxt-community/universal-storage-module",
|
|
5889
6759
|
"npm": "@nuxtjs/universal-storage",
|
|
5890
6760
|
"icon": "",
|
|
@@ -5961,12 +6831,12 @@
|
|
|
5961
6831
|
{
|
|
5962
6832
|
"name": "unocss",
|
|
5963
6833
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5964
|
-
"repo": "
|
|
6834
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5965
6835
|
"npm": "@unocss/nuxt",
|
|
5966
6836
|
"icon": "unocss.svg",
|
|
5967
|
-
"github": "https://github.com/
|
|
5968
|
-
"website": "https://github.com/
|
|
5969
|
-
"learn_more": "https://github.com/
|
|
6837
|
+
"github": "https://github.com/unocss/unocss",
|
|
6838
|
+
"website": "https://github.com/unocss/unocss",
|
|
6839
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5970
6840
|
"category": "UI",
|
|
5971
6841
|
"type": "3rd-party",
|
|
5972
6842
|
"maintainers": [
|
|
@@ -5981,7 +6851,8 @@
|
|
|
5981
6851
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5982
6852
|
"requires": {
|
|
5983
6853
|
"bridge": "optional"
|
|
5984
|
-
}
|
|
6854
|
+
},
|
|
6855
|
+
"devtools": "^0.0.0"
|
|
5985
6856
|
}
|
|
5986
6857
|
},
|
|
5987
6858
|
{
|
|
@@ -6007,9 +6878,33 @@
|
|
|
6007
6878
|
"requires": {}
|
|
6008
6879
|
}
|
|
6009
6880
|
},
|
|
6881
|
+
{
|
|
6882
|
+
"name": "use-wagmi",
|
|
6883
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6884
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6885
|
+
"npm": "@use-wagmi/nuxt",
|
|
6886
|
+
"icon": "use-wagmi.png",
|
|
6887
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6888
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6889
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6890
|
+
"category": "Extensions",
|
|
6891
|
+
"type": "3rd-party",
|
|
6892
|
+
"maintainers": [
|
|
6893
|
+
{
|
|
6894
|
+
"name": "Unic Ape",
|
|
6895
|
+
"github": "unicape"
|
|
6896
|
+
}
|
|
6897
|
+
],
|
|
6898
|
+
"compatibility": {
|
|
6899
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6900
|
+
"requires": {
|
|
6901
|
+
"bridge": true
|
|
6902
|
+
}
|
|
6903
|
+
}
|
|
6904
|
+
},
|
|
6010
6905
|
{
|
|
6011
6906
|
"name": "user-agent",
|
|
6012
|
-
"description": "Nuxt
|
|
6907
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6013
6908
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6014
6909
|
"npm": "nuxt-user-agent",
|
|
6015
6910
|
"icon": "",
|
|
@@ -6099,9 +6994,31 @@
|
|
|
6099
6994
|
}
|
|
6100
6995
|
}
|
|
6101
6996
|
},
|
|
6997
|
+
{
|
|
6998
|
+
"name": "vcalendar",
|
|
6999
|
+
"description": "VCalendar module for Nuxt",
|
|
7000
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7001
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7002
|
+
"icon": "vcalendar.png",
|
|
7003
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7004
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7005
|
+
"learn_more": "",
|
|
7006
|
+
"category": "Libraries",
|
|
7007
|
+
"type": "3rd-party",
|
|
7008
|
+
"maintainers": [
|
|
7009
|
+
{
|
|
7010
|
+
"name": "Sam K",
|
|
7011
|
+
"github": "samk-dev"
|
|
7012
|
+
}
|
|
7013
|
+
],
|
|
7014
|
+
"compatibility": {
|
|
7015
|
+
"nuxt": "^3.0.0",
|
|
7016
|
+
"requires": {}
|
|
7017
|
+
}
|
|
7018
|
+
},
|
|
6102
7019
|
{
|
|
6103
7020
|
"name": "vee-validate",
|
|
6104
|
-
"description": "Painless Vue forms for Nuxt
|
|
7021
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6105
7022
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6106
7023
|
"npm": "@vee-validate/nuxt",
|
|
6107
7024
|
"icon": "vee-validate.png",
|
|
@@ -6191,7 +7108,7 @@
|
|
|
6191
7108
|
},
|
|
6192
7109
|
{
|
|
6193
7110
|
"name": "vite-pwa-nuxt",
|
|
6194
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7111
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6195
7112
|
"repo": "vite-pwa/nuxt",
|
|
6196
7113
|
"npm": "@vite-pwa/nuxt",
|
|
6197
7114
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6240,18 +7157,19 @@
|
|
|
6240
7157
|
],
|
|
6241
7158
|
"compatibility": {
|
|
6242
7159
|
"nuxt": "^3.0.0",
|
|
6243
|
-
"requires": {}
|
|
7160
|
+
"requires": {},
|
|
7161
|
+
"devtools": "^0.0.0"
|
|
6244
7162
|
}
|
|
6245
7163
|
},
|
|
6246
7164
|
{
|
|
6247
7165
|
"name": "vue-email",
|
|
6248
|
-
"description": "Write email templates with vue",
|
|
7166
|
+
"description": "💌 Write email templates with vue",
|
|
6249
7167
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6250
7168
|
"npm": "vue-email",
|
|
6251
7169
|
"icon": "vue-email.svg",
|
|
6252
7170
|
"github": "https://github.com/Dave136/vue-email",
|
|
6253
|
-
"website": "https://
|
|
6254
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
7171
|
+
"website": "https://www.vuemail.net/",
|
|
7172
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6255
7173
|
"category": "UI",
|
|
6256
7174
|
"type": "3rd-party",
|
|
6257
7175
|
"maintainers": [
|
|
@@ -6268,6 +7186,30 @@
|
|
|
6268
7186
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6269
7187
|
}
|
|
6270
7188
|
],
|
|
7189
|
+
"compatibility": {
|
|
7190
|
+
"nuxt": "^3.0.0",
|
|
7191
|
+
"requires": {},
|
|
7192
|
+
"devtools": "^0.0.0"
|
|
7193
|
+
}
|
|
7194
|
+
},
|
|
7195
|
+
{
|
|
7196
|
+
"name": "vue-final-modal",
|
|
7197
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7198
|
+
"repo": "vue-final/vue-final-modal",
|
|
7199
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7200
|
+
"icon": "vue-final-modal.svg",
|
|
7201
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7202
|
+
"website": "https://vue-final-modal.org/",
|
|
7203
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7204
|
+
"category": "UI",
|
|
7205
|
+
"type": "3rd-party",
|
|
7206
|
+
"maintainers": [
|
|
7207
|
+
{
|
|
7208
|
+
"name": "Hunter Liu",
|
|
7209
|
+
"github": "hunterliu1003",
|
|
7210
|
+
"twitter": "hunterliu1003"
|
|
7211
|
+
}
|
|
7212
|
+
],
|
|
6271
7213
|
"compatibility": {
|
|
6272
7214
|
"nuxt": "^3.0.0",
|
|
6273
7215
|
"requires": {}
|
|
@@ -6295,7 +7237,8 @@
|
|
|
6295
7237
|
"nuxt": "^3.0.0",
|
|
6296
7238
|
"requires": {
|
|
6297
7239
|
"bridge": "optional"
|
|
6298
|
-
}
|
|
7240
|
+
},
|
|
7241
|
+
"devtools": "^0.0.0"
|
|
6299
7242
|
}
|
|
6300
7243
|
},
|
|
6301
7244
|
{
|
|
@@ -6322,7 +7265,7 @@
|
|
|
6322
7265
|
},
|
|
6323
7266
|
{
|
|
6324
7267
|
"name": "vue-multiselect",
|
|
6325
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7268
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6326
7269
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6327
7270
|
"npm": "nuxt-vue-multiselect",
|
|
6328
7271
|
"icon": "",
|
|
@@ -6436,7 +7379,7 @@
|
|
|
6436
7379
|
},
|
|
6437
7380
|
{
|
|
6438
7381
|
"name": "vue-warehouse",
|
|
6439
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7382
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6440
7383
|
"repo": "juliomrqz/vue-warehouse",
|
|
6441
7384
|
"npm": "vue-warehouse",
|
|
6442
7385
|
"icon": "",
|
|
@@ -6459,7 +7402,7 @@
|
|
|
6459
7402
|
},
|
|
6460
7403
|
{
|
|
6461
7404
|
"name": "vue3-carousel-nuxt",
|
|
6462
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7405
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6463
7406
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6464
7407
|
"npm": "vue3-carousel-nuxt",
|
|
6465
7408
|
"icon": "",
|
|
@@ -6502,9 +7445,55 @@
|
|
|
6502
7445
|
"requires": {}
|
|
6503
7446
|
}
|
|
6504
7447
|
},
|
|
7448
|
+
{
|
|
7449
|
+
"name": "vueform-builder",
|
|
7450
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7451
|
+
"repo": "vueform/builder/nuxt",
|
|
7452
|
+
"npm": "@vueform/builder-nuxt",
|
|
7453
|
+
"icon": "vueform.svg",
|
|
7454
|
+
"github": "https://github.com/vueform/builder",
|
|
7455
|
+
"website": "https://builder.vueform.com",
|
|
7456
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7457
|
+
"category": "Libraries",
|
|
7458
|
+
"type": "3rd-party",
|
|
7459
|
+
"maintainers": [
|
|
7460
|
+
{
|
|
7461
|
+
"name": "Adam Berecz",
|
|
7462
|
+
"github": "adamberecz",
|
|
7463
|
+
"twitter": "bereczadam"
|
|
7464
|
+
}
|
|
7465
|
+
],
|
|
7466
|
+
"compatibility": {
|
|
7467
|
+
"nuxt": "^3.0.0",
|
|
7468
|
+
"requires": {}
|
|
7469
|
+
}
|
|
7470
|
+
},
|
|
7471
|
+
{
|
|
7472
|
+
"name": "vueform",
|
|
7473
|
+
"description": "Official Vueform module for Nuxt",
|
|
7474
|
+
"repo": "vueform/vueform/nuxt",
|
|
7475
|
+
"npm": "@vueform/nuxt",
|
|
7476
|
+
"icon": "vueform.svg",
|
|
7477
|
+
"github": "https://github.com/vueform/vueform",
|
|
7478
|
+
"website": "https://vueform.com",
|
|
7479
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7480
|
+
"category": "Libraries",
|
|
7481
|
+
"type": "3rd-party",
|
|
7482
|
+
"maintainers": [
|
|
7483
|
+
{
|
|
7484
|
+
"name": "Adam Berecz",
|
|
7485
|
+
"github": "adamberecz",
|
|
7486
|
+
"twitter": "bereczadam"
|
|
7487
|
+
}
|
|
7488
|
+
],
|
|
7489
|
+
"compatibility": {
|
|
7490
|
+
"nuxt": "^3.0.0",
|
|
7491
|
+
"requires": {}
|
|
7492
|
+
}
|
|
7493
|
+
},
|
|
6505
7494
|
{
|
|
6506
7495
|
"name": "vuestic",
|
|
6507
|
-
"description": "Vuestic UI module for Nuxt
|
|
7496
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6508
7497
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6509
7498
|
"npm": "@vuestic/nuxt",
|
|
6510
7499
|
"icon": "vuestic.png",
|
|
@@ -6531,8 +7520,8 @@
|
|
|
6531
7520
|
"npm": "vuetify-nuxt-module",
|
|
6532
7521
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6533
7522
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6534
|
-
"website": "https://
|
|
6535
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7523
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7524
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6536
7525
|
"category": "UI",
|
|
6537
7526
|
"type": "3rd-party",
|
|
6538
7527
|
"maintainers": [
|
|
@@ -6548,7 +7537,7 @@
|
|
|
6548
7537
|
},
|
|
6549
7538
|
{
|
|
6550
7539
|
"name": "vuetify",
|
|
6551
|
-
"description": "Vuetify Module for Nuxt
|
|
7540
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6552
7541
|
"repo": "nuxt-community/vuetify-module",
|
|
6553
7542
|
"npm": "@nuxtjs/vuetify",
|
|
6554
7543
|
"icon": "vuetify.png",
|
|
@@ -6595,7 +7584,8 @@
|
|
|
6595
7584
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6596
7585
|
"requires": {
|
|
6597
7586
|
"bridge": "optional"
|
|
6598
|
-
}
|
|
7587
|
+
},
|
|
7588
|
+
"devtools": "^0.0.0"
|
|
6599
7589
|
}
|
|
6600
7590
|
},
|
|
6601
7591
|
{
|
|
@@ -6622,7 +7612,7 @@
|
|
|
6622
7612
|
},
|
|
6623
7613
|
{
|
|
6624
7614
|
"name": "vunix",
|
|
6625
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7615
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6626
7616
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6627
7617
|
"npm": "@vunix/nuxt",
|
|
6628
7618
|
"icon": "",
|
|
@@ -6646,11 +7636,11 @@
|
|
|
6646
7636
|
{
|
|
6647
7637
|
"name": "web-vitals",
|
|
6648
7638
|
"description": "Web Vitals for Nuxt",
|
|
6649
|
-
"repo": "nuxt-
|
|
7639
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6650
7640
|
"npm": "@nuxtjs/web-vitals",
|
|
6651
7641
|
"icon": "web-vitals.png",
|
|
6652
|
-
"github": "https://github.com/nuxt-
|
|
6653
|
-
"website": "https://github.com/nuxt-
|
|
7642
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7643
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6654
7644
|
"learn_more": "",
|
|
6655
7645
|
"category": "Performance",
|
|
6656
7646
|
"type": "community",
|
|
@@ -6701,7 +7691,7 @@
|
|
|
6701
7691
|
},
|
|
6702
7692
|
{
|
|
6703
7693
|
"name": "webpack-optimisations",
|
|
6704
|
-
"description": "Nuxt
|
|
7694
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6705
7695
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6706
7696
|
"npm": "nuxt-webpack-optimisations",
|
|
6707
7697
|
"icon": "build-optimisations.svg",
|
|
@@ -6793,7 +7783,7 @@
|
|
|
6793
7783
|
},
|
|
6794
7784
|
{
|
|
6795
7785
|
"name": "well-known",
|
|
6796
|
-
"description": "A Nuxt
|
|
7786
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6797
7787
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6798
7788
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6799
7789
|
"icon": "well-known.svg",
|
|
@@ -6815,7 +7805,7 @@
|
|
|
6815
7805
|
},
|
|
6816
7806
|
{
|
|
6817
7807
|
"name": "wideangle",
|
|
6818
|
-
"description": "Nuxt
|
|
7808
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6819
7809
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6820
7810
|
"npm": "wideangle-nuxt",
|
|
6821
7811
|
"icon": "wideangle.png",
|
|
@@ -6982,55 +7972,9 @@
|
|
|
6982
7972
|
"requires": {}
|
|
6983
7973
|
}
|
|
6984
7974
|
},
|
|
6985
|
-
{
|
|
6986
|
-
"name": "yandex-metrika-next",
|
|
6987
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6988
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6989
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6990
|
-
"icon": "yandex-metrika.svg",
|
|
6991
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6992
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6993
|
-
"learn_more": "",
|
|
6994
|
-
"category": "Analytics",
|
|
6995
|
-
"type": "3rd-party",
|
|
6996
|
-
"maintainers": [
|
|
6997
|
-
{
|
|
6998
|
-
"name": "Aleksandr Saburov",
|
|
6999
|
-
"github": "artmizu",
|
|
7000
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7001
|
-
}
|
|
7002
|
-
],
|
|
7003
|
-
"compatibility": {
|
|
7004
|
-
"nuxt": "^3.0.0",
|
|
7005
|
-
"requires": {}
|
|
7006
|
-
}
|
|
7007
|
-
},
|
|
7008
|
-
{
|
|
7009
|
-
"name": "yandex-metrika",
|
|
7010
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
7011
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
7012
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
7013
|
-
"icon": "",
|
|
7014
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7015
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7016
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
7017
|
-
"category": "Analytics",
|
|
7018
|
-
"type": "community",
|
|
7019
|
-
"maintainers": [
|
|
7020
|
-
{
|
|
7021
|
-
"name": "Pooya Parsa",
|
|
7022
|
-
"github": "pi0",
|
|
7023
|
-
"twitter": "_pi0_"
|
|
7024
|
-
}
|
|
7025
|
-
],
|
|
7026
|
-
"compatibility": {
|
|
7027
|
-
"nuxt": "^2.0.0",
|
|
7028
|
-
"requires": {}
|
|
7029
|
-
}
|
|
7030
|
-
},
|
|
7031
7975
|
{
|
|
7032
7976
|
"name": "zendesk",
|
|
7033
|
-
"description": "Nuxt
|
|
7977
|
+
"description": "Nuxt module for Zendesk",
|
|
7034
7978
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7035
7979
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7036
7980
|
"icon": "zendesk.png",
|