@nuxt/modules 0.6.0-3b73a9 → 0.6.0-3c626f
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 +737 -247
- 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",
|
|
@@ -2419,7 +2494,7 @@
|
|
|
2419
2494
|
},
|
|
2420
2495
|
{
|
|
2421
2496
|
"name": "imagemin",
|
|
2422
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2497
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2423
2498
|
"repo": "nuxt-community/imagemin-module",
|
|
2424
2499
|
"npm": "@nuxtjs/imagemin",
|
|
2425
2500
|
"icon": "imagemin.png",
|
|
@@ -2466,7 +2541,7 @@
|
|
|
2466
2541
|
},
|
|
2467
2542
|
{
|
|
2468
2543
|
"name": "intercom",
|
|
2469
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2544
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2470
2545
|
"repo": "hex-digital/nuxt-intercom",
|
|
2471
2546
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2472
2547
|
"icon": "intercom.png",
|
|
@@ -2511,7 +2586,7 @@
|
|
|
2511
2586
|
},
|
|
2512
2587
|
{
|
|
2513
2588
|
"name": "jsonapi",
|
|
2514
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2589
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2515
2590
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2516
2591
|
"npm": "nuxt-jsonapi",
|
|
2517
2592
|
"icon": "jsonapi.svg",
|
|
@@ -2553,9 +2628,36 @@
|
|
|
2553
2628
|
"requires": {}
|
|
2554
2629
|
}
|
|
2555
2630
|
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kinde",
|
|
2633
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2634
|
+
"repo": "nuxt-modules/kinde",
|
|
2635
|
+
"npm": "@nuxtjs/kinde",
|
|
2636
|
+
"icon": "kinde.svg",
|
|
2637
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2638
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2639
|
+
"learn_more": "https://kinde.com/",
|
|
2640
|
+
"category": "Security",
|
|
2641
|
+
"type": "community",
|
|
2642
|
+
"maintainers": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "danielroe",
|
|
2645
|
+
"github": "danielroe"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "daveordead",
|
|
2649
|
+
"github": "DaveOrDead",
|
|
2650
|
+
"twitter": "dave_or_dead"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"compatibility": {
|
|
2654
|
+
"nuxt": "^3.0.0",
|
|
2655
|
+
"requires": {}
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2556
2658
|
{
|
|
2557
2659
|
"name": "kql",
|
|
2558
|
-
"description": "Nuxt
|
|
2660
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2559
2661
|
"repo": "johannschopplich/nuxt-kql",
|
|
2560
2662
|
"npm": "nuxt-kql",
|
|
2561
2663
|
"icon": "kql.svg",
|
|
@@ -2579,7 +2681,7 @@
|
|
|
2579
2681
|
},
|
|
2580
2682
|
{
|
|
2581
2683
|
"name": "laravel-echo",
|
|
2582
|
-
"description": "Laravel Echo for Nuxt
|
|
2684
|
+
"description": "Laravel Echo for Nuxt",
|
|
2583
2685
|
"repo": "nuxt-community/laravel-echo",
|
|
2584
2686
|
"npm": "@nuxtjs/laravel-echo",
|
|
2585
2687
|
"icon": "laravel-echo.png",
|
|
@@ -2667,13 +2769,13 @@
|
|
|
2667
2769
|
},
|
|
2668
2770
|
{
|
|
2669
2771
|
"name": "link-checker",
|
|
2670
|
-
"description": "
|
|
2772
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2671
2773
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2672
2774
|
"npm": "nuxt-link-checker",
|
|
2673
|
-
"icon": "",
|
|
2775
|
+
"icon": "link-checker.svg",
|
|
2674
2776
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2675
|
-
"website": "https://
|
|
2676
|
-
"learn_more": "",
|
|
2777
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2778
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2677
2779
|
"category": "SEO",
|
|
2678
2780
|
"type": "3rd-party",
|
|
2679
2781
|
"maintainers": [
|
|
@@ -2686,7 +2788,8 @@
|
|
|
2686
2788
|
],
|
|
2687
2789
|
"compatibility": {
|
|
2688
2790
|
"nuxt": "^3.0.0",
|
|
2689
|
-
"requires": {}
|
|
2791
|
+
"requires": {},
|
|
2792
|
+
"devtools": "^0.0.0"
|
|
2690
2793
|
}
|
|
2691
2794
|
},
|
|
2692
2795
|
{
|
|
@@ -2763,12 +2866,12 @@
|
|
|
2763
2866
|
},
|
|
2764
2867
|
{
|
|
2765
2868
|
"name": "logrocket",
|
|
2766
|
-
"description": "LogRocket module for Nuxt
|
|
2767
|
-
"repo": "nuxt-
|
|
2869
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2870
|
+
"repo": "nuxt-modules/logrocket",
|
|
2768
2871
|
"npm": "nuxt-logrocket",
|
|
2769
2872
|
"icon": "logrocket.png",
|
|
2770
|
-
"github": "https://github.com/nuxt-
|
|
2771
|
-
"website": "https://github.com/nuxt-
|
|
2873
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2874
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2772
2875
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2773
2876
|
"category": "Monitoring",
|
|
2774
2877
|
"type": "community",
|
|
@@ -2786,7 +2889,7 @@
|
|
|
2786
2889
|
},
|
|
2787
2890
|
{
|
|
2788
2891
|
"name": "lucide-icons",
|
|
2789
|
-
"description": "Nuxt
|
|
2892
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2790
2893
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
2894
|
"npm": "nuxt-lucide-icons",
|
|
2792
2895
|
"icon": "lucide-icons.svg",
|
|
@@ -2812,7 +2915,7 @@
|
|
|
2812
2915
|
},
|
|
2813
2916
|
{
|
|
2814
2917
|
"name": "lunr",
|
|
2815
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2918
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2816
2919
|
"repo": "nuxt-community/lunr-module",
|
|
2817
2920
|
"npm": "@nuxtjs/lunr-module",
|
|
2818
2921
|
"icon": "",
|
|
@@ -2900,6 +3003,28 @@
|
|
|
2900
3003
|
"requires": {}
|
|
2901
3004
|
}
|
|
2902
3005
|
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "maz-ui",
|
|
3008
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3009
|
+
"repo": "louismazel/maz-ui",
|
|
3010
|
+
"npm": "maz-ui",
|
|
3011
|
+
"icon": "maz-ui.png",
|
|
3012
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3013
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3014
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3015
|
+
"category": "UI",
|
|
3016
|
+
"type": "community",
|
|
3017
|
+
"maintainers": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "Loïc Mazuel",
|
|
3020
|
+
"github": "LouisMazel"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"compatibility": {
|
|
3024
|
+
"nuxt": "^3.0.0",
|
|
3025
|
+
"requires": {}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
2903
3028
|
{
|
|
2904
3029
|
"name": "mdx",
|
|
2905
3030
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2925,7 +3050,7 @@
|
|
|
2925
3050
|
},
|
|
2926
3051
|
{
|
|
2927
3052
|
"name": "medusa",
|
|
2928
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3053
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2929
3054
|
"repo": "Baroshem/nuxt-medusa",
|
|
2930
3055
|
"npm": "nuxt-medusa",
|
|
2931
3056
|
"icon": "medusa.svg",
|
|
@@ -2950,7 +3075,7 @@
|
|
|
2950
3075
|
},
|
|
2951
3076
|
{
|
|
2952
3077
|
"name": "meilisearch",
|
|
2953
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3078
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2954
3079
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2955
3080
|
"npm": "nuxt-meilisearch",
|
|
2956
3081
|
"icon": "meilisearch.svg",
|
|
@@ -2970,7 +3095,8 @@
|
|
|
2970
3095
|
"nuxt": "^3.0.0",
|
|
2971
3096
|
"requires": {
|
|
2972
3097
|
"bridge": false
|
|
2973
|
-
}
|
|
3098
|
+
},
|
|
3099
|
+
"devtools": "^0.0.0"
|
|
2974
3100
|
}
|
|
2975
3101
|
},
|
|
2976
3102
|
{
|
|
@@ -3042,7 +3168,7 @@
|
|
|
3042
3168
|
},
|
|
3043
3169
|
{
|
|
3044
3170
|
"name": "moment",
|
|
3045
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3171
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3046
3172
|
"repo": "nuxt-community/moment-module",
|
|
3047
3173
|
"npm": "@nuxtjs/moment",
|
|
3048
3174
|
"icon": "momentjs.png",
|
|
@@ -3069,7 +3195,7 @@
|
|
|
3069
3195
|
},
|
|
3070
3196
|
{
|
|
3071
3197
|
"name": "mq",
|
|
3072
|
-
"description": "vue-mq module for Nuxt.
|
|
3198
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3073
3199
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3074
3200
|
"npm": "nuxt-mq",
|
|
3075
3201
|
"icon": "",
|
|
@@ -3113,7 +3239,7 @@
|
|
|
3113
3239
|
},
|
|
3114
3240
|
{
|
|
3115
3241
|
"name": "netlify-cache",
|
|
3116
|
-
"description": "Nuxt
|
|
3242
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3117
3243
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3118
3244
|
"npm": "nuxt-netlify-cache",
|
|
3119
3245
|
"icon": "netlify.png",
|
|
@@ -3158,7 +3284,7 @@
|
|
|
3158
3284
|
},
|
|
3159
3285
|
{
|
|
3160
3286
|
"name": "netlify",
|
|
3161
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3287
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3162
3288
|
"repo": "bazzite/nuxt-netlify",
|
|
3163
3289
|
"npm": "@aceforth/nuxt-netlify",
|
|
3164
3290
|
"icon": "netlify.png",
|
|
@@ -3273,24 +3399,24 @@
|
|
|
3273
3399
|
}
|
|
3274
3400
|
},
|
|
3275
3401
|
{
|
|
3276
|
-
"name": "nuxt-auth",
|
|
3277
|
-
"description": "",
|
|
3278
|
-
"repo": "
|
|
3279
|
-
"npm": "@
|
|
3402
|
+
"name": "nuxt-basic-auth",
|
|
3403
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3404
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3405
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3280
3406
|
"icon": "",
|
|
3281
|
-
"github": "https://github.com/
|
|
3282
|
-
"website": "https://github.com/
|
|
3407
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3408
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3283
3409
|
"learn_more": "",
|
|
3284
|
-
"category": "
|
|
3410
|
+
"category": "Security",
|
|
3285
3411
|
"type": "3rd-party",
|
|
3286
3412
|
"maintainers": [
|
|
3287
3413
|
{
|
|
3288
|
-
"name": "
|
|
3289
|
-
"github": "
|
|
3414
|
+
"name": "kgierke",
|
|
3415
|
+
"github": "kgierke"
|
|
3290
3416
|
}
|
|
3291
3417
|
],
|
|
3292
3418
|
"compatibility": {
|
|
3293
|
-
"nuxt": "^
|
|
3419
|
+
"nuxt": "^3.0.0",
|
|
3294
3420
|
"requires": {}
|
|
3295
3421
|
}
|
|
3296
3422
|
},
|
|
@@ -3318,7 +3444,7 @@
|
|
|
3318
3444
|
},
|
|
3319
3445
|
{
|
|
3320
3446
|
"name": "nuxt-chatgpt",
|
|
3321
|
-
"description": "ChatGPT integration for Nuxt
|
|
3447
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3322
3448
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3323
3449
|
"npm": "nuxt-chatgpt",
|
|
3324
3450
|
"icon": "chatgpt.svg",
|
|
@@ -3338,6 +3464,32 @@
|
|
|
3338
3464
|
"requires": {}
|
|
3339
3465
|
}
|
|
3340
3466
|
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "nuxt-facebook-chat",
|
|
3469
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3470
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3471
|
+
"npm": "nuxt-facebook-chat",
|
|
3472
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3473
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3474
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3475
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3476
|
+
"category": "Libraries",
|
|
3477
|
+
"type": "3rd-party",
|
|
3478
|
+
"maintainers": [
|
|
3479
|
+
{
|
|
3480
|
+
"name": "Supanut Dokmaithong",
|
|
3481
|
+
"github": "Boomgeek"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "superdev-tech",
|
|
3485
|
+
"github": "superdev-tech"
|
|
3486
|
+
}
|
|
3487
|
+
],
|
|
3488
|
+
"compatibility": {
|
|
3489
|
+
"nuxt": "^3.0.0",
|
|
3490
|
+
"requires": {}
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3341
3493
|
{
|
|
3342
3494
|
"name": "nuxt-feedme",
|
|
3343
3495
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3413,7 +3565,7 @@
|
|
|
3413
3565
|
},
|
|
3414
3566
|
{
|
|
3415
3567
|
"name": "nuxt-gtm",
|
|
3416
|
-
"description": "A Nuxt
|
|
3568
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3417
3569
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3418
3570
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3419
3571
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3430,7 +3582,8 @@
|
|
|
3430
3582
|
],
|
|
3431
3583
|
"compatibility": {
|
|
3432
3584
|
"nuxt": "^3.0.0",
|
|
3433
|
-
"requires": {}
|
|
3585
|
+
"requires": {},
|
|
3586
|
+
"devtools": "^0.0.0"
|
|
3434
3587
|
}
|
|
3435
3588
|
},
|
|
3436
3589
|
{
|
|
@@ -3457,6 +3610,28 @@
|
|
|
3457
3610
|
}
|
|
3458
3611
|
}
|
|
3459
3612
|
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "nuxt-jsonld",
|
|
3615
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3616
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3617
|
+
"npm": "nuxt-jsonld",
|
|
3618
|
+
"icon": "",
|
|
3619
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3620
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3621
|
+
"learn_more": "",
|
|
3622
|
+
"category": "SEO",
|
|
3623
|
+
"type": "3rd-party",
|
|
3624
|
+
"maintainers": [
|
|
3625
|
+
{
|
|
3626
|
+
"name": "ymmooot",
|
|
3627
|
+
"github": "ymmooot"
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"compatibility": {
|
|
3631
|
+
"nuxt": "^3.0.0",
|
|
3632
|
+
"requires": {}
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3460
3635
|
{
|
|
3461
3636
|
"name": "nuxt-localtunnel",
|
|
3462
3637
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3482,7 +3657,7 @@
|
|
|
3482
3657
|
},
|
|
3483
3658
|
{
|
|
3484
3659
|
"name": "nuxt-loco",
|
|
3485
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3660
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3486
3661
|
"repo": "gaetansenn/nuxt-loco",
|
|
3487
3662
|
"npm": "nuxt-loco",
|
|
3488
3663
|
"icon": "",
|
|
@@ -3503,6 +3678,28 @@
|
|
|
3503
3678
|
"requires": {}
|
|
3504
3679
|
}
|
|
3505
3680
|
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-mail",
|
|
3683
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3684
|
+
"repo": "dword-design/nuxt-mail",
|
|
3685
|
+
"npm": "nuxt-mail",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3688
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "Extensions",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Sebastian Landwehr",
|
|
3695
|
+
"github": "dword-design"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3506
3703
|
{
|
|
3507
3704
|
"name": "nuxt-mapbox",
|
|
3508
3705
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3525,6 +3722,28 @@
|
|
|
3525
3722
|
"requires": {}
|
|
3526
3723
|
}
|
|
3527
3724
|
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "nuxt-mdi",
|
|
3727
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3728
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3729
|
+
"npm": "nuxt-mdi",
|
|
3730
|
+
"icon": "mdi.png",
|
|
3731
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3732
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3733
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3734
|
+
"category": "Libraries",
|
|
3735
|
+
"type": "3rd-party",
|
|
3736
|
+
"maintainers": [
|
|
3737
|
+
{
|
|
3738
|
+
"name": "Emil Rosenius",
|
|
3739
|
+
"github": "ERPedersen"
|
|
3740
|
+
}
|
|
3741
|
+
],
|
|
3742
|
+
"compatibility": {
|
|
3743
|
+
"nuxt": "^3.0.0",
|
|
3744
|
+
"requires": {}
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3528
3747
|
{
|
|
3529
3748
|
"name": "nuxt-monaco-editor",
|
|
3530
3749
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3549,7 +3768,7 @@
|
|
|
3549
3768
|
},
|
|
3550
3769
|
{
|
|
3551
3770
|
"name": "nuxt-mongoose",
|
|
3552
|
-
"description": "A Nuxt
|
|
3771
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3553
3772
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3554
3773
|
"npm": "nuxt-mongoose",
|
|
3555
3774
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3564,6 +3783,30 @@
|
|
|
3564
3783
|
"github": "arashsheyda"
|
|
3565
3784
|
}
|
|
3566
3785
|
],
|
|
3786
|
+
"compatibility": {
|
|
3787
|
+
"nuxt": "^3.0.0",
|
|
3788
|
+
"requires": {},
|
|
3789
|
+
"devtools": "^0.0.0"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "nuxt-payload-analyzer",
|
|
3794
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3795
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3796
|
+
"npm": "nuxt-payload-analyzer",
|
|
3797
|
+
"icon": "",
|
|
3798
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3799
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3800
|
+
"learn_more": "",
|
|
3801
|
+
"category": "Performance",
|
|
3802
|
+
"type": "3rd-party",
|
|
3803
|
+
"maintainers": [
|
|
3804
|
+
{
|
|
3805
|
+
"name": "Barbapapazes",
|
|
3806
|
+
"github": "Barbapapazes",
|
|
3807
|
+
"twitter": "soubiran_"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3567
3810
|
"compatibility": {
|
|
3568
3811
|
"nuxt": "^3.0.0",
|
|
3569
3812
|
"requires": {}
|
|
@@ -3638,7 +3881,7 @@
|
|
|
3638
3881
|
},
|
|
3639
3882
|
{
|
|
3640
3883
|
"name": "plausible",
|
|
3641
|
-
"description": "Nuxt
|
|
3884
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3642
3885
|
"repo": "nuxt-modules/plausible",
|
|
3643
3886
|
"npm": "@nuxtjs/plausible",
|
|
3644
3887
|
"icon": "plausible.png",
|
|
@@ -3660,7 +3903,7 @@
|
|
|
3660
3903
|
},
|
|
3661
3904
|
{
|
|
3662
3905
|
"name": "nuxt-plotly",
|
|
3663
|
-
"description": "nuxt-plotly
|
|
3906
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3664
3907
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
3908
|
"npm": "nuxt-plotly",
|
|
3666
3909
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3686,7 +3929,7 @@
|
|
|
3686
3929
|
},
|
|
3687
3930
|
{
|
|
3688
3931
|
"name": "nuxt-png-to-ico",
|
|
3689
|
-
"description": "Nuxt
|
|
3932
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3690
3933
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3691
3934
|
"npm": "nuxt-png-to-ico",
|
|
3692
3935
|
"icon": "",
|
|
@@ -3709,7 +3952,7 @@
|
|
|
3709
3952
|
},
|
|
3710
3953
|
{
|
|
3711
3954
|
"name": "nuxt-smartlook",
|
|
3712
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3955
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3713
3956
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3714
3957
|
"npm": "nuxt-smartlook",
|
|
3715
3958
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3731,6 +3974,28 @@
|
|
|
3731
3974
|
"requires": {}
|
|
3732
3975
|
}
|
|
3733
3976
|
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "nuxt-social-share",
|
|
3979
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
3980
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
3981
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
3982
|
+
"icon": "nuxt-social-share.png",
|
|
3983
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3984
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3985
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
3986
|
+
"category": "Extensions",
|
|
3987
|
+
"type": "3rd-party",
|
|
3988
|
+
"maintainers": [
|
|
3989
|
+
{
|
|
3990
|
+
"name": "stefanobartoletti",
|
|
3991
|
+
"github": "stefanobartoletti"
|
|
3992
|
+
}
|
|
3993
|
+
],
|
|
3994
|
+
"compatibility": {
|
|
3995
|
+
"nuxt": "^3.0.0",
|
|
3996
|
+
"requires": {}
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3734
3999
|
{
|
|
3735
4000
|
"name": "ssr-lit",
|
|
3736
4001
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3761,7 +4026,7 @@
|
|
|
3761
4026
|
},
|
|
3762
4027
|
{
|
|
3763
4028
|
"name": "nuxt-storm",
|
|
3764
|
-
"description": "WebStorm & PHPStorm support for
|
|
4029
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3765
4030
|
"repo": "fumeapp/nuxt-storm",
|
|
3766
4031
|
"npm": "nuxt-storm",
|
|
3767
4032
|
"icon": "nuxt-storm.png",
|
|
@@ -3805,7 +4070,7 @@
|
|
|
3805
4070
|
},
|
|
3806
4071
|
{
|
|
3807
4072
|
"name": "nuxt-unleash",
|
|
3808
|
-
"description": "Nuxt
|
|
4073
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3809
4074
|
"repo": "conejerock/nuxt-unleash",
|
|
3810
4075
|
"npm": "nuxt-unleash",
|
|
3811
4076
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3917,7 +4182,7 @@
|
|
|
3917
4182
|
},
|
|
3918
4183
|
{
|
|
3919
4184
|
"name": "nuxt-vuetify",
|
|
3920
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4185
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3921
4186
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3922
4187
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3923
4188
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3961,7 +4226,7 @@
|
|
|
3961
4226
|
},
|
|
3962
4227
|
{
|
|
3963
4228
|
"name": "nuxt7",
|
|
3964
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4229
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3965
4230
|
"repo": "nuxt-community/nuxt7",
|
|
3966
4231
|
"npm": "nuxt7",
|
|
3967
4232
|
"icon": "",
|
|
@@ -3982,38 +4247,15 @@
|
|
|
3982
4247
|
"requires": {}
|
|
3983
4248
|
}
|
|
3984
4249
|
},
|
|
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
4250
|
{
|
|
4009
4251
|
"name": "og-image",
|
|
4010
|
-
"description": "
|
|
4252
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4011
4253
|
"repo": "harlan-zw/nuxt-og-image",
|
|
4012
4254
|
"npm": "nuxt-og-image",
|
|
4013
|
-
"icon": "",
|
|
4255
|
+
"icon": "og-image.svg",
|
|
4014
4256
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
4015
|
-
"website": "https://
|
|
4016
|
-
"learn_more": "",
|
|
4257
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4258
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4017
4259
|
"category": "SEO",
|
|
4018
4260
|
"type": "3rd-party",
|
|
4019
4261
|
"maintainers": [
|
|
@@ -4026,7 +4268,8 @@
|
|
|
4026
4268
|
],
|
|
4027
4269
|
"compatibility": {
|
|
4028
4270
|
"nuxt": "^3.0.0",
|
|
4029
|
-
"requires": {}
|
|
4271
|
+
"requires": {},
|
|
4272
|
+
"devtools": "^0.0.0"
|
|
4030
4273
|
}
|
|
4031
4274
|
},
|
|
4032
4275
|
{
|
|
@@ -4054,7 +4297,7 @@
|
|
|
4054
4297
|
},
|
|
4055
4298
|
{
|
|
4056
4299
|
"name": "optimized-images",
|
|
4057
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4300
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4058
4301
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4059
4302
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4060
4303
|
"icon": "",
|
|
@@ -4099,7 +4342,7 @@
|
|
|
4099
4342
|
},
|
|
4100
4343
|
{
|
|
4101
4344
|
"name": "parse",
|
|
4102
|
-
"description": "Parse package for Nuxt
|
|
4345
|
+
"description": "Parse package for Nuxt",
|
|
4103
4346
|
"repo": "cierrateam/nuxt-parse",
|
|
4104
4347
|
"npm": "nuxt-parse",
|
|
4105
4348
|
"icon": "",
|
|
@@ -4119,6 +4362,29 @@
|
|
|
4119
4362
|
"requires": {}
|
|
4120
4363
|
}
|
|
4121
4364
|
},
|
|
4365
|
+
{
|
|
4366
|
+
"name": "particles",
|
|
4367
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4368
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4369
|
+
"npm": "nuxt-particles",
|
|
4370
|
+
"icon": "",
|
|
4371
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4372
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4373
|
+
"learn_more": "https://particles.js.org/",
|
|
4374
|
+
"category": "Libraries",
|
|
4375
|
+
"type": "3rd-party",
|
|
4376
|
+
"maintainers": [
|
|
4377
|
+
{
|
|
4378
|
+
"name": "Joey Pereira",
|
|
4379
|
+
"github": "Joepocalyptic",
|
|
4380
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4381
|
+
}
|
|
4382
|
+
],
|
|
4383
|
+
"compatibility": {
|
|
4384
|
+
"nuxt": "^3.0.0",
|
|
4385
|
+
"requires": {}
|
|
4386
|
+
}
|
|
4387
|
+
},
|
|
4122
4388
|
{
|
|
4123
4389
|
"name": "partytown",
|
|
4124
4390
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4265,7 +4531,7 @@
|
|
|
4265
4531
|
},
|
|
4266
4532
|
{
|
|
4267
4533
|
"name": "plausible",
|
|
4268
|
-
"description": "Nuxt
|
|
4534
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4269
4535
|
"repo": "nuxt-modules/plausible",
|
|
4270
4536
|
"npm": "@nuxtjs/plausible",
|
|
4271
4537
|
"icon": "",
|
|
@@ -4307,9 +4573,56 @@
|
|
|
4307
4573
|
"requires": {}
|
|
4308
4574
|
}
|
|
4309
4575
|
},
|
|
4576
|
+
{
|
|
4577
|
+
"name": "prepare",
|
|
4578
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4579
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4580
|
+
"npm": "nuxt-prepare",
|
|
4581
|
+
"icon": "prepare.svg",
|
|
4582
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4583
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4584
|
+
"learn_more": "",
|
|
4585
|
+
"category": "Devtools",
|
|
4586
|
+
"type": "3rd-party",
|
|
4587
|
+
"maintainers": [
|
|
4588
|
+
{
|
|
4589
|
+
"name": "Johann Schopplich",
|
|
4590
|
+
"github": "johannschopplich",
|
|
4591
|
+
"twitter": "jschopplich",
|
|
4592
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4593
|
+
}
|
|
4594
|
+
],
|
|
4595
|
+
"compatibility": {
|
|
4596
|
+
"nuxt": "^3.0.0",
|
|
4597
|
+
"requires": {}
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"name": "primevue",
|
|
4602
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4603
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4604
|
+
"npm": "nuxt-primevue",
|
|
4605
|
+
"icon": "primevue.svg",
|
|
4606
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4607
|
+
"website": "https://primevue.org/",
|
|
4608
|
+
"learn_more": "https://primevue.org/",
|
|
4609
|
+
"category": "UI",
|
|
4610
|
+
"type": "3rd-party",
|
|
4611
|
+
"maintainers": [
|
|
4612
|
+
{
|
|
4613
|
+
"name": "primefaces",
|
|
4614
|
+
"github": "primefaces",
|
|
4615
|
+
"twitter": "primevue"
|
|
4616
|
+
}
|
|
4617
|
+
],
|
|
4618
|
+
"compatibility": {
|
|
4619
|
+
"nuxt": "^3.0.0",
|
|
4620
|
+
"requires": {}
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
4310
4623
|
{
|
|
4311
4624
|
"name": "prismic",
|
|
4312
|
-
"description": "Easily connect your Nuxt
|
|
4625
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4313
4626
|
"repo": "nuxt-modules/prismic",
|
|
4314
4627
|
"npm": "@nuxtjs/prismic",
|
|
4315
4628
|
"icon": "prismic.png",
|
|
@@ -4376,7 +4689,7 @@
|
|
|
4376
4689
|
},
|
|
4377
4690
|
{
|
|
4378
4691
|
"name": "proxy",
|
|
4379
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4692
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4380
4693
|
"repo": "nuxt-community/proxy-module",
|
|
4381
4694
|
"npm": "@nuxtjs/proxy",
|
|
4382
4695
|
"icon": "",
|
|
@@ -4422,7 +4735,7 @@
|
|
|
4422
4735
|
},
|
|
4423
4736
|
{
|
|
4424
4737
|
"name": "purgecss",
|
|
4425
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4738
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4426
4739
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4427
4740
|
"npm": "nuxt-purgecss",
|
|
4428
4741
|
"icon": "purgecss.png",
|
|
@@ -4444,7 +4757,7 @@
|
|
|
4444
4757
|
},
|
|
4445
4758
|
{
|
|
4446
4759
|
"name": "pwa",
|
|
4447
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4760
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4448
4761
|
"repo": "nuxt-community/pwa-module",
|
|
4449
4762
|
"npm": "@nuxtjs/pwa",
|
|
4450
4763
|
"icon": "pwa.png",
|
|
@@ -4469,7 +4782,7 @@
|
|
|
4469
4782
|
},
|
|
4470
4783
|
{
|
|
4471
4784
|
"name": "python",
|
|
4472
|
-
"description": "Write Nuxt
|
|
4785
|
+
"description": "Write Nuxt applications using Python",
|
|
4473
4786
|
"repo": "nuxt-community/python-module",
|
|
4474
4787
|
"npm": "@nuxtjs/python",
|
|
4475
4788
|
"icon": "python.png",
|
|
@@ -4508,7 +4821,8 @@
|
|
|
4508
4821
|
],
|
|
4509
4822
|
"compatibility": {
|
|
4510
4823
|
"nuxt": "^3.0.0",
|
|
4511
|
-
"requires": {}
|
|
4824
|
+
"requires": {},
|
|
4825
|
+
"devtools": "^0.0.0"
|
|
4512
4826
|
}
|
|
4513
4827
|
},
|
|
4514
4828
|
{
|
|
@@ -4516,7 +4830,7 @@
|
|
|
4516
4830
|
"description": "radash module with auto-import and custom prefix",
|
|
4517
4831
|
"repo": "bbg/nuxt-radash",
|
|
4518
4832
|
"npm": "nuxt-radash",
|
|
4519
|
-
"icon": "radash.
|
|
4833
|
+
"icon": "radash.png",
|
|
4520
4834
|
"github": "https://github.com/bbg/nuxt-radash",
|
|
4521
4835
|
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4522
4836
|
"learn_more": "https://github.com/rayepps/radash/",
|
|
@@ -4533,9 +4847,44 @@
|
|
|
4533
4847
|
"requires": {}
|
|
4534
4848
|
}
|
|
4535
4849
|
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "radix-vue",
|
|
4852
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4853
|
+
"repo": "radix-vue/radix-vue",
|
|
4854
|
+
"npm": "radix-vue",
|
|
4855
|
+
"icon": "radix-vue.svg",
|
|
4856
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4857
|
+
"website": "https://www.radix-vue.com/",
|
|
4858
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4859
|
+
"category": "UI",
|
|
4860
|
+
"type": "3rd-party",
|
|
4861
|
+
"maintainers": [
|
|
4862
|
+
{
|
|
4863
|
+
"name": "Zernonia",
|
|
4864
|
+
"github": "zernonia",
|
|
4865
|
+
"twitter": "zernonia"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "Khairul Haaziq",
|
|
4869
|
+
"github": "khairulhaaziq"
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "Mujahid Anuar",
|
|
4873
|
+
"github": "mujahidfa"
|
|
4874
|
+
},
|
|
4875
|
+
{
|
|
4876
|
+
"name": "Max",
|
|
4877
|
+
"github": "onmax"
|
|
4878
|
+
}
|
|
4879
|
+
],
|
|
4880
|
+
"compatibility": {
|
|
4881
|
+
"nuxt": "^3.0.0",
|
|
4882
|
+
"requires": {}
|
|
4883
|
+
}
|
|
4884
|
+
},
|
|
4536
4885
|
{
|
|
4537
4886
|
"name": "recaptcha",
|
|
4538
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4887
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4539
4888
|
"repo": "nuxt-community/recaptcha-module",
|
|
4540
4889
|
"npm": "@nuxtjs/recaptcha",
|
|
4541
4890
|
"icon": "recaptcha.png",
|
|
@@ -4580,7 +4929,7 @@
|
|
|
4580
4929
|
},
|
|
4581
4930
|
{
|
|
4582
4931
|
"name": "rfg-icon",
|
|
4583
|
-
"description": "Nuxt
|
|
4932
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4584
4933
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4585
4934
|
"npm": "nuxt-rfg-icon",
|
|
4586
4935
|
"icon": "real-favicon-generator.png",
|
|
@@ -4602,12 +4951,12 @@
|
|
|
4602
4951
|
},
|
|
4603
4952
|
{
|
|
4604
4953
|
"name": "robots",
|
|
4605
|
-
"description": "A Nuxt
|
|
4606
|
-
"repo": "nuxt-
|
|
4954
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4955
|
+
"repo": "nuxt-modules/robots",
|
|
4607
4956
|
"npm": "@nuxtjs/robots",
|
|
4608
4957
|
"icon": "robots.png",
|
|
4609
|
-
"github": "https://github.com/nuxt-
|
|
4610
|
-
"website": "https://github.com/nuxt-
|
|
4958
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4959
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4611
4960
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4612
4961
|
"category": "SEO",
|
|
4613
4962
|
"type": "community",
|
|
@@ -4626,7 +4975,7 @@
|
|
|
4626
4975
|
},
|
|
4627
4976
|
{
|
|
4628
4977
|
"name": "rollbar",
|
|
4629
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4978
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4630
4979
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4631
4980
|
"npm": "nuxt-rollbar-module",
|
|
4632
4981
|
"icon": "rollbar.png",
|
|
@@ -4671,7 +5020,7 @@
|
|
|
4671
5020
|
},
|
|
4672
5021
|
{
|
|
4673
5022
|
"name": "router",
|
|
4674
|
-
"description": "Nuxt
|
|
5023
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4675
5024
|
"repo": "nuxt-community/router-module",
|
|
4676
5025
|
"npm": "@nuxtjs/router",
|
|
4677
5026
|
"icon": "vue.png",
|
|
@@ -4719,13 +5068,13 @@
|
|
|
4719
5068
|
},
|
|
4720
5069
|
{
|
|
4721
5070
|
"name": "schema-org",
|
|
4722
|
-
"description": "Schema.org for Nuxt
|
|
4723
|
-
"repo": "
|
|
5071
|
+
"description": "Schema.org for Nuxt.",
|
|
5072
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4724
5073
|
"npm": "nuxt-schema-org",
|
|
4725
5074
|
"icon": "schema-org.svg",
|
|
4726
|
-
"github": "https://github.com/
|
|
4727
|
-
"website": "https://
|
|
4728
|
-
"learn_more": "https://
|
|
5075
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5076
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5077
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4729
5078
|
"category": "SEO",
|
|
4730
5079
|
"type": "3rd-party",
|
|
4731
5080
|
"maintainers": [
|
|
@@ -4788,7 +5137,7 @@
|
|
|
4788
5137
|
},
|
|
4789
5138
|
{
|
|
4790
5139
|
"name": "segment",
|
|
4791
|
-
"description": "Nuxt
|
|
5140
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4792
5141
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4793
5142
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4794
5143
|
"icon": "segment.png",
|
|
@@ -4810,7 +5159,7 @@
|
|
|
4810
5159
|
},
|
|
4811
5160
|
{
|
|
4812
5161
|
"name": "sentry",
|
|
4813
|
-
"description": "Sentry module for Nuxt
|
|
5162
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4814
5163
|
"repo": "nuxt-community/sentry-module",
|
|
4815
5164
|
"npm": "@nuxtjs/sentry",
|
|
4816
5165
|
"icon": "sentry.svg",
|
|
@@ -4830,14 +5179,38 @@
|
|
|
4830
5179
|
"requires": {}
|
|
4831
5180
|
}
|
|
4832
5181
|
},
|
|
5182
|
+
{
|
|
5183
|
+
"name": "seo-experiments",
|
|
5184
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5185
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5186
|
+
"npm": "nuxt-seo-experiments",
|
|
5187
|
+
"icon": "seo-experiments.svg",
|
|
5188
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5189
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5190
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5191
|
+
"category": "SEO",
|
|
5192
|
+
"type": "3rd-party",
|
|
5193
|
+
"maintainers": [
|
|
5194
|
+
{
|
|
5195
|
+
"name": "Harlan Wilton",
|
|
5196
|
+
"github": "harlan-zw",
|
|
5197
|
+
"twitter": "harlan_zw",
|
|
5198
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5199
|
+
}
|
|
5200
|
+
],
|
|
5201
|
+
"compatibility": {
|
|
5202
|
+
"nuxt": "^3.0.0",
|
|
5203
|
+
"requires": {}
|
|
5204
|
+
}
|
|
5205
|
+
},
|
|
4833
5206
|
{
|
|
4834
5207
|
"name": "seo-kit",
|
|
4835
|
-
"description": "
|
|
5208
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4836
5209
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4837
5210
|
"npm": "nuxt-seo-kit",
|
|
4838
5211
|
"icon": "seo-kit.svg",
|
|
4839
5212
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4840
|
-
"website": "https://
|
|
5213
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4841
5214
|
"learn_more": "",
|
|
4842
5215
|
"category": "SEO",
|
|
4843
5216
|
"type": "3rd-party",
|
|
@@ -4877,7 +5250,7 @@
|
|
|
4877
5250
|
},
|
|
4878
5251
|
{
|
|
4879
5252
|
"name": "seomatic-meta",
|
|
4880
|
-
"description": "A Nuxt
|
|
5253
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4881
5254
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4882
5255
|
"npm": "nuxt-seomatic-meta",
|
|
4883
5256
|
"icon": "seomatic.png",
|
|
@@ -4968,7 +5341,7 @@
|
|
|
4968
5341
|
},
|
|
4969
5342
|
{
|
|
4970
5343
|
"name": "shopify",
|
|
4971
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5344
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4972
5345
|
"repo": "Gomah/nuxt-shopify",
|
|
4973
5346
|
"npm": "nuxt-shopify",
|
|
4974
5347
|
"icon": "shopify.png",
|
|
@@ -4989,7 +5362,7 @@
|
|
|
4989
5362
|
}
|
|
4990
5363
|
},
|
|
4991
5364
|
{
|
|
4992
|
-
"name": "
|
|
5365
|
+
"name": "sidebase-auth",
|
|
4993
5366
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4994
5367
|
"repo": "sidebase/nuxt-auth",
|
|
4995
5368
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5035,13 +5408,13 @@
|
|
|
5035
5408
|
},
|
|
5036
5409
|
{
|
|
5037
5410
|
"name": "simple-robots",
|
|
5038
|
-
"description": "
|
|
5411
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5039
5412
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5040
5413
|
"npm": "nuxt-simple-robots",
|
|
5041
|
-
"icon": "",
|
|
5414
|
+
"icon": "simple-robots.svg",
|
|
5042
5415
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5043
|
-
"website": "https://
|
|
5044
|
-
"learn_more": "",
|
|
5416
|
+
"website": "https://nuxtseo.com/robots",
|
|
5417
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5045
5418
|
"category": "SEO",
|
|
5046
5419
|
"type": "3rd-party",
|
|
5047
5420
|
"maintainers": [
|
|
@@ -5059,13 +5432,13 @@
|
|
|
5059
5432
|
},
|
|
5060
5433
|
{
|
|
5061
5434
|
"name": "simple-sitemap",
|
|
5062
|
-
"description": "
|
|
5435
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5063
5436
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5064
5437
|
"npm": "nuxt-simple-sitemap",
|
|
5065
|
-
"icon": "",
|
|
5438
|
+
"icon": "simple-sitemap.svg",
|
|
5066
5439
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5067
|
-
"website": "https://
|
|
5068
|
-
"learn_more": "",
|
|
5440
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5441
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5069
5442
|
"category": "SEO",
|
|
5070
5443
|
"type": "3rd-party",
|
|
5071
5444
|
"maintainers": [
|
|
@@ -5083,7 +5456,7 @@
|
|
|
5083
5456
|
},
|
|
5084
5457
|
{
|
|
5085
5458
|
"name": "sitemap",
|
|
5086
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5459
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5087
5460
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5088
5461
|
"npm": "@nuxtjs/sitemap",
|
|
5089
5462
|
"icon": "",
|
|
@@ -5128,7 +5501,7 @@
|
|
|
5128
5501
|
},
|
|
5129
5502
|
{
|
|
5130
5503
|
"name": "snipcart",
|
|
5131
|
-
"description": "Snipcart integration module for Nuxt
|
|
5504
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5132
5505
|
"repo": "nuxt-modules/snipcart",
|
|
5133
5506
|
"npm": "@nuxtjs/snipcart",
|
|
5134
5507
|
"icon": "snipcart.png",
|
|
@@ -5151,7 +5524,7 @@
|
|
|
5151
5524
|
},
|
|
5152
5525
|
{
|
|
5153
5526
|
"name": "social-meta",
|
|
5154
|
-
"description": "Nuxt
|
|
5527
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5155
5528
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5156
5529
|
"npm": "nuxt-social-meta",
|
|
5157
5530
|
"icon": "",
|
|
@@ -5273,7 +5646,7 @@
|
|
|
5273
5646
|
},
|
|
5274
5647
|
{
|
|
5275
5648
|
"name": "storage",
|
|
5276
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5649
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5277
5650
|
"repo": "mazipan/nuxt-storage",
|
|
5278
5651
|
"npm": "nuxt-storage",
|
|
5279
5652
|
"icon": "",
|
|
@@ -5295,7 +5668,7 @@
|
|
|
5295
5668
|
},
|
|
5296
5669
|
{
|
|
5297
5670
|
"name": "storefront-ui",
|
|
5298
|
-
"description": "Storefront UI Module for Nuxt
|
|
5671
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5299
5672
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5300
5673
|
"npm": "@storefront-ui/nuxt",
|
|
5301
5674
|
"icon": "storefront-ui.svg",
|
|
@@ -5339,7 +5712,7 @@
|
|
|
5339
5712
|
},
|
|
5340
5713
|
{
|
|
5341
5714
|
"name": "storyblok",
|
|
5342
|
-
"description": "Storyblok Nuxt
|
|
5715
|
+
"description": "Storyblok Nuxt module",
|
|
5343
5716
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5344
5717
|
"npm": "@storyblok/nuxt",
|
|
5345
5718
|
"icon": "storyblok.png",
|
|
@@ -5356,46 +5729,43 @@
|
|
|
5356
5729
|
],
|
|
5357
5730
|
"compatibility": {
|
|
5358
5731
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
|
-
"requires": {}
|
|
5732
|
+
"requires": {},
|
|
5733
|
+
"devtools": "^0.0.0"
|
|
5360
5734
|
}
|
|
5361
5735
|
},
|
|
5362
5736
|
{
|
|
5363
5737
|
"name": "storybook",
|
|
5364
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5365
|
-
"repo": "nuxt-
|
|
5738
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5739
|
+
"repo": "nuxt-modules/storybook",
|
|
5366
5740
|
"npm": "@nuxtjs/storybook",
|
|
5367
5741
|
"icon": "storybook.png",
|
|
5368
|
-
"github": "https://github.com/nuxt-
|
|
5742
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5369
5743
|
"website": "https://storybook.nuxtjs.org",
|
|
5370
|
-
"learn_more": "https://
|
|
5744
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5371
5745
|
"category": "Devtools",
|
|
5372
5746
|
"type": "community",
|
|
5373
5747
|
"maintainers": [
|
|
5374
5748
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"github": "
|
|
5377
|
-
"twitter": "
|
|
5378
|
-
},
|
|
5379
|
-
{
|
|
5380
|
-
"name": "Pooya Parsa",
|
|
5381
|
-
"github": "pi0",
|
|
5382
|
-
"twitter": "_pi0_"
|
|
5749
|
+
"name": "Chakir QATAB",
|
|
5750
|
+
"github": "chakAs3",
|
|
5751
|
+
"twitter": "ChakirQatab"
|
|
5383
5752
|
}
|
|
5384
5753
|
],
|
|
5385
5754
|
"compatibility": {
|
|
5386
|
-
"nuxt": "^2.0.0",
|
|
5755
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5387
5756
|
"requires": {
|
|
5388
5757
|
"bridge": "optional"
|
|
5389
|
-
}
|
|
5758
|
+
},
|
|
5759
|
+
"devtools": "^0.7.2"
|
|
5390
5760
|
}
|
|
5391
5761
|
},
|
|
5392
5762
|
{
|
|
5393
5763
|
"name": "strapi",
|
|
5394
5764
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5395
|
-
"repo": "nuxt-
|
|
5765
|
+
"repo": "nuxt-modules/strapi",
|
|
5396
5766
|
"npm": "@nuxtjs/strapi",
|
|
5397
5767
|
"icon": "strapi.png",
|
|
5398
|
-
"github": "https://github.com/nuxt-
|
|
5768
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5399
5769
|
"website": "https://strapi.nuxtjs.org",
|
|
5400
5770
|
"learn_more": "https://strapi.io/",
|
|
5401
5771
|
"category": "CMS",
|
|
@@ -5416,7 +5786,8 @@
|
|
|
5416
5786
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5417
5787
|
"requires": {
|
|
5418
5788
|
"bridge": true
|
|
5419
|
-
}
|
|
5789
|
+
},
|
|
5790
|
+
"devtools": "^0.0.0"
|
|
5420
5791
|
}
|
|
5421
5792
|
},
|
|
5422
5793
|
{
|
|
@@ -5467,6 +5838,36 @@
|
|
|
5467
5838
|
"requires": {}
|
|
5468
5839
|
}
|
|
5469
5840
|
},
|
|
5841
|
+
{
|
|
5842
|
+
"name": "studio",
|
|
5843
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5844
|
+
"repo": "nuxtlabs/studio-module",
|
|
5845
|
+
"npm": "@nuxthq/studio",
|
|
5846
|
+
"icon": "studio.svg",
|
|
5847
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5848
|
+
"website": "https://nuxt.studio",
|
|
5849
|
+
"learn_more": "https://nuxt.studio",
|
|
5850
|
+
"category": "CMS",
|
|
5851
|
+
"type": "3rd-party",
|
|
5852
|
+
"maintainers": [
|
|
5853
|
+
{
|
|
5854
|
+
"name": "Ahad Birang",
|
|
5855
|
+
"github": "farnabaz",
|
|
5856
|
+
"twitter": "a_birang"
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"name": "Sébastien Chopin",
|
|
5860
|
+
"github": "Atinux",
|
|
5861
|
+
"twitter": "Atinux"
|
|
5862
|
+
}
|
|
5863
|
+
],
|
|
5864
|
+
"compatibility": {
|
|
5865
|
+
"nuxt": "^3.0.0",
|
|
5866
|
+
"requires": {
|
|
5867
|
+
"content": true
|
|
5868
|
+
}
|
|
5869
|
+
}
|
|
5870
|
+
},
|
|
5470
5871
|
{
|
|
5471
5872
|
"name": "style-resources",
|
|
5472
5873
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5492,7 +5893,7 @@
|
|
|
5492
5893
|
},
|
|
5493
5894
|
{
|
|
5494
5895
|
"name": "stylelint",
|
|
5495
|
-
"description": "Stylelint module for Nuxt.
|
|
5896
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5496
5897
|
"repo": "nuxt-community/stylelint-module",
|
|
5497
5898
|
"npm": "@nuxtjs/stylelint-module",
|
|
5498
5899
|
"icon": "stylelint.png",
|
|
@@ -5538,10 +5939,10 @@
|
|
|
5538
5939
|
{
|
|
5539
5940
|
"name": "supabase",
|
|
5540
5941
|
"description": "First class integration with Supabase",
|
|
5541
|
-
"repo": "nuxt-
|
|
5942
|
+
"repo": "nuxt-modules/supabase",
|
|
5542
5943
|
"npm": "@nuxtjs/supabase",
|
|
5543
5944
|
"icon": "supabase.png",
|
|
5544
|
-
"github": "https://github.com/nuxt-
|
|
5945
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5545
5946
|
"website": "https://supabase.nuxtjs.org",
|
|
5546
5947
|
"learn_more": "https://supabase.com",
|
|
5547
5948
|
"category": "Database",
|
|
@@ -5592,12 +5993,12 @@
|
|
|
5592
5993
|
},
|
|
5593
5994
|
{
|
|
5594
5995
|
"name": "svg-sprite",
|
|
5595
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5596
|
-
"repo": "nuxt-
|
|
5996
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5997
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5597
5998
|
"npm": "@nuxtjs/svg-sprite",
|
|
5598
5999
|
"icon": "",
|
|
5599
|
-
"github": "https://github.com/nuxt-
|
|
5600
|
-
"website": "https://github.com/nuxt-
|
|
6000
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6001
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5601
6002
|
"learn_more": "",
|
|
5602
6003
|
"category": "UI",
|
|
5603
6004
|
"type": "community",
|
|
@@ -5609,13 +6010,13 @@
|
|
|
5609
6010
|
}
|
|
5610
6011
|
],
|
|
5611
6012
|
"compatibility": {
|
|
5612
|
-
"nuxt": "^2.0.0",
|
|
6013
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5613
6014
|
"requires": {}
|
|
5614
6015
|
}
|
|
5615
6016
|
},
|
|
5616
6017
|
{
|
|
5617
6018
|
"name": "svg",
|
|
5618
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6019
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5619
6020
|
"repo": "nuxt-community/svg-module",
|
|
5620
6021
|
"npm": "@nuxtjs/svg",
|
|
5621
6022
|
"icon": "",
|
|
@@ -5659,7 +6060,7 @@
|
|
|
5659
6060
|
},
|
|
5660
6061
|
{
|
|
5661
6062
|
"name": "swiper",
|
|
5662
|
-
"description": "Nuxt
|
|
6063
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5663
6064
|
"repo": "cpreston321/nuxt-swiper",
|
|
5664
6065
|
"npm": "nuxt-swiper",
|
|
5665
6066
|
"icon": "swiper.svg",
|
|
@@ -5705,10 +6106,10 @@
|
|
|
5705
6106
|
{
|
|
5706
6107
|
"name": "tailwindcss",
|
|
5707
6108
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5708
|
-
"repo": "nuxt-
|
|
6109
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5709
6110
|
"npm": "@nuxtjs/tailwindcss",
|
|
5710
6111
|
"icon": "tailwindcss.png",
|
|
5711
|
-
"github": "https://github.com/nuxt-
|
|
6112
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5712
6113
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5713
6114
|
"learn_more": "https://tailwindcss.com/",
|
|
5714
6115
|
"category": "UI",
|
|
@@ -5718,11 +6119,16 @@
|
|
|
5718
6119
|
"name": "Sébastien Chopin",
|
|
5719
6120
|
"github": "Atinux",
|
|
5720
6121
|
"twitter": "Atinux"
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"name": "Inesh Bose",
|
|
6125
|
+
"github": "ineshbose"
|
|
5721
6126
|
}
|
|
5722
6127
|
],
|
|
5723
6128
|
"compatibility": {
|
|
5724
6129
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5725
|
-
"requires": {}
|
|
6130
|
+
"requires": {},
|
|
6131
|
+
"devtools": "^0.0.0"
|
|
5726
6132
|
}
|
|
5727
6133
|
},
|
|
5728
6134
|
{
|
|
@@ -5772,7 +6178,7 @@
|
|
|
5772
6178
|
},
|
|
5773
6179
|
{
|
|
5774
6180
|
"name": "toast",
|
|
5775
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6181
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5776
6182
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5777
6183
|
"npm": "@nuxtjs/toast",
|
|
5778
6184
|
"icon": "",
|
|
@@ -5853,7 +6259,7 @@
|
|
|
5853
6259
|
},
|
|
5854
6260
|
{
|
|
5855
6261
|
"name": "twa",
|
|
5856
|
-
"description": "Nuxt
|
|
6262
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5857
6263
|
"repo": "tuarrep/nuxt-twa",
|
|
5858
6264
|
"npm": "nuxt-twa",
|
|
5859
6265
|
"icon": "",
|
|
@@ -6041,6 +6447,39 @@
|
|
|
6041
6447
|
"requires": {}
|
|
6042
6448
|
}
|
|
6043
6449
|
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "ui",
|
|
6452
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6453
|
+
"repo": "nuxt/ui#dev",
|
|
6454
|
+
"npm": "@nuxt/ui",
|
|
6455
|
+
"icon": "nuxt.svg",
|
|
6456
|
+
"github": "https://github.com/nuxt/ui",
|
|
6457
|
+
"website": "https://ui.nuxt.com",
|
|
6458
|
+
"learn_more": "",
|
|
6459
|
+
"category": "UI",
|
|
6460
|
+
"type": "official",
|
|
6461
|
+
"maintainers": [
|
|
6462
|
+
{
|
|
6463
|
+
"name": "Benjamin Canac",
|
|
6464
|
+
"github": "benjamincanac",
|
|
6465
|
+
"twitter": "benjamincanac"
|
|
6466
|
+
},
|
|
6467
|
+
{
|
|
6468
|
+
"name": "Sebastien Chopin",
|
|
6469
|
+
"github": "Atinux",
|
|
6470
|
+
"twitter": "Atinux"
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"name": "Sylvain Marroufin",
|
|
6474
|
+
"github": "smarroufin",
|
|
6475
|
+
"twitter": "smarroufin"
|
|
6476
|
+
}
|
|
6477
|
+
],
|
|
6478
|
+
"compatibility": {
|
|
6479
|
+
"nuxt": "^3.0.0",
|
|
6480
|
+
"requires": {}
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6044
6483
|
{
|
|
6045
6484
|
"name": "umami",
|
|
6046
6485
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6089,7 +6528,7 @@
|
|
|
6089
6528
|
},
|
|
6090
6529
|
{
|
|
6091
6530
|
"name": "universal-storage",
|
|
6092
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6531
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6093
6532
|
"repo": "nuxt-community/universal-storage-module",
|
|
6094
6533
|
"npm": "@nuxtjs/universal-storage",
|
|
6095
6534
|
"icon": "",
|
|
@@ -6166,12 +6605,12 @@
|
|
|
6166
6605
|
{
|
|
6167
6606
|
"name": "unocss",
|
|
6168
6607
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6169
|
-
"repo": "
|
|
6608
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6170
6609
|
"npm": "@unocss/nuxt",
|
|
6171
6610
|
"icon": "unocss.svg",
|
|
6172
|
-
"github": "https://github.com/
|
|
6173
|
-
"website": "https://github.com/
|
|
6174
|
-
"learn_more": "https://github.com/
|
|
6611
|
+
"github": "https://github.com/unocss/unocss",
|
|
6612
|
+
"website": "https://github.com/unocss/unocss",
|
|
6613
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6175
6614
|
"category": "UI",
|
|
6176
6615
|
"type": "3rd-party",
|
|
6177
6616
|
"maintainers": [
|
|
@@ -6186,7 +6625,8 @@
|
|
|
6186
6625
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6187
6626
|
"requires": {
|
|
6188
6627
|
"bridge": "optional"
|
|
6189
|
-
}
|
|
6628
|
+
},
|
|
6629
|
+
"devtools": "^0.0.0"
|
|
6190
6630
|
}
|
|
6191
6631
|
},
|
|
6192
6632
|
{
|
|
@@ -6238,7 +6678,7 @@
|
|
|
6238
6678
|
},
|
|
6239
6679
|
{
|
|
6240
6680
|
"name": "user-agent",
|
|
6241
|
-
"description": "Nuxt
|
|
6681
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6242
6682
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6243
6683
|
"npm": "nuxt-user-agent",
|
|
6244
6684
|
"icon": "",
|
|
@@ -6352,7 +6792,7 @@
|
|
|
6352
6792
|
},
|
|
6353
6793
|
{
|
|
6354
6794
|
"name": "vee-validate",
|
|
6355
|
-
"description": "Painless Vue forms for Nuxt
|
|
6795
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6356
6796
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6357
6797
|
"npm": "@vee-validate/nuxt",
|
|
6358
6798
|
"icon": "vee-validate.png",
|
|
@@ -6442,7 +6882,7 @@
|
|
|
6442
6882
|
},
|
|
6443
6883
|
{
|
|
6444
6884
|
"name": "vite-pwa-nuxt",
|
|
6445
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6885
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6446
6886
|
"repo": "vite-pwa/nuxt",
|
|
6447
6887
|
"npm": "@vite-pwa/nuxt",
|
|
6448
6888
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6491,18 +6931,19 @@
|
|
|
6491
6931
|
],
|
|
6492
6932
|
"compatibility": {
|
|
6493
6933
|
"nuxt": "^3.0.0",
|
|
6494
|
-
"requires": {}
|
|
6934
|
+
"requires": {},
|
|
6935
|
+
"devtools": "^0.0.0"
|
|
6495
6936
|
}
|
|
6496
6937
|
},
|
|
6497
6938
|
{
|
|
6498
6939
|
"name": "vue-email",
|
|
6499
|
-
"description": "Write email templates with vue",
|
|
6940
|
+
"description": "💌 Write email templates with vue",
|
|
6500
6941
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6501
6942
|
"npm": "vue-email",
|
|
6502
6943
|
"icon": "vue-email.svg",
|
|
6503
6944
|
"github": "https://github.com/Dave136/vue-email",
|
|
6504
|
-
"website": "https://
|
|
6505
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
6945
|
+
"website": "https://www.vuemail.net/",
|
|
6946
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6506
6947
|
"category": "UI",
|
|
6507
6948
|
"type": "3rd-party",
|
|
6508
6949
|
"maintainers": [
|
|
@@ -6521,7 +6962,8 @@
|
|
|
6521
6962
|
],
|
|
6522
6963
|
"compatibility": {
|
|
6523
6964
|
"nuxt": "^3.0.0",
|
|
6524
|
-
"requires": {}
|
|
6965
|
+
"requires": {},
|
|
6966
|
+
"devtools": "^0.0.0"
|
|
6525
6967
|
}
|
|
6526
6968
|
},
|
|
6527
6969
|
{
|
|
@@ -6546,7 +6988,8 @@
|
|
|
6546
6988
|
"nuxt": "^3.0.0",
|
|
6547
6989
|
"requires": {
|
|
6548
6990
|
"bridge": "optional"
|
|
6549
|
-
}
|
|
6991
|
+
},
|
|
6992
|
+
"devtools": "^0.0.0"
|
|
6550
6993
|
}
|
|
6551
6994
|
},
|
|
6552
6995
|
{
|
|
@@ -6573,7 +7016,7 @@
|
|
|
6573
7016
|
},
|
|
6574
7017
|
{
|
|
6575
7018
|
"name": "vue-multiselect",
|
|
6576
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7019
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6577
7020
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6578
7021
|
"npm": "nuxt-vue-multiselect",
|
|
6579
7022
|
"icon": "",
|
|
@@ -6687,7 +7130,7 @@
|
|
|
6687
7130
|
},
|
|
6688
7131
|
{
|
|
6689
7132
|
"name": "vue-warehouse",
|
|
6690
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7133
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6691
7134
|
"repo": "juliomrqz/vue-warehouse",
|
|
6692
7135
|
"npm": "vue-warehouse",
|
|
6693
7136
|
"icon": "",
|
|
@@ -6710,7 +7153,7 @@
|
|
|
6710
7153
|
},
|
|
6711
7154
|
{
|
|
6712
7155
|
"name": "vue3-carousel-nuxt",
|
|
6713
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7156
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6714
7157
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6715
7158
|
"npm": "vue3-carousel-nuxt",
|
|
6716
7159
|
"icon": "",
|
|
@@ -6753,9 +7196,55 @@
|
|
|
6753
7196
|
"requires": {}
|
|
6754
7197
|
}
|
|
6755
7198
|
},
|
|
7199
|
+
{
|
|
7200
|
+
"name": "vueform-builder",
|
|
7201
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7202
|
+
"repo": "vueform/builder-nuxt",
|
|
7203
|
+
"npm": "@vueform/builder-nuxt",
|
|
7204
|
+
"icon": "vueform.svg",
|
|
7205
|
+
"github": "https://github.com/vueform/builder",
|
|
7206
|
+
"website": "https://builder.vueform.com",
|
|
7207
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7208
|
+
"category": "Libraries",
|
|
7209
|
+
"type": "3rd-party",
|
|
7210
|
+
"maintainers": [
|
|
7211
|
+
{
|
|
7212
|
+
"name": "Adam Berecz",
|
|
7213
|
+
"github": "adamberecz",
|
|
7214
|
+
"twitter": "bereczadam"
|
|
7215
|
+
}
|
|
7216
|
+
],
|
|
7217
|
+
"compatibility": {
|
|
7218
|
+
"nuxt": "^3.0.0",
|
|
7219
|
+
"requires": {}
|
|
7220
|
+
}
|
|
7221
|
+
},
|
|
7222
|
+
{
|
|
7223
|
+
"name": "vueform",
|
|
7224
|
+
"description": "Official Vueform module for Nuxt",
|
|
7225
|
+
"repo": "vueform/nuxt",
|
|
7226
|
+
"npm": "@vueform/nuxt",
|
|
7227
|
+
"icon": "vueform.svg",
|
|
7228
|
+
"github": "https://github.com/vueform/vueform",
|
|
7229
|
+
"website": "https://vueform.com",
|
|
7230
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7231
|
+
"category": "Libraries",
|
|
7232
|
+
"type": "3rd-party",
|
|
7233
|
+
"maintainers": [
|
|
7234
|
+
{
|
|
7235
|
+
"name": "Adam Berecz",
|
|
7236
|
+
"github": "adamberecz",
|
|
7237
|
+
"twitter": "bereczadam"
|
|
7238
|
+
}
|
|
7239
|
+
],
|
|
7240
|
+
"compatibility": {
|
|
7241
|
+
"nuxt": "^3.0.0",
|
|
7242
|
+
"requires": {}
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
6756
7245
|
{
|
|
6757
7246
|
"name": "vuestic",
|
|
6758
|
-
"description": "Vuestic UI module for Nuxt
|
|
7247
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6759
7248
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6760
7249
|
"npm": "@vuestic/nuxt",
|
|
6761
7250
|
"icon": "vuestic.png",
|
|
@@ -6783,7 +7272,7 @@
|
|
|
6783
7272
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6784
7273
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6785
7274
|
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6786
|
-
"learn_more": "https://
|
|
7275
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
6787
7276
|
"category": "UI",
|
|
6788
7277
|
"type": "3rd-party",
|
|
6789
7278
|
"maintainers": [
|
|
@@ -6799,7 +7288,7 @@
|
|
|
6799
7288
|
},
|
|
6800
7289
|
{
|
|
6801
7290
|
"name": "vuetify",
|
|
6802
|
-
"description": "Vuetify Module for Nuxt
|
|
7291
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6803
7292
|
"repo": "nuxt-community/vuetify-module",
|
|
6804
7293
|
"npm": "@nuxtjs/vuetify",
|
|
6805
7294
|
"icon": "vuetify.png",
|
|
@@ -6846,7 +7335,8 @@
|
|
|
6846
7335
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6847
7336
|
"requires": {
|
|
6848
7337
|
"bridge": "optional"
|
|
6849
|
-
}
|
|
7338
|
+
},
|
|
7339
|
+
"devtools": "^0.0.0"
|
|
6850
7340
|
}
|
|
6851
7341
|
},
|
|
6852
7342
|
{
|
|
@@ -6873,7 +7363,7 @@
|
|
|
6873
7363
|
},
|
|
6874
7364
|
{
|
|
6875
7365
|
"name": "vunix",
|
|
6876
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7366
|
+
"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.",
|
|
6877
7367
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6878
7368
|
"npm": "@vunix/nuxt",
|
|
6879
7369
|
"icon": "",
|
|
@@ -6897,11 +7387,11 @@
|
|
|
6897
7387
|
{
|
|
6898
7388
|
"name": "web-vitals",
|
|
6899
7389
|
"description": "Web Vitals for Nuxt",
|
|
6900
|
-
"repo": "nuxt-
|
|
7390
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6901
7391
|
"npm": "@nuxtjs/web-vitals",
|
|
6902
7392
|
"icon": "web-vitals.png",
|
|
6903
|
-
"github": "https://github.com/nuxt-
|
|
6904
|
-
"website": "https://github.com/nuxt-
|
|
7393
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7394
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6905
7395
|
"learn_more": "",
|
|
6906
7396
|
"category": "Performance",
|
|
6907
7397
|
"type": "community",
|
|
@@ -6952,7 +7442,7 @@
|
|
|
6952
7442
|
},
|
|
6953
7443
|
{
|
|
6954
7444
|
"name": "webpack-optimisations",
|
|
6955
|
-
"description": "Nuxt
|
|
7445
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6956
7446
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6957
7447
|
"npm": "nuxt-webpack-optimisations",
|
|
6958
7448
|
"icon": "build-optimisations.svg",
|
|
@@ -7044,7 +7534,7 @@
|
|
|
7044
7534
|
},
|
|
7045
7535
|
{
|
|
7046
7536
|
"name": "well-known",
|
|
7047
|
-
"description": "A Nuxt
|
|
7537
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7048
7538
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7049
7539
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7050
7540
|
"icon": "well-known.svg",
|
|
@@ -7066,7 +7556,7 @@
|
|
|
7066
7556
|
},
|
|
7067
7557
|
{
|
|
7068
7558
|
"name": "wideangle",
|
|
7069
|
-
"description": "Nuxt
|
|
7559
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7070
7560
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7071
7561
|
"npm": "wideangle-nuxt",
|
|
7072
7562
|
"icon": "wideangle.png",
|
|
@@ -7235,7 +7725,7 @@
|
|
|
7235
7725
|
},
|
|
7236
7726
|
{
|
|
7237
7727
|
"name": "zendesk",
|
|
7238
|
-
"description": "Nuxt
|
|
7728
|
+
"description": "Nuxt module for Zendesk",
|
|
7239
7729
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7240
7730
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7241
7731
|
"icon": "zendesk.png",
|