@nuxt/modules 0.6.0-266008 → 0.6.0-2727ad
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 +1053 -316
- 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",
|
|
@@ -1223,12 +1334,13 @@
|
|
|
1223
1334
|
],
|
|
1224
1335
|
"compatibility": {
|
|
1225
1336
|
"nuxt": "^3.0.0",
|
|
1226
|
-
"requires": {}
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1227
1339
|
}
|
|
1228
1340
|
},
|
|
1229
1341
|
{
|
|
1230
1342
|
"name": "disqus",
|
|
1231
|
-
"description": "Disqus for Nuxt
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1232
1344
|
"repo": "modbender/nuxt-disqus",
|
|
1233
1345
|
"npm": "nuxt-disqus",
|
|
1234
1346
|
"icon": "disqus.svg",
|
|
@@ -1248,9 +1360,31 @@
|
|
|
1248
1360
|
"requires": {}
|
|
1249
1361
|
}
|
|
1250
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
|
+
},
|
|
1251
1385
|
{
|
|
1252
1386
|
"name": "dotenv",
|
|
1253
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1254
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1255
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1256
1390
|
"icon": "dotenv.png",
|
|
@@ -1272,7 +1406,7 @@
|
|
|
1272
1406
|
},
|
|
1273
1407
|
{
|
|
1274
1408
|
"name": "drupal-ce",
|
|
1275
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1276
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1277
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1278
1412
|
"icon": "drupal-ce.png",
|
|
@@ -1305,7 +1439,7 @@
|
|
|
1305
1439
|
},
|
|
1306
1440
|
{
|
|
1307
1441
|
"name": "druxt",
|
|
1308
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1309
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1310
1444
|
"npm": "druxt",
|
|
1311
1445
|
"icon": "druxt.svg",
|
|
@@ -1325,6 +1459,29 @@
|
|
|
1325
1459
|
"requires": {}
|
|
1326
1460
|
}
|
|
1327
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
|
+
},
|
|
1328
1485
|
{
|
|
1329
1486
|
"name": "electron",
|
|
1330
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1373,7 +1530,7 @@
|
|
|
1373
1530
|
},
|
|
1374
1531
|
{
|
|
1375
1532
|
"name": "emotion",
|
|
1376
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1377
1534
|
"repo": "nuxt-modules/emotion",
|
|
1378
1535
|
"npm": "@nuxtjs/emotion",
|
|
1379
1536
|
"icon": "emotion.png",
|
|
@@ -1401,7 +1558,7 @@
|
|
|
1401
1558
|
},
|
|
1402
1559
|
{
|
|
1403
1560
|
"name": "eslint",
|
|
1404
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1405
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1406
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1407
1564
|
"icon": "eslint.png",
|
|
@@ -1423,7 +1580,7 @@
|
|
|
1423
1580
|
},
|
|
1424
1581
|
{
|
|
1425
1582
|
"name": "event-trace",
|
|
1426
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1427
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1428
1585
|
"npm": "nuxt-event-trace",
|
|
1429
1586
|
"icon": "",
|
|
@@ -1467,7 +1624,7 @@
|
|
|
1467
1624
|
},
|
|
1468
1625
|
{
|
|
1469
1626
|
"name": "feature-toggle",
|
|
1470
|
-
"description": "Feature toggle module for Nuxt
|
|
1627
|
+
"description": "Feature toggle module for Nuxt",
|
|
1471
1628
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1472
1629
|
"npm": "nuxt-feature-toggle",
|
|
1473
1630
|
"icon": "",
|
|
@@ -1534,7 +1691,7 @@
|
|
|
1534
1691
|
},
|
|
1535
1692
|
{
|
|
1536
1693
|
"name": "floating-prompt-module",
|
|
1537
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1694
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1538
1695
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1539
1696
|
"npm": "nuxt-floating-prompt-module",
|
|
1540
1697
|
"icon": "",
|
|
@@ -1646,11 +1803,11 @@
|
|
|
1646
1803
|
{
|
|
1647
1804
|
"name": "form-actions",
|
|
1648
1805
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1649
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1806
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1650
1807
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1651
1808
|
"icon": "form-actions.svg",
|
|
1652
1809
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1653
|
-
"website": "https://
|
|
1810
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1654
1811
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1655
1812
|
"category": "Request",
|
|
1656
1813
|
"type": "3rd-party",
|
|
@@ -1662,7 +1819,7 @@
|
|
|
1662
1819
|
}
|
|
1663
1820
|
],
|
|
1664
1821
|
"compatibility": {
|
|
1665
|
-
"nuxt": "^3.
|
|
1822
|
+
"nuxt": "^3.7.0",
|
|
1666
1823
|
"requires": {}
|
|
1667
1824
|
}
|
|
1668
1825
|
},
|
|
@@ -1740,7 +1897,7 @@
|
|
|
1740
1897
|
},
|
|
1741
1898
|
{
|
|
1742
1899
|
"name": "google-adsense",
|
|
1743
|
-
"description": "Google Adsense Module for Nuxt
|
|
1900
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1744
1901
|
"repo": "nuxt-community/google-adsense-module",
|
|
1745
1902
|
"npm": "@nuxtjs/google-adsense",
|
|
1746
1903
|
"icon": "google-adsense.png",
|
|
@@ -1766,7 +1923,7 @@
|
|
|
1766
1923
|
},
|
|
1767
1924
|
{
|
|
1768
1925
|
"name": "google-analytics",
|
|
1769
|
-
"description": "Google analytics Module for Nuxt
|
|
1926
|
+
"description": "Google analytics Module for Nuxt",
|
|
1770
1927
|
"repo": "nuxt-community/analytics-module",
|
|
1771
1928
|
"npm": "@nuxtjs/google-analytics",
|
|
1772
1929
|
"icon": "google-analytics.png",
|
|
@@ -1798,12 +1955,12 @@
|
|
|
1798
1955
|
},
|
|
1799
1956
|
{
|
|
1800
1957
|
"name": "google-fonts",
|
|
1801
|
-
"description": "Google Fonts module for
|
|
1802
|
-
"repo": "nuxt-
|
|
1958
|
+
"description": "Google Fonts module for Nuxt",
|
|
1959
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1803
1960
|
"npm": "@nuxtjs/google-fonts",
|
|
1804
1961
|
"icon": "google-fonts.png",
|
|
1805
|
-
"github": "https://github.com/nuxt-
|
|
1806
|
-
"website": "https://
|
|
1962
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1963
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1807
1964
|
"learn_more": "https://developers.google.com/fonts",
|
|
1808
1965
|
"category": "Fonts",
|
|
1809
1966
|
"type": "community",
|
|
@@ -1822,7 +1979,7 @@
|
|
|
1822
1979
|
},
|
|
1823
1980
|
{
|
|
1824
1981
|
"name": "google-gtag",
|
|
1825
|
-
"description": "Google GTag for Nuxt
|
|
1982
|
+
"description": "Google GTag for Nuxt",
|
|
1826
1983
|
"repo": "nuxt-community/google-gtag",
|
|
1827
1984
|
"npm": "@nuxtjs/google-gtag",
|
|
1828
1985
|
"icon": "gtm.png",
|
|
@@ -1848,7 +2005,7 @@
|
|
|
1848
2005
|
},
|
|
1849
2006
|
{
|
|
1850
2007
|
"name": "google-optimize",
|
|
1851
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2008
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1852
2009
|
"repo": "nuxt-community/google-optimize-module",
|
|
1853
2010
|
"npm": "nuxt-google-optimize",
|
|
1854
2011
|
"icon": "google-optimize.png",
|
|
@@ -1903,7 +2060,7 @@
|
|
|
1903
2060
|
},
|
|
1904
2061
|
{
|
|
1905
2062
|
"name": "graphql-request",
|
|
1906
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2063
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1907
2064
|
"repo": "gomah/nuxt-graphql-request",
|
|
1908
2065
|
"npm": "nuxt-graphql-request",
|
|
1909
2066
|
"icon": "graphql-request.png",
|
|
@@ -1919,7 +2076,7 @@
|
|
|
1919
2076
|
}
|
|
1920
2077
|
],
|
|
1921
2078
|
"compatibility": {
|
|
1922
|
-
"nuxt": "^2.0.0",
|
|
2079
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1923
2080
|
"requires": {}
|
|
1924
2081
|
}
|
|
1925
2082
|
},
|
|
@@ -1942,12 +2099,13 @@
|
|
|
1942
2099
|
],
|
|
1943
2100
|
"compatibility": {
|
|
1944
2101
|
"nuxt": "^3.0.0",
|
|
1945
|
-
"requires": {}
|
|
2102
|
+
"requires": {},
|
|
2103
|
+
"devtools": "^0.0.0"
|
|
1946
2104
|
}
|
|
1947
2105
|
},
|
|
1948
2106
|
{
|
|
1949
2107
|
"name": "gtag",
|
|
1950
|
-
"description": "Google Analytics integration for Nuxt
|
|
2108
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1951
2109
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1952
2110
|
"npm": "nuxt-gtag",
|
|
1953
2111
|
"icon": "gtag.svg",
|
|
@@ -1971,7 +2129,7 @@
|
|
|
1971
2129
|
},
|
|
1972
2130
|
{
|
|
1973
2131
|
"name": "gtm",
|
|
1974
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2132
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1975
2133
|
"repo": "nuxt-community/gtm-module",
|
|
1976
2134
|
"npm": "@nuxtjs/gtm",
|
|
1977
2135
|
"icon": "gtm.png",
|
|
@@ -1994,7 +2152,7 @@
|
|
|
1994
2152
|
},
|
|
1995
2153
|
{
|
|
1996
2154
|
"name": "guess",
|
|
1997
|
-
"description": "Guess.js module for Nuxt
|
|
2155
|
+
"description": "Guess.js module for Nuxt",
|
|
1998
2156
|
"repo": "nuxt-community/guess-module",
|
|
1999
2157
|
"npm": "@nuxtjs/guess-module",
|
|
2000
2158
|
"icon": "guessjs.png",
|
|
@@ -2106,7 +2264,7 @@
|
|
|
2106
2264
|
},
|
|
2107
2265
|
{
|
|
2108
2266
|
"name": "helmet",
|
|
2109
|
-
"description": "Easy Helmet module with Nuxt
|
|
2267
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2110
2268
|
"repo": "victor-perez/nuxt-helmet",
|
|
2111
2269
|
"npm": "nuxt-helmet",
|
|
2112
2270
|
"icon": "",
|
|
@@ -2150,7 +2308,7 @@
|
|
|
2150
2308
|
},
|
|
2151
2309
|
{
|
|
2152
2310
|
"name": "history-state",
|
|
2153
|
-
"description": "Nuxt
|
|
2311
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2154
2312
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2155
2313
|
"npm": "nuxt-history-state",
|
|
2156
2314
|
"icon": "",
|
|
@@ -2219,7 +2377,7 @@
|
|
|
2219
2377
|
},
|
|
2220
2378
|
{
|
|
2221
2379
|
"name": "http",
|
|
2222
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2380
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2223
2381
|
"repo": "nuxt/http",
|
|
2224
2382
|
"npm": "@nuxt/http",
|
|
2225
2383
|
"icon": "http.png",
|
|
@@ -2247,7 +2405,7 @@
|
|
|
2247
2405
|
},
|
|
2248
2406
|
{
|
|
2249
2407
|
"name": "humans-txt",
|
|
2250
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2408
|
+
"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.",
|
|
2251
2409
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2252
2410
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2253
2411
|
"icon": "",
|
|
@@ -2271,11 +2429,11 @@
|
|
|
2271
2429
|
{
|
|
2272
2430
|
"name": "i18n",
|
|
2273
2431
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2274
|
-
"repo": "nuxt-
|
|
2432
|
+
"repo": "nuxt-modules/i18n",
|
|
2275
2433
|
"npm": "@nuxtjs/i18n",
|
|
2276
2434
|
"icon": "i18n.png",
|
|
2277
|
-
"github": "https://github.com/nuxt-
|
|
2278
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2435
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2436
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2279
2437
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2280
2438
|
"category": "Extensions",
|
|
2281
2439
|
"type": "community",
|
|
@@ -2316,6 +2474,29 @@
|
|
|
2316
2474
|
"requires": {}
|
|
2317
2475
|
}
|
|
2318
2476
|
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "icon-tw",
|
|
2479
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2480
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2481
|
+
"npm": "nuxt-icon-tw",
|
|
2482
|
+
"icon": "nuxt-icon.png",
|
|
2483
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2484
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2485
|
+
"learn_more": "",
|
|
2486
|
+
"category": "UI",
|
|
2487
|
+
"type": "3rd-party",
|
|
2488
|
+
"maintainers": [
|
|
2489
|
+
{
|
|
2490
|
+
"name": "JohnCampionJr",
|
|
2491
|
+
"github": "JohnCampionJr"
|
|
2492
|
+
}
|
|
2493
|
+
],
|
|
2494
|
+
"compatibility": {
|
|
2495
|
+
"nuxt": "^3.0.0",
|
|
2496
|
+
"requires": {},
|
|
2497
|
+
"devtools": "^0.0.0"
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2319
2500
|
{
|
|
2320
2501
|
"name": "icon",
|
|
2321
2502
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2335,7 +2516,8 @@
|
|
|
2335
2516
|
],
|
|
2336
2517
|
"compatibility": {
|
|
2337
2518
|
"nuxt": "^3.0.0",
|
|
2338
|
-
"requires": {}
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2339
2521
|
}
|
|
2340
2522
|
},
|
|
2341
2523
|
{
|
|
@@ -2384,12 +2566,12 @@
|
|
|
2384
2566
|
},
|
|
2385
2567
|
{
|
|
2386
2568
|
"name": "image",
|
|
2387
|
-
"description": "Optimised images for
|
|
2569
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2388
2570
|
"repo": "nuxt/image",
|
|
2389
2571
|
"npm": "@nuxt/image",
|
|
2390
2572
|
"icon": "image.png",
|
|
2391
2573
|
"github": "https://github.com/nuxt/image",
|
|
2392
|
-
"website": "https://image.
|
|
2574
|
+
"website": "https://image.nuxt.com",
|
|
2393
2575
|
"learn_more": "",
|
|
2394
2576
|
"category": "Images",
|
|
2395
2577
|
"type": "official",
|
|
@@ -2399,6 +2581,11 @@
|
|
|
2399
2581
|
"github": "farnabaz",
|
|
2400
2582
|
"twitter": "a_birang"
|
|
2401
2583
|
},
|
|
2584
|
+
{
|
|
2585
|
+
"name": "Daniel Roe",
|
|
2586
|
+
"github": "danielroe",
|
|
2587
|
+
"twitter": "danielcroe"
|
|
2588
|
+
},
|
|
2402
2589
|
{
|
|
2403
2590
|
"name": "Pooya Parsa",
|
|
2404
2591
|
"github": "pi0",
|
|
@@ -2419,7 +2606,7 @@
|
|
|
2419
2606
|
},
|
|
2420
2607
|
{
|
|
2421
2608
|
"name": "imagemin",
|
|
2422
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2609
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2423
2610
|
"repo": "nuxt-community/imagemin-module",
|
|
2424
2611
|
"npm": "@nuxtjs/imagemin",
|
|
2425
2612
|
"icon": "imagemin.png",
|
|
@@ -2466,7 +2653,7 @@
|
|
|
2466
2653
|
},
|
|
2467
2654
|
{
|
|
2468
2655
|
"name": "intercom",
|
|
2469
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2656
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2470
2657
|
"repo": "hex-digital/nuxt-intercom",
|
|
2471
2658
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2472
2659
|
"icon": "intercom.png",
|
|
@@ -2511,7 +2698,7 @@
|
|
|
2511
2698
|
},
|
|
2512
2699
|
{
|
|
2513
2700
|
"name": "jsonapi",
|
|
2514
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2701
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2515
2702
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2516
2703
|
"npm": "nuxt-jsonapi",
|
|
2517
2704
|
"icon": "jsonapi.svg",
|
|
@@ -2553,9 +2740,36 @@
|
|
|
2553
2740
|
"requires": {}
|
|
2554
2741
|
}
|
|
2555
2742
|
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "kinde",
|
|
2745
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2746
|
+
"repo": "nuxt-modules/kinde",
|
|
2747
|
+
"npm": "@nuxtjs/kinde",
|
|
2748
|
+
"icon": "kinde.svg",
|
|
2749
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2750
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2751
|
+
"learn_more": "https://kinde.com/",
|
|
2752
|
+
"category": "Security",
|
|
2753
|
+
"type": "community",
|
|
2754
|
+
"maintainers": [
|
|
2755
|
+
{
|
|
2756
|
+
"name": "danielroe",
|
|
2757
|
+
"github": "danielroe"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "daveordead",
|
|
2761
|
+
"github": "DaveOrDead",
|
|
2762
|
+
"twitter": "dave_or_dead"
|
|
2763
|
+
}
|
|
2764
|
+
],
|
|
2765
|
+
"compatibility": {
|
|
2766
|
+
"nuxt": "^3.0.0",
|
|
2767
|
+
"requires": {}
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2556
2770
|
{
|
|
2557
2771
|
"name": "kql",
|
|
2558
|
-
"description": "Nuxt
|
|
2772
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2559
2773
|
"repo": "johannschopplich/nuxt-kql",
|
|
2560
2774
|
"npm": "nuxt-kql",
|
|
2561
2775
|
"icon": "kql.svg",
|
|
@@ -2579,7 +2793,7 @@
|
|
|
2579
2793
|
},
|
|
2580
2794
|
{
|
|
2581
2795
|
"name": "laravel-echo",
|
|
2582
|
-
"description": "Laravel Echo for Nuxt
|
|
2796
|
+
"description": "Laravel Echo for Nuxt",
|
|
2583
2797
|
"repo": "nuxt-community/laravel-echo",
|
|
2584
2798
|
"npm": "@nuxtjs/laravel-echo",
|
|
2585
2799
|
"icon": "laravel-echo.png",
|
|
@@ -2621,6 +2835,28 @@
|
|
|
2621
2835
|
"requires": {}
|
|
2622
2836
|
}
|
|
2623
2837
|
},
|
|
2838
|
+
{
|
|
2839
|
+
"name": "laravel-precognition",
|
|
2840
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2841
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2842
|
+
"npm": "nuxt-laravel-precognition",
|
|
2843
|
+
"icon": "laravel.svg",
|
|
2844
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2845
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2846
|
+
"learn_more": "",
|
|
2847
|
+
"category": "Security",
|
|
2848
|
+
"type": "3rd-party",
|
|
2849
|
+
"maintainers": [
|
|
2850
|
+
{
|
|
2851
|
+
"name": "sot1986",
|
|
2852
|
+
"github": "sot1986"
|
|
2853
|
+
}
|
|
2854
|
+
],
|
|
2855
|
+
"compatibility": {
|
|
2856
|
+
"nuxt": "^3.0.0",
|
|
2857
|
+
"requires": {}
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2624
2860
|
{
|
|
2625
2861
|
"name": "laravel",
|
|
2626
2862
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2667,13 +2903,13 @@
|
|
|
2667
2903
|
},
|
|
2668
2904
|
{
|
|
2669
2905
|
"name": "link-checker",
|
|
2670
|
-
"description": "
|
|
2906
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2671
2907
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2672
2908
|
"npm": "nuxt-link-checker",
|
|
2673
|
-
"icon": "",
|
|
2909
|
+
"icon": "link-checker.svg",
|
|
2674
2910
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2675
|
-
"website": "https://
|
|
2676
|
-
"learn_more": "",
|
|
2911
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2912
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2677
2913
|
"category": "SEO",
|
|
2678
2914
|
"type": "3rd-party",
|
|
2679
2915
|
"maintainers": [
|
|
@@ -2686,7 +2922,8 @@
|
|
|
2686
2922
|
],
|
|
2687
2923
|
"compatibility": {
|
|
2688
2924
|
"nuxt": "^3.0.0",
|
|
2689
|
-
"requires": {}
|
|
2925
|
+
"requires": {},
|
|
2926
|
+
"devtools": "^0.0.0"
|
|
2690
2927
|
}
|
|
2691
2928
|
},
|
|
2692
2929
|
{
|
|
@@ -2763,12 +3000,12 @@
|
|
|
2763
3000
|
},
|
|
2764
3001
|
{
|
|
2765
3002
|
"name": "logrocket",
|
|
2766
|
-
"description": "LogRocket module for Nuxt
|
|
2767
|
-
"repo": "nuxt-
|
|
3003
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3004
|
+
"repo": "nuxt-modules/logrocket",
|
|
2768
3005
|
"npm": "nuxt-logrocket",
|
|
2769
3006
|
"icon": "logrocket.png",
|
|
2770
|
-
"github": "https://github.com/nuxt-
|
|
2771
|
-
"website": "https://github.com/nuxt-
|
|
3007
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3008
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2772
3009
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2773
3010
|
"category": "Monitoring",
|
|
2774
3011
|
"type": "community",
|
|
@@ -2786,7 +3023,7 @@
|
|
|
2786
3023
|
},
|
|
2787
3024
|
{
|
|
2788
3025
|
"name": "lucide-icons",
|
|
2789
|
-
"description": "Nuxt
|
|
3026
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2790
3027
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
3028
|
"npm": "nuxt-lucide-icons",
|
|
2792
3029
|
"icon": "lucide-icons.svg",
|
|
@@ -2812,7 +3049,7 @@
|
|
|
2812
3049
|
},
|
|
2813
3050
|
{
|
|
2814
3051
|
"name": "lunr",
|
|
2815
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3052
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2816
3053
|
"repo": "nuxt-community/lunr-module",
|
|
2817
3054
|
"npm": "@nuxtjs/lunr-module",
|
|
2818
3055
|
"icon": "",
|
|
@@ -2900,6 +3137,28 @@
|
|
|
2900
3137
|
"requires": {}
|
|
2901
3138
|
}
|
|
2902
3139
|
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "maz-ui",
|
|
3142
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3143
|
+
"repo": "louismazel/maz-ui",
|
|
3144
|
+
"npm": "maz-ui",
|
|
3145
|
+
"icon": "maz-ui.png",
|
|
3146
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3147
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3148
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3149
|
+
"category": "UI",
|
|
3150
|
+
"type": "community",
|
|
3151
|
+
"maintainers": [
|
|
3152
|
+
{
|
|
3153
|
+
"name": "Loïc Mazuel",
|
|
3154
|
+
"github": "LouisMazel"
|
|
3155
|
+
}
|
|
3156
|
+
],
|
|
3157
|
+
"compatibility": {
|
|
3158
|
+
"nuxt": "^3.0.0",
|
|
3159
|
+
"requires": {}
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
2903
3162
|
{
|
|
2904
3163
|
"name": "mdx",
|
|
2905
3164
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2925,7 +3184,7 @@
|
|
|
2925
3184
|
},
|
|
2926
3185
|
{
|
|
2927
3186
|
"name": "medusa",
|
|
2928
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3187
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2929
3188
|
"repo": "Baroshem/nuxt-medusa",
|
|
2930
3189
|
"npm": "nuxt-medusa",
|
|
2931
3190
|
"icon": "medusa.svg",
|
|
@@ -2950,7 +3209,7 @@
|
|
|
2950
3209
|
},
|
|
2951
3210
|
{
|
|
2952
3211
|
"name": "meilisearch",
|
|
2953
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3212
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2954
3213
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2955
3214
|
"npm": "nuxt-meilisearch",
|
|
2956
3215
|
"icon": "meilisearch.svg",
|
|
@@ -2970,7 +3229,8 @@
|
|
|
2970
3229
|
"nuxt": "^3.0.0",
|
|
2971
3230
|
"requires": {
|
|
2972
3231
|
"bridge": false
|
|
2973
|
-
}
|
|
3232
|
+
},
|
|
3233
|
+
"devtools": "^0.0.0"
|
|
2974
3234
|
}
|
|
2975
3235
|
},
|
|
2976
3236
|
{
|
|
@@ -3042,7 +3302,7 @@
|
|
|
3042
3302
|
},
|
|
3043
3303
|
{
|
|
3044
3304
|
"name": "moment",
|
|
3045
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3305
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3046
3306
|
"repo": "nuxt-community/moment-module",
|
|
3047
3307
|
"npm": "@nuxtjs/moment",
|
|
3048
3308
|
"icon": "momentjs.png",
|
|
@@ -3069,7 +3329,7 @@
|
|
|
3069
3329
|
},
|
|
3070
3330
|
{
|
|
3071
3331
|
"name": "mq",
|
|
3072
|
-
"description": "vue-mq module for Nuxt.
|
|
3332
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3073
3333
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3074
3334
|
"npm": "nuxt-mq",
|
|
3075
3335
|
"icon": "",
|
|
@@ -3113,7 +3373,7 @@
|
|
|
3113
3373
|
},
|
|
3114
3374
|
{
|
|
3115
3375
|
"name": "netlify-cache",
|
|
3116
|
-
"description": "Nuxt
|
|
3376
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3117
3377
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3118
3378
|
"npm": "nuxt-netlify-cache",
|
|
3119
3379
|
"icon": "netlify.png",
|
|
@@ -3158,7 +3418,7 @@
|
|
|
3158
3418
|
},
|
|
3159
3419
|
{
|
|
3160
3420
|
"name": "netlify",
|
|
3161
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3421
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3162
3422
|
"repo": "bazzite/nuxt-netlify",
|
|
3163
3423
|
"npm": "@aceforth/nuxt-netlify",
|
|
3164
3424
|
"icon": "netlify.png",
|
|
@@ -3273,24 +3533,47 @@
|
|
|
3273
3533
|
}
|
|
3274
3534
|
},
|
|
3275
3535
|
{
|
|
3276
|
-
"name": "nuxt-auth",
|
|
3277
|
-
"description": "",
|
|
3278
|
-
"repo": "
|
|
3279
|
-
"npm": "
|
|
3536
|
+
"name": "nuxt-auth-sanctum",
|
|
3537
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3538
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3539
|
+
"npm": "nuxt-auth-sanctum",
|
|
3540
|
+
"icon": "laravel.svg",
|
|
3541
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3542
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
+
"learn_more": "",
|
|
3544
|
+
"category": "Security",
|
|
3545
|
+
"type": "3rd-party",
|
|
3546
|
+
"maintainers": [
|
|
3547
|
+
{
|
|
3548
|
+
"name": "Artem Manchenkov",
|
|
3549
|
+
"github": "manchenkoff",
|
|
3550
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3551
|
+
}
|
|
3552
|
+
],
|
|
3553
|
+
"compatibility": {
|
|
3554
|
+
"nuxt": "^3.0.0",
|
|
3555
|
+
"requires": {}
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"name": "nuxt-basic-auth",
|
|
3560
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3561
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3562
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3280
3563
|
"icon": "",
|
|
3281
|
-
"github": "https://github.com/
|
|
3282
|
-
"website": "https://github.com/
|
|
3564
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3565
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3283
3566
|
"learn_more": "",
|
|
3284
|
-
"category": "
|
|
3567
|
+
"category": "Security",
|
|
3285
3568
|
"type": "3rd-party",
|
|
3286
3569
|
"maintainers": [
|
|
3287
3570
|
{
|
|
3288
|
-
"name": "
|
|
3289
|
-
"github": "
|
|
3571
|
+
"name": "kgierke",
|
|
3572
|
+
"github": "kgierke"
|
|
3290
3573
|
}
|
|
3291
3574
|
],
|
|
3292
3575
|
"compatibility": {
|
|
3293
|
-
"nuxt": "^
|
|
3576
|
+
"nuxt": "^3.0.0",
|
|
3294
3577
|
"requires": {}
|
|
3295
3578
|
}
|
|
3296
3579
|
},
|
|
@@ -3318,7 +3601,7 @@
|
|
|
3318
3601
|
},
|
|
3319
3602
|
{
|
|
3320
3603
|
"name": "nuxt-chatgpt",
|
|
3321
|
-
"description": "ChatGPT integration for Nuxt
|
|
3604
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3322
3605
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3323
3606
|
"npm": "nuxt-chatgpt",
|
|
3324
3607
|
"icon": "chatgpt.svg",
|
|
@@ -3338,6 +3621,32 @@
|
|
|
3338
3621
|
"requires": {}
|
|
3339
3622
|
}
|
|
3340
3623
|
},
|
|
3624
|
+
{
|
|
3625
|
+
"name": "nuxt-facebook-chat",
|
|
3626
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3627
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3628
|
+
"npm": "nuxt-facebook-chat",
|
|
3629
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3630
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3631
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3632
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3633
|
+
"category": "Libraries",
|
|
3634
|
+
"type": "3rd-party",
|
|
3635
|
+
"maintainers": [
|
|
3636
|
+
{
|
|
3637
|
+
"name": "Supanut Dokmaithong",
|
|
3638
|
+
"github": "Boomgeek"
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"name": "superdev-tech",
|
|
3642
|
+
"github": "superdev-tech"
|
|
3643
|
+
}
|
|
3644
|
+
],
|
|
3645
|
+
"compatibility": {
|
|
3646
|
+
"nuxt": "^3.0.0",
|
|
3647
|
+
"requires": {}
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3341
3650
|
{
|
|
3342
3651
|
"name": "nuxt-feedme",
|
|
3343
3652
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3413,7 +3722,7 @@
|
|
|
3413
3722
|
},
|
|
3414
3723
|
{
|
|
3415
3724
|
"name": "nuxt-gtm",
|
|
3416
|
-
"description": "A Nuxt
|
|
3725
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3417
3726
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3418
3727
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3419
3728
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3430,7 +3739,8 @@
|
|
|
3430
3739
|
],
|
|
3431
3740
|
"compatibility": {
|
|
3432
3741
|
"nuxt": "^3.0.0",
|
|
3433
|
-
"requires": {}
|
|
3742
|
+
"requires": {},
|
|
3743
|
+
"devtools": "^0.0.0"
|
|
3434
3744
|
}
|
|
3435
3745
|
},
|
|
3436
3746
|
{
|
|
@@ -3457,6 +3767,50 @@
|
|
|
3457
3767
|
}
|
|
3458
3768
|
}
|
|
3459
3769
|
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "nuxt-interpolation",
|
|
3772
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3773
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3774
|
+
"npm": "nuxt-interpolation",
|
|
3775
|
+
"icon": "",
|
|
3776
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3777
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3778
|
+
"learn_more": "",
|
|
3779
|
+
"category": "Devtools",
|
|
3780
|
+
"type": "3rd-party",
|
|
3781
|
+
"maintainers": [
|
|
3782
|
+
{
|
|
3783
|
+
"name": "daliborgogic",
|
|
3784
|
+
"github": "daliborgogic"
|
|
3785
|
+
}
|
|
3786
|
+
],
|
|
3787
|
+
"compatibility": {
|
|
3788
|
+
"nuxt": "^2.0.0",
|
|
3789
|
+
"requires": {}
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "nuxt-jsonld",
|
|
3794
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3795
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3796
|
+
"npm": "nuxt-jsonld",
|
|
3797
|
+
"icon": "",
|
|
3798
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3799
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3800
|
+
"learn_more": "",
|
|
3801
|
+
"category": "SEO",
|
|
3802
|
+
"type": "3rd-party",
|
|
3803
|
+
"maintainers": [
|
|
3804
|
+
{
|
|
3805
|
+
"name": "ymmooot",
|
|
3806
|
+
"github": "ymmooot"
|
|
3807
|
+
}
|
|
3808
|
+
],
|
|
3809
|
+
"compatibility": {
|
|
3810
|
+
"nuxt": "^3.0.0",
|
|
3811
|
+
"requires": {}
|
|
3812
|
+
}
|
|
3813
|
+
},
|
|
3460
3814
|
{
|
|
3461
3815
|
"name": "nuxt-localtunnel",
|
|
3462
3816
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3482,7 +3836,7 @@
|
|
|
3482
3836
|
},
|
|
3483
3837
|
{
|
|
3484
3838
|
"name": "nuxt-loco",
|
|
3485
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3839
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3486
3840
|
"repo": "gaetansenn/nuxt-loco",
|
|
3487
3841
|
"npm": "nuxt-loco",
|
|
3488
3842
|
"icon": "",
|
|
@@ -3503,6 +3857,28 @@
|
|
|
3503
3857
|
"requires": {}
|
|
3504
3858
|
}
|
|
3505
3859
|
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-mail",
|
|
3862
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3863
|
+
"repo": "dword-design/nuxt-mail",
|
|
3864
|
+
"npm": "nuxt-mail",
|
|
3865
|
+
"icon": "",
|
|
3866
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3867
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3868
|
+
"learn_more": "",
|
|
3869
|
+
"category": "Extensions",
|
|
3870
|
+
"type": "3rd-party",
|
|
3871
|
+
"maintainers": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "Sebastian Landwehr",
|
|
3874
|
+
"github": "dword-design"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3506
3882
|
{
|
|
3507
3883
|
"name": "nuxt-mapbox",
|
|
3508
3884
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3526,11 +3902,33 @@
|
|
|
3526
3902
|
}
|
|
3527
3903
|
},
|
|
3528
3904
|
{
|
|
3529
|
-
"name": "nuxt-
|
|
3530
|
-
"description": "
|
|
3531
|
-
"repo": "
|
|
3532
|
-
"npm": "nuxt-
|
|
3533
|
-
"icon": "
|
|
3905
|
+
"name": "nuxt-mdi",
|
|
3906
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3907
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3908
|
+
"npm": "nuxt-mdi",
|
|
3909
|
+
"icon": "mdi.png",
|
|
3910
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3911
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3912
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3913
|
+
"category": "Libraries",
|
|
3914
|
+
"type": "3rd-party",
|
|
3915
|
+
"maintainers": [
|
|
3916
|
+
{
|
|
3917
|
+
"name": "Emil Rosenius",
|
|
3918
|
+
"github": "ERPedersen"
|
|
3919
|
+
}
|
|
3920
|
+
],
|
|
3921
|
+
"compatibility": {
|
|
3922
|
+
"nuxt": "^3.0.0",
|
|
3923
|
+
"requires": {}
|
|
3924
|
+
}
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"name": "nuxt-monaco-editor",
|
|
3928
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
3929
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
3930
|
+
"npm": "nuxt-monaco-editor",
|
|
3931
|
+
"icon": "nuxt-monaco-editor.png",
|
|
3534
3932
|
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3535
3933
|
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3536
3934
|
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
@@ -3549,7 +3947,7 @@
|
|
|
3549
3947
|
},
|
|
3550
3948
|
{
|
|
3551
3949
|
"name": "nuxt-mongoose",
|
|
3552
|
-
"description": "A Nuxt
|
|
3950
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3553
3951
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3554
3952
|
"npm": "nuxt-mongoose",
|
|
3555
3953
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3564,6 +3962,30 @@
|
|
|
3564
3962
|
"github": "arashsheyda"
|
|
3565
3963
|
}
|
|
3566
3964
|
],
|
|
3965
|
+
"compatibility": {
|
|
3966
|
+
"nuxt": "^3.0.0",
|
|
3967
|
+
"requires": {},
|
|
3968
|
+
"devtools": "^0.0.0"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "nuxt-payload-analyzer",
|
|
3973
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3974
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3975
|
+
"npm": "nuxt-payload-analyzer",
|
|
3976
|
+
"icon": "",
|
|
3977
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3978
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3979
|
+
"learn_more": "",
|
|
3980
|
+
"category": "Performance",
|
|
3981
|
+
"type": "3rd-party",
|
|
3982
|
+
"maintainers": [
|
|
3983
|
+
{
|
|
3984
|
+
"name": "Barbapapazes",
|
|
3985
|
+
"github": "Barbapapazes",
|
|
3986
|
+
"twitter": "soubiran_"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3567
3989
|
"compatibility": {
|
|
3568
3990
|
"nuxt": "^3.0.0",
|
|
3569
3991
|
"requires": {}
|
|
@@ -3638,7 +4060,7 @@
|
|
|
3638
4060
|
},
|
|
3639
4061
|
{
|
|
3640
4062
|
"name": "plausible",
|
|
3641
|
-
"description": "Nuxt
|
|
4063
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3642
4064
|
"repo": "nuxt-modules/plausible",
|
|
3643
4065
|
"npm": "@nuxtjs/plausible",
|
|
3644
4066
|
"icon": "plausible.png",
|
|
@@ -3660,7 +4082,7 @@
|
|
|
3660
4082
|
},
|
|
3661
4083
|
{
|
|
3662
4084
|
"name": "nuxt-plotly",
|
|
3663
|
-
"description": "nuxt-plotly
|
|
4085
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3664
4086
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
4087
|
"npm": "nuxt-plotly",
|
|
3666
4088
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3686,7 +4108,7 @@
|
|
|
3686
4108
|
},
|
|
3687
4109
|
{
|
|
3688
4110
|
"name": "nuxt-png-to-ico",
|
|
3689
|
-
"description": "Nuxt
|
|
4111
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3690
4112
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3691
4113
|
"npm": "nuxt-png-to-ico",
|
|
3692
4114
|
"icon": "",
|
|
@@ -3709,7 +4131,7 @@
|
|
|
3709
4131
|
},
|
|
3710
4132
|
{
|
|
3711
4133
|
"name": "nuxt-smartlook",
|
|
3712
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4134
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3713
4135
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3714
4136
|
"npm": "nuxt-smartlook",
|
|
3715
4137
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3731,6 +4153,28 @@
|
|
|
3731
4153
|
"requires": {}
|
|
3732
4154
|
}
|
|
3733
4155
|
},
|
|
4156
|
+
{
|
|
4157
|
+
"name": "nuxt-social-share",
|
|
4158
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4159
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4160
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4161
|
+
"icon": "nuxt-social-share.png",
|
|
4162
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4163
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4164
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4165
|
+
"category": "Extensions",
|
|
4166
|
+
"type": "3rd-party",
|
|
4167
|
+
"maintainers": [
|
|
4168
|
+
{
|
|
4169
|
+
"name": "stefanobartoletti",
|
|
4170
|
+
"github": "stefanobartoletti"
|
|
4171
|
+
}
|
|
4172
|
+
],
|
|
4173
|
+
"compatibility": {
|
|
4174
|
+
"nuxt": "^3.0.0",
|
|
4175
|
+
"requires": {}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
3734
4178
|
{
|
|
3735
4179
|
"name": "ssr-lit",
|
|
3736
4180
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3761,7 +4205,7 @@
|
|
|
3761
4205
|
},
|
|
3762
4206
|
{
|
|
3763
4207
|
"name": "nuxt-storm",
|
|
3764
|
-
"description": "WebStorm & PHPStorm support for
|
|
4208
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3765
4209
|
"repo": "fumeapp/nuxt-storm",
|
|
3766
4210
|
"npm": "nuxt-storm",
|
|
3767
4211
|
"icon": "nuxt-storm.png",
|
|
@@ -3805,7 +4249,7 @@
|
|
|
3805
4249
|
},
|
|
3806
4250
|
{
|
|
3807
4251
|
"name": "nuxt-unleash",
|
|
3808
|
-
"description": "Nuxt
|
|
4252
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3809
4253
|
"repo": "conejerock/nuxt-unleash",
|
|
3810
4254
|
"npm": "nuxt-unleash",
|
|
3811
4255
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3916,20 +4360,42 @@
|
|
|
3916
4360
|
}
|
|
3917
4361
|
},
|
|
3918
4362
|
{
|
|
3919
|
-
"name": "
|
|
3920
|
-
"description": "
|
|
3921
|
-
"repo": "
|
|
3922
|
-
"npm": "
|
|
3923
|
-
"icon": "
|
|
3924
|
-
"github": "https://github.com/
|
|
3925
|
-
"website": "https://
|
|
3926
|
-
"learn_more": "
|
|
3927
|
-
"category": "
|
|
4363
|
+
"name": "Nuxt zodI18n",
|
|
4364
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4365
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4366
|
+
"npm": "nuxt-zod-i18n",
|
|
4367
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4368
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4369
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4370
|
+
"learn_more": "",
|
|
4371
|
+
"category": "Libraries",
|
|
3928
4372
|
"type": "3rd-party",
|
|
3929
4373
|
"maintainers": [
|
|
3930
4374
|
{
|
|
3931
|
-
"name": "
|
|
3932
|
-
"github": "
|
|
4375
|
+
"name": "xibman",
|
|
4376
|
+
"github": "xibman"
|
|
4377
|
+
}
|
|
4378
|
+
],
|
|
4379
|
+
"compatibility": {
|
|
4380
|
+
"nuxt": "^3.0.0",
|
|
4381
|
+
"requires": {}
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "nuxt3-interpolation",
|
|
4386
|
+
"description": "",
|
|
4387
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4388
|
+
"npm": "nuxt3-interpolation",
|
|
4389
|
+
"icon": "",
|
|
4390
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4391
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4392
|
+
"learn_more": "",
|
|
4393
|
+
"category": "Devtools",
|
|
4394
|
+
"type": "3rd-party",
|
|
4395
|
+
"maintainers": [
|
|
4396
|
+
{
|
|
4397
|
+
"name": "daliborgogic",
|
|
4398
|
+
"github": "daliborgogic"
|
|
3933
4399
|
}
|
|
3934
4400
|
],
|
|
3935
4401
|
"compatibility": {
|
|
@@ -3961,7 +4427,7 @@
|
|
|
3961
4427
|
},
|
|
3962
4428
|
{
|
|
3963
4429
|
"name": "nuxt7",
|
|
3964
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4430
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3965
4431
|
"repo": "nuxt-community/nuxt7",
|
|
3966
4432
|
"npm": "nuxt7",
|
|
3967
4433
|
"icon": "",
|
|
@@ -3982,38 +4448,15 @@
|
|
|
3982
4448
|
"requires": {}
|
|
3983
4449
|
}
|
|
3984
4450
|
},
|
|
3985
|
-
{
|
|
3986
|
-
"name": "nuxtlabs-ui",
|
|
3987
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3988
|
-
"repo": "nuxtlabs/ui",
|
|
3989
|
-
"npm": "@nuxthq/ui",
|
|
3990
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3991
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3992
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3993
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3994
|
-
"category": "UI",
|
|
3995
|
-
"type": "3rd-party",
|
|
3996
|
-
"maintainers": [
|
|
3997
|
-
{
|
|
3998
|
-
"name": "Benjamin Canac",
|
|
3999
|
-
"github": "benjamincanac",
|
|
4000
|
-
"twitter": "benjamincanac"
|
|
4001
|
-
}
|
|
4002
|
-
],
|
|
4003
|
-
"compatibility": {
|
|
4004
|
-
"nuxt": "^3.0.0",
|
|
4005
|
-
"requires": {}
|
|
4006
|
-
}
|
|
4007
|
-
},
|
|
4008
4451
|
{
|
|
4009
4452
|
"name": "og-image",
|
|
4010
|
-
"description": "
|
|
4453
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4011
4454
|
"repo": "harlan-zw/nuxt-og-image",
|
|
4012
4455
|
"npm": "nuxt-og-image",
|
|
4013
|
-
"icon": "",
|
|
4456
|
+
"icon": "og-image.svg",
|
|
4014
4457
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
4015
|
-
"website": "https://
|
|
4016
|
-
"learn_more": "",
|
|
4458
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4459
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4017
4460
|
"category": "SEO",
|
|
4018
4461
|
"type": "3rd-party",
|
|
4019
4462
|
"maintainers": [
|
|
@@ -4026,7 +4469,8 @@
|
|
|
4026
4469
|
],
|
|
4027
4470
|
"compatibility": {
|
|
4028
4471
|
"nuxt": "^3.0.0",
|
|
4029
|
-
"requires": {}
|
|
4472
|
+
"requires": {},
|
|
4473
|
+
"devtools": "^0.0.0"
|
|
4030
4474
|
}
|
|
4031
4475
|
},
|
|
4032
4476
|
{
|
|
@@ -4054,7 +4498,7 @@
|
|
|
4054
4498
|
},
|
|
4055
4499
|
{
|
|
4056
4500
|
"name": "optimized-images",
|
|
4057
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4501
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4058
4502
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4059
4503
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4060
4504
|
"icon": "",
|
|
@@ -4099,7 +4543,7 @@
|
|
|
4099
4543
|
},
|
|
4100
4544
|
{
|
|
4101
4545
|
"name": "parse",
|
|
4102
|
-
"description": "Parse package for Nuxt
|
|
4546
|
+
"description": "Parse package for Nuxt",
|
|
4103
4547
|
"repo": "cierrateam/nuxt-parse",
|
|
4104
4548
|
"npm": "nuxt-parse",
|
|
4105
4549
|
"icon": "",
|
|
@@ -4119,6 +4563,29 @@
|
|
|
4119
4563
|
"requires": {}
|
|
4120
4564
|
}
|
|
4121
4565
|
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "particles",
|
|
4568
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4569
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4570
|
+
"npm": "nuxt-particles",
|
|
4571
|
+
"icon": "",
|
|
4572
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4573
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4574
|
+
"learn_more": "https://particles.js.org/",
|
|
4575
|
+
"category": "Libraries",
|
|
4576
|
+
"type": "3rd-party",
|
|
4577
|
+
"maintainers": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "Joey Pereira",
|
|
4580
|
+
"github": "Joepocalyptic",
|
|
4581
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4582
|
+
}
|
|
4583
|
+
],
|
|
4584
|
+
"compatibility": {
|
|
4585
|
+
"nuxt": "^3.0.0",
|
|
4586
|
+
"requires": {}
|
|
4587
|
+
}
|
|
4588
|
+
},
|
|
4122
4589
|
{
|
|
4123
4590
|
"name": "partytown",
|
|
4124
4591
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4144,6 +4611,28 @@
|
|
|
4144
4611
|
}
|
|
4145
4612
|
}
|
|
4146
4613
|
},
|
|
4614
|
+
{
|
|
4615
|
+
"name": "paypal",
|
|
4616
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4617
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4618
|
+
"npm": "nuxt-paypal",
|
|
4619
|
+
"icon": "paypal.svg",
|
|
4620
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4621
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4622
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4623
|
+
"category": "Payment",
|
|
4624
|
+
"type": "3rd-party",
|
|
4625
|
+
"maintainers": [
|
|
4626
|
+
{
|
|
4627
|
+
"name": "Arash Sheyda",
|
|
4628
|
+
"github": "arashsheyda"
|
|
4629
|
+
}
|
|
4630
|
+
],
|
|
4631
|
+
"compatibility": {
|
|
4632
|
+
"nuxt": "^3.0.0",
|
|
4633
|
+
"requires": {}
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
4147
4636
|
{
|
|
4148
4637
|
"name": "pdfeasy",
|
|
4149
4638
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4265,7 +4754,7 @@
|
|
|
4265
4754
|
},
|
|
4266
4755
|
{
|
|
4267
4756
|
"name": "plausible",
|
|
4268
|
-
"description": "Nuxt
|
|
4757
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4269
4758
|
"repo": "nuxt-modules/plausible",
|
|
4270
4759
|
"npm": "@nuxtjs/plausible",
|
|
4271
4760
|
"icon": "",
|
|
@@ -4307,9 +4796,56 @@
|
|
|
4307
4796
|
"requires": {}
|
|
4308
4797
|
}
|
|
4309
4798
|
},
|
|
4799
|
+
{
|
|
4800
|
+
"name": "prepare",
|
|
4801
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4802
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4803
|
+
"npm": "nuxt-prepare",
|
|
4804
|
+
"icon": "prepare.svg",
|
|
4805
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4806
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4807
|
+
"learn_more": "",
|
|
4808
|
+
"category": "Devtools",
|
|
4809
|
+
"type": "3rd-party",
|
|
4810
|
+
"maintainers": [
|
|
4811
|
+
{
|
|
4812
|
+
"name": "Johann Schopplich",
|
|
4813
|
+
"github": "johannschopplich",
|
|
4814
|
+
"twitter": "jschopplich",
|
|
4815
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4816
|
+
}
|
|
4817
|
+
],
|
|
4818
|
+
"compatibility": {
|
|
4819
|
+
"nuxt": "^3.0.0",
|
|
4820
|
+
"requires": {}
|
|
4821
|
+
}
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"name": "primevue",
|
|
4825
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4826
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4827
|
+
"npm": "nuxt-primevue",
|
|
4828
|
+
"icon": "primevue.svg",
|
|
4829
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4830
|
+
"website": "https://primevue.org/",
|
|
4831
|
+
"learn_more": "https://primevue.org/",
|
|
4832
|
+
"category": "UI",
|
|
4833
|
+
"type": "3rd-party",
|
|
4834
|
+
"maintainers": [
|
|
4835
|
+
{
|
|
4836
|
+
"name": "primefaces",
|
|
4837
|
+
"github": "primefaces",
|
|
4838
|
+
"twitter": "primevue"
|
|
4839
|
+
}
|
|
4840
|
+
],
|
|
4841
|
+
"compatibility": {
|
|
4842
|
+
"nuxt": "^3.0.0",
|
|
4843
|
+
"requires": {}
|
|
4844
|
+
}
|
|
4845
|
+
},
|
|
4310
4846
|
{
|
|
4311
4847
|
"name": "prismic",
|
|
4312
|
-
"description": "Easily connect your Nuxt
|
|
4848
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4313
4849
|
"repo": "nuxt-modules/prismic",
|
|
4314
4850
|
"npm": "@nuxtjs/prismic",
|
|
4315
4851
|
"icon": "prismic.png",
|
|
@@ -4376,7 +4912,7 @@
|
|
|
4376
4912
|
},
|
|
4377
4913
|
{
|
|
4378
4914
|
"name": "proxy",
|
|
4379
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4915
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4380
4916
|
"repo": "nuxt-community/proxy-module",
|
|
4381
4917
|
"npm": "@nuxtjs/proxy",
|
|
4382
4918
|
"icon": "",
|
|
@@ -4422,7 +4958,7 @@
|
|
|
4422
4958
|
},
|
|
4423
4959
|
{
|
|
4424
4960
|
"name": "purgecss",
|
|
4425
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4961
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4426
4962
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4427
4963
|
"npm": "nuxt-purgecss",
|
|
4428
4964
|
"icon": "purgecss.png",
|
|
@@ -4444,7 +4980,7 @@
|
|
|
4444
4980
|
},
|
|
4445
4981
|
{
|
|
4446
4982
|
"name": "pwa",
|
|
4447
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4983
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4448
4984
|
"repo": "nuxt-community/pwa-module",
|
|
4449
4985
|
"npm": "@nuxtjs/pwa",
|
|
4450
4986
|
"icon": "pwa.png",
|
|
@@ -4469,7 +5005,7 @@
|
|
|
4469
5005
|
},
|
|
4470
5006
|
{
|
|
4471
5007
|
"name": "python",
|
|
4472
|
-
"description": "Write Nuxt
|
|
5008
|
+
"description": "Write Nuxt applications using Python",
|
|
4473
5009
|
"repo": "nuxt-community/python-module",
|
|
4474
5010
|
"npm": "@nuxtjs/python",
|
|
4475
5011
|
"icon": "python.png",
|
|
@@ -4508,7 +5044,8 @@
|
|
|
4508
5044
|
],
|
|
4509
5045
|
"compatibility": {
|
|
4510
5046
|
"nuxt": "^3.0.0",
|
|
4511
|
-
"requires": {}
|
|
5047
|
+
"requires": {},
|
|
5048
|
+
"devtools": "^0.0.0"
|
|
4512
5049
|
}
|
|
4513
5050
|
},
|
|
4514
5051
|
{
|
|
@@ -4516,7 +5053,7 @@
|
|
|
4516
5053
|
"description": "radash module with auto-import and custom prefix",
|
|
4517
5054
|
"repo": "bbg/nuxt-radash",
|
|
4518
5055
|
"npm": "nuxt-radash",
|
|
4519
|
-
"icon": "radash.
|
|
5056
|
+
"icon": "radash.png",
|
|
4520
5057
|
"github": "https://github.com/bbg/nuxt-radash",
|
|
4521
5058
|
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4522
5059
|
"learn_more": "https://github.com/rayepps/radash/",
|
|
@@ -4533,9 +5070,44 @@
|
|
|
4533
5070
|
"requires": {}
|
|
4534
5071
|
}
|
|
4535
5072
|
},
|
|
5073
|
+
{
|
|
5074
|
+
"name": "radix-vue",
|
|
5075
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5076
|
+
"repo": "radix-vue/radix-vue",
|
|
5077
|
+
"npm": "radix-vue",
|
|
5078
|
+
"icon": "radix-vue.svg",
|
|
5079
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5080
|
+
"website": "https://www.radix-vue.com/",
|
|
5081
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5082
|
+
"category": "UI",
|
|
5083
|
+
"type": "3rd-party",
|
|
5084
|
+
"maintainers": [
|
|
5085
|
+
{
|
|
5086
|
+
"name": "Zernonia",
|
|
5087
|
+
"github": "zernonia",
|
|
5088
|
+
"twitter": "zernonia"
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "Khairul Haaziq",
|
|
5092
|
+
"github": "khairulhaaziq"
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"name": "Mujahid Anuar",
|
|
5096
|
+
"github": "mujahidfa"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"name": "Max",
|
|
5100
|
+
"github": "onmax"
|
|
5101
|
+
}
|
|
5102
|
+
],
|
|
5103
|
+
"compatibility": {
|
|
5104
|
+
"nuxt": "^3.0.0",
|
|
5105
|
+
"requires": {}
|
|
5106
|
+
}
|
|
5107
|
+
},
|
|
4536
5108
|
{
|
|
4537
5109
|
"name": "recaptcha",
|
|
4538
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5110
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4539
5111
|
"repo": "nuxt-community/recaptcha-module",
|
|
4540
5112
|
"npm": "@nuxtjs/recaptcha",
|
|
4541
5113
|
"icon": "recaptcha.png",
|
|
@@ -4578,9 +5150,32 @@
|
|
|
4578
5150
|
"requires": {}
|
|
4579
5151
|
}
|
|
4580
5152
|
},
|
|
5153
|
+
{
|
|
5154
|
+
"name": "resend",
|
|
5155
|
+
"description": "Resend integration for Nuxt",
|
|
5156
|
+
"repo": "nhedger/nuxt-resend",
|
|
5157
|
+
"npm": "nuxt-resend",
|
|
5158
|
+
"icon": "resend.svg",
|
|
5159
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5160
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5161
|
+
"learn_more": "https://resend.com",
|
|
5162
|
+
"category": "Extensions",
|
|
5163
|
+
"type": "3rd-party",
|
|
5164
|
+
"maintainers": [
|
|
5165
|
+
{
|
|
5166
|
+
"name": "Nicolas Hedger",
|
|
5167
|
+
"github": "nhedger",
|
|
5168
|
+
"twitter": "nicolashedger"
|
|
5169
|
+
}
|
|
5170
|
+
],
|
|
5171
|
+
"compatibility": {
|
|
5172
|
+
"nuxt": "^3.0.0",
|
|
5173
|
+
"requires": {}
|
|
5174
|
+
}
|
|
5175
|
+
},
|
|
4581
5176
|
{
|
|
4582
5177
|
"name": "rfg-icon",
|
|
4583
|
-
"description": "Nuxt
|
|
5178
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4584
5179
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4585
5180
|
"npm": "nuxt-rfg-icon",
|
|
4586
5181
|
"icon": "real-favicon-generator.png",
|
|
@@ -4602,12 +5197,12 @@
|
|
|
4602
5197
|
},
|
|
4603
5198
|
{
|
|
4604
5199
|
"name": "robots",
|
|
4605
|
-
"description": "A Nuxt
|
|
4606
|
-
"repo": "nuxt-
|
|
5200
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5201
|
+
"repo": "nuxt-modules/robots",
|
|
4607
5202
|
"npm": "@nuxtjs/robots",
|
|
4608
5203
|
"icon": "robots.png",
|
|
4609
|
-
"github": "https://github.com/nuxt-
|
|
4610
|
-
"website": "https://github.com/nuxt-
|
|
5204
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5205
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4611
5206
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4612
5207
|
"category": "SEO",
|
|
4613
5208
|
"type": "community",
|
|
@@ -4626,23 +5221,23 @@
|
|
|
4626
5221
|
},
|
|
4627
5222
|
{
|
|
4628
5223
|
"name": "rollbar",
|
|
4629
|
-
"description": "
|
|
4630
|
-
"repo": "
|
|
4631
|
-
"npm": "nuxt-rollbar
|
|
5224
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5225
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5226
|
+
"npm": "nuxt-rollbar",
|
|
4632
5227
|
"icon": "rollbar.png",
|
|
4633
|
-
"github": "https://github.com/
|
|
4634
|
-
"website": "https://github.com/
|
|
5228
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5229
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4635
5230
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4636
5231
|
"category": "Monitoring",
|
|
4637
5232
|
"type": "3rd-party",
|
|
4638
5233
|
"maintainers": [
|
|
4639
5234
|
{
|
|
4640
|
-
"name": "
|
|
4641
|
-
"github": "
|
|
5235
|
+
"name": "Jairo Blatt",
|
|
5236
|
+
"github": "jairoblatt"
|
|
4642
5237
|
}
|
|
4643
5238
|
],
|
|
4644
5239
|
"compatibility": {
|
|
4645
|
-
"nuxt": "^
|
|
5240
|
+
"nuxt": "^3.0.0",
|
|
4646
5241
|
"requires": {}
|
|
4647
5242
|
}
|
|
4648
5243
|
},
|
|
@@ -4671,7 +5266,7 @@
|
|
|
4671
5266
|
},
|
|
4672
5267
|
{
|
|
4673
5268
|
"name": "router",
|
|
4674
|
-
"description": "Nuxt
|
|
5269
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4675
5270
|
"repo": "nuxt-community/router-module",
|
|
4676
5271
|
"npm": "@nuxtjs/router",
|
|
4677
5272
|
"icon": "vue.png",
|
|
@@ -4719,13 +5314,13 @@
|
|
|
4719
5314
|
},
|
|
4720
5315
|
{
|
|
4721
5316
|
"name": "schema-org",
|
|
4722
|
-
"description": "Schema.org for Nuxt
|
|
4723
|
-
"repo": "
|
|
5317
|
+
"description": "Schema.org for Nuxt.",
|
|
5318
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4724
5319
|
"npm": "nuxt-schema-org",
|
|
4725
5320
|
"icon": "schema-org.svg",
|
|
4726
|
-
"github": "https://github.com/
|
|
4727
|
-
"website": "https://
|
|
4728
|
-
"learn_more": "https://
|
|
5321
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5322
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5323
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4729
5324
|
"category": "SEO",
|
|
4730
5325
|
"type": "3rd-party",
|
|
4731
5326
|
"maintainers": [
|
|
@@ -4788,7 +5383,7 @@
|
|
|
4788
5383
|
},
|
|
4789
5384
|
{
|
|
4790
5385
|
"name": "segment",
|
|
4791
|
-
"description": "Nuxt
|
|
5386
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4792
5387
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4793
5388
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4794
5389
|
"icon": "segment.png",
|
|
@@ -4810,10 +5405,10 @@
|
|
|
4810
5405
|
},
|
|
4811
5406
|
{
|
|
4812
5407
|
"name": "sentry",
|
|
4813
|
-
"description": "Sentry module for Nuxt
|
|
5408
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4814
5409
|
"repo": "nuxt-community/sentry-module",
|
|
4815
5410
|
"npm": "@nuxtjs/sentry",
|
|
4816
|
-
"icon": "sentry.
|
|
5411
|
+
"icon": "sentry.svg",
|
|
4817
5412
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4818
5413
|
"website": "https://sentry.nuxtjs.org/",
|
|
4819
5414
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4830,14 +5425,38 @@
|
|
|
4830
5425
|
"requires": {}
|
|
4831
5426
|
}
|
|
4832
5427
|
},
|
|
5428
|
+
{
|
|
5429
|
+
"name": "seo-experiments",
|
|
5430
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5431
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5432
|
+
"npm": "nuxt-seo-experiments",
|
|
5433
|
+
"icon": "seo-experiments.svg",
|
|
5434
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5435
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5436
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5437
|
+
"category": "SEO",
|
|
5438
|
+
"type": "3rd-party",
|
|
5439
|
+
"maintainers": [
|
|
5440
|
+
{
|
|
5441
|
+
"name": "Harlan Wilton",
|
|
5442
|
+
"github": "harlan-zw",
|
|
5443
|
+
"twitter": "harlan_zw",
|
|
5444
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5445
|
+
}
|
|
5446
|
+
],
|
|
5447
|
+
"compatibility": {
|
|
5448
|
+
"nuxt": "^3.0.0",
|
|
5449
|
+
"requires": {}
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
4833
5452
|
{
|
|
4834
5453
|
"name": "seo-kit",
|
|
4835
|
-
"description": "
|
|
5454
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4836
5455
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4837
5456
|
"npm": "nuxt-seo-kit",
|
|
4838
5457
|
"icon": "seo-kit.svg",
|
|
4839
5458
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4840
|
-
"website": "https://
|
|
5459
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4841
5460
|
"learn_more": "",
|
|
4842
5461
|
"category": "SEO",
|
|
4843
5462
|
"type": "3rd-party",
|
|
@@ -4877,7 +5496,7 @@
|
|
|
4877
5496
|
},
|
|
4878
5497
|
{
|
|
4879
5498
|
"name": "seomatic-meta",
|
|
4880
|
-
"description": "A Nuxt
|
|
5499
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4881
5500
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4882
5501
|
"npm": "nuxt-seomatic-meta",
|
|
4883
5502
|
"icon": "seomatic.png",
|
|
@@ -4968,7 +5587,7 @@
|
|
|
4968
5587
|
},
|
|
4969
5588
|
{
|
|
4970
5589
|
"name": "shopify",
|
|
4971
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5590
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4972
5591
|
"repo": "Gomah/nuxt-shopify",
|
|
4973
5592
|
"npm": "nuxt-shopify",
|
|
4974
5593
|
"icon": "shopify.png",
|
|
@@ -4989,7 +5608,7 @@
|
|
|
4989
5608
|
}
|
|
4990
5609
|
},
|
|
4991
5610
|
{
|
|
4992
|
-
"name": "
|
|
5611
|
+
"name": "sidebase-auth",
|
|
4993
5612
|
"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.",
|
|
4994
5613
|
"repo": "sidebase/nuxt-auth",
|
|
4995
5614
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5035,13 +5654,13 @@
|
|
|
5035
5654
|
},
|
|
5036
5655
|
{
|
|
5037
5656
|
"name": "simple-robots",
|
|
5038
|
-
"description": "
|
|
5657
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5039
5658
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5040
5659
|
"npm": "nuxt-simple-robots",
|
|
5041
|
-
"icon": "",
|
|
5660
|
+
"icon": "simple-robots.svg",
|
|
5042
5661
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5043
|
-
"website": "https://
|
|
5044
|
-
"learn_more": "",
|
|
5662
|
+
"website": "https://nuxtseo.com/robots",
|
|
5663
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5045
5664
|
"category": "SEO",
|
|
5046
5665
|
"type": "3rd-party",
|
|
5047
5666
|
"maintainers": [
|
|
@@ -5059,13 +5678,13 @@
|
|
|
5059
5678
|
},
|
|
5060
5679
|
{
|
|
5061
5680
|
"name": "simple-sitemap",
|
|
5062
|
-
"description": "
|
|
5681
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5063
5682
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5064
5683
|
"npm": "nuxt-simple-sitemap",
|
|
5065
|
-
"icon": "",
|
|
5684
|
+
"icon": "simple-sitemap.svg",
|
|
5066
5685
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5067
|
-
"website": "https://
|
|
5068
|
-
"learn_more": "",
|
|
5686
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5687
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5069
5688
|
"category": "SEO",
|
|
5070
5689
|
"type": "3rd-party",
|
|
5071
5690
|
"maintainers": [
|
|
@@ -5083,7 +5702,7 @@
|
|
|
5083
5702
|
},
|
|
5084
5703
|
{
|
|
5085
5704
|
"name": "sitemap",
|
|
5086
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5705
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5087
5706
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5088
5707
|
"npm": "@nuxtjs/sitemap",
|
|
5089
5708
|
"icon": "",
|
|
@@ -5128,7 +5747,7 @@
|
|
|
5128
5747
|
},
|
|
5129
5748
|
{
|
|
5130
5749
|
"name": "snipcart",
|
|
5131
|
-
"description": "Snipcart integration module for Nuxt
|
|
5750
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5132
5751
|
"repo": "nuxt-modules/snipcart",
|
|
5133
5752
|
"npm": "@nuxtjs/snipcart",
|
|
5134
5753
|
"icon": "snipcart.png",
|
|
@@ -5151,7 +5770,7 @@
|
|
|
5151
5770
|
},
|
|
5152
5771
|
{
|
|
5153
5772
|
"name": "social-meta",
|
|
5154
|
-
"description": "Nuxt
|
|
5773
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5155
5774
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5156
5775
|
"npm": "nuxt-social-meta",
|
|
5157
5776
|
"icon": "",
|
|
@@ -5273,7 +5892,7 @@
|
|
|
5273
5892
|
},
|
|
5274
5893
|
{
|
|
5275
5894
|
"name": "storage",
|
|
5276
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5895
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5277
5896
|
"repo": "mazipan/nuxt-storage",
|
|
5278
5897
|
"npm": "nuxt-storage",
|
|
5279
5898
|
"icon": "",
|
|
@@ -5295,7 +5914,7 @@
|
|
|
5295
5914
|
},
|
|
5296
5915
|
{
|
|
5297
5916
|
"name": "storefront-ui",
|
|
5298
|
-
"description": "Storefront UI Module for Nuxt
|
|
5917
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5299
5918
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5300
5919
|
"npm": "@storefront-ui/nuxt",
|
|
5301
5920
|
"icon": "storefront-ui.svg",
|
|
@@ -5339,7 +5958,7 @@
|
|
|
5339
5958
|
},
|
|
5340
5959
|
{
|
|
5341
5960
|
"name": "storyblok",
|
|
5342
|
-
"description": "Storyblok Nuxt
|
|
5961
|
+
"description": "Storyblok Nuxt module",
|
|
5343
5962
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5344
5963
|
"npm": "@storyblok/nuxt",
|
|
5345
5964
|
"icon": "storyblok.png",
|
|
@@ -5356,46 +5975,43 @@
|
|
|
5356
5975
|
],
|
|
5357
5976
|
"compatibility": {
|
|
5358
5977
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
|
-
"requires": {}
|
|
5978
|
+
"requires": {},
|
|
5979
|
+
"devtools": "^0.0.0"
|
|
5360
5980
|
}
|
|
5361
5981
|
},
|
|
5362
5982
|
{
|
|
5363
5983
|
"name": "storybook",
|
|
5364
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5365
|
-
"repo": "nuxt-
|
|
5984
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5985
|
+
"repo": "nuxt-modules/storybook",
|
|
5366
5986
|
"npm": "@nuxtjs/storybook",
|
|
5367
5987
|
"icon": "storybook.png",
|
|
5368
|
-
"github": "https://github.com/nuxt-
|
|
5988
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5369
5989
|
"website": "https://storybook.nuxtjs.org",
|
|
5370
|
-
"learn_more": "https://
|
|
5990
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5371
5991
|
"category": "Devtools",
|
|
5372
5992
|
"type": "community",
|
|
5373
5993
|
"maintainers": [
|
|
5374
5994
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"github": "
|
|
5377
|
-
"twitter": "
|
|
5378
|
-
},
|
|
5379
|
-
{
|
|
5380
|
-
"name": "Pooya Parsa",
|
|
5381
|
-
"github": "pi0",
|
|
5382
|
-
"twitter": "_pi0_"
|
|
5995
|
+
"name": "Chakir QATAB",
|
|
5996
|
+
"github": "chakAs3",
|
|
5997
|
+
"twitter": "ChakirQatab"
|
|
5383
5998
|
}
|
|
5384
5999
|
],
|
|
5385
6000
|
"compatibility": {
|
|
5386
|
-
"nuxt": "^2.0.0",
|
|
6001
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5387
6002
|
"requires": {
|
|
5388
6003
|
"bridge": "optional"
|
|
5389
|
-
}
|
|
6004
|
+
},
|
|
6005
|
+
"devtools": "^0.7.2"
|
|
5390
6006
|
}
|
|
5391
6007
|
},
|
|
5392
6008
|
{
|
|
5393
6009
|
"name": "strapi",
|
|
5394
6010
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5395
|
-
"repo": "nuxt-
|
|
6011
|
+
"repo": "nuxt-modules/strapi",
|
|
5396
6012
|
"npm": "@nuxtjs/strapi",
|
|
5397
6013
|
"icon": "strapi.png",
|
|
5398
|
-
"github": "https://github.com/nuxt-
|
|
6014
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5399
6015
|
"website": "https://strapi.nuxtjs.org",
|
|
5400
6016
|
"learn_more": "https://strapi.io/",
|
|
5401
6017
|
"category": "CMS",
|
|
@@ -5416,7 +6032,8 @@
|
|
|
5416
6032
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5417
6033
|
"requires": {
|
|
5418
6034
|
"bridge": true
|
|
5419
|
-
}
|
|
6035
|
+
},
|
|
6036
|
+
"devtools": "^0.0.0"
|
|
5420
6037
|
}
|
|
5421
6038
|
},
|
|
5422
6039
|
{
|
|
@@ -5467,6 +6084,36 @@
|
|
|
5467
6084
|
"requires": {}
|
|
5468
6085
|
}
|
|
5469
6086
|
},
|
|
6087
|
+
{
|
|
6088
|
+
"name": "studio",
|
|
6089
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6090
|
+
"repo": "nuxtlabs/studio-module",
|
|
6091
|
+
"npm": "@nuxthq/studio",
|
|
6092
|
+
"icon": "studio.svg",
|
|
6093
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6094
|
+
"website": "https://nuxt.studio",
|
|
6095
|
+
"learn_more": "https://nuxt.studio",
|
|
6096
|
+
"category": "CMS",
|
|
6097
|
+
"type": "3rd-party",
|
|
6098
|
+
"maintainers": [
|
|
6099
|
+
{
|
|
6100
|
+
"name": "Ahad Birang",
|
|
6101
|
+
"github": "farnabaz",
|
|
6102
|
+
"twitter": "a_birang"
|
|
6103
|
+
},
|
|
6104
|
+
{
|
|
6105
|
+
"name": "Sébastien Chopin",
|
|
6106
|
+
"github": "Atinux",
|
|
6107
|
+
"twitter": "Atinux"
|
|
6108
|
+
}
|
|
6109
|
+
],
|
|
6110
|
+
"compatibility": {
|
|
6111
|
+
"nuxt": "^3.0.0",
|
|
6112
|
+
"requires": {
|
|
6113
|
+
"content": true
|
|
6114
|
+
}
|
|
6115
|
+
}
|
|
6116
|
+
},
|
|
5470
6117
|
{
|
|
5471
6118
|
"name": "style-resources",
|
|
5472
6119
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5492,7 +6139,7 @@
|
|
|
5492
6139
|
},
|
|
5493
6140
|
{
|
|
5494
6141
|
"name": "stylelint",
|
|
5495
|
-
"description": "Stylelint module for Nuxt.
|
|
6142
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5496
6143
|
"repo": "nuxt-community/stylelint-module",
|
|
5497
6144
|
"npm": "@nuxtjs/stylelint-module",
|
|
5498
6145
|
"icon": "stylelint.png",
|
|
@@ -5538,10 +6185,10 @@
|
|
|
5538
6185
|
{
|
|
5539
6186
|
"name": "supabase",
|
|
5540
6187
|
"description": "First class integration with Supabase",
|
|
5541
|
-
"repo": "nuxt-
|
|
6188
|
+
"repo": "nuxt-modules/supabase",
|
|
5542
6189
|
"npm": "@nuxtjs/supabase",
|
|
5543
6190
|
"icon": "supabase.png",
|
|
5544
|
-
"github": "https://github.com/nuxt-
|
|
6191
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5545
6192
|
"website": "https://supabase.nuxtjs.org",
|
|
5546
6193
|
"learn_more": "https://supabase.com",
|
|
5547
6194
|
"category": "Database",
|
|
@@ -5592,12 +6239,12 @@
|
|
|
5592
6239
|
},
|
|
5593
6240
|
{
|
|
5594
6241
|
"name": "svg-sprite",
|
|
5595
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5596
|
-
"repo": "nuxt-
|
|
6242
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6243
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5597
6244
|
"npm": "@nuxtjs/svg-sprite",
|
|
5598
6245
|
"icon": "",
|
|
5599
|
-
"github": "https://github.com/nuxt-
|
|
5600
|
-
"website": "https://github.com/nuxt-
|
|
6246
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6247
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5601
6248
|
"learn_more": "",
|
|
5602
6249
|
"category": "UI",
|
|
5603
6250
|
"type": "community",
|
|
@@ -5609,13 +6256,13 @@
|
|
|
5609
6256
|
}
|
|
5610
6257
|
],
|
|
5611
6258
|
"compatibility": {
|
|
5612
|
-
"nuxt": "^2.0.0",
|
|
6259
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5613
6260
|
"requires": {}
|
|
5614
6261
|
}
|
|
5615
6262
|
},
|
|
5616
6263
|
{
|
|
5617
6264
|
"name": "svg",
|
|
5618
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6265
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5619
6266
|
"repo": "nuxt-community/svg-module",
|
|
5620
6267
|
"npm": "@nuxtjs/svg",
|
|
5621
6268
|
"icon": "",
|
|
@@ -5659,7 +6306,7 @@
|
|
|
5659
6306
|
},
|
|
5660
6307
|
{
|
|
5661
6308
|
"name": "swiper",
|
|
5662
|
-
"description": "Nuxt
|
|
6309
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5663
6310
|
"repo": "cpreston321/nuxt-swiper",
|
|
5664
6311
|
"npm": "nuxt-swiper",
|
|
5665
6312
|
"icon": "swiper.svg",
|
|
@@ -5705,10 +6352,10 @@
|
|
|
5705
6352
|
{
|
|
5706
6353
|
"name": "tailwindcss",
|
|
5707
6354
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5708
|
-
"repo": "nuxt-
|
|
6355
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5709
6356
|
"npm": "@nuxtjs/tailwindcss",
|
|
5710
6357
|
"icon": "tailwindcss.png",
|
|
5711
|
-
"github": "https://github.com/nuxt-
|
|
6358
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5712
6359
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5713
6360
|
"learn_more": "https://tailwindcss.com/",
|
|
5714
6361
|
"category": "UI",
|
|
@@ -5718,11 +6365,16 @@
|
|
|
5718
6365
|
"name": "Sébastien Chopin",
|
|
5719
6366
|
"github": "Atinux",
|
|
5720
6367
|
"twitter": "Atinux"
|
|
6368
|
+
},
|
|
6369
|
+
{
|
|
6370
|
+
"name": "Inesh Bose",
|
|
6371
|
+
"github": "ineshbose"
|
|
5721
6372
|
}
|
|
5722
6373
|
],
|
|
5723
6374
|
"compatibility": {
|
|
5724
6375
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5725
|
-
"requires": {}
|
|
6376
|
+
"requires": {},
|
|
6377
|
+
"devtools": "^0.0.0"
|
|
5726
6378
|
}
|
|
5727
6379
|
},
|
|
5728
6380
|
{
|
|
@@ -5772,7 +6424,7 @@
|
|
|
5772
6424
|
},
|
|
5773
6425
|
{
|
|
5774
6426
|
"name": "toast",
|
|
5775
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6427
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5776
6428
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5777
6429
|
"npm": "@nuxtjs/toast",
|
|
5778
6430
|
"icon": "",
|
|
@@ -5853,7 +6505,7 @@
|
|
|
5853
6505
|
},
|
|
5854
6506
|
{
|
|
5855
6507
|
"name": "twa",
|
|
5856
|
-
"description": "Nuxt
|
|
6508
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5857
6509
|
"repo": "tuarrep/nuxt-twa",
|
|
5858
6510
|
"npm": "nuxt-twa",
|
|
5859
6511
|
"icon": "",
|
|
@@ -6041,6 +6693,63 @@
|
|
|
6041
6693
|
"requires": {}
|
|
6042
6694
|
}
|
|
6043
6695
|
},
|
|
6696
|
+
{
|
|
6697
|
+
"name": "typo3",
|
|
6698
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6699
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6700
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6701
|
+
"icon": "typo3.svg",
|
|
6702
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6703
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6704
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6705
|
+
"category": "CMS",
|
|
6706
|
+
"type": "3rd-party",
|
|
6707
|
+
"maintainers": [
|
|
6708
|
+
{
|
|
6709
|
+
"name": "Macopedia",
|
|
6710
|
+
"github": "macopedia",
|
|
6711
|
+
"twitter": "macopediapl"
|
|
6712
|
+
}
|
|
6713
|
+
],
|
|
6714
|
+
"compatibility": {
|
|
6715
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6716
|
+
"requires": {},
|
|
6717
|
+
"devtools": "^0.0.0"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"name": "ui",
|
|
6722
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6723
|
+
"repo": "nuxt/ui#dev",
|
|
6724
|
+
"npm": "@nuxt/ui",
|
|
6725
|
+
"icon": "nuxt.svg",
|
|
6726
|
+
"github": "https://github.com/nuxt/ui",
|
|
6727
|
+
"website": "https://ui.nuxt.com",
|
|
6728
|
+
"learn_more": "",
|
|
6729
|
+
"category": "UI",
|
|
6730
|
+
"type": "official",
|
|
6731
|
+
"maintainers": [
|
|
6732
|
+
{
|
|
6733
|
+
"name": "Benjamin Canac",
|
|
6734
|
+
"github": "benjamincanac",
|
|
6735
|
+
"twitter": "benjamincanac"
|
|
6736
|
+
},
|
|
6737
|
+
{
|
|
6738
|
+
"name": "Sebastien Chopin",
|
|
6739
|
+
"github": "Atinux",
|
|
6740
|
+
"twitter": "Atinux"
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
"name": "Sylvain Marroufin",
|
|
6744
|
+
"github": "smarroufin",
|
|
6745
|
+
"twitter": "smarroufin"
|
|
6746
|
+
}
|
|
6747
|
+
],
|
|
6748
|
+
"compatibility": {
|
|
6749
|
+
"nuxt": "^3.0.0",
|
|
6750
|
+
"requires": {}
|
|
6751
|
+
}
|
|
6752
|
+
},
|
|
6044
6753
|
{
|
|
6045
6754
|
"name": "umami",
|
|
6046
6755
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6089,7 +6798,7 @@
|
|
|
6089
6798
|
},
|
|
6090
6799
|
{
|
|
6091
6800
|
"name": "universal-storage",
|
|
6092
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6801
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6093
6802
|
"repo": "nuxt-community/universal-storage-module",
|
|
6094
6803
|
"npm": "@nuxtjs/universal-storage",
|
|
6095
6804
|
"icon": "",
|
|
@@ -6166,12 +6875,12 @@
|
|
|
6166
6875
|
{
|
|
6167
6876
|
"name": "unocss",
|
|
6168
6877
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6169
|
-
"repo": "
|
|
6878
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6170
6879
|
"npm": "@unocss/nuxt",
|
|
6171
6880
|
"icon": "unocss.svg",
|
|
6172
|
-
"github": "https://github.com/
|
|
6173
|
-
"website": "https://github.com/
|
|
6174
|
-
"learn_more": "https://github.com/
|
|
6881
|
+
"github": "https://github.com/unocss/unocss",
|
|
6882
|
+
"website": "https://github.com/unocss/unocss",
|
|
6883
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6175
6884
|
"category": "UI",
|
|
6176
6885
|
"type": "3rd-party",
|
|
6177
6886
|
"maintainers": [
|
|
@@ -6186,7 +6895,8 @@
|
|
|
6186
6895
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6187
6896
|
"requires": {
|
|
6188
6897
|
"bridge": "optional"
|
|
6189
|
-
}
|
|
6898
|
+
},
|
|
6899
|
+
"devtools": "^0.0.0"
|
|
6190
6900
|
}
|
|
6191
6901
|
},
|
|
6192
6902
|
{
|
|
@@ -6238,7 +6948,7 @@
|
|
|
6238
6948
|
},
|
|
6239
6949
|
{
|
|
6240
6950
|
"name": "user-agent",
|
|
6241
|
-
"description": "Nuxt
|
|
6951
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6242
6952
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6243
6953
|
"npm": "nuxt-user-agent",
|
|
6244
6954
|
"icon": "",
|
|
@@ -6352,7 +7062,7 @@
|
|
|
6352
7062
|
},
|
|
6353
7063
|
{
|
|
6354
7064
|
"name": "vee-validate",
|
|
6355
|
-
"description": "Painless Vue forms for Nuxt
|
|
7065
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6356
7066
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6357
7067
|
"npm": "@vee-validate/nuxt",
|
|
6358
7068
|
"icon": "vee-validate.png",
|
|
@@ -6442,7 +7152,7 @@
|
|
|
6442
7152
|
},
|
|
6443
7153
|
{
|
|
6444
7154
|
"name": "vite-pwa-nuxt",
|
|
6445
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7155
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6446
7156
|
"repo": "vite-pwa/nuxt",
|
|
6447
7157
|
"npm": "@vite-pwa/nuxt",
|
|
6448
7158
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6491,18 +7201,19 @@
|
|
|
6491
7201
|
],
|
|
6492
7202
|
"compatibility": {
|
|
6493
7203
|
"nuxt": "^3.0.0",
|
|
6494
|
-
"requires": {}
|
|
7204
|
+
"requires": {},
|
|
7205
|
+
"devtools": "^0.0.0"
|
|
6495
7206
|
}
|
|
6496
7207
|
},
|
|
6497
7208
|
{
|
|
6498
7209
|
"name": "vue-email",
|
|
6499
|
-
"description": "Write email templates with vue",
|
|
7210
|
+
"description": "💌 Write email templates with vue",
|
|
6500
7211
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6501
7212
|
"npm": "vue-email",
|
|
6502
7213
|
"icon": "vue-email.svg",
|
|
6503
7214
|
"github": "https://github.com/Dave136/vue-email",
|
|
6504
|
-
"website": "https://
|
|
6505
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
7215
|
+
"website": "https://www.vuemail.net/",
|
|
7216
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6506
7217
|
"category": "UI",
|
|
6507
7218
|
"type": "3rd-party",
|
|
6508
7219
|
"maintainers": [
|
|
@@ -6519,6 +7230,30 @@
|
|
|
6519
7230
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6520
7231
|
}
|
|
6521
7232
|
],
|
|
7233
|
+
"compatibility": {
|
|
7234
|
+
"nuxt": "^3.0.0",
|
|
7235
|
+
"requires": {},
|
|
7236
|
+
"devtools": "^0.0.0"
|
|
7237
|
+
}
|
|
7238
|
+
},
|
|
7239
|
+
{
|
|
7240
|
+
"name": "vue-final-modal",
|
|
7241
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7242
|
+
"repo": "vue-final/vue-final-modal",
|
|
7243
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7244
|
+
"icon": "vue-final-modal.svg",
|
|
7245
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7246
|
+
"website": "https://vue-final-modal.org/",
|
|
7247
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7248
|
+
"category": "UI",
|
|
7249
|
+
"type": "3rd-party",
|
|
7250
|
+
"maintainers": [
|
|
7251
|
+
{
|
|
7252
|
+
"name": "Hunter Liu",
|
|
7253
|
+
"github": "hunterliu1003",
|
|
7254
|
+
"twitter": "hunterliu1003"
|
|
7255
|
+
}
|
|
7256
|
+
],
|
|
6522
7257
|
"compatibility": {
|
|
6523
7258
|
"nuxt": "^3.0.0",
|
|
6524
7259
|
"requires": {}
|
|
@@ -6546,7 +7281,8 @@
|
|
|
6546
7281
|
"nuxt": "^3.0.0",
|
|
6547
7282
|
"requires": {
|
|
6548
7283
|
"bridge": "optional"
|
|
6549
|
-
}
|
|
7284
|
+
},
|
|
7285
|
+
"devtools": "^0.0.0"
|
|
6550
7286
|
}
|
|
6551
7287
|
},
|
|
6552
7288
|
{
|
|
@@ -6573,7 +7309,7 @@
|
|
|
6573
7309
|
},
|
|
6574
7310
|
{
|
|
6575
7311
|
"name": "vue-multiselect",
|
|
6576
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7312
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6577
7313
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6578
7314
|
"npm": "nuxt-vue-multiselect",
|
|
6579
7315
|
"icon": "",
|
|
@@ -6687,7 +7423,7 @@
|
|
|
6687
7423
|
},
|
|
6688
7424
|
{
|
|
6689
7425
|
"name": "vue-warehouse",
|
|
6690
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7426
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6691
7427
|
"repo": "juliomrqz/vue-warehouse",
|
|
6692
7428
|
"npm": "vue-warehouse",
|
|
6693
7429
|
"icon": "",
|
|
@@ -6710,7 +7446,7 @@
|
|
|
6710
7446
|
},
|
|
6711
7447
|
{
|
|
6712
7448
|
"name": "vue3-carousel-nuxt",
|
|
6713
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7449
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6714
7450
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6715
7451
|
"npm": "vue3-carousel-nuxt",
|
|
6716
7452
|
"icon": "",
|
|
@@ -6753,9 +7489,55 @@
|
|
|
6753
7489
|
"requires": {}
|
|
6754
7490
|
}
|
|
6755
7491
|
},
|
|
7492
|
+
{
|
|
7493
|
+
"name": "vueform-builder",
|
|
7494
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7495
|
+
"repo": "vueform/builder/nuxt",
|
|
7496
|
+
"npm": "@vueform/builder-nuxt",
|
|
7497
|
+
"icon": "vueform.svg",
|
|
7498
|
+
"github": "https://github.com/vueform/builder",
|
|
7499
|
+
"website": "https://builder.vueform.com",
|
|
7500
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7501
|
+
"category": "Libraries",
|
|
7502
|
+
"type": "3rd-party",
|
|
7503
|
+
"maintainers": [
|
|
7504
|
+
{
|
|
7505
|
+
"name": "Adam Berecz",
|
|
7506
|
+
"github": "adamberecz",
|
|
7507
|
+
"twitter": "bereczadam"
|
|
7508
|
+
}
|
|
7509
|
+
],
|
|
7510
|
+
"compatibility": {
|
|
7511
|
+
"nuxt": "^3.0.0",
|
|
7512
|
+
"requires": {}
|
|
7513
|
+
}
|
|
7514
|
+
},
|
|
7515
|
+
{
|
|
7516
|
+
"name": "vueform",
|
|
7517
|
+
"description": "Official Vueform module for Nuxt",
|
|
7518
|
+
"repo": "vueform/vueform/nuxt",
|
|
7519
|
+
"npm": "@vueform/nuxt",
|
|
7520
|
+
"icon": "vueform.svg",
|
|
7521
|
+
"github": "https://github.com/vueform/vueform",
|
|
7522
|
+
"website": "https://vueform.com",
|
|
7523
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7524
|
+
"category": "Libraries",
|
|
7525
|
+
"type": "3rd-party",
|
|
7526
|
+
"maintainers": [
|
|
7527
|
+
{
|
|
7528
|
+
"name": "Adam Berecz",
|
|
7529
|
+
"github": "adamberecz",
|
|
7530
|
+
"twitter": "bereczadam"
|
|
7531
|
+
}
|
|
7532
|
+
],
|
|
7533
|
+
"compatibility": {
|
|
7534
|
+
"nuxt": "^3.0.0",
|
|
7535
|
+
"requires": {}
|
|
7536
|
+
}
|
|
7537
|
+
},
|
|
6756
7538
|
{
|
|
6757
7539
|
"name": "vuestic",
|
|
6758
|
-
"description": "Vuestic UI module for Nuxt
|
|
7540
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6759
7541
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6760
7542
|
"npm": "@vuestic/nuxt",
|
|
6761
7543
|
"icon": "vuestic.png",
|
|
@@ -6782,8 +7564,8 @@
|
|
|
6782
7564
|
"npm": "vuetify-nuxt-module",
|
|
6783
7565
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6784
7566
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6785
|
-
"website": "https://
|
|
6786
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7567
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7568
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6787
7569
|
"category": "UI",
|
|
6788
7570
|
"type": "3rd-party",
|
|
6789
7571
|
"maintainers": [
|
|
@@ -6799,7 +7581,7 @@
|
|
|
6799
7581
|
},
|
|
6800
7582
|
{
|
|
6801
7583
|
"name": "vuetify",
|
|
6802
|
-
"description": "Vuetify Module for Nuxt
|
|
7584
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6803
7585
|
"repo": "nuxt-community/vuetify-module",
|
|
6804
7586
|
"npm": "@nuxtjs/vuetify",
|
|
6805
7587
|
"icon": "vuetify.png",
|
|
@@ -6846,7 +7628,8 @@
|
|
|
6846
7628
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6847
7629
|
"requires": {
|
|
6848
7630
|
"bridge": "optional"
|
|
6849
|
-
}
|
|
7631
|
+
},
|
|
7632
|
+
"devtools": "^0.0.0"
|
|
6850
7633
|
}
|
|
6851
7634
|
},
|
|
6852
7635
|
{
|
|
@@ -6873,7 +7656,7 @@
|
|
|
6873
7656
|
},
|
|
6874
7657
|
{
|
|
6875
7658
|
"name": "vunix",
|
|
6876
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7659
|
+
"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.",
|
|
6877
7660
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6878
7661
|
"npm": "@vunix/nuxt",
|
|
6879
7662
|
"icon": "",
|
|
@@ -6897,11 +7680,11 @@
|
|
|
6897
7680
|
{
|
|
6898
7681
|
"name": "web-vitals",
|
|
6899
7682
|
"description": "Web Vitals for Nuxt",
|
|
6900
|
-
"repo": "nuxt-
|
|
7683
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6901
7684
|
"npm": "@nuxtjs/web-vitals",
|
|
6902
7685
|
"icon": "web-vitals.png",
|
|
6903
|
-
"github": "https://github.com/nuxt-
|
|
6904
|
-
"website": "https://github.com/nuxt-
|
|
7686
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7687
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6905
7688
|
"learn_more": "",
|
|
6906
7689
|
"category": "Performance",
|
|
6907
7690
|
"type": "community",
|
|
@@ -6952,7 +7735,7 @@
|
|
|
6952
7735
|
},
|
|
6953
7736
|
{
|
|
6954
7737
|
"name": "webpack-optimisations",
|
|
6955
|
-
"description": "Nuxt
|
|
7738
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6956
7739
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6957
7740
|
"npm": "nuxt-webpack-optimisations",
|
|
6958
7741
|
"icon": "build-optimisations.svg",
|
|
@@ -7044,7 +7827,7 @@
|
|
|
7044
7827
|
},
|
|
7045
7828
|
{
|
|
7046
7829
|
"name": "well-known",
|
|
7047
|
-
"description": "A Nuxt
|
|
7830
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7048
7831
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7049
7832
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7050
7833
|
"icon": "well-known.svg",
|
|
@@ -7066,7 +7849,7 @@
|
|
|
7066
7849
|
},
|
|
7067
7850
|
{
|
|
7068
7851
|
"name": "wideangle",
|
|
7069
|
-
"description": "Nuxt
|
|
7852
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7070
7853
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7071
7854
|
"npm": "wideangle-nuxt",
|
|
7072
7855
|
"icon": "wideangle.png",
|
|
@@ -7233,55 +8016,9 @@
|
|
|
7233
8016
|
"requires": {}
|
|
7234
8017
|
}
|
|
7235
8018
|
},
|
|
7236
|
-
{
|
|
7237
|
-
"name": "yandex-metrika-next",
|
|
7238
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
7239
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7240
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7241
|
-
"icon": "yandex-metrika.svg",
|
|
7242
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7243
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7244
|
-
"learn_more": "",
|
|
7245
|
-
"category": "Analytics",
|
|
7246
|
-
"type": "3rd-party",
|
|
7247
|
-
"maintainers": [
|
|
7248
|
-
{
|
|
7249
|
-
"name": "Aleksandr Saburov",
|
|
7250
|
-
"github": "artmizu",
|
|
7251
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7252
|
-
}
|
|
7253
|
-
],
|
|
7254
|
-
"compatibility": {
|
|
7255
|
-
"nuxt": "^3.0.0",
|
|
7256
|
-
"requires": {}
|
|
7257
|
-
}
|
|
7258
|
-
},
|
|
7259
|
-
{
|
|
7260
|
-
"name": "yandex-metrika",
|
|
7261
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
7262
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
7263
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
7264
|
-
"icon": "",
|
|
7265
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7266
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7267
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
7268
|
-
"category": "Analytics",
|
|
7269
|
-
"type": "community",
|
|
7270
|
-
"maintainers": [
|
|
7271
|
-
{
|
|
7272
|
-
"name": "Pooya Parsa",
|
|
7273
|
-
"github": "pi0",
|
|
7274
|
-
"twitter": "_pi0_"
|
|
7275
|
-
}
|
|
7276
|
-
],
|
|
7277
|
-
"compatibility": {
|
|
7278
|
-
"nuxt": "^2.0.0",
|
|
7279
|
-
"requires": {}
|
|
7280
|
-
}
|
|
7281
|
-
},
|
|
7282
8019
|
{
|
|
7283
8020
|
"name": "zendesk",
|
|
7284
|
-
"description": "Nuxt
|
|
8021
|
+
"description": "Nuxt module for Zendesk",
|
|
7285
8022
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7286
8023
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7287
8024
|
"icon": "zendesk.png",
|