@nuxt/modules 0.6.0-b1c7f2 → 0.6.0-b2c40d
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 +1520 -493
- package/package.json +12 -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",
|
|
@@ -644,10 +756,10 @@
|
|
|
644
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
645
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
646
758
|
"npm": "nuxt-chiffre",
|
|
647
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
648
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
649
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
650
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
651
763
|
"category": "Analytics",
|
|
652
764
|
"type": "3rd-party",
|
|
653
765
|
"maintainers": [
|
|
@@ -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,14 @@
|
|
|
1199
1311
|
}
|
|
1200
1312
|
],
|
|
1201
1313
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1205
|
-
}
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1206
1317
|
}
|
|
1207
1318
|
},
|
|
1208
1319
|
{
|
|
1209
1320
|
"name": "disqus",
|
|
1210
|
-
"description": "Disqus for Nuxt
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1211
1322
|
"repo": "modbender/nuxt-disqus",
|
|
1212
1323
|
"npm": "nuxt-disqus",
|
|
1213
1324
|
"icon": "disqus.svg",
|
|
@@ -1227,9 +1338,31 @@
|
|
|
1227
1338
|
"requires": {}
|
|
1228
1339
|
}
|
|
1229
1340
|
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1230
1363
|
{
|
|
1231
1364
|
"name": "dotenv",
|
|
1232
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1233
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1234
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1235
1368
|
"icon": "dotenv.png",
|
|
@@ -1251,13 +1384,13 @@
|
|
|
1251
1384
|
},
|
|
1252
1385
|
{
|
|
1253
1386
|
"name": "drupal-ce",
|
|
1254
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1255
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1256
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1257
1390
|
"icon": "drupal-ce.png",
|
|
1258
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1259
|
-
"website": "https://
|
|
1260
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1261
1394
|
"category": "CMS",
|
|
1262
1395
|
"type": "3rd-party",
|
|
1263
1396
|
"maintainers": [
|
|
@@ -1272,19 +1405,19 @@
|
|
|
1272
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1273
1406
|
},
|
|
1274
1407
|
{
|
|
1275
|
-
"name": "
|
|
1276
|
-
"github": "
|
|
1277
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1278
1411
|
}
|
|
1279
1412
|
],
|
|
1280
1413
|
"compatibility": {
|
|
1281
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1282
1415
|
"requires": {}
|
|
1283
1416
|
}
|
|
1284
1417
|
},
|
|
1285
1418
|
{
|
|
1286
1419
|
"name": "druxt",
|
|
1287
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1288
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1289
1422
|
"npm": "druxt",
|
|
1290
1423
|
"icon": "druxt.svg",
|
|
@@ -1304,6 +1437,29 @@
|
|
|
1304
1437
|
"requires": {}
|
|
1305
1438
|
}
|
|
1306
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1307
1463
|
{
|
|
1308
1464
|
"name": "electron",
|
|
1309
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1352,7 +1508,7 @@
|
|
|
1352
1508
|
},
|
|
1353
1509
|
{
|
|
1354
1510
|
"name": "emotion",
|
|
1355
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1356
1512
|
"repo": "nuxt-modules/emotion",
|
|
1357
1513
|
"npm": "@nuxtjs/emotion",
|
|
1358
1514
|
"icon": "emotion.png",
|
|
@@ -1380,7 +1536,7 @@
|
|
|
1380
1536
|
},
|
|
1381
1537
|
{
|
|
1382
1538
|
"name": "eslint",
|
|
1383
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1384
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1385
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1386
1542
|
"icon": "eslint.png",
|
|
@@ -1402,7 +1558,7 @@
|
|
|
1402
1558
|
},
|
|
1403
1559
|
{
|
|
1404
1560
|
"name": "event-trace",
|
|
1405
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1406
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1407
1563
|
"npm": "nuxt-event-trace",
|
|
1408
1564
|
"icon": "",
|
|
@@ -1422,6 +1578,29 @@
|
|
|
1422
1578
|
"requires": {}
|
|
1423
1579
|
}
|
|
1424
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1425
1604
|
{
|
|
1426
1605
|
"name": "fathom",
|
|
1427
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1446,7 +1625,7 @@
|
|
|
1446
1625
|
},
|
|
1447
1626
|
{
|
|
1448
1627
|
"name": "feature-toggle",
|
|
1449
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1450
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1451
1630
|
"npm": "nuxt-feature-toggle",
|
|
1452
1631
|
"icon": "",
|
|
@@ -1513,7 +1692,7 @@
|
|
|
1513
1692
|
},
|
|
1514
1693
|
{
|
|
1515
1694
|
"name": "floating-prompt-module",
|
|
1516
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1517
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1518
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1519
1698
|
"icon": "",
|
|
@@ -1625,11 +1804,11 @@
|
|
|
1625
1804
|
{
|
|
1626
1805
|
"name": "form-actions",
|
|
1627
1806
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1628
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1629
1808
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1630
1809
|
"icon": "form-actions.svg",
|
|
1631
1810
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1632
|
-
"website": "https://
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1633
1812
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1634
1813
|
"category": "Request",
|
|
1635
1814
|
"type": "3rd-party",
|
|
@@ -1641,7 +1820,7 @@
|
|
|
1641
1820
|
}
|
|
1642
1821
|
],
|
|
1643
1822
|
"compatibility": {
|
|
1644
|
-
"nuxt": "^3.
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1645
1824
|
"requires": {}
|
|
1646
1825
|
}
|
|
1647
1826
|
},
|
|
@@ -1653,7 +1832,7 @@
|
|
|
1653
1832
|
"icon": "formkit.png",
|
|
1654
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1655
1834
|
"website": "https://formkit.com",
|
|
1656
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1657
1836
|
"category": "Libraries",
|
|
1658
1837
|
"type": "3rd-party",
|
|
1659
1838
|
"maintainers": [
|
|
@@ -1719,7 +1898,7 @@
|
|
|
1719
1898
|
},
|
|
1720
1899
|
{
|
|
1721
1900
|
"name": "google-adsense",
|
|
1722
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1723
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1724
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1725
1904
|
"icon": "google-adsense.png",
|
|
@@ -1745,7 +1924,7 @@
|
|
|
1745
1924
|
},
|
|
1746
1925
|
{
|
|
1747
1926
|
"name": "google-analytics",
|
|
1748
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1749
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1750
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1751
1930
|
"icon": "google-analytics.png",
|
|
@@ -1777,12 +1956,12 @@
|
|
|
1777
1956
|
},
|
|
1778
1957
|
{
|
|
1779
1958
|
"name": "google-fonts",
|
|
1780
|
-
"description": "Google Fonts module for
|
|
1781
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1782
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1783
1962
|
"icon": "google-fonts.png",
|
|
1784
|
-
"github": "https://github.com/nuxt-
|
|
1785
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1786
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1787
1966
|
"category": "Fonts",
|
|
1788
1967
|
"type": "community",
|
|
@@ -1801,7 +1980,7 @@
|
|
|
1801
1980
|
},
|
|
1802
1981
|
{
|
|
1803
1982
|
"name": "google-gtag",
|
|
1804
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1805
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1806
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1807
1986
|
"icon": "gtm.png",
|
|
@@ -1827,7 +2006,7 @@
|
|
|
1827
2006
|
},
|
|
1828
2007
|
{
|
|
1829
2008
|
"name": "google-optimize",
|
|
1830
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1831
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1832
2011
|
"npm": "nuxt-google-optimize",
|
|
1833
2012
|
"icon": "google-optimize.png",
|
|
@@ -1866,7 +2045,7 @@
|
|
|
1866
2045
|
"icon": "graphql-client.svg",
|
|
1867
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1868
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1869
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1870
2049
|
"category": "Request",
|
|
1871
2050
|
"type": "3rd-party",
|
|
1872
2051
|
"maintainers": [
|
|
@@ -1882,7 +2061,7 @@
|
|
|
1882
2061
|
},
|
|
1883
2062
|
{
|
|
1884
2063
|
"name": "graphql-request",
|
|
1885
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1886
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1887
2066
|
"npm": "nuxt-graphql-request",
|
|
1888
2067
|
"icon": "graphql-request.png",
|
|
@@ -1898,7 +2077,7 @@
|
|
|
1898
2077
|
}
|
|
1899
2078
|
],
|
|
1900
2079
|
"compatibility": {
|
|
1901
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1902
2081
|
"requires": {}
|
|
1903
2082
|
}
|
|
1904
2083
|
},
|
|
@@ -1921,12 +2100,13 @@
|
|
|
1921
2100
|
],
|
|
1922
2101
|
"compatibility": {
|
|
1923
2102
|
"nuxt": "^3.0.0",
|
|
1924
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1925
2105
|
}
|
|
1926
2106
|
},
|
|
1927
2107
|
{
|
|
1928
2108
|
"name": "gtag",
|
|
1929
|
-
"description": "Google Analytics integration for Nuxt
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1930
2110
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1931
2111
|
"npm": "nuxt-gtag",
|
|
1932
2112
|
"icon": "gtag.svg",
|
|
@@ -1950,7 +2130,7 @@
|
|
|
1950
2130
|
},
|
|
1951
2131
|
{
|
|
1952
2132
|
"name": "gtm",
|
|
1953
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1954
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1955
2135
|
"npm": "@nuxtjs/gtm",
|
|
1956
2136
|
"icon": "gtm.png",
|
|
@@ -1973,7 +2153,7 @@
|
|
|
1973
2153
|
},
|
|
1974
2154
|
{
|
|
1975
2155
|
"name": "guess",
|
|
1976
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1977
2157
|
"repo": "nuxt-community/guess-module",
|
|
1978
2158
|
"npm": "@nuxtjs/guess-module",
|
|
1979
2159
|
"icon": "guessjs.png",
|
|
@@ -2085,7 +2265,7 @@
|
|
|
2085
2265
|
},
|
|
2086
2266
|
{
|
|
2087
2267
|
"name": "helmet",
|
|
2088
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2089
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
2090
2270
|
"npm": "nuxt-helmet",
|
|
2091
2271
|
"icon": "",
|
|
@@ -2129,7 +2309,7 @@
|
|
|
2129
2309
|
},
|
|
2130
2310
|
{
|
|
2131
2311
|
"name": "history-state",
|
|
2132
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2133
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2134
2314
|
"npm": "nuxt-history-state",
|
|
2135
2315
|
"icon": "",
|
|
@@ -2198,7 +2378,7 @@
|
|
|
2198
2378
|
},
|
|
2199
2379
|
{
|
|
2200
2380
|
"name": "http",
|
|
2201
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2202
2382
|
"repo": "nuxt/http",
|
|
2203
2383
|
"npm": "@nuxt/http",
|
|
2204
2384
|
"icon": "http.png",
|
|
@@ -2226,7 +2406,7 @@
|
|
|
2226
2406
|
},
|
|
2227
2407
|
{
|
|
2228
2408
|
"name": "humans-txt",
|
|
2229
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2409
|
+
"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.",
|
|
2230
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2231
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2232
2412
|
"icon": "",
|
|
@@ -2250,12 +2430,12 @@
|
|
|
2250
2430
|
{
|
|
2251
2431
|
"name": "i18n",
|
|
2252
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2253
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2254
2434
|
"npm": "@nuxtjs/i18n",
|
|
2255
2435
|
"icon": "i18n.png",
|
|
2256
|
-
"github": "https://github.com/nuxt-
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2257
2437
|
"website": "https://i18n.nuxtjs.org",
|
|
2258
|
-
"learn_more": "https://
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2259
2439
|
"category": "Extensions",
|
|
2260
2440
|
"type": "community",
|
|
2261
2441
|
"maintainers": [
|
|
@@ -2266,6 +2446,10 @@
|
|
|
2266
2446
|
{
|
|
2267
2447
|
"name": "Kazuya Kawaguchi",
|
|
2268
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2269
2453
|
}
|
|
2270
2454
|
],
|
|
2271
2455
|
"compatibility": {
|
|
@@ -2295,6 +2479,29 @@
|
|
|
2295
2479
|
"requires": {}
|
|
2296
2480
|
}
|
|
2297
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2298
2505
|
{
|
|
2299
2506
|
"name": "icon",
|
|
2300
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2314,7 +2521,8 @@
|
|
|
2314
2521
|
],
|
|
2315
2522
|
"compatibility": {
|
|
2316
2523
|
"nuxt": "^3.0.0",
|
|
2317
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2318
2526
|
}
|
|
2319
2527
|
},
|
|
2320
2528
|
{
|
|
@@ -2363,12 +2571,12 @@
|
|
|
2363
2571
|
},
|
|
2364
2572
|
{
|
|
2365
2573
|
"name": "image",
|
|
2366
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2367
2575
|
"repo": "nuxt/image",
|
|
2368
2576
|
"npm": "@nuxt/image",
|
|
2369
2577
|
"icon": "image.png",
|
|
2370
2578
|
"github": "https://github.com/nuxt/image",
|
|
2371
|
-
"website": "https://image.
|
|
2579
|
+
"website": "https://image.nuxt.com",
|
|
2372
2580
|
"learn_more": "",
|
|
2373
2581
|
"category": "Images",
|
|
2374
2582
|
"type": "official",
|
|
@@ -2378,6 +2586,11 @@
|
|
|
2378
2586
|
"github": "farnabaz",
|
|
2379
2587
|
"twitter": "a_birang"
|
|
2380
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "Daniel Roe",
|
|
2591
|
+
"github": "danielroe",
|
|
2592
|
+
"twitter": "danielcroe"
|
|
2593
|
+
},
|
|
2381
2594
|
{
|
|
2382
2595
|
"name": "Pooya Parsa",
|
|
2383
2596
|
"github": "pi0",
|
|
@@ -2398,7 +2611,7 @@
|
|
|
2398
2611
|
},
|
|
2399
2612
|
{
|
|
2400
2613
|
"name": "imagemin",
|
|
2401
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2402
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2403
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2404
2617
|
"icon": "imagemin.png",
|
|
@@ -2445,7 +2658,7 @@
|
|
|
2445
2658
|
},
|
|
2446
2659
|
{
|
|
2447
2660
|
"name": "intercom",
|
|
2448
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2449
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2450
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2451
2664
|
"icon": "intercom.png",
|
|
@@ -2490,7 +2703,7 @@
|
|
|
2490
2703
|
},
|
|
2491
2704
|
{
|
|
2492
2705
|
"name": "jsonapi",
|
|
2493
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2494
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2495
2708
|
"npm": "nuxt-jsonapi",
|
|
2496
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2532,9 +2745,37 @@
|
|
|
2532
2745
|
"requires": {}
|
|
2533
2746
|
}
|
|
2534
2747
|
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "kinde",
|
|
2750
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2751
|
+
"repo": "nuxt-modules/kinde",
|
|
2752
|
+
"npm": "@nuxtjs/kinde",
|
|
2753
|
+
"icon": "kinde.svg",
|
|
2754
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2755
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2756
|
+
"learn_more": "https://kinde.com/",
|
|
2757
|
+
"category": "Security",
|
|
2758
|
+
"type": "community",
|
|
2759
|
+
"maintainers": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "danielroe",
|
|
2762
|
+
"github": "danielroe"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "daveordead",
|
|
2766
|
+
"github": "DaveOrDead",
|
|
2767
|
+
"twitter": "dave_or_dead"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"compatibility": {
|
|
2771
|
+
"nuxt": "^3.0.0",
|
|
2772
|
+
"requires": {}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2775
|
+
},
|
|
2535
2776
|
{
|
|
2536
2777
|
"name": "kql",
|
|
2537
|
-
"description": "Nuxt
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2538
2779
|
"repo": "johannschopplich/nuxt-kql",
|
|
2539
2780
|
"npm": "nuxt-kql",
|
|
2540
2781
|
"icon": "kql.svg",
|
|
@@ -2558,7 +2799,7 @@
|
|
|
2558
2799
|
},
|
|
2559
2800
|
{
|
|
2560
2801
|
"name": "laravel-echo",
|
|
2561
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2562
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2563
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2564
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2600,6 +2841,28 @@
|
|
|
2600
2841
|
"requires": {}
|
|
2601
2842
|
}
|
|
2602
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2603
2866
|
{
|
|
2604
2867
|
"name": "laravel",
|
|
2605
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2646,13 +2909,13 @@
|
|
|
2646
2909
|
},
|
|
2647
2910
|
{
|
|
2648
2911
|
"name": "link-checker",
|
|
2649
|
-
"description": "
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2650
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2651
2914
|
"npm": "nuxt-link-checker",
|
|
2652
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2653
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2654
|
-
"website": "https://
|
|
2655
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2656
2919
|
"category": "SEO",
|
|
2657
2920
|
"type": "3rd-party",
|
|
2658
2921
|
"maintainers": [
|
|
@@ -2665,7 +2928,8 @@
|
|
|
2665
2928
|
],
|
|
2666
2929
|
"compatibility": {
|
|
2667
2930
|
"nuxt": "^3.0.0",
|
|
2668
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2669
2933
|
}
|
|
2670
2934
|
},
|
|
2671
2935
|
{
|
|
@@ -2742,12 +3006,12 @@
|
|
|
2742
3006
|
},
|
|
2743
3007
|
{
|
|
2744
3008
|
"name": "logrocket",
|
|
2745
|
-
"description": "LogRocket module for Nuxt
|
|
2746
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2747
3011
|
"npm": "nuxt-logrocket",
|
|
2748
3012
|
"icon": "logrocket.png",
|
|
2749
|
-
"github": "https://github.com/nuxt-
|
|
2750
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2751
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2752
3016
|
"category": "Monitoring",
|
|
2753
3017
|
"type": "community",
|
|
@@ -2763,9 +3027,35 @@
|
|
|
2763
3027
|
"requires": {}
|
|
2764
3028
|
}
|
|
2765
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "lucide-icons",
|
|
3032
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3033
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3034
|
+
"npm": "nuxt-lucide-icons",
|
|
3035
|
+
"icon": "lucide-icons.svg",
|
|
3036
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3037
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3038
|
+
"learn_more": "",
|
|
3039
|
+
"category": "UI",
|
|
3040
|
+
"type": "3rd-party",
|
|
3041
|
+
"maintainers": [
|
|
3042
|
+
{
|
|
3043
|
+
"name": "SWIS",
|
|
3044
|
+
"github": "swisnl"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "Jasper Zonneveld",
|
|
3048
|
+
"github": "JaZo"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3051
|
+
"compatibility": {
|
|
3052
|
+
"nuxt": "^3.0.0",
|
|
3053
|
+
"requires": {}
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
2766
3056
|
{
|
|
2767
3057
|
"name": "lunr",
|
|
2768
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2769
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2770
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2771
3061
|
"icon": "",
|
|
@@ -2788,10 +3078,10 @@
|
|
|
2788
3078
|
{
|
|
2789
3079
|
"name": "magic-regexp",
|
|
2790
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2791
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2792
3082
|
"npm": "magic-regexp",
|
|
2793
3083
|
"icon": "magic-regexp.svg",
|
|
2794
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2795
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2796
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2797
3087
|
"category": "Libraries",
|
|
@@ -2831,6 +3121,30 @@
|
|
|
2831
3121
|
"requires": {}
|
|
2832
3122
|
}
|
|
2833
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2834
3148
|
{
|
|
2835
3149
|
"name": "matomo",
|
|
2836
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2853,6 +3167,28 @@
|
|
|
2853
3167
|
"requires": {}
|
|
2854
3168
|
}
|
|
2855
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "maz-ui",
|
|
3172
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3175
|
+
"icon": "maz-ui.png",
|
|
3176
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Loïc Mazuel",
|
|
3184
|
+
"github": "LouisMazel"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"compatibility": {
|
|
3188
|
+
"nuxt": "^3.0.0",
|
|
3189
|
+
"requires": {}
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2856
3192
|
{
|
|
2857
3193
|
"name": "mdx",
|
|
2858
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2878,7 +3214,7 @@
|
|
|
2878
3214
|
},
|
|
2879
3215
|
{
|
|
2880
3216
|
"name": "medusa",
|
|
2881
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2882
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2883
3219
|
"npm": "nuxt-medusa",
|
|
2884
3220
|
"icon": "medusa.svg",
|
|
@@ -2903,7 +3239,7 @@
|
|
|
2903
3239
|
},
|
|
2904
3240
|
{
|
|
2905
3241
|
"name": "meilisearch",
|
|
2906
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2907
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2908
3244
|
"npm": "nuxt-meilisearch",
|
|
2909
3245
|
"icon": "meilisearch.svg",
|
|
@@ -2923,7 +3259,8 @@
|
|
|
2923
3259
|
"nuxt": "^3.0.0",
|
|
2924
3260
|
"requires": {
|
|
2925
3261
|
"bridge": false
|
|
2926
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
2927
3264
|
}
|
|
2928
3265
|
},
|
|
2929
3266
|
{
|
|
@@ -2948,28 +3285,6 @@
|
|
|
2948
3285
|
"requires": {}
|
|
2949
3286
|
}
|
|
2950
3287
|
},
|
|
2951
|
-
{
|
|
2952
|
-
"name": "mobile",
|
|
2953
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2954
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2955
|
-
"npm": "nuxt-mobile",
|
|
2956
|
-
"icon": "",
|
|
2957
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2958
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2959
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2960
|
-
"category": "Extensions",
|
|
2961
|
-
"type": "3rd-party",
|
|
2962
|
-
"maintainers": [
|
|
2963
|
-
{
|
|
2964
|
-
"name": "ChanningDefoe",
|
|
2965
|
-
"github": "ChanningDefoe"
|
|
2966
|
-
}
|
|
2967
|
-
],
|
|
2968
|
-
"compatibility": {
|
|
2969
|
-
"nuxt": "^2.0.0",
|
|
2970
|
-
"requires": {}
|
|
2971
|
-
}
|
|
2972
|
-
},
|
|
2973
3288
|
{
|
|
2974
3289
|
"name": "module-feed",
|
|
2975
3290
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2995,7 +3310,7 @@
|
|
|
2995
3310
|
},
|
|
2996
3311
|
{
|
|
2997
3312
|
"name": "moment",
|
|
2998
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3313
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2999
3314
|
"repo": "nuxt-community/moment-module",
|
|
3000
3315
|
"npm": "@nuxtjs/moment",
|
|
3001
3316
|
"icon": "momentjs.png",
|
|
@@ -3020,28 +3335,6 @@
|
|
|
3020
3335
|
"requires": {}
|
|
3021
3336
|
}
|
|
3022
3337
|
},
|
|
3023
|
-
{
|
|
3024
|
-
"name": "mq",
|
|
3025
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3026
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3027
|
-
"npm": "nuxt-mq",
|
|
3028
|
-
"icon": "",
|
|
3029
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3030
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3031
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
3032
|
-
"category": "Libraries",
|
|
3033
|
-
"type": "3rd-party",
|
|
3034
|
-
"maintainers": [
|
|
3035
|
-
{
|
|
3036
|
-
"name": "vanhoofmaarten",
|
|
3037
|
-
"github": "vanhoofmaarten"
|
|
3038
|
-
}
|
|
3039
|
-
],
|
|
3040
|
-
"compatibility": {
|
|
3041
|
-
"nuxt": "^2.0.0",
|
|
3042
|
-
"requires": {}
|
|
3043
|
-
}
|
|
3044
|
-
},
|
|
3045
3338
|
{
|
|
3046
3339
|
"name": "neo",
|
|
3047
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3066,7 +3359,7 @@
|
|
|
3066
3359
|
},
|
|
3067
3360
|
{
|
|
3068
3361
|
"name": "netlify-cache",
|
|
3069
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3070
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3071
3364
|
"npm": "nuxt-netlify-cache",
|
|
3072
3365
|
"icon": "netlify.png",
|
|
@@ -3111,13 +3404,13 @@
|
|
|
3111
3404
|
},
|
|
3112
3405
|
{
|
|
3113
3406
|
"name": "netlify",
|
|
3114
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3115
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3116
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
3117
3410
|
"icon": "netlify.png",
|
|
3118
|
-
"github": "https://github.com/
|
|
3119
|
-
"website": "https://
|
|
3120
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3121
3414
|
"category": "Deployment",
|
|
3122
3415
|
"type": "3rd-party",
|
|
3123
3416
|
"maintainers": [
|
|
@@ -3204,37 +3497,127 @@
|
|
|
3204
3497
|
}
|
|
3205
3498
|
},
|
|
3206
3499
|
{
|
|
3207
|
-
"name": "nuxt-
|
|
3208
|
-
"description": "",
|
|
3209
|
-
"repo": "
|
|
3210
|
-
"npm": "
|
|
3500
|
+
"name": "nuxt-anchorscroll",
|
|
3501
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3502
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3503
|
+
"npm": "nuxt-anchorscroll",
|
|
3211
3504
|
"icon": "",
|
|
3212
|
-
"github": "https://github.com/
|
|
3213
|
-
"website": "https://github.com/
|
|
3505
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3506
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3214
3507
|
"learn_more": "",
|
|
3215
|
-
"category": "
|
|
3508
|
+
"category": "UI",
|
|
3216
3509
|
"type": "3rd-party",
|
|
3217
3510
|
"maintainers": [
|
|
3218
3511
|
{
|
|
3219
|
-
"name": "
|
|
3220
|
-
"github": "
|
|
3512
|
+
"name": "Helltraitor",
|
|
3513
|
+
"github": "helltraitor"
|
|
3221
3514
|
}
|
|
3222
3515
|
],
|
|
3223
3516
|
"compatibility": {
|
|
3224
|
-
"nuxt": "^
|
|
3517
|
+
"nuxt": "^3.0.0",
|
|
3225
3518
|
"requires": {}
|
|
3226
3519
|
}
|
|
3227
3520
|
},
|
|
3228
3521
|
{
|
|
3229
|
-
"name": "nuxt-
|
|
3230
|
-
"description": "
|
|
3231
|
-
"repo": "
|
|
3232
|
-
"npm": "nuxt-
|
|
3233
|
-
"icon": "
|
|
3234
|
-
"github": "https://github.com/
|
|
3235
|
-
"website": "https://github.com/
|
|
3236
|
-
"learn_more": "https://github.com/
|
|
3237
|
-
"category": "
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
3531
|
+
"type": "3rd-party",
|
|
3532
|
+
"maintainers": [
|
|
3533
|
+
{
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"compatibility": {
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
3541
|
+
"requires": {}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
3554
|
+
"type": "3rd-party",
|
|
3555
|
+
"maintainers": [
|
|
3556
|
+
{
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3564
|
+
"requires": {}
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "nuxt-basic-auth",
|
|
3569
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3570
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3571
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3572
|
+
"icon": "",
|
|
3573
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3574
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3575
|
+
"learn_more": "",
|
|
3576
|
+
"category": "Security",
|
|
3577
|
+
"type": "3rd-party",
|
|
3578
|
+
"maintainers": [
|
|
3579
|
+
{
|
|
3580
|
+
"name": "kgierke",
|
|
3581
|
+
"github": "kgierke"
|
|
3582
|
+
}
|
|
3583
|
+
],
|
|
3584
|
+
"compatibility": {
|
|
3585
|
+
"nuxt": "^3.0.0",
|
|
3586
|
+
"requires": {}
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-bootstrap-icons",
|
|
3591
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3592
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3593
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3594
|
+
"icon": "bootstrap-icons.svg",
|
|
3595
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3596
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3597
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3598
|
+
"category": "UI",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "OyewoleOyedeji",
|
|
3603
|
+
"github": "OyewoleOyedeji"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"compatibility": {
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3608
|
+
"requires": {}
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"name": "nuxt-chatgpt",
|
|
3613
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3614
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3615
|
+
"npm": "nuxt-chatgpt",
|
|
3616
|
+
"icon": "chatgpt.svg",
|
|
3617
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3618
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3619
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3620
|
+
"category": "Libraries",
|
|
3238
3621
|
"type": "3rd-party",
|
|
3239
3622
|
"maintainers": [
|
|
3240
3623
|
{
|
|
@@ -3247,6 +3630,76 @@
|
|
|
3247
3630
|
"requires": {}
|
|
3248
3631
|
}
|
|
3249
3632
|
},
|
|
3633
|
+
{
|
|
3634
|
+
"name": "nuxt-facebook-chat",
|
|
3635
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3636
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3637
|
+
"npm": "nuxt-facebook-chat",
|
|
3638
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3639
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3640
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3641
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3642
|
+
"category": "Libraries",
|
|
3643
|
+
"type": "3rd-party",
|
|
3644
|
+
"maintainers": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "Supanut Dokmaithong",
|
|
3647
|
+
"github": "Boomgeek"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "superdev-tech",
|
|
3651
|
+
"github": "superdev-tech"
|
|
3652
|
+
}
|
|
3653
|
+
],
|
|
3654
|
+
"compatibility": {
|
|
3655
|
+
"nuxt": "^3.0.0",
|
|
3656
|
+
"requires": {}
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"name": "nuxt-feather-icons",
|
|
3661
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3662
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3663
|
+
"npm": "nuxt-feather-icons",
|
|
3664
|
+
"icon": "nuxt-feather-icons.png",
|
|
3665
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3666
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3667
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3668
|
+
"category": "UI",
|
|
3669
|
+
"type": "3rd-party",
|
|
3670
|
+
"maintainers": [
|
|
3671
|
+
{
|
|
3672
|
+
"name": "4sllan",
|
|
3673
|
+
"github": "4sllan"
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"compatibility": {
|
|
3677
|
+
"nuxt": "^3.0.0",
|
|
3678
|
+
"requires": {}
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-feedme",
|
|
3683
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3684
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3685
|
+
"npm": "nuxt-feedme",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3688
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "SEO",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Helltraitor",
|
|
3695
|
+
"github": "helltraitor"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3250
3703
|
{
|
|
3251
3704
|
"name": "nuxt-graphql-middleware",
|
|
3252
3705
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3300,7 +3753,7 @@
|
|
|
3300
3753
|
},
|
|
3301
3754
|
{
|
|
3302
3755
|
"name": "nuxt-gtm",
|
|
3303
|
-
"description": "A Nuxt
|
|
3756
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3304
3757
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3305
3758
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3306
3759
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3317,7 +3770,8 @@
|
|
|
3317
3770
|
],
|
|
3318
3771
|
"compatibility": {
|
|
3319
3772
|
"nuxt": "^3.0.0",
|
|
3320
|
-
"requires": {}
|
|
3773
|
+
"requires": {},
|
|
3774
|
+
"devtools": "^0.0.0"
|
|
3321
3775
|
}
|
|
3322
3776
|
},
|
|
3323
3777
|
{
|
|
@@ -3344,6 +3798,50 @@
|
|
|
3344
3798
|
}
|
|
3345
3799
|
}
|
|
3346
3800
|
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "nuxt-interpolation",
|
|
3803
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3804
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3805
|
+
"npm": "nuxt-interpolation",
|
|
3806
|
+
"icon": "",
|
|
3807
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3808
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3809
|
+
"learn_more": "",
|
|
3810
|
+
"category": "Devtools",
|
|
3811
|
+
"type": "3rd-party",
|
|
3812
|
+
"maintainers": [
|
|
3813
|
+
{
|
|
3814
|
+
"name": "daliborgogic",
|
|
3815
|
+
"github": "daliborgogic"
|
|
3816
|
+
}
|
|
3817
|
+
],
|
|
3818
|
+
"compatibility": {
|
|
3819
|
+
"nuxt": "^2.0.0",
|
|
3820
|
+
"requires": {}
|
|
3821
|
+
}
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"name": "nuxt-jsonld",
|
|
3825
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3826
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3827
|
+
"npm": "nuxt-jsonld",
|
|
3828
|
+
"icon": "",
|
|
3829
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3830
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3831
|
+
"learn_more": "",
|
|
3832
|
+
"category": "SEO",
|
|
3833
|
+
"type": "3rd-party",
|
|
3834
|
+
"maintainers": [
|
|
3835
|
+
{
|
|
3836
|
+
"name": "ymmooot",
|
|
3837
|
+
"github": "ymmooot"
|
|
3838
|
+
}
|
|
3839
|
+
],
|
|
3840
|
+
"compatibility": {
|
|
3841
|
+
"nuxt": "^3.0.0",
|
|
3842
|
+
"requires": {}
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3347
3845
|
{
|
|
3348
3846
|
"name": "nuxt-localtunnel",
|
|
3349
3847
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3351,8 +3849,8 @@
|
|
|
3351
3849
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3352
3850
|
"icon": "nuxt-localtunnel.svg",
|
|
3353
3851
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3354
|
-
"website": "https://nuxtus.com",
|
|
3355
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3852
|
+
"website": "https://docs.nuxtus.com",
|
|
3853
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3356
3854
|
"category": "Devtools",
|
|
3357
3855
|
"type": "3rd-party",
|
|
3358
3856
|
"maintainers": [
|
|
@@ -3369,7 +3867,7 @@
|
|
|
3369
3867
|
},
|
|
3370
3868
|
{
|
|
3371
3869
|
"name": "nuxt-loco",
|
|
3372
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3870
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3373
3871
|
"repo": "gaetansenn/nuxt-loco",
|
|
3374
3872
|
"npm": "nuxt-loco",
|
|
3375
3873
|
"icon": "",
|
|
@@ -3390,6 +3888,28 @@
|
|
|
3390
3888
|
"requires": {}
|
|
3391
3889
|
}
|
|
3392
3890
|
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "nuxt-mail",
|
|
3893
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3894
|
+
"repo": "dword-design/nuxt-mail",
|
|
3895
|
+
"npm": "nuxt-mail",
|
|
3896
|
+
"icon": "",
|
|
3897
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3898
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3899
|
+
"learn_more": "",
|
|
3900
|
+
"category": "Extensions",
|
|
3901
|
+
"type": "3rd-party",
|
|
3902
|
+
"maintainers": [
|
|
3903
|
+
{
|
|
3904
|
+
"name": "Sebastian Landwehr",
|
|
3905
|
+
"github": "dword-design"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"compatibility": {
|
|
3909
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3910
|
+
"requires": {}
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3393
3913
|
{
|
|
3394
3914
|
"name": "nuxt-mapbox",
|
|
3395
3915
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3412,6 +3932,28 @@
|
|
|
3412
3932
|
"requires": {}
|
|
3413
3933
|
}
|
|
3414
3934
|
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-mdi",
|
|
3937
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3938
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3939
|
+
"npm": "nuxt-mdi",
|
|
3940
|
+
"icon": "mdi.png",
|
|
3941
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3942
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3943
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3944
|
+
"category": "Libraries",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Emil Rosenius",
|
|
3949
|
+
"github": "ERPedersen"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"nuxt": "^3.0.0",
|
|
3954
|
+
"requires": {}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3415
3957
|
{
|
|
3416
3958
|
"name": "nuxt-monaco-editor",
|
|
3417
3959
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3436,7 +3978,7 @@
|
|
|
3436
3978
|
},
|
|
3437
3979
|
{
|
|
3438
3980
|
"name": "nuxt-mongoose",
|
|
3439
|
-
"description": "A Nuxt
|
|
3981
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3440
3982
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3441
3983
|
"npm": "nuxt-mongoose",
|
|
3442
3984
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3451,6 +3993,102 @@
|
|
|
3451
3993
|
"github": "arashsheyda"
|
|
3452
3994
|
}
|
|
3453
3995
|
],
|
|
3996
|
+
"compatibility": {
|
|
3997
|
+
"nuxt": "^3.0.0",
|
|
3998
|
+
"requires": {},
|
|
3999
|
+
"devtools": "^0.0.0"
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "nuxt-oidc-auth",
|
|
4004
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4005
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4006
|
+
"npm": "nuxt-oidc-auth",
|
|
4007
|
+
"icon": "",
|
|
4008
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4009
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4010
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4011
|
+
"category": "Security",
|
|
4012
|
+
"type": "3rd-party",
|
|
4013
|
+
"maintainers": [
|
|
4014
|
+
{
|
|
4015
|
+
"name": "Jan-Henrik Damaschke",
|
|
4016
|
+
"github": "itpropro",
|
|
4017
|
+
"twitter": "jandamaschke"
|
|
4018
|
+
}
|
|
4019
|
+
],
|
|
4020
|
+
"compatibility": {
|
|
4021
|
+
"nuxt": "^3.0.0",
|
|
4022
|
+
"requires": {}
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "nuxt-openapi-docs-module",
|
|
4027
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4028
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4029
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4030
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4031
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4032
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4033
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4034
|
+
"category": "Libraries",
|
|
4035
|
+
"type": "3rd-party",
|
|
4036
|
+
"maintainers": [
|
|
4037
|
+
{
|
|
4038
|
+
"name": "Pavel Kuzmin",
|
|
4039
|
+
"github": "s00d"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"compatibility": {
|
|
4043
|
+
"nuxt": "^3.0.0",
|
|
4044
|
+
"requires": {}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "nuxt-openid-connect",
|
|
4049
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4050
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4051
|
+
"npm": "nuxt-openid-connect",
|
|
4052
|
+
"icon": "",
|
|
4053
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4054
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4055
|
+
"learn_more": "",
|
|
4056
|
+
"category": "Security",
|
|
4057
|
+
"type": "3rd-party",
|
|
4058
|
+
"maintainers": [
|
|
4059
|
+
{
|
|
4060
|
+
"name": "Aborn Jiang",
|
|
4061
|
+
"github": "aborn"
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"name": "Khaled Almana",
|
|
4065
|
+
"github": "KhaledAlMana"
|
|
4066
|
+
}
|
|
4067
|
+
],
|
|
4068
|
+
"compatibility": {
|
|
4069
|
+
"nuxt": "^3.0.0",
|
|
4070
|
+
"requires": {},
|
|
4071
|
+
"devtools": "^0.0.0"
|
|
4072
|
+
}
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"name": "nuxt-payload-analyzer",
|
|
4076
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4077
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4078
|
+
"npm": "nuxt-payload-analyzer",
|
|
4079
|
+
"icon": "",
|
|
4080
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4081
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4082
|
+
"learn_more": "",
|
|
4083
|
+
"category": "Performance",
|
|
4084
|
+
"type": "3rd-party",
|
|
4085
|
+
"maintainers": [
|
|
4086
|
+
{
|
|
4087
|
+
"name": "Barbapapazes",
|
|
4088
|
+
"github": "Barbapapazes",
|
|
4089
|
+
"twitter": "soubiran_"
|
|
4090
|
+
}
|
|
4091
|
+
],
|
|
3454
4092
|
"compatibility": {
|
|
3455
4093
|
"nuxt": "^3.0.0",
|
|
3456
4094
|
"requires": {}
|
|
@@ -3486,8 +4124,8 @@
|
|
|
3486
4124
|
"npm": "nuxt-phosphor-icons",
|
|
3487
4125
|
"icon": "phosphor-icons.svg",
|
|
3488
4126
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3489
|
-
"website": "https://
|
|
3490
|
-
"learn_more": "https://
|
|
4127
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4128
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3491
4129
|
"category": "UI",
|
|
3492
4130
|
"type": "3rd-party",
|
|
3493
4131
|
"maintainers": [
|
|
@@ -3525,7 +4163,7 @@
|
|
|
3525
4163
|
},
|
|
3526
4164
|
{
|
|
3527
4165
|
"name": "plausible",
|
|
3528
|
-
"description": "Nuxt
|
|
4166
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3529
4167
|
"repo": "nuxt-modules/plausible",
|
|
3530
4168
|
"npm": "@nuxtjs/plausible",
|
|
3531
4169
|
"icon": "plausible.png",
|
|
@@ -3547,7 +4185,7 @@
|
|
|
3547
4185
|
},
|
|
3548
4186
|
{
|
|
3549
4187
|
"name": "nuxt-plotly",
|
|
3550
|
-
"description": "nuxt-plotly
|
|
4188
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3551
4189
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3552
4190
|
"npm": "nuxt-plotly",
|
|
3553
4191
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3567,13 +4205,13 @@
|
|
|
3567
4205
|
}
|
|
3568
4206
|
],
|
|
3569
4207
|
"compatibility": {
|
|
3570
|
-
"nuxt": "^3.
|
|
4208
|
+
"nuxt": "^3.0.0",
|
|
3571
4209
|
"requires": {}
|
|
3572
4210
|
}
|
|
3573
4211
|
},
|
|
3574
4212
|
{
|
|
3575
4213
|
"name": "nuxt-png-to-ico",
|
|
3576
|
-
"description": "Nuxt
|
|
4214
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3577
4215
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3578
4216
|
"npm": "nuxt-png-to-ico",
|
|
3579
4217
|
"icon": "",
|
|
@@ -3596,7 +4234,7 @@
|
|
|
3596
4234
|
},
|
|
3597
4235
|
{
|
|
3598
4236
|
"name": "nuxt-smartlook",
|
|
3599
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4237
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3600
4238
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3601
4239
|
"npm": "nuxt-smartlook",
|
|
3602
4240
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3618,6 +4256,28 @@
|
|
|
3618
4256
|
"requires": {}
|
|
3619
4257
|
}
|
|
3620
4258
|
},
|
|
4259
|
+
{
|
|
4260
|
+
"name": "nuxt-social-share",
|
|
4261
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4262
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4263
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4264
|
+
"icon": "nuxt-social-share.png",
|
|
4265
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4266
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4267
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4268
|
+
"category": "Extensions",
|
|
4269
|
+
"type": "3rd-party",
|
|
4270
|
+
"maintainers": [
|
|
4271
|
+
{
|
|
4272
|
+
"name": "stefanobartoletti",
|
|
4273
|
+
"github": "stefanobartoletti"
|
|
4274
|
+
}
|
|
4275
|
+
],
|
|
4276
|
+
"compatibility": {
|
|
4277
|
+
"nuxt": "^3.0.0",
|
|
4278
|
+
"requires": {}
|
|
4279
|
+
}
|
|
4280
|
+
},
|
|
3621
4281
|
{
|
|
3622
4282
|
"name": "ssr-lit",
|
|
3623
4283
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3648,10 +4308,10 @@
|
|
|
3648
4308
|
},
|
|
3649
4309
|
{
|
|
3650
4310
|
"name": "nuxt-storm",
|
|
3651
|
-
"description": "WebStorm & PHPStorm support for
|
|
4311
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3652
4312
|
"repo": "fumeapp/nuxt-storm",
|
|
3653
4313
|
"npm": "nuxt-storm",
|
|
3654
|
-
"icon": "
|
|
4314
|
+
"icon": "",
|
|
3655
4315
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3656
4316
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3657
4317
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3668,6 +4328,30 @@
|
|
|
3668
4328
|
"requires": {}
|
|
3669
4329
|
}
|
|
3670
4330
|
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "nuxt-svgo-loader",
|
|
4333
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4334
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4335
|
+
"npm": "nuxt-svgo-loader",
|
|
4336
|
+
"icon": "",
|
|
4337
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4338
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4339
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4340
|
+
"category": "Images",
|
|
4341
|
+
"type": "3rd-party",
|
|
4342
|
+
"maintainers": [
|
|
4343
|
+
{
|
|
4344
|
+
"name": "Alex Liu",
|
|
4345
|
+
"github": "Mini-ghost",
|
|
4346
|
+
"twitter": "Minighost_Alex"
|
|
4347
|
+
}
|
|
4348
|
+
],
|
|
4349
|
+
"compatibility": {
|
|
4350
|
+
"nuxt": "^3.0.0",
|
|
4351
|
+
"requires": {},
|
|
4352
|
+
"devtools": "^0.0.0"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
3671
4355
|
{
|
|
3672
4356
|
"name": "nuxt-svgo",
|
|
3673
4357
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3692,7 +4376,7 @@
|
|
|
3692
4376
|
},
|
|
3693
4377
|
{
|
|
3694
4378
|
"name": "nuxt-unleash",
|
|
3695
|
-
"description": "Nuxt
|
|
4379
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3696
4380
|
"repo": "conejerock/nuxt-unleash",
|
|
3697
4381
|
"npm": "nuxt-unleash",
|
|
3698
4382
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3712,28 +4396,6 @@
|
|
|
3712
4396
|
"requires": {}
|
|
3713
4397
|
}
|
|
3714
4398
|
},
|
|
3715
|
-
{
|
|
3716
|
-
"name": "nuxt-use-motion",
|
|
3717
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3718
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3719
|
-
"npm": "nuxt-use-motion",
|
|
3720
|
-
"icon": "nuxt-use-motion.svg",
|
|
3721
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3722
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3723
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3724
|
-
"category": "Libraries",
|
|
3725
|
-
"type": "3rd-party",
|
|
3726
|
-
"maintainers": [
|
|
3727
|
-
{
|
|
3728
|
-
"name": "Tahul",
|
|
3729
|
-
"github": "Tahul"
|
|
3730
|
-
}
|
|
3731
|
-
],
|
|
3732
|
-
"compatibility": {
|
|
3733
|
-
"nuxt": "^2.0.0",
|
|
3734
|
-
"requires": {}
|
|
3735
|
-
}
|
|
3736
|
-
},
|
|
3737
4399
|
{
|
|
3738
4400
|
"name": "nuxt-use-sound",
|
|
3739
4401
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3803,20 +4465,64 @@
|
|
|
3803
4465
|
}
|
|
3804
4466
|
},
|
|
3805
4467
|
{
|
|
3806
|
-
"name": "nuxt-
|
|
3807
|
-
"description": "
|
|
3808
|
-
"repo": "
|
|
3809
|
-
"npm": "
|
|
3810
|
-
"icon": "
|
|
3811
|
-
"github": "https://github.com/
|
|
3812
|
-
"website": "https://
|
|
3813
|
-
"learn_more": "
|
|
3814
|
-
"category": "
|
|
4468
|
+
"name": "nuxt-zod-i18n",
|
|
4469
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4470
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4471
|
+
"npm": "nuxt-zod-i18n",
|
|
4472
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4473
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4474
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4475
|
+
"learn_more": "",
|
|
4476
|
+
"category": "Libraries",
|
|
3815
4477
|
"type": "3rd-party",
|
|
3816
4478
|
"maintainers": [
|
|
3817
4479
|
{
|
|
3818
|
-
"name": "
|
|
3819
|
-
"github": "
|
|
4480
|
+
"name": "xibman",
|
|
4481
|
+
"github": "xibman"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^3.0.0",
|
|
4486
|
+
"requires": {}
|
|
4487
|
+
}
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "nuxt3-interpolation",
|
|
4491
|
+
"description": "",
|
|
4492
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4493
|
+
"npm": "nuxt3-interpolation",
|
|
4494
|
+
"icon": "",
|
|
4495
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4496
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4497
|
+
"learn_more": "",
|
|
4498
|
+
"category": "Devtools",
|
|
4499
|
+
"type": "3rd-party",
|
|
4500
|
+
"maintainers": [
|
|
4501
|
+
{
|
|
4502
|
+
"name": "daliborgogic",
|
|
4503
|
+
"github": "daliborgogic"
|
|
4504
|
+
}
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^3.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"name": "nuxt3-leaflet",
|
|
4513
|
+
"description": "Leaflet integration with Nuxt",
|
|
4514
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4515
|
+
"npm": "nuxt3-leaflet",
|
|
4516
|
+
"icon": "leaflet.png",
|
|
4517
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4518
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4519
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4520
|
+
"category": "Libraries",
|
|
4521
|
+
"type": "3rd-party",
|
|
4522
|
+
"maintainers": [
|
|
4523
|
+
{
|
|
4524
|
+
"name": "Augustin MERCIER",
|
|
4525
|
+
"github": "Gugustinette"
|
|
3820
4526
|
}
|
|
3821
4527
|
],
|
|
3822
4528
|
"compatibility": {
|
|
@@ -3826,7 +4532,7 @@
|
|
|
3826
4532
|
},
|
|
3827
4533
|
{
|
|
3828
4534
|
"name": "nuxt7",
|
|
3829
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4535
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3830
4536
|
"repo": "nuxt-community/nuxt7",
|
|
3831
4537
|
"npm": "nuxt7",
|
|
3832
4538
|
"icon": "",
|
|
@@ -3847,40 +4553,17 @@
|
|
|
3847
4553
|
"requires": {}
|
|
3848
4554
|
}
|
|
3849
4555
|
},
|
|
3850
|
-
{
|
|
3851
|
-
"name": "nuxtlabs-ui",
|
|
3852
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3853
|
-
"repo": "nuxtlabs/ui",
|
|
3854
|
-
"npm": "@nuxthq/ui",
|
|
3855
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3856
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3857
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3858
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3859
|
-
"category": "UI",
|
|
3860
|
-
"type": "3rd-party",
|
|
3861
|
-
"maintainers": [
|
|
3862
|
-
{
|
|
3863
|
-
"name": "Benjamin Canac",
|
|
3864
|
-
"github": "benjamincanac",
|
|
3865
|
-
"twitter": "benjamincanac"
|
|
3866
|
-
}
|
|
3867
|
-
],
|
|
3868
|
-
"compatibility": {
|
|
3869
|
-
"nuxt": "^3.0.0",
|
|
3870
|
-
"requires": {}
|
|
3871
|
-
}
|
|
3872
|
-
},
|
|
3873
4556
|
{
|
|
3874
4557
|
"name": "og-image",
|
|
3875
|
-
"description": "
|
|
3876
|
-
"repo": "
|
|
4558
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4559
|
+
"repo": "nuxt-modules/og-image",
|
|
3877
4560
|
"npm": "nuxt-og-image",
|
|
3878
|
-
"icon": "",
|
|
3879
|
-
"github": "https://github.com/
|
|
3880
|
-
"website": "https://
|
|
3881
|
-
"learn_more": "",
|
|
4561
|
+
"icon": "og-image.svg",
|
|
4562
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4563
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4564
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3882
4565
|
"category": "SEO",
|
|
3883
|
-
"type": "
|
|
4566
|
+
"type": "community",
|
|
3884
4567
|
"maintainers": [
|
|
3885
4568
|
{
|
|
3886
4569
|
"name": "Harlan Wilton",
|
|
@@ -3891,7 +4574,8 @@
|
|
|
3891
4574
|
],
|
|
3892
4575
|
"compatibility": {
|
|
3893
4576
|
"nuxt": "^3.0.0",
|
|
3894
|
-
"requires": {}
|
|
4577
|
+
"requires": {},
|
|
4578
|
+
"devtools": "^0.0.0"
|
|
3895
4579
|
}
|
|
3896
4580
|
},
|
|
3897
4581
|
{
|
|
@@ -3919,13 +4603,13 @@
|
|
|
3919
4603
|
},
|
|
3920
4604
|
{
|
|
3921
4605
|
"name": "optimized-images",
|
|
3922
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4606
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3923
4607
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3924
4608
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3925
4609
|
"icon": "",
|
|
3926
4610
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3927
|
-
"website": "https://
|
|
3928
|
-
"learn_more": "",
|
|
4611
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4612
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3929
4613
|
"category": "Images",
|
|
3930
4614
|
"type": "3rd-party",
|
|
3931
4615
|
"maintainers": [
|
|
@@ -3964,7 +4648,7 @@
|
|
|
3964
4648
|
},
|
|
3965
4649
|
{
|
|
3966
4650
|
"name": "parse",
|
|
3967
|
-
"description": "Parse package for Nuxt
|
|
4651
|
+
"description": "Parse package for Nuxt",
|
|
3968
4652
|
"repo": "cierrateam/nuxt-parse",
|
|
3969
4653
|
"npm": "nuxt-parse",
|
|
3970
4654
|
"icon": "",
|
|
@@ -3984,6 +4668,29 @@
|
|
|
3984
4668
|
"requires": {}
|
|
3985
4669
|
}
|
|
3986
4670
|
},
|
|
4671
|
+
{
|
|
4672
|
+
"name": "particles",
|
|
4673
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4674
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4675
|
+
"npm": "nuxt-particles",
|
|
4676
|
+
"icon": "",
|
|
4677
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4678
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4679
|
+
"learn_more": "https://particles.js.org/",
|
|
4680
|
+
"category": "Libraries",
|
|
4681
|
+
"type": "3rd-party",
|
|
4682
|
+
"maintainers": [
|
|
4683
|
+
{
|
|
4684
|
+
"name": "Joey Pereira",
|
|
4685
|
+
"github": "Joepocalyptic",
|
|
4686
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4687
|
+
}
|
|
4688
|
+
],
|
|
4689
|
+
"compatibility": {
|
|
4690
|
+
"nuxt": "^3.0.0",
|
|
4691
|
+
"requires": {}
|
|
4692
|
+
}
|
|
4693
|
+
},
|
|
3987
4694
|
{
|
|
3988
4695
|
"name": "partytown",
|
|
3989
4696
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4009,6 +4716,28 @@
|
|
|
4009
4716
|
}
|
|
4010
4717
|
}
|
|
4011
4718
|
},
|
|
4719
|
+
{
|
|
4720
|
+
"name": "paypal",
|
|
4721
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4722
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4723
|
+
"npm": "nuxt-paypal",
|
|
4724
|
+
"icon": "paypal.svg",
|
|
4725
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4726
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4727
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4728
|
+
"category": "Payment",
|
|
4729
|
+
"type": "3rd-party",
|
|
4730
|
+
"maintainers": [
|
|
4731
|
+
{
|
|
4732
|
+
"name": "Arash Sheyda",
|
|
4733
|
+
"github": "arashsheyda"
|
|
4734
|
+
}
|
|
4735
|
+
],
|
|
4736
|
+
"compatibility": {
|
|
4737
|
+
"nuxt": "^3.0.0",
|
|
4738
|
+
"requires": {}
|
|
4739
|
+
}
|
|
4740
|
+
},
|
|
4012
4741
|
{
|
|
4013
4742
|
"name": "pdfeasy",
|
|
4014
4743
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4130,7 +4859,7 @@
|
|
|
4130
4859
|
},
|
|
4131
4860
|
{
|
|
4132
4861
|
"name": "plausible",
|
|
4133
|
-
"description": "Nuxt
|
|
4862
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4134
4863
|
"repo": "nuxt-modules/plausible",
|
|
4135
4864
|
"npm": "@nuxtjs/plausible",
|
|
4136
4865
|
"icon": "",
|
|
@@ -4172,9 +4901,56 @@
|
|
|
4172
4901
|
"requires": {}
|
|
4173
4902
|
}
|
|
4174
4903
|
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "prepare",
|
|
4906
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4907
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4908
|
+
"npm": "nuxt-prepare",
|
|
4909
|
+
"icon": "prepare.svg",
|
|
4910
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4911
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4912
|
+
"learn_more": "",
|
|
4913
|
+
"category": "Devtools",
|
|
4914
|
+
"type": "3rd-party",
|
|
4915
|
+
"maintainers": [
|
|
4916
|
+
{
|
|
4917
|
+
"name": "Johann Schopplich",
|
|
4918
|
+
"github": "johannschopplich",
|
|
4919
|
+
"twitter": "jschopplich",
|
|
4920
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4921
|
+
}
|
|
4922
|
+
],
|
|
4923
|
+
"compatibility": {
|
|
4924
|
+
"nuxt": "^3.0.0",
|
|
4925
|
+
"requires": {}
|
|
4926
|
+
}
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"name": "primevue",
|
|
4930
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4931
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4932
|
+
"npm": "nuxt-primevue",
|
|
4933
|
+
"icon": "primevue.svg",
|
|
4934
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4935
|
+
"website": "https://primevue.org/",
|
|
4936
|
+
"learn_more": "https://primevue.org/",
|
|
4937
|
+
"category": "UI",
|
|
4938
|
+
"type": "3rd-party",
|
|
4939
|
+
"maintainers": [
|
|
4940
|
+
{
|
|
4941
|
+
"name": "primefaces",
|
|
4942
|
+
"github": "primefaces",
|
|
4943
|
+
"twitter": "primevue"
|
|
4944
|
+
}
|
|
4945
|
+
],
|
|
4946
|
+
"compatibility": {
|
|
4947
|
+
"nuxt": "^3.0.0",
|
|
4948
|
+
"requires": {}
|
|
4949
|
+
}
|
|
4950
|
+
},
|
|
4175
4951
|
{
|
|
4176
4952
|
"name": "prismic",
|
|
4177
|
-
"description": "Easily connect your Nuxt
|
|
4953
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4178
4954
|
"repo": "nuxt-modules/prismic",
|
|
4179
4955
|
"npm": "@nuxtjs/prismic",
|
|
4180
4956
|
"icon": "prismic.png",
|
|
@@ -4241,7 +5017,7 @@
|
|
|
4241
5017
|
},
|
|
4242
5018
|
{
|
|
4243
5019
|
"name": "proxy",
|
|
4244
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5020
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4245
5021
|
"repo": "nuxt-community/proxy-module",
|
|
4246
5022
|
"npm": "@nuxtjs/proxy",
|
|
4247
5023
|
"icon": "",
|
|
@@ -4287,7 +5063,7 @@
|
|
|
4287
5063
|
},
|
|
4288
5064
|
{
|
|
4289
5065
|
"name": "purgecss",
|
|
4290
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5066
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4291
5067
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4292
5068
|
"npm": "nuxt-purgecss",
|
|
4293
5069
|
"icon": "purgecss.png",
|
|
@@ -4309,7 +5085,7 @@
|
|
|
4309
5085
|
},
|
|
4310
5086
|
{
|
|
4311
5087
|
"name": "pwa",
|
|
4312
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5088
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4313
5089
|
"repo": "nuxt-community/pwa-module",
|
|
4314
5090
|
"npm": "@nuxtjs/pwa",
|
|
4315
5091
|
"icon": "pwa.png",
|
|
@@ -4334,7 +5110,7 @@
|
|
|
4334
5110
|
},
|
|
4335
5111
|
{
|
|
4336
5112
|
"name": "python",
|
|
4337
|
-
"description": "Write Nuxt
|
|
5113
|
+
"description": "Write Nuxt applications using Python",
|
|
4338
5114
|
"repo": "nuxt-community/python-module",
|
|
4339
5115
|
"npm": "@nuxtjs/python",
|
|
4340
5116
|
"icon": "python.png",
|
|
@@ -4373,7 +5149,8 @@
|
|
|
4373
5149
|
],
|
|
4374
5150
|
"compatibility": {
|
|
4375
5151
|
"nuxt": "^3.0.0",
|
|
4376
|
-
"requires": {}
|
|
5152
|
+
"requires": {},
|
|
5153
|
+
"devtools": "^0.0.0"
|
|
4377
5154
|
}
|
|
4378
5155
|
},
|
|
4379
5156
|
{
|
|
@@ -4381,7 +5158,7 @@
|
|
|
4381
5158
|
"description": "radash module with auto-import and custom prefix",
|
|
4382
5159
|
"repo": "bbg/nuxt-radash",
|
|
4383
5160
|
"npm": "nuxt-radash",
|
|
4384
|
-
"icon": "radash.
|
|
5161
|
+
"icon": "radash.png",
|
|
4385
5162
|
"github": "https://github.com/bbg/nuxt-radash",
|
|
4386
5163
|
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4387
5164
|
"learn_more": "https://github.com/rayepps/radash/",
|
|
@@ -4398,9 +5175,44 @@
|
|
|
4398
5175
|
"requires": {}
|
|
4399
5176
|
}
|
|
4400
5177
|
},
|
|
5178
|
+
{
|
|
5179
|
+
"name": "radix-vue",
|
|
5180
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5181
|
+
"repo": "radix-vue/radix-vue",
|
|
5182
|
+
"npm": "radix-vue",
|
|
5183
|
+
"icon": "radix-vue.svg",
|
|
5184
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5185
|
+
"website": "https://www.radix-vue.com/",
|
|
5186
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5187
|
+
"category": "UI",
|
|
5188
|
+
"type": "3rd-party",
|
|
5189
|
+
"maintainers": [
|
|
5190
|
+
{
|
|
5191
|
+
"name": "Zernonia",
|
|
5192
|
+
"github": "zernonia",
|
|
5193
|
+
"twitter": "zernonia"
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"name": "Khairul Haaziq",
|
|
5197
|
+
"github": "khairulhaaziq"
|
|
5198
|
+
},
|
|
5199
|
+
{
|
|
5200
|
+
"name": "Mujahid Anuar",
|
|
5201
|
+
"github": "mujahidfa"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"name": "Max",
|
|
5205
|
+
"github": "onmax"
|
|
5206
|
+
}
|
|
5207
|
+
],
|
|
5208
|
+
"compatibility": {
|
|
5209
|
+
"nuxt": "^3.0.0",
|
|
5210
|
+
"requires": {}
|
|
5211
|
+
}
|
|
5212
|
+
},
|
|
4401
5213
|
{
|
|
4402
5214
|
"name": "recaptcha",
|
|
4403
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5215
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4404
5216
|
"repo": "nuxt-community/recaptcha-module",
|
|
4405
5217
|
"npm": "@nuxtjs/recaptcha",
|
|
4406
5218
|
"icon": "recaptcha.png",
|
|
@@ -4443,9 +5255,32 @@
|
|
|
4443
5255
|
"requires": {}
|
|
4444
5256
|
}
|
|
4445
5257
|
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "resend",
|
|
5260
|
+
"description": "Resend integration for Nuxt",
|
|
5261
|
+
"repo": "nhedger/nuxt-resend",
|
|
5262
|
+
"npm": "nuxt-resend",
|
|
5263
|
+
"icon": "resend.svg",
|
|
5264
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5265
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5266
|
+
"learn_more": "https://resend.com",
|
|
5267
|
+
"category": "Extensions",
|
|
5268
|
+
"type": "3rd-party",
|
|
5269
|
+
"maintainers": [
|
|
5270
|
+
{
|
|
5271
|
+
"name": "Nicolas Hedger",
|
|
5272
|
+
"github": "nhedger",
|
|
5273
|
+
"twitter": "nicolashedger"
|
|
5274
|
+
}
|
|
5275
|
+
],
|
|
5276
|
+
"compatibility": {
|
|
5277
|
+
"nuxt": "^3.0.0",
|
|
5278
|
+
"requires": {}
|
|
5279
|
+
}
|
|
5280
|
+
},
|
|
4446
5281
|
{
|
|
4447
5282
|
"name": "rfg-icon",
|
|
4448
|
-
"description": "Nuxt
|
|
5283
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4449
5284
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4450
5285
|
"npm": "nuxt-rfg-icon",
|
|
4451
5286
|
"icon": "real-favicon-generator.png",
|
|
@@ -4467,13 +5302,13 @@
|
|
|
4467
5302
|
},
|
|
4468
5303
|
{
|
|
4469
5304
|
"name": "robots",
|
|
4470
|
-
"description": "A Nuxt
|
|
4471
|
-
"repo": "nuxt-
|
|
5305
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5306
|
+
"repo": "nuxt-modules/robots",
|
|
4472
5307
|
"npm": "@nuxtjs/robots",
|
|
4473
5308
|
"icon": "robots.png",
|
|
4474
|
-
"github": "https://github.com/nuxt-
|
|
4475
|
-
"website": "https://github.com/nuxt-
|
|
4476
|
-
"learn_more": "
|
|
5309
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5310
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5311
|
+
"learn_more": "",
|
|
4477
5312
|
"category": "SEO",
|
|
4478
5313
|
"type": "community",
|
|
4479
5314
|
"maintainers": [
|
|
@@ -4491,23 +5326,23 @@
|
|
|
4491
5326
|
},
|
|
4492
5327
|
{
|
|
4493
5328
|
"name": "rollbar",
|
|
4494
|
-
"description": "
|
|
4495
|
-
"repo": "
|
|
4496
|
-
"npm": "nuxt-rollbar
|
|
5329
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5330
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5331
|
+
"npm": "nuxt-rollbar",
|
|
4497
5332
|
"icon": "rollbar.png",
|
|
4498
|
-
"github": "https://github.com/
|
|
4499
|
-
"website": "https://github.com/
|
|
5333
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5334
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4500
5335
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4501
5336
|
"category": "Monitoring",
|
|
4502
5337
|
"type": "3rd-party",
|
|
4503
5338
|
"maintainers": [
|
|
4504
5339
|
{
|
|
4505
|
-
"name": "
|
|
4506
|
-
"github": "
|
|
5340
|
+
"name": "Jairo Blatt",
|
|
5341
|
+
"github": "jairoblatt"
|
|
4507
5342
|
}
|
|
4508
5343
|
],
|
|
4509
5344
|
"compatibility": {
|
|
4510
|
-
"nuxt": "^
|
|
5345
|
+
"nuxt": "^3.0.0",
|
|
4511
5346
|
"requires": {}
|
|
4512
5347
|
}
|
|
4513
5348
|
},
|
|
@@ -4536,7 +5371,7 @@
|
|
|
4536
5371
|
},
|
|
4537
5372
|
{
|
|
4538
5373
|
"name": "router",
|
|
4539
|
-
"description": "Nuxt
|
|
5374
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4540
5375
|
"repo": "nuxt-community/router-module",
|
|
4541
5376
|
"npm": "@nuxtjs/router",
|
|
4542
5377
|
"icon": "vue.png",
|
|
@@ -4584,13 +5419,13 @@
|
|
|
4584
5419
|
},
|
|
4585
5420
|
{
|
|
4586
5421
|
"name": "schema-org",
|
|
4587
|
-
"description": "
|
|
4588
|
-
"repo": "
|
|
5422
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5423
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4589
5424
|
"npm": "nuxt-schema-org",
|
|
4590
5425
|
"icon": "schema-org.svg",
|
|
4591
|
-
"github": "https://github.com/
|
|
4592
|
-
"website": "https://
|
|
4593
|
-
"learn_more": "https://
|
|
5426
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5427
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5428
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4594
5429
|
"category": "SEO",
|
|
4595
5430
|
"type": "3rd-party",
|
|
4596
5431
|
"maintainers": [
|
|
@@ -4653,13 +5488,13 @@
|
|
|
4653
5488
|
},
|
|
4654
5489
|
{
|
|
4655
5490
|
"name": "segment",
|
|
4656
|
-
"description": "Nuxt
|
|
5491
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4657
5492
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4658
5493
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4659
5494
|
"icon": "segment.png",
|
|
4660
5495
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4661
5496
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4662
|
-
"learn_more": "
|
|
5497
|
+
"learn_more": "",
|
|
4663
5498
|
"category": "Analytics",
|
|
4664
5499
|
"type": "3rd-party",
|
|
4665
5500
|
"maintainers": [
|
|
@@ -4675,10 +5510,10 @@
|
|
|
4675
5510
|
},
|
|
4676
5511
|
{
|
|
4677
5512
|
"name": "sentry",
|
|
4678
|
-
"description": "Sentry module for Nuxt
|
|
5513
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4679
5514
|
"repo": "nuxt-community/sentry-module",
|
|
4680
5515
|
"npm": "@nuxtjs/sentry",
|
|
4681
|
-
"icon": "sentry.
|
|
5516
|
+
"icon": "sentry.svg",
|
|
4682
5517
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4683
5518
|
"website": "https://sentry.nuxtjs.org/",
|
|
4684
5519
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4696,20 +5531,22 @@
|
|
|
4696
5531
|
}
|
|
4697
5532
|
},
|
|
4698
5533
|
{
|
|
4699
|
-
"name": "seo-
|
|
4700
|
-
"description": "
|
|
4701
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4702
|
-
"npm": "nuxt-seo-
|
|
4703
|
-
"icon": "seo-
|
|
4704
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4705
|
-
"website": "https://
|
|
4706
|
-
"learn_more": "",
|
|
5534
|
+
"name": "seo-experiments",
|
|
5535
|
+
"description": "Powerful SEO DX improvements.",
|
|
5536
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5537
|
+
"npm": "nuxt-seo-experiments",
|
|
5538
|
+
"icon": "seo-experiments.svg",
|
|
5539
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5540
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5541
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4707
5542
|
"category": "SEO",
|
|
4708
5543
|
"type": "3rd-party",
|
|
4709
5544
|
"maintainers": [
|
|
4710
5545
|
{
|
|
4711
|
-
"name": "
|
|
4712
|
-
"github": "harlan-zw"
|
|
5546
|
+
"name": "Harlan Wilton",
|
|
5547
|
+
"github": "harlan-zw",
|
|
5548
|
+
"twitter": "harlan_zw",
|
|
5549
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4713
5550
|
}
|
|
4714
5551
|
],
|
|
4715
5552
|
"compatibility": {
|
|
@@ -4730,19 +5567,41 @@
|
|
|
4730
5567
|
"type": "3rd-party",
|
|
4731
5568
|
"maintainers": [
|
|
4732
5569
|
{
|
|
4733
|
-
"name": "ihavecoke",
|
|
4734
|
-
"github": "ihavecoke",
|
|
4735
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
5570
|
+
"name": "ihavecoke",
|
|
5571
|
+
"github": "ihavecoke",
|
|
5572
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
5573
|
+
}
|
|
5574
|
+
],
|
|
5575
|
+
"compatibility": {
|
|
5576
|
+
"nuxt": "^2.0.0",
|
|
5577
|
+
"requires": {}
|
|
5578
|
+
}
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"name": "seo",
|
|
5582
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5583
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5584
|
+
"npm": "@nuxtjs/seo",
|
|
5585
|
+
"icon": "nuxt.svg",
|
|
5586
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5587
|
+
"website": "https://nuxtseo.com/",
|
|
5588
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5589
|
+
"category": "SEO",
|
|
5590
|
+
"type": "3rd-party",
|
|
5591
|
+
"maintainers": [
|
|
5592
|
+
{
|
|
5593
|
+
"name": "harlan-zw",
|
|
5594
|
+
"github": "harlan-zw"
|
|
4736
5595
|
}
|
|
4737
5596
|
],
|
|
4738
5597
|
"compatibility": {
|
|
4739
|
-
"nuxt": "^
|
|
5598
|
+
"nuxt": "^3.0.0",
|
|
4740
5599
|
"requires": {}
|
|
4741
5600
|
}
|
|
4742
5601
|
},
|
|
4743
5602
|
{
|
|
4744
5603
|
"name": "seomatic-meta",
|
|
4745
|
-
"description": "A Nuxt
|
|
5604
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4746
5605
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4747
5606
|
"npm": "nuxt-seomatic-meta",
|
|
4748
5607
|
"icon": "seomatic.png",
|
|
@@ -4788,7 +5647,7 @@
|
|
|
4788
5647
|
{
|
|
4789
5648
|
"name": "server-block",
|
|
4790
5649
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4791
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
5650
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
4792
5651
|
"npm": "@hebilicious/server-block-nuxt",
|
|
4793
5652
|
"icon": "server-block.svg",
|
|
4794
5653
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -4833,7 +5692,7 @@
|
|
|
4833
5692
|
},
|
|
4834
5693
|
{
|
|
4835
5694
|
"name": "shopify",
|
|
4836
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5695
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4837
5696
|
"repo": "Gomah/nuxt-shopify",
|
|
4838
5697
|
"npm": "nuxt-shopify",
|
|
4839
5698
|
"icon": "shopify.png",
|
|
@@ -4854,7 +5713,7 @@
|
|
|
4854
5713
|
}
|
|
4855
5714
|
},
|
|
4856
5715
|
{
|
|
4857
|
-
"name": "
|
|
5716
|
+
"name": "sidebase-auth",
|
|
4858
5717
|
"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.",
|
|
4859
5718
|
"repo": "sidebase/nuxt-auth",
|
|
4860
5719
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4900,13 +5759,13 @@
|
|
|
4900
5759
|
},
|
|
4901
5760
|
{
|
|
4902
5761
|
"name": "simple-robots",
|
|
4903
|
-
"description": "
|
|
5762
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4904
5763
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4905
5764
|
"npm": "nuxt-simple-robots",
|
|
4906
|
-
"icon": "",
|
|
5765
|
+
"icon": "simple-robots.svg",
|
|
4907
5766
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4908
|
-
"website": "https://
|
|
4909
|
-
"learn_more": "",
|
|
5767
|
+
"website": "https://nuxtseo.com/robots",
|
|
5768
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4910
5769
|
"category": "SEO",
|
|
4911
5770
|
"type": "3rd-party",
|
|
4912
5771
|
"maintainers": [
|
|
@@ -4923,41 +5782,23 @@
|
|
|
4923
5782
|
}
|
|
4924
5783
|
},
|
|
4925
5784
|
{
|
|
4926
|
-
"name": "
|
|
4927
|
-
"description": "
|
|
4928
|
-
"repo": "
|
|
4929
|
-
"npm": "
|
|
4930
|
-
"icon": "",
|
|
4931
|
-
"github": "https://github.com/
|
|
4932
|
-
"website": "https://
|
|
4933
|
-
"learn_more": "",
|
|
5785
|
+
"name": "sitemap",
|
|
5786
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5787
|
+
"repo": "nuxt-modules/sitemap",
|
|
5788
|
+
"npm": "@nuxtjs/sitemap",
|
|
5789
|
+
"icon": "simple-sitemap.svg",
|
|
5790
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5791
|
+
"website": "https://nuxtseo.com/",
|
|
5792
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4934
5793
|
"category": "SEO",
|
|
4935
|
-
"type": "
|
|
5794
|
+
"type": "community",
|
|
4936
5795
|
"maintainers": [
|
|
4937
5796
|
{
|
|
4938
5797
|
"name": "Harlan Wilton",
|
|
4939
5798
|
"github": "harlan-zw",
|
|
4940
5799
|
"twitter": "harlan_zw",
|
|
4941
5800
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4942
|
-
}
|
|
4943
|
-
],
|
|
4944
|
-
"compatibility": {
|
|
4945
|
-
"nuxt": "^3.0.0",
|
|
4946
|
-
"requires": {}
|
|
4947
|
-
}
|
|
4948
|
-
},
|
|
4949
|
-
{
|
|
4950
|
-
"name": "sitemap",
|
|
4951
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4952
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4953
|
-
"npm": "@nuxtjs/sitemap",
|
|
4954
|
-
"icon": "",
|
|
4955
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4956
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4957
|
-
"learn_more": "",
|
|
4958
|
-
"category": "SEO",
|
|
4959
|
-
"type": "community",
|
|
4960
|
-
"maintainers": [
|
|
5801
|
+
},
|
|
4961
5802
|
{
|
|
4962
5803
|
"name": "Nicolas PENNEC",
|
|
4963
5804
|
"github": "NicoPennec",
|
|
@@ -4965,7 +5806,7 @@
|
|
|
4965
5806
|
}
|
|
4966
5807
|
],
|
|
4967
5808
|
"compatibility": {
|
|
4968
|
-
"nuxt": "^
|
|
5809
|
+
"nuxt": "^3.0.0",
|
|
4969
5810
|
"requires": {}
|
|
4970
5811
|
}
|
|
4971
5812
|
},
|
|
@@ -4993,7 +5834,7 @@
|
|
|
4993
5834
|
},
|
|
4994
5835
|
{
|
|
4995
5836
|
"name": "snipcart",
|
|
4996
|
-
"description": "Snipcart integration module for Nuxt
|
|
5837
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4997
5838
|
"repo": "nuxt-modules/snipcart",
|
|
4998
5839
|
"npm": "@nuxtjs/snipcart",
|
|
4999
5840
|
"icon": "snipcart.png",
|
|
@@ -5016,7 +5857,7 @@
|
|
|
5016
5857
|
},
|
|
5017
5858
|
{
|
|
5018
5859
|
"name": "social-meta",
|
|
5019
|
-
"description": "Nuxt
|
|
5860
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5020
5861
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5021
5862
|
"npm": "nuxt-social-meta",
|
|
5022
5863
|
"icon": "",
|
|
@@ -5138,7 +5979,7 @@
|
|
|
5138
5979
|
},
|
|
5139
5980
|
{
|
|
5140
5981
|
"name": "storage",
|
|
5141
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5982
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5142
5983
|
"repo": "mazipan/nuxt-storage",
|
|
5143
5984
|
"npm": "nuxt-storage",
|
|
5144
5985
|
"icon": "",
|
|
@@ -5160,7 +6001,7 @@
|
|
|
5160
6001
|
},
|
|
5161
6002
|
{
|
|
5162
6003
|
"name": "storefront-ui",
|
|
5163
|
-
"description": "Storefront UI Module for Nuxt
|
|
6004
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5164
6005
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5165
6006
|
"npm": "@storefront-ui/nuxt",
|
|
5166
6007
|
"icon": "storefront-ui.svg",
|
|
@@ -5204,8 +6045,8 @@
|
|
|
5204
6045
|
},
|
|
5205
6046
|
{
|
|
5206
6047
|
"name": "storyblok",
|
|
5207
|
-
"description": "Storyblok Nuxt
|
|
5208
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6048
|
+
"description": "Storyblok Nuxt module",
|
|
6049
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5209
6050
|
"npm": "@storyblok/nuxt",
|
|
5210
6051
|
"icon": "storyblok.png",
|
|
5211
6052
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5221,46 +6062,43 @@
|
|
|
5221
6062
|
],
|
|
5222
6063
|
"compatibility": {
|
|
5223
6064
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5224
|
-
"requires": {}
|
|
6065
|
+
"requires": {},
|
|
6066
|
+
"devtools": "^0.0.0"
|
|
5225
6067
|
}
|
|
5226
6068
|
},
|
|
5227
6069
|
{
|
|
5228
6070
|
"name": "storybook",
|
|
5229
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5230
|
-
"repo": "nuxt-
|
|
6071
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6072
|
+
"repo": "nuxt-modules/storybook",
|
|
5231
6073
|
"npm": "@nuxtjs/storybook",
|
|
5232
6074
|
"icon": "storybook.png",
|
|
5233
|
-
"github": "https://github.com/nuxt-
|
|
6075
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5234
6076
|
"website": "https://storybook.nuxtjs.org",
|
|
5235
|
-
"learn_more": "https://
|
|
6077
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5236
6078
|
"category": "Devtools",
|
|
5237
6079
|
"type": "community",
|
|
5238
6080
|
"maintainers": [
|
|
5239
6081
|
{
|
|
5240
|
-
"name": "
|
|
5241
|
-
"github": "
|
|
5242
|
-
"twitter": "
|
|
5243
|
-
},
|
|
5244
|
-
{
|
|
5245
|
-
"name": "Pooya Parsa",
|
|
5246
|
-
"github": "pi0",
|
|
5247
|
-
"twitter": "_pi0_"
|
|
6082
|
+
"name": "Chakir QATAB",
|
|
6083
|
+
"github": "chakAs3",
|
|
6084
|
+
"twitter": "ChakirQatab"
|
|
5248
6085
|
}
|
|
5249
6086
|
],
|
|
5250
6087
|
"compatibility": {
|
|
5251
|
-
"nuxt": "^2.0.0",
|
|
6088
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5252
6089
|
"requires": {
|
|
5253
6090
|
"bridge": "optional"
|
|
5254
|
-
}
|
|
6091
|
+
},
|
|
6092
|
+
"devtools": "^0.7.2"
|
|
5255
6093
|
}
|
|
5256
6094
|
},
|
|
5257
6095
|
{
|
|
5258
6096
|
"name": "strapi",
|
|
5259
6097
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5260
|
-
"repo": "nuxt-
|
|
6098
|
+
"repo": "nuxt-modules/strapi",
|
|
5261
6099
|
"npm": "@nuxtjs/strapi",
|
|
5262
6100
|
"icon": "strapi.png",
|
|
5263
|
-
"github": "https://github.com/nuxt-
|
|
6101
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5264
6102
|
"website": "https://strapi.nuxtjs.org",
|
|
5265
6103
|
"learn_more": "https://strapi.io/",
|
|
5266
6104
|
"category": "CMS",
|
|
@@ -5281,7 +6119,8 @@
|
|
|
5281
6119
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5282
6120
|
"requires": {
|
|
5283
6121
|
"bridge": true
|
|
5284
|
-
}
|
|
6122
|
+
},
|
|
6123
|
+
"devtools": "^0.0.0"
|
|
5285
6124
|
}
|
|
5286
6125
|
},
|
|
5287
6126
|
{
|
|
@@ -5332,6 +6171,36 @@
|
|
|
5332
6171
|
"requires": {}
|
|
5333
6172
|
}
|
|
5334
6173
|
},
|
|
6174
|
+
{
|
|
6175
|
+
"name": "studio",
|
|
6176
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6177
|
+
"repo": "nuxtlabs/studio-module",
|
|
6178
|
+
"npm": "@nuxthq/studio",
|
|
6179
|
+
"icon": "studio.svg",
|
|
6180
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6181
|
+
"website": "https://nuxt.studio",
|
|
6182
|
+
"learn_more": "https://nuxt.studio",
|
|
6183
|
+
"category": "CMS",
|
|
6184
|
+
"type": "3rd-party",
|
|
6185
|
+
"maintainers": [
|
|
6186
|
+
{
|
|
6187
|
+
"name": "Ahad Birang",
|
|
6188
|
+
"github": "farnabaz",
|
|
6189
|
+
"twitter": "a_birang"
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"name": "Sébastien Chopin",
|
|
6193
|
+
"github": "Atinux",
|
|
6194
|
+
"twitter": "Atinux"
|
|
6195
|
+
}
|
|
6196
|
+
],
|
|
6197
|
+
"compatibility": {
|
|
6198
|
+
"nuxt": "^3.0.0",
|
|
6199
|
+
"requires": {
|
|
6200
|
+
"content": true
|
|
6201
|
+
}
|
|
6202
|
+
}
|
|
6203
|
+
},
|
|
5335
6204
|
{
|
|
5336
6205
|
"name": "style-resources",
|
|
5337
6206
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5357,7 +6226,7 @@
|
|
|
5357
6226
|
},
|
|
5358
6227
|
{
|
|
5359
6228
|
"name": "stylelint",
|
|
5360
|
-
"description": "Stylelint module for Nuxt.
|
|
6229
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5361
6230
|
"repo": "nuxt-community/stylelint-module",
|
|
5362
6231
|
"npm": "@nuxtjs/stylelint-module",
|
|
5363
6232
|
"icon": "stylelint.png",
|
|
@@ -5403,10 +6272,10 @@
|
|
|
5403
6272
|
{
|
|
5404
6273
|
"name": "supabase",
|
|
5405
6274
|
"description": "First class integration with Supabase",
|
|
5406
|
-
"repo": "nuxt-
|
|
6275
|
+
"repo": "nuxt-modules/supabase",
|
|
5407
6276
|
"npm": "@nuxtjs/supabase",
|
|
5408
6277
|
"icon": "supabase.png",
|
|
5409
|
-
"github": "https://github.com/nuxt-
|
|
6278
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5410
6279
|
"website": "https://supabase.nuxtjs.org",
|
|
5411
6280
|
"learn_more": "https://supabase.com",
|
|
5412
6281
|
"category": "Database",
|
|
@@ -5457,12 +6326,12 @@
|
|
|
5457
6326
|
},
|
|
5458
6327
|
{
|
|
5459
6328
|
"name": "svg-sprite",
|
|
5460
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5461
|
-
"repo": "nuxt-
|
|
6329
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6330
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5462
6331
|
"npm": "@nuxtjs/svg-sprite",
|
|
5463
6332
|
"icon": "",
|
|
5464
|
-
"github": "https://github.com/nuxt-
|
|
5465
|
-
"website": "https://github.com/nuxt-
|
|
6333
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6334
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5466
6335
|
"learn_more": "",
|
|
5467
6336
|
"category": "UI",
|
|
5468
6337
|
"type": "community",
|
|
@@ -5474,13 +6343,13 @@
|
|
|
5474
6343
|
}
|
|
5475
6344
|
],
|
|
5476
6345
|
"compatibility": {
|
|
5477
|
-
"nuxt": "^2.0.0",
|
|
6346
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5478
6347
|
"requires": {}
|
|
5479
6348
|
}
|
|
5480
6349
|
},
|
|
5481
6350
|
{
|
|
5482
6351
|
"name": "svg",
|
|
5483
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6352
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5484
6353
|
"repo": "nuxt-community/svg-module",
|
|
5485
6354
|
"npm": "@nuxtjs/svg",
|
|
5486
6355
|
"icon": "",
|
|
@@ -5524,7 +6393,7 @@
|
|
|
5524
6393
|
},
|
|
5525
6394
|
{
|
|
5526
6395
|
"name": "swiper",
|
|
5527
|
-
"description": "Nuxt
|
|
6396
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5528
6397
|
"repo": "cpreston321/nuxt-swiper",
|
|
5529
6398
|
"npm": "nuxt-swiper",
|
|
5530
6399
|
"icon": "swiper.svg",
|
|
@@ -5570,10 +6439,10 @@
|
|
|
5570
6439
|
{
|
|
5571
6440
|
"name": "tailwindcss",
|
|
5572
6441
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5573
|
-
"repo": "nuxt-
|
|
6442
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5574
6443
|
"npm": "@nuxtjs/tailwindcss",
|
|
5575
6444
|
"icon": "tailwindcss.png",
|
|
5576
|
-
"github": "https://github.com/nuxt-
|
|
6445
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5577
6446
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5578
6447
|
"learn_more": "https://tailwindcss.com/",
|
|
5579
6448
|
"category": "UI",
|
|
@@ -5583,11 +6452,16 @@
|
|
|
5583
6452
|
"name": "Sébastien Chopin",
|
|
5584
6453
|
"github": "Atinux",
|
|
5585
6454
|
"twitter": "Atinux"
|
|
6455
|
+
},
|
|
6456
|
+
{
|
|
6457
|
+
"name": "Inesh Bose",
|
|
6458
|
+
"github": "ineshbose"
|
|
5586
6459
|
}
|
|
5587
6460
|
],
|
|
5588
6461
|
"compatibility": {
|
|
5589
6462
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5590
|
-
"requires": {}
|
|
6463
|
+
"requires": {},
|
|
6464
|
+
"devtools": "^0.0.0"
|
|
5591
6465
|
}
|
|
5592
6466
|
},
|
|
5593
6467
|
{
|
|
@@ -5635,9 +6509,31 @@
|
|
|
5635
6509
|
"requires": {}
|
|
5636
6510
|
}
|
|
5637
6511
|
},
|
|
6512
|
+
{
|
|
6513
|
+
"name": "tiptap",
|
|
6514
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6515
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6516
|
+
"npm": "nuxt-tiptap-editor",
|
|
6517
|
+
"icon": "tiptap.png",
|
|
6518
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6519
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6520
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6521
|
+
"category": "Libraries",
|
|
6522
|
+
"type": "3rd-party",
|
|
6523
|
+
"maintainers": [
|
|
6524
|
+
{
|
|
6525
|
+
"name": "modbender",
|
|
6526
|
+
"github": "modbender"
|
|
6527
|
+
}
|
|
6528
|
+
],
|
|
6529
|
+
"compatibility": {
|
|
6530
|
+
"nuxt": "^3.0.0",
|
|
6531
|
+
"requires": {}
|
|
6532
|
+
}
|
|
6533
|
+
},
|
|
5638
6534
|
{
|
|
5639
6535
|
"name": "toast",
|
|
5640
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6536
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5641
6537
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5642
6538
|
"npm": "@nuxtjs/toast",
|
|
5643
6539
|
"icon": "",
|
|
@@ -5658,6 +6554,28 @@
|
|
|
5658
6554
|
"requires": {}
|
|
5659
6555
|
}
|
|
5660
6556
|
},
|
|
6557
|
+
{
|
|
6558
|
+
"name": "translation-manager",
|
|
6559
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6560
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6561
|
+
"npm": "nuxt-translation-manager",
|
|
6562
|
+
"icon": "translation-manager.png",
|
|
6563
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6564
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6565
|
+
"learn_more": "",
|
|
6566
|
+
"category": "Extensions",
|
|
6567
|
+
"type": "3rd-party",
|
|
6568
|
+
"maintainers": [
|
|
6569
|
+
{
|
|
6570
|
+
"name": "Sam K",
|
|
6571
|
+
"github": "samk-dev"
|
|
6572
|
+
}
|
|
6573
|
+
],
|
|
6574
|
+
"compatibility": {
|
|
6575
|
+
"nuxt": "^3.0.0",
|
|
6576
|
+
"requires": {}
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
5661
6579
|
{
|
|
5662
6580
|
"name": "tresjs",
|
|
5663
6581
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -5718,7 +6636,7 @@
|
|
|
5718
6636
|
},
|
|
5719
6637
|
{
|
|
5720
6638
|
"name": "twa",
|
|
5721
|
-
"description": "Nuxt
|
|
6639
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5722
6640
|
"repo": "tuarrep/nuxt-twa",
|
|
5723
6641
|
"npm": "nuxt-twa",
|
|
5724
6642
|
"icon": "",
|
|
@@ -5906,6 +6824,63 @@
|
|
|
5906
6824
|
"requires": {}
|
|
5907
6825
|
}
|
|
5908
6826
|
},
|
|
6827
|
+
{
|
|
6828
|
+
"name": "typo3",
|
|
6829
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6830
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6831
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6832
|
+
"icon": "typo3.svg",
|
|
6833
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6834
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6835
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6836
|
+
"category": "CMS",
|
|
6837
|
+
"type": "3rd-party",
|
|
6838
|
+
"maintainers": [
|
|
6839
|
+
{
|
|
6840
|
+
"name": "Macopedia",
|
|
6841
|
+
"github": "macopedia",
|
|
6842
|
+
"twitter": "macopediapl"
|
|
6843
|
+
}
|
|
6844
|
+
],
|
|
6845
|
+
"compatibility": {
|
|
6846
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6847
|
+
"requires": {},
|
|
6848
|
+
"devtools": "^0.0.0"
|
|
6849
|
+
}
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"name": "ui",
|
|
6853
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6854
|
+
"repo": "nuxt/ui#dev",
|
|
6855
|
+
"npm": "@nuxt/ui",
|
|
6856
|
+
"icon": "nuxt.svg",
|
|
6857
|
+
"github": "https://github.com/nuxt/ui",
|
|
6858
|
+
"website": "https://ui.nuxt.com",
|
|
6859
|
+
"learn_more": "",
|
|
6860
|
+
"category": "UI",
|
|
6861
|
+
"type": "official",
|
|
6862
|
+
"maintainers": [
|
|
6863
|
+
{
|
|
6864
|
+
"name": "Benjamin Canac",
|
|
6865
|
+
"github": "benjamincanac",
|
|
6866
|
+
"twitter": "benjamincanac"
|
|
6867
|
+
},
|
|
6868
|
+
{
|
|
6869
|
+
"name": "Sebastien Chopin",
|
|
6870
|
+
"github": "Atinux",
|
|
6871
|
+
"twitter": "Atinux"
|
|
6872
|
+
},
|
|
6873
|
+
{
|
|
6874
|
+
"name": "Sylvain Marroufin",
|
|
6875
|
+
"github": "smarroufin",
|
|
6876
|
+
"twitter": "smarroufin"
|
|
6877
|
+
}
|
|
6878
|
+
],
|
|
6879
|
+
"compatibility": {
|
|
6880
|
+
"nuxt": "^3.0.0",
|
|
6881
|
+
"requires": {}
|
|
6882
|
+
}
|
|
6883
|
+
},
|
|
5909
6884
|
{
|
|
5910
6885
|
"name": "umami",
|
|
5911
6886
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5930,31 +6905,9 @@
|
|
|
5930
6905
|
}
|
|
5931
6906
|
}
|
|
5932
6907
|
},
|
|
5933
|
-
{
|
|
5934
|
-
"name": "unhead",
|
|
5935
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5936
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5937
|
-
"npm": "nuxt-seo-experiments",
|
|
5938
|
-
"icon": "",
|
|
5939
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5940
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5941
|
-
"learn_more": "",
|
|
5942
|
-
"category": "SEO",
|
|
5943
|
-
"type": "3rd-party",
|
|
5944
|
-
"maintainers": [
|
|
5945
|
-
{
|
|
5946
|
-
"name": "harlan-zw",
|
|
5947
|
-
"github": "harlan-zw"
|
|
5948
|
-
}
|
|
5949
|
-
],
|
|
5950
|
-
"compatibility": {
|
|
5951
|
-
"nuxt": "^3.0.0",
|
|
5952
|
-
"requires": {}
|
|
5953
|
-
}
|
|
5954
|
-
},
|
|
5955
6908
|
{
|
|
5956
6909
|
"name": "universal-storage",
|
|
5957
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6910
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5958
6911
|
"repo": "nuxt-community/universal-storage-module",
|
|
5959
6912
|
"npm": "@nuxtjs/universal-storage",
|
|
5960
6913
|
"icon": "",
|
|
@@ -5983,7 +6936,7 @@
|
|
|
5983
6936
|
{
|
|
5984
6937
|
"name": "unlazy",
|
|
5985
6938
|
"description": "Lazy loading library for placeholder images",
|
|
5986
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6939
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
5987
6940
|
"npm": "@unlazy/nuxt",
|
|
5988
6941
|
"icon": "unlazy.svg",
|
|
5989
6942
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6031,12 +6984,12 @@
|
|
|
6031
6984
|
{
|
|
6032
6985
|
"name": "unocss",
|
|
6033
6986
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6034
|
-
"repo": "
|
|
6987
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6035
6988
|
"npm": "@unocss/nuxt",
|
|
6036
6989
|
"icon": "unocss.svg",
|
|
6037
|
-
"github": "https://github.com/
|
|
6038
|
-
"website": "https://github.com/
|
|
6039
|
-
"learn_more": "https://github.com/
|
|
6990
|
+
"github": "https://github.com/unocss/unocss",
|
|
6991
|
+
"website": "https://github.com/unocss/unocss",
|
|
6992
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6040
6993
|
"category": "UI",
|
|
6041
6994
|
"type": "3rd-party",
|
|
6042
6995
|
"maintainers": [
|
|
@@ -6051,7 +7004,8 @@
|
|
|
6051
7004
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6052
7005
|
"requires": {
|
|
6053
7006
|
"bridge": "optional"
|
|
6054
|
-
}
|
|
7007
|
+
},
|
|
7008
|
+
"devtools": "^0.0.0"
|
|
6055
7009
|
}
|
|
6056
7010
|
},
|
|
6057
7011
|
{
|
|
@@ -6077,9 +7031,33 @@
|
|
|
6077
7031
|
"requires": {}
|
|
6078
7032
|
}
|
|
6079
7033
|
},
|
|
7034
|
+
{
|
|
7035
|
+
"name": "use-wagmi",
|
|
7036
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7037
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7038
|
+
"npm": "@use-wagmi/nuxt",
|
|
7039
|
+
"icon": "use-wagmi.png",
|
|
7040
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7041
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7042
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7043
|
+
"category": "Extensions",
|
|
7044
|
+
"type": "3rd-party",
|
|
7045
|
+
"maintainers": [
|
|
7046
|
+
{
|
|
7047
|
+
"name": "Unic Ape",
|
|
7048
|
+
"github": "unicape"
|
|
7049
|
+
}
|
|
7050
|
+
],
|
|
7051
|
+
"compatibility": {
|
|
7052
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7053
|
+
"requires": {
|
|
7054
|
+
"bridge": true
|
|
7055
|
+
}
|
|
7056
|
+
}
|
|
7057
|
+
},
|
|
6080
7058
|
{
|
|
6081
7059
|
"name": "user-agent",
|
|
6082
|
-
"description": "Nuxt
|
|
7060
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6083
7061
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6084
7062
|
"npm": "nuxt-user-agent",
|
|
6085
7063
|
"icon": "",
|
|
@@ -6107,7 +7085,7 @@
|
|
|
6107
7085
|
"icon": "vee-validate.png",
|
|
6108
7086
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6109
7087
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6110
|
-
"learn_more": "
|
|
7088
|
+
"learn_more": "",
|
|
6111
7089
|
"category": "Libraries",
|
|
6112
7090
|
"type": "3rd-party",
|
|
6113
7091
|
"maintainers": [
|
|
@@ -6169,9 +7147,31 @@
|
|
|
6169
7147
|
}
|
|
6170
7148
|
}
|
|
6171
7149
|
},
|
|
7150
|
+
{
|
|
7151
|
+
"name": "vcalendar",
|
|
7152
|
+
"description": "VCalendar module for Nuxt",
|
|
7153
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7154
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7155
|
+
"icon": "vcalendar.png",
|
|
7156
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7157
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7158
|
+
"learn_more": "",
|
|
7159
|
+
"category": "Libraries",
|
|
7160
|
+
"type": "3rd-party",
|
|
7161
|
+
"maintainers": [
|
|
7162
|
+
{
|
|
7163
|
+
"name": "Sam K",
|
|
7164
|
+
"github": "samk-dev"
|
|
7165
|
+
}
|
|
7166
|
+
],
|
|
7167
|
+
"compatibility": {
|
|
7168
|
+
"nuxt": "^3.0.0",
|
|
7169
|
+
"requires": {}
|
|
7170
|
+
}
|
|
7171
|
+
},
|
|
6172
7172
|
{
|
|
6173
7173
|
"name": "vee-validate",
|
|
6174
|
-
"description": "Painless Vue forms for Nuxt
|
|
7174
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6175
7175
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6176
7176
|
"npm": "@vee-validate/nuxt",
|
|
6177
7177
|
"icon": "vee-validate.png",
|
|
@@ -6261,7 +7261,7 @@
|
|
|
6261
7261
|
},
|
|
6262
7262
|
{
|
|
6263
7263
|
"name": "vite-pwa-nuxt",
|
|
6264
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7264
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6265
7265
|
"repo": "vite-pwa/nuxt",
|
|
6266
7266
|
"npm": "@vite-pwa/nuxt",
|
|
6267
7267
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6310,18 +7310,19 @@
|
|
|
6310
7310
|
],
|
|
6311
7311
|
"compatibility": {
|
|
6312
7312
|
"nuxt": "^3.0.0",
|
|
6313
|
-
"requires": {}
|
|
7313
|
+
"requires": {},
|
|
7314
|
+
"devtools": "^0.0.0"
|
|
6314
7315
|
}
|
|
6315
7316
|
},
|
|
6316
7317
|
{
|
|
6317
7318
|
"name": "vue-email",
|
|
6318
|
-
"description": "Write email templates with vue",
|
|
6319
|
-
"repo": "
|
|
6320
|
-
"npm": "vue-email",
|
|
7319
|
+
"description": "💌 Write email templates with vue",
|
|
7320
|
+
"repo": "vue-email/nuxt",
|
|
7321
|
+
"npm": "@vue-email/nuxt",
|
|
6321
7322
|
"icon": "vue-email.svg",
|
|
6322
|
-
"github": "https://github.com/
|
|
6323
|
-
"website": "https://
|
|
6324
|
-
"learn_more": "https://
|
|
7323
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7324
|
+
"website": "https://vuemail.net/",
|
|
7325
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6325
7326
|
"category": "UI",
|
|
6326
7327
|
"type": "3rd-party",
|
|
6327
7328
|
"maintainers": [
|
|
@@ -6338,6 +7339,30 @@
|
|
|
6338
7339
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6339
7340
|
}
|
|
6340
7341
|
],
|
|
7342
|
+
"compatibility": {
|
|
7343
|
+
"nuxt": "^3.0.0",
|
|
7344
|
+
"requires": {},
|
|
7345
|
+
"devtools": "^0.0.0"
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"name": "vue-final-modal",
|
|
7350
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7351
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7352
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7353
|
+
"icon": "vue-final-modal.svg",
|
|
7354
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7355
|
+
"website": "https://vue-final-modal.org/",
|
|
7356
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7357
|
+
"category": "UI",
|
|
7358
|
+
"type": "3rd-party",
|
|
7359
|
+
"maintainers": [
|
|
7360
|
+
{
|
|
7361
|
+
"name": "Hunter Liu",
|
|
7362
|
+
"github": "hunterliu1003",
|
|
7363
|
+
"twitter": "hunterliu1003"
|
|
7364
|
+
}
|
|
7365
|
+
],
|
|
6341
7366
|
"compatibility": {
|
|
6342
7367
|
"nuxt": "^3.0.0",
|
|
6343
7368
|
"requires": {}
|
|
@@ -6365,7 +7390,8 @@
|
|
|
6365
7390
|
"nuxt": "^3.0.0",
|
|
6366
7391
|
"requires": {
|
|
6367
7392
|
"bridge": "optional"
|
|
6368
|
-
}
|
|
7393
|
+
},
|
|
7394
|
+
"devtools": "^0.0.0"
|
|
6369
7395
|
}
|
|
6370
7396
|
},
|
|
6371
7397
|
{
|
|
@@ -6392,7 +7418,7 @@
|
|
|
6392
7418
|
},
|
|
6393
7419
|
{
|
|
6394
7420
|
"name": "vue-multiselect",
|
|
6395
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7421
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6396
7422
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6397
7423
|
"npm": "nuxt-vue-multiselect",
|
|
6398
7424
|
"icon": "",
|
|
@@ -6437,7 +7463,7 @@
|
|
|
6437
7463
|
{
|
|
6438
7464
|
"name": "vue-query",
|
|
6439
7465
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6440
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7466
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6441
7467
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6442
7468
|
"icon": "vue-query.svg",
|
|
6443
7469
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6506,7 +7532,7 @@
|
|
|
6506
7532
|
},
|
|
6507
7533
|
{
|
|
6508
7534
|
"name": "vue-warehouse",
|
|
6509
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7535
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6510
7536
|
"repo": "juliomrqz/vue-warehouse",
|
|
6511
7537
|
"npm": "vue-warehouse",
|
|
6512
7538
|
"icon": "",
|
|
@@ -6529,12 +7555,12 @@
|
|
|
6529
7555
|
},
|
|
6530
7556
|
{
|
|
6531
7557
|
"name": "vue3-carousel-nuxt",
|
|
6532
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7558
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6533
7559
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6534
7560
|
"npm": "vue3-carousel-nuxt",
|
|
6535
7561
|
"icon": "",
|
|
6536
7562
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6537
|
-
"website": "",
|
|
7563
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6538
7564
|
"learn_more": "",
|
|
6539
7565
|
"category": "UI",
|
|
6540
7566
|
"type": "3rd-party",
|
|
@@ -6553,7 +7579,7 @@
|
|
|
6553
7579
|
{
|
|
6554
7580
|
"name": "vuefire",
|
|
6555
7581
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6556
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7582
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6557
7583
|
"npm": "nuxt-vuefire",
|
|
6558
7584
|
"icon": "vuefire.svg",
|
|
6559
7585
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6572,15 +7598,61 @@
|
|
|
6572
7598
|
"requires": {}
|
|
6573
7599
|
}
|
|
6574
7600
|
},
|
|
7601
|
+
{
|
|
7602
|
+
"name": "vueform-builder",
|
|
7603
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7604
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7605
|
+
"npm": "@vueform/builder-nuxt",
|
|
7606
|
+
"icon": "vueform.svg",
|
|
7607
|
+
"github": "https://github.com/vueform/builder",
|
|
7608
|
+
"website": "https://builder.vueform.com",
|
|
7609
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7610
|
+
"category": "Libraries",
|
|
7611
|
+
"type": "3rd-party",
|
|
7612
|
+
"maintainers": [
|
|
7613
|
+
{
|
|
7614
|
+
"name": "Adam Berecz",
|
|
7615
|
+
"github": "adamberecz",
|
|
7616
|
+
"twitter": "bereczadam"
|
|
7617
|
+
}
|
|
7618
|
+
],
|
|
7619
|
+
"compatibility": {
|
|
7620
|
+
"nuxt": "^3.0.0",
|
|
7621
|
+
"requires": {}
|
|
7622
|
+
}
|
|
7623
|
+
},
|
|
7624
|
+
{
|
|
7625
|
+
"name": "vueform",
|
|
7626
|
+
"description": "Official Vueform module for Nuxt",
|
|
7627
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7628
|
+
"npm": "@vueform/nuxt",
|
|
7629
|
+
"icon": "vueform.svg",
|
|
7630
|
+
"github": "https://github.com/vueform/vueform",
|
|
7631
|
+
"website": "https://vueform.com",
|
|
7632
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7633
|
+
"category": "Libraries",
|
|
7634
|
+
"type": "3rd-party",
|
|
7635
|
+
"maintainers": [
|
|
7636
|
+
{
|
|
7637
|
+
"name": "Adam Berecz",
|
|
7638
|
+
"github": "adamberecz",
|
|
7639
|
+
"twitter": "bereczadam"
|
|
7640
|
+
}
|
|
7641
|
+
],
|
|
7642
|
+
"compatibility": {
|
|
7643
|
+
"nuxt": "^3.0.0",
|
|
7644
|
+
"requires": {}
|
|
7645
|
+
}
|
|
7646
|
+
},
|
|
6575
7647
|
{
|
|
6576
7648
|
"name": "vuestic",
|
|
6577
|
-
"description": "Vuestic UI module for Nuxt
|
|
7649
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6578
7650
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6579
7651
|
"npm": "@vuestic/nuxt",
|
|
6580
7652
|
"icon": "vuestic.png",
|
|
6581
7653
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6582
|
-
"website": "https://vuestic.dev",
|
|
6583
|
-
"learn_more": "https://vuestic.dev/
|
|
7654
|
+
"website": "https://ui.vuestic.dev",
|
|
7655
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6584
7656
|
"category": "UI",
|
|
6585
7657
|
"type": "3rd-party",
|
|
6586
7658
|
"maintainers": [
|
|
@@ -6601,8 +7673,8 @@
|
|
|
6601
7673
|
"npm": "vuetify-nuxt-module",
|
|
6602
7674
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6603
7675
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6604
|
-
"website": "https://
|
|
6605
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7676
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7677
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6606
7678
|
"category": "UI",
|
|
6607
7679
|
"type": "3rd-party",
|
|
6608
7680
|
"maintainers": [
|
|
@@ -6618,7 +7690,7 @@
|
|
|
6618
7690
|
},
|
|
6619
7691
|
{
|
|
6620
7692
|
"name": "vuetify",
|
|
6621
|
-
"description": "Vuetify Module for Nuxt
|
|
7693
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6622
7694
|
"repo": "nuxt-community/vuetify-module",
|
|
6623
7695
|
"npm": "@nuxtjs/vuetify",
|
|
6624
7696
|
"icon": "vuetify.png",
|
|
@@ -6665,7 +7737,8 @@
|
|
|
6665
7737
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6666
7738
|
"requires": {
|
|
6667
7739
|
"bridge": "optional"
|
|
6668
|
-
}
|
|
7740
|
+
},
|
|
7741
|
+
"devtools": "^0.0.0"
|
|
6669
7742
|
}
|
|
6670
7743
|
},
|
|
6671
7744
|
{
|
|
@@ -6692,7 +7765,7 @@
|
|
|
6692
7765
|
},
|
|
6693
7766
|
{
|
|
6694
7767
|
"name": "vunix",
|
|
6695
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7768
|
+
"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.",
|
|
6696
7769
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6697
7770
|
"npm": "@vunix/nuxt",
|
|
6698
7771
|
"icon": "",
|
|
@@ -6716,11 +7789,11 @@
|
|
|
6716
7789
|
{
|
|
6717
7790
|
"name": "web-vitals",
|
|
6718
7791
|
"description": "Web Vitals for Nuxt",
|
|
6719
|
-
"repo": "nuxt-
|
|
7792
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6720
7793
|
"npm": "@nuxtjs/web-vitals",
|
|
6721
7794
|
"icon": "web-vitals.png",
|
|
6722
|
-
"github": "https://github.com/nuxt-
|
|
6723
|
-
"website": "https://github.com/nuxt-
|
|
7795
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7796
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6724
7797
|
"learn_more": "",
|
|
6725
7798
|
"category": "Performance",
|
|
6726
7799
|
"type": "community",
|
|
@@ -6771,7 +7844,7 @@
|
|
|
6771
7844
|
},
|
|
6772
7845
|
{
|
|
6773
7846
|
"name": "webpack-optimisations",
|
|
6774
|
-
"description": "Nuxt
|
|
7847
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6775
7848
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6776
7849
|
"npm": "nuxt-webpack-optimisations",
|
|
6777
7850
|
"icon": "build-optimisations.svg",
|
|
@@ -6846,7 +7919,7 @@
|
|
|
6846
7919
|
"icon": "webpack.png",
|
|
6847
7920
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6848
7921
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6849
|
-
"learn_more": "
|
|
7922
|
+
"learn_more": "",
|
|
6850
7923
|
"category": "Devtools",
|
|
6851
7924
|
"type": "community",
|
|
6852
7925
|
"maintainers": [
|
|
@@ -6863,7 +7936,7 @@
|
|
|
6863
7936
|
},
|
|
6864
7937
|
{
|
|
6865
7938
|
"name": "well-known",
|
|
6866
|
-
"description": "A Nuxt
|
|
7939
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6867
7940
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6868
7941
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6869
7942
|
"icon": "well-known.svg",
|
|
@@ -6885,7 +7958,7 @@
|
|
|
6885
7958
|
},
|
|
6886
7959
|
{
|
|
6887
7960
|
"name": "wideangle",
|
|
6888
|
-
"description": "Nuxt
|
|
7961
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6889
7962
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6890
7963
|
"npm": "wideangle-nuxt",
|
|
6891
7964
|
"icon": "wideangle.png",
|
|
@@ -6912,11 +7985,11 @@
|
|
|
6912
7985
|
{
|
|
6913
7986
|
"name": "windicss",
|
|
6914
7987
|
"description": "Next generation utility-first CSS framework.",
|
|
6915
|
-
"repo": "windicss/nuxt-windicss
|
|
7988
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6916
7989
|
"npm": "nuxt-windicss",
|
|
6917
7990
|
"icon": "windicss.svg",
|
|
6918
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6919
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7991
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7992
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6920
7993
|
"learn_more": "https://windicss.org/",
|
|
6921
7994
|
"category": "UI",
|
|
6922
7995
|
"type": "3rd-party",
|
|
@@ -7052,55 +8125,9 @@
|
|
|
7052
8125
|
"requires": {}
|
|
7053
8126
|
}
|
|
7054
8127
|
},
|
|
7055
|
-
{
|
|
7056
|
-
"name": "yandex-metrika-next",
|
|
7057
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
7058
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7059
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7060
|
-
"icon": "yandex-metrika.svg",
|
|
7061
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7062
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7063
|
-
"learn_more": "",
|
|
7064
|
-
"category": "Analytics",
|
|
7065
|
-
"type": "3rd-party",
|
|
7066
|
-
"maintainers": [
|
|
7067
|
-
{
|
|
7068
|
-
"name": "Aleksandr Saburov",
|
|
7069
|
-
"github": "artmizu",
|
|
7070
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7071
|
-
}
|
|
7072
|
-
],
|
|
7073
|
-
"compatibility": {
|
|
7074
|
-
"nuxt": "^3.0.0",
|
|
7075
|
-
"requires": {}
|
|
7076
|
-
}
|
|
7077
|
-
},
|
|
7078
|
-
{
|
|
7079
|
-
"name": "yandex-metrika",
|
|
7080
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
7081
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
7082
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
7083
|
-
"icon": "",
|
|
7084
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7085
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7086
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
7087
|
-
"category": "Analytics",
|
|
7088
|
-
"type": "community",
|
|
7089
|
-
"maintainers": [
|
|
7090
|
-
{
|
|
7091
|
-
"name": "Pooya Parsa",
|
|
7092
|
-
"github": "pi0",
|
|
7093
|
-
"twitter": "_pi0_"
|
|
7094
|
-
}
|
|
7095
|
-
],
|
|
7096
|
-
"compatibility": {
|
|
7097
|
-
"nuxt": "^2.0.0",
|
|
7098
|
-
"requires": {}
|
|
7099
|
-
}
|
|
7100
|
-
},
|
|
7101
8128
|
{
|
|
7102
8129
|
"name": "zendesk",
|
|
7103
|
-
"description": "Nuxt
|
|
8130
|
+
"description": "Nuxt module for Zendesk",
|
|
7104
8131
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7105
8132
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7106
8133
|
"icon": "zendesk.png",
|