@nuxt/modules 0.6.0-a0c475 → 0.6.0-a0cae5
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 +855 -296
- 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",
|
|
@@ -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,14 @@
|
|
|
1199
1289
|
}
|
|
1200
1290
|
],
|
|
1201
1291
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1205
|
-
}
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {},
|
|
1294
|
+
"devtools": "^0.0.0"
|
|
1206
1295
|
}
|
|
1207
1296
|
},
|
|
1208
1297
|
{
|
|
1209
1298
|
"name": "disqus",
|
|
1210
|
-
"description": "Disqus for Nuxt
|
|
1299
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1211
1300
|
"repo": "modbender/nuxt-disqus",
|
|
1212
1301
|
"npm": "nuxt-disqus",
|
|
1213
1302
|
"icon": "disqus.svg",
|
|
@@ -1229,7 +1318,7 @@
|
|
|
1229
1318
|
},
|
|
1230
1319
|
{
|
|
1231
1320
|
"name": "dotenv",
|
|
1232
|
-
"description": "A Nuxt
|
|
1321
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1233
1322
|
"repo": "nuxt-community/dotenv-module",
|
|
1234
1323
|
"npm": "@nuxtjs/dotenv",
|
|
1235
1324
|
"icon": "dotenv.png",
|
|
@@ -1251,7 +1340,7 @@
|
|
|
1251
1340
|
},
|
|
1252
1341
|
{
|
|
1253
1342
|
"name": "drupal-ce",
|
|
1254
|
-
"description": "Connects Nuxt
|
|
1343
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1255
1344
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1256
1345
|
"npm": "nuxtjs-drupal-ce",
|
|
1257
1346
|
"icon": "drupal-ce.png",
|
|
@@ -1284,7 +1373,7 @@
|
|
|
1284
1373
|
},
|
|
1285
1374
|
{
|
|
1286
1375
|
"name": "druxt",
|
|
1287
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1376
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1288
1377
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1289
1378
|
"npm": "druxt",
|
|
1290
1379
|
"icon": "druxt.svg",
|
|
@@ -1352,7 +1441,7 @@
|
|
|
1352
1441
|
},
|
|
1353
1442
|
{
|
|
1354
1443
|
"name": "emotion",
|
|
1355
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1444
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1356
1445
|
"repo": "nuxt-modules/emotion",
|
|
1357
1446
|
"npm": "@nuxtjs/emotion",
|
|
1358
1447
|
"icon": "emotion.png",
|
|
@@ -1380,7 +1469,7 @@
|
|
|
1380
1469
|
},
|
|
1381
1470
|
{
|
|
1382
1471
|
"name": "eslint",
|
|
1383
|
-
"description": "ESLint module for Nuxt
|
|
1472
|
+
"description": "ESLint module for Nuxt",
|
|
1384
1473
|
"repo": "nuxt-community/eslint-module",
|
|
1385
1474
|
"npm": "@nuxtjs/eslint-module",
|
|
1386
1475
|
"icon": "eslint.png",
|
|
@@ -1402,7 +1491,7 @@
|
|
|
1402
1491
|
},
|
|
1403
1492
|
{
|
|
1404
1493
|
"name": "event-trace",
|
|
1405
|
-
"description": "Module for event trace in Nuxt
|
|
1494
|
+
"description": "Module for event trace in Nuxt",
|
|
1406
1495
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1407
1496
|
"npm": "nuxt-event-trace",
|
|
1408
1497
|
"icon": "",
|
|
@@ -1446,7 +1535,7 @@
|
|
|
1446
1535
|
},
|
|
1447
1536
|
{
|
|
1448
1537
|
"name": "feature-toggle",
|
|
1449
|
-
"description": "Feature toggle module for Nuxt
|
|
1538
|
+
"description": "Feature toggle module for Nuxt",
|
|
1450
1539
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1451
1540
|
"npm": "nuxt-feature-toggle",
|
|
1452
1541
|
"icon": "",
|
|
@@ -1513,7 +1602,7 @@
|
|
|
1513
1602
|
},
|
|
1514
1603
|
{
|
|
1515
1604
|
"name": "floating-prompt-module",
|
|
1516
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1605
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1517
1606
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1518
1607
|
"npm": "nuxt-floating-prompt-module",
|
|
1519
1608
|
"icon": "",
|
|
@@ -1625,11 +1714,11 @@
|
|
|
1625
1714
|
{
|
|
1626
1715
|
"name": "form-actions",
|
|
1627
1716
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1628
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1717
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1629
1718
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1630
1719
|
"icon": "form-actions.svg",
|
|
1631
1720
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1632
|
-
"website": "https://
|
|
1721
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1633
1722
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1634
1723
|
"category": "Request",
|
|
1635
1724
|
"type": "3rd-party",
|
|
@@ -1641,7 +1730,7 @@
|
|
|
1641
1730
|
}
|
|
1642
1731
|
],
|
|
1643
1732
|
"compatibility": {
|
|
1644
|
-
"nuxt": "^3.
|
|
1733
|
+
"nuxt": "^3.7.0",
|
|
1645
1734
|
"requires": {}
|
|
1646
1735
|
}
|
|
1647
1736
|
},
|
|
@@ -1719,7 +1808,7 @@
|
|
|
1719
1808
|
},
|
|
1720
1809
|
{
|
|
1721
1810
|
"name": "google-adsense",
|
|
1722
|
-
"description": "Google Adsense Module for Nuxt
|
|
1811
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1723
1812
|
"repo": "nuxt-community/google-adsense-module",
|
|
1724
1813
|
"npm": "@nuxtjs/google-adsense",
|
|
1725
1814
|
"icon": "google-adsense.png",
|
|
@@ -1745,7 +1834,7 @@
|
|
|
1745
1834
|
},
|
|
1746
1835
|
{
|
|
1747
1836
|
"name": "google-analytics",
|
|
1748
|
-
"description": "Google analytics Module for Nuxt
|
|
1837
|
+
"description": "Google analytics Module for Nuxt",
|
|
1749
1838
|
"repo": "nuxt-community/analytics-module",
|
|
1750
1839
|
"npm": "@nuxtjs/google-analytics",
|
|
1751
1840
|
"icon": "google-analytics.png",
|
|
@@ -1777,12 +1866,12 @@
|
|
|
1777
1866
|
},
|
|
1778
1867
|
{
|
|
1779
1868
|
"name": "google-fonts",
|
|
1780
|
-
"description": "Google Fonts module for
|
|
1781
|
-
"repo": "nuxt-
|
|
1869
|
+
"description": "Google Fonts module for Nuxt",
|
|
1870
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1782
1871
|
"npm": "@nuxtjs/google-fonts",
|
|
1783
1872
|
"icon": "google-fonts.png",
|
|
1784
|
-
"github": "https://github.com/nuxt-
|
|
1785
|
-
"website": "https://
|
|
1873
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1874
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1786
1875
|
"learn_more": "https://developers.google.com/fonts",
|
|
1787
1876
|
"category": "Fonts",
|
|
1788
1877
|
"type": "community",
|
|
@@ -1801,7 +1890,7 @@
|
|
|
1801
1890
|
},
|
|
1802
1891
|
{
|
|
1803
1892
|
"name": "google-gtag",
|
|
1804
|
-
"description": "Google GTag for Nuxt
|
|
1893
|
+
"description": "Google GTag for Nuxt",
|
|
1805
1894
|
"repo": "nuxt-community/google-gtag",
|
|
1806
1895
|
"npm": "@nuxtjs/google-gtag",
|
|
1807
1896
|
"icon": "gtm.png",
|
|
@@ -1827,7 +1916,7 @@
|
|
|
1827
1916
|
},
|
|
1828
1917
|
{
|
|
1829
1918
|
"name": "google-optimize",
|
|
1830
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1919
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1831
1920
|
"repo": "nuxt-community/google-optimize-module",
|
|
1832
1921
|
"npm": "nuxt-google-optimize",
|
|
1833
1922
|
"icon": "google-optimize.png",
|
|
@@ -1882,7 +1971,7 @@
|
|
|
1882
1971
|
},
|
|
1883
1972
|
{
|
|
1884
1973
|
"name": "graphql-request",
|
|
1885
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1974
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1886
1975
|
"repo": "gomah/nuxt-graphql-request",
|
|
1887
1976
|
"npm": "nuxt-graphql-request",
|
|
1888
1977
|
"icon": "graphql-request.png",
|
|
@@ -1898,7 +1987,7 @@
|
|
|
1898
1987
|
}
|
|
1899
1988
|
],
|
|
1900
1989
|
"compatibility": {
|
|
1901
|
-
"nuxt": "^2.0.0",
|
|
1990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1902
1991
|
"requires": {}
|
|
1903
1992
|
}
|
|
1904
1993
|
},
|
|
@@ -1921,12 +2010,13 @@
|
|
|
1921
2010
|
],
|
|
1922
2011
|
"compatibility": {
|
|
1923
2012
|
"nuxt": "^3.0.0",
|
|
1924
|
-
"requires": {}
|
|
2013
|
+
"requires": {},
|
|
2014
|
+
"devtools": "^0.0.0"
|
|
1925
2015
|
}
|
|
1926
2016
|
},
|
|
1927
2017
|
{
|
|
1928
2018
|
"name": "gtag",
|
|
1929
|
-
"description": "Google Analytics integration for Nuxt
|
|
2019
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1930
2020
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1931
2021
|
"npm": "nuxt-gtag",
|
|
1932
2022
|
"icon": "gtag.svg",
|
|
@@ -1950,7 +2040,7 @@
|
|
|
1950
2040
|
},
|
|
1951
2041
|
{
|
|
1952
2042
|
"name": "gtm",
|
|
1953
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2043
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1954
2044
|
"repo": "nuxt-community/gtm-module",
|
|
1955
2045
|
"npm": "@nuxtjs/gtm",
|
|
1956
2046
|
"icon": "gtm.png",
|
|
@@ -1973,7 +2063,7 @@
|
|
|
1973
2063
|
},
|
|
1974
2064
|
{
|
|
1975
2065
|
"name": "guess",
|
|
1976
|
-
"description": "Guess.js module for Nuxt
|
|
2066
|
+
"description": "Guess.js module for Nuxt",
|
|
1977
2067
|
"repo": "nuxt-community/guess-module",
|
|
1978
2068
|
"npm": "@nuxtjs/guess-module",
|
|
1979
2069
|
"icon": "guessjs.png",
|
|
@@ -2085,7 +2175,7 @@
|
|
|
2085
2175
|
},
|
|
2086
2176
|
{
|
|
2087
2177
|
"name": "helmet",
|
|
2088
|
-
"description": "Easy Helmet module with Nuxt
|
|
2178
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2089
2179
|
"repo": "victor-perez/nuxt-helmet",
|
|
2090
2180
|
"npm": "nuxt-helmet",
|
|
2091
2181
|
"icon": "",
|
|
@@ -2129,7 +2219,7 @@
|
|
|
2129
2219
|
},
|
|
2130
2220
|
{
|
|
2131
2221
|
"name": "history-state",
|
|
2132
|
-
"description": "Nuxt
|
|
2222
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2133
2223
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2134
2224
|
"npm": "nuxt-history-state",
|
|
2135
2225
|
"icon": "",
|
|
@@ -2198,7 +2288,7 @@
|
|
|
2198
2288
|
},
|
|
2199
2289
|
{
|
|
2200
2290
|
"name": "http",
|
|
2201
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2291
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2202
2292
|
"repo": "nuxt/http",
|
|
2203
2293
|
"npm": "@nuxt/http",
|
|
2204
2294
|
"icon": "http.png",
|
|
@@ -2226,7 +2316,7 @@
|
|
|
2226
2316
|
},
|
|
2227
2317
|
{
|
|
2228
2318
|
"name": "humans-txt",
|
|
2229
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2319
|
+
"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.",
|
|
2230
2320
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2231
2321
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2232
2322
|
"icon": "",
|
|
@@ -2250,11 +2340,11 @@
|
|
|
2250
2340
|
{
|
|
2251
2341
|
"name": "i18n",
|
|
2252
2342
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2253
|
-
"repo": "nuxt-
|
|
2343
|
+
"repo": "nuxt-modules/i18n",
|
|
2254
2344
|
"npm": "@nuxtjs/i18n",
|
|
2255
2345
|
"icon": "i18n.png",
|
|
2256
|
-
"github": "https://github.com/nuxt-
|
|
2257
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2346
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2347
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2258
2348
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2259
2349
|
"category": "Extensions",
|
|
2260
2350
|
"type": "community",
|
|
@@ -2314,7 +2404,8 @@
|
|
|
2314
2404
|
],
|
|
2315
2405
|
"compatibility": {
|
|
2316
2406
|
"nuxt": "^3.0.0",
|
|
2317
|
-
"requires": {}
|
|
2407
|
+
"requires": {},
|
|
2408
|
+
"devtools": "^0.0.0"
|
|
2318
2409
|
}
|
|
2319
2410
|
},
|
|
2320
2411
|
{
|
|
@@ -2363,12 +2454,12 @@
|
|
|
2363
2454
|
},
|
|
2364
2455
|
{
|
|
2365
2456
|
"name": "image",
|
|
2366
|
-
"description": "Optimised images for
|
|
2457
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2367
2458
|
"repo": "nuxt/image",
|
|
2368
2459
|
"npm": "@nuxt/image",
|
|
2369
2460
|
"icon": "image.png",
|
|
2370
2461
|
"github": "https://github.com/nuxt/image",
|
|
2371
|
-
"website": "https://image.
|
|
2462
|
+
"website": "https://image.nuxt.com",
|
|
2372
2463
|
"learn_more": "",
|
|
2373
2464
|
"category": "Images",
|
|
2374
2465
|
"type": "official",
|
|
@@ -2378,6 +2469,11 @@
|
|
|
2378
2469
|
"github": "farnabaz",
|
|
2379
2470
|
"twitter": "a_birang"
|
|
2380
2471
|
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "Daniel Roe",
|
|
2474
|
+
"github": "danielroe",
|
|
2475
|
+
"twitter": "danielcroe"
|
|
2476
|
+
},
|
|
2381
2477
|
{
|
|
2382
2478
|
"name": "Pooya Parsa",
|
|
2383
2479
|
"github": "pi0",
|
|
@@ -2398,7 +2494,7 @@
|
|
|
2398
2494
|
},
|
|
2399
2495
|
{
|
|
2400
2496
|
"name": "imagemin",
|
|
2401
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2497
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2402
2498
|
"repo": "nuxt-community/imagemin-module",
|
|
2403
2499
|
"npm": "@nuxtjs/imagemin",
|
|
2404
2500
|
"icon": "imagemin.png",
|
|
@@ -2445,7 +2541,7 @@
|
|
|
2445
2541
|
},
|
|
2446
2542
|
{
|
|
2447
2543
|
"name": "intercom",
|
|
2448
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2544
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2449
2545
|
"repo": "hex-digital/nuxt-intercom",
|
|
2450
2546
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2451
2547
|
"icon": "intercom.png",
|
|
@@ -2490,7 +2586,7 @@
|
|
|
2490
2586
|
},
|
|
2491
2587
|
{
|
|
2492
2588
|
"name": "jsonapi",
|
|
2493
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2589
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2494
2590
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2495
2591
|
"npm": "nuxt-jsonapi",
|
|
2496
2592
|
"icon": "jsonapi.svg",
|
|
@@ -2532,9 +2628,36 @@
|
|
|
2532
2628
|
"requires": {}
|
|
2533
2629
|
}
|
|
2534
2630
|
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kinde",
|
|
2633
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2634
|
+
"repo": "nuxt-modules/kinde",
|
|
2635
|
+
"npm": "@nuxtjs/kinde",
|
|
2636
|
+
"icon": "kinde.svg",
|
|
2637
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2638
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2639
|
+
"learn_more": "https://kinde.com/",
|
|
2640
|
+
"category": "Security",
|
|
2641
|
+
"type": "community",
|
|
2642
|
+
"maintainers": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "danielroe",
|
|
2645
|
+
"github": "danielroe"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "daveordead",
|
|
2649
|
+
"github": "DaveOrDead",
|
|
2650
|
+
"twitter": "dave_or_dead"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"compatibility": {
|
|
2654
|
+
"nuxt": "^3.0.0",
|
|
2655
|
+
"requires": {}
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2535
2658
|
{
|
|
2536
2659
|
"name": "kql",
|
|
2537
|
-
"description": "Nuxt
|
|
2660
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2538
2661
|
"repo": "johannschopplich/nuxt-kql",
|
|
2539
2662
|
"npm": "nuxt-kql",
|
|
2540
2663
|
"icon": "kql.svg",
|
|
@@ -2558,7 +2681,7 @@
|
|
|
2558
2681
|
},
|
|
2559
2682
|
{
|
|
2560
2683
|
"name": "laravel-echo",
|
|
2561
|
-
"description": "Laravel Echo for Nuxt
|
|
2684
|
+
"description": "Laravel Echo for Nuxt",
|
|
2562
2685
|
"repo": "nuxt-community/laravel-echo",
|
|
2563
2686
|
"npm": "@nuxtjs/laravel-echo",
|
|
2564
2687
|
"icon": "laravel-echo.png",
|
|
@@ -2646,13 +2769,13 @@
|
|
|
2646
2769
|
},
|
|
2647
2770
|
{
|
|
2648
2771
|
"name": "link-checker",
|
|
2649
|
-
"description": "
|
|
2772
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2650
2773
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2651
2774
|
"npm": "nuxt-link-checker",
|
|
2652
|
-
"icon": "",
|
|
2775
|
+
"icon": "link-checker.svg",
|
|
2653
2776
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2654
|
-
"website": "https://
|
|
2655
|
-
"learn_more": "",
|
|
2777
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2778
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2656
2779
|
"category": "SEO",
|
|
2657
2780
|
"type": "3rd-party",
|
|
2658
2781
|
"maintainers": [
|
|
@@ -2665,7 +2788,8 @@
|
|
|
2665
2788
|
],
|
|
2666
2789
|
"compatibility": {
|
|
2667
2790
|
"nuxt": "^3.0.0",
|
|
2668
|
-
"requires": {}
|
|
2791
|
+
"requires": {},
|
|
2792
|
+
"devtools": "^0.0.0"
|
|
2669
2793
|
}
|
|
2670
2794
|
},
|
|
2671
2795
|
{
|
|
@@ -2742,12 +2866,12 @@
|
|
|
2742
2866
|
},
|
|
2743
2867
|
{
|
|
2744
2868
|
"name": "logrocket",
|
|
2745
|
-
"description": "LogRocket module for Nuxt
|
|
2746
|
-
"repo": "nuxt-
|
|
2869
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2870
|
+
"repo": "nuxt-modules/logrocket",
|
|
2747
2871
|
"npm": "nuxt-logrocket",
|
|
2748
2872
|
"icon": "logrocket.png",
|
|
2749
|
-
"github": "https://github.com/nuxt-
|
|
2750
|
-
"website": "https://github.com/nuxt-
|
|
2873
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2874
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2751
2875
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2752
2876
|
"category": "Monitoring",
|
|
2753
2877
|
"type": "community",
|
|
@@ -2763,9 +2887,35 @@
|
|
|
2763
2887
|
"requires": {}
|
|
2764
2888
|
}
|
|
2765
2889
|
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "lucide-icons",
|
|
2892
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2893
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2894
|
+
"npm": "nuxt-lucide-icons",
|
|
2895
|
+
"icon": "lucide-icons.svg",
|
|
2896
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2897
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2898
|
+
"learn_more": "",
|
|
2899
|
+
"category": "UI",
|
|
2900
|
+
"type": "3rd-party",
|
|
2901
|
+
"maintainers": [
|
|
2902
|
+
{
|
|
2903
|
+
"name": "SWIS",
|
|
2904
|
+
"github": "swisnl"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"name": "Jasper Zonneveld",
|
|
2908
|
+
"github": "JaZo"
|
|
2909
|
+
}
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^3.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2766
2916
|
{
|
|
2767
2917
|
"name": "lunr",
|
|
2768
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2918
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2769
2919
|
"repo": "nuxt-community/lunr-module",
|
|
2770
2920
|
"npm": "@nuxtjs/lunr-module",
|
|
2771
2921
|
"icon": "",
|
|
@@ -2853,6 +3003,28 @@
|
|
|
2853
3003
|
"requires": {}
|
|
2854
3004
|
}
|
|
2855
3005
|
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "maz-ui",
|
|
3008
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3009
|
+
"repo": "louismazel/maz-ui",
|
|
3010
|
+
"npm": "maz-ui",
|
|
3011
|
+
"icon": "maz-ui.png",
|
|
3012
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3013
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3014
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3015
|
+
"category": "UI",
|
|
3016
|
+
"type": "community",
|
|
3017
|
+
"maintainers": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "Loïc Mazuel",
|
|
3020
|
+
"github": "LouisMazel"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"compatibility": {
|
|
3024
|
+
"nuxt": "^3.0.0",
|
|
3025
|
+
"requires": {}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
2856
3028
|
{
|
|
2857
3029
|
"name": "mdx",
|
|
2858
3030
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2878,7 +3050,7 @@
|
|
|
2878
3050
|
},
|
|
2879
3051
|
{
|
|
2880
3052
|
"name": "medusa",
|
|
2881
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3053
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2882
3054
|
"repo": "Baroshem/nuxt-medusa",
|
|
2883
3055
|
"npm": "nuxt-medusa",
|
|
2884
3056
|
"icon": "medusa.svg",
|
|
@@ -2903,7 +3075,7 @@
|
|
|
2903
3075
|
},
|
|
2904
3076
|
{
|
|
2905
3077
|
"name": "meilisearch",
|
|
2906
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3078
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2907
3079
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2908
3080
|
"npm": "nuxt-meilisearch",
|
|
2909
3081
|
"icon": "meilisearch.svg",
|
|
@@ -2923,7 +3095,8 @@
|
|
|
2923
3095
|
"nuxt": "^3.0.0",
|
|
2924
3096
|
"requires": {
|
|
2925
3097
|
"bridge": false
|
|
2926
|
-
}
|
|
3098
|
+
},
|
|
3099
|
+
"devtools": "^0.0.0"
|
|
2927
3100
|
}
|
|
2928
3101
|
},
|
|
2929
3102
|
{
|
|
@@ -2995,7 +3168,7 @@
|
|
|
2995
3168
|
},
|
|
2996
3169
|
{
|
|
2997
3170
|
"name": "moment",
|
|
2998
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3171
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2999
3172
|
"repo": "nuxt-community/moment-module",
|
|
3000
3173
|
"npm": "@nuxtjs/moment",
|
|
3001
3174
|
"icon": "momentjs.png",
|
|
@@ -3022,7 +3195,7 @@
|
|
|
3022
3195
|
},
|
|
3023
3196
|
{
|
|
3024
3197
|
"name": "mq",
|
|
3025
|
-
"description": "vue-mq module for Nuxt.
|
|
3198
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3026
3199
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3027
3200
|
"npm": "nuxt-mq",
|
|
3028
3201
|
"icon": "",
|
|
@@ -3066,7 +3239,7 @@
|
|
|
3066
3239
|
},
|
|
3067
3240
|
{
|
|
3068
3241
|
"name": "netlify-cache",
|
|
3069
|
-
"description": "Nuxt
|
|
3242
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3070
3243
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3071
3244
|
"npm": "nuxt-netlify-cache",
|
|
3072
3245
|
"icon": "netlify.png",
|
|
@@ -3111,7 +3284,7 @@
|
|
|
3111
3284
|
},
|
|
3112
3285
|
{
|
|
3113
3286
|
"name": "netlify",
|
|
3114
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3287
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3115
3288
|
"repo": "bazzite/nuxt-netlify",
|
|
3116
3289
|
"npm": "@aceforth/nuxt-netlify",
|
|
3117
3290
|
"icon": "netlify.png",
|
|
@@ -3226,30 +3399,52 @@
|
|
|
3226
3399
|
}
|
|
3227
3400
|
},
|
|
3228
3401
|
{
|
|
3229
|
-
"name": "nuxt-auth",
|
|
3230
|
-
"description": "",
|
|
3231
|
-
"repo": "
|
|
3232
|
-
"npm": "@
|
|
3402
|
+
"name": "nuxt-basic-auth",
|
|
3403
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3404
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3405
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3233
3406
|
"icon": "",
|
|
3234
|
-
"github": "https://github.com/
|
|
3235
|
-
"website": "https://github.com/
|
|
3407
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3408
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3236
3409
|
"learn_more": "",
|
|
3237
|
-
"category": "
|
|
3410
|
+
"category": "Security",
|
|
3238
3411
|
"type": "3rd-party",
|
|
3239
3412
|
"maintainers": [
|
|
3240
3413
|
{
|
|
3241
|
-
"name": "
|
|
3242
|
-
"github": "
|
|
3414
|
+
"name": "kgierke",
|
|
3415
|
+
"github": "kgierke"
|
|
3243
3416
|
}
|
|
3244
3417
|
],
|
|
3245
3418
|
"compatibility": {
|
|
3246
|
-
"nuxt": "^
|
|
3419
|
+
"nuxt": "^3.0.0",
|
|
3420
|
+
"requires": {}
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "nuxt-bootstrap-icons",
|
|
3425
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3426
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3427
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3428
|
+
"icon": "bootstrap-icons.svg",
|
|
3429
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3430
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3431
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3432
|
+
"category": "UI",
|
|
3433
|
+
"type": "3rd-party",
|
|
3434
|
+
"maintainers": [
|
|
3435
|
+
{
|
|
3436
|
+
"name": "OyewoleOyedeji",
|
|
3437
|
+
"github": "OyewoleOyedeji"
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"compatibility": {
|
|
3441
|
+
"nuxt": "^3.0.0",
|
|
3247
3442
|
"requires": {}
|
|
3248
3443
|
}
|
|
3249
3444
|
},
|
|
3250
3445
|
{
|
|
3251
3446
|
"name": "nuxt-chatgpt",
|
|
3252
|
-
"description": "ChatGPT integration for Nuxt
|
|
3447
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3253
3448
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3254
3449
|
"npm": "nuxt-chatgpt",
|
|
3255
3450
|
"icon": "chatgpt.svg",
|
|
@@ -3269,6 +3464,54 @@
|
|
|
3269
3464
|
"requires": {}
|
|
3270
3465
|
}
|
|
3271
3466
|
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "nuxt-facebook-chat",
|
|
3469
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3470
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3471
|
+
"npm": "nuxt-facebook-chat",
|
|
3472
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3473
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3474
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3475
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3476
|
+
"category": "Libraries",
|
|
3477
|
+
"type": "3rd-party",
|
|
3478
|
+
"maintainers": [
|
|
3479
|
+
{
|
|
3480
|
+
"name": "Supanut Dokmaithong",
|
|
3481
|
+
"github": "Boomgeek"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "superdev-tech",
|
|
3485
|
+
"github": "superdev-tech"
|
|
3486
|
+
}
|
|
3487
|
+
],
|
|
3488
|
+
"compatibility": {
|
|
3489
|
+
"nuxt": "^3.0.0",
|
|
3490
|
+
"requires": {}
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "nuxt-feedme",
|
|
3495
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3496
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3497
|
+
"npm": "nuxt-feedme",
|
|
3498
|
+
"icon": "",
|
|
3499
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3500
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3501
|
+
"learn_more": "",
|
|
3502
|
+
"category": "SEO",
|
|
3503
|
+
"type": "3rd-party",
|
|
3504
|
+
"maintainers": [
|
|
3505
|
+
{
|
|
3506
|
+
"name": "Helltraitor",
|
|
3507
|
+
"github": "helltraitor"
|
|
3508
|
+
}
|
|
3509
|
+
],
|
|
3510
|
+
"compatibility": {
|
|
3511
|
+
"nuxt": "^3.0.0",
|
|
3512
|
+
"requires": {}
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3272
3515
|
{
|
|
3273
3516
|
"name": "nuxt-graphql-middleware",
|
|
3274
3517
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3322,7 +3565,7 @@
|
|
|
3322
3565
|
},
|
|
3323
3566
|
{
|
|
3324
3567
|
"name": "nuxt-gtm",
|
|
3325
|
-
"description": "A Nuxt
|
|
3568
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3326
3569
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3327
3570
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3328
3571
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3339,7 +3582,8 @@
|
|
|
3339
3582
|
],
|
|
3340
3583
|
"compatibility": {
|
|
3341
3584
|
"nuxt": "^3.0.0",
|
|
3342
|
-
"requires": {}
|
|
3585
|
+
"requires": {},
|
|
3586
|
+
"devtools": "^0.0.0"
|
|
3343
3587
|
}
|
|
3344
3588
|
},
|
|
3345
3589
|
{
|
|
@@ -3366,6 +3610,28 @@
|
|
|
3366
3610
|
}
|
|
3367
3611
|
}
|
|
3368
3612
|
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "nuxt-jsonld",
|
|
3615
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3616
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3617
|
+
"npm": "nuxt-jsonld",
|
|
3618
|
+
"icon": "",
|
|
3619
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3620
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3621
|
+
"learn_more": "",
|
|
3622
|
+
"category": "SEO",
|
|
3623
|
+
"type": "3rd-party",
|
|
3624
|
+
"maintainers": [
|
|
3625
|
+
{
|
|
3626
|
+
"name": "ymmooot",
|
|
3627
|
+
"github": "ymmooot"
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"compatibility": {
|
|
3631
|
+
"nuxt": "^3.0.0",
|
|
3632
|
+
"requires": {}
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3369
3635
|
{
|
|
3370
3636
|
"name": "nuxt-localtunnel",
|
|
3371
3637
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3391,7 +3657,7 @@
|
|
|
3391
3657
|
},
|
|
3392
3658
|
{
|
|
3393
3659
|
"name": "nuxt-loco",
|
|
3394
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3660
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3395
3661
|
"repo": "gaetansenn/nuxt-loco",
|
|
3396
3662
|
"npm": "nuxt-loco",
|
|
3397
3663
|
"icon": "",
|
|
@@ -3434,6 +3700,28 @@
|
|
|
3434
3700
|
"requires": {}
|
|
3435
3701
|
}
|
|
3436
3702
|
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-mdi",
|
|
3705
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3706
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3707
|
+
"npm": "nuxt-mdi",
|
|
3708
|
+
"icon": "mdi.png",
|
|
3709
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3710
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3711
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3712
|
+
"category": "Libraries",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "Emil Rosenius",
|
|
3717
|
+
"github": "ERPedersen"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3437
3725
|
{
|
|
3438
3726
|
"name": "nuxt-monaco-editor",
|
|
3439
3727
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3458,7 +3746,7 @@
|
|
|
3458
3746
|
},
|
|
3459
3747
|
{
|
|
3460
3748
|
"name": "nuxt-mongoose",
|
|
3461
|
-
"description": "A Nuxt
|
|
3749
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3462
3750
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3463
3751
|
"npm": "nuxt-mongoose",
|
|
3464
3752
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3473,6 +3761,30 @@
|
|
|
3473
3761
|
"github": "arashsheyda"
|
|
3474
3762
|
}
|
|
3475
3763
|
],
|
|
3764
|
+
"compatibility": {
|
|
3765
|
+
"nuxt": "^3.0.0",
|
|
3766
|
+
"requires": {},
|
|
3767
|
+
"devtools": "^0.0.0"
|
|
3768
|
+
}
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "nuxt-payload-analyzer",
|
|
3772
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3773
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3774
|
+
"npm": "nuxt-payload-analyzer",
|
|
3775
|
+
"icon": "",
|
|
3776
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3777
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3778
|
+
"learn_more": "",
|
|
3779
|
+
"category": "Performance",
|
|
3780
|
+
"type": "3rd-party",
|
|
3781
|
+
"maintainers": [
|
|
3782
|
+
{
|
|
3783
|
+
"name": "Barbapapazes",
|
|
3784
|
+
"github": "Barbapapazes",
|
|
3785
|
+
"twitter": "soubiran_"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3476
3788
|
"compatibility": {
|
|
3477
3789
|
"nuxt": "^3.0.0",
|
|
3478
3790
|
"requires": {}
|
|
@@ -3547,7 +3859,7 @@
|
|
|
3547
3859
|
},
|
|
3548
3860
|
{
|
|
3549
3861
|
"name": "plausible",
|
|
3550
|
-
"description": "Nuxt
|
|
3862
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3551
3863
|
"repo": "nuxt-modules/plausible",
|
|
3552
3864
|
"npm": "@nuxtjs/plausible",
|
|
3553
3865
|
"icon": "plausible.png",
|
|
@@ -3569,7 +3881,7 @@
|
|
|
3569
3881
|
},
|
|
3570
3882
|
{
|
|
3571
3883
|
"name": "nuxt-plotly",
|
|
3572
|
-
"description": "nuxt-plotly
|
|
3884
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3573
3885
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3574
3886
|
"npm": "nuxt-plotly",
|
|
3575
3887
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3595,7 +3907,7 @@
|
|
|
3595
3907
|
},
|
|
3596
3908
|
{
|
|
3597
3909
|
"name": "nuxt-png-to-ico",
|
|
3598
|
-
"description": "Nuxt
|
|
3910
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3599
3911
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3600
3912
|
"npm": "nuxt-png-to-ico",
|
|
3601
3913
|
"icon": "",
|
|
@@ -3618,7 +3930,7 @@
|
|
|
3618
3930
|
},
|
|
3619
3931
|
{
|
|
3620
3932
|
"name": "nuxt-smartlook",
|
|
3621
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3933
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3622
3934
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3623
3935
|
"npm": "nuxt-smartlook",
|
|
3624
3936
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3670,7 +3982,7 @@
|
|
|
3670
3982
|
},
|
|
3671
3983
|
{
|
|
3672
3984
|
"name": "nuxt-storm",
|
|
3673
|
-
"description": "WebStorm & PHPStorm support for
|
|
3985
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3674
3986
|
"repo": "fumeapp/nuxt-storm",
|
|
3675
3987
|
"npm": "nuxt-storm",
|
|
3676
3988
|
"icon": "nuxt-storm.png",
|
|
@@ -3714,7 +4026,7 @@
|
|
|
3714
4026
|
},
|
|
3715
4027
|
{
|
|
3716
4028
|
"name": "nuxt-unleash",
|
|
3717
|
-
"description": "Nuxt
|
|
4029
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3718
4030
|
"repo": "conejerock/nuxt-unleash",
|
|
3719
4031
|
"npm": "nuxt-unleash",
|
|
3720
4032
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3826,7 +4138,7 @@
|
|
|
3826
4138
|
},
|
|
3827
4139
|
{
|
|
3828
4140
|
"name": "nuxt-vuetify",
|
|
3829
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4141
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3830
4142
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3831
4143
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3832
4144
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3846,9 +4158,31 @@
|
|
|
3846
4158
|
"requires": {}
|
|
3847
4159
|
}
|
|
3848
4160
|
},
|
|
4161
|
+
{
|
|
4162
|
+
"name": "nuxt3-leaflet",
|
|
4163
|
+
"description": "Leaflet integration with Nuxt",
|
|
4164
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4165
|
+
"npm": "nuxt3-leaflet",
|
|
4166
|
+
"icon": "leaflet.png",
|
|
4167
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4168
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4169
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4170
|
+
"category": "Libraries",
|
|
4171
|
+
"type": "3rd-party",
|
|
4172
|
+
"maintainers": [
|
|
4173
|
+
{
|
|
4174
|
+
"name": "Augustin MERCIER",
|
|
4175
|
+
"github": "Gugustinette"
|
|
4176
|
+
}
|
|
4177
|
+
],
|
|
4178
|
+
"compatibility": {
|
|
4179
|
+
"nuxt": "^3.0.0",
|
|
4180
|
+
"requires": {}
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
3849
4183
|
{
|
|
3850
4184
|
"name": "nuxt7",
|
|
3851
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4185
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3852
4186
|
"repo": "nuxt-community/nuxt7",
|
|
3853
4187
|
"npm": "nuxt7",
|
|
3854
4188
|
"icon": "",
|
|
@@ -3869,38 +4203,15 @@
|
|
|
3869
4203
|
"requires": {}
|
|
3870
4204
|
}
|
|
3871
4205
|
},
|
|
3872
|
-
{
|
|
3873
|
-
"name": "nuxtlabs-ui",
|
|
3874
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3875
|
-
"repo": "nuxtlabs/ui",
|
|
3876
|
-
"npm": "@nuxthq/ui",
|
|
3877
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3878
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3879
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3880
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3881
|
-
"category": "UI",
|
|
3882
|
-
"type": "3rd-party",
|
|
3883
|
-
"maintainers": [
|
|
3884
|
-
{
|
|
3885
|
-
"name": "Benjamin Canac",
|
|
3886
|
-
"github": "benjamincanac",
|
|
3887
|
-
"twitter": "benjamincanac"
|
|
3888
|
-
}
|
|
3889
|
-
],
|
|
3890
|
-
"compatibility": {
|
|
3891
|
-
"nuxt": "^3.0.0",
|
|
3892
|
-
"requires": {}
|
|
3893
|
-
}
|
|
3894
|
-
},
|
|
3895
4206
|
{
|
|
3896
4207
|
"name": "og-image",
|
|
3897
|
-
"description": "
|
|
4208
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3898
4209
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3899
4210
|
"npm": "nuxt-og-image",
|
|
3900
|
-
"icon": "",
|
|
4211
|
+
"icon": "og-image.svg",
|
|
3901
4212
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3902
|
-
"website": "https://
|
|
3903
|
-
"learn_more": "",
|
|
4213
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4214
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3904
4215
|
"category": "SEO",
|
|
3905
4216
|
"type": "3rd-party",
|
|
3906
4217
|
"maintainers": [
|
|
@@ -3913,7 +4224,8 @@
|
|
|
3913
4224
|
],
|
|
3914
4225
|
"compatibility": {
|
|
3915
4226
|
"nuxt": "^3.0.0",
|
|
3916
|
-
"requires": {}
|
|
4227
|
+
"requires": {},
|
|
4228
|
+
"devtools": "^0.0.0"
|
|
3917
4229
|
}
|
|
3918
4230
|
},
|
|
3919
4231
|
{
|
|
@@ -3941,7 +4253,7 @@
|
|
|
3941
4253
|
},
|
|
3942
4254
|
{
|
|
3943
4255
|
"name": "optimized-images",
|
|
3944
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4256
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3945
4257
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3946
4258
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3947
4259
|
"icon": "",
|
|
@@ -3986,7 +4298,7 @@
|
|
|
3986
4298
|
},
|
|
3987
4299
|
{
|
|
3988
4300
|
"name": "parse",
|
|
3989
|
-
"description": "Parse package for Nuxt
|
|
4301
|
+
"description": "Parse package for Nuxt",
|
|
3990
4302
|
"repo": "cierrateam/nuxt-parse",
|
|
3991
4303
|
"npm": "nuxt-parse",
|
|
3992
4304
|
"icon": "",
|
|
@@ -4006,6 +4318,29 @@
|
|
|
4006
4318
|
"requires": {}
|
|
4007
4319
|
}
|
|
4008
4320
|
},
|
|
4321
|
+
{
|
|
4322
|
+
"name": "particles",
|
|
4323
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4324
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4325
|
+
"npm": "nuxt-particles",
|
|
4326
|
+
"icon": "",
|
|
4327
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4328
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4329
|
+
"learn_more": "https://particles.js.org/",
|
|
4330
|
+
"category": "Libraries",
|
|
4331
|
+
"type": "3rd-party",
|
|
4332
|
+
"maintainers": [
|
|
4333
|
+
{
|
|
4334
|
+
"name": "Joey Pereira",
|
|
4335
|
+
"github": "Joepocalyptic",
|
|
4336
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4337
|
+
}
|
|
4338
|
+
],
|
|
4339
|
+
"compatibility": {
|
|
4340
|
+
"nuxt": "^3.0.0",
|
|
4341
|
+
"requires": {}
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4009
4344
|
{
|
|
4010
4345
|
"name": "partytown",
|
|
4011
4346
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4152,7 +4487,7 @@
|
|
|
4152
4487
|
},
|
|
4153
4488
|
{
|
|
4154
4489
|
"name": "plausible",
|
|
4155
|
-
"description": "Nuxt
|
|
4490
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4156
4491
|
"repo": "nuxt-modules/plausible",
|
|
4157
4492
|
"npm": "@nuxtjs/plausible",
|
|
4158
4493
|
"icon": "",
|
|
@@ -4194,9 +4529,56 @@
|
|
|
4194
4529
|
"requires": {}
|
|
4195
4530
|
}
|
|
4196
4531
|
},
|
|
4532
|
+
{
|
|
4533
|
+
"name": "prepare",
|
|
4534
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4535
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4536
|
+
"npm": "nuxt-prepare",
|
|
4537
|
+
"icon": "prepare.svg",
|
|
4538
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4539
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4540
|
+
"learn_more": "",
|
|
4541
|
+
"category": "Devtools",
|
|
4542
|
+
"type": "3rd-party",
|
|
4543
|
+
"maintainers": [
|
|
4544
|
+
{
|
|
4545
|
+
"name": "Johann Schopplich",
|
|
4546
|
+
"github": "johannschopplich",
|
|
4547
|
+
"twitter": "jschopplich",
|
|
4548
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4549
|
+
}
|
|
4550
|
+
],
|
|
4551
|
+
"compatibility": {
|
|
4552
|
+
"nuxt": "^3.0.0",
|
|
4553
|
+
"requires": {}
|
|
4554
|
+
}
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "primevue",
|
|
4558
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4559
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4560
|
+
"npm": "nuxt-primevue",
|
|
4561
|
+
"icon": "primevue.svg",
|
|
4562
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4563
|
+
"website": "https://primevue.org/",
|
|
4564
|
+
"learn_more": "https://primevue.org/",
|
|
4565
|
+
"category": "UI",
|
|
4566
|
+
"type": "3rd-party",
|
|
4567
|
+
"maintainers": [
|
|
4568
|
+
{
|
|
4569
|
+
"name": "primefaces",
|
|
4570
|
+
"github": "primefaces",
|
|
4571
|
+
"twitter": "primevue"
|
|
4572
|
+
}
|
|
4573
|
+
],
|
|
4574
|
+
"compatibility": {
|
|
4575
|
+
"nuxt": "^3.0.0",
|
|
4576
|
+
"requires": {}
|
|
4577
|
+
}
|
|
4578
|
+
},
|
|
4197
4579
|
{
|
|
4198
4580
|
"name": "prismic",
|
|
4199
|
-
"description": "Easily connect your Nuxt
|
|
4581
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4200
4582
|
"repo": "nuxt-modules/prismic",
|
|
4201
4583
|
"npm": "@nuxtjs/prismic",
|
|
4202
4584
|
"icon": "prismic.png",
|
|
@@ -4263,7 +4645,7 @@
|
|
|
4263
4645
|
},
|
|
4264
4646
|
{
|
|
4265
4647
|
"name": "proxy",
|
|
4266
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4648
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4267
4649
|
"repo": "nuxt-community/proxy-module",
|
|
4268
4650
|
"npm": "@nuxtjs/proxy",
|
|
4269
4651
|
"icon": "",
|
|
@@ -4309,7 +4691,7 @@
|
|
|
4309
4691
|
},
|
|
4310
4692
|
{
|
|
4311
4693
|
"name": "purgecss",
|
|
4312
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4694
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4313
4695
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4314
4696
|
"npm": "nuxt-purgecss",
|
|
4315
4697
|
"icon": "purgecss.png",
|
|
@@ -4331,7 +4713,7 @@
|
|
|
4331
4713
|
},
|
|
4332
4714
|
{
|
|
4333
4715
|
"name": "pwa",
|
|
4334
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4716
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4335
4717
|
"repo": "nuxt-community/pwa-module",
|
|
4336
4718
|
"npm": "@nuxtjs/pwa",
|
|
4337
4719
|
"icon": "pwa.png",
|
|
@@ -4356,7 +4738,7 @@
|
|
|
4356
4738
|
},
|
|
4357
4739
|
{
|
|
4358
4740
|
"name": "python",
|
|
4359
|
-
"description": "Write Nuxt
|
|
4741
|
+
"description": "Write Nuxt applications using Python",
|
|
4360
4742
|
"repo": "nuxt-community/python-module",
|
|
4361
4743
|
"npm": "@nuxtjs/python",
|
|
4362
4744
|
"icon": "python.png",
|
|
@@ -4395,7 +4777,8 @@
|
|
|
4395
4777
|
],
|
|
4396
4778
|
"compatibility": {
|
|
4397
4779
|
"nuxt": "^3.0.0",
|
|
4398
|
-
"requires": {}
|
|
4780
|
+
"requires": {},
|
|
4781
|
+
"devtools": "^0.0.0"
|
|
4399
4782
|
}
|
|
4400
4783
|
},
|
|
4401
4784
|
{
|
|
@@ -4403,7 +4786,7 @@
|
|
|
4403
4786
|
"description": "radash module with auto-import and custom prefix",
|
|
4404
4787
|
"repo": "bbg/nuxt-radash",
|
|
4405
4788
|
"npm": "nuxt-radash",
|
|
4406
|
-
"icon": "radash.
|
|
4789
|
+
"icon": "radash.png",
|
|
4407
4790
|
"github": "https://github.com/bbg/nuxt-radash",
|
|
4408
4791
|
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4409
4792
|
"learn_more": "https://github.com/rayepps/radash/",
|
|
@@ -4420,9 +4803,44 @@
|
|
|
4420
4803
|
"requires": {}
|
|
4421
4804
|
}
|
|
4422
4805
|
},
|
|
4806
|
+
{
|
|
4807
|
+
"name": "radix-vue",
|
|
4808
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4809
|
+
"repo": "radix-vue/radix-vue",
|
|
4810
|
+
"npm": "radix-vue",
|
|
4811
|
+
"icon": "radix-vue.svg",
|
|
4812
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4813
|
+
"website": "https://www.radix-vue.com/",
|
|
4814
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4815
|
+
"category": "UI",
|
|
4816
|
+
"type": "3rd-party",
|
|
4817
|
+
"maintainers": [
|
|
4818
|
+
{
|
|
4819
|
+
"name": "Zernonia",
|
|
4820
|
+
"github": "zernonia",
|
|
4821
|
+
"twitter": "zernonia"
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"name": "Khairul Haaziq",
|
|
4825
|
+
"github": "khairulhaaziq"
|
|
4826
|
+
},
|
|
4827
|
+
{
|
|
4828
|
+
"name": "Mujahid Anuar",
|
|
4829
|
+
"github": "mujahidfa"
|
|
4830
|
+
},
|
|
4831
|
+
{
|
|
4832
|
+
"name": "Max",
|
|
4833
|
+
"github": "onmax"
|
|
4834
|
+
}
|
|
4835
|
+
],
|
|
4836
|
+
"compatibility": {
|
|
4837
|
+
"nuxt": "^3.0.0",
|
|
4838
|
+
"requires": {}
|
|
4839
|
+
}
|
|
4840
|
+
},
|
|
4423
4841
|
{
|
|
4424
4842
|
"name": "recaptcha",
|
|
4425
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4843
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4426
4844
|
"repo": "nuxt-community/recaptcha-module",
|
|
4427
4845
|
"npm": "@nuxtjs/recaptcha",
|
|
4428
4846
|
"icon": "recaptcha.png",
|
|
@@ -4467,7 +4885,7 @@
|
|
|
4467
4885
|
},
|
|
4468
4886
|
{
|
|
4469
4887
|
"name": "rfg-icon",
|
|
4470
|
-
"description": "Nuxt
|
|
4888
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4471
4889
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4472
4890
|
"npm": "nuxt-rfg-icon",
|
|
4473
4891
|
"icon": "real-favicon-generator.png",
|
|
@@ -4489,12 +4907,12 @@
|
|
|
4489
4907
|
},
|
|
4490
4908
|
{
|
|
4491
4909
|
"name": "robots",
|
|
4492
|
-
"description": "A Nuxt
|
|
4493
|
-
"repo": "nuxt-
|
|
4910
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4911
|
+
"repo": "nuxt-modules/robots",
|
|
4494
4912
|
"npm": "@nuxtjs/robots",
|
|
4495
4913
|
"icon": "robots.png",
|
|
4496
|
-
"github": "https://github.com/nuxt-
|
|
4497
|
-
"website": "https://github.com/nuxt-
|
|
4914
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4915
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4498
4916
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4499
4917
|
"category": "SEO",
|
|
4500
4918
|
"type": "community",
|
|
@@ -4513,7 +4931,7 @@
|
|
|
4513
4931
|
},
|
|
4514
4932
|
{
|
|
4515
4933
|
"name": "rollbar",
|
|
4516
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4934
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4517
4935
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4518
4936
|
"npm": "nuxt-rollbar-module",
|
|
4519
4937
|
"icon": "rollbar.png",
|
|
@@ -4558,7 +4976,7 @@
|
|
|
4558
4976
|
},
|
|
4559
4977
|
{
|
|
4560
4978
|
"name": "router",
|
|
4561
|
-
"description": "Nuxt
|
|
4979
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4562
4980
|
"repo": "nuxt-community/router-module",
|
|
4563
4981
|
"npm": "@nuxtjs/router",
|
|
4564
4982
|
"icon": "vue.png",
|
|
@@ -4606,13 +5024,13 @@
|
|
|
4606
5024
|
},
|
|
4607
5025
|
{
|
|
4608
5026
|
"name": "schema-org",
|
|
4609
|
-
"description": "Schema.org for Nuxt
|
|
4610
|
-
"repo": "
|
|
5027
|
+
"description": "Schema.org for Nuxt.",
|
|
5028
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4611
5029
|
"npm": "nuxt-schema-org",
|
|
4612
5030
|
"icon": "schema-org.svg",
|
|
4613
|
-
"github": "https://github.com/
|
|
4614
|
-
"website": "https://
|
|
4615
|
-
"learn_more": "https://
|
|
5031
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5032
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5033
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4616
5034
|
"category": "SEO",
|
|
4617
5035
|
"type": "3rd-party",
|
|
4618
5036
|
"maintainers": [
|
|
@@ -4675,7 +5093,7 @@
|
|
|
4675
5093
|
},
|
|
4676
5094
|
{
|
|
4677
5095
|
"name": "segment",
|
|
4678
|
-
"description": "Nuxt
|
|
5096
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4679
5097
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4680
5098
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4681
5099
|
"icon": "segment.png",
|
|
@@ -4697,10 +5115,10 @@
|
|
|
4697
5115
|
},
|
|
4698
5116
|
{
|
|
4699
5117
|
"name": "sentry",
|
|
4700
|
-
"description": "Sentry module for Nuxt
|
|
5118
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4701
5119
|
"repo": "nuxt-community/sentry-module",
|
|
4702
5120
|
"npm": "@nuxtjs/sentry",
|
|
4703
|
-
"icon": "sentry.
|
|
5121
|
+
"icon": "sentry.svg",
|
|
4704
5122
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4705
5123
|
"website": "https://sentry.nuxtjs.org/",
|
|
4706
5124
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4717,14 +5135,38 @@
|
|
|
4717
5135
|
"requires": {}
|
|
4718
5136
|
}
|
|
4719
5137
|
},
|
|
5138
|
+
{
|
|
5139
|
+
"name": "seo-experiments",
|
|
5140
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5141
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5142
|
+
"npm": "nuxt-seo-experiments",
|
|
5143
|
+
"icon": "seo-experiments.svg",
|
|
5144
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5145
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5146
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5147
|
+
"category": "SEO",
|
|
5148
|
+
"type": "3rd-party",
|
|
5149
|
+
"maintainers": [
|
|
5150
|
+
{
|
|
5151
|
+
"name": "Harlan Wilton",
|
|
5152
|
+
"github": "harlan-zw",
|
|
5153
|
+
"twitter": "harlan_zw",
|
|
5154
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
"compatibility": {
|
|
5158
|
+
"nuxt": "^3.0.0",
|
|
5159
|
+
"requires": {}
|
|
5160
|
+
}
|
|
5161
|
+
},
|
|
4720
5162
|
{
|
|
4721
5163
|
"name": "seo-kit",
|
|
4722
|
-
"description": "
|
|
5164
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4723
5165
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4724
5166
|
"npm": "nuxt-seo-kit",
|
|
4725
5167
|
"icon": "seo-kit.svg",
|
|
4726
5168
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4727
|
-
"website": "https://
|
|
5169
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4728
5170
|
"learn_more": "",
|
|
4729
5171
|
"category": "SEO",
|
|
4730
5172
|
"type": "3rd-party",
|
|
@@ -4764,7 +5206,7 @@
|
|
|
4764
5206
|
},
|
|
4765
5207
|
{
|
|
4766
5208
|
"name": "seomatic-meta",
|
|
4767
|
-
"description": "A Nuxt
|
|
5209
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4768
5210
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4769
5211
|
"npm": "nuxt-seomatic-meta",
|
|
4770
5212
|
"icon": "seomatic.png",
|
|
@@ -4855,7 +5297,7 @@
|
|
|
4855
5297
|
},
|
|
4856
5298
|
{
|
|
4857
5299
|
"name": "shopify",
|
|
4858
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5300
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4859
5301
|
"repo": "Gomah/nuxt-shopify",
|
|
4860
5302
|
"npm": "nuxt-shopify",
|
|
4861
5303
|
"icon": "shopify.png",
|
|
@@ -4876,7 +5318,7 @@
|
|
|
4876
5318
|
}
|
|
4877
5319
|
},
|
|
4878
5320
|
{
|
|
4879
|
-
"name": "
|
|
5321
|
+
"name": "sidebase-auth",
|
|
4880
5322
|
"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.",
|
|
4881
5323
|
"repo": "sidebase/nuxt-auth",
|
|
4882
5324
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4922,13 +5364,13 @@
|
|
|
4922
5364
|
},
|
|
4923
5365
|
{
|
|
4924
5366
|
"name": "simple-robots",
|
|
4925
|
-
"description": "
|
|
5367
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4926
5368
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4927
5369
|
"npm": "nuxt-simple-robots",
|
|
4928
|
-
"icon": "",
|
|
5370
|
+
"icon": "simple-robots.svg",
|
|
4929
5371
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4930
|
-
"website": "https://
|
|
4931
|
-
"learn_more": "",
|
|
5372
|
+
"website": "https://nuxtseo.com/robots",
|
|
5373
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4932
5374
|
"category": "SEO",
|
|
4933
5375
|
"type": "3rd-party",
|
|
4934
5376
|
"maintainers": [
|
|
@@ -4946,13 +5388,13 @@
|
|
|
4946
5388
|
},
|
|
4947
5389
|
{
|
|
4948
5390
|
"name": "simple-sitemap",
|
|
4949
|
-
"description": "
|
|
5391
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4950
5392
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4951
5393
|
"npm": "nuxt-simple-sitemap",
|
|
4952
|
-
"icon": "",
|
|
5394
|
+
"icon": "simple-sitemap.svg",
|
|
4953
5395
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4954
|
-
"website": "https://
|
|
4955
|
-
"learn_more": "",
|
|
5396
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5397
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4956
5398
|
"category": "SEO",
|
|
4957
5399
|
"type": "3rd-party",
|
|
4958
5400
|
"maintainers": [
|
|
@@ -4970,7 +5412,7 @@
|
|
|
4970
5412
|
},
|
|
4971
5413
|
{
|
|
4972
5414
|
"name": "sitemap",
|
|
4973
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5415
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4974
5416
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4975
5417
|
"npm": "@nuxtjs/sitemap",
|
|
4976
5418
|
"icon": "",
|
|
@@ -5015,7 +5457,7 @@
|
|
|
5015
5457
|
},
|
|
5016
5458
|
{
|
|
5017
5459
|
"name": "snipcart",
|
|
5018
|
-
"description": "Snipcart integration module for Nuxt
|
|
5460
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5019
5461
|
"repo": "nuxt-modules/snipcart",
|
|
5020
5462
|
"npm": "@nuxtjs/snipcart",
|
|
5021
5463
|
"icon": "snipcart.png",
|
|
@@ -5038,7 +5480,7 @@
|
|
|
5038
5480
|
},
|
|
5039
5481
|
{
|
|
5040
5482
|
"name": "social-meta",
|
|
5041
|
-
"description": "Nuxt
|
|
5483
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5042
5484
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5043
5485
|
"npm": "nuxt-social-meta",
|
|
5044
5486
|
"icon": "",
|
|
@@ -5160,7 +5602,7 @@
|
|
|
5160
5602
|
},
|
|
5161
5603
|
{
|
|
5162
5604
|
"name": "storage",
|
|
5163
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5605
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5164
5606
|
"repo": "mazipan/nuxt-storage",
|
|
5165
5607
|
"npm": "nuxt-storage",
|
|
5166
5608
|
"icon": "",
|
|
@@ -5182,7 +5624,7 @@
|
|
|
5182
5624
|
},
|
|
5183
5625
|
{
|
|
5184
5626
|
"name": "storefront-ui",
|
|
5185
|
-
"description": "Storefront UI Module for Nuxt
|
|
5627
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5186
5628
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5187
5629
|
"npm": "@storefront-ui/nuxt",
|
|
5188
5630
|
"icon": "storefront-ui.svg",
|
|
@@ -5226,7 +5668,7 @@
|
|
|
5226
5668
|
},
|
|
5227
5669
|
{
|
|
5228
5670
|
"name": "storyblok",
|
|
5229
|
-
"description": "Storyblok Nuxt
|
|
5671
|
+
"description": "Storyblok Nuxt module",
|
|
5230
5672
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5231
5673
|
"npm": "@storyblok/nuxt",
|
|
5232
5674
|
"icon": "storyblok.png",
|
|
@@ -5243,46 +5685,43 @@
|
|
|
5243
5685
|
],
|
|
5244
5686
|
"compatibility": {
|
|
5245
5687
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5246
|
-
"requires": {}
|
|
5688
|
+
"requires": {},
|
|
5689
|
+
"devtools": "^0.0.0"
|
|
5247
5690
|
}
|
|
5248
5691
|
},
|
|
5249
5692
|
{
|
|
5250
5693
|
"name": "storybook",
|
|
5251
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5252
|
-
"repo": "nuxt-
|
|
5694
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5695
|
+
"repo": "nuxt-modules/storybook",
|
|
5253
5696
|
"npm": "@nuxtjs/storybook",
|
|
5254
5697
|
"icon": "storybook.png",
|
|
5255
|
-
"github": "https://github.com/nuxt-
|
|
5698
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5256
5699
|
"website": "https://storybook.nuxtjs.org",
|
|
5257
|
-
"learn_more": "https://
|
|
5700
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5258
5701
|
"category": "Devtools",
|
|
5259
5702
|
"type": "community",
|
|
5260
5703
|
"maintainers": [
|
|
5261
5704
|
{
|
|
5262
|
-
"name": "
|
|
5263
|
-
"github": "
|
|
5264
|
-
"twitter": "
|
|
5265
|
-
},
|
|
5266
|
-
{
|
|
5267
|
-
"name": "Pooya Parsa",
|
|
5268
|
-
"github": "pi0",
|
|
5269
|
-
"twitter": "_pi0_"
|
|
5705
|
+
"name": "Chakir QATAB",
|
|
5706
|
+
"github": "chakAs3",
|
|
5707
|
+
"twitter": "ChakirQatab"
|
|
5270
5708
|
}
|
|
5271
5709
|
],
|
|
5272
5710
|
"compatibility": {
|
|
5273
|
-
"nuxt": "^2.0.0",
|
|
5711
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5274
5712
|
"requires": {
|
|
5275
5713
|
"bridge": "optional"
|
|
5276
|
-
}
|
|
5714
|
+
},
|
|
5715
|
+
"devtools": "^0.7.2"
|
|
5277
5716
|
}
|
|
5278
5717
|
},
|
|
5279
5718
|
{
|
|
5280
5719
|
"name": "strapi",
|
|
5281
5720
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5282
|
-
"repo": "nuxt-
|
|
5721
|
+
"repo": "nuxt-modules/strapi",
|
|
5283
5722
|
"npm": "@nuxtjs/strapi",
|
|
5284
5723
|
"icon": "strapi.png",
|
|
5285
|
-
"github": "https://github.com/nuxt-
|
|
5724
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5286
5725
|
"website": "https://strapi.nuxtjs.org",
|
|
5287
5726
|
"learn_more": "https://strapi.io/",
|
|
5288
5727
|
"category": "CMS",
|
|
@@ -5303,7 +5742,8 @@
|
|
|
5303
5742
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5304
5743
|
"requires": {
|
|
5305
5744
|
"bridge": true
|
|
5306
|
-
}
|
|
5745
|
+
},
|
|
5746
|
+
"devtools": "^0.0.0"
|
|
5307
5747
|
}
|
|
5308
5748
|
},
|
|
5309
5749
|
{
|
|
@@ -5354,6 +5794,36 @@
|
|
|
5354
5794
|
"requires": {}
|
|
5355
5795
|
}
|
|
5356
5796
|
},
|
|
5797
|
+
{
|
|
5798
|
+
"name": "studio",
|
|
5799
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5800
|
+
"repo": "nuxtlabs/studio-module",
|
|
5801
|
+
"npm": "@nuxthq/studio",
|
|
5802
|
+
"icon": "studio.svg",
|
|
5803
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5804
|
+
"website": "https://nuxt.studio",
|
|
5805
|
+
"learn_more": "https://nuxt.studio",
|
|
5806
|
+
"category": "CMS",
|
|
5807
|
+
"type": "3rd-party",
|
|
5808
|
+
"maintainers": [
|
|
5809
|
+
{
|
|
5810
|
+
"name": "Ahad Birang",
|
|
5811
|
+
"github": "farnabaz",
|
|
5812
|
+
"twitter": "a_birang"
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"name": "Sébastien Chopin",
|
|
5816
|
+
"github": "Atinux",
|
|
5817
|
+
"twitter": "Atinux"
|
|
5818
|
+
}
|
|
5819
|
+
],
|
|
5820
|
+
"compatibility": {
|
|
5821
|
+
"nuxt": "^3.0.0",
|
|
5822
|
+
"requires": {
|
|
5823
|
+
"content": true
|
|
5824
|
+
}
|
|
5825
|
+
}
|
|
5826
|
+
},
|
|
5357
5827
|
{
|
|
5358
5828
|
"name": "style-resources",
|
|
5359
5829
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5379,7 +5849,7 @@
|
|
|
5379
5849
|
},
|
|
5380
5850
|
{
|
|
5381
5851
|
"name": "stylelint",
|
|
5382
|
-
"description": "Stylelint module for Nuxt.
|
|
5852
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5383
5853
|
"repo": "nuxt-community/stylelint-module",
|
|
5384
5854
|
"npm": "@nuxtjs/stylelint-module",
|
|
5385
5855
|
"icon": "stylelint.png",
|
|
@@ -5425,10 +5895,10 @@
|
|
|
5425
5895
|
{
|
|
5426
5896
|
"name": "supabase",
|
|
5427
5897
|
"description": "First class integration with Supabase",
|
|
5428
|
-
"repo": "nuxt-
|
|
5898
|
+
"repo": "nuxt-modules/supabase",
|
|
5429
5899
|
"npm": "@nuxtjs/supabase",
|
|
5430
5900
|
"icon": "supabase.png",
|
|
5431
|
-
"github": "https://github.com/nuxt-
|
|
5901
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5432
5902
|
"website": "https://supabase.nuxtjs.org",
|
|
5433
5903
|
"learn_more": "https://supabase.com",
|
|
5434
5904
|
"category": "Database",
|
|
@@ -5479,12 +5949,12 @@
|
|
|
5479
5949
|
},
|
|
5480
5950
|
{
|
|
5481
5951
|
"name": "svg-sprite",
|
|
5482
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5483
|
-
"repo": "nuxt-
|
|
5952
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5953
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5484
5954
|
"npm": "@nuxtjs/svg-sprite",
|
|
5485
5955
|
"icon": "",
|
|
5486
|
-
"github": "https://github.com/nuxt-
|
|
5487
|
-
"website": "https://github.com/nuxt-
|
|
5956
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5957
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5488
5958
|
"learn_more": "",
|
|
5489
5959
|
"category": "UI",
|
|
5490
5960
|
"type": "community",
|
|
@@ -5496,13 +5966,13 @@
|
|
|
5496
5966
|
}
|
|
5497
5967
|
],
|
|
5498
5968
|
"compatibility": {
|
|
5499
|
-
"nuxt": "^2.0.0",
|
|
5969
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5500
5970
|
"requires": {}
|
|
5501
5971
|
}
|
|
5502
5972
|
},
|
|
5503
5973
|
{
|
|
5504
5974
|
"name": "svg",
|
|
5505
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5975
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5506
5976
|
"repo": "nuxt-community/svg-module",
|
|
5507
5977
|
"npm": "@nuxtjs/svg",
|
|
5508
5978
|
"icon": "",
|
|
@@ -5546,7 +6016,7 @@
|
|
|
5546
6016
|
},
|
|
5547
6017
|
{
|
|
5548
6018
|
"name": "swiper",
|
|
5549
|
-
"description": "Nuxt
|
|
6019
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5550
6020
|
"repo": "cpreston321/nuxt-swiper",
|
|
5551
6021
|
"npm": "nuxt-swiper",
|
|
5552
6022
|
"icon": "swiper.svg",
|
|
@@ -5592,10 +6062,10 @@
|
|
|
5592
6062
|
{
|
|
5593
6063
|
"name": "tailwindcss",
|
|
5594
6064
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5595
|
-
"repo": "nuxt-
|
|
6065
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5596
6066
|
"npm": "@nuxtjs/tailwindcss",
|
|
5597
6067
|
"icon": "tailwindcss.png",
|
|
5598
|
-
"github": "https://github.com/nuxt-
|
|
6068
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5599
6069
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5600
6070
|
"learn_more": "https://tailwindcss.com/",
|
|
5601
6071
|
"category": "UI",
|
|
@@ -5605,11 +6075,16 @@
|
|
|
5605
6075
|
"name": "Sébastien Chopin",
|
|
5606
6076
|
"github": "Atinux",
|
|
5607
6077
|
"twitter": "Atinux"
|
|
6078
|
+
},
|
|
6079
|
+
{
|
|
6080
|
+
"name": "Inesh Bose",
|
|
6081
|
+
"github": "ineshbose"
|
|
5608
6082
|
}
|
|
5609
6083
|
],
|
|
5610
6084
|
"compatibility": {
|
|
5611
6085
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5612
|
-
"requires": {}
|
|
6086
|
+
"requires": {},
|
|
6087
|
+
"devtools": "^0.0.0"
|
|
5613
6088
|
}
|
|
5614
6089
|
},
|
|
5615
6090
|
{
|
|
@@ -5659,7 +6134,7 @@
|
|
|
5659
6134
|
},
|
|
5660
6135
|
{
|
|
5661
6136
|
"name": "toast",
|
|
5662
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6137
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5663
6138
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5664
6139
|
"npm": "@nuxtjs/toast",
|
|
5665
6140
|
"icon": "",
|
|
@@ -5740,7 +6215,7 @@
|
|
|
5740
6215
|
},
|
|
5741
6216
|
{
|
|
5742
6217
|
"name": "twa",
|
|
5743
|
-
"description": "Nuxt
|
|
6218
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5744
6219
|
"repo": "tuarrep/nuxt-twa",
|
|
5745
6220
|
"npm": "nuxt-twa",
|
|
5746
6221
|
"icon": "",
|
|
@@ -5928,6 +6403,39 @@
|
|
|
5928
6403
|
"requires": {}
|
|
5929
6404
|
}
|
|
5930
6405
|
},
|
|
6406
|
+
{
|
|
6407
|
+
"name": "ui",
|
|
6408
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6409
|
+
"repo": "nuxt/ui#dev",
|
|
6410
|
+
"npm": "@nuxt/ui",
|
|
6411
|
+
"icon": "nuxt.svg",
|
|
6412
|
+
"github": "https://github.com/nuxt/ui",
|
|
6413
|
+
"website": "https://ui.nuxt.com",
|
|
6414
|
+
"learn_more": "",
|
|
6415
|
+
"category": "UI",
|
|
6416
|
+
"type": "official",
|
|
6417
|
+
"maintainers": [
|
|
6418
|
+
{
|
|
6419
|
+
"name": "Benjamin Canac",
|
|
6420
|
+
"github": "benjamincanac",
|
|
6421
|
+
"twitter": "benjamincanac"
|
|
6422
|
+
},
|
|
6423
|
+
{
|
|
6424
|
+
"name": "Sebastien Chopin",
|
|
6425
|
+
"github": "Atinux",
|
|
6426
|
+
"twitter": "Atinux"
|
|
6427
|
+
},
|
|
6428
|
+
{
|
|
6429
|
+
"name": "Sylvain Marroufin",
|
|
6430
|
+
"github": "smarroufin",
|
|
6431
|
+
"twitter": "smarroufin"
|
|
6432
|
+
}
|
|
6433
|
+
],
|
|
6434
|
+
"compatibility": {
|
|
6435
|
+
"nuxt": "^3.0.0",
|
|
6436
|
+
"requires": {}
|
|
6437
|
+
}
|
|
6438
|
+
},
|
|
5931
6439
|
{
|
|
5932
6440
|
"name": "umami",
|
|
5933
6441
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5976,7 +6484,7 @@
|
|
|
5976
6484
|
},
|
|
5977
6485
|
{
|
|
5978
6486
|
"name": "universal-storage",
|
|
5979
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6487
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5980
6488
|
"repo": "nuxt-community/universal-storage-module",
|
|
5981
6489
|
"npm": "@nuxtjs/universal-storage",
|
|
5982
6490
|
"icon": "",
|
|
@@ -6073,7 +6581,8 @@
|
|
|
6073
6581
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6074
6582
|
"requires": {
|
|
6075
6583
|
"bridge": "optional"
|
|
6076
|
-
}
|
|
6584
|
+
},
|
|
6585
|
+
"devtools": "^0.0.0"
|
|
6077
6586
|
}
|
|
6078
6587
|
},
|
|
6079
6588
|
{
|
|
@@ -6099,9 +6608,33 @@
|
|
|
6099
6608
|
"requires": {}
|
|
6100
6609
|
}
|
|
6101
6610
|
},
|
|
6611
|
+
{
|
|
6612
|
+
"name": "use-wagmi",
|
|
6613
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6614
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6615
|
+
"npm": "@use-wagmi/nuxt",
|
|
6616
|
+
"icon": "use-wagmi.png",
|
|
6617
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6618
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6619
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6620
|
+
"category": "Extensions",
|
|
6621
|
+
"type": "3rd-party",
|
|
6622
|
+
"maintainers": [
|
|
6623
|
+
{
|
|
6624
|
+
"name": "Unic Ape",
|
|
6625
|
+
"github": "unicape"
|
|
6626
|
+
}
|
|
6627
|
+
],
|
|
6628
|
+
"compatibility": {
|
|
6629
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6630
|
+
"requires": {
|
|
6631
|
+
"bridge": true
|
|
6632
|
+
}
|
|
6633
|
+
}
|
|
6634
|
+
},
|
|
6102
6635
|
{
|
|
6103
6636
|
"name": "user-agent",
|
|
6104
|
-
"description": "Nuxt
|
|
6637
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6105
6638
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6106
6639
|
"npm": "nuxt-user-agent",
|
|
6107
6640
|
"icon": "",
|
|
@@ -6191,9 +6724,31 @@
|
|
|
6191
6724
|
}
|
|
6192
6725
|
}
|
|
6193
6726
|
},
|
|
6727
|
+
{
|
|
6728
|
+
"name": "vcalendar",
|
|
6729
|
+
"description": "VCalendar module for Nuxt",
|
|
6730
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6731
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6732
|
+
"icon": "vcalendar.png",
|
|
6733
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6734
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6735
|
+
"learn_more": "",
|
|
6736
|
+
"category": "Libraries",
|
|
6737
|
+
"type": "3rd-party",
|
|
6738
|
+
"maintainers": [
|
|
6739
|
+
{
|
|
6740
|
+
"name": "Sam K",
|
|
6741
|
+
"github": "samk-dev"
|
|
6742
|
+
}
|
|
6743
|
+
],
|
|
6744
|
+
"compatibility": {
|
|
6745
|
+
"nuxt": "^3.0.0",
|
|
6746
|
+
"requires": {}
|
|
6747
|
+
}
|
|
6748
|
+
},
|
|
6194
6749
|
{
|
|
6195
6750
|
"name": "vee-validate",
|
|
6196
|
-
"description": "Painless Vue forms for Nuxt
|
|
6751
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6197
6752
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6198
6753
|
"npm": "@vee-validate/nuxt",
|
|
6199
6754
|
"icon": "vee-validate.png",
|
|
@@ -6283,7 +6838,7 @@
|
|
|
6283
6838
|
},
|
|
6284
6839
|
{
|
|
6285
6840
|
"name": "vite-pwa-nuxt",
|
|
6286
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6841
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6287
6842
|
"repo": "vite-pwa/nuxt",
|
|
6288
6843
|
"npm": "@vite-pwa/nuxt",
|
|
6289
6844
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6332,18 +6887,19 @@
|
|
|
6332
6887
|
],
|
|
6333
6888
|
"compatibility": {
|
|
6334
6889
|
"nuxt": "^3.0.0",
|
|
6335
|
-
"requires": {}
|
|
6890
|
+
"requires": {},
|
|
6891
|
+
"devtools": "^0.0.0"
|
|
6336
6892
|
}
|
|
6337
6893
|
},
|
|
6338
6894
|
{
|
|
6339
6895
|
"name": "vue-email",
|
|
6340
|
-
"description": "Write email templates with vue",
|
|
6896
|
+
"description": "💌 Write email templates with vue",
|
|
6341
6897
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6342
6898
|
"npm": "vue-email",
|
|
6343
6899
|
"icon": "vue-email.svg",
|
|
6344
6900
|
"github": "https://github.com/Dave136/vue-email",
|
|
6345
|
-
"website": "https://
|
|
6346
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
6901
|
+
"website": "https://www.vuemail.net/",
|
|
6902
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6347
6903
|
"category": "UI",
|
|
6348
6904
|
"type": "3rd-party",
|
|
6349
6905
|
"maintainers": [
|
|
@@ -6362,7 +6918,8 @@
|
|
|
6362
6918
|
],
|
|
6363
6919
|
"compatibility": {
|
|
6364
6920
|
"nuxt": "^3.0.0",
|
|
6365
|
-
"requires": {}
|
|
6921
|
+
"requires": {},
|
|
6922
|
+
"devtools": "^0.0.0"
|
|
6366
6923
|
}
|
|
6367
6924
|
},
|
|
6368
6925
|
{
|
|
@@ -6387,7 +6944,8 @@
|
|
|
6387
6944
|
"nuxt": "^3.0.0",
|
|
6388
6945
|
"requires": {
|
|
6389
6946
|
"bridge": "optional"
|
|
6390
|
-
}
|
|
6947
|
+
},
|
|
6948
|
+
"devtools": "^0.0.0"
|
|
6391
6949
|
}
|
|
6392
6950
|
},
|
|
6393
6951
|
{
|
|
@@ -6414,7 +6972,7 @@
|
|
|
6414
6972
|
},
|
|
6415
6973
|
{
|
|
6416
6974
|
"name": "vue-multiselect",
|
|
6417
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6975
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6418
6976
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6419
6977
|
"npm": "nuxt-vue-multiselect",
|
|
6420
6978
|
"icon": "",
|
|
@@ -6528,7 +7086,7 @@
|
|
|
6528
7086
|
},
|
|
6529
7087
|
{
|
|
6530
7088
|
"name": "vue-warehouse",
|
|
6531
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7089
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6532
7090
|
"repo": "juliomrqz/vue-warehouse",
|
|
6533
7091
|
"npm": "vue-warehouse",
|
|
6534
7092
|
"icon": "",
|
|
@@ -6551,7 +7109,7 @@
|
|
|
6551
7109
|
},
|
|
6552
7110
|
{
|
|
6553
7111
|
"name": "vue3-carousel-nuxt",
|
|
6554
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7112
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6555
7113
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6556
7114
|
"npm": "vue3-carousel-nuxt",
|
|
6557
7115
|
"icon": "",
|
|
@@ -6594,9 +7152,55 @@
|
|
|
6594
7152
|
"requires": {}
|
|
6595
7153
|
}
|
|
6596
7154
|
},
|
|
7155
|
+
{
|
|
7156
|
+
"name": "vueform-builder",
|
|
7157
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7158
|
+
"repo": "vueform/builder-nuxt",
|
|
7159
|
+
"npm": "@vueform/builder-nuxt",
|
|
7160
|
+
"icon": "vueform.svg",
|
|
7161
|
+
"github": "https://github.com/vueform/builder",
|
|
7162
|
+
"website": "https://builder.vueform.com",
|
|
7163
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7164
|
+
"category": "Libraries",
|
|
7165
|
+
"type": "3rd-party",
|
|
7166
|
+
"maintainers": [
|
|
7167
|
+
{
|
|
7168
|
+
"name": "Adam Berecz",
|
|
7169
|
+
"github": "adamberecz",
|
|
7170
|
+
"twitter": "bereczadam"
|
|
7171
|
+
}
|
|
7172
|
+
],
|
|
7173
|
+
"compatibility": {
|
|
7174
|
+
"nuxt": "^3.0.0",
|
|
7175
|
+
"requires": {}
|
|
7176
|
+
}
|
|
7177
|
+
},
|
|
7178
|
+
{
|
|
7179
|
+
"name": "vueform",
|
|
7180
|
+
"description": "Official Vueform module for Nuxt",
|
|
7181
|
+
"repo": "vueform/nuxt",
|
|
7182
|
+
"npm": "@vueform/nuxt",
|
|
7183
|
+
"icon": "vueform.svg",
|
|
7184
|
+
"github": "https://github.com/vueform/vueform",
|
|
7185
|
+
"website": "https://vueform.com",
|
|
7186
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7187
|
+
"category": "Libraries",
|
|
7188
|
+
"type": "3rd-party",
|
|
7189
|
+
"maintainers": [
|
|
7190
|
+
{
|
|
7191
|
+
"name": "Adam Berecz",
|
|
7192
|
+
"github": "adamberecz",
|
|
7193
|
+
"twitter": "bereczadam"
|
|
7194
|
+
}
|
|
7195
|
+
],
|
|
7196
|
+
"compatibility": {
|
|
7197
|
+
"nuxt": "^3.0.0",
|
|
7198
|
+
"requires": {}
|
|
7199
|
+
}
|
|
7200
|
+
},
|
|
6597
7201
|
{
|
|
6598
7202
|
"name": "vuestic",
|
|
6599
|
-
"description": "Vuestic UI module for Nuxt
|
|
7203
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6600
7204
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6601
7205
|
"npm": "@vuestic/nuxt",
|
|
6602
7206
|
"icon": "vuestic.png",
|
|
@@ -6624,7 +7228,7 @@
|
|
|
6624
7228
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6625
7229
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6626
7230
|
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6627
|
-
"learn_more": "https://
|
|
7231
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
6628
7232
|
"category": "UI",
|
|
6629
7233
|
"type": "3rd-party",
|
|
6630
7234
|
"maintainers": [
|
|
@@ -6640,7 +7244,7 @@
|
|
|
6640
7244
|
},
|
|
6641
7245
|
{
|
|
6642
7246
|
"name": "vuetify",
|
|
6643
|
-
"description": "Vuetify Module for Nuxt
|
|
7247
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6644
7248
|
"repo": "nuxt-community/vuetify-module",
|
|
6645
7249
|
"npm": "@nuxtjs/vuetify",
|
|
6646
7250
|
"icon": "vuetify.png",
|
|
@@ -6687,7 +7291,8 @@
|
|
|
6687
7291
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6688
7292
|
"requires": {
|
|
6689
7293
|
"bridge": "optional"
|
|
6690
|
-
}
|
|
7294
|
+
},
|
|
7295
|
+
"devtools": "^0.0.0"
|
|
6691
7296
|
}
|
|
6692
7297
|
},
|
|
6693
7298
|
{
|
|
@@ -6714,7 +7319,7 @@
|
|
|
6714
7319
|
},
|
|
6715
7320
|
{
|
|
6716
7321
|
"name": "vunix",
|
|
6717
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7322
|
+
"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.",
|
|
6718
7323
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6719
7324
|
"npm": "@vunix/nuxt",
|
|
6720
7325
|
"icon": "",
|
|
@@ -6738,11 +7343,11 @@
|
|
|
6738
7343
|
{
|
|
6739
7344
|
"name": "web-vitals",
|
|
6740
7345
|
"description": "Web Vitals for Nuxt",
|
|
6741
|
-
"repo": "nuxt-
|
|
7346
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6742
7347
|
"npm": "@nuxtjs/web-vitals",
|
|
6743
7348
|
"icon": "web-vitals.png",
|
|
6744
|
-
"github": "https://github.com/nuxt-
|
|
6745
|
-
"website": "https://github.com/nuxt-
|
|
7349
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7350
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6746
7351
|
"learn_more": "",
|
|
6747
7352
|
"category": "Performance",
|
|
6748
7353
|
"type": "community",
|
|
@@ -6793,7 +7398,7 @@
|
|
|
6793
7398
|
},
|
|
6794
7399
|
{
|
|
6795
7400
|
"name": "webpack-optimisations",
|
|
6796
|
-
"description": "Nuxt
|
|
7401
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6797
7402
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6798
7403
|
"npm": "nuxt-webpack-optimisations",
|
|
6799
7404
|
"icon": "build-optimisations.svg",
|
|
@@ -6885,7 +7490,7 @@
|
|
|
6885
7490
|
},
|
|
6886
7491
|
{
|
|
6887
7492
|
"name": "well-known",
|
|
6888
|
-
"description": "A Nuxt
|
|
7493
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6889
7494
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6890
7495
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6891
7496
|
"icon": "well-known.svg",
|
|
@@ -6907,7 +7512,7 @@
|
|
|
6907
7512
|
},
|
|
6908
7513
|
{
|
|
6909
7514
|
"name": "wideangle",
|
|
6910
|
-
"description": "Nuxt
|
|
7515
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6911
7516
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6912
7517
|
"npm": "wideangle-nuxt",
|
|
6913
7518
|
"icon": "wideangle.png",
|
|
@@ -7074,55 +7679,9 @@
|
|
|
7074
7679
|
"requires": {}
|
|
7075
7680
|
}
|
|
7076
7681
|
},
|
|
7077
|
-
{
|
|
7078
|
-
"name": "yandex-metrika-next",
|
|
7079
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
7080
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7081
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7082
|
-
"icon": "yandex-metrika.svg",
|
|
7083
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7084
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7085
|
-
"learn_more": "",
|
|
7086
|
-
"category": "Analytics",
|
|
7087
|
-
"type": "3rd-party",
|
|
7088
|
-
"maintainers": [
|
|
7089
|
-
{
|
|
7090
|
-
"name": "Aleksandr Saburov",
|
|
7091
|
-
"github": "artmizu",
|
|
7092
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7093
|
-
}
|
|
7094
|
-
],
|
|
7095
|
-
"compatibility": {
|
|
7096
|
-
"nuxt": "^3.0.0",
|
|
7097
|
-
"requires": {}
|
|
7098
|
-
}
|
|
7099
|
-
},
|
|
7100
|
-
{
|
|
7101
|
-
"name": "yandex-metrika",
|
|
7102
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
7103
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
7104
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
7105
|
-
"icon": "",
|
|
7106
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7107
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7108
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
7109
|
-
"category": "Analytics",
|
|
7110
|
-
"type": "community",
|
|
7111
|
-
"maintainers": [
|
|
7112
|
-
{
|
|
7113
|
-
"name": "Pooya Parsa",
|
|
7114
|
-
"github": "pi0",
|
|
7115
|
-
"twitter": "_pi0_"
|
|
7116
|
-
}
|
|
7117
|
-
],
|
|
7118
|
-
"compatibility": {
|
|
7119
|
-
"nuxt": "^2.0.0",
|
|
7120
|
-
"requires": {}
|
|
7121
|
-
}
|
|
7122
|
-
},
|
|
7123
7682
|
{
|
|
7124
7683
|
"name": "zendesk",
|
|
7125
|
-
"description": "Nuxt
|
|
7684
|
+
"description": "Nuxt module for Zendesk",
|
|
7126
7685
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7127
7686
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7128
7687
|
"icon": "zendesk.png",
|