@nuxt/modules 0.6.0-7c6cc5 → 0.6.0-82b46f
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 +968 -310
- 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
|
{
|
|
@@ -3044,28 +3278,6 @@
|
|
|
3044
3278
|
"requires": {}
|
|
3045
3279
|
}
|
|
3046
3280
|
},
|
|
3047
|
-
{
|
|
3048
|
-
"name": "mobile",
|
|
3049
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3050
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3051
|
-
"npm": "nuxt-mobile",
|
|
3052
|
-
"icon": "",
|
|
3053
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3054
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3055
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3056
|
-
"category": "Extensions",
|
|
3057
|
-
"type": "3rd-party",
|
|
3058
|
-
"maintainers": [
|
|
3059
|
-
{
|
|
3060
|
-
"name": "ChanningDefoe",
|
|
3061
|
-
"github": "ChanningDefoe"
|
|
3062
|
-
}
|
|
3063
|
-
],
|
|
3064
|
-
"compatibility": {
|
|
3065
|
-
"nuxt": "^2.0.0",
|
|
3066
|
-
"requires": {}
|
|
3067
|
-
}
|
|
3068
|
-
},
|
|
3069
3281
|
{
|
|
3070
3282
|
"name": "module-feed",
|
|
3071
3283
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3091,7 +3303,7 @@
|
|
|
3091
3303
|
},
|
|
3092
3304
|
{
|
|
3093
3305
|
"name": "moment",
|
|
3094
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3306
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3095
3307
|
"repo": "nuxt-community/moment-module",
|
|
3096
3308
|
"npm": "@nuxtjs/moment",
|
|
3097
3309
|
"icon": "momentjs.png",
|
|
@@ -3118,7 +3330,7 @@
|
|
|
3118
3330
|
},
|
|
3119
3331
|
{
|
|
3120
3332
|
"name": "mq",
|
|
3121
|
-
"description": "vue-mq module for Nuxt.
|
|
3333
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3122
3334
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3123
3335
|
"npm": "nuxt-mq",
|
|
3124
3336
|
"icon": "",
|
|
@@ -3162,7 +3374,7 @@
|
|
|
3162
3374
|
},
|
|
3163
3375
|
{
|
|
3164
3376
|
"name": "netlify-cache",
|
|
3165
|
-
"description": "Nuxt
|
|
3377
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3166
3378
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3167
3379
|
"npm": "nuxt-netlify-cache",
|
|
3168
3380
|
"icon": "netlify.png",
|
|
@@ -3207,7 +3419,7 @@
|
|
|
3207
3419
|
},
|
|
3208
3420
|
{
|
|
3209
3421
|
"name": "netlify",
|
|
3210
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3422
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3211
3423
|
"repo": "bazzite/nuxt-netlify",
|
|
3212
3424
|
"npm": "@aceforth/nuxt-netlify",
|
|
3213
3425
|
"icon": "netlify.png",
|
|
@@ -3322,30 +3534,31 @@
|
|
|
3322
3534
|
}
|
|
3323
3535
|
},
|
|
3324
3536
|
{
|
|
3325
|
-
"name": "nuxt-auth",
|
|
3326
|
-
"description": "",
|
|
3327
|
-
"repo": "
|
|
3328
|
-
"npm": "
|
|
3329
|
-
"icon": "",
|
|
3330
|
-
"github": "https://github.com/
|
|
3331
|
-
"website": "https://github.com/
|
|
3537
|
+
"name": "nuxt-auth-sanctum",
|
|
3538
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3539
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3540
|
+
"npm": "nuxt-auth-sanctum",
|
|
3541
|
+
"icon": "laravel.svg",
|
|
3542
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3332
3544
|
"learn_more": "",
|
|
3333
|
-
"category": "
|
|
3545
|
+
"category": "Security",
|
|
3334
3546
|
"type": "3rd-party",
|
|
3335
3547
|
"maintainers": [
|
|
3336
3548
|
{
|
|
3337
|
-
"name": "
|
|
3338
|
-
"github": "
|
|
3549
|
+
"name": "Artem Manchenkov",
|
|
3550
|
+
"github": "manchenkoff",
|
|
3551
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3339
3552
|
}
|
|
3340
3553
|
],
|
|
3341
3554
|
"compatibility": {
|
|
3342
|
-
"nuxt": "^
|
|
3555
|
+
"nuxt": "^3.0.0",
|
|
3343
3556
|
"requires": {}
|
|
3344
3557
|
}
|
|
3345
3558
|
},
|
|
3346
3559
|
{
|
|
3347
3560
|
"name": "nuxt-basic-auth",
|
|
3348
|
-
"description": "Nuxt
|
|
3561
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3349
3562
|
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
3563
|
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
3564
|
"icon": "",
|
|
@@ -3389,7 +3602,7 @@
|
|
|
3389
3602
|
},
|
|
3390
3603
|
{
|
|
3391
3604
|
"name": "nuxt-chatgpt",
|
|
3392
|
-
"description": "ChatGPT integration for Nuxt
|
|
3605
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3393
3606
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3394
3607
|
"npm": "nuxt-chatgpt",
|
|
3395
3608
|
"icon": "chatgpt.svg",
|
|
@@ -3411,7 +3624,7 @@
|
|
|
3411
3624
|
},
|
|
3412
3625
|
{
|
|
3413
3626
|
"name": "nuxt-facebook-chat",
|
|
3414
|
-
"description": "nuxt-plotly module is thin
|
|
3627
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3415
3628
|
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
3629
|
"npm": "nuxt-facebook-chat",
|
|
3417
3630
|
"icon": "nuxt-facebook-chat.svg",
|
|
@@ -3510,7 +3723,7 @@
|
|
|
3510
3723
|
},
|
|
3511
3724
|
{
|
|
3512
3725
|
"name": "nuxt-gtm",
|
|
3513
|
-
"description": "A Nuxt
|
|
3726
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3514
3727
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
3728
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
3729
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3527,7 +3740,8 @@
|
|
|
3527
3740
|
],
|
|
3528
3741
|
"compatibility": {
|
|
3529
3742
|
"nuxt": "^3.0.0",
|
|
3530
|
-
"requires": {}
|
|
3743
|
+
"requires": {},
|
|
3744
|
+
"devtools": "^0.0.0"
|
|
3531
3745
|
}
|
|
3532
3746
|
},
|
|
3533
3747
|
{
|
|
@@ -3554,6 +3768,50 @@
|
|
|
3554
3768
|
}
|
|
3555
3769
|
}
|
|
3556
3770
|
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-interpolation",
|
|
3773
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3774
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3775
|
+
"npm": "nuxt-interpolation",
|
|
3776
|
+
"icon": "",
|
|
3777
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3778
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3779
|
+
"learn_more": "",
|
|
3780
|
+
"category": "Devtools",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "daliborgogic",
|
|
3785
|
+
"github": "daliborgogic"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^2.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-jsonld",
|
|
3795
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3796
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3797
|
+
"npm": "nuxt-jsonld",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3800
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "SEO",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "ymmooot",
|
|
3807
|
+
"github": "ymmooot"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3557
3815
|
{
|
|
3558
3816
|
"name": "nuxt-localtunnel",
|
|
3559
3817
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3579,7 +3837,7 @@
|
|
|
3579
3837
|
},
|
|
3580
3838
|
{
|
|
3581
3839
|
"name": "nuxt-loco",
|
|
3582
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3840
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3583
3841
|
"repo": "gaetansenn/nuxt-loco",
|
|
3584
3842
|
"npm": "nuxt-loco",
|
|
3585
3843
|
"icon": "",
|
|
@@ -3600,6 +3858,28 @@
|
|
|
3600
3858
|
"requires": {}
|
|
3601
3859
|
}
|
|
3602
3860
|
},
|
|
3861
|
+
{
|
|
3862
|
+
"name": "nuxt-mail",
|
|
3863
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3864
|
+
"repo": "dword-design/nuxt-mail",
|
|
3865
|
+
"npm": "nuxt-mail",
|
|
3866
|
+
"icon": "",
|
|
3867
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3868
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3869
|
+
"learn_more": "",
|
|
3870
|
+
"category": "Extensions",
|
|
3871
|
+
"type": "3rd-party",
|
|
3872
|
+
"maintainers": [
|
|
3873
|
+
{
|
|
3874
|
+
"name": "Sebastian Landwehr",
|
|
3875
|
+
"github": "dword-design"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"compatibility": {
|
|
3879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3880
|
+
"requires": {}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3603
3883
|
{
|
|
3604
3884
|
"name": "nuxt-mapbox",
|
|
3605
3885
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3668,7 +3948,7 @@
|
|
|
3668
3948
|
},
|
|
3669
3949
|
{
|
|
3670
3950
|
"name": "nuxt-mongoose",
|
|
3671
|
-
"description": "A Nuxt
|
|
3951
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3672
3952
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3673
3953
|
"npm": "nuxt-mongoose",
|
|
3674
3954
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3683,6 +3963,52 @@
|
|
|
3683
3963
|
"github": "arashsheyda"
|
|
3684
3964
|
}
|
|
3685
3965
|
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"nuxt": "^3.0.0",
|
|
3968
|
+
"requires": {},
|
|
3969
|
+
"devtools": "^0.0.0"
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-openapi-docs-module",
|
|
3974
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
3975
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
3976
|
+
"npm": "nuxt-openapi-docs-module",
|
|
3977
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
3978
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
3979
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
3980
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
3981
|
+
"category": "Libraries",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Pavel Kuzmin",
|
|
3986
|
+
"github": "s00d"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3989
|
+
"compatibility": {
|
|
3990
|
+
"nuxt": "^3.0.0",
|
|
3991
|
+
"requires": {}
|
|
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": {}
|
|
@@ -3718,8 +4044,8 @@
|
|
|
3718
4044
|
"npm": "nuxt-phosphor-icons",
|
|
3719
4045
|
"icon": "phosphor-icons.svg",
|
|
3720
4046
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3721
|
-
"website": "https://
|
|
3722
|
-
"learn_more": "https://
|
|
4047
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4048
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3723
4049
|
"category": "UI",
|
|
3724
4050
|
"type": "3rd-party",
|
|
3725
4051
|
"maintainers": [
|
|
@@ -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",
|
|
@@ -3851,15 +4177,37 @@
|
|
|
3851
4177
|
}
|
|
3852
4178
|
},
|
|
3853
4179
|
{
|
|
3854
|
-
"name": "
|
|
3855
|
-
"description": "
|
|
3856
|
-
"repo": "
|
|
3857
|
-
"npm": "nuxt-
|
|
3858
|
-
"icon": "",
|
|
3859
|
-
"github": "https://github.com/
|
|
3860
|
-
"website": "https://github.com/
|
|
3861
|
-
"learn_more": "",
|
|
3862
|
-
"category": "
|
|
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
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "ssr-lit",
|
|
4203
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
4204
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4205
|
+
"npm": "nuxt-ssr-lit",
|
|
4206
|
+
"icon": "",
|
|
4207
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4208
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4209
|
+
"learn_more": "",
|
|
4210
|
+
"category": "Libraries",
|
|
3863
4211
|
"type": "3rd-party",
|
|
3864
4212
|
"maintainers": [
|
|
3865
4213
|
{
|
|
@@ -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",
|
|
@@ -3944,28 +4292,6 @@
|
|
|
3944
4292
|
"requires": {}
|
|
3945
4293
|
}
|
|
3946
4294
|
},
|
|
3947
|
-
{
|
|
3948
|
-
"name": "nuxt-use-motion",
|
|
3949
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3950
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3951
|
-
"npm": "nuxt-use-motion",
|
|
3952
|
-
"icon": "nuxt-use-motion.svg",
|
|
3953
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3954
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3955
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3956
|
-
"category": "Libraries",
|
|
3957
|
-
"type": "3rd-party",
|
|
3958
|
-
"maintainers": [
|
|
3959
|
-
{
|
|
3960
|
-
"name": "Tahul",
|
|
3961
|
-
"github": "Tahul"
|
|
3962
|
-
}
|
|
3963
|
-
],
|
|
3964
|
-
"compatibility": {
|
|
3965
|
-
"nuxt": "^2.0.0",
|
|
3966
|
-
"requires": {}
|
|
3967
|
-
}
|
|
3968
|
-
},
|
|
3969
4295
|
{
|
|
3970
4296
|
"name": "nuxt-use-sound",
|
|
3971
4297
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -4035,20 +4361,42 @@
|
|
|
4035
4361
|
}
|
|
4036
4362
|
},
|
|
4037
4363
|
{
|
|
4038
|
-
"name": "
|
|
4039
|
-
"description": "
|
|
4040
|
-
"repo": "
|
|
4041
|
-
"npm": "
|
|
4042
|
-
"icon": "
|
|
4043
|
-
"github": "https://github.com/
|
|
4044
|
-
"website": "https://
|
|
4045
|
-
"learn_more": "
|
|
4046
|
-
"category": "
|
|
4364
|
+
"name": "Nuxt zodI18n",
|
|
4365
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4366
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4367
|
+
"npm": "nuxt-zod-i18n",
|
|
4368
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4369
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4370
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4371
|
+
"learn_more": "",
|
|
4372
|
+
"category": "Libraries",
|
|
4047
4373
|
"type": "3rd-party",
|
|
4048
4374
|
"maintainers": [
|
|
4049
4375
|
{
|
|
4050
|
-
"name": "
|
|
4051
|
-
"github": "
|
|
4376
|
+
"name": "xibman",
|
|
4377
|
+
"github": "xibman"
|
|
4378
|
+
}
|
|
4379
|
+
],
|
|
4380
|
+
"compatibility": {
|
|
4381
|
+
"nuxt": "^3.0.0",
|
|
4382
|
+
"requires": {}
|
|
4383
|
+
}
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"name": "nuxt3-interpolation",
|
|
4387
|
+
"description": "",
|
|
4388
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4389
|
+
"npm": "nuxt3-interpolation",
|
|
4390
|
+
"icon": "",
|
|
4391
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4392
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4393
|
+
"learn_more": "",
|
|
4394
|
+
"category": "Devtools",
|
|
4395
|
+
"type": "3rd-party",
|
|
4396
|
+
"maintainers": [
|
|
4397
|
+
{
|
|
4398
|
+
"name": "daliborgogic",
|
|
4399
|
+
"github": "daliborgogic"
|
|
4052
4400
|
}
|
|
4053
4401
|
],
|
|
4054
4402
|
"compatibility": {
|
|
@@ -4080,7 +4428,7 @@
|
|
|
4080
4428
|
},
|
|
4081
4429
|
{
|
|
4082
4430
|
"name": "nuxt7",
|
|
4083
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4431
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4084
4432
|
"repo": "nuxt-community/nuxt7",
|
|
4085
4433
|
"npm": "nuxt7",
|
|
4086
4434
|
"icon": "",
|
|
@@ -4101,38 +4449,15 @@
|
|
|
4101
4449
|
"requires": {}
|
|
4102
4450
|
}
|
|
4103
4451
|
},
|
|
4104
|
-
{
|
|
4105
|
-
"name": "nuxtlabs-ui",
|
|
4106
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
4107
|
-
"repo": "nuxtlabs/ui",
|
|
4108
|
-
"npm": "@nuxthq/ui",
|
|
4109
|
-
"icon": "nuxtlabs-ui.svg",
|
|
4110
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
4111
|
-
"website": "https://ui.nuxtlabs.com",
|
|
4112
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
4113
|
-
"category": "UI",
|
|
4114
|
-
"type": "3rd-party",
|
|
4115
|
-
"maintainers": [
|
|
4116
|
-
{
|
|
4117
|
-
"name": "Benjamin Canac",
|
|
4118
|
-
"github": "benjamincanac",
|
|
4119
|
-
"twitter": "benjamincanac"
|
|
4120
|
-
}
|
|
4121
|
-
],
|
|
4122
|
-
"compatibility": {
|
|
4123
|
-
"nuxt": "^3.0.0",
|
|
4124
|
-
"requires": {}
|
|
4125
|
-
}
|
|
4126
|
-
},
|
|
4127
4452
|
{
|
|
4128
4453
|
"name": "og-image",
|
|
4129
|
-
"description": "
|
|
4454
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4130
4455
|
"repo": "harlan-zw/nuxt-og-image",
|
|
4131
4456
|
"npm": "nuxt-og-image",
|
|
4132
|
-
"icon": "",
|
|
4457
|
+
"icon": "og-image.svg",
|
|
4133
4458
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
4134
|
-
"website": "https://
|
|
4135
|
-
"learn_more": "",
|
|
4459
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4460
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4136
4461
|
"category": "SEO",
|
|
4137
4462
|
"type": "3rd-party",
|
|
4138
4463
|
"maintainers": [
|
|
@@ -4145,7 +4470,8 @@
|
|
|
4145
4470
|
],
|
|
4146
4471
|
"compatibility": {
|
|
4147
4472
|
"nuxt": "^3.0.0",
|
|
4148
|
-
"requires": {}
|
|
4473
|
+
"requires": {},
|
|
4474
|
+
"devtools": "^0.0.0"
|
|
4149
4475
|
}
|
|
4150
4476
|
},
|
|
4151
4477
|
{
|
|
@@ -4173,7 +4499,7 @@
|
|
|
4173
4499
|
},
|
|
4174
4500
|
{
|
|
4175
4501
|
"name": "optimized-images",
|
|
4176
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4502
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4177
4503
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4178
4504
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4179
4505
|
"icon": "",
|
|
@@ -4218,7 +4544,7 @@
|
|
|
4218
4544
|
},
|
|
4219
4545
|
{
|
|
4220
4546
|
"name": "parse",
|
|
4221
|
-
"description": "Parse package for Nuxt
|
|
4547
|
+
"description": "Parse package for Nuxt",
|
|
4222
4548
|
"repo": "cierrateam/nuxt-parse",
|
|
4223
4549
|
"npm": "nuxt-parse",
|
|
4224
4550
|
"icon": "",
|
|
@@ -4286,6 +4612,28 @@
|
|
|
4286
4612
|
}
|
|
4287
4613
|
}
|
|
4288
4614
|
},
|
|
4615
|
+
{
|
|
4616
|
+
"name": "paypal",
|
|
4617
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4618
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4619
|
+
"npm": "nuxt-paypal",
|
|
4620
|
+
"icon": "paypal.svg",
|
|
4621
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4622
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4623
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4624
|
+
"category": "Payment",
|
|
4625
|
+
"type": "3rd-party",
|
|
4626
|
+
"maintainers": [
|
|
4627
|
+
{
|
|
4628
|
+
"name": "Arash Sheyda",
|
|
4629
|
+
"github": "arashsheyda"
|
|
4630
|
+
}
|
|
4631
|
+
],
|
|
4632
|
+
"compatibility": {
|
|
4633
|
+
"nuxt": "^3.0.0",
|
|
4634
|
+
"requires": {}
|
|
4635
|
+
}
|
|
4636
|
+
},
|
|
4289
4637
|
{
|
|
4290
4638
|
"name": "pdfeasy",
|
|
4291
4639
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4407,7 +4755,7 @@
|
|
|
4407
4755
|
},
|
|
4408
4756
|
{
|
|
4409
4757
|
"name": "plausible",
|
|
4410
|
-
"description": "Nuxt
|
|
4758
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4411
4759
|
"repo": "nuxt-modules/plausible",
|
|
4412
4760
|
"npm": "@nuxtjs/plausible",
|
|
4413
4761
|
"icon": "",
|
|
@@ -4454,9 +4802,9 @@
|
|
|
4454
4802
|
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4455
4803
|
"repo": "johannschopplich/nuxt-prepare",
|
|
4456
4804
|
"npm": "nuxt-prepare",
|
|
4457
|
-
"icon": "
|
|
4805
|
+
"icon": "prepare.svg",
|
|
4458
4806
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4459
|
-
"website": "https://nuxt-prepare.
|
|
4807
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4460
4808
|
"learn_more": "",
|
|
4461
4809
|
"category": "Devtools",
|
|
4462
4810
|
"type": "3rd-party",
|
|
@@ -4473,9 +4821,32 @@
|
|
|
4473
4821
|
"requires": {}
|
|
4474
4822
|
}
|
|
4475
4823
|
},
|
|
4824
|
+
{
|
|
4825
|
+
"name": "primevue",
|
|
4826
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4827
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4828
|
+
"npm": "nuxt-primevue",
|
|
4829
|
+
"icon": "primevue.svg",
|
|
4830
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4831
|
+
"website": "https://primevue.org/",
|
|
4832
|
+
"learn_more": "https://primevue.org/",
|
|
4833
|
+
"category": "UI",
|
|
4834
|
+
"type": "3rd-party",
|
|
4835
|
+
"maintainers": [
|
|
4836
|
+
{
|
|
4837
|
+
"name": "primefaces",
|
|
4838
|
+
"github": "primefaces",
|
|
4839
|
+
"twitter": "primevue"
|
|
4840
|
+
}
|
|
4841
|
+
],
|
|
4842
|
+
"compatibility": {
|
|
4843
|
+
"nuxt": "^3.0.0",
|
|
4844
|
+
"requires": {}
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4476
4847
|
{
|
|
4477
4848
|
"name": "prismic",
|
|
4478
|
-
"description": "Easily connect your Nuxt
|
|
4849
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4479
4850
|
"repo": "nuxt-modules/prismic",
|
|
4480
4851
|
"npm": "@nuxtjs/prismic",
|
|
4481
4852
|
"icon": "prismic.png",
|
|
@@ -4542,7 +4913,7 @@
|
|
|
4542
4913
|
},
|
|
4543
4914
|
{
|
|
4544
4915
|
"name": "proxy",
|
|
4545
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4916
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4546
4917
|
"repo": "nuxt-community/proxy-module",
|
|
4547
4918
|
"npm": "@nuxtjs/proxy",
|
|
4548
4919
|
"icon": "",
|
|
@@ -4588,7 +4959,7 @@
|
|
|
4588
4959
|
},
|
|
4589
4960
|
{
|
|
4590
4961
|
"name": "purgecss",
|
|
4591
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4962
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4592
4963
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4593
4964
|
"npm": "nuxt-purgecss",
|
|
4594
4965
|
"icon": "purgecss.png",
|
|
@@ -4610,7 +4981,7 @@
|
|
|
4610
4981
|
},
|
|
4611
4982
|
{
|
|
4612
4983
|
"name": "pwa",
|
|
4613
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4984
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4614
4985
|
"repo": "nuxt-community/pwa-module",
|
|
4615
4986
|
"npm": "@nuxtjs/pwa",
|
|
4616
4987
|
"icon": "pwa.png",
|
|
@@ -4635,7 +5006,7 @@
|
|
|
4635
5006
|
},
|
|
4636
5007
|
{
|
|
4637
5008
|
"name": "python",
|
|
4638
|
-
"description": "Write Nuxt
|
|
5009
|
+
"description": "Write Nuxt applications using Python",
|
|
4639
5010
|
"repo": "nuxt-community/python-module",
|
|
4640
5011
|
"npm": "@nuxtjs/python",
|
|
4641
5012
|
"icon": "python.png",
|
|
@@ -4674,7 +5045,8 @@
|
|
|
4674
5045
|
],
|
|
4675
5046
|
"compatibility": {
|
|
4676
5047
|
"nuxt": "^3.0.0",
|
|
4677
|
-
"requires": {}
|
|
5048
|
+
"requires": {},
|
|
5049
|
+
"devtools": "^0.0.0"
|
|
4678
5050
|
}
|
|
4679
5051
|
},
|
|
4680
5052
|
{
|
|
@@ -4699,9 +5071,44 @@
|
|
|
4699
5071
|
"requires": {}
|
|
4700
5072
|
}
|
|
4701
5073
|
},
|
|
5074
|
+
{
|
|
5075
|
+
"name": "radix-vue",
|
|
5076
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5077
|
+
"repo": "radix-vue/radix-vue",
|
|
5078
|
+
"npm": "radix-vue",
|
|
5079
|
+
"icon": "radix-vue.svg",
|
|
5080
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5081
|
+
"website": "https://www.radix-vue.com/",
|
|
5082
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5083
|
+
"category": "UI",
|
|
5084
|
+
"type": "3rd-party",
|
|
5085
|
+
"maintainers": [
|
|
5086
|
+
{
|
|
5087
|
+
"name": "Zernonia",
|
|
5088
|
+
"github": "zernonia",
|
|
5089
|
+
"twitter": "zernonia"
|
|
5090
|
+
},
|
|
5091
|
+
{
|
|
5092
|
+
"name": "Khairul Haaziq",
|
|
5093
|
+
"github": "khairulhaaziq"
|
|
5094
|
+
},
|
|
5095
|
+
{
|
|
5096
|
+
"name": "Mujahid Anuar",
|
|
5097
|
+
"github": "mujahidfa"
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"name": "Max",
|
|
5101
|
+
"github": "onmax"
|
|
5102
|
+
}
|
|
5103
|
+
],
|
|
5104
|
+
"compatibility": {
|
|
5105
|
+
"nuxt": "^3.0.0",
|
|
5106
|
+
"requires": {}
|
|
5107
|
+
}
|
|
5108
|
+
},
|
|
4702
5109
|
{
|
|
4703
5110
|
"name": "recaptcha",
|
|
4704
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5111
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4705
5112
|
"repo": "nuxt-community/recaptcha-module",
|
|
4706
5113
|
"npm": "@nuxtjs/recaptcha",
|
|
4707
5114
|
"icon": "recaptcha.png",
|
|
@@ -4744,9 +5151,32 @@
|
|
|
4744
5151
|
"requires": {}
|
|
4745
5152
|
}
|
|
4746
5153
|
},
|
|
5154
|
+
{
|
|
5155
|
+
"name": "resend",
|
|
5156
|
+
"description": "Resend integration for Nuxt",
|
|
5157
|
+
"repo": "nhedger/nuxt-resend",
|
|
5158
|
+
"npm": "nuxt-resend",
|
|
5159
|
+
"icon": "resend.svg",
|
|
5160
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5161
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5162
|
+
"learn_more": "https://resend.com",
|
|
5163
|
+
"category": "Extensions",
|
|
5164
|
+
"type": "3rd-party",
|
|
5165
|
+
"maintainers": [
|
|
5166
|
+
{
|
|
5167
|
+
"name": "Nicolas Hedger",
|
|
5168
|
+
"github": "nhedger",
|
|
5169
|
+
"twitter": "nicolashedger"
|
|
5170
|
+
}
|
|
5171
|
+
],
|
|
5172
|
+
"compatibility": {
|
|
5173
|
+
"nuxt": "^3.0.0",
|
|
5174
|
+
"requires": {}
|
|
5175
|
+
}
|
|
5176
|
+
},
|
|
4747
5177
|
{
|
|
4748
5178
|
"name": "rfg-icon",
|
|
4749
|
-
"description": "Nuxt
|
|
5179
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4750
5180
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4751
5181
|
"npm": "nuxt-rfg-icon",
|
|
4752
5182
|
"icon": "real-favicon-generator.png",
|
|
@@ -4768,7 +5198,7 @@
|
|
|
4768
5198
|
},
|
|
4769
5199
|
{
|
|
4770
5200
|
"name": "robots",
|
|
4771
|
-
"description": "A Nuxt
|
|
5201
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4772
5202
|
"repo": "nuxt-modules/robots",
|
|
4773
5203
|
"npm": "@nuxtjs/robots",
|
|
4774
5204
|
"icon": "robots.png",
|
|
@@ -4792,23 +5222,23 @@
|
|
|
4792
5222
|
},
|
|
4793
5223
|
{
|
|
4794
5224
|
"name": "rollbar",
|
|
4795
|
-
"description": "
|
|
4796
|
-
"repo": "
|
|
4797
|
-
"npm": "nuxt-rollbar
|
|
5225
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5226
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5227
|
+
"npm": "nuxt-rollbar",
|
|
4798
5228
|
"icon": "rollbar.png",
|
|
4799
|
-
"github": "https://github.com/
|
|
4800
|
-
"website": "https://github.com/
|
|
5229
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5230
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4801
5231
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4802
5232
|
"category": "Monitoring",
|
|
4803
5233
|
"type": "3rd-party",
|
|
4804
5234
|
"maintainers": [
|
|
4805
5235
|
{
|
|
4806
|
-
"name": "
|
|
4807
|
-
"github": "
|
|
5236
|
+
"name": "Jairo Blatt",
|
|
5237
|
+
"github": "jairoblatt"
|
|
4808
5238
|
}
|
|
4809
5239
|
],
|
|
4810
5240
|
"compatibility": {
|
|
4811
|
-
"nuxt": "^
|
|
5241
|
+
"nuxt": "^3.0.0",
|
|
4812
5242
|
"requires": {}
|
|
4813
5243
|
}
|
|
4814
5244
|
},
|
|
@@ -4837,7 +5267,7 @@
|
|
|
4837
5267
|
},
|
|
4838
5268
|
{
|
|
4839
5269
|
"name": "router",
|
|
4840
|
-
"description": "Nuxt
|
|
5270
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4841
5271
|
"repo": "nuxt-community/router-module",
|
|
4842
5272
|
"npm": "@nuxtjs/router",
|
|
4843
5273
|
"icon": "vue.png",
|
|
@@ -4885,13 +5315,13 @@
|
|
|
4885
5315
|
},
|
|
4886
5316
|
{
|
|
4887
5317
|
"name": "schema-org",
|
|
4888
|
-
"description": "Schema.org for Nuxt
|
|
4889
|
-
"repo": "
|
|
5318
|
+
"description": "Schema.org for Nuxt.",
|
|
5319
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4890
5320
|
"npm": "nuxt-schema-org",
|
|
4891
5321
|
"icon": "schema-org.svg",
|
|
4892
|
-
"github": "https://github.com/
|
|
4893
|
-
"website": "https://
|
|
4894
|
-
"learn_more": "https://
|
|
5322
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5323
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5324
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4895
5325
|
"category": "SEO",
|
|
4896
5326
|
"type": "3rd-party",
|
|
4897
5327
|
"maintainers": [
|
|
@@ -4954,7 +5384,7 @@
|
|
|
4954
5384
|
},
|
|
4955
5385
|
{
|
|
4956
5386
|
"name": "segment",
|
|
4957
|
-
"description": "Nuxt
|
|
5387
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4958
5388
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4959
5389
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4960
5390
|
"icon": "segment.png",
|
|
@@ -4976,7 +5406,7 @@
|
|
|
4976
5406
|
},
|
|
4977
5407
|
{
|
|
4978
5408
|
"name": "sentry",
|
|
4979
|
-
"description": "Sentry module for Nuxt
|
|
5409
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4980
5410
|
"repo": "nuxt-community/sentry-module",
|
|
4981
5411
|
"npm": "@nuxtjs/sentry",
|
|
4982
5412
|
"icon": "sentry.svg",
|
|
@@ -4996,14 +5426,38 @@
|
|
|
4996
5426
|
"requires": {}
|
|
4997
5427
|
}
|
|
4998
5428
|
},
|
|
5429
|
+
{
|
|
5430
|
+
"name": "seo-experiments",
|
|
5431
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5432
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5433
|
+
"npm": "nuxt-seo-experiments",
|
|
5434
|
+
"icon": "seo-experiments.svg",
|
|
5435
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5436
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5437
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5438
|
+
"category": "SEO",
|
|
5439
|
+
"type": "3rd-party",
|
|
5440
|
+
"maintainers": [
|
|
5441
|
+
{
|
|
5442
|
+
"name": "Harlan Wilton",
|
|
5443
|
+
"github": "harlan-zw",
|
|
5444
|
+
"twitter": "harlan_zw",
|
|
5445
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5446
|
+
}
|
|
5447
|
+
],
|
|
5448
|
+
"compatibility": {
|
|
5449
|
+
"nuxt": "^3.0.0",
|
|
5450
|
+
"requires": {}
|
|
5451
|
+
}
|
|
5452
|
+
},
|
|
4999
5453
|
{
|
|
5000
5454
|
"name": "seo-kit",
|
|
5001
|
-
"description": "
|
|
5455
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5002
5456
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5003
5457
|
"npm": "nuxt-seo-kit",
|
|
5004
5458
|
"icon": "seo-kit.svg",
|
|
5005
5459
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
5006
|
-
"website": "https://
|
|
5460
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5007
5461
|
"learn_more": "",
|
|
5008
5462
|
"category": "SEO",
|
|
5009
5463
|
"type": "3rd-party",
|
|
@@ -5043,7 +5497,7 @@
|
|
|
5043
5497
|
},
|
|
5044
5498
|
{
|
|
5045
5499
|
"name": "seomatic-meta",
|
|
5046
|
-
"description": "A Nuxt
|
|
5500
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
5047
5501
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
5048
5502
|
"npm": "nuxt-seomatic-meta",
|
|
5049
5503
|
"icon": "seomatic.png",
|
|
@@ -5134,7 +5588,7 @@
|
|
|
5134
5588
|
},
|
|
5135
5589
|
{
|
|
5136
5590
|
"name": "shopify",
|
|
5137
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5591
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5138
5592
|
"repo": "Gomah/nuxt-shopify",
|
|
5139
5593
|
"npm": "nuxt-shopify",
|
|
5140
5594
|
"icon": "shopify.png",
|
|
@@ -5155,7 +5609,7 @@
|
|
|
5155
5609
|
}
|
|
5156
5610
|
},
|
|
5157
5611
|
{
|
|
5158
|
-
"name": "
|
|
5612
|
+
"name": "sidebase-auth",
|
|
5159
5613
|
"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.",
|
|
5160
5614
|
"repo": "sidebase/nuxt-auth",
|
|
5161
5615
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5201,13 +5655,13 @@
|
|
|
5201
5655
|
},
|
|
5202
5656
|
{
|
|
5203
5657
|
"name": "simple-robots",
|
|
5204
|
-
"description": "
|
|
5658
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5205
5659
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5206
5660
|
"npm": "nuxt-simple-robots",
|
|
5207
|
-
"icon": "",
|
|
5661
|
+
"icon": "simple-robots.svg",
|
|
5208
5662
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5209
|
-
"website": "https://
|
|
5210
|
-
"learn_more": "",
|
|
5663
|
+
"website": "https://nuxtseo.com/robots",
|
|
5664
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5211
5665
|
"category": "SEO",
|
|
5212
5666
|
"type": "3rd-party",
|
|
5213
5667
|
"maintainers": [
|
|
@@ -5225,13 +5679,13 @@
|
|
|
5225
5679
|
},
|
|
5226
5680
|
{
|
|
5227
5681
|
"name": "simple-sitemap",
|
|
5228
|
-
"description": "
|
|
5682
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5229
5683
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5230
5684
|
"npm": "nuxt-simple-sitemap",
|
|
5231
|
-
"icon": "",
|
|
5685
|
+
"icon": "simple-sitemap.svg",
|
|
5232
5686
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5233
|
-
"website": "https://
|
|
5234
|
-
"learn_more": "",
|
|
5687
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5688
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5235
5689
|
"category": "SEO",
|
|
5236
5690
|
"type": "3rd-party",
|
|
5237
5691
|
"maintainers": [
|
|
@@ -5249,7 +5703,7 @@
|
|
|
5249
5703
|
},
|
|
5250
5704
|
{
|
|
5251
5705
|
"name": "sitemap",
|
|
5252
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5706
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5253
5707
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5254
5708
|
"npm": "@nuxtjs/sitemap",
|
|
5255
5709
|
"icon": "",
|
|
@@ -5294,7 +5748,7 @@
|
|
|
5294
5748
|
},
|
|
5295
5749
|
{
|
|
5296
5750
|
"name": "snipcart",
|
|
5297
|
-
"description": "Snipcart integration module for Nuxt
|
|
5751
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5298
5752
|
"repo": "nuxt-modules/snipcart",
|
|
5299
5753
|
"npm": "@nuxtjs/snipcart",
|
|
5300
5754
|
"icon": "snipcart.png",
|
|
@@ -5317,7 +5771,7 @@
|
|
|
5317
5771
|
},
|
|
5318
5772
|
{
|
|
5319
5773
|
"name": "social-meta",
|
|
5320
|
-
"description": "Nuxt
|
|
5774
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5321
5775
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5322
5776
|
"npm": "nuxt-social-meta",
|
|
5323
5777
|
"icon": "",
|
|
@@ -5439,7 +5893,7 @@
|
|
|
5439
5893
|
},
|
|
5440
5894
|
{
|
|
5441
5895
|
"name": "storage",
|
|
5442
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5896
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5443
5897
|
"repo": "mazipan/nuxt-storage",
|
|
5444
5898
|
"npm": "nuxt-storage",
|
|
5445
5899
|
"icon": "",
|
|
@@ -5461,7 +5915,7 @@
|
|
|
5461
5915
|
},
|
|
5462
5916
|
{
|
|
5463
5917
|
"name": "storefront-ui",
|
|
5464
|
-
"description": "Storefront UI Module for Nuxt
|
|
5918
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5465
5919
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5466
5920
|
"npm": "@storefront-ui/nuxt",
|
|
5467
5921
|
"icon": "storefront-ui.svg",
|
|
@@ -5505,7 +5959,7 @@
|
|
|
5505
5959
|
},
|
|
5506
5960
|
{
|
|
5507
5961
|
"name": "storyblok",
|
|
5508
|
-
"description": "Storyblok Nuxt
|
|
5962
|
+
"description": "Storyblok Nuxt module",
|
|
5509
5963
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5510
5964
|
"npm": "@storyblok/nuxt",
|
|
5511
5965
|
"icon": "storyblok.png",
|
|
@@ -5522,37 +5976,34 @@
|
|
|
5522
5976
|
],
|
|
5523
5977
|
"compatibility": {
|
|
5524
5978
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5525
|
-
"requires": {}
|
|
5979
|
+
"requires": {},
|
|
5980
|
+
"devtools": "^0.0.0"
|
|
5526
5981
|
}
|
|
5527
5982
|
},
|
|
5528
5983
|
{
|
|
5529
5984
|
"name": "storybook",
|
|
5530
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5531
|
-
"repo": "nuxt-
|
|
5985
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5986
|
+
"repo": "nuxt-modules/storybook",
|
|
5532
5987
|
"npm": "@nuxtjs/storybook",
|
|
5533
5988
|
"icon": "storybook.png",
|
|
5534
|
-
"github": "https://github.com/nuxt-
|
|
5989
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5535
5990
|
"website": "https://storybook.nuxtjs.org",
|
|
5536
|
-
"learn_more": "https://
|
|
5991
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5537
5992
|
"category": "Devtools",
|
|
5538
5993
|
"type": "community",
|
|
5539
5994
|
"maintainers": [
|
|
5540
5995
|
{
|
|
5541
|
-
"name": "
|
|
5542
|
-
"github": "
|
|
5543
|
-
"twitter": "
|
|
5544
|
-
},
|
|
5545
|
-
{
|
|
5546
|
-
"name": "Pooya Parsa",
|
|
5547
|
-
"github": "pi0",
|
|
5548
|
-
"twitter": "_pi0_"
|
|
5996
|
+
"name": "Chakir QATAB",
|
|
5997
|
+
"github": "chakAs3",
|
|
5998
|
+
"twitter": "ChakirQatab"
|
|
5549
5999
|
}
|
|
5550
6000
|
],
|
|
5551
6001
|
"compatibility": {
|
|
5552
|
-
"nuxt": "^2.0.0",
|
|
6002
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5553
6003
|
"requires": {
|
|
5554
6004
|
"bridge": "optional"
|
|
5555
|
-
}
|
|
6005
|
+
},
|
|
6006
|
+
"devtools": "^0.7.2"
|
|
5556
6007
|
}
|
|
5557
6008
|
},
|
|
5558
6009
|
{
|
|
@@ -5582,7 +6033,8 @@
|
|
|
5582
6033
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5583
6034
|
"requires": {
|
|
5584
6035
|
"bridge": true
|
|
5585
|
-
}
|
|
6036
|
+
},
|
|
6037
|
+
"devtools": "^0.0.0"
|
|
5586
6038
|
}
|
|
5587
6039
|
},
|
|
5588
6040
|
{
|
|
@@ -5633,6 +6085,36 @@
|
|
|
5633
6085
|
"requires": {}
|
|
5634
6086
|
}
|
|
5635
6087
|
},
|
|
6088
|
+
{
|
|
6089
|
+
"name": "studio",
|
|
6090
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6091
|
+
"repo": "nuxtlabs/studio-module",
|
|
6092
|
+
"npm": "@nuxthq/studio",
|
|
6093
|
+
"icon": "studio.svg",
|
|
6094
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6095
|
+
"website": "https://nuxt.studio",
|
|
6096
|
+
"learn_more": "https://nuxt.studio",
|
|
6097
|
+
"category": "CMS",
|
|
6098
|
+
"type": "3rd-party",
|
|
6099
|
+
"maintainers": [
|
|
6100
|
+
{
|
|
6101
|
+
"name": "Ahad Birang",
|
|
6102
|
+
"github": "farnabaz",
|
|
6103
|
+
"twitter": "a_birang"
|
|
6104
|
+
},
|
|
6105
|
+
{
|
|
6106
|
+
"name": "Sébastien Chopin",
|
|
6107
|
+
"github": "Atinux",
|
|
6108
|
+
"twitter": "Atinux"
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6111
|
+
"compatibility": {
|
|
6112
|
+
"nuxt": "^3.0.0",
|
|
6113
|
+
"requires": {
|
|
6114
|
+
"content": true
|
|
6115
|
+
}
|
|
6116
|
+
}
|
|
6117
|
+
},
|
|
5636
6118
|
{
|
|
5637
6119
|
"name": "style-resources",
|
|
5638
6120
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5658,7 +6140,7 @@
|
|
|
5658
6140
|
},
|
|
5659
6141
|
{
|
|
5660
6142
|
"name": "stylelint",
|
|
5661
|
-
"description": "Stylelint module for Nuxt.
|
|
6143
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5662
6144
|
"repo": "nuxt-community/stylelint-module",
|
|
5663
6145
|
"npm": "@nuxtjs/stylelint-module",
|
|
5664
6146
|
"icon": "stylelint.png",
|
|
@@ -5758,12 +6240,12 @@
|
|
|
5758
6240
|
},
|
|
5759
6241
|
{
|
|
5760
6242
|
"name": "svg-sprite",
|
|
5761
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5762
|
-
"repo": "nuxt-
|
|
6243
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6244
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5763
6245
|
"npm": "@nuxtjs/svg-sprite",
|
|
5764
6246
|
"icon": "",
|
|
5765
|
-
"github": "https://github.com/nuxt-
|
|
5766
|
-
"website": "https://github.com/nuxt-
|
|
6247
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6248
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5767
6249
|
"learn_more": "",
|
|
5768
6250
|
"category": "UI",
|
|
5769
6251
|
"type": "community",
|
|
@@ -5775,13 +6257,13 @@
|
|
|
5775
6257
|
}
|
|
5776
6258
|
],
|
|
5777
6259
|
"compatibility": {
|
|
5778
|
-
"nuxt": "^2.0.0",
|
|
6260
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5779
6261
|
"requires": {}
|
|
5780
6262
|
}
|
|
5781
6263
|
},
|
|
5782
6264
|
{
|
|
5783
6265
|
"name": "svg",
|
|
5784
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6266
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5785
6267
|
"repo": "nuxt-community/svg-module",
|
|
5786
6268
|
"npm": "@nuxtjs/svg",
|
|
5787
6269
|
"icon": "",
|
|
@@ -5825,7 +6307,7 @@
|
|
|
5825
6307
|
},
|
|
5826
6308
|
{
|
|
5827
6309
|
"name": "swiper",
|
|
5828
|
-
"description": "Nuxt
|
|
6310
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5829
6311
|
"repo": "cpreston321/nuxt-swiper",
|
|
5830
6312
|
"npm": "nuxt-swiper",
|
|
5831
6313
|
"icon": "swiper.svg",
|
|
@@ -5871,10 +6353,10 @@
|
|
|
5871
6353
|
{
|
|
5872
6354
|
"name": "tailwindcss",
|
|
5873
6355
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5874
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6356
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5875
6357
|
"npm": "@nuxtjs/tailwindcss",
|
|
5876
6358
|
"icon": "tailwindcss.png",
|
|
5877
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6359
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5878
6360
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5879
6361
|
"learn_more": "https://tailwindcss.com/",
|
|
5880
6362
|
"category": "UI",
|
|
@@ -5892,7 +6374,8 @@
|
|
|
5892
6374
|
],
|
|
5893
6375
|
"compatibility": {
|
|
5894
6376
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5895
|
-
"requires": {}
|
|
6377
|
+
"requires": {},
|
|
6378
|
+
"devtools": "^0.0.0"
|
|
5896
6379
|
}
|
|
5897
6380
|
},
|
|
5898
6381
|
{
|
|
@@ -5940,9 +6423,31 @@
|
|
|
5940
6423
|
"requires": {}
|
|
5941
6424
|
}
|
|
5942
6425
|
},
|
|
6426
|
+
{
|
|
6427
|
+
"name": "tiptap",
|
|
6428
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6429
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6430
|
+
"npm": "nuxt-tiptap-editor",
|
|
6431
|
+
"icon": "tiptap.png",
|
|
6432
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6433
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6434
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6435
|
+
"category": "Libraries",
|
|
6436
|
+
"type": "3rd-party",
|
|
6437
|
+
"maintainers": [
|
|
6438
|
+
{
|
|
6439
|
+
"name": "modbender",
|
|
6440
|
+
"github": "modbender"
|
|
6441
|
+
}
|
|
6442
|
+
],
|
|
6443
|
+
"compatibility": {
|
|
6444
|
+
"nuxt": "^3.0.0",
|
|
6445
|
+
"requires": {}
|
|
6446
|
+
}
|
|
6447
|
+
},
|
|
5943
6448
|
{
|
|
5944
6449
|
"name": "toast",
|
|
5945
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6450
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5946
6451
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5947
6452
|
"npm": "@nuxtjs/toast",
|
|
5948
6453
|
"icon": "",
|
|
@@ -5963,6 +6468,28 @@
|
|
|
5963
6468
|
"requires": {}
|
|
5964
6469
|
}
|
|
5965
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
|
+
},
|
|
5966
6493
|
{
|
|
5967
6494
|
"name": "tresjs",
|
|
5968
6495
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6023,7 +6550,7 @@
|
|
|
6023
6550
|
},
|
|
6024
6551
|
{
|
|
6025
6552
|
"name": "twa",
|
|
6026
|
-
"description": "Nuxt
|
|
6553
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
6027
6554
|
"repo": "tuarrep/nuxt-twa",
|
|
6028
6555
|
"npm": "nuxt-twa",
|
|
6029
6556
|
"icon": "",
|
|
@@ -6211,6 +6738,63 @@
|
|
|
6211
6738
|
"requires": {}
|
|
6212
6739
|
}
|
|
6213
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
|
+
},
|
|
6765
|
+
{
|
|
6766
|
+
"name": "ui",
|
|
6767
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6768
|
+
"repo": "nuxt/ui#dev",
|
|
6769
|
+
"npm": "@nuxt/ui",
|
|
6770
|
+
"icon": "nuxt.svg",
|
|
6771
|
+
"github": "https://github.com/nuxt/ui",
|
|
6772
|
+
"website": "https://ui.nuxt.com",
|
|
6773
|
+
"learn_more": "",
|
|
6774
|
+
"category": "UI",
|
|
6775
|
+
"type": "official",
|
|
6776
|
+
"maintainers": [
|
|
6777
|
+
{
|
|
6778
|
+
"name": "Benjamin Canac",
|
|
6779
|
+
"github": "benjamincanac",
|
|
6780
|
+
"twitter": "benjamincanac"
|
|
6781
|
+
},
|
|
6782
|
+
{
|
|
6783
|
+
"name": "Sebastien Chopin",
|
|
6784
|
+
"github": "Atinux",
|
|
6785
|
+
"twitter": "Atinux"
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"name": "Sylvain Marroufin",
|
|
6789
|
+
"github": "smarroufin",
|
|
6790
|
+
"twitter": "smarroufin"
|
|
6791
|
+
}
|
|
6792
|
+
],
|
|
6793
|
+
"compatibility": {
|
|
6794
|
+
"nuxt": "^3.0.0",
|
|
6795
|
+
"requires": {}
|
|
6796
|
+
}
|
|
6797
|
+
},
|
|
6214
6798
|
{
|
|
6215
6799
|
"name": "umami",
|
|
6216
6800
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6259,7 +6843,7 @@
|
|
|
6259
6843
|
},
|
|
6260
6844
|
{
|
|
6261
6845
|
"name": "universal-storage",
|
|
6262
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6846
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6263
6847
|
"repo": "nuxt-community/universal-storage-module",
|
|
6264
6848
|
"npm": "@nuxtjs/universal-storage",
|
|
6265
6849
|
"icon": "",
|
|
@@ -6336,12 +6920,12 @@
|
|
|
6336
6920
|
{
|
|
6337
6921
|
"name": "unocss",
|
|
6338
6922
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6339
|
-
"repo": "
|
|
6923
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6340
6924
|
"npm": "@unocss/nuxt",
|
|
6341
6925
|
"icon": "unocss.svg",
|
|
6342
|
-
"github": "https://github.com/
|
|
6343
|
-
"website": "https://github.com/
|
|
6344
|
-
"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",
|
|
6345
6929
|
"category": "UI",
|
|
6346
6930
|
"type": "3rd-party",
|
|
6347
6931
|
"maintainers": [
|
|
@@ -6356,7 +6940,8 @@
|
|
|
6356
6940
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6357
6941
|
"requires": {
|
|
6358
6942
|
"bridge": "optional"
|
|
6359
|
-
}
|
|
6943
|
+
},
|
|
6944
|
+
"devtools": "^0.0.0"
|
|
6360
6945
|
}
|
|
6361
6946
|
},
|
|
6362
6947
|
{
|
|
@@ -6408,7 +6993,7 @@
|
|
|
6408
6993
|
},
|
|
6409
6994
|
{
|
|
6410
6995
|
"name": "user-agent",
|
|
6411
|
-
"description": "Nuxt
|
|
6996
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6412
6997
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6413
6998
|
"npm": "nuxt-user-agent",
|
|
6414
6999
|
"icon": "",
|
|
@@ -6522,7 +7107,7 @@
|
|
|
6522
7107
|
},
|
|
6523
7108
|
{
|
|
6524
7109
|
"name": "vee-validate",
|
|
6525
|
-
"description": "Painless Vue forms for Nuxt
|
|
7110
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6526
7111
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6527
7112
|
"npm": "@vee-validate/nuxt",
|
|
6528
7113
|
"icon": "vee-validate.png",
|
|
@@ -6612,7 +7197,7 @@
|
|
|
6612
7197
|
},
|
|
6613
7198
|
{
|
|
6614
7199
|
"name": "vite-pwa-nuxt",
|
|
6615
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7200
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6616
7201
|
"repo": "vite-pwa/nuxt",
|
|
6617
7202
|
"npm": "@vite-pwa/nuxt",
|
|
6618
7203
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6661,18 +7246,19 @@
|
|
|
6661
7246
|
],
|
|
6662
7247
|
"compatibility": {
|
|
6663
7248
|
"nuxt": "^3.0.0",
|
|
6664
|
-
"requires": {}
|
|
7249
|
+
"requires": {},
|
|
7250
|
+
"devtools": "^0.0.0"
|
|
6665
7251
|
}
|
|
6666
7252
|
},
|
|
6667
7253
|
{
|
|
6668
7254
|
"name": "vue-email",
|
|
6669
|
-
"description": "Write email templates with vue",
|
|
6670
|
-
"repo": "
|
|
6671
|
-
"npm": "vue-email",
|
|
7255
|
+
"description": "💌 Write email templates with vue",
|
|
7256
|
+
"repo": "vue-email/nuxt",
|
|
7257
|
+
"npm": "@vue-email/nuxt",
|
|
6672
7258
|
"icon": "vue-email.svg",
|
|
6673
|
-
"github": "https://github.com/
|
|
6674
|
-
"website": "https://
|
|
6675
|
-
"learn_more": "https://
|
|
7259
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7260
|
+
"website": "https://vuemail.net/",
|
|
7261
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6676
7262
|
"category": "UI",
|
|
6677
7263
|
"type": "3rd-party",
|
|
6678
7264
|
"maintainers": [
|
|
@@ -6689,6 +7275,30 @@
|
|
|
6689
7275
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6690
7276
|
}
|
|
6691
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
|
+
],
|
|
6692
7302
|
"compatibility": {
|
|
6693
7303
|
"nuxt": "^3.0.0",
|
|
6694
7304
|
"requires": {}
|
|
@@ -6716,7 +7326,8 @@
|
|
|
6716
7326
|
"nuxt": "^3.0.0",
|
|
6717
7327
|
"requires": {
|
|
6718
7328
|
"bridge": "optional"
|
|
6719
|
-
}
|
|
7329
|
+
},
|
|
7330
|
+
"devtools": "^0.0.0"
|
|
6720
7331
|
}
|
|
6721
7332
|
},
|
|
6722
7333
|
{
|
|
@@ -6743,7 +7354,7 @@
|
|
|
6743
7354
|
},
|
|
6744
7355
|
{
|
|
6745
7356
|
"name": "vue-multiselect",
|
|
6746
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7357
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6747
7358
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6748
7359
|
"npm": "nuxt-vue-multiselect",
|
|
6749
7360
|
"icon": "",
|
|
@@ -6857,7 +7468,7 @@
|
|
|
6857
7468
|
},
|
|
6858
7469
|
{
|
|
6859
7470
|
"name": "vue-warehouse",
|
|
6860
|
-
"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",
|
|
6861
7472
|
"repo": "juliomrqz/vue-warehouse",
|
|
6862
7473
|
"npm": "vue-warehouse",
|
|
6863
7474
|
"icon": "",
|
|
@@ -6880,7 +7491,7 @@
|
|
|
6880
7491
|
},
|
|
6881
7492
|
{
|
|
6882
7493
|
"name": "vue3-carousel-nuxt",
|
|
6883
|
-
"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.",
|
|
6884
7495
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6885
7496
|
"npm": "vue3-carousel-nuxt",
|
|
6886
7497
|
"icon": "",
|
|
@@ -6923,9 +7534,55 @@
|
|
|
6923
7534
|
"requires": {}
|
|
6924
7535
|
}
|
|
6925
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
|
+
},
|
|
6926
7583
|
{
|
|
6927
7584
|
"name": "vuestic",
|
|
6928
|
-
"description": "Vuestic UI module for Nuxt
|
|
7585
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6929
7586
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6930
7587
|
"npm": "@vuestic/nuxt",
|
|
6931
7588
|
"icon": "vuestic.png",
|
|
@@ -6952,8 +7609,8 @@
|
|
|
6952
7609
|
"npm": "vuetify-nuxt-module",
|
|
6953
7610
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6954
7611
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6955
|
-
"website": "https://
|
|
6956
|
-
"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",
|
|
6957
7614
|
"category": "UI",
|
|
6958
7615
|
"type": "3rd-party",
|
|
6959
7616
|
"maintainers": [
|
|
@@ -6969,7 +7626,7 @@
|
|
|
6969
7626
|
},
|
|
6970
7627
|
{
|
|
6971
7628
|
"name": "vuetify",
|
|
6972
|
-
"description": "Vuetify Module for Nuxt
|
|
7629
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6973
7630
|
"repo": "nuxt-community/vuetify-module",
|
|
6974
7631
|
"npm": "@nuxtjs/vuetify",
|
|
6975
7632
|
"icon": "vuetify.png",
|
|
@@ -7016,7 +7673,8 @@
|
|
|
7016
7673
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7017
7674
|
"requires": {
|
|
7018
7675
|
"bridge": "optional"
|
|
7019
|
-
}
|
|
7676
|
+
},
|
|
7677
|
+
"devtools": "^0.0.0"
|
|
7020
7678
|
}
|
|
7021
7679
|
},
|
|
7022
7680
|
{
|
|
@@ -7043,7 +7701,7 @@
|
|
|
7043
7701
|
},
|
|
7044
7702
|
{
|
|
7045
7703
|
"name": "vunix",
|
|
7046
|
-
"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.",
|
|
7047
7705
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7048
7706
|
"npm": "@vunix/nuxt",
|
|
7049
7707
|
"icon": "",
|
|
@@ -7122,7 +7780,7 @@
|
|
|
7122
7780
|
},
|
|
7123
7781
|
{
|
|
7124
7782
|
"name": "webpack-optimisations",
|
|
7125
|
-
"description": "Nuxt
|
|
7783
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
7126
7784
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
7127
7785
|
"npm": "nuxt-webpack-optimisations",
|
|
7128
7786
|
"icon": "build-optimisations.svg",
|
|
@@ -7214,7 +7872,7 @@
|
|
|
7214
7872
|
},
|
|
7215
7873
|
{
|
|
7216
7874
|
"name": "well-known",
|
|
7217
|
-
"description": "A Nuxt
|
|
7875
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7218
7876
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7219
7877
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7220
7878
|
"icon": "well-known.svg",
|
|
@@ -7236,7 +7894,7 @@
|
|
|
7236
7894
|
},
|
|
7237
7895
|
{
|
|
7238
7896
|
"name": "wideangle",
|
|
7239
|
-
"description": "Nuxt
|
|
7897
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7240
7898
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7241
7899
|
"npm": "wideangle-nuxt",
|
|
7242
7900
|
"icon": "wideangle.png",
|
|
@@ -7263,11 +7921,11 @@
|
|
|
7263
7921
|
{
|
|
7264
7922
|
"name": "windicss",
|
|
7265
7923
|
"description": "Next generation utility-first CSS framework.",
|
|
7266
|
-
"repo": "windicss/nuxt-windicss
|
|
7924
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7267
7925
|
"npm": "nuxt-windicss",
|
|
7268
7926
|
"icon": "windicss.svg",
|
|
7269
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7270
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7927
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7928
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7271
7929
|
"learn_more": "https://windicss.org/",
|
|
7272
7930
|
"category": "UI",
|
|
7273
7931
|
"type": "3rd-party",
|
|
@@ -7405,7 +8063,7 @@
|
|
|
7405
8063
|
},
|
|
7406
8064
|
{
|
|
7407
8065
|
"name": "zendesk",
|
|
7408
|
-
"description": "Nuxt
|
|
8066
|
+
"description": "Nuxt module for Zendesk",
|
|
7409
8067
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7410
8068
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7411
8069
|
"icon": "zendesk.png",
|