@nuxt/modules 0.6.0-efe624 → 0.6.0-f72ed3
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 +1090 -304
- package/package.json +9 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,9 +170,31 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
@@ -220,7 +242,7 @@
|
|
|
220
242
|
},
|
|
221
243
|
{
|
|
222
244
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
246
|
"repo": "nuxt-modules/apollo",
|
|
225
247
|
"npm": "@nuxtjs/apollo",
|
|
226
248
|
"icon": "apollo.png",
|
|
@@ -244,7 +266,7 @@
|
|
|
244
266
|
},
|
|
245
267
|
{
|
|
246
268
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
248
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
272
|
"icon": "application-insights.png",
|
|
@@ -286,9 +308,76 @@
|
|
|
286
308
|
"requires": {}
|
|
287
309
|
}
|
|
288
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
289
378
|
{
|
|
290
379
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
381
|
"repo": "nuxt-community/auth-module",
|
|
293
382
|
"npm": "@nuxtjs/auth",
|
|
294
383
|
"icon": "auth.png",
|
|
@@ -336,9 +425,32 @@
|
|
|
336
425
|
"requires": {}
|
|
337
426
|
}
|
|
338
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
339
451
|
{
|
|
340
452
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
454
|
"repo": "nuxt-community/axios-module",
|
|
343
455
|
"npm": "@nuxtjs/axios",
|
|
344
456
|
"icon": "axios.svg",
|
|
@@ -361,7 +473,7 @@
|
|
|
361
473
|
},
|
|
362
474
|
{
|
|
363
475
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
478
|
"npm": "nuxt-basic-auth-module",
|
|
367
479
|
"icon": "",
|
|
@@ -485,7 +597,7 @@
|
|
|
485
597
|
},
|
|
486
598
|
{
|
|
487
599
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
602
|
"npm": "nuxt-bulma-slim",
|
|
491
603
|
"icon": "bulma.png",
|
|
@@ -552,7 +664,7 @@
|
|
|
552
664
|
},
|
|
553
665
|
{
|
|
554
666
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
668
|
"repo": "LuXDAmore/generative-art",
|
|
557
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
670
|
"icon": "",
|
|
@@ -575,7 +687,7 @@
|
|
|
575
687
|
},
|
|
576
688
|
{
|
|
577
689
|
"name": "capo",
|
|
578
|
-
"description": "Capo.js implementation for Nuxt
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
579
691
|
"repo": "danielroe/nuxt-capo",
|
|
580
692
|
"npm": "nuxt-capo",
|
|
581
693
|
"icon": "",
|
|
@@ -597,7 +709,7 @@
|
|
|
597
709
|
},
|
|
598
710
|
{
|
|
599
711
|
"name": "chakra-ui",
|
|
600
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
601
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
602
714
|
"npm": "@chakra-ui/nuxt",
|
|
603
715
|
"icon": "chakra-ui.png",
|
|
@@ -708,7 +820,7 @@
|
|
|
708
820
|
},
|
|
709
821
|
{
|
|
710
822
|
"name": "cloudcms",
|
|
711
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
712
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
713
825
|
"npm": "cloudcms-nuxt",
|
|
714
826
|
"icon": "",
|
|
@@ -757,11 +869,11 @@
|
|
|
757
869
|
},
|
|
758
870
|
{
|
|
759
871
|
"name": "cloudinary",
|
|
760
|
-
"description": "Optimize images and videos in your Nuxt
|
|
761
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
874
|
"npm": "@nuxtjs/cloudinary",
|
|
763
875
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
878
|
"learn_more": "https://cloudinary.com",
|
|
767
879
|
"category": "Images",
|
|
@@ -780,11 +892,11 @@
|
|
|
780
892
|
},
|
|
781
893
|
{
|
|
782
894
|
"name": "color-mode",
|
|
783
|
-
"description": "Dark and Light mode for
|
|
784
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
897
|
"npm": "@nuxtjs/color-mode",
|
|
786
898
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
901
|
"learn_more": "",
|
|
790
902
|
"category": "UI",
|
|
@@ -1001,7 +1113,7 @@
|
|
|
1001
1113
|
},
|
|
1002
1114
|
{
|
|
1003
1115
|
"name": "darkmode.js",
|
|
1004
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1005
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1006
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1007
1119
|
"icon": "darkmode.png",
|
|
@@ -1023,7 +1135,7 @@
|
|
|
1023
1135
|
},
|
|
1024
1136
|
{
|
|
1025
1137
|
"name": "date-fns",
|
|
1026
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1027
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1028
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1029
1141
|
"icon": "date-fns.png",
|
|
@@ -1045,7 +1157,7 @@
|
|
|
1045
1157
|
},
|
|
1046
1158
|
{
|
|
1047
1159
|
"name": "datocms-nuxt2",
|
|
1048
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1049
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1050
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1051
1163
|
"icon": "datocms.svg",
|
|
@@ -1114,8 +1226,8 @@
|
|
|
1114
1226
|
},
|
|
1115
1227
|
{
|
|
1116
1228
|
"name": "delay-hydration",
|
|
1117
|
-
"description": "Improve your Nuxt
|
|
1118
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1119
1231
|
"npm": "nuxt-delay-hydration",
|
|
1120
1232
|
"icon": "lighthouse.svg",
|
|
1121
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1137,12 +1249,12 @@
|
|
|
1137
1249
|
},
|
|
1138
1250
|
{
|
|
1139
1251
|
"name": "device",
|
|
1140
|
-
"description": "Device detection module for Nuxt
|
|
1141
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1142
1254
|
"npm": "@nuxtjs/device",
|
|
1143
1255
|
"icon": "",
|
|
1144
|
-
"github": "https://github.com/nuxt-
|
|
1145
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1146
1258
|
"learn_more": "",
|
|
1147
1259
|
"category": "Extensions",
|
|
1148
1260
|
"type": "community",
|
|
@@ -1182,13 +1294,13 @@
|
|
|
1182
1294
|
},
|
|
1183
1295
|
{
|
|
1184
1296
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1298
|
"repo": "intevel/nuxt-directus",
|
|
1187
1299
|
"npm": "nuxt-directus",
|
|
1188
1300
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1192
1304
|
"category": "CMS",
|
|
1193
1305
|
"type": "3rd-party",
|
|
1194
1306
|
"maintainers": [
|
|
@@ -1199,15 +1311,36 @@
|
|
|
1199
1311
|
}
|
|
1200
1312
|
],
|
|
1201
1313
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1205
1334
|
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1206
1339
|
}
|
|
1207
1340
|
},
|
|
1208
1341
|
{
|
|
1209
1342
|
"name": "dotenv",
|
|
1210
|
-
"description": "A Nuxt
|
|
1343
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1211
1344
|
"repo": "nuxt-community/dotenv-module",
|
|
1212
1345
|
"npm": "@nuxtjs/dotenv",
|
|
1213
1346
|
"icon": "dotenv.png",
|
|
@@ -1229,7 +1362,7 @@
|
|
|
1229
1362
|
},
|
|
1230
1363
|
{
|
|
1231
1364
|
"name": "drupal-ce",
|
|
1232
|
-
"description": "Connects Nuxt
|
|
1365
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1233
1366
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1234
1367
|
"npm": "nuxtjs-drupal-ce",
|
|
1235
1368
|
"icon": "drupal-ce.png",
|
|
@@ -1262,7 +1395,7 @@
|
|
|
1262
1395
|
},
|
|
1263
1396
|
{
|
|
1264
1397
|
"name": "druxt",
|
|
1265
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1398
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1266
1399
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1267
1400
|
"npm": "druxt",
|
|
1268
1401
|
"icon": "druxt.svg",
|
|
@@ -1330,7 +1463,7 @@
|
|
|
1330
1463
|
},
|
|
1331
1464
|
{
|
|
1332
1465
|
"name": "emotion",
|
|
1333
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1466
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1334
1467
|
"repo": "nuxt-modules/emotion",
|
|
1335
1468
|
"npm": "@nuxtjs/emotion",
|
|
1336
1469
|
"icon": "emotion.png",
|
|
@@ -1358,7 +1491,7 @@
|
|
|
1358
1491
|
},
|
|
1359
1492
|
{
|
|
1360
1493
|
"name": "eslint",
|
|
1361
|
-
"description": "ESLint module for Nuxt
|
|
1494
|
+
"description": "ESLint module for Nuxt",
|
|
1362
1495
|
"repo": "nuxt-community/eslint-module",
|
|
1363
1496
|
"npm": "@nuxtjs/eslint-module",
|
|
1364
1497
|
"icon": "eslint.png",
|
|
@@ -1380,7 +1513,7 @@
|
|
|
1380
1513
|
},
|
|
1381
1514
|
{
|
|
1382
1515
|
"name": "event-trace",
|
|
1383
|
-
"description": "Module for event trace in Nuxt
|
|
1516
|
+
"description": "Module for event trace in Nuxt",
|
|
1384
1517
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1385
1518
|
"npm": "nuxt-event-trace",
|
|
1386
1519
|
"icon": "",
|
|
@@ -1424,7 +1557,7 @@
|
|
|
1424
1557
|
},
|
|
1425
1558
|
{
|
|
1426
1559
|
"name": "feature-toggle",
|
|
1427
|
-
"description": "Feature toggle module for Nuxt
|
|
1560
|
+
"description": "Feature toggle module for Nuxt",
|
|
1428
1561
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1429
1562
|
"npm": "nuxt-feature-toggle",
|
|
1430
1563
|
"icon": "",
|
|
@@ -1491,7 +1624,7 @@
|
|
|
1491
1624
|
},
|
|
1492
1625
|
{
|
|
1493
1626
|
"name": "floating-prompt-module",
|
|
1494
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1627
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1495
1628
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1496
1629
|
"npm": "nuxt-floating-prompt-module",
|
|
1497
1630
|
"icon": "",
|
|
@@ -1603,11 +1736,11 @@
|
|
|
1603
1736
|
{
|
|
1604
1737
|
"name": "form-actions",
|
|
1605
1738
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1739
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1607
1740
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1741
|
"icon": "form-actions.svg",
|
|
1609
1742
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
-
"website": "https://
|
|
1743
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1611
1744
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
1745
|
"category": "Request",
|
|
1613
1746
|
"type": "3rd-party",
|
|
@@ -1619,7 +1752,7 @@
|
|
|
1619
1752
|
}
|
|
1620
1753
|
],
|
|
1621
1754
|
"compatibility": {
|
|
1622
|
-
"nuxt": "^3.
|
|
1755
|
+
"nuxt": "^3.7.0",
|
|
1623
1756
|
"requires": {}
|
|
1624
1757
|
}
|
|
1625
1758
|
},
|
|
@@ -1697,7 +1830,7 @@
|
|
|
1697
1830
|
},
|
|
1698
1831
|
{
|
|
1699
1832
|
"name": "google-adsense",
|
|
1700
|
-
"description": "Google Adsense Module for Nuxt
|
|
1833
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1701
1834
|
"repo": "nuxt-community/google-adsense-module",
|
|
1702
1835
|
"npm": "@nuxtjs/google-adsense",
|
|
1703
1836
|
"icon": "google-adsense.png",
|
|
@@ -1723,7 +1856,7 @@
|
|
|
1723
1856
|
},
|
|
1724
1857
|
{
|
|
1725
1858
|
"name": "google-analytics",
|
|
1726
|
-
"description": "Google analytics Module for Nuxt
|
|
1859
|
+
"description": "Google analytics Module for Nuxt",
|
|
1727
1860
|
"repo": "nuxt-community/analytics-module",
|
|
1728
1861
|
"npm": "@nuxtjs/google-analytics",
|
|
1729
1862
|
"icon": "google-analytics.png",
|
|
@@ -1755,12 +1888,12 @@
|
|
|
1755
1888
|
},
|
|
1756
1889
|
{
|
|
1757
1890
|
"name": "google-fonts",
|
|
1758
|
-
"description": "Google Fonts module for
|
|
1759
|
-
"repo": "nuxt-
|
|
1891
|
+
"description": "Google Fonts module for Nuxt",
|
|
1892
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
1893
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
1894
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
1895
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1896
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
1897
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
1898
|
"category": "Fonts",
|
|
1766
1899
|
"type": "community",
|
|
@@ -1779,7 +1912,7 @@
|
|
|
1779
1912
|
},
|
|
1780
1913
|
{
|
|
1781
1914
|
"name": "google-gtag",
|
|
1782
|
-
"description": "Google GTag for Nuxt
|
|
1915
|
+
"description": "Google GTag for Nuxt",
|
|
1783
1916
|
"repo": "nuxt-community/google-gtag",
|
|
1784
1917
|
"npm": "@nuxtjs/google-gtag",
|
|
1785
1918
|
"icon": "gtm.png",
|
|
@@ -1805,7 +1938,7 @@
|
|
|
1805
1938
|
},
|
|
1806
1939
|
{
|
|
1807
1940
|
"name": "google-optimize",
|
|
1808
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1941
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1809
1942
|
"repo": "nuxt-community/google-optimize-module",
|
|
1810
1943
|
"npm": "nuxt-google-optimize",
|
|
1811
1944
|
"icon": "google-optimize.png",
|
|
@@ -1860,7 +1993,7 @@
|
|
|
1860
1993
|
},
|
|
1861
1994
|
{
|
|
1862
1995
|
"name": "graphql-request",
|
|
1863
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1996
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1864
1997
|
"repo": "gomah/nuxt-graphql-request",
|
|
1865
1998
|
"npm": "nuxt-graphql-request",
|
|
1866
1999
|
"icon": "graphql-request.png",
|
|
@@ -1876,7 +2009,7 @@
|
|
|
1876
2009
|
}
|
|
1877
2010
|
],
|
|
1878
2011
|
"compatibility": {
|
|
1879
|
-
"nuxt": "^2.0.0",
|
|
2012
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
2013
|
"requires": {}
|
|
1881
2014
|
}
|
|
1882
2015
|
},
|
|
@@ -1899,12 +2032,13 @@
|
|
|
1899
2032
|
],
|
|
1900
2033
|
"compatibility": {
|
|
1901
2034
|
"nuxt": "^3.0.0",
|
|
1902
|
-
"requires": {}
|
|
2035
|
+
"requires": {},
|
|
2036
|
+
"devtools": "^0.0.0"
|
|
1903
2037
|
}
|
|
1904
2038
|
},
|
|
1905
2039
|
{
|
|
1906
2040
|
"name": "gtag",
|
|
1907
|
-
"description": "Google Analytics integration for Nuxt
|
|
2041
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1908
2042
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
2043
|
"npm": "nuxt-gtag",
|
|
1910
2044
|
"icon": "gtag.svg",
|
|
@@ -1928,7 +2062,7 @@
|
|
|
1928
2062
|
},
|
|
1929
2063
|
{
|
|
1930
2064
|
"name": "gtm",
|
|
1931
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2065
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1932
2066
|
"repo": "nuxt-community/gtm-module",
|
|
1933
2067
|
"npm": "@nuxtjs/gtm",
|
|
1934
2068
|
"icon": "gtm.png",
|
|
@@ -1951,7 +2085,7 @@
|
|
|
1951
2085
|
},
|
|
1952
2086
|
{
|
|
1953
2087
|
"name": "guess",
|
|
1954
|
-
"description": "Guess.js module for Nuxt
|
|
2088
|
+
"description": "Guess.js module for Nuxt",
|
|
1955
2089
|
"repo": "nuxt-community/guess-module",
|
|
1956
2090
|
"npm": "@nuxtjs/guess-module",
|
|
1957
2091
|
"icon": "guessjs.png",
|
|
@@ -2063,7 +2197,7 @@
|
|
|
2063
2197
|
},
|
|
2064
2198
|
{
|
|
2065
2199
|
"name": "helmet",
|
|
2066
|
-
"description": "Easy Helmet module with Nuxt
|
|
2200
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2067
2201
|
"repo": "victor-perez/nuxt-helmet",
|
|
2068
2202
|
"npm": "nuxt-helmet",
|
|
2069
2203
|
"icon": "",
|
|
@@ -2107,7 +2241,7 @@
|
|
|
2107
2241
|
},
|
|
2108
2242
|
{
|
|
2109
2243
|
"name": "history-state",
|
|
2110
|
-
"description": "Nuxt
|
|
2244
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2111
2245
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2112
2246
|
"npm": "nuxt-history-state",
|
|
2113
2247
|
"icon": "",
|
|
@@ -2176,7 +2310,7 @@
|
|
|
2176
2310
|
},
|
|
2177
2311
|
{
|
|
2178
2312
|
"name": "http",
|
|
2179
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2313
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2180
2314
|
"repo": "nuxt/http",
|
|
2181
2315
|
"npm": "@nuxt/http",
|
|
2182
2316
|
"icon": "http.png",
|
|
@@ -2204,7 +2338,7 @@
|
|
|
2204
2338
|
},
|
|
2205
2339
|
{
|
|
2206
2340
|
"name": "humans-txt",
|
|
2207
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2341
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2208
2342
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2209
2343
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2210
2344
|
"icon": "",
|
|
@@ -2228,11 +2362,11 @@
|
|
|
2228
2362
|
{
|
|
2229
2363
|
"name": "i18n",
|
|
2230
2364
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2365
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2366
|
"npm": "@nuxtjs/i18n",
|
|
2233
2367
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2235
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2368
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2369
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2236
2370
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2237
2371
|
"category": "Extensions",
|
|
2238
2372
|
"type": "community",
|
|
@@ -2292,7 +2426,8 @@
|
|
|
2292
2426
|
],
|
|
2293
2427
|
"compatibility": {
|
|
2294
2428
|
"nuxt": "^3.0.0",
|
|
2295
|
-
"requires": {}
|
|
2429
|
+
"requires": {},
|
|
2430
|
+
"devtools": "^0.0.0"
|
|
2296
2431
|
}
|
|
2297
2432
|
},
|
|
2298
2433
|
{
|
|
@@ -2341,12 +2476,12 @@
|
|
|
2341
2476
|
},
|
|
2342
2477
|
{
|
|
2343
2478
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2479
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2480
|
"repo": "nuxt/image",
|
|
2346
2481
|
"npm": "@nuxt/image",
|
|
2347
2482
|
"icon": "image.png",
|
|
2348
2483
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2484
|
+
"website": "https://image.nuxt.com",
|
|
2350
2485
|
"learn_more": "",
|
|
2351
2486
|
"category": "Images",
|
|
2352
2487
|
"type": "official",
|
|
@@ -2356,6 +2491,11 @@
|
|
|
2356
2491
|
"github": "farnabaz",
|
|
2357
2492
|
"twitter": "a_birang"
|
|
2358
2493
|
},
|
|
2494
|
+
{
|
|
2495
|
+
"name": "Daniel Roe",
|
|
2496
|
+
"github": "danielroe",
|
|
2497
|
+
"twitter": "danielcroe"
|
|
2498
|
+
},
|
|
2359
2499
|
{
|
|
2360
2500
|
"name": "Pooya Parsa",
|
|
2361
2501
|
"github": "pi0",
|
|
@@ -2376,7 +2516,7 @@
|
|
|
2376
2516
|
},
|
|
2377
2517
|
{
|
|
2378
2518
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2519
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2520
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2521
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2522
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2563,7 @@
|
|
|
2423
2563
|
},
|
|
2424
2564
|
{
|
|
2425
2565
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2566
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2567
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2568
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2569
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2608,7 @@
|
|
|
2468
2608
|
},
|
|
2469
2609
|
{
|
|
2470
2610
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2611
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2612
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2613
|
"npm": "nuxt-jsonapi",
|
|
2474
2614
|
"icon": "jsonapi.svg",
|
|
@@ -2510,9 +2650,36 @@
|
|
|
2510
2650
|
"requires": {}
|
|
2511
2651
|
}
|
|
2512
2652
|
},
|
|
2653
|
+
{
|
|
2654
|
+
"name": "kinde",
|
|
2655
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2656
|
+
"repo": "nuxt-modules/kinde",
|
|
2657
|
+
"npm": "@nuxtjs/kinde",
|
|
2658
|
+
"icon": "kinde.svg",
|
|
2659
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2660
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2661
|
+
"learn_more": "https://kinde.com/",
|
|
2662
|
+
"category": "Security",
|
|
2663
|
+
"type": "community",
|
|
2664
|
+
"maintainers": [
|
|
2665
|
+
{
|
|
2666
|
+
"name": "danielroe",
|
|
2667
|
+
"github": "danielroe"
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"name": "daveordead",
|
|
2671
|
+
"github": "DaveOrDead",
|
|
2672
|
+
"twitter": "dave_or_dead"
|
|
2673
|
+
}
|
|
2674
|
+
],
|
|
2675
|
+
"compatibility": {
|
|
2676
|
+
"nuxt": "^3.0.0",
|
|
2677
|
+
"requires": {}
|
|
2678
|
+
}
|
|
2679
|
+
},
|
|
2513
2680
|
{
|
|
2514
2681
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2682
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2683
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2684
|
"npm": "nuxt-kql",
|
|
2518
2685
|
"icon": "kql.svg",
|
|
@@ -2536,7 +2703,7 @@
|
|
|
2536
2703
|
},
|
|
2537
2704
|
{
|
|
2538
2705
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2706
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2707
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2708
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2709
|
"icon": "laravel-echo.png",
|
|
@@ -2624,13 +2791,13 @@
|
|
|
2624
2791
|
},
|
|
2625
2792
|
{
|
|
2626
2793
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
2794
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2628
2795
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
2796
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
2797
|
+
"icon": "link-checker.svg",
|
|
2631
2798
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
2799
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2800
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
2801
|
"category": "SEO",
|
|
2635
2802
|
"type": "3rd-party",
|
|
2636
2803
|
"maintainers": [
|
|
@@ -2643,7 +2810,8 @@
|
|
|
2643
2810
|
],
|
|
2644
2811
|
"compatibility": {
|
|
2645
2812
|
"nuxt": "^3.0.0",
|
|
2646
|
-
"requires": {}
|
|
2813
|
+
"requires": {},
|
|
2814
|
+
"devtools": "^0.0.0"
|
|
2647
2815
|
}
|
|
2648
2816
|
},
|
|
2649
2817
|
{
|
|
@@ -2720,12 +2888,12 @@
|
|
|
2720
2888
|
},
|
|
2721
2889
|
{
|
|
2722
2890
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
2891
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2892
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
2893
|
"npm": "nuxt-logrocket",
|
|
2726
2894
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
2895
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2896
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
2897
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
2898
|
"category": "Monitoring",
|
|
2731
2899
|
"type": "community",
|
|
@@ -2741,9 +2909,35 @@
|
|
|
2741
2909
|
"requires": {}
|
|
2742
2910
|
}
|
|
2743
2911
|
},
|
|
2912
|
+
{
|
|
2913
|
+
"name": "lucide-icons",
|
|
2914
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2915
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2916
|
+
"npm": "nuxt-lucide-icons",
|
|
2917
|
+
"icon": "lucide-icons.svg",
|
|
2918
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2919
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2920
|
+
"learn_more": "",
|
|
2921
|
+
"category": "UI",
|
|
2922
|
+
"type": "3rd-party",
|
|
2923
|
+
"maintainers": [
|
|
2924
|
+
{
|
|
2925
|
+
"name": "SWIS",
|
|
2926
|
+
"github": "swisnl"
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"name": "Jasper Zonneveld",
|
|
2930
|
+
"github": "JaZo"
|
|
2931
|
+
}
|
|
2932
|
+
],
|
|
2933
|
+
"compatibility": {
|
|
2934
|
+
"nuxt": "^3.0.0",
|
|
2935
|
+
"requires": {}
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2744
2938
|
{
|
|
2745
2939
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2940
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
2941
|
"repo": "nuxt-community/lunr-module",
|
|
2748
2942
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
2943
|
"icon": "",
|
|
@@ -2831,6 +3025,28 @@
|
|
|
2831
3025
|
"requires": {}
|
|
2832
3026
|
}
|
|
2833
3027
|
},
|
|
3028
|
+
{
|
|
3029
|
+
"name": "maz-ui",
|
|
3030
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3031
|
+
"repo": "louismazel/maz-ui",
|
|
3032
|
+
"npm": "maz-ui",
|
|
3033
|
+
"icon": "maz-ui.png",
|
|
3034
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3035
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3036
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3037
|
+
"category": "UI",
|
|
3038
|
+
"type": "community",
|
|
3039
|
+
"maintainers": [
|
|
3040
|
+
{
|
|
3041
|
+
"name": "Loïc Mazuel",
|
|
3042
|
+
"github": "LouisMazel"
|
|
3043
|
+
}
|
|
3044
|
+
],
|
|
3045
|
+
"compatibility": {
|
|
3046
|
+
"nuxt": "^3.0.0",
|
|
3047
|
+
"requires": {}
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
2834
3050
|
{
|
|
2835
3051
|
"name": "mdx",
|
|
2836
3052
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2856,7 +3072,7 @@
|
|
|
2856
3072
|
},
|
|
2857
3073
|
{
|
|
2858
3074
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3075
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3076
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3077
|
"npm": "nuxt-medusa",
|
|
2862
3078
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3097,7 @@
|
|
|
2881
3097
|
},
|
|
2882
3098
|
{
|
|
2883
3099
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3100
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3101
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3102
|
"npm": "nuxt-meilisearch",
|
|
2887
3103
|
"icon": "meilisearch.svg",
|
|
@@ -2901,7 +3117,8 @@
|
|
|
2901
3117
|
"nuxt": "^3.0.0",
|
|
2902
3118
|
"requires": {
|
|
2903
3119
|
"bridge": false
|
|
2904
|
-
}
|
|
3120
|
+
},
|
|
3121
|
+
"devtools": "^0.0.0"
|
|
2905
3122
|
}
|
|
2906
3123
|
},
|
|
2907
3124
|
{
|
|
@@ -2973,7 +3190,7 @@
|
|
|
2973
3190
|
},
|
|
2974
3191
|
{
|
|
2975
3192
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3193
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3194
|
"repo": "nuxt-community/moment-module",
|
|
2978
3195
|
"npm": "@nuxtjs/moment",
|
|
2979
3196
|
"icon": "momentjs.png",
|
|
@@ -3000,7 +3217,7 @@
|
|
|
3000
3217
|
},
|
|
3001
3218
|
{
|
|
3002
3219
|
"name": "mq",
|
|
3003
|
-
"description": "vue-mq module for Nuxt.
|
|
3220
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3004
3221
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3005
3222
|
"npm": "nuxt-mq",
|
|
3006
3223
|
"icon": "",
|
|
@@ -3044,7 +3261,7 @@
|
|
|
3044
3261
|
},
|
|
3045
3262
|
{
|
|
3046
3263
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3264
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3265
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3266
|
"npm": "nuxt-netlify-cache",
|
|
3050
3267
|
"icon": "netlify.png",
|
|
@@ -3089,7 +3306,7 @@
|
|
|
3089
3306
|
},
|
|
3090
3307
|
{
|
|
3091
3308
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3309
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3093
3310
|
"repo": "bazzite/nuxt-netlify",
|
|
3094
3311
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3312
|
"icon": "netlify.png",
|
|
@@ -3182,30 +3399,97 @@
|
|
|
3182
3399
|
}
|
|
3183
3400
|
},
|
|
3184
3401
|
{
|
|
3185
|
-
"name": "nuxt-
|
|
3186
|
-
"description": "",
|
|
3187
|
-
"repo": "
|
|
3188
|
-
"npm": "
|
|
3402
|
+
"name": "nuxt-anchorscroll",
|
|
3403
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3404
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3405
|
+
"npm": "nuxt-anchorscroll",
|
|
3189
3406
|
"icon": "",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://github.com/
|
|
3407
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3408
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3192
3409
|
"learn_more": "",
|
|
3193
|
-
"category": "
|
|
3410
|
+
"category": "UI",
|
|
3194
3411
|
"type": "3rd-party",
|
|
3195
3412
|
"maintainers": [
|
|
3196
3413
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"github": "
|
|
3414
|
+
"name": "Helltraitor",
|
|
3415
|
+
"github": "helltraitor"
|
|
3199
3416
|
}
|
|
3200
3417
|
],
|
|
3201
3418
|
"compatibility": {
|
|
3202
|
-
"nuxt": "^
|
|
3419
|
+
"nuxt": "^3.0.0",
|
|
3420
|
+
"requires": {}
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "nuxt-auth-sanctum",
|
|
3425
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3426
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3427
|
+
"npm": "nuxt-auth-sanctum",
|
|
3428
|
+
"icon": "laravel.svg",
|
|
3429
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3430
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3431
|
+
"learn_more": "",
|
|
3432
|
+
"category": "Security",
|
|
3433
|
+
"type": "3rd-party",
|
|
3434
|
+
"maintainers": [
|
|
3435
|
+
{
|
|
3436
|
+
"name": "Artem Manchenkov",
|
|
3437
|
+
"github": "manchenkoff",
|
|
3438
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3439
|
+
}
|
|
3440
|
+
],
|
|
3441
|
+
"compatibility": {
|
|
3442
|
+
"nuxt": "^3.0.0",
|
|
3443
|
+
"requires": {}
|
|
3444
|
+
}
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"name": "nuxt-basic-auth",
|
|
3448
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3449
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3450
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3451
|
+
"icon": "",
|
|
3452
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3453
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3454
|
+
"learn_more": "",
|
|
3455
|
+
"category": "Security",
|
|
3456
|
+
"type": "3rd-party",
|
|
3457
|
+
"maintainers": [
|
|
3458
|
+
{
|
|
3459
|
+
"name": "kgierke",
|
|
3460
|
+
"github": "kgierke"
|
|
3461
|
+
}
|
|
3462
|
+
],
|
|
3463
|
+
"compatibility": {
|
|
3464
|
+
"nuxt": "^3.0.0",
|
|
3465
|
+
"requires": {}
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"name": "nuxt-bootstrap-icons",
|
|
3470
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3471
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3472
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3473
|
+
"icon": "bootstrap-icons.svg",
|
|
3474
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3475
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3476
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3477
|
+
"category": "UI",
|
|
3478
|
+
"type": "3rd-party",
|
|
3479
|
+
"maintainers": [
|
|
3480
|
+
{
|
|
3481
|
+
"name": "OyewoleOyedeji",
|
|
3482
|
+
"github": "OyewoleOyedeji"
|
|
3483
|
+
}
|
|
3484
|
+
],
|
|
3485
|
+
"compatibility": {
|
|
3486
|
+
"nuxt": "^3.0.0",
|
|
3203
3487
|
"requires": {}
|
|
3204
3488
|
}
|
|
3205
3489
|
},
|
|
3206
3490
|
{
|
|
3207
3491
|
"name": "nuxt-chatgpt",
|
|
3208
|
-
"description": "ChatGPT integration for Nuxt
|
|
3492
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3209
3493
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
3494
|
"npm": "nuxt-chatgpt",
|
|
3211
3495
|
"icon": "chatgpt.svg",
|
|
@@ -3225,6 +3509,54 @@
|
|
|
3225
3509
|
"requires": {}
|
|
3226
3510
|
}
|
|
3227
3511
|
},
|
|
3512
|
+
{
|
|
3513
|
+
"name": "nuxt-facebook-chat",
|
|
3514
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3515
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3516
|
+
"npm": "nuxt-facebook-chat",
|
|
3517
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3518
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3519
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3520
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3521
|
+
"category": "Libraries",
|
|
3522
|
+
"type": "3rd-party",
|
|
3523
|
+
"maintainers": [
|
|
3524
|
+
{
|
|
3525
|
+
"name": "Supanut Dokmaithong",
|
|
3526
|
+
"github": "Boomgeek"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "superdev-tech",
|
|
3530
|
+
"github": "superdev-tech"
|
|
3531
|
+
}
|
|
3532
|
+
],
|
|
3533
|
+
"compatibility": {
|
|
3534
|
+
"nuxt": "^3.0.0",
|
|
3535
|
+
"requires": {}
|
|
3536
|
+
}
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"name": "nuxt-feedme",
|
|
3540
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3541
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3542
|
+
"npm": "nuxt-feedme",
|
|
3543
|
+
"icon": "",
|
|
3544
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3545
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3546
|
+
"learn_more": "",
|
|
3547
|
+
"category": "SEO",
|
|
3548
|
+
"type": "3rd-party",
|
|
3549
|
+
"maintainers": [
|
|
3550
|
+
{
|
|
3551
|
+
"name": "Helltraitor",
|
|
3552
|
+
"github": "helltraitor"
|
|
3553
|
+
}
|
|
3554
|
+
],
|
|
3555
|
+
"compatibility": {
|
|
3556
|
+
"nuxt": "^3.0.0",
|
|
3557
|
+
"requires": {}
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3228
3560
|
{
|
|
3229
3561
|
"name": "nuxt-graphql-middleware",
|
|
3230
3562
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3278,7 +3610,7 @@
|
|
|
3278
3610
|
},
|
|
3279
3611
|
{
|
|
3280
3612
|
"name": "nuxt-gtm",
|
|
3281
|
-
"description": "A Nuxt
|
|
3613
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3282
3614
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
3615
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
3616
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3295,7 +3627,8 @@
|
|
|
3295
3627
|
],
|
|
3296
3628
|
"compatibility": {
|
|
3297
3629
|
"nuxt": "^3.0.0",
|
|
3298
|
-
"requires": {}
|
|
3630
|
+
"requires": {},
|
|
3631
|
+
"devtools": "^0.0.0"
|
|
3299
3632
|
}
|
|
3300
3633
|
},
|
|
3301
3634
|
{
|
|
@@ -3322,6 +3655,28 @@
|
|
|
3322
3655
|
}
|
|
3323
3656
|
}
|
|
3324
3657
|
},
|
|
3658
|
+
{
|
|
3659
|
+
"name": "nuxt-jsonld",
|
|
3660
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3661
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3662
|
+
"npm": "nuxt-jsonld",
|
|
3663
|
+
"icon": "",
|
|
3664
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3665
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3666
|
+
"learn_more": "",
|
|
3667
|
+
"category": "SEO",
|
|
3668
|
+
"type": "3rd-party",
|
|
3669
|
+
"maintainers": [
|
|
3670
|
+
{
|
|
3671
|
+
"name": "ymmooot",
|
|
3672
|
+
"github": "ymmooot"
|
|
3673
|
+
}
|
|
3674
|
+
],
|
|
3675
|
+
"compatibility": {
|
|
3676
|
+
"nuxt": "^3.0.0",
|
|
3677
|
+
"requires": {}
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3325
3680
|
{
|
|
3326
3681
|
"name": "nuxt-localtunnel",
|
|
3327
3682
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3347,7 +3702,7 @@
|
|
|
3347
3702
|
},
|
|
3348
3703
|
{
|
|
3349
3704
|
"name": "nuxt-loco",
|
|
3350
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3705
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3351
3706
|
"repo": "gaetansenn/nuxt-loco",
|
|
3352
3707
|
"npm": "nuxt-loco",
|
|
3353
3708
|
"icon": "",
|
|
@@ -3368,6 +3723,28 @@
|
|
|
3368
3723
|
"requires": {}
|
|
3369
3724
|
}
|
|
3370
3725
|
},
|
|
3726
|
+
{
|
|
3727
|
+
"name": "nuxt-mail",
|
|
3728
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3729
|
+
"repo": "dword-design/nuxt-mail",
|
|
3730
|
+
"npm": "nuxt-mail",
|
|
3731
|
+
"icon": "",
|
|
3732
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3733
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3734
|
+
"learn_more": "",
|
|
3735
|
+
"category": "Extensions",
|
|
3736
|
+
"type": "3rd-party",
|
|
3737
|
+
"maintainers": [
|
|
3738
|
+
{
|
|
3739
|
+
"name": "Sebastian Landwehr",
|
|
3740
|
+
"github": "dword-design"
|
|
3741
|
+
}
|
|
3742
|
+
],
|
|
3743
|
+
"compatibility": {
|
|
3744
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3745
|
+
"requires": {}
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3371
3748
|
{
|
|
3372
3749
|
"name": "nuxt-mapbox",
|
|
3373
3750
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3391,13 +3768,35 @@
|
|
|
3391
3768
|
}
|
|
3392
3769
|
},
|
|
3393
3770
|
{
|
|
3394
|
-
"name": "nuxt-
|
|
3395
|
-
"description": "
|
|
3396
|
-
"repo": "
|
|
3397
|
-
"npm": "nuxt-
|
|
3398
|
-
"icon": "
|
|
3399
|
-
"github": "https://github.com/
|
|
3400
|
-
"website": "https://
|
|
3771
|
+
"name": "nuxt-mdi",
|
|
3772
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3773
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3774
|
+
"npm": "nuxt-mdi",
|
|
3775
|
+
"icon": "mdi.png",
|
|
3776
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3777
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3778
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3779
|
+
"category": "Libraries",
|
|
3780
|
+
"type": "3rd-party",
|
|
3781
|
+
"maintainers": [
|
|
3782
|
+
{
|
|
3783
|
+
"name": "Emil Rosenius",
|
|
3784
|
+
"github": "ERPedersen"
|
|
3785
|
+
}
|
|
3786
|
+
],
|
|
3787
|
+
"compatibility": {
|
|
3788
|
+
"nuxt": "^3.0.0",
|
|
3789
|
+
"requires": {}
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "nuxt-monaco-editor",
|
|
3794
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
3795
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
3796
|
+
"npm": "nuxt-monaco-editor",
|
|
3797
|
+
"icon": "nuxt-monaco-editor.png",
|
|
3798
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3799
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3401
3800
|
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
3402
3801
|
"category": "Libraries",
|
|
3403
3802
|
"type": "3rd-party",
|
|
@@ -3414,7 +3813,7 @@
|
|
|
3414
3813
|
},
|
|
3415
3814
|
{
|
|
3416
3815
|
"name": "nuxt-mongoose",
|
|
3417
|
-
"description": "A Nuxt
|
|
3816
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3418
3817
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
3818
|
"npm": "nuxt-mongoose",
|
|
3420
3819
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3429,6 +3828,30 @@
|
|
|
3429
3828
|
"github": "arashsheyda"
|
|
3430
3829
|
}
|
|
3431
3830
|
],
|
|
3831
|
+
"compatibility": {
|
|
3832
|
+
"nuxt": "^3.0.0",
|
|
3833
|
+
"requires": {},
|
|
3834
|
+
"devtools": "^0.0.0"
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"name": "nuxt-payload-analyzer",
|
|
3839
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3840
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3841
|
+
"npm": "nuxt-payload-analyzer",
|
|
3842
|
+
"icon": "",
|
|
3843
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3844
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3845
|
+
"learn_more": "",
|
|
3846
|
+
"category": "Performance",
|
|
3847
|
+
"type": "3rd-party",
|
|
3848
|
+
"maintainers": [
|
|
3849
|
+
{
|
|
3850
|
+
"name": "Barbapapazes",
|
|
3851
|
+
"github": "Barbapapazes",
|
|
3852
|
+
"twitter": "soubiran_"
|
|
3853
|
+
}
|
|
3854
|
+
],
|
|
3432
3855
|
"compatibility": {
|
|
3433
3856
|
"nuxt": "^3.0.0",
|
|
3434
3857
|
"requires": {}
|
|
@@ -3503,7 +3926,7 @@
|
|
|
3503
3926
|
},
|
|
3504
3927
|
{
|
|
3505
3928
|
"name": "plausible",
|
|
3506
|
-
"description": "Nuxt
|
|
3929
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3507
3930
|
"repo": "nuxt-modules/plausible",
|
|
3508
3931
|
"npm": "@nuxtjs/plausible",
|
|
3509
3932
|
"icon": "plausible.png",
|
|
@@ -3523,9 +3946,35 @@
|
|
|
3523
3946
|
"requires": {}
|
|
3524
3947
|
}
|
|
3525
3948
|
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "nuxt-plotly",
|
|
3951
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3952
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3953
|
+
"npm": "nuxt-plotly",
|
|
3954
|
+
"icon": "nuxt-plotly.svg",
|
|
3955
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3956
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3957
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3958
|
+
"category": "Libraries",
|
|
3959
|
+
"type": "3rd-party",
|
|
3960
|
+
"maintainers": [
|
|
3961
|
+
{
|
|
3962
|
+
"name": "Supanut Dokmaithong",
|
|
3963
|
+
"github": "Boomgeek"
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"name": "superdev-tech",
|
|
3967
|
+
"github": "superdev-tech"
|
|
3968
|
+
}
|
|
3969
|
+
],
|
|
3970
|
+
"compatibility": {
|
|
3971
|
+
"nuxt": "^3.0.0",
|
|
3972
|
+
"requires": {}
|
|
3973
|
+
}
|
|
3974
|
+
},
|
|
3526
3975
|
{
|
|
3527
3976
|
"name": "nuxt-png-to-ico",
|
|
3528
|
-
"description": "Nuxt
|
|
3977
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3529
3978
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
3979
|
"npm": "nuxt-png-to-ico",
|
|
3531
3980
|
"icon": "",
|
|
@@ -3548,7 +3997,7 @@
|
|
|
3548
3997
|
},
|
|
3549
3998
|
{
|
|
3550
3999
|
"name": "nuxt-smartlook",
|
|
3551
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4000
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3552
4001
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
4002
|
"npm": "nuxt-smartlook",
|
|
3554
4003
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3570,6 +4019,28 @@
|
|
|
3570
4019
|
"requires": {}
|
|
3571
4020
|
}
|
|
3572
4021
|
},
|
|
4022
|
+
{
|
|
4023
|
+
"name": "nuxt-social-share",
|
|
4024
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4025
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4026
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4027
|
+
"icon": "nuxt-social-share.png",
|
|
4028
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4029
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4030
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4031
|
+
"category": "Extensions",
|
|
4032
|
+
"type": "3rd-party",
|
|
4033
|
+
"maintainers": [
|
|
4034
|
+
{
|
|
4035
|
+
"name": "stefanobartoletti",
|
|
4036
|
+
"github": "stefanobartoletti"
|
|
4037
|
+
}
|
|
4038
|
+
],
|
|
4039
|
+
"compatibility": {
|
|
4040
|
+
"nuxt": "^3.0.0",
|
|
4041
|
+
"requires": {}
|
|
4042
|
+
}
|
|
4043
|
+
},
|
|
3573
4044
|
{
|
|
3574
4045
|
"name": "ssr-lit",
|
|
3575
4046
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3600,7 +4071,7 @@
|
|
|
3600
4071
|
},
|
|
3601
4072
|
{
|
|
3602
4073
|
"name": "nuxt-storm",
|
|
3603
|
-
"description": "WebStorm & PHPStorm support for
|
|
4074
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3604
4075
|
"repo": "fumeapp/nuxt-storm",
|
|
3605
4076
|
"npm": "nuxt-storm",
|
|
3606
4077
|
"icon": "nuxt-storm.png",
|
|
@@ -3644,7 +4115,7 @@
|
|
|
3644
4115
|
},
|
|
3645
4116
|
{
|
|
3646
4117
|
"name": "nuxt-unleash",
|
|
3647
|
-
"description": "Nuxt
|
|
4118
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3648
4119
|
"repo": "conejerock/nuxt-unleash",
|
|
3649
4120
|
"npm": "nuxt-unleash",
|
|
3650
4121
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3735,12 +4206,12 @@
|
|
|
3735
4206
|
{
|
|
3736
4207
|
"name": "nuxt-vue3-google-signin",
|
|
3737
4208
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3738
|
-
"repo": "
|
|
4209
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3739
4210
|
"npm": "nuxt-vue3-google-signin",
|
|
3740
4211
|
"icon": "vue3-google-signin.svg",
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://vue3-google-signin.
|
|
3743
|
-
"learn_more": "https://vue3-google-signin.
|
|
4212
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4213
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4214
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3744
4215
|
"category": "Libraries",
|
|
3745
4216
|
"type": "3rd-party",
|
|
3746
4217
|
"maintainers": [
|
|
@@ -3756,7 +4227,7 @@
|
|
|
3756
4227
|
},
|
|
3757
4228
|
{
|
|
3758
4229
|
"name": "nuxt-vuetify",
|
|
3759
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4230
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3760
4231
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3761
4232
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3762
4233
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3776,9 +4247,31 @@
|
|
|
3776
4247
|
"requires": {}
|
|
3777
4248
|
}
|
|
3778
4249
|
},
|
|
4250
|
+
{
|
|
4251
|
+
"name": "nuxt3-leaflet",
|
|
4252
|
+
"description": "Leaflet integration with Nuxt",
|
|
4253
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4254
|
+
"npm": "nuxt3-leaflet",
|
|
4255
|
+
"icon": "leaflet.png",
|
|
4256
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4257
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4258
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4259
|
+
"category": "Libraries",
|
|
4260
|
+
"type": "3rd-party",
|
|
4261
|
+
"maintainers": [
|
|
4262
|
+
{
|
|
4263
|
+
"name": "Augustin MERCIER",
|
|
4264
|
+
"github": "Gugustinette"
|
|
4265
|
+
}
|
|
4266
|
+
],
|
|
4267
|
+
"compatibility": {
|
|
4268
|
+
"nuxt": "^3.0.0",
|
|
4269
|
+
"requires": {}
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
3779
4272
|
{
|
|
3780
4273
|
"name": "nuxt7",
|
|
3781
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4274
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3782
4275
|
"repo": "nuxt-community/nuxt7",
|
|
3783
4276
|
"npm": "nuxt7",
|
|
3784
4277
|
"icon": "",
|
|
@@ -3799,38 +4292,15 @@
|
|
|
3799
4292
|
"requires": {}
|
|
3800
4293
|
}
|
|
3801
4294
|
},
|
|
3802
|
-
{
|
|
3803
|
-
"name": "nuxtlabs-ui",
|
|
3804
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3805
|
-
"repo": "nuxtlabs/ui",
|
|
3806
|
-
"npm": "@nuxthq/ui",
|
|
3807
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3808
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3809
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3810
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3811
|
-
"category": "UI",
|
|
3812
|
-
"type": "3rd-party",
|
|
3813
|
-
"maintainers": [
|
|
3814
|
-
{
|
|
3815
|
-
"name": "Benjamin Canac",
|
|
3816
|
-
"github": "benjamincanac",
|
|
3817
|
-
"twitter": "benjamincanac"
|
|
3818
|
-
}
|
|
3819
|
-
],
|
|
3820
|
-
"compatibility": {
|
|
3821
|
-
"nuxt": "^3.0.0",
|
|
3822
|
-
"requires": {}
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
4295
|
{
|
|
3826
4296
|
"name": "og-image",
|
|
3827
|
-
"description": "
|
|
4297
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3828
4298
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3829
4299
|
"npm": "nuxt-og-image",
|
|
3830
|
-
"icon": "",
|
|
4300
|
+
"icon": "og-image.svg",
|
|
3831
4301
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3832
|
-
"website": "https://
|
|
3833
|
-
"learn_more": "",
|
|
4302
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4303
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3834
4304
|
"category": "SEO",
|
|
3835
4305
|
"type": "3rd-party",
|
|
3836
4306
|
"maintainers": [
|
|
@@ -3843,7 +4313,8 @@
|
|
|
3843
4313
|
],
|
|
3844
4314
|
"compatibility": {
|
|
3845
4315
|
"nuxt": "^3.0.0",
|
|
3846
|
-
"requires": {}
|
|
4316
|
+
"requires": {},
|
|
4317
|
+
"devtools": "^0.0.0"
|
|
3847
4318
|
}
|
|
3848
4319
|
},
|
|
3849
4320
|
{
|
|
@@ -3871,7 +4342,7 @@
|
|
|
3871
4342
|
},
|
|
3872
4343
|
{
|
|
3873
4344
|
"name": "optimized-images",
|
|
3874
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4345
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3875
4346
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3876
4347
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3877
4348
|
"icon": "",
|
|
@@ -3916,7 +4387,7 @@
|
|
|
3916
4387
|
},
|
|
3917
4388
|
{
|
|
3918
4389
|
"name": "parse",
|
|
3919
|
-
"description": "Parse package for Nuxt
|
|
4390
|
+
"description": "Parse package for Nuxt",
|
|
3920
4391
|
"repo": "cierrateam/nuxt-parse",
|
|
3921
4392
|
"npm": "nuxt-parse",
|
|
3922
4393
|
"icon": "",
|
|
@@ -3936,6 +4407,29 @@
|
|
|
3936
4407
|
"requires": {}
|
|
3937
4408
|
}
|
|
3938
4409
|
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "particles",
|
|
4412
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4413
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4414
|
+
"npm": "nuxt-particles",
|
|
4415
|
+
"icon": "",
|
|
4416
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4417
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4418
|
+
"learn_more": "https://particles.js.org/",
|
|
4419
|
+
"category": "Libraries",
|
|
4420
|
+
"type": "3rd-party",
|
|
4421
|
+
"maintainers": [
|
|
4422
|
+
{
|
|
4423
|
+
"name": "Joey Pereira",
|
|
4424
|
+
"github": "Joepocalyptic",
|
|
4425
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4426
|
+
}
|
|
4427
|
+
],
|
|
4428
|
+
"compatibility": {
|
|
4429
|
+
"nuxt": "^3.0.0",
|
|
4430
|
+
"requires": {}
|
|
4431
|
+
}
|
|
4432
|
+
},
|
|
3939
4433
|
{
|
|
3940
4434
|
"name": "partytown",
|
|
3941
4435
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4082,7 +4576,7 @@
|
|
|
4082
4576
|
},
|
|
4083
4577
|
{
|
|
4084
4578
|
"name": "plausible",
|
|
4085
|
-
"description": "Nuxt
|
|
4579
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4086
4580
|
"repo": "nuxt-modules/plausible",
|
|
4087
4581
|
"npm": "@nuxtjs/plausible",
|
|
4088
4582
|
"icon": "",
|
|
@@ -4124,9 +4618,56 @@
|
|
|
4124
4618
|
"requires": {}
|
|
4125
4619
|
}
|
|
4126
4620
|
},
|
|
4621
|
+
{
|
|
4622
|
+
"name": "prepare",
|
|
4623
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4624
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4625
|
+
"npm": "nuxt-prepare",
|
|
4626
|
+
"icon": "prepare.svg",
|
|
4627
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4628
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4629
|
+
"learn_more": "",
|
|
4630
|
+
"category": "Devtools",
|
|
4631
|
+
"type": "3rd-party",
|
|
4632
|
+
"maintainers": [
|
|
4633
|
+
{
|
|
4634
|
+
"name": "Johann Schopplich",
|
|
4635
|
+
"github": "johannschopplich",
|
|
4636
|
+
"twitter": "jschopplich",
|
|
4637
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4638
|
+
}
|
|
4639
|
+
],
|
|
4640
|
+
"compatibility": {
|
|
4641
|
+
"nuxt": "^3.0.0",
|
|
4642
|
+
"requires": {}
|
|
4643
|
+
}
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
"name": "primevue",
|
|
4647
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4648
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4649
|
+
"npm": "nuxt-primevue",
|
|
4650
|
+
"icon": "primevue.svg",
|
|
4651
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4652
|
+
"website": "https://primevue.org/",
|
|
4653
|
+
"learn_more": "https://primevue.org/",
|
|
4654
|
+
"category": "UI",
|
|
4655
|
+
"type": "3rd-party",
|
|
4656
|
+
"maintainers": [
|
|
4657
|
+
{
|
|
4658
|
+
"name": "primefaces",
|
|
4659
|
+
"github": "primefaces",
|
|
4660
|
+
"twitter": "primevue"
|
|
4661
|
+
}
|
|
4662
|
+
],
|
|
4663
|
+
"compatibility": {
|
|
4664
|
+
"nuxt": "^3.0.0",
|
|
4665
|
+
"requires": {}
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4127
4668
|
{
|
|
4128
4669
|
"name": "prismic",
|
|
4129
|
-
"description": "Easily connect your Nuxt
|
|
4670
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4130
4671
|
"repo": "nuxt-modules/prismic",
|
|
4131
4672
|
"npm": "@nuxtjs/prismic",
|
|
4132
4673
|
"icon": "prismic.png",
|
|
@@ -4193,7 +4734,7 @@
|
|
|
4193
4734
|
},
|
|
4194
4735
|
{
|
|
4195
4736
|
"name": "proxy",
|
|
4196
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4737
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4197
4738
|
"repo": "nuxt-community/proxy-module",
|
|
4198
4739
|
"npm": "@nuxtjs/proxy",
|
|
4199
4740
|
"icon": "",
|
|
@@ -4239,7 +4780,7 @@
|
|
|
4239
4780
|
},
|
|
4240
4781
|
{
|
|
4241
4782
|
"name": "purgecss",
|
|
4242
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4783
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4243
4784
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4244
4785
|
"npm": "nuxt-purgecss",
|
|
4245
4786
|
"icon": "purgecss.png",
|
|
@@ -4261,7 +4802,7 @@
|
|
|
4261
4802
|
},
|
|
4262
4803
|
{
|
|
4263
4804
|
"name": "pwa",
|
|
4264
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4805
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4265
4806
|
"repo": "nuxt-community/pwa-module",
|
|
4266
4807
|
"npm": "@nuxtjs/pwa",
|
|
4267
4808
|
"icon": "pwa.png",
|
|
@@ -4286,7 +4827,7 @@
|
|
|
4286
4827
|
},
|
|
4287
4828
|
{
|
|
4288
4829
|
"name": "python",
|
|
4289
|
-
"description": "Write Nuxt
|
|
4830
|
+
"description": "Write Nuxt applications using Python",
|
|
4290
4831
|
"repo": "nuxt-community/python-module",
|
|
4291
4832
|
"npm": "@nuxtjs/python",
|
|
4292
4833
|
"icon": "python.png",
|
|
@@ -4323,6 +4864,64 @@
|
|
|
4323
4864
|
"github": "Maiquu"
|
|
4324
4865
|
}
|
|
4325
4866
|
],
|
|
4867
|
+
"compatibility": {
|
|
4868
|
+
"nuxt": "^3.0.0",
|
|
4869
|
+
"requires": {},
|
|
4870
|
+
"devtools": "^0.0.0"
|
|
4871
|
+
}
|
|
4872
|
+
},
|
|
4873
|
+
{
|
|
4874
|
+
"name": "radash",
|
|
4875
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4876
|
+
"repo": "bbg/nuxt-radash",
|
|
4877
|
+
"npm": "nuxt-radash",
|
|
4878
|
+
"icon": "radash.png",
|
|
4879
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4880
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4881
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4882
|
+
"category": "Libraries",
|
|
4883
|
+
"type": "3rd-party",
|
|
4884
|
+
"maintainers": [
|
|
4885
|
+
{
|
|
4886
|
+
"name": "Batuhan Göksu",
|
|
4887
|
+
"github": "bbg"
|
|
4888
|
+
}
|
|
4889
|
+
],
|
|
4890
|
+
"compatibility": {
|
|
4891
|
+
"nuxt": "^3.0.0",
|
|
4892
|
+
"requires": {}
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"name": "radix-vue",
|
|
4897
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4898
|
+
"repo": "radix-vue/radix-vue",
|
|
4899
|
+
"npm": "radix-vue",
|
|
4900
|
+
"icon": "radix-vue.svg",
|
|
4901
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4902
|
+
"website": "https://www.radix-vue.com/",
|
|
4903
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4904
|
+
"category": "UI",
|
|
4905
|
+
"type": "3rd-party",
|
|
4906
|
+
"maintainers": [
|
|
4907
|
+
{
|
|
4908
|
+
"name": "Zernonia",
|
|
4909
|
+
"github": "zernonia",
|
|
4910
|
+
"twitter": "zernonia"
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"name": "Khairul Haaziq",
|
|
4914
|
+
"github": "khairulhaaziq"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "Mujahid Anuar",
|
|
4918
|
+
"github": "mujahidfa"
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
"name": "Max",
|
|
4922
|
+
"github": "onmax"
|
|
4923
|
+
}
|
|
4924
|
+
],
|
|
4326
4925
|
"compatibility": {
|
|
4327
4926
|
"nuxt": "^3.0.0",
|
|
4328
4927
|
"requires": {}
|
|
@@ -4330,7 +4929,7 @@
|
|
|
4330
4929
|
},
|
|
4331
4930
|
{
|
|
4332
4931
|
"name": "recaptcha",
|
|
4333
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4932
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4334
4933
|
"repo": "nuxt-community/recaptcha-module",
|
|
4335
4934
|
"npm": "@nuxtjs/recaptcha",
|
|
4336
4935
|
"icon": "recaptcha.png",
|
|
@@ -4375,7 +4974,7 @@
|
|
|
4375
4974
|
},
|
|
4376
4975
|
{
|
|
4377
4976
|
"name": "rfg-icon",
|
|
4378
|
-
"description": "Nuxt
|
|
4977
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4379
4978
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4380
4979
|
"npm": "nuxt-rfg-icon",
|
|
4381
4980
|
"icon": "real-favicon-generator.png",
|
|
@@ -4397,12 +4996,12 @@
|
|
|
4397
4996
|
},
|
|
4398
4997
|
{
|
|
4399
4998
|
"name": "robots",
|
|
4400
|
-
"description": "A Nuxt
|
|
4401
|
-
"repo": "nuxt-
|
|
4999
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5000
|
+
"repo": "nuxt-modules/robots",
|
|
4402
5001
|
"npm": "@nuxtjs/robots",
|
|
4403
5002
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
5003
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5004
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4406
5005
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4407
5006
|
"category": "SEO",
|
|
4408
5007
|
"type": "community",
|
|
@@ -4421,7 +5020,7 @@
|
|
|
4421
5020
|
},
|
|
4422
5021
|
{
|
|
4423
5022
|
"name": "rollbar",
|
|
4424
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
5023
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4425
5024
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4426
5025
|
"npm": "nuxt-rollbar-module",
|
|
4427
5026
|
"icon": "rollbar.png",
|
|
@@ -4466,7 +5065,7 @@
|
|
|
4466
5065
|
},
|
|
4467
5066
|
{
|
|
4468
5067
|
"name": "router",
|
|
4469
|
-
"description": "Nuxt
|
|
5068
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4470
5069
|
"repo": "nuxt-community/router-module",
|
|
4471
5070
|
"npm": "@nuxtjs/router",
|
|
4472
5071
|
"icon": "vue.png",
|
|
@@ -4514,13 +5113,13 @@
|
|
|
4514
5113
|
},
|
|
4515
5114
|
{
|
|
4516
5115
|
"name": "schema-org",
|
|
4517
|
-
"description": "Schema.org for Nuxt
|
|
4518
|
-
"repo": "
|
|
5116
|
+
"description": "Schema.org for Nuxt.",
|
|
5117
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4519
5118
|
"npm": "nuxt-schema-org",
|
|
4520
5119
|
"icon": "schema-org.svg",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "https://
|
|
5120
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5121
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5122
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4524
5123
|
"category": "SEO",
|
|
4525
5124
|
"type": "3rd-party",
|
|
4526
5125
|
"maintainers": [
|
|
@@ -4583,7 +5182,7 @@
|
|
|
4583
5182
|
},
|
|
4584
5183
|
{
|
|
4585
5184
|
"name": "segment",
|
|
4586
|
-
"description": "Nuxt
|
|
5185
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4587
5186
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4588
5187
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4589
5188
|
"icon": "segment.png",
|
|
@@ -4605,10 +5204,10 @@
|
|
|
4605
5204
|
},
|
|
4606
5205
|
{
|
|
4607
5206
|
"name": "sentry",
|
|
4608
|
-
"description": "Sentry module for Nuxt
|
|
5207
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
5208
|
"repo": "nuxt-community/sentry-module",
|
|
4610
5209
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
5210
|
+
"icon": "sentry.svg",
|
|
4612
5211
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
5212
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
5213
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4625,14 +5224,38 @@
|
|
|
4625
5224
|
"requires": {}
|
|
4626
5225
|
}
|
|
4627
5226
|
},
|
|
5227
|
+
{
|
|
5228
|
+
"name": "seo-experiments",
|
|
5229
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5230
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5231
|
+
"npm": "nuxt-seo-experiments",
|
|
5232
|
+
"icon": "seo-experiments.svg",
|
|
5233
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5234
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5235
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5236
|
+
"category": "SEO",
|
|
5237
|
+
"type": "3rd-party",
|
|
5238
|
+
"maintainers": [
|
|
5239
|
+
{
|
|
5240
|
+
"name": "Harlan Wilton",
|
|
5241
|
+
"github": "harlan-zw",
|
|
5242
|
+
"twitter": "harlan_zw",
|
|
5243
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5244
|
+
}
|
|
5245
|
+
],
|
|
5246
|
+
"compatibility": {
|
|
5247
|
+
"nuxt": "^3.0.0",
|
|
5248
|
+
"requires": {}
|
|
5249
|
+
}
|
|
5250
|
+
},
|
|
4628
5251
|
{
|
|
4629
5252
|
"name": "seo-kit",
|
|
4630
|
-
"description": "
|
|
5253
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4631
5254
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4632
5255
|
"npm": "nuxt-seo-kit",
|
|
4633
5256
|
"icon": "seo-kit.svg",
|
|
4634
5257
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4635
|
-
"website": "https://
|
|
5258
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4636
5259
|
"learn_more": "",
|
|
4637
5260
|
"category": "SEO",
|
|
4638
5261
|
"type": "3rd-party",
|
|
@@ -4672,7 +5295,7 @@
|
|
|
4672
5295
|
},
|
|
4673
5296
|
{
|
|
4674
5297
|
"name": "seomatic-meta",
|
|
4675
|
-
"description": "A Nuxt
|
|
5298
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4676
5299
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4677
5300
|
"npm": "nuxt-seomatic-meta",
|
|
4678
5301
|
"icon": "seomatic.png",
|
|
@@ -4763,7 +5386,7 @@
|
|
|
4763
5386
|
},
|
|
4764
5387
|
{
|
|
4765
5388
|
"name": "shopify",
|
|
4766
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5389
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4767
5390
|
"repo": "Gomah/nuxt-shopify",
|
|
4768
5391
|
"npm": "nuxt-shopify",
|
|
4769
5392
|
"icon": "shopify.png",
|
|
@@ -4784,7 +5407,7 @@
|
|
|
4784
5407
|
}
|
|
4785
5408
|
},
|
|
4786
5409
|
{
|
|
4787
|
-
"name": "
|
|
5410
|
+
"name": "sidebase-auth",
|
|
4788
5411
|
"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.",
|
|
4789
5412
|
"repo": "sidebase/nuxt-auth",
|
|
4790
5413
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4830,13 +5453,13 @@
|
|
|
4830
5453
|
},
|
|
4831
5454
|
{
|
|
4832
5455
|
"name": "simple-robots",
|
|
4833
|
-
"description": "
|
|
5456
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4834
5457
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4835
5458
|
"npm": "nuxt-simple-robots",
|
|
4836
|
-
"icon": "",
|
|
5459
|
+
"icon": "simple-robots.svg",
|
|
4837
5460
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4838
|
-
"website": "https://
|
|
4839
|
-
"learn_more": "",
|
|
5461
|
+
"website": "https://nuxtseo.com/robots",
|
|
5462
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4840
5463
|
"category": "SEO",
|
|
4841
5464
|
"type": "3rd-party",
|
|
4842
5465
|
"maintainers": [
|
|
@@ -4854,13 +5477,13 @@
|
|
|
4854
5477
|
},
|
|
4855
5478
|
{
|
|
4856
5479
|
"name": "simple-sitemap",
|
|
4857
|
-
"description": "
|
|
5480
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4858
5481
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4859
5482
|
"npm": "nuxt-simple-sitemap",
|
|
4860
|
-
"icon": "",
|
|
5483
|
+
"icon": "simple-sitemap.svg",
|
|
4861
5484
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4862
|
-
"website": "https://
|
|
4863
|
-
"learn_more": "",
|
|
5485
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5486
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4864
5487
|
"category": "SEO",
|
|
4865
5488
|
"type": "3rd-party",
|
|
4866
5489
|
"maintainers": [
|
|
@@ -4878,7 +5501,7 @@
|
|
|
4878
5501
|
},
|
|
4879
5502
|
{
|
|
4880
5503
|
"name": "sitemap",
|
|
4881
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5504
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4882
5505
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4883
5506
|
"npm": "@nuxtjs/sitemap",
|
|
4884
5507
|
"icon": "",
|
|
@@ -4923,7 +5546,7 @@
|
|
|
4923
5546
|
},
|
|
4924
5547
|
{
|
|
4925
5548
|
"name": "snipcart",
|
|
4926
|
-
"description": "Snipcart integration module for Nuxt
|
|
5549
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4927
5550
|
"repo": "nuxt-modules/snipcart",
|
|
4928
5551
|
"npm": "@nuxtjs/snipcart",
|
|
4929
5552
|
"icon": "snipcart.png",
|
|
@@ -4946,7 +5569,7 @@
|
|
|
4946
5569
|
},
|
|
4947
5570
|
{
|
|
4948
5571
|
"name": "social-meta",
|
|
4949
|
-
"description": "Nuxt
|
|
5572
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4950
5573
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4951
5574
|
"npm": "nuxt-social-meta",
|
|
4952
5575
|
"icon": "",
|
|
@@ -5068,7 +5691,7 @@
|
|
|
5068
5691
|
},
|
|
5069
5692
|
{
|
|
5070
5693
|
"name": "storage",
|
|
5071
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5694
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5072
5695
|
"repo": "mazipan/nuxt-storage",
|
|
5073
5696
|
"npm": "nuxt-storage",
|
|
5074
5697
|
"icon": "",
|
|
@@ -5090,7 +5713,7 @@
|
|
|
5090
5713
|
},
|
|
5091
5714
|
{
|
|
5092
5715
|
"name": "storefront-ui",
|
|
5093
|
-
"description": "Storefront UI Module for Nuxt
|
|
5716
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5094
5717
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5095
5718
|
"npm": "@storefront-ui/nuxt",
|
|
5096
5719
|
"icon": "storefront-ui.svg",
|
|
@@ -5134,7 +5757,7 @@
|
|
|
5134
5757
|
},
|
|
5135
5758
|
{
|
|
5136
5759
|
"name": "storyblok",
|
|
5137
|
-
"description": "Storyblok Nuxt
|
|
5760
|
+
"description": "Storyblok Nuxt module",
|
|
5138
5761
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5139
5762
|
"npm": "@storyblok/nuxt",
|
|
5140
5763
|
"icon": "storyblok.png",
|
|
@@ -5151,46 +5774,43 @@
|
|
|
5151
5774
|
],
|
|
5152
5775
|
"compatibility": {
|
|
5153
5776
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5154
|
-
"requires": {}
|
|
5777
|
+
"requires": {},
|
|
5778
|
+
"devtools": "^0.0.0"
|
|
5155
5779
|
}
|
|
5156
5780
|
},
|
|
5157
5781
|
{
|
|
5158
5782
|
"name": "storybook",
|
|
5159
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5160
|
-
"repo": "nuxt-
|
|
5783
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5784
|
+
"repo": "nuxt-modules/storybook",
|
|
5161
5785
|
"npm": "@nuxtjs/storybook",
|
|
5162
5786
|
"icon": "storybook.png",
|
|
5163
|
-
"github": "https://github.com/nuxt-
|
|
5787
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5164
5788
|
"website": "https://storybook.nuxtjs.org",
|
|
5165
|
-
"learn_more": "https://
|
|
5789
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5166
5790
|
"category": "Devtools",
|
|
5167
5791
|
"type": "community",
|
|
5168
5792
|
"maintainers": [
|
|
5169
5793
|
{
|
|
5170
|
-
"name": "
|
|
5171
|
-
"github": "
|
|
5172
|
-
"twitter": "
|
|
5173
|
-
},
|
|
5174
|
-
{
|
|
5175
|
-
"name": "Pooya Parsa",
|
|
5176
|
-
"github": "pi0",
|
|
5177
|
-
"twitter": "_pi0_"
|
|
5794
|
+
"name": "Chakir QATAB",
|
|
5795
|
+
"github": "chakAs3",
|
|
5796
|
+
"twitter": "ChakirQatab"
|
|
5178
5797
|
}
|
|
5179
5798
|
],
|
|
5180
5799
|
"compatibility": {
|
|
5181
|
-
"nuxt": "^2.0.0",
|
|
5800
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5182
5801
|
"requires": {
|
|
5183
5802
|
"bridge": "optional"
|
|
5184
|
-
}
|
|
5803
|
+
},
|
|
5804
|
+
"devtools": "^0.7.2"
|
|
5185
5805
|
}
|
|
5186
5806
|
},
|
|
5187
5807
|
{
|
|
5188
5808
|
"name": "strapi",
|
|
5189
5809
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5190
|
-
"repo": "nuxt-
|
|
5810
|
+
"repo": "nuxt-modules/strapi",
|
|
5191
5811
|
"npm": "@nuxtjs/strapi",
|
|
5192
5812
|
"icon": "strapi.png",
|
|
5193
|
-
"github": "https://github.com/nuxt-
|
|
5813
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5194
5814
|
"website": "https://strapi.nuxtjs.org",
|
|
5195
5815
|
"learn_more": "https://strapi.io/",
|
|
5196
5816
|
"category": "CMS",
|
|
@@ -5211,7 +5831,8 @@
|
|
|
5211
5831
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5212
5832
|
"requires": {
|
|
5213
5833
|
"bridge": true
|
|
5214
|
-
}
|
|
5834
|
+
},
|
|
5835
|
+
"devtools": "^0.0.0"
|
|
5215
5836
|
}
|
|
5216
5837
|
},
|
|
5217
5838
|
{
|
|
@@ -5262,6 +5883,36 @@
|
|
|
5262
5883
|
"requires": {}
|
|
5263
5884
|
}
|
|
5264
5885
|
},
|
|
5886
|
+
{
|
|
5887
|
+
"name": "studio",
|
|
5888
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5889
|
+
"repo": "nuxtlabs/studio-module",
|
|
5890
|
+
"npm": "@nuxthq/studio",
|
|
5891
|
+
"icon": "studio.svg",
|
|
5892
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5893
|
+
"website": "https://nuxt.studio",
|
|
5894
|
+
"learn_more": "https://nuxt.studio",
|
|
5895
|
+
"category": "CMS",
|
|
5896
|
+
"type": "3rd-party",
|
|
5897
|
+
"maintainers": [
|
|
5898
|
+
{
|
|
5899
|
+
"name": "Ahad Birang",
|
|
5900
|
+
"github": "farnabaz",
|
|
5901
|
+
"twitter": "a_birang"
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
"name": "Sébastien Chopin",
|
|
5905
|
+
"github": "Atinux",
|
|
5906
|
+
"twitter": "Atinux"
|
|
5907
|
+
}
|
|
5908
|
+
],
|
|
5909
|
+
"compatibility": {
|
|
5910
|
+
"nuxt": "^3.0.0",
|
|
5911
|
+
"requires": {
|
|
5912
|
+
"content": true
|
|
5913
|
+
}
|
|
5914
|
+
}
|
|
5915
|
+
},
|
|
5265
5916
|
{
|
|
5266
5917
|
"name": "style-resources",
|
|
5267
5918
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5287,7 +5938,7 @@
|
|
|
5287
5938
|
},
|
|
5288
5939
|
{
|
|
5289
5940
|
"name": "stylelint",
|
|
5290
|
-
"description": "Stylelint module for Nuxt.
|
|
5941
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5291
5942
|
"repo": "nuxt-community/stylelint-module",
|
|
5292
5943
|
"npm": "@nuxtjs/stylelint-module",
|
|
5293
5944
|
"icon": "stylelint.png",
|
|
@@ -5333,10 +5984,10 @@
|
|
|
5333
5984
|
{
|
|
5334
5985
|
"name": "supabase",
|
|
5335
5986
|
"description": "First class integration with Supabase",
|
|
5336
|
-
"repo": "nuxt-
|
|
5987
|
+
"repo": "nuxt-modules/supabase",
|
|
5337
5988
|
"npm": "@nuxtjs/supabase",
|
|
5338
5989
|
"icon": "supabase.png",
|
|
5339
|
-
"github": "https://github.com/nuxt-
|
|
5990
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5340
5991
|
"website": "https://supabase.nuxtjs.org",
|
|
5341
5992
|
"learn_more": "https://supabase.com",
|
|
5342
5993
|
"category": "Database",
|
|
@@ -5387,12 +6038,12 @@
|
|
|
5387
6038
|
},
|
|
5388
6039
|
{
|
|
5389
6040
|
"name": "svg-sprite",
|
|
5390
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5391
|
-
"repo": "nuxt-
|
|
6041
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6042
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5392
6043
|
"npm": "@nuxtjs/svg-sprite",
|
|
5393
6044
|
"icon": "",
|
|
5394
|
-
"github": "https://github.com/nuxt-
|
|
5395
|
-
"website": "https://github.com/nuxt-
|
|
6045
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6046
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5396
6047
|
"learn_more": "",
|
|
5397
6048
|
"category": "UI",
|
|
5398
6049
|
"type": "community",
|
|
@@ -5404,13 +6055,13 @@
|
|
|
5404
6055
|
}
|
|
5405
6056
|
],
|
|
5406
6057
|
"compatibility": {
|
|
5407
|
-
"nuxt": "^2.0.0",
|
|
6058
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5408
6059
|
"requires": {}
|
|
5409
6060
|
}
|
|
5410
6061
|
},
|
|
5411
6062
|
{
|
|
5412
6063
|
"name": "svg",
|
|
5413
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6064
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5414
6065
|
"repo": "nuxt-community/svg-module",
|
|
5415
6066
|
"npm": "@nuxtjs/svg",
|
|
5416
6067
|
"icon": "",
|
|
@@ -5454,7 +6105,7 @@
|
|
|
5454
6105
|
},
|
|
5455
6106
|
{
|
|
5456
6107
|
"name": "swiper",
|
|
5457
|
-
"description": "Nuxt
|
|
6108
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5458
6109
|
"repo": "cpreston321/nuxt-swiper",
|
|
5459
6110
|
"npm": "nuxt-swiper",
|
|
5460
6111
|
"icon": "swiper.svg",
|
|
@@ -5500,10 +6151,10 @@
|
|
|
5500
6151
|
{
|
|
5501
6152
|
"name": "tailwindcss",
|
|
5502
6153
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5503
|
-
"repo": "nuxt-
|
|
6154
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5504
6155
|
"npm": "@nuxtjs/tailwindcss",
|
|
5505
6156
|
"icon": "tailwindcss.png",
|
|
5506
|
-
"github": "https://github.com/nuxt-
|
|
6157
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5507
6158
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5508
6159
|
"learn_more": "https://tailwindcss.com/",
|
|
5509
6160
|
"category": "UI",
|
|
@@ -5513,11 +6164,16 @@
|
|
|
5513
6164
|
"name": "Sébastien Chopin",
|
|
5514
6165
|
"github": "Atinux",
|
|
5515
6166
|
"twitter": "Atinux"
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"name": "Inesh Bose",
|
|
6170
|
+
"github": "ineshbose"
|
|
5516
6171
|
}
|
|
5517
6172
|
],
|
|
5518
6173
|
"compatibility": {
|
|
5519
6174
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5520
|
-
"requires": {}
|
|
6175
|
+
"requires": {},
|
|
6176
|
+
"devtools": "^0.0.0"
|
|
5521
6177
|
}
|
|
5522
6178
|
},
|
|
5523
6179
|
{
|
|
@@ -5567,7 +6223,7 @@
|
|
|
5567
6223
|
},
|
|
5568
6224
|
{
|
|
5569
6225
|
"name": "toast",
|
|
5570
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6226
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5571
6227
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5572
6228
|
"npm": "@nuxtjs/toast",
|
|
5573
6229
|
"icon": "",
|
|
@@ -5648,7 +6304,7 @@
|
|
|
5648
6304
|
},
|
|
5649
6305
|
{
|
|
5650
6306
|
"name": "twa",
|
|
5651
|
-
"description": "Nuxt
|
|
6307
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5652
6308
|
"repo": "tuarrep/nuxt-twa",
|
|
5653
6309
|
"npm": "nuxt-twa",
|
|
5654
6310
|
"icon": "",
|
|
@@ -5836,6 +6492,39 @@
|
|
|
5836
6492
|
"requires": {}
|
|
5837
6493
|
}
|
|
5838
6494
|
},
|
|
6495
|
+
{
|
|
6496
|
+
"name": "ui",
|
|
6497
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6498
|
+
"repo": "nuxt/ui#dev",
|
|
6499
|
+
"npm": "@nuxt/ui",
|
|
6500
|
+
"icon": "nuxt.svg",
|
|
6501
|
+
"github": "https://github.com/nuxt/ui",
|
|
6502
|
+
"website": "https://ui.nuxt.com",
|
|
6503
|
+
"learn_more": "",
|
|
6504
|
+
"category": "UI",
|
|
6505
|
+
"type": "official",
|
|
6506
|
+
"maintainers": [
|
|
6507
|
+
{
|
|
6508
|
+
"name": "Benjamin Canac",
|
|
6509
|
+
"github": "benjamincanac",
|
|
6510
|
+
"twitter": "benjamincanac"
|
|
6511
|
+
},
|
|
6512
|
+
{
|
|
6513
|
+
"name": "Sebastien Chopin",
|
|
6514
|
+
"github": "Atinux",
|
|
6515
|
+
"twitter": "Atinux"
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"name": "Sylvain Marroufin",
|
|
6519
|
+
"github": "smarroufin",
|
|
6520
|
+
"twitter": "smarroufin"
|
|
6521
|
+
}
|
|
6522
|
+
],
|
|
6523
|
+
"compatibility": {
|
|
6524
|
+
"nuxt": "^3.0.0",
|
|
6525
|
+
"requires": {}
|
|
6526
|
+
}
|
|
6527
|
+
},
|
|
5839
6528
|
{
|
|
5840
6529
|
"name": "umami",
|
|
5841
6530
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5884,7 +6573,7 @@
|
|
|
5884
6573
|
},
|
|
5885
6574
|
{
|
|
5886
6575
|
"name": "universal-storage",
|
|
5887
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6576
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5888
6577
|
"repo": "nuxt-community/universal-storage-module",
|
|
5889
6578
|
"npm": "@nuxtjs/universal-storage",
|
|
5890
6579
|
"icon": "",
|
|
@@ -5961,12 +6650,12 @@
|
|
|
5961
6650
|
{
|
|
5962
6651
|
"name": "unocss",
|
|
5963
6652
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5964
|
-
"repo": "
|
|
6653
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5965
6654
|
"npm": "@unocss/nuxt",
|
|
5966
6655
|
"icon": "unocss.svg",
|
|
5967
|
-
"github": "https://github.com/
|
|
5968
|
-
"website": "https://github.com/
|
|
5969
|
-
"learn_more": "https://github.com/
|
|
6656
|
+
"github": "https://github.com/unocss/unocss",
|
|
6657
|
+
"website": "https://github.com/unocss/unocss",
|
|
6658
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5970
6659
|
"category": "UI",
|
|
5971
6660
|
"type": "3rd-party",
|
|
5972
6661
|
"maintainers": [
|
|
@@ -5981,7 +6670,8 @@
|
|
|
5981
6670
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5982
6671
|
"requires": {
|
|
5983
6672
|
"bridge": "optional"
|
|
5984
|
-
}
|
|
6673
|
+
},
|
|
6674
|
+
"devtools": "^0.0.0"
|
|
5985
6675
|
}
|
|
5986
6676
|
},
|
|
5987
6677
|
{
|
|
@@ -6007,9 +6697,33 @@
|
|
|
6007
6697
|
"requires": {}
|
|
6008
6698
|
}
|
|
6009
6699
|
},
|
|
6700
|
+
{
|
|
6701
|
+
"name": "use-wagmi",
|
|
6702
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6703
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6704
|
+
"npm": "@use-wagmi/nuxt",
|
|
6705
|
+
"icon": "use-wagmi.png",
|
|
6706
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6707
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6708
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6709
|
+
"category": "Extensions",
|
|
6710
|
+
"type": "3rd-party",
|
|
6711
|
+
"maintainers": [
|
|
6712
|
+
{
|
|
6713
|
+
"name": "Unic Ape",
|
|
6714
|
+
"github": "unicape"
|
|
6715
|
+
}
|
|
6716
|
+
],
|
|
6717
|
+
"compatibility": {
|
|
6718
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6719
|
+
"requires": {
|
|
6720
|
+
"bridge": true
|
|
6721
|
+
}
|
|
6722
|
+
}
|
|
6723
|
+
},
|
|
6010
6724
|
{
|
|
6011
6725
|
"name": "user-agent",
|
|
6012
|
-
"description": "Nuxt
|
|
6726
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6013
6727
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6014
6728
|
"npm": "nuxt-user-agent",
|
|
6015
6729
|
"icon": "",
|
|
@@ -6099,9 +6813,31 @@
|
|
|
6099
6813
|
}
|
|
6100
6814
|
}
|
|
6101
6815
|
},
|
|
6816
|
+
{
|
|
6817
|
+
"name": "vcalendar",
|
|
6818
|
+
"description": "VCalendar module for Nuxt",
|
|
6819
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6820
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6821
|
+
"icon": "vcalendar.png",
|
|
6822
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6823
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6824
|
+
"learn_more": "",
|
|
6825
|
+
"category": "Libraries",
|
|
6826
|
+
"type": "3rd-party",
|
|
6827
|
+
"maintainers": [
|
|
6828
|
+
{
|
|
6829
|
+
"name": "Sam K",
|
|
6830
|
+
"github": "samk-dev"
|
|
6831
|
+
}
|
|
6832
|
+
],
|
|
6833
|
+
"compatibility": {
|
|
6834
|
+
"nuxt": "^3.0.0",
|
|
6835
|
+
"requires": {}
|
|
6836
|
+
}
|
|
6837
|
+
},
|
|
6102
6838
|
{
|
|
6103
6839
|
"name": "vee-validate",
|
|
6104
|
-
"description": "Painless Vue forms for Nuxt
|
|
6840
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6105
6841
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6106
6842
|
"npm": "@vee-validate/nuxt",
|
|
6107
6843
|
"icon": "vee-validate.png",
|
|
@@ -6191,7 +6927,7 @@
|
|
|
6191
6927
|
},
|
|
6192
6928
|
{
|
|
6193
6929
|
"name": "vite-pwa-nuxt",
|
|
6194
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6930
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6195
6931
|
"repo": "vite-pwa/nuxt",
|
|
6196
6932
|
"npm": "@vite-pwa/nuxt",
|
|
6197
6933
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6240,18 +6976,19 @@
|
|
|
6240
6976
|
],
|
|
6241
6977
|
"compatibility": {
|
|
6242
6978
|
"nuxt": "^3.0.0",
|
|
6243
|
-
"requires": {}
|
|
6979
|
+
"requires": {},
|
|
6980
|
+
"devtools": "^0.0.0"
|
|
6244
6981
|
}
|
|
6245
6982
|
},
|
|
6246
6983
|
{
|
|
6247
6984
|
"name": "vue-email",
|
|
6248
|
-
"description": "Write email templates with vue",
|
|
6985
|
+
"description": "💌 Write email templates with vue",
|
|
6249
6986
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6250
6987
|
"npm": "vue-email",
|
|
6251
6988
|
"icon": "vue-email.svg",
|
|
6252
6989
|
"github": "https://github.com/Dave136/vue-email",
|
|
6253
|
-
"website": "https://
|
|
6254
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
6990
|
+
"website": "https://www.vuemail.net/",
|
|
6991
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6255
6992
|
"category": "UI",
|
|
6256
6993
|
"type": "3rd-party",
|
|
6257
6994
|
"maintainers": [
|
|
@@ -6268,6 +7005,30 @@
|
|
|
6268
7005
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6269
7006
|
}
|
|
6270
7007
|
],
|
|
7008
|
+
"compatibility": {
|
|
7009
|
+
"nuxt": "^3.0.0",
|
|
7010
|
+
"requires": {},
|
|
7011
|
+
"devtools": "^0.0.0"
|
|
7012
|
+
}
|
|
7013
|
+
},
|
|
7014
|
+
{
|
|
7015
|
+
"name": "vue-final-modal",
|
|
7016
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7017
|
+
"repo": "vue-final/vue-final-modal",
|
|
7018
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7019
|
+
"icon": "vue-final-modal.svg",
|
|
7020
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7021
|
+
"website": "https://vue-final-modal.org/",
|
|
7022
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7023
|
+
"category": "UI",
|
|
7024
|
+
"type": "3rd-party",
|
|
7025
|
+
"maintainers": [
|
|
7026
|
+
{
|
|
7027
|
+
"name": "Hunter Liu",
|
|
7028
|
+
"github": "hunterliu1003",
|
|
7029
|
+
"twitter": "hunterliu1003"
|
|
7030
|
+
}
|
|
7031
|
+
],
|
|
6271
7032
|
"compatibility": {
|
|
6272
7033
|
"nuxt": "^3.0.0",
|
|
6273
7034
|
"requires": {}
|
|
@@ -6295,7 +7056,8 @@
|
|
|
6295
7056
|
"nuxt": "^3.0.0",
|
|
6296
7057
|
"requires": {
|
|
6297
7058
|
"bridge": "optional"
|
|
6298
|
-
}
|
|
7059
|
+
},
|
|
7060
|
+
"devtools": "^0.0.0"
|
|
6299
7061
|
}
|
|
6300
7062
|
},
|
|
6301
7063
|
{
|
|
@@ -6322,7 +7084,7 @@
|
|
|
6322
7084
|
},
|
|
6323
7085
|
{
|
|
6324
7086
|
"name": "vue-multiselect",
|
|
6325
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7087
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6326
7088
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6327
7089
|
"npm": "nuxt-vue-multiselect",
|
|
6328
7090
|
"icon": "",
|
|
@@ -6436,7 +7198,7 @@
|
|
|
6436
7198
|
},
|
|
6437
7199
|
{
|
|
6438
7200
|
"name": "vue-warehouse",
|
|
6439
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7201
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6440
7202
|
"repo": "juliomrqz/vue-warehouse",
|
|
6441
7203
|
"npm": "vue-warehouse",
|
|
6442
7204
|
"icon": "",
|
|
@@ -6457,6 +7219,29 @@
|
|
|
6457
7219
|
"requires": {}
|
|
6458
7220
|
}
|
|
6459
7221
|
},
|
|
7222
|
+
{
|
|
7223
|
+
"name": "vue3-carousel-nuxt",
|
|
7224
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7225
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7226
|
+
"npm": "vue3-carousel-nuxt",
|
|
7227
|
+
"icon": "",
|
|
7228
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7229
|
+
"website": "",
|
|
7230
|
+
"learn_more": "",
|
|
7231
|
+
"category": "UI",
|
|
7232
|
+
"type": "3rd-party",
|
|
7233
|
+
"maintainers": [
|
|
7234
|
+
{
|
|
7235
|
+
"name": "Gaetan SENN",
|
|
7236
|
+
"github": "gaetansenn",
|
|
7237
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7238
|
+
}
|
|
7239
|
+
],
|
|
7240
|
+
"compatibility": {
|
|
7241
|
+
"nuxt": "^3.0.0",
|
|
7242
|
+
"requires": {}
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
6460
7245
|
{
|
|
6461
7246
|
"name": "vuefire",
|
|
6462
7247
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6479,9 +7264,55 @@
|
|
|
6479
7264
|
"requires": {}
|
|
6480
7265
|
}
|
|
6481
7266
|
},
|
|
7267
|
+
{
|
|
7268
|
+
"name": "vueform-builder",
|
|
7269
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7270
|
+
"repo": "vueform/builder-nuxt",
|
|
7271
|
+
"npm": "@vueform/builder-nuxt",
|
|
7272
|
+
"icon": "vueform.svg",
|
|
7273
|
+
"github": "https://github.com/vueform/builder",
|
|
7274
|
+
"website": "https://builder.vueform.com",
|
|
7275
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7276
|
+
"category": "Libraries",
|
|
7277
|
+
"type": "3rd-party",
|
|
7278
|
+
"maintainers": [
|
|
7279
|
+
{
|
|
7280
|
+
"name": "Adam Berecz",
|
|
7281
|
+
"github": "adamberecz",
|
|
7282
|
+
"twitter": "bereczadam"
|
|
7283
|
+
}
|
|
7284
|
+
],
|
|
7285
|
+
"compatibility": {
|
|
7286
|
+
"nuxt": "^3.0.0",
|
|
7287
|
+
"requires": {}
|
|
7288
|
+
}
|
|
7289
|
+
},
|
|
7290
|
+
{
|
|
7291
|
+
"name": "vueform",
|
|
7292
|
+
"description": "Official Vueform module for Nuxt",
|
|
7293
|
+
"repo": "vueform/nuxt",
|
|
7294
|
+
"npm": "@vueform/nuxt",
|
|
7295
|
+
"icon": "vueform.svg",
|
|
7296
|
+
"github": "https://github.com/vueform/vueform",
|
|
7297
|
+
"website": "https://vueform.com",
|
|
7298
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7299
|
+
"category": "Libraries",
|
|
7300
|
+
"type": "3rd-party",
|
|
7301
|
+
"maintainers": [
|
|
7302
|
+
{
|
|
7303
|
+
"name": "Adam Berecz",
|
|
7304
|
+
"github": "adamberecz",
|
|
7305
|
+
"twitter": "bereczadam"
|
|
7306
|
+
}
|
|
7307
|
+
],
|
|
7308
|
+
"compatibility": {
|
|
7309
|
+
"nuxt": "^3.0.0",
|
|
7310
|
+
"requires": {}
|
|
7311
|
+
}
|
|
7312
|
+
},
|
|
6482
7313
|
{
|
|
6483
7314
|
"name": "vuestic",
|
|
6484
|
-
"description": "Vuestic UI module for Nuxt
|
|
7315
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6485
7316
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6486
7317
|
"npm": "@vuestic/nuxt",
|
|
6487
7318
|
"icon": "vuestic.png",
|
|
@@ -6509,7 +7340,7 @@
|
|
|
6509
7340
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6510
7341
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6511
7342
|
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6512
|
-
"learn_more": "https://
|
|
7343
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
6513
7344
|
"category": "UI",
|
|
6514
7345
|
"type": "3rd-party",
|
|
6515
7346
|
"maintainers": [
|
|
@@ -6525,7 +7356,7 @@
|
|
|
6525
7356
|
},
|
|
6526
7357
|
{
|
|
6527
7358
|
"name": "vuetify",
|
|
6528
|
-
"description": "Vuetify Module for Nuxt
|
|
7359
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6529
7360
|
"repo": "nuxt-community/vuetify-module",
|
|
6530
7361
|
"npm": "@nuxtjs/vuetify",
|
|
6531
7362
|
"icon": "vuetify.png",
|
|
@@ -6572,7 +7403,8 @@
|
|
|
6572
7403
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6573
7404
|
"requires": {
|
|
6574
7405
|
"bridge": "optional"
|
|
6575
|
-
}
|
|
7406
|
+
},
|
|
7407
|
+
"devtools": "^0.0.0"
|
|
6576
7408
|
}
|
|
6577
7409
|
},
|
|
6578
7410
|
{
|
|
@@ -6599,7 +7431,7 @@
|
|
|
6599
7431
|
},
|
|
6600
7432
|
{
|
|
6601
7433
|
"name": "vunix",
|
|
6602
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7434
|
+
"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.",
|
|
6603
7435
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6604
7436
|
"npm": "@vunix/nuxt",
|
|
6605
7437
|
"icon": "",
|
|
@@ -6623,11 +7455,11 @@
|
|
|
6623
7455
|
{
|
|
6624
7456
|
"name": "web-vitals",
|
|
6625
7457
|
"description": "Web Vitals for Nuxt",
|
|
6626
|
-
"repo": "nuxt-
|
|
7458
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6627
7459
|
"npm": "@nuxtjs/web-vitals",
|
|
6628
7460
|
"icon": "web-vitals.png",
|
|
6629
|
-
"github": "https://github.com/nuxt-
|
|
6630
|
-
"website": "https://github.com/nuxt-
|
|
7461
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7462
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6631
7463
|
"learn_more": "",
|
|
6632
7464
|
"category": "Performance",
|
|
6633
7465
|
"type": "community",
|
|
@@ -6678,7 +7510,7 @@
|
|
|
6678
7510
|
},
|
|
6679
7511
|
{
|
|
6680
7512
|
"name": "webpack-optimisations",
|
|
6681
|
-
"description": "Nuxt
|
|
7513
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6682
7514
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6683
7515
|
"npm": "nuxt-webpack-optimisations",
|
|
6684
7516
|
"icon": "build-optimisations.svg",
|
|
@@ -6770,7 +7602,7 @@
|
|
|
6770
7602
|
},
|
|
6771
7603
|
{
|
|
6772
7604
|
"name": "well-known",
|
|
6773
|
-
"description": "A Nuxt
|
|
7605
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6774
7606
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6775
7607
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6776
7608
|
"icon": "well-known.svg",
|
|
@@ -6792,7 +7624,7 @@
|
|
|
6792
7624
|
},
|
|
6793
7625
|
{
|
|
6794
7626
|
"name": "wideangle",
|
|
6795
|
-
"description": "Nuxt
|
|
7627
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6796
7628
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6797
7629
|
"npm": "wideangle-nuxt",
|
|
6798
7630
|
"icon": "wideangle.png",
|
|
@@ -6959,55 +7791,9 @@
|
|
|
6959
7791
|
"requires": {}
|
|
6960
7792
|
}
|
|
6961
7793
|
},
|
|
6962
|
-
{
|
|
6963
|
-
"name": "yandex-metrika-next",
|
|
6964
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6965
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6966
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6967
|
-
"icon": "yandex-metrika.svg",
|
|
6968
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6969
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6970
|
-
"learn_more": "",
|
|
6971
|
-
"category": "Analytics",
|
|
6972
|
-
"type": "3rd-party",
|
|
6973
|
-
"maintainers": [
|
|
6974
|
-
{
|
|
6975
|
-
"name": "Aleksandr Saburov",
|
|
6976
|
-
"github": "artmizu",
|
|
6977
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6978
|
-
}
|
|
6979
|
-
],
|
|
6980
|
-
"compatibility": {
|
|
6981
|
-
"nuxt": "^3.0.0",
|
|
6982
|
-
"requires": {}
|
|
6983
|
-
}
|
|
6984
|
-
},
|
|
6985
|
-
{
|
|
6986
|
-
"name": "yandex-metrika",
|
|
6987
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6988
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6989
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6990
|
-
"icon": "",
|
|
6991
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6992
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6993
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6994
|
-
"category": "Analytics",
|
|
6995
|
-
"type": "community",
|
|
6996
|
-
"maintainers": [
|
|
6997
|
-
{
|
|
6998
|
-
"name": "Pooya Parsa",
|
|
6999
|
-
"github": "pi0",
|
|
7000
|
-
"twitter": "_pi0_"
|
|
7001
|
-
}
|
|
7002
|
-
],
|
|
7003
|
-
"compatibility": {
|
|
7004
|
-
"nuxt": "^2.0.0",
|
|
7005
|
-
"requires": {}
|
|
7006
|
-
}
|
|
7007
|
-
},
|
|
7008
7794
|
{
|
|
7009
7795
|
"name": "zendesk",
|
|
7010
|
-
"description": "Nuxt
|
|
7796
|
+
"description": "Nuxt module for Zendesk",
|
|
7011
7797
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7012
7798
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7013
7799
|
"icon": "zendesk.png",
|