@nuxt/modules 0.6.0-275249 → 0.6.0-27c7b3
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 +1057 -308
- 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,54 @@
|
|
|
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
|
+
},
|
|
289
356
|
{
|
|
290
357
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
358
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
359
|
"repo": "nuxt-community/auth-module",
|
|
293
360
|
"npm": "@nuxtjs/auth",
|
|
294
361
|
"icon": "auth.png",
|
|
@@ -336,9 +403,32 @@
|
|
|
336
403
|
"requires": {}
|
|
337
404
|
}
|
|
338
405
|
},
|
|
406
|
+
{
|
|
407
|
+
"name": "auto-animate",
|
|
408
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
409
|
+
"repo": "formkit/auto-animate",
|
|
410
|
+
"npm": "@formkit/auto-animate",
|
|
411
|
+
"icon": "auto-animate.svg",
|
|
412
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
413
|
+
"website": "https://auto-animate.formkit.com",
|
|
414
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
415
|
+
"category": "Libraries",
|
|
416
|
+
"type": "3rd-party",
|
|
417
|
+
"maintainers": [
|
|
418
|
+
{
|
|
419
|
+
"name": "Justin Schroeder",
|
|
420
|
+
"github": "justin-schroeder",
|
|
421
|
+
"twitter": "jpschroeder"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"compatibility": {
|
|
425
|
+
"nuxt": "^3.0.0",
|
|
426
|
+
"requires": {}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
339
429
|
{
|
|
340
430
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
431
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
432
|
"repo": "nuxt-community/axios-module",
|
|
343
433
|
"npm": "@nuxtjs/axios",
|
|
344
434
|
"icon": "axios.svg",
|
|
@@ -361,7 +451,7 @@
|
|
|
361
451
|
},
|
|
362
452
|
{
|
|
363
453
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
454
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
455
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
456
|
"npm": "nuxt-basic-auth-module",
|
|
367
457
|
"icon": "",
|
|
@@ -485,7 +575,7 @@
|
|
|
485
575
|
},
|
|
486
576
|
{
|
|
487
577
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
578
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
579
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
580
|
"npm": "nuxt-bulma-slim",
|
|
491
581
|
"icon": "bulma.png",
|
|
@@ -552,7 +642,7 @@
|
|
|
552
642
|
},
|
|
553
643
|
{
|
|
554
644
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
645
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
646
|
"repo": "LuXDAmore/generative-art",
|
|
557
647
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
648
|
"icon": "",
|
|
@@ -575,7 +665,7 @@
|
|
|
575
665
|
},
|
|
576
666
|
{
|
|
577
667
|
"name": "capo",
|
|
578
|
-
"description": "Capo.js implementation for Nuxt
|
|
668
|
+
"description": "Capo.js implementation for Nuxt",
|
|
579
669
|
"repo": "danielroe/nuxt-capo",
|
|
580
670
|
"npm": "nuxt-capo",
|
|
581
671
|
"icon": "",
|
|
@@ -597,7 +687,7 @@
|
|
|
597
687
|
},
|
|
598
688
|
{
|
|
599
689
|
"name": "chakra-ui",
|
|
600
|
-
"description": "Chakra UI Module for Nuxt
|
|
690
|
+
"description": "Chakra UI Module for Nuxt",
|
|
601
691
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
602
692
|
"npm": "@chakra-ui/nuxt",
|
|
603
693
|
"icon": "chakra-ui.png",
|
|
@@ -708,7 +798,7 @@
|
|
|
708
798
|
},
|
|
709
799
|
{
|
|
710
800
|
"name": "cloudcms",
|
|
711
|
-
"description": "CloudCMS Nuxt
|
|
801
|
+
"description": "CloudCMS Nuxt Module",
|
|
712
802
|
"repo": "gitana/cloudcms-nuxt",
|
|
713
803
|
"npm": "cloudcms-nuxt",
|
|
714
804
|
"icon": "",
|
|
@@ -757,11 +847,11 @@
|
|
|
757
847
|
},
|
|
758
848
|
{
|
|
759
849
|
"name": "cloudinary",
|
|
760
|
-
"description": "Optimize images and videos in your Nuxt
|
|
761
|
-
"repo": "nuxt-
|
|
850
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
851
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
852
|
"npm": "@nuxtjs/cloudinary",
|
|
763
853
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
855
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
856
|
"learn_more": "https://cloudinary.com",
|
|
767
857
|
"category": "Images",
|
|
@@ -780,11 +870,11 @@
|
|
|
780
870
|
},
|
|
781
871
|
{
|
|
782
872
|
"name": "color-mode",
|
|
783
|
-
"description": "Dark and Light mode for
|
|
784
|
-
"repo": "nuxt-
|
|
873
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
874
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
875
|
"npm": "@nuxtjs/color-mode",
|
|
786
876
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
877
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
878
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
879
|
"learn_more": "",
|
|
790
880
|
"category": "UI",
|
|
@@ -1001,7 +1091,7 @@
|
|
|
1001
1091
|
},
|
|
1002
1092
|
{
|
|
1003
1093
|
"name": "darkmode.js",
|
|
1004
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1094
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1005
1095
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1006
1096
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1007
1097
|
"icon": "darkmode.png",
|
|
@@ -1023,7 +1113,7 @@
|
|
|
1023
1113
|
},
|
|
1024
1114
|
{
|
|
1025
1115
|
"name": "date-fns",
|
|
1026
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1116
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1027
1117
|
"repo": "nuxt-community/date-fns-module",
|
|
1028
1118
|
"npm": "@nuxtjs/date-fns",
|
|
1029
1119
|
"icon": "date-fns.png",
|
|
@@ -1045,7 +1135,7 @@
|
|
|
1045
1135
|
},
|
|
1046
1136
|
{
|
|
1047
1137
|
"name": "datocms-nuxt2",
|
|
1048
|
-
"description": "DatoCMS integration for Nuxt
|
|
1138
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1049
1139
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1050
1140
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1051
1141
|
"icon": "datocms.svg",
|
|
@@ -1114,8 +1204,8 @@
|
|
|
1114
1204
|
},
|
|
1115
1205
|
{
|
|
1116
1206
|
"name": "delay-hydration",
|
|
1117
|
-
"description": "Improve your Nuxt
|
|
1118
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1207
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1208
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1119
1209
|
"npm": "nuxt-delay-hydration",
|
|
1120
1210
|
"icon": "lighthouse.svg",
|
|
1121
1211
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1137,12 +1227,12 @@
|
|
|
1137
1227
|
},
|
|
1138
1228
|
{
|
|
1139
1229
|
"name": "device",
|
|
1140
|
-
"description": "Device detection module for Nuxt
|
|
1141
|
-
"repo": "nuxt-
|
|
1230
|
+
"description": "Device detection module for Nuxt",
|
|
1231
|
+
"repo": "nuxt-modules/device",
|
|
1142
1232
|
"npm": "@nuxtjs/device",
|
|
1143
1233
|
"icon": "",
|
|
1144
|
-
"github": "https://github.com/nuxt-
|
|
1145
|
-
"website": "https://github.com/nuxt-
|
|
1234
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1235
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1146
1236
|
"learn_more": "",
|
|
1147
1237
|
"category": "Extensions",
|
|
1148
1238
|
"type": "community",
|
|
@@ -1160,7 +1250,7 @@
|
|
|
1160
1250
|
{
|
|
1161
1251
|
"name": "devtools",
|
|
1162
1252
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1163
|
-
"repo": "nuxt/devtools#main",
|
|
1253
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1164
1254
|
"npm": "@nuxt/devtools",
|
|
1165
1255
|
"icon": "nuxt.svg",
|
|
1166
1256
|
"github": "https://github.com/nuxt/devtools",
|
|
@@ -1182,13 +1272,13 @@
|
|
|
1182
1272
|
},
|
|
1183
1273
|
{
|
|
1184
1274
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1275
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1276
|
"repo": "intevel/nuxt-directus",
|
|
1187
1277
|
"npm": "nuxt-directus",
|
|
1188
1278
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"learn_more": "https://nuxt-directus.
|
|
1279
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1280
|
+
"website": "https://nuxt-directus.site/",
|
|
1281
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1192
1282
|
"category": "CMS",
|
|
1193
1283
|
"type": "3rd-party",
|
|
1194
1284
|
"maintainers": [
|
|
@@ -1199,15 +1289,36 @@
|
|
|
1199
1289
|
}
|
|
1200
1290
|
],
|
|
1201
1291
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {},
|
|
1294
|
+
"devtools": "^0.0.0"
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"name": "disqus",
|
|
1299
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1300
|
+
"repo": "modbender/nuxt-disqus",
|
|
1301
|
+
"npm": "nuxt-disqus",
|
|
1302
|
+
"icon": "disqus.svg",
|
|
1303
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1304
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1305
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1306
|
+
"category": "Libraries",
|
|
1307
|
+
"type": "3rd-party",
|
|
1308
|
+
"maintainers": [
|
|
1309
|
+
{
|
|
1310
|
+
"name": "modbender",
|
|
1311
|
+
"github": "modbender"
|
|
1205
1312
|
}
|
|
1313
|
+
],
|
|
1314
|
+
"compatibility": {
|
|
1315
|
+
"nuxt": "^3.0.0",
|
|
1316
|
+
"requires": {}
|
|
1206
1317
|
}
|
|
1207
1318
|
},
|
|
1208
1319
|
{
|
|
1209
1320
|
"name": "dotenv",
|
|
1210
|
-
"description": "A Nuxt
|
|
1321
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1211
1322
|
"repo": "nuxt-community/dotenv-module",
|
|
1212
1323
|
"npm": "@nuxtjs/dotenv",
|
|
1213
1324
|
"icon": "dotenv.png",
|
|
@@ -1229,7 +1340,7 @@
|
|
|
1229
1340
|
},
|
|
1230
1341
|
{
|
|
1231
1342
|
"name": "drupal-ce",
|
|
1232
|
-
"description": "Connects Nuxt
|
|
1343
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1233
1344
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1234
1345
|
"npm": "nuxtjs-drupal-ce",
|
|
1235
1346
|
"icon": "drupal-ce.png",
|
|
@@ -1262,7 +1373,7 @@
|
|
|
1262
1373
|
},
|
|
1263
1374
|
{
|
|
1264
1375
|
"name": "druxt",
|
|
1265
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1376
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1266
1377
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1267
1378
|
"npm": "druxt",
|
|
1268
1379
|
"icon": "druxt.svg",
|
|
@@ -1330,7 +1441,7 @@
|
|
|
1330
1441
|
},
|
|
1331
1442
|
{
|
|
1332
1443
|
"name": "emotion",
|
|
1333
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1444
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1334
1445
|
"repo": "nuxt-modules/emotion",
|
|
1335
1446
|
"npm": "@nuxtjs/emotion",
|
|
1336
1447
|
"icon": "emotion.png",
|
|
@@ -1358,7 +1469,7 @@
|
|
|
1358
1469
|
},
|
|
1359
1470
|
{
|
|
1360
1471
|
"name": "eslint",
|
|
1361
|
-
"description": "ESLint module for Nuxt
|
|
1472
|
+
"description": "ESLint module for Nuxt",
|
|
1362
1473
|
"repo": "nuxt-community/eslint-module",
|
|
1363
1474
|
"npm": "@nuxtjs/eslint-module",
|
|
1364
1475
|
"icon": "eslint.png",
|
|
@@ -1380,7 +1491,7 @@
|
|
|
1380
1491
|
},
|
|
1381
1492
|
{
|
|
1382
1493
|
"name": "event-trace",
|
|
1383
|
-
"description": "Module for event trace in Nuxt
|
|
1494
|
+
"description": "Module for event trace in Nuxt",
|
|
1384
1495
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1385
1496
|
"npm": "nuxt-event-trace",
|
|
1386
1497
|
"icon": "",
|
|
@@ -1424,7 +1535,7 @@
|
|
|
1424
1535
|
},
|
|
1425
1536
|
{
|
|
1426
1537
|
"name": "feature-toggle",
|
|
1427
|
-
"description": "Feature toggle module for Nuxt
|
|
1538
|
+
"description": "Feature toggle module for Nuxt",
|
|
1428
1539
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1429
1540
|
"npm": "nuxt-feature-toggle",
|
|
1430
1541
|
"icon": "",
|
|
@@ -1491,7 +1602,7 @@
|
|
|
1491
1602
|
},
|
|
1492
1603
|
{
|
|
1493
1604
|
"name": "floating-prompt-module",
|
|
1494
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1605
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1495
1606
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1496
1607
|
"npm": "nuxt-floating-prompt-module",
|
|
1497
1608
|
"icon": "",
|
|
@@ -1603,11 +1714,11 @@
|
|
|
1603
1714
|
{
|
|
1604
1715
|
"name": "form-actions",
|
|
1605
1716
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1717
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1607
1718
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1719
|
"icon": "form-actions.svg",
|
|
1609
1720
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
-
"website": "https://
|
|
1721
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1611
1722
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
1723
|
"category": "Request",
|
|
1613
1724
|
"type": "3rd-party",
|
|
@@ -1619,7 +1730,7 @@
|
|
|
1619
1730
|
}
|
|
1620
1731
|
],
|
|
1621
1732
|
"compatibility": {
|
|
1622
|
-
"nuxt": "^3.
|
|
1733
|
+
"nuxt": "^3.7.0",
|
|
1623
1734
|
"requires": {}
|
|
1624
1735
|
}
|
|
1625
1736
|
},
|
|
@@ -1697,7 +1808,7 @@
|
|
|
1697
1808
|
},
|
|
1698
1809
|
{
|
|
1699
1810
|
"name": "google-adsense",
|
|
1700
|
-
"description": "Google Adsense Module for Nuxt
|
|
1811
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1701
1812
|
"repo": "nuxt-community/google-adsense-module",
|
|
1702
1813
|
"npm": "@nuxtjs/google-adsense",
|
|
1703
1814
|
"icon": "google-adsense.png",
|
|
@@ -1723,7 +1834,7 @@
|
|
|
1723
1834
|
},
|
|
1724
1835
|
{
|
|
1725
1836
|
"name": "google-analytics",
|
|
1726
|
-
"description": "Google analytics Module for Nuxt
|
|
1837
|
+
"description": "Google analytics Module for Nuxt",
|
|
1727
1838
|
"repo": "nuxt-community/analytics-module",
|
|
1728
1839
|
"npm": "@nuxtjs/google-analytics",
|
|
1729
1840
|
"icon": "google-analytics.png",
|
|
@@ -1755,12 +1866,12 @@
|
|
|
1755
1866
|
},
|
|
1756
1867
|
{
|
|
1757
1868
|
"name": "google-fonts",
|
|
1758
|
-
"description": "Google Fonts module for
|
|
1759
|
-
"repo": "nuxt-
|
|
1869
|
+
"description": "Google Fonts module for Nuxt",
|
|
1870
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
1871
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
1872
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
1873
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1874
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
1875
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
1876
|
"category": "Fonts",
|
|
1766
1877
|
"type": "community",
|
|
@@ -1779,7 +1890,7 @@
|
|
|
1779
1890
|
},
|
|
1780
1891
|
{
|
|
1781
1892
|
"name": "google-gtag",
|
|
1782
|
-
"description": "Google GTag for Nuxt
|
|
1893
|
+
"description": "Google GTag for Nuxt",
|
|
1783
1894
|
"repo": "nuxt-community/google-gtag",
|
|
1784
1895
|
"npm": "@nuxtjs/google-gtag",
|
|
1785
1896
|
"icon": "gtm.png",
|
|
@@ -1805,7 +1916,7 @@
|
|
|
1805
1916
|
},
|
|
1806
1917
|
{
|
|
1807
1918
|
"name": "google-optimize",
|
|
1808
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1919
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1809
1920
|
"repo": "nuxt-community/google-optimize-module",
|
|
1810
1921
|
"npm": "nuxt-google-optimize",
|
|
1811
1922
|
"icon": "google-optimize.png",
|
|
@@ -1860,7 +1971,7 @@
|
|
|
1860
1971
|
},
|
|
1861
1972
|
{
|
|
1862
1973
|
"name": "graphql-request",
|
|
1863
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1974
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1864
1975
|
"repo": "gomah/nuxt-graphql-request",
|
|
1865
1976
|
"npm": "nuxt-graphql-request",
|
|
1866
1977
|
"icon": "graphql-request.png",
|
|
@@ -1876,7 +1987,7 @@
|
|
|
1876
1987
|
}
|
|
1877
1988
|
],
|
|
1878
1989
|
"compatibility": {
|
|
1879
|
-
"nuxt": "^2.0.0",
|
|
1990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
1991
|
"requires": {}
|
|
1881
1992
|
}
|
|
1882
1993
|
},
|
|
@@ -1899,12 +2010,13 @@
|
|
|
1899
2010
|
],
|
|
1900
2011
|
"compatibility": {
|
|
1901
2012
|
"nuxt": "^3.0.0",
|
|
1902
|
-
"requires": {}
|
|
2013
|
+
"requires": {},
|
|
2014
|
+
"devtools": "^0.0.0"
|
|
1903
2015
|
}
|
|
1904
2016
|
},
|
|
1905
2017
|
{
|
|
1906
2018
|
"name": "gtag",
|
|
1907
|
-
"description": "Google Analytics integration for Nuxt
|
|
2019
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1908
2020
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
2021
|
"npm": "nuxt-gtag",
|
|
1910
2022
|
"icon": "gtag.svg",
|
|
@@ -1928,7 +2040,7 @@
|
|
|
1928
2040
|
},
|
|
1929
2041
|
{
|
|
1930
2042
|
"name": "gtm",
|
|
1931
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2043
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1932
2044
|
"repo": "nuxt-community/gtm-module",
|
|
1933
2045
|
"npm": "@nuxtjs/gtm",
|
|
1934
2046
|
"icon": "gtm.png",
|
|
@@ -1951,7 +2063,7 @@
|
|
|
1951
2063
|
},
|
|
1952
2064
|
{
|
|
1953
2065
|
"name": "guess",
|
|
1954
|
-
"description": "Guess.js module for Nuxt
|
|
2066
|
+
"description": "Guess.js module for Nuxt",
|
|
1955
2067
|
"repo": "nuxt-community/guess-module",
|
|
1956
2068
|
"npm": "@nuxtjs/guess-module",
|
|
1957
2069
|
"icon": "guessjs.png",
|
|
@@ -2063,7 +2175,7 @@
|
|
|
2063
2175
|
},
|
|
2064
2176
|
{
|
|
2065
2177
|
"name": "helmet",
|
|
2066
|
-
"description": "Easy Helmet module with Nuxt
|
|
2178
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2067
2179
|
"repo": "victor-perez/nuxt-helmet",
|
|
2068
2180
|
"npm": "nuxt-helmet",
|
|
2069
2181
|
"icon": "",
|
|
@@ -2107,7 +2219,7 @@
|
|
|
2107
2219
|
},
|
|
2108
2220
|
{
|
|
2109
2221
|
"name": "history-state",
|
|
2110
|
-
"description": "Nuxt
|
|
2222
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2111
2223
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2112
2224
|
"npm": "nuxt-history-state",
|
|
2113
2225
|
"icon": "",
|
|
@@ -2176,7 +2288,7 @@
|
|
|
2176
2288
|
},
|
|
2177
2289
|
{
|
|
2178
2290
|
"name": "http",
|
|
2179
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2291
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2180
2292
|
"repo": "nuxt/http",
|
|
2181
2293
|
"npm": "@nuxt/http",
|
|
2182
2294
|
"icon": "http.png",
|
|
@@ -2204,7 +2316,7 @@
|
|
|
2204
2316
|
},
|
|
2205
2317
|
{
|
|
2206
2318
|
"name": "humans-txt",
|
|
2207
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2319
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2208
2320
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2209
2321
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2210
2322
|
"icon": "",
|
|
@@ -2228,11 +2340,11 @@
|
|
|
2228
2340
|
{
|
|
2229
2341
|
"name": "i18n",
|
|
2230
2342
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2343
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2344
|
"npm": "@nuxtjs/i18n",
|
|
2233
2345
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2235
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2346
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2347
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2236
2348
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2237
2349
|
"category": "Extensions",
|
|
2238
2350
|
"type": "community",
|
|
@@ -2292,7 +2404,8 @@
|
|
|
2292
2404
|
],
|
|
2293
2405
|
"compatibility": {
|
|
2294
2406
|
"nuxt": "^3.0.0",
|
|
2295
|
-
"requires": {}
|
|
2407
|
+
"requires": {},
|
|
2408
|
+
"devtools": "^0.0.0"
|
|
2296
2409
|
}
|
|
2297
2410
|
},
|
|
2298
2411
|
{
|
|
@@ -2341,12 +2454,12 @@
|
|
|
2341
2454
|
},
|
|
2342
2455
|
{
|
|
2343
2456
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2457
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2458
|
"repo": "nuxt/image",
|
|
2346
2459
|
"npm": "@nuxt/image",
|
|
2347
2460
|
"icon": "image.png",
|
|
2348
2461
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2462
|
+
"website": "https://image.nuxt.com",
|
|
2350
2463
|
"learn_more": "",
|
|
2351
2464
|
"category": "Images",
|
|
2352
2465
|
"type": "official",
|
|
@@ -2356,6 +2469,11 @@
|
|
|
2356
2469
|
"github": "farnabaz",
|
|
2357
2470
|
"twitter": "a_birang"
|
|
2358
2471
|
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "Daniel Roe",
|
|
2474
|
+
"github": "danielroe",
|
|
2475
|
+
"twitter": "danielcroe"
|
|
2476
|
+
},
|
|
2359
2477
|
{
|
|
2360
2478
|
"name": "Pooya Parsa",
|
|
2361
2479
|
"github": "pi0",
|
|
@@ -2376,7 +2494,7 @@
|
|
|
2376
2494
|
},
|
|
2377
2495
|
{
|
|
2378
2496
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2497
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2498
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2499
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2500
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2541,7 @@
|
|
|
2423
2541
|
},
|
|
2424
2542
|
{
|
|
2425
2543
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2544
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2545
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2546
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2547
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2586,7 @@
|
|
|
2468
2586
|
},
|
|
2469
2587
|
{
|
|
2470
2588
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2589
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2590
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2591
|
"npm": "nuxt-jsonapi",
|
|
2474
2592
|
"icon": "jsonapi.svg",
|
|
@@ -2510,9 +2628,36 @@
|
|
|
2510
2628
|
"requires": {}
|
|
2511
2629
|
}
|
|
2512
2630
|
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kinde",
|
|
2633
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2634
|
+
"repo": "nuxt-modules/kinde",
|
|
2635
|
+
"npm": "@nuxtjs/kinde",
|
|
2636
|
+
"icon": "kinde.svg",
|
|
2637
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2638
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2639
|
+
"learn_more": "https://kinde.com/",
|
|
2640
|
+
"category": "Security",
|
|
2641
|
+
"type": "community",
|
|
2642
|
+
"maintainers": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "danielroe",
|
|
2645
|
+
"github": "danielroe"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "daveordead",
|
|
2649
|
+
"github": "DaveOrDead",
|
|
2650
|
+
"twitter": "dave_or_dead"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"compatibility": {
|
|
2654
|
+
"nuxt": "^3.0.0",
|
|
2655
|
+
"requires": {}
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2513
2658
|
{
|
|
2514
2659
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2660
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2661
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2662
|
"npm": "nuxt-kql",
|
|
2518
2663
|
"icon": "kql.svg",
|
|
@@ -2536,7 +2681,7 @@
|
|
|
2536
2681
|
},
|
|
2537
2682
|
{
|
|
2538
2683
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2684
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2685
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2686
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2687
|
"icon": "laravel-echo.png",
|
|
@@ -2624,13 +2769,13 @@
|
|
|
2624
2769
|
},
|
|
2625
2770
|
{
|
|
2626
2771
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
2772
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2628
2773
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
2774
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
2775
|
+
"icon": "link-checker.svg",
|
|
2631
2776
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
2777
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2778
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
2779
|
"category": "SEO",
|
|
2635
2780
|
"type": "3rd-party",
|
|
2636
2781
|
"maintainers": [
|
|
@@ -2643,7 +2788,8 @@
|
|
|
2643
2788
|
],
|
|
2644
2789
|
"compatibility": {
|
|
2645
2790
|
"nuxt": "^3.0.0",
|
|
2646
|
-
"requires": {}
|
|
2791
|
+
"requires": {},
|
|
2792
|
+
"devtools": "^0.0.0"
|
|
2647
2793
|
}
|
|
2648
2794
|
},
|
|
2649
2795
|
{
|
|
@@ -2720,12 +2866,12 @@
|
|
|
2720
2866
|
},
|
|
2721
2867
|
{
|
|
2722
2868
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
2869
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2870
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
2871
|
"npm": "nuxt-logrocket",
|
|
2726
2872
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
2873
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2874
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
2875
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
2876
|
"category": "Monitoring",
|
|
2731
2877
|
"type": "community",
|
|
@@ -2741,9 +2887,35 @@
|
|
|
2741
2887
|
"requires": {}
|
|
2742
2888
|
}
|
|
2743
2889
|
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "lucide-icons",
|
|
2892
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2893
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2894
|
+
"npm": "nuxt-lucide-icons",
|
|
2895
|
+
"icon": "lucide-icons.svg",
|
|
2896
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2897
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2898
|
+
"learn_more": "",
|
|
2899
|
+
"category": "UI",
|
|
2900
|
+
"type": "3rd-party",
|
|
2901
|
+
"maintainers": [
|
|
2902
|
+
{
|
|
2903
|
+
"name": "SWIS",
|
|
2904
|
+
"github": "swisnl"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"name": "Jasper Zonneveld",
|
|
2908
|
+
"github": "JaZo"
|
|
2909
|
+
}
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^3.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2744
2916
|
{
|
|
2745
2917
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2918
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
2919
|
"repo": "nuxt-community/lunr-module",
|
|
2748
2920
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
2921
|
"icon": "",
|
|
@@ -2831,6 +3003,28 @@
|
|
|
2831
3003
|
"requires": {}
|
|
2832
3004
|
}
|
|
2833
3005
|
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "maz-ui",
|
|
3008
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3009
|
+
"repo": "louismazel/maz-ui",
|
|
3010
|
+
"npm": "maz-ui",
|
|
3011
|
+
"icon": "maz-ui.png",
|
|
3012
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3013
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3014
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3015
|
+
"category": "UI",
|
|
3016
|
+
"type": "community",
|
|
3017
|
+
"maintainers": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "Loïc Mazuel",
|
|
3020
|
+
"github": "LouisMazel"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"compatibility": {
|
|
3024
|
+
"nuxt": "^3.0.0",
|
|
3025
|
+
"requires": {}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
2834
3028
|
{
|
|
2835
3029
|
"name": "mdx",
|
|
2836
3030
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2856,7 +3050,7 @@
|
|
|
2856
3050
|
},
|
|
2857
3051
|
{
|
|
2858
3052
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3053
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3054
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3055
|
"npm": "nuxt-medusa",
|
|
2862
3056
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3075,7 @@
|
|
|
2881
3075
|
},
|
|
2882
3076
|
{
|
|
2883
3077
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3078
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3079
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3080
|
"npm": "nuxt-meilisearch",
|
|
2887
3081
|
"icon": "meilisearch.svg",
|
|
@@ -2901,7 +3095,8 @@
|
|
|
2901
3095
|
"nuxt": "^3.0.0",
|
|
2902
3096
|
"requires": {
|
|
2903
3097
|
"bridge": false
|
|
2904
|
-
}
|
|
3098
|
+
},
|
|
3099
|
+
"devtools": "^0.0.0"
|
|
2905
3100
|
}
|
|
2906
3101
|
},
|
|
2907
3102
|
{
|
|
@@ -2973,7 +3168,7 @@
|
|
|
2973
3168
|
},
|
|
2974
3169
|
{
|
|
2975
3170
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3171
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3172
|
"repo": "nuxt-community/moment-module",
|
|
2978
3173
|
"npm": "@nuxtjs/moment",
|
|
2979
3174
|
"icon": "momentjs.png",
|
|
@@ -3000,7 +3195,7 @@
|
|
|
3000
3195
|
},
|
|
3001
3196
|
{
|
|
3002
3197
|
"name": "mq",
|
|
3003
|
-
"description": "vue-mq module for Nuxt.
|
|
3198
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3004
3199
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3005
3200
|
"npm": "nuxt-mq",
|
|
3006
3201
|
"icon": "",
|
|
@@ -3044,7 +3239,7 @@
|
|
|
3044
3239
|
},
|
|
3045
3240
|
{
|
|
3046
3241
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3242
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3243
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3244
|
"npm": "nuxt-netlify-cache",
|
|
3050
3245
|
"icon": "netlify.png",
|
|
@@ -3089,7 +3284,7 @@
|
|
|
3089
3284
|
},
|
|
3090
3285
|
{
|
|
3091
3286
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3287
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3093
3288
|
"repo": "bazzite/nuxt-netlify",
|
|
3094
3289
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3290
|
"icon": "netlify.png",
|
|
@@ -3182,30 +3377,74 @@
|
|
|
3182
3377
|
}
|
|
3183
3378
|
},
|
|
3184
3379
|
{
|
|
3185
|
-
"name": "nuxt-
|
|
3186
|
-
"description": "",
|
|
3187
|
-
"repo": "
|
|
3188
|
-
"npm": "
|
|
3380
|
+
"name": "nuxt-anchorscroll",
|
|
3381
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3382
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3383
|
+
"npm": "nuxt-anchorscroll",
|
|
3189
3384
|
"icon": "",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://github.com/
|
|
3385
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3386
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3192
3387
|
"learn_more": "",
|
|
3193
|
-
"category": "
|
|
3388
|
+
"category": "UI",
|
|
3194
3389
|
"type": "3rd-party",
|
|
3195
3390
|
"maintainers": [
|
|
3196
3391
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"github": "
|
|
3392
|
+
"name": "Helltraitor",
|
|
3393
|
+
"github": "helltraitor"
|
|
3199
3394
|
}
|
|
3200
3395
|
],
|
|
3201
3396
|
"compatibility": {
|
|
3202
|
-
"nuxt": "^
|
|
3397
|
+
"nuxt": "^3.0.0",
|
|
3398
|
+
"requires": {}
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "nuxt-basic-auth",
|
|
3403
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3404
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3405
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3406
|
+
"icon": "",
|
|
3407
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3408
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3409
|
+
"learn_more": "",
|
|
3410
|
+
"category": "Security",
|
|
3411
|
+
"type": "3rd-party",
|
|
3412
|
+
"maintainers": [
|
|
3413
|
+
{
|
|
3414
|
+
"name": "kgierke",
|
|
3415
|
+
"github": "kgierke"
|
|
3416
|
+
}
|
|
3417
|
+
],
|
|
3418
|
+
"compatibility": {
|
|
3419
|
+
"nuxt": "^3.0.0",
|
|
3420
|
+
"requires": {}
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "nuxt-bootstrap-icons",
|
|
3425
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3426
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3427
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3428
|
+
"icon": "bootstrap-icons.svg",
|
|
3429
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3430
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3431
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3432
|
+
"category": "UI",
|
|
3433
|
+
"type": "3rd-party",
|
|
3434
|
+
"maintainers": [
|
|
3435
|
+
{
|
|
3436
|
+
"name": "OyewoleOyedeji",
|
|
3437
|
+
"github": "OyewoleOyedeji"
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"compatibility": {
|
|
3441
|
+
"nuxt": "^3.0.0",
|
|
3203
3442
|
"requires": {}
|
|
3204
3443
|
}
|
|
3205
3444
|
},
|
|
3206
3445
|
{
|
|
3207
3446
|
"name": "nuxt-chatgpt",
|
|
3208
|
-
"description": "ChatGPT integration for Nuxt
|
|
3447
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3209
3448
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
3449
|
"npm": "nuxt-chatgpt",
|
|
3211
3450
|
"icon": "chatgpt.svg",
|
|
@@ -3225,6 +3464,54 @@
|
|
|
3225
3464
|
"requires": {}
|
|
3226
3465
|
}
|
|
3227
3466
|
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "nuxt-facebook-chat",
|
|
3469
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3470
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3471
|
+
"npm": "nuxt-facebook-chat",
|
|
3472
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3473
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3474
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3475
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3476
|
+
"category": "Libraries",
|
|
3477
|
+
"type": "3rd-party",
|
|
3478
|
+
"maintainers": [
|
|
3479
|
+
{
|
|
3480
|
+
"name": "Supanut Dokmaithong",
|
|
3481
|
+
"github": "Boomgeek"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "superdev-tech",
|
|
3485
|
+
"github": "superdev-tech"
|
|
3486
|
+
}
|
|
3487
|
+
],
|
|
3488
|
+
"compatibility": {
|
|
3489
|
+
"nuxt": "^3.0.0",
|
|
3490
|
+
"requires": {}
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "nuxt-feedme",
|
|
3495
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3496
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3497
|
+
"npm": "nuxt-feedme",
|
|
3498
|
+
"icon": "",
|
|
3499
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3500
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3501
|
+
"learn_more": "",
|
|
3502
|
+
"category": "SEO",
|
|
3503
|
+
"type": "3rd-party",
|
|
3504
|
+
"maintainers": [
|
|
3505
|
+
{
|
|
3506
|
+
"name": "Helltraitor",
|
|
3507
|
+
"github": "helltraitor"
|
|
3508
|
+
}
|
|
3509
|
+
],
|
|
3510
|
+
"compatibility": {
|
|
3511
|
+
"nuxt": "^3.0.0",
|
|
3512
|
+
"requires": {}
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3228
3515
|
{
|
|
3229
3516
|
"name": "nuxt-graphql-middleware",
|
|
3230
3517
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3278,7 +3565,7 @@
|
|
|
3278
3565
|
},
|
|
3279
3566
|
{
|
|
3280
3567
|
"name": "nuxt-gtm",
|
|
3281
|
-
"description": "A Nuxt
|
|
3568
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3282
3569
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
3570
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
3571
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3295,7 +3582,8 @@
|
|
|
3295
3582
|
],
|
|
3296
3583
|
"compatibility": {
|
|
3297
3584
|
"nuxt": "^3.0.0",
|
|
3298
|
-
"requires": {}
|
|
3585
|
+
"requires": {},
|
|
3586
|
+
"devtools": "^0.0.0"
|
|
3299
3587
|
}
|
|
3300
3588
|
},
|
|
3301
3589
|
{
|
|
@@ -3323,24 +3611,24 @@
|
|
|
3323
3611
|
}
|
|
3324
3612
|
},
|
|
3325
3613
|
{
|
|
3326
|
-
"name": "nuxt-
|
|
3327
|
-
"description": "
|
|
3328
|
-
"repo": "",
|
|
3329
|
-
"npm": "nuxt-
|
|
3330
|
-
"icon": "
|
|
3331
|
-
"github": "",
|
|
3332
|
-
"website": "https://
|
|
3333
|
-
"learn_more": "
|
|
3334
|
-
"category": "
|
|
3614
|
+
"name": "nuxt-jsonld",
|
|
3615
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3616
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3617
|
+
"npm": "nuxt-jsonld",
|
|
3618
|
+
"icon": "",
|
|
3619
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3620
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3621
|
+
"learn_more": "",
|
|
3622
|
+
"category": "SEO",
|
|
3335
3623
|
"type": "3rd-party",
|
|
3336
3624
|
"maintainers": [
|
|
3337
3625
|
{
|
|
3338
|
-
"name": "
|
|
3339
|
-
"github": "
|
|
3626
|
+
"name": "ymmooot",
|
|
3627
|
+
"github": "ymmooot"
|
|
3340
3628
|
}
|
|
3341
3629
|
],
|
|
3342
3630
|
"compatibility": {
|
|
3343
|
-
"nuxt": "^
|
|
3631
|
+
"nuxt": "^3.0.0",
|
|
3344
3632
|
"requires": {}
|
|
3345
3633
|
}
|
|
3346
3634
|
},
|
|
@@ -3369,7 +3657,7 @@
|
|
|
3369
3657
|
},
|
|
3370
3658
|
{
|
|
3371
3659
|
"name": "nuxt-loco",
|
|
3372
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3660
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3373
3661
|
"repo": "gaetansenn/nuxt-loco",
|
|
3374
3662
|
"npm": "nuxt-loco",
|
|
3375
3663
|
"icon": "",
|
|
@@ -3412,6 +3700,28 @@
|
|
|
3412
3700
|
"requires": {}
|
|
3413
3701
|
}
|
|
3414
3702
|
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-mdi",
|
|
3705
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3706
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3707
|
+
"npm": "nuxt-mdi",
|
|
3708
|
+
"icon": "mdi.png",
|
|
3709
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3710
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3711
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3712
|
+
"category": "Libraries",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "Emil Rosenius",
|
|
3717
|
+
"github": "ERPedersen"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3415
3725
|
{
|
|
3416
3726
|
"name": "nuxt-monaco-editor",
|
|
3417
3727
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3436,7 +3746,7 @@
|
|
|
3436
3746
|
},
|
|
3437
3747
|
{
|
|
3438
3748
|
"name": "nuxt-mongoose",
|
|
3439
|
-
"description": "A Nuxt
|
|
3749
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3440
3750
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3441
3751
|
"npm": "nuxt-mongoose",
|
|
3442
3752
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3451,6 +3761,30 @@
|
|
|
3451
3761
|
"github": "arashsheyda"
|
|
3452
3762
|
}
|
|
3453
3763
|
],
|
|
3764
|
+
"compatibility": {
|
|
3765
|
+
"nuxt": "^3.0.0",
|
|
3766
|
+
"requires": {},
|
|
3767
|
+
"devtools": "^0.0.0"
|
|
3768
|
+
}
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "nuxt-payload-analyzer",
|
|
3772
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3773
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3774
|
+
"npm": "nuxt-payload-analyzer",
|
|
3775
|
+
"icon": "",
|
|
3776
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3777
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3778
|
+
"learn_more": "",
|
|
3779
|
+
"category": "Performance",
|
|
3780
|
+
"type": "3rd-party",
|
|
3781
|
+
"maintainers": [
|
|
3782
|
+
{
|
|
3783
|
+
"name": "Barbapapazes",
|
|
3784
|
+
"github": "Barbapapazes",
|
|
3785
|
+
"twitter": "soubiran_"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3454
3788
|
"compatibility": {
|
|
3455
3789
|
"nuxt": "^3.0.0",
|
|
3456
3790
|
"requires": {}
|
|
@@ -3479,6 +3813,28 @@
|
|
|
3479
3813
|
"requires": {}
|
|
3480
3814
|
}
|
|
3481
3815
|
},
|
|
3816
|
+
{
|
|
3817
|
+
"name": "nuxt-phosphor-icons",
|
|
3818
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3819
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3820
|
+
"npm": "nuxt-phosphor-icons",
|
|
3821
|
+
"icon": "phosphor-icons.svg",
|
|
3822
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3823
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3824
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3825
|
+
"category": "UI",
|
|
3826
|
+
"type": "3rd-party",
|
|
3827
|
+
"maintainers": [
|
|
3828
|
+
{
|
|
3829
|
+
"name": "OyewoleOyedeji",
|
|
3830
|
+
"github": "OyewoleOyedeji"
|
|
3831
|
+
}
|
|
3832
|
+
],
|
|
3833
|
+
"compatibility": {
|
|
3834
|
+
"nuxt": "^3.0.0",
|
|
3835
|
+
"requires": {}
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3482
3838
|
{
|
|
3483
3839
|
"name": "nuxt-pino-log",
|
|
3484
3840
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3503,7 +3859,7 @@
|
|
|
3503
3859
|
},
|
|
3504
3860
|
{
|
|
3505
3861
|
"name": "plausible",
|
|
3506
|
-
"description": "Nuxt
|
|
3862
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3507
3863
|
"repo": "nuxt-modules/plausible",
|
|
3508
3864
|
"npm": "@nuxtjs/plausible",
|
|
3509
3865
|
"icon": "plausible.png",
|
|
@@ -3523,9 +3879,35 @@
|
|
|
3523
3879
|
"requires": {}
|
|
3524
3880
|
}
|
|
3525
3881
|
},
|
|
3882
|
+
{
|
|
3883
|
+
"name": "nuxt-plotly",
|
|
3884
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3885
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3886
|
+
"npm": "nuxt-plotly",
|
|
3887
|
+
"icon": "nuxt-plotly.svg",
|
|
3888
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3889
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3890
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3891
|
+
"category": "Libraries",
|
|
3892
|
+
"type": "3rd-party",
|
|
3893
|
+
"maintainers": [
|
|
3894
|
+
{
|
|
3895
|
+
"name": "Supanut Dokmaithong",
|
|
3896
|
+
"github": "Boomgeek"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"name": "superdev-tech",
|
|
3900
|
+
"github": "superdev-tech"
|
|
3901
|
+
}
|
|
3902
|
+
],
|
|
3903
|
+
"compatibility": {
|
|
3904
|
+
"nuxt": "^3.0.0",
|
|
3905
|
+
"requires": {}
|
|
3906
|
+
}
|
|
3907
|
+
},
|
|
3526
3908
|
{
|
|
3527
3909
|
"name": "nuxt-png-to-ico",
|
|
3528
|
-
"description": "Nuxt
|
|
3910
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3529
3911
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
3912
|
"npm": "nuxt-png-to-ico",
|
|
3531
3913
|
"icon": "",
|
|
@@ -3548,7 +3930,7 @@
|
|
|
3548
3930
|
},
|
|
3549
3931
|
{
|
|
3550
3932
|
"name": "nuxt-smartlook",
|
|
3551
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3933
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3552
3934
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
3935
|
"npm": "nuxt-smartlook",
|
|
3554
3936
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3571,10 +3953,32 @@
|
|
|
3571
3953
|
}
|
|
3572
3954
|
},
|
|
3573
3955
|
{
|
|
3574
|
-
"name": "
|
|
3575
|
-
"description": "
|
|
3576
|
-
"repo": "
|
|
3577
|
-
"npm": "nuxt-
|
|
3956
|
+
"name": "nuxt-social-share",
|
|
3957
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
3958
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
3959
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
3960
|
+
"icon": "nuxt-social-share.png",
|
|
3961
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3962
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3963
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
3964
|
+
"category": "Extensions",
|
|
3965
|
+
"type": "3rd-party",
|
|
3966
|
+
"maintainers": [
|
|
3967
|
+
{
|
|
3968
|
+
"name": "stefanobartoletti",
|
|
3969
|
+
"github": "stefanobartoletti"
|
|
3970
|
+
}
|
|
3971
|
+
],
|
|
3972
|
+
"compatibility": {
|
|
3973
|
+
"nuxt": "^3.0.0",
|
|
3974
|
+
"requires": {}
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "ssr-lit",
|
|
3979
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
3980
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
3981
|
+
"npm": "nuxt-ssr-lit",
|
|
3578
3982
|
"icon": "",
|
|
3579
3983
|
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
3580
3984
|
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
@@ -3600,7 +4004,7 @@
|
|
|
3600
4004
|
},
|
|
3601
4005
|
{
|
|
3602
4006
|
"name": "nuxt-storm",
|
|
3603
|
-
"description": "WebStorm & PHPStorm support for
|
|
4007
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3604
4008
|
"repo": "fumeapp/nuxt-storm",
|
|
3605
4009
|
"npm": "nuxt-storm",
|
|
3606
4010
|
"icon": "nuxt-storm.png",
|
|
@@ -3644,7 +4048,7 @@
|
|
|
3644
4048
|
},
|
|
3645
4049
|
{
|
|
3646
4050
|
"name": "nuxt-unleash",
|
|
3647
|
-
"description": "Nuxt
|
|
4051
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3648
4052
|
"repo": "conejerock/nuxt-unleash",
|
|
3649
4053
|
"npm": "nuxt-unleash",
|
|
3650
4054
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3735,12 +4139,12 @@
|
|
|
3735
4139
|
{
|
|
3736
4140
|
"name": "nuxt-vue3-google-signin",
|
|
3737
4141
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3738
|
-
"repo": "
|
|
4142
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3739
4143
|
"npm": "nuxt-vue3-google-signin",
|
|
3740
4144
|
"icon": "vue3-google-signin.svg",
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://vue3-google-signin.
|
|
3743
|
-
"learn_more": "https://vue3-google-signin.
|
|
4145
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4146
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4147
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3744
4148
|
"category": "Libraries",
|
|
3745
4149
|
"type": "3rd-party",
|
|
3746
4150
|
"maintainers": [
|
|
@@ -3756,7 +4160,7 @@
|
|
|
3756
4160
|
},
|
|
3757
4161
|
{
|
|
3758
4162
|
"name": "nuxt-vuetify",
|
|
3759
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4163
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3760
4164
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3761
4165
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3762
4166
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3776,9 +4180,31 @@
|
|
|
3776
4180
|
"requires": {}
|
|
3777
4181
|
}
|
|
3778
4182
|
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "nuxt3-leaflet",
|
|
4185
|
+
"description": "Leaflet integration with Nuxt",
|
|
4186
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4187
|
+
"npm": "nuxt3-leaflet",
|
|
4188
|
+
"icon": "leaflet.png",
|
|
4189
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4190
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4191
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4192
|
+
"category": "Libraries",
|
|
4193
|
+
"type": "3rd-party",
|
|
4194
|
+
"maintainers": [
|
|
4195
|
+
{
|
|
4196
|
+
"name": "Augustin MERCIER",
|
|
4197
|
+
"github": "Gugustinette"
|
|
4198
|
+
}
|
|
4199
|
+
],
|
|
4200
|
+
"compatibility": {
|
|
4201
|
+
"nuxt": "^3.0.0",
|
|
4202
|
+
"requires": {}
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
3779
4205
|
{
|
|
3780
4206
|
"name": "nuxt7",
|
|
3781
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4207
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3782
4208
|
"repo": "nuxt-community/nuxt7",
|
|
3783
4209
|
"npm": "nuxt7",
|
|
3784
4210
|
"icon": "",
|
|
@@ -3799,38 +4225,15 @@
|
|
|
3799
4225
|
"requires": {}
|
|
3800
4226
|
}
|
|
3801
4227
|
},
|
|
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
4228
|
{
|
|
3826
4229
|
"name": "og-image",
|
|
3827
|
-
"description": "
|
|
4230
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3828
4231
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3829
4232
|
"npm": "nuxt-og-image",
|
|
3830
|
-
"icon": "",
|
|
4233
|
+
"icon": "og-image.svg",
|
|
3831
4234
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3832
|
-
"website": "https://
|
|
3833
|
-
"learn_more": "",
|
|
4235
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4236
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3834
4237
|
"category": "SEO",
|
|
3835
4238
|
"type": "3rd-party",
|
|
3836
4239
|
"maintainers": [
|
|
@@ -3843,7 +4246,8 @@
|
|
|
3843
4246
|
],
|
|
3844
4247
|
"compatibility": {
|
|
3845
4248
|
"nuxt": "^3.0.0",
|
|
3846
|
-
"requires": {}
|
|
4249
|
+
"requires": {},
|
|
4250
|
+
"devtools": "^0.0.0"
|
|
3847
4251
|
}
|
|
3848
4252
|
},
|
|
3849
4253
|
{
|
|
@@ -3871,7 +4275,7 @@
|
|
|
3871
4275
|
},
|
|
3872
4276
|
{
|
|
3873
4277
|
"name": "optimized-images",
|
|
3874
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4278
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3875
4279
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3876
4280
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3877
4281
|
"icon": "",
|
|
@@ -3916,7 +4320,7 @@
|
|
|
3916
4320
|
},
|
|
3917
4321
|
{
|
|
3918
4322
|
"name": "parse",
|
|
3919
|
-
"description": "Parse package for Nuxt
|
|
4323
|
+
"description": "Parse package for Nuxt",
|
|
3920
4324
|
"repo": "cierrateam/nuxt-parse",
|
|
3921
4325
|
"npm": "nuxt-parse",
|
|
3922
4326
|
"icon": "",
|
|
@@ -3936,6 +4340,29 @@
|
|
|
3936
4340
|
"requires": {}
|
|
3937
4341
|
}
|
|
3938
4342
|
},
|
|
4343
|
+
{
|
|
4344
|
+
"name": "particles",
|
|
4345
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4346
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4347
|
+
"npm": "nuxt-particles",
|
|
4348
|
+
"icon": "",
|
|
4349
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4350
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4351
|
+
"learn_more": "https://particles.js.org/",
|
|
4352
|
+
"category": "Libraries",
|
|
4353
|
+
"type": "3rd-party",
|
|
4354
|
+
"maintainers": [
|
|
4355
|
+
{
|
|
4356
|
+
"name": "Joey Pereira",
|
|
4357
|
+
"github": "Joepocalyptic",
|
|
4358
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4359
|
+
}
|
|
4360
|
+
],
|
|
4361
|
+
"compatibility": {
|
|
4362
|
+
"nuxt": "^3.0.0",
|
|
4363
|
+
"requires": {}
|
|
4364
|
+
}
|
|
4365
|
+
},
|
|
3939
4366
|
{
|
|
3940
4367
|
"name": "partytown",
|
|
3941
4368
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4082,7 +4509,7 @@
|
|
|
4082
4509
|
},
|
|
4083
4510
|
{
|
|
4084
4511
|
"name": "plausible",
|
|
4085
|
-
"description": "Nuxt
|
|
4512
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4086
4513
|
"repo": "nuxt-modules/plausible",
|
|
4087
4514
|
"npm": "@nuxtjs/plausible",
|
|
4088
4515
|
"icon": "",
|
|
@@ -4124,9 +4551,56 @@
|
|
|
4124
4551
|
"requires": {}
|
|
4125
4552
|
}
|
|
4126
4553
|
},
|
|
4554
|
+
{
|
|
4555
|
+
"name": "prepare",
|
|
4556
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4557
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4558
|
+
"npm": "nuxt-prepare",
|
|
4559
|
+
"icon": "prepare.svg",
|
|
4560
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4561
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4562
|
+
"learn_more": "",
|
|
4563
|
+
"category": "Devtools",
|
|
4564
|
+
"type": "3rd-party",
|
|
4565
|
+
"maintainers": [
|
|
4566
|
+
{
|
|
4567
|
+
"name": "Johann Schopplich",
|
|
4568
|
+
"github": "johannschopplich",
|
|
4569
|
+
"twitter": "jschopplich",
|
|
4570
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4571
|
+
}
|
|
4572
|
+
],
|
|
4573
|
+
"compatibility": {
|
|
4574
|
+
"nuxt": "^3.0.0",
|
|
4575
|
+
"requires": {}
|
|
4576
|
+
}
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"name": "primevue",
|
|
4580
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4581
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4582
|
+
"npm": "nuxt-primevue",
|
|
4583
|
+
"icon": "primevue.svg",
|
|
4584
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4585
|
+
"website": "https://primevue.org/",
|
|
4586
|
+
"learn_more": "https://primevue.org/",
|
|
4587
|
+
"category": "UI",
|
|
4588
|
+
"type": "3rd-party",
|
|
4589
|
+
"maintainers": [
|
|
4590
|
+
{
|
|
4591
|
+
"name": "primefaces",
|
|
4592
|
+
"github": "primefaces",
|
|
4593
|
+
"twitter": "primevue"
|
|
4594
|
+
}
|
|
4595
|
+
],
|
|
4596
|
+
"compatibility": {
|
|
4597
|
+
"nuxt": "^3.0.0",
|
|
4598
|
+
"requires": {}
|
|
4599
|
+
}
|
|
4600
|
+
},
|
|
4127
4601
|
{
|
|
4128
4602
|
"name": "prismic",
|
|
4129
|
-
"description": "Easily connect your Nuxt
|
|
4603
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4130
4604
|
"repo": "nuxt-modules/prismic",
|
|
4131
4605
|
"npm": "@nuxtjs/prismic",
|
|
4132
4606
|
"icon": "prismic.png",
|
|
@@ -4193,7 +4667,7 @@
|
|
|
4193
4667
|
},
|
|
4194
4668
|
{
|
|
4195
4669
|
"name": "proxy",
|
|
4196
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4670
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4197
4671
|
"repo": "nuxt-community/proxy-module",
|
|
4198
4672
|
"npm": "@nuxtjs/proxy",
|
|
4199
4673
|
"icon": "",
|
|
@@ -4239,7 +4713,7 @@
|
|
|
4239
4713
|
},
|
|
4240
4714
|
{
|
|
4241
4715
|
"name": "purgecss",
|
|
4242
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4716
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4243
4717
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4244
4718
|
"npm": "nuxt-purgecss",
|
|
4245
4719
|
"icon": "purgecss.png",
|
|
@@ -4261,7 +4735,7 @@
|
|
|
4261
4735
|
},
|
|
4262
4736
|
{
|
|
4263
4737
|
"name": "pwa",
|
|
4264
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4738
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4265
4739
|
"repo": "nuxt-community/pwa-module",
|
|
4266
4740
|
"npm": "@nuxtjs/pwa",
|
|
4267
4741
|
"icon": "pwa.png",
|
|
@@ -4286,7 +4760,7 @@
|
|
|
4286
4760
|
},
|
|
4287
4761
|
{
|
|
4288
4762
|
"name": "python",
|
|
4289
|
-
"description": "Write Nuxt
|
|
4763
|
+
"description": "Write Nuxt applications using Python",
|
|
4290
4764
|
"repo": "nuxt-community/python-module",
|
|
4291
4765
|
"npm": "@nuxtjs/python",
|
|
4292
4766
|
"icon": "python.png",
|
|
@@ -4323,6 +4797,64 @@
|
|
|
4323
4797
|
"github": "Maiquu"
|
|
4324
4798
|
}
|
|
4325
4799
|
],
|
|
4800
|
+
"compatibility": {
|
|
4801
|
+
"nuxt": "^3.0.0",
|
|
4802
|
+
"requires": {},
|
|
4803
|
+
"devtools": "^0.0.0"
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"name": "radash",
|
|
4808
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4809
|
+
"repo": "bbg/nuxt-radash",
|
|
4810
|
+
"npm": "nuxt-radash",
|
|
4811
|
+
"icon": "radash.png",
|
|
4812
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4813
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4814
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4815
|
+
"category": "Libraries",
|
|
4816
|
+
"type": "3rd-party",
|
|
4817
|
+
"maintainers": [
|
|
4818
|
+
{
|
|
4819
|
+
"name": "Batuhan Göksu",
|
|
4820
|
+
"github": "bbg"
|
|
4821
|
+
}
|
|
4822
|
+
],
|
|
4823
|
+
"compatibility": {
|
|
4824
|
+
"nuxt": "^3.0.0",
|
|
4825
|
+
"requires": {}
|
|
4826
|
+
}
|
|
4827
|
+
},
|
|
4828
|
+
{
|
|
4829
|
+
"name": "radix-vue",
|
|
4830
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4831
|
+
"repo": "radix-vue/radix-vue",
|
|
4832
|
+
"npm": "radix-vue",
|
|
4833
|
+
"icon": "radix-vue.svg",
|
|
4834
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4835
|
+
"website": "https://www.radix-vue.com/",
|
|
4836
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4837
|
+
"category": "UI",
|
|
4838
|
+
"type": "3rd-party",
|
|
4839
|
+
"maintainers": [
|
|
4840
|
+
{
|
|
4841
|
+
"name": "Zernonia",
|
|
4842
|
+
"github": "zernonia",
|
|
4843
|
+
"twitter": "zernonia"
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"name": "Khairul Haaziq",
|
|
4847
|
+
"github": "khairulhaaziq"
|
|
4848
|
+
},
|
|
4849
|
+
{
|
|
4850
|
+
"name": "Mujahid Anuar",
|
|
4851
|
+
"github": "mujahidfa"
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
"name": "Max",
|
|
4855
|
+
"github": "onmax"
|
|
4856
|
+
}
|
|
4857
|
+
],
|
|
4326
4858
|
"compatibility": {
|
|
4327
4859
|
"nuxt": "^3.0.0",
|
|
4328
4860
|
"requires": {}
|
|
@@ -4330,7 +4862,7 @@
|
|
|
4330
4862
|
},
|
|
4331
4863
|
{
|
|
4332
4864
|
"name": "recaptcha",
|
|
4333
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4865
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4334
4866
|
"repo": "nuxt-community/recaptcha-module",
|
|
4335
4867
|
"npm": "@nuxtjs/recaptcha",
|
|
4336
4868
|
"icon": "recaptcha.png",
|
|
@@ -4375,7 +4907,7 @@
|
|
|
4375
4907
|
},
|
|
4376
4908
|
{
|
|
4377
4909
|
"name": "rfg-icon",
|
|
4378
|
-
"description": "Nuxt
|
|
4910
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4379
4911
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4380
4912
|
"npm": "nuxt-rfg-icon",
|
|
4381
4913
|
"icon": "real-favicon-generator.png",
|
|
@@ -4397,12 +4929,12 @@
|
|
|
4397
4929
|
},
|
|
4398
4930
|
{
|
|
4399
4931
|
"name": "robots",
|
|
4400
|
-
"description": "A Nuxt
|
|
4401
|
-
"repo": "nuxt-
|
|
4932
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4933
|
+
"repo": "nuxt-modules/robots",
|
|
4402
4934
|
"npm": "@nuxtjs/robots",
|
|
4403
4935
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
4936
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4937
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4406
4938
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4407
4939
|
"category": "SEO",
|
|
4408
4940
|
"type": "community",
|
|
@@ -4421,7 +4953,7 @@
|
|
|
4421
4953
|
},
|
|
4422
4954
|
{
|
|
4423
4955
|
"name": "rollbar",
|
|
4424
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4956
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4425
4957
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4426
4958
|
"npm": "nuxt-rollbar-module",
|
|
4427
4959
|
"icon": "rollbar.png",
|
|
@@ -4466,7 +4998,7 @@
|
|
|
4466
4998
|
},
|
|
4467
4999
|
{
|
|
4468
5000
|
"name": "router",
|
|
4469
|
-
"description": "Nuxt
|
|
5001
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4470
5002
|
"repo": "nuxt-community/router-module",
|
|
4471
5003
|
"npm": "@nuxtjs/router",
|
|
4472
5004
|
"icon": "vue.png",
|
|
@@ -4514,13 +5046,13 @@
|
|
|
4514
5046
|
},
|
|
4515
5047
|
{
|
|
4516
5048
|
"name": "schema-org",
|
|
4517
|
-
"description": "Schema.org for Nuxt
|
|
4518
|
-
"repo": "
|
|
5049
|
+
"description": "Schema.org for Nuxt.",
|
|
5050
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4519
5051
|
"npm": "nuxt-schema-org",
|
|
4520
5052
|
"icon": "schema-org.svg",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "https://
|
|
5053
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5054
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5055
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4524
5056
|
"category": "SEO",
|
|
4525
5057
|
"type": "3rd-party",
|
|
4526
5058
|
"maintainers": [
|
|
@@ -4583,7 +5115,7 @@
|
|
|
4583
5115
|
},
|
|
4584
5116
|
{
|
|
4585
5117
|
"name": "segment",
|
|
4586
|
-
"description": "Nuxt
|
|
5118
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4587
5119
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4588
5120
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4589
5121
|
"icon": "segment.png",
|
|
@@ -4605,10 +5137,10 @@
|
|
|
4605
5137
|
},
|
|
4606
5138
|
{
|
|
4607
5139
|
"name": "sentry",
|
|
4608
|
-
"description": "Sentry module for Nuxt
|
|
5140
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
5141
|
"repo": "nuxt-community/sentry-module",
|
|
4610
5142
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
5143
|
+
"icon": "sentry.svg",
|
|
4612
5144
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
5145
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
5146
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4625,14 +5157,38 @@
|
|
|
4625
5157
|
"requires": {}
|
|
4626
5158
|
}
|
|
4627
5159
|
},
|
|
5160
|
+
{
|
|
5161
|
+
"name": "seo-experiments",
|
|
5162
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5163
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5164
|
+
"npm": "nuxt-seo-experiments",
|
|
5165
|
+
"icon": "seo-experiments.svg",
|
|
5166
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5167
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5168
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5169
|
+
"category": "SEO",
|
|
5170
|
+
"type": "3rd-party",
|
|
5171
|
+
"maintainers": [
|
|
5172
|
+
{
|
|
5173
|
+
"name": "Harlan Wilton",
|
|
5174
|
+
"github": "harlan-zw",
|
|
5175
|
+
"twitter": "harlan_zw",
|
|
5176
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5177
|
+
}
|
|
5178
|
+
],
|
|
5179
|
+
"compatibility": {
|
|
5180
|
+
"nuxt": "^3.0.0",
|
|
5181
|
+
"requires": {}
|
|
5182
|
+
}
|
|
5183
|
+
},
|
|
4628
5184
|
{
|
|
4629
5185
|
"name": "seo-kit",
|
|
4630
|
-
"description": "
|
|
5186
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4631
5187
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4632
5188
|
"npm": "nuxt-seo-kit",
|
|
4633
5189
|
"icon": "seo-kit.svg",
|
|
4634
5190
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4635
|
-
"website": "https://
|
|
5191
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4636
5192
|
"learn_more": "",
|
|
4637
5193
|
"category": "SEO",
|
|
4638
5194
|
"type": "3rd-party",
|
|
@@ -4672,7 +5228,7 @@
|
|
|
4672
5228
|
},
|
|
4673
5229
|
{
|
|
4674
5230
|
"name": "seomatic-meta",
|
|
4675
|
-
"description": "A Nuxt
|
|
5231
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4676
5232
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4677
5233
|
"npm": "nuxt-seomatic-meta",
|
|
4678
5234
|
"icon": "seomatic.png",
|
|
@@ -4715,6 +5271,29 @@
|
|
|
4715
5271
|
"requires": {}
|
|
4716
5272
|
}
|
|
4717
5273
|
},
|
|
5274
|
+
{
|
|
5275
|
+
"name": "server-block",
|
|
5276
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5277
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5278
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5279
|
+
"icon": "server-block.svg",
|
|
5280
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5281
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5282
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5283
|
+
"category": "Extensions",
|
|
5284
|
+
"type": "3rd-party",
|
|
5285
|
+
"maintainers": [
|
|
5286
|
+
{
|
|
5287
|
+
"name": "Hebilicious",
|
|
5288
|
+
"github": "Hebilicious",
|
|
5289
|
+
"twitter": "its_hebilicious"
|
|
5290
|
+
}
|
|
5291
|
+
],
|
|
5292
|
+
"compatibility": {
|
|
5293
|
+
"nuxt": "^3.0.0",
|
|
5294
|
+
"requires": {}
|
|
5295
|
+
}
|
|
5296
|
+
},
|
|
4718
5297
|
{
|
|
4719
5298
|
"name": "session",
|
|
4720
5299
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4740,7 +5319,7 @@
|
|
|
4740
5319
|
},
|
|
4741
5320
|
{
|
|
4742
5321
|
"name": "shopify",
|
|
4743
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5322
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4744
5323
|
"repo": "Gomah/nuxt-shopify",
|
|
4745
5324
|
"npm": "nuxt-shopify",
|
|
4746
5325
|
"icon": "shopify.png",
|
|
@@ -4761,7 +5340,7 @@
|
|
|
4761
5340
|
}
|
|
4762
5341
|
},
|
|
4763
5342
|
{
|
|
4764
|
-
"name": "
|
|
5343
|
+
"name": "sidebase-auth",
|
|
4765
5344
|
"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.",
|
|
4766
5345
|
"repo": "sidebase/nuxt-auth",
|
|
4767
5346
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4807,13 +5386,13 @@
|
|
|
4807
5386
|
},
|
|
4808
5387
|
{
|
|
4809
5388
|
"name": "simple-robots",
|
|
4810
|
-
"description": "
|
|
5389
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4811
5390
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4812
5391
|
"npm": "nuxt-simple-robots",
|
|
4813
|
-
"icon": "",
|
|
5392
|
+
"icon": "simple-robots.svg",
|
|
4814
5393
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4815
|
-
"website": "https://
|
|
4816
|
-
"learn_more": "",
|
|
5394
|
+
"website": "https://nuxtseo.com/robots",
|
|
5395
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4817
5396
|
"category": "SEO",
|
|
4818
5397
|
"type": "3rd-party",
|
|
4819
5398
|
"maintainers": [
|
|
@@ -4831,13 +5410,13 @@
|
|
|
4831
5410
|
},
|
|
4832
5411
|
{
|
|
4833
5412
|
"name": "simple-sitemap",
|
|
4834
|
-
"description": "
|
|
5413
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4835
5414
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4836
5415
|
"npm": "nuxt-simple-sitemap",
|
|
4837
|
-
"icon": "",
|
|
5416
|
+
"icon": "simple-sitemap.svg",
|
|
4838
5417
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4839
|
-
"website": "https://
|
|
4840
|
-
"learn_more": "",
|
|
5418
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5419
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4841
5420
|
"category": "SEO",
|
|
4842
5421
|
"type": "3rd-party",
|
|
4843
5422
|
"maintainers": [
|
|
@@ -4855,7 +5434,7 @@
|
|
|
4855
5434
|
},
|
|
4856
5435
|
{
|
|
4857
5436
|
"name": "sitemap",
|
|
4858
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5437
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4859
5438
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4860
5439
|
"npm": "@nuxtjs/sitemap",
|
|
4861
5440
|
"icon": "",
|
|
@@ -4900,7 +5479,7 @@
|
|
|
4900
5479
|
},
|
|
4901
5480
|
{
|
|
4902
5481
|
"name": "snipcart",
|
|
4903
|
-
"description": "Snipcart integration module for Nuxt
|
|
5482
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4904
5483
|
"repo": "nuxt-modules/snipcart",
|
|
4905
5484
|
"npm": "@nuxtjs/snipcart",
|
|
4906
5485
|
"icon": "snipcart.png",
|
|
@@ -4923,7 +5502,7 @@
|
|
|
4923
5502
|
},
|
|
4924
5503
|
{
|
|
4925
5504
|
"name": "social-meta",
|
|
4926
|
-
"description": "Nuxt
|
|
5505
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4927
5506
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4928
5507
|
"npm": "nuxt-social-meta",
|
|
4929
5508
|
"icon": "",
|
|
@@ -5045,7 +5624,7 @@
|
|
|
5045
5624
|
},
|
|
5046
5625
|
{
|
|
5047
5626
|
"name": "storage",
|
|
5048
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5627
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5049
5628
|
"repo": "mazipan/nuxt-storage",
|
|
5050
5629
|
"npm": "nuxt-storage",
|
|
5051
5630
|
"icon": "",
|
|
@@ -5067,7 +5646,7 @@
|
|
|
5067
5646
|
},
|
|
5068
5647
|
{
|
|
5069
5648
|
"name": "storefront-ui",
|
|
5070
|
-
"description": "Storefront UI Module for Nuxt
|
|
5649
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5071
5650
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5072
5651
|
"npm": "@storefront-ui/nuxt",
|
|
5073
5652
|
"icon": "storefront-ui.svg",
|
|
@@ -5111,7 +5690,7 @@
|
|
|
5111
5690
|
},
|
|
5112
5691
|
{
|
|
5113
5692
|
"name": "storyblok",
|
|
5114
|
-
"description": "Storyblok Nuxt
|
|
5693
|
+
"description": "Storyblok Nuxt module",
|
|
5115
5694
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5116
5695
|
"npm": "@storyblok/nuxt",
|
|
5117
5696
|
"icon": "storyblok.png",
|
|
@@ -5128,46 +5707,43 @@
|
|
|
5128
5707
|
],
|
|
5129
5708
|
"compatibility": {
|
|
5130
5709
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5131
|
-
"requires": {}
|
|
5710
|
+
"requires": {},
|
|
5711
|
+
"devtools": "^0.0.0"
|
|
5132
5712
|
}
|
|
5133
5713
|
},
|
|
5134
5714
|
{
|
|
5135
5715
|
"name": "storybook",
|
|
5136
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5137
|
-
"repo": "nuxt-
|
|
5716
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5717
|
+
"repo": "nuxt-modules/storybook",
|
|
5138
5718
|
"npm": "@nuxtjs/storybook",
|
|
5139
5719
|
"icon": "storybook.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
5720
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5141
5721
|
"website": "https://storybook.nuxtjs.org",
|
|
5142
|
-
"learn_more": "https://
|
|
5722
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5143
5723
|
"category": "Devtools",
|
|
5144
5724
|
"type": "community",
|
|
5145
5725
|
"maintainers": [
|
|
5146
5726
|
{
|
|
5147
|
-
"name": "
|
|
5148
|
-
"github": "
|
|
5149
|
-
"twitter": "
|
|
5150
|
-
},
|
|
5151
|
-
{
|
|
5152
|
-
"name": "Pooya Parsa",
|
|
5153
|
-
"github": "pi0",
|
|
5154
|
-
"twitter": "_pi0_"
|
|
5727
|
+
"name": "Chakir QATAB",
|
|
5728
|
+
"github": "chakAs3",
|
|
5729
|
+
"twitter": "ChakirQatab"
|
|
5155
5730
|
}
|
|
5156
5731
|
],
|
|
5157
5732
|
"compatibility": {
|
|
5158
|
-
"nuxt": "^2.0.0",
|
|
5733
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5159
5734
|
"requires": {
|
|
5160
5735
|
"bridge": "optional"
|
|
5161
|
-
}
|
|
5736
|
+
},
|
|
5737
|
+
"devtools": "^0.7.2"
|
|
5162
5738
|
}
|
|
5163
5739
|
},
|
|
5164
5740
|
{
|
|
5165
5741
|
"name": "strapi",
|
|
5166
5742
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5167
|
-
"repo": "nuxt-
|
|
5743
|
+
"repo": "nuxt-modules/strapi",
|
|
5168
5744
|
"npm": "@nuxtjs/strapi",
|
|
5169
5745
|
"icon": "strapi.png",
|
|
5170
|
-
"github": "https://github.com/nuxt-
|
|
5746
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5171
5747
|
"website": "https://strapi.nuxtjs.org",
|
|
5172
5748
|
"learn_more": "https://strapi.io/",
|
|
5173
5749
|
"category": "CMS",
|
|
@@ -5188,7 +5764,8 @@
|
|
|
5188
5764
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5189
5765
|
"requires": {
|
|
5190
5766
|
"bridge": true
|
|
5191
|
-
}
|
|
5767
|
+
},
|
|
5768
|
+
"devtools": "^0.0.0"
|
|
5192
5769
|
}
|
|
5193
5770
|
},
|
|
5194
5771
|
{
|
|
@@ -5239,6 +5816,36 @@
|
|
|
5239
5816
|
"requires": {}
|
|
5240
5817
|
}
|
|
5241
5818
|
},
|
|
5819
|
+
{
|
|
5820
|
+
"name": "studio",
|
|
5821
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5822
|
+
"repo": "nuxtlabs/studio-module",
|
|
5823
|
+
"npm": "@nuxthq/studio",
|
|
5824
|
+
"icon": "studio.svg",
|
|
5825
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5826
|
+
"website": "https://nuxt.studio",
|
|
5827
|
+
"learn_more": "https://nuxt.studio",
|
|
5828
|
+
"category": "CMS",
|
|
5829
|
+
"type": "3rd-party",
|
|
5830
|
+
"maintainers": [
|
|
5831
|
+
{
|
|
5832
|
+
"name": "Ahad Birang",
|
|
5833
|
+
"github": "farnabaz",
|
|
5834
|
+
"twitter": "a_birang"
|
|
5835
|
+
},
|
|
5836
|
+
{
|
|
5837
|
+
"name": "Sébastien Chopin",
|
|
5838
|
+
"github": "Atinux",
|
|
5839
|
+
"twitter": "Atinux"
|
|
5840
|
+
}
|
|
5841
|
+
],
|
|
5842
|
+
"compatibility": {
|
|
5843
|
+
"nuxt": "^3.0.0",
|
|
5844
|
+
"requires": {
|
|
5845
|
+
"content": true
|
|
5846
|
+
}
|
|
5847
|
+
}
|
|
5848
|
+
},
|
|
5242
5849
|
{
|
|
5243
5850
|
"name": "style-resources",
|
|
5244
5851
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5264,7 +5871,7 @@
|
|
|
5264
5871
|
},
|
|
5265
5872
|
{
|
|
5266
5873
|
"name": "stylelint",
|
|
5267
|
-
"description": "Stylelint module for Nuxt.
|
|
5874
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5268
5875
|
"repo": "nuxt-community/stylelint-module",
|
|
5269
5876
|
"npm": "@nuxtjs/stylelint-module",
|
|
5270
5877
|
"icon": "stylelint.png",
|
|
@@ -5310,10 +5917,10 @@
|
|
|
5310
5917
|
{
|
|
5311
5918
|
"name": "supabase",
|
|
5312
5919
|
"description": "First class integration with Supabase",
|
|
5313
|
-
"repo": "nuxt-
|
|
5920
|
+
"repo": "nuxt-modules/supabase",
|
|
5314
5921
|
"npm": "@nuxtjs/supabase",
|
|
5315
5922
|
"icon": "supabase.png",
|
|
5316
|
-
"github": "https://github.com/nuxt-
|
|
5923
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5317
5924
|
"website": "https://supabase.nuxtjs.org",
|
|
5318
5925
|
"learn_more": "https://supabase.com",
|
|
5319
5926
|
"category": "Database",
|
|
@@ -5364,12 +5971,12 @@
|
|
|
5364
5971
|
},
|
|
5365
5972
|
{
|
|
5366
5973
|
"name": "svg-sprite",
|
|
5367
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5368
|
-
"repo": "nuxt-
|
|
5974
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5975
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5369
5976
|
"npm": "@nuxtjs/svg-sprite",
|
|
5370
5977
|
"icon": "",
|
|
5371
|
-
"github": "https://github.com/nuxt-
|
|
5372
|
-
"website": "https://github.com/nuxt-
|
|
5978
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5979
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5373
5980
|
"learn_more": "",
|
|
5374
5981
|
"category": "UI",
|
|
5375
5982
|
"type": "community",
|
|
@@ -5381,13 +5988,13 @@
|
|
|
5381
5988
|
}
|
|
5382
5989
|
],
|
|
5383
5990
|
"compatibility": {
|
|
5384
|
-
"nuxt": "^2.0.0",
|
|
5991
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5385
5992
|
"requires": {}
|
|
5386
5993
|
}
|
|
5387
5994
|
},
|
|
5388
5995
|
{
|
|
5389
5996
|
"name": "svg",
|
|
5390
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5997
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5391
5998
|
"repo": "nuxt-community/svg-module",
|
|
5392
5999
|
"npm": "@nuxtjs/svg",
|
|
5393
6000
|
"icon": "",
|
|
@@ -5431,7 +6038,7 @@
|
|
|
5431
6038
|
},
|
|
5432
6039
|
{
|
|
5433
6040
|
"name": "swiper",
|
|
5434
|
-
"description": "Nuxt
|
|
6041
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5435
6042
|
"repo": "cpreston321/nuxt-swiper",
|
|
5436
6043
|
"npm": "nuxt-swiper",
|
|
5437
6044
|
"icon": "swiper.svg",
|
|
@@ -5477,10 +6084,10 @@
|
|
|
5477
6084
|
{
|
|
5478
6085
|
"name": "tailwindcss",
|
|
5479
6086
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5480
|
-
"repo": "nuxt-
|
|
6087
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5481
6088
|
"npm": "@nuxtjs/tailwindcss",
|
|
5482
6089
|
"icon": "tailwindcss.png",
|
|
5483
|
-
"github": "https://github.com/nuxt-
|
|
6090
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5484
6091
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5485
6092
|
"learn_more": "https://tailwindcss.com/",
|
|
5486
6093
|
"category": "UI",
|
|
@@ -5490,11 +6097,16 @@
|
|
|
5490
6097
|
"name": "Sébastien Chopin",
|
|
5491
6098
|
"github": "Atinux",
|
|
5492
6099
|
"twitter": "Atinux"
|
|
6100
|
+
},
|
|
6101
|
+
{
|
|
6102
|
+
"name": "Inesh Bose",
|
|
6103
|
+
"github": "ineshbose"
|
|
5493
6104
|
}
|
|
5494
6105
|
],
|
|
5495
6106
|
"compatibility": {
|
|
5496
6107
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5497
|
-
"requires": {}
|
|
6108
|
+
"requires": {},
|
|
6109
|
+
"devtools": "^0.0.0"
|
|
5498
6110
|
}
|
|
5499
6111
|
},
|
|
5500
6112
|
{
|
|
@@ -5544,7 +6156,7 @@
|
|
|
5544
6156
|
},
|
|
5545
6157
|
{
|
|
5546
6158
|
"name": "toast",
|
|
5547
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6159
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5548
6160
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5549
6161
|
"npm": "@nuxtjs/toast",
|
|
5550
6162
|
"icon": "",
|
|
@@ -5625,7 +6237,7 @@
|
|
|
5625
6237
|
},
|
|
5626
6238
|
{
|
|
5627
6239
|
"name": "twa",
|
|
5628
|
-
"description": "Nuxt
|
|
6240
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5629
6241
|
"repo": "tuarrep/nuxt-twa",
|
|
5630
6242
|
"npm": "nuxt-twa",
|
|
5631
6243
|
"icon": "",
|
|
@@ -5813,6 +6425,39 @@
|
|
|
5813
6425
|
"requires": {}
|
|
5814
6426
|
}
|
|
5815
6427
|
},
|
|
6428
|
+
{
|
|
6429
|
+
"name": "ui",
|
|
6430
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6431
|
+
"repo": "nuxt/ui#dev",
|
|
6432
|
+
"npm": "@nuxt/ui",
|
|
6433
|
+
"icon": "nuxt.svg",
|
|
6434
|
+
"github": "https://github.com/nuxt/ui",
|
|
6435
|
+
"website": "https://ui.nuxt.com",
|
|
6436
|
+
"learn_more": "",
|
|
6437
|
+
"category": "UI",
|
|
6438
|
+
"type": "official",
|
|
6439
|
+
"maintainers": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "Benjamin Canac",
|
|
6442
|
+
"github": "benjamincanac",
|
|
6443
|
+
"twitter": "benjamincanac"
|
|
6444
|
+
},
|
|
6445
|
+
{
|
|
6446
|
+
"name": "Sebastien Chopin",
|
|
6447
|
+
"github": "Atinux",
|
|
6448
|
+
"twitter": "Atinux"
|
|
6449
|
+
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "Sylvain Marroufin",
|
|
6452
|
+
"github": "smarroufin",
|
|
6453
|
+
"twitter": "smarroufin"
|
|
6454
|
+
}
|
|
6455
|
+
],
|
|
6456
|
+
"compatibility": {
|
|
6457
|
+
"nuxt": "^3.0.0",
|
|
6458
|
+
"requires": {}
|
|
6459
|
+
}
|
|
6460
|
+
},
|
|
5816
6461
|
{
|
|
5817
6462
|
"name": "umami",
|
|
5818
6463
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5861,7 +6506,7 @@
|
|
|
5861
6506
|
},
|
|
5862
6507
|
{
|
|
5863
6508
|
"name": "universal-storage",
|
|
5864
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6509
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5865
6510
|
"repo": "nuxt-community/universal-storage-module",
|
|
5866
6511
|
"npm": "@nuxtjs/universal-storage",
|
|
5867
6512
|
"icon": "",
|
|
@@ -5958,7 +6603,8 @@
|
|
|
5958
6603
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5959
6604
|
"requires": {
|
|
5960
6605
|
"bridge": "optional"
|
|
5961
|
-
}
|
|
6606
|
+
},
|
|
6607
|
+
"devtools": "^0.0.0"
|
|
5962
6608
|
}
|
|
5963
6609
|
},
|
|
5964
6610
|
{
|
|
@@ -5984,9 +6630,33 @@
|
|
|
5984
6630
|
"requires": {}
|
|
5985
6631
|
}
|
|
5986
6632
|
},
|
|
6633
|
+
{
|
|
6634
|
+
"name": "use-wagmi",
|
|
6635
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6636
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6637
|
+
"npm": "@use-wagmi/nuxt",
|
|
6638
|
+
"icon": "use-wagmi.png",
|
|
6639
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6640
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6641
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6642
|
+
"category": "Extensions",
|
|
6643
|
+
"type": "3rd-party",
|
|
6644
|
+
"maintainers": [
|
|
6645
|
+
{
|
|
6646
|
+
"name": "Unic Ape",
|
|
6647
|
+
"github": "unicape"
|
|
6648
|
+
}
|
|
6649
|
+
],
|
|
6650
|
+
"compatibility": {
|
|
6651
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6652
|
+
"requires": {
|
|
6653
|
+
"bridge": true
|
|
6654
|
+
}
|
|
6655
|
+
}
|
|
6656
|
+
},
|
|
5987
6657
|
{
|
|
5988
6658
|
"name": "user-agent",
|
|
5989
|
-
"description": "Nuxt
|
|
6659
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5990
6660
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5991
6661
|
"npm": "nuxt-user-agent",
|
|
5992
6662
|
"icon": "",
|
|
@@ -6076,9 +6746,31 @@
|
|
|
6076
6746
|
}
|
|
6077
6747
|
}
|
|
6078
6748
|
},
|
|
6749
|
+
{
|
|
6750
|
+
"name": "vcalendar",
|
|
6751
|
+
"description": "VCalendar module for Nuxt",
|
|
6752
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6753
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6754
|
+
"icon": "vcalendar.png",
|
|
6755
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6756
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6757
|
+
"learn_more": "",
|
|
6758
|
+
"category": "Libraries",
|
|
6759
|
+
"type": "3rd-party",
|
|
6760
|
+
"maintainers": [
|
|
6761
|
+
{
|
|
6762
|
+
"name": "Sam K",
|
|
6763
|
+
"github": "samk-dev"
|
|
6764
|
+
}
|
|
6765
|
+
],
|
|
6766
|
+
"compatibility": {
|
|
6767
|
+
"nuxt": "^3.0.0",
|
|
6768
|
+
"requires": {}
|
|
6769
|
+
}
|
|
6770
|
+
},
|
|
6079
6771
|
{
|
|
6080
6772
|
"name": "vee-validate",
|
|
6081
|
-
"description": "Painless Vue forms for Nuxt
|
|
6773
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6082
6774
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6083
6775
|
"npm": "@vee-validate/nuxt",
|
|
6084
6776
|
"icon": "vee-validate.png",
|
|
@@ -6168,7 +6860,7 @@
|
|
|
6168
6860
|
},
|
|
6169
6861
|
{
|
|
6170
6862
|
"name": "vite-pwa-nuxt",
|
|
6171
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6863
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6172
6864
|
"repo": "vite-pwa/nuxt",
|
|
6173
6865
|
"npm": "@vite-pwa/nuxt",
|
|
6174
6866
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6217,7 +6909,39 @@
|
|
|
6217
6909
|
],
|
|
6218
6910
|
"compatibility": {
|
|
6219
6911
|
"nuxt": "^3.0.0",
|
|
6220
|
-
"requires": {}
|
|
6912
|
+
"requires": {},
|
|
6913
|
+
"devtools": "^0.0.0"
|
|
6914
|
+
}
|
|
6915
|
+
},
|
|
6916
|
+
{
|
|
6917
|
+
"name": "vue-email",
|
|
6918
|
+
"description": "💌 Write email templates with vue",
|
|
6919
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6920
|
+
"npm": "vue-email",
|
|
6921
|
+
"icon": "vue-email.svg",
|
|
6922
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6923
|
+
"website": "https://www.vuemail.net/",
|
|
6924
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6925
|
+
"category": "UI",
|
|
6926
|
+
"type": "3rd-party",
|
|
6927
|
+
"maintainers": [
|
|
6928
|
+
{
|
|
6929
|
+
"name": "David Arenas",
|
|
6930
|
+
"github": "Dave136",
|
|
6931
|
+
"twitter": "davejs4",
|
|
6932
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"name": "Younes Barrad",
|
|
6936
|
+
"github": "Flowko",
|
|
6937
|
+
"twitter": "imflowko",
|
|
6938
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6939
|
+
}
|
|
6940
|
+
],
|
|
6941
|
+
"compatibility": {
|
|
6942
|
+
"nuxt": "^3.0.0",
|
|
6943
|
+
"requires": {},
|
|
6944
|
+
"devtools": "^0.0.0"
|
|
6221
6945
|
}
|
|
6222
6946
|
},
|
|
6223
6947
|
{
|
|
@@ -6242,7 +6966,8 @@
|
|
|
6242
6966
|
"nuxt": "^3.0.0",
|
|
6243
6967
|
"requires": {
|
|
6244
6968
|
"bridge": "optional"
|
|
6245
|
-
}
|
|
6969
|
+
},
|
|
6970
|
+
"devtools": "^0.0.0"
|
|
6246
6971
|
}
|
|
6247
6972
|
},
|
|
6248
6973
|
{
|
|
@@ -6269,7 +6994,7 @@
|
|
|
6269
6994
|
},
|
|
6270
6995
|
{
|
|
6271
6996
|
"name": "vue-multiselect",
|
|
6272
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6997
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6273
6998
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6274
6999
|
"npm": "nuxt-vue-multiselect",
|
|
6275
7000
|
"icon": "",
|
|
@@ -6314,7 +7039,7 @@
|
|
|
6314
7039
|
{
|
|
6315
7040
|
"name": "vue-query",
|
|
6316
7041
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6317
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
7042
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6318
7043
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6319
7044
|
"icon": "vue-query.svg",
|
|
6320
7045
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6383,7 +7108,7 @@
|
|
|
6383
7108
|
},
|
|
6384
7109
|
{
|
|
6385
7110
|
"name": "vue-warehouse",
|
|
6386
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7111
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6387
7112
|
"repo": "juliomrqz/vue-warehouse",
|
|
6388
7113
|
"npm": "vue-warehouse",
|
|
6389
7114
|
"icon": "",
|
|
@@ -6404,6 +7129,29 @@
|
|
|
6404
7129
|
"requires": {}
|
|
6405
7130
|
}
|
|
6406
7131
|
},
|
|
7132
|
+
{
|
|
7133
|
+
"name": "vue3-carousel-nuxt",
|
|
7134
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7135
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7136
|
+
"npm": "vue3-carousel-nuxt",
|
|
7137
|
+
"icon": "",
|
|
7138
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7139
|
+
"website": "",
|
|
7140
|
+
"learn_more": "",
|
|
7141
|
+
"category": "UI",
|
|
7142
|
+
"type": "3rd-party",
|
|
7143
|
+
"maintainers": [
|
|
7144
|
+
{
|
|
7145
|
+
"name": "Gaetan SENN",
|
|
7146
|
+
"github": "gaetansenn",
|
|
7147
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7148
|
+
}
|
|
7149
|
+
],
|
|
7150
|
+
"compatibility": {
|
|
7151
|
+
"nuxt": "^3.0.0",
|
|
7152
|
+
"requires": {}
|
|
7153
|
+
}
|
|
7154
|
+
},
|
|
6407
7155
|
{
|
|
6408
7156
|
"name": "vuefire",
|
|
6409
7157
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6426,9 +7174,55 @@
|
|
|
6426
7174
|
"requires": {}
|
|
6427
7175
|
}
|
|
6428
7176
|
},
|
|
7177
|
+
{
|
|
7178
|
+
"name": "vueform-builder",
|
|
7179
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7180
|
+
"repo": "vueform/builder-nuxt",
|
|
7181
|
+
"npm": "@vueform/builder-nuxt",
|
|
7182
|
+
"icon": "vueform.svg",
|
|
7183
|
+
"github": "https://github.com/vueform/builder",
|
|
7184
|
+
"website": "https://builder.vueform.com",
|
|
7185
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7186
|
+
"category": "Libraries",
|
|
7187
|
+
"type": "3rd-party",
|
|
7188
|
+
"maintainers": [
|
|
7189
|
+
{
|
|
7190
|
+
"name": "Adam Berecz",
|
|
7191
|
+
"github": "adamberecz",
|
|
7192
|
+
"twitter": "bereczadam"
|
|
7193
|
+
}
|
|
7194
|
+
],
|
|
7195
|
+
"compatibility": {
|
|
7196
|
+
"nuxt": "^3.0.0",
|
|
7197
|
+
"requires": {}
|
|
7198
|
+
}
|
|
7199
|
+
},
|
|
7200
|
+
{
|
|
7201
|
+
"name": "vueform",
|
|
7202
|
+
"description": "Official Vueform module for Nuxt",
|
|
7203
|
+
"repo": "vueform/nuxt",
|
|
7204
|
+
"npm": "@vueform/nuxt",
|
|
7205
|
+
"icon": "vueform.svg",
|
|
7206
|
+
"github": "https://github.com/vueform/vueform",
|
|
7207
|
+
"website": "https://vueform.com",
|
|
7208
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7209
|
+
"category": "Libraries",
|
|
7210
|
+
"type": "3rd-party",
|
|
7211
|
+
"maintainers": [
|
|
7212
|
+
{
|
|
7213
|
+
"name": "Adam Berecz",
|
|
7214
|
+
"github": "adamberecz",
|
|
7215
|
+
"twitter": "bereczadam"
|
|
7216
|
+
}
|
|
7217
|
+
],
|
|
7218
|
+
"compatibility": {
|
|
7219
|
+
"nuxt": "^3.0.0",
|
|
7220
|
+
"requires": {}
|
|
7221
|
+
}
|
|
7222
|
+
},
|
|
6429
7223
|
{
|
|
6430
7224
|
"name": "vuestic",
|
|
6431
|
-
"description": "Vuestic UI module for Nuxt
|
|
7225
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6432
7226
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6433
7227
|
"npm": "@vuestic/nuxt",
|
|
6434
7228
|
"icon": "vuestic.png",
|
|
@@ -6456,7 +7250,7 @@
|
|
|
6456
7250
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6457
7251
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6458
7252
|
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6459
|
-
"learn_more": "https://
|
|
7253
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
6460
7254
|
"category": "UI",
|
|
6461
7255
|
"type": "3rd-party",
|
|
6462
7256
|
"maintainers": [
|
|
@@ -6472,7 +7266,7 @@
|
|
|
6472
7266
|
},
|
|
6473
7267
|
{
|
|
6474
7268
|
"name": "vuetify",
|
|
6475
|
-
"description": "Vuetify Module for Nuxt
|
|
7269
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6476
7270
|
"repo": "nuxt-community/vuetify-module",
|
|
6477
7271
|
"npm": "@nuxtjs/vuetify",
|
|
6478
7272
|
"icon": "vuetify.png",
|
|
@@ -6519,7 +7313,8 @@
|
|
|
6519
7313
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6520
7314
|
"requires": {
|
|
6521
7315
|
"bridge": "optional"
|
|
6522
|
-
}
|
|
7316
|
+
},
|
|
7317
|
+
"devtools": "^0.0.0"
|
|
6523
7318
|
}
|
|
6524
7319
|
},
|
|
6525
7320
|
{
|
|
@@ -6546,7 +7341,7 @@
|
|
|
6546
7341
|
},
|
|
6547
7342
|
{
|
|
6548
7343
|
"name": "vunix",
|
|
6549
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7344
|
+
"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.",
|
|
6550
7345
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6551
7346
|
"npm": "@vunix/nuxt",
|
|
6552
7347
|
"icon": "",
|
|
@@ -6570,11 +7365,11 @@
|
|
|
6570
7365
|
{
|
|
6571
7366
|
"name": "web-vitals",
|
|
6572
7367
|
"description": "Web Vitals for Nuxt",
|
|
6573
|
-
"repo": "nuxt-
|
|
7368
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6574
7369
|
"npm": "@nuxtjs/web-vitals",
|
|
6575
7370
|
"icon": "web-vitals.png",
|
|
6576
|
-
"github": "https://github.com/nuxt-
|
|
6577
|
-
"website": "https://github.com/nuxt-
|
|
7371
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7372
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6578
7373
|
"learn_more": "",
|
|
6579
7374
|
"category": "Performance",
|
|
6580
7375
|
"type": "community",
|
|
@@ -6625,7 +7420,7 @@
|
|
|
6625
7420
|
},
|
|
6626
7421
|
{
|
|
6627
7422
|
"name": "webpack-optimisations",
|
|
6628
|
-
"description": "Nuxt
|
|
7423
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6629
7424
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6630
7425
|
"npm": "nuxt-webpack-optimisations",
|
|
6631
7426
|
"icon": "build-optimisations.svg",
|
|
@@ -6717,7 +7512,7 @@
|
|
|
6717
7512
|
},
|
|
6718
7513
|
{
|
|
6719
7514
|
"name": "well-known",
|
|
6720
|
-
"description": "A Nuxt
|
|
7515
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6721
7516
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6722
7517
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6723
7518
|
"icon": "well-known.svg",
|
|
@@ -6739,7 +7534,7 @@
|
|
|
6739
7534
|
},
|
|
6740
7535
|
{
|
|
6741
7536
|
"name": "wideangle",
|
|
6742
|
-
"description": "Nuxt
|
|
7537
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6743
7538
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6744
7539
|
"npm": "wideangle-nuxt",
|
|
6745
7540
|
"icon": "wideangle.png",
|
|
@@ -6906,55 +7701,9 @@
|
|
|
6906
7701
|
"requires": {}
|
|
6907
7702
|
}
|
|
6908
7703
|
},
|
|
6909
|
-
{
|
|
6910
|
-
"name": "yandex-metrika-next",
|
|
6911
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6912
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6913
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6914
|
-
"icon": "yandex-metrika.svg",
|
|
6915
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6916
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6917
|
-
"learn_more": "",
|
|
6918
|
-
"category": "Analytics",
|
|
6919
|
-
"type": "3rd-party",
|
|
6920
|
-
"maintainers": [
|
|
6921
|
-
{
|
|
6922
|
-
"name": "Aleksandr Saburov",
|
|
6923
|
-
"github": "artmizu",
|
|
6924
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6925
|
-
}
|
|
6926
|
-
],
|
|
6927
|
-
"compatibility": {
|
|
6928
|
-
"nuxt": "^3.0.0",
|
|
6929
|
-
"requires": {}
|
|
6930
|
-
}
|
|
6931
|
-
},
|
|
6932
|
-
{
|
|
6933
|
-
"name": "yandex-metrika",
|
|
6934
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6935
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6936
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6937
|
-
"icon": "",
|
|
6938
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6939
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6940
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6941
|
-
"category": "Analytics",
|
|
6942
|
-
"type": "community",
|
|
6943
|
-
"maintainers": [
|
|
6944
|
-
{
|
|
6945
|
-
"name": "Pooya Parsa",
|
|
6946
|
-
"github": "pi0",
|
|
6947
|
-
"twitter": "_pi0_"
|
|
6948
|
-
}
|
|
6949
|
-
],
|
|
6950
|
-
"compatibility": {
|
|
6951
|
-
"nuxt": "^2.0.0",
|
|
6952
|
-
"requires": {}
|
|
6953
|
-
}
|
|
6954
|
-
},
|
|
6955
7704
|
{
|
|
6956
7705
|
"name": "zendesk",
|
|
6957
|
-
"description": "Nuxt
|
|
7706
|
+
"description": "Nuxt module for Zendesk",
|
|
6958
7707
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6959
7708
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6960
7709
|
"icon": "zendesk.png",
|