@nuxt/modules 0.6.0-5574f0 → 0.6.0-55ff76
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 +1391 -479
- package/package.json +12 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,9 +170,31 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
@@ -220,7 +242,7 @@
|
|
|
220
242
|
},
|
|
221
243
|
{
|
|
222
244
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
246
|
"repo": "nuxt-modules/apollo",
|
|
225
247
|
"npm": "@nuxtjs/apollo",
|
|
226
248
|
"icon": "apollo.png",
|
|
@@ -244,7 +266,7 @@
|
|
|
244
266
|
},
|
|
245
267
|
{
|
|
246
268
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
248
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
272
|
"icon": "application-insights.png",
|
|
@@ -286,6 +308,28 @@
|
|
|
286
308
|
"requires": {}
|
|
287
309
|
}
|
|
288
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
289
333
|
{
|
|
290
334
|
"name": "ark-ui",
|
|
291
335
|
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
@@ -309,9 +353,31 @@
|
|
|
309
353
|
"requires": {}
|
|
310
354
|
}
|
|
311
355
|
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
312
378
|
{
|
|
313
379
|
"name": "auth",
|
|
314
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
315
381
|
"repo": "nuxt-community/auth-module",
|
|
316
382
|
"npm": "@nuxtjs/auth",
|
|
317
383
|
"icon": "auth.png",
|
|
@@ -359,9 +425,32 @@
|
|
|
359
425
|
"requires": {}
|
|
360
426
|
}
|
|
361
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
362
451
|
{
|
|
363
452
|
"name": "axios",
|
|
364
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
365
454
|
"repo": "nuxt-community/axios-module",
|
|
366
455
|
"npm": "@nuxtjs/axios",
|
|
367
456
|
"icon": "axios.svg",
|
|
@@ -384,7 +473,7 @@
|
|
|
384
473
|
},
|
|
385
474
|
{
|
|
386
475
|
"name": "basic-auth",
|
|
387
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
388
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
389
478
|
"npm": "nuxt-basic-auth-module",
|
|
390
479
|
"icon": "",
|
|
@@ -508,7 +597,7 @@
|
|
|
508
597
|
},
|
|
509
598
|
{
|
|
510
599
|
"name": "bulma-slim",
|
|
511
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
512
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
513
602
|
"npm": "nuxt-bulma-slim",
|
|
514
603
|
"icon": "bulma.png",
|
|
@@ -575,7 +664,7 @@
|
|
|
575
664
|
},
|
|
576
665
|
{
|
|
577
666
|
"name": "canvas-sketch",
|
|
578
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
579
668
|
"repo": "LuXDAmore/generative-art",
|
|
580
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
581
670
|
"icon": "",
|
|
@@ -598,7 +687,7 @@
|
|
|
598
687
|
},
|
|
599
688
|
{
|
|
600
689
|
"name": "capo",
|
|
601
|
-
"description": "Capo.js implementation for Nuxt
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
602
691
|
"repo": "danielroe/nuxt-capo",
|
|
603
692
|
"npm": "nuxt-capo",
|
|
604
693
|
"icon": "",
|
|
@@ -620,7 +709,7 @@
|
|
|
620
709
|
},
|
|
621
710
|
{
|
|
622
711
|
"name": "chakra-ui",
|
|
623
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
624
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
625
714
|
"npm": "@chakra-ui/nuxt",
|
|
626
715
|
"icon": "chakra-ui.png",
|
|
@@ -667,10 +756,10 @@
|
|
|
667
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
668
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
669
758
|
"npm": "nuxt-chiffre",
|
|
670
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
671
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
672
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
673
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
674
763
|
"category": "Analytics",
|
|
675
764
|
"type": "3rd-party",
|
|
676
765
|
"maintainers": [
|
|
@@ -731,7 +820,7 @@
|
|
|
731
820
|
},
|
|
732
821
|
{
|
|
733
822
|
"name": "cloudcms",
|
|
734
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
735
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
736
825
|
"npm": "cloudcms-nuxt",
|
|
737
826
|
"icon": "",
|
|
@@ -780,11 +869,11 @@
|
|
|
780
869
|
},
|
|
781
870
|
{
|
|
782
871
|
"name": "cloudinary",
|
|
783
|
-
"description": "Optimize images and videos in your Nuxt
|
|
784
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
785
874
|
"npm": "@nuxtjs/cloudinary",
|
|
786
875
|
"icon": "cloudinary.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
788
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
789
878
|
"learn_more": "https://cloudinary.com",
|
|
790
879
|
"category": "Images",
|
|
@@ -803,11 +892,11 @@
|
|
|
803
892
|
},
|
|
804
893
|
{
|
|
805
894
|
"name": "color-mode",
|
|
806
|
-
"description": "Dark and Light mode for
|
|
807
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
808
897
|
"npm": "@nuxtjs/color-mode",
|
|
809
898
|
"icon": "color-mode.png",
|
|
810
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
811
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
812
901
|
"learn_more": "",
|
|
813
902
|
"category": "UI",
|
|
@@ -1024,7 +1113,7 @@
|
|
|
1024
1113
|
},
|
|
1025
1114
|
{
|
|
1026
1115
|
"name": "darkmode.js",
|
|
1027
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1028
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1029
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1030
1119
|
"icon": "darkmode.png",
|
|
@@ -1046,7 +1135,7 @@
|
|
|
1046
1135
|
},
|
|
1047
1136
|
{
|
|
1048
1137
|
"name": "date-fns",
|
|
1049
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1050
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1051
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1052
1141
|
"icon": "date-fns.png",
|
|
@@ -1068,7 +1157,7 @@
|
|
|
1068
1157
|
},
|
|
1069
1158
|
{
|
|
1070
1159
|
"name": "datocms-nuxt2",
|
|
1071
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1072
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1073
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1074
1163
|
"icon": "datocms.svg",
|
|
@@ -1137,8 +1226,8 @@
|
|
|
1137
1226
|
},
|
|
1138
1227
|
{
|
|
1139
1228
|
"name": "delay-hydration",
|
|
1140
|
-
"description": "Improve your Nuxt
|
|
1141
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1142
1231
|
"npm": "nuxt-delay-hydration",
|
|
1143
1232
|
"icon": "lighthouse.svg",
|
|
1144
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1160,12 +1249,12 @@
|
|
|
1160
1249
|
},
|
|
1161
1250
|
{
|
|
1162
1251
|
"name": "device",
|
|
1163
|
-
"description": "Device detection module for Nuxt
|
|
1164
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1165
1254
|
"npm": "@nuxtjs/device",
|
|
1166
1255
|
"icon": "",
|
|
1167
|
-
"github": "https://github.com/nuxt-
|
|
1168
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1169
1258
|
"learn_more": "",
|
|
1170
1259
|
"category": "Extensions",
|
|
1171
1260
|
"type": "community",
|
|
@@ -1223,12 +1312,13 @@
|
|
|
1223
1312
|
],
|
|
1224
1313
|
"compatibility": {
|
|
1225
1314
|
"nuxt": "^3.0.0",
|
|
1226
|
-
"requires": {}
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1227
1317
|
}
|
|
1228
1318
|
},
|
|
1229
1319
|
{
|
|
1230
1320
|
"name": "disqus",
|
|
1231
|
-
"description": "Disqus for Nuxt
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1232
1322
|
"repo": "modbender/nuxt-disqus",
|
|
1233
1323
|
"npm": "nuxt-disqus",
|
|
1234
1324
|
"icon": "disqus.svg",
|
|
@@ -1248,9 +1338,31 @@
|
|
|
1248
1338
|
"requires": {}
|
|
1249
1339
|
}
|
|
1250
1340
|
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1251
1363
|
{
|
|
1252
1364
|
"name": "dotenv",
|
|
1253
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1254
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1255
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1256
1368
|
"icon": "dotenv.png",
|
|
@@ -1272,13 +1384,13 @@
|
|
|
1272
1384
|
},
|
|
1273
1385
|
{
|
|
1274
1386
|
"name": "drupal-ce",
|
|
1275
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1276
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1277
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1278
1390
|
"icon": "drupal-ce.png",
|
|
1279
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1280
|
-
"website": "https://
|
|
1281
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1282
1394
|
"category": "CMS",
|
|
1283
1395
|
"type": "3rd-party",
|
|
1284
1396
|
"maintainers": [
|
|
@@ -1293,19 +1405,19 @@
|
|
|
1293
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1294
1406
|
},
|
|
1295
1407
|
{
|
|
1296
|
-
"name": "
|
|
1297
|
-
"github": "
|
|
1298
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1299
1411
|
}
|
|
1300
1412
|
],
|
|
1301
1413
|
"compatibility": {
|
|
1302
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1303
1415
|
"requires": {}
|
|
1304
1416
|
}
|
|
1305
1417
|
},
|
|
1306
1418
|
{
|
|
1307
1419
|
"name": "druxt",
|
|
1308
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1309
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1310
1422
|
"npm": "druxt",
|
|
1311
1423
|
"icon": "druxt.svg",
|
|
@@ -1325,6 +1437,29 @@
|
|
|
1325
1437
|
"requires": {}
|
|
1326
1438
|
}
|
|
1327
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1328
1463
|
{
|
|
1329
1464
|
"name": "electron",
|
|
1330
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1373,7 +1508,7 @@
|
|
|
1373
1508
|
},
|
|
1374
1509
|
{
|
|
1375
1510
|
"name": "emotion",
|
|
1376
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1377
1512
|
"repo": "nuxt-modules/emotion",
|
|
1378
1513
|
"npm": "@nuxtjs/emotion",
|
|
1379
1514
|
"icon": "emotion.png",
|
|
@@ -1401,7 +1536,7 @@
|
|
|
1401
1536
|
},
|
|
1402
1537
|
{
|
|
1403
1538
|
"name": "eslint",
|
|
1404
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1405
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1406
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1407
1542
|
"icon": "eslint.png",
|
|
@@ -1423,7 +1558,7 @@
|
|
|
1423
1558
|
},
|
|
1424
1559
|
{
|
|
1425
1560
|
"name": "event-trace",
|
|
1426
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1427
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1428
1563
|
"npm": "nuxt-event-trace",
|
|
1429
1564
|
"icon": "",
|
|
@@ -1443,6 +1578,29 @@
|
|
|
1443
1578
|
"requires": {}
|
|
1444
1579
|
}
|
|
1445
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1446
1604
|
{
|
|
1447
1605
|
"name": "fathom",
|
|
1448
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1467,7 +1625,7 @@
|
|
|
1467
1625
|
},
|
|
1468
1626
|
{
|
|
1469
1627
|
"name": "feature-toggle",
|
|
1470
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1471
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1472
1630
|
"npm": "nuxt-feature-toggle",
|
|
1473
1631
|
"icon": "",
|
|
@@ -1534,7 +1692,7 @@
|
|
|
1534
1692
|
},
|
|
1535
1693
|
{
|
|
1536
1694
|
"name": "floating-prompt-module",
|
|
1537
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1538
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1539
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1540
1698
|
"icon": "",
|
|
@@ -1646,11 +1804,11 @@
|
|
|
1646
1804
|
{
|
|
1647
1805
|
"name": "form-actions",
|
|
1648
1806
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1649
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1650
1808
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1651
1809
|
"icon": "form-actions.svg",
|
|
1652
1810
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1653
|
-
"website": "https://
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1654
1812
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1655
1813
|
"category": "Request",
|
|
1656
1814
|
"type": "3rd-party",
|
|
@@ -1662,7 +1820,7 @@
|
|
|
1662
1820
|
}
|
|
1663
1821
|
],
|
|
1664
1822
|
"compatibility": {
|
|
1665
|
-
"nuxt": "^3.
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1666
1824
|
"requires": {}
|
|
1667
1825
|
}
|
|
1668
1826
|
},
|
|
@@ -1674,7 +1832,7 @@
|
|
|
1674
1832
|
"icon": "formkit.png",
|
|
1675
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1676
1834
|
"website": "https://formkit.com",
|
|
1677
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1678
1836
|
"category": "Libraries",
|
|
1679
1837
|
"type": "3rd-party",
|
|
1680
1838
|
"maintainers": [
|
|
@@ -1740,7 +1898,7 @@
|
|
|
1740
1898
|
},
|
|
1741
1899
|
{
|
|
1742
1900
|
"name": "google-adsense",
|
|
1743
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1744
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1745
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1746
1904
|
"icon": "google-adsense.png",
|
|
@@ -1766,7 +1924,7 @@
|
|
|
1766
1924
|
},
|
|
1767
1925
|
{
|
|
1768
1926
|
"name": "google-analytics",
|
|
1769
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1770
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1771
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1772
1930
|
"icon": "google-analytics.png",
|
|
@@ -1798,12 +1956,12 @@
|
|
|
1798
1956
|
},
|
|
1799
1957
|
{
|
|
1800
1958
|
"name": "google-fonts",
|
|
1801
|
-
"description": "Google Fonts module for
|
|
1802
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1803
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1804
1962
|
"icon": "google-fonts.png",
|
|
1805
|
-
"github": "https://github.com/nuxt-
|
|
1806
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1807
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1808
1966
|
"category": "Fonts",
|
|
1809
1967
|
"type": "community",
|
|
@@ -1822,7 +1980,7 @@
|
|
|
1822
1980
|
},
|
|
1823
1981
|
{
|
|
1824
1982
|
"name": "google-gtag",
|
|
1825
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1826
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1827
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1828
1986
|
"icon": "gtm.png",
|
|
@@ -1848,7 +2006,7 @@
|
|
|
1848
2006
|
},
|
|
1849
2007
|
{
|
|
1850
2008
|
"name": "google-optimize",
|
|
1851
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1852
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1853
2011
|
"npm": "nuxt-google-optimize",
|
|
1854
2012
|
"icon": "google-optimize.png",
|
|
@@ -1887,7 +2045,7 @@
|
|
|
1887
2045
|
"icon": "graphql-client.svg",
|
|
1888
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1889
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1890
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1891
2049
|
"category": "Request",
|
|
1892
2050
|
"type": "3rd-party",
|
|
1893
2051
|
"maintainers": [
|
|
@@ -1903,7 +2061,7 @@
|
|
|
1903
2061
|
},
|
|
1904
2062
|
{
|
|
1905
2063
|
"name": "graphql-request",
|
|
1906
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1907
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1908
2066
|
"npm": "nuxt-graphql-request",
|
|
1909
2067
|
"icon": "graphql-request.png",
|
|
@@ -1919,7 +2077,7 @@
|
|
|
1919
2077
|
}
|
|
1920
2078
|
],
|
|
1921
2079
|
"compatibility": {
|
|
1922
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1923
2081
|
"requires": {}
|
|
1924
2082
|
}
|
|
1925
2083
|
},
|
|
@@ -1942,12 +2100,13 @@
|
|
|
1942
2100
|
],
|
|
1943
2101
|
"compatibility": {
|
|
1944
2102
|
"nuxt": "^3.0.0",
|
|
1945
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1946
2105
|
}
|
|
1947
2106
|
},
|
|
1948
2107
|
{
|
|
1949
2108
|
"name": "gtag",
|
|
1950
|
-
"description": "Google Analytics integration for Nuxt
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1951
2110
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1952
2111
|
"npm": "nuxt-gtag",
|
|
1953
2112
|
"icon": "gtag.svg",
|
|
@@ -1971,7 +2130,7 @@
|
|
|
1971
2130
|
},
|
|
1972
2131
|
{
|
|
1973
2132
|
"name": "gtm",
|
|
1974
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1975
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1976
2135
|
"npm": "@nuxtjs/gtm",
|
|
1977
2136
|
"icon": "gtm.png",
|
|
@@ -1994,7 +2153,7 @@
|
|
|
1994
2153
|
},
|
|
1995
2154
|
{
|
|
1996
2155
|
"name": "guess",
|
|
1997
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1998
2157
|
"repo": "nuxt-community/guess-module",
|
|
1999
2158
|
"npm": "@nuxtjs/guess-module",
|
|
2000
2159
|
"icon": "guessjs.png",
|
|
@@ -2106,7 +2265,7 @@
|
|
|
2106
2265
|
},
|
|
2107
2266
|
{
|
|
2108
2267
|
"name": "helmet",
|
|
2109
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2110
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
2111
2270
|
"npm": "nuxt-helmet",
|
|
2112
2271
|
"icon": "",
|
|
@@ -2150,7 +2309,7 @@
|
|
|
2150
2309
|
},
|
|
2151
2310
|
{
|
|
2152
2311
|
"name": "history-state",
|
|
2153
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2154
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2155
2314
|
"npm": "nuxt-history-state",
|
|
2156
2315
|
"icon": "",
|
|
@@ -2219,7 +2378,7 @@
|
|
|
2219
2378
|
},
|
|
2220
2379
|
{
|
|
2221
2380
|
"name": "http",
|
|
2222
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2223
2382
|
"repo": "nuxt/http",
|
|
2224
2383
|
"npm": "@nuxt/http",
|
|
2225
2384
|
"icon": "http.png",
|
|
@@ -2247,7 +2406,7 @@
|
|
|
2247
2406
|
},
|
|
2248
2407
|
{
|
|
2249
2408
|
"name": "humans-txt",
|
|
2250
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2409
|
+
"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
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2252
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2253
2412
|
"icon": "",
|
|
@@ -2271,12 +2430,12 @@
|
|
|
2271
2430
|
{
|
|
2272
2431
|
"name": "i18n",
|
|
2273
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2274
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2275
2434
|
"npm": "@nuxtjs/i18n",
|
|
2276
2435
|
"icon": "i18n.png",
|
|
2277
|
-
"github": "https://github.com/nuxt-
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2278
2437
|
"website": "https://i18n.nuxtjs.org",
|
|
2279
|
-
"learn_more": "https://
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2280
2439
|
"category": "Extensions",
|
|
2281
2440
|
"type": "community",
|
|
2282
2441
|
"maintainers": [
|
|
@@ -2287,6 +2446,10 @@
|
|
|
2287
2446
|
{
|
|
2288
2447
|
"name": "Kazuya Kawaguchi",
|
|
2289
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2290
2453
|
}
|
|
2291
2454
|
],
|
|
2292
2455
|
"compatibility": {
|
|
@@ -2316,6 +2479,29 @@
|
|
|
2316
2479
|
"requires": {}
|
|
2317
2480
|
}
|
|
2318
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2319
2505
|
{
|
|
2320
2506
|
"name": "icon",
|
|
2321
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2335,7 +2521,8 @@
|
|
|
2335
2521
|
],
|
|
2336
2522
|
"compatibility": {
|
|
2337
2523
|
"nuxt": "^3.0.0",
|
|
2338
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2339
2526
|
}
|
|
2340
2527
|
},
|
|
2341
2528
|
{
|
|
@@ -2384,12 +2571,12 @@
|
|
|
2384
2571
|
},
|
|
2385
2572
|
{
|
|
2386
2573
|
"name": "image",
|
|
2387
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2388
2575
|
"repo": "nuxt/image",
|
|
2389
2576
|
"npm": "@nuxt/image",
|
|
2390
2577
|
"icon": "image.png",
|
|
2391
2578
|
"github": "https://github.com/nuxt/image",
|
|
2392
|
-
"website": "https://image.
|
|
2579
|
+
"website": "https://image.nuxt.com",
|
|
2393
2580
|
"learn_more": "",
|
|
2394
2581
|
"category": "Images",
|
|
2395
2582
|
"type": "official",
|
|
@@ -2399,6 +2586,11 @@
|
|
|
2399
2586
|
"github": "farnabaz",
|
|
2400
2587
|
"twitter": "a_birang"
|
|
2401
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "Daniel Roe",
|
|
2591
|
+
"github": "danielroe",
|
|
2592
|
+
"twitter": "danielcroe"
|
|
2593
|
+
},
|
|
2402
2594
|
{
|
|
2403
2595
|
"name": "Pooya Parsa",
|
|
2404
2596
|
"github": "pi0",
|
|
@@ -2419,7 +2611,7 @@
|
|
|
2419
2611
|
},
|
|
2420
2612
|
{
|
|
2421
2613
|
"name": "imagemin",
|
|
2422
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2423
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2424
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2425
2617
|
"icon": "imagemin.png",
|
|
@@ -2466,7 +2658,7 @@
|
|
|
2466
2658
|
},
|
|
2467
2659
|
{
|
|
2468
2660
|
"name": "intercom",
|
|
2469
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2470
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2471
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2472
2664
|
"icon": "intercom.png",
|
|
@@ -2511,7 +2703,7 @@
|
|
|
2511
2703
|
},
|
|
2512
2704
|
{
|
|
2513
2705
|
"name": "jsonapi",
|
|
2514
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2515
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2516
2708
|
"npm": "nuxt-jsonapi",
|
|
2517
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2553,9 +2745,37 @@
|
|
|
2553
2745
|
"requires": {}
|
|
2554
2746
|
}
|
|
2555
2747
|
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "kinde",
|
|
2750
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2751
|
+
"repo": "nuxt-modules/kinde",
|
|
2752
|
+
"npm": "@nuxtjs/kinde",
|
|
2753
|
+
"icon": "kinde.svg",
|
|
2754
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2755
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2756
|
+
"learn_more": "https://kinde.com/",
|
|
2757
|
+
"category": "Security",
|
|
2758
|
+
"type": "community",
|
|
2759
|
+
"maintainers": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "danielroe",
|
|
2762
|
+
"github": "danielroe"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "daveordead",
|
|
2766
|
+
"github": "DaveOrDead",
|
|
2767
|
+
"twitter": "dave_or_dead"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"compatibility": {
|
|
2771
|
+
"nuxt": "^3.0.0",
|
|
2772
|
+
"requires": {}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2775
|
+
},
|
|
2556
2776
|
{
|
|
2557
2777
|
"name": "kql",
|
|
2558
|
-
"description": "Nuxt
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2559
2779
|
"repo": "johannschopplich/nuxt-kql",
|
|
2560
2780
|
"npm": "nuxt-kql",
|
|
2561
2781
|
"icon": "kql.svg",
|
|
@@ -2579,7 +2799,7 @@
|
|
|
2579
2799
|
},
|
|
2580
2800
|
{
|
|
2581
2801
|
"name": "laravel-echo",
|
|
2582
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2583
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2584
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2585
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2621,6 +2841,28 @@
|
|
|
2621
2841
|
"requires": {}
|
|
2622
2842
|
}
|
|
2623
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2624
2866
|
{
|
|
2625
2867
|
"name": "laravel",
|
|
2626
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2667,13 +2909,13 @@
|
|
|
2667
2909
|
},
|
|
2668
2910
|
{
|
|
2669
2911
|
"name": "link-checker",
|
|
2670
|
-
"description": "
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2671
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2672
2914
|
"npm": "nuxt-link-checker",
|
|
2673
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2674
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2675
|
-
"website": "https://
|
|
2676
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2677
2919
|
"category": "SEO",
|
|
2678
2920
|
"type": "3rd-party",
|
|
2679
2921
|
"maintainers": [
|
|
@@ -2686,7 +2928,8 @@
|
|
|
2686
2928
|
],
|
|
2687
2929
|
"compatibility": {
|
|
2688
2930
|
"nuxt": "^3.0.0",
|
|
2689
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2690
2933
|
}
|
|
2691
2934
|
},
|
|
2692
2935
|
{
|
|
@@ -2763,12 +3006,12 @@
|
|
|
2763
3006
|
},
|
|
2764
3007
|
{
|
|
2765
3008
|
"name": "logrocket",
|
|
2766
|
-
"description": "LogRocket module for Nuxt
|
|
2767
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2768
3011
|
"npm": "nuxt-logrocket",
|
|
2769
3012
|
"icon": "logrocket.png",
|
|
2770
|
-
"github": "https://github.com/nuxt-
|
|
2771
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2772
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2773
3016
|
"category": "Monitoring",
|
|
2774
3017
|
"type": "community",
|
|
@@ -2786,7 +3029,7 @@
|
|
|
2786
3029
|
},
|
|
2787
3030
|
{
|
|
2788
3031
|
"name": "lucide-icons",
|
|
2789
|
-
"description": "Nuxt
|
|
3032
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2790
3033
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
3034
|
"npm": "nuxt-lucide-icons",
|
|
2792
3035
|
"icon": "lucide-icons.svg",
|
|
@@ -2812,7 +3055,7 @@
|
|
|
2812
3055
|
},
|
|
2813
3056
|
{
|
|
2814
3057
|
"name": "lunr",
|
|
2815
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2816
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2817
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2818
3061
|
"icon": "",
|
|
@@ -2835,10 +3078,10 @@
|
|
|
2835
3078
|
{
|
|
2836
3079
|
"name": "magic-regexp",
|
|
2837
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2838
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2839
3082
|
"npm": "magic-regexp",
|
|
2840
3083
|
"icon": "magic-regexp.svg",
|
|
2841
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2842
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2843
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2844
3087
|
"category": "Libraries",
|
|
@@ -2878,6 +3121,30 @@
|
|
|
2878
3121
|
"requires": {}
|
|
2879
3122
|
}
|
|
2880
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2881
3148
|
{
|
|
2882
3149
|
"name": "matomo",
|
|
2883
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2900,6 +3167,28 @@
|
|
|
2900
3167
|
"requires": {}
|
|
2901
3168
|
}
|
|
2902
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "maz-ui",
|
|
3172
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3175
|
+
"icon": "maz-ui.png",
|
|
3176
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Loïc Mazuel",
|
|
3184
|
+
"github": "LouisMazel"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"compatibility": {
|
|
3188
|
+
"nuxt": "^3.0.0",
|
|
3189
|
+
"requires": {}
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2903
3192
|
{
|
|
2904
3193
|
"name": "mdx",
|
|
2905
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2925,7 +3214,7 @@
|
|
|
2925
3214
|
},
|
|
2926
3215
|
{
|
|
2927
3216
|
"name": "medusa",
|
|
2928
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2929
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2930
3219
|
"npm": "nuxt-medusa",
|
|
2931
3220
|
"icon": "medusa.svg",
|
|
@@ -2950,7 +3239,7 @@
|
|
|
2950
3239
|
},
|
|
2951
3240
|
{
|
|
2952
3241
|
"name": "meilisearch",
|
|
2953
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2954
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2955
3244
|
"npm": "nuxt-meilisearch",
|
|
2956
3245
|
"icon": "meilisearch.svg",
|
|
@@ -2970,7 +3259,8 @@
|
|
|
2970
3259
|
"nuxt": "^3.0.0",
|
|
2971
3260
|
"requires": {
|
|
2972
3261
|
"bridge": false
|
|
2973
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
2974
3264
|
}
|
|
2975
3265
|
},
|
|
2976
3266
|
{
|
|
@@ -2995,28 +3285,6 @@
|
|
|
2995
3285
|
"requires": {}
|
|
2996
3286
|
}
|
|
2997
3287
|
},
|
|
2998
|
-
{
|
|
2999
|
-
"name": "mobile",
|
|
3000
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3001
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3002
|
-
"npm": "nuxt-mobile",
|
|
3003
|
-
"icon": "",
|
|
3004
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3005
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3006
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3007
|
-
"category": "Extensions",
|
|
3008
|
-
"type": "3rd-party",
|
|
3009
|
-
"maintainers": [
|
|
3010
|
-
{
|
|
3011
|
-
"name": "ChanningDefoe",
|
|
3012
|
-
"github": "ChanningDefoe"
|
|
3013
|
-
}
|
|
3014
|
-
],
|
|
3015
|
-
"compatibility": {
|
|
3016
|
-
"nuxt": "^2.0.0",
|
|
3017
|
-
"requires": {}
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
3288
|
{
|
|
3021
3289
|
"name": "module-feed",
|
|
3022
3290
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3042,7 +3310,7 @@
|
|
|
3042
3310
|
},
|
|
3043
3311
|
{
|
|
3044
3312
|
"name": "moment",
|
|
3045
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3313
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3046
3314
|
"repo": "nuxt-community/moment-module",
|
|
3047
3315
|
"npm": "@nuxtjs/moment",
|
|
3048
3316
|
"icon": "momentjs.png",
|
|
@@ -3067,28 +3335,6 @@
|
|
|
3067
3335
|
"requires": {}
|
|
3068
3336
|
}
|
|
3069
3337
|
},
|
|
3070
|
-
{
|
|
3071
|
-
"name": "mq",
|
|
3072
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3073
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3074
|
-
"npm": "nuxt-mq",
|
|
3075
|
-
"icon": "",
|
|
3076
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3077
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3078
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
3079
|
-
"category": "Libraries",
|
|
3080
|
-
"type": "3rd-party",
|
|
3081
|
-
"maintainers": [
|
|
3082
|
-
{
|
|
3083
|
-
"name": "vanhoofmaarten",
|
|
3084
|
-
"github": "vanhoofmaarten"
|
|
3085
|
-
}
|
|
3086
|
-
],
|
|
3087
|
-
"compatibility": {
|
|
3088
|
-
"nuxt": "^2.0.0",
|
|
3089
|
-
"requires": {}
|
|
3090
|
-
}
|
|
3091
|
-
},
|
|
3092
3338
|
{
|
|
3093
3339
|
"name": "neo",
|
|
3094
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3113,7 +3359,7 @@
|
|
|
3113
3359
|
},
|
|
3114
3360
|
{
|
|
3115
3361
|
"name": "netlify-cache",
|
|
3116
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3117
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3118
3364
|
"npm": "nuxt-netlify-cache",
|
|
3119
3365
|
"icon": "netlify.png",
|
|
@@ -3158,13 +3404,13 @@
|
|
|
3158
3404
|
},
|
|
3159
3405
|
{
|
|
3160
3406
|
"name": "netlify",
|
|
3161
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3162
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3163
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
3164
3410
|
"icon": "netlify.png",
|
|
3165
|
-
"github": "https://github.com/
|
|
3166
|
-
"website": "https://
|
|
3167
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3168
3414
|
"category": "Deployment",
|
|
3169
3415
|
"type": "3rd-party",
|
|
3170
3416
|
"maintainers": [
|
|
@@ -3273,24 +3519,92 @@
|
|
|
3273
3519
|
}
|
|
3274
3520
|
},
|
|
3275
3521
|
{
|
|
3276
|
-
"name": "nuxt-
|
|
3277
|
-
"description": "",
|
|
3278
|
-
"repo": "
|
|
3279
|
-
"npm": "
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
3531
|
+
"type": "3rd-party",
|
|
3532
|
+
"maintainers": [
|
|
3533
|
+
{
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"compatibility": {
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
3541
|
+
"requires": {}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
3554
|
+
"type": "3rd-party",
|
|
3555
|
+
"maintainers": [
|
|
3556
|
+
{
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3564
|
+
"requires": {}
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "nuxt-basic-auth",
|
|
3569
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3570
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3571
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3280
3572
|
"icon": "",
|
|
3281
|
-
"github": "https://github.com/
|
|
3282
|
-
"website": "https://github.com/
|
|
3573
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3574
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3283
3575
|
"learn_more": "",
|
|
3284
|
-
"category": "
|
|
3576
|
+
"category": "Security",
|
|
3285
3577
|
"type": "3rd-party",
|
|
3286
3578
|
"maintainers": [
|
|
3287
3579
|
{
|
|
3288
|
-
"name": "
|
|
3289
|
-
"github": "
|
|
3580
|
+
"name": "kgierke",
|
|
3581
|
+
"github": "kgierke"
|
|
3290
3582
|
}
|
|
3291
3583
|
],
|
|
3292
3584
|
"compatibility": {
|
|
3293
|
-
"nuxt": "^
|
|
3585
|
+
"nuxt": "^3.0.0",
|
|
3586
|
+
"requires": {}
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-bezier",
|
|
3591
|
+
"description": "Reusable transition components",
|
|
3592
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3593
|
+
"npm": "nuxt-bezier",
|
|
3594
|
+
"icon": "nuxt-bezier.png",
|
|
3595
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
+
"website": "https://50rayn.github.io/nuxt-bezier/",
|
|
3597
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
|
+
"category": "UI",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Soryn Gitlan",
|
|
3603
|
+
"github": "50rayn"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"compatibility": {
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3294
3608
|
"requires": {}
|
|
3295
3609
|
}
|
|
3296
3610
|
},
|
|
@@ -3318,7 +3632,7 @@
|
|
|
3318
3632
|
},
|
|
3319
3633
|
{
|
|
3320
3634
|
"name": "nuxt-chatgpt",
|
|
3321
|
-
"description": "ChatGPT integration for Nuxt
|
|
3635
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3322
3636
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3323
3637
|
"npm": "nuxt-chatgpt",
|
|
3324
3638
|
"icon": "chatgpt.svg",
|
|
@@ -3339,11 +3653,81 @@
|
|
|
3339
3653
|
}
|
|
3340
3654
|
},
|
|
3341
3655
|
{
|
|
3342
|
-
"name": "nuxt-
|
|
3343
|
-
"description": "
|
|
3344
|
-
"repo": "
|
|
3345
|
-
"npm": "nuxt-
|
|
3346
|
-
"icon": "",
|
|
3656
|
+
"name": "nuxt-cookie-consent",
|
|
3657
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3658
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3659
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3660
|
+
"icon": "wah.svg",
|
|
3661
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3662
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3663
|
+
"learn_more": "",
|
|
3664
|
+
"category": "Extensions",
|
|
3665
|
+
"type": "3rd-party",
|
|
3666
|
+
"maintainers": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "weareheavy",
|
|
3669
|
+
"github": "weareheavy"
|
|
3670
|
+
}
|
|
3671
|
+
],
|
|
3672
|
+
"compatibility": {
|
|
3673
|
+
"nuxt": "^3.0.0",
|
|
3674
|
+
"requires": {}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "nuxt-facebook-chat",
|
|
3679
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3680
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3681
|
+
"npm": "nuxt-facebook-chat",
|
|
3682
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3683
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3684
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3685
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3686
|
+
"category": "Libraries",
|
|
3687
|
+
"type": "3rd-party",
|
|
3688
|
+
"maintainers": [
|
|
3689
|
+
{
|
|
3690
|
+
"name": "Supanut Dokmaithong",
|
|
3691
|
+
"github": "Boomgeek"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"name": "superdev-tech",
|
|
3695
|
+
"github": "superdev-tech"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-feather-icons",
|
|
3705
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3706
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3707
|
+
"npm": "nuxt-feather-icons",
|
|
3708
|
+
"icon": "nuxt-feather-icons.png",
|
|
3709
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3710
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3711
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3712
|
+
"category": "UI",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "4sllan",
|
|
3717
|
+
"github": "4sllan"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "nuxt-feedme",
|
|
3727
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3728
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3729
|
+
"npm": "nuxt-feedme",
|
|
3730
|
+
"icon": "",
|
|
3347
3731
|
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3348
3732
|
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3349
3733
|
"learn_more": "",
|
|
@@ -3413,7 +3797,7 @@
|
|
|
3413
3797
|
},
|
|
3414
3798
|
{
|
|
3415
3799
|
"name": "nuxt-gtm",
|
|
3416
|
-
"description": "A Nuxt
|
|
3800
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3417
3801
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3418
3802
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3419
3803
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3430,7 +3814,8 @@
|
|
|
3430
3814
|
],
|
|
3431
3815
|
"compatibility": {
|
|
3432
3816
|
"nuxt": "^3.0.0",
|
|
3433
|
-
"requires": {}
|
|
3817
|
+
"requires": {},
|
|
3818
|
+
"devtools": "^0.0.0"
|
|
3434
3819
|
}
|
|
3435
3820
|
},
|
|
3436
3821
|
{
|
|
@@ -3457,6 +3842,50 @@
|
|
|
3457
3842
|
}
|
|
3458
3843
|
}
|
|
3459
3844
|
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "nuxt-interpolation",
|
|
3847
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3848
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3849
|
+
"npm": "nuxt-interpolation",
|
|
3850
|
+
"icon": "",
|
|
3851
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3852
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3853
|
+
"learn_more": "",
|
|
3854
|
+
"category": "Devtools",
|
|
3855
|
+
"type": "3rd-party",
|
|
3856
|
+
"maintainers": [
|
|
3857
|
+
{
|
|
3858
|
+
"name": "daliborgogic",
|
|
3859
|
+
"github": "daliborgogic"
|
|
3860
|
+
}
|
|
3861
|
+
],
|
|
3862
|
+
"compatibility": {
|
|
3863
|
+
"nuxt": "^2.0.0",
|
|
3864
|
+
"requires": {}
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"name": "nuxt-jsonld",
|
|
3869
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3870
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3871
|
+
"npm": "nuxt-jsonld",
|
|
3872
|
+
"icon": "",
|
|
3873
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3874
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3875
|
+
"learn_more": "",
|
|
3876
|
+
"category": "SEO",
|
|
3877
|
+
"type": "3rd-party",
|
|
3878
|
+
"maintainers": [
|
|
3879
|
+
{
|
|
3880
|
+
"name": "ymmooot",
|
|
3881
|
+
"github": "ymmooot"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"compatibility": {
|
|
3885
|
+
"nuxt": "^3.0.0",
|
|
3886
|
+
"requires": {}
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3460
3889
|
{
|
|
3461
3890
|
"name": "nuxt-localtunnel",
|
|
3462
3891
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3464,8 +3893,8 @@
|
|
|
3464
3893
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3465
3894
|
"icon": "nuxt-localtunnel.svg",
|
|
3466
3895
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3467
|
-
"website": "https://nuxtus.com",
|
|
3468
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3896
|
+
"website": "https://docs.nuxtus.com",
|
|
3897
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3469
3898
|
"category": "Devtools",
|
|
3470
3899
|
"type": "3rd-party",
|
|
3471
3900
|
"maintainers": [
|
|
@@ -3482,7 +3911,7 @@
|
|
|
3482
3911
|
},
|
|
3483
3912
|
{
|
|
3484
3913
|
"name": "nuxt-loco",
|
|
3485
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3914
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3486
3915
|
"repo": "gaetansenn/nuxt-loco",
|
|
3487
3916
|
"npm": "nuxt-loco",
|
|
3488
3917
|
"icon": "",
|
|
@@ -3503,6 +3932,28 @@
|
|
|
3503
3932
|
"requires": {}
|
|
3504
3933
|
}
|
|
3505
3934
|
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-mail",
|
|
3937
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3938
|
+
"repo": "dword-design/nuxt-mail",
|
|
3939
|
+
"npm": "nuxt-mail",
|
|
3940
|
+
"icon": "",
|
|
3941
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3942
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3943
|
+
"learn_more": "",
|
|
3944
|
+
"category": "Extensions",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Sebastian Landwehr",
|
|
3949
|
+
"github": "dword-design"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3954
|
+
"requires": {}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3506
3957
|
{
|
|
3507
3958
|
"name": "nuxt-mapbox",
|
|
3508
3959
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3525,6 +3976,28 @@
|
|
|
3525
3976
|
"requires": {}
|
|
3526
3977
|
}
|
|
3527
3978
|
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "nuxt-mdi",
|
|
3981
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3982
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3983
|
+
"npm": "nuxt-mdi",
|
|
3984
|
+
"icon": "mdi.png",
|
|
3985
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3986
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3987
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3988
|
+
"category": "Libraries",
|
|
3989
|
+
"type": "3rd-party",
|
|
3990
|
+
"maintainers": [
|
|
3991
|
+
{
|
|
3992
|
+
"name": "Emil Rosenius",
|
|
3993
|
+
"github": "ERPedersen"
|
|
3994
|
+
}
|
|
3995
|
+
],
|
|
3996
|
+
"compatibility": {
|
|
3997
|
+
"nuxt": "^3.0.0",
|
|
3998
|
+
"requires": {}
|
|
3999
|
+
}
|
|
4000
|
+
},
|
|
3528
4001
|
{
|
|
3529
4002
|
"name": "nuxt-monaco-editor",
|
|
3530
4003
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3549,7 +4022,7 @@
|
|
|
3549
4022
|
},
|
|
3550
4023
|
{
|
|
3551
4024
|
"name": "nuxt-mongoose",
|
|
3552
|
-
"description": "A Nuxt
|
|
4025
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3553
4026
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3554
4027
|
"npm": "nuxt-mongoose",
|
|
3555
4028
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3564,6 +4037,102 @@
|
|
|
3564
4037
|
"github": "arashsheyda"
|
|
3565
4038
|
}
|
|
3566
4039
|
],
|
|
4040
|
+
"compatibility": {
|
|
4041
|
+
"nuxt": "^3.0.0",
|
|
4042
|
+
"requires": {},
|
|
4043
|
+
"devtools": "^0.0.0"
|
|
4044
|
+
}
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "nuxt-oidc-auth",
|
|
4048
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4049
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4050
|
+
"npm": "nuxt-oidc-auth",
|
|
4051
|
+
"icon": "",
|
|
4052
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4053
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4054
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4055
|
+
"category": "Security",
|
|
4056
|
+
"type": "3rd-party",
|
|
4057
|
+
"maintainers": [
|
|
4058
|
+
{
|
|
4059
|
+
"name": "Jan-Henrik Damaschke",
|
|
4060
|
+
"github": "itpropro",
|
|
4061
|
+
"twitter": "jandamaschke"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"compatibility": {
|
|
4065
|
+
"nuxt": "^3.0.0",
|
|
4066
|
+
"requires": {}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "nuxt-openapi-docs-module",
|
|
4071
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4072
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4073
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4074
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4075
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4076
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4077
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4078
|
+
"category": "Libraries",
|
|
4079
|
+
"type": "3rd-party",
|
|
4080
|
+
"maintainers": [
|
|
4081
|
+
{
|
|
4082
|
+
"name": "Pavel Kuzmin",
|
|
4083
|
+
"github": "s00d"
|
|
4084
|
+
}
|
|
4085
|
+
],
|
|
4086
|
+
"compatibility": {
|
|
4087
|
+
"nuxt": "^3.0.0",
|
|
4088
|
+
"requires": {}
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"name": "nuxt-openid-connect",
|
|
4093
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4094
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4095
|
+
"npm": "nuxt-openid-connect",
|
|
4096
|
+
"icon": "",
|
|
4097
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4098
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4099
|
+
"learn_more": "",
|
|
4100
|
+
"category": "Security",
|
|
4101
|
+
"type": "3rd-party",
|
|
4102
|
+
"maintainers": [
|
|
4103
|
+
{
|
|
4104
|
+
"name": "Aborn Jiang",
|
|
4105
|
+
"github": "aborn"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "Khaled Almana",
|
|
4109
|
+
"github": "KhaledAlMana"
|
|
4110
|
+
}
|
|
4111
|
+
],
|
|
4112
|
+
"compatibility": {
|
|
4113
|
+
"nuxt": "^3.0.0",
|
|
4114
|
+
"requires": {},
|
|
4115
|
+
"devtools": "^0.0.0"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "nuxt-payload-analyzer",
|
|
4120
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4121
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4122
|
+
"npm": "nuxt-payload-analyzer",
|
|
4123
|
+
"icon": "",
|
|
4124
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4125
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4126
|
+
"learn_more": "",
|
|
4127
|
+
"category": "Performance",
|
|
4128
|
+
"type": "3rd-party",
|
|
4129
|
+
"maintainers": [
|
|
4130
|
+
{
|
|
4131
|
+
"name": "Barbapapazes",
|
|
4132
|
+
"github": "Barbapapazes",
|
|
4133
|
+
"twitter": "soubiran_"
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
3567
4136
|
"compatibility": {
|
|
3568
4137
|
"nuxt": "^3.0.0",
|
|
3569
4138
|
"requires": {}
|
|
@@ -3599,8 +4168,8 @@
|
|
|
3599
4168
|
"npm": "nuxt-phosphor-icons",
|
|
3600
4169
|
"icon": "phosphor-icons.svg",
|
|
3601
4170
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3602
|
-
"website": "https://
|
|
3603
|
-
"learn_more": "https://
|
|
4171
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4172
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3604
4173
|
"category": "UI",
|
|
3605
4174
|
"type": "3rd-party",
|
|
3606
4175
|
"maintainers": [
|
|
@@ -3638,7 +4207,7 @@
|
|
|
3638
4207
|
},
|
|
3639
4208
|
{
|
|
3640
4209
|
"name": "plausible",
|
|
3641
|
-
"description": "Nuxt
|
|
4210
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3642
4211
|
"repo": "nuxt-modules/plausible",
|
|
3643
4212
|
"npm": "@nuxtjs/plausible",
|
|
3644
4213
|
"icon": "plausible.png",
|
|
@@ -3660,7 +4229,7 @@
|
|
|
3660
4229
|
},
|
|
3661
4230
|
{
|
|
3662
4231
|
"name": "nuxt-plotly",
|
|
3663
|
-
"description": "nuxt-plotly
|
|
4232
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3664
4233
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
4234
|
"npm": "nuxt-plotly",
|
|
3666
4235
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3686,7 +4255,7 @@
|
|
|
3686
4255
|
},
|
|
3687
4256
|
{
|
|
3688
4257
|
"name": "nuxt-png-to-ico",
|
|
3689
|
-
"description": "Nuxt
|
|
4258
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3690
4259
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3691
4260
|
"npm": "nuxt-png-to-ico",
|
|
3692
4261
|
"icon": "",
|
|
@@ -3709,7 +4278,7 @@
|
|
|
3709
4278
|
},
|
|
3710
4279
|
{
|
|
3711
4280
|
"name": "nuxt-smartlook",
|
|
3712
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4281
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3713
4282
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3714
4283
|
"npm": "nuxt-smartlook",
|
|
3715
4284
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3731,6 +4300,28 @@
|
|
|
3731
4300
|
"requires": {}
|
|
3732
4301
|
}
|
|
3733
4302
|
},
|
|
4303
|
+
{
|
|
4304
|
+
"name": "nuxt-social-share",
|
|
4305
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4306
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4307
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4308
|
+
"icon": "nuxt-social-share.png",
|
|
4309
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4310
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4311
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4312
|
+
"category": "Extensions",
|
|
4313
|
+
"type": "3rd-party",
|
|
4314
|
+
"maintainers": [
|
|
4315
|
+
{
|
|
4316
|
+
"name": "stefanobartoletti",
|
|
4317
|
+
"github": "stefanobartoletti"
|
|
4318
|
+
}
|
|
4319
|
+
],
|
|
4320
|
+
"compatibility": {
|
|
4321
|
+
"nuxt": "^3.0.0",
|
|
4322
|
+
"requires": {}
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
3734
4325
|
{
|
|
3735
4326
|
"name": "ssr-lit",
|
|
3736
4327
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3761,10 +4352,10 @@
|
|
|
3761
4352
|
},
|
|
3762
4353
|
{
|
|
3763
4354
|
"name": "nuxt-storm",
|
|
3764
|
-
"description": "WebStorm & PHPStorm support for
|
|
4355
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3765
4356
|
"repo": "fumeapp/nuxt-storm",
|
|
3766
4357
|
"npm": "nuxt-storm",
|
|
3767
|
-
"icon": "
|
|
4358
|
+
"icon": "",
|
|
3768
4359
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3769
4360
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3770
4361
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3781,6 +4372,30 @@
|
|
|
3781
4372
|
"requires": {}
|
|
3782
4373
|
}
|
|
3783
4374
|
},
|
|
4375
|
+
{
|
|
4376
|
+
"name": "nuxt-svgo-loader",
|
|
4377
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4378
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4379
|
+
"npm": "nuxt-svgo-loader",
|
|
4380
|
+
"icon": "",
|
|
4381
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4382
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4383
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4384
|
+
"category": "Images",
|
|
4385
|
+
"type": "3rd-party",
|
|
4386
|
+
"maintainers": [
|
|
4387
|
+
{
|
|
4388
|
+
"name": "Alex Liu",
|
|
4389
|
+
"github": "Mini-ghost",
|
|
4390
|
+
"twitter": "Minighost_Alex"
|
|
4391
|
+
}
|
|
4392
|
+
],
|
|
4393
|
+
"compatibility": {
|
|
4394
|
+
"nuxt": "^3.0.0",
|
|
4395
|
+
"requires": {},
|
|
4396
|
+
"devtools": "^0.0.0"
|
|
4397
|
+
}
|
|
4398
|
+
},
|
|
3784
4399
|
{
|
|
3785
4400
|
"name": "nuxt-svgo",
|
|
3786
4401
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3805,7 +4420,7 @@
|
|
|
3805
4420
|
},
|
|
3806
4421
|
{
|
|
3807
4422
|
"name": "nuxt-unleash",
|
|
3808
|
-
"description": "Nuxt
|
|
4423
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3809
4424
|
"repo": "conejerock/nuxt-unleash",
|
|
3810
4425
|
"npm": "nuxt-unleash",
|
|
3811
4426
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3825,28 +4440,6 @@
|
|
|
3825
4440
|
"requires": {}
|
|
3826
4441
|
}
|
|
3827
4442
|
},
|
|
3828
|
-
{
|
|
3829
|
-
"name": "nuxt-use-motion",
|
|
3830
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3831
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3832
|
-
"npm": "nuxt-use-motion",
|
|
3833
|
-
"icon": "nuxt-use-motion.svg",
|
|
3834
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3835
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3836
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3837
|
-
"category": "Libraries",
|
|
3838
|
-
"type": "3rd-party",
|
|
3839
|
-
"maintainers": [
|
|
3840
|
-
{
|
|
3841
|
-
"name": "Tahul",
|
|
3842
|
-
"github": "Tahul"
|
|
3843
|
-
}
|
|
3844
|
-
],
|
|
3845
|
-
"compatibility": {
|
|
3846
|
-
"nuxt": "^2.0.0",
|
|
3847
|
-
"requires": {}
|
|
3848
|
-
}
|
|
3849
|
-
},
|
|
3850
4443
|
{
|
|
3851
4444
|
"name": "nuxt-use-sound",
|
|
3852
4445
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3916,20 +4509,42 @@
|
|
|
3916
4509
|
}
|
|
3917
4510
|
},
|
|
3918
4511
|
{
|
|
3919
|
-
"name": "nuxt-
|
|
3920
|
-
"description": "
|
|
3921
|
-
"repo": "
|
|
3922
|
-
"npm": "
|
|
3923
|
-
"icon": "
|
|
3924
|
-
"github": "https://github.com/
|
|
3925
|
-
"website": "https://
|
|
3926
|
-
"learn_more": "
|
|
3927
|
-
"category": "
|
|
4512
|
+
"name": "nuxt-zod-i18n",
|
|
4513
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4514
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4515
|
+
"npm": "nuxt-zod-i18n",
|
|
4516
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4517
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4518
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4519
|
+
"learn_more": "",
|
|
4520
|
+
"category": "Libraries",
|
|
3928
4521
|
"type": "3rd-party",
|
|
3929
4522
|
"maintainers": [
|
|
3930
4523
|
{
|
|
3931
|
-
"name": "
|
|
3932
|
-
"github": "
|
|
4524
|
+
"name": "xibman",
|
|
4525
|
+
"github": "xibman"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^3.0.0",
|
|
4530
|
+
"requires": {}
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"name": "nuxt3-interpolation",
|
|
4535
|
+
"description": "",
|
|
4536
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4537
|
+
"npm": "nuxt3-interpolation",
|
|
4538
|
+
"icon": "",
|
|
4539
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4540
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4541
|
+
"learn_more": "",
|
|
4542
|
+
"category": "Devtools",
|
|
4543
|
+
"type": "3rd-party",
|
|
4544
|
+
"maintainers": [
|
|
4545
|
+
{
|
|
4546
|
+
"name": "daliborgogic",
|
|
4547
|
+
"github": "daliborgogic"
|
|
3933
4548
|
}
|
|
3934
4549
|
],
|
|
3935
4550
|
"compatibility": {
|
|
@@ -3961,7 +4576,7 @@
|
|
|
3961
4576
|
},
|
|
3962
4577
|
{
|
|
3963
4578
|
"name": "nuxt7",
|
|
3964
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4579
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3965
4580
|
"repo": "nuxt-community/nuxt7",
|
|
3966
4581
|
"npm": "nuxt7",
|
|
3967
4582
|
"icon": "",
|
|
@@ -3982,40 +4597,17 @@
|
|
|
3982
4597
|
"requires": {}
|
|
3983
4598
|
}
|
|
3984
4599
|
},
|
|
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
4600
|
{
|
|
4009
4601
|
"name": "og-image",
|
|
4010
|
-
"description": "
|
|
4011
|
-
"repo": "
|
|
4602
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4603
|
+
"repo": "nuxt-modules/og-image",
|
|
4012
4604
|
"npm": "nuxt-og-image",
|
|
4013
|
-
"icon": "",
|
|
4014
|
-
"github": "https://github.com/
|
|
4015
|
-
"website": "https://
|
|
4016
|
-
"learn_more": "",
|
|
4605
|
+
"icon": "og-image.svg",
|
|
4606
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4607
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4608
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4017
4609
|
"category": "SEO",
|
|
4018
|
-
"type": "
|
|
4610
|
+
"type": "community",
|
|
4019
4611
|
"maintainers": [
|
|
4020
4612
|
{
|
|
4021
4613
|
"name": "Harlan Wilton",
|
|
@@ -4026,7 +4618,8 @@
|
|
|
4026
4618
|
],
|
|
4027
4619
|
"compatibility": {
|
|
4028
4620
|
"nuxt": "^3.0.0",
|
|
4029
|
-
"requires": {}
|
|
4621
|
+
"requires": {},
|
|
4622
|
+
"devtools": "^0.0.0"
|
|
4030
4623
|
}
|
|
4031
4624
|
},
|
|
4032
4625
|
{
|
|
@@ -4054,13 +4647,13 @@
|
|
|
4054
4647
|
},
|
|
4055
4648
|
{
|
|
4056
4649
|
"name": "optimized-images",
|
|
4057
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4650
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4058
4651
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4059
4652
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4060
4653
|
"icon": "",
|
|
4061
4654
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4062
|
-
"website": "https://
|
|
4063
|
-
"learn_more": "",
|
|
4655
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4656
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4064
4657
|
"category": "Images",
|
|
4065
4658
|
"type": "3rd-party",
|
|
4066
4659
|
"maintainers": [
|
|
@@ -4099,7 +4692,7 @@
|
|
|
4099
4692
|
},
|
|
4100
4693
|
{
|
|
4101
4694
|
"name": "parse",
|
|
4102
|
-
"description": "Parse package for Nuxt
|
|
4695
|
+
"description": "Parse package for Nuxt",
|
|
4103
4696
|
"repo": "cierrateam/nuxt-parse",
|
|
4104
4697
|
"npm": "nuxt-parse",
|
|
4105
4698
|
"icon": "",
|
|
@@ -4119,6 +4712,29 @@
|
|
|
4119
4712
|
"requires": {}
|
|
4120
4713
|
}
|
|
4121
4714
|
},
|
|
4715
|
+
{
|
|
4716
|
+
"name": "particles",
|
|
4717
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4718
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4719
|
+
"npm": "nuxt-particles",
|
|
4720
|
+
"icon": "",
|
|
4721
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4722
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4723
|
+
"learn_more": "https://particles.js.org/",
|
|
4724
|
+
"category": "Libraries",
|
|
4725
|
+
"type": "3rd-party",
|
|
4726
|
+
"maintainers": [
|
|
4727
|
+
{
|
|
4728
|
+
"name": "Joey Pereira",
|
|
4729
|
+
"github": "Joepocalyptic",
|
|
4730
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4731
|
+
}
|
|
4732
|
+
],
|
|
4733
|
+
"compatibility": {
|
|
4734
|
+
"nuxt": "^3.0.0",
|
|
4735
|
+
"requires": {}
|
|
4736
|
+
}
|
|
4737
|
+
},
|
|
4122
4738
|
{
|
|
4123
4739
|
"name": "partytown",
|
|
4124
4740
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4144,6 +4760,28 @@
|
|
|
4144
4760
|
}
|
|
4145
4761
|
}
|
|
4146
4762
|
},
|
|
4763
|
+
{
|
|
4764
|
+
"name": "paypal",
|
|
4765
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4766
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4767
|
+
"npm": "nuxt-paypal",
|
|
4768
|
+
"icon": "paypal.svg",
|
|
4769
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4770
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4771
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4772
|
+
"category": "Payment",
|
|
4773
|
+
"type": "3rd-party",
|
|
4774
|
+
"maintainers": [
|
|
4775
|
+
{
|
|
4776
|
+
"name": "Arash Sheyda",
|
|
4777
|
+
"github": "arashsheyda"
|
|
4778
|
+
}
|
|
4779
|
+
],
|
|
4780
|
+
"compatibility": {
|
|
4781
|
+
"nuxt": "^3.0.0",
|
|
4782
|
+
"requires": {}
|
|
4783
|
+
}
|
|
4784
|
+
},
|
|
4147
4785
|
{
|
|
4148
4786
|
"name": "pdfeasy",
|
|
4149
4787
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4265,7 +4903,7 @@
|
|
|
4265
4903
|
},
|
|
4266
4904
|
{
|
|
4267
4905
|
"name": "plausible",
|
|
4268
|
-
"description": "Nuxt
|
|
4906
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4269
4907
|
"repo": "nuxt-modules/plausible",
|
|
4270
4908
|
"npm": "@nuxtjs/plausible",
|
|
4271
4909
|
"icon": "",
|
|
@@ -4307,9 +4945,56 @@
|
|
|
4307
4945
|
"requires": {}
|
|
4308
4946
|
}
|
|
4309
4947
|
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "prepare",
|
|
4950
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4951
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4952
|
+
"npm": "nuxt-prepare",
|
|
4953
|
+
"icon": "prepare.svg",
|
|
4954
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4955
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4956
|
+
"learn_more": "",
|
|
4957
|
+
"category": "Devtools",
|
|
4958
|
+
"type": "3rd-party",
|
|
4959
|
+
"maintainers": [
|
|
4960
|
+
{
|
|
4961
|
+
"name": "Johann Schopplich",
|
|
4962
|
+
"github": "johannschopplich",
|
|
4963
|
+
"twitter": "jschopplich",
|
|
4964
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4965
|
+
}
|
|
4966
|
+
],
|
|
4967
|
+
"compatibility": {
|
|
4968
|
+
"nuxt": "^3.0.0",
|
|
4969
|
+
"requires": {}
|
|
4970
|
+
}
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"name": "primevue",
|
|
4974
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4975
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4976
|
+
"npm": "nuxt-primevue",
|
|
4977
|
+
"icon": "primevue.svg",
|
|
4978
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4979
|
+
"website": "https://primevue.org/",
|
|
4980
|
+
"learn_more": "https://primevue.org/",
|
|
4981
|
+
"category": "UI",
|
|
4982
|
+
"type": "3rd-party",
|
|
4983
|
+
"maintainers": [
|
|
4984
|
+
{
|
|
4985
|
+
"name": "primefaces",
|
|
4986
|
+
"github": "primefaces",
|
|
4987
|
+
"twitter": "primevue"
|
|
4988
|
+
}
|
|
4989
|
+
],
|
|
4990
|
+
"compatibility": {
|
|
4991
|
+
"nuxt": "^3.0.0",
|
|
4992
|
+
"requires": {}
|
|
4993
|
+
}
|
|
4994
|
+
},
|
|
4310
4995
|
{
|
|
4311
4996
|
"name": "prismic",
|
|
4312
|
-
"description": "Easily connect your Nuxt
|
|
4997
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4313
4998
|
"repo": "nuxt-modules/prismic",
|
|
4314
4999
|
"npm": "@nuxtjs/prismic",
|
|
4315
5000
|
"icon": "prismic.png",
|
|
@@ -4376,7 +5061,7 @@
|
|
|
4376
5061
|
},
|
|
4377
5062
|
{
|
|
4378
5063
|
"name": "proxy",
|
|
4379
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5064
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4380
5065
|
"repo": "nuxt-community/proxy-module",
|
|
4381
5066
|
"npm": "@nuxtjs/proxy",
|
|
4382
5067
|
"icon": "",
|
|
@@ -4422,7 +5107,7 @@
|
|
|
4422
5107
|
},
|
|
4423
5108
|
{
|
|
4424
5109
|
"name": "purgecss",
|
|
4425
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5110
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4426
5111
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4427
5112
|
"npm": "nuxt-purgecss",
|
|
4428
5113
|
"icon": "purgecss.png",
|
|
@@ -4444,7 +5129,7 @@
|
|
|
4444
5129
|
},
|
|
4445
5130
|
{
|
|
4446
5131
|
"name": "pwa",
|
|
4447
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5132
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4448
5133
|
"repo": "nuxt-community/pwa-module",
|
|
4449
5134
|
"npm": "@nuxtjs/pwa",
|
|
4450
5135
|
"icon": "pwa.png",
|
|
@@ -4469,7 +5154,7 @@
|
|
|
4469
5154
|
},
|
|
4470
5155
|
{
|
|
4471
5156
|
"name": "python",
|
|
4472
|
-
"description": "Write Nuxt
|
|
5157
|
+
"description": "Write Nuxt applications using Python",
|
|
4473
5158
|
"repo": "nuxt-community/python-module",
|
|
4474
5159
|
"npm": "@nuxtjs/python",
|
|
4475
5160
|
"icon": "python.png",
|
|
@@ -4508,7 +5193,8 @@
|
|
|
4508
5193
|
],
|
|
4509
5194
|
"compatibility": {
|
|
4510
5195
|
"nuxt": "^3.0.0",
|
|
4511
|
-
"requires": {}
|
|
5196
|
+
"requires": {},
|
|
5197
|
+
"devtools": "^0.0.0"
|
|
4512
5198
|
}
|
|
4513
5199
|
},
|
|
4514
5200
|
{
|
|
@@ -4516,7 +5202,7 @@
|
|
|
4516
5202
|
"description": "radash module with auto-import and custom prefix",
|
|
4517
5203
|
"repo": "bbg/nuxt-radash",
|
|
4518
5204
|
"npm": "nuxt-radash",
|
|
4519
|
-
"icon": "radash.
|
|
5205
|
+
"icon": "radash.png",
|
|
4520
5206
|
"github": "https://github.com/bbg/nuxt-radash",
|
|
4521
5207
|
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4522
5208
|
"learn_more": "https://github.com/rayepps/radash/",
|
|
@@ -4533,9 +5219,44 @@
|
|
|
4533
5219
|
"requires": {}
|
|
4534
5220
|
}
|
|
4535
5221
|
},
|
|
5222
|
+
{
|
|
5223
|
+
"name": "radix-vue",
|
|
5224
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5225
|
+
"repo": "radix-vue/radix-vue",
|
|
5226
|
+
"npm": "radix-vue",
|
|
5227
|
+
"icon": "radix-vue.svg",
|
|
5228
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5229
|
+
"website": "https://www.radix-vue.com/",
|
|
5230
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5231
|
+
"category": "UI",
|
|
5232
|
+
"type": "3rd-party",
|
|
5233
|
+
"maintainers": [
|
|
5234
|
+
{
|
|
5235
|
+
"name": "Zernonia",
|
|
5236
|
+
"github": "zernonia",
|
|
5237
|
+
"twitter": "zernonia"
|
|
5238
|
+
},
|
|
5239
|
+
{
|
|
5240
|
+
"name": "Khairul Haaziq",
|
|
5241
|
+
"github": "khairulhaaziq"
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"name": "Mujahid Anuar",
|
|
5245
|
+
"github": "mujahidfa"
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"name": "Max",
|
|
5249
|
+
"github": "onmax"
|
|
5250
|
+
}
|
|
5251
|
+
],
|
|
5252
|
+
"compatibility": {
|
|
5253
|
+
"nuxt": "^3.0.0",
|
|
5254
|
+
"requires": {}
|
|
5255
|
+
}
|
|
5256
|
+
},
|
|
4536
5257
|
{
|
|
4537
5258
|
"name": "recaptcha",
|
|
4538
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5259
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4539
5260
|
"repo": "nuxt-community/recaptcha-module",
|
|
4540
5261
|
"npm": "@nuxtjs/recaptcha",
|
|
4541
5262
|
"icon": "recaptcha.png",
|
|
@@ -4578,9 +5299,32 @@
|
|
|
4578
5299
|
"requires": {}
|
|
4579
5300
|
}
|
|
4580
5301
|
},
|
|
5302
|
+
{
|
|
5303
|
+
"name": "resend",
|
|
5304
|
+
"description": "Resend integration for Nuxt",
|
|
5305
|
+
"repo": "nhedger/nuxt-resend",
|
|
5306
|
+
"npm": "nuxt-resend",
|
|
5307
|
+
"icon": "resend.svg",
|
|
5308
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5309
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5310
|
+
"learn_more": "https://resend.com",
|
|
5311
|
+
"category": "Extensions",
|
|
5312
|
+
"type": "3rd-party",
|
|
5313
|
+
"maintainers": [
|
|
5314
|
+
{
|
|
5315
|
+
"name": "Nicolas Hedger",
|
|
5316
|
+
"github": "nhedger",
|
|
5317
|
+
"twitter": "nicolashedger"
|
|
5318
|
+
}
|
|
5319
|
+
],
|
|
5320
|
+
"compatibility": {
|
|
5321
|
+
"nuxt": "^3.0.0",
|
|
5322
|
+
"requires": {}
|
|
5323
|
+
}
|
|
5324
|
+
},
|
|
4581
5325
|
{
|
|
4582
5326
|
"name": "rfg-icon",
|
|
4583
|
-
"description": "Nuxt
|
|
5327
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4584
5328
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4585
5329
|
"npm": "nuxt-rfg-icon",
|
|
4586
5330
|
"icon": "real-favicon-generator.png",
|
|
@@ -4602,13 +5346,13 @@
|
|
|
4602
5346
|
},
|
|
4603
5347
|
{
|
|
4604
5348
|
"name": "robots",
|
|
4605
|
-
"description": "A Nuxt
|
|
4606
|
-
"repo": "nuxt-
|
|
5349
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5350
|
+
"repo": "nuxt-modules/robots",
|
|
4607
5351
|
"npm": "@nuxtjs/robots",
|
|
4608
5352
|
"icon": "robots.png",
|
|
4609
|
-
"github": "https://github.com/nuxt-
|
|
4610
|
-
"website": "https://github.com/nuxt-
|
|
4611
|
-
"learn_more": "
|
|
5353
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5354
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5355
|
+
"learn_more": "",
|
|
4612
5356
|
"category": "SEO",
|
|
4613
5357
|
"type": "community",
|
|
4614
5358
|
"maintainers": [
|
|
@@ -4626,23 +5370,23 @@
|
|
|
4626
5370
|
},
|
|
4627
5371
|
{
|
|
4628
5372
|
"name": "rollbar",
|
|
4629
|
-
"description": "
|
|
4630
|
-
"repo": "
|
|
4631
|
-
"npm": "nuxt-rollbar
|
|
5373
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5374
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5375
|
+
"npm": "nuxt-rollbar",
|
|
4632
5376
|
"icon": "rollbar.png",
|
|
4633
|
-
"github": "https://github.com/
|
|
4634
|
-
"website": "https://github.com/
|
|
5377
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5378
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4635
5379
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4636
5380
|
"category": "Monitoring",
|
|
4637
5381
|
"type": "3rd-party",
|
|
4638
5382
|
"maintainers": [
|
|
4639
5383
|
{
|
|
4640
|
-
"name": "
|
|
4641
|
-
"github": "
|
|
5384
|
+
"name": "Jairo Blatt",
|
|
5385
|
+
"github": "jairoblatt"
|
|
4642
5386
|
}
|
|
4643
5387
|
],
|
|
4644
5388
|
"compatibility": {
|
|
4645
|
-
"nuxt": "^
|
|
5389
|
+
"nuxt": "^3.0.0",
|
|
4646
5390
|
"requires": {}
|
|
4647
5391
|
}
|
|
4648
5392
|
},
|
|
@@ -4671,7 +5415,7 @@
|
|
|
4671
5415
|
},
|
|
4672
5416
|
{
|
|
4673
5417
|
"name": "router",
|
|
4674
|
-
"description": "Nuxt
|
|
5418
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4675
5419
|
"repo": "nuxt-community/router-module",
|
|
4676
5420
|
"npm": "@nuxtjs/router",
|
|
4677
5421
|
"icon": "vue.png",
|
|
@@ -4719,13 +5463,13 @@
|
|
|
4719
5463
|
},
|
|
4720
5464
|
{
|
|
4721
5465
|
"name": "schema-org",
|
|
4722
|
-
"description": "
|
|
4723
|
-
"repo": "
|
|
5466
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5467
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4724
5468
|
"npm": "nuxt-schema-org",
|
|
4725
5469
|
"icon": "schema-org.svg",
|
|
4726
|
-
"github": "https://github.com/
|
|
4727
|
-
"website": "https://
|
|
4728
|
-
"learn_more": "https://
|
|
5470
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5471
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5472
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4729
5473
|
"category": "SEO",
|
|
4730
5474
|
"type": "3rd-party",
|
|
4731
5475
|
"maintainers": [
|
|
@@ -4788,13 +5532,13 @@
|
|
|
4788
5532
|
},
|
|
4789
5533
|
{
|
|
4790
5534
|
"name": "segment",
|
|
4791
|
-
"description": "Nuxt
|
|
5535
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4792
5536
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4793
5537
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4794
5538
|
"icon": "segment.png",
|
|
4795
5539
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4796
5540
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4797
|
-
"learn_more": "
|
|
5541
|
+
"learn_more": "",
|
|
4798
5542
|
"category": "Analytics",
|
|
4799
5543
|
"type": "3rd-party",
|
|
4800
5544
|
"maintainers": [
|
|
@@ -4810,7 +5554,7 @@
|
|
|
4810
5554
|
},
|
|
4811
5555
|
{
|
|
4812
5556
|
"name": "sentry",
|
|
4813
|
-
"description": "Sentry module for Nuxt
|
|
5557
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4814
5558
|
"repo": "nuxt-community/sentry-module",
|
|
4815
5559
|
"npm": "@nuxtjs/sentry",
|
|
4816
5560
|
"icon": "sentry.svg",
|
|
@@ -4831,20 +5575,22 @@
|
|
|
4831
5575
|
}
|
|
4832
5576
|
},
|
|
4833
5577
|
{
|
|
4834
|
-
"name": "seo-
|
|
4835
|
-
"description": "
|
|
4836
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4837
|
-
"npm": "nuxt-seo-
|
|
4838
|
-
"icon": "seo-
|
|
4839
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4840
|
-
"website": "https://
|
|
4841
|
-
"learn_more": "",
|
|
5578
|
+
"name": "seo-experiments",
|
|
5579
|
+
"description": "Powerful SEO DX improvements.",
|
|
5580
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5581
|
+
"npm": "nuxt-seo-experiments",
|
|
5582
|
+
"icon": "seo-experiments.svg",
|
|
5583
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5584
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5585
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4842
5586
|
"category": "SEO",
|
|
4843
5587
|
"type": "3rd-party",
|
|
4844
5588
|
"maintainers": [
|
|
4845
|
-
{
|
|
4846
|
-
"name": "
|
|
4847
|
-
"github": "harlan-zw"
|
|
5589
|
+
{
|
|
5590
|
+
"name": "Harlan Wilton",
|
|
5591
|
+
"github": "harlan-zw",
|
|
5592
|
+
"twitter": "harlan_zw",
|
|
5593
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4848
5594
|
}
|
|
4849
5595
|
],
|
|
4850
5596
|
"compatibility": {
|
|
@@ -4875,9 +5621,31 @@
|
|
|
4875
5621
|
"requires": {}
|
|
4876
5622
|
}
|
|
4877
5623
|
},
|
|
5624
|
+
{
|
|
5625
|
+
"name": "seo",
|
|
5626
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5627
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5628
|
+
"npm": "@nuxtjs/seo",
|
|
5629
|
+
"icon": "nuxt.svg",
|
|
5630
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5631
|
+
"website": "https://nuxtseo.com/",
|
|
5632
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5633
|
+
"category": "SEO",
|
|
5634
|
+
"type": "3rd-party",
|
|
5635
|
+
"maintainers": [
|
|
5636
|
+
{
|
|
5637
|
+
"name": "harlan-zw",
|
|
5638
|
+
"github": "harlan-zw"
|
|
5639
|
+
}
|
|
5640
|
+
],
|
|
5641
|
+
"compatibility": {
|
|
5642
|
+
"nuxt": "^3.0.0",
|
|
5643
|
+
"requires": {}
|
|
5644
|
+
}
|
|
5645
|
+
},
|
|
4878
5646
|
{
|
|
4879
5647
|
"name": "seomatic-meta",
|
|
4880
|
-
"description": "A Nuxt
|
|
5648
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4881
5649
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4882
5650
|
"npm": "nuxt-seomatic-meta",
|
|
4883
5651
|
"icon": "seomatic.png",
|
|
@@ -4923,7 +5691,7 @@
|
|
|
4923
5691
|
{
|
|
4924
5692
|
"name": "server-block",
|
|
4925
5693
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4926
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
5694
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
4927
5695
|
"npm": "@hebilicious/server-block-nuxt",
|
|
4928
5696
|
"icon": "server-block.svg",
|
|
4929
5697
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -4968,7 +5736,7 @@
|
|
|
4968
5736
|
},
|
|
4969
5737
|
{
|
|
4970
5738
|
"name": "shopify",
|
|
4971
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5739
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4972
5740
|
"repo": "Gomah/nuxt-shopify",
|
|
4973
5741
|
"npm": "nuxt-shopify",
|
|
4974
5742
|
"icon": "shopify.png",
|
|
@@ -4989,7 +5757,7 @@
|
|
|
4989
5757
|
}
|
|
4990
5758
|
},
|
|
4991
5759
|
{
|
|
4992
|
-
"name": "
|
|
5760
|
+
"name": "sidebase-auth",
|
|
4993
5761
|
"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
5762
|
"repo": "sidebase/nuxt-auth",
|
|
4995
5763
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5035,13 +5803,13 @@
|
|
|
5035
5803
|
},
|
|
5036
5804
|
{
|
|
5037
5805
|
"name": "simple-robots",
|
|
5038
|
-
"description": "
|
|
5806
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5039
5807
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5040
5808
|
"npm": "nuxt-simple-robots",
|
|
5041
|
-
"icon": "",
|
|
5809
|
+
"icon": "simple-robots.svg",
|
|
5042
5810
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5043
|
-
"website": "https://
|
|
5044
|
-
"learn_more": "",
|
|
5811
|
+
"website": "https://nuxtseo.com/robots",
|
|
5812
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5045
5813
|
"category": "SEO",
|
|
5046
5814
|
"type": "3rd-party",
|
|
5047
5815
|
"maintainers": [
|
|
@@ -5058,41 +5826,23 @@
|
|
|
5058
5826
|
}
|
|
5059
5827
|
},
|
|
5060
5828
|
{
|
|
5061
|
-
"name": "
|
|
5062
|
-
"description": "
|
|
5063
|
-
"repo": "
|
|
5064
|
-
"npm": "
|
|
5065
|
-
"icon": "",
|
|
5066
|
-
"github": "https://github.com/
|
|
5067
|
-
"website": "https://
|
|
5068
|
-
"learn_more": "",
|
|
5829
|
+
"name": "sitemap",
|
|
5830
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5831
|
+
"repo": "nuxt-modules/sitemap",
|
|
5832
|
+
"npm": "@nuxtjs/sitemap",
|
|
5833
|
+
"icon": "simple-sitemap.svg",
|
|
5834
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5835
|
+
"website": "https://nuxtseo.com/",
|
|
5836
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5069
5837
|
"category": "SEO",
|
|
5070
|
-
"type": "
|
|
5838
|
+
"type": "community",
|
|
5071
5839
|
"maintainers": [
|
|
5072
5840
|
{
|
|
5073
5841
|
"name": "Harlan Wilton",
|
|
5074
5842
|
"github": "harlan-zw",
|
|
5075
5843
|
"twitter": "harlan_zw",
|
|
5076
5844
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5077
|
-
}
|
|
5078
|
-
],
|
|
5079
|
-
"compatibility": {
|
|
5080
|
-
"nuxt": "^3.0.0",
|
|
5081
|
-
"requires": {}
|
|
5082
|
-
}
|
|
5083
|
-
},
|
|
5084
|
-
{
|
|
5085
|
-
"name": "sitemap",
|
|
5086
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
5087
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5088
|
-
"npm": "@nuxtjs/sitemap",
|
|
5089
|
-
"icon": "",
|
|
5090
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5091
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5092
|
-
"learn_more": "",
|
|
5093
|
-
"category": "SEO",
|
|
5094
|
-
"type": "community",
|
|
5095
|
-
"maintainers": [
|
|
5845
|
+
},
|
|
5096
5846
|
{
|
|
5097
5847
|
"name": "Nicolas PENNEC",
|
|
5098
5848
|
"github": "NicoPennec",
|
|
@@ -5100,7 +5850,7 @@
|
|
|
5100
5850
|
}
|
|
5101
5851
|
],
|
|
5102
5852
|
"compatibility": {
|
|
5103
|
-
"nuxt": "^
|
|
5853
|
+
"nuxt": "^3.0.0",
|
|
5104
5854
|
"requires": {}
|
|
5105
5855
|
}
|
|
5106
5856
|
},
|
|
@@ -5128,7 +5878,7 @@
|
|
|
5128
5878
|
},
|
|
5129
5879
|
{
|
|
5130
5880
|
"name": "snipcart",
|
|
5131
|
-
"description": "Snipcart integration module for Nuxt
|
|
5881
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5132
5882
|
"repo": "nuxt-modules/snipcart",
|
|
5133
5883
|
"npm": "@nuxtjs/snipcart",
|
|
5134
5884
|
"icon": "snipcart.png",
|
|
@@ -5151,7 +5901,7 @@
|
|
|
5151
5901
|
},
|
|
5152
5902
|
{
|
|
5153
5903
|
"name": "social-meta",
|
|
5154
|
-
"description": "Nuxt
|
|
5904
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5155
5905
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5156
5906
|
"npm": "nuxt-social-meta",
|
|
5157
5907
|
"icon": "",
|
|
@@ -5273,7 +6023,7 @@
|
|
|
5273
6023
|
},
|
|
5274
6024
|
{
|
|
5275
6025
|
"name": "storage",
|
|
5276
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6026
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5277
6027
|
"repo": "mazipan/nuxt-storage",
|
|
5278
6028
|
"npm": "nuxt-storage",
|
|
5279
6029
|
"icon": "",
|
|
@@ -5295,7 +6045,7 @@
|
|
|
5295
6045
|
},
|
|
5296
6046
|
{
|
|
5297
6047
|
"name": "storefront-ui",
|
|
5298
|
-
"description": "Storefront UI Module for Nuxt
|
|
6048
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5299
6049
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5300
6050
|
"npm": "@storefront-ui/nuxt",
|
|
5301
6051
|
"icon": "storefront-ui.svg",
|
|
@@ -5339,8 +6089,8 @@
|
|
|
5339
6089
|
},
|
|
5340
6090
|
{
|
|
5341
6091
|
"name": "storyblok",
|
|
5342
|
-
"description": "Storyblok Nuxt
|
|
5343
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6092
|
+
"description": "Storyblok Nuxt module",
|
|
6093
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5344
6094
|
"npm": "@storyblok/nuxt",
|
|
5345
6095
|
"icon": "storyblok.png",
|
|
5346
6096
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5356,46 +6106,43 @@
|
|
|
5356
6106
|
],
|
|
5357
6107
|
"compatibility": {
|
|
5358
6108
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
|
-
"requires": {}
|
|
6109
|
+
"requires": {},
|
|
6110
|
+
"devtools": "^0.0.0"
|
|
5360
6111
|
}
|
|
5361
6112
|
},
|
|
5362
6113
|
{
|
|
5363
6114
|
"name": "storybook",
|
|
5364
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5365
|
-
"repo": "nuxt-
|
|
6115
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6116
|
+
"repo": "nuxt-modules/storybook",
|
|
5366
6117
|
"npm": "@nuxtjs/storybook",
|
|
5367
6118
|
"icon": "storybook.png",
|
|
5368
|
-
"github": "https://github.com/nuxt-
|
|
6119
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5369
6120
|
"website": "https://storybook.nuxtjs.org",
|
|
5370
|
-
"learn_more": "https://
|
|
6121
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5371
6122
|
"category": "Devtools",
|
|
5372
6123
|
"type": "community",
|
|
5373
6124
|
"maintainers": [
|
|
5374
6125
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"github": "
|
|
5377
|
-
"twitter": "
|
|
5378
|
-
},
|
|
5379
|
-
{
|
|
5380
|
-
"name": "Pooya Parsa",
|
|
5381
|
-
"github": "pi0",
|
|
5382
|
-
"twitter": "_pi0_"
|
|
6126
|
+
"name": "Chakir QATAB",
|
|
6127
|
+
"github": "chakAs3",
|
|
6128
|
+
"twitter": "ChakirQatab"
|
|
5383
6129
|
}
|
|
5384
6130
|
],
|
|
5385
6131
|
"compatibility": {
|
|
5386
|
-
"nuxt": "^2.0.0",
|
|
6132
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5387
6133
|
"requires": {
|
|
5388
6134
|
"bridge": "optional"
|
|
5389
|
-
}
|
|
6135
|
+
},
|
|
6136
|
+
"devtools": "^0.7.2"
|
|
5390
6137
|
}
|
|
5391
6138
|
},
|
|
5392
6139
|
{
|
|
5393
6140
|
"name": "strapi",
|
|
5394
6141
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5395
|
-
"repo": "nuxt-
|
|
6142
|
+
"repo": "nuxt-modules/strapi",
|
|
5396
6143
|
"npm": "@nuxtjs/strapi",
|
|
5397
6144
|
"icon": "strapi.png",
|
|
5398
|
-
"github": "https://github.com/nuxt-
|
|
6145
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5399
6146
|
"website": "https://strapi.nuxtjs.org",
|
|
5400
6147
|
"learn_more": "https://strapi.io/",
|
|
5401
6148
|
"category": "CMS",
|
|
@@ -5416,7 +6163,8 @@
|
|
|
5416
6163
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5417
6164
|
"requires": {
|
|
5418
6165
|
"bridge": true
|
|
5419
|
-
}
|
|
6166
|
+
},
|
|
6167
|
+
"devtools": "^0.0.0"
|
|
5420
6168
|
}
|
|
5421
6169
|
},
|
|
5422
6170
|
{
|
|
@@ -5467,6 +6215,36 @@
|
|
|
5467
6215
|
"requires": {}
|
|
5468
6216
|
}
|
|
5469
6217
|
},
|
|
6218
|
+
{
|
|
6219
|
+
"name": "studio",
|
|
6220
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6221
|
+
"repo": "nuxtlabs/studio-module",
|
|
6222
|
+
"npm": "@nuxthq/studio",
|
|
6223
|
+
"icon": "studio.svg",
|
|
6224
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6225
|
+
"website": "https://nuxt.studio",
|
|
6226
|
+
"learn_more": "https://nuxt.studio",
|
|
6227
|
+
"category": "CMS",
|
|
6228
|
+
"type": "3rd-party",
|
|
6229
|
+
"maintainers": [
|
|
6230
|
+
{
|
|
6231
|
+
"name": "Ahad Birang",
|
|
6232
|
+
"github": "farnabaz",
|
|
6233
|
+
"twitter": "a_birang"
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"name": "Sébastien Chopin",
|
|
6237
|
+
"github": "Atinux",
|
|
6238
|
+
"twitter": "Atinux"
|
|
6239
|
+
}
|
|
6240
|
+
],
|
|
6241
|
+
"compatibility": {
|
|
6242
|
+
"nuxt": "^3.0.0",
|
|
6243
|
+
"requires": {
|
|
6244
|
+
"content": true
|
|
6245
|
+
}
|
|
6246
|
+
}
|
|
6247
|
+
},
|
|
5470
6248
|
{
|
|
5471
6249
|
"name": "style-resources",
|
|
5472
6250
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5492,7 +6270,7 @@
|
|
|
5492
6270
|
},
|
|
5493
6271
|
{
|
|
5494
6272
|
"name": "stylelint",
|
|
5495
|
-
"description": "Stylelint module for Nuxt.
|
|
6273
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5496
6274
|
"repo": "nuxt-community/stylelint-module",
|
|
5497
6275
|
"npm": "@nuxtjs/stylelint-module",
|
|
5498
6276
|
"icon": "stylelint.png",
|
|
@@ -5538,10 +6316,10 @@
|
|
|
5538
6316
|
{
|
|
5539
6317
|
"name": "supabase",
|
|
5540
6318
|
"description": "First class integration with Supabase",
|
|
5541
|
-
"repo": "nuxt-
|
|
6319
|
+
"repo": "nuxt-modules/supabase",
|
|
5542
6320
|
"npm": "@nuxtjs/supabase",
|
|
5543
6321
|
"icon": "supabase.png",
|
|
5544
|
-
"github": "https://github.com/nuxt-
|
|
6322
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5545
6323
|
"website": "https://supabase.nuxtjs.org",
|
|
5546
6324
|
"learn_more": "https://supabase.com",
|
|
5547
6325
|
"category": "Database",
|
|
@@ -5592,12 +6370,12 @@
|
|
|
5592
6370
|
},
|
|
5593
6371
|
{
|
|
5594
6372
|
"name": "svg-sprite",
|
|
5595
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5596
|
-
"repo": "nuxt-
|
|
6373
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6374
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5597
6375
|
"npm": "@nuxtjs/svg-sprite",
|
|
5598
6376
|
"icon": "",
|
|
5599
|
-
"github": "https://github.com/nuxt-
|
|
5600
|
-
"website": "https://github.com/nuxt-
|
|
6377
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6378
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5601
6379
|
"learn_more": "",
|
|
5602
6380
|
"category": "UI",
|
|
5603
6381
|
"type": "community",
|
|
@@ -5609,13 +6387,13 @@
|
|
|
5609
6387
|
}
|
|
5610
6388
|
],
|
|
5611
6389
|
"compatibility": {
|
|
5612
|
-
"nuxt": "^2.0.0",
|
|
6390
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5613
6391
|
"requires": {}
|
|
5614
6392
|
}
|
|
5615
6393
|
},
|
|
5616
6394
|
{
|
|
5617
6395
|
"name": "svg",
|
|
5618
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6396
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5619
6397
|
"repo": "nuxt-community/svg-module",
|
|
5620
6398
|
"npm": "@nuxtjs/svg",
|
|
5621
6399
|
"icon": "",
|
|
@@ -5659,7 +6437,7 @@
|
|
|
5659
6437
|
},
|
|
5660
6438
|
{
|
|
5661
6439
|
"name": "swiper",
|
|
5662
|
-
"description": "Nuxt
|
|
6440
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5663
6441
|
"repo": "cpreston321/nuxt-swiper",
|
|
5664
6442
|
"npm": "nuxt-swiper",
|
|
5665
6443
|
"icon": "swiper.svg",
|
|
@@ -5705,10 +6483,10 @@
|
|
|
5705
6483
|
{
|
|
5706
6484
|
"name": "tailwindcss",
|
|
5707
6485
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5708
|
-
"repo": "nuxt-
|
|
6486
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5709
6487
|
"npm": "@nuxtjs/tailwindcss",
|
|
5710
6488
|
"icon": "tailwindcss.png",
|
|
5711
|
-
"github": "https://github.com/nuxt-
|
|
6489
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5712
6490
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5713
6491
|
"learn_more": "https://tailwindcss.com/",
|
|
5714
6492
|
"category": "UI",
|
|
@@ -5718,11 +6496,16 @@
|
|
|
5718
6496
|
"name": "Sébastien Chopin",
|
|
5719
6497
|
"github": "Atinux",
|
|
5720
6498
|
"twitter": "Atinux"
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"name": "Inesh Bose",
|
|
6502
|
+
"github": "ineshbose"
|
|
5721
6503
|
}
|
|
5722
6504
|
],
|
|
5723
6505
|
"compatibility": {
|
|
5724
6506
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5725
|
-
"requires": {}
|
|
6507
|
+
"requires": {},
|
|
6508
|
+
"devtools": "^0.0.0"
|
|
5726
6509
|
}
|
|
5727
6510
|
},
|
|
5728
6511
|
{
|
|
@@ -5770,9 +6553,31 @@
|
|
|
5770
6553
|
"requires": {}
|
|
5771
6554
|
}
|
|
5772
6555
|
},
|
|
6556
|
+
{
|
|
6557
|
+
"name": "tiptap",
|
|
6558
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6559
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6560
|
+
"npm": "nuxt-tiptap-editor",
|
|
6561
|
+
"icon": "tiptap.png",
|
|
6562
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6563
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6564
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6565
|
+
"category": "Libraries",
|
|
6566
|
+
"type": "3rd-party",
|
|
6567
|
+
"maintainers": [
|
|
6568
|
+
{
|
|
6569
|
+
"name": "modbender",
|
|
6570
|
+
"github": "modbender"
|
|
6571
|
+
}
|
|
6572
|
+
],
|
|
6573
|
+
"compatibility": {
|
|
6574
|
+
"nuxt": "^3.0.0",
|
|
6575
|
+
"requires": {}
|
|
6576
|
+
}
|
|
6577
|
+
},
|
|
5773
6578
|
{
|
|
5774
6579
|
"name": "toast",
|
|
5775
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6580
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5776
6581
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5777
6582
|
"npm": "@nuxtjs/toast",
|
|
5778
6583
|
"icon": "",
|
|
@@ -5793,6 +6598,28 @@
|
|
|
5793
6598
|
"requires": {}
|
|
5794
6599
|
}
|
|
5795
6600
|
},
|
|
6601
|
+
{
|
|
6602
|
+
"name": "translation-manager",
|
|
6603
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6604
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6605
|
+
"npm": "nuxt-translation-manager",
|
|
6606
|
+
"icon": "translation-manager.png",
|
|
6607
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6608
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6609
|
+
"learn_more": "",
|
|
6610
|
+
"category": "Extensions",
|
|
6611
|
+
"type": "3rd-party",
|
|
6612
|
+
"maintainers": [
|
|
6613
|
+
{
|
|
6614
|
+
"name": "Sam K",
|
|
6615
|
+
"github": "samk-dev"
|
|
6616
|
+
}
|
|
6617
|
+
],
|
|
6618
|
+
"compatibility": {
|
|
6619
|
+
"nuxt": "^3.0.0",
|
|
6620
|
+
"requires": {}
|
|
6621
|
+
}
|
|
6622
|
+
},
|
|
5796
6623
|
{
|
|
5797
6624
|
"name": "tresjs",
|
|
5798
6625
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -5853,7 +6680,7 @@
|
|
|
5853
6680
|
},
|
|
5854
6681
|
{
|
|
5855
6682
|
"name": "twa",
|
|
5856
|
-
"description": "Nuxt
|
|
6683
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5857
6684
|
"repo": "tuarrep/nuxt-twa",
|
|
5858
6685
|
"npm": "nuxt-twa",
|
|
5859
6686
|
"icon": "",
|
|
@@ -6041,6 +6868,63 @@
|
|
|
6041
6868
|
"requires": {}
|
|
6042
6869
|
}
|
|
6043
6870
|
},
|
|
6871
|
+
{
|
|
6872
|
+
"name": "typo3",
|
|
6873
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6874
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6875
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6876
|
+
"icon": "typo3.svg",
|
|
6877
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6878
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6879
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6880
|
+
"category": "CMS",
|
|
6881
|
+
"type": "3rd-party",
|
|
6882
|
+
"maintainers": [
|
|
6883
|
+
{
|
|
6884
|
+
"name": "Macopedia",
|
|
6885
|
+
"github": "macopedia",
|
|
6886
|
+
"twitter": "macopediapl"
|
|
6887
|
+
}
|
|
6888
|
+
],
|
|
6889
|
+
"compatibility": {
|
|
6890
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6891
|
+
"requires": {},
|
|
6892
|
+
"devtools": "^0.0.0"
|
|
6893
|
+
}
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"name": "ui",
|
|
6897
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6898
|
+
"repo": "nuxt/ui#dev",
|
|
6899
|
+
"npm": "@nuxt/ui",
|
|
6900
|
+
"icon": "nuxt.svg",
|
|
6901
|
+
"github": "https://github.com/nuxt/ui",
|
|
6902
|
+
"website": "https://ui.nuxt.com",
|
|
6903
|
+
"learn_more": "",
|
|
6904
|
+
"category": "UI",
|
|
6905
|
+
"type": "official",
|
|
6906
|
+
"maintainers": [
|
|
6907
|
+
{
|
|
6908
|
+
"name": "Benjamin Canac",
|
|
6909
|
+
"github": "benjamincanac",
|
|
6910
|
+
"twitter": "benjamincanac"
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"name": "Sebastien Chopin",
|
|
6914
|
+
"github": "Atinux",
|
|
6915
|
+
"twitter": "Atinux"
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"name": "Sylvain Marroufin",
|
|
6919
|
+
"github": "smarroufin",
|
|
6920
|
+
"twitter": "smarroufin"
|
|
6921
|
+
}
|
|
6922
|
+
],
|
|
6923
|
+
"compatibility": {
|
|
6924
|
+
"nuxt": "^3.0.0",
|
|
6925
|
+
"requires": {}
|
|
6926
|
+
}
|
|
6927
|
+
},
|
|
6044
6928
|
{
|
|
6045
6929
|
"name": "umami",
|
|
6046
6930
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6065,31 +6949,9 @@
|
|
|
6065
6949
|
}
|
|
6066
6950
|
}
|
|
6067
6951
|
},
|
|
6068
|
-
{
|
|
6069
|
-
"name": "unhead",
|
|
6070
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6071
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6072
|
-
"npm": "nuxt-seo-experiments",
|
|
6073
|
-
"icon": "",
|
|
6074
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6075
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6076
|
-
"learn_more": "",
|
|
6077
|
-
"category": "SEO",
|
|
6078
|
-
"type": "3rd-party",
|
|
6079
|
-
"maintainers": [
|
|
6080
|
-
{
|
|
6081
|
-
"name": "harlan-zw",
|
|
6082
|
-
"github": "harlan-zw"
|
|
6083
|
-
}
|
|
6084
|
-
],
|
|
6085
|
-
"compatibility": {
|
|
6086
|
-
"nuxt": "^3.0.0",
|
|
6087
|
-
"requires": {}
|
|
6088
|
-
}
|
|
6089
|
-
},
|
|
6090
6952
|
{
|
|
6091
6953
|
"name": "universal-storage",
|
|
6092
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6954
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6093
6955
|
"repo": "nuxt-community/universal-storage-module",
|
|
6094
6956
|
"npm": "@nuxtjs/universal-storage",
|
|
6095
6957
|
"icon": "",
|
|
@@ -6118,7 +6980,7 @@
|
|
|
6118
6980
|
{
|
|
6119
6981
|
"name": "unlazy",
|
|
6120
6982
|
"description": "Lazy loading library for placeholder images",
|
|
6121
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6983
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6122
6984
|
"npm": "@unlazy/nuxt",
|
|
6123
6985
|
"icon": "unlazy.svg",
|
|
6124
6986
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6166,12 +7028,12 @@
|
|
|
6166
7028
|
{
|
|
6167
7029
|
"name": "unocss",
|
|
6168
7030
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6169
|
-
"repo": "
|
|
7031
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6170
7032
|
"npm": "@unocss/nuxt",
|
|
6171
7033
|
"icon": "unocss.svg",
|
|
6172
|
-
"github": "https://github.com/
|
|
6173
|
-
"website": "https://github.com/
|
|
6174
|
-
"learn_more": "https://github.com/
|
|
7034
|
+
"github": "https://github.com/unocss/unocss",
|
|
7035
|
+
"website": "https://github.com/unocss/unocss",
|
|
7036
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6175
7037
|
"category": "UI",
|
|
6176
7038
|
"type": "3rd-party",
|
|
6177
7039
|
"maintainers": [
|
|
@@ -6186,7 +7048,8 @@
|
|
|
6186
7048
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6187
7049
|
"requires": {
|
|
6188
7050
|
"bridge": "optional"
|
|
6189
|
-
}
|
|
7051
|
+
},
|
|
7052
|
+
"devtools": "^0.0.0"
|
|
6190
7053
|
}
|
|
6191
7054
|
},
|
|
6192
7055
|
{
|
|
@@ -6212,6 +7075,28 @@
|
|
|
6212
7075
|
"requires": {}
|
|
6213
7076
|
}
|
|
6214
7077
|
},
|
|
7078
|
+
{
|
|
7079
|
+
"name": "use-bootstrap",
|
|
7080
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7081
|
+
"repo": "simplise/use-bootstrap",
|
|
7082
|
+
"npm": "usebootstrap",
|
|
7083
|
+
"icon": "use-bootstrap.svg",
|
|
7084
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7085
|
+
"website": "https://usebootstrap.org/",
|
|
7086
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7087
|
+
"category": "UI",
|
|
7088
|
+
"type": "3rd-party",
|
|
7089
|
+
"maintainers": [
|
|
7090
|
+
{
|
|
7091
|
+
"name": "KoujiSano",
|
|
7092
|
+
"github": "KoujiSano"
|
|
7093
|
+
}
|
|
7094
|
+
],
|
|
7095
|
+
"compatibility": {
|
|
7096
|
+
"nuxt": "^3.0.0",
|
|
7097
|
+
"requires": {}
|
|
7098
|
+
}
|
|
7099
|
+
},
|
|
6215
7100
|
{
|
|
6216
7101
|
"name": "use-wagmi",
|
|
6217
7102
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -6238,7 +7123,7 @@
|
|
|
6238
7123
|
},
|
|
6239
7124
|
{
|
|
6240
7125
|
"name": "user-agent",
|
|
6241
|
-
"description": "Nuxt
|
|
7126
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6242
7127
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6243
7128
|
"npm": "nuxt-user-agent",
|
|
6244
7129
|
"icon": "",
|
|
@@ -6266,7 +7151,7 @@
|
|
|
6266
7151
|
"icon": "vee-validate.png",
|
|
6267
7152
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6268
7153
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6269
|
-
"learn_more": "
|
|
7154
|
+
"learn_more": "",
|
|
6270
7155
|
"category": "Libraries",
|
|
6271
7156
|
"type": "3rd-party",
|
|
6272
7157
|
"maintainers": [
|
|
@@ -6352,7 +7237,7 @@
|
|
|
6352
7237
|
},
|
|
6353
7238
|
{
|
|
6354
7239
|
"name": "vee-validate",
|
|
6355
|
-
"description": "Painless Vue forms for Nuxt
|
|
7240
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6356
7241
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6357
7242
|
"npm": "@vee-validate/nuxt",
|
|
6358
7243
|
"icon": "vee-validate.png",
|
|
@@ -6442,7 +7327,7 @@
|
|
|
6442
7327
|
},
|
|
6443
7328
|
{
|
|
6444
7329
|
"name": "vite-pwa-nuxt",
|
|
6445
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7330
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6446
7331
|
"repo": "vite-pwa/nuxt",
|
|
6447
7332
|
"npm": "@vite-pwa/nuxt",
|
|
6448
7333
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6491,18 +7376,19 @@
|
|
|
6491
7376
|
],
|
|
6492
7377
|
"compatibility": {
|
|
6493
7378
|
"nuxt": "^3.0.0",
|
|
6494
|
-
"requires": {}
|
|
7379
|
+
"requires": {},
|
|
7380
|
+
"devtools": "^0.0.0"
|
|
6495
7381
|
}
|
|
6496
7382
|
},
|
|
6497
7383
|
{
|
|
6498
7384
|
"name": "vue-email",
|
|
6499
|
-
"description": "Write email templates with vue",
|
|
6500
|
-
"repo": "
|
|
6501
|
-
"npm": "vue-email",
|
|
7385
|
+
"description": "💌 Write email templates with vue",
|
|
7386
|
+
"repo": "vue-email/nuxt",
|
|
7387
|
+
"npm": "@vue-email/nuxt",
|
|
6502
7388
|
"icon": "vue-email.svg",
|
|
6503
|
-
"github": "https://github.com/
|
|
6504
|
-
"website": "https://
|
|
6505
|
-
"learn_more": "https://
|
|
7389
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7390
|
+
"website": "https://vuemail.net/",
|
|
7391
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6506
7392
|
"category": "UI",
|
|
6507
7393
|
"type": "3rd-party",
|
|
6508
7394
|
"maintainers": [
|
|
@@ -6519,6 +7405,30 @@
|
|
|
6519
7405
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6520
7406
|
}
|
|
6521
7407
|
],
|
|
7408
|
+
"compatibility": {
|
|
7409
|
+
"nuxt": "^3.0.0",
|
|
7410
|
+
"requires": {},
|
|
7411
|
+
"devtools": "^0.0.0"
|
|
7412
|
+
}
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"name": "vue-final-modal",
|
|
7416
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7417
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7418
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7419
|
+
"icon": "vue-final-modal.svg",
|
|
7420
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7421
|
+
"website": "https://vue-final-modal.org/",
|
|
7422
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7423
|
+
"category": "UI",
|
|
7424
|
+
"type": "3rd-party",
|
|
7425
|
+
"maintainers": [
|
|
7426
|
+
{
|
|
7427
|
+
"name": "Hunter Liu",
|
|
7428
|
+
"github": "hunterliu1003",
|
|
7429
|
+
"twitter": "hunterliu1003"
|
|
7430
|
+
}
|
|
7431
|
+
],
|
|
6522
7432
|
"compatibility": {
|
|
6523
7433
|
"nuxt": "^3.0.0",
|
|
6524
7434
|
"requires": {}
|
|
@@ -6546,7 +7456,8 @@
|
|
|
6546
7456
|
"nuxt": "^3.0.0",
|
|
6547
7457
|
"requires": {
|
|
6548
7458
|
"bridge": "optional"
|
|
6549
|
-
}
|
|
7459
|
+
},
|
|
7460
|
+
"devtools": "^0.0.0"
|
|
6550
7461
|
}
|
|
6551
7462
|
},
|
|
6552
7463
|
{
|
|
@@ -6573,7 +7484,7 @@
|
|
|
6573
7484
|
},
|
|
6574
7485
|
{
|
|
6575
7486
|
"name": "vue-multiselect",
|
|
6576
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7487
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6577
7488
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6578
7489
|
"npm": "nuxt-vue-multiselect",
|
|
6579
7490
|
"icon": "",
|
|
@@ -6618,7 +7529,7 @@
|
|
|
6618
7529
|
{
|
|
6619
7530
|
"name": "vue-query",
|
|
6620
7531
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6621
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7532
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6622
7533
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6623
7534
|
"icon": "vue-query.svg",
|
|
6624
7535
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6687,7 +7598,7 @@
|
|
|
6687
7598
|
},
|
|
6688
7599
|
{
|
|
6689
7600
|
"name": "vue-warehouse",
|
|
6690
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7601
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6691
7602
|
"repo": "juliomrqz/vue-warehouse",
|
|
6692
7603
|
"npm": "vue-warehouse",
|
|
6693
7604
|
"icon": "",
|
|
@@ -6710,12 +7621,12 @@
|
|
|
6710
7621
|
},
|
|
6711
7622
|
{
|
|
6712
7623
|
"name": "vue3-carousel-nuxt",
|
|
6713
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7624
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6714
7625
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6715
7626
|
"npm": "vue3-carousel-nuxt",
|
|
6716
7627
|
"icon": "",
|
|
6717
7628
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6718
|
-
"website": "",
|
|
7629
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6719
7630
|
"learn_more": "",
|
|
6720
7631
|
"category": "UI",
|
|
6721
7632
|
"type": "3rd-party",
|
|
@@ -6734,7 +7645,7 @@
|
|
|
6734
7645
|
{
|
|
6735
7646
|
"name": "vuefire",
|
|
6736
7647
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6737
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7648
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6738
7649
|
"npm": "nuxt-vuefire",
|
|
6739
7650
|
"icon": "vuefire.svg",
|
|
6740
7651
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6753,15 +7664,61 @@
|
|
|
6753
7664
|
"requires": {}
|
|
6754
7665
|
}
|
|
6755
7666
|
},
|
|
7667
|
+
{
|
|
7668
|
+
"name": "vueform-builder",
|
|
7669
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7670
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7671
|
+
"npm": "@vueform/builder-nuxt",
|
|
7672
|
+
"icon": "vueform.svg",
|
|
7673
|
+
"github": "https://github.com/vueform/builder",
|
|
7674
|
+
"website": "https://builder.vueform.com",
|
|
7675
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7676
|
+
"category": "Libraries",
|
|
7677
|
+
"type": "3rd-party",
|
|
7678
|
+
"maintainers": [
|
|
7679
|
+
{
|
|
7680
|
+
"name": "Adam Berecz",
|
|
7681
|
+
"github": "adamberecz",
|
|
7682
|
+
"twitter": "bereczadam"
|
|
7683
|
+
}
|
|
7684
|
+
],
|
|
7685
|
+
"compatibility": {
|
|
7686
|
+
"nuxt": "^3.0.0",
|
|
7687
|
+
"requires": {}
|
|
7688
|
+
}
|
|
7689
|
+
},
|
|
7690
|
+
{
|
|
7691
|
+
"name": "vueform",
|
|
7692
|
+
"description": "Official Vueform module for Nuxt",
|
|
7693
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7694
|
+
"npm": "@vueform/nuxt",
|
|
7695
|
+
"icon": "vueform.svg",
|
|
7696
|
+
"github": "https://github.com/vueform/vueform",
|
|
7697
|
+
"website": "https://vueform.com",
|
|
7698
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7699
|
+
"category": "Libraries",
|
|
7700
|
+
"type": "3rd-party",
|
|
7701
|
+
"maintainers": [
|
|
7702
|
+
{
|
|
7703
|
+
"name": "Adam Berecz",
|
|
7704
|
+
"github": "adamberecz",
|
|
7705
|
+
"twitter": "bereczadam"
|
|
7706
|
+
}
|
|
7707
|
+
],
|
|
7708
|
+
"compatibility": {
|
|
7709
|
+
"nuxt": "^3.0.0",
|
|
7710
|
+
"requires": {}
|
|
7711
|
+
}
|
|
7712
|
+
},
|
|
6756
7713
|
{
|
|
6757
7714
|
"name": "vuestic",
|
|
6758
|
-
"description": "Vuestic UI module for Nuxt
|
|
7715
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6759
7716
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6760
7717
|
"npm": "@vuestic/nuxt",
|
|
6761
7718
|
"icon": "vuestic.png",
|
|
6762
7719
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6763
|
-
"website": "https://vuestic.dev",
|
|
6764
|
-
"learn_more": "https://vuestic.dev/
|
|
7720
|
+
"website": "https://ui.vuestic.dev",
|
|
7721
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6765
7722
|
"category": "UI",
|
|
6766
7723
|
"type": "3rd-party",
|
|
6767
7724
|
"maintainers": [
|
|
@@ -6782,8 +7739,8 @@
|
|
|
6782
7739
|
"npm": "vuetify-nuxt-module",
|
|
6783
7740
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6784
7741
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6785
|
-
"website": "https://
|
|
6786
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7742
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7743
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6787
7744
|
"category": "UI",
|
|
6788
7745
|
"type": "3rd-party",
|
|
6789
7746
|
"maintainers": [
|
|
@@ -6799,7 +7756,7 @@
|
|
|
6799
7756
|
},
|
|
6800
7757
|
{
|
|
6801
7758
|
"name": "vuetify",
|
|
6802
|
-
"description": "Vuetify Module for Nuxt
|
|
7759
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6803
7760
|
"repo": "nuxt-community/vuetify-module",
|
|
6804
7761
|
"npm": "@nuxtjs/vuetify",
|
|
6805
7762
|
"icon": "vuetify.png",
|
|
@@ -6846,7 +7803,8 @@
|
|
|
6846
7803
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6847
7804
|
"requires": {
|
|
6848
7805
|
"bridge": "optional"
|
|
6849
|
-
}
|
|
7806
|
+
},
|
|
7807
|
+
"devtools": "^0.0.0"
|
|
6850
7808
|
}
|
|
6851
7809
|
},
|
|
6852
7810
|
{
|
|
@@ -6873,7 +7831,7 @@
|
|
|
6873
7831
|
},
|
|
6874
7832
|
{
|
|
6875
7833
|
"name": "vunix",
|
|
6876
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7834
|
+
"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
7835
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6878
7836
|
"npm": "@vunix/nuxt",
|
|
6879
7837
|
"icon": "",
|
|
@@ -6897,11 +7855,11 @@
|
|
|
6897
7855
|
{
|
|
6898
7856
|
"name": "web-vitals",
|
|
6899
7857
|
"description": "Web Vitals for Nuxt",
|
|
6900
|
-
"repo": "nuxt-
|
|
7858
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6901
7859
|
"npm": "@nuxtjs/web-vitals",
|
|
6902
7860
|
"icon": "web-vitals.png",
|
|
6903
|
-
"github": "https://github.com/nuxt-
|
|
6904
|
-
"website": "https://github.com/nuxt-
|
|
7861
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7862
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6905
7863
|
"learn_more": "",
|
|
6906
7864
|
"category": "Performance",
|
|
6907
7865
|
"type": "community",
|
|
@@ -6952,7 +7910,7 @@
|
|
|
6952
7910
|
},
|
|
6953
7911
|
{
|
|
6954
7912
|
"name": "webpack-optimisations",
|
|
6955
|
-
"description": "Nuxt
|
|
7913
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6956
7914
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6957
7915
|
"npm": "nuxt-webpack-optimisations",
|
|
6958
7916
|
"icon": "build-optimisations.svg",
|
|
@@ -7027,7 +7985,7 @@
|
|
|
7027
7985
|
"icon": "webpack.png",
|
|
7028
7986
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7029
7987
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7030
|
-
"learn_more": "
|
|
7988
|
+
"learn_more": "",
|
|
7031
7989
|
"category": "Devtools",
|
|
7032
7990
|
"type": "community",
|
|
7033
7991
|
"maintainers": [
|
|
@@ -7044,7 +8002,7 @@
|
|
|
7044
8002
|
},
|
|
7045
8003
|
{
|
|
7046
8004
|
"name": "well-known",
|
|
7047
|
-
"description": "A Nuxt
|
|
8005
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7048
8006
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7049
8007
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7050
8008
|
"icon": "well-known.svg",
|
|
@@ -7066,7 +8024,7 @@
|
|
|
7066
8024
|
},
|
|
7067
8025
|
{
|
|
7068
8026
|
"name": "wideangle",
|
|
7069
|
-
"description": "Nuxt
|
|
8027
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7070
8028
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7071
8029
|
"npm": "wideangle-nuxt",
|
|
7072
8030
|
"icon": "wideangle.png",
|
|
@@ -7093,11 +8051,11 @@
|
|
|
7093
8051
|
{
|
|
7094
8052
|
"name": "windicss",
|
|
7095
8053
|
"description": "Next generation utility-first CSS framework.",
|
|
7096
|
-
"repo": "windicss/nuxt-windicss
|
|
8054
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7097
8055
|
"npm": "nuxt-windicss",
|
|
7098
8056
|
"icon": "windicss.svg",
|
|
7099
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7100
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8057
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8058
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7101
8059
|
"learn_more": "https://windicss.org/",
|
|
7102
8060
|
"category": "UI",
|
|
7103
8061
|
"type": "3rd-party",
|
|
@@ -7233,55 +8191,9 @@
|
|
|
7233
8191
|
"requires": {}
|
|
7234
8192
|
}
|
|
7235
8193
|
},
|
|
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
8194
|
{
|
|
7283
8195
|
"name": "zendesk",
|
|
7284
|
-
"description": "Nuxt
|
|
8196
|
+
"description": "Nuxt module for Zendesk",
|
|
7285
8197
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7286
8198
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7287
8199
|
"icon": "zendesk.png",
|