@nuxt/modules 0.6.0-e1af31 → 0.6.0-e4d7f1
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 +443 -198
- package/package.json +9 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,9 +170,31 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
@@ -220,7 +242,7 @@
|
|
|
220
242
|
},
|
|
221
243
|
{
|
|
222
244
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
246
|
"repo": "nuxt-modules/apollo",
|
|
225
247
|
"npm": "@nuxtjs/apollo",
|
|
226
248
|
"icon": "apollo.png",
|
|
@@ -244,7 +266,7 @@
|
|
|
244
266
|
},
|
|
245
267
|
{
|
|
246
268
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
248
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
272
|
"icon": "application-insights.png",
|
|
@@ -286,6 +308,28 @@
|
|
|
286
308
|
"requires": {}
|
|
287
309
|
}
|
|
288
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
289
333
|
{
|
|
290
334
|
"name": "ark-ui",
|
|
291
335
|
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
@@ -311,7 +355,7 @@
|
|
|
311
355
|
},
|
|
312
356
|
{
|
|
313
357
|
"name": "auth",
|
|
314
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
358
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
315
359
|
"repo": "nuxt-community/auth-module",
|
|
316
360
|
"npm": "@nuxtjs/auth",
|
|
317
361
|
"icon": "auth.png",
|
|
@@ -359,9 +403,32 @@
|
|
|
359
403
|
"requires": {}
|
|
360
404
|
}
|
|
361
405
|
},
|
|
406
|
+
{
|
|
407
|
+
"name": "auto-animate",
|
|
408
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
409
|
+
"repo": "formkit/auto-animate",
|
|
410
|
+
"npm": "@formkit/auto-animate",
|
|
411
|
+
"icon": "auto-animate.svg",
|
|
412
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
413
|
+
"website": "https://auto-animate.formkit.com",
|
|
414
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
415
|
+
"category": "Libraries",
|
|
416
|
+
"type": "3rd-party",
|
|
417
|
+
"maintainers": [
|
|
418
|
+
{
|
|
419
|
+
"name": "Justin Schroeder",
|
|
420
|
+
"github": "justin-schroeder",
|
|
421
|
+
"twitter": "jpschroeder"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"compatibility": {
|
|
425
|
+
"nuxt": "^3.0.0",
|
|
426
|
+
"requires": {}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
362
429
|
{
|
|
363
430
|
"name": "axios",
|
|
364
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
431
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
365
432
|
"repo": "nuxt-community/axios-module",
|
|
366
433
|
"npm": "@nuxtjs/axios",
|
|
367
434
|
"icon": "axios.svg",
|
|
@@ -384,7 +451,7 @@
|
|
|
384
451
|
},
|
|
385
452
|
{
|
|
386
453
|
"name": "basic-auth",
|
|
387
|
-
"description": "Provide basic authentication to your Nuxt
|
|
454
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
388
455
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
389
456
|
"npm": "nuxt-basic-auth-module",
|
|
390
457
|
"icon": "",
|
|
@@ -508,7 +575,7 @@
|
|
|
508
575
|
},
|
|
509
576
|
{
|
|
510
577
|
"name": "bulma-slim",
|
|
511
|
-
"description": "Nuxt
|
|
578
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
512
579
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
513
580
|
"npm": "nuxt-bulma-slim",
|
|
514
581
|
"icon": "bulma.png",
|
|
@@ -575,7 +642,7 @@
|
|
|
575
642
|
},
|
|
576
643
|
{
|
|
577
644
|
"name": "canvas-sketch",
|
|
578
|
-
"description": "Nuxt
|
|
645
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
579
646
|
"repo": "LuXDAmore/generative-art",
|
|
580
647
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
581
648
|
"icon": "",
|
|
@@ -598,7 +665,7 @@
|
|
|
598
665
|
},
|
|
599
666
|
{
|
|
600
667
|
"name": "capo",
|
|
601
|
-
"description": "Capo.js implementation for Nuxt
|
|
668
|
+
"description": "Capo.js implementation for Nuxt",
|
|
602
669
|
"repo": "danielroe/nuxt-capo",
|
|
603
670
|
"npm": "nuxt-capo",
|
|
604
671
|
"icon": "",
|
|
@@ -620,7 +687,7 @@
|
|
|
620
687
|
},
|
|
621
688
|
{
|
|
622
689
|
"name": "chakra-ui",
|
|
623
|
-
"description": "Chakra UI Module for Nuxt
|
|
690
|
+
"description": "Chakra UI Module for Nuxt",
|
|
624
691
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
625
692
|
"npm": "@chakra-ui/nuxt",
|
|
626
693
|
"icon": "chakra-ui.png",
|
|
@@ -731,7 +798,7 @@
|
|
|
731
798
|
},
|
|
732
799
|
{
|
|
733
800
|
"name": "cloudcms",
|
|
734
|
-
"description": "CloudCMS Nuxt
|
|
801
|
+
"description": "CloudCMS Nuxt Module",
|
|
735
802
|
"repo": "gitana/cloudcms-nuxt",
|
|
736
803
|
"npm": "cloudcms-nuxt",
|
|
737
804
|
"icon": "",
|
|
@@ -780,11 +847,11 @@
|
|
|
780
847
|
},
|
|
781
848
|
{
|
|
782
849
|
"name": "cloudinary",
|
|
783
|
-
"description": "Optimize images and videos in your Nuxt
|
|
784
|
-
"repo": "nuxt-
|
|
850
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
851
|
+
"repo": "nuxt-modules/cloudinary",
|
|
785
852
|
"npm": "@nuxtjs/cloudinary",
|
|
786
853
|
"icon": "cloudinary.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
788
855
|
"website": "https://cloudinary.nuxtjs.org",
|
|
789
856
|
"learn_more": "https://cloudinary.com",
|
|
790
857
|
"category": "Images",
|
|
@@ -803,11 +870,11 @@
|
|
|
803
870
|
},
|
|
804
871
|
{
|
|
805
872
|
"name": "color-mode",
|
|
806
|
-
"description": "Dark and Light mode for
|
|
807
|
-
"repo": "nuxt-
|
|
873
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
874
|
+
"repo": "nuxt-modules/color-mode",
|
|
808
875
|
"npm": "@nuxtjs/color-mode",
|
|
809
876
|
"icon": "color-mode.png",
|
|
810
|
-
"github": "https://github.com/nuxt-
|
|
877
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
811
878
|
"website": "https://color-mode.nuxtjs.org",
|
|
812
879
|
"learn_more": "",
|
|
813
880
|
"category": "UI",
|
|
@@ -1024,7 +1091,7 @@
|
|
|
1024
1091
|
},
|
|
1025
1092
|
{
|
|
1026
1093
|
"name": "darkmode.js",
|
|
1027
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1094
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1028
1095
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1029
1096
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1030
1097
|
"icon": "darkmode.png",
|
|
@@ -1046,7 +1113,7 @@
|
|
|
1046
1113
|
},
|
|
1047
1114
|
{
|
|
1048
1115
|
"name": "date-fns",
|
|
1049
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1116
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1050
1117
|
"repo": "nuxt-community/date-fns-module",
|
|
1051
1118
|
"npm": "@nuxtjs/date-fns",
|
|
1052
1119
|
"icon": "date-fns.png",
|
|
@@ -1068,7 +1135,7 @@
|
|
|
1068
1135
|
},
|
|
1069
1136
|
{
|
|
1070
1137
|
"name": "datocms-nuxt2",
|
|
1071
|
-
"description": "DatoCMS integration for Nuxt
|
|
1138
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1072
1139
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1073
1140
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1074
1141
|
"icon": "datocms.svg",
|
|
@@ -1137,8 +1204,8 @@
|
|
|
1137
1204
|
},
|
|
1138
1205
|
{
|
|
1139
1206
|
"name": "delay-hydration",
|
|
1140
|
-
"description": "Improve your Nuxt
|
|
1141
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1207
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1208
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1142
1209
|
"npm": "nuxt-delay-hydration",
|
|
1143
1210
|
"icon": "lighthouse.svg",
|
|
1144
1211
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1160,12 +1227,12 @@
|
|
|
1160
1227
|
},
|
|
1161
1228
|
{
|
|
1162
1229
|
"name": "device",
|
|
1163
|
-
"description": "Device detection module for Nuxt
|
|
1164
|
-
"repo": "nuxt-
|
|
1230
|
+
"description": "Device detection module for Nuxt",
|
|
1231
|
+
"repo": "nuxt-modules/device",
|
|
1165
1232
|
"npm": "@nuxtjs/device",
|
|
1166
1233
|
"icon": "",
|
|
1167
|
-
"github": "https://github.com/nuxt-
|
|
1168
|
-
"website": "https://github.com/nuxt-
|
|
1234
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1235
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1169
1236
|
"learn_more": "",
|
|
1170
1237
|
"category": "Extensions",
|
|
1171
1238
|
"type": "community",
|
|
@@ -1228,7 +1295,7 @@
|
|
|
1228
1295
|
},
|
|
1229
1296
|
{
|
|
1230
1297
|
"name": "disqus",
|
|
1231
|
-
"description": "Disqus for Nuxt
|
|
1298
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1232
1299
|
"repo": "modbender/nuxt-disqus",
|
|
1233
1300
|
"npm": "nuxt-disqus",
|
|
1234
1301
|
"icon": "disqus.svg",
|
|
@@ -1250,7 +1317,7 @@
|
|
|
1250
1317
|
},
|
|
1251
1318
|
{
|
|
1252
1319
|
"name": "dotenv",
|
|
1253
|
-
"description": "A Nuxt
|
|
1320
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1254
1321
|
"repo": "nuxt-community/dotenv-module",
|
|
1255
1322
|
"npm": "@nuxtjs/dotenv",
|
|
1256
1323
|
"icon": "dotenv.png",
|
|
@@ -1272,7 +1339,7 @@
|
|
|
1272
1339
|
},
|
|
1273
1340
|
{
|
|
1274
1341
|
"name": "drupal-ce",
|
|
1275
|
-
"description": "Connects Nuxt
|
|
1342
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1276
1343
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1277
1344
|
"npm": "nuxtjs-drupal-ce",
|
|
1278
1345
|
"icon": "drupal-ce.png",
|
|
@@ -1305,7 +1372,7 @@
|
|
|
1305
1372
|
},
|
|
1306
1373
|
{
|
|
1307
1374
|
"name": "druxt",
|
|
1308
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1375
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1309
1376
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1310
1377
|
"npm": "druxt",
|
|
1311
1378
|
"icon": "druxt.svg",
|
|
@@ -1373,7 +1440,7 @@
|
|
|
1373
1440
|
},
|
|
1374
1441
|
{
|
|
1375
1442
|
"name": "emotion",
|
|
1376
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1443
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1377
1444
|
"repo": "nuxt-modules/emotion",
|
|
1378
1445
|
"npm": "@nuxtjs/emotion",
|
|
1379
1446
|
"icon": "emotion.png",
|
|
@@ -1401,7 +1468,7 @@
|
|
|
1401
1468
|
},
|
|
1402
1469
|
{
|
|
1403
1470
|
"name": "eslint",
|
|
1404
|
-
"description": "ESLint module for Nuxt
|
|
1471
|
+
"description": "ESLint module for Nuxt",
|
|
1405
1472
|
"repo": "nuxt-community/eslint-module",
|
|
1406
1473
|
"npm": "@nuxtjs/eslint-module",
|
|
1407
1474
|
"icon": "eslint.png",
|
|
@@ -1423,7 +1490,7 @@
|
|
|
1423
1490
|
},
|
|
1424
1491
|
{
|
|
1425
1492
|
"name": "event-trace",
|
|
1426
|
-
"description": "Module for event trace in Nuxt
|
|
1493
|
+
"description": "Module for event trace in Nuxt",
|
|
1427
1494
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1428
1495
|
"npm": "nuxt-event-trace",
|
|
1429
1496
|
"icon": "",
|
|
@@ -1467,7 +1534,7 @@
|
|
|
1467
1534
|
},
|
|
1468
1535
|
{
|
|
1469
1536
|
"name": "feature-toggle",
|
|
1470
|
-
"description": "Feature toggle module for Nuxt
|
|
1537
|
+
"description": "Feature toggle module for Nuxt",
|
|
1471
1538
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1472
1539
|
"npm": "nuxt-feature-toggle",
|
|
1473
1540
|
"icon": "",
|
|
@@ -1534,7 +1601,7 @@
|
|
|
1534
1601
|
},
|
|
1535
1602
|
{
|
|
1536
1603
|
"name": "floating-prompt-module",
|
|
1537
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1604
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1538
1605
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1539
1606
|
"npm": "nuxt-floating-prompt-module",
|
|
1540
1607
|
"icon": "",
|
|
@@ -1646,11 +1713,11 @@
|
|
|
1646
1713
|
{
|
|
1647
1714
|
"name": "form-actions",
|
|
1648
1715
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1649
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1716
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1650
1717
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1651
1718
|
"icon": "form-actions.svg",
|
|
1652
1719
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1653
|
-
"website": "https://
|
|
1720
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1654
1721
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1655
1722
|
"category": "Request",
|
|
1656
1723
|
"type": "3rd-party",
|
|
@@ -1662,7 +1729,7 @@
|
|
|
1662
1729
|
}
|
|
1663
1730
|
],
|
|
1664
1731
|
"compatibility": {
|
|
1665
|
-
"nuxt": "^3.
|
|
1732
|
+
"nuxt": "^3.7.0",
|
|
1666
1733
|
"requires": {}
|
|
1667
1734
|
}
|
|
1668
1735
|
},
|
|
@@ -1740,7 +1807,7 @@
|
|
|
1740
1807
|
},
|
|
1741
1808
|
{
|
|
1742
1809
|
"name": "google-adsense",
|
|
1743
|
-
"description": "Google Adsense Module for Nuxt
|
|
1810
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1744
1811
|
"repo": "nuxt-community/google-adsense-module",
|
|
1745
1812
|
"npm": "@nuxtjs/google-adsense",
|
|
1746
1813
|
"icon": "google-adsense.png",
|
|
@@ -1766,7 +1833,7 @@
|
|
|
1766
1833
|
},
|
|
1767
1834
|
{
|
|
1768
1835
|
"name": "google-analytics",
|
|
1769
|
-
"description": "Google analytics Module for Nuxt
|
|
1836
|
+
"description": "Google analytics Module for Nuxt",
|
|
1770
1837
|
"repo": "nuxt-community/analytics-module",
|
|
1771
1838
|
"npm": "@nuxtjs/google-analytics",
|
|
1772
1839
|
"icon": "google-analytics.png",
|
|
@@ -1798,12 +1865,12 @@
|
|
|
1798
1865
|
},
|
|
1799
1866
|
{
|
|
1800
1867
|
"name": "google-fonts",
|
|
1801
|
-
"description": "Google Fonts module for
|
|
1802
|
-
"repo": "nuxt-
|
|
1868
|
+
"description": "Google Fonts module for Nuxt",
|
|
1869
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1803
1870
|
"npm": "@nuxtjs/google-fonts",
|
|
1804
1871
|
"icon": "google-fonts.png",
|
|
1805
|
-
"github": "https://github.com/nuxt-
|
|
1806
|
-
"website": "https://
|
|
1872
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1873
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1807
1874
|
"learn_more": "https://developers.google.com/fonts",
|
|
1808
1875
|
"category": "Fonts",
|
|
1809
1876
|
"type": "community",
|
|
@@ -1822,7 +1889,7 @@
|
|
|
1822
1889
|
},
|
|
1823
1890
|
{
|
|
1824
1891
|
"name": "google-gtag",
|
|
1825
|
-
"description": "Google GTag for Nuxt
|
|
1892
|
+
"description": "Google GTag for Nuxt",
|
|
1826
1893
|
"repo": "nuxt-community/google-gtag",
|
|
1827
1894
|
"npm": "@nuxtjs/google-gtag",
|
|
1828
1895
|
"icon": "gtm.png",
|
|
@@ -1848,7 +1915,7 @@
|
|
|
1848
1915
|
},
|
|
1849
1916
|
{
|
|
1850
1917
|
"name": "google-optimize",
|
|
1851
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1918
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1852
1919
|
"repo": "nuxt-community/google-optimize-module",
|
|
1853
1920
|
"npm": "nuxt-google-optimize",
|
|
1854
1921
|
"icon": "google-optimize.png",
|
|
@@ -1903,7 +1970,7 @@
|
|
|
1903
1970
|
},
|
|
1904
1971
|
{
|
|
1905
1972
|
"name": "graphql-request",
|
|
1906
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1973
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1907
1974
|
"repo": "gomah/nuxt-graphql-request",
|
|
1908
1975
|
"npm": "nuxt-graphql-request",
|
|
1909
1976
|
"icon": "graphql-request.png",
|
|
@@ -1947,7 +2014,7 @@
|
|
|
1947
2014
|
},
|
|
1948
2015
|
{
|
|
1949
2016
|
"name": "gtag",
|
|
1950
|
-
"description": "Google Analytics integration for Nuxt
|
|
2017
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1951
2018
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1952
2019
|
"npm": "nuxt-gtag",
|
|
1953
2020
|
"icon": "gtag.svg",
|
|
@@ -1971,7 +2038,7 @@
|
|
|
1971
2038
|
},
|
|
1972
2039
|
{
|
|
1973
2040
|
"name": "gtm",
|
|
1974
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2041
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1975
2042
|
"repo": "nuxt-community/gtm-module",
|
|
1976
2043
|
"npm": "@nuxtjs/gtm",
|
|
1977
2044
|
"icon": "gtm.png",
|
|
@@ -1994,7 +2061,7 @@
|
|
|
1994
2061
|
},
|
|
1995
2062
|
{
|
|
1996
2063
|
"name": "guess",
|
|
1997
|
-
"description": "Guess.js module for Nuxt
|
|
2064
|
+
"description": "Guess.js module for Nuxt",
|
|
1998
2065
|
"repo": "nuxt-community/guess-module",
|
|
1999
2066
|
"npm": "@nuxtjs/guess-module",
|
|
2000
2067
|
"icon": "guessjs.png",
|
|
@@ -2106,7 +2173,7 @@
|
|
|
2106
2173
|
},
|
|
2107
2174
|
{
|
|
2108
2175
|
"name": "helmet",
|
|
2109
|
-
"description": "Easy Helmet module with Nuxt
|
|
2176
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2110
2177
|
"repo": "victor-perez/nuxt-helmet",
|
|
2111
2178
|
"npm": "nuxt-helmet",
|
|
2112
2179
|
"icon": "",
|
|
@@ -2150,7 +2217,7 @@
|
|
|
2150
2217
|
},
|
|
2151
2218
|
{
|
|
2152
2219
|
"name": "history-state",
|
|
2153
|
-
"description": "Nuxt
|
|
2220
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2154
2221
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2155
2222
|
"npm": "nuxt-history-state",
|
|
2156
2223
|
"icon": "",
|
|
@@ -2219,7 +2286,7 @@
|
|
|
2219
2286
|
},
|
|
2220
2287
|
{
|
|
2221
2288
|
"name": "http",
|
|
2222
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2289
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2223
2290
|
"repo": "nuxt/http",
|
|
2224
2291
|
"npm": "@nuxt/http",
|
|
2225
2292
|
"icon": "http.png",
|
|
@@ -2247,7 +2314,7 @@
|
|
|
2247
2314
|
},
|
|
2248
2315
|
{
|
|
2249
2316
|
"name": "humans-txt",
|
|
2250
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2317
|
+
"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.",
|
|
2251
2318
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2252
2319
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2253
2320
|
"icon": "",
|
|
@@ -2271,11 +2338,11 @@
|
|
|
2271
2338
|
{
|
|
2272
2339
|
"name": "i18n",
|
|
2273
2340
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2274
|
-
"repo": "nuxt-
|
|
2341
|
+
"repo": "nuxt-modules/i18n",
|
|
2275
2342
|
"npm": "@nuxtjs/i18n",
|
|
2276
2343
|
"icon": "i18n.png",
|
|
2277
|
-
"github": "https://github.com/nuxt-
|
|
2278
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2344
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2345
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2279
2346
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2280
2347
|
"category": "Extensions",
|
|
2281
2348
|
"type": "community",
|
|
@@ -2384,12 +2451,12 @@
|
|
|
2384
2451
|
},
|
|
2385
2452
|
{
|
|
2386
2453
|
"name": "image",
|
|
2387
|
-
"description": "Optimised images for
|
|
2454
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2388
2455
|
"repo": "nuxt/image",
|
|
2389
2456
|
"npm": "@nuxt/image",
|
|
2390
2457
|
"icon": "image.png",
|
|
2391
2458
|
"github": "https://github.com/nuxt/image",
|
|
2392
|
-
"website": "https://image.
|
|
2459
|
+
"website": "https://image.nuxt.com",
|
|
2393
2460
|
"learn_more": "",
|
|
2394
2461
|
"category": "Images",
|
|
2395
2462
|
"type": "official",
|
|
@@ -2399,6 +2466,11 @@
|
|
|
2399
2466
|
"github": "farnabaz",
|
|
2400
2467
|
"twitter": "a_birang"
|
|
2401
2468
|
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "Daniel Roe",
|
|
2471
|
+
"github": "danielroe",
|
|
2472
|
+
"twitter": "danielcroe"
|
|
2473
|
+
},
|
|
2402
2474
|
{
|
|
2403
2475
|
"name": "Pooya Parsa",
|
|
2404
2476
|
"github": "pi0",
|
|
@@ -2419,7 +2491,7 @@
|
|
|
2419
2491
|
},
|
|
2420
2492
|
{
|
|
2421
2493
|
"name": "imagemin",
|
|
2422
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2494
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2423
2495
|
"repo": "nuxt-community/imagemin-module",
|
|
2424
2496
|
"npm": "@nuxtjs/imagemin",
|
|
2425
2497
|
"icon": "imagemin.png",
|
|
@@ -2466,7 +2538,7 @@
|
|
|
2466
2538
|
},
|
|
2467
2539
|
{
|
|
2468
2540
|
"name": "intercom",
|
|
2469
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2541
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2470
2542
|
"repo": "hex-digital/nuxt-intercom",
|
|
2471
2543
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2472
2544
|
"icon": "intercom.png",
|
|
@@ -2511,7 +2583,7 @@
|
|
|
2511
2583
|
},
|
|
2512
2584
|
{
|
|
2513
2585
|
"name": "jsonapi",
|
|
2514
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2586
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2515
2587
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2516
2588
|
"npm": "nuxt-jsonapi",
|
|
2517
2589
|
"icon": "jsonapi.svg",
|
|
@@ -2555,7 +2627,7 @@
|
|
|
2555
2627
|
},
|
|
2556
2628
|
{
|
|
2557
2629
|
"name": "kql",
|
|
2558
|
-
"description": "Nuxt
|
|
2630
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2559
2631
|
"repo": "johannschopplich/nuxt-kql",
|
|
2560
2632
|
"npm": "nuxt-kql",
|
|
2561
2633
|
"icon": "kql.svg",
|
|
@@ -2579,7 +2651,7 @@
|
|
|
2579
2651
|
},
|
|
2580
2652
|
{
|
|
2581
2653
|
"name": "laravel-echo",
|
|
2582
|
-
"description": "Laravel Echo for Nuxt
|
|
2654
|
+
"description": "Laravel Echo for Nuxt",
|
|
2583
2655
|
"repo": "nuxt-community/laravel-echo",
|
|
2584
2656
|
"npm": "@nuxtjs/laravel-echo",
|
|
2585
2657
|
"icon": "laravel-echo.png",
|
|
@@ -2667,13 +2739,13 @@
|
|
|
2667
2739
|
},
|
|
2668
2740
|
{
|
|
2669
2741
|
"name": "link-checker",
|
|
2670
|
-
"description": "
|
|
2742
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2671
2743
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2672
2744
|
"npm": "nuxt-link-checker",
|
|
2673
|
-
"icon": "",
|
|
2745
|
+
"icon": "link-checker.svg",
|
|
2674
2746
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2675
|
-
"website": "https://
|
|
2676
|
-
"learn_more": "",
|
|
2747
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2748
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2677
2749
|
"category": "SEO",
|
|
2678
2750
|
"type": "3rd-party",
|
|
2679
2751
|
"maintainers": [
|
|
@@ -2763,12 +2835,12 @@
|
|
|
2763
2835
|
},
|
|
2764
2836
|
{
|
|
2765
2837
|
"name": "logrocket",
|
|
2766
|
-
"description": "LogRocket module for Nuxt
|
|
2767
|
-
"repo": "nuxt-
|
|
2838
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2839
|
+
"repo": "nuxt-modules/logrocket",
|
|
2768
2840
|
"npm": "nuxt-logrocket",
|
|
2769
2841
|
"icon": "logrocket.png",
|
|
2770
|
-
"github": "https://github.com/nuxt-
|
|
2771
|
-
"website": "https://github.com/nuxt-
|
|
2842
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2843
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2772
2844
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2773
2845
|
"category": "Monitoring",
|
|
2774
2846
|
"type": "community",
|
|
@@ -2786,7 +2858,7 @@
|
|
|
2786
2858
|
},
|
|
2787
2859
|
{
|
|
2788
2860
|
"name": "lucide-icons",
|
|
2789
|
-
"description": "Nuxt
|
|
2861
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2790
2862
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
2863
|
"npm": "nuxt-lucide-icons",
|
|
2792
2864
|
"icon": "lucide-icons.svg",
|
|
@@ -2812,7 +2884,7 @@
|
|
|
2812
2884
|
},
|
|
2813
2885
|
{
|
|
2814
2886
|
"name": "lunr",
|
|
2815
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2887
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2816
2888
|
"repo": "nuxt-community/lunr-module",
|
|
2817
2889
|
"npm": "@nuxtjs/lunr-module",
|
|
2818
2890
|
"icon": "",
|
|
@@ -2925,7 +2997,7 @@
|
|
|
2925
2997
|
},
|
|
2926
2998
|
{
|
|
2927
2999
|
"name": "medusa",
|
|
2928
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3000
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2929
3001
|
"repo": "Baroshem/nuxt-medusa",
|
|
2930
3002
|
"npm": "nuxt-medusa",
|
|
2931
3003
|
"icon": "medusa.svg",
|
|
@@ -2950,7 +3022,7 @@
|
|
|
2950
3022
|
},
|
|
2951
3023
|
{
|
|
2952
3024
|
"name": "meilisearch",
|
|
2953
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3025
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2954
3026
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2955
3027
|
"npm": "nuxt-meilisearch",
|
|
2956
3028
|
"icon": "meilisearch.svg",
|
|
@@ -3042,7 +3114,7 @@
|
|
|
3042
3114
|
},
|
|
3043
3115
|
{
|
|
3044
3116
|
"name": "moment",
|
|
3045
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3117
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3046
3118
|
"repo": "nuxt-community/moment-module",
|
|
3047
3119
|
"npm": "@nuxtjs/moment",
|
|
3048
3120
|
"icon": "momentjs.png",
|
|
@@ -3069,7 +3141,7 @@
|
|
|
3069
3141
|
},
|
|
3070
3142
|
{
|
|
3071
3143
|
"name": "mq",
|
|
3072
|
-
"description": "vue-mq module for Nuxt.
|
|
3144
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3073
3145
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3074
3146
|
"npm": "nuxt-mq",
|
|
3075
3147
|
"icon": "",
|
|
@@ -3113,7 +3185,7 @@
|
|
|
3113
3185
|
},
|
|
3114
3186
|
{
|
|
3115
3187
|
"name": "netlify-cache",
|
|
3116
|
-
"description": "Nuxt
|
|
3188
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3117
3189
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3118
3190
|
"npm": "nuxt-netlify-cache",
|
|
3119
3191
|
"icon": "netlify.png",
|
|
@@ -3158,7 +3230,7 @@
|
|
|
3158
3230
|
},
|
|
3159
3231
|
{
|
|
3160
3232
|
"name": "netlify",
|
|
3161
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3233
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3162
3234
|
"repo": "bazzite/nuxt-netlify",
|
|
3163
3235
|
"npm": "@aceforth/nuxt-netlify",
|
|
3164
3236
|
"icon": "netlify.png",
|
|
@@ -3294,6 +3366,28 @@
|
|
|
3294
3366
|
"requires": {}
|
|
3295
3367
|
}
|
|
3296
3368
|
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "nuxt-basic-auth",
|
|
3371
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3372
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3373
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3374
|
+
"icon": "",
|
|
3375
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3376
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3377
|
+
"learn_more": "",
|
|
3378
|
+
"category": "Security",
|
|
3379
|
+
"type": "3rd-party",
|
|
3380
|
+
"maintainers": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "kgierke",
|
|
3383
|
+
"github": "kgierke"
|
|
3384
|
+
}
|
|
3385
|
+
],
|
|
3386
|
+
"compatibility": {
|
|
3387
|
+
"nuxt": "^3.0.0",
|
|
3388
|
+
"requires": {}
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3297
3391
|
{
|
|
3298
3392
|
"name": "nuxt-bootstrap-icons",
|
|
3299
3393
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3318,7 +3412,7 @@
|
|
|
3318
3412
|
},
|
|
3319
3413
|
{
|
|
3320
3414
|
"name": "nuxt-chatgpt",
|
|
3321
|
-
"description": "ChatGPT integration for Nuxt
|
|
3415
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3322
3416
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3323
3417
|
"npm": "nuxt-chatgpt",
|
|
3324
3418
|
"icon": "chatgpt.svg",
|
|
@@ -3338,6 +3432,32 @@
|
|
|
3338
3432
|
"requires": {}
|
|
3339
3433
|
}
|
|
3340
3434
|
},
|
|
3435
|
+
{
|
|
3436
|
+
"name": "nuxt-facebook-chat",
|
|
3437
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3438
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3439
|
+
"npm": "nuxt-facebook-chat",
|
|
3440
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3441
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3442
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3443
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3444
|
+
"category": "Libraries",
|
|
3445
|
+
"type": "3rd-party",
|
|
3446
|
+
"maintainers": [
|
|
3447
|
+
{
|
|
3448
|
+
"name": "Supanut Dokmaithong",
|
|
3449
|
+
"github": "Boomgeek"
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"name": "superdev-tech",
|
|
3453
|
+
"github": "superdev-tech"
|
|
3454
|
+
}
|
|
3455
|
+
],
|
|
3456
|
+
"compatibility": {
|
|
3457
|
+
"nuxt": "^3.0.0",
|
|
3458
|
+
"requires": {}
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3341
3461
|
{
|
|
3342
3462
|
"name": "nuxt-feedme",
|
|
3343
3463
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3413,7 +3533,7 @@
|
|
|
3413
3533
|
},
|
|
3414
3534
|
{
|
|
3415
3535
|
"name": "nuxt-gtm",
|
|
3416
|
-
"description": "A Nuxt
|
|
3536
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3417
3537
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3418
3538
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3419
3539
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3457,6 +3577,28 @@
|
|
|
3457
3577
|
}
|
|
3458
3578
|
}
|
|
3459
3579
|
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "nuxt-jsonld",
|
|
3582
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3583
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3584
|
+
"npm": "nuxt-jsonld",
|
|
3585
|
+
"icon": "",
|
|
3586
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3587
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3588
|
+
"learn_more": "",
|
|
3589
|
+
"category": "SEO",
|
|
3590
|
+
"type": "3rd-party",
|
|
3591
|
+
"maintainers": [
|
|
3592
|
+
{
|
|
3593
|
+
"name": "ymmooot",
|
|
3594
|
+
"github": "ymmooot"
|
|
3595
|
+
}
|
|
3596
|
+
],
|
|
3597
|
+
"compatibility": {
|
|
3598
|
+
"nuxt": "^3.0.0",
|
|
3599
|
+
"requires": {}
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3460
3602
|
{
|
|
3461
3603
|
"name": "nuxt-localtunnel",
|
|
3462
3604
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3482,7 +3624,7 @@
|
|
|
3482
3624
|
},
|
|
3483
3625
|
{
|
|
3484
3626
|
"name": "nuxt-loco",
|
|
3485
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3627
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3486
3628
|
"repo": "gaetansenn/nuxt-loco",
|
|
3487
3629
|
"npm": "nuxt-loco",
|
|
3488
3630
|
"icon": "",
|
|
@@ -3525,6 +3667,28 @@
|
|
|
3525
3667
|
"requires": {}
|
|
3526
3668
|
}
|
|
3527
3669
|
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "nuxt-mdi",
|
|
3672
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3673
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3674
|
+
"npm": "nuxt-mdi",
|
|
3675
|
+
"icon": "mdi.png",
|
|
3676
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3677
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3678
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3679
|
+
"category": "Libraries",
|
|
3680
|
+
"type": "3rd-party",
|
|
3681
|
+
"maintainers": [
|
|
3682
|
+
{
|
|
3683
|
+
"name": "Emil Rosenius",
|
|
3684
|
+
"github": "ERPedersen"
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3687
|
+
"compatibility": {
|
|
3688
|
+
"nuxt": "^3.0.0",
|
|
3689
|
+
"requires": {}
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3528
3692
|
{
|
|
3529
3693
|
"name": "nuxt-monaco-editor",
|
|
3530
3694
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3549,7 +3713,7 @@
|
|
|
3549
3713
|
},
|
|
3550
3714
|
{
|
|
3551
3715
|
"name": "nuxt-mongoose",
|
|
3552
|
-
"description": "A Nuxt
|
|
3716
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3553
3717
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3554
3718
|
"npm": "nuxt-mongoose",
|
|
3555
3719
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3638,7 +3802,7 @@
|
|
|
3638
3802
|
},
|
|
3639
3803
|
{
|
|
3640
3804
|
"name": "plausible",
|
|
3641
|
-
"description": "Nuxt
|
|
3805
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3642
3806
|
"repo": "nuxt-modules/plausible",
|
|
3643
3807
|
"npm": "@nuxtjs/plausible",
|
|
3644
3808
|
"icon": "plausible.png",
|
|
@@ -3660,7 +3824,7 @@
|
|
|
3660
3824
|
},
|
|
3661
3825
|
{
|
|
3662
3826
|
"name": "nuxt-plotly",
|
|
3663
|
-
"description": "nuxt-plotly
|
|
3827
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3664
3828
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
3829
|
"npm": "nuxt-plotly",
|
|
3666
3830
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3686,7 +3850,7 @@
|
|
|
3686
3850
|
},
|
|
3687
3851
|
{
|
|
3688
3852
|
"name": "nuxt-png-to-ico",
|
|
3689
|
-
"description": "Nuxt
|
|
3853
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3690
3854
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3691
3855
|
"npm": "nuxt-png-to-ico",
|
|
3692
3856
|
"icon": "",
|
|
@@ -3709,7 +3873,7 @@
|
|
|
3709
3873
|
},
|
|
3710
3874
|
{
|
|
3711
3875
|
"name": "nuxt-smartlook",
|
|
3712
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3876
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3713
3877
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3714
3878
|
"npm": "nuxt-smartlook",
|
|
3715
3879
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3761,7 +3925,7 @@
|
|
|
3761
3925
|
},
|
|
3762
3926
|
{
|
|
3763
3927
|
"name": "nuxt-storm",
|
|
3764
|
-
"description": "WebStorm & PHPStorm support for
|
|
3928
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3765
3929
|
"repo": "fumeapp/nuxt-storm",
|
|
3766
3930
|
"npm": "nuxt-storm",
|
|
3767
3931
|
"icon": "nuxt-storm.png",
|
|
@@ -3805,7 +3969,7 @@
|
|
|
3805
3969
|
},
|
|
3806
3970
|
{
|
|
3807
3971
|
"name": "nuxt-unleash",
|
|
3808
|
-
"description": "Nuxt
|
|
3972
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3809
3973
|
"repo": "conejerock/nuxt-unleash",
|
|
3810
3974
|
"npm": "nuxt-unleash",
|
|
3811
3975
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3917,7 +4081,7 @@
|
|
|
3917
4081
|
},
|
|
3918
4082
|
{
|
|
3919
4083
|
"name": "nuxt-vuetify",
|
|
3920
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4084
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3921
4085
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3922
4086
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3923
4087
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3961,7 +4125,7 @@
|
|
|
3961
4125
|
},
|
|
3962
4126
|
{
|
|
3963
4127
|
"name": "nuxt7",
|
|
3964
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4128
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3965
4129
|
"repo": "nuxt-community/nuxt7",
|
|
3966
4130
|
"npm": "nuxt7",
|
|
3967
4131
|
"icon": "",
|
|
@@ -3982,38 +4146,15 @@
|
|
|
3982
4146
|
"requires": {}
|
|
3983
4147
|
}
|
|
3984
4148
|
},
|
|
3985
|
-
{
|
|
3986
|
-
"name": "nuxtlabs-ui",
|
|
3987
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3988
|
-
"repo": "nuxtlabs/ui",
|
|
3989
|
-
"npm": "@nuxthq/ui",
|
|
3990
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3991
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3992
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3993
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3994
|
-
"category": "UI",
|
|
3995
|
-
"type": "3rd-party",
|
|
3996
|
-
"maintainers": [
|
|
3997
|
-
{
|
|
3998
|
-
"name": "Benjamin Canac",
|
|
3999
|
-
"github": "benjamincanac",
|
|
4000
|
-
"twitter": "benjamincanac"
|
|
4001
|
-
}
|
|
4002
|
-
],
|
|
4003
|
-
"compatibility": {
|
|
4004
|
-
"nuxt": "^3.0.0",
|
|
4005
|
-
"requires": {}
|
|
4006
|
-
}
|
|
4007
|
-
},
|
|
4008
4149
|
{
|
|
4009
4150
|
"name": "og-image",
|
|
4010
|
-
"description": "
|
|
4151
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4011
4152
|
"repo": "harlan-zw/nuxt-og-image",
|
|
4012
4153
|
"npm": "nuxt-og-image",
|
|
4013
|
-
"icon": "",
|
|
4154
|
+
"icon": "og-image.svg",
|
|
4014
4155
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
4015
|
-
"website": "https://
|
|
4016
|
-
"learn_more": "",
|
|
4156
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4157
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4017
4158
|
"category": "SEO",
|
|
4018
4159
|
"type": "3rd-party",
|
|
4019
4160
|
"maintainers": [
|
|
@@ -4054,7 +4195,7 @@
|
|
|
4054
4195
|
},
|
|
4055
4196
|
{
|
|
4056
4197
|
"name": "optimized-images",
|
|
4057
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4198
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4058
4199
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4059
4200
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4060
4201
|
"icon": "",
|
|
@@ -4099,7 +4240,7 @@
|
|
|
4099
4240
|
},
|
|
4100
4241
|
{
|
|
4101
4242
|
"name": "parse",
|
|
4102
|
-
"description": "Parse package for Nuxt
|
|
4243
|
+
"description": "Parse package for Nuxt",
|
|
4103
4244
|
"repo": "cierrateam/nuxt-parse",
|
|
4104
4245
|
"npm": "nuxt-parse",
|
|
4105
4246
|
"icon": "",
|
|
@@ -4119,6 +4260,29 @@
|
|
|
4119
4260
|
"requires": {}
|
|
4120
4261
|
}
|
|
4121
4262
|
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "particles",
|
|
4265
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4266
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4267
|
+
"npm": "nuxt-particles",
|
|
4268
|
+
"icon": "",
|
|
4269
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4270
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4271
|
+
"learn_more": "https://particles.js.org/",
|
|
4272
|
+
"category": "Libraries",
|
|
4273
|
+
"type": "3rd-party",
|
|
4274
|
+
"maintainers": [
|
|
4275
|
+
{
|
|
4276
|
+
"name": "Joey Pereira",
|
|
4277
|
+
"github": "Joepocalyptic",
|
|
4278
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4279
|
+
}
|
|
4280
|
+
],
|
|
4281
|
+
"compatibility": {
|
|
4282
|
+
"nuxt": "^3.0.0",
|
|
4283
|
+
"requires": {}
|
|
4284
|
+
}
|
|
4285
|
+
},
|
|
4122
4286
|
{
|
|
4123
4287
|
"name": "partytown",
|
|
4124
4288
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4265,7 +4429,7 @@
|
|
|
4265
4429
|
},
|
|
4266
4430
|
{
|
|
4267
4431
|
"name": "plausible",
|
|
4268
|
-
"description": "Nuxt
|
|
4432
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4269
4433
|
"repo": "nuxt-modules/plausible",
|
|
4270
4434
|
"npm": "@nuxtjs/plausible",
|
|
4271
4435
|
"icon": "",
|
|
@@ -4307,9 +4471,33 @@
|
|
|
4307
4471
|
"requires": {}
|
|
4308
4472
|
}
|
|
4309
4473
|
},
|
|
4474
|
+
{
|
|
4475
|
+
"name": "prepare",
|
|
4476
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4477
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4478
|
+
"npm": "nuxt-prepare",
|
|
4479
|
+
"icon": "prepare.svg",
|
|
4480
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4481
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4482
|
+
"learn_more": "",
|
|
4483
|
+
"category": "Devtools",
|
|
4484
|
+
"type": "3rd-party",
|
|
4485
|
+
"maintainers": [
|
|
4486
|
+
{
|
|
4487
|
+
"name": "Johann Schopplich",
|
|
4488
|
+
"github": "johannschopplich",
|
|
4489
|
+
"twitter": "jschopplich",
|
|
4490
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"compatibility": {
|
|
4494
|
+
"nuxt": "^3.0.0",
|
|
4495
|
+
"requires": {}
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4310
4498
|
{
|
|
4311
4499
|
"name": "prismic",
|
|
4312
|
-
"description": "Easily connect your Nuxt
|
|
4500
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4313
4501
|
"repo": "nuxt-modules/prismic",
|
|
4314
4502
|
"npm": "@nuxtjs/prismic",
|
|
4315
4503
|
"icon": "prismic.png",
|
|
@@ -4376,7 +4564,7 @@
|
|
|
4376
4564
|
},
|
|
4377
4565
|
{
|
|
4378
4566
|
"name": "proxy",
|
|
4379
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4567
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4380
4568
|
"repo": "nuxt-community/proxy-module",
|
|
4381
4569
|
"npm": "@nuxtjs/proxy",
|
|
4382
4570
|
"icon": "",
|
|
@@ -4422,7 +4610,7 @@
|
|
|
4422
4610
|
},
|
|
4423
4611
|
{
|
|
4424
4612
|
"name": "purgecss",
|
|
4425
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4613
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4426
4614
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4427
4615
|
"npm": "nuxt-purgecss",
|
|
4428
4616
|
"icon": "purgecss.png",
|
|
@@ -4444,7 +4632,7 @@
|
|
|
4444
4632
|
},
|
|
4445
4633
|
{
|
|
4446
4634
|
"name": "pwa",
|
|
4447
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4635
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4448
4636
|
"repo": "nuxt-community/pwa-module",
|
|
4449
4637
|
"npm": "@nuxtjs/pwa",
|
|
4450
4638
|
"icon": "pwa.png",
|
|
@@ -4469,7 +4657,7 @@
|
|
|
4469
4657
|
},
|
|
4470
4658
|
{
|
|
4471
4659
|
"name": "python",
|
|
4472
|
-
"description": "Write Nuxt
|
|
4660
|
+
"description": "Write Nuxt applications using Python",
|
|
4473
4661
|
"repo": "nuxt-community/python-module",
|
|
4474
4662
|
"npm": "@nuxtjs/python",
|
|
4475
4663
|
"icon": "python.png",
|
|
@@ -4535,7 +4723,7 @@
|
|
|
4535
4723
|
},
|
|
4536
4724
|
{
|
|
4537
4725
|
"name": "recaptcha",
|
|
4538
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4726
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4539
4727
|
"repo": "nuxt-community/recaptcha-module",
|
|
4540
4728
|
"npm": "@nuxtjs/recaptcha",
|
|
4541
4729
|
"icon": "recaptcha.png",
|
|
@@ -4580,7 +4768,7 @@
|
|
|
4580
4768
|
},
|
|
4581
4769
|
{
|
|
4582
4770
|
"name": "rfg-icon",
|
|
4583
|
-
"description": "Nuxt
|
|
4771
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4584
4772
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4585
4773
|
"npm": "nuxt-rfg-icon",
|
|
4586
4774
|
"icon": "real-favicon-generator.png",
|
|
@@ -4602,12 +4790,12 @@
|
|
|
4602
4790
|
},
|
|
4603
4791
|
{
|
|
4604
4792
|
"name": "robots",
|
|
4605
|
-
"description": "A Nuxt
|
|
4606
|
-
"repo": "nuxt-
|
|
4793
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4794
|
+
"repo": "nuxt-modules/robots",
|
|
4607
4795
|
"npm": "@nuxtjs/robots",
|
|
4608
4796
|
"icon": "robots.png",
|
|
4609
|
-
"github": "https://github.com/nuxt-
|
|
4610
|
-
"website": "https://github.com/nuxt-
|
|
4797
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4798
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4611
4799
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4612
4800
|
"category": "SEO",
|
|
4613
4801
|
"type": "community",
|
|
@@ -4626,7 +4814,7 @@
|
|
|
4626
4814
|
},
|
|
4627
4815
|
{
|
|
4628
4816
|
"name": "rollbar",
|
|
4629
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4817
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4630
4818
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4631
4819
|
"npm": "nuxt-rollbar-module",
|
|
4632
4820
|
"icon": "rollbar.png",
|
|
@@ -4671,7 +4859,7 @@
|
|
|
4671
4859
|
},
|
|
4672
4860
|
{
|
|
4673
4861
|
"name": "router",
|
|
4674
|
-
"description": "Nuxt
|
|
4862
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4675
4863
|
"repo": "nuxt-community/router-module",
|
|
4676
4864
|
"npm": "@nuxtjs/router",
|
|
4677
4865
|
"icon": "vue.png",
|
|
@@ -4719,13 +4907,13 @@
|
|
|
4719
4907
|
},
|
|
4720
4908
|
{
|
|
4721
4909
|
"name": "schema-org",
|
|
4722
|
-
"description": "Schema.org for Nuxt
|
|
4723
|
-
"repo": "
|
|
4910
|
+
"description": "Schema.org for Nuxt.",
|
|
4911
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4724
4912
|
"npm": "nuxt-schema-org",
|
|
4725
4913
|
"icon": "schema-org.svg",
|
|
4726
|
-
"github": "https://github.com/
|
|
4727
|
-
"website": "https://
|
|
4728
|
-
"learn_more": "https://
|
|
4914
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4915
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4916
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4729
4917
|
"category": "SEO",
|
|
4730
4918
|
"type": "3rd-party",
|
|
4731
4919
|
"maintainers": [
|
|
@@ -4788,7 +4976,7 @@
|
|
|
4788
4976
|
},
|
|
4789
4977
|
{
|
|
4790
4978
|
"name": "segment",
|
|
4791
|
-
"description": "Nuxt
|
|
4979
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4792
4980
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4793
4981
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4794
4982
|
"icon": "segment.png",
|
|
@@ -4810,7 +4998,7 @@
|
|
|
4810
4998
|
},
|
|
4811
4999
|
{
|
|
4812
5000
|
"name": "sentry",
|
|
4813
|
-
"description": "Sentry module for Nuxt
|
|
5001
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4814
5002
|
"repo": "nuxt-community/sentry-module",
|
|
4815
5003
|
"npm": "@nuxtjs/sentry",
|
|
4816
5004
|
"icon": "sentry.svg",
|
|
@@ -4830,14 +5018,38 @@
|
|
|
4830
5018
|
"requires": {}
|
|
4831
5019
|
}
|
|
4832
5020
|
},
|
|
5021
|
+
{
|
|
5022
|
+
"name": "seo-experiments",
|
|
5023
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5024
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5025
|
+
"npm": "nuxt-seo-experiments",
|
|
5026
|
+
"icon": "seo-experiments.svg",
|
|
5027
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5028
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5029
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5030
|
+
"category": "SEO",
|
|
5031
|
+
"type": "3rd-party",
|
|
5032
|
+
"maintainers": [
|
|
5033
|
+
{
|
|
5034
|
+
"name": "Harlan Wilton",
|
|
5035
|
+
"github": "harlan-zw",
|
|
5036
|
+
"twitter": "harlan_zw",
|
|
5037
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5038
|
+
}
|
|
5039
|
+
],
|
|
5040
|
+
"compatibility": {
|
|
5041
|
+
"nuxt": "^3.0.0",
|
|
5042
|
+
"requires": {}
|
|
5043
|
+
}
|
|
5044
|
+
},
|
|
4833
5045
|
{
|
|
4834
5046
|
"name": "seo-kit",
|
|
4835
|
-
"description": "
|
|
5047
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4836
5048
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4837
5049
|
"npm": "nuxt-seo-kit",
|
|
4838
5050
|
"icon": "seo-kit.svg",
|
|
4839
5051
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4840
|
-
"website": "https://
|
|
5052
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4841
5053
|
"learn_more": "",
|
|
4842
5054
|
"category": "SEO",
|
|
4843
5055
|
"type": "3rd-party",
|
|
@@ -4877,7 +5089,7 @@
|
|
|
4877
5089
|
},
|
|
4878
5090
|
{
|
|
4879
5091
|
"name": "seomatic-meta",
|
|
4880
|
-
"description": "A Nuxt
|
|
5092
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4881
5093
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4882
5094
|
"npm": "nuxt-seomatic-meta",
|
|
4883
5095
|
"icon": "seomatic.png",
|
|
@@ -4968,7 +5180,7 @@
|
|
|
4968
5180
|
},
|
|
4969
5181
|
{
|
|
4970
5182
|
"name": "shopify",
|
|
4971
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5183
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4972
5184
|
"repo": "Gomah/nuxt-shopify",
|
|
4973
5185
|
"npm": "nuxt-shopify",
|
|
4974
5186
|
"icon": "shopify.png",
|
|
@@ -5035,13 +5247,13 @@
|
|
|
5035
5247
|
},
|
|
5036
5248
|
{
|
|
5037
5249
|
"name": "simple-robots",
|
|
5038
|
-
"description": "
|
|
5250
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5039
5251
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5040
5252
|
"npm": "nuxt-simple-robots",
|
|
5041
|
-
"icon": "",
|
|
5253
|
+
"icon": "simple-robots.svg",
|
|
5042
5254
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5043
|
-
"website": "https://
|
|
5044
|
-
"learn_more": "",
|
|
5255
|
+
"website": "https://nuxtseo.com/robots",
|
|
5256
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5045
5257
|
"category": "SEO",
|
|
5046
5258
|
"type": "3rd-party",
|
|
5047
5259
|
"maintainers": [
|
|
@@ -5059,13 +5271,13 @@
|
|
|
5059
5271
|
},
|
|
5060
5272
|
{
|
|
5061
5273
|
"name": "simple-sitemap",
|
|
5062
|
-
"description": "
|
|
5274
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5063
5275
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5064
5276
|
"npm": "nuxt-simple-sitemap",
|
|
5065
|
-
"icon": "",
|
|
5277
|
+
"icon": "simple-sitemap.svg",
|
|
5066
5278
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5067
|
-
"website": "https://
|
|
5068
|
-
"learn_more": "",
|
|
5279
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5280
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5069
5281
|
"category": "SEO",
|
|
5070
5282
|
"type": "3rd-party",
|
|
5071
5283
|
"maintainers": [
|
|
@@ -5083,7 +5295,7 @@
|
|
|
5083
5295
|
},
|
|
5084
5296
|
{
|
|
5085
5297
|
"name": "sitemap",
|
|
5086
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5298
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5087
5299
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5088
5300
|
"npm": "@nuxtjs/sitemap",
|
|
5089
5301
|
"icon": "",
|
|
@@ -5128,7 +5340,7 @@
|
|
|
5128
5340
|
},
|
|
5129
5341
|
{
|
|
5130
5342
|
"name": "snipcart",
|
|
5131
|
-
"description": "Snipcart integration module for Nuxt
|
|
5343
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5132
5344
|
"repo": "nuxt-modules/snipcart",
|
|
5133
5345
|
"npm": "@nuxtjs/snipcart",
|
|
5134
5346
|
"icon": "snipcart.png",
|
|
@@ -5151,7 +5363,7 @@
|
|
|
5151
5363
|
},
|
|
5152
5364
|
{
|
|
5153
5365
|
"name": "social-meta",
|
|
5154
|
-
"description": "Nuxt
|
|
5366
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5155
5367
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5156
5368
|
"npm": "nuxt-social-meta",
|
|
5157
5369
|
"icon": "",
|
|
@@ -5273,7 +5485,7 @@
|
|
|
5273
5485
|
},
|
|
5274
5486
|
{
|
|
5275
5487
|
"name": "storage",
|
|
5276
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5488
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5277
5489
|
"repo": "mazipan/nuxt-storage",
|
|
5278
5490
|
"npm": "nuxt-storage",
|
|
5279
5491
|
"icon": "",
|
|
@@ -5295,7 +5507,7 @@
|
|
|
5295
5507
|
},
|
|
5296
5508
|
{
|
|
5297
5509
|
"name": "storefront-ui",
|
|
5298
|
-
"description": "Storefront UI Module for Nuxt
|
|
5510
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5299
5511
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5300
5512
|
"npm": "@storefront-ui/nuxt",
|
|
5301
5513
|
"icon": "storefront-ui.svg",
|
|
@@ -5339,7 +5551,7 @@
|
|
|
5339
5551
|
},
|
|
5340
5552
|
{
|
|
5341
5553
|
"name": "storyblok",
|
|
5342
|
-
"description": "Storyblok Nuxt
|
|
5554
|
+
"description": "Storyblok Nuxt module",
|
|
5343
5555
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5344
5556
|
"npm": "@storyblok/nuxt",
|
|
5345
5557
|
"icon": "storyblok.png",
|
|
@@ -5361,9 +5573,9 @@
|
|
|
5361
5573
|
},
|
|
5362
5574
|
{
|
|
5363
5575
|
"name": "storybook",
|
|
5364
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5576
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5365
5577
|
"repo": "nuxt-community/storybook",
|
|
5366
|
-
"npm": "@
|
|
5578
|
+
"npm": "@storybook-vue/nuxt-storybook",
|
|
5367
5579
|
"icon": "storybook.png",
|
|
5368
5580
|
"github": "https://github.com/nuxt-community/storybook",
|
|
5369
5581
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -5392,10 +5604,10 @@
|
|
|
5392
5604
|
{
|
|
5393
5605
|
"name": "strapi",
|
|
5394
5606
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5395
|
-
"repo": "nuxt-
|
|
5607
|
+
"repo": "nuxt-modules/strapi",
|
|
5396
5608
|
"npm": "@nuxtjs/strapi",
|
|
5397
5609
|
"icon": "strapi.png",
|
|
5398
|
-
"github": "https://github.com/nuxt-
|
|
5610
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5399
5611
|
"website": "https://strapi.nuxtjs.org",
|
|
5400
5612
|
"learn_more": "https://strapi.io/",
|
|
5401
5613
|
"category": "CMS",
|
|
@@ -5492,7 +5704,7 @@
|
|
|
5492
5704
|
},
|
|
5493
5705
|
{
|
|
5494
5706
|
"name": "stylelint",
|
|
5495
|
-
"description": "Stylelint module for Nuxt.
|
|
5707
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5496
5708
|
"repo": "nuxt-community/stylelint-module",
|
|
5497
5709
|
"npm": "@nuxtjs/stylelint-module",
|
|
5498
5710
|
"icon": "stylelint.png",
|
|
@@ -5538,10 +5750,10 @@
|
|
|
5538
5750
|
{
|
|
5539
5751
|
"name": "supabase",
|
|
5540
5752
|
"description": "First class integration with Supabase",
|
|
5541
|
-
"repo": "nuxt-
|
|
5753
|
+
"repo": "nuxt-modules/supabase",
|
|
5542
5754
|
"npm": "@nuxtjs/supabase",
|
|
5543
5755
|
"icon": "supabase.png",
|
|
5544
|
-
"github": "https://github.com/nuxt-
|
|
5756
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5545
5757
|
"website": "https://supabase.nuxtjs.org",
|
|
5546
5758
|
"learn_more": "https://supabase.com",
|
|
5547
5759
|
"category": "Database",
|
|
@@ -5592,12 +5804,12 @@
|
|
|
5592
5804
|
},
|
|
5593
5805
|
{
|
|
5594
5806
|
"name": "svg-sprite",
|
|
5595
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5596
|
-
"repo": "nuxt-
|
|
5807
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5808
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5597
5809
|
"npm": "@nuxtjs/svg-sprite",
|
|
5598
5810
|
"icon": "",
|
|
5599
|
-
"github": "https://github.com/nuxt-
|
|
5600
|
-
"website": "https://github.com/nuxt-
|
|
5811
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5812
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5601
5813
|
"learn_more": "",
|
|
5602
5814
|
"category": "UI",
|
|
5603
5815
|
"type": "community",
|
|
@@ -5609,13 +5821,13 @@
|
|
|
5609
5821
|
}
|
|
5610
5822
|
],
|
|
5611
5823
|
"compatibility": {
|
|
5612
|
-
"nuxt": "^2.0.0",
|
|
5824
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5613
5825
|
"requires": {}
|
|
5614
5826
|
}
|
|
5615
5827
|
},
|
|
5616
5828
|
{
|
|
5617
5829
|
"name": "svg",
|
|
5618
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5830
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5619
5831
|
"repo": "nuxt-community/svg-module",
|
|
5620
5832
|
"npm": "@nuxtjs/svg",
|
|
5621
5833
|
"icon": "",
|
|
@@ -5659,7 +5871,7 @@
|
|
|
5659
5871
|
},
|
|
5660
5872
|
{
|
|
5661
5873
|
"name": "swiper",
|
|
5662
|
-
"description": "Nuxt
|
|
5874
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5663
5875
|
"repo": "cpreston321/nuxt-swiper",
|
|
5664
5876
|
"npm": "nuxt-swiper",
|
|
5665
5877
|
"icon": "swiper.svg",
|
|
@@ -5705,10 +5917,10 @@
|
|
|
5705
5917
|
{
|
|
5706
5918
|
"name": "tailwindcss",
|
|
5707
5919
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5708
|
-
"repo": "nuxt-
|
|
5920
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5709
5921
|
"npm": "@nuxtjs/tailwindcss",
|
|
5710
5922
|
"icon": "tailwindcss.png",
|
|
5711
|
-
"github": "https://github.com/nuxt-
|
|
5923
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5712
5924
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5713
5925
|
"learn_more": "https://tailwindcss.com/",
|
|
5714
5926
|
"category": "UI",
|
|
@@ -5776,7 +5988,7 @@
|
|
|
5776
5988
|
},
|
|
5777
5989
|
{
|
|
5778
5990
|
"name": "toast",
|
|
5779
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
5991
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5780
5992
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5781
5993
|
"npm": "@nuxtjs/toast",
|
|
5782
5994
|
"icon": "",
|
|
@@ -5857,7 +6069,7 @@
|
|
|
5857
6069
|
},
|
|
5858
6070
|
{
|
|
5859
6071
|
"name": "twa",
|
|
5860
|
-
"description": "Nuxt
|
|
6072
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5861
6073
|
"repo": "tuarrep/nuxt-twa",
|
|
5862
6074
|
"npm": "nuxt-twa",
|
|
5863
6075
|
"icon": "",
|
|
@@ -6045,6 +6257,39 @@
|
|
|
6045
6257
|
"requires": {}
|
|
6046
6258
|
}
|
|
6047
6259
|
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "ui",
|
|
6262
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6263
|
+
"repo": "nuxt/ui#dev",
|
|
6264
|
+
"npm": "@nuxt/ui",
|
|
6265
|
+
"icon": "nuxt.svg",
|
|
6266
|
+
"github": "https://github.com/nuxt/ui",
|
|
6267
|
+
"website": "https://ui.nuxt.com",
|
|
6268
|
+
"learn_more": "",
|
|
6269
|
+
"category": "UI",
|
|
6270
|
+
"type": "official",
|
|
6271
|
+
"maintainers": [
|
|
6272
|
+
{
|
|
6273
|
+
"name": "Benjamin Canac",
|
|
6274
|
+
"github": "benjamincanac",
|
|
6275
|
+
"twitter": "benjamincanac"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"name": "Sebastien Chopin",
|
|
6279
|
+
"github": "Atinux",
|
|
6280
|
+
"twitter": "Atinux"
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
"name": "Sylvain Marroufin",
|
|
6284
|
+
"github": "smarroufin",
|
|
6285
|
+
"twitter": "smarroufin"
|
|
6286
|
+
}
|
|
6287
|
+
],
|
|
6288
|
+
"compatibility": {
|
|
6289
|
+
"nuxt": "^3.0.0",
|
|
6290
|
+
"requires": {}
|
|
6291
|
+
}
|
|
6292
|
+
},
|
|
6048
6293
|
{
|
|
6049
6294
|
"name": "umami",
|
|
6050
6295
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6093,7 +6338,7 @@
|
|
|
6093
6338
|
},
|
|
6094
6339
|
{
|
|
6095
6340
|
"name": "universal-storage",
|
|
6096
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6341
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6097
6342
|
"repo": "nuxt-community/universal-storage-module",
|
|
6098
6343
|
"npm": "@nuxtjs/universal-storage",
|
|
6099
6344
|
"icon": "",
|
|
@@ -6242,7 +6487,7 @@
|
|
|
6242
6487
|
},
|
|
6243
6488
|
{
|
|
6244
6489
|
"name": "user-agent",
|
|
6245
|
-
"description": "Nuxt
|
|
6490
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6246
6491
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6247
6492
|
"npm": "nuxt-user-agent",
|
|
6248
6493
|
"icon": "",
|
|
@@ -6356,7 +6601,7 @@
|
|
|
6356
6601
|
},
|
|
6357
6602
|
{
|
|
6358
6603
|
"name": "vee-validate",
|
|
6359
|
-
"description": "Painless Vue forms for Nuxt
|
|
6604
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6360
6605
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6361
6606
|
"npm": "@vee-validate/nuxt",
|
|
6362
6607
|
"icon": "vee-validate.png",
|
|
@@ -6446,7 +6691,7 @@
|
|
|
6446
6691
|
},
|
|
6447
6692
|
{
|
|
6448
6693
|
"name": "vite-pwa-nuxt",
|
|
6449
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6694
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6450
6695
|
"repo": "vite-pwa/nuxt",
|
|
6451
6696
|
"npm": "@vite-pwa/nuxt",
|
|
6452
6697
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6577,7 +6822,7 @@
|
|
|
6577
6822
|
},
|
|
6578
6823
|
{
|
|
6579
6824
|
"name": "vue-multiselect",
|
|
6580
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6825
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6581
6826
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6582
6827
|
"npm": "nuxt-vue-multiselect",
|
|
6583
6828
|
"icon": "",
|
|
@@ -6691,7 +6936,7 @@
|
|
|
6691
6936
|
},
|
|
6692
6937
|
{
|
|
6693
6938
|
"name": "vue-warehouse",
|
|
6694
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
6939
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6695
6940
|
"repo": "juliomrqz/vue-warehouse",
|
|
6696
6941
|
"npm": "vue-warehouse",
|
|
6697
6942
|
"icon": "",
|
|
@@ -6714,7 +6959,7 @@
|
|
|
6714
6959
|
},
|
|
6715
6960
|
{
|
|
6716
6961
|
"name": "vue3-carousel-nuxt",
|
|
6717
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
6962
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6718
6963
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6719
6964
|
"npm": "vue3-carousel-nuxt",
|
|
6720
6965
|
"icon": "",
|
|
@@ -6759,7 +7004,7 @@
|
|
|
6759
7004
|
},
|
|
6760
7005
|
{
|
|
6761
7006
|
"name": "vuestic",
|
|
6762
|
-
"description": "Vuestic UI module for Nuxt
|
|
7007
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6763
7008
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6764
7009
|
"npm": "@vuestic/nuxt",
|
|
6765
7010
|
"icon": "vuestic.png",
|
|
@@ -6803,7 +7048,7 @@
|
|
|
6803
7048
|
},
|
|
6804
7049
|
{
|
|
6805
7050
|
"name": "vuetify",
|
|
6806
|
-
"description": "Vuetify Module for Nuxt
|
|
7051
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6807
7052
|
"repo": "nuxt-community/vuetify-module",
|
|
6808
7053
|
"npm": "@nuxtjs/vuetify",
|
|
6809
7054
|
"icon": "vuetify.png",
|
|
@@ -6877,7 +7122,7 @@
|
|
|
6877
7122
|
},
|
|
6878
7123
|
{
|
|
6879
7124
|
"name": "vunix",
|
|
6880
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7125
|
+
"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.",
|
|
6881
7126
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6882
7127
|
"npm": "@vunix/nuxt",
|
|
6883
7128
|
"icon": "",
|
|
@@ -6901,11 +7146,11 @@
|
|
|
6901
7146
|
{
|
|
6902
7147
|
"name": "web-vitals",
|
|
6903
7148
|
"description": "Web Vitals for Nuxt",
|
|
6904
|
-
"repo": "nuxt-
|
|
7149
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6905
7150
|
"npm": "@nuxtjs/web-vitals",
|
|
6906
7151
|
"icon": "web-vitals.png",
|
|
6907
|
-
"github": "https://github.com/nuxt-
|
|
6908
|
-
"website": "https://github.com/nuxt-
|
|
7152
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7153
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6909
7154
|
"learn_more": "",
|
|
6910
7155
|
"category": "Performance",
|
|
6911
7156
|
"type": "community",
|
|
@@ -6956,7 +7201,7 @@
|
|
|
6956
7201
|
},
|
|
6957
7202
|
{
|
|
6958
7203
|
"name": "webpack-optimisations",
|
|
6959
|
-
"description": "Nuxt
|
|
7204
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6960
7205
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6961
7206
|
"npm": "nuxt-webpack-optimisations",
|
|
6962
7207
|
"icon": "build-optimisations.svg",
|
|
@@ -7048,7 +7293,7 @@
|
|
|
7048
7293
|
},
|
|
7049
7294
|
{
|
|
7050
7295
|
"name": "well-known",
|
|
7051
|
-
"description": "A Nuxt
|
|
7296
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7052
7297
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7053
7298
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7054
7299
|
"icon": "well-known.svg",
|
|
@@ -7070,7 +7315,7 @@
|
|
|
7070
7315
|
},
|
|
7071
7316
|
{
|
|
7072
7317
|
"name": "wideangle",
|
|
7073
|
-
"description": "Nuxt
|
|
7318
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7074
7319
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7075
7320
|
"npm": "wideangle-nuxt",
|
|
7076
7321
|
"icon": "wideangle.png",
|
|
@@ -7239,7 +7484,7 @@
|
|
|
7239
7484
|
},
|
|
7240
7485
|
{
|
|
7241
7486
|
"name": "zendesk",
|
|
7242
|
-
"description": "Nuxt
|
|
7487
|
+
"description": "Nuxt module for Zendesk",
|
|
7243
7488
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7244
7489
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7245
7490
|
"icon": "zendesk.png",
|