@nuxt/modules 0.6.0-16f217 → 0.6.0-1832a8
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 +876 -228
- package/package.json +11 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Nuxt zodI18n",
|
|
4
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
+
"npm": "nuxt-zod-i18n",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "xibman",
|
|
16
|
+
"github": "xibman"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
26
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
27
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
28
|
"npm": "nuxt-ackee",
|
|
7
29
|
"icon": "ackee.png",
|
|
@@ -28,7 +50,7 @@
|
|
|
28
50
|
},
|
|
29
51
|
{
|
|
30
52
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
53
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
54
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
55
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
56
|
"icon": "agility.png",
|
|
@@ -51,7 +73,7 @@
|
|
|
51
73
|
},
|
|
52
74
|
{
|
|
53
75
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
76
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
77
|
"repo": "nuxt-modules/algolia",
|
|
56
78
|
"npm": "@nuxtjs/algolia",
|
|
57
79
|
"icon": "algolia.svg",
|
|
@@ -194,7 +216,7 @@
|
|
|
194
216
|
},
|
|
195
217
|
{
|
|
196
218
|
"name": "api-party",
|
|
197
|
-
"description": "Nuxt
|
|
219
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
198
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
199
221
|
"npm": "nuxt-api-party",
|
|
200
222
|
"icon": "api-party.svg",
|
|
@@ -242,7 +264,7 @@
|
|
|
242
264
|
},
|
|
243
265
|
{
|
|
244
266
|
"name": "apollo",
|
|
245
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
246
268
|
"repo": "nuxt-modules/apollo",
|
|
247
269
|
"npm": "@nuxtjs/apollo",
|
|
248
270
|
"icon": "apollo.png",
|
|
@@ -266,7 +288,7 @@
|
|
|
266
288
|
},
|
|
267
289
|
{
|
|
268
290
|
"name": "applicationinsights",
|
|
269
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
270
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
271
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
272
294
|
"icon": "application-insights.png",
|
|
@@ -353,9 +375,31 @@
|
|
|
353
375
|
"requires": {}
|
|
354
376
|
}
|
|
355
377
|
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Devtools",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
356
400
|
{
|
|
357
401
|
"name": "auth",
|
|
358
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
359
403
|
"repo": "nuxt-community/auth-module",
|
|
360
404
|
"npm": "@nuxtjs/auth",
|
|
361
405
|
"icon": "auth.png",
|
|
@@ -403,9 +447,32 @@
|
|
|
403
447
|
"requires": {}
|
|
404
448
|
}
|
|
405
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"name": "auto-animate",
|
|
452
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
453
|
+
"repo": "formkit/auto-animate",
|
|
454
|
+
"npm": "@formkit/auto-animate",
|
|
455
|
+
"icon": "auto-animate.svg",
|
|
456
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
457
|
+
"website": "https://auto-animate.formkit.com",
|
|
458
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
459
|
+
"category": "Libraries",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Justin Schroeder",
|
|
464
|
+
"github": "justin-schroeder",
|
|
465
|
+
"twitter": "jpschroeder"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
406
473
|
{
|
|
407
474
|
"name": "axios",
|
|
408
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
409
476
|
"repo": "nuxt-community/axios-module",
|
|
410
477
|
"npm": "@nuxtjs/axios",
|
|
411
478
|
"icon": "axios.svg",
|
|
@@ -428,7 +495,7 @@
|
|
|
428
495
|
},
|
|
429
496
|
{
|
|
430
497
|
"name": "basic-auth",
|
|
431
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
432
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
433
500
|
"npm": "nuxt-basic-auth-module",
|
|
434
501
|
"icon": "",
|
|
@@ -552,7 +619,7 @@
|
|
|
552
619
|
},
|
|
553
620
|
{
|
|
554
621
|
"name": "bulma-slim",
|
|
555
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
556
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
557
624
|
"npm": "nuxt-bulma-slim",
|
|
558
625
|
"icon": "bulma.png",
|
|
@@ -619,7 +686,7 @@
|
|
|
619
686
|
},
|
|
620
687
|
{
|
|
621
688
|
"name": "canvas-sketch",
|
|
622
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
623
690
|
"repo": "LuXDAmore/generative-art",
|
|
624
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
625
692
|
"icon": "",
|
|
@@ -642,7 +709,7 @@
|
|
|
642
709
|
},
|
|
643
710
|
{
|
|
644
711
|
"name": "capo",
|
|
645
|
-
"description": "Capo.js implementation for Nuxt
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
646
713
|
"repo": "danielroe/nuxt-capo",
|
|
647
714
|
"npm": "nuxt-capo",
|
|
648
715
|
"icon": "",
|
|
@@ -664,7 +731,7 @@
|
|
|
664
731
|
},
|
|
665
732
|
{
|
|
666
733
|
"name": "chakra-ui",
|
|
667
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
668
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
669
736
|
"npm": "@chakra-ui/nuxt",
|
|
670
737
|
"icon": "chakra-ui.png",
|
|
@@ -775,7 +842,7 @@
|
|
|
775
842
|
},
|
|
776
843
|
{
|
|
777
844
|
"name": "cloudcms",
|
|
778
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
779
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
780
847
|
"npm": "cloudcms-nuxt",
|
|
781
848
|
"icon": "",
|
|
@@ -824,7 +891,7 @@
|
|
|
824
891
|
},
|
|
825
892
|
{
|
|
826
893
|
"name": "cloudinary",
|
|
827
|
-
"description": "Optimize images and videos in your Nuxt
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
828
895
|
"repo": "nuxt-modules/cloudinary",
|
|
829
896
|
"npm": "@nuxtjs/cloudinary",
|
|
830
897
|
"icon": "cloudinary.png",
|
|
@@ -847,7 +914,7 @@
|
|
|
847
914
|
},
|
|
848
915
|
{
|
|
849
916
|
"name": "color-mode",
|
|
850
|
-
"description": "Dark and Light mode for
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
851
918
|
"repo": "nuxt-modules/color-mode",
|
|
852
919
|
"npm": "@nuxtjs/color-mode",
|
|
853
920
|
"icon": "color-mode.png",
|
|
@@ -1068,7 +1135,7 @@
|
|
|
1068
1135
|
},
|
|
1069
1136
|
{
|
|
1070
1137
|
"name": "darkmode.js",
|
|
1071
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1072
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1073
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1074
1141
|
"icon": "darkmode.png",
|
|
@@ -1090,7 +1157,7 @@
|
|
|
1090
1157
|
},
|
|
1091
1158
|
{
|
|
1092
1159
|
"name": "date-fns",
|
|
1093
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1094
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
1095
1162
|
"npm": "@nuxtjs/date-fns",
|
|
1096
1163
|
"icon": "date-fns.png",
|
|
@@ -1112,7 +1179,7 @@
|
|
|
1112
1179
|
},
|
|
1113
1180
|
{
|
|
1114
1181
|
"name": "datocms-nuxt2",
|
|
1115
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1116
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1117
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1118
1185
|
"icon": "datocms.svg",
|
|
@@ -1181,7 +1248,7 @@
|
|
|
1181
1248
|
},
|
|
1182
1249
|
{
|
|
1183
1250
|
"name": "delay-hydration",
|
|
1184
|
-
"description": "Improve your Nuxt
|
|
1251
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1185
1252
|
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1186
1253
|
"npm": "nuxt-delay-hydration",
|
|
1187
1254
|
"icon": "lighthouse.svg",
|
|
@@ -1204,12 +1271,12 @@
|
|
|
1204
1271
|
},
|
|
1205
1272
|
{
|
|
1206
1273
|
"name": "device",
|
|
1207
|
-
"description": "Device detection module for Nuxt
|
|
1208
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1209
1276
|
"npm": "@nuxtjs/device",
|
|
1210
1277
|
"icon": "",
|
|
1211
|
-
"github": "https://github.com/nuxt-
|
|
1212
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1213
1280
|
"learn_more": "",
|
|
1214
1281
|
"category": "Extensions",
|
|
1215
1282
|
"type": "community",
|
|
@@ -1267,12 +1334,13 @@
|
|
|
1267
1334
|
],
|
|
1268
1335
|
"compatibility": {
|
|
1269
1336
|
"nuxt": "^3.0.0",
|
|
1270
|
-
"requires": {}
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1271
1339
|
}
|
|
1272
1340
|
},
|
|
1273
1341
|
{
|
|
1274
1342
|
"name": "disqus",
|
|
1275
|
-
"description": "Disqus for Nuxt
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1276
1344
|
"repo": "modbender/nuxt-disqus",
|
|
1277
1345
|
"npm": "nuxt-disqus",
|
|
1278
1346
|
"icon": "disqus.svg",
|
|
@@ -1292,9 +1360,31 @@
|
|
|
1292
1360
|
"requires": {}
|
|
1293
1361
|
}
|
|
1294
1362
|
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1295
1385
|
{
|
|
1296
1386
|
"name": "dotenv",
|
|
1297
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1298
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1299
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1300
1390
|
"icon": "dotenv.png",
|
|
@@ -1316,13 +1406,13 @@
|
|
|
1316
1406
|
},
|
|
1317
1407
|
{
|
|
1318
1408
|
"name": "drupal-ce",
|
|
1319
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1320
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1321
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1322
1412
|
"icon": "drupal-ce.png",
|
|
1323
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1324
|
-
"website": "https://
|
|
1325
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1326
1416
|
"category": "CMS",
|
|
1327
1417
|
"type": "3rd-party",
|
|
1328
1418
|
"maintainers": [
|
|
@@ -1337,19 +1427,19 @@
|
|
|
1337
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1338
1428
|
},
|
|
1339
1429
|
{
|
|
1340
|
-
"name": "
|
|
1341
|
-
"github": "
|
|
1342
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1343
1433
|
}
|
|
1344
1434
|
],
|
|
1345
1435
|
"compatibility": {
|
|
1346
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1347
1437
|
"requires": {}
|
|
1348
1438
|
}
|
|
1349
1439
|
},
|
|
1350
1440
|
{
|
|
1351
1441
|
"name": "druxt",
|
|
1352
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1353
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1354
1444
|
"npm": "druxt",
|
|
1355
1445
|
"icon": "druxt.svg",
|
|
@@ -1369,6 +1459,29 @@
|
|
|
1369
1459
|
"requires": {}
|
|
1370
1460
|
}
|
|
1371
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1372
1485
|
{
|
|
1373
1486
|
"name": "electron",
|
|
1374
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1417,7 +1530,7 @@
|
|
|
1417
1530
|
},
|
|
1418
1531
|
{
|
|
1419
1532
|
"name": "emotion",
|
|
1420
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1421
1534
|
"repo": "nuxt-modules/emotion",
|
|
1422
1535
|
"npm": "@nuxtjs/emotion",
|
|
1423
1536
|
"icon": "emotion.png",
|
|
@@ -1445,7 +1558,7 @@
|
|
|
1445
1558
|
},
|
|
1446
1559
|
{
|
|
1447
1560
|
"name": "eslint",
|
|
1448
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1449
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1450
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1451
1564
|
"icon": "eslint.png",
|
|
@@ -1467,7 +1580,7 @@
|
|
|
1467
1580
|
},
|
|
1468
1581
|
{
|
|
1469
1582
|
"name": "event-trace",
|
|
1470
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1471
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1472
1585
|
"npm": "nuxt-event-trace",
|
|
1473
1586
|
"icon": "",
|
|
@@ -1487,6 +1600,29 @@
|
|
|
1487
1600
|
"requires": {}
|
|
1488
1601
|
}
|
|
1489
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1490
1626
|
{
|
|
1491
1627
|
"name": "fathom",
|
|
1492
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1511,7 +1647,7 @@
|
|
|
1511
1647
|
},
|
|
1512
1648
|
{
|
|
1513
1649
|
"name": "feature-toggle",
|
|
1514
|
-
"description": "Feature toggle module for Nuxt
|
|
1650
|
+
"description": "Feature toggle module for Nuxt",
|
|
1515
1651
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1516
1652
|
"npm": "nuxt-feature-toggle",
|
|
1517
1653
|
"icon": "",
|
|
@@ -1578,7 +1714,7 @@
|
|
|
1578
1714
|
},
|
|
1579
1715
|
{
|
|
1580
1716
|
"name": "floating-prompt-module",
|
|
1581
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1717
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1582
1718
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1583
1719
|
"npm": "nuxt-floating-prompt-module",
|
|
1584
1720
|
"icon": "",
|
|
@@ -1784,7 +1920,7 @@
|
|
|
1784
1920
|
},
|
|
1785
1921
|
{
|
|
1786
1922
|
"name": "google-adsense",
|
|
1787
|
-
"description": "Google Adsense Module for Nuxt
|
|
1923
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1788
1924
|
"repo": "nuxt-community/google-adsense-module",
|
|
1789
1925
|
"npm": "@nuxtjs/google-adsense",
|
|
1790
1926
|
"icon": "google-adsense.png",
|
|
@@ -1810,7 +1946,7 @@
|
|
|
1810
1946
|
},
|
|
1811
1947
|
{
|
|
1812
1948
|
"name": "google-analytics",
|
|
1813
|
-
"description": "Google analytics Module for Nuxt
|
|
1949
|
+
"description": "Google analytics Module for Nuxt",
|
|
1814
1950
|
"repo": "nuxt-community/analytics-module",
|
|
1815
1951
|
"npm": "@nuxtjs/google-analytics",
|
|
1816
1952
|
"icon": "google-analytics.png",
|
|
@@ -1842,7 +1978,7 @@
|
|
|
1842
1978
|
},
|
|
1843
1979
|
{
|
|
1844
1980
|
"name": "google-fonts",
|
|
1845
|
-
"description": "Google Fonts module for
|
|
1981
|
+
"description": "Google Fonts module for Nuxt",
|
|
1846
1982
|
"repo": "nuxt-modules/google-fonts",
|
|
1847
1983
|
"npm": "@nuxtjs/google-fonts",
|
|
1848
1984
|
"icon": "google-fonts.png",
|
|
@@ -1866,7 +2002,7 @@
|
|
|
1866
2002
|
},
|
|
1867
2003
|
{
|
|
1868
2004
|
"name": "google-gtag",
|
|
1869
|
-
"description": "Google GTag for Nuxt
|
|
2005
|
+
"description": "Google GTag for Nuxt",
|
|
1870
2006
|
"repo": "nuxt-community/google-gtag",
|
|
1871
2007
|
"npm": "@nuxtjs/google-gtag",
|
|
1872
2008
|
"icon": "gtm.png",
|
|
@@ -1892,7 +2028,7 @@
|
|
|
1892
2028
|
},
|
|
1893
2029
|
{
|
|
1894
2030
|
"name": "google-optimize",
|
|
1895
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2031
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1896
2032
|
"repo": "nuxt-community/google-optimize-module",
|
|
1897
2033
|
"npm": "nuxt-google-optimize",
|
|
1898
2034
|
"icon": "google-optimize.png",
|
|
@@ -1947,7 +2083,7 @@
|
|
|
1947
2083
|
},
|
|
1948
2084
|
{
|
|
1949
2085
|
"name": "graphql-request",
|
|
1950
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2086
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1951
2087
|
"repo": "gomah/nuxt-graphql-request",
|
|
1952
2088
|
"npm": "nuxt-graphql-request",
|
|
1953
2089
|
"icon": "graphql-request.png",
|
|
@@ -1963,7 +2099,7 @@
|
|
|
1963
2099
|
}
|
|
1964
2100
|
],
|
|
1965
2101
|
"compatibility": {
|
|
1966
|
-
"nuxt": "^2.0.0",
|
|
2102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1967
2103
|
"requires": {}
|
|
1968
2104
|
}
|
|
1969
2105
|
},
|
|
@@ -1986,12 +2122,13 @@
|
|
|
1986
2122
|
],
|
|
1987
2123
|
"compatibility": {
|
|
1988
2124
|
"nuxt": "^3.0.0",
|
|
1989
|
-
"requires": {}
|
|
2125
|
+
"requires": {},
|
|
2126
|
+
"devtools": "^0.0.0"
|
|
1990
2127
|
}
|
|
1991
2128
|
},
|
|
1992
2129
|
{
|
|
1993
2130
|
"name": "gtag",
|
|
1994
|
-
"description": "Google Analytics integration for Nuxt
|
|
2131
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1995
2132
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1996
2133
|
"npm": "nuxt-gtag",
|
|
1997
2134
|
"icon": "gtag.svg",
|
|
@@ -2015,7 +2152,7 @@
|
|
|
2015
2152
|
},
|
|
2016
2153
|
{
|
|
2017
2154
|
"name": "gtm",
|
|
2018
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2155
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
2019
2156
|
"repo": "nuxt-community/gtm-module",
|
|
2020
2157
|
"npm": "@nuxtjs/gtm",
|
|
2021
2158
|
"icon": "gtm.png",
|
|
@@ -2038,7 +2175,7 @@
|
|
|
2038
2175
|
},
|
|
2039
2176
|
{
|
|
2040
2177
|
"name": "guess",
|
|
2041
|
-
"description": "Guess.js module for Nuxt
|
|
2178
|
+
"description": "Guess.js module for Nuxt",
|
|
2042
2179
|
"repo": "nuxt-community/guess-module",
|
|
2043
2180
|
"npm": "@nuxtjs/guess-module",
|
|
2044
2181
|
"icon": "guessjs.png",
|
|
@@ -2150,7 +2287,7 @@
|
|
|
2150
2287
|
},
|
|
2151
2288
|
{
|
|
2152
2289
|
"name": "helmet",
|
|
2153
|
-
"description": "Easy Helmet module with Nuxt
|
|
2290
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2154
2291
|
"repo": "victor-perez/nuxt-helmet",
|
|
2155
2292
|
"npm": "nuxt-helmet",
|
|
2156
2293
|
"icon": "",
|
|
@@ -2194,7 +2331,7 @@
|
|
|
2194
2331
|
},
|
|
2195
2332
|
{
|
|
2196
2333
|
"name": "history-state",
|
|
2197
|
-
"description": "Nuxt
|
|
2334
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2198
2335
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2199
2336
|
"npm": "nuxt-history-state",
|
|
2200
2337
|
"icon": "",
|
|
@@ -2263,7 +2400,7 @@
|
|
|
2263
2400
|
},
|
|
2264
2401
|
{
|
|
2265
2402
|
"name": "http",
|
|
2266
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2403
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2267
2404
|
"repo": "nuxt/http",
|
|
2268
2405
|
"npm": "@nuxt/http",
|
|
2269
2406
|
"icon": "http.png",
|
|
@@ -2291,7 +2428,7 @@
|
|
|
2291
2428
|
},
|
|
2292
2429
|
{
|
|
2293
2430
|
"name": "humans-txt",
|
|
2294
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2431
|
+
"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.",
|
|
2295
2432
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2296
2433
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2297
2434
|
"icon": "",
|
|
@@ -2360,6 +2497,29 @@
|
|
|
2360
2497
|
"requires": {}
|
|
2361
2498
|
}
|
|
2362
2499
|
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2508
|
+
"learn_more": "",
|
|
2509
|
+
"category": "UI",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2363
2523
|
{
|
|
2364
2524
|
"name": "icon",
|
|
2365
2525
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2379,7 +2539,8 @@
|
|
|
2379
2539
|
],
|
|
2380
2540
|
"compatibility": {
|
|
2381
2541
|
"nuxt": "^3.0.0",
|
|
2382
|
-
"requires": {}
|
|
2542
|
+
"requires": {},
|
|
2543
|
+
"devtools": "^0.0.0"
|
|
2383
2544
|
}
|
|
2384
2545
|
},
|
|
2385
2546
|
{
|
|
@@ -2428,7 +2589,7 @@
|
|
|
2428
2589
|
},
|
|
2429
2590
|
{
|
|
2430
2591
|
"name": "image",
|
|
2431
|
-
"description": "Optimised images for
|
|
2592
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2432
2593
|
"repo": "nuxt/image",
|
|
2433
2594
|
"npm": "@nuxt/image",
|
|
2434
2595
|
"icon": "image.png",
|
|
@@ -2468,7 +2629,7 @@
|
|
|
2468
2629
|
},
|
|
2469
2630
|
{
|
|
2470
2631
|
"name": "imagemin",
|
|
2471
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2632
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2472
2633
|
"repo": "nuxt-community/imagemin-module",
|
|
2473
2634
|
"npm": "@nuxtjs/imagemin",
|
|
2474
2635
|
"icon": "imagemin.png",
|
|
@@ -2515,7 +2676,7 @@
|
|
|
2515
2676
|
},
|
|
2516
2677
|
{
|
|
2517
2678
|
"name": "intercom",
|
|
2518
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2679
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2519
2680
|
"repo": "hex-digital/nuxt-intercom",
|
|
2520
2681
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2521
2682
|
"icon": "intercom.png",
|
|
@@ -2560,7 +2721,7 @@
|
|
|
2560
2721
|
},
|
|
2561
2722
|
{
|
|
2562
2723
|
"name": "jsonapi",
|
|
2563
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2724
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2564
2725
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2565
2726
|
"npm": "nuxt-jsonapi",
|
|
2566
2727
|
"icon": "jsonapi.svg",
|
|
@@ -2602,9 +2763,36 @@
|
|
|
2602
2763
|
"requires": {}
|
|
2603
2764
|
}
|
|
2604
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2605
2793
|
{
|
|
2606
2794
|
"name": "kql",
|
|
2607
|
-
"description": "Nuxt
|
|
2795
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2608
2796
|
"repo": "johannschopplich/nuxt-kql",
|
|
2609
2797
|
"npm": "nuxt-kql",
|
|
2610
2798
|
"icon": "kql.svg",
|
|
@@ -2628,7 +2816,7 @@
|
|
|
2628
2816
|
},
|
|
2629
2817
|
{
|
|
2630
2818
|
"name": "laravel-echo",
|
|
2631
|
-
"description": "Laravel Echo for Nuxt
|
|
2819
|
+
"description": "Laravel Echo for Nuxt",
|
|
2632
2820
|
"repo": "nuxt-community/laravel-echo",
|
|
2633
2821
|
"npm": "@nuxtjs/laravel-echo",
|
|
2634
2822
|
"icon": "laravel-echo.png",
|
|
@@ -2670,6 +2858,28 @@
|
|
|
2670
2858
|
"requires": {}
|
|
2671
2859
|
}
|
|
2672
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "laravel-precognition",
|
|
2863
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
+
"npm": "nuxt-laravel-precognition",
|
|
2866
|
+
"icon": "laravel.svg",
|
|
2867
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "Security",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "sot1986",
|
|
2875
|
+
"github": "sot1986"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"compatibility": {
|
|
2879
|
+
"nuxt": "^3.0.0",
|
|
2880
|
+
"requires": {}
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2673
2883
|
{
|
|
2674
2884
|
"name": "laravel",
|
|
2675
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2716,13 +2926,13 @@
|
|
|
2716
2926
|
},
|
|
2717
2927
|
{
|
|
2718
2928
|
"name": "link-checker",
|
|
2719
|
-
"description": "
|
|
2929
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2720
2930
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2721
2931
|
"npm": "nuxt-link-checker",
|
|
2722
|
-
"icon": "",
|
|
2932
|
+
"icon": "link-checker.svg",
|
|
2723
2933
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2724
|
-
"website": "https://
|
|
2725
|
-
"learn_more": "",
|
|
2934
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2935
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2726
2936
|
"category": "SEO",
|
|
2727
2937
|
"type": "3rd-party",
|
|
2728
2938
|
"maintainers": [
|
|
@@ -2735,7 +2945,8 @@
|
|
|
2735
2945
|
],
|
|
2736
2946
|
"compatibility": {
|
|
2737
2947
|
"nuxt": "^3.0.0",
|
|
2738
|
-
"requires": {}
|
|
2948
|
+
"requires": {},
|
|
2949
|
+
"devtools": "^0.0.0"
|
|
2739
2950
|
}
|
|
2740
2951
|
},
|
|
2741
2952
|
{
|
|
@@ -2812,12 +3023,12 @@
|
|
|
2812
3023
|
},
|
|
2813
3024
|
{
|
|
2814
3025
|
"name": "logrocket",
|
|
2815
|
-
"description": "LogRocket module for Nuxt
|
|
2816
|
-
"repo": "nuxt-
|
|
3026
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3027
|
+
"repo": "nuxt-modules/logrocket",
|
|
2817
3028
|
"npm": "nuxt-logrocket",
|
|
2818
3029
|
"icon": "logrocket.png",
|
|
2819
|
-
"github": "https://github.com/nuxt-
|
|
2820
|
-
"website": "https://github.com/nuxt-
|
|
3030
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3031
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2821
3032
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2822
3033
|
"category": "Monitoring",
|
|
2823
3034
|
"type": "community",
|
|
@@ -2835,7 +3046,7 @@
|
|
|
2835
3046
|
},
|
|
2836
3047
|
{
|
|
2837
3048
|
"name": "lucide-icons",
|
|
2838
|
-
"description": "Nuxt
|
|
3049
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2839
3050
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2840
3051
|
"npm": "nuxt-lucide-icons",
|
|
2841
3052
|
"icon": "lucide-icons.svg",
|
|
@@ -2861,7 +3072,7 @@
|
|
|
2861
3072
|
},
|
|
2862
3073
|
{
|
|
2863
3074
|
"name": "lunr",
|
|
2864
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3075
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2865
3076
|
"repo": "nuxt-community/lunr-module",
|
|
2866
3077
|
"npm": "@nuxtjs/lunr-module",
|
|
2867
3078
|
"icon": "",
|
|
@@ -2949,6 +3160,28 @@
|
|
|
2949
3160
|
"requires": {}
|
|
2950
3161
|
}
|
|
2951
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "maz-ui",
|
|
3165
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
+
"repo": "louismazel/maz-ui",
|
|
3167
|
+
"npm": "maz-ui",
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
3169
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3171
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3172
|
+
"category": "UI",
|
|
3173
|
+
"type": "community",
|
|
3174
|
+
"maintainers": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Loïc Mazuel",
|
|
3177
|
+
"github": "LouisMazel"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
2952
3185
|
{
|
|
2953
3186
|
"name": "mdx",
|
|
2954
3187
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2974,7 +3207,7 @@
|
|
|
2974
3207
|
},
|
|
2975
3208
|
{
|
|
2976
3209
|
"name": "medusa",
|
|
2977
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3210
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2978
3211
|
"repo": "Baroshem/nuxt-medusa",
|
|
2979
3212
|
"npm": "nuxt-medusa",
|
|
2980
3213
|
"icon": "medusa.svg",
|
|
@@ -2999,7 +3232,7 @@
|
|
|
2999
3232
|
},
|
|
3000
3233
|
{
|
|
3001
3234
|
"name": "meilisearch",
|
|
3002
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3235
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
3003
3236
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
3004
3237
|
"npm": "nuxt-meilisearch",
|
|
3005
3238
|
"icon": "meilisearch.svg",
|
|
@@ -3019,7 +3252,8 @@
|
|
|
3019
3252
|
"nuxt": "^3.0.0",
|
|
3020
3253
|
"requires": {
|
|
3021
3254
|
"bridge": false
|
|
3022
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"devtools": "^0.0.0"
|
|
3023
3257
|
}
|
|
3024
3258
|
},
|
|
3025
3259
|
{
|
|
@@ -3091,7 +3325,7 @@
|
|
|
3091
3325
|
},
|
|
3092
3326
|
{
|
|
3093
3327
|
"name": "moment",
|
|
3094
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3328
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3095
3329
|
"repo": "nuxt-community/moment-module",
|
|
3096
3330
|
"npm": "@nuxtjs/moment",
|
|
3097
3331
|
"icon": "momentjs.png",
|
|
@@ -3118,7 +3352,7 @@
|
|
|
3118
3352
|
},
|
|
3119
3353
|
{
|
|
3120
3354
|
"name": "mq",
|
|
3121
|
-
"description": "vue-mq module for Nuxt.
|
|
3355
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3122
3356
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3123
3357
|
"npm": "nuxt-mq",
|
|
3124
3358
|
"icon": "",
|
|
@@ -3162,7 +3396,7 @@
|
|
|
3162
3396
|
},
|
|
3163
3397
|
{
|
|
3164
3398
|
"name": "netlify-cache",
|
|
3165
|
-
"description": "Nuxt
|
|
3399
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3166
3400
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3167
3401
|
"npm": "nuxt-netlify-cache",
|
|
3168
3402
|
"icon": "netlify.png",
|
|
@@ -3207,7 +3441,7 @@
|
|
|
3207
3441
|
},
|
|
3208
3442
|
{
|
|
3209
3443
|
"name": "netlify",
|
|
3210
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3444
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3211
3445
|
"repo": "bazzite/nuxt-netlify",
|
|
3212
3446
|
"npm": "@aceforth/nuxt-netlify",
|
|
3213
3447
|
"icon": "netlify.png",
|
|
@@ -3322,30 +3556,31 @@
|
|
|
3322
3556
|
}
|
|
3323
3557
|
},
|
|
3324
3558
|
{
|
|
3325
|
-
"name": "nuxt-auth",
|
|
3326
|
-
"description": "",
|
|
3327
|
-
"repo": "
|
|
3328
|
-
"npm": "
|
|
3329
|
-
"icon": "",
|
|
3330
|
-
"github": "https://github.com/
|
|
3331
|
-
"website": "https://github.com/
|
|
3559
|
+
"name": "nuxt-auth-sanctum",
|
|
3560
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3561
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3562
|
+
"npm": "nuxt-auth-sanctum",
|
|
3563
|
+
"icon": "laravel.svg",
|
|
3564
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3565
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3332
3566
|
"learn_more": "",
|
|
3333
|
-
"category": "
|
|
3567
|
+
"category": "Security",
|
|
3334
3568
|
"type": "3rd-party",
|
|
3335
3569
|
"maintainers": [
|
|
3336
3570
|
{
|
|
3337
|
-
"name": "
|
|
3338
|
-
"github": "
|
|
3571
|
+
"name": "Artem Manchenkov",
|
|
3572
|
+
"github": "manchenkoff",
|
|
3573
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3339
3574
|
}
|
|
3340
3575
|
],
|
|
3341
3576
|
"compatibility": {
|
|
3342
|
-
"nuxt": "^
|
|
3577
|
+
"nuxt": "^3.0.0",
|
|
3343
3578
|
"requires": {}
|
|
3344
3579
|
}
|
|
3345
3580
|
},
|
|
3346
3581
|
{
|
|
3347
3582
|
"name": "nuxt-basic-auth",
|
|
3348
|
-
"description": "Nuxt
|
|
3583
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3349
3584
|
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
3585
|
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
3586
|
"icon": "",
|
|
@@ -3389,7 +3624,7 @@
|
|
|
3389
3624
|
},
|
|
3390
3625
|
{
|
|
3391
3626
|
"name": "nuxt-chatgpt",
|
|
3392
|
-
"description": "ChatGPT integration for Nuxt
|
|
3627
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3393
3628
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3394
3629
|
"npm": "nuxt-chatgpt",
|
|
3395
3630
|
"icon": "chatgpt.svg",
|
|
@@ -3411,7 +3646,7 @@
|
|
|
3411
3646
|
},
|
|
3412
3647
|
{
|
|
3413
3648
|
"name": "nuxt-facebook-chat",
|
|
3414
|
-
"description": "nuxt-plotly module is thin
|
|
3649
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3415
3650
|
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
3651
|
"npm": "nuxt-facebook-chat",
|
|
3417
3652
|
"icon": "nuxt-facebook-chat.svg",
|
|
@@ -3510,7 +3745,7 @@
|
|
|
3510
3745
|
},
|
|
3511
3746
|
{
|
|
3512
3747
|
"name": "nuxt-gtm",
|
|
3513
|
-
"description": "A Nuxt
|
|
3748
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3514
3749
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
3750
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
3751
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3527,7 +3762,8 @@
|
|
|
3527
3762
|
],
|
|
3528
3763
|
"compatibility": {
|
|
3529
3764
|
"nuxt": "^3.0.0",
|
|
3530
|
-
"requires": {}
|
|
3765
|
+
"requires": {},
|
|
3766
|
+
"devtools": "^0.0.0"
|
|
3531
3767
|
}
|
|
3532
3768
|
},
|
|
3533
3769
|
{
|
|
@@ -3554,6 +3790,50 @@
|
|
|
3554
3790
|
}
|
|
3555
3791
|
}
|
|
3556
3792
|
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-interpolation",
|
|
3795
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3796
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3797
|
+
"npm": "nuxt-interpolation",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3800
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "Devtools",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "daliborgogic",
|
|
3807
|
+
"github": "daliborgogic"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^2.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-jsonld",
|
|
3817
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3818
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3819
|
+
"npm": "nuxt-jsonld",
|
|
3820
|
+
"icon": "",
|
|
3821
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3822
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3823
|
+
"learn_more": "",
|
|
3824
|
+
"category": "SEO",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "ymmooot",
|
|
3829
|
+
"github": "ymmooot"
|
|
3830
|
+
}
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^3.0.0",
|
|
3834
|
+
"requires": {}
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3557
3837
|
{
|
|
3558
3838
|
"name": "nuxt-localtunnel",
|
|
3559
3839
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3579,7 +3859,7 @@
|
|
|
3579
3859
|
},
|
|
3580
3860
|
{
|
|
3581
3861
|
"name": "nuxt-loco",
|
|
3582
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3862
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3583
3863
|
"repo": "gaetansenn/nuxt-loco",
|
|
3584
3864
|
"npm": "nuxt-loco",
|
|
3585
3865
|
"icon": "",
|
|
@@ -3600,6 +3880,28 @@
|
|
|
3600
3880
|
"requires": {}
|
|
3601
3881
|
}
|
|
3602
3882
|
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-mail",
|
|
3885
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3886
|
+
"repo": "dword-design/nuxt-mail",
|
|
3887
|
+
"npm": "nuxt-mail",
|
|
3888
|
+
"icon": "",
|
|
3889
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3890
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3891
|
+
"learn_more": "",
|
|
3892
|
+
"category": "Extensions",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "Sebastian Landwehr",
|
|
3897
|
+
"github": "dword-design"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3603
3905
|
{
|
|
3604
3906
|
"name": "nuxt-mapbox",
|
|
3605
3907
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3668,7 +3970,7 @@
|
|
|
3668
3970
|
},
|
|
3669
3971
|
{
|
|
3670
3972
|
"name": "nuxt-mongoose",
|
|
3671
|
-
"description": "A Nuxt
|
|
3973
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3672
3974
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3673
3975
|
"npm": "nuxt-mongoose",
|
|
3674
3976
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3683,6 +3985,30 @@
|
|
|
3683
3985
|
"github": "arashsheyda"
|
|
3684
3986
|
}
|
|
3685
3987
|
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^3.0.0",
|
|
3990
|
+
"requires": {},
|
|
3991
|
+
"devtools": "^0.0.0"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-payload-analyzer",
|
|
3996
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3997
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3998
|
+
"npm": "nuxt-payload-analyzer",
|
|
3999
|
+
"icon": "",
|
|
4000
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4001
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4002
|
+
"learn_more": "",
|
|
4003
|
+
"category": "Performance",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Barbapapazes",
|
|
4008
|
+
"github": "Barbapapazes",
|
|
4009
|
+
"twitter": "soubiran_"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
3686
4012
|
"compatibility": {
|
|
3687
4013
|
"nuxt": "^3.0.0",
|
|
3688
4014
|
"requires": {}
|
|
@@ -3757,7 +4083,7 @@
|
|
|
3757
4083
|
},
|
|
3758
4084
|
{
|
|
3759
4085
|
"name": "plausible",
|
|
3760
|
-
"description": "Nuxt
|
|
4086
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3761
4087
|
"repo": "nuxt-modules/plausible",
|
|
3762
4088
|
"npm": "@nuxtjs/plausible",
|
|
3763
4089
|
"icon": "plausible.png",
|
|
@@ -3779,7 +4105,7 @@
|
|
|
3779
4105
|
},
|
|
3780
4106
|
{
|
|
3781
4107
|
"name": "nuxt-plotly",
|
|
3782
|
-
"description": "nuxt-plotly
|
|
4108
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3783
4109
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3784
4110
|
"npm": "nuxt-plotly",
|
|
3785
4111
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3805,7 +4131,7 @@
|
|
|
3805
4131
|
},
|
|
3806
4132
|
{
|
|
3807
4133
|
"name": "nuxt-png-to-ico",
|
|
3808
|
-
"description": "Nuxt
|
|
4134
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3809
4135
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3810
4136
|
"npm": "nuxt-png-to-ico",
|
|
3811
4137
|
"icon": "",
|
|
@@ -3828,7 +4154,7 @@
|
|
|
3828
4154
|
},
|
|
3829
4155
|
{
|
|
3830
4156
|
"name": "nuxt-smartlook",
|
|
3831
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4157
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3832
4158
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3833
4159
|
"npm": "nuxt-smartlook",
|
|
3834
4160
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3850,6 +4176,28 @@
|
|
|
3850
4176
|
"requires": {}
|
|
3851
4177
|
}
|
|
3852
4178
|
},
|
|
4179
|
+
{
|
|
4180
|
+
"name": "nuxt-social-share",
|
|
4181
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4182
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4183
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4184
|
+
"icon": "nuxt-social-share.png",
|
|
4185
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4186
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4187
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4188
|
+
"category": "Extensions",
|
|
4189
|
+
"type": "3rd-party",
|
|
4190
|
+
"maintainers": [
|
|
4191
|
+
{
|
|
4192
|
+
"name": "stefanobartoletti",
|
|
4193
|
+
"github": "stefanobartoletti"
|
|
4194
|
+
}
|
|
4195
|
+
],
|
|
4196
|
+
"compatibility": {
|
|
4197
|
+
"nuxt": "^3.0.0",
|
|
4198
|
+
"requires": {}
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
3853
4201
|
{
|
|
3854
4202
|
"name": "ssr-lit",
|
|
3855
4203
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3880,7 +4228,7 @@
|
|
|
3880
4228
|
},
|
|
3881
4229
|
{
|
|
3882
4230
|
"name": "nuxt-storm",
|
|
3883
|
-
"description": "WebStorm & PHPStorm support for
|
|
4231
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3884
4232
|
"repo": "fumeapp/nuxt-storm",
|
|
3885
4233
|
"npm": "nuxt-storm",
|
|
3886
4234
|
"icon": "nuxt-storm.png",
|
|
@@ -3924,7 +4272,7 @@
|
|
|
3924
4272
|
},
|
|
3925
4273
|
{
|
|
3926
4274
|
"name": "nuxt-unleash",
|
|
3927
|
-
"description": "Nuxt
|
|
4275
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3928
4276
|
"repo": "conejerock/nuxt-unleash",
|
|
3929
4277
|
"npm": "nuxt-unleash",
|
|
3930
4278
|
"icon": "nuxt-unleash.svg",
|
|
@@ -4035,20 +4383,42 @@
|
|
|
4035
4383
|
}
|
|
4036
4384
|
},
|
|
4037
4385
|
{
|
|
4038
|
-
"name": "
|
|
4039
|
-
"description": "
|
|
4040
|
-
"repo": "
|
|
4041
|
-
"npm": "
|
|
4042
|
-
"icon": "
|
|
4043
|
-
"github": "https://github.com/
|
|
4044
|
-
"website": "https://
|
|
4045
|
-
"learn_more": "
|
|
4046
|
-
"category": "
|
|
4386
|
+
"name": "Nuxt zodI18n",
|
|
4387
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4388
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4389
|
+
"npm": "nuxt-zod-i18n",
|
|
4390
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4391
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4392
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4393
|
+
"learn_more": "",
|
|
4394
|
+
"category": "Libraries",
|
|
4395
|
+
"type": "3rd-party",
|
|
4396
|
+
"maintainers": [
|
|
4397
|
+
{
|
|
4398
|
+
"name": "xibman",
|
|
4399
|
+
"github": "xibman"
|
|
4400
|
+
}
|
|
4401
|
+
],
|
|
4402
|
+
"compatibility": {
|
|
4403
|
+
"nuxt": "^3.0.0",
|
|
4404
|
+
"requires": {}
|
|
4405
|
+
}
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "nuxt3-interpolation",
|
|
4409
|
+
"description": "",
|
|
4410
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4411
|
+
"npm": "nuxt3-interpolation",
|
|
4412
|
+
"icon": "",
|
|
4413
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4414
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4415
|
+
"learn_more": "",
|
|
4416
|
+
"category": "Devtools",
|
|
4047
4417
|
"type": "3rd-party",
|
|
4048
4418
|
"maintainers": [
|
|
4049
4419
|
{
|
|
4050
|
-
"name": "
|
|
4051
|
-
"github": "
|
|
4420
|
+
"name": "daliborgogic",
|
|
4421
|
+
"github": "daliborgogic"
|
|
4052
4422
|
}
|
|
4053
4423
|
],
|
|
4054
4424
|
"compatibility": {
|
|
@@ -4080,7 +4450,7 @@
|
|
|
4080
4450
|
},
|
|
4081
4451
|
{
|
|
4082
4452
|
"name": "nuxt7",
|
|
4083
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4453
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4084
4454
|
"repo": "nuxt-community/nuxt7",
|
|
4085
4455
|
"npm": "nuxt7",
|
|
4086
4456
|
"icon": "",
|
|
@@ -4103,13 +4473,13 @@
|
|
|
4103
4473
|
},
|
|
4104
4474
|
{
|
|
4105
4475
|
"name": "og-image",
|
|
4106
|
-
"description": "
|
|
4476
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4107
4477
|
"repo": "harlan-zw/nuxt-og-image",
|
|
4108
4478
|
"npm": "nuxt-og-image",
|
|
4109
|
-
"icon": "",
|
|
4479
|
+
"icon": "og-image.svg",
|
|
4110
4480
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
4111
|
-
"website": "https://
|
|
4112
|
-
"learn_more": "",
|
|
4481
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4482
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4113
4483
|
"category": "SEO",
|
|
4114
4484
|
"type": "3rd-party",
|
|
4115
4485
|
"maintainers": [
|
|
@@ -4122,7 +4492,8 @@
|
|
|
4122
4492
|
],
|
|
4123
4493
|
"compatibility": {
|
|
4124
4494
|
"nuxt": "^3.0.0",
|
|
4125
|
-
"requires": {}
|
|
4495
|
+
"requires": {},
|
|
4496
|
+
"devtools": "^0.0.0"
|
|
4126
4497
|
}
|
|
4127
4498
|
},
|
|
4128
4499
|
{
|
|
@@ -4150,7 +4521,7 @@
|
|
|
4150
4521
|
},
|
|
4151
4522
|
{
|
|
4152
4523
|
"name": "optimized-images",
|
|
4153
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4524
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4154
4525
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4155
4526
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4156
4527
|
"icon": "",
|
|
@@ -4195,7 +4566,7 @@
|
|
|
4195
4566
|
},
|
|
4196
4567
|
{
|
|
4197
4568
|
"name": "parse",
|
|
4198
|
-
"description": "Parse package for Nuxt
|
|
4569
|
+
"description": "Parse package for Nuxt",
|
|
4199
4570
|
"repo": "cierrateam/nuxt-parse",
|
|
4200
4571
|
"npm": "nuxt-parse",
|
|
4201
4572
|
"icon": "",
|
|
@@ -4263,6 +4634,28 @@
|
|
|
4263
4634
|
}
|
|
4264
4635
|
}
|
|
4265
4636
|
},
|
|
4637
|
+
{
|
|
4638
|
+
"name": "paypal",
|
|
4639
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4640
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4641
|
+
"npm": "nuxt-paypal",
|
|
4642
|
+
"icon": "paypal.svg",
|
|
4643
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4644
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4645
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4646
|
+
"category": "Payment",
|
|
4647
|
+
"type": "3rd-party",
|
|
4648
|
+
"maintainers": [
|
|
4649
|
+
{
|
|
4650
|
+
"name": "Arash Sheyda",
|
|
4651
|
+
"github": "arashsheyda"
|
|
4652
|
+
}
|
|
4653
|
+
],
|
|
4654
|
+
"compatibility": {
|
|
4655
|
+
"nuxt": "^3.0.0",
|
|
4656
|
+
"requires": {}
|
|
4657
|
+
}
|
|
4658
|
+
},
|
|
4266
4659
|
{
|
|
4267
4660
|
"name": "pdfeasy",
|
|
4268
4661
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4384,7 +4777,7 @@
|
|
|
4384
4777
|
},
|
|
4385
4778
|
{
|
|
4386
4779
|
"name": "plausible",
|
|
4387
|
-
"description": "Nuxt
|
|
4780
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4388
4781
|
"repo": "nuxt-modules/plausible",
|
|
4389
4782
|
"npm": "@nuxtjs/plausible",
|
|
4390
4783
|
"icon": "",
|
|
@@ -4431,7 +4824,7 @@
|
|
|
4431
4824
|
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4432
4825
|
"repo": "johannschopplich/nuxt-prepare",
|
|
4433
4826
|
"npm": "nuxt-prepare",
|
|
4434
|
-
"icon": "
|
|
4827
|
+
"icon": "prepare.svg",
|
|
4435
4828
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4436
4829
|
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4437
4830
|
"learn_more": "",
|
|
@@ -4450,9 +4843,32 @@
|
|
|
4450
4843
|
"requires": {}
|
|
4451
4844
|
}
|
|
4452
4845
|
},
|
|
4846
|
+
{
|
|
4847
|
+
"name": "primevue",
|
|
4848
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4849
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4850
|
+
"npm": "nuxt-primevue",
|
|
4851
|
+
"icon": "primevue.svg",
|
|
4852
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4853
|
+
"website": "https://primevue.org/",
|
|
4854
|
+
"learn_more": "https://primevue.org/",
|
|
4855
|
+
"category": "UI",
|
|
4856
|
+
"type": "3rd-party",
|
|
4857
|
+
"maintainers": [
|
|
4858
|
+
{
|
|
4859
|
+
"name": "primefaces",
|
|
4860
|
+
"github": "primefaces",
|
|
4861
|
+
"twitter": "primevue"
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
"compatibility": {
|
|
4865
|
+
"nuxt": "^3.0.0",
|
|
4866
|
+
"requires": {}
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4453
4869
|
{
|
|
4454
4870
|
"name": "prismic",
|
|
4455
|
-
"description": "Easily connect your Nuxt
|
|
4871
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4456
4872
|
"repo": "nuxt-modules/prismic",
|
|
4457
4873
|
"npm": "@nuxtjs/prismic",
|
|
4458
4874
|
"icon": "prismic.png",
|
|
@@ -4519,7 +4935,7 @@
|
|
|
4519
4935
|
},
|
|
4520
4936
|
{
|
|
4521
4937
|
"name": "proxy",
|
|
4522
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4938
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4523
4939
|
"repo": "nuxt-community/proxy-module",
|
|
4524
4940
|
"npm": "@nuxtjs/proxy",
|
|
4525
4941
|
"icon": "",
|
|
@@ -4565,7 +4981,7 @@
|
|
|
4565
4981
|
},
|
|
4566
4982
|
{
|
|
4567
4983
|
"name": "purgecss",
|
|
4568
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4984
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4569
4985
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4570
4986
|
"npm": "nuxt-purgecss",
|
|
4571
4987
|
"icon": "purgecss.png",
|
|
@@ -4587,7 +5003,7 @@
|
|
|
4587
5003
|
},
|
|
4588
5004
|
{
|
|
4589
5005
|
"name": "pwa",
|
|
4590
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5006
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4591
5007
|
"repo": "nuxt-community/pwa-module",
|
|
4592
5008
|
"npm": "@nuxtjs/pwa",
|
|
4593
5009
|
"icon": "pwa.png",
|
|
@@ -4612,7 +5028,7 @@
|
|
|
4612
5028
|
},
|
|
4613
5029
|
{
|
|
4614
5030
|
"name": "python",
|
|
4615
|
-
"description": "Write Nuxt
|
|
5031
|
+
"description": "Write Nuxt applications using Python",
|
|
4616
5032
|
"repo": "nuxt-community/python-module",
|
|
4617
5033
|
"npm": "@nuxtjs/python",
|
|
4618
5034
|
"icon": "python.png",
|
|
@@ -4651,7 +5067,8 @@
|
|
|
4651
5067
|
],
|
|
4652
5068
|
"compatibility": {
|
|
4653
5069
|
"nuxt": "^3.0.0",
|
|
4654
|
-
"requires": {}
|
|
5070
|
+
"requires": {},
|
|
5071
|
+
"devtools": "^0.0.0"
|
|
4655
5072
|
}
|
|
4656
5073
|
},
|
|
4657
5074
|
{
|
|
@@ -4676,9 +5093,44 @@
|
|
|
4676
5093
|
"requires": {}
|
|
4677
5094
|
}
|
|
4678
5095
|
},
|
|
5096
|
+
{
|
|
5097
|
+
"name": "radix-vue",
|
|
5098
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5099
|
+
"repo": "radix-vue/radix-vue",
|
|
5100
|
+
"npm": "radix-vue",
|
|
5101
|
+
"icon": "radix-vue.svg",
|
|
5102
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5103
|
+
"website": "https://www.radix-vue.com/",
|
|
5104
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5105
|
+
"category": "UI",
|
|
5106
|
+
"type": "3rd-party",
|
|
5107
|
+
"maintainers": [
|
|
5108
|
+
{
|
|
5109
|
+
"name": "Zernonia",
|
|
5110
|
+
"github": "zernonia",
|
|
5111
|
+
"twitter": "zernonia"
|
|
5112
|
+
},
|
|
5113
|
+
{
|
|
5114
|
+
"name": "Khairul Haaziq",
|
|
5115
|
+
"github": "khairulhaaziq"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"name": "Mujahid Anuar",
|
|
5119
|
+
"github": "mujahidfa"
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"name": "Max",
|
|
5123
|
+
"github": "onmax"
|
|
5124
|
+
}
|
|
5125
|
+
],
|
|
5126
|
+
"compatibility": {
|
|
5127
|
+
"nuxt": "^3.0.0",
|
|
5128
|
+
"requires": {}
|
|
5129
|
+
}
|
|
5130
|
+
},
|
|
4679
5131
|
{
|
|
4680
5132
|
"name": "recaptcha",
|
|
4681
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5133
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4682
5134
|
"repo": "nuxt-community/recaptcha-module",
|
|
4683
5135
|
"npm": "@nuxtjs/recaptcha",
|
|
4684
5136
|
"icon": "recaptcha.png",
|
|
@@ -4721,9 +5173,32 @@
|
|
|
4721
5173
|
"requires": {}
|
|
4722
5174
|
}
|
|
4723
5175
|
},
|
|
5176
|
+
{
|
|
5177
|
+
"name": "resend",
|
|
5178
|
+
"description": "Resend integration for Nuxt",
|
|
5179
|
+
"repo": "nhedger/nuxt-resend",
|
|
5180
|
+
"npm": "nuxt-resend",
|
|
5181
|
+
"icon": "resend.svg",
|
|
5182
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5183
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5184
|
+
"learn_more": "https://resend.com",
|
|
5185
|
+
"category": "Extensions",
|
|
5186
|
+
"type": "3rd-party",
|
|
5187
|
+
"maintainers": [
|
|
5188
|
+
{
|
|
5189
|
+
"name": "Nicolas Hedger",
|
|
5190
|
+
"github": "nhedger",
|
|
5191
|
+
"twitter": "nicolashedger"
|
|
5192
|
+
}
|
|
5193
|
+
],
|
|
5194
|
+
"compatibility": {
|
|
5195
|
+
"nuxt": "^3.0.0",
|
|
5196
|
+
"requires": {}
|
|
5197
|
+
}
|
|
5198
|
+
},
|
|
4724
5199
|
{
|
|
4725
5200
|
"name": "rfg-icon",
|
|
4726
|
-
"description": "Nuxt
|
|
5201
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4727
5202
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4728
5203
|
"npm": "nuxt-rfg-icon",
|
|
4729
5204
|
"icon": "real-favicon-generator.png",
|
|
@@ -4745,7 +5220,7 @@
|
|
|
4745
5220
|
},
|
|
4746
5221
|
{
|
|
4747
5222
|
"name": "robots",
|
|
4748
|
-
"description": "A Nuxt
|
|
5223
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4749
5224
|
"repo": "nuxt-modules/robots",
|
|
4750
5225
|
"npm": "@nuxtjs/robots",
|
|
4751
5226
|
"icon": "robots.png",
|
|
@@ -4769,23 +5244,23 @@
|
|
|
4769
5244
|
},
|
|
4770
5245
|
{
|
|
4771
5246
|
"name": "rollbar",
|
|
4772
|
-
"description": "
|
|
4773
|
-
"repo": "
|
|
4774
|
-
"npm": "nuxt-rollbar
|
|
5247
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5248
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5249
|
+
"npm": "nuxt-rollbar",
|
|
4775
5250
|
"icon": "rollbar.png",
|
|
4776
|
-
"github": "https://github.com/
|
|
4777
|
-
"website": "https://github.com/
|
|
5251
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5252
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4778
5253
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4779
5254
|
"category": "Monitoring",
|
|
4780
5255
|
"type": "3rd-party",
|
|
4781
5256
|
"maintainers": [
|
|
4782
5257
|
{
|
|
4783
|
-
"name": "
|
|
4784
|
-
"github": "
|
|
5258
|
+
"name": "Jairo Blatt",
|
|
5259
|
+
"github": "jairoblatt"
|
|
4785
5260
|
}
|
|
4786
5261
|
],
|
|
4787
5262
|
"compatibility": {
|
|
4788
|
-
"nuxt": "^
|
|
5263
|
+
"nuxt": "^3.0.0",
|
|
4789
5264
|
"requires": {}
|
|
4790
5265
|
}
|
|
4791
5266
|
},
|
|
@@ -4814,7 +5289,7 @@
|
|
|
4814
5289
|
},
|
|
4815
5290
|
{
|
|
4816
5291
|
"name": "router",
|
|
4817
|
-
"description": "Nuxt
|
|
5292
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4818
5293
|
"repo": "nuxt-community/router-module",
|
|
4819
5294
|
"npm": "@nuxtjs/router",
|
|
4820
5295
|
"icon": "vue.png",
|
|
@@ -4862,13 +5337,13 @@
|
|
|
4862
5337
|
},
|
|
4863
5338
|
{
|
|
4864
5339
|
"name": "schema-org",
|
|
4865
|
-
"description": "Schema.org for Nuxt
|
|
4866
|
-
"repo": "
|
|
5340
|
+
"description": "Schema.org for Nuxt.",
|
|
5341
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4867
5342
|
"npm": "nuxt-schema-org",
|
|
4868
5343
|
"icon": "schema-org.svg",
|
|
4869
|
-
"github": "https://github.com/
|
|
4870
|
-
"website": "https://
|
|
4871
|
-
"learn_more": "https://
|
|
5344
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5345
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5346
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4872
5347
|
"category": "SEO",
|
|
4873
5348
|
"type": "3rd-party",
|
|
4874
5349
|
"maintainers": [
|
|
@@ -4931,7 +5406,7 @@
|
|
|
4931
5406
|
},
|
|
4932
5407
|
{
|
|
4933
5408
|
"name": "segment",
|
|
4934
|
-
"description": "Nuxt
|
|
5409
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4935
5410
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4936
5411
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4937
5412
|
"icon": "segment.png",
|
|
@@ -4953,7 +5428,7 @@
|
|
|
4953
5428
|
},
|
|
4954
5429
|
{
|
|
4955
5430
|
"name": "sentry",
|
|
4956
|
-
"description": "Sentry module for Nuxt
|
|
5431
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4957
5432
|
"repo": "nuxt-community/sentry-module",
|
|
4958
5433
|
"npm": "@nuxtjs/sentry",
|
|
4959
5434
|
"icon": "sentry.svg",
|
|
@@ -4973,14 +5448,38 @@
|
|
|
4973
5448
|
"requires": {}
|
|
4974
5449
|
}
|
|
4975
5450
|
},
|
|
5451
|
+
{
|
|
5452
|
+
"name": "seo-experiments",
|
|
5453
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5454
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5455
|
+
"npm": "nuxt-seo-experiments",
|
|
5456
|
+
"icon": "seo-experiments.svg",
|
|
5457
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5458
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5459
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5460
|
+
"category": "SEO",
|
|
5461
|
+
"type": "3rd-party",
|
|
5462
|
+
"maintainers": [
|
|
5463
|
+
{
|
|
5464
|
+
"name": "Harlan Wilton",
|
|
5465
|
+
"github": "harlan-zw",
|
|
5466
|
+
"twitter": "harlan_zw",
|
|
5467
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5468
|
+
}
|
|
5469
|
+
],
|
|
5470
|
+
"compatibility": {
|
|
5471
|
+
"nuxt": "^3.0.0",
|
|
5472
|
+
"requires": {}
|
|
5473
|
+
}
|
|
5474
|
+
},
|
|
4976
5475
|
{
|
|
4977
5476
|
"name": "seo-kit",
|
|
4978
|
-
"description": "
|
|
5477
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4979
5478
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4980
5479
|
"npm": "nuxt-seo-kit",
|
|
4981
5480
|
"icon": "seo-kit.svg",
|
|
4982
5481
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4983
|
-
"website": "https://
|
|
5482
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4984
5483
|
"learn_more": "",
|
|
4985
5484
|
"category": "SEO",
|
|
4986
5485
|
"type": "3rd-party",
|
|
@@ -5020,7 +5519,7 @@
|
|
|
5020
5519
|
},
|
|
5021
5520
|
{
|
|
5022
5521
|
"name": "seomatic-meta",
|
|
5023
|
-
"description": "A Nuxt
|
|
5522
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
5024
5523
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
5025
5524
|
"npm": "nuxt-seomatic-meta",
|
|
5026
5525
|
"icon": "seomatic.png",
|
|
@@ -5111,7 +5610,7 @@
|
|
|
5111
5610
|
},
|
|
5112
5611
|
{
|
|
5113
5612
|
"name": "shopify",
|
|
5114
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5613
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5115
5614
|
"repo": "Gomah/nuxt-shopify",
|
|
5116
5615
|
"npm": "nuxt-shopify",
|
|
5117
5616
|
"icon": "shopify.png",
|
|
@@ -5132,7 +5631,7 @@
|
|
|
5132
5631
|
}
|
|
5133
5632
|
},
|
|
5134
5633
|
{
|
|
5135
|
-
"name": "
|
|
5634
|
+
"name": "sidebase-auth",
|
|
5136
5635
|
"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.",
|
|
5137
5636
|
"repo": "sidebase/nuxt-auth",
|
|
5138
5637
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5178,13 +5677,13 @@
|
|
|
5178
5677
|
},
|
|
5179
5678
|
{
|
|
5180
5679
|
"name": "simple-robots",
|
|
5181
|
-
"description": "
|
|
5680
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5182
5681
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5183
5682
|
"npm": "nuxt-simple-robots",
|
|
5184
|
-
"icon": "",
|
|
5683
|
+
"icon": "simple-robots.svg",
|
|
5185
5684
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5186
|
-
"website": "https://
|
|
5187
|
-
"learn_more": "",
|
|
5685
|
+
"website": "https://nuxtseo.com/robots",
|
|
5686
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5188
5687
|
"category": "SEO",
|
|
5189
5688
|
"type": "3rd-party",
|
|
5190
5689
|
"maintainers": [
|
|
@@ -5202,13 +5701,13 @@
|
|
|
5202
5701
|
},
|
|
5203
5702
|
{
|
|
5204
5703
|
"name": "simple-sitemap",
|
|
5205
|
-
"description": "
|
|
5704
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5206
5705
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5207
5706
|
"npm": "nuxt-simple-sitemap",
|
|
5208
|
-
"icon": "",
|
|
5707
|
+
"icon": "simple-sitemap.svg",
|
|
5209
5708
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5210
|
-
"website": "https://
|
|
5211
|
-
"learn_more": "",
|
|
5709
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5710
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5212
5711
|
"category": "SEO",
|
|
5213
5712
|
"type": "3rd-party",
|
|
5214
5713
|
"maintainers": [
|
|
@@ -5226,7 +5725,7 @@
|
|
|
5226
5725
|
},
|
|
5227
5726
|
{
|
|
5228
5727
|
"name": "sitemap",
|
|
5229
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5728
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5230
5729
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5231
5730
|
"npm": "@nuxtjs/sitemap",
|
|
5232
5731
|
"icon": "",
|
|
@@ -5271,7 +5770,7 @@
|
|
|
5271
5770
|
},
|
|
5272
5771
|
{
|
|
5273
5772
|
"name": "snipcart",
|
|
5274
|
-
"description": "Snipcart integration module for Nuxt
|
|
5773
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5275
5774
|
"repo": "nuxt-modules/snipcart",
|
|
5276
5775
|
"npm": "@nuxtjs/snipcart",
|
|
5277
5776
|
"icon": "snipcart.png",
|
|
@@ -5294,7 +5793,7 @@
|
|
|
5294
5793
|
},
|
|
5295
5794
|
{
|
|
5296
5795
|
"name": "social-meta",
|
|
5297
|
-
"description": "Nuxt
|
|
5796
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5298
5797
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5299
5798
|
"npm": "nuxt-social-meta",
|
|
5300
5799
|
"icon": "",
|
|
@@ -5416,7 +5915,7 @@
|
|
|
5416
5915
|
},
|
|
5417
5916
|
{
|
|
5418
5917
|
"name": "storage",
|
|
5419
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5918
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5420
5919
|
"repo": "mazipan/nuxt-storage",
|
|
5421
5920
|
"npm": "nuxt-storage",
|
|
5422
5921
|
"icon": "",
|
|
@@ -5438,7 +5937,7 @@
|
|
|
5438
5937
|
},
|
|
5439
5938
|
{
|
|
5440
5939
|
"name": "storefront-ui",
|
|
5441
|
-
"description": "Storefront UI Module for Nuxt
|
|
5940
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5442
5941
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5443
5942
|
"npm": "@storefront-ui/nuxt",
|
|
5444
5943
|
"icon": "storefront-ui.svg",
|
|
@@ -5482,7 +5981,7 @@
|
|
|
5482
5981
|
},
|
|
5483
5982
|
{
|
|
5484
5983
|
"name": "storyblok",
|
|
5485
|
-
"description": "Storyblok Nuxt
|
|
5984
|
+
"description": "Storyblok Nuxt module",
|
|
5486
5985
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5487
5986
|
"npm": "@storyblok/nuxt",
|
|
5488
5987
|
"icon": "storyblok.png",
|
|
@@ -5499,37 +5998,34 @@
|
|
|
5499
5998
|
],
|
|
5500
5999
|
"compatibility": {
|
|
5501
6000
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5502
|
-
"requires": {}
|
|
6001
|
+
"requires": {},
|
|
6002
|
+
"devtools": "^0.0.0"
|
|
5503
6003
|
}
|
|
5504
6004
|
},
|
|
5505
6005
|
{
|
|
5506
6006
|
"name": "storybook",
|
|
5507
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5508
|
-
"repo": "nuxt-
|
|
6007
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6008
|
+
"repo": "nuxt-modules/storybook",
|
|
5509
6009
|
"npm": "@nuxtjs/storybook",
|
|
5510
6010
|
"icon": "storybook.png",
|
|
5511
|
-
"github": "https://github.com/nuxt-
|
|
6011
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5512
6012
|
"website": "https://storybook.nuxtjs.org",
|
|
5513
|
-
"learn_more": "https://
|
|
6013
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5514
6014
|
"category": "Devtools",
|
|
5515
6015
|
"type": "community",
|
|
5516
6016
|
"maintainers": [
|
|
5517
6017
|
{
|
|
5518
|
-
"name": "
|
|
5519
|
-
"github": "
|
|
5520
|
-
"twitter": "
|
|
5521
|
-
},
|
|
5522
|
-
{
|
|
5523
|
-
"name": "Pooya Parsa",
|
|
5524
|
-
"github": "pi0",
|
|
5525
|
-
"twitter": "_pi0_"
|
|
6018
|
+
"name": "Chakir QATAB",
|
|
6019
|
+
"github": "chakAs3",
|
|
6020
|
+
"twitter": "ChakirQatab"
|
|
5526
6021
|
}
|
|
5527
6022
|
],
|
|
5528
6023
|
"compatibility": {
|
|
5529
|
-
"nuxt": "^2.0.0",
|
|
6024
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5530
6025
|
"requires": {
|
|
5531
6026
|
"bridge": "optional"
|
|
5532
|
-
}
|
|
6027
|
+
},
|
|
6028
|
+
"devtools": "^0.7.2"
|
|
5533
6029
|
}
|
|
5534
6030
|
},
|
|
5535
6031
|
{
|
|
@@ -5559,7 +6055,8 @@
|
|
|
5559
6055
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5560
6056
|
"requires": {
|
|
5561
6057
|
"bridge": true
|
|
5562
|
-
}
|
|
6058
|
+
},
|
|
6059
|
+
"devtools": "^0.0.0"
|
|
5563
6060
|
}
|
|
5564
6061
|
},
|
|
5565
6062
|
{
|
|
@@ -5610,6 +6107,36 @@
|
|
|
5610
6107
|
"requires": {}
|
|
5611
6108
|
}
|
|
5612
6109
|
},
|
|
6110
|
+
{
|
|
6111
|
+
"name": "studio",
|
|
6112
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6113
|
+
"repo": "nuxtlabs/studio-module",
|
|
6114
|
+
"npm": "@nuxthq/studio",
|
|
6115
|
+
"icon": "studio.svg",
|
|
6116
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6117
|
+
"website": "https://nuxt.studio",
|
|
6118
|
+
"learn_more": "https://nuxt.studio",
|
|
6119
|
+
"category": "CMS",
|
|
6120
|
+
"type": "3rd-party",
|
|
6121
|
+
"maintainers": [
|
|
6122
|
+
{
|
|
6123
|
+
"name": "Ahad Birang",
|
|
6124
|
+
"github": "farnabaz",
|
|
6125
|
+
"twitter": "a_birang"
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"name": "Sébastien Chopin",
|
|
6129
|
+
"github": "Atinux",
|
|
6130
|
+
"twitter": "Atinux"
|
|
6131
|
+
}
|
|
6132
|
+
],
|
|
6133
|
+
"compatibility": {
|
|
6134
|
+
"nuxt": "^3.0.0",
|
|
6135
|
+
"requires": {
|
|
6136
|
+
"content": true
|
|
6137
|
+
}
|
|
6138
|
+
}
|
|
6139
|
+
},
|
|
5613
6140
|
{
|
|
5614
6141
|
"name": "style-resources",
|
|
5615
6142
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5635,7 +6162,7 @@
|
|
|
5635
6162
|
},
|
|
5636
6163
|
{
|
|
5637
6164
|
"name": "stylelint",
|
|
5638
|
-
"description": "Stylelint module for Nuxt.
|
|
6165
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5639
6166
|
"repo": "nuxt-community/stylelint-module",
|
|
5640
6167
|
"npm": "@nuxtjs/stylelint-module",
|
|
5641
6168
|
"icon": "stylelint.png",
|
|
@@ -5735,12 +6262,12 @@
|
|
|
5735
6262
|
},
|
|
5736
6263
|
{
|
|
5737
6264
|
"name": "svg-sprite",
|
|
5738
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5739
|
-
"repo": "nuxt-
|
|
6265
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6266
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5740
6267
|
"npm": "@nuxtjs/svg-sprite",
|
|
5741
6268
|
"icon": "",
|
|
5742
|
-
"github": "https://github.com/nuxt-
|
|
5743
|
-
"website": "https://github.com/nuxt-
|
|
6269
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6270
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5744
6271
|
"learn_more": "",
|
|
5745
6272
|
"category": "UI",
|
|
5746
6273
|
"type": "community",
|
|
@@ -5752,13 +6279,13 @@
|
|
|
5752
6279
|
}
|
|
5753
6280
|
],
|
|
5754
6281
|
"compatibility": {
|
|
5755
|
-
"nuxt": "^2.0.0",
|
|
6282
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5756
6283
|
"requires": {}
|
|
5757
6284
|
}
|
|
5758
6285
|
},
|
|
5759
6286
|
{
|
|
5760
6287
|
"name": "svg",
|
|
5761
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6288
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5762
6289
|
"repo": "nuxt-community/svg-module",
|
|
5763
6290
|
"npm": "@nuxtjs/svg",
|
|
5764
6291
|
"icon": "",
|
|
@@ -5802,7 +6329,7 @@
|
|
|
5802
6329
|
},
|
|
5803
6330
|
{
|
|
5804
6331
|
"name": "swiper",
|
|
5805
|
-
"description": "Nuxt
|
|
6332
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5806
6333
|
"repo": "cpreston321/nuxt-swiper",
|
|
5807
6334
|
"npm": "nuxt-swiper",
|
|
5808
6335
|
"icon": "swiper.svg",
|
|
@@ -5848,10 +6375,10 @@
|
|
|
5848
6375
|
{
|
|
5849
6376
|
"name": "tailwindcss",
|
|
5850
6377
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5851
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6378
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5852
6379
|
"npm": "@nuxtjs/tailwindcss",
|
|
5853
6380
|
"icon": "tailwindcss.png",
|
|
5854
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6381
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5855
6382
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5856
6383
|
"learn_more": "https://tailwindcss.com/",
|
|
5857
6384
|
"category": "UI",
|
|
@@ -5869,7 +6396,8 @@
|
|
|
5869
6396
|
],
|
|
5870
6397
|
"compatibility": {
|
|
5871
6398
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5872
|
-
"requires": {}
|
|
6399
|
+
"requires": {},
|
|
6400
|
+
"devtools": "^0.0.0"
|
|
5873
6401
|
}
|
|
5874
6402
|
},
|
|
5875
6403
|
{
|
|
@@ -5919,7 +6447,7 @@
|
|
|
5919
6447
|
},
|
|
5920
6448
|
{
|
|
5921
6449
|
"name": "toast",
|
|
5922
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6450
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5923
6451
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5924
6452
|
"npm": "@nuxtjs/toast",
|
|
5925
6453
|
"icon": "",
|
|
@@ -5940,6 +6468,28 @@
|
|
|
5940
6468
|
"requires": {}
|
|
5941
6469
|
}
|
|
5942
6470
|
},
|
|
6471
|
+
{
|
|
6472
|
+
"name": "translation-manager",
|
|
6473
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6474
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6475
|
+
"npm": "nuxt-translation-manager",
|
|
6476
|
+
"icon": "translation-manager.png",
|
|
6477
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6478
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6479
|
+
"learn_more": "",
|
|
6480
|
+
"category": "Extensions",
|
|
6481
|
+
"type": "3rd-party",
|
|
6482
|
+
"maintainers": [
|
|
6483
|
+
{
|
|
6484
|
+
"name": "Sam K",
|
|
6485
|
+
"github": "samk-dev"
|
|
6486
|
+
}
|
|
6487
|
+
],
|
|
6488
|
+
"compatibility": {
|
|
6489
|
+
"nuxt": "^3.0.0",
|
|
6490
|
+
"requires": {}
|
|
6491
|
+
}
|
|
6492
|
+
},
|
|
5943
6493
|
{
|
|
5944
6494
|
"name": "tresjs",
|
|
5945
6495
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6000,7 +6550,7 @@
|
|
|
6000
6550
|
},
|
|
6001
6551
|
{
|
|
6002
6552
|
"name": "twa",
|
|
6003
|
-
"description": "Nuxt
|
|
6553
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
6004
6554
|
"repo": "tuarrep/nuxt-twa",
|
|
6005
6555
|
"npm": "nuxt-twa",
|
|
6006
6556
|
"icon": "",
|
|
@@ -6188,6 +6738,30 @@
|
|
|
6188
6738
|
"requires": {}
|
|
6189
6739
|
}
|
|
6190
6740
|
},
|
|
6741
|
+
{
|
|
6742
|
+
"name": "typo3",
|
|
6743
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6744
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6745
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6746
|
+
"icon": "typo3.svg",
|
|
6747
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6748
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6749
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6750
|
+
"category": "CMS",
|
|
6751
|
+
"type": "3rd-party",
|
|
6752
|
+
"maintainers": [
|
|
6753
|
+
{
|
|
6754
|
+
"name": "Macopedia",
|
|
6755
|
+
"github": "macopedia",
|
|
6756
|
+
"twitter": "macopediapl"
|
|
6757
|
+
}
|
|
6758
|
+
],
|
|
6759
|
+
"compatibility": {
|
|
6760
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6761
|
+
"requires": {},
|
|
6762
|
+
"devtools": "^0.0.0"
|
|
6763
|
+
}
|
|
6764
|
+
},
|
|
6191
6765
|
{
|
|
6192
6766
|
"name": "ui",
|
|
6193
6767
|
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
@@ -6269,7 +6843,7 @@
|
|
|
6269
6843
|
},
|
|
6270
6844
|
{
|
|
6271
6845
|
"name": "universal-storage",
|
|
6272
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6846
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6273
6847
|
"repo": "nuxt-community/universal-storage-module",
|
|
6274
6848
|
"npm": "@nuxtjs/universal-storage",
|
|
6275
6849
|
"icon": "",
|
|
@@ -6346,12 +6920,12 @@
|
|
|
6346
6920
|
{
|
|
6347
6921
|
"name": "unocss",
|
|
6348
6922
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6349
|
-
"repo": "
|
|
6923
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6350
6924
|
"npm": "@unocss/nuxt",
|
|
6351
6925
|
"icon": "unocss.svg",
|
|
6352
|
-
"github": "https://github.com/
|
|
6353
|
-
"website": "https://github.com/
|
|
6354
|
-
"learn_more": "https://github.com/
|
|
6926
|
+
"github": "https://github.com/unocss/unocss",
|
|
6927
|
+
"website": "https://github.com/unocss/unocss",
|
|
6928
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6355
6929
|
"category": "UI",
|
|
6356
6930
|
"type": "3rd-party",
|
|
6357
6931
|
"maintainers": [
|
|
@@ -6366,7 +6940,8 @@
|
|
|
6366
6940
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6367
6941
|
"requires": {
|
|
6368
6942
|
"bridge": "optional"
|
|
6369
|
-
}
|
|
6943
|
+
},
|
|
6944
|
+
"devtools": "^0.0.0"
|
|
6370
6945
|
}
|
|
6371
6946
|
},
|
|
6372
6947
|
{
|
|
@@ -6418,7 +6993,7 @@
|
|
|
6418
6993
|
},
|
|
6419
6994
|
{
|
|
6420
6995
|
"name": "user-agent",
|
|
6421
|
-
"description": "Nuxt
|
|
6996
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6422
6997
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6423
6998
|
"npm": "nuxt-user-agent",
|
|
6424
6999
|
"icon": "",
|
|
@@ -6532,7 +7107,7 @@
|
|
|
6532
7107
|
},
|
|
6533
7108
|
{
|
|
6534
7109
|
"name": "vee-validate",
|
|
6535
|
-
"description": "Painless Vue forms for Nuxt
|
|
7110
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6536
7111
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6537
7112
|
"npm": "@vee-validate/nuxt",
|
|
6538
7113
|
"icon": "vee-validate.png",
|
|
@@ -6622,7 +7197,7 @@
|
|
|
6622
7197
|
},
|
|
6623
7198
|
{
|
|
6624
7199
|
"name": "vite-pwa-nuxt",
|
|
6625
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7200
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6626
7201
|
"repo": "vite-pwa/nuxt",
|
|
6627
7202
|
"npm": "@vite-pwa/nuxt",
|
|
6628
7203
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6671,18 +7246,19 @@
|
|
|
6671
7246
|
],
|
|
6672
7247
|
"compatibility": {
|
|
6673
7248
|
"nuxt": "^3.0.0",
|
|
6674
|
-
"requires": {}
|
|
7249
|
+
"requires": {},
|
|
7250
|
+
"devtools": "^0.0.0"
|
|
6675
7251
|
}
|
|
6676
7252
|
},
|
|
6677
7253
|
{
|
|
6678
7254
|
"name": "vue-email",
|
|
6679
|
-
"description": "Write email templates with vue",
|
|
7255
|
+
"description": "💌 Write email templates with vue",
|
|
6680
7256
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6681
7257
|
"npm": "vue-email",
|
|
6682
7258
|
"icon": "vue-email.svg",
|
|
6683
7259
|
"github": "https://github.com/Dave136/vue-email",
|
|
6684
|
-
"website": "https://
|
|
6685
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
7260
|
+
"website": "https://www.vuemail.net/",
|
|
7261
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6686
7262
|
"category": "UI",
|
|
6687
7263
|
"type": "3rd-party",
|
|
6688
7264
|
"maintainers": [
|
|
@@ -6699,6 +7275,30 @@
|
|
|
6699
7275
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6700
7276
|
}
|
|
6701
7277
|
],
|
|
7278
|
+
"compatibility": {
|
|
7279
|
+
"nuxt": "^3.0.0",
|
|
7280
|
+
"requires": {},
|
|
7281
|
+
"devtools": "^0.0.0"
|
|
7282
|
+
}
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"name": "vue-final-modal",
|
|
7286
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7287
|
+
"repo": "vue-final/vue-final-modal",
|
|
7288
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7289
|
+
"icon": "vue-final-modal.svg",
|
|
7290
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7291
|
+
"website": "https://vue-final-modal.org/",
|
|
7292
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7293
|
+
"category": "UI",
|
|
7294
|
+
"type": "3rd-party",
|
|
7295
|
+
"maintainers": [
|
|
7296
|
+
{
|
|
7297
|
+
"name": "Hunter Liu",
|
|
7298
|
+
"github": "hunterliu1003",
|
|
7299
|
+
"twitter": "hunterliu1003"
|
|
7300
|
+
}
|
|
7301
|
+
],
|
|
6702
7302
|
"compatibility": {
|
|
6703
7303
|
"nuxt": "^3.0.0",
|
|
6704
7304
|
"requires": {}
|
|
@@ -6726,7 +7326,8 @@
|
|
|
6726
7326
|
"nuxt": "^3.0.0",
|
|
6727
7327
|
"requires": {
|
|
6728
7328
|
"bridge": "optional"
|
|
6729
|
-
}
|
|
7329
|
+
},
|
|
7330
|
+
"devtools": "^0.0.0"
|
|
6730
7331
|
}
|
|
6731
7332
|
},
|
|
6732
7333
|
{
|
|
@@ -6753,7 +7354,7 @@
|
|
|
6753
7354
|
},
|
|
6754
7355
|
{
|
|
6755
7356
|
"name": "vue-multiselect",
|
|
6756
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7357
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6757
7358
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6758
7359
|
"npm": "nuxt-vue-multiselect",
|
|
6759
7360
|
"icon": "",
|
|
@@ -6867,7 +7468,7 @@
|
|
|
6867
7468
|
},
|
|
6868
7469
|
{
|
|
6869
7470
|
"name": "vue-warehouse",
|
|
6870
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7471
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6871
7472
|
"repo": "juliomrqz/vue-warehouse",
|
|
6872
7473
|
"npm": "vue-warehouse",
|
|
6873
7474
|
"icon": "",
|
|
@@ -6890,7 +7491,7 @@
|
|
|
6890
7491
|
},
|
|
6891
7492
|
{
|
|
6892
7493
|
"name": "vue3-carousel-nuxt",
|
|
6893
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7494
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6894
7495
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6895
7496
|
"npm": "vue3-carousel-nuxt",
|
|
6896
7497
|
"icon": "",
|
|
@@ -6933,9 +7534,55 @@
|
|
|
6933
7534
|
"requires": {}
|
|
6934
7535
|
}
|
|
6935
7536
|
},
|
|
7537
|
+
{
|
|
7538
|
+
"name": "vueform-builder",
|
|
7539
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7540
|
+
"repo": "vueform/builder/nuxt",
|
|
7541
|
+
"npm": "@vueform/builder-nuxt",
|
|
7542
|
+
"icon": "vueform.svg",
|
|
7543
|
+
"github": "https://github.com/vueform/builder",
|
|
7544
|
+
"website": "https://builder.vueform.com",
|
|
7545
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7546
|
+
"category": "Libraries",
|
|
7547
|
+
"type": "3rd-party",
|
|
7548
|
+
"maintainers": [
|
|
7549
|
+
{
|
|
7550
|
+
"name": "Adam Berecz",
|
|
7551
|
+
"github": "adamberecz",
|
|
7552
|
+
"twitter": "bereczadam"
|
|
7553
|
+
}
|
|
7554
|
+
],
|
|
7555
|
+
"compatibility": {
|
|
7556
|
+
"nuxt": "^3.0.0",
|
|
7557
|
+
"requires": {}
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
7560
|
+
{
|
|
7561
|
+
"name": "vueform",
|
|
7562
|
+
"description": "Official Vueform module for Nuxt",
|
|
7563
|
+
"repo": "vueform/vueform/nuxt",
|
|
7564
|
+
"npm": "@vueform/nuxt",
|
|
7565
|
+
"icon": "vueform.svg",
|
|
7566
|
+
"github": "https://github.com/vueform/vueform",
|
|
7567
|
+
"website": "https://vueform.com",
|
|
7568
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7569
|
+
"category": "Libraries",
|
|
7570
|
+
"type": "3rd-party",
|
|
7571
|
+
"maintainers": [
|
|
7572
|
+
{
|
|
7573
|
+
"name": "Adam Berecz",
|
|
7574
|
+
"github": "adamberecz",
|
|
7575
|
+
"twitter": "bereczadam"
|
|
7576
|
+
}
|
|
7577
|
+
],
|
|
7578
|
+
"compatibility": {
|
|
7579
|
+
"nuxt": "^3.0.0",
|
|
7580
|
+
"requires": {}
|
|
7581
|
+
}
|
|
7582
|
+
},
|
|
6936
7583
|
{
|
|
6937
7584
|
"name": "vuestic",
|
|
6938
|
-
"description": "Vuestic UI module for Nuxt
|
|
7585
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6939
7586
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6940
7587
|
"npm": "@vuestic/nuxt",
|
|
6941
7588
|
"icon": "vuestic.png",
|
|
@@ -6962,8 +7609,8 @@
|
|
|
6962
7609
|
"npm": "vuetify-nuxt-module",
|
|
6963
7610
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6964
7611
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6965
|
-
"website": "https://
|
|
6966
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7612
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7613
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6967
7614
|
"category": "UI",
|
|
6968
7615
|
"type": "3rd-party",
|
|
6969
7616
|
"maintainers": [
|
|
@@ -6979,7 +7626,7 @@
|
|
|
6979
7626
|
},
|
|
6980
7627
|
{
|
|
6981
7628
|
"name": "vuetify",
|
|
6982
|
-
"description": "Vuetify Module for Nuxt
|
|
7629
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6983
7630
|
"repo": "nuxt-community/vuetify-module",
|
|
6984
7631
|
"npm": "@nuxtjs/vuetify",
|
|
6985
7632
|
"icon": "vuetify.png",
|
|
@@ -7026,7 +7673,8 @@
|
|
|
7026
7673
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7027
7674
|
"requires": {
|
|
7028
7675
|
"bridge": "optional"
|
|
7029
|
-
}
|
|
7676
|
+
},
|
|
7677
|
+
"devtools": "^0.0.0"
|
|
7030
7678
|
}
|
|
7031
7679
|
},
|
|
7032
7680
|
{
|
|
@@ -7053,7 +7701,7 @@
|
|
|
7053
7701
|
},
|
|
7054
7702
|
{
|
|
7055
7703
|
"name": "vunix",
|
|
7056
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7704
|
+
"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.",
|
|
7057
7705
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7058
7706
|
"npm": "@vunix/nuxt",
|
|
7059
7707
|
"icon": "",
|
|
@@ -7132,7 +7780,7 @@
|
|
|
7132
7780
|
},
|
|
7133
7781
|
{
|
|
7134
7782
|
"name": "webpack-optimisations",
|
|
7135
|
-
"description": "Nuxt
|
|
7783
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
7136
7784
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
7137
7785
|
"npm": "nuxt-webpack-optimisations",
|
|
7138
7786
|
"icon": "build-optimisations.svg",
|
|
@@ -7224,7 +7872,7 @@
|
|
|
7224
7872
|
},
|
|
7225
7873
|
{
|
|
7226
7874
|
"name": "well-known",
|
|
7227
|
-
"description": "A Nuxt
|
|
7875
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7228
7876
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7229
7877
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7230
7878
|
"icon": "well-known.svg",
|
|
@@ -7246,7 +7894,7 @@
|
|
|
7246
7894
|
},
|
|
7247
7895
|
{
|
|
7248
7896
|
"name": "wideangle",
|
|
7249
|
-
"description": "Nuxt
|
|
7897
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7250
7898
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7251
7899
|
"npm": "wideangle-nuxt",
|
|
7252
7900
|
"icon": "wideangle.png",
|
|
@@ -7273,11 +7921,11 @@
|
|
|
7273
7921
|
{
|
|
7274
7922
|
"name": "windicss",
|
|
7275
7923
|
"description": "Next generation utility-first CSS framework.",
|
|
7276
|
-
"repo": "windicss/nuxt-windicss
|
|
7924
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7277
7925
|
"npm": "nuxt-windicss",
|
|
7278
7926
|
"icon": "windicss.svg",
|
|
7279
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7280
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7927
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7928
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7281
7929
|
"learn_more": "https://windicss.org/",
|
|
7282
7930
|
"category": "UI",
|
|
7283
7931
|
"type": "3rd-party",
|
|
@@ -7415,7 +8063,7 @@
|
|
|
7415
8063
|
},
|
|
7416
8064
|
{
|
|
7417
8065
|
"name": "zendesk",
|
|
7418
|
-
"description": "Nuxt
|
|
8066
|
+
"description": "Nuxt module for Zendesk",
|
|
7419
8067
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7420
8068
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7421
8069
|
"icon": "zendesk.png",
|