@nuxt/modules 0.6.0-2da9ce → 0.6.0-2f0eac
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 +1016 -311
- package/package.json +11 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Nuxt zodI18n",
|
|
4
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
+
"npm": "nuxt-zod-i18n",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "xibman",
|
|
16
|
+
"github": "xibman"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
26
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
27
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
28
|
"npm": "nuxt-ackee",
|
|
7
29
|
"icon": "ackee.png",
|
|
@@ -28,7 +50,7 @@
|
|
|
28
50
|
},
|
|
29
51
|
{
|
|
30
52
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
53
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
54
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
55
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
56
|
"icon": "agility.png",
|
|
@@ -51,7 +73,7 @@
|
|
|
51
73
|
},
|
|
52
74
|
{
|
|
53
75
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
76
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
77
|
"repo": "nuxt-modules/algolia",
|
|
56
78
|
"npm": "@nuxtjs/algolia",
|
|
57
79
|
"icon": "algolia.svg",
|
|
@@ -175,7 +197,7 @@
|
|
|
175
197
|
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
198
|
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
199
|
"npm": "nuxt-aos",
|
|
178
|
-
"icon": "",
|
|
200
|
+
"icon": "aos.png",
|
|
179
201
|
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
202
|
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
203
|
"learn_more": "",
|
|
@@ -188,13 +210,13 @@
|
|
|
188
210
|
}
|
|
189
211
|
],
|
|
190
212
|
"compatibility": {
|
|
191
|
-
"nuxt": "^
|
|
213
|
+
"nuxt": "^3.0.0",
|
|
192
214
|
"requires": {}
|
|
193
215
|
}
|
|
194
216
|
},
|
|
195
217
|
{
|
|
196
218
|
"name": "api-party",
|
|
197
|
-
"description": "Nuxt
|
|
219
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
198
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
199
221
|
"npm": "nuxt-api-party",
|
|
200
222
|
"icon": "api-party.svg",
|
|
@@ -242,7 +264,7 @@
|
|
|
242
264
|
},
|
|
243
265
|
{
|
|
244
266
|
"name": "apollo",
|
|
245
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
246
268
|
"repo": "nuxt-modules/apollo",
|
|
247
269
|
"npm": "@nuxtjs/apollo",
|
|
248
270
|
"icon": "apollo.png",
|
|
@@ -266,7 +288,7 @@
|
|
|
266
288
|
},
|
|
267
289
|
{
|
|
268
290
|
"name": "applicationinsights",
|
|
269
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
270
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
271
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
272
294
|
"icon": "application-insights.png",
|
|
@@ -353,9 +375,31 @@
|
|
|
353
375
|
"requires": {}
|
|
354
376
|
}
|
|
355
377
|
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Devtools",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
356
400
|
{
|
|
357
401
|
"name": "auth",
|
|
358
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
359
403
|
"repo": "nuxt-community/auth-module",
|
|
360
404
|
"npm": "@nuxtjs/auth",
|
|
361
405
|
"icon": "auth.png",
|
|
@@ -403,9 +447,32 @@
|
|
|
403
447
|
"requires": {}
|
|
404
448
|
}
|
|
405
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"name": "auto-animate",
|
|
452
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
453
|
+
"repo": "formkit/auto-animate",
|
|
454
|
+
"npm": "@formkit/auto-animate",
|
|
455
|
+
"icon": "auto-animate.svg",
|
|
456
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
457
|
+
"website": "https://auto-animate.formkit.com",
|
|
458
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
459
|
+
"category": "Libraries",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Justin Schroeder",
|
|
464
|
+
"github": "justin-schroeder",
|
|
465
|
+
"twitter": "jpschroeder"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
406
473
|
{
|
|
407
474
|
"name": "axios",
|
|
408
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
409
476
|
"repo": "nuxt-community/axios-module",
|
|
410
477
|
"npm": "@nuxtjs/axios",
|
|
411
478
|
"icon": "axios.svg",
|
|
@@ -428,7 +495,7 @@
|
|
|
428
495
|
},
|
|
429
496
|
{
|
|
430
497
|
"name": "basic-auth",
|
|
431
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
432
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
433
500
|
"npm": "nuxt-basic-auth-module",
|
|
434
501
|
"icon": "",
|
|
@@ -552,7 +619,7 @@
|
|
|
552
619
|
},
|
|
553
620
|
{
|
|
554
621
|
"name": "bulma-slim",
|
|
555
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
556
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
557
624
|
"npm": "nuxt-bulma-slim",
|
|
558
625
|
"icon": "bulma.png",
|
|
@@ -619,7 +686,7 @@
|
|
|
619
686
|
},
|
|
620
687
|
{
|
|
621
688
|
"name": "canvas-sketch",
|
|
622
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
623
690
|
"repo": "LuXDAmore/generative-art",
|
|
624
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
625
692
|
"icon": "",
|
|
@@ -642,7 +709,7 @@
|
|
|
642
709
|
},
|
|
643
710
|
{
|
|
644
711
|
"name": "capo",
|
|
645
|
-
"description": "Capo.js implementation for Nuxt
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
646
713
|
"repo": "danielroe/nuxt-capo",
|
|
647
714
|
"npm": "nuxt-capo",
|
|
648
715
|
"icon": "",
|
|
@@ -664,7 +731,7 @@
|
|
|
664
731
|
},
|
|
665
732
|
{
|
|
666
733
|
"name": "chakra-ui",
|
|
667
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
668
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
669
736
|
"npm": "@chakra-ui/nuxt",
|
|
670
737
|
"icon": "chakra-ui.png",
|
|
@@ -775,7 +842,7 @@
|
|
|
775
842
|
},
|
|
776
843
|
{
|
|
777
844
|
"name": "cloudcms",
|
|
778
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
779
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
780
847
|
"npm": "cloudcms-nuxt",
|
|
781
848
|
"icon": "",
|
|
@@ -824,7 +891,7 @@
|
|
|
824
891
|
},
|
|
825
892
|
{
|
|
826
893
|
"name": "cloudinary",
|
|
827
|
-
"description": "Optimize images and videos in your Nuxt
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
828
895
|
"repo": "nuxt-modules/cloudinary",
|
|
829
896
|
"npm": "@nuxtjs/cloudinary",
|
|
830
897
|
"icon": "cloudinary.png",
|
|
@@ -847,7 +914,7 @@
|
|
|
847
914
|
},
|
|
848
915
|
{
|
|
849
916
|
"name": "color-mode",
|
|
850
|
-
"description": "Dark and Light mode for
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
851
918
|
"repo": "nuxt-modules/color-mode",
|
|
852
919
|
"npm": "@nuxtjs/color-mode",
|
|
853
920
|
"icon": "color-mode.png",
|
|
@@ -1068,7 +1135,7 @@
|
|
|
1068
1135
|
},
|
|
1069
1136
|
{
|
|
1070
1137
|
"name": "darkmode.js",
|
|
1071
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1072
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1073
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1074
1141
|
"icon": "darkmode.png",
|
|
@@ -1090,7 +1157,7 @@
|
|
|
1090
1157
|
},
|
|
1091
1158
|
{
|
|
1092
1159
|
"name": "date-fns",
|
|
1093
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1094
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
1095
1162
|
"npm": "@nuxtjs/date-fns",
|
|
1096
1163
|
"icon": "date-fns.png",
|
|
@@ -1112,7 +1179,7 @@
|
|
|
1112
1179
|
},
|
|
1113
1180
|
{
|
|
1114
1181
|
"name": "datocms-nuxt2",
|
|
1115
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1116
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1117
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1118
1185
|
"icon": "datocms.svg",
|
|
@@ -1181,7 +1248,7 @@
|
|
|
1181
1248
|
},
|
|
1182
1249
|
{
|
|
1183
1250
|
"name": "delay-hydration",
|
|
1184
|
-
"description": "Improve your Nuxt
|
|
1251
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1185
1252
|
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1186
1253
|
"npm": "nuxt-delay-hydration",
|
|
1187
1254
|
"icon": "lighthouse.svg",
|
|
@@ -1204,12 +1271,12 @@
|
|
|
1204
1271
|
},
|
|
1205
1272
|
{
|
|
1206
1273
|
"name": "device",
|
|
1207
|
-
"description": "Device detection module for Nuxt
|
|
1208
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1209
1276
|
"npm": "@nuxtjs/device",
|
|
1210
1277
|
"icon": "",
|
|
1211
|
-
"github": "https://github.com/nuxt-
|
|
1212
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1213
1280
|
"learn_more": "",
|
|
1214
1281
|
"category": "Extensions",
|
|
1215
1282
|
"type": "community",
|
|
@@ -1267,12 +1334,13 @@
|
|
|
1267
1334
|
],
|
|
1268
1335
|
"compatibility": {
|
|
1269
1336
|
"nuxt": "^3.0.0",
|
|
1270
|
-
"requires": {}
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1271
1339
|
}
|
|
1272
1340
|
},
|
|
1273
1341
|
{
|
|
1274
1342
|
"name": "disqus",
|
|
1275
|
-
"description": "Disqus for Nuxt
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1276
1344
|
"repo": "modbender/nuxt-disqus",
|
|
1277
1345
|
"npm": "nuxt-disqus",
|
|
1278
1346
|
"icon": "disqus.svg",
|
|
@@ -1292,9 +1360,31 @@
|
|
|
1292
1360
|
"requires": {}
|
|
1293
1361
|
}
|
|
1294
1362
|
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1295
1385
|
{
|
|
1296
1386
|
"name": "dotenv",
|
|
1297
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1298
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1299
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1300
1390
|
"icon": "dotenv.png",
|
|
@@ -1316,13 +1406,13 @@
|
|
|
1316
1406
|
},
|
|
1317
1407
|
{
|
|
1318
1408
|
"name": "drupal-ce",
|
|
1319
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1320
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1321
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1322
1412
|
"icon": "drupal-ce.png",
|
|
1323
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1324
|
-
"website": "https://
|
|
1325
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1326
1416
|
"category": "CMS",
|
|
1327
1417
|
"type": "3rd-party",
|
|
1328
1418
|
"maintainers": [
|
|
@@ -1337,19 +1427,19 @@
|
|
|
1337
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1338
1428
|
},
|
|
1339
1429
|
{
|
|
1340
|
-
"name": "
|
|
1341
|
-
"github": "
|
|
1342
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1343
1433
|
}
|
|
1344
1434
|
],
|
|
1345
1435
|
"compatibility": {
|
|
1346
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1347
1437
|
"requires": {}
|
|
1348
1438
|
}
|
|
1349
1439
|
},
|
|
1350
1440
|
{
|
|
1351
1441
|
"name": "druxt",
|
|
1352
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1353
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1354
1444
|
"npm": "druxt",
|
|
1355
1445
|
"icon": "druxt.svg",
|
|
@@ -1369,6 +1459,29 @@
|
|
|
1369
1459
|
"requires": {}
|
|
1370
1460
|
}
|
|
1371
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1372
1485
|
{
|
|
1373
1486
|
"name": "electron",
|
|
1374
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1417,7 +1530,7 @@
|
|
|
1417
1530
|
},
|
|
1418
1531
|
{
|
|
1419
1532
|
"name": "emotion",
|
|
1420
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1421
1534
|
"repo": "nuxt-modules/emotion",
|
|
1422
1535
|
"npm": "@nuxtjs/emotion",
|
|
1423
1536
|
"icon": "emotion.png",
|
|
@@ -1445,7 +1558,7 @@
|
|
|
1445
1558
|
},
|
|
1446
1559
|
{
|
|
1447
1560
|
"name": "eslint",
|
|
1448
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1449
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1450
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1451
1564
|
"icon": "eslint.png",
|
|
@@ -1467,7 +1580,7 @@
|
|
|
1467
1580
|
},
|
|
1468
1581
|
{
|
|
1469
1582
|
"name": "event-trace",
|
|
1470
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1471
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1472
1585
|
"npm": "nuxt-event-trace",
|
|
1473
1586
|
"icon": "",
|
|
@@ -1487,6 +1600,29 @@
|
|
|
1487
1600
|
"requires": {}
|
|
1488
1601
|
}
|
|
1489
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1490
1626
|
{
|
|
1491
1627
|
"name": "fathom",
|
|
1492
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1511,7 +1647,7 @@
|
|
|
1511
1647
|
},
|
|
1512
1648
|
{
|
|
1513
1649
|
"name": "feature-toggle",
|
|
1514
|
-
"description": "Feature toggle module for Nuxt
|
|
1650
|
+
"description": "Feature toggle module for Nuxt",
|
|
1515
1651
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1516
1652
|
"npm": "nuxt-feature-toggle",
|
|
1517
1653
|
"icon": "",
|
|
@@ -1578,7 +1714,7 @@
|
|
|
1578
1714
|
},
|
|
1579
1715
|
{
|
|
1580
1716
|
"name": "floating-prompt-module",
|
|
1581
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1717
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1582
1718
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1583
1719
|
"npm": "nuxt-floating-prompt-module",
|
|
1584
1720
|
"icon": "",
|
|
@@ -1694,7 +1830,7 @@
|
|
|
1694
1830
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1695
1831
|
"icon": "form-actions.svg",
|
|
1696
1832
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1697
|
-
"website": "https://
|
|
1833
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1698
1834
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1699
1835
|
"category": "Request",
|
|
1700
1836
|
"type": "3rd-party",
|
|
@@ -1706,7 +1842,7 @@
|
|
|
1706
1842
|
}
|
|
1707
1843
|
],
|
|
1708
1844
|
"compatibility": {
|
|
1709
|
-
"nuxt": "^3.
|
|
1845
|
+
"nuxt": "^3.7.0",
|
|
1710
1846
|
"requires": {}
|
|
1711
1847
|
}
|
|
1712
1848
|
},
|
|
@@ -1784,7 +1920,7 @@
|
|
|
1784
1920
|
},
|
|
1785
1921
|
{
|
|
1786
1922
|
"name": "google-adsense",
|
|
1787
|
-
"description": "Google Adsense Module for Nuxt
|
|
1923
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1788
1924
|
"repo": "nuxt-community/google-adsense-module",
|
|
1789
1925
|
"npm": "@nuxtjs/google-adsense",
|
|
1790
1926
|
"icon": "google-adsense.png",
|
|
@@ -1810,7 +1946,7 @@
|
|
|
1810
1946
|
},
|
|
1811
1947
|
{
|
|
1812
1948
|
"name": "google-analytics",
|
|
1813
|
-
"description": "Google analytics Module for Nuxt
|
|
1949
|
+
"description": "Google analytics Module for Nuxt",
|
|
1814
1950
|
"repo": "nuxt-community/analytics-module",
|
|
1815
1951
|
"npm": "@nuxtjs/google-analytics",
|
|
1816
1952
|
"icon": "google-analytics.png",
|
|
@@ -1842,7 +1978,7 @@
|
|
|
1842
1978
|
},
|
|
1843
1979
|
{
|
|
1844
1980
|
"name": "google-fonts",
|
|
1845
|
-
"description": "Google Fonts module for
|
|
1981
|
+
"description": "Google Fonts module for Nuxt",
|
|
1846
1982
|
"repo": "nuxt-modules/google-fonts",
|
|
1847
1983
|
"npm": "@nuxtjs/google-fonts",
|
|
1848
1984
|
"icon": "google-fonts.png",
|
|
@@ -1866,7 +2002,7 @@
|
|
|
1866
2002
|
},
|
|
1867
2003
|
{
|
|
1868
2004
|
"name": "google-gtag",
|
|
1869
|
-
"description": "Google GTag for Nuxt
|
|
2005
|
+
"description": "Google GTag for Nuxt",
|
|
1870
2006
|
"repo": "nuxt-community/google-gtag",
|
|
1871
2007
|
"npm": "@nuxtjs/google-gtag",
|
|
1872
2008
|
"icon": "gtm.png",
|
|
@@ -1892,7 +2028,7 @@
|
|
|
1892
2028
|
},
|
|
1893
2029
|
{
|
|
1894
2030
|
"name": "google-optimize",
|
|
1895
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2031
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1896
2032
|
"repo": "nuxt-community/google-optimize-module",
|
|
1897
2033
|
"npm": "nuxt-google-optimize",
|
|
1898
2034
|
"icon": "google-optimize.png",
|
|
@@ -1947,7 +2083,7 @@
|
|
|
1947
2083
|
},
|
|
1948
2084
|
{
|
|
1949
2085
|
"name": "graphql-request",
|
|
1950
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2086
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1951
2087
|
"repo": "gomah/nuxt-graphql-request",
|
|
1952
2088
|
"npm": "nuxt-graphql-request",
|
|
1953
2089
|
"icon": "graphql-request.png",
|
|
@@ -1963,7 +2099,7 @@
|
|
|
1963
2099
|
}
|
|
1964
2100
|
],
|
|
1965
2101
|
"compatibility": {
|
|
1966
|
-
"nuxt": "^2.0.0",
|
|
2102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1967
2103
|
"requires": {}
|
|
1968
2104
|
}
|
|
1969
2105
|
},
|
|
@@ -1986,12 +2122,13 @@
|
|
|
1986
2122
|
],
|
|
1987
2123
|
"compatibility": {
|
|
1988
2124
|
"nuxt": "^3.0.0",
|
|
1989
|
-
"requires": {}
|
|
2125
|
+
"requires": {},
|
|
2126
|
+
"devtools": "^0.0.0"
|
|
1990
2127
|
}
|
|
1991
2128
|
},
|
|
1992
2129
|
{
|
|
1993
2130
|
"name": "gtag",
|
|
1994
|
-
"description": "Google Analytics integration for Nuxt
|
|
2131
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1995
2132
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1996
2133
|
"npm": "nuxt-gtag",
|
|
1997
2134
|
"icon": "gtag.svg",
|
|
@@ -2015,7 +2152,7 @@
|
|
|
2015
2152
|
},
|
|
2016
2153
|
{
|
|
2017
2154
|
"name": "gtm",
|
|
2018
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2155
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
2019
2156
|
"repo": "nuxt-community/gtm-module",
|
|
2020
2157
|
"npm": "@nuxtjs/gtm",
|
|
2021
2158
|
"icon": "gtm.png",
|
|
@@ -2038,7 +2175,7 @@
|
|
|
2038
2175
|
},
|
|
2039
2176
|
{
|
|
2040
2177
|
"name": "guess",
|
|
2041
|
-
"description": "Guess.js module for Nuxt
|
|
2178
|
+
"description": "Guess.js module for Nuxt",
|
|
2042
2179
|
"repo": "nuxt-community/guess-module",
|
|
2043
2180
|
"npm": "@nuxtjs/guess-module",
|
|
2044
2181
|
"icon": "guessjs.png",
|
|
@@ -2150,7 +2287,7 @@
|
|
|
2150
2287
|
},
|
|
2151
2288
|
{
|
|
2152
2289
|
"name": "helmet",
|
|
2153
|
-
"description": "Easy Helmet module with Nuxt
|
|
2290
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2154
2291
|
"repo": "victor-perez/nuxt-helmet",
|
|
2155
2292
|
"npm": "nuxt-helmet",
|
|
2156
2293
|
"icon": "",
|
|
@@ -2194,7 +2331,7 @@
|
|
|
2194
2331
|
},
|
|
2195
2332
|
{
|
|
2196
2333
|
"name": "history-state",
|
|
2197
|
-
"description": "Nuxt
|
|
2334
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2198
2335
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2199
2336
|
"npm": "nuxt-history-state",
|
|
2200
2337
|
"icon": "",
|
|
@@ -2263,7 +2400,7 @@
|
|
|
2263
2400
|
},
|
|
2264
2401
|
{
|
|
2265
2402
|
"name": "http",
|
|
2266
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2403
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2267
2404
|
"repo": "nuxt/http",
|
|
2268
2405
|
"npm": "@nuxt/http",
|
|
2269
2406
|
"icon": "http.png",
|
|
@@ -2291,7 +2428,7 @@
|
|
|
2291
2428
|
},
|
|
2292
2429
|
{
|
|
2293
2430
|
"name": "humans-txt",
|
|
2294
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2431
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2295
2432
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2296
2433
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2297
2434
|
"icon": "",
|
|
@@ -2360,6 +2497,29 @@
|
|
|
2360
2497
|
"requires": {}
|
|
2361
2498
|
}
|
|
2362
2499
|
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2508
|
+
"learn_more": "",
|
|
2509
|
+
"category": "UI",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2363
2523
|
{
|
|
2364
2524
|
"name": "icon",
|
|
2365
2525
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2379,7 +2539,8 @@
|
|
|
2379
2539
|
],
|
|
2380
2540
|
"compatibility": {
|
|
2381
2541
|
"nuxt": "^3.0.0",
|
|
2382
|
-
"requires": {}
|
|
2542
|
+
"requires": {},
|
|
2543
|
+
"devtools": "^0.0.0"
|
|
2383
2544
|
}
|
|
2384
2545
|
},
|
|
2385
2546
|
{
|
|
@@ -2428,7 +2589,7 @@
|
|
|
2428
2589
|
},
|
|
2429
2590
|
{
|
|
2430
2591
|
"name": "image",
|
|
2431
|
-
"description": "Optimised images for
|
|
2592
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2432
2593
|
"repo": "nuxt/image",
|
|
2433
2594
|
"npm": "@nuxt/image",
|
|
2434
2595
|
"icon": "image.png",
|
|
@@ -2468,7 +2629,7 @@
|
|
|
2468
2629
|
},
|
|
2469
2630
|
{
|
|
2470
2631
|
"name": "imagemin",
|
|
2471
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2632
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2472
2633
|
"repo": "nuxt-community/imagemin-module",
|
|
2473
2634
|
"npm": "@nuxtjs/imagemin",
|
|
2474
2635
|
"icon": "imagemin.png",
|
|
@@ -2515,7 +2676,7 @@
|
|
|
2515
2676
|
},
|
|
2516
2677
|
{
|
|
2517
2678
|
"name": "intercom",
|
|
2518
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2679
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2519
2680
|
"repo": "hex-digital/nuxt-intercom",
|
|
2520
2681
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2521
2682
|
"icon": "intercom.png",
|
|
@@ -2560,7 +2721,7 @@
|
|
|
2560
2721
|
},
|
|
2561
2722
|
{
|
|
2562
2723
|
"name": "jsonapi",
|
|
2563
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2724
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2564
2725
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2565
2726
|
"npm": "nuxt-jsonapi",
|
|
2566
2727
|
"icon": "jsonapi.svg",
|
|
@@ -2602,9 +2763,36 @@
|
|
|
2602
2763
|
"requires": {}
|
|
2603
2764
|
}
|
|
2604
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2605
2793
|
{
|
|
2606
2794
|
"name": "kql",
|
|
2607
|
-
"description": "Nuxt
|
|
2795
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2608
2796
|
"repo": "johannschopplich/nuxt-kql",
|
|
2609
2797
|
"npm": "nuxt-kql",
|
|
2610
2798
|
"icon": "kql.svg",
|
|
@@ -2628,7 +2816,7 @@
|
|
|
2628
2816
|
},
|
|
2629
2817
|
{
|
|
2630
2818
|
"name": "laravel-echo",
|
|
2631
|
-
"description": "Laravel Echo for Nuxt
|
|
2819
|
+
"description": "Laravel Echo for Nuxt",
|
|
2632
2820
|
"repo": "nuxt-community/laravel-echo",
|
|
2633
2821
|
"npm": "@nuxtjs/laravel-echo",
|
|
2634
2822
|
"icon": "laravel-echo.png",
|
|
@@ -2670,6 +2858,28 @@
|
|
|
2670
2858
|
"requires": {}
|
|
2671
2859
|
}
|
|
2672
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "laravel-precognition",
|
|
2863
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
+
"npm": "nuxt-laravel-precognition",
|
|
2866
|
+
"icon": "laravel.svg",
|
|
2867
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "Security",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "sot1986",
|
|
2875
|
+
"github": "sot1986"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"compatibility": {
|
|
2879
|
+
"nuxt": "^3.0.0",
|
|
2880
|
+
"requires": {}
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2673
2883
|
{
|
|
2674
2884
|
"name": "laravel",
|
|
2675
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2716,13 +2926,13 @@
|
|
|
2716
2926
|
},
|
|
2717
2927
|
{
|
|
2718
2928
|
"name": "link-checker",
|
|
2719
|
-
"description": "
|
|
2929
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2720
2930
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2721
2931
|
"npm": "nuxt-link-checker",
|
|
2722
|
-
"icon": "",
|
|
2932
|
+
"icon": "link-checker.svg",
|
|
2723
2933
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2724
|
-
"website": "https://
|
|
2725
|
-
"learn_more": "",
|
|
2934
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2935
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2726
2936
|
"category": "SEO",
|
|
2727
2937
|
"type": "3rd-party",
|
|
2728
2938
|
"maintainers": [
|
|
@@ -2735,7 +2945,8 @@
|
|
|
2735
2945
|
],
|
|
2736
2946
|
"compatibility": {
|
|
2737
2947
|
"nuxt": "^3.0.0",
|
|
2738
|
-
"requires": {}
|
|
2948
|
+
"requires": {},
|
|
2949
|
+
"devtools": "^0.0.0"
|
|
2739
2950
|
}
|
|
2740
2951
|
},
|
|
2741
2952
|
{
|
|
@@ -2812,12 +3023,12 @@
|
|
|
2812
3023
|
},
|
|
2813
3024
|
{
|
|
2814
3025
|
"name": "logrocket",
|
|
2815
|
-
"description": "LogRocket module for Nuxt
|
|
2816
|
-
"repo": "nuxt-
|
|
3026
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3027
|
+
"repo": "nuxt-modules/logrocket",
|
|
2817
3028
|
"npm": "nuxt-logrocket",
|
|
2818
3029
|
"icon": "logrocket.png",
|
|
2819
|
-
"github": "https://github.com/nuxt-
|
|
2820
|
-
"website": "https://github.com/nuxt-
|
|
3030
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3031
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2821
3032
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2822
3033
|
"category": "Monitoring",
|
|
2823
3034
|
"type": "community",
|
|
@@ -2835,7 +3046,7 @@
|
|
|
2835
3046
|
},
|
|
2836
3047
|
{
|
|
2837
3048
|
"name": "lucide-icons",
|
|
2838
|
-
"description": "Nuxt
|
|
3049
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2839
3050
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2840
3051
|
"npm": "nuxt-lucide-icons",
|
|
2841
3052
|
"icon": "lucide-icons.svg",
|
|
@@ -2861,7 +3072,7 @@
|
|
|
2861
3072
|
},
|
|
2862
3073
|
{
|
|
2863
3074
|
"name": "lunr",
|
|
2864
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3075
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2865
3076
|
"repo": "nuxt-community/lunr-module",
|
|
2866
3077
|
"npm": "@nuxtjs/lunr-module",
|
|
2867
3078
|
"icon": "",
|
|
@@ -2949,6 +3160,28 @@
|
|
|
2949
3160
|
"requires": {}
|
|
2950
3161
|
}
|
|
2951
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "maz-ui",
|
|
3165
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
+
"repo": "louismazel/maz-ui",
|
|
3167
|
+
"npm": "maz-ui",
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
3169
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3171
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3172
|
+
"category": "UI",
|
|
3173
|
+
"type": "community",
|
|
3174
|
+
"maintainers": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Loïc Mazuel",
|
|
3177
|
+
"github": "LouisMazel"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
2952
3185
|
{
|
|
2953
3186
|
"name": "mdx",
|
|
2954
3187
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2974,7 +3207,7 @@
|
|
|
2974
3207
|
},
|
|
2975
3208
|
{
|
|
2976
3209
|
"name": "medusa",
|
|
2977
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3210
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2978
3211
|
"repo": "Baroshem/nuxt-medusa",
|
|
2979
3212
|
"npm": "nuxt-medusa",
|
|
2980
3213
|
"icon": "medusa.svg",
|
|
@@ -2999,7 +3232,7 @@
|
|
|
2999
3232
|
},
|
|
3000
3233
|
{
|
|
3001
3234
|
"name": "meilisearch",
|
|
3002
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3235
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
3003
3236
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
3004
3237
|
"npm": "nuxt-meilisearch",
|
|
3005
3238
|
"icon": "meilisearch.svg",
|
|
@@ -3019,7 +3252,8 @@
|
|
|
3019
3252
|
"nuxt": "^3.0.0",
|
|
3020
3253
|
"requires": {
|
|
3021
3254
|
"bridge": false
|
|
3022
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"devtools": "^0.0.0"
|
|
3023
3257
|
}
|
|
3024
3258
|
},
|
|
3025
3259
|
{
|
|
@@ -3044,28 +3278,6 @@
|
|
|
3044
3278
|
"requires": {}
|
|
3045
3279
|
}
|
|
3046
3280
|
},
|
|
3047
|
-
{
|
|
3048
|
-
"name": "mobile",
|
|
3049
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3050
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3051
|
-
"npm": "nuxt-mobile",
|
|
3052
|
-
"icon": "",
|
|
3053
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3054
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3055
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3056
|
-
"category": "Extensions",
|
|
3057
|
-
"type": "3rd-party",
|
|
3058
|
-
"maintainers": [
|
|
3059
|
-
{
|
|
3060
|
-
"name": "ChanningDefoe",
|
|
3061
|
-
"github": "ChanningDefoe"
|
|
3062
|
-
}
|
|
3063
|
-
],
|
|
3064
|
-
"compatibility": {
|
|
3065
|
-
"nuxt": "^2.0.0",
|
|
3066
|
-
"requires": {}
|
|
3067
|
-
}
|
|
3068
|
-
},
|
|
3069
3281
|
{
|
|
3070
3282
|
"name": "module-feed",
|
|
3071
3283
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3091,7 +3303,7 @@
|
|
|
3091
3303
|
},
|
|
3092
3304
|
{
|
|
3093
3305
|
"name": "moment",
|
|
3094
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3306
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3095
3307
|
"repo": "nuxt-community/moment-module",
|
|
3096
3308
|
"npm": "@nuxtjs/moment",
|
|
3097
3309
|
"icon": "momentjs.png",
|
|
@@ -3118,7 +3330,7 @@
|
|
|
3118
3330
|
},
|
|
3119
3331
|
{
|
|
3120
3332
|
"name": "mq",
|
|
3121
|
-
"description": "vue-mq module for Nuxt.
|
|
3333
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3122
3334
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3123
3335
|
"npm": "nuxt-mq",
|
|
3124
3336
|
"icon": "",
|
|
@@ -3162,7 +3374,7 @@
|
|
|
3162
3374
|
},
|
|
3163
3375
|
{
|
|
3164
3376
|
"name": "netlify-cache",
|
|
3165
|
-
"description": "Nuxt
|
|
3377
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3166
3378
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3167
3379
|
"npm": "nuxt-netlify-cache",
|
|
3168
3380
|
"icon": "netlify.png",
|
|
@@ -3207,7 +3419,7 @@
|
|
|
3207
3419
|
},
|
|
3208
3420
|
{
|
|
3209
3421
|
"name": "netlify",
|
|
3210
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3422
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3211
3423
|
"repo": "bazzite/nuxt-netlify",
|
|
3212
3424
|
"npm": "@aceforth/nuxt-netlify",
|
|
3213
3425
|
"icon": "netlify.png",
|
|
@@ -3322,30 +3534,31 @@
|
|
|
3322
3534
|
}
|
|
3323
3535
|
},
|
|
3324
3536
|
{
|
|
3325
|
-
"name": "nuxt-auth",
|
|
3326
|
-
"description": "",
|
|
3327
|
-
"repo": "
|
|
3328
|
-
"npm": "
|
|
3329
|
-
"icon": "",
|
|
3330
|
-
"github": "https://github.com/
|
|
3331
|
-
"website": "https://github.com/
|
|
3537
|
+
"name": "nuxt-auth-sanctum",
|
|
3538
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3539
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3540
|
+
"npm": "nuxt-auth-sanctum",
|
|
3541
|
+
"icon": "laravel.svg",
|
|
3542
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3332
3544
|
"learn_more": "",
|
|
3333
|
-
"category": "
|
|
3545
|
+
"category": "Security",
|
|
3334
3546
|
"type": "3rd-party",
|
|
3335
3547
|
"maintainers": [
|
|
3336
3548
|
{
|
|
3337
|
-
"name": "
|
|
3338
|
-
"github": "
|
|
3549
|
+
"name": "Artem Manchenkov",
|
|
3550
|
+
"github": "manchenkoff",
|
|
3551
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3339
3552
|
}
|
|
3340
3553
|
],
|
|
3341
3554
|
"compatibility": {
|
|
3342
|
-
"nuxt": "^
|
|
3555
|
+
"nuxt": "^3.0.0",
|
|
3343
3556
|
"requires": {}
|
|
3344
3557
|
}
|
|
3345
3558
|
},
|
|
3346
3559
|
{
|
|
3347
3560
|
"name": "nuxt-basic-auth",
|
|
3348
|
-
"description": "Nuxt
|
|
3561
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3349
3562
|
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
3563
|
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
3564
|
"icon": "",
|
|
@@ -3389,7 +3602,7 @@
|
|
|
3389
3602
|
},
|
|
3390
3603
|
{
|
|
3391
3604
|
"name": "nuxt-chatgpt",
|
|
3392
|
-
"description": "ChatGPT integration for Nuxt
|
|
3605
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3393
3606
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3394
3607
|
"npm": "nuxt-chatgpt",
|
|
3395
3608
|
"icon": "chatgpt.svg",
|
|
@@ -3411,7 +3624,7 @@
|
|
|
3411
3624
|
},
|
|
3412
3625
|
{
|
|
3413
3626
|
"name": "nuxt-facebook-chat",
|
|
3414
|
-
"description": "nuxt-plotly module is thin
|
|
3627
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3415
3628
|
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
3629
|
"npm": "nuxt-facebook-chat",
|
|
3417
3630
|
"icon": "nuxt-facebook-chat.svg",
|
|
@@ -3510,7 +3723,7 @@
|
|
|
3510
3723
|
},
|
|
3511
3724
|
{
|
|
3512
3725
|
"name": "nuxt-gtm",
|
|
3513
|
-
"description": "A Nuxt
|
|
3726
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3514
3727
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
3728
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
3729
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3527,7 +3740,8 @@
|
|
|
3527
3740
|
],
|
|
3528
3741
|
"compatibility": {
|
|
3529
3742
|
"nuxt": "^3.0.0",
|
|
3530
|
-
"requires": {}
|
|
3743
|
+
"requires": {},
|
|
3744
|
+
"devtools": "^0.0.0"
|
|
3531
3745
|
}
|
|
3532
3746
|
},
|
|
3533
3747
|
{
|
|
@@ -3554,6 +3768,50 @@
|
|
|
3554
3768
|
}
|
|
3555
3769
|
}
|
|
3556
3770
|
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-interpolation",
|
|
3773
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3774
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3775
|
+
"npm": "nuxt-interpolation",
|
|
3776
|
+
"icon": "",
|
|
3777
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3778
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3779
|
+
"learn_more": "",
|
|
3780
|
+
"category": "Devtools",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "daliborgogic",
|
|
3785
|
+
"github": "daliborgogic"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^2.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-jsonld",
|
|
3795
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3796
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3797
|
+
"npm": "nuxt-jsonld",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3800
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "SEO",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "ymmooot",
|
|
3807
|
+
"github": "ymmooot"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3557
3815
|
{
|
|
3558
3816
|
"name": "nuxt-localtunnel",
|
|
3559
3817
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3579,7 +3837,7 @@
|
|
|
3579
3837
|
},
|
|
3580
3838
|
{
|
|
3581
3839
|
"name": "nuxt-loco",
|
|
3582
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3840
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3583
3841
|
"repo": "gaetansenn/nuxt-loco",
|
|
3584
3842
|
"npm": "nuxt-loco",
|
|
3585
3843
|
"icon": "",
|
|
@@ -3600,6 +3858,28 @@
|
|
|
3600
3858
|
"requires": {}
|
|
3601
3859
|
}
|
|
3602
3860
|
},
|
|
3861
|
+
{
|
|
3862
|
+
"name": "nuxt-mail",
|
|
3863
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3864
|
+
"repo": "dword-design/nuxt-mail",
|
|
3865
|
+
"npm": "nuxt-mail",
|
|
3866
|
+
"icon": "",
|
|
3867
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3868
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3869
|
+
"learn_more": "",
|
|
3870
|
+
"category": "Extensions",
|
|
3871
|
+
"type": "3rd-party",
|
|
3872
|
+
"maintainers": [
|
|
3873
|
+
{
|
|
3874
|
+
"name": "Sebastian Landwehr",
|
|
3875
|
+
"github": "dword-design"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"compatibility": {
|
|
3879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3880
|
+
"requires": {}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3603
3883
|
{
|
|
3604
3884
|
"name": "nuxt-mapbox",
|
|
3605
3885
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3668,7 +3948,7 @@
|
|
|
3668
3948
|
},
|
|
3669
3949
|
{
|
|
3670
3950
|
"name": "nuxt-mongoose",
|
|
3671
|
-
"description": "A Nuxt
|
|
3951
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3672
3952
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3673
3953
|
"npm": "nuxt-mongoose",
|
|
3674
3954
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3683,6 +3963,52 @@
|
|
|
3683
3963
|
"github": "arashsheyda"
|
|
3684
3964
|
}
|
|
3685
3965
|
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"nuxt": "^3.0.0",
|
|
3968
|
+
"requires": {},
|
|
3969
|
+
"devtools": "^0.0.0"
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-openapi-docs-module",
|
|
3974
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
3975
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
3976
|
+
"npm": "nuxt-openapi-docs-module",
|
|
3977
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
3978
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
3979
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
3980
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
3981
|
+
"category": "Libraries",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Pavel Kuzmin",
|
|
3986
|
+
"github": "s00d"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3989
|
+
"compatibility": {
|
|
3990
|
+
"nuxt": "^3.0.0",
|
|
3991
|
+
"requires": {}
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-payload-analyzer",
|
|
3996
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3997
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3998
|
+
"npm": "nuxt-payload-analyzer",
|
|
3999
|
+
"icon": "",
|
|
4000
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4001
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4002
|
+
"learn_more": "",
|
|
4003
|
+
"category": "Performance",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Barbapapazes",
|
|
4008
|
+
"github": "Barbapapazes",
|
|
4009
|
+
"twitter": "soubiran_"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
3686
4012
|
"compatibility": {
|
|
3687
4013
|
"nuxt": "^3.0.0",
|
|
3688
4014
|
"requires": {}
|
|
@@ -3718,8 +4044,8 @@
|
|
|
3718
4044
|
"npm": "nuxt-phosphor-icons",
|
|
3719
4045
|
"icon": "phosphor-icons.svg",
|
|
3720
4046
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3721
|
-
"website": "https://
|
|
3722
|
-
"learn_more": "https://
|
|
4047
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4048
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3723
4049
|
"category": "UI",
|
|
3724
4050
|
"type": "3rd-party",
|
|
3725
4051
|
"maintainers": [
|
|
@@ -3757,7 +4083,7 @@
|
|
|
3757
4083
|
},
|
|
3758
4084
|
{
|
|
3759
4085
|
"name": "plausible",
|
|
3760
|
-
"description": "Nuxt
|
|
4086
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3761
4087
|
"repo": "nuxt-modules/plausible",
|
|
3762
4088
|
"npm": "@nuxtjs/plausible",
|
|
3763
4089
|
"icon": "plausible.png",
|
|
@@ -3779,7 +4105,7 @@
|
|
|
3779
4105
|
},
|
|
3780
4106
|
{
|
|
3781
4107
|
"name": "nuxt-plotly",
|
|
3782
|
-
"description": "nuxt-plotly
|
|
4108
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3783
4109
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3784
4110
|
"npm": "nuxt-plotly",
|
|
3785
4111
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3805,7 +4131,7 @@
|
|
|
3805
4131
|
},
|
|
3806
4132
|
{
|
|
3807
4133
|
"name": "nuxt-png-to-ico",
|
|
3808
|
-
"description": "Nuxt
|
|
4134
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3809
4135
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3810
4136
|
"npm": "nuxt-png-to-ico",
|
|
3811
4137
|
"icon": "",
|
|
@@ -3828,7 +4154,7 @@
|
|
|
3828
4154
|
},
|
|
3829
4155
|
{
|
|
3830
4156
|
"name": "nuxt-smartlook",
|
|
3831
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4157
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3832
4158
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3833
4159
|
"npm": "nuxt-smartlook",
|
|
3834
4160
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3851,12 +4177,34 @@
|
|
|
3851
4177
|
}
|
|
3852
4178
|
},
|
|
3853
4179
|
{
|
|
3854
|
-
"name": "
|
|
3855
|
-
"description": "
|
|
3856
|
-
"repo": "
|
|
3857
|
-
"npm": "nuxt-
|
|
3858
|
-
"icon": "",
|
|
3859
|
-
"github": "https://github.com/
|
|
4180
|
+
"name": "nuxt-social-share",
|
|
4181
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4182
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4183
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4184
|
+
"icon": "nuxt-social-share.png",
|
|
4185
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4186
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4187
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4188
|
+
"category": "Extensions",
|
|
4189
|
+
"type": "3rd-party",
|
|
4190
|
+
"maintainers": [
|
|
4191
|
+
{
|
|
4192
|
+
"name": "stefanobartoletti",
|
|
4193
|
+
"github": "stefanobartoletti"
|
|
4194
|
+
}
|
|
4195
|
+
],
|
|
4196
|
+
"compatibility": {
|
|
4197
|
+
"nuxt": "^3.0.0",
|
|
4198
|
+
"requires": {}
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "ssr-lit",
|
|
4203
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
4204
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4205
|
+
"npm": "nuxt-ssr-lit",
|
|
4206
|
+
"icon": "",
|
|
4207
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
3860
4208
|
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
3861
4209
|
"learn_more": "",
|
|
3862
4210
|
"category": "Libraries",
|
|
@@ -3880,7 +4228,7 @@
|
|
|
3880
4228
|
},
|
|
3881
4229
|
{
|
|
3882
4230
|
"name": "nuxt-storm",
|
|
3883
|
-
"description": "WebStorm & PHPStorm support for
|
|
4231
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3884
4232
|
"repo": "fumeapp/nuxt-storm",
|
|
3885
4233
|
"npm": "nuxt-storm",
|
|
3886
4234
|
"icon": "nuxt-storm.png",
|
|
@@ -3900,6 +4248,30 @@
|
|
|
3900
4248
|
"requires": {}
|
|
3901
4249
|
}
|
|
3902
4250
|
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "nuxt-svgo-loader",
|
|
4253
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4254
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4255
|
+
"npm": "nuxt-svgo-loader",
|
|
4256
|
+
"icon": "",
|
|
4257
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4258
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4259
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4260
|
+
"category": "Images",
|
|
4261
|
+
"type": "3rd-party",
|
|
4262
|
+
"maintainers": [
|
|
4263
|
+
{
|
|
4264
|
+
"name": "Alex Liu",
|
|
4265
|
+
"github": "Mini-ghost",
|
|
4266
|
+
"twitter": "Minighost_Alex"
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4269
|
+
"compatibility": {
|
|
4270
|
+
"nuxt": "^3.0.0",
|
|
4271
|
+
"requires": {},
|
|
4272
|
+
"devtools": "^0.0.0"
|
|
4273
|
+
}
|
|
4274
|
+
},
|
|
3903
4275
|
{
|
|
3904
4276
|
"name": "nuxt-svgo",
|
|
3905
4277
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3924,7 +4296,7 @@
|
|
|
3924
4296
|
},
|
|
3925
4297
|
{
|
|
3926
4298
|
"name": "nuxt-unleash",
|
|
3927
|
-
"description": "Nuxt
|
|
4299
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3928
4300
|
"repo": "conejerock/nuxt-unleash",
|
|
3929
4301
|
"npm": "nuxt-unleash",
|
|
3930
4302
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3944,28 +4316,6 @@
|
|
|
3944
4316
|
"requires": {}
|
|
3945
4317
|
}
|
|
3946
4318
|
},
|
|
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
4319
|
{
|
|
3970
4320
|
"name": "nuxt-use-sound",
|
|
3971
4321
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -4035,20 +4385,42 @@
|
|
|
4035
4385
|
}
|
|
4036
4386
|
},
|
|
4037
4387
|
{
|
|
4038
|
-
"name": "
|
|
4039
|
-
"description": "
|
|
4040
|
-
"repo": "
|
|
4041
|
-
"npm": "
|
|
4042
|
-
"icon": "
|
|
4043
|
-
"github": "https://github.com/
|
|
4044
|
-
"website": "https://
|
|
4045
|
-
"learn_more": "
|
|
4046
|
-
"category": "
|
|
4388
|
+
"name": "Nuxt zodI18n",
|
|
4389
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4390
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4391
|
+
"npm": "nuxt-zod-i18n",
|
|
4392
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4393
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4394
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4395
|
+
"learn_more": "",
|
|
4396
|
+
"category": "Libraries",
|
|
4397
|
+
"type": "3rd-party",
|
|
4398
|
+
"maintainers": [
|
|
4399
|
+
{
|
|
4400
|
+
"name": "xibman",
|
|
4401
|
+
"github": "xibman"
|
|
4402
|
+
}
|
|
4403
|
+
],
|
|
4404
|
+
"compatibility": {
|
|
4405
|
+
"nuxt": "^3.0.0",
|
|
4406
|
+
"requires": {}
|
|
4407
|
+
}
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"name": "nuxt3-interpolation",
|
|
4411
|
+
"description": "",
|
|
4412
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4413
|
+
"npm": "nuxt3-interpolation",
|
|
4414
|
+
"icon": "",
|
|
4415
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4416
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4417
|
+
"learn_more": "",
|
|
4418
|
+
"category": "Devtools",
|
|
4047
4419
|
"type": "3rd-party",
|
|
4048
4420
|
"maintainers": [
|
|
4049
4421
|
{
|
|
4050
|
-
"name": "
|
|
4051
|
-
"github": "
|
|
4422
|
+
"name": "daliborgogic",
|
|
4423
|
+
"github": "daliborgogic"
|
|
4052
4424
|
}
|
|
4053
4425
|
],
|
|
4054
4426
|
"compatibility": {
|
|
@@ -4080,7 +4452,7 @@
|
|
|
4080
4452
|
},
|
|
4081
4453
|
{
|
|
4082
4454
|
"name": "nuxt7",
|
|
4083
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4455
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4084
4456
|
"repo": "nuxt-community/nuxt7",
|
|
4085
4457
|
"npm": "nuxt7",
|
|
4086
4458
|
"icon": "",
|
|
@@ -4101,38 +4473,15 @@
|
|
|
4101
4473
|
"requires": {}
|
|
4102
4474
|
}
|
|
4103
4475
|
},
|
|
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
4476
|
{
|
|
4128
4477
|
"name": "og-image",
|
|
4129
|
-
"description": "
|
|
4478
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4130
4479
|
"repo": "harlan-zw/nuxt-og-image",
|
|
4131
4480
|
"npm": "nuxt-og-image",
|
|
4132
|
-
"icon": "",
|
|
4481
|
+
"icon": "og-image.svg",
|
|
4133
4482
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
4134
|
-
"website": "https://
|
|
4135
|
-
"learn_more": "",
|
|
4483
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4484
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4136
4485
|
"category": "SEO",
|
|
4137
4486
|
"type": "3rd-party",
|
|
4138
4487
|
"maintainers": [
|
|
@@ -4145,7 +4494,8 @@
|
|
|
4145
4494
|
],
|
|
4146
4495
|
"compatibility": {
|
|
4147
4496
|
"nuxt": "^3.0.0",
|
|
4148
|
-
"requires": {}
|
|
4497
|
+
"requires": {},
|
|
4498
|
+
"devtools": "^0.0.0"
|
|
4149
4499
|
}
|
|
4150
4500
|
},
|
|
4151
4501
|
{
|
|
@@ -4173,7 +4523,7 @@
|
|
|
4173
4523
|
},
|
|
4174
4524
|
{
|
|
4175
4525
|
"name": "optimized-images",
|
|
4176
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4526
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4177
4527
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4178
4528
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4179
4529
|
"icon": "",
|
|
@@ -4218,7 +4568,7 @@
|
|
|
4218
4568
|
},
|
|
4219
4569
|
{
|
|
4220
4570
|
"name": "parse",
|
|
4221
|
-
"description": "Parse package for Nuxt
|
|
4571
|
+
"description": "Parse package for Nuxt",
|
|
4222
4572
|
"repo": "cierrateam/nuxt-parse",
|
|
4223
4573
|
"npm": "nuxt-parse",
|
|
4224
4574
|
"icon": "",
|
|
@@ -4238,6 +4588,29 @@
|
|
|
4238
4588
|
"requires": {}
|
|
4239
4589
|
}
|
|
4240
4590
|
},
|
|
4591
|
+
{
|
|
4592
|
+
"name": "particles",
|
|
4593
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4594
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4595
|
+
"npm": "nuxt-particles",
|
|
4596
|
+
"icon": "",
|
|
4597
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4598
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4599
|
+
"learn_more": "https://particles.js.org/",
|
|
4600
|
+
"category": "Libraries",
|
|
4601
|
+
"type": "3rd-party",
|
|
4602
|
+
"maintainers": [
|
|
4603
|
+
{
|
|
4604
|
+
"name": "Joey Pereira",
|
|
4605
|
+
"github": "Joepocalyptic",
|
|
4606
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4607
|
+
}
|
|
4608
|
+
],
|
|
4609
|
+
"compatibility": {
|
|
4610
|
+
"nuxt": "^3.0.0",
|
|
4611
|
+
"requires": {}
|
|
4612
|
+
}
|
|
4613
|
+
},
|
|
4241
4614
|
{
|
|
4242
4615
|
"name": "partytown",
|
|
4243
4616
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4263,6 +4636,28 @@
|
|
|
4263
4636
|
}
|
|
4264
4637
|
}
|
|
4265
4638
|
},
|
|
4639
|
+
{
|
|
4640
|
+
"name": "paypal",
|
|
4641
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4642
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4643
|
+
"npm": "nuxt-paypal",
|
|
4644
|
+
"icon": "paypal.svg",
|
|
4645
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4646
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4647
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4648
|
+
"category": "Payment",
|
|
4649
|
+
"type": "3rd-party",
|
|
4650
|
+
"maintainers": [
|
|
4651
|
+
{
|
|
4652
|
+
"name": "Arash Sheyda",
|
|
4653
|
+
"github": "arashsheyda"
|
|
4654
|
+
}
|
|
4655
|
+
],
|
|
4656
|
+
"compatibility": {
|
|
4657
|
+
"nuxt": "^3.0.0",
|
|
4658
|
+
"requires": {}
|
|
4659
|
+
}
|
|
4660
|
+
},
|
|
4266
4661
|
{
|
|
4267
4662
|
"name": "pdfeasy",
|
|
4268
4663
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4384,7 +4779,7 @@
|
|
|
4384
4779
|
},
|
|
4385
4780
|
{
|
|
4386
4781
|
"name": "plausible",
|
|
4387
|
-
"description": "Nuxt
|
|
4782
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4388
4783
|
"repo": "nuxt-modules/plausible",
|
|
4389
4784
|
"npm": "@nuxtjs/plausible",
|
|
4390
4785
|
"icon": "",
|
|
@@ -4431,9 +4826,9 @@
|
|
|
4431
4826
|
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4432
4827
|
"repo": "johannschopplich/nuxt-prepare",
|
|
4433
4828
|
"npm": "nuxt-prepare",
|
|
4434
|
-
"icon": "
|
|
4829
|
+
"icon": "prepare.svg",
|
|
4435
4830
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4436
|
-
"website": "https://nuxt-prepare.
|
|
4831
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4437
4832
|
"learn_more": "",
|
|
4438
4833
|
"category": "Devtools",
|
|
4439
4834
|
"type": "3rd-party",
|
|
@@ -4450,9 +4845,32 @@
|
|
|
4450
4845
|
"requires": {}
|
|
4451
4846
|
}
|
|
4452
4847
|
},
|
|
4848
|
+
{
|
|
4849
|
+
"name": "primevue",
|
|
4850
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4851
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4852
|
+
"npm": "nuxt-primevue",
|
|
4853
|
+
"icon": "primevue.svg",
|
|
4854
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4855
|
+
"website": "https://primevue.org/",
|
|
4856
|
+
"learn_more": "https://primevue.org/",
|
|
4857
|
+
"category": "UI",
|
|
4858
|
+
"type": "3rd-party",
|
|
4859
|
+
"maintainers": [
|
|
4860
|
+
{
|
|
4861
|
+
"name": "primefaces",
|
|
4862
|
+
"github": "primefaces",
|
|
4863
|
+
"twitter": "primevue"
|
|
4864
|
+
}
|
|
4865
|
+
],
|
|
4866
|
+
"compatibility": {
|
|
4867
|
+
"nuxt": "^3.0.0",
|
|
4868
|
+
"requires": {}
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4453
4871
|
{
|
|
4454
4872
|
"name": "prismic",
|
|
4455
|
-
"description": "Easily connect your Nuxt
|
|
4873
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4456
4874
|
"repo": "nuxt-modules/prismic",
|
|
4457
4875
|
"npm": "@nuxtjs/prismic",
|
|
4458
4876
|
"icon": "prismic.png",
|
|
@@ -4519,7 +4937,7 @@
|
|
|
4519
4937
|
},
|
|
4520
4938
|
{
|
|
4521
4939
|
"name": "proxy",
|
|
4522
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4940
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4523
4941
|
"repo": "nuxt-community/proxy-module",
|
|
4524
4942
|
"npm": "@nuxtjs/proxy",
|
|
4525
4943
|
"icon": "",
|
|
@@ -4565,7 +4983,7 @@
|
|
|
4565
4983
|
},
|
|
4566
4984
|
{
|
|
4567
4985
|
"name": "purgecss",
|
|
4568
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4986
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4569
4987
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4570
4988
|
"npm": "nuxt-purgecss",
|
|
4571
4989
|
"icon": "purgecss.png",
|
|
@@ -4587,7 +5005,7 @@
|
|
|
4587
5005
|
},
|
|
4588
5006
|
{
|
|
4589
5007
|
"name": "pwa",
|
|
4590
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5008
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4591
5009
|
"repo": "nuxt-community/pwa-module",
|
|
4592
5010
|
"npm": "@nuxtjs/pwa",
|
|
4593
5011
|
"icon": "pwa.png",
|
|
@@ -4612,7 +5030,7 @@
|
|
|
4612
5030
|
},
|
|
4613
5031
|
{
|
|
4614
5032
|
"name": "python",
|
|
4615
|
-
"description": "Write Nuxt
|
|
5033
|
+
"description": "Write Nuxt applications using Python",
|
|
4616
5034
|
"repo": "nuxt-community/python-module",
|
|
4617
5035
|
"npm": "@nuxtjs/python",
|
|
4618
5036
|
"icon": "python.png",
|
|
@@ -4651,7 +5069,8 @@
|
|
|
4651
5069
|
],
|
|
4652
5070
|
"compatibility": {
|
|
4653
5071
|
"nuxt": "^3.0.0",
|
|
4654
|
-
"requires": {}
|
|
5072
|
+
"requires": {},
|
|
5073
|
+
"devtools": "^0.0.0"
|
|
4655
5074
|
}
|
|
4656
5075
|
},
|
|
4657
5076
|
{
|
|
@@ -4676,9 +5095,44 @@
|
|
|
4676
5095
|
"requires": {}
|
|
4677
5096
|
}
|
|
4678
5097
|
},
|
|
5098
|
+
{
|
|
5099
|
+
"name": "radix-vue",
|
|
5100
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5101
|
+
"repo": "radix-vue/radix-vue",
|
|
5102
|
+
"npm": "radix-vue",
|
|
5103
|
+
"icon": "radix-vue.svg",
|
|
5104
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5105
|
+
"website": "https://www.radix-vue.com/",
|
|
5106
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5107
|
+
"category": "UI",
|
|
5108
|
+
"type": "3rd-party",
|
|
5109
|
+
"maintainers": [
|
|
5110
|
+
{
|
|
5111
|
+
"name": "Zernonia",
|
|
5112
|
+
"github": "zernonia",
|
|
5113
|
+
"twitter": "zernonia"
|
|
5114
|
+
},
|
|
5115
|
+
{
|
|
5116
|
+
"name": "Khairul Haaziq",
|
|
5117
|
+
"github": "khairulhaaziq"
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
"name": "Mujahid Anuar",
|
|
5121
|
+
"github": "mujahidfa"
|
|
5122
|
+
},
|
|
5123
|
+
{
|
|
5124
|
+
"name": "Max",
|
|
5125
|
+
"github": "onmax"
|
|
5126
|
+
}
|
|
5127
|
+
],
|
|
5128
|
+
"compatibility": {
|
|
5129
|
+
"nuxt": "^3.0.0",
|
|
5130
|
+
"requires": {}
|
|
5131
|
+
}
|
|
5132
|
+
},
|
|
4679
5133
|
{
|
|
4680
5134
|
"name": "recaptcha",
|
|
4681
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5135
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4682
5136
|
"repo": "nuxt-community/recaptcha-module",
|
|
4683
5137
|
"npm": "@nuxtjs/recaptcha",
|
|
4684
5138
|
"icon": "recaptcha.png",
|
|
@@ -4721,9 +5175,32 @@
|
|
|
4721
5175
|
"requires": {}
|
|
4722
5176
|
}
|
|
4723
5177
|
},
|
|
5178
|
+
{
|
|
5179
|
+
"name": "resend",
|
|
5180
|
+
"description": "Resend integration for Nuxt",
|
|
5181
|
+
"repo": "nhedger/nuxt-resend",
|
|
5182
|
+
"npm": "nuxt-resend",
|
|
5183
|
+
"icon": "resend.svg",
|
|
5184
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5185
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5186
|
+
"learn_more": "https://resend.com",
|
|
5187
|
+
"category": "Extensions",
|
|
5188
|
+
"type": "3rd-party",
|
|
5189
|
+
"maintainers": [
|
|
5190
|
+
{
|
|
5191
|
+
"name": "Nicolas Hedger",
|
|
5192
|
+
"github": "nhedger",
|
|
5193
|
+
"twitter": "nicolashedger"
|
|
5194
|
+
}
|
|
5195
|
+
],
|
|
5196
|
+
"compatibility": {
|
|
5197
|
+
"nuxt": "^3.0.0",
|
|
5198
|
+
"requires": {}
|
|
5199
|
+
}
|
|
5200
|
+
},
|
|
4724
5201
|
{
|
|
4725
5202
|
"name": "rfg-icon",
|
|
4726
|
-
"description": "Nuxt
|
|
5203
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4727
5204
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4728
5205
|
"npm": "nuxt-rfg-icon",
|
|
4729
5206
|
"icon": "real-favicon-generator.png",
|
|
@@ -4745,7 +5222,7 @@
|
|
|
4745
5222
|
},
|
|
4746
5223
|
{
|
|
4747
5224
|
"name": "robots",
|
|
4748
|
-
"description": "A Nuxt
|
|
5225
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4749
5226
|
"repo": "nuxt-modules/robots",
|
|
4750
5227
|
"npm": "@nuxtjs/robots",
|
|
4751
5228
|
"icon": "robots.png",
|
|
@@ -4769,23 +5246,23 @@
|
|
|
4769
5246
|
},
|
|
4770
5247
|
{
|
|
4771
5248
|
"name": "rollbar",
|
|
4772
|
-
"description": "
|
|
4773
|
-
"repo": "
|
|
4774
|
-
"npm": "nuxt-rollbar
|
|
5249
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5250
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5251
|
+
"npm": "nuxt-rollbar",
|
|
4775
5252
|
"icon": "rollbar.png",
|
|
4776
|
-
"github": "https://github.com/
|
|
4777
|
-
"website": "https://github.com/
|
|
5253
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5254
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4778
5255
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4779
5256
|
"category": "Monitoring",
|
|
4780
5257
|
"type": "3rd-party",
|
|
4781
5258
|
"maintainers": [
|
|
4782
5259
|
{
|
|
4783
|
-
"name": "
|
|
4784
|
-
"github": "
|
|
5260
|
+
"name": "Jairo Blatt",
|
|
5261
|
+
"github": "jairoblatt"
|
|
4785
5262
|
}
|
|
4786
5263
|
],
|
|
4787
5264
|
"compatibility": {
|
|
4788
|
-
"nuxt": "^
|
|
5265
|
+
"nuxt": "^3.0.0",
|
|
4789
5266
|
"requires": {}
|
|
4790
5267
|
}
|
|
4791
5268
|
},
|
|
@@ -4814,7 +5291,7 @@
|
|
|
4814
5291
|
},
|
|
4815
5292
|
{
|
|
4816
5293
|
"name": "router",
|
|
4817
|
-
"description": "Nuxt
|
|
5294
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4818
5295
|
"repo": "nuxt-community/router-module",
|
|
4819
5296
|
"npm": "@nuxtjs/router",
|
|
4820
5297
|
"icon": "vue.png",
|
|
@@ -4862,13 +5339,13 @@
|
|
|
4862
5339
|
},
|
|
4863
5340
|
{
|
|
4864
5341
|
"name": "schema-org",
|
|
4865
|
-
"description": "Schema.org for Nuxt
|
|
4866
|
-
"repo": "
|
|
5342
|
+
"description": "Schema.org for Nuxt.",
|
|
5343
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4867
5344
|
"npm": "nuxt-schema-org",
|
|
4868
5345
|
"icon": "schema-org.svg",
|
|
4869
|
-
"github": "https://github.com/
|
|
4870
|
-
"website": "https://
|
|
4871
|
-
"learn_more": "https://
|
|
5346
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5347
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5348
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4872
5349
|
"category": "SEO",
|
|
4873
5350
|
"type": "3rd-party",
|
|
4874
5351
|
"maintainers": [
|
|
@@ -4931,7 +5408,7 @@
|
|
|
4931
5408
|
},
|
|
4932
5409
|
{
|
|
4933
5410
|
"name": "segment",
|
|
4934
|
-
"description": "Nuxt
|
|
5411
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4935
5412
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4936
5413
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4937
5414
|
"icon": "segment.png",
|
|
@@ -4953,7 +5430,7 @@
|
|
|
4953
5430
|
},
|
|
4954
5431
|
{
|
|
4955
5432
|
"name": "sentry",
|
|
4956
|
-
"description": "Sentry module for Nuxt
|
|
5433
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4957
5434
|
"repo": "nuxt-community/sentry-module",
|
|
4958
5435
|
"npm": "@nuxtjs/sentry",
|
|
4959
5436
|
"icon": "sentry.svg",
|
|
@@ -4973,14 +5450,38 @@
|
|
|
4973
5450
|
"requires": {}
|
|
4974
5451
|
}
|
|
4975
5452
|
},
|
|
5453
|
+
{
|
|
5454
|
+
"name": "seo-experiments",
|
|
5455
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5456
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5457
|
+
"npm": "nuxt-seo-experiments",
|
|
5458
|
+
"icon": "seo-experiments.svg",
|
|
5459
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5460
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5461
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5462
|
+
"category": "SEO",
|
|
5463
|
+
"type": "3rd-party",
|
|
5464
|
+
"maintainers": [
|
|
5465
|
+
{
|
|
5466
|
+
"name": "Harlan Wilton",
|
|
5467
|
+
"github": "harlan-zw",
|
|
5468
|
+
"twitter": "harlan_zw",
|
|
5469
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5470
|
+
}
|
|
5471
|
+
],
|
|
5472
|
+
"compatibility": {
|
|
5473
|
+
"nuxt": "^3.0.0",
|
|
5474
|
+
"requires": {}
|
|
5475
|
+
}
|
|
5476
|
+
},
|
|
4976
5477
|
{
|
|
4977
5478
|
"name": "seo-kit",
|
|
4978
|
-
"description": "
|
|
5479
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4979
5480
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4980
5481
|
"npm": "nuxt-seo-kit",
|
|
4981
5482
|
"icon": "seo-kit.svg",
|
|
4982
5483
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4983
|
-
"website": "https://
|
|
5484
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4984
5485
|
"learn_more": "",
|
|
4985
5486
|
"category": "SEO",
|
|
4986
5487
|
"type": "3rd-party",
|
|
@@ -5020,7 +5521,7 @@
|
|
|
5020
5521
|
},
|
|
5021
5522
|
{
|
|
5022
5523
|
"name": "seomatic-meta",
|
|
5023
|
-
"description": "A Nuxt
|
|
5524
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
5024
5525
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
5025
5526
|
"npm": "nuxt-seomatic-meta",
|
|
5026
5527
|
"icon": "seomatic.png",
|
|
@@ -5111,7 +5612,7 @@
|
|
|
5111
5612
|
},
|
|
5112
5613
|
{
|
|
5113
5614
|
"name": "shopify",
|
|
5114
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5615
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5115
5616
|
"repo": "Gomah/nuxt-shopify",
|
|
5116
5617
|
"npm": "nuxt-shopify",
|
|
5117
5618
|
"icon": "shopify.png",
|
|
@@ -5132,7 +5633,7 @@
|
|
|
5132
5633
|
}
|
|
5133
5634
|
},
|
|
5134
5635
|
{
|
|
5135
|
-
"name": "
|
|
5636
|
+
"name": "sidebase-auth",
|
|
5136
5637
|
"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
5638
|
"repo": "sidebase/nuxt-auth",
|
|
5138
5639
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5178,13 +5679,13 @@
|
|
|
5178
5679
|
},
|
|
5179
5680
|
{
|
|
5180
5681
|
"name": "simple-robots",
|
|
5181
|
-
"description": "
|
|
5682
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5182
5683
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5183
5684
|
"npm": "nuxt-simple-robots",
|
|
5184
|
-
"icon": "",
|
|
5685
|
+
"icon": "simple-robots.svg",
|
|
5185
5686
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5186
|
-
"website": "https://
|
|
5187
|
-
"learn_more": "",
|
|
5687
|
+
"website": "https://nuxtseo.com/robots",
|
|
5688
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5188
5689
|
"category": "SEO",
|
|
5189
5690
|
"type": "3rd-party",
|
|
5190
5691
|
"maintainers": [
|
|
@@ -5202,13 +5703,13 @@
|
|
|
5202
5703
|
},
|
|
5203
5704
|
{
|
|
5204
5705
|
"name": "simple-sitemap",
|
|
5205
|
-
"description": "
|
|
5706
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5206
5707
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5207
5708
|
"npm": "nuxt-simple-sitemap",
|
|
5208
|
-
"icon": "",
|
|
5709
|
+
"icon": "simple-sitemap.svg",
|
|
5209
5710
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5210
|
-
"website": "https://
|
|
5211
|
-
"learn_more": "",
|
|
5711
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5712
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5212
5713
|
"category": "SEO",
|
|
5213
5714
|
"type": "3rd-party",
|
|
5214
5715
|
"maintainers": [
|
|
@@ -5226,7 +5727,7 @@
|
|
|
5226
5727
|
},
|
|
5227
5728
|
{
|
|
5228
5729
|
"name": "sitemap",
|
|
5229
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5730
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5230
5731
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5231
5732
|
"npm": "@nuxtjs/sitemap",
|
|
5232
5733
|
"icon": "",
|
|
@@ -5271,7 +5772,7 @@
|
|
|
5271
5772
|
},
|
|
5272
5773
|
{
|
|
5273
5774
|
"name": "snipcart",
|
|
5274
|
-
"description": "Snipcart integration module for Nuxt
|
|
5775
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5275
5776
|
"repo": "nuxt-modules/snipcart",
|
|
5276
5777
|
"npm": "@nuxtjs/snipcart",
|
|
5277
5778
|
"icon": "snipcart.png",
|
|
@@ -5294,7 +5795,7 @@
|
|
|
5294
5795
|
},
|
|
5295
5796
|
{
|
|
5296
5797
|
"name": "social-meta",
|
|
5297
|
-
"description": "Nuxt
|
|
5798
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5298
5799
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5299
5800
|
"npm": "nuxt-social-meta",
|
|
5300
5801
|
"icon": "",
|
|
@@ -5416,7 +5917,7 @@
|
|
|
5416
5917
|
},
|
|
5417
5918
|
{
|
|
5418
5919
|
"name": "storage",
|
|
5419
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5920
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5420
5921
|
"repo": "mazipan/nuxt-storage",
|
|
5421
5922
|
"npm": "nuxt-storage",
|
|
5422
5923
|
"icon": "",
|
|
@@ -5438,7 +5939,7 @@
|
|
|
5438
5939
|
},
|
|
5439
5940
|
{
|
|
5440
5941
|
"name": "storefront-ui",
|
|
5441
|
-
"description": "Storefront UI Module for Nuxt
|
|
5942
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5442
5943
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5443
5944
|
"npm": "@storefront-ui/nuxt",
|
|
5444
5945
|
"icon": "storefront-ui.svg",
|
|
@@ -5482,7 +5983,7 @@
|
|
|
5482
5983
|
},
|
|
5483
5984
|
{
|
|
5484
5985
|
"name": "storyblok",
|
|
5485
|
-
"description": "Storyblok Nuxt
|
|
5986
|
+
"description": "Storyblok Nuxt module",
|
|
5486
5987
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5487
5988
|
"npm": "@storyblok/nuxt",
|
|
5488
5989
|
"icon": "storyblok.png",
|
|
@@ -5499,37 +6000,34 @@
|
|
|
5499
6000
|
],
|
|
5500
6001
|
"compatibility": {
|
|
5501
6002
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5502
|
-
"requires": {}
|
|
6003
|
+
"requires": {},
|
|
6004
|
+
"devtools": "^0.0.0"
|
|
5503
6005
|
}
|
|
5504
6006
|
},
|
|
5505
6007
|
{
|
|
5506
6008
|
"name": "storybook",
|
|
5507
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5508
|
-
"repo": "nuxt-
|
|
6009
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6010
|
+
"repo": "nuxt-modules/storybook",
|
|
5509
6011
|
"npm": "@nuxtjs/storybook",
|
|
5510
6012
|
"icon": "storybook.png",
|
|
5511
|
-
"github": "https://github.com/nuxt-
|
|
6013
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5512
6014
|
"website": "https://storybook.nuxtjs.org",
|
|
5513
|
-
"learn_more": "https://
|
|
6015
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5514
6016
|
"category": "Devtools",
|
|
5515
6017
|
"type": "community",
|
|
5516
6018
|
"maintainers": [
|
|
5517
6019
|
{
|
|
5518
|
-
"name": "
|
|
5519
|
-
"github": "
|
|
5520
|
-
"twitter": "
|
|
5521
|
-
},
|
|
5522
|
-
{
|
|
5523
|
-
"name": "Pooya Parsa",
|
|
5524
|
-
"github": "pi0",
|
|
5525
|
-
"twitter": "_pi0_"
|
|
6020
|
+
"name": "Chakir QATAB",
|
|
6021
|
+
"github": "chakAs3",
|
|
6022
|
+
"twitter": "ChakirQatab"
|
|
5526
6023
|
}
|
|
5527
6024
|
],
|
|
5528
6025
|
"compatibility": {
|
|
5529
|
-
"nuxt": "^2.0.0",
|
|
6026
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5530
6027
|
"requires": {
|
|
5531
6028
|
"bridge": "optional"
|
|
5532
|
-
}
|
|
6029
|
+
},
|
|
6030
|
+
"devtools": "^0.7.2"
|
|
5533
6031
|
}
|
|
5534
6032
|
},
|
|
5535
6033
|
{
|
|
@@ -5559,7 +6057,8 @@
|
|
|
5559
6057
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5560
6058
|
"requires": {
|
|
5561
6059
|
"bridge": true
|
|
5562
|
-
}
|
|
6060
|
+
},
|
|
6061
|
+
"devtools": "^0.0.0"
|
|
5563
6062
|
}
|
|
5564
6063
|
},
|
|
5565
6064
|
{
|
|
@@ -5610,6 +6109,36 @@
|
|
|
5610
6109
|
"requires": {}
|
|
5611
6110
|
}
|
|
5612
6111
|
},
|
|
6112
|
+
{
|
|
6113
|
+
"name": "studio",
|
|
6114
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6115
|
+
"repo": "nuxtlabs/studio-module",
|
|
6116
|
+
"npm": "@nuxthq/studio",
|
|
6117
|
+
"icon": "studio.svg",
|
|
6118
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6119
|
+
"website": "https://nuxt.studio",
|
|
6120
|
+
"learn_more": "https://nuxt.studio",
|
|
6121
|
+
"category": "CMS",
|
|
6122
|
+
"type": "3rd-party",
|
|
6123
|
+
"maintainers": [
|
|
6124
|
+
{
|
|
6125
|
+
"name": "Ahad Birang",
|
|
6126
|
+
"github": "farnabaz",
|
|
6127
|
+
"twitter": "a_birang"
|
|
6128
|
+
},
|
|
6129
|
+
{
|
|
6130
|
+
"name": "Sébastien Chopin",
|
|
6131
|
+
"github": "Atinux",
|
|
6132
|
+
"twitter": "Atinux"
|
|
6133
|
+
}
|
|
6134
|
+
],
|
|
6135
|
+
"compatibility": {
|
|
6136
|
+
"nuxt": "^3.0.0",
|
|
6137
|
+
"requires": {
|
|
6138
|
+
"content": true
|
|
6139
|
+
}
|
|
6140
|
+
}
|
|
6141
|
+
},
|
|
5613
6142
|
{
|
|
5614
6143
|
"name": "style-resources",
|
|
5615
6144
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5635,7 +6164,7 @@
|
|
|
5635
6164
|
},
|
|
5636
6165
|
{
|
|
5637
6166
|
"name": "stylelint",
|
|
5638
|
-
"description": "Stylelint module for Nuxt.
|
|
6167
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5639
6168
|
"repo": "nuxt-community/stylelint-module",
|
|
5640
6169
|
"npm": "@nuxtjs/stylelint-module",
|
|
5641
6170
|
"icon": "stylelint.png",
|
|
@@ -5735,12 +6264,12 @@
|
|
|
5735
6264
|
},
|
|
5736
6265
|
{
|
|
5737
6266
|
"name": "svg-sprite",
|
|
5738
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5739
|
-
"repo": "nuxt-
|
|
6267
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6268
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5740
6269
|
"npm": "@nuxtjs/svg-sprite",
|
|
5741
6270
|
"icon": "",
|
|
5742
|
-
"github": "https://github.com/nuxt-
|
|
5743
|
-
"website": "https://github.com/nuxt-
|
|
6271
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6272
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5744
6273
|
"learn_more": "",
|
|
5745
6274
|
"category": "UI",
|
|
5746
6275
|
"type": "community",
|
|
@@ -5752,13 +6281,13 @@
|
|
|
5752
6281
|
}
|
|
5753
6282
|
],
|
|
5754
6283
|
"compatibility": {
|
|
5755
|
-
"nuxt": "^2.0.0",
|
|
6284
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5756
6285
|
"requires": {}
|
|
5757
6286
|
}
|
|
5758
6287
|
},
|
|
5759
6288
|
{
|
|
5760
6289
|
"name": "svg",
|
|
5761
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6290
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5762
6291
|
"repo": "nuxt-community/svg-module",
|
|
5763
6292
|
"npm": "@nuxtjs/svg",
|
|
5764
6293
|
"icon": "",
|
|
@@ -5802,7 +6331,7 @@
|
|
|
5802
6331
|
},
|
|
5803
6332
|
{
|
|
5804
6333
|
"name": "swiper",
|
|
5805
|
-
"description": "Nuxt
|
|
6334
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5806
6335
|
"repo": "cpreston321/nuxt-swiper",
|
|
5807
6336
|
"npm": "nuxt-swiper",
|
|
5808
6337
|
"icon": "swiper.svg",
|
|
@@ -5848,10 +6377,10 @@
|
|
|
5848
6377
|
{
|
|
5849
6378
|
"name": "tailwindcss",
|
|
5850
6379
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5851
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6380
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5852
6381
|
"npm": "@nuxtjs/tailwindcss",
|
|
5853
6382
|
"icon": "tailwindcss.png",
|
|
5854
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6383
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5855
6384
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5856
6385
|
"learn_more": "https://tailwindcss.com/",
|
|
5857
6386
|
"category": "UI",
|
|
@@ -5869,7 +6398,8 @@
|
|
|
5869
6398
|
],
|
|
5870
6399
|
"compatibility": {
|
|
5871
6400
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5872
|
-
"requires": {}
|
|
6401
|
+
"requires": {},
|
|
6402
|
+
"devtools": "^0.0.0"
|
|
5873
6403
|
}
|
|
5874
6404
|
},
|
|
5875
6405
|
{
|
|
@@ -5917,9 +6447,31 @@
|
|
|
5917
6447
|
"requires": {}
|
|
5918
6448
|
}
|
|
5919
6449
|
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "tiptap",
|
|
6452
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6453
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6454
|
+
"npm": "nuxt-tiptap-editor",
|
|
6455
|
+
"icon": "tiptap.png",
|
|
6456
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6457
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6458
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6459
|
+
"category": "Libraries",
|
|
6460
|
+
"type": "3rd-party",
|
|
6461
|
+
"maintainers": [
|
|
6462
|
+
{
|
|
6463
|
+
"name": "modbender",
|
|
6464
|
+
"github": "modbender"
|
|
6465
|
+
}
|
|
6466
|
+
],
|
|
6467
|
+
"compatibility": {
|
|
6468
|
+
"nuxt": "^3.0.0",
|
|
6469
|
+
"requires": {}
|
|
6470
|
+
}
|
|
6471
|
+
},
|
|
5920
6472
|
{
|
|
5921
6473
|
"name": "toast",
|
|
5922
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6474
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5923
6475
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5924
6476
|
"npm": "@nuxtjs/toast",
|
|
5925
6477
|
"icon": "",
|
|
@@ -5940,6 +6492,28 @@
|
|
|
5940
6492
|
"requires": {}
|
|
5941
6493
|
}
|
|
5942
6494
|
},
|
|
6495
|
+
{
|
|
6496
|
+
"name": "translation-manager",
|
|
6497
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6498
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6499
|
+
"npm": "nuxt-translation-manager",
|
|
6500
|
+
"icon": "translation-manager.png",
|
|
6501
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6502
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6503
|
+
"learn_more": "",
|
|
6504
|
+
"category": "Extensions",
|
|
6505
|
+
"type": "3rd-party",
|
|
6506
|
+
"maintainers": [
|
|
6507
|
+
{
|
|
6508
|
+
"name": "Sam K",
|
|
6509
|
+
"github": "samk-dev"
|
|
6510
|
+
}
|
|
6511
|
+
],
|
|
6512
|
+
"compatibility": {
|
|
6513
|
+
"nuxt": "^3.0.0",
|
|
6514
|
+
"requires": {}
|
|
6515
|
+
}
|
|
6516
|
+
},
|
|
5943
6517
|
{
|
|
5944
6518
|
"name": "tresjs",
|
|
5945
6519
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6000,7 +6574,7 @@
|
|
|
6000
6574
|
},
|
|
6001
6575
|
{
|
|
6002
6576
|
"name": "twa",
|
|
6003
|
-
"description": "Nuxt
|
|
6577
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
6004
6578
|
"repo": "tuarrep/nuxt-twa",
|
|
6005
6579
|
"npm": "nuxt-twa",
|
|
6006
6580
|
"icon": "",
|
|
@@ -6188,6 +6762,63 @@
|
|
|
6188
6762
|
"requires": {}
|
|
6189
6763
|
}
|
|
6190
6764
|
},
|
|
6765
|
+
{
|
|
6766
|
+
"name": "typo3",
|
|
6767
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6768
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6769
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6770
|
+
"icon": "typo3.svg",
|
|
6771
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6772
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6773
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6774
|
+
"category": "CMS",
|
|
6775
|
+
"type": "3rd-party",
|
|
6776
|
+
"maintainers": [
|
|
6777
|
+
{
|
|
6778
|
+
"name": "Macopedia",
|
|
6779
|
+
"github": "macopedia",
|
|
6780
|
+
"twitter": "macopediapl"
|
|
6781
|
+
}
|
|
6782
|
+
],
|
|
6783
|
+
"compatibility": {
|
|
6784
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6785
|
+
"requires": {},
|
|
6786
|
+
"devtools": "^0.0.0"
|
|
6787
|
+
}
|
|
6788
|
+
},
|
|
6789
|
+
{
|
|
6790
|
+
"name": "ui",
|
|
6791
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6792
|
+
"repo": "nuxt/ui#dev",
|
|
6793
|
+
"npm": "@nuxt/ui",
|
|
6794
|
+
"icon": "nuxt.svg",
|
|
6795
|
+
"github": "https://github.com/nuxt/ui",
|
|
6796
|
+
"website": "https://ui.nuxt.com",
|
|
6797
|
+
"learn_more": "",
|
|
6798
|
+
"category": "UI",
|
|
6799
|
+
"type": "official",
|
|
6800
|
+
"maintainers": [
|
|
6801
|
+
{
|
|
6802
|
+
"name": "Benjamin Canac",
|
|
6803
|
+
"github": "benjamincanac",
|
|
6804
|
+
"twitter": "benjamincanac"
|
|
6805
|
+
},
|
|
6806
|
+
{
|
|
6807
|
+
"name": "Sebastien Chopin",
|
|
6808
|
+
"github": "Atinux",
|
|
6809
|
+
"twitter": "Atinux"
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"name": "Sylvain Marroufin",
|
|
6813
|
+
"github": "smarroufin",
|
|
6814
|
+
"twitter": "smarroufin"
|
|
6815
|
+
}
|
|
6816
|
+
],
|
|
6817
|
+
"compatibility": {
|
|
6818
|
+
"nuxt": "^3.0.0",
|
|
6819
|
+
"requires": {}
|
|
6820
|
+
}
|
|
6821
|
+
},
|
|
6191
6822
|
{
|
|
6192
6823
|
"name": "umami",
|
|
6193
6824
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6236,7 +6867,7 @@
|
|
|
6236
6867
|
},
|
|
6237
6868
|
{
|
|
6238
6869
|
"name": "universal-storage",
|
|
6239
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6870
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6240
6871
|
"repo": "nuxt-community/universal-storage-module",
|
|
6241
6872
|
"npm": "@nuxtjs/universal-storage",
|
|
6242
6873
|
"icon": "",
|
|
@@ -6313,12 +6944,12 @@
|
|
|
6313
6944
|
{
|
|
6314
6945
|
"name": "unocss",
|
|
6315
6946
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6316
|
-
"repo": "
|
|
6947
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6317
6948
|
"npm": "@unocss/nuxt",
|
|
6318
6949
|
"icon": "unocss.svg",
|
|
6319
|
-
"github": "https://github.com/
|
|
6320
|
-
"website": "https://github.com/
|
|
6321
|
-
"learn_more": "https://github.com/
|
|
6950
|
+
"github": "https://github.com/unocss/unocss",
|
|
6951
|
+
"website": "https://github.com/unocss/unocss",
|
|
6952
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6322
6953
|
"category": "UI",
|
|
6323
6954
|
"type": "3rd-party",
|
|
6324
6955
|
"maintainers": [
|
|
@@ -6333,7 +6964,8 @@
|
|
|
6333
6964
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6334
6965
|
"requires": {
|
|
6335
6966
|
"bridge": "optional"
|
|
6336
|
-
}
|
|
6967
|
+
},
|
|
6968
|
+
"devtools": "^0.0.0"
|
|
6337
6969
|
}
|
|
6338
6970
|
},
|
|
6339
6971
|
{
|
|
@@ -6385,7 +7017,7 @@
|
|
|
6385
7017
|
},
|
|
6386
7018
|
{
|
|
6387
7019
|
"name": "user-agent",
|
|
6388
|
-
"description": "Nuxt
|
|
7020
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6389
7021
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6390
7022
|
"npm": "nuxt-user-agent",
|
|
6391
7023
|
"icon": "",
|
|
@@ -6499,7 +7131,7 @@
|
|
|
6499
7131
|
},
|
|
6500
7132
|
{
|
|
6501
7133
|
"name": "vee-validate",
|
|
6502
|
-
"description": "Painless Vue forms for Nuxt
|
|
7134
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6503
7135
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6504
7136
|
"npm": "@vee-validate/nuxt",
|
|
6505
7137
|
"icon": "vee-validate.png",
|
|
@@ -6589,7 +7221,7 @@
|
|
|
6589
7221
|
},
|
|
6590
7222
|
{
|
|
6591
7223
|
"name": "vite-pwa-nuxt",
|
|
6592
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7224
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6593
7225
|
"repo": "vite-pwa/nuxt",
|
|
6594
7226
|
"npm": "@vite-pwa/nuxt",
|
|
6595
7227
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6638,18 +7270,19 @@
|
|
|
6638
7270
|
],
|
|
6639
7271
|
"compatibility": {
|
|
6640
7272
|
"nuxt": "^3.0.0",
|
|
6641
|
-
"requires": {}
|
|
7273
|
+
"requires": {},
|
|
7274
|
+
"devtools": "^0.0.0"
|
|
6642
7275
|
}
|
|
6643
7276
|
},
|
|
6644
7277
|
{
|
|
6645
7278
|
"name": "vue-email",
|
|
6646
|
-
"description": "Write email templates with vue",
|
|
6647
|
-
"repo": "
|
|
6648
|
-
"npm": "vue-email",
|
|
7279
|
+
"description": "💌 Write email templates with vue",
|
|
7280
|
+
"repo": "vue-email/nuxt",
|
|
7281
|
+
"npm": "@vue-email/nuxt",
|
|
6649
7282
|
"icon": "vue-email.svg",
|
|
6650
|
-
"github": "https://github.com/
|
|
6651
|
-
"website": "https://
|
|
6652
|
-
"learn_more": "https://
|
|
7283
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7284
|
+
"website": "https://vuemail.net/",
|
|
7285
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6653
7286
|
"category": "UI",
|
|
6654
7287
|
"type": "3rd-party",
|
|
6655
7288
|
"maintainers": [
|
|
@@ -6666,6 +7299,30 @@
|
|
|
6666
7299
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6667
7300
|
}
|
|
6668
7301
|
],
|
|
7302
|
+
"compatibility": {
|
|
7303
|
+
"nuxt": "^3.0.0",
|
|
7304
|
+
"requires": {},
|
|
7305
|
+
"devtools": "^0.0.0"
|
|
7306
|
+
}
|
|
7307
|
+
},
|
|
7308
|
+
{
|
|
7309
|
+
"name": "vue-final-modal",
|
|
7310
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7311
|
+
"repo": "vue-final/vue-final-modal",
|
|
7312
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7313
|
+
"icon": "vue-final-modal.svg",
|
|
7314
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7315
|
+
"website": "https://vue-final-modal.org/",
|
|
7316
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7317
|
+
"category": "UI",
|
|
7318
|
+
"type": "3rd-party",
|
|
7319
|
+
"maintainers": [
|
|
7320
|
+
{
|
|
7321
|
+
"name": "Hunter Liu",
|
|
7322
|
+
"github": "hunterliu1003",
|
|
7323
|
+
"twitter": "hunterliu1003"
|
|
7324
|
+
}
|
|
7325
|
+
],
|
|
6669
7326
|
"compatibility": {
|
|
6670
7327
|
"nuxt": "^3.0.0",
|
|
6671
7328
|
"requires": {}
|
|
@@ -6693,7 +7350,8 @@
|
|
|
6693
7350
|
"nuxt": "^3.0.0",
|
|
6694
7351
|
"requires": {
|
|
6695
7352
|
"bridge": "optional"
|
|
6696
|
-
}
|
|
7353
|
+
},
|
|
7354
|
+
"devtools": "^0.0.0"
|
|
6697
7355
|
}
|
|
6698
7356
|
},
|
|
6699
7357
|
{
|
|
@@ -6720,7 +7378,7 @@
|
|
|
6720
7378
|
},
|
|
6721
7379
|
{
|
|
6722
7380
|
"name": "vue-multiselect",
|
|
6723
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7381
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6724
7382
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6725
7383
|
"npm": "nuxt-vue-multiselect",
|
|
6726
7384
|
"icon": "",
|
|
@@ -6834,7 +7492,7 @@
|
|
|
6834
7492
|
},
|
|
6835
7493
|
{
|
|
6836
7494
|
"name": "vue-warehouse",
|
|
6837
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7495
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6838
7496
|
"repo": "juliomrqz/vue-warehouse",
|
|
6839
7497
|
"npm": "vue-warehouse",
|
|
6840
7498
|
"icon": "",
|
|
@@ -6857,7 +7515,7 @@
|
|
|
6857
7515
|
},
|
|
6858
7516
|
{
|
|
6859
7517
|
"name": "vue3-carousel-nuxt",
|
|
6860
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7518
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6861
7519
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6862
7520
|
"npm": "vue3-carousel-nuxt",
|
|
6863
7521
|
"icon": "",
|
|
@@ -6900,9 +7558,55 @@
|
|
|
6900
7558
|
"requires": {}
|
|
6901
7559
|
}
|
|
6902
7560
|
},
|
|
7561
|
+
{
|
|
7562
|
+
"name": "vueform-builder",
|
|
7563
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7564
|
+
"repo": "vueform/builder/nuxt",
|
|
7565
|
+
"npm": "@vueform/builder-nuxt",
|
|
7566
|
+
"icon": "vueform.svg",
|
|
7567
|
+
"github": "https://github.com/vueform/builder",
|
|
7568
|
+
"website": "https://builder.vueform.com",
|
|
7569
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7570
|
+
"category": "Libraries",
|
|
7571
|
+
"type": "3rd-party",
|
|
7572
|
+
"maintainers": [
|
|
7573
|
+
{
|
|
7574
|
+
"name": "Adam Berecz",
|
|
7575
|
+
"github": "adamberecz",
|
|
7576
|
+
"twitter": "bereczadam"
|
|
7577
|
+
}
|
|
7578
|
+
],
|
|
7579
|
+
"compatibility": {
|
|
7580
|
+
"nuxt": "^3.0.0",
|
|
7581
|
+
"requires": {}
|
|
7582
|
+
}
|
|
7583
|
+
},
|
|
7584
|
+
{
|
|
7585
|
+
"name": "vueform",
|
|
7586
|
+
"description": "Official Vueform module for Nuxt",
|
|
7587
|
+
"repo": "vueform/vueform/nuxt",
|
|
7588
|
+
"npm": "@vueform/nuxt",
|
|
7589
|
+
"icon": "vueform.svg",
|
|
7590
|
+
"github": "https://github.com/vueform/vueform",
|
|
7591
|
+
"website": "https://vueform.com",
|
|
7592
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7593
|
+
"category": "Libraries",
|
|
7594
|
+
"type": "3rd-party",
|
|
7595
|
+
"maintainers": [
|
|
7596
|
+
{
|
|
7597
|
+
"name": "Adam Berecz",
|
|
7598
|
+
"github": "adamberecz",
|
|
7599
|
+
"twitter": "bereczadam"
|
|
7600
|
+
}
|
|
7601
|
+
],
|
|
7602
|
+
"compatibility": {
|
|
7603
|
+
"nuxt": "^3.0.0",
|
|
7604
|
+
"requires": {}
|
|
7605
|
+
}
|
|
7606
|
+
},
|
|
6903
7607
|
{
|
|
6904
7608
|
"name": "vuestic",
|
|
6905
|
-
"description": "Vuestic UI module for Nuxt
|
|
7609
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6906
7610
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6907
7611
|
"npm": "@vuestic/nuxt",
|
|
6908
7612
|
"icon": "vuestic.png",
|
|
@@ -6929,8 +7633,8 @@
|
|
|
6929
7633
|
"npm": "vuetify-nuxt-module",
|
|
6930
7634
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6931
7635
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6932
|
-
"website": "https://
|
|
6933
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7636
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7637
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6934
7638
|
"category": "UI",
|
|
6935
7639
|
"type": "3rd-party",
|
|
6936
7640
|
"maintainers": [
|
|
@@ -6946,7 +7650,7 @@
|
|
|
6946
7650
|
},
|
|
6947
7651
|
{
|
|
6948
7652
|
"name": "vuetify",
|
|
6949
|
-
"description": "Vuetify Module for Nuxt
|
|
7653
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6950
7654
|
"repo": "nuxt-community/vuetify-module",
|
|
6951
7655
|
"npm": "@nuxtjs/vuetify",
|
|
6952
7656
|
"icon": "vuetify.png",
|
|
@@ -6993,7 +7697,8 @@
|
|
|
6993
7697
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6994
7698
|
"requires": {
|
|
6995
7699
|
"bridge": "optional"
|
|
6996
|
-
}
|
|
7700
|
+
},
|
|
7701
|
+
"devtools": "^0.0.0"
|
|
6997
7702
|
}
|
|
6998
7703
|
},
|
|
6999
7704
|
{
|
|
@@ -7020,7 +7725,7 @@
|
|
|
7020
7725
|
},
|
|
7021
7726
|
{
|
|
7022
7727
|
"name": "vunix",
|
|
7023
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7728
|
+
"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
7729
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7025
7730
|
"npm": "@vunix/nuxt",
|
|
7026
7731
|
"icon": "",
|
|
@@ -7099,7 +7804,7 @@
|
|
|
7099
7804
|
},
|
|
7100
7805
|
{
|
|
7101
7806
|
"name": "webpack-optimisations",
|
|
7102
|
-
"description": "Nuxt
|
|
7807
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
7103
7808
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
7104
7809
|
"npm": "nuxt-webpack-optimisations",
|
|
7105
7810
|
"icon": "build-optimisations.svg",
|
|
@@ -7191,7 +7896,7 @@
|
|
|
7191
7896
|
},
|
|
7192
7897
|
{
|
|
7193
7898
|
"name": "well-known",
|
|
7194
|
-
"description": "A Nuxt
|
|
7899
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7195
7900
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7196
7901
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7197
7902
|
"icon": "well-known.svg",
|
|
@@ -7213,7 +7918,7 @@
|
|
|
7213
7918
|
},
|
|
7214
7919
|
{
|
|
7215
7920
|
"name": "wideangle",
|
|
7216
|
-
"description": "Nuxt
|
|
7921
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7217
7922
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7218
7923
|
"npm": "wideangle-nuxt",
|
|
7219
7924
|
"icon": "wideangle.png",
|
|
@@ -7240,11 +7945,11 @@
|
|
|
7240
7945
|
{
|
|
7241
7946
|
"name": "windicss",
|
|
7242
7947
|
"description": "Next generation utility-first CSS framework.",
|
|
7243
|
-
"repo": "windicss/nuxt-windicss
|
|
7948
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7244
7949
|
"npm": "nuxt-windicss",
|
|
7245
7950
|
"icon": "windicss.svg",
|
|
7246
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7247
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7951
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7952
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7248
7953
|
"learn_more": "https://windicss.org/",
|
|
7249
7954
|
"category": "UI",
|
|
7250
7955
|
"type": "3rd-party",
|
|
@@ -7382,7 +8087,7 @@
|
|
|
7382
8087
|
},
|
|
7383
8088
|
{
|
|
7384
8089
|
"name": "zendesk",
|
|
7385
|
-
"description": "Nuxt
|
|
8090
|
+
"description": "Nuxt module for Zendesk",
|
|
7386
8091
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7387
8092
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7388
8093
|
"icon": "zendesk.png",
|