@nuxt/modules 0.6.0-2da9ce → 0.6.0-2e1ad4
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 +1255 -471
- package/package.json +12 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
176
|
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
177
|
"npm": "nuxt-aos",
|
|
178
|
-
"icon": "",
|
|
178
|
+
"icon": "aos.png",
|
|
179
179
|
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
180
|
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
181
|
"learn_more": "",
|
|
@@ -188,13 +188,13 @@
|
|
|
188
188
|
}
|
|
189
189
|
],
|
|
190
190
|
"compatibility": {
|
|
191
|
-
"nuxt": "^
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
192
|
"requires": {}
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
"name": "api-party",
|
|
197
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
198
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
199
199
|
"npm": "nuxt-api-party",
|
|
200
200
|
"icon": "api-party.svg",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"name": "apollo",
|
|
245
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
246
246
|
"repo": "nuxt-modules/apollo",
|
|
247
247
|
"npm": "@nuxtjs/apollo",
|
|
248
248
|
"icon": "apollo.png",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"name": "applicationinsights",
|
|
269
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
270
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
271
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
272
272
|
"icon": "application-insights.png",
|
|
@@ -353,9 +353,31 @@
|
|
|
353
353
|
"requires": {}
|
|
354
354
|
}
|
|
355
355
|
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Security",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
356
378
|
{
|
|
357
379
|
"name": "auth",
|
|
358
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
359
381
|
"repo": "nuxt-community/auth-module",
|
|
360
382
|
"npm": "@nuxtjs/auth",
|
|
361
383
|
"icon": "auth.png",
|
|
@@ -403,9 +425,32 @@
|
|
|
403
425
|
"requires": {}
|
|
404
426
|
}
|
|
405
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
406
451
|
{
|
|
407
452
|
"name": "axios",
|
|
408
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
409
454
|
"repo": "nuxt-community/axios-module",
|
|
410
455
|
"npm": "@nuxtjs/axios",
|
|
411
456
|
"icon": "axios.svg",
|
|
@@ -428,7 +473,7 @@
|
|
|
428
473
|
},
|
|
429
474
|
{
|
|
430
475
|
"name": "basic-auth",
|
|
431
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
432
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
433
478
|
"npm": "nuxt-basic-auth-module",
|
|
434
479
|
"icon": "",
|
|
@@ -552,7 +597,7 @@
|
|
|
552
597
|
},
|
|
553
598
|
{
|
|
554
599
|
"name": "bulma-slim",
|
|
555
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
556
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
557
602
|
"npm": "nuxt-bulma-slim",
|
|
558
603
|
"icon": "bulma.png",
|
|
@@ -619,7 +664,7 @@
|
|
|
619
664
|
},
|
|
620
665
|
{
|
|
621
666
|
"name": "canvas-sketch",
|
|
622
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
623
668
|
"repo": "LuXDAmore/generative-art",
|
|
624
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
625
670
|
"icon": "",
|
|
@@ -642,7 +687,7 @@
|
|
|
642
687
|
},
|
|
643
688
|
{
|
|
644
689
|
"name": "capo",
|
|
645
|
-
"description": "Capo.js implementation for Nuxt
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
646
691
|
"repo": "danielroe/nuxt-capo",
|
|
647
692
|
"npm": "nuxt-capo",
|
|
648
693
|
"icon": "",
|
|
@@ -664,7 +709,7 @@
|
|
|
664
709
|
},
|
|
665
710
|
{
|
|
666
711
|
"name": "chakra-ui",
|
|
667
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
668
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
669
714
|
"npm": "@chakra-ui/nuxt",
|
|
670
715
|
"icon": "chakra-ui.png",
|
|
@@ -711,10 +756,10 @@
|
|
|
711
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
712
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
713
758
|
"npm": "nuxt-chiffre",
|
|
714
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
715
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
716
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
717
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
718
763
|
"category": "Analytics",
|
|
719
764
|
"type": "3rd-party",
|
|
720
765
|
"maintainers": [
|
|
@@ -775,7 +820,7 @@
|
|
|
775
820
|
},
|
|
776
821
|
{
|
|
777
822
|
"name": "cloudcms",
|
|
778
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
779
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
780
825
|
"npm": "cloudcms-nuxt",
|
|
781
826
|
"icon": "",
|
|
@@ -824,7 +869,7 @@
|
|
|
824
869
|
},
|
|
825
870
|
{
|
|
826
871
|
"name": "cloudinary",
|
|
827
|
-
"description": "Optimize images and videos in your Nuxt
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
828
873
|
"repo": "nuxt-modules/cloudinary",
|
|
829
874
|
"npm": "@nuxtjs/cloudinary",
|
|
830
875
|
"icon": "cloudinary.png",
|
|
@@ -847,7 +892,7 @@
|
|
|
847
892
|
},
|
|
848
893
|
{
|
|
849
894
|
"name": "color-mode",
|
|
850
|
-
"description": "Dark and Light mode for
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
851
896
|
"repo": "nuxt-modules/color-mode",
|
|
852
897
|
"npm": "@nuxtjs/color-mode",
|
|
853
898
|
"icon": "color-mode.png",
|
|
@@ -1068,7 +1113,7 @@
|
|
|
1068
1113
|
},
|
|
1069
1114
|
{
|
|
1070
1115
|
"name": "darkmode.js",
|
|
1071
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1072
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1073
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1074
1119
|
"icon": "darkmode.png",
|
|
@@ -1090,7 +1135,7 @@
|
|
|
1090
1135
|
},
|
|
1091
1136
|
{
|
|
1092
1137
|
"name": "date-fns",
|
|
1093
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1094
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1095
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1096
1141
|
"icon": "date-fns.png",
|
|
@@ -1112,7 +1157,7 @@
|
|
|
1112
1157
|
},
|
|
1113
1158
|
{
|
|
1114
1159
|
"name": "datocms-nuxt2",
|
|
1115
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1116
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1117
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1118
1163
|
"icon": "datocms.svg",
|
|
@@ -1181,7 +1226,7 @@
|
|
|
1181
1226
|
},
|
|
1182
1227
|
{
|
|
1183
1228
|
"name": "delay-hydration",
|
|
1184
|
-
"description": "Improve your Nuxt
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1185
1230
|
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1186
1231
|
"npm": "nuxt-delay-hydration",
|
|
1187
1232
|
"icon": "lighthouse.svg",
|
|
@@ -1204,12 +1249,12 @@
|
|
|
1204
1249
|
},
|
|
1205
1250
|
{
|
|
1206
1251
|
"name": "device",
|
|
1207
|
-
"description": "Device detection module for Nuxt
|
|
1208
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1209
1254
|
"npm": "@nuxtjs/device",
|
|
1210
1255
|
"icon": "",
|
|
1211
|
-
"github": "https://github.com/nuxt-
|
|
1212
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1213
1258
|
"learn_more": "",
|
|
1214
1259
|
"category": "Extensions",
|
|
1215
1260
|
"type": "community",
|
|
@@ -1267,12 +1312,13 @@
|
|
|
1267
1312
|
],
|
|
1268
1313
|
"compatibility": {
|
|
1269
1314
|
"nuxt": "^3.0.0",
|
|
1270
|
-
"requires": {}
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1271
1317
|
}
|
|
1272
1318
|
},
|
|
1273
1319
|
{
|
|
1274
1320
|
"name": "disqus",
|
|
1275
|
-
"description": "Disqus for Nuxt
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1276
1322
|
"repo": "modbender/nuxt-disqus",
|
|
1277
1323
|
"npm": "nuxt-disqus",
|
|
1278
1324
|
"icon": "disqus.svg",
|
|
@@ -1292,9 +1338,31 @@
|
|
|
1292
1338
|
"requires": {}
|
|
1293
1339
|
}
|
|
1294
1340
|
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1295
1363
|
{
|
|
1296
1364
|
"name": "dotenv",
|
|
1297
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1298
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1299
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1300
1368
|
"icon": "dotenv.png",
|
|
@@ -1316,13 +1384,13 @@
|
|
|
1316
1384
|
},
|
|
1317
1385
|
{
|
|
1318
1386
|
"name": "drupal-ce",
|
|
1319
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1320
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1321
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1322
1390
|
"icon": "drupal-ce.png",
|
|
1323
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1324
|
-
"website": "https://
|
|
1325
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1326
1394
|
"category": "CMS",
|
|
1327
1395
|
"type": "3rd-party",
|
|
1328
1396
|
"maintainers": [
|
|
@@ -1337,19 +1405,19 @@
|
|
|
1337
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1338
1406
|
},
|
|
1339
1407
|
{
|
|
1340
|
-
"name": "
|
|
1341
|
-
"github": "
|
|
1342
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1343
1411
|
}
|
|
1344
1412
|
],
|
|
1345
1413
|
"compatibility": {
|
|
1346
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1347
1415
|
"requires": {}
|
|
1348
1416
|
}
|
|
1349
1417
|
},
|
|
1350
1418
|
{
|
|
1351
1419
|
"name": "druxt",
|
|
1352
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1353
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1354
1422
|
"npm": "druxt",
|
|
1355
1423
|
"icon": "druxt.svg",
|
|
@@ -1369,6 +1437,29 @@
|
|
|
1369
1437
|
"requires": {}
|
|
1370
1438
|
}
|
|
1371
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1372
1463
|
{
|
|
1373
1464
|
"name": "electron",
|
|
1374
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1417,7 +1508,7 @@
|
|
|
1417
1508
|
},
|
|
1418
1509
|
{
|
|
1419
1510
|
"name": "emotion",
|
|
1420
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1421
1512
|
"repo": "nuxt-modules/emotion",
|
|
1422
1513
|
"npm": "@nuxtjs/emotion",
|
|
1423
1514
|
"icon": "emotion.png",
|
|
@@ -1445,7 +1536,7 @@
|
|
|
1445
1536
|
},
|
|
1446
1537
|
{
|
|
1447
1538
|
"name": "eslint",
|
|
1448
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1449
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1450
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1451
1542
|
"icon": "eslint.png",
|
|
@@ -1467,7 +1558,7 @@
|
|
|
1467
1558
|
},
|
|
1468
1559
|
{
|
|
1469
1560
|
"name": "event-trace",
|
|
1470
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1471
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1472
1563
|
"npm": "nuxt-event-trace",
|
|
1473
1564
|
"icon": "",
|
|
@@ -1487,6 +1578,29 @@
|
|
|
1487
1578
|
"requires": {}
|
|
1488
1579
|
}
|
|
1489
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1490
1604
|
{
|
|
1491
1605
|
"name": "fathom",
|
|
1492
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1511,7 +1625,7 @@
|
|
|
1511
1625
|
},
|
|
1512
1626
|
{
|
|
1513
1627
|
"name": "feature-toggle",
|
|
1514
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1515
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1516
1630
|
"npm": "nuxt-feature-toggle",
|
|
1517
1631
|
"icon": "",
|
|
@@ -1578,7 +1692,7 @@
|
|
|
1578
1692
|
},
|
|
1579
1693
|
{
|
|
1580
1694
|
"name": "floating-prompt-module",
|
|
1581
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1582
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1583
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1584
1698
|
"icon": "",
|
|
@@ -1690,11 +1804,11 @@
|
|
|
1690
1804
|
{
|
|
1691
1805
|
"name": "form-actions",
|
|
1692
1806
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1693
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1694
1808
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1695
1809
|
"icon": "form-actions.svg",
|
|
1696
1810
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1697
|
-
"website": "https://
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1698
1812
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1699
1813
|
"category": "Request",
|
|
1700
1814
|
"type": "3rd-party",
|
|
@@ -1706,7 +1820,7 @@
|
|
|
1706
1820
|
}
|
|
1707
1821
|
],
|
|
1708
1822
|
"compatibility": {
|
|
1709
|
-
"nuxt": "^3.
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1710
1824
|
"requires": {}
|
|
1711
1825
|
}
|
|
1712
1826
|
},
|
|
@@ -1718,7 +1832,7 @@
|
|
|
1718
1832
|
"icon": "formkit.png",
|
|
1719
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1720
1834
|
"website": "https://formkit.com",
|
|
1721
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1722
1836
|
"category": "Libraries",
|
|
1723
1837
|
"type": "3rd-party",
|
|
1724
1838
|
"maintainers": [
|
|
@@ -1784,7 +1898,7 @@
|
|
|
1784
1898
|
},
|
|
1785
1899
|
{
|
|
1786
1900
|
"name": "google-adsense",
|
|
1787
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1788
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1789
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1790
1904
|
"icon": "google-adsense.png",
|
|
@@ -1810,7 +1924,7 @@
|
|
|
1810
1924
|
},
|
|
1811
1925
|
{
|
|
1812
1926
|
"name": "google-analytics",
|
|
1813
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1814
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1815
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1816
1930
|
"icon": "google-analytics.png",
|
|
@@ -1842,7 +1956,7 @@
|
|
|
1842
1956
|
},
|
|
1843
1957
|
{
|
|
1844
1958
|
"name": "google-fonts",
|
|
1845
|
-
"description": "Google Fonts module for
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1846
1960
|
"repo": "nuxt-modules/google-fonts",
|
|
1847
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1848
1962
|
"icon": "google-fonts.png",
|
|
@@ -1866,7 +1980,7 @@
|
|
|
1866
1980
|
},
|
|
1867
1981
|
{
|
|
1868
1982
|
"name": "google-gtag",
|
|
1869
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1870
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1871
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1872
1986
|
"icon": "gtm.png",
|
|
@@ -1892,7 +2006,7 @@
|
|
|
1892
2006
|
},
|
|
1893
2007
|
{
|
|
1894
2008
|
"name": "google-optimize",
|
|
1895
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1896
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1897
2011
|
"npm": "nuxt-google-optimize",
|
|
1898
2012
|
"icon": "google-optimize.png",
|
|
@@ -1931,7 +2045,7 @@
|
|
|
1931
2045
|
"icon": "graphql-client.svg",
|
|
1932
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1933
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1934
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1935
2049
|
"category": "Request",
|
|
1936
2050
|
"type": "3rd-party",
|
|
1937
2051
|
"maintainers": [
|
|
@@ -1947,7 +2061,7 @@
|
|
|
1947
2061
|
},
|
|
1948
2062
|
{
|
|
1949
2063
|
"name": "graphql-request",
|
|
1950
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1951
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1952
2066
|
"npm": "nuxt-graphql-request",
|
|
1953
2067
|
"icon": "graphql-request.png",
|
|
@@ -1963,7 +2077,7 @@
|
|
|
1963
2077
|
}
|
|
1964
2078
|
],
|
|
1965
2079
|
"compatibility": {
|
|
1966
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1967
2081
|
"requires": {}
|
|
1968
2082
|
}
|
|
1969
2083
|
},
|
|
@@ -1986,12 +2100,13 @@
|
|
|
1986
2100
|
],
|
|
1987
2101
|
"compatibility": {
|
|
1988
2102
|
"nuxt": "^3.0.0",
|
|
1989
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1990
2105
|
}
|
|
1991
2106
|
},
|
|
1992
2107
|
{
|
|
1993
2108
|
"name": "gtag",
|
|
1994
|
-
"description": "Google Analytics integration for Nuxt
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1995
2110
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1996
2111
|
"npm": "nuxt-gtag",
|
|
1997
2112
|
"icon": "gtag.svg",
|
|
@@ -2015,7 +2130,7 @@
|
|
|
2015
2130
|
},
|
|
2016
2131
|
{
|
|
2017
2132
|
"name": "gtm",
|
|
2018
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
2019
2134
|
"repo": "nuxt-community/gtm-module",
|
|
2020
2135
|
"npm": "@nuxtjs/gtm",
|
|
2021
2136
|
"icon": "gtm.png",
|
|
@@ -2038,7 +2153,7 @@
|
|
|
2038
2153
|
},
|
|
2039
2154
|
{
|
|
2040
2155
|
"name": "guess",
|
|
2041
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
2042
2157
|
"repo": "nuxt-community/guess-module",
|
|
2043
2158
|
"npm": "@nuxtjs/guess-module",
|
|
2044
2159
|
"icon": "guessjs.png",
|
|
@@ -2150,7 +2265,7 @@
|
|
|
2150
2265
|
},
|
|
2151
2266
|
{
|
|
2152
2267
|
"name": "helmet",
|
|
2153
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2154
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
2155
2270
|
"npm": "nuxt-helmet",
|
|
2156
2271
|
"icon": "",
|
|
@@ -2194,7 +2309,7 @@
|
|
|
2194
2309
|
},
|
|
2195
2310
|
{
|
|
2196
2311
|
"name": "history-state",
|
|
2197
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2198
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2199
2314
|
"npm": "nuxt-history-state",
|
|
2200
2315
|
"icon": "",
|
|
@@ -2263,7 +2378,7 @@
|
|
|
2263
2378
|
},
|
|
2264
2379
|
{
|
|
2265
2380
|
"name": "http",
|
|
2266
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2267
2382
|
"repo": "nuxt/http",
|
|
2268
2383
|
"npm": "@nuxt/http",
|
|
2269
2384
|
"icon": "http.png",
|
|
@@ -2291,7 +2406,7 @@
|
|
|
2291
2406
|
},
|
|
2292
2407
|
{
|
|
2293
2408
|
"name": "humans-txt",
|
|
2294
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2409
|
+
"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
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2296
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2297
2412
|
"icon": "",
|
|
@@ -2319,8 +2434,8 @@
|
|
|
2319
2434
|
"npm": "@nuxtjs/i18n",
|
|
2320
2435
|
"icon": "i18n.png",
|
|
2321
2436
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2322
|
-
"website": "https://
|
|
2323
|
-
"learn_more": "https://
|
|
2437
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2324
2439
|
"category": "Extensions",
|
|
2325
2440
|
"type": "community",
|
|
2326
2441
|
"maintainers": [
|
|
@@ -2331,6 +2446,10 @@
|
|
|
2331
2446
|
{
|
|
2332
2447
|
"name": "Kazuya Kawaguchi",
|
|
2333
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2334
2453
|
}
|
|
2335
2454
|
],
|
|
2336
2455
|
"compatibility": {
|
|
@@ -2360,6 +2479,29 @@
|
|
|
2360
2479
|
"requires": {}
|
|
2361
2480
|
}
|
|
2362
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2363
2505
|
{
|
|
2364
2506
|
"name": "icon",
|
|
2365
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2379,7 +2521,8 @@
|
|
|
2379
2521
|
],
|
|
2380
2522
|
"compatibility": {
|
|
2381
2523
|
"nuxt": "^3.0.0",
|
|
2382
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2383
2526
|
}
|
|
2384
2527
|
},
|
|
2385
2528
|
{
|
|
@@ -2428,7 +2571,7 @@
|
|
|
2428
2571
|
},
|
|
2429
2572
|
{
|
|
2430
2573
|
"name": "image",
|
|
2431
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2432
2575
|
"repo": "nuxt/image",
|
|
2433
2576
|
"npm": "@nuxt/image",
|
|
2434
2577
|
"icon": "image.png",
|
|
@@ -2468,7 +2611,7 @@
|
|
|
2468
2611
|
},
|
|
2469
2612
|
{
|
|
2470
2613
|
"name": "imagemin",
|
|
2471
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2472
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2473
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2474
2617
|
"icon": "imagemin.png",
|
|
@@ -2515,7 +2658,7 @@
|
|
|
2515
2658
|
},
|
|
2516
2659
|
{
|
|
2517
2660
|
"name": "intercom",
|
|
2518
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2519
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2520
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2521
2664
|
"icon": "intercom.png",
|
|
@@ -2560,7 +2703,7 @@
|
|
|
2560
2703
|
},
|
|
2561
2704
|
{
|
|
2562
2705
|
"name": "jsonapi",
|
|
2563
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2564
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2565
2708
|
"npm": "nuxt-jsonapi",
|
|
2566
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2602,9 +2745,37 @@
|
|
|
2602
2745
|
"requires": {}
|
|
2603
2746
|
}
|
|
2604
2747
|
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "kinde",
|
|
2750
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2751
|
+
"repo": "nuxt-modules/kinde",
|
|
2752
|
+
"npm": "@nuxtjs/kinde",
|
|
2753
|
+
"icon": "kinde.svg",
|
|
2754
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2755
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2756
|
+
"learn_more": "https://kinde.com/",
|
|
2757
|
+
"category": "Security",
|
|
2758
|
+
"type": "community",
|
|
2759
|
+
"maintainers": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "danielroe",
|
|
2762
|
+
"github": "danielroe"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "daveordead",
|
|
2766
|
+
"github": "DaveOrDead",
|
|
2767
|
+
"twitter": "dave_or_dead"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"compatibility": {
|
|
2771
|
+
"nuxt": "^3.0.0",
|
|
2772
|
+
"requires": {}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2775
|
+
},
|
|
2605
2776
|
{
|
|
2606
2777
|
"name": "kql",
|
|
2607
|
-
"description": "Nuxt
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2608
2779
|
"repo": "johannschopplich/nuxt-kql",
|
|
2609
2780
|
"npm": "nuxt-kql",
|
|
2610
2781
|
"icon": "kql.svg",
|
|
@@ -2628,7 +2799,7 @@
|
|
|
2628
2799
|
},
|
|
2629
2800
|
{
|
|
2630
2801
|
"name": "laravel-echo",
|
|
2631
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2632
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2633
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2634
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2670,6 +2841,28 @@
|
|
|
2670
2841
|
"requires": {}
|
|
2671
2842
|
}
|
|
2672
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2673
2866
|
{
|
|
2674
2867
|
"name": "laravel",
|
|
2675
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2716,13 +2909,13 @@
|
|
|
2716
2909
|
},
|
|
2717
2910
|
{
|
|
2718
2911
|
"name": "link-checker",
|
|
2719
|
-
"description": "
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2720
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2721
2914
|
"npm": "nuxt-link-checker",
|
|
2722
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2723
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2724
|
-
"website": "https://
|
|
2725
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2726
2919
|
"category": "SEO",
|
|
2727
2920
|
"type": "3rd-party",
|
|
2728
2921
|
"maintainers": [
|
|
@@ -2735,7 +2928,8 @@
|
|
|
2735
2928
|
],
|
|
2736
2929
|
"compatibility": {
|
|
2737
2930
|
"nuxt": "^3.0.0",
|
|
2738
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2739
2933
|
}
|
|
2740
2934
|
},
|
|
2741
2935
|
{
|
|
@@ -2812,12 +3006,12 @@
|
|
|
2812
3006
|
},
|
|
2813
3007
|
{
|
|
2814
3008
|
"name": "logrocket",
|
|
2815
|
-
"description": "LogRocket module for Nuxt
|
|
2816
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2817
3011
|
"npm": "nuxt-logrocket",
|
|
2818
3012
|
"icon": "logrocket.png",
|
|
2819
|
-
"github": "https://github.com/nuxt-
|
|
2820
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2821
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2822
3016
|
"category": "Monitoring",
|
|
2823
3017
|
"type": "community",
|
|
@@ -2835,7 +3029,7 @@
|
|
|
2835
3029
|
},
|
|
2836
3030
|
{
|
|
2837
3031
|
"name": "lucide-icons",
|
|
2838
|
-
"description": "Nuxt
|
|
3032
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2839
3033
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2840
3034
|
"npm": "nuxt-lucide-icons",
|
|
2841
3035
|
"icon": "lucide-icons.svg",
|
|
@@ -2861,7 +3055,7 @@
|
|
|
2861
3055
|
},
|
|
2862
3056
|
{
|
|
2863
3057
|
"name": "lunr",
|
|
2864
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2865
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2866
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2867
3061
|
"icon": "",
|
|
@@ -2884,10 +3078,10 @@
|
|
|
2884
3078
|
{
|
|
2885
3079
|
"name": "magic-regexp",
|
|
2886
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2887
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2888
3082
|
"npm": "magic-regexp",
|
|
2889
3083
|
"icon": "magic-regexp.svg",
|
|
2890
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2891
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2892
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2893
3087
|
"category": "Libraries",
|
|
@@ -2927,6 +3121,30 @@
|
|
|
2927
3121
|
"requires": {}
|
|
2928
3122
|
}
|
|
2929
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2930
3148
|
{
|
|
2931
3149
|
"name": "matomo",
|
|
2932
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2949,6 +3167,28 @@
|
|
|
2949
3167
|
"requires": {}
|
|
2950
3168
|
}
|
|
2951
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "maz-ui",
|
|
3172
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3175
|
+
"icon": "maz-ui.png",
|
|
3176
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Loïc Mazuel",
|
|
3184
|
+
"github": "LouisMazel"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"compatibility": {
|
|
3188
|
+
"nuxt": "^3.0.0",
|
|
3189
|
+
"requires": {}
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2952
3192
|
{
|
|
2953
3193
|
"name": "mdx",
|
|
2954
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2974,7 +3214,7 @@
|
|
|
2974
3214
|
},
|
|
2975
3215
|
{
|
|
2976
3216
|
"name": "medusa",
|
|
2977
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2978
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2979
3219
|
"npm": "nuxt-medusa",
|
|
2980
3220
|
"icon": "medusa.svg",
|
|
@@ -2999,7 +3239,7 @@
|
|
|
2999
3239
|
},
|
|
3000
3240
|
{
|
|
3001
3241
|
"name": "meilisearch",
|
|
3002
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
3003
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
3004
3244
|
"npm": "nuxt-meilisearch",
|
|
3005
3245
|
"icon": "meilisearch.svg",
|
|
@@ -3019,7 +3259,8 @@
|
|
|
3019
3259
|
"nuxt": "^3.0.0",
|
|
3020
3260
|
"requires": {
|
|
3021
3261
|
"bridge": false
|
|
3022
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
3023
3264
|
}
|
|
3024
3265
|
},
|
|
3025
3266
|
{
|
|
@@ -3044,28 +3285,6 @@
|
|
|
3044
3285
|
"requires": {}
|
|
3045
3286
|
}
|
|
3046
3287
|
},
|
|
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
3288
|
{
|
|
3070
3289
|
"name": "module-feed",
|
|
3071
3290
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3091,7 +3310,7 @@
|
|
|
3091
3310
|
},
|
|
3092
3311
|
{
|
|
3093
3312
|
"name": "moment",
|
|
3094
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3313
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3095
3314
|
"repo": "nuxt-community/moment-module",
|
|
3096
3315
|
"npm": "@nuxtjs/moment",
|
|
3097
3316
|
"icon": "momentjs.png",
|
|
@@ -3116,28 +3335,6 @@
|
|
|
3116
3335
|
"requires": {}
|
|
3117
3336
|
}
|
|
3118
3337
|
},
|
|
3119
|
-
{
|
|
3120
|
-
"name": "mq",
|
|
3121
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3122
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3123
|
-
"npm": "nuxt-mq",
|
|
3124
|
-
"icon": "",
|
|
3125
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3126
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3127
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
3128
|
-
"category": "Libraries",
|
|
3129
|
-
"type": "3rd-party",
|
|
3130
|
-
"maintainers": [
|
|
3131
|
-
{
|
|
3132
|
-
"name": "vanhoofmaarten",
|
|
3133
|
-
"github": "vanhoofmaarten"
|
|
3134
|
-
}
|
|
3135
|
-
],
|
|
3136
|
-
"compatibility": {
|
|
3137
|
-
"nuxt": "^2.0.0",
|
|
3138
|
-
"requires": {}
|
|
3139
|
-
}
|
|
3140
|
-
},
|
|
3141
3338
|
{
|
|
3142
3339
|
"name": "neo",
|
|
3143
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3162,7 +3359,7 @@
|
|
|
3162
3359
|
},
|
|
3163
3360
|
{
|
|
3164
3361
|
"name": "netlify-cache",
|
|
3165
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3166
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3167
3364
|
"npm": "nuxt-netlify-cache",
|
|
3168
3365
|
"icon": "netlify.png",
|
|
@@ -3207,13 +3404,13 @@
|
|
|
3207
3404
|
},
|
|
3208
3405
|
{
|
|
3209
3406
|
"name": "netlify",
|
|
3210
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3211
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3212
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
3213
3410
|
"icon": "netlify.png",
|
|
3214
|
-
"github": "https://github.com/
|
|
3215
|
-
"website": "https://
|
|
3216
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3217
3414
|
"category": "Deployment",
|
|
3218
3415
|
"type": "3rd-party",
|
|
3219
3416
|
"maintainers": [
|
|
@@ -3322,30 +3519,54 @@
|
|
|
3322
3519
|
}
|
|
3323
3520
|
},
|
|
3324
3521
|
{
|
|
3325
|
-
"name": "nuxt-
|
|
3326
|
-
"description": "",
|
|
3327
|
-
"repo": "
|
|
3328
|
-
"npm": "
|
|
3329
|
-
"icon": "",
|
|
3330
|
-
"github": "https://github.com/
|
|
3331
|
-
"website": "https://github.com/
|
|
3332
|
-
"learn_more": "",
|
|
3333
|
-
"category": "
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
3334
3531
|
"type": "3rd-party",
|
|
3335
3532
|
"maintainers": [
|
|
3336
3533
|
{
|
|
3337
|
-
"name": "
|
|
3338
|
-
"github": "
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
3339
3537
|
}
|
|
3340
3538
|
],
|
|
3341
3539
|
"compatibility": {
|
|
3342
|
-
"nuxt": "^
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
3541
|
+
"requires": {}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
3554
|
+
"type": "3rd-party",
|
|
3555
|
+
"maintainers": [
|
|
3556
|
+
{
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3343
3564
|
"requires": {}
|
|
3344
3565
|
}
|
|
3345
3566
|
},
|
|
3346
3567
|
{
|
|
3347
3568
|
"name": "nuxt-basic-auth",
|
|
3348
|
-
"description": "Nuxt
|
|
3569
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3349
3570
|
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
3571
|
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
3572
|
"icon": "",
|
|
@@ -3365,6 +3586,28 @@
|
|
|
3365
3586
|
"requires": {}
|
|
3366
3587
|
}
|
|
3367
3588
|
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-bezier",
|
|
3591
|
+
"description": "Reusable transition components",
|
|
3592
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3593
|
+
"npm": "nuxt-bezier",
|
|
3594
|
+
"icon": "nuxt-bezier.png",
|
|
3595
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
+
"website": "https://50rayn.github.io/nuxt-bezier/",
|
|
3597
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
|
+
"category": "UI",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Soryn Gitlan",
|
|
3603
|
+
"github": "50rayn"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"compatibility": {
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3608
|
+
"requires": {}
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3368
3611
|
{
|
|
3369
3612
|
"name": "nuxt-bootstrap-icons",
|
|
3370
3613
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3389,7 +3632,7 @@
|
|
|
3389
3632
|
},
|
|
3390
3633
|
{
|
|
3391
3634
|
"name": "nuxt-chatgpt",
|
|
3392
|
-
"description": "ChatGPT integration for Nuxt
|
|
3635
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3393
3636
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3394
3637
|
"npm": "nuxt-chatgpt",
|
|
3395
3638
|
"icon": "chatgpt.svg",
|
|
@@ -3409,9 +3652,31 @@
|
|
|
3409
3652
|
"requires": {}
|
|
3410
3653
|
}
|
|
3411
3654
|
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "nuxt-cookie-consent",
|
|
3657
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3658
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3659
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3660
|
+
"icon": "wah.svg",
|
|
3661
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3662
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3663
|
+
"learn_more": "",
|
|
3664
|
+
"category": "Extensions",
|
|
3665
|
+
"type": "3rd-party",
|
|
3666
|
+
"maintainers": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "weareheavy",
|
|
3669
|
+
"github": "weareheavy"
|
|
3670
|
+
}
|
|
3671
|
+
],
|
|
3672
|
+
"compatibility": {
|
|
3673
|
+
"nuxt": "^3.0.0",
|
|
3674
|
+
"requires": {}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3412
3677
|
{
|
|
3413
3678
|
"name": "nuxt-facebook-chat",
|
|
3414
|
-
"description": "nuxt-plotly module is thin
|
|
3679
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3415
3680
|
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
3681
|
"npm": "nuxt-facebook-chat",
|
|
3417
3682
|
"icon": "nuxt-facebook-chat.svg",
|
|
@@ -3435,6 +3700,28 @@
|
|
|
3435
3700
|
"requires": {}
|
|
3436
3701
|
}
|
|
3437
3702
|
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-feather-icons",
|
|
3705
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3706
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3707
|
+
"npm": "nuxt-feather-icons",
|
|
3708
|
+
"icon": "nuxt-feather-icons.png",
|
|
3709
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3710
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3711
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3712
|
+
"category": "UI",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "4sllan",
|
|
3717
|
+
"github": "4sllan"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3438
3725
|
{
|
|
3439
3726
|
"name": "nuxt-feedme",
|
|
3440
3727
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3510,7 +3797,7 @@
|
|
|
3510
3797
|
},
|
|
3511
3798
|
{
|
|
3512
3799
|
"name": "nuxt-gtm",
|
|
3513
|
-
"description": "A Nuxt
|
|
3800
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3514
3801
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
3802
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
3803
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3527,7 +3814,8 @@
|
|
|
3527
3814
|
],
|
|
3528
3815
|
"compatibility": {
|
|
3529
3816
|
"nuxt": "^3.0.0",
|
|
3530
|
-
"requires": {}
|
|
3817
|
+
"requires": {},
|
|
3818
|
+
"devtools": "^0.0.0"
|
|
3531
3819
|
}
|
|
3532
3820
|
},
|
|
3533
3821
|
{
|
|
@@ -3555,31 +3843,75 @@
|
|
|
3555
3843
|
}
|
|
3556
3844
|
},
|
|
3557
3845
|
{
|
|
3558
|
-
"name": "nuxt-
|
|
3559
|
-
"description": "
|
|
3560
|
-
"repo": "
|
|
3561
|
-
"npm": "
|
|
3562
|
-
"icon": "
|
|
3563
|
-
"github": "https://github.com/
|
|
3564
|
-
"website": "https://
|
|
3565
|
-
"learn_more": "
|
|
3846
|
+
"name": "nuxt-interpolation",
|
|
3847
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3848
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3849
|
+
"npm": "nuxt-interpolation",
|
|
3850
|
+
"icon": "",
|
|
3851
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3852
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3853
|
+
"learn_more": "",
|
|
3566
3854
|
"category": "Devtools",
|
|
3567
3855
|
"type": "3rd-party",
|
|
3568
3856
|
"maintainers": [
|
|
3569
3857
|
{
|
|
3570
|
-
"name": "
|
|
3571
|
-
"github": "
|
|
3572
|
-
"twitter": "craig_harman"
|
|
3858
|
+
"name": "daliborgogic",
|
|
3859
|
+
"github": "daliborgogic"
|
|
3573
3860
|
}
|
|
3574
3861
|
],
|
|
3575
3862
|
"compatibility": {
|
|
3576
|
-
"nuxt": "^
|
|
3863
|
+
"nuxt": "^2.0.0",
|
|
3577
3864
|
"requires": {}
|
|
3578
3865
|
}
|
|
3579
3866
|
},
|
|
3580
3867
|
{
|
|
3581
|
-
"name": "nuxt-
|
|
3582
|
-
"description": "
|
|
3868
|
+
"name": "nuxt-jsonld",
|
|
3869
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3870
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3871
|
+
"npm": "nuxt-jsonld",
|
|
3872
|
+
"icon": "",
|
|
3873
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3874
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3875
|
+
"learn_more": "",
|
|
3876
|
+
"category": "SEO",
|
|
3877
|
+
"type": "3rd-party",
|
|
3878
|
+
"maintainers": [
|
|
3879
|
+
{
|
|
3880
|
+
"name": "ymmooot",
|
|
3881
|
+
"github": "ymmooot"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"compatibility": {
|
|
3885
|
+
"nuxt": "^3.0.0",
|
|
3886
|
+
"requires": {}
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"name": "nuxt-localtunnel",
|
|
3891
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3892
|
+
"repo": "nuxtus/localtunnel",
|
|
3893
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3894
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3895
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3896
|
+
"website": "https://docs.nuxtus.com",
|
|
3897
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3898
|
+
"category": "Devtools",
|
|
3899
|
+
"type": "3rd-party",
|
|
3900
|
+
"maintainers": [
|
|
3901
|
+
{
|
|
3902
|
+
"name": "Craig Harman",
|
|
3903
|
+
"github": "craigharman",
|
|
3904
|
+
"twitter": "craig_harman"
|
|
3905
|
+
}
|
|
3906
|
+
],
|
|
3907
|
+
"compatibility": {
|
|
3908
|
+
"nuxt": "^3.0.0",
|
|
3909
|
+
"requires": {}
|
|
3910
|
+
}
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"name": "nuxt-loco",
|
|
3914
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3583
3915
|
"repo": "gaetansenn/nuxt-loco",
|
|
3584
3916
|
"npm": "nuxt-loco",
|
|
3585
3917
|
"icon": "",
|
|
@@ -3600,6 +3932,28 @@
|
|
|
3600
3932
|
"requires": {}
|
|
3601
3933
|
}
|
|
3602
3934
|
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-mail",
|
|
3937
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3938
|
+
"repo": "dword-design/nuxt-mail",
|
|
3939
|
+
"npm": "nuxt-mail",
|
|
3940
|
+
"icon": "",
|
|
3941
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3942
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3943
|
+
"learn_more": "",
|
|
3944
|
+
"category": "Extensions",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Sebastian Landwehr",
|
|
3949
|
+
"github": "dword-design"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3954
|
+
"requires": {}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3603
3957
|
{
|
|
3604
3958
|
"name": "nuxt-mapbox",
|
|
3605
3959
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3668,7 +4022,7 @@
|
|
|
3668
4022
|
},
|
|
3669
4023
|
{
|
|
3670
4024
|
"name": "nuxt-mongoose",
|
|
3671
|
-
"description": "A Nuxt
|
|
4025
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3672
4026
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3673
4027
|
"npm": "nuxt-mongoose",
|
|
3674
4028
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3683,6 +4037,102 @@
|
|
|
3683
4037
|
"github": "arashsheyda"
|
|
3684
4038
|
}
|
|
3685
4039
|
],
|
|
4040
|
+
"compatibility": {
|
|
4041
|
+
"nuxt": "^3.0.0",
|
|
4042
|
+
"requires": {},
|
|
4043
|
+
"devtools": "^0.0.0"
|
|
4044
|
+
}
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "nuxt-oidc-auth",
|
|
4048
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4049
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4050
|
+
"npm": "nuxt-oidc-auth",
|
|
4051
|
+
"icon": "",
|
|
4052
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4053
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4054
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4055
|
+
"category": "Security",
|
|
4056
|
+
"type": "3rd-party",
|
|
4057
|
+
"maintainers": [
|
|
4058
|
+
{
|
|
4059
|
+
"name": "Jan-Henrik Damaschke",
|
|
4060
|
+
"github": "itpropro",
|
|
4061
|
+
"twitter": "jandamaschke"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"compatibility": {
|
|
4065
|
+
"nuxt": "^3.0.0",
|
|
4066
|
+
"requires": {}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "nuxt-openapi-docs-module",
|
|
4071
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4072
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4073
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4074
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4075
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4076
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4077
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4078
|
+
"category": "Libraries",
|
|
4079
|
+
"type": "3rd-party",
|
|
4080
|
+
"maintainers": [
|
|
4081
|
+
{
|
|
4082
|
+
"name": "Pavel Kuzmin",
|
|
4083
|
+
"github": "s00d"
|
|
4084
|
+
}
|
|
4085
|
+
],
|
|
4086
|
+
"compatibility": {
|
|
4087
|
+
"nuxt": "^3.0.0",
|
|
4088
|
+
"requires": {}
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"name": "nuxt-openid-connect",
|
|
4093
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4094
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4095
|
+
"npm": "nuxt-openid-connect",
|
|
4096
|
+
"icon": "",
|
|
4097
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4098
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4099
|
+
"learn_more": "",
|
|
4100
|
+
"category": "Security",
|
|
4101
|
+
"type": "3rd-party",
|
|
4102
|
+
"maintainers": [
|
|
4103
|
+
{
|
|
4104
|
+
"name": "Aborn Jiang",
|
|
4105
|
+
"github": "aborn"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "Khaled Almana",
|
|
4109
|
+
"github": "KhaledAlMana"
|
|
4110
|
+
}
|
|
4111
|
+
],
|
|
4112
|
+
"compatibility": {
|
|
4113
|
+
"nuxt": "^3.0.0",
|
|
4114
|
+
"requires": {},
|
|
4115
|
+
"devtools": "^0.0.0"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "nuxt-payload-analyzer",
|
|
4120
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4121
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4122
|
+
"npm": "nuxt-payload-analyzer",
|
|
4123
|
+
"icon": "",
|
|
4124
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4125
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4126
|
+
"learn_more": "",
|
|
4127
|
+
"category": "Performance",
|
|
4128
|
+
"type": "3rd-party",
|
|
4129
|
+
"maintainers": [
|
|
4130
|
+
{
|
|
4131
|
+
"name": "Barbapapazes",
|
|
4132
|
+
"github": "Barbapapazes",
|
|
4133
|
+
"twitter": "soubiran_"
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
3686
4136
|
"compatibility": {
|
|
3687
4137
|
"nuxt": "^3.0.0",
|
|
3688
4138
|
"requires": {}
|
|
@@ -3718,8 +4168,8 @@
|
|
|
3718
4168
|
"npm": "nuxt-phosphor-icons",
|
|
3719
4169
|
"icon": "phosphor-icons.svg",
|
|
3720
4170
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3721
|
-
"website": "https://
|
|
3722
|
-
"learn_more": "https://
|
|
4171
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4172
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3723
4173
|
"category": "UI",
|
|
3724
4174
|
"type": "3rd-party",
|
|
3725
4175
|
"maintainers": [
|
|
@@ -3757,7 +4207,7 @@
|
|
|
3757
4207
|
},
|
|
3758
4208
|
{
|
|
3759
4209
|
"name": "plausible",
|
|
3760
|
-
"description": "Nuxt
|
|
4210
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3761
4211
|
"repo": "nuxt-modules/plausible",
|
|
3762
4212
|
"npm": "@nuxtjs/plausible",
|
|
3763
4213
|
"icon": "plausible.png",
|
|
@@ -3779,7 +4229,7 @@
|
|
|
3779
4229
|
},
|
|
3780
4230
|
{
|
|
3781
4231
|
"name": "nuxt-plotly",
|
|
3782
|
-
"description": "nuxt-plotly
|
|
4232
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3783
4233
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3784
4234
|
"npm": "nuxt-plotly",
|
|
3785
4235
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3805,7 +4255,7 @@
|
|
|
3805
4255
|
},
|
|
3806
4256
|
{
|
|
3807
4257
|
"name": "nuxt-png-to-ico",
|
|
3808
|
-
"description": "Nuxt
|
|
4258
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3809
4259
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3810
4260
|
"npm": "nuxt-png-to-ico",
|
|
3811
4261
|
"icon": "",
|
|
@@ -3826,9 +4276,31 @@
|
|
|
3826
4276
|
"requires": {}
|
|
3827
4277
|
}
|
|
3828
4278
|
},
|
|
4279
|
+
{
|
|
4280
|
+
"name": "nuxt-posthog",
|
|
4281
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4282
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4283
|
+
"npm": "nuxt-posthog",
|
|
4284
|
+
"icon": "posthog.svg",
|
|
4285
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4286
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4287
|
+
"learn_more": "https://posthog.com",
|
|
4288
|
+
"category": "Analytics",
|
|
4289
|
+
"type": "3rd-party",
|
|
4290
|
+
"maintainers": [
|
|
4291
|
+
{
|
|
4292
|
+
"name": "Carles Mitjans",
|
|
4293
|
+
"github": "mitjans"
|
|
4294
|
+
}
|
|
4295
|
+
],
|
|
4296
|
+
"compatibility": {
|
|
4297
|
+
"nuxt": "^3.0.0",
|
|
4298
|
+
"requires": {}
|
|
4299
|
+
}
|
|
4300
|
+
},
|
|
3829
4301
|
{
|
|
3830
4302
|
"name": "nuxt-smartlook",
|
|
3831
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4303
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3832
4304
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3833
4305
|
"npm": "nuxt-smartlook",
|
|
3834
4306
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3850,6 +4322,28 @@
|
|
|
3850
4322
|
"requires": {}
|
|
3851
4323
|
}
|
|
3852
4324
|
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "nuxt-social-share",
|
|
4327
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4328
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4329
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4330
|
+
"icon": "nuxt-social-share.png",
|
|
4331
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4332
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4333
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4334
|
+
"category": "Extensions",
|
|
4335
|
+
"type": "3rd-party",
|
|
4336
|
+
"maintainers": [
|
|
4337
|
+
{
|
|
4338
|
+
"name": "stefanobartoletti",
|
|
4339
|
+
"github": "stefanobartoletti"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^3.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
3853
4347
|
{
|
|
3854
4348
|
"name": "ssr-lit",
|
|
3855
4349
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3880,10 +4374,10 @@
|
|
|
3880
4374
|
},
|
|
3881
4375
|
{
|
|
3882
4376
|
"name": "nuxt-storm",
|
|
3883
|
-
"description": "WebStorm & PHPStorm support for
|
|
4377
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3884
4378
|
"repo": "fumeapp/nuxt-storm",
|
|
3885
4379
|
"npm": "nuxt-storm",
|
|
3886
|
-
"icon": "
|
|
4380
|
+
"icon": "",
|
|
3887
4381
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3888
4382
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3889
4383
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3900,6 +4394,30 @@
|
|
|
3900
4394
|
"requires": {}
|
|
3901
4395
|
}
|
|
3902
4396
|
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "nuxt-svgo-loader",
|
|
4399
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4400
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4401
|
+
"npm": "nuxt-svgo-loader",
|
|
4402
|
+
"icon": "",
|
|
4403
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4404
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4405
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4406
|
+
"category": "Images",
|
|
4407
|
+
"type": "3rd-party",
|
|
4408
|
+
"maintainers": [
|
|
4409
|
+
{
|
|
4410
|
+
"name": "Alex Liu",
|
|
4411
|
+
"github": "Mini-ghost",
|
|
4412
|
+
"twitter": "Minighost_Alex"
|
|
4413
|
+
}
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^3.0.0",
|
|
4417
|
+
"requires": {},
|
|
4418
|
+
"devtools": "^0.0.0"
|
|
4419
|
+
}
|
|
4420
|
+
},
|
|
3903
4421
|
{
|
|
3904
4422
|
"name": "nuxt-svgo",
|
|
3905
4423
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3924,7 +4442,7 @@
|
|
|
3924
4442
|
},
|
|
3925
4443
|
{
|
|
3926
4444
|
"name": "nuxt-unleash",
|
|
3927
|
-
"description": "Nuxt
|
|
4445
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3928
4446
|
"repo": "conejerock/nuxt-unleash",
|
|
3929
4447
|
"npm": "nuxt-unleash",
|
|
3930
4448
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3944,28 +4462,6 @@
|
|
|
3944
4462
|
"requires": {}
|
|
3945
4463
|
}
|
|
3946
4464
|
},
|
|
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
4465
|
{
|
|
3970
4466
|
"name": "nuxt-use-sound",
|
|
3971
4467
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -4035,20 +4531,42 @@
|
|
|
4035
4531
|
}
|
|
4036
4532
|
},
|
|
4037
4533
|
{
|
|
4038
|
-
"name": "nuxt-
|
|
4039
|
-
"description": "
|
|
4040
|
-
"repo": "
|
|
4041
|
-
"npm": "
|
|
4042
|
-
"icon": "
|
|
4043
|
-
"github": "https://github.com/
|
|
4044
|
-
"website": "https://
|
|
4045
|
-
"learn_more": "
|
|
4046
|
-
"category": "
|
|
4534
|
+
"name": "nuxt-zod-i18n",
|
|
4535
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4536
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4537
|
+
"npm": "nuxt-zod-i18n",
|
|
4538
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4539
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4540
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4541
|
+
"learn_more": "",
|
|
4542
|
+
"category": "Libraries",
|
|
4047
4543
|
"type": "3rd-party",
|
|
4048
4544
|
"maintainers": [
|
|
4049
4545
|
{
|
|
4050
|
-
"name": "
|
|
4051
|
-
"github": "
|
|
4546
|
+
"name": "xibman",
|
|
4547
|
+
"github": "xibman"
|
|
4548
|
+
}
|
|
4549
|
+
],
|
|
4550
|
+
"compatibility": {
|
|
4551
|
+
"nuxt": "^3.0.0",
|
|
4552
|
+
"requires": {}
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "nuxt3-interpolation",
|
|
4557
|
+
"description": "",
|
|
4558
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4559
|
+
"npm": "nuxt3-interpolation",
|
|
4560
|
+
"icon": "",
|
|
4561
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4562
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4563
|
+
"learn_more": "",
|
|
4564
|
+
"category": "Devtools",
|
|
4565
|
+
"type": "3rd-party",
|
|
4566
|
+
"maintainers": [
|
|
4567
|
+
{
|
|
4568
|
+
"name": "daliborgogic",
|
|
4569
|
+
"github": "daliborgogic"
|
|
4052
4570
|
}
|
|
4053
4571
|
],
|
|
4054
4572
|
"compatibility": {
|
|
@@ -4080,7 +4598,7 @@
|
|
|
4080
4598
|
},
|
|
4081
4599
|
{
|
|
4082
4600
|
"name": "nuxt7",
|
|
4083
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4601
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4084
4602
|
"repo": "nuxt-community/nuxt7",
|
|
4085
4603
|
"npm": "nuxt7",
|
|
4086
4604
|
"icon": "",
|
|
@@ -4101,40 +4619,17 @@
|
|
|
4101
4619
|
"requires": {}
|
|
4102
4620
|
}
|
|
4103
4621
|
},
|
|
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
4622
|
{
|
|
4128
4623
|
"name": "og-image",
|
|
4129
|
-
"description": "
|
|
4130
|
-
"repo": "
|
|
4624
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4625
|
+
"repo": "nuxt-modules/og-image",
|
|
4131
4626
|
"npm": "nuxt-og-image",
|
|
4132
|
-
"icon": "",
|
|
4133
|
-
"github": "https://github.com/
|
|
4134
|
-
"website": "https://
|
|
4135
|
-
"learn_more": "",
|
|
4627
|
+
"icon": "og-image.svg",
|
|
4628
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4629
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4630
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4136
4631
|
"category": "SEO",
|
|
4137
|
-
"type": "
|
|
4632
|
+
"type": "community",
|
|
4138
4633
|
"maintainers": [
|
|
4139
4634
|
{
|
|
4140
4635
|
"name": "Harlan Wilton",
|
|
@@ -4145,7 +4640,8 @@
|
|
|
4145
4640
|
],
|
|
4146
4641
|
"compatibility": {
|
|
4147
4642
|
"nuxt": "^3.0.0",
|
|
4148
|
-
"requires": {}
|
|
4643
|
+
"requires": {},
|
|
4644
|
+
"devtools": "^0.0.0"
|
|
4149
4645
|
}
|
|
4150
4646
|
},
|
|
4151
4647
|
{
|
|
@@ -4173,13 +4669,13 @@
|
|
|
4173
4669
|
},
|
|
4174
4670
|
{
|
|
4175
4671
|
"name": "optimized-images",
|
|
4176
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4672
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4177
4673
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4178
4674
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4179
4675
|
"icon": "",
|
|
4180
4676
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4181
|
-
"website": "https://
|
|
4182
|
-
"learn_more": "",
|
|
4677
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4678
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4183
4679
|
"category": "Images",
|
|
4184
4680
|
"type": "3rd-party",
|
|
4185
4681
|
"maintainers": [
|
|
@@ -4218,7 +4714,7 @@
|
|
|
4218
4714
|
},
|
|
4219
4715
|
{
|
|
4220
4716
|
"name": "parse",
|
|
4221
|
-
"description": "Parse package for Nuxt
|
|
4717
|
+
"description": "Parse package for Nuxt",
|
|
4222
4718
|
"repo": "cierrateam/nuxt-parse",
|
|
4223
4719
|
"npm": "nuxt-parse",
|
|
4224
4720
|
"icon": "",
|
|
@@ -4238,6 +4734,29 @@
|
|
|
4238
4734
|
"requires": {}
|
|
4239
4735
|
}
|
|
4240
4736
|
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "particles",
|
|
4739
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4740
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4741
|
+
"npm": "nuxt-particles",
|
|
4742
|
+
"icon": "",
|
|
4743
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4744
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4745
|
+
"learn_more": "https://particles.js.org/",
|
|
4746
|
+
"category": "Libraries",
|
|
4747
|
+
"type": "3rd-party",
|
|
4748
|
+
"maintainers": [
|
|
4749
|
+
{
|
|
4750
|
+
"name": "Joey Pereira",
|
|
4751
|
+
"github": "Joepocalyptic",
|
|
4752
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4753
|
+
}
|
|
4754
|
+
],
|
|
4755
|
+
"compatibility": {
|
|
4756
|
+
"nuxt": "^3.0.0",
|
|
4757
|
+
"requires": {}
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4241
4760
|
{
|
|
4242
4761
|
"name": "partytown",
|
|
4243
4762
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4263,6 +4782,28 @@
|
|
|
4263
4782
|
}
|
|
4264
4783
|
}
|
|
4265
4784
|
},
|
|
4785
|
+
{
|
|
4786
|
+
"name": "paypal",
|
|
4787
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4788
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4789
|
+
"npm": "nuxt-paypal",
|
|
4790
|
+
"icon": "paypal.svg",
|
|
4791
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4792
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4793
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4794
|
+
"category": "Payment",
|
|
4795
|
+
"type": "3rd-party",
|
|
4796
|
+
"maintainers": [
|
|
4797
|
+
{
|
|
4798
|
+
"name": "Arash Sheyda",
|
|
4799
|
+
"github": "arashsheyda"
|
|
4800
|
+
}
|
|
4801
|
+
],
|
|
4802
|
+
"compatibility": {
|
|
4803
|
+
"nuxt": "^3.0.0",
|
|
4804
|
+
"requires": {}
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4266
4807
|
{
|
|
4267
4808
|
"name": "pdfeasy",
|
|
4268
4809
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4384,7 +4925,7 @@
|
|
|
4384
4925
|
},
|
|
4385
4926
|
{
|
|
4386
4927
|
"name": "plausible",
|
|
4387
|
-
"description": "Nuxt
|
|
4928
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4388
4929
|
"repo": "nuxt-modules/plausible",
|
|
4389
4930
|
"npm": "@nuxtjs/plausible",
|
|
4390
4931
|
"icon": "",
|
|
@@ -4431,9 +4972,9 @@
|
|
|
4431
4972
|
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4432
4973
|
"repo": "johannschopplich/nuxt-prepare",
|
|
4433
4974
|
"npm": "nuxt-prepare",
|
|
4434
|
-
"icon": "
|
|
4975
|
+
"icon": "prepare.svg",
|
|
4435
4976
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4436
|
-
"website": "https://nuxt-prepare.
|
|
4977
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4437
4978
|
"learn_more": "",
|
|
4438
4979
|
"category": "Devtools",
|
|
4439
4980
|
"type": "3rd-party",
|
|
@@ -4450,9 +4991,32 @@
|
|
|
4450
4991
|
"requires": {}
|
|
4451
4992
|
}
|
|
4452
4993
|
},
|
|
4994
|
+
{
|
|
4995
|
+
"name": "primevue",
|
|
4996
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4997
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4998
|
+
"npm": "nuxt-primevue",
|
|
4999
|
+
"icon": "primevue.svg",
|
|
5000
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5001
|
+
"website": "https://primevue.org/",
|
|
5002
|
+
"learn_more": "https://primevue.org/",
|
|
5003
|
+
"category": "UI",
|
|
5004
|
+
"type": "3rd-party",
|
|
5005
|
+
"maintainers": [
|
|
5006
|
+
{
|
|
5007
|
+
"name": "primefaces",
|
|
5008
|
+
"github": "primefaces",
|
|
5009
|
+
"twitter": "primevue"
|
|
5010
|
+
}
|
|
5011
|
+
],
|
|
5012
|
+
"compatibility": {
|
|
5013
|
+
"nuxt": "^3.0.0",
|
|
5014
|
+
"requires": {}
|
|
5015
|
+
}
|
|
5016
|
+
},
|
|
4453
5017
|
{
|
|
4454
5018
|
"name": "prismic",
|
|
4455
|
-
"description": "Easily connect your Nuxt
|
|
5019
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4456
5020
|
"repo": "nuxt-modules/prismic",
|
|
4457
5021
|
"npm": "@nuxtjs/prismic",
|
|
4458
5022
|
"icon": "prismic.png",
|
|
@@ -4519,7 +5083,7 @@
|
|
|
4519
5083
|
},
|
|
4520
5084
|
{
|
|
4521
5085
|
"name": "proxy",
|
|
4522
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5086
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4523
5087
|
"repo": "nuxt-community/proxy-module",
|
|
4524
5088
|
"npm": "@nuxtjs/proxy",
|
|
4525
5089
|
"icon": "",
|
|
@@ -4565,7 +5129,7 @@
|
|
|
4565
5129
|
},
|
|
4566
5130
|
{
|
|
4567
5131
|
"name": "purgecss",
|
|
4568
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5132
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4569
5133
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4570
5134
|
"npm": "nuxt-purgecss",
|
|
4571
5135
|
"icon": "purgecss.png",
|
|
@@ -4587,7 +5151,7 @@
|
|
|
4587
5151
|
},
|
|
4588
5152
|
{
|
|
4589
5153
|
"name": "pwa",
|
|
4590
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5154
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4591
5155
|
"repo": "nuxt-community/pwa-module",
|
|
4592
5156
|
"npm": "@nuxtjs/pwa",
|
|
4593
5157
|
"icon": "pwa.png",
|
|
@@ -4612,7 +5176,7 @@
|
|
|
4612
5176
|
},
|
|
4613
5177
|
{
|
|
4614
5178
|
"name": "python",
|
|
4615
|
-
"description": "Write Nuxt
|
|
5179
|
+
"description": "Write Nuxt applications using Python",
|
|
4616
5180
|
"repo": "nuxt-community/python-module",
|
|
4617
5181
|
"npm": "@nuxtjs/python",
|
|
4618
5182
|
"icon": "python.png",
|
|
@@ -4651,7 +5215,8 @@
|
|
|
4651
5215
|
],
|
|
4652
5216
|
"compatibility": {
|
|
4653
5217
|
"nuxt": "^3.0.0",
|
|
4654
|
-
"requires": {}
|
|
5218
|
+
"requires": {},
|
|
5219
|
+
"devtools": "^0.0.0"
|
|
4655
5220
|
}
|
|
4656
5221
|
},
|
|
4657
5222
|
{
|
|
@@ -4676,9 +5241,44 @@
|
|
|
4676
5241
|
"requires": {}
|
|
4677
5242
|
}
|
|
4678
5243
|
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "radix-vue",
|
|
5246
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5247
|
+
"repo": "radix-vue/radix-vue",
|
|
5248
|
+
"npm": "radix-vue",
|
|
5249
|
+
"icon": "radix-vue.svg",
|
|
5250
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5251
|
+
"website": "https://www.radix-vue.com/",
|
|
5252
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5253
|
+
"category": "UI",
|
|
5254
|
+
"type": "3rd-party",
|
|
5255
|
+
"maintainers": [
|
|
5256
|
+
{
|
|
5257
|
+
"name": "Zernonia",
|
|
5258
|
+
"github": "zernonia",
|
|
5259
|
+
"twitter": "zernonia"
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"name": "Khairul Haaziq",
|
|
5263
|
+
"github": "khairulhaaziq"
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"name": "Mujahid Anuar",
|
|
5267
|
+
"github": "mujahidfa"
|
|
5268
|
+
},
|
|
5269
|
+
{
|
|
5270
|
+
"name": "Max",
|
|
5271
|
+
"github": "onmax"
|
|
5272
|
+
}
|
|
5273
|
+
],
|
|
5274
|
+
"compatibility": {
|
|
5275
|
+
"nuxt": "^3.0.0",
|
|
5276
|
+
"requires": {}
|
|
5277
|
+
}
|
|
5278
|
+
},
|
|
4679
5279
|
{
|
|
4680
5280
|
"name": "recaptcha",
|
|
4681
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5281
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4682
5282
|
"repo": "nuxt-community/recaptcha-module",
|
|
4683
5283
|
"npm": "@nuxtjs/recaptcha",
|
|
4684
5284
|
"icon": "recaptcha.png",
|
|
@@ -4721,9 +5321,32 @@
|
|
|
4721
5321
|
"requires": {}
|
|
4722
5322
|
}
|
|
4723
5323
|
},
|
|
5324
|
+
{
|
|
5325
|
+
"name": "resend",
|
|
5326
|
+
"description": "Resend integration for Nuxt",
|
|
5327
|
+
"repo": "nhedger/nuxt-resend",
|
|
5328
|
+
"npm": "nuxt-resend",
|
|
5329
|
+
"icon": "resend.svg",
|
|
5330
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5331
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5332
|
+
"learn_more": "https://resend.com",
|
|
5333
|
+
"category": "Extensions",
|
|
5334
|
+
"type": "3rd-party",
|
|
5335
|
+
"maintainers": [
|
|
5336
|
+
{
|
|
5337
|
+
"name": "Nicolas Hedger",
|
|
5338
|
+
"github": "nhedger",
|
|
5339
|
+
"twitter": "nicolashedger"
|
|
5340
|
+
}
|
|
5341
|
+
],
|
|
5342
|
+
"compatibility": {
|
|
5343
|
+
"nuxt": "^3.0.0",
|
|
5344
|
+
"requires": {}
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
4724
5347
|
{
|
|
4725
5348
|
"name": "rfg-icon",
|
|
4726
|
-
"description": "Nuxt
|
|
5349
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4727
5350
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4728
5351
|
"npm": "nuxt-rfg-icon",
|
|
4729
5352
|
"icon": "real-favicon-generator.png",
|
|
@@ -4745,13 +5368,13 @@
|
|
|
4745
5368
|
},
|
|
4746
5369
|
{
|
|
4747
5370
|
"name": "robots",
|
|
4748
|
-
"description": "A Nuxt
|
|
5371
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4749
5372
|
"repo": "nuxt-modules/robots",
|
|
4750
5373
|
"npm": "@nuxtjs/robots",
|
|
4751
5374
|
"icon": "robots.png",
|
|
4752
5375
|
"github": "https://github.com/nuxt-modules/robots",
|
|
4753
5376
|
"website": "https://github.com/nuxt-modules/robots",
|
|
4754
|
-
"learn_more": "
|
|
5377
|
+
"learn_more": "",
|
|
4755
5378
|
"category": "SEO",
|
|
4756
5379
|
"type": "community",
|
|
4757
5380
|
"maintainers": [
|
|
@@ -4769,23 +5392,23 @@
|
|
|
4769
5392
|
},
|
|
4770
5393
|
{
|
|
4771
5394
|
"name": "rollbar",
|
|
4772
|
-
"description": "
|
|
4773
|
-
"repo": "
|
|
4774
|
-
"npm": "nuxt-rollbar
|
|
5395
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5396
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5397
|
+
"npm": "nuxt-rollbar",
|
|
4775
5398
|
"icon": "rollbar.png",
|
|
4776
|
-
"github": "https://github.com/
|
|
4777
|
-
"website": "https://github.com/
|
|
5399
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5400
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4778
5401
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4779
5402
|
"category": "Monitoring",
|
|
4780
5403
|
"type": "3rd-party",
|
|
4781
5404
|
"maintainers": [
|
|
4782
5405
|
{
|
|
4783
|
-
"name": "
|
|
4784
|
-
"github": "
|
|
5406
|
+
"name": "Jairo Blatt",
|
|
5407
|
+
"github": "jairoblatt"
|
|
4785
5408
|
}
|
|
4786
5409
|
],
|
|
4787
5410
|
"compatibility": {
|
|
4788
|
-
"nuxt": "^
|
|
5411
|
+
"nuxt": "^3.0.0",
|
|
4789
5412
|
"requires": {}
|
|
4790
5413
|
}
|
|
4791
5414
|
},
|
|
@@ -4814,7 +5437,7 @@
|
|
|
4814
5437
|
},
|
|
4815
5438
|
{
|
|
4816
5439
|
"name": "router",
|
|
4817
|
-
"description": "Nuxt
|
|
5440
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4818
5441
|
"repo": "nuxt-community/router-module",
|
|
4819
5442
|
"npm": "@nuxtjs/router",
|
|
4820
5443
|
"icon": "vue.png",
|
|
@@ -4862,13 +5485,13 @@
|
|
|
4862
5485
|
},
|
|
4863
5486
|
{
|
|
4864
5487
|
"name": "schema-org",
|
|
4865
|
-
"description": "
|
|
4866
|
-
"repo": "
|
|
5488
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5489
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4867
5490
|
"npm": "nuxt-schema-org",
|
|
4868
5491
|
"icon": "schema-org.svg",
|
|
4869
|
-
"github": "https://github.com/
|
|
4870
|
-
"website": "https://
|
|
4871
|
-
"learn_more": "https://
|
|
5492
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5493
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5494
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4872
5495
|
"category": "SEO",
|
|
4873
5496
|
"type": "3rd-party",
|
|
4874
5497
|
"maintainers": [
|
|
@@ -4931,13 +5554,13 @@
|
|
|
4931
5554
|
},
|
|
4932
5555
|
{
|
|
4933
5556
|
"name": "segment",
|
|
4934
|
-
"description": "Nuxt
|
|
5557
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4935
5558
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4936
5559
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4937
5560
|
"icon": "segment.png",
|
|
4938
5561
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4939
5562
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4940
|
-
"learn_more": "
|
|
5563
|
+
"learn_more": "",
|
|
4941
5564
|
"category": "Analytics",
|
|
4942
5565
|
"type": "3rd-party",
|
|
4943
5566
|
"maintainers": [
|
|
@@ -4953,7 +5576,7 @@
|
|
|
4953
5576
|
},
|
|
4954
5577
|
{
|
|
4955
5578
|
"name": "sentry",
|
|
4956
|
-
"description": "Sentry module for Nuxt
|
|
5579
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4957
5580
|
"repo": "nuxt-community/sentry-module",
|
|
4958
5581
|
"npm": "@nuxtjs/sentry",
|
|
4959
5582
|
"icon": "sentry.svg",
|
|
@@ -4974,20 +5597,22 @@
|
|
|
4974
5597
|
}
|
|
4975
5598
|
},
|
|
4976
5599
|
{
|
|
4977
|
-
"name": "seo-
|
|
4978
|
-
"description": "
|
|
4979
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4980
|
-
"npm": "nuxt-seo-
|
|
4981
|
-
"icon": "seo-
|
|
4982
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4983
|
-
"website": "https://
|
|
4984
|
-
"learn_more": "",
|
|
5600
|
+
"name": "seo-experiments",
|
|
5601
|
+
"description": "Powerful SEO DX improvements.",
|
|
5602
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5603
|
+
"npm": "nuxt-seo-experiments",
|
|
5604
|
+
"icon": "seo-experiments.svg",
|
|
5605
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5606
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5607
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4985
5608
|
"category": "SEO",
|
|
4986
5609
|
"type": "3rd-party",
|
|
4987
5610
|
"maintainers": [
|
|
4988
5611
|
{
|
|
4989
|
-
"name": "
|
|
4990
|
-
"github": "harlan-zw"
|
|
5612
|
+
"name": "Harlan Wilton",
|
|
5613
|
+
"github": "harlan-zw",
|
|
5614
|
+
"twitter": "harlan_zw",
|
|
5615
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4991
5616
|
}
|
|
4992
5617
|
],
|
|
4993
5618
|
"compatibility": {
|
|
@@ -5018,9 +5643,31 @@
|
|
|
5018
5643
|
"requires": {}
|
|
5019
5644
|
}
|
|
5020
5645
|
},
|
|
5646
|
+
{
|
|
5647
|
+
"name": "seo",
|
|
5648
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5649
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5650
|
+
"npm": "@nuxtjs/seo",
|
|
5651
|
+
"icon": "nuxt.svg",
|
|
5652
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5653
|
+
"website": "https://nuxtseo.com/",
|
|
5654
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5655
|
+
"category": "SEO",
|
|
5656
|
+
"type": "3rd-party",
|
|
5657
|
+
"maintainers": [
|
|
5658
|
+
{
|
|
5659
|
+
"name": "harlan-zw",
|
|
5660
|
+
"github": "harlan-zw"
|
|
5661
|
+
}
|
|
5662
|
+
],
|
|
5663
|
+
"compatibility": {
|
|
5664
|
+
"nuxt": "^3.0.0",
|
|
5665
|
+
"requires": {}
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5021
5668
|
{
|
|
5022
5669
|
"name": "seomatic-meta",
|
|
5023
|
-
"description": "A Nuxt
|
|
5670
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
5024
5671
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
5025
5672
|
"npm": "nuxt-seomatic-meta",
|
|
5026
5673
|
"icon": "seomatic.png",
|
|
@@ -5066,7 +5713,7 @@
|
|
|
5066
5713
|
{
|
|
5067
5714
|
"name": "server-block",
|
|
5068
5715
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5069
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
5716
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5070
5717
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5071
5718
|
"icon": "server-block.svg",
|
|
5072
5719
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5111,7 +5758,7 @@
|
|
|
5111
5758
|
},
|
|
5112
5759
|
{
|
|
5113
5760
|
"name": "shopify",
|
|
5114
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5761
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5115
5762
|
"repo": "Gomah/nuxt-shopify",
|
|
5116
5763
|
"npm": "nuxt-shopify",
|
|
5117
5764
|
"icon": "shopify.png",
|
|
@@ -5132,7 +5779,7 @@
|
|
|
5132
5779
|
}
|
|
5133
5780
|
},
|
|
5134
5781
|
{
|
|
5135
|
-
"name": "
|
|
5782
|
+
"name": "sidebase-auth",
|
|
5136
5783
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
5137
5784
|
"repo": "sidebase/nuxt-auth",
|
|
5138
5785
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5178,13 +5825,13 @@
|
|
|
5178
5825
|
},
|
|
5179
5826
|
{
|
|
5180
5827
|
"name": "simple-robots",
|
|
5181
|
-
"description": "
|
|
5828
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5182
5829
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5183
5830
|
"npm": "nuxt-simple-robots",
|
|
5184
|
-
"icon": "",
|
|
5831
|
+
"icon": "simple-robots.svg",
|
|
5185
5832
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5186
|
-
"website": "https://
|
|
5187
|
-
"learn_more": "",
|
|
5833
|
+
"website": "https://nuxtseo.com/robots",
|
|
5834
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5188
5835
|
"category": "SEO",
|
|
5189
5836
|
"type": "3rd-party",
|
|
5190
5837
|
"maintainers": [
|
|
@@ -5201,41 +5848,23 @@
|
|
|
5201
5848
|
}
|
|
5202
5849
|
},
|
|
5203
5850
|
{
|
|
5204
|
-
"name": "
|
|
5205
|
-
"description": "
|
|
5206
|
-
"repo": "
|
|
5207
|
-
"npm": "
|
|
5208
|
-
"icon": "",
|
|
5209
|
-
"github": "https://github.com/
|
|
5210
|
-
"website": "https://
|
|
5211
|
-
"learn_more": "",
|
|
5851
|
+
"name": "sitemap",
|
|
5852
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5853
|
+
"repo": "nuxt-modules/sitemap",
|
|
5854
|
+
"npm": "@nuxtjs/sitemap",
|
|
5855
|
+
"icon": "simple-sitemap.svg",
|
|
5856
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5857
|
+
"website": "https://nuxtseo.com/",
|
|
5858
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5212
5859
|
"category": "SEO",
|
|
5213
|
-
"type": "
|
|
5860
|
+
"type": "community",
|
|
5214
5861
|
"maintainers": [
|
|
5215
5862
|
{
|
|
5216
5863
|
"name": "Harlan Wilton",
|
|
5217
5864
|
"github": "harlan-zw",
|
|
5218
5865
|
"twitter": "harlan_zw",
|
|
5219
5866
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5220
|
-
}
|
|
5221
|
-
],
|
|
5222
|
-
"compatibility": {
|
|
5223
|
-
"nuxt": "^3.0.0",
|
|
5224
|
-
"requires": {}
|
|
5225
|
-
}
|
|
5226
|
-
},
|
|
5227
|
-
{
|
|
5228
|
-
"name": "sitemap",
|
|
5229
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
5230
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5231
|
-
"npm": "@nuxtjs/sitemap",
|
|
5232
|
-
"icon": "",
|
|
5233
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5234
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5235
|
-
"learn_more": "",
|
|
5236
|
-
"category": "SEO",
|
|
5237
|
-
"type": "community",
|
|
5238
|
-
"maintainers": [
|
|
5867
|
+
},
|
|
5239
5868
|
{
|
|
5240
5869
|
"name": "Nicolas PENNEC",
|
|
5241
5870
|
"github": "NicoPennec",
|
|
@@ -5243,7 +5872,7 @@
|
|
|
5243
5872
|
}
|
|
5244
5873
|
],
|
|
5245
5874
|
"compatibility": {
|
|
5246
|
-
"nuxt": "^
|
|
5875
|
+
"nuxt": "^3.0.0",
|
|
5247
5876
|
"requires": {}
|
|
5248
5877
|
}
|
|
5249
5878
|
},
|
|
@@ -5271,7 +5900,7 @@
|
|
|
5271
5900
|
},
|
|
5272
5901
|
{
|
|
5273
5902
|
"name": "snipcart",
|
|
5274
|
-
"description": "Snipcart integration module for Nuxt
|
|
5903
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5275
5904
|
"repo": "nuxt-modules/snipcart",
|
|
5276
5905
|
"npm": "@nuxtjs/snipcart",
|
|
5277
5906
|
"icon": "snipcart.png",
|
|
@@ -5294,7 +5923,7 @@
|
|
|
5294
5923
|
},
|
|
5295
5924
|
{
|
|
5296
5925
|
"name": "social-meta",
|
|
5297
|
-
"description": "Nuxt
|
|
5926
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5298
5927
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5299
5928
|
"npm": "nuxt-social-meta",
|
|
5300
5929
|
"icon": "",
|
|
@@ -5416,7 +6045,7 @@
|
|
|
5416
6045
|
},
|
|
5417
6046
|
{
|
|
5418
6047
|
"name": "storage",
|
|
5419
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6048
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5420
6049
|
"repo": "mazipan/nuxt-storage",
|
|
5421
6050
|
"npm": "nuxt-storage",
|
|
5422
6051
|
"icon": "",
|
|
@@ -5438,7 +6067,7 @@
|
|
|
5438
6067
|
},
|
|
5439
6068
|
{
|
|
5440
6069
|
"name": "storefront-ui",
|
|
5441
|
-
"description": "Storefront UI Module for Nuxt
|
|
6070
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5442
6071
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5443
6072
|
"npm": "@storefront-ui/nuxt",
|
|
5444
6073
|
"icon": "storefront-ui.svg",
|
|
@@ -5482,8 +6111,8 @@
|
|
|
5482
6111
|
},
|
|
5483
6112
|
{
|
|
5484
6113
|
"name": "storyblok",
|
|
5485
|
-
"description": "Storyblok Nuxt
|
|
5486
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6114
|
+
"description": "Storyblok Nuxt module",
|
|
6115
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5487
6116
|
"npm": "@storyblok/nuxt",
|
|
5488
6117
|
"icon": "storyblok.png",
|
|
5489
6118
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5499,37 +6128,34 @@
|
|
|
5499
6128
|
],
|
|
5500
6129
|
"compatibility": {
|
|
5501
6130
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5502
|
-
"requires": {}
|
|
6131
|
+
"requires": {},
|
|
6132
|
+
"devtools": "^0.0.0"
|
|
5503
6133
|
}
|
|
5504
6134
|
},
|
|
5505
6135
|
{
|
|
5506
6136
|
"name": "storybook",
|
|
5507
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5508
|
-
"repo": "nuxt-
|
|
6137
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6138
|
+
"repo": "nuxt-modules/storybook",
|
|
5509
6139
|
"npm": "@nuxtjs/storybook",
|
|
5510
6140
|
"icon": "storybook.png",
|
|
5511
|
-
"github": "https://github.com/nuxt-
|
|
6141
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5512
6142
|
"website": "https://storybook.nuxtjs.org",
|
|
5513
|
-
"learn_more": "https://
|
|
6143
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5514
6144
|
"category": "Devtools",
|
|
5515
6145
|
"type": "community",
|
|
5516
6146
|
"maintainers": [
|
|
5517
6147
|
{
|
|
5518
|
-
"name": "
|
|
5519
|
-
"github": "
|
|
5520
|
-
"twitter": "
|
|
5521
|
-
},
|
|
5522
|
-
{
|
|
5523
|
-
"name": "Pooya Parsa",
|
|
5524
|
-
"github": "pi0",
|
|
5525
|
-
"twitter": "_pi0_"
|
|
6148
|
+
"name": "Chakir QATAB",
|
|
6149
|
+
"github": "chakAs3",
|
|
6150
|
+
"twitter": "ChakirQatab"
|
|
5526
6151
|
}
|
|
5527
6152
|
],
|
|
5528
6153
|
"compatibility": {
|
|
5529
|
-
"nuxt": "^2.0.0",
|
|
6154
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5530
6155
|
"requires": {
|
|
5531
6156
|
"bridge": "optional"
|
|
5532
|
-
}
|
|
6157
|
+
},
|
|
6158
|
+
"devtools": "^0.7.2"
|
|
5533
6159
|
}
|
|
5534
6160
|
},
|
|
5535
6161
|
{
|
|
@@ -5559,7 +6185,8 @@
|
|
|
5559
6185
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5560
6186
|
"requires": {
|
|
5561
6187
|
"bridge": true
|
|
5562
|
-
}
|
|
6188
|
+
},
|
|
6189
|
+
"devtools": "^0.0.0"
|
|
5563
6190
|
}
|
|
5564
6191
|
},
|
|
5565
6192
|
{
|
|
@@ -5610,6 +6237,36 @@
|
|
|
5610
6237
|
"requires": {}
|
|
5611
6238
|
}
|
|
5612
6239
|
},
|
|
6240
|
+
{
|
|
6241
|
+
"name": "studio",
|
|
6242
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6243
|
+
"repo": "nuxtlabs/studio-module",
|
|
6244
|
+
"npm": "@nuxthq/studio",
|
|
6245
|
+
"icon": "studio.svg",
|
|
6246
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6247
|
+
"website": "https://nuxt.studio",
|
|
6248
|
+
"learn_more": "https://nuxt.studio",
|
|
6249
|
+
"category": "CMS",
|
|
6250
|
+
"type": "3rd-party",
|
|
6251
|
+
"maintainers": [
|
|
6252
|
+
{
|
|
6253
|
+
"name": "Ahad Birang",
|
|
6254
|
+
"github": "farnabaz",
|
|
6255
|
+
"twitter": "a_birang"
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
"name": "Sébastien Chopin",
|
|
6259
|
+
"github": "Atinux",
|
|
6260
|
+
"twitter": "Atinux"
|
|
6261
|
+
}
|
|
6262
|
+
],
|
|
6263
|
+
"compatibility": {
|
|
6264
|
+
"nuxt": "^3.0.0",
|
|
6265
|
+
"requires": {
|
|
6266
|
+
"content": true
|
|
6267
|
+
}
|
|
6268
|
+
}
|
|
6269
|
+
},
|
|
5613
6270
|
{
|
|
5614
6271
|
"name": "style-resources",
|
|
5615
6272
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5635,7 +6292,7 @@
|
|
|
5635
6292
|
},
|
|
5636
6293
|
{
|
|
5637
6294
|
"name": "stylelint",
|
|
5638
|
-
"description": "Stylelint module for Nuxt.
|
|
6295
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5639
6296
|
"repo": "nuxt-community/stylelint-module",
|
|
5640
6297
|
"npm": "@nuxtjs/stylelint-module",
|
|
5641
6298
|
"icon": "stylelint.png",
|
|
@@ -5735,12 +6392,12 @@
|
|
|
5735
6392
|
},
|
|
5736
6393
|
{
|
|
5737
6394
|
"name": "svg-sprite",
|
|
5738
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5739
|
-
"repo": "nuxt-
|
|
6395
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6396
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5740
6397
|
"npm": "@nuxtjs/svg-sprite",
|
|
5741
6398
|
"icon": "",
|
|
5742
|
-
"github": "https://github.com/nuxt-
|
|
5743
|
-
"website": "https://github.com/nuxt-
|
|
6399
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6400
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5744
6401
|
"learn_more": "",
|
|
5745
6402
|
"category": "UI",
|
|
5746
6403
|
"type": "community",
|
|
@@ -5752,13 +6409,13 @@
|
|
|
5752
6409
|
}
|
|
5753
6410
|
],
|
|
5754
6411
|
"compatibility": {
|
|
5755
|
-
"nuxt": "^2.0.0",
|
|
6412
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5756
6413
|
"requires": {}
|
|
5757
6414
|
}
|
|
5758
6415
|
},
|
|
5759
6416
|
{
|
|
5760
6417
|
"name": "svg",
|
|
5761
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6418
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5762
6419
|
"repo": "nuxt-community/svg-module",
|
|
5763
6420
|
"npm": "@nuxtjs/svg",
|
|
5764
6421
|
"icon": "",
|
|
@@ -5802,7 +6459,7 @@
|
|
|
5802
6459
|
},
|
|
5803
6460
|
{
|
|
5804
6461
|
"name": "swiper",
|
|
5805
|
-
"description": "Nuxt
|
|
6462
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5806
6463
|
"repo": "cpreston321/nuxt-swiper",
|
|
5807
6464
|
"npm": "nuxt-swiper",
|
|
5808
6465
|
"icon": "swiper.svg",
|
|
@@ -5848,10 +6505,10 @@
|
|
|
5848
6505
|
{
|
|
5849
6506
|
"name": "tailwindcss",
|
|
5850
6507
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5851
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6508
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5852
6509
|
"npm": "@nuxtjs/tailwindcss",
|
|
5853
6510
|
"icon": "tailwindcss.png",
|
|
5854
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6511
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5855
6512
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5856
6513
|
"learn_more": "https://tailwindcss.com/",
|
|
5857
6514
|
"category": "UI",
|
|
@@ -5869,7 +6526,8 @@
|
|
|
5869
6526
|
],
|
|
5870
6527
|
"compatibility": {
|
|
5871
6528
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5872
|
-
"requires": {}
|
|
6529
|
+
"requires": {},
|
|
6530
|
+
"devtools": "^0.0.0"
|
|
5873
6531
|
}
|
|
5874
6532
|
},
|
|
5875
6533
|
{
|
|
@@ -5917,9 +6575,31 @@
|
|
|
5917
6575
|
"requires": {}
|
|
5918
6576
|
}
|
|
5919
6577
|
},
|
|
6578
|
+
{
|
|
6579
|
+
"name": "tiptap",
|
|
6580
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6581
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6582
|
+
"npm": "nuxt-tiptap-editor",
|
|
6583
|
+
"icon": "tiptap.png",
|
|
6584
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6585
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6586
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6587
|
+
"category": "Libraries",
|
|
6588
|
+
"type": "3rd-party",
|
|
6589
|
+
"maintainers": [
|
|
6590
|
+
{
|
|
6591
|
+
"name": "modbender",
|
|
6592
|
+
"github": "modbender"
|
|
6593
|
+
}
|
|
6594
|
+
],
|
|
6595
|
+
"compatibility": {
|
|
6596
|
+
"nuxt": "^3.0.0",
|
|
6597
|
+
"requires": {}
|
|
6598
|
+
}
|
|
6599
|
+
},
|
|
5920
6600
|
{
|
|
5921
6601
|
"name": "toast",
|
|
5922
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6602
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5923
6603
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5924
6604
|
"npm": "@nuxtjs/toast",
|
|
5925
6605
|
"icon": "",
|
|
@@ -5940,6 +6620,28 @@
|
|
|
5940
6620
|
"requires": {}
|
|
5941
6621
|
}
|
|
5942
6622
|
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "translation-manager",
|
|
6625
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6626
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6627
|
+
"npm": "nuxt-translation-manager",
|
|
6628
|
+
"icon": "translation-manager.png",
|
|
6629
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6630
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6631
|
+
"learn_more": "",
|
|
6632
|
+
"category": "Extensions",
|
|
6633
|
+
"type": "3rd-party",
|
|
6634
|
+
"maintainers": [
|
|
6635
|
+
{
|
|
6636
|
+
"name": "Sam K",
|
|
6637
|
+
"github": "samk-dev"
|
|
6638
|
+
}
|
|
6639
|
+
],
|
|
6640
|
+
"compatibility": {
|
|
6641
|
+
"nuxt": "^3.0.0",
|
|
6642
|
+
"requires": {}
|
|
6643
|
+
}
|
|
6644
|
+
},
|
|
5943
6645
|
{
|
|
5944
6646
|
"name": "tresjs",
|
|
5945
6647
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6000,7 +6702,7 @@
|
|
|
6000
6702
|
},
|
|
6001
6703
|
{
|
|
6002
6704
|
"name": "twa",
|
|
6003
|
-
"description": "Nuxt
|
|
6705
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
6004
6706
|
"repo": "tuarrep/nuxt-twa",
|
|
6005
6707
|
"npm": "nuxt-twa",
|
|
6006
6708
|
"icon": "",
|
|
@@ -6188,6 +6890,63 @@
|
|
|
6188
6890
|
"requires": {}
|
|
6189
6891
|
}
|
|
6190
6892
|
},
|
|
6893
|
+
{
|
|
6894
|
+
"name": "typo3",
|
|
6895
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6896
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6897
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6898
|
+
"icon": "typo3.svg",
|
|
6899
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6900
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6901
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6902
|
+
"category": "CMS",
|
|
6903
|
+
"type": "3rd-party",
|
|
6904
|
+
"maintainers": [
|
|
6905
|
+
{
|
|
6906
|
+
"name": "Macopedia",
|
|
6907
|
+
"github": "macopedia",
|
|
6908
|
+
"twitter": "macopediapl"
|
|
6909
|
+
}
|
|
6910
|
+
],
|
|
6911
|
+
"compatibility": {
|
|
6912
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6913
|
+
"requires": {},
|
|
6914
|
+
"devtools": "^0.0.0"
|
|
6915
|
+
}
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"name": "ui",
|
|
6919
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6920
|
+
"repo": "nuxt/ui#dev",
|
|
6921
|
+
"npm": "@nuxt/ui",
|
|
6922
|
+
"icon": "nuxt.svg",
|
|
6923
|
+
"github": "https://github.com/nuxt/ui",
|
|
6924
|
+
"website": "https://ui.nuxt.com",
|
|
6925
|
+
"learn_more": "",
|
|
6926
|
+
"category": "UI",
|
|
6927
|
+
"type": "official",
|
|
6928
|
+
"maintainers": [
|
|
6929
|
+
{
|
|
6930
|
+
"name": "Benjamin Canac",
|
|
6931
|
+
"github": "benjamincanac",
|
|
6932
|
+
"twitter": "benjamincanac"
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"name": "Sebastien Chopin",
|
|
6936
|
+
"github": "Atinux",
|
|
6937
|
+
"twitter": "Atinux"
|
|
6938
|
+
},
|
|
6939
|
+
{
|
|
6940
|
+
"name": "Sylvain Marroufin",
|
|
6941
|
+
"github": "smarroufin",
|
|
6942
|
+
"twitter": "smarroufin"
|
|
6943
|
+
}
|
|
6944
|
+
],
|
|
6945
|
+
"compatibility": {
|
|
6946
|
+
"nuxt": "^3.0.0",
|
|
6947
|
+
"requires": {}
|
|
6948
|
+
}
|
|
6949
|
+
},
|
|
6191
6950
|
{
|
|
6192
6951
|
"name": "umami",
|
|
6193
6952
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6212,31 +6971,9 @@
|
|
|
6212
6971
|
}
|
|
6213
6972
|
}
|
|
6214
6973
|
},
|
|
6215
|
-
{
|
|
6216
|
-
"name": "unhead",
|
|
6217
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6218
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6219
|
-
"npm": "nuxt-seo-experiments",
|
|
6220
|
-
"icon": "",
|
|
6221
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6222
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6223
|
-
"learn_more": "",
|
|
6224
|
-
"category": "SEO",
|
|
6225
|
-
"type": "3rd-party",
|
|
6226
|
-
"maintainers": [
|
|
6227
|
-
{
|
|
6228
|
-
"name": "harlan-zw",
|
|
6229
|
-
"github": "harlan-zw"
|
|
6230
|
-
}
|
|
6231
|
-
],
|
|
6232
|
-
"compatibility": {
|
|
6233
|
-
"nuxt": "^3.0.0",
|
|
6234
|
-
"requires": {}
|
|
6235
|
-
}
|
|
6236
|
-
},
|
|
6237
6974
|
{
|
|
6238
6975
|
"name": "universal-storage",
|
|
6239
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6976
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6240
6977
|
"repo": "nuxt-community/universal-storage-module",
|
|
6241
6978
|
"npm": "@nuxtjs/universal-storage",
|
|
6242
6979
|
"icon": "",
|
|
@@ -6265,7 +7002,7 @@
|
|
|
6265
7002
|
{
|
|
6266
7003
|
"name": "unlazy",
|
|
6267
7004
|
"description": "Lazy loading library for placeholder images",
|
|
6268
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7005
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6269
7006
|
"npm": "@unlazy/nuxt",
|
|
6270
7007
|
"icon": "unlazy.svg",
|
|
6271
7008
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6313,12 +7050,12 @@
|
|
|
6313
7050
|
{
|
|
6314
7051
|
"name": "unocss",
|
|
6315
7052
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6316
|
-
"repo": "
|
|
7053
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6317
7054
|
"npm": "@unocss/nuxt",
|
|
6318
7055
|
"icon": "unocss.svg",
|
|
6319
|
-
"github": "https://github.com/
|
|
6320
|
-
"website": "https://github.com/
|
|
6321
|
-
"learn_more": "https://github.com/
|
|
7056
|
+
"github": "https://github.com/unocss/unocss",
|
|
7057
|
+
"website": "https://github.com/unocss/unocss",
|
|
7058
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6322
7059
|
"category": "UI",
|
|
6323
7060
|
"type": "3rd-party",
|
|
6324
7061
|
"maintainers": [
|
|
@@ -6333,7 +7070,8 @@
|
|
|
6333
7070
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6334
7071
|
"requires": {
|
|
6335
7072
|
"bridge": "optional"
|
|
6336
|
-
}
|
|
7073
|
+
},
|
|
7074
|
+
"devtools": "^0.0.0"
|
|
6337
7075
|
}
|
|
6338
7076
|
},
|
|
6339
7077
|
{
|
|
@@ -6359,6 +7097,28 @@
|
|
|
6359
7097
|
"requires": {}
|
|
6360
7098
|
}
|
|
6361
7099
|
},
|
|
7100
|
+
{
|
|
7101
|
+
"name": "use-bootstrap",
|
|
7102
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7103
|
+
"repo": "simplise/use-bootstrap",
|
|
7104
|
+
"npm": "usebootstrap",
|
|
7105
|
+
"icon": "use-bootstrap.svg",
|
|
7106
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7107
|
+
"website": "https://usebootstrap.org/",
|
|
7108
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7109
|
+
"category": "UI",
|
|
7110
|
+
"type": "3rd-party",
|
|
7111
|
+
"maintainers": [
|
|
7112
|
+
{
|
|
7113
|
+
"name": "KoujiSano",
|
|
7114
|
+
"github": "KoujiSano"
|
|
7115
|
+
}
|
|
7116
|
+
],
|
|
7117
|
+
"compatibility": {
|
|
7118
|
+
"nuxt": "^3.0.0",
|
|
7119
|
+
"requires": {}
|
|
7120
|
+
}
|
|
7121
|
+
},
|
|
6362
7122
|
{
|
|
6363
7123
|
"name": "use-wagmi",
|
|
6364
7124
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -6385,7 +7145,7 @@
|
|
|
6385
7145
|
},
|
|
6386
7146
|
{
|
|
6387
7147
|
"name": "user-agent",
|
|
6388
|
-
"description": "Nuxt
|
|
7148
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6389
7149
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6390
7150
|
"npm": "nuxt-user-agent",
|
|
6391
7151
|
"icon": "",
|
|
@@ -6405,28 +7165,6 @@
|
|
|
6405
7165
|
"requires": {}
|
|
6406
7166
|
}
|
|
6407
7167
|
},
|
|
6408
|
-
{
|
|
6409
|
-
"name": "validate",
|
|
6410
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
6411
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
6412
|
-
"npm": "nuxt-validate",
|
|
6413
|
-
"icon": "vee-validate.png",
|
|
6414
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6415
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6416
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
6417
|
-
"category": "Libraries",
|
|
6418
|
-
"type": "3rd-party",
|
|
6419
|
-
"maintainers": [
|
|
6420
|
-
{
|
|
6421
|
-
"name": "lewyuburi",
|
|
6422
|
-
"github": "lewyuburi"
|
|
6423
|
-
}
|
|
6424
|
-
],
|
|
6425
|
-
"compatibility": {
|
|
6426
|
-
"nuxt": "^2.0.0",
|
|
6427
|
-
"requires": {}
|
|
6428
|
-
}
|
|
6429
|
-
},
|
|
6430
7168
|
{
|
|
6431
7169
|
"name": "vant",
|
|
6432
7170
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -6499,7 +7237,7 @@
|
|
|
6499
7237
|
},
|
|
6500
7238
|
{
|
|
6501
7239
|
"name": "vee-validate",
|
|
6502
|
-
"description": "Painless Vue forms for Nuxt
|
|
7240
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6503
7241
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6504
7242
|
"npm": "@vee-validate/nuxt",
|
|
6505
7243
|
"icon": "vee-validate.png",
|
|
@@ -6589,7 +7327,7 @@
|
|
|
6589
7327
|
},
|
|
6590
7328
|
{
|
|
6591
7329
|
"name": "vite-pwa-nuxt",
|
|
6592
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7330
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6593
7331
|
"repo": "vite-pwa/nuxt",
|
|
6594
7332
|
"npm": "@vite-pwa/nuxt",
|
|
6595
7333
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6615,41 +7353,15 @@
|
|
|
6615
7353
|
"requires": {}
|
|
6616
7354
|
}
|
|
6617
7355
|
},
|
|
6618
|
-
{
|
|
6619
|
-
"name": "vitest",
|
|
6620
|
-
"description": "Vitest integration with Nuxt",
|
|
6621
|
-
"repo": "danielroe/nuxt-vitest",
|
|
6622
|
-
"npm": "nuxt-vitest",
|
|
6623
|
-
"icon": "vitest.svg",
|
|
6624
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6625
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6626
|
-
"learn_more": "",
|
|
6627
|
-
"category": "Devtools",
|
|
6628
|
-
"type": "3rd-party",
|
|
6629
|
-
"maintainers": [
|
|
6630
|
-
{
|
|
6631
|
-
"name": "Daniel Roe",
|
|
6632
|
-
"github": "danielroe"
|
|
6633
|
-
},
|
|
6634
|
-
{
|
|
6635
|
-
"name": "Anthony Fu",
|
|
6636
|
-
"github": "antfu"
|
|
6637
|
-
}
|
|
6638
|
-
],
|
|
6639
|
-
"compatibility": {
|
|
6640
|
-
"nuxt": "^3.0.0",
|
|
6641
|
-
"requires": {}
|
|
6642
|
-
}
|
|
6643
|
-
},
|
|
6644
7356
|
{
|
|
6645
7357
|
"name": "vue-email",
|
|
6646
|
-
"description": "Write email templates with vue",
|
|
6647
|
-
"repo": "
|
|
6648
|
-
"npm": "vue-email",
|
|
7358
|
+
"description": "💌 Write email templates with vue",
|
|
7359
|
+
"repo": "vue-email/nuxt",
|
|
7360
|
+
"npm": "@vue-email/nuxt",
|
|
6649
7361
|
"icon": "vue-email.svg",
|
|
6650
|
-
"github": "https://github.com/
|
|
6651
|
-
"website": "https://
|
|
6652
|
-
"learn_more": "https://
|
|
7362
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7363
|
+
"website": "https://vuemail.net/",
|
|
7364
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6653
7365
|
"category": "UI",
|
|
6654
7366
|
"type": "3rd-party",
|
|
6655
7367
|
"maintainers": [
|
|
@@ -6666,6 +7378,30 @@
|
|
|
6666
7378
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6667
7379
|
}
|
|
6668
7380
|
],
|
|
7381
|
+
"compatibility": {
|
|
7382
|
+
"nuxt": "^3.0.0",
|
|
7383
|
+
"requires": {},
|
|
7384
|
+
"devtools": "^0.0.0"
|
|
7385
|
+
}
|
|
7386
|
+
},
|
|
7387
|
+
{
|
|
7388
|
+
"name": "vue-final-modal",
|
|
7389
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7390
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7391
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7392
|
+
"icon": "vue-final-modal.svg",
|
|
7393
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7394
|
+
"website": "https://vue-final-modal.org/",
|
|
7395
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7396
|
+
"category": "UI",
|
|
7397
|
+
"type": "3rd-party",
|
|
7398
|
+
"maintainers": [
|
|
7399
|
+
{
|
|
7400
|
+
"name": "Hunter Liu",
|
|
7401
|
+
"github": "hunterliu1003",
|
|
7402
|
+
"twitter": "hunterliu1003"
|
|
7403
|
+
}
|
|
7404
|
+
],
|
|
6669
7405
|
"compatibility": {
|
|
6670
7406
|
"nuxt": "^3.0.0",
|
|
6671
7407
|
"requires": {}
|
|
@@ -6693,7 +7429,8 @@
|
|
|
6693
7429
|
"nuxt": "^3.0.0",
|
|
6694
7430
|
"requires": {
|
|
6695
7431
|
"bridge": "optional"
|
|
6696
|
-
}
|
|
7432
|
+
},
|
|
7433
|
+
"devtools": "^0.0.0"
|
|
6697
7434
|
}
|
|
6698
7435
|
},
|
|
6699
7436
|
{
|
|
@@ -6720,7 +7457,7 @@
|
|
|
6720
7457
|
},
|
|
6721
7458
|
{
|
|
6722
7459
|
"name": "vue-multiselect",
|
|
6723
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7460
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6724
7461
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6725
7462
|
"npm": "nuxt-vue-multiselect",
|
|
6726
7463
|
"icon": "",
|
|
@@ -6765,7 +7502,7 @@
|
|
|
6765
7502
|
{
|
|
6766
7503
|
"name": "vue-query",
|
|
6767
7504
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6768
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7505
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6769
7506
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6770
7507
|
"icon": "vue-query.svg",
|
|
6771
7508
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6834,7 +7571,7 @@
|
|
|
6834
7571
|
},
|
|
6835
7572
|
{
|
|
6836
7573
|
"name": "vue-warehouse",
|
|
6837
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7574
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6838
7575
|
"repo": "juliomrqz/vue-warehouse",
|
|
6839
7576
|
"npm": "vue-warehouse",
|
|
6840
7577
|
"icon": "",
|
|
@@ -6857,12 +7594,12 @@
|
|
|
6857
7594
|
},
|
|
6858
7595
|
{
|
|
6859
7596
|
"name": "vue3-carousel-nuxt",
|
|
6860
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7597
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6861
7598
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6862
7599
|
"npm": "vue3-carousel-nuxt",
|
|
6863
7600
|
"icon": "",
|
|
6864
7601
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6865
|
-
"website": "",
|
|
7602
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6866
7603
|
"learn_more": "",
|
|
6867
7604
|
"category": "UI",
|
|
6868
7605
|
"type": "3rd-party",
|
|
@@ -6881,7 +7618,7 @@
|
|
|
6881
7618
|
{
|
|
6882
7619
|
"name": "vuefire",
|
|
6883
7620
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6884
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7621
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6885
7622
|
"npm": "nuxt-vuefire",
|
|
6886
7623
|
"icon": "vuefire.svg",
|
|
6887
7624
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6900,15 +7637,61 @@
|
|
|
6900
7637
|
"requires": {}
|
|
6901
7638
|
}
|
|
6902
7639
|
},
|
|
7640
|
+
{
|
|
7641
|
+
"name": "vueform-builder",
|
|
7642
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7643
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7644
|
+
"npm": "@vueform/builder-nuxt",
|
|
7645
|
+
"icon": "vueform.svg",
|
|
7646
|
+
"github": "https://github.com/vueform/builder",
|
|
7647
|
+
"website": "https://builder.vueform.com",
|
|
7648
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7649
|
+
"category": "Libraries",
|
|
7650
|
+
"type": "3rd-party",
|
|
7651
|
+
"maintainers": [
|
|
7652
|
+
{
|
|
7653
|
+
"name": "Adam Berecz",
|
|
7654
|
+
"github": "adamberecz",
|
|
7655
|
+
"twitter": "bereczadam"
|
|
7656
|
+
}
|
|
7657
|
+
],
|
|
7658
|
+
"compatibility": {
|
|
7659
|
+
"nuxt": "^3.0.0",
|
|
7660
|
+
"requires": {}
|
|
7661
|
+
}
|
|
7662
|
+
},
|
|
7663
|
+
{
|
|
7664
|
+
"name": "vueform",
|
|
7665
|
+
"description": "Official Vueform module for Nuxt",
|
|
7666
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7667
|
+
"npm": "@vueform/nuxt",
|
|
7668
|
+
"icon": "vueform.svg",
|
|
7669
|
+
"github": "https://github.com/vueform/vueform",
|
|
7670
|
+
"website": "https://vueform.com",
|
|
7671
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7672
|
+
"category": "Libraries",
|
|
7673
|
+
"type": "3rd-party",
|
|
7674
|
+
"maintainers": [
|
|
7675
|
+
{
|
|
7676
|
+
"name": "Adam Berecz",
|
|
7677
|
+
"github": "adamberecz",
|
|
7678
|
+
"twitter": "bereczadam"
|
|
7679
|
+
}
|
|
7680
|
+
],
|
|
7681
|
+
"compatibility": {
|
|
7682
|
+
"nuxt": "^3.0.0",
|
|
7683
|
+
"requires": {}
|
|
7684
|
+
}
|
|
7685
|
+
},
|
|
6903
7686
|
{
|
|
6904
7687
|
"name": "vuestic",
|
|
6905
|
-
"description": "Vuestic UI module for Nuxt
|
|
7688
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6906
7689
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6907
7690
|
"npm": "@vuestic/nuxt",
|
|
6908
7691
|
"icon": "vuestic.png",
|
|
6909
7692
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6910
|
-
"website": "https://vuestic.dev",
|
|
6911
|
-
"learn_more": "https://vuestic.dev/
|
|
7693
|
+
"website": "https://ui.vuestic.dev",
|
|
7694
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6912
7695
|
"category": "UI",
|
|
6913
7696
|
"type": "3rd-party",
|
|
6914
7697
|
"maintainers": [
|
|
@@ -6929,8 +7712,8 @@
|
|
|
6929
7712
|
"npm": "vuetify-nuxt-module",
|
|
6930
7713
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6931
7714
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6932
|
-
"website": "https://
|
|
6933
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7715
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7716
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6934
7717
|
"category": "UI",
|
|
6935
7718
|
"type": "3rd-party",
|
|
6936
7719
|
"maintainers": [
|
|
@@ -6946,7 +7729,7 @@
|
|
|
6946
7729
|
},
|
|
6947
7730
|
{
|
|
6948
7731
|
"name": "vuetify",
|
|
6949
|
-
"description": "Vuetify Module for Nuxt
|
|
7732
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6950
7733
|
"repo": "nuxt-community/vuetify-module",
|
|
6951
7734
|
"npm": "@nuxtjs/vuetify",
|
|
6952
7735
|
"icon": "vuetify.png",
|
|
@@ -6993,7 +7776,8 @@
|
|
|
6993
7776
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6994
7777
|
"requires": {
|
|
6995
7778
|
"bridge": "optional"
|
|
6996
|
-
}
|
|
7779
|
+
},
|
|
7780
|
+
"devtools": "^0.0.0"
|
|
6997
7781
|
}
|
|
6998
7782
|
},
|
|
6999
7783
|
{
|
|
@@ -7020,7 +7804,7 @@
|
|
|
7020
7804
|
},
|
|
7021
7805
|
{
|
|
7022
7806
|
"name": "vunix",
|
|
7023
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7807
|
+
"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.",
|
|
7024
7808
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7025
7809
|
"npm": "@vunix/nuxt",
|
|
7026
7810
|
"icon": "",
|
|
@@ -7099,7 +7883,7 @@
|
|
|
7099
7883
|
},
|
|
7100
7884
|
{
|
|
7101
7885
|
"name": "webpack-optimisations",
|
|
7102
|
-
"description": "Nuxt
|
|
7886
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
7103
7887
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
7104
7888
|
"npm": "nuxt-webpack-optimisations",
|
|
7105
7889
|
"icon": "build-optimisations.svg",
|
|
@@ -7174,7 +7958,7 @@
|
|
|
7174
7958
|
"icon": "webpack.png",
|
|
7175
7959
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7176
7960
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7177
|
-
"learn_more": "
|
|
7961
|
+
"learn_more": "",
|
|
7178
7962
|
"category": "Devtools",
|
|
7179
7963
|
"type": "community",
|
|
7180
7964
|
"maintainers": [
|
|
@@ -7191,7 +7975,7 @@
|
|
|
7191
7975
|
},
|
|
7192
7976
|
{
|
|
7193
7977
|
"name": "well-known",
|
|
7194
|
-
"description": "A Nuxt
|
|
7978
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7195
7979
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7196
7980
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7197
7981
|
"icon": "well-known.svg",
|
|
@@ -7213,7 +7997,7 @@
|
|
|
7213
7997
|
},
|
|
7214
7998
|
{
|
|
7215
7999
|
"name": "wideangle",
|
|
7216
|
-
"description": "Nuxt
|
|
8000
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7217
8001
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7218
8002
|
"npm": "wideangle-nuxt",
|
|
7219
8003
|
"icon": "wideangle.png",
|
|
@@ -7240,11 +8024,11 @@
|
|
|
7240
8024
|
{
|
|
7241
8025
|
"name": "windicss",
|
|
7242
8026
|
"description": "Next generation utility-first CSS framework.",
|
|
7243
|
-
"repo": "windicss/nuxt-windicss
|
|
8027
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7244
8028
|
"npm": "nuxt-windicss",
|
|
7245
8029
|
"icon": "windicss.svg",
|
|
7246
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7247
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8030
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8031
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7248
8032
|
"learn_more": "https://windicss.org/",
|
|
7249
8033
|
"category": "UI",
|
|
7250
8034
|
"type": "3rd-party",
|
|
@@ -7382,7 +8166,7 @@
|
|
|
7382
8166
|
},
|
|
7383
8167
|
{
|
|
7384
8168
|
"name": "zendesk",
|
|
7385
|
-
"description": "Nuxt
|
|
8169
|
+
"description": "Nuxt module for Zendesk",
|
|
7386
8170
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7387
8171
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7388
8172
|
"icon": "zendesk.png",
|