@nuxt/modules 0.6.0-23d0df → 0.6.0-2477be
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 +1309 -391
- package/package.json +11 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Nuxt zodI18n",
|
|
4
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
+
"npm": "nuxt-zod-i18n",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "xibman",
|
|
16
|
+
"github": "xibman"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
26
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
27
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
28
|
"npm": "nuxt-ackee",
|
|
7
29
|
"icon": "ackee.png",
|
|
@@ -28,7 +50,7 @@
|
|
|
28
50
|
},
|
|
29
51
|
{
|
|
30
52
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
53
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
54
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
55
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
56
|
"icon": "agility.png",
|
|
@@ -51,7 +73,7 @@
|
|
|
51
73
|
},
|
|
52
74
|
{
|
|
53
75
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
76
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
77
|
"repo": "nuxt-modules/algolia",
|
|
56
78
|
"npm": "@nuxtjs/algolia",
|
|
57
79
|
"icon": "algolia.svg",
|
|
@@ -170,9 +192,31 @@
|
|
|
170
192
|
}
|
|
171
193
|
}
|
|
172
194
|
},
|
|
195
|
+
{
|
|
196
|
+
"name": "aos",
|
|
197
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
198
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
199
|
+
"npm": "nuxt-aos",
|
|
200
|
+
"icon": "aos.png",
|
|
201
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
202
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
203
|
+
"learn_more": "",
|
|
204
|
+
"category": "Devtools",
|
|
205
|
+
"type": "3rd-party",
|
|
206
|
+
"maintainers": [
|
|
207
|
+
{
|
|
208
|
+
"name": "egidiusmengelberg",
|
|
209
|
+
"github": "egidiusmengelberg"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"compatibility": {
|
|
213
|
+
"nuxt": "^3.0.0",
|
|
214
|
+
"requires": {}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
173
217
|
{
|
|
174
218
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
219
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
221
|
"npm": "nuxt-api-party",
|
|
178
222
|
"icon": "api-party.svg",
|
|
@@ -220,7 +264,7 @@
|
|
|
220
264
|
},
|
|
221
265
|
{
|
|
222
266
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
268
|
"repo": "nuxt-modules/apollo",
|
|
225
269
|
"npm": "@nuxtjs/apollo",
|
|
226
270
|
"icon": "apollo.png",
|
|
@@ -244,7 +288,7 @@
|
|
|
244
288
|
},
|
|
245
289
|
{
|
|
246
290
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
248
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
294
|
"icon": "application-insights.png",
|
|
@@ -286,6 +330,28 @@
|
|
|
286
330
|
"requires": {}
|
|
287
331
|
}
|
|
288
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "arco-design-nuxt-module",
|
|
335
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
336
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
337
|
+
"npm": "arco-design-nuxt-module",
|
|
338
|
+
"icon": "arco-design.svg",
|
|
339
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
340
|
+
"website": "https://arco.design/vue",
|
|
341
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "wiidede",
|
|
347
|
+
"github": "wiidede"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"compatibility": {
|
|
351
|
+
"nuxt": "^3.0.0",
|
|
352
|
+
"requires": {}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
289
355
|
{
|
|
290
356
|
"name": "ark-ui",
|
|
291
357
|
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
@@ -309,9 +375,31 @@
|
|
|
309
375
|
"requires": {}
|
|
310
376
|
}
|
|
311
377
|
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Devtools",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
312
400
|
{
|
|
313
401
|
"name": "auth",
|
|
314
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
315
403
|
"repo": "nuxt-community/auth-module",
|
|
316
404
|
"npm": "@nuxtjs/auth",
|
|
317
405
|
"icon": "auth.png",
|
|
@@ -359,9 +447,32 @@
|
|
|
359
447
|
"requires": {}
|
|
360
448
|
}
|
|
361
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"name": "auto-animate",
|
|
452
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
453
|
+
"repo": "formkit/auto-animate",
|
|
454
|
+
"npm": "@formkit/auto-animate",
|
|
455
|
+
"icon": "auto-animate.svg",
|
|
456
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
457
|
+
"website": "https://auto-animate.formkit.com",
|
|
458
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
459
|
+
"category": "Libraries",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Justin Schroeder",
|
|
464
|
+
"github": "justin-schroeder",
|
|
465
|
+
"twitter": "jpschroeder"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
362
473
|
{
|
|
363
474
|
"name": "axios",
|
|
364
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
365
476
|
"repo": "nuxt-community/axios-module",
|
|
366
477
|
"npm": "@nuxtjs/axios",
|
|
367
478
|
"icon": "axios.svg",
|
|
@@ -384,7 +495,7 @@
|
|
|
384
495
|
},
|
|
385
496
|
{
|
|
386
497
|
"name": "basic-auth",
|
|
387
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
388
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
389
500
|
"npm": "nuxt-basic-auth-module",
|
|
390
501
|
"icon": "",
|
|
@@ -508,7 +619,7 @@
|
|
|
508
619
|
},
|
|
509
620
|
{
|
|
510
621
|
"name": "bulma-slim",
|
|
511
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
512
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
513
624
|
"npm": "nuxt-bulma-slim",
|
|
514
625
|
"icon": "bulma.png",
|
|
@@ -575,7 +686,7 @@
|
|
|
575
686
|
},
|
|
576
687
|
{
|
|
577
688
|
"name": "canvas-sketch",
|
|
578
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
579
690
|
"repo": "LuXDAmore/generative-art",
|
|
580
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
581
692
|
"icon": "",
|
|
@@ -598,7 +709,7 @@
|
|
|
598
709
|
},
|
|
599
710
|
{
|
|
600
711
|
"name": "capo",
|
|
601
|
-
"description": "Capo.js implementation for Nuxt
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
602
713
|
"repo": "danielroe/nuxt-capo",
|
|
603
714
|
"npm": "nuxt-capo",
|
|
604
715
|
"icon": "",
|
|
@@ -620,7 +731,7 @@
|
|
|
620
731
|
},
|
|
621
732
|
{
|
|
622
733
|
"name": "chakra-ui",
|
|
623
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
624
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
625
736
|
"npm": "@chakra-ui/nuxt",
|
|
626
737
|
"icon": "chakra-ui.png",
|
|
@@ -731,7 +842,7 @@
|
|
|
731
842
|
},
|
|
732
843
|
{
|
|
733
844
|
"name": "cloudcms",
|
|
734
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
735
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
736
847
|
"npm": "cloudcms-nuxt",
|
|
737
848
|
"icon": "",
|
|
@@ -780,11 +891,11 @@
|
|
|
780
891
|
},
|
|
781
892
|
{
|
|
782
893
|
"name": "cloudinary",
|
|
783
|
-
"description": "Optimize images and videos in your Nuxt
|
|
784
|
-
"repo": "nuxt-
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
895
|
+
"repo": "nuxt-modules/cloudinary",
|
|
785
896
|
"npm": "@nuxtjs/cloudinary",
|
|
786
897
|
"icon": "cloudinary.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
898
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
788
899
|
"website": "https://cloudinary.nuxtjs.org",
|
|
789
900
|
"learn_more": "https://cloudinary.com",
|
|
790
901
|
"category": "Images",
|
|
@@ -803,11 +914,11 @@
|
|
|
803
914
|
},
|
|
804
915
|
{
|
|
805
916
|
"name": "color-mode",
|
|
806
|
-
"description": "Dark and Light mode for
|
|
807
|
-
"repo": "nuxt-
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
918
|
+
"repo": "nuxt-modules/color-mode",
|
|
808
919
|
"npm": "@nuxtjs/color-mode",
|
|
809
920
|
"icon": "color-mode.png",
|
|
810
|
-
"github": "https://github.com/nuxt-
|
|
921
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
811
922
|
"website": "https://color-mode.nuxtjs.org",
|
|
812
923
|
"learn_more": "",
|
|
813
924
|
"category": "UI",
|
|
@@ -1024,7 +1135,7 @@
|
|
|
1024
1135
|
},
|
|
1025
1136
|
{
|
|
1026
1137
|
"name": "darkmode.js",
|
|
1027
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1028
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1029
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1030
1141
|
"icon": "darkmode.png",
|
|
@@ -1046,7 +1157,7 @@
|
|
|
1046
1157
|
},
|
|
1047
1158
|
{
|
|
1048
1159
|
"name": "date-fns",
|
|
1049
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1050
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
1051
1162
|
"npm": "@nuxtjs/date-fns",
|
|
1052
1163
|
"icon": "date-fns.png",
|
|
@@ -1068,7 +1179,7 @@
|
|
|
1068
1179
|
},
|
|
1069
1180
|
{
|
|
1070
1181
|
"name": "datocms-nuxt2",
|
|
1071
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1072
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1073
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1074
1185
|
"icon": "datocms.svg",
|
|
@@ -1137,8 +1248,8 @@
|
|
|
1137
1248
|
},
|
|
1138
1249
|
{
|
|
1139
1250
|
"name": "delay-hydration",
|
|
1140
|
-
"description": "Improve your Nuxt
|
|
1141
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1251
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1252
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1142
1253
|
"npm": "nuxt-delay-hydration",
|
|
1143
1254
|
"icon": "lighthouse.svg",
|
|
1144
1255
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1160,12 +1271,12 @@
|
|
|
1160
1271
|
},
|
|
1161
1272
|
{
|
|
1162
1273
|
"name": "device",
|
|
1163
|
-
"description": "Device detection module for Nuxt
|
|
1164
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1165
1276
|
"npm": "@nuxtjs/device",
|
|
1166
1277
|
"icon": "",
|
|
1167
|
-
"github": "https://github.com/nuxt-
|
|
1168
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1169
1280
|
"learn_more": "",
|
|
1170
1281
|
"category": "Extensions",
|
|
1171
1282
|
"type": "community",
|
|
@@ -1205,13 +1316,13 @@
|
|
|
1205
1316
|
},
|
|
1206
1317
|
{
|
|
1207
1318
|
"name": "directus",
|
|
1208
|
-
"description": "Easily connect your
|
|
1319
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1209
1320
|
"repo": "intevel/nuxt-directus",
|
|
1210
1321
|
"npm": "nuxt-directus",
|
|
1211
1322
|
"icon": "directus.svg",
|
|
1212
|
-
"github": "https://github.com/
|
|
1213
|
-
"website": "https://nuxt-directus.
|
|
1214
|
-
"learn_more": "https://nuxt-directus.
|
|
1323
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1324
|
+
"website": "https://nuxt-directus.site/",
|
|
1325
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1215
1326
|
"category": "CMS",
|
|
1216
1327
|
"type": "3rd-party",
|
|
1217
1328
|
"maintainers": [
|
|
@@ -1222,15 +1333,14 @@
|
|
|
1222
1333
|
}
|
|
1223
1334
|
],
|
|
1224
1335
|
"compatibility": {
|
|
1225
|
-
"nuxt": "^
|
|
1226
|
-
"requires": {
|
|
1227
|
-
|
|
1228
|
-
}
|
|
1336
|
+
"nuxt": "^3.0.0",
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1229
1339
|
}
|
|
1230
1340
|
},
|
|
1231
1341
|
{
|
|
1232
1342
|
"name": "disqus",
|
|
1233
|
-
"description": "Disqus for Nuxt
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1234
1344
|
"repo": "modbender/nuxt-disqus",
|
|
1235
1345
|
"npm": "nuxt-disqus",
|
|
1236
1346
|
"icon": "disqus.svg",
|
|
@@ -1250,9 +1360,31 @@
|
|
|
1250
1360
|
"requires": {}
|
|
1251
1361
|
}
|
|
1252
1362
|
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1253
1385
|
{
|
|
1254
1386
|
"name": "dotenv",
|
|
1255
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1256
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1257
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1258
1390
|
"icon": "dotenv.png",
|
|
@@ -1274,13 +1406,13 @@
|
|
|
1274
1406
|
},
|
|
1275
1407
|
{
|
|
1276
1408
|
"name": "drupal-ce",
|
|
1277
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1278
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1279
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1280
1412
|
"icon": "drupal-ce.png",
|
|
1281
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1282
|
-
"website": "https://
|
|
1283
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1284
1416
|
"category": "CMS",
|
|
1285
1417
|
"type": "3rd-party",
|
|
1286
1418
|
"maintainers": [
|
|
@@ -1295,19 +1427,19 @@
|
|
|
1295
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1296
1428
|
},
|
|
1297
1429
|
{
|
|
1298
|
-
"name": "
|
|
1299
|
-
"github": "
|
|
1300
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1301
1433
|
}
|
|
1302
1434
|
],
|
|
1303
1435
|
"compatibility": {
|
|
1304
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1305
1437
|
"requires": {}
|
|
1306
1438
|
}
|
|
1307
1439
|
},
|
|
1308
1440
|
{
|
|
1309
1441
|
"name": "druxt",
|
|
1310
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1311
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1312
1444
|
"npm": "druxt",
|
|
1313
1445
|
"icon": "druxt.svg",
|
|
@@ -1327,6 +1459,29 @@
|
|
|
1327
1459
|
"requires": {}
|
|
1328
1460
|
}
|
|
1329
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1330
1485
|
{
|
|
1331
1486
|
"name": "electron",
|
|
1332
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1375,7 +1530,7 @@
|
|
|
1375
1530
|
},
|
|
1376
1531
|
{
|
|
1377
1532
|
"name": "emotion",
|
|
1378
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1379
1534
|
"repo": "nuxt-modules/emotion",
|
|
1380
1535
|
"npm": "@nuxtjs/emotion",
|
|
1381
1536
|
"icon": "emotion.png",
|
|
@@ -1403,7 +1558,7 @@
|
|
|
1403
1558
|
},
|
|
1404
1559
|
{
|
|
1405
1560
|
"name": "eslint",
|
|
1406
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1407
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1408
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1409
1564
|
"icon": "eslint.png",
|
|
@@ -1425,7 +1580,7 @@
|
|
|
1425
1580
|
},
|
|
1426
1581
|
{
|
|
1427
1582
|
"name": "event-trace",
|
|
1428
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1429
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1430
1585
|
"npm": "nuxt-event-trace",
|
|
1431
1586
|
"icon": "",
|
|
@@ -1445,6 +1600,29 @@
|
|
|
1445
1600
|
"requires": {}
|
|
1446
1601
|
}
|
|
1447
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1448
1626
|
{
|
|
1449
1627
|
"name": "fathom",
|
|
1450
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1469,7 +1647,7 @@
|
|
|
1469
1647
|
},
|
|
1470
1648
|
{
|
|
1471
1649
|
"name": "feature-toggle",
|
|
1472
|
-
"description": "Feature toggle module for Nuxt
|
|
1650
|
+
"description": "Feature toggle module for Nuxt",
|
|
1473
1651
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1474
1652
|
"npm": "nuxt-feature-toggle",
|
|
1475
1653
|
"icon": "",
|
|
@@ -1536,7 +1714,7 @@
|
|
|
1536
1714
|
},
|
|
1537
1715
|
{
|
|
1538
1716
|
"name": "floating-prompt-module",
|
|
1539
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1717
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1540
1718
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1541
1719
|
"npm": "nuxt-floating-prompt-module",
|
|
1542
1720
|
"icon": "",
|
|
@@ -1648,11 +1826,11 @@
|
|
|
1648
1826
|
{
|
|
1649
1827
|
"name": "form-actions",
|
|
1650
1828
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1651
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1829
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1652
1830
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1653
1831
|
"icon": "form-actions.svg",
|
|
1654
1832
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1655
|
-
"website": "https://
|
|
1833
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1656
1834
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1657
1835
|
"category": "Request",
|
|
1658
1836
|
"type": "3rd-party",
|
|
@@ -1664,7 +1842,7 @@
|
|
|
1664
1842
|
}
|
|
1665
1843
|
],
|
|
1666
1844
|
"compatibility": {
|
|
1667
|
-
"nuxt": "^3.
|
|
1845
|
+
"nuxt": "^3.7.0",
|
|
1668
1846
|
"requires": {}
|
|
1669
1847
|
}
|
|
1670
1848
|
},
|
|
@@ -1742,7 +1920,7 @@
|
|
|
1742
1920
|
},
|
|
1743
1921
|
{
|
|
1744
1922
|
"name": "google-adsense",
|
|
1745
|
-
"description": "Google Adsense Module for Nuxt
|
|
1923
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1746
1924
|
"repo": "nuxt-community/google-adsense-module",
|
|
1747
1925
|
"npm": "@nuxtjs/google-adsense",
|
|
1748
1926
|
"icon": "google-adsense.png",
|
|
@@ -1768,7 +1946,7 @@
|
|
|
1768
1946
|
},
|
|
1769
1947
|
{
|
|
1770
1948
|
"name": "google-analytics",
|
|
1771
|
-
"description": "Google analytics Module for Nuxt
|
|
1949
|
+
"description": "Google analytics Module for Nuxt",
|
|
1772
1950
|
"repo": "nuxt-community/analytics-module",
|
|
1773
1951
|
"npm": "@nuxtjs/google-analytics",
|
|
1774
1952
|
"icon": "google-analytics.png",
|
|
@@ -1800,12 +1978,12 @@
|
|
|
1800
1978
|
},
|
|
1801
1979
|
{
|
|
1802
1980
|
"name": "google-fonts",
|
|
1803
|
-
"description": "Google Fonts module for
|
|
1804
|
-
"repo": "nuxt-
|
|
1981
|
+
"description": "Google Fonts module for Nuxt",
|
|
1982
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1805
1983
|
"npm": "@nuxtjs/google-fonts",
|
|
1806
1984
|
"icon": "google-fonts.png",
|
|
1807
|
-
"github": "https://github.com/nuxt-
|
|
1808
|
-
"website": "https://
|
|
1985
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1986
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1809
1987
|
"learn_more": "https://developers.google.com/fonts",
|
|
1810
1988
|
"category": "Fonts",
|
|
1811
1989
|
"type": "community",
|
|
@@ -1824,7 +2002,7 @@
|
|
|
1824
2002
|
},
|
|
1825
2003
|
{
|
|
1826
2004
|
"name": "google-gtag",
|
|
1827
|
-
"description": "Google GTag for Nuxt
|
|
2005
|
+
"description": "Google GTag for Nuxt",
|
|
1828
2006
|
"repo": "nuxt-community/google-gtag",
|
|
1829
2007
|
"npm": "@nuxtjs/google-gtag",
|
|
1830
2008
|
"icon": "gtm.png",
|
|
@@ -1850,7 +2028,7 @@
|
|
|
1850
2028
|
},
|
|
1851
2029
|
{
|
|
1852
2030
|
"name": "google-optimize",
|
|
1853
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2031
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1854
2032
|
"repo": "nuxt-community/google-optimize-module",
|
|
1855
2033
|
"npm": "nuxt-google-optimize",
|
|
1856
2034
|
"icon": "google-optimize.png",
|
|
@@ -1905,7 +2083,7 @@
|
|
|
1905
2083
|
},
|
|
1906
2084
|
{
|
|
1907
2085
|
"name": "graphql-request",
|
|
1908
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2086
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1909
2087
|
"repo": "gomah/nuxt-graphql-request",
|
|
1910
2088
|
"npm": "nuxt-graphql-request",
|
|
1911
2089
|
"icon": "graphql-request.png",
|
|
@@ -1921,7 +2099,7 @@
|
|
|
1921
2099
|
}
|
|
1922
2100
|
],
|
|
1923
2101
|
"compatibility": {
|
|
1924
|
-
"nuxt": "^2.0.0",
|
|
2102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1925
2103
|
"requires": {}
|
|
1926
2104
|
}
|
|
1927
2105
|
},
|
|
@@ -1944,12 +2122,13 @@
|
|
|
1944
2122
|
],
|
|
1945
2123
|
"compatibility": {
|
|
1946
2124
|
"nuxt": "^3.0.0",
|
|
1947
|
-
"requires": {}
|
|
2125
|
+
"requires": {},
|
|
2126
|
+
"devtools": "^0.0.0"
|
|
1948
2127
|
}
|
|
1949
2128
|
},
|
|
1950
2129
|
{
|
|
1951
2130
|
"name": "gtag",
|
|
1952
|
-
"description": "Google Analytics integration for Nuxt
|
|
2131
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1953
2132
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1954
2133
|
"npm": "nuxt-gtag",
|
|
1955
2134
|
"icon": "gtag.svg",
|
|
@@ -1973,7 +2152,7 @@
|
|
|
1973
2152
|
},
|
|
1974
2153
|
{
|
|
1975
2154
|
"name": "gtm",
|
|
1976
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2155
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1977
2156
|
"repo": "nuxt-community/gtm-module",
|
|
1978
2157
|
"npm": "@nuxtjs/gtm",
|
|
1979
2158
|
"icon": "gtm.png",
|
|
@@ -1996,7 +2175,7 @@
|
|
|
1996
2175
|
},
|
|
1997
2176
|
{
|
|
1998
2177
|
"name": "guess",
|
|
1999
|
-
"description": "Guess.js module for Nuxt
|
|
2178
|
+
"description": "Guess.js module for Nuxt",
|
|
2000
2179
|
"repo": "nuxt-community/guess-module",
|
|
2001
2180
|
"npm": "@nuxtjs/guess-module",
|
|
2002
2181
|
"icon": "guessjs.png",
|
|
@@ -2108,7 +2287,7 @@
|
|
|
2108
2287
|
},
|
|
2109
2288
|
{
|
|
2110
2289
|
"name": "helmet",
|
|
2111
|
-
"description": "Easy Helmet module with Nuxt
|
|
2290
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2112
2291
|
"repo": "victor-perez/nuxt-helmet",
|
|
2113
2292
|
"npm": "nuxt-helmet",
|
|
2114
2293
|
"icon": "",
|
|
@@ -2152,7 +2331,7 @@
|
|
|
2152
2331
|
},
|
|
2153
2332
|
{
|
|
2154
2333
|
"name": "history-state",
|
|
2155
|
-
"description": "Nuxt
|
|
2334
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2156
2335
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2157
2336
|
"npm": "nuxt-history-state",
|
|
2158
2337
|
"icon": "",
|
|
@@ -2221,7 +2400,7 @@
|
|
|
2221
2400
|
},
|
|
2222
2401
|
{
|
|
2223
2402
|
"name": "http",
|
|
2224
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2403
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2225
2404
|
"repo": "nuxt/http",
|
|
2226
2405
|
"npm": "@nuxt/http",
|
|
2227
2406
|
"icon": "http.png",
|
|
@@ -2249,7 +2428,7 @@
|
|
|
2249
2428
|
},
|
|
2250
2429
|
{
|
|
2251
2430
|
"name": "humans-txt",
|
|
2252
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2431
|
+
"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.",
|
|
2253
2432
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2254
2433
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2255
2434
|
"icon": "",
|
|
@@ -2273,11 +2452,11 @@
|
|
|
2273
2452
|
{
|
|
2274
2453
|
"name": "i18n",
|
|
2275
2454
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2276
|
-
"repo": "nuxt-
|
|
2455
|
+
"repo": "nuxt-modules/i18n",
|
|
2277
2456
|
"npm": "@nuxtjs/i18n",
|
|
2278
2457
|
"icon": "i18n.png",
|
|
2279
|
-
"github": "https://github.com/nuxt-
|
|
2280
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2458
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2459
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2281
2460
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2282
2461
|
"category": "Extensions",
|
|
2283
2462
|
"type": "community",
|
|
@@ -2318,6 +2497,29 @@
|
|
|
2318
2497
|
"requires": {}
|
|
2319
2498
|
}
|
|
2320
2499
|
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2508
|
+
"learn_more": "",
|
|
2509
|
+
"category": "UI",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2321
2523
|
{
|
|
2322
2524
|
"name": "icon",
|
|
2323
2525
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2337,7 +2539,8 @@
|
|
|
2337
2539
|
],
|
|
2338
2540
|
"compatibility": {
|
|
2339
2541
|
"nuxt": "^3.0.0",
|
|
2340
|
-
"requires": {}
|
|
2542
|
+
"requires": {},
|
|
2543
|
+
"devtools": "^0.0.0"
|
|
2341
2544
|
}
|
|
2342
2545
|
},
|
|
2343
2546
|
{
|
|
@@ -2386,12 +2589,12 @@
|
|
|
2386
2589
|
},
|
|
2387
2590
|
{
|
|
2388
2591
|
"name": "image",
|
|
2389
|
-
"description": "Optimised images for
|
|
2592
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2390
2593
|
"repo": "nuxt/image",
|
|
2391
2594
|
"npm": "@nuxt/image",
|
|
2392
2595
|
"icon": "image.png",
|
|
2393
2596
|
"github": "https://github.com/nuxt/image",
|
|
2394
|
-
"website": "https://image.
|
|
2597
|
+
"website": "https://image.nuxt.com",
|
|
2395
2598
|
"learn_more": "",
|
|
2396
2599
|
"category": "Images",
|
|
2397
2600
|
"type": "official",
|
|
@@ -2401,6 +2604,11 @@
|
|
|
2401
2604
|
"github": "farnabaz",
|
|
2402
2605
|
"twitter": "a_birang"
|
|
2403
2606
|
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "Daniel Roe",
|
|
2609
|
+
"github": "danielroe",
|
|
2610
|
+
"twitter": "danielcroe"
|
|
2611
|
+
},
|
|
2404
2612
|
{
|
|
2405
2613
|
"name": "Pooya Parsa",
|
|
2406
2614
|
"github": "pi0",
|
|
@@ -2421,7 +2629,7 @@
|
|
|
2421
2629
|
},
|
|
2422
2630
|
{
|
|
2423
2631
|
"name": "imagemin",
|
|
2424
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2632
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2425
2633
|
"repo": "nuxt-community/imagemin-module",
|
|
2426
2634
|
"npm": "@nuxtjs/imagemin",
|
|
2427
2635
|
"icon": "imagemin.png",
|
|
@@ -2468,7 +2676,7 @@
|
|
|
2468
2676
|
},
|
|
2469
2677
|
{
|
|
2470
2678
|
"name": "intercom",
|
|
2471
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2679
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2472
2680
|
"repo": "hex-digital/nuxt-intercom",
|
|
2473
2681
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2474
2682
|
"icon": "intercom.png",
|
|
@@ -2513,7 +2721,7 @@
|
|
|
2513
2721
|
},
|
|
2514
2722
|
{
|
|
2515
2723
|
"name": "jsonapi",
|
|
2516
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2724
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2517
2725
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2518
2726
|
"npm": "nuxt-jsonapi",
|
|
2519
2727
|
"icon": "jsonapi.svg",
|
|
@@ -2555,9 +2763,36 @@
|
|
|
2555
2763
|
"requires": {}
|
|
2556
2764
|
}
|
|
2557
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2558
2793
|
{
|
|
2559
2794
|
"name": "kql",
|
|
2560
|
-
"description": "Nuxt
|
|
2795
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2561
2796
|
"repo": "johannschopplich/nuxt-kql",
|
|
2562
2797
|
"npm": "nuxt-kql",
|
|
2563
2798
|
"icon": "kql.svg",
|
|
@@ -2581,7 +2816,7 @@
|
|
|
2581
2816
|
},
|
|
2582
2817
|
{
|
|
2583
2818
|
"name": "laravel-echo",
|
|
2584
|
-
"description": "Laravel Echo for Nuxt
|
|
2819
|
+
"description": "Laravel Echo for Nuxt",
|
|
2585
2820
|
"repo": "nuxt-community/laravel-echo",
|
|
2586
2821
|
"npm": "@nuxtjs/laravel-echo",
|
|
2587
2822
|
"icon": "laravel-echo.png",
|
|
@@ -2623,6 +2858,28 @@
|
|
|
2623
2858
|
"requires": {}
|
|
2624
2859
|
}
|
|
2625
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "laravel-precognition",
|
|
2863
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
+
"npm": "nuxt-laravel-precognition",
|
|
2866
|
+
"icon": "laravel.svg",
|
|
2867
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "Security",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "sot1986",
|
|
2875
|
+
"github": "sot1986"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"compatibility": {
|
|
2879
|
+
"nuxt": "^3.0.0",
|
|
2880
|
+
"requires": {}
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2626
2883
|
{
|
|
2627
2884
|
"name": "laravel",
|
|
2628
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2669,13 +2926,13 @@
|
|
|
2669
2926
|
},
|
|
2670
2927
|
{
|
|
2671
2928
|
"name": "link-checker",
|
|
2672
|
-
"description": "
|
|
2929
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2673
2930
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2674
2931
|
"npm": "nuxt-link-checker",
|
|
2675
|
-
"icon": "",
|
|
2932
|
+
"icon": "link-checker.svg",
|
|
2676
2933
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2677
|
-
"website": "https://
|
|
2678
|
-
"learn_more": "",
|
|
2934
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2935
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2679
2936
|
"category": "SEO",
|
|
2680
2937
|
"type": "3rd-party",
|
|
2681
2938
|
"maintainers": [
|
|
@@ -2688,7 +2945,8 @@
|
|
|
2688
2945
|
],
|
|
2689
2946
|
"compatibility": {
|
|
2690
2947
|
"nuxt": "^3.0.0",
|
|
2691
|
-
"requires": {}
|
|
2948
|
+
"requires": {},
|
|
2949
|
+
"devtools": "^0.0.0"
|
|
2692
2950
|
}
|
|
2693
2951
|
},
|
|
2694
2952
|
{
|
|
@@ -2765,12 +3023,12 @@
|
|
|
2765
3023
|
},
|
|
2766
3024
|
{
|
|
2767
3025
|
"name": "logrocket",
|
|
2768
|
-
"description": "LogRocket module for Nuxt
|
|
2769
|
-
"repo": "nuxt-
|
|
3026
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3027
|
+
"repo": "nuxt-modules/logrocket",
|
|
2770
3028
|
"npm": "nuxt-logrocket",
|
|
2771
3029
|
"icon": "logrocket.png",
|
|
2772
|
-
"github": "https://github.com/nuxt-
|
|
2773
|
-
"website": "https://github.com/nuxt-
|
|
3030
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3031
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2774
3032
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2775
3033
|
"category": "Monitoring",
|
|
2776
3034
|
"type": "community",
|
|
@@ -2786,9 +3044,35 @@
|
|
|
2786
3044
|
"requires": {}
|
|
2787
3045
|
}
|
|
2788
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "lucide-icons",
|
|
3049
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3050
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3051
|
+
"npm": "nuxt-lucide-icons",
|
|
3052
|
+
"icon": "lucide-icons.svg",
|
|
3053
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3054
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3055
|
+
"learn_more": "",
|
|
3056
|
+
"category": "UI",
|
|
3057
|
+
"type": "3rd-party",
|
|
3058
|
+
"maintainers": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "SWIS",
|
|
3061
|
+
"github": "swisnl"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Jasper Zonneveld",
|
|
3065
|
+
"github": "JaZo"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2789
3073
|
{
|
|
2790
3074
|
"name": "lunr",
|
|
2791
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3075
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2792
3076
|
"repo": "nuxt-community/lunr-module",
|
|
2793
3077
|
"npm": "@nuxtjs/lunr-module",
|
|
2794
3078
|
"icon": "",
|
|
@@ -2876,6 +3160,28 @@
|
|
|
2876
3160
|
"requires": {}
|
|
2877
3161
|
}
|
|
2878
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "maz-ui",
|
|
3165
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
+
"repo": "louismazel/maz-ui",
|
|
3167
|
+
"npm": "maz-ui",
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
3169
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3171
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3172
|
+
"category": "UI",
|
|
3173
|
+
"type": "community",
|
|
3174
|
+
"maintainers": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Loïc Mazuel",
|
|
3177
|
+
"github": "LouisMazel"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
2879
3185
|
{
|
|
2880
3186
|
"name": "mdx",
|
|
2881
3187
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2901,7 +3207,7 @@
|
|
|
2901
3207
|
},
|
|
2902
3208
|
{
|
|
2903
3209
|
"name": "medusa",
|
|
2904
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3210
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2905
3211
|
"repo": "Baroshem/nuxt-medusa",
|
|
2906
3212
|
"npm": "nuxt-medusa",
|
|
2907
3213
|
"icon": "medusa.svg",
|
|
@@ -2926,7 +3232,7 @@
|
|
|
2926
3232
|
},
|
|
2927
3233
|
{
|
|
2928
3234
|
"name": "meilisearch",
|
|
2929
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3235
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2930
3236
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2931
3237
|
"npm": "nuxt-meilisearch",
|
|
2932
3238
|
"icon": "meilisearch.svg",
|
|
@@ -2946,7 +3252,8 @@
|
|
|
2946
3252
|
"nuxt": "^3.0.0",
|
|
2947
3253
|
"requires": {
|
|
2948
3254
|
"bridge": false
|
|
2949
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"devtools": "^0.0.0"
|
|
2950
3257
|
}
|
|
2951
3258
|
},
|
|
2952
3259
|
{
|
|
@@ -2971,28 +3278,6 @@
|
|
|
2971
3278
|
"requires": {}
|
|
2972
3279
|
}
|
|
2973
3280
|
},
|
|
2974
|
-
{
|
|
2975
|
-
"name": "mobile",
|
|
2976
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2977
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2978
|
-
"npm": "nuxt-mobile",
|
|
2979
|
-
"icon": "",
|
|
2980
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2981
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2982
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2983
|
-
"category": "Extensions",
|
|
2984
|
-
"type": "3rd-party",
|
|
2985
|
-
"maintainers": [
|
|
2986
|
-
{
|
|
2987
|
-
"name": "ChanningDefoe",
|
|
2988
|
-
"github": "ChanningDefoe"
|
|
2989
|
-
}
|
|
2990
|
-
],
|
|
2991
|
-
"compatibility": {
|
|
2992
|
-
"nuxt": "^2.0.0",
|
|
2993
|
-
"requires": {}
|
|
2994
|
-
}
|
|
2995
|
-
},
|
|
2996
3281
|
{
|
|
2997
3282
|
"name": "module-feed",
|
|
2998
3283
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3018,7 +3303,7 @@
|
|
|
3018
3303
|
},
|
|
3019
3304
|
{
|
|
3020
3305
|
"name": "moment",
|
|
3021
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3306
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3022
3307
|
"repo": "nuxt-community/moment-module",
|
|
3023
3308
|
"npm": "@nuxtjs/moment",
|
|
3024
3309
|
"icon": "momentjs.png",
|
|
@@ -3045,7 +3330,7 @@
|
|
|
3045
3330
|
},
|
|
3046
3331
|
{
|
|
3047
3332
|
"name": "mq",
|
|
3048
|
-
"description": "vue-mq module for Nuxt.
|
|
3333
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3049
3334
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3050
3335
|
"npm": "nuxt-mq",
|
|
3051
3336
|
"icon": "",
|
|
@@ -3089,7 +3374,7 @@
|
|
|
3089
3374
|
},
|
|
3090
3375
|
{
|
|
3091
3376
|
"name": "netlify-cache",
|
|
3092
|
-
"description": "Nuxt
|
|
3377
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3093
3378
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3094
3379
|
"npm": "nuxt-netlify-cache",
|
|
3095
3380
|
"icon": "netlify.png",
|
|
@@ -3134,7 +3419,7 @@
|
|
|
3134
3419
|
},
|
|
3135
3420
|
{
|
|
3136
3421
|
"name": "netlify",
|
|
3137
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3422
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3138
3423
|
"repo": "bazzite/nuxt-netlify",
|
|
3139
3424
|
"npm": "@aceforth/nuxt-netlify",
|
|
3140
3425
|
"icon": "netlify.png",
|
|
@@ -3249,30 +3534,75 @@
|
|
|
3249
3534
|
}
|
|
3250
3535
|
},
|
|
3251
3536
|
{
|
|
3252
|
-
"name": "nuxt-auth",
|
|
3253
|
-
"description": "",
|
|
3254
|
-
"repo": "
|
|
3255
|
-
"npm": "
|
|
3537
|
+
"name": "nuxt-auth-sanctum",
|
|
3538
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3539
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3540
|
+
"npm": "nuxt-auth-sanctum",
|
|
3541
|
+
"icon": "laravel.svg",
|
|
3542
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3544
|
+
"learn_more": "",
|
|
3545
|
+
"category": "Security",
|
|
3546
|
+
"type": "3rd-party",
|
|
3547
|
+
"maintainers": [
|
|
3548
|
+
{
|
|
3549
|
+
"name": "Artem Manchenkov",
|
|
3550
|
+
"github": "manchenkoff",
|
|
3551
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3552
|
+
}
|
|
3553
|
+
],
|
|
3554
|
+
"compatibility": {
|
|
3555
|
+
"nuxt": "^3.0.0",
|
|
3556
|
+
"requires": {}
|
|
3557
|
+
}
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "nuxt-basic-auth",
|
|
3561
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3562
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3563
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3256
3564
|
"icon": "",
|
|
3257
|
-
"github": "https://github.com/
|
|
3258
|
-
"website": "https://github.com/
|
|
3565
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3566
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3259
3567
|
"learn_more": "",
|
|
3260
|
-
"category": "
|
|
3568
|
+
"category": "Security",
|
|
3261
3569
|
"type": "3rd-party",
|
|
3262
3570
|
"maintainers": [
|
|
3263
3571
|
{
|
|
3264
|
-
"name": "
|
|
3265
|
-
"github": "
|
|
3572
|
+
"name": "kgierke",
|
|
3573
|
+
"github": "kgierke"
|
|
3266
3574
|
}
|
|
3267
3575
|
],
|
|
3268
3576
|
"compatibility": {
|
|
3269
|
-
"nuxt": "^
|
|
3577
|
+
"nuxt": "^3.0.0",
|
|
3578
|
+
"requires": {}
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"name": "nuxt-bootstrap-icons",
|
|
3583
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3584
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3585
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3586
|
+
"icon": "bootstrap-icons.svg",
|
|
3587
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3588
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3589
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3590
|
+
"category": "UI",
|
|
3591
|
+
"type": "3rd-party",
|
|
3592
|
+
"maintainers": [
|
|
3593
|
+
{
|
|
3594
|
+
"name": "OyewoleOyedeji",
|
|
3595
|
+
"github": "OyewoleOyedeji"
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
"compatibility": {
|
|
3599
|
+
"nuxt": "^3.0.0",
|
|
3270
3600
|
"requires": {}
|
|
3271
3601
|
}
|
|
3272
3602
|
},
|
|
3273
3603
|
{
|
|
3274
3604
|
"name": "nuxt-chatgpt",
|
|
3275
|
-
"description": "ChatGPT integration for Nuxt
|
|
3605
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3276
3606
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3277
3607
|
"npm": "nuxt-chatgpt",
|
|
3278
3608
|
"icon": "chatgpt.svg",
|
|
@@ -3293,13 +3623,61 @@
|
|
|
3293
3623
|
}
|
|
3294
3624
|
},
|
|
3295
3625
|
{
|
|
3296
|
-
"name": "nuxt-
|
|
3297
|
-
"description": "
|
|
3298
|
-
"repo": "
|
|
3299
|
-
"npm": "nuxt-
|
|
3300
|
-
"icon": "nuxt-
|
|
3301
|
-
"github": "https://github.com/
|
|
3302
|
-
"website": "https://nuxt-
|
|
3626
|
+
"name": "nuxt-facebook-chat",
|
|
3627
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3628
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3629
|
+
"npm": "nuxt-facebook-chat",
|
|
3630
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3631
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3632
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3633
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Supanut Dokmaithong",
|
|
3639
|
+
"github": "Boomgeek"
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "superdev-tech",
|
|
3643
|
+
"github": "superdev-tech"
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"compatibility": {
|
|
3647
|
+
"nuxt": "^3.0.0",
|
|
3648
|
+
"requires": {}
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "nuxt-feedme",
|
|
3653
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3654
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3655
|
+
"npm": "nuxt-feedme",
|
|
3656
|
+
"icon": "",
|
|
3657
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3658
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3659
|
+
"learn_more": "",
|
|
3660
|
+
"category": "SEO",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "Helltraitor",
|
|
3665
|
+
"github": "helltraitor"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"nuxt": "^3.0.0",
|
|
3670
|
+
"requires": {}
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "nuxt-graphql-middleware",
|
|
3675
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3676
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3677
|
+
"npm": "nuxt-graphql-middleware",
|
|
3678
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3679
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3680
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3303
3681
|
"learn_more": "",
|
|
3304
3682
|
"category": "Request",
|
|
3305
3683
|
"type": "3rd-party",
|
|
@@ -3345,7 +3723,7 @@
|
|
|
3345
3723
|
},
|
|
3346
3724
|
{
|
|
3347
3725
|
"name": "nuxt-gtm",
|
|
3348
|
-
"description": "A Nuxt
|
|
3726
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3349
3727
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3350
3728
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3351
3729
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3362,7 +3740,8 @@
|
|
|
3362
3740
|
],
|
|
3363
3741
|
"compatibility": {
|
|
3364
3742
|
"nuxt": "^3.0.0",
|
|
3365
|
-
"requires": {}
|
|
3743
|
+
"requires": {},
|
|
3744
|
+
"devtools": "^0.0.0"
|
|
3366
3745
|
}
|
|
3367
3746
|
},
|
|
3368
3747
|
{
|
|
@@ -3389,6 +3768,50 @@
|
|
|
3389
3768
|
}
|
|
3390
3769
|
}
|
|
3391
3770
|
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-interpolation",
|
|
3773
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3774
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3775
|
+
"npm": "nuxt-interpolation",
|
|
3776
|
+
"icon": "",
|
|
3777
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3778
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3779
|
+
"learn_more": "",
|
|
3780
|
+
"category": "Devtools",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "daliborgogic",
|
|
3785
|
+
"github": "daliborgogic"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^2.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-jsonld",
|
|
3795
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3796
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3797
|
+
"npm": "nuxt-jsonld",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3800
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "SEO",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "ymmooot",
|
|
3807
|
+
"github": "ymmooot"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3392
3815
|
{
|
|
3393
3816
|
"name": "nuxt-localtunnel",
|
|
3394
3817
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3414,7 +3837,7 @@
|
|
|
3414
3837
|
},
|
|
3415
3838
|
{
|
|
3416
3839
|
"name": "nuxt-loco",
|
|
3417
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3840
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3418
3841
|
"repo": "gaetansenn/nuxt-loco",
|
|
3419
3842
|
"npm": "nuxt-loco",
|
|
3420
3843
|
"icon": "",
|
|
@@ -3435,6 +3858,28 @@
|
|
|
3435
3858
|
"requires": {}
|
|
3436
3859
|
}
|
|
3437
3860
|
},
|
|
3861
|
+
{
|
|
3862
|
+
"name": "nuxt-mail",
|
|
3863
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3864
|
+
"repo": "dword-design/nuxt-mail",
|
|
3865
|
+
"npm": "nuxt-mail",
|
|
3866
|
+
"icon": "",
|
|
3867
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3868
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3869
|
+
"learn_more": "",
|
|
3870
|
+
"category": "Extensions",
|
|
3871
|
+
"type": "3rd-party",
|
|
3872
|
+
"maintainers": [
|
|
3873
|
+
{
|
|
3874
|
+
"name": "Sebastian Landwehr",
|
|
3875
|
+
"github": "dword-design"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"compatibility": {
|
|
3879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3880
|
+
"requires": {}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3438
3883
|
{
|
|
3439
3884
|
"name": "nuxt-mapbox",
|
|
3440
3885
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3457,6 +3902,28 @@
|
|
|
3457
3902
|
"requires": {}
|
|
3458
3903
|
}
|
|
3459
3904
|
},
|
|
3905
|
+
{
|
|
3906
|
+
"name": "nuxt-mdi",
|
|
3907
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3908
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3909
|
+
"npm": "nuxt-mdi",
|
|
3910
|
+
"icon": "mdi.png",
|
|
3911
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3912
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3913
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3914
|
+
"category": "Libraries",
|
|
3915
|
+
"type": "3rd-party",
|
|
3916
|
+
"maintainers": [
|
|
3917
|
+
{
|
|
3918
|
+
"name": "Emil Rosenius",
|
|
3919
|
+
"github": "ERPedersen"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3922
|
+
"compatibility": {
|
|
3923
|
+
"nuxt": "^3.0.0",
|
|
3924
|
+
"requires": {}
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3460
3927
|
{
|
|
3461
3928
|
"name": "nuxt-monaco-editor",
|
|
3462
3929
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3481,7 +3948,7 @@
|
|
|
3481
3948
|
},
|
|
3482
3949
|
{
|
|
3483
3950
|
"name": "nuxt-mongoose",
|
|
3484
|
-
"description": "A Nuxt
|
|
3951
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3485
3952
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3486
3953
|
"npm": "nuxt-mongoose",
|
|
3487
3954
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3496,6 +3963,52 @@
|
|
|
3496
3963
|
"github": "arashsheyda"
|
|
3497
3964
|
}
|
|
3498
3965
|
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"nuxt": "^3.0.0",
|
|
3968
|
+
"requires": {},
|
|
3969
|
+
"devtools": "^0.0.0"
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-openapi-docs-module",
|
|
3974
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
3975
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
3976
|
+
"npm": "nuxt-openapi-docs-module",
|
|
3977
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
3978
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
3979
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
3980
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
3981
|
+
"category": "Libraries",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Pavel Kuzmin",
|
|
3986
|
+
"github": "s00d"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3989
|
+
"compatibility": {
|
|
3990
|
+
"nuxt": "^3.0.0",
|
|
3991
|
+
"requires": {}
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-payload-analyzer",
|
|
3996
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3997
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3998
|
+
"npm": "nuxt-payload-analyzer",
|
|
3999
|
+
"icon": "",
|
|
4000
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4001
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4002
|
+
"learn_more": "",
|
|
4003
|
+
"category": "Performance",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Barbapapazes",
|
|
4008
|
+
"github": "Barbapapazes",
|
|
4009
|
+
"twitter": "soubiran_"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
3499
4012
|
"compatibility": {
|
|
3500
4013
|
"nuxt": "^3.0.0",
|
|
3501
4014
|
"requires": {}
|
|
@@ -3531,8 +4044,8 @@
|
|
|
3531
4044
|
"npm": "nuxt-phosphor-icons",
|
|
3532
4045
|
"icon": "phosphor-icons.svg",
|
|
3533
4046
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3534
|
-
"website": "https://
|
|
3535
|
-
"learn_more": "https://
|
|
4047
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4048
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3536
4049
|
"category": "UI",
|
|
3537
4050
|
"type": "3rd-party",
|
|
3538
4051
|
"maintainers": [
|
|
@@ -3570,7 +4083,7 @@
|
|
|
3570
4083
|
},
|
|
3571
4084
|
{
|
|
3572
4085
|
"name": "plausible",
|
|
3573
|
-
"description": "Nuxt
|
|
4086
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3574
4087
|
"repo": "nuxt-modules/plausible",
|
|
3575
4088
|
"npm": "@nuxtjs/plausible",
|
|
3576
4089
|
"icon": "plausible.png",
|
|
@@ -3592,7 +4105,7 @@
|
|
|
3592
4105
|
},
|
|
3593
4106
|
{
|
|
3594
4107
|
"name": "nuxt-plotly",
|
|
3595
|
-
"description": "nuxt-plotly
|
|
4108
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3596
4109
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3597
4110
|
"npm": "nuxt-plotly",
|
|
3598
4111
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3618,7 +4131,7 @@
|
|
|
3618
4131
|
},
|
|
3619
4132
|
{
|
|
3620
4133
|
"name": "nuxt-png-to-ico",
|
|
3621
|
-
"description": "Nuxt
|
|
4134
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3622
4135
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3623
4136
|
"npm": "nuxt-png-to-ico",
|
|
3624
4137
|
"icon": "",
|
|
@@ -3641,7 +4154,7 @@
|
|
|
3641
4154
|
},
|
|
3642
4155
|
{
|
|
3643
4156
|
"name": "nuxt-smartlook",
|
|
3644
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4157
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3645
4158
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3646
4159
|
"npm": "nuxt-smartlook",
|
|
3647
4160
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3663,6 +4176,28 @@
|
|
|
3663
4176
|
"requires": {}
|
|
3664
4177
|
}
|
|
3665
4178
|
},
|
|
4179
|
+
{
|
|
4180
|
+
"name": "nuxt-social-share",
|
|
4181
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4182
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4183
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4184
|
+
"icon": "nuxt-social-share.png",
|
|
4185
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4186
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4187
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4188
|
+
"category": "Extensions",
|
|
4189
|
+
"type": "3rd-party",
|
|
4190
|
+
"maintainers": [
|
|
4191
|
+
{
|
|
4192
|
+
"name": "stefanobartoletti",
|
|
4193
|
+
"github": "stefanobartoletti"
|
|
4194
|
+
}
|
|
4195
|
+
],
|
|
4196
|
+
"compatibility": {
|
|
4197
|
+
"nuxt": "^3.0.0",
|
|
4198
|
+
"requires": {}
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
3666
4201
|
{
|
|
3667
4202
|
"name": "ssr-lit",
|
|
3668
4203
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3693,7 +4228,7 @@
|
|
|
3693
4228
|
},
|
|
3694
4229
|
{
|
|
3695
4230
|
"name": "nuxt-storm",
|
|
3696
|
-
"description": "WebStorm & PHPStorm support for
|
|
4231
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3697
4232
|
"repo": "fumeapp/nuxt-storm",
|
|
3698
4233
|
"npm": "nuxt-storm",
|
|
3699
4234
|
"icon": "nuxt-storm.png",
|
|
@@ -3737,7 +4272,7 @@
|
|
|
3737
4272
|
},
|
|
3738
4273
|
{
|
|
3739
4274
|
"name": "nuxt-unleash",
|
|
3740
|
-
"description": "Nuxt
|
|
4275
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3741
4276
|
"repo": "conejerock/nuxt-unleash",
|
|
3742
4277
|
"npm": "nuxt-unleash",
|
|
3743
4278
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3757,28 +4292,6 @@
|
|
|
3757
4292
|
"requires": {}
|
|
3758
4293
|
}
|
|
3759
4294
|
},
|
|
3760
|
-
{
|
|
3761
|
-
"name": "nuxt-use-motion",
|
|
3762
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3763
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3764
|
-
"npm": "nuxt-use-motion",
|
|
3765
|
-
"icon": "nuxt-use-motion.svg",
|
|
3766
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3767
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3768
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3769
|
-
"category": "Libraries",
|
|
3770
|
-
"type": "3rd-party",
|
|
3771
|
-
"maintainers": [
|
|
3772
|
-
{
|
|
3773
|
-
"name": "Tahul",
|
|
3774
|
-
"github": "Tahul"
|
|
3775
|
-
}
|
|
3776
|
-
],
|
|
3777
|
-
"compatibility": {
|
|
3778
|
-
"nuxt": "^2.0.0",
|
|
3779
|
-
"requires": {}
|
|
3780
|
-
}
|
|
3781
|
-
},
|
|
3782
4295
|
{
|
|
3783
4296
|
"name": "nuxt-use-sound",
|
|
3784
4297
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3848,20 +4361,64 @@
|
|
|
3848
4361
|
}
|
|
3849
4362
|
},
|
|
3850
4363
|
{
|
|
3851
|
-
"name": "
|
|
3852
|
-
"description": "
|
|
3853
|
-
"repo": "
|
|
3854
|
-
"npm": "
|
|
3855
|
-
"icon": "
|
|
3856
|
-
"github": "https://github.com/
|
|
3857
|
-
"website": "https://
|
|
3858
|
-
"learn_more": "
|
|
3859
|
-
"category": "
|
|
4364
|
+
"name": "Nuxt zodI18n",
|
|
4365
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4366
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4367
|
+
"npm": "nuxt-zod-i18n",
|
|
4368
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4369
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4370
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4371
|
+
"learn_more": "",
|
|
4372
|
+
"category": "Libraries",
|
|
4373
|
+
"type": "3rd-party",
|
|
4374
|
+
"maintainers": [
|
|
4375
|
+
{
|
|
4376
|
+
"name": "xibman",
|
|
4377
|
+
"github": "xibman"
|
|
4378
|
+
}
|
|
4379
|
+
],
|
|
4380
|
+
"compatibility": {
|
|
4381
|
+
"nuxt": "^3.0.0",
|
|
4382
|
+
"requires": {}
|
|
4383
|
+
}
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"name": "nuxt3-interpolation",
|
|
4387
|
+
"description": "",
|
|
4388
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4389
|
+
"npm": "nuxt3-interpolation",
|
|
4390
|
+
"icon": "",
|
|
4391
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4392
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4393
|
+
"learn_more": "",
|
|
4394
|
+
"category": "Devtools",
|
|
4395
|
+
"type": "3rd-party",
|
|
4396
|
+
"maintainers": [
|
|
4397
|
+
{
|
|
4398
|
+
"name": "daliborgogic",
|
|
4399
|
+
"github": "daliborgogic"
|
|
4400
|
+
}
|
|
4401
|
+
],
|
|
4402
|
+
"compatibility": {
|
|
4403
|
+
"nuxt": "^3.0.0",
|
|
4404
|
+
"requires": {}
|
|
4405
|
+
}
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "nuxt3-leaflet",
|
|
4409
|
+
"description": "Leaflet integration with Nuxt",
|
|
4410
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4411
|
+
"npm": "nuxt3-leaflet",
|
|
4412
|
+
"icon": "leaflet.png",
|
|
4413
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4414
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4415
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4416
|
+
"category": "Libraries",
|
|
3860
4417
|
"type": "3rd-party",
|
|
3861
4418
|
"maintainers": [
|
|
3862
4419
|
{
|
|
3863
|
-
"name": "
|
|
3864
|
-
"github": "
|
|
4420
|
+
"name": "Augustin MERCIER",
|
|
4421
|
+
"github": "Gugustinette"
|
|
3865
4422
|
}
|
|
3866
4423
|
],
|
|
3867
4424
|
"compatibility": {
|
|
@@ -3871,7 +4428,7 @@
|
|
|
3871
4428
|
},
|
|
3872
4429
|
{
|
|
3873
4430
|
"name": "nuxt7",
|
|
3874
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4431
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3875
4432
|
"repo": "nuxt-community/nuxt7",
|
|
3876
4433
|
"npm": "nuxt7",
|
|
3877
4434
|
"icon": "",
|
|
@@ -3892,38 +4449,15 @@
|
|
|
3892
4449
|
"requires": {}
|
|
3893
4450
|
}
|
|
3894
4451
|
},
|
|
3895
|
-
{
|
|
3896
|
-
"name": "nuxtlabs-ui",
|
|
3897
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3898
|
-
"repo": "nuxtlabs/ui",
|
|
3899
|
-
"npm": "@nuxthq/ui",
|
|
3900
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3901
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3902
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3903
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3904
|
-
"category": "UI",
|
|
3905
|
-
"type": "3rd-party",
|
|
3906
|
-
"maintainers": [
|
|
3907
|
-
{
|
|
3908
|
-
"name": "Benjamin Canac",
|
|
3909
|
-
"github": "benjamincanac",
|
|
3910
|
-
"twitter": "benjamincanac"
|
|
3911
|
-
}
|
|
3912
|
-
],
|
|
3913
|
-
"compatibility": {
|
|
3914
|
-
"nuxt": "^3.0.0",
|
|
3915
|
-
"requires": {}
|
|
3916
|
-
}
|
|
3917
|
-
},
|
|
3918
4452
|
{
|
|
3919
4453
|
"name": "og-image",
|
|
3920
|
-
"description": "
|
|
4454
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3921
4455
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3922
4456
|
"npm": "nuxt-og-image",
|
|
3923
|
-
"icon": "",
|
|
4457
|
+
"icon": "og-image.svg",
|
|
3924
4458
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3925
|
-
"website": "https://
|
|
3926
|
-
"learn_more": "",
|
|
4459
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4460
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3927
4461
|
"category": "SEO",
|
|
3928
4462
|
"type": "3rd-party",
|
|
3929
4463
|
"maintainers": [
|
|
@@ -3936,7 +4470,8 @@
|
|
|
3936
4470
|
],
|
|
3937
4471
|
"compatibility": {
|
|
3938
4472
|
"nuxt": "^3.0.0",
|
|
3939
|
-
"requires": {}
|
|
4473
|
+
"requires": {},
|
|
4474
|
+
"devtools": "^0.0.0"
|
|
3940
4475
|
}
|
|
3941
4476
|
},
|
|
3942
4477
|
{
|
|
@@ -3964,7 +4499,7 @@
|
|
|
3964
4499
|
},
|
|
3965
4500
|
{
|
|
3966
4501
|
"name": "optimized-images",
|
|
3967
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4502
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3968
4503
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3969
4504
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3970
4505
|
"icon": "",
|
|
@@ -4009,7 +4544,7 @@
|
|
|
4009
4544
|
},
|
|
4010
4545
|
{
|
|
4011
4546
|
"name": "parse",
|
|
4012
|
-
"description": "Parse package for Nuxt
|
|
4547
|
+
"description": "Parse package for Nuxt",
|
|
4013
4548
|
"repo": "cierrateam/nuxt-parse",
|
|
4014
4549
|
"npm": "nuxt-parse",
|
|
4015
4550
|
"icon": "",
|
|
@@ -4029,6 +4564,29 @@
|
|
|
4029
4564
|
"requires": {}
|
|
4030
4565
|
}
|
|
4031
4566
|
},
|
|
4567
|
+
{
|
|
4568
|
+
"name": "particles",
|
|
4569
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4570
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4571
|
+
"npm": "nuxt-particles",
|
|
4572
|
+
"icon": "",
|
|
4573
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4574
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4575
|
+
"learn_more": "https://particles.js.org/",
|
|
4576
|
+
"category": "Libraries",
|
|
4577
|
+
"type": "3rd-party",
|
|
4578
|
+
"maintainers": [
|
|
4579
|
+
{
|
|
4580
|
+
"name": "Joey Pereira",
|
|
4581
|
+
"github": "Joepocalyptic",
|
|
4582
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4583
|
+
}
|
|
4584
|
+
],
|
|
4585
|
+
"compatibility": {
|
|
4586
|
+
"nuxt": "^3.0.0",
|
|
4587
|
+
"requires": {}
|
|
4588
|
+
}
|
|
4589
|
+
},
|
|
4032
4590
|
{
|
|
4033
4591
|
"name": "partytown",
|
|
4034
4592
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4054,6 +4612,28 @@
|
|
|
4054
4612
|
}
|
|
4055
4613
|
}
|
|
4056
4614
|
},
|
|
4615
|
+
{
|
|
4616
|
+
"name": "paypal",
|
|
4617
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4618
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4619
|
+
"npm": "nuxt-paypal",
|
|
4620
|
+
"icon": "paypal.svg",
|
|
4621
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4622
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4623
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4624
|
+
"category": "Payment",
|
|
4625
|
+
"type": "3rd-party",
|
|
4626
|
+
"maintainers": [
|
|
4627
|
+
{
|
|
4628
|
+
"name": "Arash Sheyda",
|
|
4629
|
+
"github": "arashsheyda"
|
|
4630
|
+
}
|
|
4631
|
+
],
|
|
4632
|
+
"compatibility": {
|
|
4633
|
+
"nuxt": "^3.0.0",
|
|
4634
|
+
"requires": {}
|
|
4635
|
+
}
|
|
4636
|
+
},
|
|
4057
4637
|
{
|
|
4058
4638
|
"name": "pdfeasy",
|
|
4059
4639
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4175,7 +4755,7 @@
|
|
|
4175
4755
|
},
|
|
4176
4756
|
{
|
|
4177
4757
|
"name": "plausible",
|
|
4178
|
-
"description": "Nuxt
|
|
4758
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4179
4759
|
"repo": "nuxt-modules/plausible",
|
|
4180
4760
|
"npm": "@nuxtjs/plausible",
|
|
4181
4761
|
"icon": "",
|
|
@@ -4217,9 +4797,56 @@
|
|
|
4217
4797
|
"requires": {}
|
|
4218
4798
|
}
|
|
4219
4799
|
},
|
|
4800
|
+
{
|
|
4801
|
+
"name": "prepare",
|
|
4802
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4803
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4804
|
+
"npm": "nuxt-prepare",
|
|
4805
|
+
"icon": "prepare.svg",
|
|
4806
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4807
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4808
|
+
"learn_more": "",
|
|
4809
|
+
"category": "Devtools",
|
|
4810
|
+
"type": "3rd-party",
|
|
4811
|
+
"maintainers": [
|
|
4812
|
+
{
|
|
4813
|
+
"name": "Johann Schopplich",
|
|
4814
|
+
"github": "johannschopplich",
|
|
4815
|
+
"twitter": "jschopplich",
|
|
4816
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4817
|
+
}
|
|
4818
|
+
],
|
|
4819
|
+
"compatibility": {
|
|
4820
|
+
"nuxt": "^3.0.0",
|
|
4821
|
+
"requires": {}
|
|
4822
|
+
}
|
|
4823
|
+
},
|
|
4824
|
+
{
|
|
4825
|
+
"name": "primevue",
|
|
4826
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4827
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4828
|
+
"npm": "nuxt-primevue",
|
|
4829
|
+
"icon": "primevue.svg",
|
|
4830
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4831
|
+
"website": "https://primevue.org/",
|
|
4832
|
+
"learn_more": "https://primevue.org/",
|
|
4833
|
+
"category": "UI",
|
|
4834
|
+
"type": "3rd-party",
|
|
4835
|
+
"maintainers": [
|
|
4836
|
+
{
|
|
4837
|
+
"name": "primefaces",
|
|
4838
|
+
"github": "primefaces",
|
|
4839
|
+
"twitter": "primevue"
|
|
4840
|
+
}
|
|
4841
|
+
],
|
|
4842
|
+
"compatibility": {
|
|
4843
|
+
"nuxt": "^3.0.0",
|
|
4844
|
+
"requires": {}
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4220
4847
|
{
|
|
4221
4848
|
"name": "prismic",
|
|
4222
|
-
"description": "Easily connect your Nuxt
|
|
4849
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4223
4850
|
"repo": "nuxt-modules/prismic",
|
|
4224
4851
|
"npm": "@nuxtjs/prismic",
|
|
4225
4852
|
"icon": "prismic.png",
|
|
@@ -4286,7 +4913,7 @@
|
|
|
4286
4913
|
},
|
|
4287
4914
|
{
|
|
4288
4915
|
"name": "proxy",
|
|
4289
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4916
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4290
4917
|
"repo": "nuxt-community/proxy-module",
|
|
4291
4918
|
"npm": "@nuxtjs/proxy",
|
|
4292
4919
|
"icon": "",
|
|
@@ -4332,7 +4959,7 @@
|
|
|
4332
4959
|
},
|
|
4333
4960
|
{
|
|
4334
4961
|
"name": "purgecss",
|
|
4335
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4962
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4336
4963
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4337
4964
|
"npm": "nuxt-purgecss",
|
|
4338
4965
|
"icon": "purgecss.png",
|
|
@@ -4354,7 +4981,7 @@
|
|
|
4354
4981
|
},
|
|
4355
4982
|
{
|
|
4356
4983
|
"name": "pwa",
|
|
4357
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4984
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4358
4985
|
"repo": "nuxt-community/pwa-module",
|
|
4359
4986
|
"npm": "@nuxtjs/pwa",
|
|
4360
4987
|
"icon": "pwa.png",
|
|
@@ -4379,7 +5006,7 @@
|
|
|
4379
5006
|
},
|
|
4380
5007
|
{
|
|
4381
5008
|
"name": "python",
|
|
4382
|
-
"description": "Write Nuxt
|
|
5009
|
+
"description": "Write Nuxt applications using Python",
|
|
4383
5010
|
"repo": "nuxt-community/python-module",
|
|
4384
5011
|
"npm": "@nuxtjs/python",
|
|
4385
5012
|
"icon": "python.png",
|
|
@@ -4416,26 +5043,62 @@
|
|
|
4416
5043
|
"github": "Maiquu"
|
|
4417
5044
|
}
|
|
4418
5045
|
],
|
|
5046
|
+
"compatibility": {
|
|
5047
|
+
"nuxt": "^3.0.0",
|
|
5048
|
+
"requires": {},
|
|
5049
|
+
"devtools": "^0.0.0"
|
|
5050
|
+
}
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"name": "radash",
|
|
5054
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5055
|
+
"repo": "bbg/nuxt-radash",
|
|
5056
|
+
"npm": "nuxt-radash",
|
|
5057
|
+
"icon": "radash.png",
|
|
5058
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5059
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5060
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5061
|
+
"category": "Libraries",
|
|
5062
|
+
"type": "3rd-party",
|
|
5063
|
+
"maintainers": [
|
|
5064
|
+
{
|
|
5065
|
+
"name": "Batuhan Göksu",
|
|
5066
|
+
"github": "bbg"
|
|
5067
|
+
}
|
|
5068
|
+
],
|
|
4419
5069
|
"compatibility": {
|
|
4420
5070
|
"nuxt": "^3.0.0",
|
|
4421
5071
|
"requires": {}
|
|
4422
5072
|
}
|
|
4423
5073
|
},
|
|
4424
5074
|
{
|
|
4425
|
-
"name": "
|
|
4426
|
-
"description": "
|
|
4427
|
-
"repo": "
|
|
4428
|
-
"npm": "
|
|
4429
|
-
"icon": "
|
|
4430
|
-
"github": "https://github.com/
|
|
4431
|
-
"website": "https://
|
|
4432
|
-
"learn_more": "https://
|
|
4433
|
-
"category": "
|
|
5075
|
+
"name": "radix-vue",
|
|
5076
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5077
|
+
"repo": "radix-vue/radix-vue",
|
|
5078
|
+
"npm": "radix-vue",
|
|
5079
|
+
"icon": "radix-vue.svg",
|
|
5080
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5081
|
+
"website": "https://www.radix-vue.com/",
|
|
5082
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5083
|
+
"category": "UI",
|
|
4434
5084
|
"type": "3rd-party",
|
|
4435
5085
|
"maintainers": [
|
|
4436
5086
|
{
|
|
4437
|
-
"name": "
|
|
4438
|
-
"github": "
|
|
5087
|
+
"name": "Zernonia",
|
|
5088
|
+
"github": "zernonia",
|
|
5089
|
+
"twitter": "zernonia"
|
|
5090
|
+
},
|
|
5091
|
+
{
|
|
5092
|
+
"name": "Khairul Haaziq",
|
|
5093
|
+
"github": "khairulhaaziq"
|
|
5094
|
+
},
|
|
5095
|
+
{
|
|
5096
|
+
"name": "Mujahid Anuar",
|
|
5097
|
+
"github": "mujahidfa"
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"name": "Max",
|
|
5101
|
+
"github": "onmax"
|
|
4439
5102
|
}
|
|
4440
5103
|
],
|
|
4441
5104
|
"compatibility": {
|
|
@@ -4445,7 +5108,7 @@
|
|
|
4445
5108
|
},
|
|
4446
5109
|
{
|
|
4447
5110
|
"name": "recaptcha",
|
|
4448
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5111
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4449
5112
|
"repo": "nuxt-community/recaptcha-module",
|
|
4450
5113
|
"npm": "@nuxtjs/recaptcha",
|
|
4451
5114
|
"icon": "recaptcha.png",
|
|
@@ -4488,9 +5151,32 @@
|
|
|
4488
5151
|
"requires": {}
|
|
4489
5152
|
}
|
|
4490
5153
|
},
|
|
5154
|
+
{
|
|
5155
|
+
"name": "resend",
|
|
5156
|
+
"description": "Resend integration for Nuxt",
|
|
5157
|
+
"repo": "nhedger/nuxt-resend",
|
|
5158
|
+
"npm": "nuxt-resend",
|
|
5159
|
+
"icon": "resend.svg",
|
|
5160
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5161
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5162
|
+
"learn_more": "https://resend.com",
|
|
5163
|
+
"category": "Extensions",
|
|
5164
|
+
"type": "3rd-party",
|
|
5165
|
+
"maintainers": [
|
|
5166
|
+
{
|
|
5167
|
+
"name": "Nicolas Hedger",
|
|
5168
|
+
"github": "nhedger",
|
|
5169
|
+
"twitter": "nicolashedger"
|
|
5170
|
+
}
|
|
5171
|
+
],
|
|
5172
|
+
"compatibility": {
|
|
5173
|
+
"nuxt": "^3.0.0",
|
|
5174
|
+
"requires": {}
|
|
5175
|
+
}
|
|
5176
|
+
},
|
|
4491
5177
|
{
|
|
4492
5178
|
"name": "rfg-icon",
|
|
4493
|
-
"description": "Nuxt
|
|
5179
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4494
5180
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4495
5181
|
"npm": "nuxt-rfg-icon",
|
|
4496
5182
|
"icon": "real-favicon-generator.png",
|
|
@@ -4512,12 +5198,12 @@
|
|
|
4512
5198
|
},
|
|
4513
5199
|
{
|
|
4514
5200
|
"name": "robots",
|
|
4515
|
-
"description": "A Nuxt
|
|
4516
|
-
"repo": "nuxt-
|
|
5201
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5202
|
+
"repo": "nuxt-modules/robots",
|
|
4517
5203
|
"npm": "@nuxtjs/robots",
|
|
4518
5204
|
"icon": "robots.png",
|
|
4519
|
-
"github": "https://github.com/nuxt-
|
|
4520
|
-
"website": "https://github.com/nuxt-
|
|
5205
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5206
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4521
5207
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4522
5208
|
"category": "SEO",
|
|
4523
5209
|
"type": "community",
|
|
@@ -4536,23 +5222,23 @@
|
|
|
4536
5222
|
},
|
|
4537
5223
|
{
|
|
4538
5224
|
"name": "rollbar",
|
|
4539
|
-
"description": "
|
|
4540
|
-
"repo": "
|
|
4541
|
-
"npm": "nuxt-rollbar
|
|
5225
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5226
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5227
|
+
"npm": "nuxt-rollbar",
|
|
4542
5228
|
"icon": "rollbar.png",
|
|
4543
|
-
"github": "https://github.com/
|
|
4544
|
-
"website": "https://github.com/
|
|
5229
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5230
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4545
5231
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4546
5232
|
"category": "Monitoring",
|
|
4547
5233
|
"type": "3rd-party",
|
|
4548
5234
|
"maintainers": [
|
|
4549
5235
|
{
|
|
4550
|
-
"name": "
|
|
4551
|
-
"github": "
|
|
5236
|
+
"name": "Jairo Blatt",
|
|
5237
|
+
"github": "jairoblatt"
|
|
4552
5238
|
}
|
|
4553
5239
|
],
|
|
4554
5240
|
"compatibility": {
|
|
4555
|
-
"nuxt": "^
|
|
5241
|
+
"nuxt": "^3.0.0",
|
|
4556
5242
|
"requires": {}
|
|
4557
5243
|
}
|
|
4558
5244
|
},
|
|
@@ -4581,7 +5267,7 @@
|
|
|
4581
5267
|
},
|
|
4582
5268
|
{
|
|
4583
5269
|
"name": "router",
|
|
4584
|
-
"description": "Nuxt
|
|
5270
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4585
5271
|
"repo": "nuxt-community/router-module",
|
|
4586
5272
|
"npm": "@nuxtjs/router",
|
|
4587
5273
|
"icon": "vue.png",
|
|
@@ -4629,13 +5315,13 @@
|
|
|
4629
5315
|
},
|
|
4630
5316
|
{
|
|
4631
5317
|
"name": "schema-org",
|
|
4632
|
-
"description": "Schema.org for Nuxt
|
|
4633
|
-
"repo": "
|
|
5318
|
+
"description": "Schema.org for Nuxt.",
|
|
5319
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4634
5320
|
"npm": "nuxt-schema-org",
|
|
4635
5321
|
"icon": "schema-org.svg",
|
|
4636
|
-
"github": "https://github.com/
|
|
4637
|
-
"website": "https://
|
|
4638
|
-
"learn_more": "https://
|
|
5322
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5323
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5324
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4639
5325
|
"category": "SEO",
|
|
4640
5326
|
"type": "3rd-party",
|
|
4641
5327
|
"maintainers": [
|
|
@@ -4698,7 +5384,7 @@
|
|
|
4698
5384
|
},
|
|
4699
5385
|
{
|
|
4700
5386
|
"name": "segment",
|
|
4701
|
-
"description": "Nuxt
|
|
5387
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4702
5388
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4703
5389
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4704
5390
|
"icon": "segment.png",
|
|
@@ -4720,10 +5406,10 @@
|
|
|
4720
5406
|
},
|
|
4721
5407
|
{
|
|
4722
5408
|
"name": "sentry",
|
|
4723
|
-
"description": "Sentry module for Nuxt
|
|
5409
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4724
5410
|
"repo": "nuxt-community/sentry-module",
|
|
4725
5411
|
"npm": "@nuxtjs/sentry",
|
|
4726
|
-
"icon": "sentry.
|
|
5412
|
+
"icon": "sentry.svg",
|
|
4727
5413
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4728
5414
|
"website": "https://sentry.nuxtjs.org/",
|
|
4729
5415
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4740,14 +5426,38 @@
|
|
|
4740
5426
|
"requires": {}
|
|
4741
5427
|
}
|
|
4742
5428
|
},
|
|
5429
|
+
{
|
|
5430
|
+
"name": "seo-experiments",
|
|
5431
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5432
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5433
|
+
"npm": "nuxt-seo-experiments",
|
|
5434
|
+
"icon": "seo-experiments.svg",
|
|
5435
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5436
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5437
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5438
|
+
"category": "SEO",
|
|
5439
|
+
"type": "3rd-party",
|
|
5440
|
+
"maintainers": [
|
|
5441
|
+
{
|
|
5442
|
+
"name": "Harlan Wilton",
|
|
5443
|
+
"github": "harlan-zw",
|
|
5444
|
+
"twitter": "harlan_zw",
|
|
5445
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5446
|
+
}
|
|
5447
|
+
],
|
|
5448
|
+
"compatibility": {
|
|
5449
|
+
"nuxt": "^3.0.0",
|
|
5450
|
+
"requires": {}
|
|
5451
|
+
}
|
|
5452
|
+
},
|
|
4743
5453
|
{
|
|
4744
5454
|
"name": "seo-kit",
|
|
4745
|
-
"description": "
|
|
5455
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4746
5456
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4747
5457
|
"npm": "nuxt-seo-kit",
|
|
4748
5458
|
"icon": "seo-kit.svg",
|
|
4749
5459
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4750
|
-
"website": "https://
|
|
5460
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4751
5461
|
"learn_more": "",
|
|
4752
5462
|
"category": "SEO",
|
|
4753
5463
|
"type": "3rd-party",
|
|
@@ -4787,7 +5497,7 @@
|
|
|
4787
5497
|
},
|
|
4788
5498
|
{
|
|
4789
5499
|
"name": "seomatic-meta",
|
|
4790
|
-
"description": "A Nuxt
|
|
5500
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4791
5501
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4792
5502
|
"npm": "nuxt-seomatic-meta",
|
|
4793
5503
|
"icon": "seomatic.png",
|
|
@@ -4878,7 +5588,7 @@
|
|
|
4878
5588
|
},
|
|
4879
5589
|
{
|
|
4880
5590
|
"name": "shopify",
|
|
4881
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5591
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4882
5592
|
"repo": "Gomah/nuxt-shopify",
|
|
4883
5593
|
"npm": "nuxt-shopify",
|
|
4884
5594
|
"icon": "shopify.png",
|
|
@@ -4899,7 +5609,7 @@
|
|
|
4899
5609
|
}
|
|
4900
5610
|
},
|
|
4901
5611
|
{
|
|
4902
|
-
"name": "
|
|
5612
|
+
"name": "sidebase-auth",
|
|
4903
5613
|
"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.",
|
|
4904
5614
|
"repo": "sidebase/nuxt-auth",
|
|
4905
5615
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4945,13 +5655,13 @@
|
|
|
4945
5655
|
},
|
|
4946
5656
|
{
|
|
4947
5657
|
"name": "simple-robots",
|
|
4948
|
-
"description": "
|
|
5658
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4949
5659
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4950
5660
|
"npm": "nuxt-simple-robots",
|
|
4951
|
-
"icon": "",
|
|
5661
|
+
"icon": "simple-robots.svg",
|
|
4952
5662
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4953
|
-
"website": "https://
|
|
4954
|
-
"learn_more": "",
|
|
5663
|
+
"website": "https://nuxtseo.com/robots",
|
|
5664
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4955
5665
|
"category": "SEO",
|
|
4956
5666
|
"type": "3rd-party",
|
|
4957
5667
|
"maintainers": [
|
|
@@ -4969,13 +5679,13 @@
|
|
|
4969
5679
|
},
|
|
4970
5680
|
{
|
|
4971
5681
|
"name": "simple-sitemap",
|
|
4972
|
-
"description": "
|
|
5682
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4973
5683
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4974
5684
|
"npm": "nuxt-simple-sitemap",
|
|
4975
|
-
"icon": "",
|
|
5685
|
+
"icon": "simple-sitemap.svg",
|
|
4976
5686
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4977
|
-
"website": "https://
|
|
4978
|
-
"learn_more": "",
|
|
5687
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5688
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4979
5689
|
"category": "SEO",
|
|
4980
5690
|
"type": "3rd-party",
|
|
4981
5691
|
"maintainers": [
|
|
@@ -4993,7 +5703,7 @@
|
|
|
4993
5703
|
},
|
|
4994
5704
|
{
|
|
4995
5705
|
"name": "sitemap",
|
|
4996
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5706
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4997
5707
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4998
5708
|
"npm": "@nuxtjs/sitemap",
|
|
4999
5709
|
"icon": "",
|
|
@@ -5038,7 +5748,7 @@
|
|
|
5038
5748
|
},
|
|
5039
5749
|
{
|
|
5040
5750
|
"name": "snipcart",
|
|
5041
|
-
"description": "Snipcart integration module for Nuxt
|
|
5751
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5042
5752
|
"repo": "nuxt-modules/snipcart",
|
|
5043
5753
|
"npm": "@nuxtjs/snipcart",
|
|
5044
5754
|
"icon": "snipcart.png",
|
|
@@ -5061,7 +5771,7 @@
|
|
|
5061
5771
|
},
|
|
5062
5772
|
{
|
|
5063
5773
|
"name": "social-meta",
|
|
5064
|
-
"description": "Nuxt
|
|
5774
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5065
5775
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5066
5776
|
"npm": "nuxt-social-meta",
|
|
5067
5777
|
"icon": "",
|
|
@@ -5183,7 +5893,7 @@
|
|
|
5183
5893
|
},
|
|
5184
5894
|
{
|
|
5185
5895
|
"name": "storage",
|
|
5186
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5896
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5187
5897
|
"repo": "mazipan/nuxt-storage",
|
|
5188
5898
|
"npm": "nuxt-storage",
|
|
5189
5899
|
"icon": "",
|
|
@@ -5205,7 +5915,7 @@
|
|
|
5205
5915
|
},
|
|
5206
5916
|
{
|
|
5207
5917
|
"name": "storefront-ui",
|
|
5208
|
-
"description": "Storefront UI Module for Nuxt
|
|
5918
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5209
5919
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5210
5920
|
"npm": "@storefront-ui/nuxt",
|
|
5211
5921
|
"icon": "storefront-ui.svg",
|
|
@@ -5249,7 +5959,7 @@
|
|
|
5249
5959
|
},
|
|
5250
5960
|
{
|
|
5251
5961
|
"name": "storyblok",
|
|
5252
|
-
"description": "Storyblok Nuxt
|
|
5962
|
+
"description": "Storyblok Nuxt module",
|
|
5253
5963
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5254
5964
|
"npm": "@storyblok/nuxt",
|
|
5255
5965
|
"icon": "storyblok.png",
|
|
@@ -5266,46 +5976,43 @@
|
|
|
5266
5976
|
],
|
|
5267
5977
|
"compatibility": {
|
|
5268
5978
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5269
|
-
"requires": {}
|
|
5979
|
+
"requires": {},
|
|
5980
|
+
"devtools": "^0.0.0"
|
|
5270
5981
|
}
|
|
5271
5982
|
},
|
|
5272
5983
|
{
|
|
5273
5984
|
"name": "storybook",
|
|
5274
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5275
|
-
"repo": "nuxt-
|
|
5985
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5986
|
+
"repo": "nuxt-modules/storybook",
|
|
5276
5987
|
"npm": "@nuxtjs/storybook",
|
|
5277
5988
|
"icon": "storybook.png",
|
|
5278
|
-
"github": "https://github.com/nuxt-
|
|
5989
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5279
5990
|
"website": "https://storybook.nuxtjs.org",
|
|
5280
|
-
"learn_more": "https://
|
|
5991
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5281
5992
|
"category": "Devtools",
|
|
5282
5993
|
"type": "community",
|
|
5283
5994
|
"maintainers": [
|
|
5284
5995
|
{
|
|
5285
|
-
"name": "
|
|
5286
|
-
"github": "
|
|
5287
|
-
"twitter": "
|
|
5288
|
-
},
|
|
5289
|
-
{
|
|
5290
|
-
"name": "Pooya Parsa",
|
|
5291
|
-
"github": "pi0",
|
|
5292
|
-
"twitter": "_pi0_"
|
|
5996
|
+
"name": "Chakir QATAB",
|
|
5997
|
+
"github": "chakAs3",
|
|
5998
|
+
"twitter": "ChakirQatab"
|
|
5293
5999
|
}
|
|
5294
6000
|
],
|
|
5295
6001
|
"compatibility": {
|
|
5296
|
-
"nuxt": "^2.0.0",
|
|
6002
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5297
6003
|
"requires": {
|
|
5298
6004
|
"bridge": "optional"
|
|
5299
|
-
}
|
|
6005
|
+
},
|
|
6006
|
+
"devtools": "^0.7.2"
|
|
5300
6007
|
}
|
|
5301
6008
|
},
|
|
5302
6009
|
{
|
|
5303
6010
|
"name": "strapi",
|
|
5304
6011
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5305
|
-
"repo": "nuxt-
|
|
6012
|
+
"repo": "nuxt-modules/strapi",
|
|
5306
6013
|
"npm": "@nuxtjs/strapi",
|
|
5307
6014
|
"icon": "strapi.png",
|
|
5308
|
-
"github": "https://github.com/nuxt-
|
|
6015
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5309
6016
|
"website": "https://strapi.nuxtjs.org",
|
|
5310
6017
|
"learn_more": "https://strapi.io/",
|
|
5311
6018
|
"category": "CMS",
|
|
@@ -5326,7 +6033,8 @@
|
|
|
5326
6033
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5327
6034
|
"requires": {
|
|
5328
6035
|
"bridge": true
|
|
5329
|
-
}
|
|
6036
|
+
},
|
|
6037
|
+
"devtools": "^0.0.0"
|
|
5330
6038
|
}
|
|
5331
6039
|
},
|
|
5332
6040
|
{
|
|
@@ -5377,6 +6085,36 @@
|
|
|
5377
6085
|
"requires": {}
|
|
5378
6086
|
}
|
|
5379
6087
|
},
|
|
6088
|
+
{
|
|
6089
|
+
"name": "studio",
|
|
6090
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6091
|
+
"repo": "nuxtlabs/studio-module",
|
|
6092
|
+
"npm": "@nuxthq/studio",
|
|
6093
|
+
"icon": "studio.svg",
|
|
6094
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6095
|
+
"website": "https://nuxt.studio",
|
|
6096
|
+
"learn_more": "https://nuxt.studio",
|
|
6097
|
+
"category": "CMS",
|
|
6098
|
+
"type": "3rd-party",
|
|
6099
|
+
"maintainers": [
|
|
6100
|
+
{
|
|
6101
|
+
"name": "Ahad Birang",
|
|
6102
|
+
"github": "farnabaz",
|
|
6103
|
+
"twitter": "a_birang"
|
|
6104
|
+
},
|
|
6105
|
+
{
|
|
6106
|
+
"name": "Sébastien Chopin",
|
|
6107
|
+
"github": "Atinux",
|
|
6108
|
+
"twitter": "Atinux"
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6111
|
+
"compatibility": {
|
|
6112
|
+
"nuxt": "^3.0.0",
|
|
6113
|
+
"requires": {
|
|
6114
|
+
"content": true
|
|
6115
|
+
}
|
|
6116
|
+
}
|
|
6117
|
+
},
|
|
5380
6118
|
{
|
|
5381
6119
|
"name": "style-resources",
|
|
5382
6120
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5402,7 +6140,7 @@
|
|
|
5402
6140
|
},
|
|
5403
6141
|
{
|
|
5404
6142
|
"name": "stylelint",
|
|
5405
|
-
"description": "Stylelint module for Nuxt.
|
|
6143
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5406
6144
|
"repo": "nuxt-community/stylelint-module",
|
|
5407
6145
|
"npm": "@nuxtjs/stylelint-module",
|
|
5408
6146
|
"icon": "stylelint.png",
|
|
@@ -5448,10 +6186,10 @@
|
|
|
5448
6186
|
{
|
|
5449
6187
|
"name": "supabase",
|
|
5450
6188
|
"description": "First class integration with Supabase",
|
|
5451
|
-
"repo": "nuxt-
|
|
6189
|
+
"repo": "nuxt-modules/supabase",
|
|
5452
6190
|
"npm": "@nuxtjs/supabase",
|
|
5453
6191
|
"icon": "supabase.png",
|
|
5454
|
-
"github": "https://github.com/nuxt-
|
|
6192
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5455
6193
|
"website": "https://supabase.nuxtjs.org",
|
|
5456
6194
|
"learn_more": "https://supabase.com",
|
|
5457
6195
|
"category": "Database",
|
|
@@ -5502,12 +6240,12 @@
|
|
|
5502
6240
|
},
|
|
5503
6241
|
{
|
|
5504
6242
|
"name": "svg-sprite",
|
|
5505
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5506
|
-
"repo": "nuxt-
|
|
6243
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6244
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5507
6245
|
"npm": "@nuxtjs/svg-sprite",
|
|
5508
6246
|
"icon": "",
|
|
5509
|
-
"github": "https://github.com/nuxt-
|
|
5510
|
-
"website": "https://github.com/nuxt-
|
|
6247
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6248
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5511
6249
|
"learn_more": "",
|
|
5512
6250
|
"category": "UI",
|
|
5513
6251
|
"type": "community",
|
|
@@ -5519,13 +6257,13 @@
|
|
|
5519
6257
|
}
|
|
5520
6258
|
],
|
|
5521
6259
|
"compatibility": {
|
|
5522
|
-
"nuxt": "^2.0.0",
|
|
6260
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5523
6261
|
"requires": {}
|
|
5524
6262
|
}
|
|
5525
6263
|
},
|
|
5526
6264
|
{
|
|
5527
6265
|
"name": "svg",
|
|
5528
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6266
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5529
6267
|
"repo": "nuxt-community/svg-module",
|
|
5530
6268
|
"npm": "@nuxtjs/svg",
|
|
5531
6269
|
"icon": "",
|
|
@@ -5569,7 +6307,7 @@
|
|
|
5569
6307
|
},
|
|
5570
6308
|
{
|
|
5571
6309
|
"name": "swiper",
|
|
5572
|
-
"description": "Nuxt
|
|
6310
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5573
6311
|
"repo": "cpreston321/nuxt-swiper",
|
|
5574
6312
|
"npm": "nuxt-swiper",
|
|
5575
6313
|
"icon": "swiper.svg",
|
|
@@ -5615,10 +6353,10 @@
|
|
|
5615
6353
|
{
|
|
5616
6354
|
"name": "tailwindcss",
|
|
5617
6355
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5618
|
-
"repo": "nuxt-
|
|
6356
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5619
6357
|
"npm": "@nuxtjs/tailwindcss",
|
|
5620
6358
|
"icon": "tailwindcss.png",
|
|
5621
|
-
"github": "https://github.com/nuxt-
|
|
6359
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5622
6360
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5623
6361
|
"learn_more": "https://tailwindcss.com/",
|
|
5624
6362
|
"category": "UI",
|
|
@@ -5628,11 +6366,16 @@
|
|
|
5628
6366
|
"name": "Sébastien Chopin",
|
|
5629
6367
|
"github": "Atinux",
|
|
5630
6368
|
"twitter": "Atinux"
|
|
6369
|
+
},
|
|
6370
|
+
{
|
|
6371
|
+
"name": "Inesh Bose",
|
|
6372
|
+
"github": "ineshbose"
|
|
5631
6373
|
}
|
|
5632
6374
|
],
|
|
5633
6375
|
"compatibility": {
|
|
5634
6376
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5635
|
-
"requires": {}
|
|
6377
|
+
"requires": {},
|
|
6378
|
+
"devtools": "^0.0.0"
|
|
5636
6379
|
}
|
|
5637
6380
|
},
|
|
5638
6381
|
{
|
|
@@ -5680,9 +6423,31 @@
|
|
|
5680
6423
|
"requires": {}
|
|
5681
6424
|
}
|
|
5682
6425
|
},
|
|
6426
|
+
{
|
|
6427
|
+
"name": "tiptap",
|
|
6428
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6429
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6430
|
+
"npm": "nuxt-tiptap-editor",
|
|
6431
|
+
"icon": "tiptap.png",
|
|
6432
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6433
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6434
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6435
|
+
"category": "Libraries",
|
|
6436
|
+
"type": "3rd-party",
|
|
6437
|
+
"maintainers": [
|
|
6438
|
+
{
|
|
6439
|
+
"name": "modbender",
|
|
6440
|
+
"github": "modbender"
|
|
6441
|
+
}
|
|
6442
|
+
],
|
|
6443
|
+
"compatibility": {
|
|
6444
|
+
"nuxt": "^3.0.0",
|
|
6445
|
+
"requires": {}
|
|
6446
|
+
}
|
|
6447
|
+
},
|
|
5683
6448
|
{
|
|
5684
6449
|
"name": "toast",
|
|
5685
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6450
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5686
6451
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5687
6452
|
"npm": "@nuxtjs/toast",
|
|
5688
6453
|
"icon": "",
|
|
@@ -5703,6 +6468,28 @@
|
|
|
5703
6468
|
"requires": {}
|
|
5704
6469
|
}
|
|
5705
6470
|
},
|
|
6471
|
+
{
|
|
6472
|
+
"name": "translation-manager",
|
|
6473
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6474
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6475
|
+
"npm": "nuxt-translation-manager",
|
|
6476
|
+
"icon": "translation-manager.png",
|
|
6477
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6478
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6479
|
+
"learn_more": "",
|
|
6480
|
+
"category": "Extensions",
|
|
6481
|
+
"type": "3rd-party",
|
|
6482
|
+
"maintainers": [
|
|
6483
|
+
{
|
|
6484
|
+
"name": "Sam K",
|
|
6485
|
+
"github": "samk-dev"
|
|
6486
|
+
}
|
|
6487
|
+
],
|
|
6488
|
+
"compatibility": {
|
|
6489
|
+
"nuxt": "^3.0.0",
|
|
6490
|
+
"requires": {}
|
|
6491
|
+
}
|
|
6492
|
+
},
|
|
5706
6493
|
{
|
|
5707
6494
|
"name": "tresjs",
|
|
5708
6495
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -5763,7 +6550,7 @@
|
|
|
5763
6550
|
},
|
|
5764
6551
|
{
|
|
5765
6552
|
"name": "twa",
|
|
5766
|
-
"description": "Nuxt
|
|
6553
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5767
6554
|
"repo": "tuarrep/nuxt-twa",
|
|
5768
6555
|
"npm": "nuxt-twa",
|
|
5769
6556
|
"icon": "",
|
|
@@ -5951,6 +6738,63 @@
|
|
|
5951
6738
|
"requires": {}
|
|
5952
6739
|
}
|
|
5953
6740
|
},
|
|
6741
|
+
{
|
|
6742
|
+
"name": "typo3",
|
|
6743
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6744
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6745
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6746
|
+
"icon": "typo3.svg",
|
|
6747
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6748
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6749
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6750
|
+
"category": "CMS",
|
|
6751
|
+
"type": "3rd-party",
|
|
6752
|
+
"maintainers": [
|
|
6753
|
+
{
|
|
6754
|
+
"name": "Macopedia",
|
|
6755
|
+
"github": "macopedia",
|
|
6756
|
+
"twitter": "macopediapl"
|
|
6757
|
+
}
|
|
6758
|
+
],
|
|
6759
|
+
"compatibility": {
|
|
6760
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6761
|
+
"requires": {},
|
|
6762
|
+
"devtools": "^0.0.0"
|
|
6763
|
+
}
|
|
6764
|
+
},
|
|
6765
|
+
{
|
|
6766
|
+
"name": "ui",
|
|
6767
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6768
|
+
"repo": "nuxt/ui#dev",
|
|
6769
|
+
"npm": "@nuxt/ui",
|
|
6770
|
+
"icon": "nuxt.svg",
|
|
6771
|
+
"github": "https://github.com/nuxt/ui",
|
|
6772
|
+
"website": "https://ui.nuxt.com",
|
|
6773
|
+
"learn_more": "",
|
|
6774
|
+
"category": "UI",
|
|
6775
|
+
"type": "official",
|
|
6776
|
+
"maintainers": [
|
|
6777
|
+
{
|
|
6778
|
+
"name": "Benjamin Canac",
|
|
6779
|
+
"github": "benjamincanac",
|
|
6780
|
+
"twitter": "benjamincanac"
|
|
6781
|
+
},
|
|
6782
|
+
{
|
|
6783
|
+
"name": "Sebastien Chopin",
|
|
6784
|
+
"github": "Atinux",
|
|
6785
|
+
"twitter": "Atinux"
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"name": "Sylvain Marroufin",
|
|
6789
|
+
"github": "smarroufin",
|
|
6790
|
+
"twitter": "smarroufin"
|
|
6791
|
+
}
|
|
6792
|
+
],
|
|
6793
|
+
"compatibility": {
|
|
6794
|
+
"nuxt": "^3.0.0",
|
|
6795
|
+
"requires": {}
|
|
6796
|
+
}
|
|
6797
|
+
},
|
|
5954
6798
|
{
|
|
5955
6799
|
"name": "umami",
|
|
5956
6800
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5999,7 +6843,7 @@
|
|
|
5999
6843
|
},
|
|
6000
6844
|
{
|
|
6001
6845
|
"name": "universal-storage",
|
|
6002
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6846
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6003
6847
|
"repo": "nuxt-community/universal-storage-module",
|
|
6004
6848
|
"npm": "@nuxtjs/universal-storage",
|
|
6005
6849
|
"icon": "",
|
|
@@ -6076,12 +6920,12 @@
|
|
|
6076
6920
|
{
|
|
6077
6921
|
"name": "unocss",
|
|
6078
6922
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6079
|
-
"repo": "
|
|
6923
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6080
6924
|
"npm": "@unocss/nuxt",
|
|
6081
6925
|
"icon": "unocss.svg",
|
|
6082
|
-
"github": "https://github.com/
|
|
6083
|
-
"website": "https://github.com/
|
|
6084
|
-
"learn_more": "https://github.com/
|
|
6926
|
+
"github": "https://github.com/unocss/unocss",
|
|
6927
|
+
"website": "https://github.com/unocss/unocss",
|
|
6928
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6085
6929
|
"category": "UI",
|
|
6086
6930
|
"type": "3rd-party",
|
|
6087
6931
|
"maintainers": [
|
|
@@ -6096,7 +6940,8 @@
|
|
|
6096
6940
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6097
6941
|
"requires": {
|
|
6098
6942
|
"bridge": "optional"
|
|
6099
|
-
}
|
|
6943
|
+
},
|
|
6944
|
+
"devtools": "^0.0.0"
|
|
6100
6945
|
}
|
|
6101
6946
|
},
|
|
6102
6947
|
{
|
|
@@ -6122,9 +6967,33 @@
|
|
|
6122
6967
|
"requires": {}
|
|
6123
6968
|
}
|
|
6124
6969
|
},
|
|
6970
|
+
{
|
|
6971
|
+
"name": "use-wagmi",
|
|
6972
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6973
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6974
|
+
"npm": "@use-wagmi/nuxt",
|
|
6975
|
+
"icon": "use-wagmi.png",
|
|
6976
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6977
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6978
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6979
|
+
"category": "Extensions",
|
|
6980
|
+
"type": "3rd-party",
|
|
6981
|
+
"maintainers": [
|
|
6982
|
+
{
|
|
6983
|
+
"name": "Unic Ape",
|
|
6984
|
+
"github": "unicape"
|
|
6985
|
+
}
|
|
6986
|
+
],
|
|
6987
|
+
"compatibility": {
|
|
6988
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6989
|
+
"requires": {
|
|
6990
|
+
"bridge": true
|
|
6991
|
+
}
|
|
6992
|
+
}
|
|
6993
|
+
},
|
|
6125
6994
|
{
|
|
6126
6995
|
"name": "user-agent",
|
|
6127
|
-
"description": "Nuxt
|
|
6996
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6128
6997
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6129
6998
|
"npm": "nuxt-user-agent",
|
|
6130
6999
|
"icon": "",
|
|
@@ -6214,9 +7083,31 @@
|
|
|
6214
7083
|
}
|
|
6215
7084
|
}
|
|
6216
7085
|
},
|
|
7086
|
+
{
|
|
7087
|
+
"name": "vcalendar",
|
|
7088
|
+
"description": "VCalendar module for Nuxt",
|
|
7089
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7090
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7091
|
+
"icon": "vcalendar.png",
|
|
7092
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7093
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7094
|
+
"learn_more": "",
|
|
7095
|
+
"category": "Libraries",
|
|
7096
|
+
"type": "3rd-party",
|
|
7097
|
+
"maintainers": [
|
|
7098
|
+
{
|
|
7099
|
+
"name": "Sam K",
|
|
7100
|
+
"github": "samk-dev"
|
|
7101
|
+
}
|
|
7102
|
+
],
|
|
7103
|
+
"compatibility": {
|
|
7104
|
+
"nuxt": "^3.0.0",
|
|
7105
|
+
"requires": {}
|
|
7106
|
+
}
|
|
7107
|
+
},
|
|
6217
7108
|
{
|
|
6218
7109
|
"name": "vee-validate",
|
|
6219
|
-
"description": "Painless Vue forms for Nuxt
|
|
7110
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6220
7111
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6221
7112
|
"npm": "@vee-validate/nuxt",
|
|
6222
7113
|
"icon": "vee-validate.png",
|
|
@@ -6306,7 +7197,7 @@
|
|
|
6306
7197
|
},
|
|
6307
7198
|
{
|
|
6308
7199
|
"name": "vite-pwa-nuxt",
|
|
6309
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7200
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6310
7201
|
"repo": "vite-pwa/nuxt",
|
|
6311
7202
|
"npm": "@vite-pwa/nuxt",
|
|
6312
7203
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6355,18 +7246,19 @@
|
|
|
6355
7246
|
],
|
|
6356
7247
|
"compatibility": {
|
|
6357
7248
|
"nuxt": "^3.0.0",
|
|
6358
|
-
"requires": {}
|
|
7249
|
+
"requires": {},
|
|
7250
|
+
"devtools": "^0.0.0"
|
|
6359
7251
|
}
|
|
6360
7252
|
},
|
|
6361
7253
|
{
|
|
6362
7254
|
"name": "vue-email",
|
|
6363
|
-
"description": "Write email templates with vue",
|
|
6364
|
-
"repo": "
|
|
6365
|
-
"npm": "vue-email",
|
|
7255
|
+
"description": "💌 Write email templates with vue",
|
|
7256
|
+
"repo": "vue-email/nuxt",
|
|
7257
|
+
"npm": "@vue-email/nuxt",
|
|
6366
7258
|
"icon": "vue-email.svg",
|
|
6367
|
-
"github": "https://github.com/
|
|
6368
|
-
"website": "https://
|
|
6369
|
-
"learn_more": "https://
|
|
7259
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7260
|
+
"website": "https://vuemail.net/",
|
|
7261
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6370
7262
|
"category": "UI",
|
|
6371
7263
|
"type": "3rd-party",
|
|
6372
7264
|
"maintainers": [
|
|
@@ -6383,6 +7275,30 @@
|
|
|
6383
7275
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6384
7276
|
}
|
|
6385
7277
|
],
|
|
7278
|
+
"compatibility": {
|
|
7279
|
+
"nuxt": "^3.0.0",
|
|
7280
|
+
"requires": {},
|
|
7281
|
+
"devtools": "^0.0.0"
|
|
7282
|
+
}
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"name": "vue-final-modal",
|
|
7286
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7287
|
+
"repo": "vue-final/vue-final-modal",
|
|
7288
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7289
|
+
"icon": "vue-final-modal.svg",
|
|
7290
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7291
|
+
"website": "https://vue-final-modal.org/",
|
|
7292
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7293
|
+
"category": "UI",
|
|
7294
|
+
"type": "3rd-party",
|
|
7295
|
+
"maintainers": [
|
|
7296
|
+
{
|
|
7297
|
+
"name": "Hunter Liu",
|
|
7298
|
+
"github": "hunterliu1003",
|
|
7299
|
+
"twitter": "hunterliu1003"
|
|
7300
|
+
}
|
|
7301
|
+
],
|
|
6386
7302
|
"compatibility": {
|
|
6387
7303
|
"nuxt": "^3.0.0",
|
|
6388
7304
|
"requires": {}
|
|
@@ -6410,7 +7326,8 @@
|
|
|
6410
7326
|
"nuxt": "^3.0.0",
|
|
6411
7327
|
"requires": {
|
|
6412
7328
|
"bridge": "optional"
|
|
6413
|
-
}
|
|
7329
|
+
},
|
|
7330
|
+
"devtools": "^0.0.0"
|
|
6414
7331
|
}
|
|
6415
7332
|
},
|
|
6416
7333
|
{
|
|
@@ -6437,7 +7354,7 @@
|
|
|
6437
7354
|
},
|
|
6438
7355
|
{
|
|
6439
7356
|
"name": "vue-multiselect",
|
|
6440
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7357
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6441
7358
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6442
7359
|
"npm": "nuxt-vue-multiselect",
|
|
6443
7360
|
"icon": "",
|
|
@@ -6551,7 +7468,7 @@
|
|
|
6551
7468
|
},
|
|
6552
7469
|
{
|
|
6553
7470
|
"name": "vue-warehouse",
|
|
6554
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7471
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6555
7472
|
"repo": "juliomrqz/vue-warehouse",
|
|
6556
7473
|
"npm": "vue-warehouse",
|
|
6557
7474
|
"icon": "",
|
|
@@ -6574,7 +7491,7 @@
|
|
|
6574
7491
|
},
|
|
6575
7492
|
{
|
|
6576
7493
|
"name": "vue3-carousel-nuxt",
|
|
6577
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7494
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6578
7495
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6579
7496
|
"npm": "vue3-carousel-nuxt",
|
|
6580
7497
|
"icon": "",
|
|
@@ -6617,9 +7534,55 @@
|
|
|
6617
7534
|
"requires": {}
|
|
6618
7535
|
}
|
|
6619
7536
|
},
|
|
7537
|
+
{
|
|
7538
|
+
"name": "vueform-builder",
|
|
7539
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7540
|
+
"repo": "vueform/builder/nuxt",
|
|
7541
|
+
"npm": "@vueform/builder-nuxt",
|
|
7542
|
+
"icon": "vueform.svg",
|
|
7543
|
+
"github": "https://github.com/vueform/builder",
|
|
7544
|
+
"website": "https://builder.vueform.com",
|
|
7545
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7546
|
+
"category": "Libraries",
|
|
7547
|
+
"type": "3rd-party",
|
|
7548
|
+
"maintainers": [
|
|
7549
|
+
{
|
|
7550
|
+
"name": "Adam Berecz",
|
|
7551
|
+
"github": "adamberecz",
|
|
7552
|
+
"twitter": "bereczadam"
|
|
7553
|
+
}
|
|
7554
|
+
],
|
|
7555
|
+
"compatibility": {
|
|
7556
|
+
"nuxt": "^3.0.0",
|
|
7557
|
+
"requires": {}
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
7560
|
+
{
|
|
7561
|
+
"name": "vueform",
|
|
7562
|
+
"description": "Official Vueform module for Nuxt",
|
|
7563
|
+
"repo": "vueform/vueform/nuxt",
|
|
7564
|
+
"npm": "@vueform/nuxt",
|
|
7565
|
+
"icon": "vueform.svg",
|
|
7566
|
+
"github": "https://github.com/vueform/vueform",
|
|
7567
|
+
"website": "https://vueform.com",
|
|
7568
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7569
|
+
"category": "Libraries",
|
|
7570
|
+
"type": "3rd-party",
|
|
7571
|
+
"maintainers": [
|
|
7572
|
+
{
|
|
7573
|
+
"name": "Adam Berecz",
|
|
7574
|
+
"github": "adamberecz",
|
|
7575
|
+
"twitter": "bereczadam"
|
|
7576
|
+
}
|
|
7577
|
+
],
|
|
7578
|
+
"compatibility": {
|
|
7579
|
+
"nuxt": "^3.0.0",
|
|
7580
|
+
"requires": {}
|
|
7581
|
+
}
|
|
7582
|
+
},
|
|
6620
7583
|
{
|
|
6621
7584
|
"name": "vuestic",
|
|
6622
|
-
"description": "Vuestic UI module for Nuxt
|
|
7585
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6623
7586
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6624
7587
|
"npm": "@vuestic/nuxt",
|
|
6625
7588
|
"icon": "vuestic.png",
|
|
@@ -6646,8 +7609,8 @@
|
|
|
6646
7609
|
"npm": "vuetify-nuxt-module",
|
|
6647
7610
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6648
7611
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6649
|
-
"website": "https://
|
|
6650
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7612
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7613
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6651
7614
|
"category": "UI",
|
|
6652
7615
|
"type": "3rd-party",
|
|
6653
7616
|
"maintainers": [
|
|
@@ -6663,7 +7626,7 @@
|
|
|
6663
7626
|
},
|
|
6664
7627
|
{
|
|
6665
7628
|
"name": "vuetify",
|
|
6666
|
-
"description": "Vuetify Module for Nuxt
|
|
7629
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6667
7630
|
"repo": "nuxt-community/vuetify-module",
|
|
6668
7631
|
"npm": "@nuxtjs/vuetify",
|
|
6669
7632
|
"icon": "vuetify.png",
|
|
@@ -6710,7 +7673,8 @@
|
|
|
6710
7673
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6711
7674
|
"requires": {
|
|
6712
7675
|
"bridge": "optional"
|
|
6713
|
-
}
|
|
7676
|
+
},
|
|
7677
|
+
"devtools": "^0.0.0"
|
|
6714
7678
|
}
|
|
6715
7679
|
},
|
|
6716
7680
|
{
|
|
@@ -6737,7 +7701,7 @@
|
|
|
6737
7701
|
},
|
|
6738
7702
|
{
|
|
6739
7703
|
"name": "vunix",
|
|
6740
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7704
|
+
"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.",
|
|
6741
7705
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6742
7706
|
"npm": "@vunix/nuxt",
|
|
6743
7707
|
"icon": "",
|
|
@@ -6761,11 +7725,11 @@
|
|
|
6761
7725
|
{
|
|
6762
7726
|
"name": "web-vitals",
|
|
6763
7727
|
"description": "Web Vitals for Nuxt",
|
|
6764
|
-
"repo": "nuxt-
|
|
7728
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6765
7729
|
"npm": "@nuxtjs/web-vitals",
|
|
6766
7730
|
"icon": "web-vitals.png",
|
|
6767
|
-
"github": "https://github.com/nuxt-
|
|
6768
|
-
"website": "https://github.com/nuxt-
|
|
7731
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7732
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6769
7733
|
"learn_more": "",
|
|
6770
7734
|
"category": "Performance",
|
|
6771
7735
|
"type": "community",
|
|
@@ -6816,7 +7780,7 @@
|
|
|
6816
7780
|
},
|
|
6817
7781
|
{
|
|
6818
7782
|
"name": "webpack-optimisations",
|
|
6819
|
-
"description": "Nuxt
|
|
7783
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6820
7784
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6821
7785
|
"npm": "nuxt-webpack-optimisations",
|
|
6822
7786
|
"icon": "build-optimisations.svg",
|
|
@@ -6908,7 +7872,7 @@
|
|
|
6908
7872
|
},
|
|
6909
7873
|
{
|
|
6910
7874
|
"name": "well-known",
|
|
6911
|
-
"description": "A Nuxt
|
|
7875
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6912
7876
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6913
7877
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6914
7878
|
"icon": "well-known.svg",
|
|
@@ -6930,7 +7894,7 @@
|
|
|
6930
7894
|
},
|
|
6931
7895
|
{
|
|
6932
7896
|
"name": "wideangle",
|
|
6933
|
-
"description": "Nuxt
|
|
7897
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6934
7898
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6935
7899
|
"npm": "wideangle-nuxt",
|
|
6936
7900
|
"icon": "wideangle.png",
|
|
@@ -6957,11 +7921,11 @@
|
|
|
6957
7921
|
{
|
|
6958
7922
|
"name": "windicss",
|
|
6959
7923
|
"description": "Next generation utility-first CSS framework.",
|
|
6960
|
-
"repo": "windicss/nuxt-windicss
|
|
7924
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6961
7925
|
"npm": "nuxt-windicss",
|
|
6962
7926
|
"icon": "windicss.svg",
|
|
6963
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6964
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7927
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7928
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6965
7929
|
"learn_more": "https://windicss.org/",
|
|
6966
7930
|
"category": "UI",
|
|
6967
7931
|
"type": "3rd-party",
|
|
@@ -7097,55 +8061,9 @@
|
|
|
7097
8061
|
"requires": {}
|
|
7098
8062
|
}
|
|
7099
8063
|
},
|
|
7100
|
-
{
|
|
7101
|
-
"name": "yandex-metrika-next",
|
|
7102
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
7103
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7104
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7105
|
-
"icon": "yandex-metrika.svg",
|
|
7106
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7107
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7108
|
-
"learn_more": "",
|
|
7109
|
-
"category": "Analytics",
|
|
7110
|
-
"type": "3rd-party",
|
|
7111
|
-
"maintainers": [
|
|
7112
|
-
{
|
|
7113
|
-
"name": "Aleksandr Saburov",
|
|
7114
|
-
"github": "artmizu",
|
|
7115
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7116
|
-
}
|
|
7117
|
-
],
|
|
7118
|
-
"compatibility": {
|
|
7119
|
-
"nuxt": "^3.0.0",
|
|
7120
|
-
"requires": {}
|
|
7121
|
-
}
|
|
7122
|
-
},
|
|
7123
|
-
{
|
|
7124
|
-
"name": "yandex-metrika",
|
|
7125
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
7126
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
7127
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
7128
|
-
"icon": "",
|
|
7129
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7130
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7131
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
7132
|
-
"category": "Analytics",
|
|
7133
|
-
"type": "community",
|
|
7134
|
-
"maintainers": [
|
|
7135
|
-
{
|
|
7136
|
-
"name": "Pooya Parsa",
|
|
7137
|
-
"github": "pi0",
|
|
7138
|
-
"twitter": "_pi0_"
|
|
7139
|
-
}
|
|
7140
|
-
],
|
|
7141
|
-
"compatibility": {
|
|
7142
|
-
"nuxt": "^2.0.0",
|
|
7143
|
-
"requires": {}
|
|
7144
|
-
}
|
|
7145
|
-
},
|
|
7146
8064
|
{
|
|
7147
8065
|
"name": "zendesk",
|
|
7148
|
-
"description": "Nuxt
|
|
8066
|
+
"description": "Nuxt module for Zendesk",
|
|
7149
8067
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7150
8068
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7151
8069
|
"icon": "zendesk.png",
|