@nuxt/modules 0.6.0-1ca101 → 0.6.0-21d05c
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 +570 -279
- 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",
|
|
@@ -1223,12 +1290,13 @@
|
|
|
1223
1290
|
],
|
|
1224
1291
|
"compatibility": {
|
|
1225
1292
|
"nuxt": "^3.0.0",
|
|
1226
|
-
"requires": {}
|
|
1293
|
+
"requires": {},
|
|
1294
|
+
"devtools": "^0.0.0"
|
|
1227
1295
|
}
|
|
1228
1296
|
},
|
|
1229
1297
|
{
|
|
1230
1298
|
"name": "disqus",
|
|
1231
|
-
"description": "Disqus for Nuxt
|
|
1299
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1232
1300
|
"repo": "modbender/nuxt-disqus",
|
|
1233
1301
|
"npm": "nuxt-disqus",
|
|
1234
1302
|
"icon": "disqus.svg",
|
|
@@ -1250,7 +1318,7 @@
|
|
|
1250
1318
|
},
|
|
1251
1319
|
{
|
|
1252
1320
|
"name": "dotenv",
|
|
1253
|
-
"description": "A Nuxt
|
|
1321
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1254
1322
|
"repo": "nuxt-community/dotenv-module",
|
|
1255
1323
|
"npm": "@nuxtjs/dotenv",
|
|
1256
1324
|
"icon": "dotenv.png",
|
|
@@ -1272,7 +1340,7 @@
|
|
|
1272
1340
|
},
|
|
1273
1341
|
{
|
|
1274
1342
|
"name": "drupal-ce",
|
|
1275
|
-
"description": "Connects Nuxt
|
|
1343
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1276
1344
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1277
1345
|
"npm": "nuxtjs-drupal-ce",
|
|
1278
1346
|
"icon": "drupal-ce.png",
|
|
@@ -1305,7 +1373,7 @@
|
|
|
1305
1373
|
},
|
|
1306
1374
|
{
|
|
1307
1375
|
"name": "druxt",
|
|
1308
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1376
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1309
1377
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1310
1378
|
"npm": "druxt",
|
|
1311
1379
|
"icon": "druxt.svg",
|
|
@@ -1373,7 +1441,7 @@
|
|
|
1373
1441
|
},
|
|
1374
1442
|
{
|
|
1375
1443
|
"name": "emotion",
|
|
1376
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1444
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1377
1445
|
"repo": "nuxt-modules/emotion",
|
|
1378
1446
|
"npm": "@nuxtjs/emotion",
|
|
1379
1447
|
"icon": "emotion.png",
|
|
@@ -1401,7 +1469,7 @@
|
|
|
1401
1469
|
},
|
|
1402
1470
|
{
|
|
1403
1471
|
"name": "eslint",
|
|
1404
|
-
"description": "ESLint module for Nuxt
|
|
1472
|
+
"description": "ESLint module for Nuxt",
|
|
1405
1473
|
"repo": "nuxt-community/eslint-module",
|
|
1406
1474
|
"npm": "@nuxtjs/eslint-module",
|
|
1407
1475
|
"icon": "eslint.png",
|
|
@@ -1423,7 +1491,7 @@
|
|
|
1423
1491
|
},
|
|
1424
1492
|
{
|
|
1425
1493
|
"name": "event-trace",
|
|
1426
|
-
"description": "Module for event trace in Nuxt
|
|
1494
|
+
"description": "Module for event trace in Nuxt",
|
|
1427
1495
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1428
1496
|
"npm": "nuxt-event-trace",
|
|
1429
1497
|
"icon": "",
|
|
@@ -1467,7 +1535,7 @@
|
|
|
1467
1535
|
},
|
|
1468
1536
|
{
|
|
1469
1537
|
"name": "feature-toggle",
|
|
1470
|
-
"description": "Feature toggle module for Nuxt
|
|
1538
|
+
"description": "Feature toggle module for Nuxt",
|
|
1471
1539
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1472
1540
|
"npm": "nuxt-feature-toggle",
|
|
1473
1541
|
"icon": "",
|
|
@@ -1534,7 +1602,7 @@
|
|
|
1534
1602
|
},
|
|
1535
1603
|
{
|
|
1536
1604
|
"name": "floating-prompt-module",
|
|
1537
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1605
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1538
1606
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1539
1607
|
"npm": "nuxt-floating-prompt-module",
|
|
1540
1608
|
"icon": "",
|
|
@@ -1646,11 +1714,11 @@
|
|
|
1646
1714
|
{
|
|
1647
1715
|
"name": "form-actions",
|
|
1648
1716
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1649
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1717
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1650
1718
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1651
1719
|
"icon": "form-actions.svg",
|
|
1652
1720
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1653
|
-
"website": "https://
|
|
1721
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1654
1722
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1655
1723
|
"category": "Request",
|
|
1656
1724
|
"type": "3rd-party",
|
|
@@ -1662,7 +1730,7 @@
|
|
|
1662
1730
|
}
|
|
1663
1731
|
],
|
|
1664
1732
|
"compatibility": {
|
|
1665
|
-
"nuxt": "^3.
|
|
1733
|
+
"nuxt": "^3.7.0",
|
|
1666
1734
|
"requires": {}
|
|
1667
1735
|
}
|
|
1668
1736
|
},
|
|
@@ -1740,7 +1808,7 @@
|
|
|
1740
1808
|
},
|
|
1741
1809
|
{
|
|
1742
1810
|
"name": "google-adsense",
|
|
1743
|
-
"description": "Google Adsense Module for Nuxt
|
|
1811
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1744
1812
|
"repo": "nuxt-community/google-adsense-module",
|
|
1745
1813
|
"npm": "@nuxtjs/google-adsense",
|
|
1746
1814
|
"icon": "google-adsense.png",
|
|
@@ -1766,7 +1834,7 @@
|
|
|
1766
1834
|
},
|
|
1767
1835
|
{
|
|
1768
1836
|
"name": "google-analytics",
|
|
1769
|
-
"description": "Google analytics Module for Nuxt
|
|
1837
|
+
"description": "Google analytics Module for Nuxt",
|
|
1770
1838
|
"repo": "nuxt-community/analytics-module",
|
|
1771
1839
|
"npm": "@nuxtjs/google-analytics",
|
|
1772
1840
|
"icon": "google-analytics.png",
|
|
@@ -1798,12 +1866,12 @@
|
|
|
1798
1866
|
},
|
|
1799
1867
|
{
|
|
1800
1868
|
"name": "google-fonts",
|
|
1801
|
-
"description": "Google Fonts module for
|
|
1802
|
-
"repo": "nuxt-
|
|
1869
|
+
"description": "Google Fonts module for Nuxt",
|
|
1870
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1803
1871
|
"npm": "@nuxtjs/google-fonts",
|
|
1804
1872
|
"icon": "google-fonts.png",
|
|
1805
|
-
"github": "https://github.com/nuxt-
|
|
1806
|
-
"website": "https://
|
|
1873
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1874
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1807
1875
|
"learn_more": "https://developers.google.com/fonts",
|
|
1808
1876
|
"category": "Fonts",
|
|
1809
1877
|
"type": "community",
|
|
@@ -1822,7 +1890,7 @@
|
|
|
1822
1890
|
},
|
|
1823
1891
|
{
|
|
1824
1892
|
"name": "google-gtag",
|
|
1825
|
-
"description": "Google GTag for Nuxt
|
|
1893
|
+
"description": "Google GTag for Nuxt",
|
|
1826
1894
|
"repo": "nuxt-community/google-gtag",
|
|
1827
1895
|
"npm": "@nuxtjs/google-gtag",
|
|
1828
1896
|
"icon": "gtm.png",
|
|
@@ -1848,7 +1916,7 @@
|
|
|
1848
1916
|
},
|
|
1849
1917
|
{
|
|
1850
1918
|
"name": "google-optimize",
|
|
1851
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1919
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1852
1920
|
"repo": "nuxt-community/google-optimize-module",
|
|
1853
1921
|
"npm": "nuxt-google-optimize",
|
|
1854
1922
|
"icon": "google-optimize.png",
|
|
@@ -1903,7 +1971,7 @@
|
|
|
1903
1971
|
},
|
|
1904
1972
|
{
|
|
1905
1973
|
"name": "graphql-request",
|
|
1906
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1974
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1907
1975
|
"repo": "gomah/nuxt-graphql-request",
|
|
1908
1976
|
"npm": "nuxt-graphql-request",
|
|
1909
1977
|
"icon": "graphql-request.png",
|
|
@@ -1919,7 +1987,7 @@
|
|
|
1919
1987
|
}
|
|
1920
1988
|
],
|
|
1921
1989
|
"compatibility": {
|
|
1922
|
-
"nuxt": "^2.0.0",
|
|
1990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1923
1991
|
"requires": {}
|
|
1924
1992
|
}
|
|
1925
1993
|
},
|
|
@@ -1942,12 +2010,13 @@
|
|
|
1942
2010
|
],
|
|
1943
2011
|
"compatibility": {
|
|
1944
2012
|
"nuxt": "^3.0.0",
|
|
1945
|
-
"requires": {}
|
|
2013
|
+
"requires": {},
|
|
2014
|
+
"devtools": "^0.0.0"
|
|
1946
2015
|
}
|
|
1947
2016
|
},
|
|
1948
2017
|
{
|
|
1949
2018
|
"name": "gtag",
|
|
1950
|
-
"description": "Google Analytics integration for Nuxt
|
|
2019
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1951
2020
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1952
2021
|
"npm": "nuxt-gtag",
|
|
1953
2022
|
"icon": "gtag.svg",
|
|
@@ -1971,7 +2040,7 @@
|
|
|
1971
2040
|
},
|
|
1972
2041
|
{
|
|
1973
2042
|
"name": "gtm",
|
|
1974
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2043
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1975
2044
|
"repo": "nuxt-community/gtm-module",
|
|
1976
2045
|
"npm": "@nuxtjs/gtm",
|
|
1977
2046
|
"icon": "gtm.png",
|
|
@@ -1994,7 +2063,7 @@
|
|
|
1994
2063
|
},
|
|
1995
2064
|
{
|
|
1996
2065
|
"name": "guess",
|
|
1997
|
-
"description": "Guess.js module for Nuxt
|
|
2066
|
+
"description": "Guess.js module for Nuxt",
|
|
1998
2067
|
"repo": "nuxt-community/guess-module",
|
|
1999
2068
|
"npm": "@nuxtjs/guess-module",
|
|
2000
2069
|
"icon": "guessjs.png",
|
|
@@ -2106,7 +2175,7 @@
|
|
|
2106
2175
|
},
|
|
2107
2176
|
{
|
|
2108
2177
|
"name": "helmet",
|
|
2109
|
-
"description": "Easy Helmet module with Nuxt
|
|
2178
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2110
2179
|
"repo": "victor-perez/nuxt-helmet",
|
|
2111
2180
|
"npm": "nuxt-helmet",
|
|
2112
2181
|
"icon": "",
|
|
@@ -2150,7 +2219,7 @@
|
|
|
2150
2219
|
},
|
|
2151
2220
|
{
|
|
2152
2221
|
"name": "history-state",
|
|
2153
|
-
"description": "Nuxt
|
|
2222
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2154
2223
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2155
2224
|
"npm": "nuxt-history-state",
|
|
2156
2225
|
"icon": "",
|
|
@@ -2219,7 +2288,7 @@
|
|
|
2219
2288
|
},
|
|
2220
2289
|
{
|
|
2221
2290
|
"name": "http",
|
|
2222
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2291
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2223
2292
|
"repo": "nuxt/http",
|
|
2224
2293
|
"npm": "@nuxt/http",
|
|
2225
2294
|
"icon": "http.png",
|
|
@@ -2247,7 +2316,7 @@
|
|
|
2247
2316
|
},
|
|
2248
2317
|
{
|
|
2249
2318
|
"name": "humans-txt",
|
|
2250
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2319
|
+
"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
2320
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2252
2321
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2253
2322
|
"icon": "",
|
|
@@ -2271,11 +2340,11 @@
|
|
|
2271
2340
|
{
|
|
2272
2341
|
"name": "i18n",
|
|
2273
2342
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2274
|
-
"repo": "nuxt-
|
|
2343
|
+
"repo": "nuxt-modules/i18n",
|
|
2275
2344
|
"npm": "@nuxtjs/i18n",
|
|
2276
2345
|
"icon": "i18n.png",
|
|
2277
|
-
"github": "https://github.com/nuxt-
|
|
2278
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2346
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2347
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2279
2348
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2280
2349
|
"category": "Extensions",
|
|
2281
2350
|
"type": "community",
|
|
@@ -2335,7 +2404,8 @@
|
|
|
2335
2404
|
],
|
|
2336
2405
|
"compatibility": {
|
|
2337
2406
|
"nuxt": "^3.0.0",
|
|
2338
|
-
"requires": {}
|
|
2407
|
+
"requires": {},
|
|
2408
|
+
"devtools": "^0.0.0"
|
|
2339
2409
|
}
|
|
2340
2410
|
},
|
|
2341
2411
|
{
|
|
@@ -2384,12 +2454,12 @@
|
|
|
2384
2454
|
},
|
|
2385
2455
|
{
|
|
2386
2456
|
"name": "image",
|
|
2387
|
-
"description": "Optimised images for
|
|
2457
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2388
2458
|
"repo": "nuxt/image",
|
|
2389
2459
|
"npm": "@nuxt/image",
|
|
2390
2460
|
"icon": "image.png",
|
|
2391
2461
|
"github": "https://github.com/nuxt/image",
|
|
2392
|
-
"website": "https://image.
|
|
2462
|
+
"website": "https://image.nuxt.com",
|
|
2393
2463
|
"learn_more": "",
|
|
2394
2464
|
"category": "Images",
|
|
2395
2465
|
"type": "official",
|
|
@@ -2399,6 +2469,11 @@
|
|
|
2399
2469
|
"github": "farnabaz",
|
|
2400
2470
|
"twitter": "a_birang"
|
|
2401
2471
|
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "Daniel Roe",
|
|
2474
|
+
"github": "danielroe",
|
|
2475
|
+
"twitter": "danielcroe"
|
|
2476
|
+
},
|
|
2402
2477
|
{
|
|
2403
2478
|
"name": "Pooya Parsa",
|
|
2404
2479
|
"github": "pi0",
|
|
@@ -2414,12 +2489,16 @@
|
|
|
2414
2489
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2415
2490
|
"requires": {
|
|
2416
2491
|
"bridge": "optional"
|
|
2492
|
+
},
|
|
2493
|
+
"versionMap": {
|
|
2494
|
+
"2.x": "latest",
|
|
2495
|
+
"3.x": "rc"
|
|
2417
2496
|
}
|
|
2418
2497
|
}
|
|
2419
2498
|
},
|
|
2420
2499
|
{
|
|
2421
2500
|
"name": "imagemin",
|
|
2422
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2501
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2423
2502
|
"repo": "nuxt-community/imagemin-module",
|
|
2424
2503
|
"npm": "@nuxtjs/imagemin",
|
|
2425
2504
|
"icon": "imagemin.png",
|
|
@@ -2466,7 +2545,7 @@
|
|
|
2466
2545
|
},
|
|
2467
2546
|
{
|
|
2468
2547
|
"name": "intercom",
|
|
2469
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2548
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2470
2549
|
"repo": "hex-digital/nuxt-intercom",
|
|
2471
2550
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2472
2551
|
"icon": "intercom.png",
|
|
@@ -2511,7 +2590,7 @@
|
|
|
2511
2590
|
},
|
|
2512
2591
|
{
|
|
2513
2592
|
"name": "jsonapi",
|
|
2514
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2593
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2515
2594
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2516
2595
|
"npm": "nuxt-jsonapi",
|
|
2517
2596
|
"icon": "jsonapi.svg",
|
|
@@ -2555,7 +2634,7 @@
|
|
|
2555
2634
|
},
|
|
2556
2635
|
{
|
|
2557
2636
|
"name": "kql",
|
|
2558
|
-
"description": "Nuxt
|
|
2637
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2559
2638
|
"repo": "johannschopplich/nuxt-kql",
|
|
2560
2639
|
"npm": "nuxt-kql",
|
|
2561
2640
|
"icon": "kql.svg",
|
|
@@ -2579,7 +2658,7 @@
|
|
|
2579
2658
|
},
|
|
2580
2659
|
{
|
|
2581
2660
|
"name": "laravel-echo",
|
|
2582
|
-
"description": "Laravel Echo for Nuxt
|
|
2661
|
+
"description": "Laravel Echo for Nuxt",
|
|
2583
2662
|
"repo": "nuxt-community/laravel-echo",
|
|
2584
2663
|
"npm": "@nuxtjs/laravel-echo",
|
|
2585
2664
|
"icon": "laravel-echo.png",
|
|
@@ -2667,13 +2746,13 @@
|
|
|
2667
2746
|
},
|
|
2668
2747
|
{
|
|
2669
2748
|
"name": "link-checker",
|
|
2670
|
-
"description": "
|
|
2749
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2671
2750
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2672
2751
|
"npm": "nuxt-link-checker",
|
|
2673
|
-
"icon": "",
|
|
2752
|
+
"icon": "link-checker.svg",
|
|
2674
2753
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2675
|
-
"website": "https://
|
|
2676
|
-
"learn_more": "",
|
|
2754
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2755
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2677
2756
|
"category": "SEO",
|
|
2678
2757
|
"type": "3rd-party",
|
|
2679
2758
|
"maintainers": [
|
|
@@ -2686,7 +2765,8 @@
|
|
|
2686
2765
|
],
|
|
2687
2766
|
"compatibility": {
|
|
2688
2767
|
"nuxt": "^3.0.0",
|
|
2689
|
-
"requires": {}
|
|
2768
|
+
"requires": {},
|
|
2769
|
+
"devtools": "^0.0.0"
|
|
2690
2770
|
}
|
|
2691
2771
|
},
|
|
2692
2772
|
{
|
|
@@ -2763,12 +2843,12 @@
|
|
|
2763
2843
|
},
|
|
2764
2844
|
{
|
|
2765
2845
|
"name": "logrocket",
|
|
2766
|
-
"description": "LogRocket module for Nuxt
|
|
2767
|
-
"repo": "nuxt-
|
|
2846
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2847
|
+
"repo": "nuxt-modules/logrocket",
|
|
2768
2848
|
"npm": "nuxt-logrocket",
|
|
2769
2849
|
"icon": "logrocket.png",
|
|
2770
|
-
"github": "https://github.com/nuxt-
|
|
2771
|
-
"website": "https://github.com/nuxt-
|
|
2850
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2851
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2772
2852
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2773
2853
|
"category": "Monitoring",
|
|
2774
2854
|
"type": "community",
|
|
@@ -2784,9 +2864,35 @@
|
|
|
2784
2864
|
"requires": {}
|
|
2785
2865
|
}
|
|
2786
2866
|
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "lucide-icons",
|
|
2869
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2870
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2871
|
+
"npm": "nuxt-lucide-icons",
|
|
2872
|
+
"icon": "lucide-icons.svg",
|
|
2873
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2874
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2875
|
+
"learn_more": "",
|
|
2876
|
+
"category": "UI",
|
|
2877
|
+
"type": "3rd-party",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "SWIS",
|
|
2881
|
+
"github": "swisnl"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"name": "Jasper Zonneveld",
|
|
2885
|
+
"github": "JaZo"
|
|
2886
|
+
}
|
|
2887
|
+
],
|
|
2888
|
+
"compatibility": {
|
|
2889
|
+
"nuxt": "^3.0.0",
|
|
2890
|
+
"requires": {}
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2787
2893
|
{
|
|
2788
2894
|
"name": "lunr",
|
|
2789
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2895
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2790
2896
|
"repo": "nuxt-community/lunr-module",
|
|
2791
2897
|
"npm": "@nuxtjs/lunr-module",
|
|
2792
2898
|
"icon": "",
|
|
@@ -2874,6 +2980,28 @@
|
|
|
2874
2980
|
"requires": {}
|
|
2875
2981
|
}
|
|
2876
2982
|
},
|
|
2983
|
+
{
|
|
2984
|
+
"name": "maz-ui",
|
|
2985
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
2986
|
+
"repo": "louismazel/maz-ui",
|
|
2987
|
+
"npm": "maz-ui",
|
|
2988
|
+
"icon": "maz-ui.png",
|
|
2989
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
2990
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
2991
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
2992
|
+
"category": "UI",
|
|
2993
|
+
"type": "community",
|
|
2994
|
+
"maintainers": [
|
|
2995
|
+
{
|
|
2996
|
+
"name": "Loïc Mazuel",
|
|
2997
|
+
"github": "LouisMazel"
|
|
2998
|
+
}
|
|
2999
|
+
],
|
|
3000
|
+
"compatibility": {
|
|
3001
|
+
"nuxt": "^3.0.0",
|
|
3002
|
+
"requires": {}
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
2877
3005
|
{
|
|
2878
3006
|
"name": "mdx",
|
|
2879
3007
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2899,7 +3027,7 @@
|
|
|
2899
3027
|
},
|
|
2900
3028
|
{
|
|
2901
3029
|
"name": "medusa",
|
|
2902
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3030
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2903
3031
|
"repo": "Baroshem/nuxt-medusa",
|
|
2904
3032
|
"npm": "nuxt-medusa",
|
|
2905
3033
|
"icon": "medusa.svg",
|
|
@@ -2924,7 +3052,7 @@
|
|
|
2924
3052
|
},
|
|
2925
3053
|
{
|
|
2926
3054
|
"name": "meilisearch",
|
|
2927
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3055
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2928
3056
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2929
3057
|
"npm": "nuxt-meilisearch",
|
|
2930
3058
|
"icon": "meilisearch.svg",
|
|
@@ -2944,7 +3072,8 @@
|
|
|
2944
3072
|
"nuxt": "^3.0.0",
|
|
2945
3073
|
"requires": {
|
|
2946
3074
|
"bridge": false
|
|
2947
|
-
}
|
|
3075
|
+
},
|
|
3076
|
+
"devtools": "^0.0.0"
|
|
2948
3077
|
}
|
|
2949
3078
|
},
|
|
2950
3079
|
{
|
|
@@ -3016,7 +3145,7 @@
|
|
|
3016
3145
|
},
|
|
3017
3146
|
{
|
|
3018
3147
|
"name": "moment",
|
|
3019
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3148
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3020
3149
|
"repo": "nuxt-community/moment-module",
|
|
3021
3150
|
"npm": "@nuxtjs/moment",
|
|
3022
3151
|
"icon": "momentjs.png",
|
|
@@ -3043,7 +3172,7 @@
|
|
|
3043
3172
|
},
|
|
3044
3173
|
{
|
|
3045
3174
|
"name": "mq",
|
|
3046
|
-
"description": "vue-mq module for Nuxt.
|
|
3175
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3047
3176
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3048
3177
|
"npm": "nuxt-mq",
|
|
3049
3178
|
"icon": "",
|
|
@@ -3087,7 +3216,7 @@
|
|
|
3087
3216
|
},
|
|
3088
3217
|
{
|
|
3089
3218
|
"name": "netlify-cache",
|
|
3090
|
-
"description": "Nuxt
|
|
3219
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3091
3220
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3092
3221
|
"npm": "nuxt-netlify-cache",
|
|
3093
3222
|
"icon": "netlify.png",
|
|
@@ -3132,7 +3261,7 @@
|
|
|
3132
3261
|
},
|
|
3133
3262
|
{
|
|
3134
3263
|
"name": "netlify",
|
|
3135
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3264
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3136
3265
|
"repo": "bazzite/nuxt-netlify",
|
|
3137
3266
|
"npm": "@aceforth/nuxt-netlify",
|
|
3138
3267
|
"icon": "netlify.png",
|
|
@@ -3268,6 +3397,28 @@
|
|
|
3268
3397
|
"requires": {}
|
|
3269
3398
|
}
|
|
3270
3399
|
},
|
|
3400
|
+
{
|
|
3401
|
+
"name": "nuxt-basic-auth",
|
|
3402
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3403
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3404
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3405
|
+
"icon": "",
|
|
3406
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3407
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3408
|
+
"learn_more": "",
|
|
3409
|
+
"category": "Security",
|
|
3410
|
+
"type": "3rd-party",
|
|
3411
|
+
"maintainers": [
|
|
3412
|
+
{
|
|
3413
|
+
"name": "kgierke",
|
|
3414
|
+
"github": "kgierke"
|
|
3415
|
+
}
|
|
3416
|
+
],
|
|
3417
|
+
"compatibility": {
|
|
3418
|
+
"nuxt": "^3.0.0",
|
|
3419
|
+
"requires": {}
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3271
3422
|
{
|
|
3272
3423
|
"name": "nuxt-bootstrap-icons",
|
|
3273
3424
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3292,7 +3443,7 @@
|
|
|
3292
3443
|
},
|
|
3293
3444
|
{
|
|
3294
3445
|
"name": "nuxt-chatgpt",
|
|
3295
|
-
"description": "ChatGPT integration for Nuxt
|
|
3446
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3296
3447
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3297
3448
|
"npm": "nuxt-chatgpt",
|
|
3298
3449
|
"icon": "chatgpt.svg",
|
|
@@ -3312,6 +3463,54 @@
|
|
|
3312
3463
|
"requires": {}
|
|
3313
3464
|
}
|
|
3314
3465
|
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "nuxt-facebook-chat",
|
|
3468
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3469
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3470
|
+
"npm": "nuxt-facebook-chat",
|
|
3471
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3472
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3473
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3474
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3475
|
+
"category": "Libraries",
|
|
3476
|
+
"type": "3rd-party",
|
|
3477
|
+
"maintainers": [
|
|
3478
|
+
{
|
|
3479
|
+
"name": "Supanut Dokmaithong",
|
|
3480
|
+
"github": "Boomgeek"
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"name": "superdev-tech",
|
|
3484
|
+
"github": "superdev-tech"
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
"compatibility": {
|
|
3488
|
+
"nuxt": "^3.0.0",
|
|
3489
|
+
"requires": {}
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"name": "nuxt-feedme",
|
|
3494
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3495
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3496
|
+
"npm": "nuxt-feedme",
|
|
3497
|
+
"icon": "",
|
|
3498
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3499
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3500
|
+
"learn_more": "",
|
|
3501
|
+
"category": "SEO",
|
|
3502
|
+
"type": "3rd-party",
|
|
3503
|
+
"maintainers": [
|
|
3504
|
+
{
|
|
3505
|
+
"name": "Helltraitor",
|
|
3506
|
+
"github": "helltraitor"
|
|
3507
|
+
}
|
|
3508
|
+
],
|
|
3509
|
+
"compatibility": {
|
|
3510
|
+
"nuxt": "^3.0.0",
|
|
3511
|
+
"requires": {}
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3315
3514
|
{
|
|
3316
3515
|
"name": "nuxt-graphql-middleware",
|
|
3317
3516
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3365,7 +3564,7 @@
|
|
|
3365
3564
|
},
|
|
3366
3565
|
{
|
|
3367
3566
|
"name": "nuxt-gtm",
|
|
3368
|
-
"description": "A Nuxt
|
|
3567
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3369
3568
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3370
3569
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3371
3570
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3382,7 +3581,8 @@
|
|
|
3382
3581
|
],
|
|
3383
3582
|
"compatibility": {
|
|
3384
3583
|
"nuxt": "^3.0.0",
|
|
3385
|
-
"requires": {}
|
|
3584
|
+
"requires": {},
|
|
3585
|
+
"devtools": "^0.0.0"
|
|
3386
3586
|
}
|
|
3387
3587
|
},
|
|
3388
3588
|
{
|
|
@@ -3409,6 +3609,28 @@
|
|
|
3409
3609
|
}
|
|
3410
3610
|
}
|
|
3411
3611
|
},
|
|
3612
|
+
{
|
|
3613
|
+
"name": "nuxt-jsonld",
|
|
3614
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3615
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3616
|
+
"npm": "nuxt-jsonld",
|
|
3617
|
+
"icon": "",
|
|
3618
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3619
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3620
|
+
"learn_more": "",
|
|
3621
|
+
"category": "SEO",
|
|
3622
|
+
"type": "3rd-party",
|
|
3623
|
+
"maintainers": [
|
|
3624
|
+
{
|
|
3625
|
+
"name": "ymmooot",
|
|
3626
|
+
"github": "ymmooot"
|
|
3627
|
+
}
|
|
3628
|
+
],
|
|
3629
|
+
"compatibility": {
|
|
3630
|
+
"nuxt": "^3.0.0",
|
|
3631
|
+
"requires": {}
|
|
3632
|
+
}
|
|
3633
|
+
},
|
|
3412
3634
|
{
|
|
3413
3635
|
"name": "nuxt-localtunnel",
|
|
3414
3636
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3434,7 +3656,7 @@
|
|
|
3434
3656
|
},
|
|
3435
3657
|
{
|
|
3436
3658
|
"name": "nuxt-loco",
|
|
3437
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3659
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3438
3660
|
"repo": "gaetansenn/nuxt-loco",
|
|
3439
3661
|
"npm": "nuxt-loco",
|
|
3440
3662
|
"icon": "",
|
|
@@ -3477,6 +3699,28 @@
|
|
|
3477
3699
|
"requires": {}
|
|
3478
3700
|
}
|
|
3479
3701
|
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "nuxt-mdi",
|
|
3704
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3705
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3706
|
+
"npm": "nuxt-mdi",
|
|
3707
|
+
"icon": "mdi.png",
|
|
3708
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3709
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3710
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3711
|
+
"category": "Libraries",
|
|
3712
|
+
"type": "3rd-party",
|
|
3713
|
+
"maintainers": [
|
|
3714
|
+
{
|
|
3715
|
+
"name": "Emil Rosenius",
|
|
3716
|
+
"github": "ERPedersen"
|
|
3717
|
+
}
|
|
3718
|
+
],
|
|
3719
|
+
"compatibility": {
|
|
3720
|
+
"nuxt": "^3.0.0",
|
|
3721
|
+
"requires": {}
|
|
3722
|
+
}
|
|
3723
|
+
},
|
|
3480
3724
|
{
|
|
3481
3725
|
"name": "nuxt-monaco-editor",
|
|
3482
3726
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3501,7 +3745,7 @@
|
|
|
3501
3745
|
},
|
|
3502
3746
|
{
|
|
3503
3747
|
"name": "nuxt-mongoose",
|
|
3504
|
-
"description": "A Nuxt
|
|
3748
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3505
3749
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3506
3750
|
"npm": "nuxt-mongoose",
|
|
3507
3751
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3518,7 +3762,8 @@
|
|
|
3518
3762
|
],
|
|
3519
3763
|
"compatibility": {
|
|
3520
3764
|
"nuxt": "^3.0.0",
|
|
3521
|
-
"requires": {}
|
|
3765
|
+
"requires": {},
|
|
3766
|
+
"devtools": "^0.0.0"
|
|
3522
3767
|
}
|
|
3523
3768
|
},
|
|
3524
3769
|
{
|
|
@@ -3590,7 +3835,7 @@
|
|
|
3590
3835
|
},
|
|
3591
3836
|
{
|
|
3592
3837
|
"name": "plausible",
|
|
3593
|
-
"description": "Nuxt
|
|
3838
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3594
3839
|
"repo": "nuxt-modules/plausible",
|
|
3595
3840
|
"npm": "@nuxtjs/plausible",
|
|
3596
3841
|
"icon": "plausible.png",
|
|
@@ -3612,7 +3857,7 @@
|
|
|
3612
3857
|
},
|
|
3613
3858
|
{
|
|
3614
3859
|
"name": "nuxt-plotly",
|
|
3615
|
-
"description": "nuxt-plotly
|
|
3860
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3616
3861
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3617
3862
|
"npm": "nuxt-plotly",
|
|
3618
3863
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3638,7 +3883,7 @@
|
|
|
3638
3883
|
},
|
|
3639
3884
|
{
|
|
3640
3885
|
"name": "nuxt-png-to-ico",
|
|
3641
|
-
"description": "Nuxt
|
|
3886
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3642
3887
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3643
3888
|
"npm": "nuxt-png-to-ico",
|
|
3644
3889
|
"icon": "",
|
|
@@ -3661,7 +3906,7 @@
|
|
|
3661
3906
|
},
|
|
3662
3907
|
{
|
|
3663
3908
|
"name": "nuxt-smartlook",
|
|
3664
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3909
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3665
3910
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3666
3911
|
"npm": "nuxt-smartlook",
|
|
3667
3912
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3713,7 +3958,7 @@
|
|
|
3713
3958
|
},
|
|
3714
3959
|
{
|
|
3715
3960
|
"name": "nuxt-storm",
|
|
3716
|
-
"description": "WebStorm & PHPStorm support for
|
|
3961
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3717
3962
|
"repo": "fumeapp/nuxt-storm",
|
|
3718
3963
|
"npm": "nuxt-storm",
|
|
3719
3964
|
"icon": "nuxt-storm.png",
|
|
@@ -3757,7 +4002,7 @@
|
|
|
3757
4002
|
},
|
|
3758
4003
|
{
|
|
3759
4004
|
"name": "nuxt-unleash",
|
|
3760
|
-
"description": "Nuxt
|
|
4005
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3761
4006
|
"repo": "conejerock/nuxt-unleash",
|
|
3762
4007
|
"npm": "nuxt-unleash",
|
|
3763
4008
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3869,7 +4114,7 @@
|
|
|
3869
4114
|
},
|
|
3870
4115
|
{
|
|
3871
4116
|
"name": "nuxt-vuetify",
|
|
3872
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4117
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3873
4118
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3874
4119
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3875
4120
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3913,7 +4158,7 @@
|
|
|
3913
4158
|
},
|
|
3914
4159
|
{
|
|
3915
4160
|
"name": "nuxt7",
|
|
3916
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4161
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3917
4162
|
"repo": "nuxt-community/nuxt7",
|
|
3918
4163
|
"npm": "nuxt7",
|
|
3919
4164
|
"icon": "",
|
|
@@ -3934,38 +4179,15 @@
|
|
|
3934
4179
|
"requires": {}
|
|
3935
4180
|
}
|
|
3936
4181
|
},
|
|
3937
|
-
{
|
|
3938
|
-
"name": "nuxtlabs-ui",
|
|
3939
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3940
|
-
"repo": "nuxtlabs/ui",
|
|
3941
|
-
"npm": "@nuxthq/ui",
|
|
3942
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3943
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3944
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3945
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3946
|
-
"category": "UI",
|
|
3947
|
-
"type": "3rd-party",
|
|
3948
|
-
"maintainers": [
|
|
3949
|
-
{
|
|
3950
|
-
"name": "Benjamin Canac",
|
|
3951
|
-
"github": "benjamincanac",
|
|
3952
|
-
"twitter": "benjamincanac"
|
|
3953
|
-
}
|
|
3954
|
-
],
|
|
3955
|
-
"compatibility": {
|
|
3956
|
-
"nuxt": "^3.0.0",
|
|
3957
|
-
"requires": {}
|
|
3958
|
-
}
|
|
3959
|
-
},
|
|
3960
4182
|
{
|
|
3961
4183
|
"name": "og-image",
|
|
3962
|
-
"description": "
|
|
4184
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3963
4185
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3964
4186
|
"npm": "nuxt-og-image",
|
|
3965
|
-
"icon": "",
|
|
4187
|
+
"icon": "og-image.svg",
|
|
3966
4188
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3967
|
-
"website": "https://
|
|
3968
|
-
"learn_more": "",
|
|
4189
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4190
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3969
4191
|
"category": "SEO",
|
|
3970
4192
|
"type": "3rd-party",
|
|
3971
4193
|
"maintainers": [
|
|
@@ -3978,7 +4200,8 @@
|
|
|
3978
4200
|
],
|
|
3979
4201
|
"compatibility": {
|
|
3980
4202
|
"nuxt": "^3.0.0",
|
|
3981
|
-
"requires": {}
|
|
4203
|
+
"requires": {},
|
|
4204
|
+
"devtools": "^0.0.0"
|
|
3982
4205
|
}
|
|
3983
4206
|
},
|
|
3984
4207
|
{
|
|
@@ -4006,7 +4229,7 @@
|
|
|
4006
4229
|
},
|
|
4007
4230
|
{
|
|
4008
4231
|
"name": "optimized-images",
|
|
4009
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4232
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4010
4233
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4011
4234
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4012
4235
|
"icon": "",
|
|
@@ -4051,7 +4274,7 @@
|
|
|
4051
4274
|
},
|
|
4052
4275
|
{
|
|
4053
4276
|
"name": "parse",
|
|
4054
|
-
"description": "Parse package for Nuxt
|
|
4277
|
+
"description": "Parse package for Nuxt",
|
|
4055
4278
|
"repo": "cierrateam/nuxt-parse",
|
|
4056
4279
|
"npm": "nuxt-parse",
|
|
4057
4280
|
"icon": "",
|
|
@@ -4071,6 +4294,29 @@
|
|
|
4071
4294
|
"requires": {}
|
|
4072
4295
|
}
|
|
4073
4296
|
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "particles",
|
|
4299
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4300
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4301
|
+
"npm": "nuxt-particles",
|
|
4302
|
+
"icon": "",
|
|
4303
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4304
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4305
|
+
"learn_more": "https://particles.js.org/",
|
|
4306
|
+
"category": "Libraries",
|
|
4307
|
+
"type": "3rd-party",
|
|
4308
|
+
"maintainers": [
|
|
4309
|
+
{
|
|
4310
|
+
"name": "Joey Pereira",
|
|
4311
|
+
"github": "Joepocalyptic",
|
|
4312
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4313
|
+
}
|
|
4314
|
+
],
|
|
4315
|
+
"compatibility": {
|
|
4316
|
+
"nuxt": "^3.0.0",
|
|
4317
|
+
"requires": {}
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
4074
4320
|
{
|
|
4075
4321
|
"name": "partytown",
|
|
4076
4322
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4217,7 +4463,7 @@
|
|
|
4217
4463
|
},
|
|
4218
4464
|
{
|
|
4219
4465
|
"name": "plausible",
|
|
4220
|
-
"description": "Nuxt
|
|
4466
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4221
4467
|
"repo": "nuxt-modules/plausible",
|
|
4222
4468
|
"npm": "@nuxtjs/plausible",
|
|
4223
4469
|
"icon": "",
|
|
@@ -4259,9 +4505,33 @@
|
|
|
4259
4505
|
"requires": {}
|
|
4260
4506
|
}
|
|
4261
4507
|
},
|
|
4508
|
+
{
|
|
4509
|
+
"name": "prepare",
|
|
4510
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4511
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4512
|
+
"npm": "nuxt-prepare",
|
|
4513
|
+
"icon": "prepare.svg",
|
|
4514
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4515
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4516
|
+
"learn_more": "",
|
|
4517
|
+
"category": "Devtools",
|
|
4518
|
+
"type": "3rd-party",
|
|
4519
|
+
"maintainers": [
|
|
4520
|
+
{
|
|
4521
|
+
"name": "Johann Schopplich",
|
|
4522
|
+
"github": "johannschopplich",
|
|
4523
|
+
"twitter": "jschopplich",
|
|
4524
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4525
|
+
}
|
|
4526
|
+
],
|
|
4527
|
+
"compatibility": {
|
|
4528
|
+
"nuxt": "^3.0.0",
|
|
4529
|
+
"requires": {}
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4262
4532
|
{
|
|
4263
4533
|
"name": "prismic",
|
|
4264
|
-
"description": "Easily connect your Nuxt
|
|
4534
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4265
4535
|
"repo": "nuxt-modules/prismic",
|
|
4266
4536
|
"npm": "@nuxtjs/prismic",
|
|
4267
4537
|
"icon": "prismic.png",
|
|
@@ -4328,7 +4598,7 @@
|
|
|
4328
4598
|
},
|
|
4329
4599
|
{
|
|
4330
4600
|
"name": "proxy",
|
|
4331
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4601
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4332
4602
|
"repo": "nuxt-community/proxy-module",
|
|
4333
4603
|
"npm": "@nuxtjs/proxy",
|
|
4334
4604
|
"icon": "",
|
|
@@ -4374,7 +4644,7 @@
|
|
|
4374
4644
|
},
|
|
4375
4645
|
{
|
|
4376
4646
|
"name": "purgecss",
|
|
4377
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4647
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4378
4648
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4379
4649
|
"npm": "nuxt-purgecss",
|
|
4380
4650
|
"icon": "purgecss.png",
|
|
@@ -4396,7 +4666,7 @@
|
|
|
4396
4666
|
},
|
|
4397
4667
|
{
|
|
4398
4668
|
"name": "pwa",
|
|
4399
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4669
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4400
4670
|
"repo": "nuxt-community/pwa-module",
|
|
4401
4671
|
"npm": "@nuxtjs/pwa",
|
|
4402
4672
|
"icon": "pwa.png",
|
|
@@ -4421,7 +4691,7 @@
|
|
|
4421
4691
|
},
|
|
4422
4692
|
{
|
|
4423
4693
|
"name": "python",
|
|
4424
|
-
"description": "Write Nuxt
|
|
4694
|
+
"description": "Write Nuxt applications using Python",
|
|
4425
4695
|
"repo": "nuxt-community/python-module",
|
|
4426
4696
|
"npm": "@nuxtjs/python",
|
|
4427
4697
|
"icon": "python.png",
|
|
@@ -4460,7 +4730,8 @@
|
|
|
4460
4730
|
],
|
|
4461
4731
|
"compatibility": {
|
|
4462
4732
|
"nuxt": "^3.0.0",
|
|
4463
|
-
"requires": {}
|
|
4733
|
+
"requires": {},
|
|
4734
|
+
"devtools": "^0.0.0"
|
|
4464
4735
|
}
|
|
4465
4736
|
},
|
|
4466
4737
|
{
|
|
@@ -4468,7 +4739,7 @@
|
|
|
4468
4739
|
"description": "radash module with auto-import and custom prefix",
|
|
4469
4740
|
"repo": "bbg/nuxt-radash",
|
|
4470
4741
|
"npm": "nuxt-radash",
|
|
4471
|
-
"icon": "radash.
|
|
4742
|
+
"icon": "radash.png",
|
|
4472
4743
|
"github": "https://github.com/bbg/nuxt-radash",
|
|
4473
4744
|
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4474
4745
|
"learn_more": "https://github.com/rayepps/radash/",
|
|
@@ -4487,7 +4758,7 @@
|
|
|
4487
4758
|
},
|
|
4488
4759
|
{
|
|
4489
4760
|
"name": "recaptcha",
|
|
4490
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4761
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4491
4762
|
"repo": "nuxt-community/recaptcha-module",
|
|
4492
4763
|
"npm": "@nuxtjs/recaptcha",
|
|
4493
4764
|
"icon": "recaptcha.png",
|
|
@@ -4532,7 +4803,7 @@
|
|
|
4532
4803
|
},
|
|
4533
4804
|
{
|
|
4534
4805
|
"name": "rfg-icon",
|
|
4535
|
-
"description": "Nuxt
|
|
4806
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4536
4807
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4537
4808
|
"npm": "nuxt-rfg-icon",
|
|
4538
4809
|
"icon": "real-favicon-generator.png",
|
|
@@ -4554,12 +4825,12 @@
|
|
|
4554
4825
|
},
|
|
4555
4826
|
{
|
|
4556
4827
|
"name": "robots",
|
|
4557
|
-
"description": "A Nuxt
|
|
4558
|
-
"repo": "nuxt-
|
|
4828
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4829
|
+
"repo": "nuxt-modules/robots",
|
|
4559
4830
|
"npm": "@nuxtjs/robots",
|
|
4560
4831
|
"icon": "robots.png",
|
|
4561
|
-
"github": "https://github.com/nuxt-
|
|
4562
|
-
"website": "https://github.com/nuxt-
|
|
4832
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4833
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4563
4834
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4564
4835
|
"category": "SEO",
|
|
4565
4836
|
"type": "community",
|
|
@@ -4578,7 +4849,7 @@
|
|
|
4578
4849
|
},
|
|
4579
4850
|
{
|
|
4580
4851
|
"name": "rollbar",
|
|
4581
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4852
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4582
4853
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4583
4854
|
"npm": "nuxt-rollbar-module",
|
|
4584
4855
|
"icon": "rollbar.png",
|
|
@@ -4623,7 +4894,7 @@
|
|
|
4623
4894
|
},
|
|
4624
4895
|
{
|
|
4625
4896
|
"name": "router",
|
|
4626
|
-
"description": "Nuxt
|
|
4897
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4627
4898
|
"repo": "nuxt-community/router-module",
|
|
4628
4899
|
"npm": "@nuxtjs/router",
|
|
4629
4900
|
"icon": "vue.png",
|
|
@@ -4671,13 +4942,13 @@
|
|
|
4671
4942
|
},
|
|
4672
4943
|
{
|
|
4673
4944
|
"name": "schema-org",
|
|
4674
|
-
"description": "Schema.org for Nuxt
|
|
4675
|
-
"repo": "
|
|
4945
|
+
"description": "Schema.org for Nuxt.",
|
|
4946
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4676
4947
|
"npm": "nuxt-schema-org",
|
|
4677
4948
|
"icon": "schema-org.svg",
|
|
4678
|
-
"github": "https://github.com/
|
|
4679
|
-
"website": "https://
|
|
4680
|
-
"learn_more": "https://
|
|
4949
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4950
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4951
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4681
4952
|
"category": "SEO",
|
|
4682
4953
|
"type": "3rd-party",
|
|
4683
4954
|
"maintainers": [
|
|
@@ -4740,7 +5011,7 @@
|
|
|
4740
5011
|
},
|
|
4741
5012
|
{
|
|
4742
5013
|
"name": "segment",
|
|
4743
|
-
"description": "Nuxt
|
|
5014
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4744
5015
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4745
5016
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4746
5017
|
"icon": "segment.png",
|
|
@@ -4762,10 +5033,10 @@
|
|
|
4762
5033
|
},
|
|
4763
5034
|
{
|
|
4764
5035
|
"name": "sentry",
|
|
4765
|
-
"description": "Sentry module for Nuxt
|
|
5036
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4766
5037
|
"repo": "nuxt-community/sentry-module",
|
|
4767
5038
|
"npm": "@nuxtjs/sentry",
|
|
4768
|
-
"icon": "sentry.
|
|
5039
|
+
"icon": "sentry.svg",
|
|
4769
5040
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4770
5041
|
"website": "https://sentry.nuxtjs.org/",
|
|
4771
5042
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4782,14 +5053,38 @@
|
|
|
4782
5053
|
"requires": {}
|
|
4783
5054
|
}
|
|
4784
5055
|
},
|
|
5056
|
+
{
|
|
5057
|
+
"name": "seo-experiments",
|
|
5058
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5059
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5060
|
+
"npm": "nuxt-seo-experiments",
|
|
5061
|
+
"icon": "seo-experiments.svg",
|
|
5062
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5063
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5064
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5065
|
+
"category": "SEO",
|
|
5066
|
+
"type": "3rd-party",
|
|
5067
|
+
"maintainers": [
|
|
5068
|
+
{
|
|
5069
|
+
"name": "Harlan Wilton",
|
|
5070
|
+
"github": "harlan-zw",
|
|
5071
|
+
"twitter": "harlan_zw",
|
|
5072
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5073
|
+
}
|
|
5074
|
+
],
|
|
5075
|
+
"compatibility": {
|
|
5076
|
+
"nuxt": "^3.0.0",
|
|
5077
|
+
"requires": {}
|
|
5078
|
+
}
|
|
5079
|
+
},
|
|
4785
5080
|
{
|
|
4786
5081
|
"name": "seo-kit",
|
|
4787
|
-
"description": "
|
|
5082
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4788
5083
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4789
5084
|
"npm": "nuxt-seo-kit",
|
|
4790
5085
|
"icon": "seo-kit.svg",
|
|
4791
5086
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4792
|
-
"website": "https://
|
|
5087
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4793
5088
|
"learn_more": "",
|
|
4794
5089
|
"category": "SEO",
|
|
4795
5090
|
"type": "3rd-party",
|
|
@@ -4829,7 +5124,7 @@
|
|
|
4829
5124
|
},
|
|
4830
5125
|
{
|
|
4831
5126
|
"name": "seomatic-meta",
|
|
4832
|
-
"description": "A Nuxt
|
|
5127
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4833
5128
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4834
5129
|
"npm": "nuxt-seomatic-meta",
|
|
4835
5130
|
"icon": "seomatic.png",
|
|
@@ -4920,7 +5215,7 @@
|
|
|
4920
5215
|
},
|
|
4921
5216
|
{
|
|
4922
5217
|
"name": "shopify",
|
|
4923
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5218
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4924
5219
|
"repo": "Gomah/nuxt-shopify",
|
|
4925
5220
|
"npm": "nuxt-shopify",
|
|
4926
5221
|
"icon": "shopify.png",
|
|
@@ -4987,13 +5282,13 @@
|
|
|
4987
5282
|
},
|
|
4988
5283
|
{
|
|
4989
5284
|
"name": "simple-robots",
|
|
4990
|
-
"description": "
|
|
5285
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4991
5286
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4992
5287
|
"npm": "nuxt-simple-robots",
|
|
4993
|
-
"icon": "",
|
|
5288
|
+
"icon": "simple-robots.svg",
|
|
4994
5289
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4995
|
-
"website": "https://
|
|
4996
|
-
"learn_more": "",
|
|
5290
|
+
"website": "https://nuxtseo.com/robots",
|
|
5291
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4997
5292
|
"category": "SEO",
|
|
4998
5293
|
"type": "3rd-party",
|
|
4999
5294
|
"maintainers": [
|
|
@@ -5011,13 +5306,13 @@
|
|
|
5011
5306
|
},
|
|
5012
5307
|
{
|
|
5013
5308
|
"name": "simple-sitemap",
|
|
5014
|
-
"description": "
|
|
5309
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5015
5310
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5016
5311
|
"npm": "nuxt-simple-sitemap",
|
|
5017
|
-
"icon": "",
|
|
5312
|
+
"icon": "simple-sitemap.svg",
|
|
5018
5313
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5019
|
-
"website": "https://
|
|
5020
|
-
"learn_more": "",
|
|
5314
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5315
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5021
5316
|
"category": "SEO",
|
|
5022
5317
|
"type": "3rd-party",
|
|
5023
5318
|
"maintainers": [
|
|
@@ -5035,7 +5330,7 @@
|
|
|
5035
5330
|
},
|
|
5036
5331
|
{
|
|
5037
5332
|
"name": "sitemap",
|
|
5038
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5333
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5039
5334
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5040
5335
|
"npm": "@nuxtjs/sitemap",
|
|
5041
5336
|
"icon": "",
|
|
@@ -5080,7 +5375,7 @@
|
|
|
5080
5375
|
},
|
|
5081
5376
|
{
|
|
5082
5377
|
"name": "snipcart",
|
|
5083
|
-
"description": "Snipcart integration module for Nuxt
|
|
5378
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5084
5379
|
"repo": "nuxt-modules/snipcart",
|
|
5085
5380
|
"npm": "@nuxtjs/snipcart",
|
|
5086
5381
|
"icon": "snipcart.png",
|
|
@@ -5103,7 +5398,7 @@
|
|
|
5103
5398
|
},
|
|
5104
5399
|
{
|
|
5105
5400
|
"name": "social-meta",
|
|
5106
|
-
"description": "Nuxt
|
|
5401
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5107
5402
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5108
5403
|
"npm": "nuxt-social-meta",
|
|
5109
5404
|
"icon": "",
|
|
@@ -5225,7 +5520,7 @@
|
|
|
5225
5520
|
},
|
|
5226
5521
|
{
|
|
5227
5522
|
"name": "storage",
|
|
5228
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5523
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5229
5524
|
"repo": "mazipan/nuxt-storage",
|
|
5230
5525
|
"npm": "nuxt-storage",
|
|
5231
5526
|
"icon": "",
|
|
@@ -5247,7 +5542,7 @@
|
|
|
5247
5542
|
},
|
|
5248
5543
|
{
|
|
5249
5544
|
"name": "storefront-ui",
|
|
5250
|
-
"description": "Storefront UI Module for Nuxt
|
|
5545
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5251
5546
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5252
5547
|
"npm": "@storefront-ui/nuxt",
|
|
5253
5548
|
"icon": "storefront-ui.svg",
|
|
@@ -5291,7 +5586,7 @@
|
|
|
5291
5586
|
},
|
|
5292
5587
|
{
|
|
5293
5588
|
"name": "storyblok",
|
|
5294
|
-
"description": "Storyblok Nuxt
|
|
5589
|
+
"description": "Storyblok Nuxt module",
|
|
5295
5590
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5296
5591
|
"npm": "@storyblok/nuxt",
|
|
5297
5592
|
"icon": "storyblok.png",
|
|
@@ -5308,46 +5603,44 @@
|
|
|
5308
5603
|
],
|
|
5309
5604
|
"compatibility": {
|
|
5310
5605
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5311
|
-
"requires": {}
|
|
5606
|
+
"requires": {},
|
|
5607
|
+
"devtools": "^0.0.0"
|
|
5312
5608
|
}
|
|
5313
5609
|
},
|
|
5314
5610
|
{
|
|
5315
5611
|
"name": "storybook",
|
|
5316
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5317
|
-
"repo": "nuxt-
|
|
5612
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5613
|
+
"repo": "nuxt-modules/storybook",
|
|
5318
5614
|
"npm": "@nuxtjs/storybook",
|
|
5319
5615
|
"icon": "storybook.png",
|
|
5320
|
-
"github": "https://github.com/nuxt-
|
|
5616
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5321
5617
|
"website": "https://storybook.nuxtjs.org",
|
|
5322
|
-
"learn_more": "https://
|
|
5618
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5323
5619
|
"category": "Devtools",
|
|
5324
5620
|
"type": "community",
|
|
5325
5621
|
"maintainers": [
|
|
5326
5622
|
{
|
|
5327
|
-
"name": "
|
|
5328
|
-
"github": "
|
|
5329
|
-
"twitter": "
|
|
5330
|
-
},
|
|
5331
|
-
{
|
|
5332
|
-
"name": "Pooya Parsa",
|
|
5333
|
-
"github": "pi0",
|
|
5334
|
-
"twitter": "_pi0_"
|
|
5623
|
+
"name": "Chakir QATAB",
|
|
5624
|
+
"github": "chakAs3",
|
|
5625
|
+
"twitter": "ChakirQatab"
|
|
5335
5626
|
}
|
|
5336
5627
|
],
|
|
5337
5628
|
"compatibility": {
|
|
5338
|
-
"nuxt": "^2.0.0",
|
|
5629
|
+
"nuxt": "^2.0.0 || ^3.6.5",
|
|
5339
5630
|
"requires": {
|
|
5340
5631
|
"bridge": "optional"
|
|
5341
|
-
}
|
|
5632
|
+
},
|
|
5633
|
+
"devtools": "^0.7.2",
|
|
5634
|
+
"storybook": "^7.4.0"
|
|
5342
5635
|
}
|
|
5343
5636
|
},
|
|
5344
5637
|
{
|
|
5345
5638
|
"name": "strapi",
|
|
5346
5639
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5347
|
-
"repo": "nuxt-
|
|
5640
|
+
"repo": "nuxt-modules/strapi",
|
|
5348
5641
|
"npm": "@nuxtjs/strapi",
|
|
5349
5642
|
"icon": "strapi.png",
|
|
5350
|
-
"github": "https://github.com/nuxt-
|
|
5643
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5351
5644
|
"website": "https://strapi.nuxtjs.org",
|
|
5352
5645
|
"learn_more": "https://strapi.io/",
|
|
5353
5646
|
"category": "CMS",
|
|
@@ -5368,7 +5661,8 @@
|
|
|
5368
5661
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5369
5662
|
"requires": {
|
|
5370
5663
|
"bridge": true
|
|
5371
|
-
}
|
|
5664
|
+
},
|
|
5665
|
+
"devtools": "^0.0.0"
|
|
5372
5666
|
}
|
|
5373
5667
|
},
|
|
5374
5668
|
{
|
|
@@ -5444,7 +5738,7 @@
|
|
|
5444
5738
|
},
|
|
5445
5739
|
{
|
|
5446
5740
|
"name": "stylelint",
|
|
5447
|
-
"description": "Stylelint module for Nuxt.
|
|
5741
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5448
5742
|
"repo": "nuxt-community/stylelint-module",
|
|
5449
5743
|
"npm": "@nuxtjs/stylelint-module",
|
|
5450
5744
|
"icon": "stylelint.png",
|
|
@@ -5490,10 +5784,10 @@
|
|
|
5490
5784
|
{
|
|
5491
5785
|
"name": "supabase",
|
|
5492
5786
|
"description": "First class integration with Supabase",
|
|
5493
|
-
"repo": "nuxt-
|
|
5787
|
+
"repo": "nuxt-modules/supabase",
|
|
5494
5788
|
"npm": "@nuxtjs/supabase",
|
|
5495
5789
|
"icon": "supabase.png",
|
|
5496
|
-
"github": "https://github.com/nuxt-
|
|
5790
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5497
5791
|
"website": "https://supabase.nuxtjs.org",
|
|
5498
5792
|
"learn_more": "https://supabase.com",
|
|
5499
5793
|
"category": "Database",
|
|
@@ -5544,12 +5838,12 @@
|
|
|
5544
5838
|
},
|
|
5545
5839
|
{
|
|
5546
5840
|
"name": "svg-sprite",
|
|
5547
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5548
|
-
"repo": "nuxt-
|
|
5841
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5842
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5549
5843
|
"npm": "@nuxtjs/svg-sprite",
|
|
5550
5844
|
"icon": "",
|
|
5551
|
-
"github": "https://github.com/nuxt-
|
|
5552
|
-
"website": "https://github.com/nuxt-
|
|
5845
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5846
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5553
5847
|
"learn_more": "",
|
|
5554
5848
|
"category": "UI",
|
|
5555
5849
|
"type": "community",
|
|
@@ -5561,13 +5855,13 @@
|
|
|
5561
5855
|
}
|
|
5562
5856
|
],
|
|
5563
5857
|
"compatibility": {
|
|
5564
|
-
"nuxt": "^2.0.0",
|
|
5858
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5565
5859
|
"requires": {}
|
|
5566
5860
|
}
|
|
5567
5861
|
},
|
|
5568
5862
|
{
|
|
5569
5863
|
"name": "svg",
|
|
5570
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5864
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5571
5865
|
"repo": "nuxt-community/svg-module",
|
|
5572
5866
|
"npm": "@nuxtjs/svg",
|
|
5573
5867
|
"icon": "",
|
|
@@ -5611,7 +5905,7 @@
|
|
|
5611
5905
|
},
|
|
5612
5906
|
{
|
|
5613
5907
|
"name": "swiper",
|
|
5614
|
-
"description": "Nuxt
|
|
5908
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5615
5909
|
"repo": "cpreston321/nuxt-swiper",
|
|
5616
5910
|
"npm": "nuxt-swiper",
|
|
5617
5911
|
"icon": "swiper.svg",
|
|
@@ -5657,10 +5951,10 @@
|
|
|
5657
5951
|
{
|
|
5658
5952
|
"name": "tailwindcss",
|
|
5659
5953
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5660
|
-
"repo": "nuxt-
|
|
5954
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5661
5955
|
"npm": "@nuxtjs/tailwindcss",
|
|
5662
5956
|
"icon": "tailwindcss.png",
|
|
5663
|
-
"github": "https://github.com/nuxt-
|
|
5957
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5664
5958
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5665
5959
|
"learn_more": "https://tailwindcss.com/",
|
|
5666
5960
|
"category": "UI",
|
|
@@ -5670,11 +5964,16 @@
|
|
|
5670
5964
|
"name": "Sébastien Chopin",
|
|
5671
5965
|
"github": "Atinux",
|
|
5672
5966
|
"twitter": "Atinux"
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"name": "Inesh Bose",
|
|
5970
|
+
"github": "ineshbose"
|
|
5673
5971
|
}
|
|
5674
5972
|
],
|
|
5675
5973
|
"compatibility": {
|
|
5676
5974
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5677
|
-
"requires": {}
|
|
5975
|
+
"requires": {},
|
|
5976
|
+
"devtools": "^0.0.0"
|
|
5678
5977
|
}
|
|
5679
5978
|
},
|
|
5680
5979
|
{
|
|
@@ -5724,7 +6023,7 @@
|
|
|
5724
6023
|
},
|
|
5725
6024
|
{
|
|
5726
6025
|
"name": "toast",
|
|
5727
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6026
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5728
6027
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5729
6028
|
"npm": "@nuxtjs/toast",
|
|
5730
6029
|
"icon": "",
|
|
@@ -5805,7 +6104,7 @@
|
|
|
5805
6104
|
},
|
|
5806
6105
|
{
|
|
5807
6106
|
"name": "twa",
|
|
5808
|
-
"description": "Nuxt
|
|
6107
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5809
6108
|
"repo": "tuarrep/nuxt-twa",
|
|
5810
6109
|
"npm": "nuxt-twa",
|
|
5811
6110
|
"icon": "",
|
|
@@ -5993,6 +6292,39 @@
|
|
|
5993
6292
|
"requires": {}
|
|
5994
6293
|
}
|
|
5995
6294
|
},
|
|
6295
|
+
{
|
|
6296
|
+
"name": "ui",
|
|
6297
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6298
|
+
"repo": "nuxt/ui#dev",
|
|
6299
|
+
"npm": "@nuxt/ui",
|
|
6300
|
+
"icon": "nuxt.svg",
|
|
6301
|
+
"github": "https://github.com/nuxt/ui",
|
|
6302
|
+
"website": "https://ui.nuxt.com",
|
|
6303
|
+
"learn_more": "",
|
|
6304
|
+
"category": "UI",
|
|
6305
|
+
"type": "official",
|
|
6306
|
+
"maintainers": [
|
|
6307
|
+
{
|
|
6308
|
+
"name": "Benjamin Canac",
|
|
6309
|
+
"github": "benjamincanac",
|
|
6310
|
+
"twitter": "benjamincanac"
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"name": "Sebastien Chopin",
|
|
6314
|
+
"github": "Atinux",
|
|
6315
|
+
"twitter": "Atinux"
|
|
6316
|
+
},
|
|
6317
|
+
{
|
|
6318
|
+
"name": "Sylvain Marroufin",
|
|
6319
|
+
"github": "smarroufin",
|
|
6320
|
+
"twitter": "smarroufin"
|
|
6321
|
+
}
|
|
6322
|
+
],
|
|
6323
|
+
"compatibility": {
|
|
6324
|
+
"nuxt": "^3.0.0",
|
|
6325
|
+
"requires": {}
|
|
6326
|
+
}
|
|
6327
|
+
},
|
|
5996
6328
|
{
|
|
5997
6329
|
"name": "umami",
|
|
5998
6330
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6041,7 +6373,7 @@
|
|
|
6041
6373
|
},
|
|
6042
6374
|
{
|
|
6043
6375
|
"name": "universal-storage",
|
|
6044
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6376
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6045
6377
|
"repo": "nuxt-community/universal-storage-module",
|
|
6046
6378
|
"npm": "@nuxtjs/universal-storage",
|
|
6047
6379
|
"icon": "",
|
|
@@ -6138,7 +6470,8 @@
|
|
|
6138
6470
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6139
6471
|
"requires": {
|
|
6140
6472
|
"bridge": "optional"
|
|
6141
|
-
}
|
|
6473
|
+
},
|
|
6474
|
+
"devtools": "^0.0.0"
|
|
6142
6475
|
}
|
|
6143
6476
|
},
|
|
6144
6477
|
{
|
|
@@ -6190,7 +6523,7 @@
|
|
|
6190
6523
|
},
|
|
6191
6524
|
{
|
|
6192
6525
|
"name": "user-agent",
|
|
6193
|
-
"description": "Nuxt
|
|
6526
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6194
6527
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6195
6528
|
"npm": "nuxt-user-agent",
|
|
6196
6529
|
"icon": "",
|
|
@@ -6304,7 +6637,7 @@
|
|
|
6304
6637
|
},
|
|
6305
6638
|
{
|
|
6306
6639
|
"name": "vee-validate",
|
|
6307
|
-
"description": "Painless Vue forms for Nuxt
|
|
6640
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6308
6641
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6309
6642
|
"npm": "@vee-validate/nuxt",
|
|
6310
6643
|
"icon": "vee-validate.png",
|
|
@@ -6394,7 +6727,7 @@
|
|
|
6394
6727
|
},
|
|
6395
6728
|
{
|
|
6396
6729
|
"name": "vite-pwa-nuxt",
|
|
6397
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6730
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6398
6731
|
"repo": "vite-pwa/nuxt",
|
|
6399
6732
|
"npm": "@vite-pwa/nuxt",
|
|
6400
6733
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6443,18 +6776,19 @@
|
|
|
6443
6776
|
],
|
|
6444
6777
|
"compatibility": {
|
|
6445
6778
|
"nuxt": "^3.0.0",
|
|
6446
|
-
"requires": {}
|
|
6779
|
+
"requires": {},
|
|
6780
|
+
"devtools": "^0.0.0"
|
|
6447
6781
|
}
|
|
6448
6782
|
},
|
|
6449
6783
|
{
|
|
6450
6784
|
"name": "vue-email",
|
|
6451
|
-
"description": "Write email templates with vue",
|
|
6452
|
-
"repo": "Dave136/vue-email
|
|
6785
|
+
"description": "💌 Write email templates with vue",
|
|
6786
|
+
"repo": "Dave136/vue-email",
|
|
6453
6787
|
"npm": "vue-email",
|
|
6454
6788
|
"icon": "vue-email.svg",
|
|
6455
6789
|
"github": "https://github.com/Dave136/vue-email",
|
|
6456
|
-
"website": "https://
|
|
6457
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
6790
|
+
"website": "https://www.vuemail.net/",
|
|
6791
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6458
6792
|
"category": "UI",
|
|
6459
6793
|
"type": "3rd-party",
|
|
6460
6794
|
"maintainers": [
|
|
@@ -6473,7 +6807,8 @@
|
|
|
6473
6807
|
],
|
|
6474
6808
|
"compatibility": {
|
|
6475
6809
|
"nuxt": "^3.0.0",
|
|
6476
|
-
"requires": {}
|
|
6810
|
+
"requires": {},
|
|
6811
|
+
"devtools": "^0.0.0"
|
|
6477
6812
|
}
|
|
6478
6813
|
},
|
|
6479
6814
|
{
|
|
@@ -6498,7 +6833,8 @@
|
|
|
6498
6833
|
"nuxt": "^3.0.0",
|
|
6499
6834
|
"requires": {
|
|
6500
6835
|
"bridge": "optional"
|
|
6501
|
-
}
|
|
6836
|
+
},
|
|
6837
|
+
"devtools": "^0.0.0"
|
|
6502
6838
|
}
|
|
6503
6839
|
},
|
|
6504
6840
|
{
|
|
@@ -6525,7 +6861,7 @@
|
|
|
6525
6861
|
},
|
|
6526
6862
|
{
|
|
6527
6863
|
"name": "vue-multiselect",
|
|
6528
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6864
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6529
6865
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6530
6866
|
"npm": "nuxt-vue-multiselect",
|
|
6531
6867
|
"icon": "",
|
|
@@ -6639,7 +6975,7 @@
|
|
|
6639
6975
|
},
|
|
6640
6976
|
{
|
|
6641
6977
|
"name": "vue-warehouse",
|
|
6642
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
6978
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6643
6979
|
"repo": "juliomrqz/vue-warehouse",
|
|
6644
6980
|
"npm": "vue-warehouse",
|
|
6645
6981
|
"icon": "",
|
|
@@ -6662,7 +6998,7 @@
|
|
|
6662
6998
|
},
|
|
6663
6999
|
{
|
|
6664
7000
|
"name": "vue3-carousel-nuxt",
|
|
6665
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7001
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6666
7002
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6667
7003
|
"npm": "vue3-carousel-nuxt",
|
|
6668
7004
|
"icon": "",
|
|
@@ -6707,7 +7043,7 @@
|
|
|
6707
7043
|
},
|
|
6708
7044
|
{
|
|
6709
7045
|
"name": "vuestic",
|
|
6710
|
-
"description": "Vuestic UI module for Nuxt
|
|
7046
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6711
7047
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6712
7048
|
"npm": "@vuestic/nuxt",
|
|
6713
7049
|
"icon": "vuestic.png",
|
|
@@ -6751,7 +7087,7 @@
|
|
|
6751
7087
|
},
|
|
6752
7088
|
{
|
|
6753
7089
|
"name": "vuetify",
|
|
6754
|
-
"description": "Vuetify Module for Nuxt
|
|
7090
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6755
7091
|
"repo": "nuxt-community/vuetify-module",
|
|
6756
7092
|
"npm": "@nuxtjs/vuetify",
|
|
6757
7093
|
"icon": "vuetify.png",
|
|
@@ -6798,7 +7134,8 @@
|
|
|
6798
7134
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6799
7135
|
"requires": {
|
|
6800
7136
|
"bridge": "optional"
|
|
6801
|
-
}
|
|
7137
|
+
},
|
|
7138
|
+
"devtools": "^0.0.0"
|
|
6802
7139
|
}
|
|
6803
7140
|
},
|
|
6804
7141
|
{
|
|
@@ -6825,7 +7162,7 @@
|
|
|
6825
7162
|
},
|
|
6826
7163
|
{
|
|
6827
7164
|
"name": "vunix",
|
|
6828
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7165
|
+
"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.",
|
|
6829
7166
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6830
7167
|
"npm": "@vunix/nuxt",
|
|
6831
7168
|
"icon": "",
|
|
@@ -6849,11 +7186,11 @@
|
|
|
6849
7186
|
{
|
|
6850
7187
|
"name": "web-vitals",
|
|
6851
7188
|
"description": "Web Vitals for Nuxt",
|
|
6852
|
-
"repo": "nuxt-
|
|
7189
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6853
7190
|
"npm": "@nuxtjs/web-vitals",
|
|
6854
7191
|
"icon": "web-vitals.png",
|
|
6855
|
-
"github": "https://github.com/nuxt-
|
|
6856
|
-
"website": "https://github.com/nuxt-
|
|
7192
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7193
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6857
7194
|
"learn_more": "",
|
|
6858
7195
|
"category": "Performance",
|
|
6859
7196
|
"type": "community",
|
|
@@ -6904,7 +7241,7 @@
|
|
|
6904
7241
|
},
|
|
6905
7242
|
{
|
|
6906
7243
|
"name": "webpack-optimisations",
|
|
6907
|
-
"description": "Nuxt
|
|
7244
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6908
7245
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6909
7246
|
"npm": "nuxt-webpack-optimisations",
|
|
6910
7247
|
"icon": "build-optimisations.svg",
|
|
@@ -6996,7 +7333,7 @@
|
|
|
6996
7333
|
},
|
|
6997
7334
|
{
|
|
6998
7335
|
"name": "well-known",
|
|
6999
|
-
"description": "A Nuxt
|
|
7336
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7000
7337
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7001
7338
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7002
7339
|
"icon": "well-known.svg",
|
|
@@ -7018,7 +7355,7 @@
|
|
|
7018
7355
|
},
|
|
7019
7356
|
{
|
|
7020
7357
|
"name": "wideangle",
|
|
7021
|
-
"description": "Nuxt
|
|
7358
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7022
7359
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7023
7360
|
"npm": "wideangle-nuxt",
|
|
7024
7361
|
"icon": "wideangle.png",
|
|
@@ -7185,55 +7522,9 @@
|
|
|
7185
7522
|
"requires": {}
|
|
7186
7523
|
}
|
|
7187
7524
|
},
|
|
7188
|
-
{
|
|
7189
|
-
"name": "yandex-metrika-next",
|
|
7190
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
7191
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7192
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7193
|
-
"icon": "yandex-metrika.svg",
|
|
7194
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7195
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7196
|
-
"learn_more": "",
|
|
7197
|
-
"category": "Analytics",
|
|
7198
|
-
"type": "3rd-party",
|
|
7199
|
-
"maintainers": [
|
|
7200
|
-
{
|
|
7201
|
-
"name": "Aleksandr Saburov",
|
|
7202
|
-
"github": "artmizu",
|
|
7203
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7204
|
-
}
|
|
7205
|
-
],
|
|
7206
|
-
"compatibility": {
|
|
7207
|
-
"nuxt": "^3.0.0",
|
|
7208
|
-
"requires": {}
|
|
7209
|
-
}
|
|
7210
|
-
},
|
|
7211
|
-
{
|
|
7212
|
-
"name": "yandex-metrika",
|
|
7213
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
7214
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
7215
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
7216
|
-
"icon": "",
|
|
7217
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7218
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7219
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
7220
|
-
"category": "Analytics",
|
|
7221
|
-
"type": "community",
|
|
7222
|
-
"maintainers": [
|
|
7223
|
-
{
|
|
7224
|
-
"name": "Pooya Parsa",
|
|
7225
|
-
"github": "pi0",
|
|
7226
|
-
"twitter": "_pi0_"
|
|
7227
|
-
}
|
|
7228
|
-
],
|
|
7229
|
-
"compatibility": {
|
|
7230
|
-
"nuxt": "^2.0.0",
|
|
7231
|
-
"requires": {}
|
|
7232
|
-
}
|
|
7233
|
-
},
|
|
7234
7525
|
{
|
|
7235
7526
|
"name": "zendesk",
|
|
7236
|
-
"description": "Nuxt
|
|
7527
|
+
"description": "Nuxt module for Zendesk",
|
|
7237
7528
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7238
7529
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7239
7530
|
"icon": "zendesk.png",
|