@nuxt/modules 0.6.0-42d442 → 0.6.0-489bdd
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 +1208 -308
- package/package.json +11 -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,9 +308,76 @@
|
|
|
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
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
289
378
|
{
|
|
290
379
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
381
|
"repo": "nuxt-community/auth-module",
|
|
293
382
|
"npm": "@nuxtjs/auth",
|
|
294
383
|
"icon": "auth.png",
|
|
@@ -336,9 +425,32 @@
|
|
|
336
425
|
"requires": {}
|
|
337
426
|
}
|
|
338
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
339
451
|
{
|
|
340
452
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
454
|
"repo": "nuxt-community/axios-module",
|
|
343
455
|
"npm": "@nuxtjs/axios",
|
|
344
456
|
"icon": "axios.svg",
|
|
@@ -361,7 +473,7 @@
|
|
|
361
473
|
},
|
|
362
474
|
{
|
|
363
475
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
478
|
"npm": "nuxt-basic-auth-module",
|
|
367
479
|
"icon": "",
|
|
@@ -485,7 +597,7 @@
|
|
|
485
597
|
},
|
|
486
598
|
{
|
|
487
599
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
602
|
"npm": "nuxt-bulma-slim",
|
|
491
603
|
"icon": "bulma.png",
|
|
@@ -552,7 +664,7 @@
|
|
|
552
664
|
},
|
|
553
665
|
{
|
|
554
666
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
668
|
"repo": "LuXDAmore/generative-art",
|
|
557
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
670
|
"icon": "",
|
|
@@ -575,7 +687,7 @@
|
|
|
575
687
|
},
|
|
576
688
|
{
|
|
577
689
|
"name": "capo",
|
|
578
|
-
"description": "Capo.js implementation for Nuxt
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
579
691
|
"repo": "danielroe/nuxt-capo",
|
|
580
692
|
"npm": "nuxt-capo",
|
|
581
693
|
"icon": "",
|
|
@@ -597,7 +709,7 @@
|
|
|
597
709
|
},
|
|
598
710
|
{
|
|
599
711
|
"name": "chakra-ui",
|
|
600
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
601
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
602
714
|
"npm": "@chakra-ui/nuxt",
|
|
603
715
|
"icon": "chakra-ui.png",
|
|
@@ -708,7 +820,7 @@
|
|
|
708
820
|
},
|
|
709
821
|
{
|
|
710
822
|
"name": "cloudcms",
|
|
711
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
712
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
713
825
|
"npm": "cloudcms-nuxt",
|
|
714
826
|
"icon": "",
|
|
@@ -757,11 +869,11 @@
|
|
|
757
869
|
},
|
|
758
870
|
{
|
|
759
871
|
"name": "cloudinary",
|
|
760
|
-
"description": "Optimize images and videos in your Nuxt
|
|
761
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
874
|
"npm": "@nuxtjs/cloudinary",
|
|
763
875
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
878
|
"learn_more": "https://cloudinary.com",
|
|
767
879
|
"category": "Images",
|
|
@@ -780,11 +892,11 @@
|
|
|
780
892
|
},
|
|
781
893
|
{
|
|
782
894
|
"name": "color-mode",
|
|
783
|
-
"description": "Dark and Light mode for
|
|
784
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
897
|
"npm": "@nuxtjs/color-mode",
|
|
786
898
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
901
|
"learn_more": "",
|
|
790
902
|
"category": "UI",
|
|
@@ -1001,7 +1113,7 @@
|
|
|
1001
1113
|
},
|
|
1002
1114
|
{
|
|
1003
1115
|
"name": "darkmode.js",
|
|
1004
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1005
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1006
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1007
1119
|
"icon": "darkmode.png",
|
|
@@ -1023,7 +1135,7 @@
|
|
|
1023
1135
|
},
|
|
1024
1136
|
{
|
|
1025
1137
|
"name": "date-fns",
|
|
1026
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1027
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1028
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1029
1141
|
"icon": "date-fns.png",
|
|
@@ -1045,7 +1157,7 @@
|
|
|
1045
1157
|
},
|
|
1046
1158
|
{
|
|
1047
1159
|
"name": "datocms-nuxt2",
|
|
1048
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1049
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1050
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1051
1163
|
"icon": "datocms.svg",
|
|
@@ -1114,8 +1226,8 @@
|
|
|
1114
1226
|
},
|
|
1115
1227
|
{
|
|
1116
1228
|
"name": "delay-hydration",
|
|
1117
|
-
"description": "Improve your Nuxt
|
|
1118
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1119
1231
|
"npm": "nuxt-delay-hydration",
|
|
1120
1232
|
"icon": "lighthouse.svg",
|
|
1121
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1137,12 +1249,12 @@
|
|
|
1137
1249
|
},
|
|
1138
1250
|
{
|
|
1139
1251
|
"name": "device",
|
|
1140
|
-
"description": "Device detection module for Nuxt
|
|
1141
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1142
1254
|
"npm": "@nuxtjs/device",
|
|
1143
1255
|
"icon": "",
|
|
1144
|
-
"github": "https://github.com/nuxt-
|
|
1145
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1146
1258
|
"learn_more": "",
|
|
1147
1259
|
"category": "Extensions",
|
|
1148
1260
|
"type": "community",
|
|
@@ -1182,13 +1294,13 @@
|
|
|
1182
1294
|
},
|
|
1183
1295
|
{
|
|
1184
1296
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1298
|
"repo": "intevel/nuxt-directus",
|
|
1187
1299
|
"npm": "nuxt-directus",
|
|
1188
1300
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1192
1304
|
"category": "CMS",
|
|
1193
1305
|
"type": "3rd-party",
|
|
1194
1306
|
"maintainers": [
|
|
@@ -1199,15 +1311,36 @@
|
|
|
1199
1311
|
}
|
|
1200
1312
|
],
|
|
1201
1313
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1205
1334
|
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1206
1339
|
}
|
|
1207
1340
|
},
|
|
1208
1341
|
{
|
|
1209
1342
|
"name": "dotenv",
|
|
1210
|
-
"description": "A Nuxt
|
|
1343
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1211
1344
|
"repo": "nuxt-community/dotenv-module",
|
|
1212
1345
|
"npm": "@nuxtjs/dotenv",
|
|
1213
1346
|
"icon": "dotenv.png",
|
|
@@ -1229,7 +1362,7 @@
|
|
|
1229
1362
|
},
|
|
1230
1363
|
{
|
|
1231
1364
|
"name": "drupal-ce",
|
|
1232
|
-
"description": "Connects Nuxt
|
|
1365
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1233
1366
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1234
1367
|
"npm": "nuxtjs-drupal-ce",
|
|
1235
1368
|
"icon": "drupal-ce.png",
|
|
@@ -1262,7 +1395,7 @@
|
|
|
1262
1395
|
},
|
|
1263
1396
|
{
|
|
1264
1397
|
"name": "druxt",
|
|
1265
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1398
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1266
1399
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1267
1400
|
"npm": "druxt",
|
|
1268
1401
|
"icon": "druxt.svg",
|
|
@@ -1282,6 +1415,29 @@
|
|
|
1282
1415
|
"requires": {}
|
|
1283
1416
|
}
|
|
1284
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "edgedb",
|
|
1420
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1421
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1422
|
+
"npm": "nuxt-edgedb-module",
|
|
1423
|
+
"icon": "edgedb.svg",
|
|
1424
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1425
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1426
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1427
|
+
"category": "Database",
|
|
1428
|
+
"type": "3rd-party",
|
|
1429
|
+
"maintainers": [
|
|
1430
|
+
{
|
|
1431
|
+
"name": "Yaël Guilloux",
|
|
1432
|
+
"github": "Tahul",
|
|
1433
|
+
"twitter": "yaeeelglx"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"compatibility": {
|
|
1437
|
+
"nuxt": "^3.8.0",
|
|
1438
|
+
"requires": {}
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1285
1441
|
{
|
|
1286
1442
|
"name": "electron",
|
|
1287
1443
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1330,7 +1486,7 @@
|
|
|
1330
1486
|
},
|
|
1331
1487
|
{
|
|
1332
1488
|
"name": "emotion",
|
|
1333
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1489
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1334
1490
|
"repo": "nuxt-modules/emotion",
|
|
1335
1491
|
"npm": "@nuxtjs/emotion",
|
|
1336
1492
|
"icon": "emotion.png",
|
|
@@ -1358,7 +1514,7 @@
|
|
|
1358
1514
|
},
|
|
1359
1515
|
{
|
|
1360
1516
|
"name": "eslint",
|
|
1361
|
-
"description": "ESLint module for Nuxt
|
|
1517
|
+
"description": "ESLint module for Nuxt",
|
|
1362
1518
|
"repo": "nuxt-community/eslint-module",
|
|
1363
1519
|
"npm": "@nuxtjs/eslint-module",
|
|
1364
1520
|
"icon": "eslint.png",
|
|
@@ -1380,7 +1536,7 @@
|
|
|
1380
1536
|
},
|
|
1381
1537
|
{
|
|
1382
1538
|
"name": "event-trace",
|
|
1383
|
-
"description": "Module for event trace in Nuxt
|
|
1539
|
+
"description": "Module for event trace in Nuxt",
|
|
1384
1540
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1385
1541
|
"npm": "nuxt-event-trace",
|
|
1386
1542
|
"icon": "",
|
|
@@ -1424,7 +1580,7 @@
|
|
|
1424
1580
|
},
|
|
1425
1581
|
{
|
|
1426
1582
|
"name": "feature-toggle",
|
|
1427
|
-
"description": "Feature toggle module for Nuxt
|
|
1583
|
+
"description": "Feature toggle module for Nuxt",
|
|
1428
1584
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1429
1585
|
"npm": "nuxt-feature-toggle",
|
|
1430
1586
|
"icon": "",
|
|
@@ -1491,7 +1647,7 @@
|
|
|
1491
1647
|
},
|
|
1492
1648
|
{
|
|
1493
1649
|
"name": "floating-prompt-module",
|
|
1494
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1650
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1495
1651
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1496
1652
|
"npm": "nuxt-floating-prompt-module",
|
|
1497
1653
|
"icon": "",
|
|
@@ -1603,11 +1759,11 @@
|
|
|
1603
1759
|
{
|
|
1604
1760
|
"name": "form-actions",
|
|
1605
1761
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1762
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1607
1763
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1764
|
"icon": "form-actions.svg",
|
|
1609
1765
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
-
"website": "https://
|
|
1766
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1611
1767
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
1768
|
"category": "Request",
|
|
1613
1769
|
"type": "3rd-party",
|
|
@@ -1619,7 +1775,7 @@
|
|
|
1619
1775
|
}
|
|
1620
1776
|
],
|
|
1621
1777
|
"compatibility": {
|
|
1622
|
-
"nuxt": "^3.
|
|
1778
|
+
"nuxt": "^3.7.0",
|
|
1623
1779
|
"requires": {}
|
|
1624
1780
|
}
|
|
1625
1781
|
},
|
|
@@ -1697,7 +1853,7 @@
|
|
|
1697
1853
|
},
|
|
1698
1854
|
{
|
|
1699
1855
|
"name": "google-adsense",
|
|
1700
|
-
"description": "Google Adsense Module for Nuxt
|
|
1856
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1701
1857
|
"repo": "nuxt-community/google-adsense-module",
|
|
1702
1858
|
"npm": "@nuxtjs/google-adsense",
|
|
1703
1859
|
"icon": "google-adsense.png",
|
|
@@ -1723,7 +1879,7 @@
|
|
|
1723
1879
|
},
|
|
1724
1880
|
{
|
|
1725
1881
|
"name": "google-analytics",
|
|
1726
|
-
"description": "Google analytics Module for Nuxt
|
|
1882
|
+
"description": "Google analytics Module for Nuxt",
|
|
1727
1883
|
"repo": "nuxt-community/analytics-module",
|
|
1728
1884
|
"npm": "@nuxtjs/google-analytics",
|
|
1729
1885
|
"icon": "google-analytics.png",
|
|
@@ -1755,12 +1911,12 @@
|
|
|
1755
1911
|
},
|
|
1756
1912
|
{
|
|
1757
1913
|
"name": "google-fonts",
|
|
1758
|
-
"description": "Google Fonts module for
|
|
1759
|
-
"repo": "nuxt-
|
|
1914
|
+
"description": "Google Fonts module for Nuxt",
|
|
1915
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
1916
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
1917
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
1918
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1919
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
1920
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
1921
|
"category": "Fonts",
|
|
1766
1922
|
"type": "community",
|
|
@@ -1779,7 +1935,7 @@
|
|
|
1779
1935
|
},
|
|
1780
1936
|
{
|
|
1781
1937
|
"name": "google-gtag",
|
|
1782
|
-
"description": "Google GTag for Nuxt
|
|
1938
|
+
"description": "Google GTag for Nuxt",
|
|
1783
1939
|
"repo": "nuxt-community/google-gtag",
|
|
1784
1940
|
"npm": "@nuxtjs/google-gtag",
|
|
1785
1941
|
"icon": "gtm.png",
|
|
@@ -1805,7 +1961,7 @@
|
|
|
1805
1961
|
},
|
|
1806
1962
|
{
|
|
1807
1963
|
"name": "google-optimize",
|
|
1808
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1964
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1809
1965
|
"repo": "nuxt-community/google-optimize-module",
|
|
1810
1966
|
"npm": "nuxt-google-optimize",
|
|
1811
1967
|
"icon": "google-optimize.png",
|
|
@@ -1860,7 +2016,7 @@
|
|
|
1860
2016
|
},
|
|
1861
2017
|
{
|
|
1862
2018
|
"name": "graphql-request",
|
|
1863
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2019
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1864
2020
|
"repo": "gomah/nuxt-graphql-request",
|
|
1865
2021
|
"npm": "nuxt-graphql-request",
|
|
1866
2022
|
"icon": "graphql-request.png",
|
|
@@ -1876,7 +2032,7 @@
|
|
|
1876
2032
|
}
|
|
1877
2033
|
],
|
|
1878
2034
|
"compatibility": {
|
|
1879
|
-
"nuxt": "^2.0.0",
|
|
2035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
2036
|
"requires": {}
|
|
1881
2037
|
}
|
|
1882
2038
|
},
|
|
@@ -1899,12 +2055,13 @@
|
|
|
1899
2055
|
],
|
|
1900
2056
|
"compatibility": {
|
|
1901
2057
|
"nuxt": "^3.0.0",
|
|
1902
|
-
"requires": {}
|
|
2058
|
+
"requires": {},
|
|
2059
|
+
"devtools": "^0.0.0"
|
|
1903
2060
|
}
|
|
1904
2061
|
},
|
|
1905
2062
|
{
|
|
1906
2063
|
"name": "gtag",
|
|
1907
|
-
"description": "Google Analytics integration for Nuxt
|
|
2064
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1908
2065
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
2066
|
"npm": "nuxt-gtag",
|
|
1910
2067
|
"icon": "gtag.svg",
|
|
@@ -1928,7 +2085,7 @@
|
|
|
1928
2085
|
},
|
|
1929
2086
|
{
|
|
1930
2087
|
"name": "gtm",
|
|
1931
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2088
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1932
2089
|
"repo": "nuxt-community/gtm-module",
|
|
1933
2090
|
"npm": "@nuxtjs/gtm",
|
|
1934
2091
|
"icon": "gtm.png",
|
|
@@ -1951,7 +2108,7 @@
|
|
|
1951
2108
|
},
|
|
1952
2109
|
{
|
|
1953
2110
|
"name": "guess",
|
|
1954
|
-
"description": "Guess.js module for Nuxt
|
|
2111
|
+
"description": "Guess.js module for Nuxt",
|
|
1955
2112
|
"repo": "nuxt-community/guess-module",
|
|
1956
2113
|
"npm": "@nuxtjs/guess-module",
|
|
1957
2114
|
"icon": "guessjs.png",
|
|
@@ -2063,7 +2220,7 @@
|
|
|
2063
2220
|
},
|
|
2064
2221
|
{
|
|
2065
2222
|
"name": "helmet",
|
|
2066
|
-
"description": "Easy Helmet module with Nuxt
|
|
2223
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2067
2224
|
"repo": "victor-perez/nuxt-helmet",
|
|
2068
2225
|
"npm": "nuxt-helmet",
|
|
2069
2226
|
"icon": "",
|
|
@@ -2107,7 +2264,7 @@
|
|
|
2107
2264
|
},
|
|
2108
2265
|
{
|
|
2109
2266
|
"name": "history-state",
|
|
2110
|
-
"description": "Nuxt
|
|
2267
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2111
2268
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2112
2269
|
"npm": "nuxt-history-state",
|
|
2113
2270
|
"icon": "",
|
|
@@ -2176,7 +2333,7 @@
|
|
|
2176
2333
|
},
|
|
2177
2334
|
{
|
|
2178
2335
|
"name": "http",
|
|
2179
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2336
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2180
2337
|
"repo": "nuxt/http",
|
|
2181
2338
|
"npm": "@nuxt/http",
|
|
2182
2339
|
"icon": "http.png",
|
|
@@ -2204,7 +2361,7 @@
|
|
|
2204
2361
|
},
|
|
2205
2362
|
{
|
|
2206
2363
|
"name": "humans-txt",
|
|
2207
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2364
|
+
"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.",
|
|
2208
2365
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2209
2366
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2210
2367
|
"icon": "",
|
|
@@ -2228,11 +2385,11 @@
|
|
|
2228
2385
|
{
|
|
2229
2386
|
"name": "i18n",
|
|
2230
2387
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2388
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2389
|
"npm": "@nuxtjs/i18n",
|
|
2233
2390
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2235
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2391
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2392
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2236
2393
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2237
2394
|
"category": "Extensions",
|
|
2238
2395
|
"type": "community",
|
|
@@ -2292,7 +2449,8 @@
|
|
|
2292
2449
|
],
|
|
2293
2450
|
"compatibility": {
|
|
2294
2451
|
"nuxt": "^3.0.0",
|
|
2295
|
-
"requires": {}
|
|
2452
|
+
"requires": {},
|
|
2453
|
+
"devtools": "^0.0.0"
|
|
2296
2454
|
}
|
|
2297
2455
|
},
|
|
2298
2456
|
{
|
|
@@ -2341,12 +2499,12 @@
|
|
|
2341
2499
|
},
|
|
2342
2500
|
{
|
|
2343
2501
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2502
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2503
|
"repo": "nuxt/image",
|
|
2346
2504
|
"npm": "@nuxt/image",
|
|
2347
2505
|
"icon": "image.png",
|
|
2348
2506
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2507
|
+
"website": "https://image.nuxt.com",
|
|
2350
2508
|
"learn_more": "",
|
|
2351
2509
|
"category": "Images",
|
|
2352
2510
|
"type": "official",
|
|
@@ -2356,6 +2514,11 @@
|
|
|
2356
2514
|
"github": "farnabaz",
|
|
2357
2515
|
"twitter": "a_birang"
|
|
2358
2516
|
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "Daniel Roe",
|
|
2519
|
+
"github": "danielroe",
|
|
2520
|
+
"twitter": "danielcroe"
|
|
2521
|
+
},
|
|
2359
2522
|
{
|
|
2360
2523
|
"name": "Pooya Parsa",
|
|
2361
2524
|
"github": "pi0",
|
|
@@ -2376,7 +2539,7 @@
|
|
|
2376
2539
|
},
|
|
2377
2540
|
{
|
|
2378
2541
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2542
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2543
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2544
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2545
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2586,7 @@
|
|
|
2423
2586
|
},
|
|
2424
2587
|
{
|
|
2425
2588
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2589
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2590
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2591
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2592
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2631,7 @@
|
|
|
2468
2631
|
},
|
|
2469
2632
|
{
|
|
2470
2633
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2634
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2635
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2636
|
"npm": "nuxt-jsonapi",
|
|
2474
2637
|
"icon": "jsonapi.svg",
|
|
@@ -2510,9 +2673,36 @@
|
|
|
2510
2673
|
"requires": {}
|
|
2511
2674
|
}
|
|
2512
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "kinde",
|
|
2678
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2679
|
+
"repo": "nuxt-modules/kinde",
|
|
2680
|
+
"npm": "@nuxtjs/kinde",
|
|
2681
|
+
"icon": "kinde.svg",
|
|
2682
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2683
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2684
|
+
"learn_more": "https://kinde.com/",
|
|
2685
|
+
"category": "Security",
|
|
2686
|
+
"type": "community",
|
|
2687
|
+
"maintainers": [
|
|
2688
|
+
{
|
|
2689
|
+
"name": "danielroe",
|
|
2690
|
+
"github": "danielroe"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "daveordead",
|
|
2694
|
+
"github": "DaveOrDead",
|
|
2695
|
+
"twitter": "dave_or_dead"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"compatibility": {
|
|
2699
|
+
"nuxt": "^3.0.0",
|
|
2700
|
+
"requires": {}
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2513
2703
|
{
|
|
2514
2704
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2705
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2706
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2707
|
"npm": "nuxt-kql",
|
|
2518
2708
|
"icon": "kql.svg",
|
|
@@ -2536,7 +2726,7 @@
|
|
|
2536
2726
|
},
|
|
2537
2727
|
{
|
|
2538
2728
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2729
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2730
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2731
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2732
|
"icon": "laravel-echo.png",
|
|
@@ -2624,13 +2814,13 @@
|
|
|
2624
2814
|
},
|
|
2625
2815
|
{
|
|
2626
2816
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
2817
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2628
2818
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
2819
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
2820
|
+
"icon": "link-checker.svg",
|
|
2631
2821
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
2822
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2823
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
2824
|
"category": "SEO",
|
|
2635
2825
|
"type": "3rd-party",
|
|
2636
2826
|
"maintainers": [
|
|
@@ -2643,7 +2833,8 @@
|
|
|
2643
2833
|
],
|
|
2644
2834
|
"compatibility": {
|
|
2645
2835
|
"nuxt": "^3.0.0",
|
|
2646
|
-
"requires": {}
|
|
2836
|
+
"requires": {},
|
|
2837
|
+
"devtools": "^0.0.0"
|
|
2647
2838
|
}
|
|
2648
2839
|
},
|
|
2649
2840
|
{
|
|
@@ -2720,12 +2911,12 @@
|
|
|
2720
2911
|
},
|
|
2721
2912
|
{
|
|
2722
2913
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
2914
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2915
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
2916
|
"npm": "nuxt-logrocket",
|
|
2726
2917
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
2918
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2919
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
2920
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
2921
|
"category": "Monitoring",
|
|
2731
2922
|
"type": "community",
|
|
@@ -2741,9 +2932,35 @@
|
|
|
2741
2932
|
"requires": {}
|
|
2742
2933
|
}
|
|
2743
2934
|
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "lucide-icons",
|
|
2937
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2938
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2939
|
+
"npm": "nuxt-lucide-icons",
|
|
2940
|
+
"icon": "lucide-icons.svg",
|
|
2941
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2942
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2943
|
+
"learn_more": "",
|
|
2944
|
+
"category": "UI",
|
|
2945
|
+
"type": "3rd-party",
|
|
2946
|
+
"maintainers": [
|
|
2947
|
+
{
|
|
2948
|
+
"name": "SWIS",
|
|
2949
|
+
"github": "swisnl"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "Jasper Zonneveld",
|
|
2953
|
+
"github": "JaZo"
|
|
2954
|
+
}
|
|
2955
|
+
],
|
|
2956
|
+
"compatibility": {
|
|
2957
|
+
"nuxt": "^3.0.0",
|
|
2958
|
+
"requires": {}
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2744
2961
|
{
|
|
2745
2962
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2963
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
2964
|
"repo": "nuxt-community/lunr-module",
|
|
2748
2965
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
2966
|
"icon": "",
|
|
@@ -2831,6 +3048,28 @@
|
|
|
2831
3048
|
"requires": {}
|
|
2832
3049
|
}
|
|
2833
3050
|
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "maz-ui",
|
|
3053
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3054
|
+
"repo": "louismazel/maz-ui",
|
|
3055
|
+
"npm": "maz-ui",
|
|
3056
|
+
"icon": "maz-ui.png",
|
|
3057
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3058
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3059
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3060
|
+
"category": "UI",
|
|
3061
|
+
"type": "community",
|
|
3062
|
+
"maintainers": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Loïc Mazuel",
|
|
3065
|
+
"github": "LouisMazel"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2834
3073
|
{
|
|
2835
3074
|
"name": "mdx",
|
|
2836
3075
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2856,7 +3095,7 @@
|
|
|
2856
3095
|
},
|
|
2857
3096
|
{
|
|
2858
3097
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3098
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3099
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3100
|
"npm": "nuxt-medusa",
|
|
2862
3101
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3120,7 @@
|
|
|
2881
3120
|
},
|
|
2882
3121
|
{
|
|
2883
3122
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3123
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3124
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3125
|
"npm": "nuxt-meilisearch",
|
|
2887
3126
|
"icon": "meilisearch.svg",
|
|
@@ -2901,7 +3140,8 @@
|
|
|
2901
3140
|
"nuxt": "^3.0.0",
|
|
2902
3141
|
"requires": {
|
|
2903
3142
|
"bridge": false
|
|
2904
|
-
}
|
|
3143
|
+
},
|
|
3144
|
+
"devtools": "^0.0.0"
|
|
2905
3145
|
}
|
|
2906
3146
|
},
|
|
2907
3147
|
{
|
|
@@ -2973,7 +3213,7 @@
|
|
|
2973
3213
|
},
|
|
2974
3214
|
{
|
|
2975
3215
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3216
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3217
|
"repo": "nuxt-community/moment-module",
|
|
2978
3218
|
"npm": "@nuxtjs/moment",
|
|
2979
3219
|
"icon": "momentjs.png",
|
|
@@ -3000,7 +3240,7 @@
|
|
|
3000
3240
|
},
|
|
3001
3241
|
{
|
|
3002
3242
|
"name": "mq",
|
|
3003
|
-
"description": "vue-mq module for Nuxt.
|
|
3243
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3004
3244
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3005
3245
|
"npm": "nuxt-mq",
|
|
3006
3246
|
"icon": "",
|
|
@@ -3044,7 +3284,7 @@
|
|
|
3044
3284
|
},
|
|
3045
3285
|
{
|
|
3046
3286
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3287
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3288
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3289
|
"npm": "nuxt-netlify-cache",
|
|
3050
3290
|
"icon": "netlify.png",
|
|
@@ -3089,7 +3329,7 @@
|
|
|
3089
3329
|
},
|
|
3090
3330
|
{
|
|
3091
3331
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3332
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3093
3333
|
"repo": "bazzite/nuxt-netlify",
|
|
3094
3334
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3335
|
"icon": "netlify.png",
|
|
@@ -3182,30 +3422,97 @@
|
|
|
3182
3422
|
}
|
|
3183
3423
|
},
|
|
3184
3424
|
{
|
|
3185
|
-
"name": "nuxt-
|
|
3186
|
-
"description": "",
|
|
3187
|
-
"repo": "
|
|
3188
|
-
"npm": "
|
|
3425
|
+
"name": "nuxt-anchorscroll",
|
|
3426
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3427
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3428
|
+
"npm": "nuxt-anchorscroll",
|
|
3189
3429
|
"icon": "",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://github.com/
|
|
3430
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3431
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3192
3432
|
"learn_more": "",
|
|
3193
|
-
"category": "
|
|
3433
|
+
"category": "UI",
|
|
3194
3434
|
"type": "3rd-party",
|
|
3195
3435
|
"maintainers": [
|
|
3196
3436
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"github": "
|
|
3437
|
+
"name": "Helltraitor",
|
|
3438
|
+
"github": "helltraitor"
|
|
3199
3439
|
}
|
|
3200
3440
|
],
|
|
3201
3441
|
"compatibility": {
|
|
3202
|
-
"nuxt": "^
|
|
3442
|
+
"nuxt": "^3.0.0",
|
|
3443
|
+
"requires": {}
|
|
3444
|
+
}
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"name": "nuxt-auth-sanctum",
|
|
3448
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3449
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3450
|
+
"npm": "nuxt-auth-sanctum",
|
|
3451
|
+
"icon": "laravel.svg",
|
|
3452
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3453
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3454
|
+
"learn_more": "",
|
|
3455
|
+
"category": "Security",
|
|
3456
|
+
"type": "3rd-party",
|
|
3457
|
+
"maintainers": [
|
|
3458
|
+
{
|
|
3459
|
+
"name": "Artem Manchenkov",
|
|
3460
|
+
"github": "manchenkoff",
|
|
3461
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3462
|
+
}
|
|
3463
|
+
],
|
|
3464
|
+
"compatibility": {
|
|
3465
|
+
"nuxt": "^3.0.0",
|
|
3466
|
+
"requires": {}
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"name": "nuxt-basic-auth",
|
|
3471
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3472
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3473
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3474
|
+
"icon": "",
|
|
3475
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3476
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3477
|
+
"learn_more": "",
|
|
3478
|
+
"category": "Security",
|
|
3479
|
+
"type": "3rd-party",
|
|
3480
|
+
"maintainers": [
|
|
3481
|
+
{
|
|
3482
|
+
"name": "kgierke",
|
|
3483
|
+
"github": "kgierke"
|
|
3484
|
+
}
|
|
3485
|
+
],
|
|
3486
|
+
"compatibility": {
|
|
3487
|
+
"nuxt": "^3.0.0",
|
|
3488
|
+
"requires": {}
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "nuxt-bootstrap-icons",
|
|
3493
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3494
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3495
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3496
|
+
"icon": "bootstrap-icons.svg",
|
|
3497
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3498
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3499
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3500
|
+
"category": "UI",
|
|
3501
|
+
"type": "3rd-party",
|
|
3502
|
+
"maintainers": [
|
|
3503
|
+
{
|
|
3504
|
+
"name": "OyewoleOyedeji",
|
|
3505
|
+
"github": "OyewoleOyedeji"
|
|
3506
|
+
}
|
|
3507
|
+
],
|
|
3508
|
+
"compatibility": {
|
|
3509
|
+
"nuxt": "^3.0.0",
|
|
3203
3510
|
"requires": {}
|
|
3204
3511
|
}
|
|
3205
3512
|
},
|
|
3206
3513
|
{
|
|
3207
3514
|
"name": "nuxt-chatgpt",
|
|
3208
|
-
"description": "ChatGPT integration for Nuxt
|
|
3515
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3209
3516
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
3517
|
"npm": "nuxt-chatgpt",
|
|
3211
3518
|
"icon": "chatgpt.svg",
|
|
@@ -3225,6 +3532,54 @@
|
|
|
3225
3532
|
"requires": {}
|
|
3226
3533
|
}
|
|
3227
3534
|
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "nuxt-facebook-chat",
|
|
3537
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3538
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3539
|
+
"npm": "nuxt-facebook-chat",
|
|
3540
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3541
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3542
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3543
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3544
|
+
"category": "Libraries",
|
|
3545
|
+
"type": "3rd-party",
|
|
3546
|
+
"maintainers": [
|
|
3547
|
+
{
|
|
3548
|
+
"name": "Supanut Dokmaithong",
|
|
3549
|
+
"github": "Boomgeek"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "superdev-tech",
|
|
3553
|
+
"github": "superdev-tech"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"compatibility": {
|
|
3557
|
+
"nuxt": "^3.0.0",
|
|
3558
|
+
"requires": {}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"name": "nuxt-feedme",
|
|
3563
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3564
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3565
|
+
"npm": "nuxt-feedme",
|
|
3566
|
+
"icon": "",
|
|
3567
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3568
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3569
|
+
"learn_more": "",
|
|
3570
|
+
"category": "SEO",
|
|
3571
|
+
"type": "3rd-party",
|
|
3572
|
+
"maintainers": [
|
|
3573
|
+
{
|
|
3574
|
+
"name": "Helltraitor",
|
|
3575
|
+
"github": "helltraitor"
|
|
3576
|
+
}
|
|
3577
|
+
],
|
|
3578
|
+
"compatibility": {
|
|
3579
|
+
"nuxt": "^3.0.0",
|
|
3580
|
+
"requires": {}
|
|
3581
|
+
}
|
|
3582
|
+
},
|
|
3228
3583
|
{
|
|
3229
3584
|
"name": "nuxt-graphql-middleware",
|
|
3230
3585
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3278,7 +3633,7 @@
|
|
|
3278
3633
|
},
|
|
3279
3634
|
{
|
|
3280
3635
|
"name": "nuxt-gtm",
|
|
3281
|
-
"description": "A Nuxt
|
|
3636
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3282
3637
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
3638
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
3639
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3295,7 +3650,8 @@
|
|
|
3295
3650
|
],
|
|
3296
3651
|
"compatibility": {
|
|
3297
3652
|
"nuxt": "^3.0.0",
|
|
3298
|
-
"requires": {}
|
|
3653
|
+
"requires": {},
|
|
3654
|
+
"devtools": "^0.0.0"
|
|
3299
3655
|
}
|
|
3300
3656
|
},
|
|
3301
3657
|
{
|
|
@@ -3322,6 +3678,28 @@
|
|
|
3322
3678
|
}
|
|
3323
3679
|
}
|
|
3324
3680
|
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-jsonld",
|
|
3683
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3684
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3685
|
+
"npm": "nuxt-jsonld",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3688
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "SEO",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "ymmooot",
|
|
3695
|
+
"github": "ymmooot"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3325
3703
|
{
|
|
3326
3704
|
"name": "nuxt-localtunnel",
|
|
3327
3705
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3347,7 +3725,7 @@
|
|
|
3347
3725
|
},
|
|
3348
3726
|
{
|
|
3349
3727
|
"name": "nuxt-loco",
|
|
3350
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3728
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3351
3729
|
"repo": "gaetansenn/nuxt-loco",
|
|
3352
3730
|
"npm": "nuxt-loco",
|
|
3353
3731
|
"icon": "",
|
|
@@ -3369,15 +3747,37 @@
|
|
|
3369
3747
|
}
|
|
3370
3748
|
},
|
|
3371
3749
|
{
|
|
3372
|
-
"name": "nuxt-
|
|
3373
|
-
"description": "
|
|
3374
|
-
"repo": "
|
|
3375
|
-
"npm": "nuxt-
|
|
3376
|
-
"icon": "
|
|
3377
|
-
"github": "https://github.com/
|
|
3378
|
-
"website": "https://github.com/
|
|
3379
|
-
"learn_more": "
|
|
3380
|
-
"category": "
|
|
3750
|
+
"name": "nuxt-mail",
|
|
3751
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3752
|
+
"repo": "dword-design/nuxt-mail",
|
|
3753
|
+
"npm": "nuxt-mail",
|
|
3754
|
+
"icon": "",
|
|
3755
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3756
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3757
|
+
"learn_more": "",
|
|
3758
|
+
"category": "Extensions",
|
|
3759
|
+
"type": "3rd-party",
|
|
3760
|
+
"maintainers": [
|
|
3761
|
+
{
|
|
3762
|
+
"name": "Sebastian Landwehr",
|
|
3763
|
+
"github": "dword-design"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"compatibility": {
|
|
3767
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3768
|
+
"requires": {}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-mapbox",
|
|
3773
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3774
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3775
|
+
"npm": "nuxt-mapbox",
|
|
3776
|
+
"icon": "nuxt-mapbox.svg",
|
|
3777
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3778
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3779
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3780
|
+
"category": "Libraries",
|
|
3381
3781
|
"type": "3rd-party",
|
|
3382
3782
|
"maintainers": [
|
|
3383
3783
|
{
|
|
@@ -3390,6 +3790,28 @@
|
|
|
3390
3790
|
"requires": {}
|
|
3391
3791
|
}
|
|
3392
3792
|
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-mdi",
|
|
3795
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3796
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3797
|
+
"npm": "nuxt-mdi",
|
|
3798
|
+
"icon": "mdi.png",
|
|
3799
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3800
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3801
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3802
|
+
"category": "Libraries",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "Emil Rosenius",
|
|
3807
|
+
"github": "ERPedersen"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3393
3815
|
{
|
|
3394
3816
|
"name": "nuxt-monaco-editor",
|
|
3395
3817
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3414,7 +3836,7 @@
|
|
|
3414
3836
|
},
|
|
3415
3837
|
{
|
|
3416
3838
|
"name": "nuxt-mongoose",
|
|
3417
|
-
"description": "A Nuxt
|
|
3839
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3418
3840
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
3841
|
"npm": "nuxt-mongoose",
|
|
3420
3842
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3429,6 +3851,30 @@
|
|
|
3429
3851
|
"github": "arashsheyda"
|
|
3430
3852
|
}
|
|
3431
3853
|
],
|
|
3854
|
+
"compatibility": {
|
|
3855
|
+
"nuxt": "^3.0.0",
|
|
3856
|
+
"requires": {},
|
|
3857
|
+
"devtools": "^0.0.0"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-payload-analyzer",
|
|
3862
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3863
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3864
|
+
"npm": "nuxt-payload-analyzer",
|
|
3865
|
+
"icon": "",
|
|
3866
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3867
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3868
|
+
"learn_more": "",
|
|
3869
|
+
"category": "Performance",
|
|
3870
|
+
"type": "3rd-party",
|
|
3871
|
+
"maintainers": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "Barbapapazes",
|
|
3874
|
+
"github": "Barbapapazes",
|
|
3875
|
+
"twitter": "soubiran_"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3432
3878
|
"compatibility": {
|
|
3433
3879
|
"nuxt": "^3.0.0",
|
|
3434
3880
|
"requires": {}
|
|
@@ -3457,6 +3903,28 @@
|
|
|
3457
3903
|
"requires": {}
|
|
3458
3904
|
}
|
|
3459
3905
|
},
|
|
3906
|
+
{
|
|
3907
|
+
"name": "nuxt-phosphor-icons",
|
|
3908
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3909
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3910
|
+
"npm": "nuxt-phosphor-icons",
|
|
3911
|
+
"icon": "phosphor-icons.svg",
|
|
3912
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3913
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3914
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3915
|
+
"category": "UI",
|
|
3916
|
+
"type": "3rd-party",
|
|
3917
|
+
"maintainers": [
|
|
3918
|
+
{
|
|
3919
|
+
"name": "OyewoleOyedeji",
|
|
3920
|
+
"github": "OyewoleOyedeji"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"compatibility": {
|
|
3924
|
+
"nuxt": "^3.0.0",
|
|
3925
|
+
"requires": {}
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3460
3928
|
{
|
|
3461
3929
|
"name": "nuxt-pino-log",
|
|
3462
3930
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3481,7 +3949,7 @@
|
|
|
3481
3949
|
},
|
|
3482
3950
|
{
|
|
3483
3951
|
"name": "plausible",
|
|
3484
|
-
"description": "Nuxt
|
|
3952
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3485
3953
|
"repo": "nuxt-modules/plausible",
|
|
3486
3954
|
"npm": "@nuxtjs/plausible",
|
|
3487
3955
|
"icon": "plausible.png",
|
|
@@ -3501,9 +3969,35 @@
|
|
|
3501
3969
|
"requires": {}
|
|
3502
3970
|
}
|
|
3503
3971
|
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-plotly",
|
|
3974
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3975
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3976
|
+
"npm": "nuxt-plotly",
|
|
3977
|
+
"icon": "nuxt-plotly.svg",
|
|
3978
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3979
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3980
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3981
|
+
"category": "Libraries",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Supanut Dokmaithong",
|
|
3986
|
+
"github": "Boomgeek"
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "superdev-tech",
|
|
3990
|
+
"github": "superdev-tech"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"compatibility": {
|
|
3994
|
+
"nuxt": "^3.0.0",
|
|
3995
|
+
"requires": {}
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3504
3998
|
{
|
|
3505
3999
|
"name": "nuxt-png-to-ico",
|
|
3506
|
-
"description": "Nuxt
|
|
4000
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3507
4001
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3508
4002
|
"npm": "nuxt-png-to-ico",
|
|
3509
4003
|
"icon": "",
|
|
@@ -3526,7 +4020,7 @@
|
|
|
3526
4020
|
},
|
|
3527
4021
|
{
|
|
3528
4022
|
"name": "nuxt-smartlook",
|
|
3529
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4023
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3530
4024
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3531
4025
|
"npm": "nuxt-smartlook",
|
|
3532
4026
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3548,6 +4042,28 @@
|
|
|
3548
4042
|
"requires": {}
|
|
3549
4043
|
}
|
|
3550
4044
|
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "nuxt-social-share",
|
|
4047
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4048
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4049
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4050
|
+
"icon": "nuxt-social-share.png",
|
|
4051
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4052
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4053
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4054
|
+
"category": "Extensions",
|
|
4055
|
+
"type": "3rd-party",
|
|
4056
|
+
"maintainers": [
|
|
4057
|
+
{
|
|
4058
|
+
"name": "stefanobartoletti",
|
|
4059
|
+
"github": "stefanobartoletti"
|
|
4060
|
+
}
|
|
4061
|
+
],
|
|
4062
|
+
"compatibility": {
|
|
4063
|
+
"nuxt": "^3.0.0",
|
|
4064
|
+
"requires": {}
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
3551
4067
|
{
|
|
3552
4068
|
"name": "ssr-lit",
|
|
3553
4069
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3578,7 +4094,7 @@
|
|
|
3578
4094
|
},
|
|
3579
4095
|
{
|
|
3580
4096
|
"name": "nuxt-storm",
|
|
3581
|
-
"description": "WebStorm & PHPStorm support for
|
|
4097
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3582
4098
|
"repo": "fumeapp/nuxt-storm",
|
|
3583
4099
|
"npm": "nuxt-storm",
|
|
3584
4100
|
"icon": "nuxt-storm.png",
|
|
@@ -3622,7 +4138,7 @@
|
|
|
3622
4138
|
},
|
|
3623
4139
|
{
|
|
3624
4140
|
"name": "nuxt-unleash",
|
|
3625
|
-
"description": "Nuxt
|
|
4141
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3626
4142
|
"repo": "conejerock/nuxt-unleash",
|
|
3627
4143
|
"npm": "nuxt-unleash",
|
|
3628
4144
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3713,12 +4229,12 @@
|
|
|
3713
4229
|
{
|
|
3714
4230
|
"name": "nuxt-vue3-google-signin",
|
|
3715
4231
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3716
|
-
"repo": "
|
|
4232
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3717
4233
|
"npm": "nuxt-vue3-google-signin",
|
|
3718
4234
|
"icon": "vue3-google-signin.svg",
|
|
3719
|
-
"github": "https://github.com/
|
|
3720
|
-
"website": "https://vue3-google-signin.
|
|
3721
|
-
"learn_more": "https://vue3-google-signin.
|
|
4235
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4236
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4237
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3722
4238
|
"category": "Libraries",
|
|
3723
4239
|
"type": "3rd-party",
|
|
3724
4240
|
"maintainers": [
|
|
@@ -3734,7 +4250,7 @@
|
|
|
3734
4250
|
},
|
|
3735
4251
|
{
|
|
3736
4252
|
"name": "nuxt-vuetify",
|
|
3737
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4253
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3738
4254
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3739
4255
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3740
4256
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3754,9 +4270,31 @@
|
|
|
3754
4270
|
"requires": {}
|
|
3755
4271
|
}
|
|
3756
4272
|
},
|
|
4273
|
+
{
|
|
4274
|
+
"name": "nuxt3-leaflet",
|
|
4275
|
+
"description": "Leaflet integration with Nuxt",
|
|
4276
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4277
|
+
"npm": "nuxt3-leaflet",
|
|
4278
|
+
"icon": "leaflet.png",
|
|
4279
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4280
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4281
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4282
|
+
"category": "Libraries",
|
|
4283
|
+
"type": "3rd-party",
|
|
4284
|
+
"maintainers": [
|
|
4285
|
+
{
|
|
4286
|
+
"name": "Augustin MERCIER",
|
|
4287
|
+
"github": "Gugustinette"
|
|
4288
|
+
}
|
|
4289
|
+
],
|
|
4290
|
+
"compatibility": {
|
|
4291
|
+
"nuxt": "^3.0.0",
|
|
4292
|
+
"requires": {}
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
3757
4295
|
{
|
|
3758
4296
|
"name": "nuxt7",
|
|
3759
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4297
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3760
4298
|
"repo": "nuxt-community/nuxt7",
|
|
3761
4299
|
"npm": "nuxt7",
|
|
3762
4300
|
"icon": "",
|
|
@@ -3777,38 +4315,15 @@
|
|
|
3777
4315
|
"requires": {}
|
|
3778
4316
|
}
|
|
3779
4317
|
},
|
|
3780
|
-
{
|
|
3781
|
-
"name": "nuxtlabs-ui",
|
|
3782
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3783
|
-
"repo": "nuxtlabs/ui",
|
|
3784
|
-
"npm": "@nuxthq/ui",
|
|
3785
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3786
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3787
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3788
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3789
|
-
"category": "UI",
|
|
3790
|
-
"type": "3rd-party",
|
|
3791
|
-
"maintainers": [
|
|
3792
|
-
{
|
|
3793
|
-
"name": "Benjamin Canac",
|
|
3794
|
-
"github": "benjamincanac",
|
|
3795
|
-
"twitter": "benjamincanac"
|
|
3796
|
-
}
|
|
3797
|
-
],
|
|
3798
|
-
"compatibility": {
|
|
3799
|
-
"nuxt": "^3.0.0",
|
|
3800
|
-
"requires": {}
|
|
3801
|
-
}
|
|
3802
|
-
},
|
|
3803
4318
|
{
|
|
3804
4319
|
"name": "og-image",
|
|
3805
|
-
"description": "
|
|
4320
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3806
4321
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3807
4322
|
"npm": "nuxt-og-image",
|
|
3808
|
-
"icon": "",
|
|
4323
|
+
"icon": "og-image.svg",
|
|
3809
4324
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3810
|
-
"website": "https://
|
|
3811
|
-
"learn_more": "",
|
|
4325
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4326
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3812
4327
|
"category": "SEO",
|
|
3813
4328
|
"type": "3rd-party",
|
|
3814
4329
|
"maintainers": [
|
|
@@ -3821,7 +4336,8 @@
|
|
|
3821
4336
|
],
|
|
3822
4337
|
"compatibility": {
|
|
3823
4338
|
"nuxt": "^3.0.0",
|
|
3824
|
-
"requires": {}
|
|
4339
|
+
"requires": {},
|
|
4340
|
+
"devtools": "^0.0.0"
|
|
3825
4341
|
}
|
|
3826
4342
|
},
|
|
3827
4343
|
{
|
|
@@ -3849,7 +4365,7 @@
|
|
|
3849
4365
|
},
|
|
3850
4366
|
{
|
|
3851
4367
|
"name": "optimized-images",
|
|
3852
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4368
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3853
4369
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3854
4370
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3855
4371
|
"icon": "",
|
|
@@ -3894,7 +4410,7 @@
|
|
|
3894
4410
|
},
|
|
3895
4411
|
{
|
|
3896
4412
|
"name": "parse",
|
|
3897
|
-
"description": "Parse package for Nuxt
|
|
4413
|
+
"description": "Parse package for Nuxt",
|
|
3898
4414
|
"repo": "cierrateam/nuxt-parse",
|
|
3899
4415
|
"npm": "nuxt-parse",
|
|
3900
4416
|
"icon": "",
|
|
@@ -3914,6 +4430,29 @@
|
|
|
3914
4430
|
"requires": {}
|
|
3915
4431
|
}
|
|
3916
4432
|
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "particles",
|
|
4435
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4436
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4437
|
+
"npm": "nuxt-particles",
|
|
4438
|
+
"icon": "",
|
|
4439
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4440
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4441
|
+
"learn_more": "https://particles.js.org/",
|
|
4442
|
+
"category": "Libraries",
|
|
4443
|
+
"type": "3rd-party",
|
|
4444
|
+
"maintainers": [
|
|
4445
|
+
{
|
|
4446
|
+
"name": "Joey Pereira",
|
|
4447
|
+
"github": "Joepocalyptic",
|
|
4448
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4449
|
+
}
|
|
4450
|
+
],
|
|
4451
|
+
"compatibility": {
|
|
4452
|
+
"nuxt": "^3.0.0",
|
|
4453
|
+
"requires": {}
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
3917
4456
|
{
|
|
3918
4457
|
"name": "partytown",
|
|
3919
4458
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3939,6 +4478,28 @@
|
|
|
3939
4478
|
}
|
|
3940
4479
|
}
|
|
3941
4480
|
},
|
|
4481
|
+
{
|
|
4482
|
+
"name": "paypal",
|
|
4483
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4484
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4485
|
+
"npm": "nuxt-paypal",
|
|
4486
|
+
"icon": "paypal.svg",
|
|
4487
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4488
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4489
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4490
|
+
"category": "Payment",
|
|
4491
|
+
"type": "3rd-party",
|
|
4492
|
+
"maintainers": [
|
|
4493
|
+
{
|
|
4494
|
+
"name": "Arash Sheyda",
|
|
4495
|
+
"github": "arashsheyda"
|
|
4496
|
+
}
|
|
4497
|
+
],
|
|
4498
|
+
"compatibility": {
|
|
4499
|
+
"nuxt": "^3.0.0",
|
|
4500
|
+
"requires": {}
|
|
4501
|
+
}
|
|
4502
|
+
},
|
|
3942
4503
|
{
|
|
3943
4504
|
"name": "pdfeasy",
|
|
3944
4505
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4060,7 +4621,7 @@
|
|
|
4060
4621
|
},
|
|
4061
4622
|
{
|
|
4062
4623
|
"name": "plausible",
|
|
4063
|
-
"description": "Nuxt
|
|
4624
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4064
4625
|
"repo": "nuxt-modules/plausible",
|
|
4065
4626
|
"npm": "@nuxtjs/plausible",
|
|
4066
4627
|
"icon": "",
|
|
@@ -4102,9 +4663,56 @@
|
|
|
4102
4663
|
"requires": {}
|
|
4103
4664
|
}
|
|
4104
4665
|
},
|
|
4666
|
+
{
|
|
4667
|
+
"name": "prepare",
|
|
4668
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4669
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4670
|
+
"npm": "nuxt-prepare",
|
|
4671
|
+
"icon": "prepare.svg",
|
|
4672
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4673
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4674
|
+
"learn_more": "",
|
|
4675
|
+
"category": "Devtools",
|
|
4676
|
+
"type": "3rd-party",
|
|
4677
|
+
"maintainers": [
|
|
4678
|
+
{
|
|
4679
|
+
"name": "Johann Schopplich",
|
|
4680
|
+
"github": "johannschopplich",
|
|
4681
|
+
"twitter": "jschopplich",
|
|
4682
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4683
|
+
}
|
|
4684
|
+
],
|
|
4685
|
+
"compatibility": {
|
|
4686
|
+
"nuxt": "^3.0.0",
|
|
4687
|
+
"requires": {}
|
|
4688
|
+
}
|
|
4689
|
+
},
|
|
4690
|
+
{
|
|
4691
|
+
"name": "primevue",
|
|
4692
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4693
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4694
|
+
"npm": "nuxt-primevue",
|
|
4695
|
+
"icon": "primevue.svg",
|
|
4696
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4697
|
+
"website": "https://primevue.org/",
|
|
4698
|
+
"learn_more": "https://primevue.org/",
|
|
4699
|
+
"category": "UI",
|
|
4700
|
+
"type": "3rd-party",
|
|
4701
|
+
"maintainers": [
|
|
4702
|
+
{
|
|
4703
|
+
"name": "primefaces",
|
|
4704
|
+
"github": "primefaces",
|
|
4705
|
+
"twitter": "primevue"
|
|
4706
|
+
}
|
|
4707
|
+
],
|
|
4708
|
+
"compatibility": {
|
|
4709
|
+
"nuxt": "^3.0.0",
|
|
4710
|
+
"requires": {}
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4105
4713
|
{
|
|
4106
4714
|
"name": "prismic",
|
|
4107
|
-
"description": "Easily connect your Nuxt
|
|
4715
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4108
4716
|
"repo": "nuxt-modules/prismic",
|
|
4109
4717
|
"npm": "@nuxtjs/prismic",
|
|
4110
4718
|
"icon": "prismic.png",
|
|
@@ -4171,7 +4779,7 @@
|
|
|
4171
4779
|
},
|
|
4172
4780
|
{
|
|
4173
4781
|
"name": "proxy",
|
|
4174
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4782
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4175
4783
|
"repo": "nuxt-community/proxy-module",
|
|
4176
4784
|
"npm": "@nuxtjs/proxy",
|
|
4177
4785
|
"icon": "",
|
|
@@ -4217,7 +4825,7 @@
|
|
|
4217
4825
|
},
|
|
4218
4826
|
{
|
|
4219
4827
|
"name": "purgecss",
|
|
4220
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4828
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4221
4829
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4222
4830
|
"npm": "nuxt-purgecss",
|
|
4223
4831
|
"icon": "purgecss.png",
|
|
@@ -4239,7 +4847,7 @@
|
|
|
4239
4847
|
},
|
|
4240
4848
|
{
|
|
4241
4849
|
"name": "pwa",
|
|
4242
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4850
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4243
4851
|
"repo": "nuxt-community/pwa-module",
|
|
4244
4852
|
"npm": "@nuxtjs/pwa",
|
|
4245
4853
|
"icon": "pwa.png",
|
|
@@ -4264,7 +4872,7 @@
|
|
|
4264
4872
|
},
|
|
4265
4873
|
{
|
|
4266
4874
|
"name": "python",
|
|
4267
|
-
"description": "Write Nuxt
|
|
4875
|
+
"description": "Write Nuxt applications using Python",
|
|
4268
4876
|
"repo": "nuxt-community/python-module",
|
|
4269
4877
|
"npm": "@nuxtjs/python",
|
|
4270
4878
|
"icon": "python.png",
|
|
@@ -4301,6 +4909,64 @@
|
|
|
4301
4909
|
"github": "Maiquu"
|
|
4302
4910
|
}
|
|
4303
4911
|
],
|
|
4912
|
+
"compatibility": {
|
|
4913
|
+
"nuxt": "^3.0.0",
|
|
4914
|
+
"requires": {},
|
|
4915
|
+
"devtools": "^0.0.0"
|
|
4916
|
+
}
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"name": "radash",
|
|
4920
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4921
|
+
"repo": "bbg/nuxt-radash",
|
|
4922
|
+
"npm": "nuxt-radash",
|
|
4923
|
+
"icon": "radash.png",
|
|
4924
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4925
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4926
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4927
|
+
"category": "Libraries",
|
|
4928
|
+
"type": "3rd-party",
|
|
4929
|
+
"maintainers": [
|
|
4930
|
+
{
|
|
4931
|
+
"name": "Batuhan Göksu",
|
|
4932
|
+
"github": "bbg"
|
|
4933
|
+
}
|
|
4934
|
+
],
|
|
4935
|
+
"compatibility": {
|
|
4936
|
+
"nuxt": "^3.0.0",
|
|
4937
|
+
"requires": {}
|
|
4938
|
+
}
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "radix-vue",
|
|
4942
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4943
|
+
"repo": "radix-vue/radix-vue",
|
|
4944
|
+
"npm": "radix-vue",
|
|
4945
|
+
"icon": "radix-vue.svg",
|
|
4946
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4947
|
+
"website": "https://www.radix-vue.com/",
|
|
4948
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4949
|
+
"category": "UI",
|
|
4950
|
+
"type": "3rd-party",
|
|
4951
|
+
"maintainers": [
|
|
4952
|
+
{
|
|
4953
|
+
"name": "Zernonia",
|
|
4954
|
+
"github": "zernonia",
|
|
4955
|
+
"twitter": "zernonia"
|
|
4956
|
+
},
|
|
4957
|
+
{
|
|
4958
|
+
"name": "Khairul Haaziq",
|
|
4959
|
+
"github": "khairulhaaziq"
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"name": "Mujahid Anuar",
|
|
4963
|
+
"github": "mujahidfa"
|
|
4964
|
+
},
|
|
4965
|
+
{
|
|
4966
|
+
"name": "Max",
|
|
4967
|
+
"github": "onmax"
|
|
4968
|
+
}
|
|
4969
|
+
],
|
|
4304
4970
|
"compatibility": {
|
|
4305
4971
|
"nuxt": "^3.0.0",
|
|
4306
4972
|
"requires": {}
|
|
@@ -4308,7 +4974,7 @@
|
|
|
4308
4974
|
},
|
|
4309
4975
|
{
|
|
4310
4976
|
"name": "recaptcha",
|
|
4311
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4977
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4312
4978
|
"repo": "nuxt-community/recaptcha-module",
|
|
4313
4979
|
"npm": "@nuxtjs/recaptcha",
|
|
4314
4980
|
"icon": "recaptcha.png",
|
|
@@ -4351,9 +5017,32 @@
|
|
|
4351
5017
|
"requires": {}
|
|
4352
5018
|
}
|
|
4353
5019
|
},
|
|
5020
|
+
{
|
|
5021
|
+
"name": "resend",
|
|
5022
|
+
"description": "Resend integration for Nuxt",
|
|
5023
|
+
"repo": "nhedger/nuxt-resend",
|
|
5024
|
+
"npm": "nuxt-resend",
|
|
5025
|
+
"icon": "resend.svg",
|
|
5026
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5027
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5028
|
+
"learn_more": "https://resend.com",
|
|
5029
|
+
"category": "Extensions",
|
|
5030
|
+
"type": "3rd-party",
|
|
5031
|
+
"maintainers": [
|
|
5032
|
+
{
|
|
5033
|
+
"name": "Nicolas Hedger",
|
|
5034
|
+
"github": "nhedger",
|
|
5035
|
+
"twitter": "nicolashedger"
|
|
5036
|
+
}
|
|
5037
|
+
],
|
|
5038
|
+
"compatibility": {
|
|
5039
|
+
"nuxt": "^3.0.0",
|
|
5040
|
+
"requires": {}
|
|
5041
|
+
}
|
|
5042
|
+
},
|
|
4354
5043
|
{
|
|
4355
5044
|
"name": "rfg-icon",
|
|
4356
|
-
"description": "Nuxt
|
|
5045
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4357
5046
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4358
5047
|
"npm": "nuxt-rfg-icon",
|
|
4359
5048
|
"icon": "real-favicon-generator.png",
|
|
@@ -4375,12 +5064,12 @@
|
|
|
4375
5064
|
},
|
|
4376
5065
|
{
|
|
4377
5066
|
"name": "robots",
|
|
4378
|
-
"description": "A Nuxt
|
|
4379
|
-
"repo": "nuxt-
|
|
5067
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5068
|
+
"repo": "nuxt-modules/robots",
|
|
4380
5069
|
"npm": "@nuxtjs/robots",
|
|
4381
5070
|
"icon": "robots.png",
|
|
4382
|
-
"github": "https://github.com/nuxt-
|
|
4383
|
-
"website": "https://github.com/nuxt-
|
|
5071
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5072
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4384
5073
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4385
5074
|
"category": "SEO",
|
|
4386
5075
|
"type": "community",
|
|
@@ -4399,7 +5088,7 @@
|
|
|
4399
5088
|
},
|
|
4400
5089
|
{
|
|
4401
5090
|
"name": "rollbar",
|
|
4402
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
5091
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4403
5092
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4404
5093
|
"npm": "nuxt-rollbar-module",
|
|
4405
5094
|
"icon": "rollbar.png",
|
|
@@ -4444,7 +5133,7 @@
|
|
|
4444
5133
|
},
|
|
4445
5134
|
{
|
|
4446
5135
|
"name": "router",
|
|
4447
|
-
"description": "Nuxt
|
|
5136
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4448
5137
|
"repo": "nuxt-community/router-module",
|
|
4449
5138
|
"npm": "@nuxtjs/router",
|
|
4450
5139
|
"icon": "vue.png",
|
|
@@ -4492,13 +5181,13 @@
|
|
|
4492
5181
|
},
|
|
4493
5182
|
{
|
|
4494
5183
|
"name": "schema-org",
|
|
4495
|
-
"description": "Schema.org for Nuxt
|
|
4496
|
-
"repo": "
|
|
5184
|
+
"description": "Schema.org for Nuxt.",
|
|
5185
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4497
5186
|
"npm": "nuxt-schema-org",
|
|
4498
5187
|
"icon": "schema-org.svg",
|
|
4499
|
-
"github": "https://github.com/
|
|
4500
|
-
"website": "https://
|
|
4501
|
-
"learn_more": "https://
|
|
5188
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5189
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5190
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4502
5191
|
"category": "SEO",
|
|
4503
5192
|
"type": "3rd-party",
|
|
4504
5193
|
"maintainers": [
|
|
@@ -4561,7 +5250,7 @@
|
|
|
4561
5250
|
},
|
|
4562
5251
|
{
|
|
4563
5252
|
"name": "segment",
|
|
4564
|
-
"description": "Nuxt
|
|
5253
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4565
5254
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4566
5255
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4567
5256
|
"icon": "segment.png",
|
|
@@ -4583,10 +5272,10 @@
|
|
|
4583
5272
|
},
|
|
4584
5273
|
{
|
|
4585
5274
|
"name": "sentry",
|
|
4586
|
-
"description": "Sentry module for Nuxt
|
|
5275
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4587
5276
|
"repo": "nuxt-community/sentry-module",
|
|
4588
5277
|
"npm": "@nuxtjs/sentry",
|
|
4589
|
-
"icon": "sentry.
|
|
5278
|
+
"icon": "sentry.svg",
|
|
4590
5279
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4591
5280
|
"website": "https://sentry.nuxtjs.org/",
|
|
4592
5281
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4603,14 +5292,38 @@
|
|
|
4603
5292
|
"requires": {}
|
|
4604
5293
|
}
|
|
4605
5294
|
},
|
|
5295
|
+
{
|
|
5296
|
+
"name": "seo-experiments",
|
|
5297
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5298
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5299
|
+
"npm": "nuxt-seo-experiments",
|
|
5300
|
+
"icon": "seo-experiments.svg",
|
|
5301
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5302
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5303
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5304
|
+
"category": "SEO",
|
|
5305
|
+
"type": "3rd-party",
|
|
5306
|
+
"maintainers": [
|
|
5307
|
+
{
|
|
5308
|
+
"name": "Harlan Wilton",
|
|
5309
|
+
"github": "harlan-zw",
|
|
5310
|
+
"twitter": "harlan_zw",
|
|
5311
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5312
|
+
}
|
|
5313
|
+
],
|
|
5314
|
+
"compatibility": {
|
|
5315
|
+
"nuxt": "^3.0.0",
|
|
5316
|
+
"requires": {}
|
|
5317
|
+
}
|
|
5318
|
+
},
|
|
4606
5319
|
{
|
|
4607
5320
|
"name": "seo-kit",
|
|
4608
|
-
"description": "
|
|
5321
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4609
5322
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4610
5323
|
"npm": "nuxt-seo-kit",
|
|
4611
5324
|
"icon": "seo-kit.svg",
|
|
4612
5325
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4613
|
-
"website": "https://
|
|
5326
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4614
5327
|
"learn_more": "",
|
|
4615
5328
|
"category": "SEO",
|
|
4616
5329
|
"type": "3rd-party",
|
|
@@ -4650,7 +5363,7 @@
|
|
|
4650
5363
|
},
|
|
4651
5364
|
{
|
|
4652
5365
|
"name": "seomatic-meta",
|
|
4653
|
-
"description": "A Nuxt
|
|
5366
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4654
5367
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4655
5368
|
"npm": "nuxt-seomatic-meta",
|
|
4656
5369
|
"icon": "seomatic.png",
|
|
@@ -4741,7 +5454,7 @@
|
|
|
4741
5454
|
},
|
|
4742
5455
|
{
|
|
4743
5456
|
"name": "shopify",
|
|
4744
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5457
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4745
5458
|
"repo": "Gomah/nuxt-shopify",
|
|
4746
5459
|
"npm": "nuxt-shopify",
|
|
4747
5460
|
"icon": "shopify.png",
|
|
@@ -4762,7 +5475,7 @@
|
|
|
4762
5475
|
}
|
|
4763
5476
|
},
|
|
4764
5477
|
{
|
|
4765
|
-
"name": "
|
|
5478
|
+
"name": "sidebase-auth",
|
|
4766
5479
|
"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.",
|
|
4767
5480
|
"repo": "sidebase/nuxt-auth",
|
|
4768
5481
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4808,13 +5521,13 @@
|
|
|
4808
5521
|
},
|
|
4809
5522
|
{
|
|
4810
5523
|
"name": "simple-robots",
|
|
4811
|
-
"description": "
|
|
5524
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4812
5525
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4813
5526
|
"npm": "nuxt-simple-robots",
|
|
4814
|
-
"icon": "",
|
|
5527
|
+
"icon": "simple-robots.svg",
|
|
4815
5528
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4816
|
-
"website": "https://
|
|
4817
|
-
"learn_more": "",
|
|
5529
|
+
"website": "https://nuxtseo.com/robots",
|
|
5530
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4818
5531
|
"category": "SEO",
|
|
4819
5532
|
"type": "3rd-party",
|
|
4820
5533
|
"maintainers": [
|
|
@@ -4832,13 +5545,13 @@
|
|
|
4832
5545
|
},
|
|
4833
5546
|
{
|
|
4834
5547
|
"name": "simple-sitemap",
|
|
4835
|
-
"description": "
|
|
5548
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4836
5549
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4837
5550
|
"npm": "nuxt-simple-sitemap",
|
|
4838
|
-
"icon": "",
|
|
5551
|
+
"icon": "simple-sitemap.svg",
|
|
4839
5552
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4840
|
-
"website": "https://
|
|
4841
|
-
"learn_more": "",
|
|
5553
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5554
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4842
5555
|
"category": "SEO",
|
|
4843
5556
|
"type": "3rd-party",
|
|
4844
5557
|
"maintainers": [
|
|
@@ -4856,7 +5569,7 @@
|
|
|
4856
5569
|
},
|
|
4857
5570
|
{
|
|
4858
5571
|
"name": "sitemap",
|
|
4859
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5572
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4860
5573
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4861
5574
|
"npm": "@nuxtjs/sitemap",
|
|
4862
5575
|
"icon": "",
|
|
@@ -4901,7 +5614,7 @@
|
|
|
4901
5614
|
},
|
|
4902
5615
|
{
|
|
4903
5616
|
"name": "snipcart",
|
|
4904
|
-
"description": "Snipcart integration module for Nuxt
|
|
5617
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4905
5618
|
"repo": "nuxt-modules/snipcart",
|
|
4906
5619
|
"npm": "@nuxtjs/snipcart",
|
|
4907
5620
|
"icon": "snipcart.png",
|
|
@@ -4924,7 +5637,7 @@
|
|
|
4924
5637
|
},
|
|
4925
5638
|
{
|
|
4926
5639
|
"name": "social-meta",
|
|
4927
|
-
"description": "Nuxt
|
|
5640
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4928
5641
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4929
5642
|
"npm": "nuxt-social-meta",
|
|
4930
5643
|
"icon": "",
|
|
@@ -5046,7 +5759,7 @@
|
|
|
5046
5759
|
},
|
|
5047
5760
|
{
|
|
5048
5761
|
"name": "storage",
|
|
5049
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5762
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5050
5763
|
"repo": "mazipan/nuxt-storage",
|
|
5051
5764
|
"npm": "nuxt-storage",
|
|
5052
5765
|
"icon": "",
|
|
@@ -5068,7 +5781,7 @@
|
|
|
5068
5781
|
},
|
|
5069
5782
|
{
|
|
5070
5783
|
"name": "storefront-ui",
|
|
5071
|
-
"description": "Storefront UI Module for Nuxt
|
|
5784
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5072
5785
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5073
5786
|
"npm": "@storefront-ui/nuxt",
|
|
5074
5787
|
"icon": "storefront-ui.svg",
|
|
@@ -5112,7 +5825,7 @@
|
|
|
5112
5825
|
},
|
|
5113
5826
|
{
|
|
5114
5827
|
"name": "storyblok",
|
|
5115
|
-
"description": "Storyblok Nuxt
|
|
5828
|
+
"description": "Storyblok Nuxt module",
|
|
5116
5829
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5117
5830
|
"npm": "@storyblok/nuxt",
|
|
5118
5831
|
"icon": "storyblok.png",
|
|
@@ -5129,46 +5842,43 @@
|
|
|
5129
5842
|
],
|
|
5130
5843
|
"compatibility": {
|
|
5131
5844
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5132
|
-
"requires": {}
|
|
5845
|
+
"requires": {},
|
|
5846
|
+
"devtools": "^0.0.0"
|
|
5133
5847
|
}
|
|
5134
5848
|
},
|
|
5135
5849
|
{
|
|
5136
5850
|
"name": "storybook",
|
|
5137
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5138
|
-
"repo": "nuxt-
|
|
5851
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5852
|
+
"repo": "nuxt-modules/storybook",
|
|
5139
5853
|
"npm": "@nuxtjs/storybook",
|
|
5140
5854
|
"icon": "storybook.png",
|
|
5141
|
-
"github": "https://github.com/nuxt-
|
|
5855
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5142
5856
|
"website": "https://storybook.nuxtjs.org",
|
|
5143
|
-
"learn_more": "https://
|
|
5857
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5144
5858
|
"category": "Devtools",
|
|
5145
5859
|
"type": "community",
|
|
5146
5860
|
"maintainers": [
|
|
5147
5861
|
{
|
|
5148
|
-
"name": "
|
|
5149
|
-
"github": "
|
|
5150
|
-
"twitter": "
|
|
5151
|
-
},
|
|
5152
|
-
{
|
|
5153
|
-
"name": "Pooya Parsa",
|
|
5154
|
-
"github": "pi0",
|
|
5155
|
-
"twitter": "_pi0_"
|
|
5862
|
+
"name": "Chakir QATAB",
|
|
5863
|
+
"github": "chakAs3",
|
|
5864
|
+
"twitter": "ChakirQatab"
|
|
5156
5865
|
}
|
|
5157
5866
|
],
|
|
5158
5867
|
"compatibility": {
|
|
5159
|
-
"nuxt": "^2.0.0",
|
|
5868
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5160
5869
|
"requires": {
|
|
5161
5870
|
"bridge": "optional"
|
|
5162
|
-
}
|
|
5871
|
+
},
|
|
5872
|
+
"devtools": "^0.7.2"
|
|
5163
5873
|
}
|
|
5164
5874
|
},
|
|
5165
5875
|
{
|
|
5166
5876
|
"name": "strapi",
|
|
5167
5877
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5168
|
-
"repo": "nuxt-
|
|
5878
|
+
"repo": "nuxt-modules/strapi",
|
|
5169
5879
|
"npm": "@nuxtjs/strapi",
|
|
5170
5880
|
"icon": "strapi.png",
|
|
5171
|
-
"github": "https://github.com/nuxt-
|
|
5881
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5172
5882
|
"website": "https://strapi.nuxtjs.org",
|
|
5173
5883
|
"learn_more": "https://strapi.io/",
|
|
5174
5884
|
"category": "CMS",
|
|
@@ -5189,7 +5899,8 @@
|
|
|
5189
5899
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5190
5900
|
"requires": {
|
|
5191
5901
|
"bridge": true
|
|
5192
|
-
}
|
|
5902
|
+
},
|
|
5903
|
+
"devtools": "^0.0.0"
|
|
5193
5904
|
}
|
|
5194
5905
|
},
|
|
5195
5906
|
{
|
|
@@ -5240,6 +5951,36 @@
|
|
|
5240
5951
|
"requires": {}
|
|
5241
5952
|
}
|
|
5242
5953
|
},
|
|
5954
|
+
{
|
|
5955
|
+
"name": "studio",
|
|
5956
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5957
|
+
"repo": "nuxtlabs/studio-module",
|
|
5958
|
+
"npm": "@nuxthq/studio",
|
|
5959
|
+
"icon": "studio.svg",
|
|
5960
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5961
|
+
"website": "https://nuxt.studio",
|
|
5962
|
+
"learn_more": "https://nuxt.studio",
|
|
5963
|
+
"category": "CMS",
|
|
5964
|
+
"type": "3rd-party",
|
|
5965
|
+
"maintainers": [
|
|
5966
|
+
{
|
|
5967
|
+
"name": "Ahad Birang",
|
|
5968
|
+
"github": "farnabaz",
|
|
5969
|
+
"twitter": "a_birang"
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"name": "Sébastien Chopin",
|
|
5973
|
+
"github": "Atinux",
|
|
5974
|
+
"twitter": "Atinux"
|
|
5975
|
+
}
|
|
5976
|
+
],
|
|
5977
|
+
"compatibility": {
|
|
5978
|
+
"nuxt": "^3.0.0",
|
|
5979
|
+
"requires": {
|
|
5980
|
+
"content": true
|
|
5981
|
+
}
|
|
5982
|
+
}
|
|
5983
|
+
},
|
|
5243
5984
|
{
|
|
5244
5985
|
"name": "style-resources",
|
|
5245
5986
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5265,7 +6006,7 @@
|
|
|
5265
6006
|
},
|
|
5266
6007
|
{
|
|
5267
6008
|
"name": "stylelint",
|
|
5268
|
-
"description": "Stylelint module for Nuxt.
|
|
6009
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5269
6010
|
"repo": "nuxt-community/stylelint-module",
|
|
5270
6011
|
"npm": "@nuxtjs/stylelint-module",
|
|
5271
6012
|
"icon": "stylelint.png",
|
|
@@ -5311,10 +6052,10 @@
|
|
|
5311
6052
|
{
|
|
5312
6053
|
"name": "supabase",
|
|
5313
6054
|
"description": "First class integration with Supabase",
|
|
5314
|
-
"repo": "nuxt-
|
|
6055
|
+
"repo": "nuxt-modules/supabase",
|
|
5315
6056
|
"npm": "@nuxtjs/supabase",
|
|
5316
6057
|
"icon": "supabase.png",
|
|
5317
|
-
"github": "https://github.com/nuxt-
|
|
6058
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5318
6059
|
"website": "https://supabase.nuxtjs.org",
|
|
5319
6060
|
"learn_more": "https://supabase.com",
|
|
5320
6061
|
"category": "Database",
|
|
@@ -5365,12 +6106,12 @@
|
|
|
5365
6106
|
},
|
|
5366
6107
|
{
|
|
5367
6108
|
"name": "svg-sprite",
|
|
5368
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5369
|
-
"repo": "nuxt-
|
|
6109
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6110
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5370
6111
|
"npm": "@nuxtjs/svg-sprite",
|
|
5371
6112
|
"icon": "",
|
|
5372
|
-
"github": "https://github.com/nuxt-
|
|
5373
|
-
"website": "https://github.com/nuxt-
|
|
6113
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6114
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5374
6115
|
"learn_more": "",
|
|
5375
6116
|
"category": "UI",
|
|
5376
6117
|
"type": "community",
|
|
@@ -5382,13 +6123,13 @@
|
|
|
5382
6123
|
}
|
|
5383
6124
|
],
|
|
5384
6125
|
"compatibility": {
|
|
5385
|
-
"nuxt": "^2.0.0",
|
|
6126
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5386
6127
|
"requires": {}
|
|
5387
6128
|
}
|
|
5388
6129
|
},
|
|
5389
6130
|
{
|
|
5390
6131
|
"name": "svg",
|
|
5391
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6132
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5392
6133
|
"repo": "nuxt-community/svg-module",
|
|
5393
6134
|
"npm": "@nuxtjs/svg",
|
|
5394
6135
|
"icon": "",
|
|
@@ -5432,7 +6173,7 @@
|
|
|
5432
6173
|
},
|
|
5433
6174
|
{
|
|
5434
6175
|
"name": "swiper",
|
|
5435
|
-
"description": "Nuxt
|
|
6176
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5436
6177
|
"repo": "cpreston321/nuxt-swiper",
|
|
5437
6178
|
"npm": "nuxt-swiper",
|
|
5438
6179
|
"icon": "swiper.svg",
|
|
@@ -5478,10 +6219,10 @@
|
|
|
5478
6219
|
{
|
|
5479
6220
|
"name": "tailwindcss",
|
|
5480
6221
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5481
|
-
"repo": "nuxt-
|
|
6222
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5482
6223
|
"npm": "@nuxtjs/tailwindcss",
|
|
5483
6224
|
"icon": "tailwindcss.png",
|
|
5484
|
-
"github": "https://github.com/nuxt-
|
|
6225
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5485
6226
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5486
6227
|
"learn_more": "https://tailwindcss.com/",
|
|
5487
6228
|
"category": "UI",
|
|
@@ -5491,11 +6232,16 @@
|
|
|
5491
6232
|
"name": "Sébastien Chopin",
|
|
5492
6233
|
"github": "Atinux",
|
|
5493
6234
|
"twitter": "Atinux"
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"name": "Inesh Bose",
|
|
6238
|
+
"github": "ineshbose"
|
|
5494
6239
|
}
|
|
5495
6240
|
],
|
|
5496
6241
|
"compatibility": {
|
|
5497
6242
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5498
|
-
"requires": {}
|
|
6243
|
+
"requires": {},
|
|
6244
|
+
"devtools": "^0.0.0"
|
|
5499
6245
|
}
|
|
5500
6246
|
},
|
|
5501
6247
|
{
|
|
@@ -5545,7 +6291,7 @@
|
|
|
5545
6291
|
},
|
|
5546
6292
|
{
|
|
5547
6293
|
"name": "toast",
|
|
5548
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6294
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5549
6295
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5550
6296
|
"npm": "@nuxtjs/toast",
|
|
5551
6297
|
"icon": "",
|
|
@@ -5626,7 +6372,7 @@
|
|
|
5626
6372
|
},
|
|
5627
6373
|
{
|
|
5628
6374
|
"name": "twa",
|
|
5629
|
-
"description": "Nuxt
|
|
6375
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5630
6376
|
"repo": "tuarrep/nuxt-twa",
|
|
5631
6377
|
"npm": "nuxt-twa",
|
|
5632
6378
|
"icon": "",
|
|
@@ -5814,6 +6560,63 @@
|
|
|
5814
6560
|
"requires": {}
|
|
5815
6561
|
}
|
|
5816
6562
|
},
|
|
6563
|
+
{
|
|
6564
|
+
"name": "typo3",
|
|
6565
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6566
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6567
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6568
|
+
"icon": "typo3.svg",
|
|
6569
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6570
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6571
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6572
|
+
"category": "CMS",
|
|
6573
|
+
"type": "3rd-party",
|
|
6574
|
+
"maintainers": [
|
|
6575
|
+
{
|
|
6576
|
+
"name": "Macopedia",
|
|
6577
|
+
"github": "macopedia",
|
|
6578
|
+
"twitter": "macopediapl"
|
|
6579
|
+
}
|
|
6580
|
+
],
|
|
6581
|
+
"compatibility": {
|
|
6582
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6583
|
+
"requires": {},
|
|
6584
|
+
"devtools": "^0.0.0"
|
|
6585
|
+
}
|
|
6586
|
+
},
|
|
6587
|
+
{
|
|
6588
|
+
"name": "ui",
|
|
6589
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6590
|
+
"repo": "nuxt/ui#dev",
|
|
6591
|
+
"npm": "@nuxt/ui",
|
|
6592
|
+
"icon": "nuxt.svg",
|
|
6593
|
+
"github": "https://github.com/nuxt/ui",
|
|
6594
|
+
"website": "https://ui.nuxt.com",
|
|
6595
|
+
"learn_more": "",
|
|
6596
|
+
"category": "UI",
|
|
6597
|
+
"type": "official",
|
|
6598
|
+
"maintainers": [
|
|
6599
|
+
{
|
|
6600
|
+
"name": "Benjamin Canac",
|
|
6601
|
+
"github": "benjamincanac",
|
|
6602
|
+
"twitter": "benjamincanac"
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"name": "Sebastien Chopin",
|
|
6606
|
+
"github": "Atinux",
|
|
6607
|
+
"twitter": "Atinux"
|
|
6608
|
+
},
|
|
6609
|
+
{
|
|
6610
|
+
"name": "Sylvain Marroufin",
|
|
6611
|
+
"github": "smarroufin",
|
|
6612
|
+
"twitter": "smarroufin"
|
|
6613
|
+
}
|
|
6614
|
+
],
|
|
6615
|
+
"compatibility": {
|
|
6616
|
+
"nuxt": "^3.0.0",
|
|
6617
|
+
"requires": {}
|
|
6618
|
+
}
|
|
6619
|
+
},
|
|
5817
6620
|
{
|
|
5818
6621
|
"name": "umami",
|
|
5819
6622
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5862,7 +6665,7 @@
|
|
|
5862
6665
|
},
|
|
5863
6666
|
{
|
|
5864
6667
|
"name": "universal-storage",
|
|
5865
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6668
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5866
6669
|
"repo": "nuxt-community/universal-storage-module",
|
|
5867
6670
|
"npm": "@nuxtjs/universal-storage",
|
|
5868
6671
|
"icon": "",
|
|
@@ -5939,12 +6742,12 @@
|
|
|
5939
6742
|
{
|
|
5940
6743
|
"name": "unocss",
|
|
5941
6744
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5942
|
-
"repo": "
|
|
6745
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5943
6746
|
"npm": "@unocss/nuxt",
|
|
5944
6747
|
"icon": "unocss.svg",
|
|
5945
|
-
"github": "https://github.com/
|
|
5946
|
-
"website": "https://github.com/
|
|
5947
|
-
"learn_more": "https://github.com/
|
|
6748
|
+
"github": "https://github.com/unocss/unocss",
|
|
6749
|
+
"website": "https://github.com/unocss/unocss",
|
|
6750
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5948
6751
|
"category": "UI",
|
|
5949
6752
|
"type": "3rd-party",
|
|
5950
6753
|
"maintainers": [
|
|
@@ -5959,7 +6762,8 @@
|
|
|
5959
6762
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5960
6763
|
"requires": {
|
|
5961
6764
|
"bridge": "optional"
|
|
5962
|
-
}
|
|
6765
|
+
},
|
|
6766
|
+
"devtools": "^0.0.0"
|
|
5963
6767
|
}
|
|
5964
6768
|
},
|
|
5965
6769
|
{
|
|
@@ -5985,9 +6789,33 @@
|
|
|
5985
6789
|
"requires": {}
|
|
5986
6790
|
}
|
|
5987
6791
|
},
|
|
6792
|
+
{
|
|
6793
|
+
"name": "use-wagmi",
|
|
6794
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6795
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6796
|
+
"npm": "@use-wagmi/nuxt",
|
|
6797
|
+
"icon": "use-wagmi.png",
|
|
6798
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6799
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6800
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6801
|
+
"category": "Extensions",
|
|
6802
|
+
"type": "3rd-party",
|
|
6803
|
+
"maintainers": [
|
|
6804
|
+
{
|
|
6805
|
+
"name": "Unic Ape",
|
|
6806
|
+
"github": "unicape"
|
|
6807
|
+
}
|
|
6808
|
+
],
|
|
6809
|
+
"compatibility": {
|
|
6810
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6811
|
+
"requires": {
|
|
6812
|
+
"bridge": true
|
|
6813
|
+
}
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
5988
6816
|
{
|
|
5989
6817
|
"name": "user-agent",
|
|
5990
|
-
"description": "Nuxt
|
|
6818
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5991
6819
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5992
6820
|
"npm": "nuxt-user-agent",
|
|
5993
6821
|
"icon": "",
|
|
@@ -6077,9 +6905,31 @@
|
|
|
6077
6905
|
}
|
|
6078
6906
|
}
|
|
6079
6907
|
},
|
|
6908
|
+
{
|
|
6909
|
+
"name": "vcalendar",
|
|
6910
|
+
"description": "VCalendar module for Nuxt",
|
|
6911
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6912
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6913
|
+
"icon": "vcalendar.png",
|
|
6914
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6915
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6916
|
+
"learn_more": "",
|
|
6917
|
+
"category": "Libraries",
|
|
6918
|
+
"type": "3rd-party",
|
|
6919
|
+
"maintainers": [
|
|
6920
|
+
{
|
|
6921
|
+
"name": "Sam K",
|
|
6922
|
+
"github": "samk-dev"
|
|
6923
|
+
}
|
|
6924
|
+
],
|
|
6925
|
+
"compatibility": {
|
|
6926
|
+
"nuxt": "^3.0.0",
|
|
6927
|
+
"requires": {}
|
|
6928
|
+
}
|
|
6929
|
+
},
|
|
6080
6930
|
{
|
|
6081
6931
|
"name": "vee-validate",
|
|
6082
|
-
"description": "Painless Vue forms for Nuxt
|
|
6932
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6083
6933
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6084
6934
|
"npm": "@vee-validate/nuxt",
|
|
6085
6935
|
"icon": "vee-validate.png",
|
|
@@ -6169,7 +7019,7 @@
|
|
|
6169
7019
|
},
|
|
6170
7020
|
{
|
|
6171
7021
|
"name": "vite-pwa-nuxt",
|
|
6172
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7022
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6173
7023
|
"repo": "vite-pwa/nuxt",
|
|
6174
7024
|
"npm": "@vite-pwa/nuxt",
|
|
6175
7025
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6218,18 +7068,19 @@
|
|
|
6218
7068
|
],
|
|
6219
7069
|
"compatibility": {
|
|
6220
7070
|
"nuxt": "^3.0.0",
|
|
6221
|
-
"requires": {}
|
|
7071
|
+
"requires": {},
|
|
7072
|
+
"devtools": "^0.0.0"
|
|
6222
7073
|
}
|
|
6223
7074
|
},
|
|
6224
7075
|
{
|
|
6225
7076
|
"name": "vue-email",
|
|
6226
|
-
"description": "Write email templates with vue",
|
|
7077
|
+
"description": "💌 Write email templates with vue",
|
|
6227
7078
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6228
7079
|
"npm": "vue-email",
|
|
6229
7080
|
"icon": "vue-email.svg",
|
|
6230
|
-
"github": "https://github.com/Dave136/vue-email
|
|
6231
|
-
"website": "https://
|
|
6232
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
7081
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
7082
|
+
"website": "https://www.vuemail.net/",
|
|
7083
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6233
7084
|
"category": "UI",
|
|
6234
7085
|
"type": "3rd-party",
|
|
6235
7086
|
"maintainers": [
|
|
@@ -6246,6 +7097,30 @@
|
|
|
6246
7097
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6247
7098
|
}
|
|
6248
7099
|
],
|
|
7100
|
+
"compatibility": {
|
|
7101
|
+
"nuxt": "^3.0.0",
|
|
7102
|
+
"requires": {},
|
|
7103
|
+
"devtools": "^0.0.0"
|
|
7104
|
+
}
|
|
7105
|
+
},
|
|
7106
|
+
{
|
|
7107
|
+
"name": "vue-final-modal",
|
|
7108
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7109
|
+
"repo": "vue-final/vue-final-modal",
|
|
7110
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7111
|
+
"icon": "vue-final-modal.svg",
|
|
7112
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7113
|
+
"website": "https://vue-final-modal.org/",
|
|
7114
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7115
|
+
"category": "UI",
|
|
7116
|
+
"type": "3rd-party",
|
|
7117
|
+
"maintainers": [
|
|
7118
|
+
{
|
|
7119
|
+
"name": "Hunter Liu",
|
|
7120
|
+
"github": "hunterliu1003",
|
|
7121
|
+
"twitter": "hunterliu1003"
|
|
7122
|
+
}
|
|
7123
|
+
],
|
|
6249
7124
|
"compatibility": {
|
|
6250
7125
|
"nuxt": "^3.0.0",
|
|
6251
7126
|
"requires": {}
|
|
@@ -6273,7 +7148,8 @@
|
|
|
6273
7148
|
"nuxt": "^3.0.0",
|
|
6274
7149
|
"requires": {
|
|
6275
7150
|
"bridge": "optional"
|
|
6276
|
-
}
|
|
7151
|
+
},
|
|
7152
|
+
"devtools": "^0.0.0"
|
|
6277
7153
|
}
|
|
6278
7154
|
},
|
|
6279
7155
|
{
|
|
@@ -6300,7 +7176,7 @@
|
|
|
6300
7176
|
},
|
|
6301
7177
|
{
|
|
6302
7178
|
"name": "vue-multiselect",
|
|
6303
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7179
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6304
7180
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6305
7181
|
"npm": "nuxt-vue-multiselect",
|
|
6306
7182
|
"icon": "",
|
|
@@ -6345,7 +7221,7 @@
|
|
|
6345
7221
|
{
|
|
6346
7222
|
"name": "vue-query",
|
|
6347
7223
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6348
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
7224
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6349
7225
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6350
7226
|
"icon": "vue-query.svg",
|
|
6351
7227
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6414,7 +7290,7 @@
|
|
|
6414
7290
|
},
|
|
6415
7291
|
{
|
|
6416
7292
|
"name": "vue-warehouse",
|
|
6417
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7293
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6418
7294
|
"repo": "juliomrqz/vue-warehouse",
|
|
6419
7295
|
"npm": "vue-warehouse",
|
|
6420
7296
|
"icon": "",
|
|
@@ -6435,6 +7311,29 @@
|
|
|
6435
7311
|
"requires": {}
|
|
6436
7312
|
}
|
|
6437
7313
|
},
|
|
7314
|
+
{
|
|
7315
|
+
"name": "vue3-carousel-nuxt",
|
|
7316
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7317
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7318
|
+
"npm": "vue3-carousel-nuxt",
|
|
7319
|
+
"icon": "",
|
|
7320
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7321
|
+
"website": "",
|
|
7322
|
+
"learn_more": "",
|
|
7323
|
+
"category": "UI",
|
|
7324
|
+
"type": "3rd-party",
|
|
7325
|
+
"maintainers": [
|
|
7326
|
+
{
|
|
7327
|
+
"name": "Gaetan SENN",
|
|
7328
|
+
"github": "gaetansenn",
|
|
7329
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7330
|
+
}
|
|
7331
|
+
],
|
|
7332
|
+
"compatibility": {
|
|
7333
|
+
"nuxt": "^3.0.0",
|
|
7334
|
+
"requires": {}
|
|
7335
|
+
}
|
|
7336
|
+
},
|
|
6438
7337
|
{
|
|
6439
7338
|
"name": "vuefire",
|
|
6440
7339
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6457,9 +7356,55 @@
|
|
|
6457
7356
|
"requires": {}
|
|
6458
7357
|
}
|
|
6459
7358
|
},
|
|
7359
|
+
{
|
|
7360
|
+
"name": "vueform-builder",
|
|
7361
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7362
|
+
"repo": "vueform/builder/nuxt",
|
|
7363
|
+
"npm": "@vueform/builder-nuxt",
|
|
7364
|
+
"icon": "vueform.svg",
|
|
7365
|
+
"github": "https://github.com/vueform/builder",
|
|
7366
|
+
"website": "https://builder.vueform.com",
|
|
7367
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7368
|
+
"category": "Libraries",
|
|
7369
|
+
"type": "3rd-party",
|
|
7370
|
+
"maintainers": [
|
|
7371
|
+
{
|
|
7372
|
+
"name": "Adam Berecz",
|
|
7373
|
+
"github": "adamberecz",
|
|
7374
|
+
"twitter": "bereczadam"
|
|
7375
|
+
}
|
|
7376
|
+
],
|
|
7377
|
+
"compatibility": {
|
|
7378
|
+
"nuxt": "^3.0.0",
|
|
7379
|
+
"requires": {}
|
|
7380
|
+
}
|
|
7381
|
+
},
|
|
7382
|
+
{
|
|
7383
|
+
"name": "vueform",
|
|
7384
|
+
"description": "Official Vueform module for Nuxt",
|
|
7385
|
+
"repo": "vueform/vueform/nuxt",
|
|
7386
|
+
"npm": "@vueform/nuxt",
|
|
7387
|
+
"icon": "vueform.svg",
|
|
7388
|
+
"github": "https://github.com/vueform/vueform",
|
|
7389
|
+
"website": "https://vueform.com",
|
|
7390
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7391
|
+
"category": "Libraries",
|
|
7392
|
+
"type": "3rd-party",
|
|
7393
|
+
"maintainers": [
|
|
7394
|
+
{
|
|
7395
|
+
"name": "Adam Berecz",
|
|
7396
|
+
"github": "adamberecz",
|
|
7397
|
+
"twitter": "bereczadam"
|
|
7398
|
+
}
|
|
7399
|
+
],
|
|
7400
|
+
"compatibility": {
|
|
7401
|
+
"nuxt": "^3.0.0",
|
|
7402
|
+
"requires": {}
|
|
7403
|
+
}
|
|
7404
|
+
},
|
|
6460
7405
|
{
|
|
6461
7406
|
"name": "vuestic",
|
|
6462
|
-
"description": "Vuestic UI module for Nuxt
|
|
7407
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6463
7408
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6464
7409
|
"npm": "@vuestic/nuxt",
|
|
6465
7410
|
"icon": "vuestic.png",
|
|
@@ -6487,7 +7432,7 @@
|
|
|
6487
7432
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6488
7433
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6489
7434
|
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6490
|
-
"learn_more": "https://
|
|
7435
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
6491
7436
|
"category": "UI",
|
|
6492
7437
|
"type": "3rd-party",
|
|
6493
7438
|
"maintainers": [
|
|
@@ -6503,7 +7448,7 @@
|
|
|
6503
7448
|
},
|
|
6504
7449
|
{
|
|
6505
7450
|
"name": "vuetify",
|
|
6506
|
-
"description": "Vuetify Module for Nuxt
|
|
7451
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6507
7452
|
"repo": "nuxt-community/vuetify-module",
|
|
6508
7453
|
"npm": "@nuxtjs/vuetify",
|
|
6509
7454
|
"icon": "vuetify.png",
|
|
@@ -6550,7 +7495,8 @@
|
|
|
6550
7495
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6551
7496
|
"requires": {
|
|
6552
7497
|
"bridge": "optional"
|
|
6553
|
-
}
|
|
7498
|
+
},
|
|
7499
|
+
"devtools": "^0.0.0"
|
|
6554
7500
|
}
|
|
6555
7501
|
},
|
|
6556
7502
|
{
|
|
@@ -6577,7 +7523,7 @@
|
|
|
6577
7523
|
},
|
|
6578
7524
|
{
|
|
6579
7525
|
"name": "vunix",
|
|
6580
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7526
|
+
"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.",
|
|
6581
7527
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6582
7528
|
"npm": "@vunix/nuxt",
|
|
6583
7529
|
"icon": "",
|
|
@@ -6601,11 +7547,11 @@
|
|
|
6601
7547
|
{
|
|
6602
7548
|
"name": "web-vitals",
|
|
6603
7549
|
"description": "Web Vitals for Nuxt",
|
|
6604
|
-
"repo": "nuxt-
|
|
7550
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6605
7551
|
"npm": "@nuxtjs/web-vitals",
|
|
6606
7552
|
"icon": "web-vitals.png",
|
|
6607
|
-
"github": "https://github.com/nuxt-
|
|
6608
|
-
"website": "https://github.com/nuxt-
|
|
7553
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7554
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6609
7555
|
"learn_more": "",
|
|
6610
7556
|
"category": "Performance",
|
|
6611
7557
|
"type": "community",
|
|
@@ -6656,7 +7602,7 @@
|
|
|
6656
7602
|
},
|
|
6657
7603
|
{
|
|
6658
7604
|
"name": "webpack-optimisations",
|
|
6659
|
-
"description": "Nuxt
|
|
7605
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6660
7606
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6661
7607
|
"npm": "nuxt-webpack-optimisations",
|
|
6662
7608
|
"icon": "build-optimisations.svg",
|
|
@@ -6748,7 +7694,7 @@
|
|
|
6748
7694
|
},
|
|
6749
7695
|
{
|
|
6750
7696
|
"name": "well-known",
|
|
6751
|
-
"description": "A Nuxt
|
|
7697
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6752
7698
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6753
7699
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6754
7700
|
"icon": "well-known.svg",
|
|
@@ -6770,7 +7716,7 @@
|
|
|
6770
7716
|
},
|
|
6771
7717
|
{
|
|
6772
7718
|
"name": "wideangle",
|
|
6773
|
-
"description": "Nuxt
|
|
7719
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6774
7720
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6775
7721
|
"npm": "wideangle-nuxt",
|
|
6776
7722
|
"icon": "wideangle.png",
|
|
@@ -6937,55 +7883,9 @@
|
|
|
6937
7883
|
"requires": {}
|
|
6938
7884
|
}
|
|
6939
7885
|
},
|
|
6940
|
-
{
|
|
6941
|
-
"name": "yandex-metrika-next",
|
|
6942
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6943
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6944
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6945
|
-
"icon": "yandex-metrika.svg",
|
|
6946
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6947
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6948
|
-
"learn_more": "",
|
|
6949
|
-
"category": "Analytics",
|
|
6950
|
-
"type": "3rd-party",
|
|
6951
|
-
"maintainers": [
|
|
6952
|
-
{
|
|
6953
|
-
"name": "Aleksandr Saburov",
|
|
6954
|
-
"github": "artmizu",
|
|
6955
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6956
|
-
}
|
|
6957
|
-
],
|
|
6958
|
-
"compatibility": {
|
|
6959
|
-
"nuxt": "^3.0.0",
|
|
6960
|
-
"requires": {}
|
|
6961
|
-
}
|
|
6962
|
-
},
|
|
6963
|
-
{
|
|
6964
|
-
"name": "yandex-metrika",
|
|
6965
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6966
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6967
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6968
|
-
"icon": "",
|
|
6969
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6970
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6971
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6972
|
-
"category": "Analytics",
|
|
6973
|
-
"type": "community",
|
|
6974
|
-
"maintainers": [
|
|
6975
|
-
{
|
|
6976
|
-
"name": "Pooya Parsa",
|
|
6977
|
-
"github": "pi0",
|
|
6978
|
-
"twitter": "_pi0_"
|
|
6979
|
-
}
|
|
6980
|
-
],
|
|
6981
|
-
"compatibility": {
|
|
6982
|
-
"nuxt": "^2.0.0",
|
|
6983
|
-
"requires": {}
|
|
6984
|
-
}
|
|
6985
|
-
},
|
|
6986
7886
|
{
|
|
6987
7887
|
"name": "zendesk",
|
|
6988
|
-
"description": "Nuxt
|
|
7888
|
+
"description": "Nuxt module for Zendesk",
|
|
6989
7889
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6990
7890
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6991
7891
|
"icon": "zendesk.png",
|