@nuxt/modules 0.6.0-ad2370 → 0.6.0-af82c5
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 +891 -276
- package/package.json +9 -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,54 @@
|
|
|
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
|
+
},
|
|
289
356
|
{
|
|
290
357
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
358
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
359
|
"repo": "nuxt-community/auth-module",
|
|
293
360
|
"npm": "@nuxtjs/auth",
|
|
294
361
|
"icon": "auth.png",
|
|
@@ -336,9 +403,32 @@
|
|
|
336
403
|
"requires": {}
|
|
337
404
|
}
|
|
338
405
|
},
|
|
406
|
+
{
|
|
407
|
+
"name": "auto-animate",
|
|
408
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
409
|
+
"repo": "formkit/auto-animate",
|
|
410
|
+
"npm": "@formkit/auto-animate",
|
|
411
|
+
"icon": "auto-animate.svg",
|
|
412
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
413
|
+
"website": "https://auto-animate.formkit.com",
|
|
414
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
415
|
+
"category": "Libraries",
|
|
416
|
+
"type": "3rd-party",
|
|
417
|
+
"maintainers": [
|
|
418
|
+
{
|
|
419
|
+
"name": "Justin Schroeder",
|
|
420
|
+
"github": "justin-schroeder",
|
|
421
|
+
"twitter": "jpschroeder"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"compatibility": {
|
|
425
|
+
"nuxt": "^3.0.0",
|
|
426
|
+
"requires": {}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
339
429
|
{
|
|
340
430
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
431
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
432
|
"repo": "nuxt-community/axios-module",
|
|
343
433
|
"npm": "@nuxtjs/axios",
|
|
344
434
|
"icon": "axios.svg",
|
|
@@ -361,7 +451,7 @@
|
|
|
361
451
|
},
|
|
362
452
|
{
|
|
363
453
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
454
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
455
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
456
|
"npm": "nuxt-basic-auth-module",
|
|
367
457
|
"icon": "",
|
|
@@ -485,7 +575,7 @@
|
|
|
485
575
|
},
|
|
486
576
|
{
|
|
487
577
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
578
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
579
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
580
|
"npm": "nuxt-bulma-slim",
|
|
491
581
|
"icon": "bulma.png",
|
|
@@ -552,7 +642,7 @@
|
|
|
552
642
|
},
|
|
553
643
|
{
|
|
554
644
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
645
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
646
|
"repo": "LuXDAmore/generative-art",
|
|
557
647
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
648
|
"icon": "",
|
|
@@ -575,7 +665,7 @@
|
|
|
575
665
|
},
|
|
576
666
|
{
|
|
577
667
|
"name": "capo",
|
|
578
|
-
"description": "Capo.js implementation for Nuxt
|
|
668
|
+
"description": "Capo.js implementation for Nuxt",
|
|
579
669
|
"repo": "danielroe/nuxt-capo",
|
|
580
670
|
"npm": "nuxt-capo",
|
|
581
671
|
"icon": "",
|
|
@@ -597,7 +687,7 @@
|
|
|
597
687
|
},
|
|
598
688
|
{
|
|
599
689
|
"name": "chakra-ui",
|
|
600
|
-
"description": "Chakra UI Module for Nuxt
|
|
690
|
+
"description": "Chakra UI Module for Nuxt",
|
|
601
691
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
602
692
|
"npm": "@chakra-ui/nuxt",
|
|
603
693
|
"icon": "chakra-ui.png",
|
|
@@ -708,7 +798,7 @@
|
|
|
708
798
|
},
|
|
709
799
|
{
|
|
710
800
|
"name": "cloudcms",
|
|
711
|
-
"description": "CloudCMS Nuxt
|
|
801
|
+
"description": "CloudCMS Nuxt Module",
|
|
712
802
|
"repo": "gitana/cloudcms-nuxt",
|
|
713
803
|
"npm": "cloudcms-nuxt",
|
|
714
804
|
"icon": "",
|
|
@@ -757,11 +847,11 @@
|
|
|
757
847
|
},
|
|
758
848
|
{
|
|
759
849
|
"name": "cloudinary",
|
|
760
|
-
"description": "Optimize images and videos in your Nuxt
|
|
761
|
-
"repo": "nuxt-
|
|
850
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
851
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
852
|
"npm": "@nuxtjs/cloudinary",
|
|
763
853
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
855
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
856
|
"learn_more": "https://cloudinary.com",
|
|
767
857
|
"category": "Images",
|
|
@@ -780,11 +870,11 @@
|
|
|
780
870
|
},
|
|
781
871
|
{
|
|
782
872
|
"name": "color-mode",
|
|
783
|
-
"description": "Dark and Light mode for
|
|
784
|
-
"repo": "nuxt-
|
|
873
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
874
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
875
|
"npm": "@nuxtjs/color-mode",
|
|
786
876
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
877
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
878
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
879
|
"learn_more": "",
|
|
790
880
|
"category": "UI",
|
|
@@ -1001,7 +1091,7 @@
|
|
|
1001
1091
|
},
|
|
1002
1092
|
{
|
|
1003
1093
|
"name": "darkmode.js",
|
|
1004
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1094
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1005
1095
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1006
1096
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1007
1097
|
"icon": "darkmode.png",
|
|
@@ -1023,7 +1113,7 @@
|
|
|
1023
1113
|
},
|
|
1024
1114
|
{
|
|
1025
1115
|
"name": "date-fns",
|
|
1026
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1116
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1027
1117
|
"repo": "nuxt-community/date-fns-module",
|
|
1028
1118
|
"npm": "@nuxtjs/date-fns",
|
|
1029
1119
|
"icon": "date-fns.png",
|
|
@@ -1045,7 +1135,7 @@
|
|
|
1045
1135
|
},
|
|
1046
1136
|
{
|
|
1047
1137
|
"name": "datocms-nuxt2",
|
|
1048
|
-
"description": "DatoCMS integration for Nuxt
|
|
1138
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1049
1139
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1050
1140
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1051
1141
|
"icon": "datocms.svg",
|
|
@@ -1114,8 +1204,8 @@
|
|
|
1114
1204
|
},
|
|
1115
1205
|
{
|
|
1116
1206
|
"name": "delay-hydration",
|
|
1117
|
-
"description": "Improve your Nuxt
|
|
1118
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1207
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1208
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1119
1209
|
"npm": "nuxt-delay-hydration",
|
|
1120
1210
|
"icon": "lighthouse.svg",
|
|
1121
1211
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1137,12 +1227,12 @@
|
|
|
1137
1227
|
},
|
|
1138
1228
|
{
|
|
1139
1229
|
"name": "device",
|
|
1140
|
-
"description": "Device detection module for Nuxt
|
|
1141
|
-
"repo": "nuxt-
|
|
1230
|
+
"description": "Device detection module for Nuxt",
|
|
1231
|
+
"repo": "nuxt-modules/device",
|
|
1142
1232
|
"npm": "@nuxtjs/device",
|
|
1143
1233
|
"icon": "",
|
|
1144
|
-
"github": "https://github.com/nuxt-
|
|
1145
|
-
"website": "https://github.com/nuxt-
|
|
1234
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1235
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1146
1236
|
"learn_more": "",
|
|
1147
1237
|
"category": "Extensions",
|
|
1148
1238
|
"type": "community",
|
|
@@ -1160,7 +1250,7 @@
|
|
|
1160
1250
|
{
|
|
1161
1251
|
"name": "devtools",
|
|
1162
1252
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1163
|
-
"repo": "nuxt/devtools#main",
|
|
1253
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1164
1254
|
"npm": "@nuxt/devtools",
|
|
1165
1255
|
"icon": "nuxt.svg",
|
|
1166
1256
|
"github": "https://github.com/nuxt/devtools",
|
|
@@ -1182,13 +1272,13 @@
|
|
|
1182
1272
|
},
|
|
1183
1273
|
{
|
|
1184
1274
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1275
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1276
|
"repo": "intevel/nuxt-directus",
|
|
1187
1277
|
"npm": "nuxt-directus",
|
|
1188
1278
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"learn_more": "https://nuxt-directus.
|
|
1279
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1280
|
+
"website": "https://nuxt-directus.site/",
|
|
1281
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1192
1282
|
"category": "CMS",
|
|
1193
1283
|
"type": "3rd-party",
|
|
1194
1284
|
"maintainers": [
|
|
@@ -1199,15 +1289,35 @@
|
|
|
1199
1289
|
}
|
|
1200
1290
|
],
|
|
1201
1291
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "disqus",
|
|
1298
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1299
|
+
"repo": "modbender/nuxt-disqus",
|
|
1300
|
+
"npm": "nuxt-disqus",
|
|
1301
|
+
"icon": "disqus.svg",
|
|
1302
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1303
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1304
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1305
|
+
"category": "Libraries",
|
|
1306
|
+
"type": "3rd-party",
|
|
1307
|
+
"maintainers": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "modbender",
|
|
1310
|
+
"github": "modbender"
|
|
1205
1311
|
}
|
|
1312
|
+
],
|
|
1313
|
+
"compatibility": {
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {}
|
|
1206
1316
|
}
|
|
1207
1317
|
},
|
|
1208
1318
|
{
|
|
1209
1319
|
"name": "dotenv",
|
|
1210
|
-
"description": "A Nuxt
|
|
1320
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1211
1321
|
"repo": "nuxt-community/dotenv-module",
|
|
1212
1322
|
"npm": "@nuxtjs/dotenv",
|
|
1213
1323
|
"icon": "dotenv.png",
|
|
@@ -1229,7 +1339,7 @@
|
|
|
1229
1339
|
},
|
|
1230
1340
|
{
|
|
1231
1341
|
"name": "drupal-ce",
|
|
1232
|
-
"description": "Connects Nuxt
|
|
1342
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1233
1343
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1234
1344
|
"npm": "nuxtjs-drupal-ce",
|
|
1235
1345
|
"icon": "drupal-ce.png",
|
|
@@ -1262,7 +1372,7 @@
|
|
|
1262
1372
|
},
|
|
1263
1373
|
{
|
|
1264
1374
|
"name": "druxt",
|
|
1265
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1375
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1266
1376
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1267
1377
|
"npm": "druxt",
|
|
1268
1378
|
"icon": "druxt.svg",
|
|
@@ -1330,7 +1440,7 @@
|
|
|
1330
1440
|
},
|
|
1331
1441
|
{
|
|
1332
1442
|
"name": "emotion",
|
|
1333
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1443
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1334
1444
|
"repo": "nuxt-modules/emotion",
|
|
1335
1445
|
"npm": "@nuxtjs/emotion",
|
|
1336
1446
|
"icon": "emotion.png",
|
|
@@ -1358,7 +1468,7 @@
|
|
|
1358
1468
|
},
|
|
1359
1469
|
{
|
|
1360
1470
|
"name": "eslint",
|
|
1361
|
-
"description": "ESLint module for Nuxt
|
|
1471
|
+
"description": "ESLint module for Nuxt",
|
|
1362
1472
|
"repo": "nuxt-community/eslint-module",
|
|
1363
1473
|
"npm": "@nuxtjs/eslint-module",
|
|
1364
1474
|
"icon": "eslint.png",
|
|
@@ -1380,7 +1490,7 @@
|
|
|
1380
1490
|
},
|
|
1381
1491
|
{
|
|
1382
1492
|
"name": "event-trace",
|
|
1383
|
-
"description": "Module for event trace in Nuxt
|
|
1493
|
+
"description": "Module for event trace in Nuxt",
|
|
1384
1494
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1385
1495
|
"npm": "nuxt-event-trace",
|
|
1386
1496
|
"icon": "",
|
|
@@ -1424,7 +1534,7 @@
|
|
|
1424
1534
|
},
|
|
1425
1535
|
{
|
|
1426
1536
|
"name": "feature-toggle",
|
|
1427
|
-
"description": "Feature toggle module for Nuxt
|
|
1537
|
+
"description": "Feature toggle module for Nuxt",
|
|
1428
1538
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1429
1539
|
"npm": "nuxt-feature-toggle",
|
|
1430
1540
|
"icon": "",
|
|
@@ -1491,7 +1601,7 @@
|
|
|
1491
1601
|
},
|
|
1492
1602
|
{
|
|
1493
1603
|
"name": "floating-prompt-module",
|
|
1494
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1604
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1495
1605
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1496
1606
|
"npm": "nuxt-floating-prompt-module",
|
|
1497
1607
|
"icon": "",
|
|
@@ -1603,11 +1713,11 @@
|
|
|
1603
1713
|
{
|
|
1604
1714
|
"name": "form-actions",
|
|
1605
1715
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt#main",
|
|
1607
|
-
"npm": "form-actions-nuxt",
|
|
1716
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1717
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1718
|
"icon": "form-actions.svg",
|
|
1609
1719
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
-
"website": "https://
|
|
1720
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1611
1721
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
1722
|
"category": "Request",
|
|
1613
1723
|
"type": "3rd-party",
|
|
@@ -1619,7 +1729,7 @@
|
|
|
1619
1729
|
}
|
|
1620
1730
|
],
|
|
1621
1731
|
"compatibility": {
|
|
1622
|
-
"nuxt": "^3.
|
|
1732
|
+
"nuxt": "^3.7.0",
|
|
1623
1733
|
"requires": {}
|
|
1624
1734
|
}
|
|
1625
1735
|
},
|
|
@@ -1697,7 +1807,7 @@
|
|
|
1697
1807
|
},
|
|
1698
1808
|
{
|
|
1699
1809
|
"name": "google-adsense",
|
|
1700
|
-
"description": "Google Adsense Module for Nuxt
|
|
1810
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1701
1811
|
"repo": "nuxt-community/google-adsense-module",
|
|
1702
1812
|
"npm": "@nuxtjs/google-adsense",
|
|
1703
1813
|
"icon": "google-adsense.png",
|
|
@@ -1723,7 +1833,7 @@
|
|
|
1723
1833
|
},
|
|
1724
1834
|
{
|
|
1725
1835
|
"name": "google-analytics",
|
|
1726
|
-
"description": "Google analytics Module for Nuxt
|
|
1836
|
+
"description": "Google analytics Module for Nuxt",
|
|
1727
1837
|
"repo": "nuxt-community/analytics-module",
|
|
1728
1838
|
"npm": "@nuxtjs/google-analytics",
|
|
1729
1839
|
"icon": "google-analytics.png",
|
|
@@ -1755,12 +1865,12 @@
|
|
|
1755
1865
|
},
|
|
1756
1866
|
{
|
|
1757
1867
|
"name": "google-fonts",
|
|
1758
|
-
"description": "Google Fonts module for
|
|
1759
|
-
"repo": "nuxt-
|
|
1868
|
+
"description": "Google Fonts module for Nuxt",
|
|
1869
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
1870
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
1871
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
1872
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1873
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
1874
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
1875
|
"category": "Fonts",
|
|
1766
1876
|
"type": "community",
|
|
@@ -1779,7 +1889,7 @@
|
|
|
1779
1889
|
},
|
|
1780
1890
|
{
|
|
1781
1891
|
"name": "google-gtag",
|
|
1782
|
-
"description": "Google GTag for Nuxt
|
|
1892
|
+
"description": "Google GTag for Nuxt",
|
|
1783
1893
|
"repo": "nuxt-community/google-gtag",
|
|
1784
1894
|
"npm": "@nuxtjs/google-gtag",
|
|
1785
1895
|
"icon": "gtm.png",
|
|
@@ -1805,7 +1915,7 @@
|
|
|
1805
1915
|
},
|
|
1806
1916
|
{
|
|
1807
1917
|
"name": "google-optimize",
|
|
1808
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1918
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1809
1919
|
"repo": "nuxt-community/google-optimize-module",
|
|
1810
1920
|
"npm": "nuxt-google-optimize",
|
|
1811
1921
|
"icon": "google-optimize.png",
|
|
@@ -1860,7 +1970,7 @@
|
|
|
1860
1970
|
},
|
|
1861
1971
|
{
|
|
1862
1972
|
"name": "graphql-request",
|
|
1863
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1973
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1864
1974
|
"repo": "gomah/nuxt-graphql-request",
|
|
1865
1975
|
"npm": "nuxt-graphql-request",
|
|
1866
1976
|
"icon": "graphql-request.png",
|
|
@@ -1876,7 +1986,7 @@
|
|
|
1876
1986
|
}
|
|
1877
1987
|
],
|
|
1878
1988
|
"compatibility": {
|
|
1879
|
-
"nuxt": "^2.0.0",
|
|
1989
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
1990
|
"requires": {}
|
|
1881
1991
|
}
|
|
1882
1992
|
},
|
|
@@ -1904,7 +2014,7 @@
|
|
|
1904
2014
|
},
|
|
1905
2015
|
{
|
|
1906
2016
|
"name": "gtag",
|
|
1907
|
-
"description": "Google Analytics integration for Nuxt
|
|
2017
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1908
2018
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
2019
|
"npm": "nuxt-gtag",
|
|
1910
2020
|
"icon": "gtag.svg",
|
|
@@ -1928,7 +2038,7 @@
|
|
|
1928
2038
|
},
|
|
1929
2039
|
{
|
|
1930
2040
|
"name": "gtm",
|
|
1931
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2041
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1932
2042
|
"repo": "nuxt-community/gtm-module",
|
|
1933
2043
|
"npm": "@nuxtjs/gtm",
|
|
1934
2044
|
"icon": "gtm.png",
|
|
@@ -1951,7 +2061,7 @@
|
|
|
1951
2061
|
},
|
|
1952
2062
|
{
|
|
1953
2063
|
"name": "guess",
|
|
1954
|
-
"description": "Guess.js module for Nuxt
|
|
2064
|
+
"description": "Guess.js module for Nuxt",
|
|
1955
2065
|
"repo": "nuxt-community/guess-module",
|
|
1956
2066
|
"npm": "@nuxtjs/guess-module",
|
|
1957
2067
|
"icon": "guessjs.png",
|
|
@@ -1974,14 +2084,14 @@
|
|
|
1974
2084
|
{
|
|
1975
2085
|
"name": "hanko",
|
|
1976
2086
|
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1977
|
-
"repo": "
|
|
1978
|
-
"npm": "
|
|
1979
|
-
"icon": "",
|
|
1980
|
-
"github": "https://github.com/
|
|
1981
|
-
"website": "https://github.com/
|
|
1982
|
-
"learn_more": "",
|
|
2087
|
+
"repo": "nuxt-modules/hanko",
|
|
2088
|
+
"npm": "@nuxtjs/hanko",
|
|
2089
|
+
"icon": "hanko.svg",
|
|
2090
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2091
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2092
|
+
"learn_more": "https://hanko.io/",
|
|
1983
2093
|
"category": "Security",
|
|
1984
|
-
"type": "
|
|
2094
|
+
"type": "community",
|
|
1985
2095
|
"maintainers": [
|
|
1986
2096
|
{
|
|
1987
2097
|
"name": "danielroe",
|
|
@@ -2063,7 +2173,7 @@
|
|
|
2063
2173
|
},
|
|
2064
2174
|
{
|
|
2065
2175
|
"name": "helmet",
|
|
2066
|
-
"description": "Easy Helmet module with Nuxt
|
|
2176
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2067
2177
|
"repo": "victor-perez/nuxt-helmet",
|
|
2068
2178
|
"npm": "nuxt-helmet",
|
|
2069
2179
|
"icon": "",
|
|
@@ -2107,7 +2217,7 @@
|
|
|
2107
2217
|
},
|
|
2108
2218
|
{
|
|
2109
2219
|
"name": "history-state",
|
|
2110
|
-
"description": "Nuxt
|
|
2220
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2111
2221
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2112
2222
|
"npm": "nuxt-history-state",
|
|
2113
2223
|
"icon": "",
|
|
@@ -2176,7 +2286,7 @@
|
|
|
2176
2286
|
},
|
|
2177
2287
|
{
|
|
2178
2288
|
"name": "http",
|
|
2179
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2289
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2180
2290
|
"repo": "nuxt/http",
|
|
2181
2291
|
"npm": "@nuxt/http",
|
|
2182
2292
|
"icon": "http.png",
|
|
@@ -2204,7 +2314,7 @@
|
|
|
2204
2314
|
},
|
|
2205
2315
|
{
|
|
2206
2316
|
"name": "humans-txt",
|
|
2207
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2317
|
+
"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
2318
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2209
2319
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2210
2320
|
"icon": "",
|
|
@@ -2228,11 +2338,11 @@
|
|
|
2228
2338
|
{
|
|
2229
2339
|
"name": "i18n",
|
|
2230
2340
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2341
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2342
|
"npm": "@nuxtjs/i18n",
|
|
2233
2343
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2235
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2344
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2345
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2236
2346
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2237
2347
|
"category": "Extensions",
|
|
2238
2348
|
"type": "community",
|
|
@@ -2341,12 +2451,12 @@
|
|
|
2341
2451
|
},
|
|
2342
2452
|
{
|
|
2343
2453
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2454
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2455
|
"repo": "nuxt/image",
|
|
2346
2456
|
"npm": "@nuxt/image",
|
|
2347
2457
|
"icon": "image.png",
|
|
2348
2458
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2459
|
+
"website": "https://image.nuxt.com",
|
|
2350
2460
|
"learn_more": "",
|
|
2351
2461
|
"category": "Images",
|
|
2352
2462
|
"type": "official",
|
|
@@ -2356,6 +2466,11 @@
|
|
|
2356
2466
|
"github": "farnabaz",
|
|
2357
2467
|
"twitter": "a_birang"
|
|
2358
2468
|
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "Daniel Roe",
|
|
2471
|
+
"github": "danielroe",
|
|
2472
|
+
"twitter": "danielcroe"
|
|
2473
|
+
},
|
|
2359
2474
|
{
|
|
2360
2475
|
"name": "Pooya Parsa",
|
|
2361
2476
|
"github": "pi0",
|
|
@@ -2371,12 +2486,16 @@
|
|
|
2371
2486
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2372
2487
|
"requires": {
|
|
2373
2488
|
"bridge": "optional"
|
|
2489
|
+
},
|
|
2490
|
+
"versionMap": {
|
|
2491
|
+
"2.x": "latest",
|
|
2492
|
+
"3.x": "rc"
|
|
2374
2493
|
}
|
|
2375
2494
|
}
|
|
2376
2495
|
},
|
|
2377
2496
|
{
|
|
2378
2497
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2498
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2499
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2500
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2501
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2542,7 @@
|
|
|
2423
2542
|
},
|
|
2424
2543
|
{
|
|
2425
2544
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2545
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2546
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2547
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2548
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2587,7 @@
|
|
|
2468
2587
|
},
|
|
2469
2588
|
{
|
|
2470
2589
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2590
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2591
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2592
|
"npm": "nuxt-jsonapi",
|
|
2474
2593
|
"icon": "jsonapi.svg",
|
|
@@ -2512,7 +2631,7 @@
|
|
|
2512
2631
|
},
|
|
2513
2632
|
{
|
|
2514
2633
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2634
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2635
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2636
|
"npm": "nuxt-kql",
|
|
2518
2637
|
"icon": "kql.svg",
|
|
@@ -2536,7 +2655,7 @@
|
|
|
2536
2655
|
},
|
|
2537
2656
|
{
|
|
2538
2657
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2658
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2659
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2660
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2661
|
"icon": "laravel-echo.png",
|
|
@@ -2624,13 +2743,13 @@
|
|
|
2624
2743
|
},
|
|
2625
2744
|
{
|
|
2626
2745
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
2746
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2628
2747
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
2748
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
2749
|
+
"icon": "link-checker.svg",
|
|
2631
2750
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
2751
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2752
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
2753
|
"category": "SEO",
|
|
2635
2754
|
"type": "3rd-party",
|
|
2636
2755
|
"maintainers": [
|
|
@@ -2720,12 +2839,12 @@
|
|
|
2720
2839
|
},
|
|
2721
2840
|
{
|
|
2722
2841
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
2842
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2843
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
2844
|
"npm": "nuxt-logrocket",
|
|
2726
2845
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
2846
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2847
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
2848
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
2849
|
"category": "Monitoring",
|
|
2731
2850
|
"type": "community",
|
|
@@ -2741,9 +2860,35 @@
|
|
|
2741
2860
|
"requires": {}
|
|
2742
2861
|
}
|
|
2743
2862
|
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "lucide-icons",
|
|
2865
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2866
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2867
|
+
"npm": "nuxt-lucide-icons",
|
|
2868
|
+
"icon": "lucide-icons.svg",
|
|
2869
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2870
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2871
|
+
"learn_more": "",
|
|
2872
|
+
"category": "UI",
|
|
2873
|
+
"type": "3rd-party",
|
|
2874
|
+
"maintainers": [
|
|
2875
|
+
{
|
|
2876
|
+
"name": "SWIS",
|
|
2877
|
+
"github": "swisnl"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "Jasper Zonneveld",
|
|
2881
|
+
"github": "JaZo"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^3.0.0",
|
|
2886
|
+
"requires": {}
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2744
2889
|
{
|
|
2745
2890
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2891
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
2892
|
"repo": "nuxt-community/lunr-module",
|
|
2748
2893
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
2894
|
"icon": "",
|
|
@@ -2856,7 +3001,7 @@
|
|
|
2856
3001
|
},
|
|
2857
3002
|
{
|
|
2858
3003
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3004
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3005
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3006
|
"npm": "nuxt-medusa",
|
|
2862
3007
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3026,7 @@
|
|
|
2881
3026
|
},
|
|
2882
3027
|
{
|
|
2883
3028
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3029
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3030
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3031
|
"npm": "nuxt-meilisearch",
|
|
2887
3032
|
"icon": "meilisearch.svg",
|
|
@@ -2973,7 +3118,7 @@
|
|
|
2973
3118
|
},
|
|
2974
3119
|
{
|
|
2975
3120
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3121
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3122
|
"repo": "nuxt-community/moment-module",
|
|
2978
3123
|
"npm": "@nuxtjs/moment",
|
|
2979
3124
|
"icon": "momentjs.png",
|
|
@@ -3000,7 +3145,7 @@
|
|
|
3000
3145
|
},
|
|
3001
3146
|
{
|
|
3002
3147
|
"name": "mq",
|
|
3003
|
-
"description": "vue-mq module for Nuxt.
|
|
3148
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3004
3149
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3005
3150
|
"npm": "nuxt-mq",
|
|
3006
3151
|
"icon": "",
|
|
@@ -3044,7 +3189,7 @@
|
|
|
3044
3189
|
},
|
|
3045
3190
|
{
|
|
3046
3191
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3192
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3193
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3194
|
"npm": "nuxt-netlify-cache",
|
|
3050
3195
|
"icon": "netlify.png",
|
|
@@ -3089,7 +3234,7 @@
|
|
|
3089
3234
|
},
|
|
3090
3235
|
{
|
|
3091
3236
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3237
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3093
3238
|
"repo": "bazzite/nuxt-netlify",
|
|
3094
3239
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3240
|
"icon": "netlify.png",
|
|
@@ -3181,6 +3326,28 @@
|
|
|
3181
3326
|
"requires": {}
|
|
3182
3327
|
}
|
|
3183
3328
|
},
|
|
3329
|
+
{
|
|
3330
|
+
"name": "nuxt-anchorscroll",
|
|
3331
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3332
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3333
|
+
"npm": "nuxt-anchorscroll",
|
|
3334
|
+
"icon": "",
|
|
3335
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3336
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3337
|
+
"learn_more": "",
|
|
3338
|
+
"category": "UI",
|
|
3339
|
+
"type": "3rd-party",
|
|
3340
|
+
"maintainers": [
|
|
3341
|
+
{
|
|
3342
|
+
"name": "Helltraitor",
|
|
3343
|
+
"github": "helltraitor"
|
|
3344
|
+
}
|
|
3345
|
+
],
|
|
3346
|
+
"compatibility": {
|
|
3347
|
+
"nuxt": "^3.0.0",
|
|
3348
|
+
"requires": {}
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3184
3351
|
{
|
|
3185
3352
|
"name": "nuxt-auth",
|
|
3186
3353
|
"description": "",
|
|
@@ -3203,9 +3370,53 @@
|
|
|
3203
3370
|
"requires": {}
|
|
3204
3371
|
}
|
|
3205
3372
|
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "nuxt-basic-auth",
|
|
3375
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3376
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3377
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3378
|
+
"icon": "",
|
|
3379
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3380
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3381
|
+
"learn_more": "",
|
|
3382
|
+
"category": "Security",
|
|
3383
|
+
"type": "3rd-party",
|
|
3384
|
+
"maintainers": [
|
|
3385
|
+
{
|
|
3386
|
+
"name": "kgierke",
|
|
3387
|
+
"github": "kgierke"
|
|
3388
|
+
}
|
|
3389
|
+
],
|
|
3390
|
+
"compatibility": {
|
|
3391
|
+
"nuxt": "^3.0.0",
|
|
3392
|
+
"requires": {}
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"name": "nuxt-bootstrap-icons",
|
|
3397
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3398
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3399
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3400
|
+
"icon": "bootstrap-icons.svg",
|
|
3401
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3402
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3403
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3404
|
+
"category": "UI",
|
|
3405
|
+
"type": "3rd-party",
|
|
3406
|
+
"maintainers": [
|
|
3407
|
+
{
|
|
3408
|
+
"name": "OyewoleOyedeji",
|
|
3409
|
+
"github": "OyewoleOyedeji"
|
|
3410
|
+
}
|
|
3411
|
+
],
|
|
3412
|
+
"compatibility": {
|
|
3413
|
+
"nuxt": "^3.0.0",
|
|
3414
|
+
"requires": {}
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
3206
3417
|
{
|
|
3207
3418
|
"name": "nuxt-chatgpt",
|
|
3208
|
-
"description": "ChatGPT integration for Nuxt
|
|
3419
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3209
3420
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
3421
|
"npm": "nuxt-chatgpt",
|
|
3211
3422
|
"icon": "chatgpt.svg",
|
|
@@ -3225,6 +3436,54 @@
|
|
|
3225
3436
|
"requires": {}
|
|
3226
3437
|
}
|
|
3227
3438
|
},
|
|
3439
|
+
{
|
|
3440
|
+
"name": "nuxt-facebook-chat",
|
|
3441
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3442
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3443
|
+
"npm": "nuxt-facebook-chat",
|
|
3444
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3445
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3446
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3447
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3448
|
+
"category": "Libraries",
|
|
3449
|
+
"type": "3rd-party",
|
|
3450
|
+
"maintainers": [
|
|
3451
|
+
{
|
|
3452
|
+
"name": "Supanut Dokmaithong",
|
|
3453
|
+
"github": "Boomgeek"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "superdev-tech",
|
|
3457
|
+
"github": "superdev-tech"
|
|
3458
|
+
}
|
|
3459
|
+
],
|
|
3460
|
+
"compatibility": {
|
|
3461
|
+
"nuxt": "^3.0.0",
|
|
3462
|
+
"requires": {}
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "nuxt-feedme",
|
|
3467
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3468
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3469
|
+
"npm": "nuxt-feedme",
|
|
3470
|
+
"icon": "",
|
|
3471
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3472
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3473
|
+
"learn_more": "",
|
|
3474
|
+
"category": "SEO",
|
|
3475
|
+
"type": "3rd-party",
|
|
3476
|
+
"maintainers": [
|
|
3477
|
+
{
|
|
3478
|
+
"name": "Helltraitor",
|
|
3479
|
+
"github": "helltraitor"
|
|
3480
|
+
}
|
|
3481
|
+
],
|
|
3482
|
+
"compatibility": {
|
|
3483
|
+
"nuxt": "^3.0.0",
|
|
3484
|
+
"requires": {}
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3228
3487
|
{
|
|
3229
3488
|
"name": "nuxt-graphql-middleware",
|
|
3230
3489
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3278,7 +3537,7 @@
|
|
|
3278
3537
|
},
|
|
3279
3538
|
{
|
|
3280
3539
|
"name": "nuxt-gtm",
|
|
3281
|
-
"description": "A Nuxt
|
|
3540
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3282
3541
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
3542
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
3543
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3323,24 +3582,24 @@
|
|
|
3323
3582
|
}
|
|
3324
3583
|
},
|
|
3325
3584
|
{
|
|
3326
|
-
"name": "nuxt-
|
|
3327
|
-
"description": "
|
|
3328
|
-
"repo": "",
|
|
3329
|
-
"npm": "nuxt-
|
|
3330
|
-
"icon": "
|
|
3331
|
-
"github": "",
|
|
3332
|
-
"website": "https://
|
|
3333
|
-
"learn_more": "
|
|
3334
|
-
"category": "
|
|
3585
|
+
"name": "nuxt-jsonld",
|
|
3586
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3587
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3588
|
+
"npm": "nuxt-jsonld",
|
|
3589
|
+
"icon": "",
|
|
3590
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3591
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3592
|
+
"learn_more": "",
|
|
3593
|
+
"category": "SEO",
|
|
3335
3594
|
"type": "3rd-party",
|
|
3336
3595
|
"maintainers": [
|
|
3337
3596
|
{
|
|
3338
|
-
"name": "
|
|
3339
|
-
"github": "
|
|
3597
|
+
"name": "ymmooot",
|
|
3598
|
+
"github": "ymmooot"
|
|
3340
3599
|
}
|
|
3341
3600
|
],
|
|
3342
3601
|
"compatibility": {
|
|
3343
|
-
"nuxt": "^
|
|
3602
|
+
"nuxt": "^3.0.0",
|
|
3344
3603
|
"requires": {}
|
|
3345
3604
|
}
|
|
3346
3605
|
},
|
|
@@ -3369,7 +3628,7 @@
|
|
|
3369
3628
|
},
|
|
3370
3629
|
{
|
|
3371
3630
|
"name": "nuxt-loco",
|
|
3372
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3631
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3373
3632
|
"repo": "gaetansenn/nuxt-loco",
|
|
3374
3633
|
"npm": "nuxt-loco",
|
|
3375
3634
|
"icon": "",
|
|
@@ -3412,6 +3671,28 @@
|
|
|
3412
3671
|
"requires": {}
|
|
3413
3672
|
}
|
|
3414
3673
|
},
|
|
3674
|
+
{
|
|
3675
|
+
"name": "nuxt-mdi",
|
|
3676
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3677
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3678
|
+
"npm": "nuxt-mdi",
|
|
3679
|
+
"icon": "mdi.png",
|
|
3680
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3681
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3682
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3683
|
+
"category": "Libraries",
|
|
3684
|
+
"type": "3rd-party",
|
|
3685
|
+
"maintainers": [
|
|
3686
|
+
{
|
|
3687
|
+
"name": "Emil Rosenius",
|
|
3688
|
+
"github": "ERPedersen"
|
|
3689
|
+
}
|
|
3690
|
+
],
|
|
3691
|
+
"compatibility": {
|
|
3692
|
+
"nuxt": "^3.0.0",
|
|
3693
|
+
"requires": {}
|
|
3694
|
+
}
|
|
3695
|
+
},
|
|
3415
3696
|
{
|
|
3416
3697
|
"name": "nuxt-monaco-editor",
|
|
3417
3698
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3436,12 +3717,12 @@
|
|
|
3436
3717
|
},
|
|
3437
3718
|
{
|
|
3438
3719
|
"name": "nuxt-mongoose",
|
|
3439
|
-
"description": "A Nuxt
|
|
3720
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3440
3721
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3441
3722
|
"npm": "nuxt-mongoose",
|
|
3442
3723
|
"icon": "nuxt-mongoose.svg",
|
|
3443
3724
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3444
|
-
"website": "https://
|
|
3725
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3445
3726
|
"learn_more": "",
|
|
3446
3727
|
"category": "Database",
|
|
3447
3728
|
"type": "3rd-party",
|
|
@@ -3479,6 +3760,28 @@
|
|
|
3479
3760
|
"requires": {}
|
|
3480
3761
|
}
|
|
3481
3762
|
},
|
|
3763
|
+
{
|
|
3764
|
+
"name": "nuxt-phosphor-icons",
|
|
3765
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3766
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3767
|
+
"npm": "nuxt-phosphor-icons",
|
|
3768
|
+
"icon": "phosphor-icons.svg",
|
|
3769
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3770
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3771
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3772
|
+
"category": "UI",
|
|
3773
|
+
"type": "3rd-party",
|
|
3774
|
+
"maintainers": [
|
|
3775
|
+
{
|
|
3776
|
+
"name": "OyewoleOyedeji",
|
|
3777
|
+
"github": "OyewoleOyedeji"
|
|
3778
|
+
}
|
|
3779
|
+
],
|
|
3780
|
+
"compatibility": {
|
|
3781
|
+
"nuxt": "^3.0.0",
|
|
3782
|
+
"requires": {}
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3482
3785
|
{
|
|
3483
3786
|
"name": "nuxt-pino-log",
|
|
3484
3787
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3503,7 +3806,7 @@
|
|
|
3503
3806
|
},
|
|
3504
3807
|
{
|
|
3505
3808
|
"name": "plausible",
|
|
3506
|
-
"description": "Nuxt
|
|
3809
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3507
3810
|
"repo": "nuxt-modules/plausible",
|
|
3508
3811
|
"npm": "@nuxtjs/plausible",
|
|
3509
3812
|
"icon": "plausible.png",
|
|
@@ -3523,9 +3826,35 @@
|
|
|
3523
3826
|
"requires": {}
|
|
3524
3827
|
}
|
|
3525
3828
|
},
|
|
3829
|
+
{
|
|
3830
|
+
"name": "nuxt-plotly",
|
|
3831
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3832
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3833
|
+
"npm": "nuxt-plotly",
|
|
3834
|
+
"icon": "nuxt-plotly.svg",
|
|
3835
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3836
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3837
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3838
|
+
"category": "Libraries",
|
|
3839
|
+
"type": "3rd-party",
|
|
3840
|
+
"maintainers": [
|
|
3841
|
+
{
|
|
3842
|
+
"name": "Supanut Dokmaithong",
|
|
3843
|
+
"github": "Boomgeek"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "superdev-tech",
|
|
3847
|
+
"github": "superdev-tech"
|
|
3848
|
+
}
|
|
3849
|
+
],
|
|
3850
|
+
"compatibility": {
|
|
3851
|
+
"nuxt": "^3.0.0",
|
|
3852
|
+
"requires": {}
|
|
3853
|
+
}
|
|
3854
|
+
},
|
|
3526
3855
|
{
|
|
3527
3856
|
"name": "nuxt-png-to-ico",
|
|
3528
|
-
"description": "Nuxt
|
|
3857
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3529
3858
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
3859
|
"npm": "nuxt-png-to-ico",
|
|
3531
3860
|
"icon": "",
|
|
@@ -3548,7 +3877,7 @@
|
|
|
3548
3877
|
},
|
|
3549
3878
|
{
|
|
3550
3879
|
"name": "nuxt-smartlook",
|
|
3551
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3880
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3552
3881
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
3882
|
"npm": "nuxt-smartlook",
|
|
3554
3883
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3600,7 +3929,7 @@
|
|
|
3600
3929
|
},
|
|
3601
3930
|
{
|
|
3602
3931
|
"name": "nuxt-storm",
|
|
3603
|
-
"description": "WebStorm & PHPStorm support for
|
|
3932
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3604
3933
|
"repo": "fumeapp/nuxt-storm",
|
|
3605
3934
|
"npm": "nuxt-storm",
|
|
3606
3935
|
"icon": "nuxt-storm.png",
|
|
@@ -3644,7 +3973,7 @@
|
|
|
3644
3973
|
},
|
|
3645
3974
|
{
|
|
3646
3975
|
"name": "nuxt-unleash",
|
|
3647
|
-
"description": "Nuxt
|
|
3976
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3648
3977
|
"repo": "conejerock/nuxt-unleash",
|
|
3649
3978
|
"npm": "nuxt-unleash",
|
|
3650
3979
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3735,12 +4064,12 @@
|
|
|
3735
4064
|
{
|
|
3736
4065
|
"name": "nuxt-vue3-google-signin",
|
|
3737
4066
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3738
|
-
"repo": "
|
|
4067
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3739
4068
|
"npm": "nuxt-vue3-google-signin",
|
|
3740
4069
|
"icon": "vue3-google-signin.svg",
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://vue3-google-signin.
|
|
3743
|
-
"learn_more": "https://vue3-google-signin.
|
|
4070
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4071
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4072
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3744
4073
|
"category": "Libraries",
|
|
3745
4074
|
"type": "3rd-party",
|
|
3746
4075
|
"maintainers": [
|
|
@@ -3756,7 +4085,7 @@
|
|
|
3756
4085
|
},
|
|
3757
4086
|
{
|
|
3758
4087
|
"name": "nuxt-vuetify",
|
|
3759
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4088
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3760
4089
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3761
4090
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3762
4091
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3776,9 +4105,31 @@
|
|
|
3776
4105
|
"requires": {}
|
|
3777
4106
|
}
|
|
3778
4107
|
},
|
|
4108
|
+
{
|
|
4109
|
+
"name": "nuxt3-leaflet",
|
|
4110
|
+
"description": "Leaflet integration with Nuxt",
|
|
4111
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4112
|
+
"npm": "nuxt3-leaflet",
|
|
4113
|
+
"icon": "leaflet.png",
|
|
4114
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4115
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4116
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4117
|
+
"category": "Libraries",
|
|
4118
|
+
"type": "3rd-party",
|
|
4119
|
+
"maintainers": [
|
|
4120
|
+
{
|
|
4121
|
+
"name": "Augustin MERCIER",
|
|
4122
|
+
"github": "Gugustinette"
|
|
4123
|
+
}
|
|
4124
|
+
],
|
|
4125
|
+
"compatibility": {
|
|
4126
|
+
"nuxt": "^3.0.0",
|
|
4127
|
+
"requires": {}
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
3779
4130
|
{
|
|
3780
4131
|
"name": "nuxt7",
|
|
3781
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4132
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3782
4133
|
"repo": "nuxt-community/nuxt7",
|
|
3783
4134
|
"npm": "nuxt7",
|
|
3784
4135
|
"icon": "",
|
|
@@ -3799,38 +4150,15 @@
|
|
|
3799
4150
|
"requires": {}
|
|
3800
4151
|
}
|
|
3801
4152
|
},
|
|
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
4153
|
{
|
|
3826
4154
|
"name": "og-image",
|
|
3827
|
-
"description": "
|
|
4155
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3828
4156
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3829
4157
|
"npm": "nuxt-og-image",
|
|
3830
|
-
"icon": "",
|
|
4158
|
+
"icon": "og-image.svg",
|
|
3831
4159
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3832
|
-
"website": "https://
|
|
3833
|
-
"learn_more": "",
|
|
4160
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4161
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3834
4162
|
"category": "SEO",
|
|
3835
4163
|
"type": "3rd-party",
|
|
3836
4164
|
"maintainers": [
|
|
@@ -3871,7 +4199,7 @@
|
|
|
3871
4199
|
},
|
|
3872
4200
|
{
|
|
3873
4201
|
"name": "optimized-images",
|
|
3874
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4202
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3875
4203
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3876
4204
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3877
4205
|
"icon": "",
|
|
@@ -3916,7 +4244,7 @@
|
|
|
3916
4244
|
},
|
|
3917
4245
|
{
|
|
3918
4246
|
"name": "parse",
|
|
3919
|
-
"description": "Parse package for Nuxt
|
|
4247
|
+
"description": "Parse package for Nuxt",
|
|
3920
4248
|
"repo": "cierrateam/nuxt-parse",
|
|
3921
4249
|
"npm": "nuxt-parse",
|
|
3922
4250
|
"icon": "",
|
|
@@ -3936,6 +4264,29 @@
|
|
|
3936
4264
|
"requires": {}
|
|
3937
4265
|
}
|
|
3938
4266
|
},
|
|
4267
|
+
{
|
|
4268
|
+
"name": "particles",
|
|
4269
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4270
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4271
|
+
"npm": "nuxt-particles",
|
|
4272
|
+
"icon": "",
|
|
4273
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4274
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4275
|
+
"learn_more": "https://particles.js.org/",
|
|
4276
|
+
"category": "Libraries",
|
|
4277
|
+
"type": "3rd-party",
|
|
4278
|
+
"maintainers": [
|
|
4279
|
+
{
|
|
4280
|
+
"name": "Joey Pereira",
|
|
4281
|
+
"github": "Joepocalyptic",
|
|
4282
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4283
|
+
}
|
|
4284
|
+
],
|
|
4285
|
+
"compatibility": {
|
|
4286
|
+
"nuxt": "^3.0.0",
|
|
4287
|
+
"requires": {}
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
3939
4290
|
{
|
|
3940
4291
|
"name": "partytown",
|
|
3941
4292
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4082,7 +4433,7 @@
|
|
|
4082
4433
|
},
|
|
4083
4434
|
{
|
|
4084
4435
|
"name": "plausible",
|
|
4085
|
-
"description": "Nuxt
|
|
4436
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4086
4437
|
"repo": "nuxt-modules/plausible",
|
|
4087
4438
|
"npm": "@nuxtjs/plausible",
|
|
4088
4439
|
"icon": "",
|
|
@@ -4124,9 +4475,33 @@
|
|
|
4124
4475
|
"requires": {}
|
|
4125
4476
|
}
|
|
4126
4477
|
},
|
|
4478
|
+
{
|
|
4479
|
+
"name": "prepare",
|
|
4480
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4481
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4482
|
+
"npm": "nuxt-prepare",
|
|
4483
|
+
"icon": "prepare.svg",
|
|
4484
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4485
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4486
|
+
"learn_more": "",
|
|
4487
|
+
"category": "Devtools",
|
|
4488
|
+
"type": "3rd-party",
|
|
4489
|
+
"maintainers": [
|
|
4490
|
+
{
|
|
4491
|
+
"name": "Johann Schopplich",
|
|
4492
|
+
"github": "johannschopplich",
|
|
4493
|
+
"twitter": "jschopplich",
|
|
4494
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4495
|
+
}
|
|
4496
|
+
],
|
|
4497
|
+
"compatibility": {
|
|
4498
|
+
"nuxt": "^3.0.0",
|
|
4499
|
+
"requires": {}
|
|
4500
|
+
}
|
|
4501
|
+
},
|
|
4127
4502
|
{
|
|
4128
4503
|
"name": "prismic",
|
|
4129
|
-
"description": "Easily connect your Nuxt
|
|
4504
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4130
4505
|
"repo": "nuxt-modules/prismic",
|
|
4131
4506
|
"npm": "@nuxtjs/prismic",
|
|
4132
4507
|
"icon": "prismic.png",
|
|
@@ -4193,7 +4568,7 @@
|
|
|
4193
4568
|
},
|
|
4194
4569
|
{
|
|
4195
4570
|
"name": "proxy",
|
|
4196
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4571
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4197
4572
|
"repo": "nuxt-community/proxy-module",
|
|
4198
4573
|
"npm": "@nuxtjs/proxy",
|
|
4199
4574
|
"icon": "",
|
|
@@ -4239,7 +4614,7 @@
|
|
|
4239
4614
|
},
|
|
4240
4615
|
{
|
|
4241
4616
|
"name": "purgecss",
|
|
4242
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4617
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4243
4618
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4244
4619
|
"npm": "nuxt-purgecss",
|
|
4245
4620
|
"icon": "purgecss.png",
|
|
@@ -4261,7 +4636,7 @@
|
|
|
4261
4636
|
},
|
|
4262
4637
|
{
|
|
4263
4638
|
"name": "pwa",
|
|
4264
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4639
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4265
4640
|
"repo": "nuxt-community/pwa-module",
|
|
4266
4641
|
"npm": "@nuxtjs/pwa",
|
|
4267
4642
|
"icon": "pwa.png",
|
|
@@ -4286,7 +4661,7 @@
|
|
|
4286
4661
|
},
|
|
4287
4662
|
{
|
|
4288
4663
|
"name": "python",
|
|
4289
|
-
"description": "Write Nuxt
|
|
4664
|
+
"description": "Write Nuxt applications using Python",
|
|
4290
4665
|
"repo": "nuxt-community/python-module",
|
|
4291
4666
|
"npm": "@nuxtjs/python",
|
|
4292
4667
|
"icon": "python.png",
|
|
@@ -4328,9 +4703,31 @@
|
|
|
4328
4703
|
"requires": {}
|
|
4329
4704
|
}
|
|
4330
4705
|
},
|
|
4706
|
+
{
|
|
4707
|
+
"name": "radash",
|
|
4708
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4709
|
+
"repo": "bbg/nuxt-radash",
|
|
4710
|
+
"npm": "nuxt-radash",
|
|
4711
|
+
"icon": "radash.png",
|
|
4712
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4713
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4714
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4715
|
+
"category": "Libraries",
|
|
4716
|
+
"type": "3rd-party",
|
|
4717
|
+
"maintainers": [
|
|
4718
|
+
{
|
|
4719
|
+
"name": "Batuhan Göksu",
|
|
4720
|
+
"github": "bbg"
|
|
4721
|
+
}
|
|
4722
|
+
],
|
|
4723
|
+
"compatibility": {
|
|
4724
|
+
"nuxt": "^3.0.0",
|
|
4725
|
+
"requires": {}
|
|
4726
|
+
}
|
|
4727
|
+
},
|
|
4331
4728
|
{
|
|
4332
4729
|
"name": "recaptcha",
|
|
4333
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4730
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4334
4731
|
"repo": "nuxt-community/recaptcha-module",
|
|
4335
4732
|
"npm": "@nuxtjs/recaptcha",
|
|
4336
4733
|
"icon": "recaptcha.png",
|
|
@@ -4375,7 +4772,7 @@
|
|
|
4375
4772
|
},
|
|
4376
4773
|
{
|
|
4377
4774
|
"name": "rfg-icon",
|
|
4378
|
-
"description": "Nuxt
|
|
4775
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4379
4776
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4380
4777
|
"npm": "nuxt-rfg-icon",
|
|
4381
4778
|
"icon": "real-favicon-generator.png",
|
|
@@ -4397,12 +4794,12 @@
|
|
|
4397
4794
|
},
|
|
4398
4795
|
{
|
|
4399
4796
|
"name": "robots",
|
|
4400
|
-
"description": "A Nuxt
|
|
4401
|
-
"repo": "nuxt-
|
|
4797
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4798
|
+
"repo": "nuxt-modules/robots",
|
|
4402
4799
|
"npm": "@nuxtjs/robots",
|
|
4403
4800
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
4801
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4802
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4406
4803
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4407
4804
|
"category": "SEO",
|
|
4408
4805
|
"type": "community",
|
|
@@ -4421,7 +4818,7 @@
|
|
|
4421
4818
|
},
|
|
4422
4819
|
{
|
|
4423
4820
|
"name": "rollbar",
|
|
4424
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4821
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4425
4822
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4426
4823
|
"npm": "nuxt-rollbar-module",
|
|
4427
4824
|
"icon": "rollbar.png",
|
|
@@ -4466,7 +4863,7 @@
|
|
|
4466
4863
|
},
|
|
4467
4864
|
{
|
|
4468
4865
|
"name": "router",
|
|
4469
|
-
"description": "Nuxt
|
|
4866
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4470
4867
|
"repo": "nuxt-community/router-module",
|
|
4471
4868
|
"npm": "@nuxtjs/router",
|
|
4472
4869
|
"icon": "vue.png",
|
|
@@ -4514,13 +4911,13 @@
|
|
|
4514
4911
|
},
|
|
4515
4912
|
{
|
|
4516
4913
|
"name": "schema-org",
|
|
4517
|
-
"description": "Schema.org for Nuxt
|
|
4518
|
-
"repo": "
|
|
4914
|
+
"description": "Schema.org for Nuxt.",
|
|
4915
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4519
4916
|
"npm": "nuxt-schema-org",
|
|
4520
4917
|
"icon": "schema-org.svg",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "https://
|
|
4918
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4919
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4920
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4524
4921
|
"category": "SEO",
|
|
4525
4922
|
"type": "3rd-party",
|
|
4526
4923
|
"maintainers": [
|
|
@@ -4583,7 +4980,7 @@
|
|
|
4583
4980
|
},
|
|
4584
4981
|
{
|
|
4585
4982
|
"name": "segment",
|
|
4586
|
-
"description": "Nuxt
|
|
4983
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4587
4984
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4588
4985
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4589
4986
|
"icon": "segment.png",
|
|
@@ -4605,10 +5002,10 @@
|
|
|
4605
5002
|
},
|
|
4606
5003
|
{
|
|
4607
5004
|
"name": "sentry",
|
|
4608
|
-
"description": "Sentry module for Nuxt
|
|
5005
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
5006
|
"repo": "nuxt-community/sentry-module",
|
|
4610
5007
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
5008
|
+
"icon": "sentry.svg",
|
|
4612
5009
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
5010
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
5011
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4625,14 +5022,38 @@
|
|
|
4625
5022
|
"requires": {}
|
|
4626
5023
|
}
|
|
4627
5024
|
},
|
|
5025
|
+
{
|
|
5026
|
+
"name": "seo-experiments",
|
|
5027
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5028
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5029
|
+
"npm": "nuxt-seo-experiments",
|
|
5030
|
+
"icon": "seo-experiments.svg",
|
|
5031
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5032
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5033
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5034
|
+
"category": "SEO",
|
|
5035
|
+
"type": "3rd-party",
|
|
5036
|
+
"maintainers": [
|
|
5037
|
+
{
|
|
5038
|
+
"name": "Harlan Wilton",
|
|
5039
|
+
"github": "harlan-zw",
|
|
5040
|
+
"twitter": "harlan_zw",
|
|
5041
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5042
|
+
}
|
|
5043
|
+
],
|
|
5044
|
+
"compatibility": {
|
|
5045
|
+
"nuxt": "^3.0.0",
|
|
5046
|
+
"requires": {}
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
4628
5049
|
{
|
|
4629
5050
|
"name": "seo-kit",
|
|
4630
|
-
"description": "
|
|
5051
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4631
5052
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4632
5053
|
"npm": "nuxt-seo-kit",
|
|
4633
5054
|
"icon": "seo-kit.svg",
|
|
4634
5055
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4635
|
-
"website": "https://
|
|
5056
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4636
5057
|
"learn_more": "",
|
|
4637
5058
|
"category": "SEO",
|
|
4638
5059
|
"type": "3rd-party",
|
|
@@ -4672,7 +5093,7 @@
|
|
|
4672
5093
|
},
|
|
4673
5094
|
{
|
|
4674
5095
|
"name": "seomatic-meta",
|
|
4675
|
-
"description": "A Nuxt
|
|
5096
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4676
5097
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4677
5098
|
"npm": "nuxt-seomatic-meta",
|
|
4678
5099
|
"icon": "seomatic.png",
|
|
@@ -4715,6 +5136,29 @@
|
|
|
4715
5136
|
"requires": {}
|
|
4716
5137
|
}
|
|
4717
5138
|
},
|
|
5139
|
+
{
|
|
5140
|
+
"name": "server-block",
|
|
5141
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5142
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5143
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5144
|
+
"icon": "server-block.svg",
|
|
5145
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5146
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5147
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5148
|
+
"category": "Extensions",
|
|
5149
|
+
"type": "3rd-party",
|
|
5150
|
+
"maintainers": [
|
|
5151
|
+
{
|
|
5152
|
+
"name": "Hebilicious",
|
|
5153
|
+
"github": "Hebilicious",
|
|
5154
|
+
"twitter": "its_hebilicious"
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
"compatibility": {
|
|
5158
|
+
"nuxt": "^3.0.0",
|
|
5159
|
+
"requires": {}
|
|
5160
|
+
}
|
|
5161
|
+
},
|
|
4718
5162
|
{
|
|
4719
5163
|
"name": "session",
|
|
4720
5164
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4740,7 +5184,7 @@
|
|
|
4740
5184
|
},
|
|
4741
5185
|
{
|
|
4742
5186
|
"name": "shopify",
|
|
4743
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5187
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4744
5188
|
"repo": "Gomah/nuxt-shopify",
|
|
4745
5189
|
"npm": "nuxt-shopify",
|
|
4746
5190
|
"icon": "shopify.png",
|
|
@@ -4807,13 +5251,13 @@
|
|
|
4807
5251
|
},
|
|
4808
5252
|
{
|
|
4809
5253
|
"name": "simple-robots",
|
|
4810
|
-
"description": "
|
|
5254
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4811
5255
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4812
5256
|
"npm": "nuxt-simple-robots",
|
|
4813
|
-
"icon": "",
|
|
5257
|
+
"icon": "simple-robots.svg",
|
|
4814
5258
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4815
|
-
"website": "https://
|
|
4816
|
-
"learn_more": "",
|
|
5259
|
+
"website": "https://nuxtseo.com/robots",
|
|
5260
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4817
5261
|
"category": "SEO",
|
|
4818
5262
|
"type": "3rd-party",
|
|
4819
5263
|
"maintainers": [
|
|
@@ -4831,13 +5275,13 @@
|
|
|
4831
5275
|
},
|
|
4832
5276
|
{
|
|
4833
5277
|
"name": "simple-sitemap",
|
|
4834
|
-
"description": "
|
|
5278
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4835
5279
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4836
5280
|
"npm": "nuxt-simple-sitemap",
|
|
4837
|
-
"icon": "",
|
|
5281
|
+
"icon": "simple-sitemap.svg",
|
|
4838
5282
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4839
|
-
"website": "https://
|
|
4840
|
-
"learn_more": "",
|
|
5283
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5284
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4841
5285
|
"category": "SEO",
|
|
4842
5286
|
"type": "3rd-party",
|
|
4843
5287
|
"maintainers": [
|
|
@@ -4855,7 +5299,7 @@
|
|
|
4855
5299
|
},
|
|
4856
5300
|
{
|
|
4857
5301
|
"name": "sitemap",
|
|
4858
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5302
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4859
5303
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4860
5304
|
"npm": "@nuxtjs/sitemap",
|
|
4861
5305
|
"icon": "",
|
|
@@ -4900,7 +5344,7 @@
|
|
|
4900
5344
|
},
|
|
4901
5345
|
{
|
|
4902
5346
|
"name": "snipcart",
|
|
4903
|
-
"description": "Snipcart integration module for Nuxt
|
|
5347
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4904
5348
|
"repo": "nuxt-modules/snipcart",
|
|
4905
5349
|
"npm": "@nuxtjs/snipcart",
|
|
4906
5350
|
"icon": "snipcart.png",
|
|
@@ -4923,7 +5367,7 @@
|
|
|
4923
5367
|
},
|
|
4924
5368
|
{
|
|
4925
5369
|
"name": "social-meta",
|
|
4926
|
-
"description": "Nuxt
|
|
5370
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4927
5371
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4928
5372
|
"npm": "nuxt-social-meta",
|
|
4929
5373
|
"icon": "",
|
|
@@ -5045,7 +5489,7 @@
|
|
|
5045
5489
|
},
|
|
5046
5490
|
{
|
|
5047
5491
|
"name": "storage",
|
|
5048
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5492
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5049
5493
|
"repo": "mazipan/nuxt-storage",
|
|
5050
5494
|
"npm": "nuxt-storage",
|
|
5051
5495
|
"icon": "",
|
|
@@ -5067,7 +5511,7 @@
|
|
|
5067
5511
|
},
|
|
5068
5512
|
{
|
|
5069
5513
|
"name": "storefront-ui",
|
|
5070
|
-
"description": "Storefront UI Module for Nuxt
|
|
5514
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5071
5515
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5072
5516
|
"npm": "@storefront-ui/nuxt",
|
|
5073
5517
|
"icon": "storefront-ui.svg",
|
|
@@ -5111,7 +5555,7 @@
|
|
|
5111
5555
|
},
|
|
5112
5556
|
{
|
|
5113
5557
|
"name": "storyblok",
|
|
5114
|
-
"description": "Storyblok Nuxt
|
|
5558
|
+
"description": "Storyblok Nuxt module",
|
|
5115
5559
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5116
5560
|
"npm": "@storyblok/nuxt",
|
|
5117
5561
|
"icon": "storyblok.png",
|
|
@@ -5133,9 +5577,9 @@
|
|
|
5133
5577
|
},
|
|
5134
5578
|
{
|
|
5135
5579
|
"name": "storybook",
|
|
5136
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5580
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5137
5581
|
"repo": "nuxt-community/storybook",
|
|
5138
|
-
"npm": "@
|
|
5582
|
+
"npm": "@storybook-vue/nuxt-storybook",
|
|
5139
5583
|
"icon": "storybook.png",
|
|
5140
5584
|
"github": "https://github.com/nuxt-community/storybook",
|
|
5141
5585
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -5164,10 +5608,10 @@
|
|
|
5164
5608
|
{
|
|
5165
5609
|
"name": "strapi",
|
|
5166
5610
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5167
|
-
"repo": "nuxt-
|
|
5611
|
+
"repo": "nuxt-modules/strapi",
|
|
5168
5612
|
"npm": "@nuxtjs/strapi",
|
|
5169
5613
|
"icon": "strapi.png",
|
|
5170
|
-
"github": "https://github.com/nuxt-
|
|
5614
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5171
5615
|
"website": "https://strapi.nuxtjs.org",
|
|
5172
5616
|
"learn_more": "https://strapi.io/",
|
|
5173
5617
|
"category": "CMS",
|
|
@@ -5191,6 +5635,32 @@
|
|
|
5191
5635
|
}
|
|
5192
5636
|
}
|
|
5193
5637
|
},
|
|
5638
|
+
{
|
|
5639
|
+
"name": "stripe-next",
|
|
5640
|
+
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
5641
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5642
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5643
|
+
"icon": "stripe.png",
|
|
5644
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5645
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5646
|
+
"learn_more": "https://stripe.com/docs",
|
|
5647
|
+
"category": "Payment",
|
|
5648
|
+
"type": "3rd-party",
|
|
5649
|
+
"maintainers": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "Loic Fuentes",
|
|
5652
|
+
"github": "fuentesloic"
|
|
5653
|
+
},
|
|
5654
|
+
{
|
|
5655
|
+
"name": "Florent Giraud",
|
|
5656
|
+
"github": "flozero"
|
|
5657
|
+
}
|
|
5658
|
+
],
|
|
5659
|
+
"compatibility": {
|
|
5660
|
+
"nuxt": "^3.0.0",
|
|
5661
|
+
"requires": {}
|
|
5662
|
+
}
|
|
5663
|
+
},
|
|
5194
5664
|
{
|
|
5195
5665
|
"name": "stripe",
|
|
5196
5666
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -5238,7 +5708,7 @@
|
|
|
5238
5708
|
},
|
|
5239
5709
|
{
|
|
5240
5710
|
"name": "stylelint",
|
|
5241
|
-
"description": "Stylelint module for Nuxt.
|
|
5711
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5242
5712
|
"repo": "nuxt-community/stylelint-module",
|
|
5243
5713
|
"npm": "@nuxtjs/stylelint-module",
|
|
5244
5714
|
"icon": "stylelint.png",
|
|
@@ -5284,10 +5754,10 @@
|
|
|
5284
5754
|
{
|
|
5285
5755
|
"name": "supabase",
|
|
5286
5756
|
"description": "First class integration with Supabase",
|
|
5287
|
-
"repo": "nuxt-
|
|
5757
|
+
"repo": "nuxt-modules/supabase",
|
|
5288
5758
|
"npm": "@nuxtjs/supabase",
|
|
5289
5759
|
"icon": "supabase.png",
|
|
5290
|
-
"github": "https://github.com/nuxt-
|
|
5760
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5291
5761
|
"website": "https://supabase.nuxtjs.org",
|
|
5292
5762
|
"learn_more": "https://supabase.com",
|
|
5293
5763
|
"category": "Database",
|
|
@@ -5338,12 +5808,12 @@
|
|
|
5338
5808
|
},
|
|
5339
5809
|
{
|
|
5340
5810
|
"name": "svg-sprite",
|
|
5341
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5342
|
-
"repo": "nuxt-
|
|
5811
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5812
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5343
5813
|
"npm": "@nuxtjs/svg-sprite",
|
|
5344
5814
|
"icon": "",
|
|
5345
|
-
"github": "https://github.com/nuxt-
|
|
5346
|
-
"website": "https://github.com/nuxt-
|
|
5815
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5816
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5347
5817
|
"learn_more": "",
|
|
5348
5818
|
"category": "UI",
|
|
5349
5819
|
"type": "community",
|
|
@@ -5355,13 +5825,13 @@
|
|
|
5355
5825
|
}
|
|
5356
5826
|
],
|
|
5357
5827
|
"compatibility": {
|
|
5358
|
-
"nuxt": "^2.0.0",
|
|
5828
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
5829
|
"requires": {}
|
|
5360
5830
|
}
|
|
5361
5831
|
},
|
|
5362
5832
|
{
|
|
5363
5833
|
"name": "svg",
|
|
5364
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5834
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5365
5835
|
"repo": "nuxt-community/svg-module",
|
|
5366
5836
|
"npm": "@nuxtjs/svg",
|
|
5367
5837
|
"icon": "",
|
|
@@ -5405,7 +5875,7 @@
|
|
|
5405
5875
|
},
|
|
5406
5876
|
{
|
|
5407
5877
|
"name": "swiper",
|
|
5408
|
-
"description": "Nuxt
|
|
5878
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5409
5879
|
"repo": "cpreston321/nuxt-swiper",
|
|
5410
5880
|
"npm": "nuxt-swiper",
|
|
5411
5881
|
"icon": "swiper.svg",
|
|
@@ -5451,10 +5921,10 @@
|
|
|
5451
5921
|
{
|
|
5452
5922
|
"name": "tailwindcss",
|
|
5453
5923
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5454
|
-
"repo": "nuxt-
|
|
5924
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5455
5925
|
"npm": "@nuxtjs/tailwindcss",
|
|
5456
5926
|
"icon": "tailwindcss.png",
|
|
5457
|
-
"github": "https://github.com/nuxt-
|
|
5927
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5458
5928
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5459
5929
|
"learn_more": "https://tailwindcss.com/",
|
|
5460
5930
|
"category": "UI",
|
|
@@ -5464,6 +5934,10 @@
|
|
|
5464
5934
|
"name": "Sébastien Chopin",
|
|
5465
5935
|
"github": "Atinux",
|
|
5466
5936
|
"twitter": "Atinux"
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"name": "Inesh Bose",
|
|
5940
|
+
"github": "ineshbose"
|
|
5467
5941
|
}
|
|
5468
5942
|
],
|
|
5469
5943
|
"compatibility": {
|
|
@@ -5518,7 +5992,7 @@
|
|
|
5518
5992
|
},
|
|
5519
5993
|
{
|
|
5520
5994
|
"name": "toast",
|
|
5521
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
5995
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5522
5996
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5523
5997
|
"npm": "@nuxtjs/toast",
|
|
5524
5998
|
"icon": "",
|
|
@@ -5539,6 +6013,39 @@
|
|
|
5539
6013
|
"requires": {}
|
|
5540
6014
|
}
|
|
5541
6015
|
},
|
|
6016
|
+
{
|
|
6017
|
+
"name": "tresjs",
|
|
6018
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6019
|
+
"repo": "tresjs/nuxt",
|
|
6020
|
+
"npm": "@tresjs/nuxt",
|
|
6021
|
+
"icon": "tresjs.svg",
|
|
6022
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6023
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6024
|
+
"learn_more": "https://tresjs.org/",
|
|
6025
|
+
"category": "Libraries",
|
|
6026
|
+
"type": "3rd-party",
|
|
6027
|
+
"maintainers": [
|
|
6028
|
+
{
|
|
6029
|
+
"name": "Alvaro Saburido",
|
|
6030
|
+
"github": "alvarosabu",
|
|
6031
|
+
"twitter": "alvarosabu"
|
|
6032
|
+
},
|
|
6033
|
+
{
|
|
6034
|
+
"name": "Jaime Torrealba",
|
|
6035
|
+
"github": "JaimeTorrealba",
|
|
6036
|
+
"twitter": "jaimebboyjt"
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"name": "Tino Koch",
|
|
6040
|
+
"github": "Tinoooo",
|
|
6041
|
+
"twitter": "ichbintino"
|
|
6042
|
+
}
|
|
6043
|
+
],
|
|
6044
|
+
"compatibility": {
|
|
6045
|
+
"nuxt": "^3.0.0",
|
|
6046
|
+
"requires": {}
|
|
6047
|
+
}
|
|
6048
|
+
},
|
|
5542
6049
|
{
|
|
5543
6050
|
"name": "turnstile",
|
|
5544
6051
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5566,7 +6073,7 @@
|
|
|
5566
6073
|
},
|
|
5567
6074
|
{
|
|
5568
6075
|
"name": "twa",
|
|
5569
|
-
"description": "Nuxt
|
|
6076
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5570
6077
|
"repo": "tuarrep/nuxt-twa",
|
|
5571
6078
|
"npm": "nuxt-twa",
|
|
5572
6079
|
"icon": "",
|
|
@@ -5754,6 +6261,39 @@
|
|
|
5754
6261
|
"requires": {}
|
|
5755
6262
|
}
|
|
5756
6263
|
},
|
|
6264
|
+
{
|
|
6265
|
+
"name": "ui",
|
|
6266
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6267
|
+
"repo": "nuxt/ui#dev",
|
|
6268
|
+
"npm": "@nuxt/ui",
|
|
6269
|
+
"icon": "nuxt.svg",
|
|
6270
|
+
"github": "https://github.com/nuxt/ui",
|
|
6271
|
+
"website": "https://ui.nuxt.com",
|
|
6272
|
+
"learn_more": "",
|
|
6273
|
+
"category": "UI",
|
|
6274
|
+
"type": "official",
|
|
6275
|
+
"maintainers": [
|
|
6276
|
+
{
|
|
6277
|
+
"name": "Benjamin Canac",
|
|
6278
|
+
"github": "benjamincanac",
|
|
6279
|
+
"twitter": "benjamincanac"
|
|
6280
|
+
},
|
|
6281
|
+
{
|
|
6282
|
+
"name": "Sebastien Chopin",
|
|
6283
|
+
"github": "Atinux",
|
|
6284
|
+
"twitter": "Atinux"
|
|
6285
|
+
},
|
|
6286
|
+
{
|
|
6287
|
+
"name": "Sylvain Marroufin",
|
|
6288
|
+
"github": "smarroufin",
|
|
6289
|
+
"twitter": "smarroufin"
|
|
6290
|
+
}
|
|
6291
|
+
],
|
|
6292
|
+
"compatibility": {
|
|
6293
|
+
"nuxt": "^3.0.0",
|
|
6294
|
+
"requires": {}
|
|
6295
|
+
}
|
|
6296
|
+
},
|
|
5757
6297
|
{
|
|
5758
6298
|
"name": "umami",
|
|
5759
6299
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5802,7 +6342,7 @@
|
|
|
5802
6342
|
},
|
|
5803
6343
|
{
|
|
5804
6344
|
"name": "universal-storage",
|
|
5805
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6345
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5806
6346
|
"repo": "nuxt-community/universal-storage-module",
|
|
5807
6347
|
"npm": "@nuxtjs/universal-storage",
|
|
5808
6348
|
"icon": "",
|
|
@@ -5925,9 +6465,33 @@
|
|
|
5925
6465
|
"requires": {}
|
|
5926
6466
|
}
|
|
5927
6467
|
},
|
|
6468
|
+
{
|
|
6469
|
+
"name": "use-wagmi",
|
|
6470
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6471
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6472
|
+
"npm": "@use-wagmi/nuxt",
|
|
6473
|
+
"icon": "use-wagmi.png",
|
|
6474
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6475
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6476
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6477
|
+
"category": "Extensions",
|
|
6478
|
+
"type": "3rd-party",
|
|
6479
|
+
"maintainers": [
|
|
6480
|
+
{
|
|
6481
|
+
"name": "Unic Ape",
|
|
6482
|
+
"github": "unicape"
|
|
6483
|
+
}
|
|
6484
|
+
],
|
|
6485
|
+
"compatibility": {
|
|
6486
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6487
|
+
"requires": {
|
|
6488
|
+
"bridge": true
|
|
6489
|
+
}
|
|
6490
|
+
}
|
|
6491
|
+
},
|
|
5928
6492
|
{
|
|
5929
6493
|
"name": "user-agent",
|
|
5930
|
-
"description": "Nuxt
|
|
6494
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5931
6495
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5932
6496
|
"npm": "nuxt-user-agent",
|
|
5933
6497
|
"icon": "",
|
|
@@ -6017,9 +6581,31 @@
|
|
|
6017
6581
|
}
|
|
6018
6582
|
}
|
|
6019
6583
|
},
|
|
6584
|
+
{
|
|
6585
|
+
"name": "vcalendar",
|
|
6586
|
+
"description": "VCalendar module for Nuxt",
|
|
6587
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6588
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6589
|
+
"icon": "vcalendar.png",
|
|
6590
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6591
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6592
|
+
"learn_more": "",
|
|
6593
|
+
"category": "Libraries",
|
|
6594
|
+
"type": "3rd-party",
|
|
6595
|
+
"maintainers": [
|
|
6596
|
+
{
|
|
6597
|
+
"name": "Sam K",
|
|
6598
|
+
"github": "samk-dev"
|
|
6599
|
+
}
|
|
6600
|
+
],
|
|
6601
|
+
"compatibility": {
|
|
6602
|
+
"nuxt": "^3.0.0",
|
|
6603
|
+
"requires": {}
|
|
6604
|
+
}
|
|
6605
|
+
},
|
|
6020
6606
|
{
|
|
6021
6607
|
"name": "vee-validate",
|
|
6022
|
-
"description": "Painless Vue forms for Nuxt
|
|
6608
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6023
6609
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6024
6610
|
"npm": "@vee-validate/nuxt",
|
|
6025
6611
|
"icon": "vee-validate.png",
|
|
@@ -6109,7 +6695,7 @@
|
|
|
6109
6695
|
},
|
|
6110
6696
|
{
|
|
6111
6697
|
"name": "vite-pwa-nuxt",
|
|
6112
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6698
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6113
6699
|
"repo": "vite-pwa/nuxt",
|
|
6114
6700
|
"npm": "@vite-pwa/nuxt",
|
|
6115
6701
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6161,6 +6747,36 @@
|
|
|
6161
6747
|
"requires": {}
|
|
6162
6748
|
}
|
|
6163
6749
|
},
|
|
6750
|
+
{
|
|
6751
|
+
"name": "vue-email",
|
|
6752
|
+
"description": "Write email templates with vue",
|
|
6753
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6754
|
+
"npm": "vue-email",
|
|
6755
|
+
"icon": "vue-email.svg",
|
|
6756
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6757
|
+
"website": "https://vue-email.vercel.app/",
|
|
6758
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6759
|
+
"category": "UI",
|
|
6760
|
+
"type": "3rd-party",
|
|
6761
|
+
"maintainers": [
|
|
6762
|
+
{
|
|
6763
|
+
"name": "David Arenas",
|
|
6764
|
+
"github": "Dave136",
|
|
6765
|
+
"twitter": "davejs4",
|
|
6766
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6767
|
+
},
|
|
6768
|
+
{
|
|
6769
|
+
"name": "Younes Barrad",
|
|
6770
|
+
"github": "Flowko",
|
|
6771
|
+
"twitter": "imflowko",
|
|
6772
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6773
|
+
}
|
|
6774
|
+
],
|
|
6775
|
+
"compatibility": {
|
|
6776
|
+
"nuxt": "^3.0.0",
|
|
6777
|
+
"requires": {}
|
|
6778
|
+
}
|
|
6779
|
+
},
|
|
6164
6780
|
{
|
|
6165
6781
|
"name": "vue-macros",
|
|
6166
6782
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -6210,7 +6826,7 @@
|
|
|
6210
6826
|
},
|
|
6211
6827
|
{
|
|
6212
6828
|
"name": "vue-multiselect",
|
|
6213
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6829
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6214
6830
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6215
6831
|
"npm": "nuxt-vue-multiselect",
|
|
6216
6832
|
"icon": "",
|
|
@@ -6255,7 +6871,7 @@
|
|
|
6255
6871
|
{
|
|
6256
6872
|
"name": "vue-query",
|
|
6257
6873
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6258
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6874
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6259
6875
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6260
6876
|
"icon": "vue-query.svg",
|
|
6261
6877
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6324,7 +6940,7 @@
|
|
|
6324
6940
|
},
|
|
6325
6941
|
{
|
|
6326
6942
|
"name": "vue-warehouse",
|
|
6327
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
6943
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6328
6944
|
"repo": "juliomrqz/vue-warehouse",
|
|
6329
6945
|
"npm": "vue-warehouse",
|
|
6330
6946
|
"icon": "",
|
|
@@ -6345,6 +6961,29 @@
|
|
|
6345
6961
|
"requires": {}
|
|
6346
6962
|
}
|
|
6347
6963
|
},
|
|
6964
|
+
{
|
|
6965
|
+
"name": "vue3-carousel-nuxt",
|
|
6966
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6967
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6968
|
+
"npm": "vue3-carousel-nuxt",
|
|
6969
|
+
"icon": "",
|
|
6970
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6971
|
+
"website": "",
|
|
6972
|
+
"learn_more": "",
|
|
6973
|
+
"category": "UI",
|
|
6974
|
+
"type": "3rd-party",
|
|
6975
|
+
"maintainers": [
|
|
6976
|
+
{
|
|
6977
|
+
"name": "Gaetan SENN",
|
|
6978
|
+
"github": "gaetansenn",
|
|
6979
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6980
|
+
}
|
|
6981
|
+
],
|
|
6982
|
+
"compatibility": {
|
|
6983
|
+
"nuxt": "^3.0.0",
|
|
6984
|
+
"requires": {}
|
|
6985
|
+
}
|
|
6986
|
+
},
|
|
6348
6987
|
{
|
|
6349
6988
|
"name": "vuefire",
|
|
6350
6989
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6369,7 +7008,7 @@
|
|
|
6369
7008
|
},
|
|
6370
7009
|
{
|
|
6371
7010
|
"name": "vuestic",
|
|
6372
|
-
"description": "Vuestic UI module for Nuxt
|
|
7011
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6373
7012
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6374
7013
|
"npm": "@vuestic/nuxt",
|
|
6375
7014
|
"icon": "vuestic.png",
|
|
@@ -6389,9 +7028,31 @@
|
|
|
6389
7028
|
"requires": {}
|
|
6390
7029
|
}
|
|
6391
7030
|
},
|
|
7031
|
+
{
|
|
7032
|
+
"name": "vuetify-nuxt-module",
|
|
7033
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7034
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7035
|
+
"npm": "vuetify-nuxt-module",
|
|
7036
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7037
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7038
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7039
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7040
|
+
"category": "UI",
|
|
7041
|
+
"type": "3rd-party",
|
|
7042
|
+
"maintainers": [
|
|
7043
|
+
{
|
|
7044
|
+
"name": "Joaquín Sánchez",
|
|
7045
|
+
"github": "userquin"
|
|
7046
|
+
}
|
|
7047
|
+
],
|
|
7048
|
+
"compatibility": {
|
|
7049
|
+
"nuxt": "^3.0.0",
|
|
7050
|
+
"requires": {}
|
|
7051
|
+
}
|
|
7052
|
+
},
|
|
6392
7053
|
{
|
|
6393
7054
|
"name": "vuetify",
|
|
6394
|
-
"description": "Vuetify Module for Nuxt
|
|
7055
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6395
7056
|
"repo": "nuxt-community/vuetify-module",
|
|
6396
7057
|
"npm": "@nuxtjs/vuetify",
|
|
6397
7058
|
"icon": "vuetify.png",
|
|
@@ -6465,7 +7126,7 @@
|
|
|
6465
7126
|
},
|
|
6466
7127
|
{
|
|
6467
7128
|
"name": "vunix",
|
|
6468
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7129
|
+
"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.",
|
|
6469
7130
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6470
7131
|
"npm": "@vunix/nuxt",
|
|
6471
7132
|
"icon": "",
|
|
@@ -6489,11 +7150,11 @@
|
|
|
6489
7150
|
{
|
|
6490
7151
|
"name": "web-vitals",
|
|
6491
7152
|
"description": "Web Vitals for Nuxt",
|
|
6492
|
-
"repo": "nuxt-
|
|
7153
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6493
7154
|
"npm": "@nuxtjs/web-vitals",
|
|
6494
7155
|
"icon": "web-vitals.png",
|
|
6495
|
-
"github": "https://github.com/nuxt-
|
|
6496
|
-
"website": "https://github.com/nuxt-
|
|
7156
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7157
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6497
7158
|
"learn_more": "",
|
|
6498
7159
|
"category": "Performance",
|
|
6499
7160
|
"type": "community",
|
|
@@ -6544,7 +7205,7 @@
|
|
|
6544
7205
|
},
|
|
6545
7206
|
{
|
|
6546
7207
|
"name": "webpack-optimisations",
|
|
6547
|
-
"description": "Nuxt
|
|
7208
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6548
7209
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6549
7210
|
"npm": "nuxt-webpack-optimisations",
|
|
6550
7211
|
"icon": "build-optimisations.svg",
|
|
@@ -6636,7 +7297,7 @@
|
|
|
6636
7297
|
},
|
|
6637
7298
|
{
|
|
6638
7299
|
"name": "well-known",
|
|
6639
|
-
"description": "A Nuxt
|
|
7300
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6640
7301
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6641
7302
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6642
7303
|
"icon": "well-known.svg",
|
|
@@ -6658,7 +7319,7 @@
|
|
|
6658
7319
|
},
|
|
6659
7320
|
{
|
|
6660
7321
|
"name": "wideangle",
|
|
6661
|
-
"description": "Nuxt
|
|
7322
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6662
7323
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6663
7324
|
"npm": "wideangle-nuxt",
|
|
6664
7325
|
"icon": "wideangle.png",
|
|
@@ -6825,55 +7486,9 @@
|
|
|
6825
7486
|
"requires": {}
|
|
6826
7487
|
}
|
|
6827
7488
|
},
|
|
6828
|
-
{
|
|
6829
|
-
"name": "yandex-metrika-next",
|
|
6830
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6831
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6832
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6833
|
-
"icon": "yandex-metrika.svg",
|
|
6834
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6835
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6836
|
-
"learn_more": "",
|
|
6837
|
-
"category": "Analytics",
|
|
6838
|
-
"type": "3rd-party",
|
|
6839
|
-
"maintainers": [
|
|
6840
|
-
{
|
|
6841
|
-
"name": "Aleksandr Saburov",
|
|
6842
|
-
"github": "artmizu",
|
|
6843
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6844
|
-
}
|
|
6845
|
-
],
|
|
6846
|
-
"compatibility": {
|
|
6847
|
-
"nuxt": "^3.0.0",
|
|
6848
|
-
"requires": {}
|
|
6849
|
-
}
|
|
6850
|
-
},
|
|
6851
|
-
{
|
|
6852
|
-
"name": "yandex-metrika",
|
|
6853
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6854
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6855
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6856
|
-
"icon": "",
|
|
6857
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6858
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6859
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6860
|
-
"category": "Analytics",
|
|
6861
|
-
"type": "community",
|
|
6862
|
-
"maintainers": [
|
|
6863
|
-
{
|
|
6864
|
-
"name": "Pooya Parsa",
|
|
6865
|
-
"github": "pi0",
|
|
6866
|
-
"twitter": "_pi0_"
|
|
6867
|
-
}
|
|
6868
|
-
],
|
|
6869
|
-
"compatibility": {
|
|
6870
|
-
"nuxt": "^2.0.0",
|
|
6871
|
-
"requires": {}
|
|
6872
|
-
}
|
|
6873
|
-
},
|
|
6874
7489
|
{
|
|
6875
7490
|
"name": "zendesk",
|
|
6876
|
-
"description": "Nuxt
|
|
7491
|
+
"description": "Nuxt module for Zendesk",
|
|
6877
7492
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6878
7493
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6879
7494
|
"icon": "zendesk.png",
|