@nuxt/modules 0.6.0-de2437 → 0.6.0-df8b7b
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 +1225 -303
- package/package.json +11 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,9 +170,31 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
@@ -220,7 +242,7 @@
|
|
|
220
242
|
},
|
|
221
243
|
{
|
|
222
244
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
246
|
"repo": "nuxt-modules/apollo",
|
|
225
247
|
"npm": "@nuxtjs/apollo",
|
|
226
248
|
"icon": "apollo.png",
|
|
@@ -244,7 +266,7 @@
|
|
|
244
266
|
},
|
|
245
267
|
{
|
|
246
268
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
248
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
272
|
"icon": "application-insights.png",
|
|
@@ -286,9 +308,76 @@
|
|
|
286
308
|
"requires": {}
|
|
287
309
|
}
|
|
288
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
289
378
|
{
|
|
290
379
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
381
|
"repo": "nuxt-community/auth-module",
|
|
293
382
|
"npm": "@nuxtjs/auth",
|
|
294
383
|
"icon": "auth.png",
|
|
@@ -336,9 +425,32 @@
|
|
|
336
425
|
"requires": {}
|
|
337
426
|
}
|
|
338
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
339
451
|
{
|
|
340
452
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
454
|
"repo": "nuxt-community/axios-module",
|
|
343
455
|
"npm": "@nuxtjs/axios",
|
|
344
456
|
"icon": "axios.svg",
|
|
@@ -361,7 +473,7 @@
|
|
|
361
473
|
},
|
|
362
474
|
{
|
|
363
475
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
478
|
"npm": "nuxt-basic-auth-module",
|
|
367
479
|
"icon": "",
|
|
@@ -485,7 +597,7 @@
|
|
|
485
597
|
},
|
|
486
598
|
{
|
|
487
599
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
602
|
"npm": "nuxt-bulma-slim",
|
|
491
603
|
"icon": "bulma.png",
|
|
@@ -552,7 +664,7 @@
|
|
|
552
664
|
},
|
|
553
665
|
{
|
|
554
666
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
668
|
"repo": "LuXDAmore/generative-art",
|
|
557
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
670
|
"icon": "",
|
|
@@ -575,7 +687,7 @@
|
|
|
575
687
|
},
|
|
576
688
|
{
|
|
577
689
|
"name": "capo",
|
|
578
|
-
"description": "Capo.js implementation for Nuxt
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
579
691
|
"repo": "danielroe/nuxt-capo",
|
|
580
692
|
"npm": "nuxt-capo",
|
|
581
693
|
"icon": "",
|
|
@@ -597,7 +709,7 @@
|
|
|
597
709
|
},
|
|
598
710
|
{
|
|
599
711
|
"name": "chakra-ui",
|
|
600
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
601
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
602
714
|
"npm": "@chakra-ui/nuxt",
|
|
603
715
|
"icon": "chakra-ui.png",
|
|
@@ -708,7 +820,7 @@
|
|
|
708
820
|
},
|
|
709
821
|
{
|
|
710
822
|
"name": "cloudcms",
|
|
711
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
712
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
713
825
|
"npm": "cloudcms-nuxt",
|
|
714
826
|
"icon": "",
|
|
@@ -757,11 +869,11 @@
|
|
|
757
869
|
},
|
|
758
870
|
{
|
|
759
871
|
"name": "cloudinary",
|
|
760
|
-
"description": "Optimize images and videos in your Nuxt
|
|
761
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
874
|
"npm": "@nuxtjs/cloudinary",
|
|
763
875
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
878
|
"learn_more": "https://cloudinary.com",
|
|
767
879
|
"category": "Images",
|
|
@@ -780,11 +892,11 @@
|
|
|
780
892
|
},
|
|
781
893
|
{
|
|
782
894
|
"name": "color-mode",
|
|
783
|
-
"description": "Dark and Light mode for
|
|
784
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
897
|
"npm": "@nuxtjs/color-mode",
|
|
786
898
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
901
|
"learn_more": "",
|
|
790
902
|
"category": "UI",
|
|
@@ -1001,7 +1113,7 @@
|
|
|
1001
1113
|
},
|
|
1002
1114
|
{
|
|
1003
1115
|
"name": "darkmode.js",
|
|
1004
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1005
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1006
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1007
1119
|
"icon": "darkmode.png",
|
|
@@ -1023,7 +1135,7 @@
|
|
|
1023
1135
|
},
|
|
1024
1136
|
{
|
|
1025
1137
|
"name": "date-fns",
|
|
1026
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1027
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1028
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1029
1141
|
"icon": "date-fns.png",
|
|
@@ -1045,7 +1157,7 @@
|
|
|
1045
1157
|
},
|
|
1046
1158
|
{
|
|
1047
1159
|
"name": "datocms-nuxt2",
|
|
1048
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1049
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1050
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1051
1163
|
"icon": "datocms.svg",
|
|
@@ -1114,8 +1226,8 @@
|
|
|
1114
1226
|
},
|
|
1115
1227
|
{
|
|
1116
1228
|
"name": "delay-hydration",
|
|
1117
|
-
"description": "Improve your Nuxt
|
|
1118
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1119
1231
|
"npm": "nuxt-delay-hydration",
|
|
1120
1232
|
"icon": "lighthouse.svg",
|
|
1121
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1137,12 +1249,12 @@
|
|
|
1137
1249
|
},
|
|
1138
1250
|
{
|
|
1139
1251
|
"name": "device",
|
|
1140
|
-
"description": "Device detection module for Nuxt
|
|
1141
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1142
1254
|
"npm": "@nuxtjs/device",
|
|
1143
1255
|
"icon": "",
|
|
1144
|
-
"github": "https://github.com/nuxt-
|
|
1145
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1146
1258
|
"learn_more": "",
|
|
1147
1259
|
"category": "Extensions",
|
|
1148
1260
|
"type": "community",
|
|
@@ -1182,13 +1294,13 @@
|
|
|
1182
1294
|
},
|
|
1183
1295
|
{
|
|
1184
1296
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1298
|
"repo": "intevel/nuxt-directus",
|
|
1187
1299
|
"npm": "nuxt-directus",
|
|
1188
1300
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1192
1304
|
"category": "CMS",
|
|
1193
1305
|
"type": "3rd-party",
|
|
1194
1306
|
"maintainers": [
|
|
@@ -1199,15 +1311,36 @@
|
|
|
1199
1311
|
}
|
|
1200
1312
|
],
|
|
1201
1313
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1205
1334
|
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1206
1339
|
}
|
|
1207
1340
|
},
|
|
1208
1341
|
{
|
|
1209
1342
|
"name": "dotenv",
|
|
1210
|
-
"description": "A Nuxt
|
|
1343
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1211
1344
|
"repo": "nuxt-community/dotenv-module",
|
|
1212
1345
|
"npm": "@nuxtjs/dotenv",
|
|
1213
1346
|
"icon": "dotenv.png",
|
|
@@ -1229,7 +1362,7 @@
|
|
|
1229
1362
|
},
|
|
1230
1363
|
{
|
|
1231
1364
|
"name": "drupal-ce",
|
|
1232
|
-
"description": "Connects Nuxt
|
|
1365
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1233
1366
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1234
1367
|
"npm": "nuxtjs-drupal-ce",
|
|
1235
1368
|
"icon": "drupal-ce.png",
|
|
@@ -1262,7 +1395,7 @@
|
|
|
1262
1395
|
},
|
|
1263
1396
|
{
|
|
1264
1397
|
"name": "druxt",
|
|
1265
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1398
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1266
1399
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1267
1400
|
"npm": "druxt",
|
|
1268
1401
|
"icon": "druxt.svg",
|
|
@@ -1282,6 +1415,29 @@
|
|
|
1282
1415
|
"requires": {}
|
|
1283
1416
|
}
|
|
1284
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "edgedb",
|
|
1420
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1421
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1422
|
+
"npm": "nuxt-edgedb-module",
|
|
1423
|
+
"icon": "edgedb.svg",
|
|
1424
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1425
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1426
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1427
|
+
"category": "Database",
|
|
1428
|
+
"type": "3rd-party",
|
|
1429
|
+
"maintainers": [
|
|
1430
|
+
{
|
|
1431
|
+
"name": "Yaël Guilloux",
|
|
1432
|
+
"github": "Tahul",
|
|
1433
|
+
"twitter": "yaeeelglx"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"compatibility": {
|
|
1437
|
+
"nuxt": "^3.8.0",
|
|
1438
|
+
"requires": {}
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1285
1441
|
{
|
|
1286
1442
|
"name": "electron",
|
|
1287
1443
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1330,7 +1486,7 @@
|
|
|
1330
1486
|
},
|
|
1331
1487
|
{
|
|
1332
1488
|
"name": "emotion",
|
|
1333
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1489
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1334
1490
|
"repo": "nuxt-modules/emotion",
|
|
1335
1491
|
"npm": "@nuxtjs/emotion",
|
|
1336
1492
|
"icon": "emotion.png",
|
|
@@ -1358,7 +1514,7 @@
|
|
|
1358
1514
|
},
|
|
1359
1515
|
{
|
|
1360
1516
|
"name": "eslint",
|
|
1361
|
-
"description": "ESLint module for Nuxt
|
|
1517
|
+
"description": "ESLint module for Nuxt",
|
|
1362
1518
|
"repo": "nuxt-community/eslint-module",
|
|
1363
1519
|
"npm": "@nuxtjs/eslint-module",
|
|
1364
1520
|
"icon": "eslint.png",
|
|
@@ -1380,7 +1536,7 @@
|
|
|
1380
1536
|
},
|
|
1381
1537
|
{
|
|
1382
1538
|
"name": "event-trace",
|
|
1383
|
-
"description": "Module for event trace in Nuxt
|
|
1539
|
+
"description": "Module for event trace in Nuxt",
|
|
1384
1540
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1385
1541
|
"npm": "nuxt-event-trace",
|
|
1386
1542
|
"icon": "",
|
|
@@ -1424,7 +1580,7 @@
|
|
|
1424
1580
|
},
|
|
1425
1581
|
{
|
|
1426
1582
|
"name": "feature-toggle",
|
|
1427
|
-
"description": "Feature toggle module for Nuxt
|
|
1583
|
+
"description": "Feature toggle module for Nuxt",
|
|
1428
1584
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1429
1585
|
"npm": "nuxt-feature-toggle",
|
|
1430
1586
|
"icon": "",
|
|
@@ -1491,7 +1647,7 @@
|
|
|
1491
1647
|
},
|
|
1492
1648
|
{
|
|
1493
1649
|
"name": "floating-prompt-module",
|
|
1494
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1650
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1495
1651
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1496
1652
|
"npm": "nuxt-floating-prompt-module",
|
|
1497
1653
|
"icon": "",
|
|
@@ -1603,11 +1759,11 @@
|
|
|
1603
1759
|
{
|
|
1604
1760
|
"name": "form-actions",
|
|
1605
1761
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1762
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1607
1763
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1764
|
"icon": "form-actions.svg",
|
|
1609
1765
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
-
"website": "https://
|
|
1766
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1611
1767
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
1768
|
"category": "Request",
|
|
1613
1769
|
"type": "3rd-party",
|
|
@@ -1619,7 +1775,7 @@
|
|
|
1619
1775
|
}
|
|
1620
1776
|
],
|
|
1621
1777
|
"compatibility": {
|
|
1622
|
-
"nuxt": "^3.
|
|
1778
|
+
"nuxt": "^3.7.0",
|
|
1623
1779
|
"requires": {}
|
|
1624
1780
|
}
|
|
1625
1781
|
},
|
|
@@ -1697,7 +1853,7 @@
|
|
|
1697
1853
|
},
|
|
1698
1854
|
{
|
|
1699
1855
|
"name": "google-adsense",
|
|
1700
|
-
"description": "Google Adsense Module for Nuxt
|
|
1856
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1701
1857
|
"repo": "nuxt-community/google-adsense-module",
|
|
1702
1858
|
"npm": "@nuxtjs/google-adsense",
|
|
1703
1859
|
"icon": "google-adsense.png",
|
|
@@ -1723,7 +1879,7 @@
|
|
|
1723
1879
|
},
|
|
1724
1880
|
{
|
|
1725
1881
|
"name": "google-analytics",
|
|
1726
|
-
"description": "Google analytics Module for Nuxt
|
|
1882
|
+
"description": "Google analytics Module for Nuxt",
|
|
1727
1883
|
"repo": "nuxt-community/analytics-module",
|
|
1728
1884
|
"npm": "@nuxtjs/google-analytics",
|
|
1729
1885
|
"icon": "google-analytics.png",
|
|
@@ -1755,12 +1911,12 @@
|
|
|
1755
1911
|
},
|
|
1756
1912
|
{
|
|
1757
1913
|
"name": "google-fonts",
|
|
1758
|
-
"description": "Google Fonts module for
|
|
1759
|
-
"repo": "nuxt-
|
|
1914
|
+
"description": "Google Fonts module for Nuxt",
|
|
1915
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
1916
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
1917
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
1918
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1919
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
1920
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
1921
|
"category": "Fonts",
|
|
1766
1922
|
"type": "community",
|
|
@@ -1779,7 +1935,7 @@
|
|
|
1779
1935
|
},
|
|
1780
1936
|
{
|
|
1781
1937
|
"name": "google-gtag",
|
|
1782
|
-
"description": "Google GTag for Nuxt
|
|
1938
|
+
"description": "Google GTag for Nuxt",
|
|
1783
1939
|
"repo": "nuxt-community/google-gtag",
|
|
1784
1940
|
"npm": "@nuxtjs/google-gtag",
|
|
1785
1941
|
"icon": "gtm.png",
|
|
@@ -1805,7 +1961,7 @@
|
|
|
1805
1961
|
},
|
|
1806
1962
|
{
|
|
1807
1963
|
"name": "google-optimize",
|
|
1808
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1964
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1809
1965
|
"repo": "nuxt-community/google-optimize-module",
|
|
1810
1966
|
"npm": "nuxt-google-optimize",
|
|
1811
1967
|
"icon": "google-optimize.png",
|
|
@@ -1860,7 +2016,7 @@
|
|
|
1860
2016
|
},
|
|
1861
2017
|
{
|
|
1862
2018
|
"name": "graphql-request",
|
|
1863
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2019
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1864
2020
|
"repo": "gomah/nuxt-graphql-request",
|
|
1865
2021
|
"npm": "nuxt-graphql-request",
|
|
1866
2022
|
"icon": "graphql-request.png",
|
|
@@ -1876,7 +2032,7 @@
|
|
|
1876
2032
|
}
|
|
1877
2033
|
],
|
|
1878
2034
|
"compatibility": {
|
|
1879
|
-
"nuxt": "^2.0.0",
|
|
2035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
2036
|
"requires": {}
|
|
1881
2037
|
}
|
|
1882
2038
|
},
|
|
@@ -1899,12 +2055,13 @@
|
|
|
1899
2055
|
],
|
|
1900
2056
|
"compatibility": {
|
|
1901
2057
|
"nuxt": "^3.0.0",
|
|
1902
|
-
"requires": {}
|
|
2058
|
+
"requires": {},
|
|
2059
|
+
"devtools": "^0.0.0"
|
|
1903
2060
|
}
|
|
1904
2061
|
},
|
|
1905
2062
|
{
|
|
1906
2063
|
"name": "gtag",
|
|
1907
|
-
"description": "Google Analytics integration for Nuxt
|
|
2064
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1908
2065
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
2066
|
"npm": "nuxt-gtag",
|
|
1910
2067
|
"icon": "gtag.svg",
|
|
@@ -1928,7 +2085,7 @@
|
|
|
1928
2085
|
},
|
|
1929
2086
|
{
|
|
1930
2087
|
"name": "gtm",
|
|
1931
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2088
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1932
2089
|
"repo": "nuxt-community/gtm-module",
|
|
1933
2090
|
"npm": "@nuxtjs/gtm",
|
|
1934
2091
|
"icon": "gtm.png",
|
|
@@ -1951,7 +2108,7 @@
|
|
|
1951
2108
|
},
|
|
1952
2109
|
{
|
|
1953
2110
|
"name": "guess",
|
|
1954
|
-
"description": "Guess.js module for Nuxt
|
|
2111
|
+
"description": "Guess.js module for Nuxt",
|
|
1955
2112
|
"repo": "nuxt-community/guess-module",
|
|
1956
2113
|
"npm": "@nuxtjs/guess-module",
|
|
1957
2114
|
"icon": "guessjs.png",
|
|
@@ -2063,7 +2220,7 @@
|
|
|
2063
2220
|
},
|
|
2064
2221
|
{
|
|
2065
2222
|
"name": "helmet",
|
|
2066
|
-
"description": "Easy Helmet module with Nuxt
|
|
2223
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2067
2224
|
"repo": "victor-perez/nuxt-helmet",
|
|
2068
2225
|
"npm": "nuxt-helmet",
|
|
2069
2226
|
"icon": "",
|
|
@@ -2107,7 +2264,7 @@
|
|
|
2107
2264
|
},
|
|
2108
2265
|
{
|
|
2109
2266
|
"name": "history-state",
|
|
2110
|
-
"description": "Nuxt
|
|
2267
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2111
2268
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2112
2269
|
"npm": "nuxt-history-state",
|
|
2113
2270
|
"icon": "",
|
|
@@ -2176,7 +2333,7 @@
|
|
|
2176
2333
|
},
|
|
2177
2334
|
{
|
|
2178
2335
|
"name": "http",
|
|
2179
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2336
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2180
2337
|
"repo": "nuxt/http",
|
|
2181
2338
|
"npm": "@nuxt/http",
|
|
2182
2339
|
"icon": "http.png",
|
|
@@ -2204,7 +2361,7 @@
|
|
|
2204
2361
|
},
|
|
2205
2362
|
{
|
|
2206
2363
|
"name": "humans-txt",
|
|
2207
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2364
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2208
2365
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2209
2366
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2210
2367
|
"icon": "",
|
|
@@ -2228,11 +2385,11 @@
|
|
|
2228
2385
|
{
|
|
2229
2386
|
"name": "i18n",
|
|
2230
2387
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2388
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2389
|
"npm": "@nuxtjs/i18n",
|
|
2233
2390
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2235
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2391
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2392
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2236
2393
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2237
2394
|
"category": "Extensions",
|
|
2238
2395
|
"type": "community",
|
|
@@ -2273,6 +2430,29 @@
|
|
|
2273
2430
|
"requires": {}
|
|
2274
2431
|
}
|
|
2275
2432
|
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "icon-tw",
|
|
2435
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2436
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2437
|
+
"npm": "nuxt-icon-tw",
|
|
2438
|
+
"icon": "nuxt-icon.png",
|
|
2439
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2440
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2441
|
+
"learn_more": "",
|
|
2442
|
+
"category": "UI",
|
|
2443
|
+
"type": "3rd-party",
|
|
2444
|
+
"maintainers": [
|
|
2445
|
+
{
|
|
2446
|
+
"name": "JohnCampionJr",
|
|
2447
|
+
"github": "JohnCampionJr"
|
|
2448
|
+
}
|
|
2449
|
+
],
|
|
2450
|
+
"compatibility": {
|
|
2451
|
+
"nuxt": "^3.0.0",
|
|
2452
|
+
"requires": {},
|
|
2453
|
+
"devtools": "^0.0.0"
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2276
2456
|
{
|
|
2277
2457
|
"name": "icon",
|
|
2278
2458
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2292,7 +2472,8 @@
|
|
|
2292
2472
|
],
|
|
2293
2473
|
"compatibility": {
|
|
2294
2474
|
"nuxt": "^3.0.0",
|
|
2295
|
-
"requires": {}
|
|
2475
|
+
"requires": {},
|
|
2476
|
+
"devtools": "^0.0.0"
|
|
2296
2477
|
}
|
|
2297
2478
|
},
|
|
2298
2479
|
{
|
|
@@ -2341,12 +2522,12 @@
|
|
|
2341
2522
|
},
|
|
2342
2523
|
{
|
|
2343
2524
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2525
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2526
|
"repo": "nuxt/image",
|
|
2346
2527
|
"npm": "@nuxt/image",
|
|
2347
2528
|
"icon": "image.png",
|
|
2348
2529
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2530
|
+
"website": "https://image.nuxt.com",
|
|
2350
2531
|
"learn_more": "",
|
|
2351
2532
|
"category": "Images",
|
|
2352
2533
|
"type": "official",
|
|
@@ -2356,6 +2537,11 @@
|
|
|
2356
2537
|
"github": "farnabaz",
|
|
2357
2538
|
"twitter": "a_birang"
|
|
2358
2539
|
},
|
|
2540
|
+
{
|
|
2541
|
+
"name": "Daniel Roe",
|
|
2542
|
+
"github": "danielroe",
|
|
2543
|
+
"twitter": "danielcroe"
|
|
2544
|
+
},
|
|
2359
2545
|
{
|
|
2360
2546
|
"name": "Pooya Parsa",
|
|
2361
2547
|
"github": "pi0",
|
|
@@ -2376,7 +2562,7 @@
|
|
|
2376
2562
|
},
|
|
2377
2563
|
{
|
|
2378
2564
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2565
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2566
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2567
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2568
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2609,7 @@
|
|
|
2423
2609
|
},
|
|
2424
2610
|
{
|
|
2425
2611
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2612
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2613
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2614
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2615
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2654,7 @@
|
|
|
2468
2654
|
},
|
|
2469
2655
|
{
|
|
2470
2656
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2657
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2658
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2659
|
"npm": "nuxt-jsonapi",
|
|
2474
2660
|
"icon": "jsonapi.svg",
|
|
@@ -2510,9 +2696,36 @@
|
|
|
2510
2696
|
"requires": {}
|
|
2511
2697
|
}
|
|
2512
2698
|
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "kinde",
|
|
2701
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2702
|
+
"repo": "nuxt-modules/kinde",
|
|
2703
|
+
"npm": "@nuxtjs/kinde",
|
|
2704
|
+
"icon": "kinde.svg",
|
|
2705
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2706
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2707
|
+
"learn_more": "https://kinde.com/",
|
|
2708
|
+
"category": "Security",
|
|
2709
|
+
"type": "community",
|
|
2710
|
+
"maintainers": [
|
|
2711
|
+
{
|
|
2712
|
+
"name": "danielroe",
|
|
2713
|
+
"github": "danielroe"
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"name": "daveordead",
|
|
2717
|
+
"github": "DaveOrDead",
|
|
2718
|
+
"twitter": "dave_or_dead"
|
|
2719
|
+
}
|
|
2720
|
+
],
|
|
2721
|
+
"compatibility": {
|
|
2722
|
+
"nuxt": "^3.0.0",
|
|
2723
|
+
"requires": {}
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2513
2726
|
{
|
|
2514
2727
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2728
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2729
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2730
|
"npm": "nuxt-kql",
|
|
2518
2731
|
"icon": "kql.svg",
|
|
@@ -2536,7 +2749,7 @@
|
|
|
2536
2749
|
},
|
|
2537
2750
|
{
|
|
2538
2751
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2752
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2753
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2754
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2755
|
"icon": "laravel-echo.png",
|
|
@@ -2624,13 +2837,13 @@
|
|
|
2624
2837
|
},
|
|
2625
2838
|
{
|
|
2626
2839
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
2840
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2628
2841
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
2842
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
2843
|
+
"icon": "link-checker.svg",
|
|
2631
2844
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
2845
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2846
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
2847
|
"category": "SEO",
|
|
2635
2848
|
"type": "3rd-party",
|
|
2636
2849
|
"maintainers": [
|
|
@@ -2643,7 +2856,8 @@
|
|
|
2643
2856
|
],
|
|
2644
2857
|
"compatibility": {
|
|
2645
2858
|
"nuxt": "^3.0.0",
|
|
2646
|
-
"requires": {}
|
|
2859
|
+
"requires": {},
|
|
2860
|
+
"devtools": "^0.0.0"
|
|
2647
2861
|
}
|
|
2648
2862
|
},
|
|
2649
2863
|
{
|
|
@@ -2720,12 +2934,12 @@
|
|
|
2720
2934
|
},
|
|
2721
2935
|
{
|
|
2722
2936
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
2937
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2938
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
2939
|
"npm": "nuxt-logrocket",
|
|
2726
2940
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
2941
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2942
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
2943
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
2944
|
"category": "Monitoring",
|
|
2731
2945
|
"type": "community",
|
|
@@ -2741,9 +2955,35 @@
|
|
|
2741
2955
|
"requires": {}
|
|
2742
2956
|
}
|
|
2743
2957
|
},
|
|
2958
|
+
{
|
|
2959
|
+
"name": "lucide-icons",
|
|
2960
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2961
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2962
|
+
"npm": "nuxt-lucide-icons",
|
|
2963
|
+
"icon": "lucide-icons.svg",
|
|
2964
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2965
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2966
|
+
"learn_more": "",
|
|
2967
|
+
"category": "UI",
|
|
2968
|
+
"type": "3rd-party",
|
|
2969
|
+
"maintainers": [
|
|
2970
|
+
{
|
|
2971
|
+
"name": "SWIS",
|
|
2972
|
+
"github": "swisnl"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"name": "Jasper Zonneveld",
|
|
2976
|
+
"github": "JaZo"
|
|
2977
|
+
}
|
|
2978
|
+
],
|
|
2979
|
+
"compatibility": {
|
|
2980
|
+
"nuxt": "^3.0.0",
|
|
2981
|
+
"requires": {}
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2744
2984
|
{
|
|
2745
2985
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2986
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
2987
|
"repo": "nuxt-community/lunr-module",
|
|
2748
2988
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
2989
|
"icon": "",
|
|
@@ -2831,6 +3071,28 @@
|
|
|
2831
3071
|
"requires": {}
|
|
2832
3072
|
}
|
|
2833
3073
|
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "maz-ui",
|
|
3076
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3077
|
+
"repo": "louismazel/maz-ui",
|
|
3078
|
+
"npm": "maz-ui",
|
|
3079
|
+
"icon": "maz-ui.png",
|
|
3080
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3081
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3082
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3083
|
+
"category": "UI",
|
|
3084
|
+
"type": "community",
|
|
3085
|
+
"maintainers": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "Loïc Mazuel",
|
|
3088
|
+
"github": "LouisMazel"
|
|
3089
|
+
}
|
|
3090
|
+
],
|
|
3091
|
+
"compatibility": {
|
|
3092
|
+
"nuxt": "^3.0.0",
|
|
3093
|
+
"requires": {}
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
2834
3096
|
{
|
|
2835
3097
|
"name": "mdx",
|
|
2836
3098
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2856,7 +3118,7 @@
|
|
|
2856
3118
|
},
|
|
2857
3119
|
{
|
|
2858
3120
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3121
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3122
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3123
|
"npm": "nuxt-medusa",
|
|
2862
3124
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3143,7 @@
|
|
|
2881
3143
|
},
|
|
2882
3144
|
{
|
|
2883
3145
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3146
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3147
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3148
|
"npm": "nuxt-meilisearch",
|
|
2887
3149
|
"icon": "meilisearch.svg",
|
|
@@ -2901,7 +3163,8 @@
|
|
|
2901
3163
|
"nuxt": "^3.0.0",
|
|
2902
3164
|
"requires": {
|
|
2903
3165
|
"bridge": false
|
|
2904
|
-
}
|
|
3166
|
+
},
|
|
3167
|
+
"devtools": "^0.0.0"
|
|
2905
3168
|
}
|
|
2906
3169
|
},
|
|
2907
3170
|
{
|
|
@@ -2973,7 +3236,7 @@
|
|
|
2973
3236
|
},
|
|
2974
3237
|
{
|
|
2975
3238
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3239
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3240
|
"repo": "nuxt-community/moment-module",
|
|
2978
3241
|
"npm": "@nuxtjs/moment",
|
|
2979
3242
|
"icon": "momentjs.png",
|
|
@@ -3000,7 +3263,7 @@
|
|
|
3000
3263
|
},
|
|
3001
3264
|
{
|
|
3002
3265
|
"name": "mq",
|
|
3003
|
-
"description": "vue-mq module for Nuxt.
|
|
3266
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3004
3267
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3005
3268
|
"npm": "nuxt-mq",
|
|
3006
3269
|
"icon": "",
|
|
@@ -3044,7 +3307,7 @@
|
|
|
3044
3307
|
},
|
|
3045
3308
|
{
|
|
3046
3309
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3310
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3311
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3312
|
"npm": "nuxt-netlify-cache",
|
|
3050
3313
|
"icon": "netlify.png",
|
|
@@ -3089,7 +3352,7 @@
|
|
|
3089
3352
|
},
|
|
3090
3353
|
{
|
|
3091
3354
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3355
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3093
3356
|
"repo": "bazzite/nuxt-netlify",
|
|
3094
3357
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3358
|
"icon": "netlify.png",
|
|
@@ -3182,30 +3445,97 @@
|
|
|
3182
3445
|
}
|
|
3183
3446
|
},
|
|
3184
3447
|
{
|
|
3185
|
-
"name": "nuxt-
|
|
3186
|
-
"description": "",
|
|
3187
|
-
"repo": "
|
|
3188
|
-
"npm": "
|
|
3448
|
+
"name": "nuxt-anchorscroll",
|
|
3449
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3450
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3451
|
+
"npm": "nuxt-anchorscroll",
|
|
3189
3452
|
"icon": "",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://github.com/
|
|
3453
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3454
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3192
3455
|
"learn_more": "",
|
|
3193
|
-
"category": "
|
|
3456
|
+
"category": "UI",
|
|
3194
3457
|
"type": "3rd-party",
|
|
3195
3458
|
"maintainers": [
|
|
3196
3459
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"github": "
|
|
3460
|
+
"name": "Helltraitor",
|
|
3461
|
+
"github": "helltraitor"
|
|
3199
3462
|
}
|
|
3200
3463
|
],
|
|
3201
3464
|
"compatibility": {
|
|
3202
|
-
"nuxt": "^
|
|
3465
|
+
"nuxt": "^3.0.0",
|
|
3466
|
+
"requires": {}
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"name": "nuxt-auth-sanctum",
|
|
3471
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3472
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3473
|
+
"npm": "nuxt-auth-sanctum",
|
|
3474
|
+
"icon": "laravel.svg",
|
|
3475
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3476
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3477
|
+
"learn_more": "",
|
|
3478
|
+
"category": "Security",
|
|
3479
|
+
"type": "3rd-party",
|
|
3480
|
+
"maintainers": [
|
|
3481
|
+
{
|
|
3482
|
+
"name": "Artem Manchenkov",
|
|
3483
|
+
"github": "manchenkoff",
|
|
3484
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
"compatibility": {
|
|
3488
|
+
"nuxt": "^3.0.0",
|
|
3489
|
+
"requires": {}
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"name": "nuxt-basic-auth",
|
|
3494
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3495
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3496
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3497
|
+
"icon": "",
|
|
3498
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3499
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3500
|
+
"learn_more": "",
|
|
3501
|
+
"category": "Security",
|
|
3502
|
+
"type": "3rd-party",
|
|
3503
|
+
"maintainers": [
|
|
3504
|
+
{
|
|
3505
|
+
"name": "kgierke",
|
|
3506
|
+
"github": "kgierke"
|
|
3507
|
+
}
|
|
3508
|
+
],
|
|
3509
|
+
"compatibility": {
|
|
3510
|
+
"nuxt": "^3.0.0",
|
|
3511
|
+
"requires": {}
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "nuxt-bootstrap-icons",
|
|
3516
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3517
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3518
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3519
|
+
"icon": "bootstrap-icons.svg",
|
|
3520
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3521
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3522
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3523
|
+
"category": "UI",
|
|
3524
|
+
"type": "3rd-party",
|
|
3525
|
+
"maintainers": [
|
|
3526
|
+
{
|
|
3527
|
+
"name": "OyewoleOyedeji",
|
|
3528
|
+
"github": "OyewoleOyedeji"
|
|
3529
|
+
}
|
|
3530
|
+
],
|
|
3531
|
+
"compatibility": {
|
|
3532
|
+
"nuxt": "^3.0.0",
|
|
3203
3533
|
"requires": {}
|
|
3204
3534
|
}
|
|
3205
3535
|
},
|
|
3206
3536
|
{
|
|
3207
3537
|
"name": "nuxt-chatgpt",
|
|
3208
|
-
"description": "ChatGPT integration for Nuxt
|
|
3538
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3209
3539
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
3540
|
"npm": "nuxt-chatgpt",
|
|
3211
3541
|
"icon": "chatgpt.svg",
|
|
@@ -3225,6 +3555,54 @@
|
|
|
3225
3555
|
"requires": {}
|
|
3226
3556
|
}
|
|
3227
3557
|
},
|
|
3558
|
+
{
|
|
3559
|
+
"name": "nuxt-facebook-chat",
|
|
3560
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3561
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3562
|
+
"npm": "nuxt-facebook-chat",
|
|
3563
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3564
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3565
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3566
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3567
|
+
"category": "Libraries",
|
|
3568
|
+
"type": "3rd-party",
|
|
3569
|
+
"maintainers": [
|
|
3570
|
+
{
|
|
3571
|
+
"name": "Supanut Dokmaithong",
|
|
3572
|
+
"github": "Boomgeek"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"name": "superdev-tech",
|
|
3576
|
+
"github": "superdev-tech"
|
|
3577
|
+
}
|
|
3578
|
+
],
|
|
3579
|
+
"compatibility": {
|
|
3580
|
+
"nuxt": "^3.0.0",
|
|
3581
|
+
"requires": {}
|
|
3582
|
+
}
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "nuxt-feedme",
|
|
3586
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3587
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3588
|
+
"npm": "nuxt-feedme",
|
|
3589
|
+
"icon": "",
|
|
3590
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3591
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3592
|
+
"learn_more": "",
|
|
3593
|
+
"category": "SEO",
|
|
3594
|
+
"type": "3rd-party",
|
|
3595
|
+
"maintainers": [
|
|
3596
|
+
{
|
|
3597
|
+
"name": "Helltraitor",
|
|
3598
|
+
"github": "helltraitor"
|
|
3599
|
+
}
|
|
3600
|
+
],
|
|
3601
|
+
"compatibility": {
|
|
3602
|
+
"nuxt": "^3.0.0",
|
|
3603
|
+
"requires": {}
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3228
3606
|
{
|
|
3229
3607
|
"name": "nuxt-graphql-middleware",
|
|
3230
3608
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3278,7 +3656,7 @@
|
|
|
3278
3656
|
},
|
|
3279
3657
|
{
|
|
3280
3658
|
"name": "nuxt-gtm",
|
|
3281
|
-
"description": "A Nuxt
|
|
3659
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3282
3660
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
3661
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
3662
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3295,7 +3673,8 @@
|
|
|
3295
3673
|
],
|
|
3296
3674
|
"compatibility": {
|
|
3297
3675
|
"nuxt": "^3.0.0",
|
|
3298
|
-
"requires": {}
|
|
3676
|
+
"requires": {},
|
|
3677
|
+
"devtools": "^0.0.0"
|
|
3299
3678
|
}
|
|
3300
3679
|
},
|
|
3301
3680
|
{
|
|
@@ -3323,14 +3702,58 @@
|
|
|
3323
3702
|
}
|
|
3324
3703
|
},
|
|
3325
3704
|
{
|
|
3326
|
-
"name": "nuxt-
|
|
3327
|
-
"description": "
|
|
3328
|
-
"repo": "
|
|
3329
|
-
"npm": "
|
|
3330
|
-
"icon": "
|
|
3331
|
-
"github": "https://github.com/
|
|
3332
|
-
"website": "https://
|
|
3333
|
-
"learn_more": "
|
|
3705
|
+
"name": "nuxt-interpolation",
|
|
3706
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3707
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3708
|
+
"npm": "nuxt-interpolation",
|
|
3709
|
+
"icon": "",
|
|
3710
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3711
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3712
|
+
"learn_more": "",
|
|
3713
|
+
"category": "Devtools",
|
|
3714
|
+
"type": "3rd-party",
|
|
3715
|
+
"maintainers": [
|
|
3716
|
+
{
|
|
3717
|
+
"name": "daliborgogic",
|
|
3718
|
+
"github": "daliborgogic"
|
|
3719
|
+
}
|
|
3720
|
+
],
|
|
3721
|
+
"compatibility": {
|
|
3722
|
+
"nuxt": "^2.0.0",
|
|
3723
|
+
"requires": {}
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"name": "nuxt-jsonld",
|
|
3728
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3729
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3730
|
+
"npm": "nuxt-jsonld",
|
|
3731
|
+
"icon": "",
|
|
3732
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3733
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3734
|
+
"learn_more": "",
|
|
3735
|
+
"category": "SEO",
|
|
3736
|
+
"type": "3rd-party",
|
|
3737
|
+
"maintainers": [
|
|
3738
|
+
{
|
|
3739
|
+
"name": "ymmooot",
|
|
3740
|
+
"github": "ymmooot"
|
|
3741
|
+
}
|
|
3742
|
+
],
|
|
3743
|
+
"compatibility": {
|
|
3744
|
+
"nuxt": "^3.0.0",
|
|
3745
|
+
"requires": {}
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"name": "nuxt-localtunnel",
|
|
3750
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3751
|
+
"repo": "nuxtus/localtunnel",
|
|
3752
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3753
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3754
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3755
|
+
"website": "https://nuxtus.com",
|
|
3756
|
+
"learn_more": "https://docs.nuxtus.com/#/localtunnel",
|
|
3334
3757
|
"category": "Devtools",
|
|
3335
3758
|
"type": "3rd-party",
|
|
3336
3759
|
"maintainers": [
|
|
@@ -3347,7 +3770,7 @@
|
|
|
3347
3770
|
},
|
|
3348
3771
|
{
|
|
3349
3772
|
"name": "nuxt-loco",
|
|
3350
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3773
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3351
3774
|
"repo": "gaetansenn/nuxt-loco",
|
|
3352
3775
|
"npm": "nuxt-loco",
|
|
3353
3776
|
"icon": "",
|
|
@@ -3368,6 +3791,28 @@
|
|
|
3368
3791
|
"requires": {}
|
|
3369
3792
|
}
|
|
3370
3793
|
},
|
|
3794
|
+
{
|
|
3795
|
+
"name": "nuxt-mail",
|
|
3796
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3797
|
+
"repo": "dword-design/nuxt-mail",
|
|
3798
|
+
"npm": "nuxt-mail",
|
|
3799
|
+
"icon": "",
|
|
3800
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3801
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3802
|
+
"learn_more": "",
|
|
3803
|
+
"category": "Extensions",
|
|
3804
|
+
"type": "3rd-party",
|
|
3805
|
+
"maintainers": [
|
|
3806
|
+
{
|
|
3807
|
+
"name": "Sebastian Landwehr",
|
|
3808
|
+
"github": "dword-design"
|
|
3809
|
+
}
|
|
3810
|
+
],
|
|
3811
|
+
"compatibility": {
|
|
3812
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3813
|
+
"requires": {}
|
|
3814
|
+
}
|
|
3815
|
+
},
|
|
3371
3816
|
{
|
|
3372
3817
|
"name": "nuxt-mapbox",
|
|
3373
3818
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3390,6 +3835,28 @@
|
|
|
3390
3835
|
"requires": {}
|
|
3391
3836
|
}
|
|
3392
3837
|
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "nuxt-mdi",
|
|
3840
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3841
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3842
|
+
"npm": "nuxt-mdi",
|
|
3843
|
+
"icon": "mdi.png",
|
|
3844
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3845
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3846
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3847
|
+
"category": "Libraries",
|
|
3848
|
+
"type": "3rd-party",
|
|
3849
|
+
"maintainers": [
|
|
3850
|
+
{
|
|
3851
|
+
"name": "Emil Rosenius",
|
|
3852
|
+
"github": "ERPedersen"
|
|
3853
|
+
}
|
|
3854
|
+
],
|
|
3855
|
+
"compatibility": {
|
|
3856
|
+
"nuxt": "^3.0.0",
|
|
3857
|
+
"requires": {}
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3393
3860
|
{
|
|
3394
3861
|
"name": "nuxt-monaco-editor",
|
|
3395
3862
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3414,7 +3881,7 @@
|
|
|
3414
3881
|
},
|
|
3415
3882
|
{
|
|
3416
3883
|
"name": "nuxt-mongoose",
|
|
3417
|
-
"description": "A Nuxt
|
|
3884
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3418
3885
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
3886
|
"npm": "nuxt-mongoose",
|
|
3420
3887
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3429,6 +3896,30 @@
|
|
|
3429
3896
|
"github": "arashsheyda"
|
|
3430
3897
|
}
|
|
3431
3898
|
],
|
|
3899
|
+
"compatibility": {
|
|
3900
|
+
"nuxt": "^3.0.0",
|
|
3901
|
+
"requires": {},
|
|
3902
|
+
"devtools": "^0.0.0"
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"name": "nuxt-payload-analyzer",
|
|
3907
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3908
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3909
|
+
"npm": "nuxt-payload-analyzer",
|
|
3910
|
+
"icon": "",
|
|
3911
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3912
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3913
|
+
"learn_more": "",
|
|
3914
|
+
"category": "Performance",
|
|
3915
|
+
"type": "3rd-party",
|
|
3916
|
+
"maintainers": [
|
|
3917
|
+
{
|
|
3918
|
+
"name": "Barbapapazes",
|
|
3919
|
+
"github": "Barbapapazes",
|
|
3920
|
+
"twitter": "soubiran_"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3432
3923
|
"compatibility": {
|
|
3433
3924
|
"nuxt": "^3.0.0",
|
|
3434
3925
|
"requires": {}
|
|
@@ -3503,7 +3994,7 @@
|
|
|
3503
3994
|
},
|
|
3504
3995
|
{
|
|
3505
3996
|
"name": "plausible",
|
|
3506
|
-
"description": "Nuxt
|
|
3997
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3507
3998
|
"repo": "nuxt-modules/plausible",
|
|
3508
3999
|
"npm": "@nuxtjs/plausible",
|
|
3509
4000
|
"icon": "plausible.png",
|
|
@@ -3523,9 +4014,35 @@
|
|
|
3523
4014
|
"requires": {}
|
|
3524
4015
|
}
|
|
3525
4016
|
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "nuxt-plotly",
|
|
4019
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4020
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4021
|
+
"npm": "nuxt-plotly",
|
|
4022
|
+
"icon": "nuxt-plotly.svg",
|
|
4023
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4024
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4025
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4026
|
+
"category": "Libraries",
|
|
4027
|
+
"type": "3rd-party",
|
|
4028
|
+
"maintainers": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "Supanut Dokmaithong",
|
|
4031
|
+
"github": "Boomgeek"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"name": "superdev-tech",
|
|
4035
|
+
"github": "superdev-tech"
|
|
4036
|
+
}
|
|
4037
|
+
],
|
|
4038
|
+
"compatibility": {
|
|
4039
|
+
"nuxt": "^3.0.0",
|
|
4040
|
+
"requires": {}
|
|
4041
|
+
}
|
|
4042
|
+
},
|
|
3526
4043
|
{
|
|
3527
4044
|
"name": "nuxt-png-to-ico",
|
|
3528
|
-
"description": "Nuxt
|
|
4045
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3529
4046
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
4047
|
"npm": "nuxt-png-to-ico",
|
|
3531
4048
|
"icon": "",
|
|
@@ -3548,7 +4065,7 @@
|
|
|
3548
4065
|
},
|
|
3549
4066
|
{
|
|
3550
4067
|
"name": "nuxt-smartlook",
|
|
3551
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4068
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3552
4069
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
4070
|
"npm": "nuxt-smartlook",
|
|
3554
4071
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3570,6 +4087,28 @@
|
|
|
3570
4087
|
"requires": {}
|
|
3571
4088
|
}
|
|
3572
4089
|
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "nuxt-social-share",
|
|
4092
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4093
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4094
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4095
|
+
"icon": "nuxt-social-share.png",
|
|
4096
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4097
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4098
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4099
|
+
"category": "Extensions",
|
|
4100
|
+
"type": "3rd-party",
|
|
4101
|
+
"maintainers": [
|
|
4102
|
+
{
|
|
4103
|
+
"name": "stefanobartoletti",
|
|
4104
|
+
"github": "stefanobartoletti"
|
|
4105
|
+
}
|
|
4106
|
+
],
|
|
4107
|
+
"compatibility": {
|
|
4108
|
+
"nuxt": "^3.0.0",
|
|
4109
|
+
"requires": {}
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
3573
4112
|
{
|
|
3574
4113
|
"name": "ssr-lit",
|
|
3575
4114
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3600,7 +4139,7 @@
|
|
|
3600
4139
|
},
|
|
3601
4140
|
{
|
|
3602
4141
|
"name": "nuxt-storm",
|
|
3603
|
-
"description": "WebStorm & PHPStorm support for
|
|
4142
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3604
4143
|
"repo": "fumeapp/nuxt-storm",
|
|
3605
4144
|
"npm": "nuxt-storm",
|
|
3606
4145
|
"icon": "nuxt-storm.png",
|
|
@@ -3644,7 +4183,7 @@
|
|
|
3644
4183
|
},
|
|
3645
4184
|
{
|
|
3646
4185
|
"name": "nuxt-unleash",
|
|
3647
|
-
"description": "Nuxt
|
|
4186
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3648
4187
|
"repo": "conejerock/nuxt-unleash",
|
|
3649
4188
|
"npm": "nuxt-unleash",
|
|
3650
4189
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3756,7 +4295,7 @@
|
|
|
3756
4295
|
},
|
|
3757
4296
|
{
|
|
3758
4297
|
"name": "nuxt-vuetify",
|
|
3759
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4298
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3760
4299
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3761
4300
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3762
4301
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3776,9 +4315,53 @@
|
|
|
3776
4315
|
"requires": {}
|
|
3777
4316
|
}
|
|
3778
4317
|
},
|
|
4318
|
+
{
|
|
4319
|
+
"name": "nuxt3-interpolation",
|
|
4320
|
+
"description": "",
|
|
4321
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4322
|
+
"npm": "nuxt3-interpolation",
|
|
4323
|
+
"icon": "",
|
|
4324
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4325
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4326
|
+
"learn_more": "",
|
|
4327
|
+
"category": "Devtools",
|
|
4328
|
+
"type": "3rd-party",
|
|
4329
|
+
"maintainers": [
|
|
4330
|
+
{
|
|
4331
|
+
"name": "daliborgogic",
|
|
4332
|
+
"github": "daliborgogic"
|
|
4333
|
+
}
|
|
4334
|
+
],
|
|
4335
|
+
"compatibility": {
|
|
4336
|
+
"nuxt": "^3.0.0",
|
|
4337
|
+
"requires": {}
|
|
4338
|
+
}
|
|
4339
|
+
},
|
|
4340
|
+
{
|
|
4341
|
+
"name": "nuxt3-leaflet",
|
|
4342
|
+
"description": "Leaflet integration with Nuxt",
|
|
4343
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4344
|
+
"npm": "nuxt3-leaflet",
|
|
4345
|
+
"icon": "leaflet.png",
|
|
4346
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4347
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4348
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4349
|
+
"category": "Libraries",
|
|
4350
|
+
"type": "3rd-party",
|
|
4351
|
+
"maintainers": [
|
|
4352
|
+
{
|
|
4353
|
+
"name": "Augustin MERCIER",
|
|
4354
|
+
"github": "Gugustinette"
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
"compatibility": {
|
|
4358
|
+
"nuxt": "^3.0.0",
|
|
4359
|
+
"requires": {}
|
|
4360
|
+
}
|
|
4361
|
+
},
|
|
3779
4362
|
{
|
|
3780
4363
|
"name": "nuxt7",
|
|
3781
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4364
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3782
4365
|
"repo": "nuxt-community/nuxt7",
|
|
3783
4366
|
"npm": "nuxt7",
|
|
3784
4367
|
"icon": "",
|
|
@@ -3799,38 +4382,15 @@
|
|
|
3799
4382
|
"requires": {}
|
|
3800
4383
|
}
|
|
3801
4384
|
},
|
|
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
4385
|
{
|
|
3826
4386
|
"name": "og-image",
|
|
3827
|
-
"description": "
|
|
4387
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3828
4388
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3829
4389
|
"npm": "nuxt-og-image",
|
|
3830
|
-
"icon": "",
|
|
4390
|
+
"icon": "og-image.svg",
|
|
3831
4391
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3832
|
-
"website": "https://
|
|
3833
|
-
"learn_more": "",
|
|
4392
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4393
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3834
4394
|
"category": "SEO",
|
|
3835
4395
|
"type": "3rd-party",
|
|
3836
4396
|
"maintainers": [
|
|
@@ -3843,7 +4403,8 @@
|
|
|
3843
4403
|
],
|
|
3844
4404
|
"compatibility": {
|
|
3845
4405
|
"nuxt": "^3.0.0",
|
|
3846
|
-
"requires": {}
|
|
4406
|
+
"requires": {},
|
|
4407
|
+
"devtools": "^0.0.0"
|
|
3847
4408
|
}
|
|
3848
4409
|
},
|
|
3849
4410
|
{
|
|
@@ -3871,7 +4432,7 @@
|
|
|
3871
4432
|
},
|
|
3872
4433
|
{
|
|
3873
4434
|
"name": "optimized-images",
|
|
3874
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4435
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3875
4436
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3876
4437
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3877
4438
|
"icon": "",
|
|
@@ -3916,7 +4477,7 @@
|
|
|
3916
4477
|
},
|
|
3917
4478
|
{
|
|
3918
4479
|
"name": "parse",
|
|
3919
|
-
"description": "Parse package for Nuxt
|
|
4480
|
+
"description": "Parse package for Nuxt",
|
|
3920
4481
|
"repo": "cierrateam/nuxt-parse",
|
|
3921
4482
|
"npm": "nuxt-parse",
|
|
3922
4483
|
"icon": "",
|
|
@@ -3936,6 +4497,29 @@
|
|
|
3936
4497
|
"requires": {}
|
|
3937
4498
|
}
|
|
3938
4499
|
},
|
|
4500
|
+
{
|
|
4501
|
+
"name": "particles",
|
|
4502
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4503
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4504
|
+
"npm": "nuxt-particles",
|
|
4505
|
+
"icon": "",
|
|
4506
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4507
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4508
|
+
"learn_more": "https://particles.js.org/",
|
|
4509
|
+
"category": "Libraries",
|
|
4510
|
+
"type": "3rd-party",
|
|
4511
|
+
"maintainers": [
|
|
4512
|
+
{
|
|
4513
|
+
"name": "Joey Pereira",
|
|
4514
|
+
"github": "Joepocalyptic",
|
|
4515
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4516
|
+
}
|
|
4517
|
+
],
|
|
4518
|
+
"compatibility": {
|
|
4519
|
+
"nuxt": "^3.0.0",
|
|
4520
|
+
"requires": {}
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
3939
4523
|
{
|
|
3940
4524
|
"name": "partytown",
|
|
3941
4525
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3961,6 +4545,28 @@
|
|
|
3961
4545
|
}
|
|
3962
4546
|
}
|
|
3963
4547
|
},
|
|
4548
|
+
{
|
|
4549
|
+
"name": "paypal",
|
|
4550
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4551
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4552
|
+
"npm": "nuxt-paypal",
|
|
4553
|
+
"icon": "paypal.svg",
|
|
4554
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4555
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4556
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4557
|
+
"category": "Payment",
|
|
4558
|
+
"type": "3rd-party",
|
|
4559
|
+
"maintainers": [
|
|
4560
|
+
{
|
|
4561
|
+
"name": "Arash Sheyda",
|
|
4562
|
+
"github": "arashsheyda"
|
|
4563
|
+
}
|
|
4564
|
+
],
|
|
4565
|
+
"compatibility": {
|
|
4566
|
+
"nuxt": "^3.0.0",
|
|
4567
|
+
"requires": {}
|
|
4568
|
+
}
|
|
4569
|
+
},
|
|
3964
4570
|
{
|
|
3965
4571
|
"name": "pdfeasy",
|
|
3966
4572
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4082,7 +4688,7 @@
|
|
|
4082
4688
|
},
|
|
4083
4689
|
{
|
|
4084
4690
|
"name": "plausible",
|
|
4085
|
-
"description": "Nuxt
|
|
4691
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4086
4692
|
"repo": "nuxt-modules/plausible",
|
|
4087
4693
|
"npm": "@nuxtjs/plausible",
|
|
4088
4694
|
"icon": "",
|
|
@@ -4124,9 +4730,56 @@
|
|
|
4124
4730
|
"requires": {}
|
|
4125
4731
|
}
|
|
4126
4732
|
},
|
|
4733
|
+
{
|
|
4734
|
+
"name": "prepare",
|
|
4735
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4736
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4737
|
+
"npm": "nuxt-prepare",
|
|
4738
|
+
"icon": "prepare.svg",
|
|
4739
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4740
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4741
|
+
"learn_more": "",
|
|
4742
|
+
"category": "Devtools",
|
|
4743
|
+
"type": "3rd-party",
|
|
4744
|
+
"maintainers": [
|
|
4745
|
+
{
|
|
4746
|
+
"name": "Johann Schopplich",
|
|
4747
|
+
"github": "johannschopplich",
|
|
4748
|
+
"twitter": "jschopplich",
|
|
4749
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4750
|
+
}
|
|
4751
|
+
],
|
|
4752
|
+
"compatibility": {
|
|
4753
|
+
"nuxt": "^3.0.0",
|
|
4754
|
+
"requires": {}
|
|
4755
|
+
}
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"name": "primevue",
|
|
4759
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4760
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4761
|
+
"npm": "nuxt-primevue",
|
|
4762
|
+
"icon": "primevue.svg",
|
|
4763
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4764
|
+
"website": "https://primevue.org/",
|
|
4765
|
+
"learn_more": "https://primevue.org/",
|
|
4766
|
+
"category": "UI",
|
|
4767
|
+
"type": "3rd-party",
|
|
4768
|
+
"maintainers": [
|
|
4769
|
+
{
|
|
4770
|
+
"name": "primefaces",
|
|
4771
|
+
"github": "primefaces",
|
|
4772
|
+
"twitter": "primevue"
|
|
4773
|
+
}
|
|
4774
|
+
],
|
|
4775
|
+
"compatibility": {
|
|
4776
|
+
"nuxt": "^3.0.0",
|
|
4777
|
+
"requires": {}
|
|
4778
|
+
}
|
|
4779
|
+
},
|
|
4127
4780
|
{
|
|
4128
4781
|
"name": "prismic",
|
|
4129
|
-
"description": "Easily connect your Nuxt
|
|
4782
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4130
4783
|
"repo": "nuxt-modules/prismic",
|
|
4131
4784
|
"npm": "@nuxtjs/prismic",
|
|
4132
4785
|
"icon": "prismic.png",
|
|
@@ -4193,7 +4846,7 @@
|
|
|
4193
4846
|
},
|
|
4194
4847
|
{
|
|
4195
4848
|
"name": "proxy",
|
|
4196
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4849
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4197
4850
|
"repo": "nuxt-community/proxy-module",
|
|
4198
4851
|
"npm": "@nuxtjs/proxy",
|
|
4199
4852
|
"icon": "",
|
|
@@ -4239,7 +4892,7 @@
|
|
|
4239
4892
|
},
|
|
4240
4893
|
{
|
|
4241
4894
|
"name": "purgecss",
|
|
4242
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4895
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4243
4896
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4244
4897
|
"npm": "nuxt-purgecss",
|
|
4245
4898
|
"icon": "purgecss.png",
|
|
@@ -4261,7 +4914,7 @@
|
|
|
4261
4914
|
},
|
|
4262
4915
|
{
|
|
4263
4916
|
"name": "pwa",
|
|
4264
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4917
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4265
4918
|
"repo": "nuxt-community/pwa-module",
|
|
4266
4919
|
"npm": "@nuxtjs/pwa",
|
|
4267
4920
|
"icon": "pwa.png",
|
|
@@ -4286,7 +4939,7 @@
|
|
|
4286
4939
|
},
|
|
4287
4940
|
{
|
|
4288
4941
|
"name": "python",
|
|
4289
|
-
"description": "Write Nuxt
|
|
4942
|
+
"description": "Write Nuxt applications using Python",
|
|
4290
4943
|
"repo": "nuxt-community/python-module",
|
|
4291
4944
|
"npm": "@nuxtjs/python",
|
|
4292
4945
|
"icon": "python.png",
|
|
@@ -4323,6 +4976,64 @@
|
|
|
4323
4976
|
"github": "Maiquu"
|
|
4324
4977
|
}
|
|
4325
4978
|
],
|
|
4979
|
+
"compatibility": {
|
|
4980
|
+
"nuxt": "^3.0.0",
|
|
4981
|
+
"requires": {},
|
|
4982
|
+
"devtools": "^0.0.0"
|
|
4983
|
+
}
|
|
4984
|
+
},
|
|
4985
|
+
{
|
|
4986
|
+
"name": "radash",
|
|
4987
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4988
|
+
"repo": "bbg/nuxt-radash",
|
|
4989
|
+
"npm": "nuxt-radash",
|
|
4990
|
+
"icon": "radash.png",
|
|
4991
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4992
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4993
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4994
|
+
"category": "Libraries",
|
|
4995
|
+
"type": "3rd-party",
|
|
4996
|
+
"maintainers": [
|
|
4997
|
+
{
|
|
4998
|
+
"name": "Batuhan Göksu",
|
|
4999
|
+
"github": "bbg"
|
|
5000
|
+
}
|
|
5001
|
+
],
|
|
5002
|
+
"compatibility": {
|
|
5003
|
+
"nuxt": "^3.0.0",
|
|
5004
|
+
"requires": {}
|
|
5005
|
+
}
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"name": "radix-vue",
|
|
5009
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5010
|
+
"repo": "radix-vue/radix-vue",
|
|
5011
|
+
"npm": "radix-vue",
|
|
5012
|
+
"icon": "radix-vue.svg",
|
|
5013
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5014
|
+
"website": "https://www.radix-vue.com/",
|
|
5015
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5016
|
+
"category": "UI",
|
|
5017
|
+
"type": "3rd-party",
|
|
5018
|
+
"maintainers": [
|
|
5019
|
+
{
|
|
5020
|
+
"name": "Zernonia",
|
|
5021
|
+
"github": "zernonia",
|
|
5022
|
+
"twitter": "zernonia"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "Khairul Haaziq",
|
|
5026
|
+
"github": "khairulhaaziq"
|
|
5027
|
+
},
|
|
5028
|
+
{
|
|
5029
|
+
"name": "Mujahid Anuar",
|
|
5030
|
+
"github": "mujahidfa"
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"name": "Max",
|
|
5034
|
+
"github": "onmax"
|
|
5035
|
+
}
|
|
5036
|
+
],
|
|
4326
5037
|
"compatibility": {
|
|
4327
5038
|
"nuxt": "^3.0.0",
|
|
4328
5039
|
"requires": {}
|
|
@@ -4330,7 +5041,7 @@
|
|
|
4330
5041
|
},
|
|
4331
5042
|
{
|
|
4332
5043
|
"name": "recaptcha",
|
|
4333
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5044
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4334
5045
|
"repo": "nuxt-community/recaptcha-module",
|
|
4335
5046
|
"npm": "@nuxtjs/recaptcha",
|
|
4336
5047
|
"icon": "recaptcha.png",
|
|
@@ -4373,9 +5084,32 @@
|
|
|
4373
5084
|
"requires": {}
|
|
4374
5085
|
}
|
|
4375
5086
|
},
|
|
5087
|
+
{
|
|
5088
|
+
"name": "resend",
|
|
5089
|
+
"description": "Resend integration for Nuxt",
|
|
5090
|
+
"repo": "nhedger/nuxt-resend",
|
|
5091
|
+
"npm": "nuxt-resend",
|
|
5092
|
+
"icon": "resend.svg",
|
|
5093
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5094
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5095
|
+
"learn_more": "https://resend.com",
|
|
5096
|
+
"category": "Extensions",
|
|
5097
|
+
"type": "3rd-party",
|
|
5098
|
+
"maintainers": [
|
|
5099
|
+
{
|
|
5100
|
+
"name": "Nicolas Hedger",
|
|
5101
|
+
"github": "nhedger",
|
|
5102
|
+
"twitter": "nicolashedger"
|
|
5103
|
+
}
|
|
5104
|
+
],
|
|
5105
|
+
"compatibility": {
|
|
5106
|
+
"nuxt": "^3.0.0",
|
|
5107
|
+
"requires": {}
|
|
5108
|
+
}
|
|
5109
|
+
},
|
|
4376
5110
|
{
|
|
4377
5111
|
"name": "rfg-icon",
|
|
4378
|
-
"description": "Nuxt
|
|
5112
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4379
5113
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4380
5114
|
"npm": "nuxt-rfg-icon",
|
|
4381
5115
|
"icon": "real-favicon-generator.png",
|
|
@@ -4397,12 +5131,12 @@
|
|
|
4397
5131
|
},
|
|
4398
5132
|
{
|
|
4399
5133
|
"name": "robots",
|
|
4400
|
-
"description": "A Nuxt
|
|
4401
|
-
"repo": "nuxt-
|
|
5134
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5135
|
+
"repo": "nuxt-modules/robots",
|
|
4402
5136
|
"npm": "@nuxtjs/robots",
|
|
4403
5137
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
5138
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5139
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4406
5140
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4407
5141
|
"category": "SEO",
|
|
4408
5142
|
"type": "community",
|
|
@@ -4421,7 +5155,7 @@
|
|
|
4421
5155
|
},
|
|
4422
5156
|
{
|
|
4423
5157
|
"name": "rollbar",
|
|
4424
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
5158
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4425
5159
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4426
5160
|
"npm": "nuxt-rollbar-module",
|
|
4427
5161
|
"icon": "rollbar.png",
|
|
@@ -4466,7 +5200,7 @@
|
|
|
4466
5200
|
},
|
|
4467
5201
|
{
|
|
4468
5202
|
"name": "router",
|
|
4469
|
-
"description": "Nuxt
|
|
5203
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4470
5204
|
"repo": "nuxt-community/router-module",
|
|
4471
5205
|
"npm": "@nuxtjs/router",
|
|
4472
5206
|
"icon": "vue.png",
|
|
@@ -4514,13 +5248,13 @@
|
|
|
4514
5248
|
},
|
|
4515
5249
|
{
|
|
4516
5250
|
"name": "schema-org",
|
|
4517
|
-
"description": "Schema.org for Nuxt
|
|
4518
|
-
"repo": "
|
|
5251
|
+
"description": "Schema.org for Nuxt.",
|
|
5252
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4519
5253
|
"npm": "nuxt-schema-org",
|
|
4520
5254
|
"icon": "schema-org.svg",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "https://
|
|
5255
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5256
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5257
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4524
5258
|
"category": "SEO",
|
|
4525
5259
|
"type": "3rd-party",
|
|
4526
5260
|
"maintainers": [
|
|
@@ -4583,7 +5317,7 @@
|
|
|
4583
5317
|
},
|
|
4584
5318
|
{
|
|
4585
5319
|
"name": "segment",
|
|
4586
|
-
"description": "Nuxt
|
|
5320
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4587
5321
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4588
5322
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4589
5323
|
"icon": "segment.png",
|
|
@@ -4605,10 +5339,10 @@
|
|
|
4605
5339
|
},
|
|
4606
5340
|
{
|
|
4607
5341
|
"name": "sentry",
|
|
4608
|
-
"description": "Sentry module for Nuxt
|
|
5342
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
5343
|
"repo": "nuxt-community/sentry-module",
|
|
4610
5344
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
5345
|
+
"icon": "sentry.svg",
|
|
4612
5346
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
5347
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
5348
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4625,14 +5359,38 @@
|
|
|
4625
5359
|
"requires": {}
|
|
4626
5360
|
}
|
|
4627
5361
|
},
|
|
5362
|
+
{
|
|
5363
|
+
"name": "seo-experiments",
|
|
5364
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5365
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5366
|
+
"npm": "nuxt-seo-experiments",
|
|
5367
|
+
"icon": "seo-experiments.svg",
|
|
5368
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5369
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5370
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5371
|
+
"category": "SEO",
|
|
5372
|
+
"type": "3rd-party",
|
|
5373
|
+
"maintainers": [
|
|
5374
|
+
{
|
|
5375
|
+
"name": "Harlan Wilton",
|
|
5376
|
+
"github": "harlan-zw",
|
|
5377
|
+
"twitter": "harlan_zw",
|
|
5378
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5379
|
+
}
|
|
5380
|
+
],
|
|
5381
|
+
"compatibility": {
|
|
5382
|
+
"nuxt": "^3.0.0",
|
|
5383
|
+
"requires": {}
|
|
5384
|
+
}
|
|
5385
|
+
},
|
|
4628
5386
|
{
|
|
4629
5387
|
"name": "seo-kit",
|
|
4630
|
-
"description": "
|
|
5388
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4631
5389
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4632
5390
|
"npm": "nuxt-seo-kit",
|
|
4633
5391
|
"icon": "seo-kit.svg",
|
|
4634
5392
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4635
|
-
"website": "https://
|
|
5393
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4636
5394
|
"learn_more": "",
|
|
4637
5395
|
"category": "SEO",
|
|
4638
5396
|
"type": "3rd-party",
|
|
@@ -4672,7 +5430,7 @@
|
|
|
4672
5430
|
},
|
|
4673
5431
|
{
|
|
4674
5432
|
"name": "seomatic-meta",
|
|
4675
|
-
"description": "A Nuxt
|
|
5433
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4676
5434
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4677
5435
|
"npm": "nuxt-seomatic-meta",
|
|
4678
5436
|
"icon": "seomatic.png",
|
|
@@ -4763,7 +5521,7 @@
|
|
|
4763
5521
|
},
|
|
4764
5522
|
{
|
|
4765
5523
|
"name": "shopify",
|
|
4766
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5524
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4767
5525
|
"repo": "Gomah/nuxt-shopify",
|
|
4768
5526
|
"npm": "nuxt-shopify",
|
|
4769
5527
|
"icon": "shopify.png",
|
|
@@ -4784,7 +5542,7 @@
|
|
|
4784
5542
|
}
|
|
4785
5543
|
},
|
|
4786
5544
|
{
|
|
4787
|
-
"name": "
|
|
5545
|
+
"name": "sidebase-auth",
|
|
4788
5546
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4789
5547
|
"repo": "sidebase/nuxt-auth",
|
|
4790
5548
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4830,13 +5588,13 @@
|
|
|
4830
5588
|
},
|
|
4831
5589
|
{
|
|
4832
5590
|
"name": "simple-robots",
|
|
4833
|
-
"description": "
|
|
5591
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4834
5592
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4835
5593
|
"npm": "nuxt-simple-robots",
|
|
4836
|
-
"icon": "",
|
|
5594
|
+
"icon": "simple-robots.svg",
|
|
4837
5595
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4838
|
-
"website": "https://
|
|
4839
|
-
"learn_more": "",
|
|
5596
|
+
"website": "https://nuxtseo.com/robots",
|
|
5597
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4840
5598
|
"category": "SEO",
|
|
4841
5599
|
"type": "3rd-party",
|
|
4842
5600
|
"maintainers": [
|
|
@@ -4854,13 +5612,13 @@
|
|
|
4854
5612
|
},
|
|
4855
5613
|
{
|
|
4856
5614
|
"name": "simple-sitemap",
|
|
4857
|
-
"description": "
|
|
5615
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4858
5616
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4859
5617
|
"npm": "nuxt-simple-sitemap",
|
|
4860
|
-
"icon": "",
|
|
5618
|
+
"icon": "simple-sitemap.svg",
|
|
4861
5619
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4862
|
-
"website": "https://
|
|
4863
|
-
"learn_more": "",
|
|
5620
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5621
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4864
5622
|
"category": "SEO",
|
|
4865
5623
|
"type": "3rd-party",
|
|
4866
5624
|
"maintainers": [
|
|
@@ -4878,7 +5636,7 @@
|
|
|
4878
5636
|
},
|
|
4879
5637
|
{
|
|
4880
5638
|
"name": "sitemap",
|
|
4881
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5639
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4882
5640
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4883
5641
|
"npm": "@nuxtjs/sitemap",
|
|
4884
5642
|
"icon": "",
|
|
@@ -4923,7 +5681,7 @@
|
|
|
4923
5681
|
},
|
|
4924
5682
|
{
|
|
4925
5683
|
"name": "snipcart",
|
|
4926
|
-
"description": "Snipcart integration module for Nuxt
|
|
5684
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4927
5685
|
"repo": "nuxt-modules/snipcart",
|
|
4928
5686
|
"npm": "@nuxtjs/snipcart",
|
|
4929
5687
|
"icon": "snipcart.png",
|
|
@@ -4946,7 +5704,7 @@
|
|
|
4946
5704
|
},
|
|
4947
5705
|
{
|
|
4948
5706
|
"name": "social-meta",
|
|
4949
|
-
"description": "Nuxt
|
|
5707
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4950
5708
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4951
5709
|
"npm": "nuxt-social-meta",
|
|
4952
5710
|
"icon": "",
|
|
@@ -5068,7 +5826,7 @@
|
|
|
5068
5826
|
},
|
|
5069
5827
|
{
|
|
5070
5828
|
"name": "storage",
|
|
5071
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5829
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5072
5830
|
"repo": "mazipan/nuxt-storage",
|
|
5073
5831
|
"npm": "nuxt-storage",
|
|
5074
5832
|
"icon": "",
|
|
@@ -5090,7 +5848,7 @@
|
|
|
5090
5848
|
},
|
|
5091
5849
|
{
|
|
5092
5850
|
"name": "storefront-ui",
|
|
5093
|
-
"description": "Storefront UI Module for Nuxt
|
|
5851
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5094
5852
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5095
5853
|
"npm": "@storefront-ui/nuxt",
|
|
5096
5854
|
"icon": "storefront-ui.svg",
|
|
@@ -5134,7 +5892,7 @@
|
|
|
5134
5892
|
},
|
|
5135
5893
|
{
|
|
5136
5894
|
"name": "storyblok",
|
|
5137
|
-
"description": "Storyblok Nuxt
|
|
5895
|
+
"description": "Storyblok Nuxt module",
|
|
5138
5896
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5139
5897
|
"npm": "@storyblok/nuxt",
|
|
5140
5898
|
"icon": "storyblok.png",
|
|
@@ -5151,46 +5909,43 @@
|
|
|
5151
5909
|
],
|
|
5152
5910
|
"compatibility": {
|
|
5153
5911
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5154
|
-
"requires": {}
|
|
5912
|
+
"requires": {},
|
|
5913
|
+
"devtools": "^0.0.0"
|
|
5155
5914
|
}
|
|
5156
5915
|
},
|
|
5157
5916
|
{
|
|
5158
5917
|
"name": "storybook",
|
|
5159
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5160
|
-
"repo": "nuxt-
|
|
5918
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5919
|
+
"repo": "nuxt-modules/storybook",
|
|
5161
5920
|
"npm": "@nuxtjs/storybook",
|
|
5162
5921
|
"icon": "storybook.png",
|
|
5163
|
-
"github": "https://github.com/nuxt-
|
|
5922
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5164
5923
|
"website": "https://storybook.nuxtjs.org",
|
|
5165
|
-
"learn_more": "https://
|
|
5924
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5166
5925
|
"category": "Devtools",
|
|
5167
5926
|
"type": "community",
|
|
5168
5927
|
"maintainers": [
|
|
5169
5928
|
{
|
|
5170
|
-
"name": "
|
|
5171
|
-
"github": "
|
|
5172
|
-
"twitter": "
|
|
5173
|
-
},
|
|
5174
|
-
{
|
|
5175
|
-
"name": "Pooya Parsa",
|
|
5176
|
-
"github": "pi0",
|
|
5177
|
-
"twitter": "_pi0_"
|
|
5929
|
+
"name": "Chakir QATAB",
|
|
5930
|
+
"github": "chakAs3",
|
|
5931
|
+
"twitter": "ChakirQatab"
|
|
5178
5932
|
}
|
|
5179
5933
|
],
|
|
5180
5934
|
"compatibility": {
|
|
5181
|
-
"nuxt": "^2.0.0",
|
|
5935
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5182
5936
|
"requires": {
|
|
5183
5937
|
"bridge": "optional"
|
|
5184
|
-
}
|
|
5938
|
+
},
|
|
5939
|
+
"devtools": "^0.7.2"
|
|
5185
5940
|
}
|
|
5186
5941
|
},
|
|
5187
5942
|
{
|
|
5188
5943
|
"name": "strapi",
|
|
5189
5944
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5190
|
-
"repo": "nuxt-
|
|
5945
|
+
"repo": "nuxt-modules/strapi",
|
|
5191
5946
|
"npm": "@nuxtjs/strapi",
|
|
5192
5947
|
"icon": "strapi.png",
|
|
5193
|
-
"github": "https://github.com/nuxt-
|
|
5948
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5194
5949
|
"website": "https://strapi.nuxtjs.org",
|
|
5195
5950
|
"learn_more": "https://strapi.io/",
|
|
5196
5951
|
"category": "CMS",
|
|
@@ -5211,7 +5966,8 @@
|
|
|
5211
5966
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5212
5967
|
"requires": {
|
|
5213
5968
|
"bridge": true
|
|
5214
|
-
}
|
|
5969
|
+
},
|
|
5970
|
+
"devtools": "^0.0.0"
|
|
5215
5971
|
}
|
|
5216
5972
|
},
|
|
5217
5973
|
{
|
|
@@ -5262,6 +6018,36 @@
|
|
|
5262
6018
|
"requires": {}
|
|
5263
6019
|
}
|
|
5264
6020
|
},
|
|
6021
|
+
{
|
|
6022
|
+
"name": "studio",
|
|
6023
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6024
|
+
"repo": "nuxtlabs/studio-module",
|
|
6025
|
+
"npm": "@nuxthq/studio",
|
|
6026
|
+
"icon": "studio.svg",
|
|
6027
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6028
|
+
"website": "https://nuxt.studio",
|
|
6029
|
+
"learn_more": "https://nuxt.studio",
|
|
6030
|
+
"category": "CMS",
|
|
6031
|
+
"type": "3rd-party",
|
|
6032
|
+
"maintainers": [
|
|
6033
|
+
{
|
|
6034
|
+
"name": "Ahad Birang",
|
|
6035
|
+
"github": "farnabaz",
|
|
6036
|
+
"twitter": "a_birang"
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"name": "Sébastien Chopin",
|
|
6040
|
+
"github": "Atinux",
|
|
6041
|
+
"twitter": "Atinux"
|
|
6042
|
+
}
|
|
6043
|
+
],
|
|
6044
|
+
"compatibility": {
|
|
6045
|
+
"nuxt": "^3.0.0",
|
|
6046
|
+
"requires": {
|
|
6047
|
+
"content": true
|
|
6048
|
+
}
|
|
6049
|
+
}
|
|
6050
|
+
},
|
|
5265
6051
|
{
|
|
5266
6052
|
"name": "style-resources",
|
|
5267
6053
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5287,7 +6073,7 @@
|
|
|
5287
6073
|
},
|
|
5288
6074
|
{
|
|
5289
6075
|
"name": "stylelint",
|
|
5290
|
-
"description": "Stylelint module for Nuxt.
|
|
6076
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5291
6077
|
"repo": "nuxt-community/stylelint-module",
|
|
5292
6078
|
"npm": "@nuxtjs/stylelint-module",
|
|
5293
6079
|
"icon": "stylelint.png",
|
|
@@ -5333,10 +6119,10 @@
|
|
|
5333
6119
|
{
|
|
5334
6120
|
"name": "supabase",
|
|
5335
6121
|
"description": "First class integration with Supabase",
|
|
5336
|
-
"repo": "nuxt-
|
|
6122
|
+
"repo": "nuxt-modules/supabase",
|
|
5337
6123
|
"npm": "@nuxtjs/supabase",
|
|
5338
6124
|
"icon": "supabase.png",
|
|
5339
|
-
"github": "https://github.com/nuxt-
|
|
6125
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5340
6126
|
"website": "https://supabase.nuxtjs.org",
|
|
5341
6127
|
"learn_more": "https://supabase.com",
|
|
5342
6128
|
"category": "Database",
|
|
@@ -5387,12 +6173,12 @@
|
|
|
5387
6173
|
},
|
|
5388
6174
|
{
|
|
5389
6175
|
"name": "svg-sprite",
|
|
5390
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5391
|
-
"repo": "nuxt-
|
|
6176
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6177
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5392
6178
|
"npm": "@nuxtjs/svg-sprite",
|
|
5393
6179
|
"icon": "",
|
|
5394
|
-
"github": "https://github.com/nuxt-
|
|
5395
|
-
"website": "https://github.com/nuxt-
|
|
6180
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6181
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5396
6182
|
"learn_more": "",
|
|
5397
6183
|
"category": "UI",
|
|
5398
6184
|
"type": "community",
|
|
@@ -5404,13 +6190,13 @@
|
|
|
5404
6190
|
}
|
|
5405
6191
|
],
|
|
5406
6192
|
"compatibility": {
|
|
5407
|
-
"nuxt": "^2.0.0",
|
|
6193
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5408
6194
|
"requires": {}
|
|
5409
6195
|
}
|
|
5410
6196
|
},
|
|
5411
6197
|
{
|
|
5412
6198
|
"name": "svg",
|
|
5413
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6199
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5414
6200
|
"repo": "nuxt-community/svg-module",
|
|
5415
6201
|
"npm": "@nuxtjs/svg",
|
|
5416
6202
|
"icon": "",
|
|
@@ -5454,7 +6240,7 @@
|
|
|
5454
6240
|
},
|
|
5455
6241
|
{
|
|
5456
6242
|
"name": "swiper",
|
|
5457
|
-
"description": "Nuxt
|
|
6243
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5458
6244
|
"repo": "cpreston321/nuxt-swiper",
|
|
5459
6245
|
"npm": "nuxt-swiper",
|
|
5460
6246
|
"icon": "swiper.svg",
|
|
@@ -5500,10 +6286,10 @@
|
|
|
5500
6286
|
{
|
|
5501
6287
|
"name": "tailwindcss",
|
|
5502
6288
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5503
|
-
"repo": "nuxt-
|
|
6289
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5504
6290
|
"npm": "@nuxtjs/tailwindcss",
|
|
5505
6291
|
"icon": "tailwindcss.png",
|
|
5506
|
-
"github": "https://github.com/nuxt-
|
|
6292
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5507
6293
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5508
6294
|
"learn_more": "https://tailwindcss.com/",
|
|
5509
6295
|
"category": "UI",
|
|
@@ -5513,11 +6299,16 @@
|
|
|
5513
6299
|
"name": "Sébastien Chopin",
|
|
5514
6300
|
"github": "Atinux",
|
|
5515
6301
|
"twitter": "Atinux"
|
|
6302
|
+
},
|
|
6303
|
+
{
|
|
6304
|
+
"name": "Inesh Bose",
|
|
6305
|
+
"github": "ineshbose"
|
|
5516
6306
|
}
|
|
5517
6307
|
],
|
|
5518
6308
|
"compatibility": {
|
|
5519
6309
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5520
|
-
"requires": {}
|
|
6310
|
+
"requires": {},
|
|
6311
|
+
"devtools": "^0.0.0"
|
|
5521
6312
|
}
|
|
5522
6313
|
},
|
|
5523
6314
|
{
|
|
@@ -5567,7 +6358,7 @@
|
|
|
5567
6358
|
},
|
|
5568
6359
|
{
|
|
5569
6360
|
"name": "toast",
|
|
5570
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6361
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5571
6362
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5572
6363
|
"npm": "@nuxtjs/toast",
|
|
5573
6364
|
"icon": "",
|
|
@@ -5648,7 +6439,7 @@
|
|
|
5648
6439
|
},
|
|
5649
6440
|
{
|
|
5650
6441
|
"name": "twa",
|
|
5651
|
-
"description": "Nuxt
|
|
6442
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5652
6443
|
"repo": "tuarrep/nuxt-twa",
|
|
5653
6444
|
"npm": "nuxt-twa",
|
|
5654
6445
|
"icon": "",
|
|
@@ -5836,6 +6627,63 @@
|
|
|
5836
6627
|
"requires": {}
|
|
5837
6628
|
}
|
|
5838
6629
|
},
|
|
6630
|
+
{
|
|
6631
|
+
"name": "typo3",
|
|
6632
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6633
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6634
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6635
|
+
"icon": "typo3.svg",
|
|
6636
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6637
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6638
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6639
|
+
"category": "CMS",
|
|
6640
|
+
"type": "3rd-party",
|
|
6641
|
+
"maintainers": [
|
|
6642
|
+
{
|
|
6643
|
+
"name": "Macopedia",
|
|
6644
|
+
"github": "macopedia",
|
|
6645
|
+
"twitter": "macopediapl"
|
|
6646
|
+
}
|
|
6647
|
+
],
|
|
6648
|
+
"compatibility": {
|
|
6649
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6650
|
+
"requires": {},
|
|
6651
|
+
"devtools": "^0.0.0"
|
|
6652
|
+
}
|
|
6653
|
+
},
|
|
6654
|
+
{
|
|
6655
|
+
"name": "ui",
|
|
6656
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6657
|
+
"repo": "nuxt/ui#dev",
|
|
6658
|
+
"npm": "@nuxt/ui",
|
|
6659
|
+
"icon": "nuxt.svg",
|
|
6660
|
+
"github": "https://github.com/nuxt/ui",
|
|
6661
|
+
"website": "https://ui.nuxt.com",
|
|
6662
|
+
"learn_more": "",
|
|
6663
|
+
"category": "UI",
|
|
6664
|
+
"type": "official",
|
|
6665
|
+
"maintainers": [
|
|
6666
|
+
{
|
|
6667
|
+
"name": "Benjamin Canac",
|
|
6668
|
+
"github": "benjamincanac",
|
|
6669
|
+
"twitter": "benjamincanac"
|
|
6670
|
+
},
|
|
6671
|
+
{
|
|
6672
|
+
"name": "Sebastien Chopin",
|
|
6673
|
+
"github": "Atinux",
|
|
6674
|
+
"twitter": "Atinux"
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
"name": "Sylvain Marroufin",
|
|
6678
|
+
"github": "smarroufin",
|
|
6679
|
+
"twitter": "smarroufin"
|
|
6680
|
+
}
|
|
6681
|
+
],
|
|
6682
|
+
"compatibility": {
|
|
6683
|
+
"nuxt": "^3.0.0",
|
|
6684
|
+
"requires": {}
|
|
6685
|
+
}
|
|
6686
|
+
},
|
|
5839
6687
|
{
|
|
5840
6688
|
"name": "umami",
|
|
5841
6689
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5884,7 +6732,7 @@
|
|
|
5884
6732
|
},
|
|
5885
6733
|
{
|
|
5886
6734
|
"name": "universal-storage",
|
|
5887
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6735
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5888
6736
|
"repo": "nuxt-community/universal-storage-module",
|
|
5889
6737
|
"npm": "@nuxtjs/universal-storage",
|
|
5890
6738
|
"icon": "",
|
|
@@ -5961,12 +6809,12 @@
|
|
|
5961
6809
|
{
|
|
5962
6810
|
"name": "unocss",
|
|
5963
6811
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5964
|
-
"repo": "
|
|
6812
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5965
6813
|
"npm": "@unocss/nuxt",
|
|
5966
6814
|
"icon": "unocss.svg",
|
|
5967
|
-
"github": "https://github.com/
|
|
5968
|
-
"website": "https://github.com/
|
|
5969
|
-
"learn_more": "https://github.com/
|
|
6815
|
+
"github": "https://github.com/unocss/unocss",
|
|
6816
|
+
"website": "https://github.com/unocss/unocss",
|
|
6817
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5970
6818
|
"category": "UI",
|
|
5971
6819
|
"type": "3rd-party",
|
|
5972
6820
|
"maintainers": [
|
|
@@ -5981,7 +6829,8 @@
|
|
|
5981
6829
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5982
6830
|
"requires": {
|
|
5983
6831
|
"bridge": "optional"
|
|
5984
|
-
}
|
|
6832
|
+
},
|
|
6833
|
+
"devtools": "^0.0.0"
|
|
5985
6834
|
}
|
|
5986
6835
|
},
|
|
5987
6836
|
{
|
|
@@ -6007,9 +6856,33 @@
|
|
|
6007
6856
|
"requires": {}
|
|
6008
6857
|
}
|
|
6009
6858
|
},
|
|
6859
|
+
{
|
|
6860
|
+
"name": "use-wagmi",
|
|
6861
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6862
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6863
|
+
"npm": "@use-wagmi/nuxt",
|
|
6864
|
+
"icon": "use-wagmi.png",
|
|
6865
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6866
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6867
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6868
|
+
"category": "Extensions",
|
|
6869
|
+
"type": "3rd-party",
|
|
6870
|
+
"maintainers": [
|
|
6871
|
+
{
|
|
6872
|
+
"name": "Unic Ape",
|
|
6873
|
+
"github": "unicape"
|
|
6874
|
+
}
|
|
6875
|
+
],
|
|
6876
|
+
"compatibility": {
|
|
6877
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6878
|
+
"requires": {
|
|
6879
|
+
"bridge": true
|
|
6880
|
+
}
|
|
6881
|
+
}
|
|
6882
|
+
},
|
|
6010
6883
|
{
|
|
6011
6884
|
"name": "user-agent",
|
|
6012
|
-
"description": "Nuxt
|
|
6885
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6013
6886
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6014
6887
|
"npm": "nuxt-user-agent",
|
|
6015
6888
|
"icon": "",
|
|
@@ -6099,9 +6972,31 @@
|
|
|
6099
6972
|
}
|
|
6100
6973
|
}
|
|
6101
6974
|
},
|
|
6975
|
+
{
|
|
6976
|
+
"name": "vcalendar",
|
|
6977
|
+
"description": "VCalendar module for Nuxt",
|
|
6978
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6979
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6980
|
+
"icon": "vcalendar.png",
|
|
6981
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6982
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6983
|
+
"learn_more": "",
|
|
6984
|
+
"category": "Libraries",
|
|
6985
|
+
"type": "3rd-party",
|
|
6986
|
+
"maintainers": [
|
|
6987
|
+
{
|
|
6988
|
+
"name": "Sam K",
|
|
6989
|
+
"github": "samk-dev"
|
|
6990
|
+
}
|
|
6991
|
+
],
|
|
6992
|
+
"compatibility": {
|
|
6993
|
+
"nuxt": "^3.0.0",
|
|
6994
|
+
"requires": {}
|
|
6995
|
+
}
|
|
6996
|
+
},
|
|
6102
6997
|
{
|
|
6103
6998
|
"name": "vee-validate",
|
|
6104
|
-
"description": "Painless Vue forms for Nuxt
|
|
6999
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6105
7000
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6106
7001
|
"npm": "@vee-validate/nuxt",
|
|
6107
7002
|
"icon": "vee-validate.png",
|
|
@@ -6191,7 +7086,7 @@
|
|
|
6191
7086
|
},
|
|
6192
7087
|
{
|
|
6193
7088
|
"name": "vite-pwa-nuxt",
|
|
6194
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7089
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6195
7090
|
"repo": "vite-pwa/nuxt",
|
|
6196
7091
|
"npm": "@vite-pwa/nuxt",
|
|
6197
7092
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6240,18 +7135,19 @@
|
|
|
6240
7135
|
],
|
|
6241
7136
|
"compatibility": {
|
|
6242
7137
|
"nuxt": "^3.0.0",
|
|
6243
|
-
"requires": {}
|
|
7138
|
+
"requires": {},
|
|
7139
|
+
"devtools": "^0.0.0"
|
|
6244
7140
|
}
|
|
6245
7141
|
},
|
|
6246
7142
|
{
|
|
6247
7143
|
"name": "vue-email",
|
|
6248
|
-
"description": "Write email templates with vue",
|
|
7144
|
+
"description": "💌 Write email templates with vue",
|
|
6249
7145
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6250
7146
|
"npm": "vue-email",
|
|
6251
7147
|
"icon": "vue-email.svg",
|
|
6252
7148
|
"github": "https://github.com/Dave136/vue-email",
|
|
6253
|
-
"website": "https://
|
|
6254
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
7149
|
+
"website": "https://www.vuemail.net/",
|
|
7150
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6255
7151
|
"category": "UI",
|
|
6256
7152
|
"type": "3rd-party",
|
|
6257
7153
|
"maintainers": [
|
|
@@ -6268,6 +7164,30 @@
|
|
|
6268
7164
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6269
7165
|
}
|
|
6270
7166
|
],
|
|
7167
|
+
"compatibility": {
|
|
7168
|
+
"nuxt": "^3.0.0",
|
|
7169
|
+
"requires": {},
|
|
7170
|
+
"devtools": "^0.0.0"
|
|
7171
|
+
}
|
|
7172
|
+
},
|
|
7173
|
+
{
|
|
7174
|
+
"name": "vue-final-modal",
|
|
7175
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7176
|
+
"repo": "vue-final/vue-final-modal",
|
|
7177
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7178
|
+
"icon": "vue-final-modal.svg",
|
|
7179
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7180
|
+
"website": "https://vue-final-modal.org/",
|
|
7181
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7182
|
+
"category": "UI",
|
|
7183
|
+
"type": "3rd-party",
|
|
7184
|
+
"maintainers": [
|
|
7185
|
+
{
|
|
7186
|
+
"name": "Hunter Liu",
|
|
7187
|
+
"github": "hunterliu1003",
|
|
7188
|
+
"twitter": "hunterliu1003"
|
|
7189
|
+
}
|
|
7190
|
+
],
|
|
6271
7191
|
"compatibility": {
|
|
6272
7192
|
"nuxt": "^3.0.0",
|
|
6273
7193
|
"requires": {}
|
|
@@ -6295,7 +7215,8 @@
|
|
|
6295
7215
|
"nuxt": "^3.0.0",
|
|
6296
7216
|
"requires": {
|
|
6297
7217
|
"bridge": "optional"
|
|
6298
|
-
}
|
|
7218
|
+
},
|
|
7219
|
+
"devtools": "^0.0.0"
|
|
6299
7220
|
}
|
|
6300
7221
|
},
|
|
6301
7222
|
{
|
|
@@ -6322,7 +7243,7 @@
|
|
|
6322
7243
|
},
|
|
6323
7244
|
{
|
|
6324
7245
|
"name": "vue-multiselect",
|
|
6325
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7246
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6326
7247
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6327
7248
|
"npm": "nuxt-vue-multiselect",
|
|
6328
7249
|
"icon": "",
|
|
@@ -6436,7 +7357,7 @@
|
|
|
6436
7357
|
},
|
|
6437
7358
|
{
|
|
6438
7359
|
"name": "vue-warehouse",
|
|
6439
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7360
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6440
7361
|
"repo": "juliomrqz/vue-warehouse",
|
|
6441
7362
|
"npm": "vue-warehouse",
|
|
6442
7363
|
"icon": "",
|
|
@@ -6459,7 +7380,7 @@
|
|
|
6459
7380
|
},
|
|
6460
7381
|
{
|
|
6461
7382
|
"name": "vue3-carousel-nuxt",
|
|
6462
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7383
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6463
7384
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6464
7385
|
"npm": "vue3-carousel-nuxt",
|
|
6465
7386
|
"icon": "",
|
|
@@ -6502,9 +7423,55 @@
|
|
|
6502
7423
|
"requires": {}
|
|
6503
7424
|
}
|
|
6504
7425
|
},
|
|
7426
|
+
{
|
|
7427
|
+
"name": "vueform-builder",
|
|
7428
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7429
|
+
"repo": "vueform/builder/nuxt",
|
|
7430
|
+
"npm": "@vueform/builder-nuxt",
|
|
7431
|
+
"icon": "vueform.svg",
|
|
7432
|
+
"github": "https://github.com/vueform/builder",
|
|
7433
|
+
"website": "https://builder.vueform.com",
|
|
7434
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7435
|
+
"category": "Libraries",
|
|
7436
|
+
"type": "3rd-party",
|
|
7437
|
+
"maintainers": [
|
|
7438
|
+
{
|
|
7439
|
+
"name": "Adam Berecz",
|
|
7440
|
+
"github": "adamberecz",
|
|
7441
|
+
"twitter": "bereczadam"
|
|
7442
|
+
}
|
|
7443
|
+
],
|
|
7444
|
+
"compatibility": {
|
|
7445
|
+
"nuxt": "^3.0.0",
|
|
7446
|
+
"requires": {}
|
|
7447
|
+
}
|
|
7448
|
+
},
|
|
7449
|
+
{
|
|
7450
|
+
"name": "vueform",
|
|
7451
|
+
"description": "Official Vueform module for Nuxt",
|
|
7452
|
+
"repo": "vueform/vueform/nuxt",
|
|
7453
|
+
"npm": "@vueform/nuxt",
|
|
7454
|
+
"icon": "vueform.svg",
|
|
7455
|
+
"github": "https://github.com/vueform/vueform",
|
|
7456
|
+
"website": "https://vueform.com",
|
|
7457
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7458
|
+
"category": "Libraries",
|
|
7459
|
+
"type": "3rd-party",
|
|
7460
|
+
"maintainers": [
|
|
7461
|
+
{
|
|
7462
|
+
"name": "Adam Berecz",
|
|
7463
|
+
"github": "adamberecz",
|
|
7464
|
+
"twitter": "bereczadam"
|
|
7465
|
+
}
|
|
7466
|
+
],
|
|
7467
|
+
"compatibility": {
|
|
7468
|
+
"nuxt": "^3.0.0",
|
|
7469
|
+
"requires": {}
|
|
7470
|
+
}
|
|
7471
|
+
},
|
|
6505
7472
|
{
|
|
6506
7473
|
"name": "vuestic",
|
|
6507
|
-
"description": "Vuestic UI module for Nuxt
|
|
7474
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6508
7475
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6509
7476
|
"npm": "@vuestic/nuxt",
|
|
6510
7477
|
"icon": "vuestic.png",
|
|
@@ -6531,8 +7498,8 @@
|
|
|
6531
7498
|
"npm": "vuetify-nuxt-module",
|
|
6532
7499
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6533
7500
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6534
|
-
"website": "https://
|
|
6535
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7501
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7502
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6536
7503
|
"category": "UI",
|
|
6537
7504
|
"type": "3rd-party",
|
|
6538
7505
|
"maintainers": [
|
|
@@ -6548,7 +7515,7 @@
|
|
|
6548
7515
|
},
|
|
6549
7516
|
{
|
|
6550
7517
|
"name": "vuetify",
|
|
6551
|
-
"description": "Vuetify Module for Nuxt
|
|
7518
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6552
7519
|
"repo": "nuxt-community/vuetify-module",
|
|
6553
7520
|
"npm": "@nuxtjs/vuetify",
|
|
6554
7521
|
"icon": "vuetify.png",
|
|
@@ -6595,7 +7562,8 @@
|
|
|
6595
7562
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6596
7563
|
"requires": {
|
|
6597
7564
|
"bridge": "optional"
|
|
6598
|
-
}
|
|
7565
|
+
},
|
|
7566
|
+
"devtools": "^0.0.0"
|
|
6599
7567
|
}
|
|
6600
7568
|
},
|
|
6601
7569
|
{
|
|
@@ -6622,7 +7590,7 @@
|
|
|
6622
7590
|
},
|
|
6623
7591
|
{
|
|
6624
7592
|
"name": "vunix",
|
|
6625
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7593
|
+
"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.",
|
|
6626
7594
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6627
7595
|
"npm": "@vunix/nuxt",
|
|
6628
7596
|
"icon": "",
|
|
@@ -6646,11 +7614,11 @@
|
|
|
6646
7614
|
{
|
|
6647
7615
|
"name": "web-vitals",
|
|
6648
7616
|
"description": "Web Vitals for Nuxt",
|
|
6649
|
-
"repo": "nuxt-
|
|
7617
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6650
7618
|
"npm": "@nuxtjs/web-vitals",
|
|
6651
7619
|
"icon": "web-vitals.png",
|
|
6652
|
-
"github": "https://github.com/nuxt-
|
|
6653
|
-
"website": "https://github.com/nuxt-
|
|
7620
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7621
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6654
7622
|
"learn_more": "",
|
|
6655
7623
|
"category": "Performance",
|
|
6656
7624
|
"type": "community",
|
|
@@ -6701,7 +7669,7 @@
|
|
|
6701
7669
|
},
|
|
6702
7670
|
{
|
|
6703
7671
|
"name": "webpack-optimisations",
|
|
6704
|
-
"description": "Nuxt
|
|
7672
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6705
7673
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6706
7674
|
"npm": "nuxt-webpack-optimisations",
|
|
6707
7675
|
"icon": "build-optimisations.svg",
|
|
@@ -6793,7 +7761,7 @@
|
|
|
6793
7761
|
},
|
|
6794
7762
|
{
|
|
6795
7763
|
"name": "well-known",
|
|
6796
|
-
"description": "A Nuxt
|
|
7764
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6797
7765
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6798
7766
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6799
7767
|
"icon": "well-known.svg",
|
|
@@ -6815,7 +7783,7 @@
|
|
|
6815
7783
|
},
|
|
6816
7784
|
{
|
|
6817
7785
|
"name": "wideangle",
|
|
6818
|
-
"description": "Nuxt
|
|
7786
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6819
7787
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6820
7788
|
"npm": "wideangle-nuxt",
|
|
6821
7789
|
"icon": "wideangle.png",
|
|
@@ -6982,55 +7950,9 @@
|
|
|
6982
7950
|
"requires": {}
|
|
6983
7951
|
}
|
|
6984
7952
|
},
|
|
6985
|
-
{
|
|
6986
|
-
"name": "yandex-metrika-next",
|
|
6987
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6988
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6989
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6990
|
-
"icon": "yandex-metrika.svg",
|
|
6991
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6992
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6993
|
-
"learn_more": "",
|
|
6994
|
-
"category": "Analytics",
|
|
6995
|
-
"type": "3rd-party",
|
|
6996
|
-
"maintainers": [
|
|
6997
|
-
{
|
|
6998
|
-
"name": "Aleksandr Saburov",
|
|
6999
|
-
"github": "artmizu",
|
|
7000
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7001
|
-
}
|
|
7002
|
-
],
|
|
7003
|
-
"compatibility": {
|
|
7004
|
-
"nuxt": "^3.0.0",
|
|
7005
|
-
"requires": {}
|
|
7006
|
-
}
|
|
7007
|
-
},
|
|
7008
|
-
{
|
|
7009
|
-
"name": "yandex-metrika",
|
|
7010
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
7011
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
7012
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
7013
|
-
"icon": "",
|
|
7014
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7015
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7016
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
7017
|
-
"category": "Analytics",
|
|
7018
|
-
"type": "community",
|
|
7019
|
-
"maintainers": [
|
|
7020
|
-
{
|
|
7021
|
-
"name": "Pooya Parsa",
|
|
7022
|
-
"github": "pi0",
|
|
7023
|
-
"twitter": "_pi0_"
|
|
7024
|
-
}
|
|
7025
|
-
],
|
|
7026
|
-
"compatibility": {
|
|
7027
|
-
"nuxt": "^2.0.0",
|
|
7028
|
-
"requires": {}
|
|
7029
|
-
}
|
|
7030
|
-
},
|
|
7031
7953
|
{
|
|
7032
7954
|
"name": "zendesk",
|
|
7033
|
-
"description": "Nuxt
|
|
7955
|
+
"description": "Nuxt module for Zendesk",
|
|
7034
7956
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7035
7957
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7036
7958
|
"icon": "zendesk.png",
|