@nuxt/modules 0.6.0-1c2704 → 0.6.0-1e0716
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 +1625 -535
- 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,14 +170,36 @@
|
|
|
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": "Libraries",
|
|
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": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
179
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
180
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
181
203
|
"learn_more": "",
|
|
182
204
|
"category": "Request",
|
|
183
205
|
"type": "3rd-party",
|
|
@@ -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": "Security",
|
|
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,7 +869,7 @@
|
|
|
780
869
|
},
|
|
781
870
|
{
|
|
782
871
|
"name": "cloudinary",
|
|
783
|
-
"description": "Optimize images and videos in your Nuxt
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
784
873
|
"repo": "nuxt-modules/cloudinary",
|
|
785
874
|
"npm": "@nuxtjs/cloudinary",
|
|
786
875
|
"icon": "cloudinary.png",
|
|
@@ -803,7 +892,7 @@
|
|
|
803
892
|
},
|
|
804
893
|
{
|
|
805
894
|
"name": "color-mode",
|
|
806
|
-
"description": "Dark and Light mode for
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
807
896
|
"repo": "nuxt-modules/color-mode",
|
|
808
897
|
"npm": "@nuxtjs/color-mode",
|
|
809
898
|
"icon": "color-mode.png",
|
|
@@ -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,7 +1226,7 @@
|
|
|
1137
1226
|
},
|
|
1138
1227
|
{
|
|
1139
1228
|
"name": "delay-hydration",
|
|
1140
|
-
"description": "Improve your Nuxt
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1141
1230
|
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1142
1231
|
"npm": "nuxt-delay-hydration",
|
|
1143
1232
|
"icon": "lighthouse.svg",
|
|
@@ -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": "",
|
|
@@ -1643,14 +1801,37 @@
|
|
|
1643
1801
|
"requires": {}
|
|
1644
1802
|
}
|
|
1645
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "fonts",
|
|
1806
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1807
|
+
"repo": "nuxt/fonts",
|
|
1808
|
+
"npm": "@nuxt/fonts",
|
|
1809
|
+
"icon": "nuxt.svg",
|
|
1810
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1811
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1812
|
+
"learn_more": "",
|
|
1813
|
+
"category": "Libraries",
|
|
1814
|
+
"type": "official",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Daniel Roe",
|
|
1818
|
+
"github": "danielroe",
|
|
1819
|
+
"twitter": "danielcroe"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1646
1827
|
{
|
|
1647
1828
|
"name": "form-actions",
|
|
1648
1829
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1649
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1830
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1650
1831
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1651
1832
|
"icon": "form-actions.svg",
|
|
1652
1833
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1653
|
-
"website": "https://
|
|
1834
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1654
1835
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1655
1836
|
"category": "Request",
|
|
1656
1837
|
"type": "3rd-party",
|
|
@@ -1662,7 +1843,7 @@
|
|
|
1662
1843
|
}
|
|
1663
1844
|
],
|
|
1664
1845
|
"compatibility": {
|
|
1665
|
-
"nuxt": "^3.
|
|
1846
|
+
"nuxt": "^3.7.0",
|
|
1666
1847
|
"requires": {}
|
|
1667
1848
|
}
|
|
1668
1849
|
},
|
|
@@ -1674,7 +1855,7 @@
|
|
|
1674
1855
|
"icon": "formkit.png",
|
|
1675
1856
|
"github": "https://github.com/formkit/formkit",
|
|
1676
1857
|
"website": "https://formkit.com",
|
|
1677
|
-
"learn_more": "https://formkit.com/
|
|
1858
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1678
1859
|
"category": "Libraries",
|
|
1679
1860
|
"type": "3rd-party",
|
|
1680
1861
|
"maintainers": [
|
|
@@ -1740,7 +1921,7 @@
|
|
|
1740
1921
|
},
|
|
1741
1922
|
{
|
|
1742
1923
|
"name": "google-adsense",
|
|
1743
|
-
"description": "Google Adsense Module for Nuxt
|
|
1924
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1744
1925
|
"repo": "nuxt-community/google-adsense-module",
|
|
1745
1926
|
"npm": "@nuxtjs/google-adsense",
|
|
1746
1927
|
"icon": "google-adsense.png",
|
|
@@ -1766,7 +1947,7 @@
|
|
|
1766
1947
|
},
|
|
1767
1948
|
{
|
|
1768
1949
|
"name": "google-analytics",
|
|
1769
|
-
"description": "Google analytics Module for Nuxt
|
|
1950
|
+
"description": "Google analytics Module for Nuxt",
|
|
1770
1951
|
"repo": "nuxt-community/analytics-module",
|
|
1771
1952
|
"npm": "@nuxtjs/google-analytics",
|
|
1772
1953
|
"icon": "google-analytics.png",
|
|
@@ -1798,7 +1979,7 @@
|
|
|
1798
1979
|
},
|
|
1799
1980
|
{
|
|
1800
1981
|
"name": "google-fonts",
|
|
1801
|
-
"description": "Google Fonts module for
|
|
1982
|
+
"description": "Google Fonts module for Nuxt",
|
|
1802
1983
|
"repo": "nuxt-modules/google-fonts",
|
|
1803
1984
|
"npm": "@nuxtjs/google-fonts",
|
|
1804
1985
|
"icon": "google-fonts.png",
|
|
@@ -1822,7 +2003,7 @@
|
|
|
1822
2003
|
},
|
|
1823
2004
|
{
|
|
1824
2005
|
"name": "google-gtag",
|
|
1825
|
-
"description": "Google GTag for Nuxt
|
|
2006
|
+
"description": "Google GTag for Nuxt",
|
|
1826
2007
|
"repo": "nuxt-community/google-gtag",
|
|
1827
2008
|
"npm": "@nuxtjs/google-gtag",
|
|
1828
2009
|
"icon": "gtm.png",
|
|
@@ -1848,7 +2029,7 @@
|
|
|
1848
2029
|
},
|
|
1849
2030
|
{
|
|
1850
2031
|
"name": "google-optimize",
|
|
1851
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2032
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1852
2033
|
"repo": "nuxt-community/google-optimize-module",
|
|
1853
2034
|
"npm": "nuxt-google-optimize",
|
|
1854
2035
|
"icon": "google-optimize.png",
|
|
@@ -1887,7 +2068,7 @@
|
|
|
1887
2068
|
"icon": "graphql-client.svg",
|
|
1888
2069
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1889
2070
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1890
|
-
"learn_more": "https://
|
|
2071
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1891
2072
|
"category": "Request",
|
|
1892
2073
|
"type": "3rd-party",
|
|
1893
2074
|
"maintainers": [
|
|
@@ -1903,7 +2084,7 @@
|
|
|
1903
2084
|
},
|
|
1904
2085
|
{
|
|
1905
2086
|
"name": "graphql-request",
|
|
1906
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2087
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1907
2088
|
"repo": "gomah/nuxt-graphql-request",
|
|
1908
2089
|
"npm": "nuxt-graphql-request",
|
|
1909
2090
|
"icon": "graphql-request.png",
|
|
@@ -1919,7 +2100,7 @@
|
|
|
1919
2100
|
}
|
|
1920
2101
|
],
|
|
1921
2102
|
"compatibility": {
|
|
1922
|
-
"nuxt": "^2.0.0",
|
|
2103
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1923
2104
|
"requires": {}
|
|
1924
2105
|
}
|
|
1925
2106
|
},
|
|
@@ -1942,12 +2123,13 @@
|
|
|
1942
2123
|
],
|
|
1943
2124
|
"compatibility": {
|
|
1944
2125
|
"nuxt": "^3.0.0",
|
|
1945
|
-
"requires": {}
|
|
2126
|
+
"requires": {},
|
|
2127
|
+
"devtools": "^0.0.0"
|
|
1946
2128
|
}
|
|
1947
2129
|
},
|
|
1948
2130
|
{
|
|
1949
2131
|
"name": "gtag",
|
|
1950
|
-
"description": "Google Analytics integration for Nuxt
|
|
2132
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
1951
2133
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1952
2134
|
"npm": "nuxt-gtag",
|
|
1953
2135
|
"icon": "gtag.svg",
|
|
@@ -1971,7 +2153,7 @@
|
|
|
1971
2153
|
},
|
|
1972
2154
|
{
|
|
1973
2155
|
"name": "gtm",
|
|
1974
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2156
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1975
2157
|
"repo": "nuxt-community/gtm-module",
|
|
1976
2158
|
"npm": "@nuxtjs/gtm",
|
|
1977
2159
|
"icon": "gtm.png",
|
|
@@ -1994,7 +2176,7 @@
|
|
|
1994
2176
|
},
|
|
1995
2177
|
{
|
|
1996
2178
|
"name": "guess",
|
|
1997
|
-
"description": "Guess.js module for Nuxt
|
|
2179
|
+
"description": "Guess.js module for Nuxt",
|
|
1998
2180
|
"repo": "nuxt-community/guess-module",
|
|
1999
2181
|
"npm": "@nuxtjs/guess-module",
|
|
2000
2182
|
"icon": "guessjs.png",
|
|
@@ -2106,7 +2288,7 @@
|
|
|
2106
2288
|
},
|
|
2107
2289
|
{
|
|
2108
2290
|
"name": "helmet",
|
|
2109
|
-
"description": "Easy Helmet module with Nuxt
|
|
2291
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2110
2292
|
"repo": "victor-perez/nuxt-helmet",
|
|
2111
2293
|
"npm": "nuxt-helmet",
|
|
2112
2294
|
"icon": "",
|
|
@@ -2150,7 +2332,7 @@
|
|
|
2150
2332
|
},
|
|
2151
2333
|
{
|
|
2152
2334
|
"name": "history-state",
|
|
2153
|
-
"description": "Nuxt
|
|
2335
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2154
2336
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2155
2337
|
"npm": "nuxt-history-state",
|
|
2156
2338
|
"icon": "",
|
|
@@ -2170,6 +2352,28 @@
|
|
|
2170
2352
|
"requires": {}
|
|
2171
2353
|
}
|
|
2172
2354
|
},
|
|
2355
|
+
{
|
|
2356
|
+
"name": "hotjar",
|
|
2357
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2358
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2359
|
+
"npm": "nuxt-module-hotjar",
|
|
2360
|
+
"icon": "hotjar.png",
|
|
2361
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2362
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2363
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2364
|
+
"category": "SEO",
|
|
2365
|
+
"type": "3rd-party",
|
|
2366
|
+
"maintainers": [
|
|
2367
|
+
{
|
|
2368
|
+
"name": "Raphaël DAMEVIN",
|
|
2369
|
+
"github": "damevin"
|
|
2370
|
+
}
|
|
2371
|
+
],
|
|
2372
|
+
"compatibility": {
|
|
2373
|
+
"nuxt": "^3.0.0",
|
|
2374
|
+
"requires": {}
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
2173
2377
|
{
|
|
2174
2378
|
"name": "html-minifier",
|
|
2175
2379
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2219,7 +2423,7 @@
|
|
|
2219
2423
|
},
|
|
2220
2424
|
{
|
|
2221
2425
|
"name": "http",
|
|
2222
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2426
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2223
2427
|
"repo": "nuxt/http",
|
|
2224
2428
|
"npm": "@nuxt/http",
|
|
2225
2429
|
"icon": "http.png",
|
|
@@ -2247,7 +2451,7 @@
|
|
|
2247
2451
|
},
|
|
2248
2452
|
{
|
|
2249
2453
|
"name": "humans-txt",
|
|
2250
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2454
|
+
"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
2455
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2252
2456
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2253
2457
|
"icon": "",
|
|
@@ -2275,8 +2479,8 @@
|
|
|
2275
2479
|
"npm": "@nuxtjs/i18n",
|
|
2276
2480
|
"icon": "i18n.png",
|
|
2277
2481
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2278
|
-
"website": "https://
|
|
2279
|
-
"learn_more": "https://
|
|
2482
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2483
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2280
2484
|
"category": "Extensions",
|
|
2281
2485
|
"type": "community",
|
|
2282
2486
|
"maintainers": [
|
|
@@ -2287,6 +2491,10 @@
|
|
|
2287
2491
|
{
|
|
2288
2492
|
"name": "Kazuya Kawaguchi",
|
|
2289
2493
|
"github": "kazupon"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "Bobbie Goede",
|
|
2497
|
+
"github": "BobbieGoede"
|
|
2290
2498
|
}
|
|
2291
2499
|
],
|
|
2292
2500
|
"compatibility": {
|
|
@@ -2316,6 +2524,29 @@
|
|
|
2316
2524
|
"requires": {}
|
|
2317
2525
|
}
|
|
2318
2526
|
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "icon-tw",
|
|
2529
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2530
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2531
|
+
"npm": "nuxt-icon-tw",
|
|
2532
|
+
"icon": "nuxt-icon.png",
|
|
2533
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2534
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2535
|
+
"learn_more": "",
|
|
2536
|
+
"category": "UI",
|
|
2537
|
+
"type": "3rd-party",
|
|
2538
|
+
"maintainers": [
|
|
2539
|
+
{
|
|
2540
|
+
"name": "JohnCampionJr",
|
|
2541
|
+
"github": "JohnCampionJr"
|
|
2542
|
+
}
|
|
2543
|
+
],
|
|
2544
|
+
"compatibility": {
|
|
2545
|
+
"nuxt": "^3.0.0",
|
|
2546
|
+
"requires": {},
|
|
2547
|
+
"devtools": "^0.0.0"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2319
2550
|
{
|
|
2320
2551
|
"name": "icon",
|
|
2321
2552
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2335,7 +2566,8 @@
|
|
|
2335
2566
|
],
|
|
2336
2567
|
"compatibility": {
|
|
2337
2568
|
"nuxt": "^3.0.0",
|
|
2338
|
-
"requires": {}
|
|
2569
|
+
"requires": {},
|
|
2570
|
+
"devtools": "^0.0.0"
|
|
2339
2571
|
}
|
|
2340
2572
|
},
|
|
2341
2573
|
{
|
|
@@ -2384,12 +2616,12 @@
|
|
|
2384
2616
|
},
|
|
2385
2617
|
{
|
|
2386
2618
|
"name": "image",
|
|
2387
|
-
"description": "Optimised images for
|
|
2619
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2388
2620
|
"repo": "nuxt/image",
|
|
2389
2621
|
"npm": "@nuxt/image",
|
|
2390
2622
|
"icon": "image.png",
|
|
2391
2623
|
"github": "https://github.com/nuxt/image",
|
|
2392
|
-
"website": "https://image.
|
|
2624
|
+
"website": "https://image.nuxt.com",
|
|
2393
2625
|
"learn_more": "",
|
|
2394
2626
|
"category": "Images",
|
|
2395
2627
|
"type": "official",
|
|
@@ -2399,6 +2631,11 @@
|
|
|
2399
2631
|
"github": "farnabaz",
|
|
2400
2632
|
"twitter": "a_birang"
|
|
2401
2633
|
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "Daniel Roe",
|
|
2636
|
+
"github": "danielroe",
|
|
2637
|
+
"twitter": "danielcroe"
|
|
2638
|
+
},
|
|
2402
2639
|
{
|
|
2403
2640
|
"name": "Pooya Parsa",
|
|
2404
2641
|
"github": "pi0",
|
|
@@ -2419,7 +2656,7 @@
|
|
|
2419
2656
|
},
|
|
2420
2657
|
{
|
|
2421
2658
|
"name": "imagemin",
|
|
2422
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2659
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2423
2660
|
"repo": "nuxt-community/imagemin-module",
|
|
2424
2661
|
"npm": "@nuxtjs/imagemin",
|
|
2425
2662
|
"icon": "imagemin.png",
|
|
@@ -2466,7 +2703,7 @@
|
|
|
2466
2703
|
},
|
|
2467
2704
|
{
|
|
2468
2705
|
"name": "intercom",
|
|
2469
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2706
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2470
2707
|
"repo": "hex-digital/nuxt-intercom",
|
|
2471
2708
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2472
2709
|
"icon": "intercom.png",
|
|
@@ -2511,7 +2748,7 @@
|
|
|
2511
2748
|
},
|
|
2512
2749
|
{
|
|
2513
2750
|
"name": "jsonapi",
|
|
2514
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2751
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2515
2752
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2516
2753
|
"npm": "nuxt-jsonapi",
|
|
2517
2754
|
"icon": "jsonapi.svg",
|
|
@@ -2553,14 +2790,42 @@
|
|
|
2553
2790
|
"requires": {}
|
|
2554
2791
|
}
|
|
2555
2792
|
},
|
|
2793
|
+
{
|
|
2794
|
+
"name": "kinde",
|
|
2795
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2796
|
+
"repo": "nuxt-modules/kinde",
|
|
2797
|
+
"npm": "@nuxtjs/kinde",
|
|
2798
|
+
"icon": "kinde.svg",
|
|
2799
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2800
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2801
|
+
"learn_more": "https://kinde.com/",
|
|
2802
|
+
"category": "Security",
|
|
2803
|
+
"type": "community",
|
|
2804
|
+
"maintainers": [
|
|
2805
|
+
{
|
|
2806
|
+
"name": "danielroe",
|
|
2807
|
+
"github": "danielroe"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "daveordead",
|
|
2811
|
+
"github": "DaveOrDead",
|
|
2812
|
+
"twitter": "dave_or_dead"
|
|
2813
|
+
}
|
|
2814
|
+
],
|
|
2815
|
+
"compatibility": {
|
|
2816
|
+
"nuxt": "^3.0.0",
|
|
2817
|
+
"requires": {}
|
|
2818
|
+
},
|
|
2819
|
+
"sponsor": true
|
|
2820
|
+
},
|
|
2556
2821
|
{
|
|
2557
2822
|
"name": "kql",
|
|
2558
|
-
"description": "Nuxt
|
|
2823
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2559
2824
|
"repo": "johannschopplich/nuxt-kql",
|
|
2560
2825
|
"npm": "nuxt-kql",
|
|
2561
2826
|
"icon": "kql.svg",
|
|
2562
2827
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2563
|
-
"website": "https://nuxt-kql.
|
|
2828
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2564
2829
|
"learn_more": "",
|
|
2565
2830
|
"category": "CMS",
|
|
2566
2831
|
"type": "3rd-party",
|
|
@@ -2579,7 +2844,7 @@
|
|
|
2579
2844
|
},
|
|
2580
2845
|
{
|
|
2581
2846
|
"name": "laravel-echo",
|
|
2582
|
-
"description": "Laravel Echo for Nuxt
|
|
2847
|
+
"description": "Laravel Echo for Nuxt",
|
|
2583
2848
|
"repo": "nuxt-community/laravel-echo",
|
|
2584
2849
|
"npm": "@nuxtjs/laravel-echo",
|
|
2585
2850
|
"icon": "laravel-echo.png",
|
|
@@ -2621,6 +2886,28 @@
|
|
|
2621
2886
|
"requires": {}
|
|
2622
2887
|
}
|
|
2623
2888
|
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "laravel-precognition",
|
|
2891
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2892
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2893
|
+
"npm": "nuxt-laravel-precognition",
|
|
2894
|
+
"icon": "laravel.svg",
|
|
2895
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2896
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2897
|
+
"learn_more": "",
|
|
2898
|
+
"category": "Security",
|
|
2899
|
+
"type": "3rd-party",
|
|
2900
|
+
"maintainers": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "sot1986",
|
|
2903
|
+
"github": "sot1986"
|
|
2904
|
+
}
|
|
2905
|
+
],
|
|
2906
|
+
"compatibility": {
|
|
2907
|
+
"nuxt": "^3.0.0",
|
|
2908
|
+
"requires": {}
|
|
2909
|
+
}
|
|
2910
|
+
},
|
|
2624
2911
|
{
|
|
2625
2912
|
"name": "laravel",
|
|
2626
2913
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2667,13 +2954,13 @@
|
|
|
2667
2954
|
},
|
|
2668
2955
|
{
|
|
2669
2956
|
"name": "link-checker",
|
|
2670
|
-
"description": "
|
|
2957
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2671
2958
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2672
2959
|
"npm": "nuxt-link-checker",
|
|
2673
|
-
"icon": "",
|
|
2960
|
+
"icon": "link-checker.svg",
|
|
2674
2961
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2675
|
-
"website": "https://
|
|
2676
|
-
"learn_more": "",
|
|
2962
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2963
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2677
2964
|
"category": "SEO",
|
|
2678
2965
|
"type": "3rd-party",
|
|
2679
2966
|
"maintainers": [
|
|
@@ -2686,7 +2973,8 @@
|
|
|
2686
2973
|
],
|
|
2687
2974
|
"compatibility": {
|
|
2688
2975
|
"nuxt": "^3.0.0",
|
|
2689
|
-
"requires": {}
|
|
2976
|
+
"requires": {},
|
|
2977
|
+
"devtools": "^0.0.0"
|
|
2690
2978
|
}
|
|
2691
2979
|
},
|
|
2692
2980
|
{
|
|
@@ -2763,12 +3051,12 @@
|
|
|
2763
3051
|
},
|
|
2764
3052
|
{
|
|
2765
3053
|
"name": "logrocket",
|
|
2766
|
-
"description": "LogRocket module for Nuxt
|
|
2767
|
-
"repo": "nuxt-
|
|
3054
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3055
|
+
"repo": "nuxt-modules/logrocket",
|
|
2768
3056
|
"npm": "nuxt-logrocket",
|
|
2769
3057
|
"icon": "logrocket.png",
|
|
2770
|
-
"github": "https://github.com/nuxt-
|
|
2771
|
-
"website": "https://github.com/nuxt-
|
|
3058
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3059
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2772
3060
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2773
3061
|
"category": "Monitoring",
|
|
2774
3062
|
"type": "community",
|
|
@@ -2786,7 +3074,7 @@
|
|
|
2786
3074
|
},
|
|
2787
3075
|
{
|
|
2788
3076
|
"name": "lucide-icons",
|
|
2789
|
-
"description": "Nuxt
|
|
3077
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2790
3078
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
3079
|
"npm": "nuxt-lucide-icons",
|
|
2792
3080
|
"icon": "lucide-icons.svg",
|
|
@@ -2812,7 +3100,7 @@
|
|
|
2812
3100
|
},
|
|
2813
3101
|
{
|
|
2814
3102
|
"name": "lunr",
|
|
2815
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3103
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2816
3104
|
"repo": "nuxt-community/lunr-module",
|
|
2817
3105
|
"npm": "@nuxtjs/lunr-module",
|
|
2818
3106
|
"icon": "",
|
|
@@ -2835,10 +3123,10 @@
|
|
|
2835
3123
|
{
|
|
2836
3124
|
"name": "magic-regexp",
|
|
2837
3125
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2838
|
-
"repo": "
|
|
3126
|
+
"repo": "unjs/magic-regexp",
|
|
2839
3127
|
"npm": "magic-regexp",
|
|
2840
3128
|
"icon": "magic-regexp.svg",
|
|
2841
|
-
"github": "https://github.com/
|
|
3129
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2842
3130
|
"website": "https://magic-regexp.roe.dev",
|
|
2843
3131
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2844
3132
|
"category": "Libraries",
|
|
@@ -2855,6 +3143,29 @@
|
|
|
2855
3143
|
"requires": {}
|
|
2856
3144
|
}
|
|
2857
3145
|
},
|
|
3146
|
+
{
|
|
3147
|
+
"name": "mailpit",
|
|
3148
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3149
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3150
|
+
"npm": "nuxt-mailpit",
|
|
3151
|
+
"icon": "mailpit.svg",
|
|
3152
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3153
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3154
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3155
|
+
"category": "Devtools",
|
|
3156
|
+
"type": "3rd-party",
|
|
3157
|
+
"maintainers": [
|
|
3158
|
+
{
|
|
3159
|
+
"name": "Torkild Dyvik Olsen",
|
|
3160
|
+
"github": "tdolsen",
|
|
3161
|
+
"twitter": "tdolsen"
|
|
3162
|
+
}
|
|
3163
|
+
],
|
|
3164
|
+
"compatibility": {
|
|
3165
|
+
"nuxt": "^3.8.0",
|
|
3166
|
+
"requires": {}
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
2858
3169
|
{
|
|
2859
3170
|
"name": "markdownit",
|
|
2860
3171
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2878,6 +3189,30 @@
|
|
|
2878
3189
|
"requires": {}
|
|
2879
3190
|
}
|
|
2880
3191
|
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "marquee",
|
|
3194
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3195
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3196
|
+
"npm": "nuxt-marquee",
|
|
3197
|
+
"icon": "marquee.png",
|
|
3198
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3199
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3200
|
+
"learn_more": "",
|
|
3201
|
+
"category": "UI",
|
|
3202
|
+
"type": "3rd-party",
|
|
3203
|
+
"maintainers": [
|
|
3204
|
+
{
|
|
3205
|
+
"name": "Hànzy",
|
|
3206
|
+
"github": "hanzydev",
|
|
3207
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
"compatibility": {
|
|
3211
|
+
"nuxt": "^3.0.0",
|
|
3212
|
+
"requires": {},
|
|
3213
|
+
"devtools": "^0.0.0"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
2881
3216
|
{
|
|
2882
3217
|
"name": "matomo",
|
|
2883
3218
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2900,6 +3235,50 @@
|
|
|
2900
3235
|
"requires": {}
|
|
2901
3236
|
}
|
|
2902
3237
|
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "maz-ui",
|
|
3240
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3241
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3242
|
+
"npm": "maz-ui",
|
|
3243
|
+
"icon": "maz-ui.png",
|
|
3244
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3245
|
+
"website": "https://maz-ui.com/",
|
|
3246
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3247
|
+
"category": "UI",
|
|
3248
|
+
"type": "3rd-party",
|
|
3249
|
+
"maintainers": [
|
|
3250
|
+
{
|
|
3251
|
+
"name": "Loïc Mazuel",
|
|
3252
|
+
"github": "LouisMazel"
|
|
3253
|
+
}
|
|
3254
|
+
],
|
|
3255
|
+
"compatibility": {
|
|
3256
|
+
"nuxt": "^3.0.0",
|
|
3257
|
+
"requires": {}
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "mdc",
|
|
3262
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3263
|
+
"repo": "nuxt-modules/mdc",
|
|
3264
|
+
"npm": "@nuxtjs/mdc",
|
|
3265
|
+
"icon": "mdc.png",
|
|
3266
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3267
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3268
|
+
"learn_more": "",
|
|
3269
|
+
"category": "Extensions",
|
|
3270
|
+
"type": "community",
|
|
3271
|
+
"maintainers": [
|
|
3272
|
+
{
|
|
3273
|
+
"name": "farnabaz",
|
|
3274
|
+
"github": "farnabaz"
|
|
3275
|
+
}
|
|
3276
|
+
],
|
|
3277
|
+
"compatibility": {
|
|
3278
|
+
"nuxt": "^3.0.0",
|
|
3279
|
+
"requires": {}
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
2903
3282
|
{
|
|
2904
3283
|
"name": "mdx",
|
|
2905
3284
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2925,7 +3304,7 @@
|
|
|
2925
3304
|
},
|
|
2926
3305
|
{
|
|
2927
3306
|
"name": "medusa",
|
|
2928
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3307
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2929
3308
|
"repo": "Baroshem/nuxt-medusa",
|
|
2930
3309
|
"npm": "nuxt-medusa",
|
|
2931
3310
|
"icon": "medusa.svg",
|
|
@@ -2950,7 +3329,7 @@
|
|
|
2950
3329
|
},
|
|
2951
3330
|
{
|
|
2952
3331
|
"name": "meilisearch",
|
|
2953
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3332
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2954
3333
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2955
3334
|
"npm": "nuxt-meilisearch",
|
|
2956
3335
|
"icon": "meilisearch.svg",
|
|
@@ -2970,7 +3349,8 @@
|
|
|
2970
3349
|
"nuxt": "^3.0.0",
|
|
2971
3350
|
"requires": {
|
|
2972
3351
|
"bridge": false
|
|
2973
|
-
}
|
|
3352
|
+
},
|
|
3353
|
+
"devtools": "^0.0.0"
|
|
2974
3354
|
}
|
|
2975
3355
|
},
|
|
2976
3356
|
{
|
|
@@ -2995,28 +3375,6 @@
|
|
|
2995
3375
|
"requires": {}
|
|
2996
3376
|
}
|
|
2997
3377
|
},
|
|
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
3378
|
{
|
|
3021
3379
|
"name": "module-feed",
|
|
3022
3380
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3042,7 +3400,7 @@
|
|
|
3042
3400
|
},
|
|
3043
3401
|
{
|
|
3044
3402
|
"name": "moment",
|
|
3045
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3403
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3046
3404
|
"repo": "nuxt-community/moment-module",
|
|
3047
3405
|
"npm": "@nuxtjs/moment",
|
|
3048
3406
|
"icon": "momentjs.png",
|
|
@@ -3068,20 +3426,20 @@
|
|
|
3068
3426
|
}
|
|
3069
3427
|
},
|
|
3070
3428
|
{
|
|
3071
|
-
"name": "
|
|
3072
|
-
"description": "
|
|
3073
|
-
"repo": "
|
|
3074
|
-
"npm": "nuxt-
|
|
3429
|
+
"name": "neo",
|
|
3430
|
+
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
3431
|
+
"repo": "ezypeeze/nuxt-neo",
|
|
3432
|
+
"npm": "nuxt-neo",
|
|
3075
3433
|
"icon": "",
|
|
3076
|
-
"github": "https://github.com/
|
|
3077
|
-
"website": "https://github.
|
|
3078
|
-
"learn_more": "
|
|
3079
|
-
"category": "
|
|
3434
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3435
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3436
|
+
"learn_more": "",
|
|
3437
|
+
"category": "Request",
|
|
3080
3438
|
"type": "3rd-party",
|
|
3081
3439
|
"maintainers": [
|
|
3082
3440
|
{
|
|
3083
|
-
"name": "
|
|
3084
|
-
"github": "
|
|
3441
|
+
"name": "ezypeeze",
|
|
3442
|
+
"github": "ezypeeze"
|
|
3085
3443
|
}
|
|
3086
3444
|
],
|
|
3087
3445
|
"compatibility": {
|
|
@@ -3090,30 +3448,30 @@
|
|
|
3090
3448
|
}
|
|
3091
3449
|
},
|
|
3092
3450
|
{
|
|
3093
|
-
"name": "
|
|
3094
|
-
"description": "
|
|
3095
|
-
"repo": "
|
|
3096
|
-
"npm": "nuxt-
|
|
3097
|
-
"icon": "",
|
|
3098
|
-
"github": "https://github.com/
|
|
3099
|
-
"website": "https://
|
|
3451
|
+
"name": "neo4j",
|
|
3452
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3453
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3454
|
+
"npm": "nuxt-neo4j",
|
|
3455
|
+
"icon": "nuxt-neo4j.png",
|
|
3456
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3457
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3100
3458
|
"learn_more": "",
|
|
3101
|
-
"category": "
|
|
3459
|
+
"category": "Database",
|
|
3102
3460
|
"type": "3rd-party",
|
|
3103
3461
|
"maintainers": [
|
|
3104
3462
|
{
|
|
3105
|
-
"name": "
|
|
3106
|
-
"github": "
|
|
3463
|
+
"name": "arashsheyda",
|
|
3464
|
+
"github": "arashsheyda"
|
|
3107
3465
|
}
|
|
3108
3466
|
],
|
|
3109
3467
|
"compatibility": {
|
|
3110
|
-
"nuxt": "^
|
|
3468
|
+
"nuxt": "^3.0.0",
|
|
3111
3469
|
"requires": {}
|
|
3112
3470
|
}
|
|
3113
3471
|
},
|
|
3114
3472
|
{
|
|
3115
3473
|
"name": "netlify-cache",
|
|
3116
|
-
"description": "Nuxt
|
|
3474
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3117
3475
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3118
3476
|
"npm": "nuxt-netlify-cache",
|
|
3119
3477
|
"icon": "netlify.png",
|
|
@@ -3158,13 +3516,13 @@
|
|
|
3158
3516
|
},
|
|
3159
3517
|
{
|
|
3160
3518
|
"name": "netlify",
|
|
3161
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3162
|
-
"repo": "
|
|
3519
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3520
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3163
3521
|
"npm": "@aceforth/nuxt-netlify",
|
|
3164
3522
|
"icon": "netlify.png",
|
|
3165
|
-
"github": "https://github.com/
|
|
3166
|
-
"website": "https://
|
|
3167
|
-
"learn_more": "",
|
|
3523
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3524
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3525
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3168
3526
|
"category": "Deployment",
|
|
3169
3527
|
"type": "3rd-party",
|
|
3170
3528
|
"maintainers": [
|
|
@@ -3273,24 +3631,92 @@
|
|
|
3273
3631
|
}
|
|
3274
3632
|
},
|
|
3275
3633
|
{
|
|
3276
|
-
"name": "nuxt-
|
|
3277
|
-
"description": "",
|
|
3278
|
-
"repo": "
|
|
3279
|
-
"npm": "
|
|
3634
|
+
"name": "nuxt-asciidoc",
|
|
3635
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3636
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3637
|
+
"npm": "nuxt-asciidoc",
|
|
3638
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3639
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3640
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3641
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3642
|
+
"category": "Extensions",
|
|
3643
|
+
"type": "3rd-party",
|
|
3644
|
+
"maintainers": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "Christian Lenz",
|
|
3647
|
+
"github": "Chris2011",
|
|
3648
|
+
"twitter": "Chrizzly42"
|
|
3649
|
+
}
|
|
3650
|
+
],
|
|
3651
|
+
"compatibility": {
|
|
3652
|
+
"nuxt": "^3.0.0",
|
|
3653
|
+
"requires": {}
|
|
3654
|
+
}
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "nuxt-auth-sanctum",
|
|
3658
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3659
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3660
|
+
"npm": "nuxt-auth-sanctum",
|
|
3661
|
+
"icon": "laravel.svg",
|
|
3662
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3663
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3664
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3665
|
+
"category": "Security",
|
|
3666
|
+
"type": "3rd-party",
|
|
3667
|
+
"maintainers": [
|
|
3668
|
+
{
|
|
3669
|
+
"name": "Artem Manchenkov",
|
|
3670
|
+
"github": "manchenkoff",
|
|
3671
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"compatibility": {
|
|
3675
|
+
"nuxt": "^3.9.0",
|
|
3676
|
+
"requires": {}
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "nuxt-basic-auth",
|
|
3681
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3682
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3683
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3280
3684
|
"icon": "",
|
|
3281
|
-
"github": "https://github.com/
|
|
3282
|
-
"website": "https://github.com/
|
|
3685
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3686
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3283
3687
|
"learn_more": "",
|
|
3284
|
-
"category": "
|
|
3688
|
+
"category": "Security",
|
|
3285
3689
|
"type": "3rd-party",
|
|
3286
3690
|
"maintainers": [
|
|
3287
3691
|
{
|
|
3288
|
-
"name": "
|
|
3289
|
-
"github": "
|
|
3692
|
+
"name": "kgierke",
|
|
3693
|
+
"github": "kgierke"
|
|
3290
3694
|
}
|
|
3291
3695
|
],
|
|
3292
3696
|
"compatibility": {
|
|
3293
|
-
"nuxt": "^
|
|
3697
|
+
"nuxt": "^3.0.0",
|
|
3698
|
+
"requires": {}
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"name": "nuxt-bezier",
|
|
3703
|
+
"description": "Reusable transition components",
|
|
3704
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3705
|
+
"npm": "nuxt-bezier",
|
|
3706
|
+
"icon": "nuxt-bezier.png",
|
|
3707
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3708
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3709
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3710
|
+
"category": "UI",
|
|
3711
|
+
"type": "3rd-party",
|
|
3712
|
+
"maintainers": [
|
|
3713
|
+
{
|
|
3714
|
+
"name": "Soryn Gitlan",
|
|
3715
|
+
"github": "50rayn"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": "^3.0.0",
|
|
3294
3720
|
"requires": {}
|
|
3295
3721
|
}
|
|
3296
3722
|
},
|
|
@@ -3318,7 +3744,7 @@
|
|
|
3318
3744
|
},
|
|
3319
3745
|
{
|
|
3320
3746
|
"name": "nuxt-chatgpt",
|
|
3321
|
-
"description": "ChatGPT integration for Nuxt
|
|
3747
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3322
3748
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3323
3749
|
"npm": "nuxt-chatgpt",
|
|
3324
3750
|
"icon": "chatgpt.svg",
|
|
@@ -3338,6 +3764,76 @@
|
|
|
3338
3764
|
"requires": {}
|
|
3339
3765
|
}
|
|
3340
3766
|
},
|
|
3767
|
+
{
|
|
3768
|
+
"name": "nuxt-cookie-consent",
|
|
3769
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3770
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3771
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3772
|
+
"icon": "wah.svg",
|
|
3773
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3774
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3775
|
+
"learn_more": "",
|
|
3776
|
+
"category": "Extensions",
|
|
3777
|
+
"type": "3rd-party",
|
|
3778
|
+
"maintainers": [
|
|
3779
|
+
{
|
|
3780
|
+
"name": "weareheavy",
|
|
3781
|
+
"github": "weareheavy"
|
|
3782
|
+
}
|
|
3783
|
+
],
|
|
3784
|
+
"compatibility": {
|
|
3785
|
+
"nuxt": "^3.0.0",
|
|
3786
|
+
"requires": {}
|
|
3787
|
+
}
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "nuxt-facebook-chat",
|
|
3791
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3792
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3793
|
+
"npm": "nuxt-facebook-chat",
|
|
3794
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3795
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3796
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3797
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3798
|
+
"category": "Libraries",
|
|
3799
|
+
"type": "3rd-party",
|
|
3800
|
+
"maintainers": [
|
|
3801
|
+
{
|
|
3802
|
+
"name": "Supanut Dokmaithong",
|
|
3803
|
+
"github": "Boomgeek"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "superdev-tech",
|
|
3807
|
+
"github": "superdev-tech"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-feather-icons",
|
|
3817
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3818
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3819
|
+
"npm": "nuxt-feather-icons",
|
|
3820
|
+
"icon": "nuxt-feather-icons.png",
|
|
3821
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3822
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3823
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3824
|
+
"category": "UI",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "4sllan",
|
|
3829
|
+
"github": "4sllan"
|
|
3830
|
+
}
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^3.0.0",
|
|
3834
|
+
"requires": {}
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3341
3837
|
{
|
|
3342
3838
|
"name": "nuxt-feedme",
|
|
3343
3839
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3360,6 +3856,29 @@
|
|
|
3360
3856
|
"requires": {}
|
|
3361
3857
|
}
|
|
3362
3858
|
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "nuxt-fontawesome",
|
|
3861
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
3862
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
3863
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
3864
|
+
"icon": "nuxt-fontawesome.svg",
|
|
3865
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3866
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3867
|
+
"learn_more": "https://fontawesome.com",
|
|
3868
|
+
"category": "UI",
|
|
3869
|
+
"type": "3rd-party",
|
|
3870
|
+
"maintainers": [
|
|
3871
|
+
{
|
|
3872
|
+
"name": "Vasily Naumkin",
|
|
3873
|
+
"github": "bezumkin",
|
|
3874
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^3.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3363
3882
|
{
|
|
3364
3883
|
"name": "nuxt-graphql-middleware",
|
|
3365
3884
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3367,7 +3886,7 @@
|
|
|
3367
3886
|
"npm": "nuxt-graphql-middleware",
|
|
3368
3887
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3369
3888
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3370
|
-
"website": "https://nuxt-graphql-middleware
|
|
3889
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3371
3890
|
"learn_more": "",
|
|
3372
3891
|
"category": "Request",
|
|
3373
3892
|
"type": "3rd-party",
|
|
@@ -3413,7 +3932,7 @@
|
|
|
3413
3932
|
},
|
|
3414
3933
|
{
|
|
3415
3934
|
"name": "nuxt-gtm",
|
|
3416
|
-
"description": "A Nuxt
|
|
3935
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3417
3936
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3418
3937
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3419
3938
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3425,12 +3944,13 @@
|
|
|
3425
3944
|
"maintainers": [
|
|
3426
3945
|
{
|
|
3427
3946
|
"name": "Zadig&Voltaire Team",
|
|
3428
|
-
"github": "
|
|
3947
|
+
"github": "zadigetvoltaire"
|
|
3429
3948
|
}
|
|
3430
3949
|
],
|
|
3431
3950
|
"compatibility": {
|
|
3432
3951
|
"nuxt": "^3.0.0",
|
|
3433
|
-
"requires": {}
|
|
3952
|
+
"requires": {},
|
|
3953
|
+
"devtools": "^0.0.0"
|
|
3434
3954
|
}
|
|
3435
3955
|
},
|
|
3436
3956
|
{
|
|
@@ -3457,6 +3977,50 @@
|
|
|
3457
3977
|
}
|
|
3458
3978
|
}
|
|
3459
3979
|
},
|
|
3980
|
+
{
|
|
3981
|
+
"name": "nuxt-interpolation",
|
|
3982
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3983
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3984
|
+
"npm": "nuxt-interpolation",
|
|
3985
|
+
"icon": "",
|
|
3986
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3987
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3988
|
+
"learn_more": "",
|
|
3989
|
+
"category": "Devtools",
|
|
3990
|
+
"type": "3rd-party",
|
|
3991
|
+
"maintainers": [
|
|
3992
|
+
{
|
|
3993
|
+
"name": "daliborgogic",
|
|
3994
|
+
"github": "daliborgogic"
|
|
3995
|
+
}
|
|
3996
|
+
],
|
|
3997
|
+
"compatibility": {
|
|
3998
|
+
"nuxt": "^2.0.0",
|
|
3999
|
+
"requires": {}
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "nuxt-jsonld",
|
|
4004
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
4005
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
4006
|
+
"npm": "nuxt-jsonld",
|
|
4007
|
+
"icon": "",
|
|
4008
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4009
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4010
|
+
"learn_more": "",
|
|
4011
|
+
"category": "SEO",
|
|
4012
|
+
"type": "3rd-party",
|
|
4013
|
+
"maintainers": [
|
|
4014
|
+
{
|
|
4015
|
+
"name": "ymmooot",
|
|
4016
|
+
"github": "ymmooot"
|
|
4017
|
+
}
|
|
4018
|
+
],
|
|
4019
|
+
"compatibility": {
|
|
4020
|
+
"nuxt": "^3.0.0",
|
|
4021
|
+
"requires": {}
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
3460
4024
|
{
|
|
3461
4025
|
"name": "nuxt-localtunnel",
|
|
3462
4026
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3464,8 +4028,8 @@
|
|
|
3464
4028
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3465
4029
|
"icon": "nuxt-localtunnel.svg",
|
|
3466
4030
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3467
|
-
"website": "https://nuxtus.com",
|
|
3468
|
-
"learn_more": "https://docs.nuxtus.com
|
|
4031
|
+
"website": "https://docs.nuxtus.com",
|
|
4032
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3469
4033
|
"category": "Devtools",
|
|
3470
4034
|
"type": "3rd-party",
|
|
3471
4035
|
"maintainers": [
|
|
@@ -3482,7 +4046,7 @@
|
|
|
3482
4046
|
},
|
|
3483
4047
|
{
|
|
3484
4048
|
"name": "nuxt-loco",
|
|
3485
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
4049
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3486
4050
|
"repo": "gaetansenn/nuxt-loco",
|
|
3487
4051
|
"npm": "nuxt-loco",
|
|
3488
4052
|
"icon": "",
|
|
@@ -3503,6 +4067,28 @@
|
|
|
3503
4067
|
"requires": {}
|
|
3504
4068
|
}
|
|
3505
4069
|
},
|
|
4070
|
+
{
|
|
4071
|
+
"name": "nuxt-mail",
|
|
4072
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
4073
|
+
"repo": "dword-design/nuxt-mail",
|
|
4074
|
+
"npm": "nuxt-mail",
|
|
4075
|
+
"icon": "",
|
|
4076
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
4077
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
4078
|
+
"learn_more": "",
|
|
4079
|
+
"category": "Extensions",
|
|
4080
|
+
"type": "3rd-party",
|
|
4081
|
+
"maintainers": [
|
|
4082
|
+
{
|
|
4083
|
+
"name": "Sebastian Landwehr",
|
|
4084
|
+
"github": "dword-design"
|
|
4085
|
+
}
|
|
4086
|
+
],
|
|
4087
|
+
"compatibility": {
|
|
4088
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4089
|
+
"requires": {}
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
3506
4092
|
{
|
|
3507
4093
|
"name": "nuxt-mapbox",
|
|
3508
4094
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3525,6 +4111,28 @@
|
|
|
3525
4111
|
"requires": {}
|
|
3526
4112
|
}
|
|
3527
4113
|
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "nuxt-mdi",
|
|
4116
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
4117
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
4118
|
+
"npm": "nuxt-mdi",
|
|
4119
|
+
"icon": "mdi.png",
|
|
4120
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
4121
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
4122
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
4123
|
+
"category": "Libraries",
|
|
4124
|
+
"type": "3rd-party",
|
|
4125
|
+
"maintainers": [
|
|
4126
|
+
{
|
|
4127
|
+
"name": "Emil Rosenius",
|
|
4128
|
+
"github": "ERPedersen"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"compatibility": {
|
|
4132
|
+
"nuxt": "^3.0.0",
|
|
4133
|
+
"requires": {}
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
3528
4136
|
{
|
|
3529
4137
|
"name": "nuxt-monaco-editor",
|
|
3530
4138
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3549,7 +4157,7 @@
|
|
|
3549
4157
|
},
|
|
3550
4158
|
{
|
|
3551
4159
|
"name": "nuxt-mongoose",
|
|
3552
|
-
"description": "A Nuxt
|
|
4160
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3553
4161
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3554
4162
|
"npm": "nuxt-mongoose",
|
|
3555
4163
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3564,6 +4172,102 @@
|
|
|
3564
4172
|
"github": "arashsheyda"
|
|
3565
4173
|
}
|
|
3566
4174
|
],
|
|
4175
|
+
"compatibility": {
|
|
4176
|
+
"nuxt": "^3.0.0",
|
|
4177
|
+
"requires": {},
|
|
4178
|
+
"devtools": "^0.0.0"
|
|
4179
|
+
}
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"name": "nuxt-oidc-auth",
|
|
4183
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4184
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4185
|
+
"npm": "nuxt-oidc-auth",
|
|
4186
|
+
"icon": "",
|
|
4187
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4188
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4189
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4190
|
+
"category": "Security",
|
|
4191
|
+
"type": "3rd-party",
|
|
4192
|
+
"maintainers": [
|
|
4193
|
+
{
|
|
4194
|
+
"name": "Jan-Henrik Damaschke",
|
|
4195
|
+
"github": "itpropro",
|
|
4196
|
+
"twitter": "jandamaschke"
|
|
4197
|
+
}
|
|
4198
|
+
],
|
|
4199
|
+
"compatibility": {
|
|
4200
|
+
"nuxt": "^3.0.0",
|
|
4201
|
+
"requires": {}
|
|
4202
|
+
}
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "nuxt-openapi-docs-module",
|
|
4206
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4207
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4208
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4209
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4210
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4211
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4212
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4213
|
+
"category": "Libraries",
|
|
4214
|
+
"type": "3rd-party",
|
|
4215
|
+
"maintainers": [
|
|
4216
|
+
{
|
|
4217
|
+
"name": "Pavel Kuzmin",
|
|
4218
|
+
"github": "s00d"
|
|
4219
|
+
}
|
|
4220
|
+
],
|
|
4221
|
+
"compatibility": {
|
|
4222
|
+
"nuxt": "^3.0.0",
|
|
4223
|
+
"requires": {}
|
|
4224
|
+
}
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"name": "nuxt-openid-connect",
|
|
4228
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4229
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4230
|
+
"npm": "nuxt-openid-connect",
|
|
4231
|
+
"icon": "",
|
|
4232
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4233
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4234
|
+
"learn_more": "",
|
|
4235
|
+
"category": "Security",
|
|
4236
|
+
"type": "3rd-party",
|
|
4237
|
+
"maintainers": [
|
|
4238
|
+
{
|
|
4239
|
+
"name": "Aborn Jiang",
|
|
4240
|
+
"github": "aborn"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"name": "Khaled Almana",
|
|
4244
|
+
"github": "KhaledAlMana"
|
|
4245
|
+
}
|
|
4246
|
+
],
|
|
4247
|
+
"compatibility": {
|
|
4248
|
+
"nuxt": "^3.0.0",
|
|
4249
|
+
"requires": {},
|
|
4250
|
+
"devtools": "^0.0.0"
|
|
4251
|
+
}
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "nuxt-payload-analyzer",
|
|
4255
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4256
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4257
|
+
"npm": "nuxt-payload-analyzer",
|
|
4258
|
+
"icon": "",
|
|
4259
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4260
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4261
|
+
"learn_more": "",
|
|
4262
|
+
"category": "Performance",
|
|
4263
|
+
"type": "3rd-party",
|
|
4264
|
+
"maintainers": [
|
|
4265
|
+
{
|
|
4266
|
+
"name": "Barbapapazes",
|
|
4267
|
+
"github": "Barbapapazes",
|
|
4268
|
+
"twitter": "soubiran_"
|
|
4269
|
+
}
|
|
4270
|
+
],
|
|
3567
4271
|
"compatibility": {
|
|
3568
4272
|
"nuxt": "^3.0.0",
|
|
3569
4273
|
"requires": {}
|
|
@@ -3599,8 +4303,8 @@
|
|
|
3599
4303
|
"npm": "nuxt-phosphor-icons",
|
|
3600
4304
|
"icon": "phosphor-icons.svg",
|
|
3601
4305
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3602
|
-
"website": "https://
|
|
3603
|
-
"learn_more": "https://
|
|
4306
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4307
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3604
4308
|
"category": "UI",
|
|
3605
4309
|
"type": "3rd-party",
|
|
3606
4310
|
"maintainers": [
|
|
@@ -3636,31 +4340,9 @@
|
|
|
3636
4340
|
"requires": {}
|
|
3637
4341
|
}
|
|
3638
4342
|
},
|
|
3639
|
-
{
|
|
3640
|
-
"name": "plausible",
|
|
3641
|
-
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3642
|
-
"repo": "nuxt-modules/plausible",
|
|
3643
|
-
"npm": "@nuxtjs/plausible",
|
|
3644
|
-
"icon": "plausible.png",
|
|
3645
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
3646
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
3647
|
-
"learn_more": "https://plausible.io/",
|
|
3648
|
-
"category": "Analytics",
|
|
3649
|
-
"type": "community",
|
|
3650
|
-
"maintainers": [
|
|
3651
|
-
{
|
|
3652
|
-
"name": "Johann Schopplich",
|
|
3653
|
-
"github": "johannschopplich"
|
|
3654
|
-
}
|
|
3655
|
-
],
|
|
3656
|
-
"compatibility": {
|
|
3657
|
-
"nuxt": "^3.0.0",
|
|
3658
|
-
"requires": {}
|
|
3659
|
-
}
|
|
3660
|
-
},
|
|
3661
4343
|
{
|
|
3662
4344
|
"name": "nuxt-plotly",
|
|
3663
|
-
"description": "nuxt-plotly
|
|
4345
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3664
4346
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
4347
|
"npm": "nuxt-plotly",
|
|
3666
4348
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3686,7 +4368,7 @@
|
|
|
3686
4368
|
},
|
|
3687
4369
|
{
|
|
3688
4370
|
"name": "nuxt-png-to-ico",
|
|
3689
|
-
"description": "Nuxt
|
|
4371
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3690
4372
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3691
4373
|
"npm": "nuxt-png-to-ico",
|
|
3692
4374
|
"icon": "",
|
|
@@ -3707,9 +4389,31 @@
|
|
|
3707
4389
|
"requires": {}
|
|
3708
4390
|
}
|
|
3709
4391
|
},
|
|
4392
|
+
{
|
|
4393
|
+
"name": "nuxt-posthog",
|
|
4394
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4395
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4396
|
+
"npm": "nuxt-posthog",
|
|
4397
|
+
"icon": "posthog.svg",
|
|
4398
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4399
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4400
|
+
"learn_more": "https://posthog.com",
|
|
4401
|
+
"category": "Analytics",
|
|
4402
|
+
"type": "3rd-party",
|
|
4403
|
+
"maintainers": [
|
|
4404
|
+
{
|
|
4405
|
+
"name": "Carles Mitjans",
|
|
4406
|
+
"github": "mitjans"
|
|
4407
|
+
}
|
|
4408
|
+
],
|
|
4409
|
+
"compatibility": {
|
|
4410
|
+
"nuxt": "^3.0.0",
|
|
4411
|
+
"requires": {}
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
3710
4414
|
{
|
|
3711
4415
|
"name": "nuxt-smartlook",
|
|
3712
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4416
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3713
4417
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3714
4418
|
"npm": "nuxt-smartlook",
|
|
3715
4419
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3731,6 +4435,28 @@
|
|
|
3731
4435
|
"requires": {}
|
|
3732
4436
|
}
|
|
3733
4437
|
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "nuxt-social-share",
|
|
4440
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4441
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4442
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4443
|
+
"icon": "nuxt-social-share.png",
|
|
4444
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4445
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4446
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4447
|
+
"category": "Extensions",
|
|
4448
|
+
"type": "3rd-party",
|
|
4449
|
+
"maintainers": [
|
|
4450
|
+
{
|
|
4451
|
+
"name": "stefanobartoletti",
|
|
4452
|
+
"github": "stefanobartoletti"
|
|
4453
|
+
}
|
|
4454
|
+
],
|
|
4455
|
+
"compatibility": {
|
|
4456
|
+
"nuxt": "^3.0.0",
|
|
4457
|
+
"requires": {}
|
|
4458
|
+
}
|
|
4459
|
+
},
|
|
3734
4460
|
{
|
|
3735
4461
|
"name": "ssr-lit",
|
|
3736
4462
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3761,10 +4487,10 @@
|
|
|
3761
4487
|
},
|
|
3762
4488
|
{
|
|
3763
4489
|
"name": "nuxt-storm",
|
|
3764
|
-
"description": "WebStorm & PHPStorm support for
|
|
4490
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3765
4491
|
"repo": "fumeapp/nuxt-storm",
|
|
3766
4492
|
"npm": "nuxt-storm",
|
|
3767
|
-
"icon": "
|
|
4493
|
+
"icon": "",
|
|
3768
4494
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3769
4495
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3770
4496
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3781,6 +4507,30 @@
|
|
|
3781
4507
|
"requires": {}
|
|
3782
4508
|
}
|
|
3783
4509
|
},
|
|
4510
|
+
{
|
|
4511
|
+
"name": "nuxt-svgo-loader",
|
|
4512
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4513
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4514
|
+
"npm": "nuxt-svgo-loader",
|
|
4515
|
+
"icon": "",
|
|
4516
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4517
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4518
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4519
|
+
"category": "Images",
|
|
4520
|
+
"type": "3rd-party",
|
|
4521
|
+
"maintainers": [
|
|
4522
|
+
{
|
|
4523
|
+
"name": "Alex Liu",
|
|
4524
|
+
"github": "Mini-ghost",
|
|
4525
|
+
"twitter": "Minighost_Alex"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^3.0.0",
|
|
4530
|
+
"requires": {},
|
|
4531
|
+
"devtools": "^0.0.0"
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
3784
4534
|
{
|
|
3785
4535
|
"name": "nuxt-svgo",
|
|
3786
4536
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3805,7 +4555,7 @@
|
|
|
3805
4555
|
},
|
|
3806
4556
|
{
|
|
3807
4557
|
"name": "nuxt-unleash",
|
|
3808
|
-
"description": "Nuxt
|
|
4558
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3809
4559
|
"repo": "conejerock/nuxt-unleash",
|
|
3810
4560
|
"npm": "nuxt-unleash",
|
|
3811
4561
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3825,28 +4575,6 @@
|
|
|
3825
4575
|
"requires": {}
|
|
3826
4576
|
}
|
|
3827
4577
|
},
|
|
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
4578
|
{
|
|
3851
4579
|
"name": "nuxt-use-sound",
|
|
3852
4580
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3916,20 +4644,42 @@
|
|
|
3916
4644
|
}
|
|
3917
4645
|
},
|
|
3918
4646
|
{
|
|
3919
|
-
"name": "nuxt-
|
|
3920
|
-
"description": "
|
|
3921
|
-
"repo": "
|
|
3922
|
-
"npm": "
|
|
3923
|
-
"icon": "
|
|
3924
|
-
"github": "https://github.com/
|
|
3925
|
-
"website": "https://
|
|
3926
|
-
"learn_more": "
|
|
3927
|
-
"category": "
|
|
4647
|
+
"name": "nuxt-zod-i18n",
|
|
4648
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4649
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4650
|
+
"npm": "nuxt-zod-i18n",
|
|
4651
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4652
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4653
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4654
|
+
"learn_more": "",
|
|
4655
|
+
"category": "Libraries",
|
|
4656
|
+
"type": "3rd-party",
|
|
4657
|
+
"maintainers": [
|
|
4658
|
+
{
|
|
4659
|
+
"name": "xibman",
|
|
4660
|
+
"github": "xibman"
|
|
4661
|
+
}
|
|
4662
|
+
],
|
|
4663
|
+
"compatibility": {
|
|
4664
|
+
"nuxt": "^3.0.0",
|
|
4665
|
+
"requires": {}
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"name": "nuxt3-interpolation",
|
|
4670
|
+
"description": "",
|
|
4671
|
+
"repo": "daliborgogic/interpolation",
|
|
4672
|
+
"npm": "nuxt3-interpolation",
|
|
4673
|
+
"icon": "",
|
|
4674
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4675
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4676
|
+
"learn_more": "",
|
|
4677
|
+
"category": "Devtools",
|
|
3928
4678
|
"type": "3rd-party",
|
|
3929
4679
|
"maintainers": [
|
|
3930
4680
|
{
|
|
3931
|
-
"name": "
|
|
3932
|
-
"github": "
|
|
4681
|
+
"name": "daliborgogic",
|
|
4682
|
+
"github": "daliborgogic"
|
|
3933
4683
|
}
|
|
3934
4684
|
],
|
|
3935
4685
|
"compatibility": {
|
|
@@ -3961,7 +4711,7 @@
|
|
|
3961
4711
|
},
|
|
3962
4712
|
{
|
|
3963
4713
|
"name": "nuxt7",
|
|
3964
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4714
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3965
4715
|
"repo": "nuxt-community/nuxt7",
|
|
3966
4716
|
"npm": "nuxt7",
|
|
3967
4717
|
"icon": "",
|
|
@@ -3982,40 +4732,17 @@
|
|
|
3982
4732
|
"requires": {}
|
|
3983
4733
|
}
|
|
3984
4734
|
},
|
|
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
4735
|
{
|
|
4009
4736
|
"name": "og-image",
|
|
4010
|
-
"description": "
|
|
4011
|
-
"repo": "
|
|
4737
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4738
|
+
"repo": "nuxt-modules/og-image",
|
|
4012
4739
|
"npm": "nuxt-og-image",
|
|
4013
|
-
"icon": "",
|
|
4014
|
-
"github": "https://github.com/
|
|
4015
|
-
"website": "https://
|
|
4016
|
-
"learn_more": "",
|
|
4740
|
+
"icon": "og-image.svg",
|
|
4741
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4742
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4743
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4017
4744
|
"category": "SEO",
|
|
4018
|
-
"type": "
|
|
4745
|
+
"type": "community",
|
|
4019
4746
|
"maintainers": [
|
|
4020
4747
|
{
|
|
4021
4748
|
"name": "Harlan Wilton",
|
|
@@ -4026,7 +4753,8 @@
|
|
|
4026
4753
|
],
|
|
4027
4754
|
"compatibility": {
|
|
4028
4755
|
"nuxt": "^3.0.0",
|
|
4029
|
-
"requires": {}
|
|
4756
|
+
"requires": {},
|
|
4757
|
+
"devtools": "^0.0.0"
|
|
4030
4758
|
}
|
|
4031
4759
|
},
|
|
4032
4760
|
{
|
|
@@ -4054,13 +4782,13 @@
|
|
|
4054
4782
|
},
|
|
4055
4783
|
{
|
|
4056
4784
|
"name": "optimized-images",
|
|
4057
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4785
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4058
4786
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4059
4787
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4060
4788
|
"icon": "",
|
|
4061
4789
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4062
|
-
"website": "https://
|
|
4063
|
-
"learn_more": "",
|
|
4790
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4791
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4064
4792
|
"category": "Images",
|
|
4065
4793
|
"type": "3rd-party",
|
|
4066
4794
|
"maintainers": [
|
|
@@ -4099,7 +4827,7 @@
|
|
|
4099
4827
|
},
|
|
4100
4828
|
{
|
|
4101
4829
|
"name": "parse",
|
|
4102
|
-
"description": "Parse package for Nuxt
|
|
4830
|
+
"description": "Parse package for Nuxt",
|
|
4103
4831
|
"repo": "cierrateam/nuxt-parse",
|
|
4104
4832
|
"npm": "nuxt-parse",
|
|
4105
4833
|
"icon": "",
|
|
@@ -4119,6 +4847,29 @@
|
|
|
4119
4847
|
"requires": {}
|
|
4120
4848
|
}
|
|
4121
4849
|
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "particles",
|
|
4852
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4853
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4854
|
+
"npm": "nuxt-particles",
|
|
4855
|
+
"icon": "",
|
|
4856
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4857
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4858
|
+
"learn_more": "https://particles.js.org/",
|
|
4859
|
+
"category": "Libraries",
|
|
4860
|
+
"type": "3rd-party",
|
|
4861
|
+
"maintainers": [
|
|
4862
|
+
{
|
|
4863
|
+
"name": "Joey Pereira",
|
|
4864
|
+
"github": "Joepocalyptic",
|
|
4865
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4866
|
+
}
|
|
4867
|
+
],
|
|
4868
|
+
"compatibility": {
|
|
4869
|
+
"nuxt": "^3.0.0",
|
|
4870
|
+
"requires": {}
|
|
4871
|
+
}
|
|
4872
|
+
},
|
|
4122
4873
|
{
|
|
4123
4874
|
"name": "partytown",
|
|
4124
4875
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4144,6 +4895,28 @@
|
|
|
4144
4895
|
}
|
|
4145
4896
|
}
|
|
4146
4897
|
},
|
|
4898
|
+
{
|
|
4899
|
+
"name": "paypal",
|
|
4900
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4901
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4902
|
+
"npm": "nuxt-paypal",
|
|
4903
|
+
"icon": "paypal.svg",
|
|
4904
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4905
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4906
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4907
|
+
"category": "Payment",
|
|
4908
|
+
"type": "3rd-party",
|
|
4909
|
+
"maintainers": [
|
|
4910
|
+
{
|
|
4911
|
+
"name": "Arash Sheyda",
|
|
4912
|
+
"github": "arashsheyda"
|
|
4913
|
+
}
|
|
4914
|
+
],
|
|
4915
|
+
"compatibility": {
|
|
4916
|
+
"nuxt": "^3.0.0",
|
|
4917
|
+
"requires": {}
|
|
4918
|
+
}
|
|
4919
|
+
},
|
|
4147
4920
|
{
|
|
4148
4921
|
"name": "pdfeasy",
|
|
4149
4922
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4168,6 +4941,28 @@
|
|
|
4168
4941
|
"requires": {}
|
|
4169
4942
|
}
|
|
4170
4943
|
},
|
|
4944
|
+
{
|
|
4945
|
+
"name": "pergel",
|
|
4946
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
4947
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
4948
|
+
"npm": "pergel",
|
|
4949
|
+
"icon": "pergel.svg",
|
|
4950
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
4951
|
+
"website": "https://oku-ui.com/pergel",
|
|
4952
|
+
"learn_more": "",
|
|
4953
|
+
"category": "Devtools",
|
|
4954
|
+
"type": "3rd-party",
|
|
4955
|
+
"maintainers": [
|
|
4956
|
+
{
|
|
4957
|
+
"name": "Mehmet - productdevbook",
|
|
4958
|
+
"github": "productdevbook"
|
|
4959
|
+
}
|
|
4960
|
+
],
|
|
4961
|
+
"compatibility": {
|
|
4962
|
+
"nuxt": "^3.10.0",
|
|
4963
|
+
"requires": {}
|
|
4964
|
+
}
|
|
4965
|
+
},
|
|
4171
4966
|
{
|
|
4172
4967
|
"name": "persian-datepicker",
|
|
4173
4968
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4194,7 +4989,7 @@
|
|
|
4194
4989
|
{
|
|
4195
4990
|
"name": "pinia-orm",
|
|
4196
4991
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4197
|
-
"repo": "CodeDredd/pinia-orm#
|
|
4992
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4198
4993
|
"npm": "@pinia-orm/nuxt",
|
|
4199
4994
|
"icon": "pinia-orm.svg",
|
|
4200
4995
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4265,10 +5060,10 @@
|
|
|
4265
5060
|
},
|
|
4266
5061
|
{
|
|
4267
5062
|
"name": "plausible",
|
|
4268
|
-
"description": "Nuxt
|
|
5063
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4269
5064
|
"repo": "nuxt-modules/plausible",
|
|
4270
5065
|
"npm": "@nuxtjs/plausible",
|
|
4271
|
-
"icon": "",
|
|
5066
|
+
"icon": "plausible.svg",
|
|
4272
5067
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4273
5068
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4274
5069
|
"learn_more": "",
|
|
@@ -4276,12 +5071,12 @@
|
|
|
4276
5071
|
"type": "community",
|
|
4277
5072
|
"maintainers": [
|
|
4278
5073
|
{
|
|
4279
|
-
"name": "
|
|
4280
|
-
"github": "
|
|
5074
|
+
"name": "Johann Schopplich",
|
|
5075
|
+
"github": "johannschopplich"
|
|
4281
5076
|
}
|
|
4282
5077
|
],
|
|
4283
5078
|
"compatibility": {
|
|
4284
|
-
"nuxt": "^2.0.0",
|
|
5079
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4285
5080
|
"requires": {}
|
|
4286
5081
|
}
|
|
4287
5082
|
},
|
|
@@ -4307,9 +5102,56 @@
|
|
|
4307
5102
|
"requires": {}
|
|
4308
5103
|
}
|
|
4309
5104
|
},
|
|
5105
|
+
{
|
|
5106
|
+
"name": "prepare",
|
|
5107
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
5108
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
5109
|
+
"npm": "nuxt-prepare",
|
|
5110
|
+
"icon": "prepare.svg",
|
|
5111
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
5112
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
5113
|
+
"learn_more": "",
|
|
5114
|
+
"category": "Devtools",
|
|
5115
|
+
"type": "3rd-party",
|
|
5116
|
+
"maintainers": [
|
|
5117
|
+
{
|
|
5118
|
+
"name": "Johann Schopplich",
|
|
5119
|
+
"github": "johannschopplich",
|
|
5120
|
+
"twitter": "jschopplich",
|
|
5121
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
5122
|
+
}
|
|
5123
|
+
],
|
|
5124
|
+
"compatibility": {
|
|
5125
|
+
"nuxt": "^3.0.0",
|
|
5126
|
+
"requires": {}
|
|
5127
|
+
}
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"name": "primevue",
|
|
5131
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5132
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5133
|
+
"npm": "nuxt-primevue",
|
|
5134
|
+
"icon": "primevue.svg",
|
|
5135
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5136
|
+
"website": "https://primevue.org/",
|
|
5137
|
+
"learn_more": "https://primevue.org/",
|
|
5138
|
+
"category": "UI",
|
|
5139
|
+
"type": "3rd-party",
|
|
5140
|
+
"maintainers": [
|
|
5141
|
+
{
|
|
5142
|
+
"name": "primefaces",
|
|
5143
|
+
"github": "primefaces",
|
|
5144
|
+
"twitter": "primevue"
|
|
5145
|
+
}
|
|
5146
|
+
],
|
|
5147
|
+
"compatibility": {
|
|
5148
|
+
"nuxt": "^3.0.0",
|
|
5149
|
+
"requires": {}
|
|
5150
|
+
}
|
|
5151
|
+
},
|
|
4310
5152
|
{
|
|
4311
5153
|
"name": "prismic",
|
|
4312
|
-
"description": "Easily connect your Nuxt
|
|
5154
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4313
5155
|
"repo": "nuxt-modules/prismic",
|
|
4314
5156
|
"npm": "@nuxtjs/prismic",
|
|
4315
5157
|
"icon": "prismic.png",
|
|
@@ -4376,7 +5218,7 @@
|
|
|
4376
5218
|
},
|
|
4377
5219
|
{
|
|
4378
5220
|
"name": "proxy",
|
|
4379
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5221
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4380
5222
|
"repo": "nuxt-community/proxy-module",
|
|
4381
5223
|
"npm": "@nuxtjs/proxy",
|
|
4382
5224
|
"icon": "",
|
|
@@ -4422,7 +5264,7 @@
|
|
|
4422
5264
|
},
|
|
4423
5265
|
{
|
|
4424
5266
|
"name": "purgecss",
|
|
4425
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5267
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4426
5268
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4427
5269
|
"npm": "nuxt-purgecss",
|
|
4428
5270
|
"icon": "purgecss.png",
|
|
@@ -4444,7 +5286,7 @@
|
|
|
4444
5286
|
},
|
|
4445
5287
|
{
|
|
4446
5288
|
"name": "pwa",
|
|
4447
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5289
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4448
5290
|
"repo": "nuxt-community/pwa-module",
|
|
4449
5291
|
"npm": "@nuxtjs/pwa",
|
|
4450
5292
|
"icon": "pwa.png",
|
|
@@ -4469,7 +5311,7 @@
|
|
|
4469
5311
|
},
|
|
4470
5312
|
{
|
|
4471
5313
|
"name": "python",
|
|
4472
|
-
"description": "Write Nuxt
|
|
5314
|
+
"description": "Write Nuxt applications using Python",
|
|
4473
5315
|
"repo": "nuxt-community/python-module",
|
|
4474
5316
|
"npm": "@nuxtjs/python",
|
|
4475
5317
|
"icon": "python.png",
|
|
@@ -4508,7 +5350,8 @@
|
|
|
4508
5350
|
],
|
|
4509
5351
|
"compatibility": {
|
|
4510
5352
|
"nuxt": "^3.0.0",
|
|
4511
|
-
"requires": {}
|
|
5353
|
+
"requires": {},
|
|
5354
|
+
"devtools": "^0.0.0"
|
|
4512
5355
|
}
|
|
4513
5356
|
},
|
|
4514
5357
|
{
|
|
@@ -4533,9 +5376,44 @@
|
|
|
4533
5376
|
"requires": {}
|
|
4534
5377
|
}
|
|
4535
5378
|
},
|
|
5379
|
+
{
|
|
5380
|
+
"name": "radix-vue",
|
|
5381
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5382
|
+
"repo": "radix-vue/radix-vue",
|
|
5383
|
+
"npm": "radix-vue",
|
|
5384
|
+
"icon": "radix-vue.svg",
|
|
5385
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5386
|
+
"website": "https://www.radix-vue.com/",
|
|
5387
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5388
|
+
"category": "UI",
|
|
5389
|
+
"type": "3rd-party",
|
|
5390
|
+
"maintainers": [
|
|
5391
|
+
{
|
|
5392
|
+
"name": "Zernonia",
|
|
5393
|
+
"github": "zernonia",
|
|
5394
|
+
"twitter": "zernonia"
|
|
5395
|
+
},
|
|
5396
|
+
{
|
|
5397
|
+
"name": "Khairul Haaziq",
|
|
5398
|
+
"github": "khairulhaaziq"
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"name": "Mujahid Anuar",
|
|
5402
|
+
"github": "mujahidfa"
|
|
5403
|
+
},
|
|
5404
|
+
{
|
|
5405
|
+
"name": "Max",
|
|
5406
|
+
"github": "onmax"
|
|
5407
|
+
}
|
|
5408
|
+
],
|
|
5409
|
+
"compatibility": {
|
|
5410
|
+
"nuxt": "^3.0.0",
|
|
5411
|
+
"requires": {}
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
4536
5414
|
{
|
|
4537
5415
|
"name": "recaptcha",
|
|
4538
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5416
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4539
5417
|
"repo": "nuxt-community/recaptcha-module",
|
|
4540
5418
|
"npm": "@nuxtjs/recaptcha",
|
|
4541
5419
|
"icon": "recaptcha.png",
|
|
@@ -4578,9 +5456,32 @@
|
|
|
4578
5456
|
"requires": {}
|
|
4579
5457
|
}
|
|
4580
5458
|
},
|
|
5459
|
+
{
|
|
5460
|
+
"name": "resend",
|
|
5461
|
+
"description": "Resend integration for Nuxt",
|
|
5462
|
+
"repo": "nhedger/nuxt-resend",
|
|
5463
|
+
"npm": "nuxt-resend",
|
|
5464
|
+
"icon": "resend.svg",
|
|
5465
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5466
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5467
|
+
"learn_more": "https://resend.com",
|
|
5468
|
+
"category": "Extensions",
|
|
5469
|
+
"type": "3rd-party",
|
|
5470
|
+
"maintainers": [
|
|
5471
|
+
{
|
|
5472
|
+
"name": "Nicolas Hedger",
|
|
5473
|
+
"github": "nhedger",
|
|
5474
|
+
"twitter": "nicolashedger"
|
|
5475
|
+
}
|
|
5476
|
+
],
|
|
5477
|
+
"compatibility": {
|
|
5478
|
+
"nuxt": "^3.0.0",
|
|
5479
|
+
"requires": {}
|
|
5480
|
+
}
|
|
5481
|
+
},
|
|
4581
5482
|
{
|
|
4582
5483
|
"name": "rfg-icon",
|
|
4583
|
-
"description": "Nuxt
|
|
5484
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4584
5485
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4585
5486
|
"npm": "nuxt-rfg-icon",
|
|
4586
5487
|
"icon": "real-favicon-generator.png",
|
|
@@ -4602,13 +5503,13 @@
|
|
|
4602
5503
|
},
|
|
4603
5504
|
{
|
|
4604
5505
|
"name": "robots",
|
|
4605
|
-
"description": "A Nuxt
|
|
5506
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4606
5507
|
"repo": "nuxt-modules/robots",
|
|
4607
5508
|
"npm": "@nuxtjs/robots",
|
|
4608
5509
|
"icon": "robots.png",
|
|
4609
5510
|
"github": "https://github.com/nuxt-modules/robots",
|
|
4610
5511
|
"website": "https://github.com/nuxt-modules/robots",
|
|
4611
|
-
"learn_more": "
|
|
5512
|
+
"learn_more": "",
|
|
4612
5513
|
"category": "SEO",
|
|
4613
5514
|
"type": "community",
|
|
4614
5515
|
"maintainers": [
|
|
@@ -4626,23 +5527,23 @@
|
|
|
4626
5527
|
},
|
|
4627
5528
|
{
|
|
4628
5529
|
"name": "rollbar",
|
|
4629
|
-
"description": "
|
|
4630
|
-
"repo": "
|
|
4631
|
-
"npm": "nuxt-rollbar
|
|
5530
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5531
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5532
|
+
"npm": "nuxt-rollbar",
|
|
4632
5533
|
"icon": "rollbar.png",
|
|
4633
|
-
"github": "https://github.com/
|
|
4634
|
-
"website": "https://github.com/
|
|
5534
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5535
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4635
5536
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4636
5537
|
"category": "Monitoring",
|
|
4637
5538
|
"type": "3rd-party",
|
|
4638
5539
|
"maintainers": [
|
|
4639
5540
|
{
|
|
4640
|
-
"name": "
|
|
4641
|
-
"github": "
|
|
5541
|
+
"name": "Jairo Blatt",
|
|
5542
|
+
"github": "jairoblatt"
|
|
4642
5543
|
}
|
|
4643
5544
|
],
|
|
4644
5545
|
"compatibility": {
|
|
4645
|
-
"nuxt": "^
|
|
5546
|
+
"nuxt": "^3.0.0",
|
|
4646
5547
|
"requires": {}
|
|
4647
5548
|
}
|
|
4648
5549
|
},
|
|
@@ -4671,7 +5572,7 @@
|
|
|
4671
5572
|
},
|
|
4672
5573
|
{
|
|
4673
5574
|
"name": "router",
|
|
4674
|
-
"description": "Nuxt
|
|
5575
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4675
5576
|
"repo": "nuxt-community/router-module",
|
|
4676
5577
|
"npm": "@nuxtjs/router",
|
|
4677
5578
|
"icon": "vue.png",
|
|
@@ -4719,13 +5620,13 @@
|
|
|
4719
5620
|
},
|
|
4720
5621
|
{
|
|
4721
5622
|
"name": "schema-org",
|
|
4722
|
-
"description": "
|
|
4723
|
-
"repo": "
|
|
5623
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5624
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4724
5625
|
"npm": "nuxt-schema-org",
|
|
4725
5626
|
"icon": "schema-org.svg",
|
|
4726
|
-
"github": "https://github.com/
|
|
4727
|
-
"website": "https://
|
|
4728
|
-
"learn_more": "https://
|
|
5627
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5628
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5629
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4729
5630
|
"category": "SEO",
|
|
4730
5631
|
"type": "3rd-party",
|
|
4731
5632
|
"maintainers": [
|
|
@@ -4788,13 +5689,13 @@
|
|
|
4788
5689
|
},
|
|
4789
5690
|
{
|
|
4790
5691
|
"name": "segment",
|
|
4791
|
-
"description": "Nuxt
|
|
5692
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4792
5693
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4793
5694
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4794
5695
|
"icon": "segment.png",
|
|
4795
5696
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4796
5697
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4797
|
-
"learn_more": "
|
|
5698
|
+
"learn_more": "",
|
|
4798
5699
|
"category": "Analytics",
|
|
4799
5700
|
"type": "3rd-party",
|
|
4800
5701
|
"maintainers": [
|
|
@@ -4810,7 +5711,7 @@
|
|
|
4810
5711
|
},
|
|
4811
5712
|
{
|
|
4812
5713
|
"name": "sentry",
|
|
4813
|
-
"description": "Sentry module for Nuxt
|
|
5714
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4814
5715
|
"repo": "nuxt-community/sentry-module",
|
|
4815
5716
|
"npm": "@nuxtjs/sentry",
|
|
4816
5717
|
"icon": "sentry.svg",
|
|
@@ -4831,20 +5732,22 @@
|
|
|
4831
5732
|
}
|
|
4832
5733
|
},
|
|
4833
5734
|
{
|
|
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": "",
|
|
5735
|
+
"name": "seo-experiments",
|
|
5736
|
+
"description": "Powerful SEO DX improvements.",
|
|
5737
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5738
|
+
"npm": "nuxt-seo-experiments",
|
|
5739
|
+
"icon": "seo-experiments.svg",
|
|
5740
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5741
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5742
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4842
5743
|
"category": "SEO",
|
|
4843
5744
|
"type": "3rd-party",
|
|
4844
5745
|
"maintainers": [
|
|
4845
5746
|
{
|
|
4846
|
-
"name": "
|
|
4847
|
-
"github": "harlan-zw"
|
|
5747
|
+
"name": "Harlan Wilton",
|
|
5748
|
+
"github": "harlan-zw",
|
|
5749
|
+
"twitter": "harlan_zw",
|
|
5750
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4848
5751
|
}
|
|
4849
5752
|
],
|
|
4850
5753
|
"compatibility": {
|
|
@@ -4875,9 +5778,31 @@
|
|
|
4875
5778
|
"requires": {}
|
|
4876
5779
|
}
|
|
4877
5780
|
},
|
|
5781
|
+
{
|
|
5782
|
+
"name": "seo",
|
|
5783
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5784
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5785
|
+
"npm": "@nuxtjs/seo",
|
|
5786
|
+
"icon": "nuxt.svg",
|
|
5787
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5788
|
+
"website": "https://nuxtseo.com/",
|
|
5789
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5790
|
+
"category": "SEO",
|
|
5791
|
+
"type": "3rd-party",
|
|
5792
|
+
"maintainers": [
|
|
5793
|
+
{
|
|
5794
|
+
"name": "harlan-zw",
|
|
5795
|
+
"github": "harlan-zw"
|
|
5796
|
+
}
|
|
5797
|
+
],
|
|
5798
|
+
"compatibility": {
|
|
5799
|
+
"nuxt": "^3.0.0",
|
|
5800
|
+
"requires": {}
|
|
5801
|
+
}
|
|
5802
|
+
},
|
|
4878
5803
|
{
|
|
4879
5804
|
"name": "seomatic-meta",
|
|
4880
|
-
"description": "A Nuxt
|
|
5805
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4881
5806
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4882
5807
|
"npm": "nuxt-seomatic-meta",
|
|
4883
5808
|
"icon": "seomatic.png",
|
|
@@ -4923,7 +5848,7 @@
|
|
|
4923
5848
|
{
|
|
4924
5849
|
"name": "server-block",
|
|
4925
5850
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4926
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
5851
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
4927
5852
|
"npm": "@hebilicious/server-block-nuxt",
|
|
4928
5853
|
"icon": "server-block.svg",
|
|
4929
5854
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -4943,32 +5868,9 @@
|
|
|
4943
5868
|
"requires": {}
|
|
4944
5869
|
}
|
|
4945
5870
|
},
|
|
4946
|
-
{
|
|
4947
|
-
"name": "session",
|
|
4948
|
-
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
4949
|
-
"repo": "sidebase/nuxt-session",
|
|
4950
|
-
"npm": "@sidebase/nuxt-session",
|
|
4951
|
-
"icon": "session.png",
|
|
4952
|
-
"github": "https://github.com/sidebase/nuxt-session",
|
|
4953
|
-
"website": "https://github.com/sidebase/nuxt-session",
|
|
4954
|
-
"learn_more": "https://github.com/sidebase",
|
|
4955
|
-
"category": "Security",
|
|
4956
|
-
"type": "3rd-party",
|
|
4957
|
-
"maintainers": [
|
|
4958
|
-
{
|
|
4959
|
-
"name": "sidebase",
|
|
4960
|
-
"github": "sidebase",
|
|
4961
|
-
"twitter": "sidebase_io"
|
|
4962
|
-
}
|
|
4963
|
-
],
|
|
4964
|
-
"compatibility": {
|
|
4965
|
-
"nuxt": "^3.0.0",
|
|
4966
|
-
"requires": {}
|
|
4967
|
-
}
|
|
4968
|
-
},
|
|
4969
5871
|
{
|
|
4970
5872
|
"name": "shopify",
|
|
4971
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5873
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4972
5874
|
"repo": "Gomah/nuxt-shopify",
|
|
4973
5875
|
"npm": "nuxt-shopify",
|
|
4974
5876
|
"icon": "shopify.png",
|
|
@@ -4989,7 +5891,29 @@
|
|
|
4989
5891
|
}
|
|
4990
5892
|
},
|
|
4991
5893
|
{
|
|
4992
|
-
"name": "
|
|
5894
|
+
"name": "shuimo-ui",
|
|
5895
|
+
"description": "A Chinese Shuimo style component library.",
|
|
5896
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
5897
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
5898
|
+
"icon": "shuimo-ui.svg",
|
|
5899
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
5900
|
+
"website": "https://shuimo.design",
|
|
5901
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
5902
|
+
"category": "UI",
|
|
5903
|
+
"type": "3rd-party",
|
|
5904
|
+
"maintainers": [
|
|
5905
|
+
{
|
|
5906
|
+
"name": "higuaifan",
|
|
5907
|
+
"github": "higuaifan"
|
|
5908
|
+
}
|
|
5909
|
+
],
|
|
5910
|
+
"compatibility": {
|
|
5911
|
+
"nuxt": "^3.0.0",
|
|
5912
|
+
"requires": {}
|
|
5913
|
+
}
|
|
5914
|
+
},
|
|
5915
|
+
{
|
|
5916
|
+
"name": "sidebase-auth",
|
|
4993
5917
|
"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
5918
|
"repo": "sidebase/nuxt-auth",
|
|
4995
5919
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5035,13 +5959,13 @@
|
|
|
5035
5959
|
},
|
|
5036
5960
|
{
|
|
5037
5961
|
"name": "simple-robots",
|
|
5038
|
-
"description": "
|
|
5962
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5039
5963
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5040
5964
|
"npm": "nuxt-simple-robots",
|
|
5041
|
-
"icon": "",
|
|
5965
|
+
"icon": "simple-robots.svg",
|
|
5042
5966
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5043
|
-
"website": "https://
|
|
5044
|
-
"learn_more": "",
|
|
5967
|
+
"website": "https://nuxtseo.com/robots",
|
|
5968
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5045
5969
|
"category": "SEO",
|
|
5046
5970
|
"type": "3rd-party",
|
|
5047
5971
|
"maintainers": [
|
|
@@ -5058,41 +5982,23 @@
|
|
|
5058
5982
|
}
|
|
5059
5983
|
},
|
|
5060
5984
|
{
|
|
5061
|
-
"name": "
|
|
5062
|
-
"description": "
|
|
5063
|
-
"repo": "
|
|
5064
|
-
"npm": "
|
|
5065
|
-
"icon": "",
|
|
5066
|
-
"github": "https://github.com/
|
|
5067
|
-
"website": "https://
|
|
5068
|
-
"learn_more": "",
|
|
5985
|
+
"name": "sitemap",
|
|
5986
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5987
|
+
"repo": "nuxt-modules/sitemap",
|
|
5988
|
+
"npm": "@nuxtjs/sitemap",
|
|
5989
|
+
"icon": "simple-sitemap.svg",
|
|
5990
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5991
|
+
"website": "https://nuxtseo.com/",
|
|
5992
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5069
5993
|
"category": "SEO",
|
|
5070
|
-
"type": "
|
|
5994
|
+
"type": "community",
|
|
5071
5995
|
"maintainers": [
|
|
5072
5996
|
{
|
|
5073
5997
|
"name": "Harlan Wilton",
|
|
5074
5998
|
"github": "harlan-zw",
|
|
5075
5999
|
"twitter": "harlan_zw",
|
|
5076
6000
|
"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": [
|
|
6001
|
+
},
|
|
5096
6002
|
{
|
|
5097
6003
|
"name": "Nicolas PENNEC",
|
|
5098
6004
|
"github": "NicoPennec",
|
|
@@ -5100,7 +6006,7 @@
|
|
|
5100
6006
|
}
|
|
5101
6007
|
],
|
|
5102
6008
|
"compatibility": {
|
|
5103
|
-
"nuxt": "^
|
|
6009
|
+
"nuxt": "^3.0.0",
|
|
5104
6010
|
"requires": {}
|
|
5105
6011
|
}
|
|
5106
6012
|
},
|
|
@@ -5128,7 +6034,7 @@
|
|
|
5128
6034
|
},
|
|
5129
6035
|
{
|
|
5130
6036
|
"name": "snipcart",
|
|
5131
|
-
"description": "Snipcart integration module for Nuxt
|
|
6037
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5132
6038
|
"repo": "nuxt-modules/snipcart",
|
|
5133
6039
|
"npm": "@nuxtjs/snipcart",
|
|
5134
6040
|
"icon": "snipcart.png",
|
|
@@ -5151,7 +6057,7 @@
|
|
|
5151
6057
|
},
|
|
5152
6058
|
{
|
|
5153
6059
|
"name": "social-meta",
|
|
5154
|
-
"description": "Nuxt
|
|
6060
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5155
6061
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5156
6062
|
"npm": "nuxt-social-meta",
|
|
5157
6063
|
"icon": "",
|
|
@@ -5273,7 +6179,7 @@
|
|
|
5273
6179
|
},
|
|
5274
6180
|
{
|
|
5275
6181
|
"name": "storage",
|
|
5276
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6182
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5277
6183
|
"repo": "mazipan/nuxt-storage",
|
|
5278
6184
|
"npm": "nuxt-storage",
|
|
5279
6185
|
"icon": "",
|
|
@@ -5295,7 +6201,7 @@
|
|
|
5295
6201
|
},
|
|
5296
6202
|
{
|
|
5297
6203
|
"name": "storefront-ui",
|
|
5298
|
-
"description": "Storefront UI Module for Nuxt
|
|
6204
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5299
6205
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5300
6206
|
"npm": "@storefront-ui/nuxt",
|
|
5301
6207
|
"icon": "storefront-ui.svg",
|
|
@@ -5339,8 +6245,8 @@
|
|
|
5339
6245
|
},
|
|
5340
6246
|
{
|
|
5341
6247
|
"name": "storyblok",
|
|
5342
|
-
"description": "Storyblok Nuxt
|
|
5343
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6248
|
+
"description": "Storyblok Nuxt module",
|
|
6249
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5344
6250
|
"npm": "@storyblok/nuxt",
|
|
5345
6251
|
"icon": "storyblok.png",
|
|
5346
6252
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5356,37 +6262,34 @@
|
|
|
5356
6262
|
],
|
|
5357
6263
|
"compatibility": {
|
|
5358
6264
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
|
-
"requires": {}
|
|
6265
|
+
"requires": {},
|
|
6266
|
+
"devtools": "^0.0.0"
|
|
5360
6267
|
}
|
|
5361
6268
|
},
|
|
5362
6269
|
{
|
|
5363
6270
|
"name": "storybook",
|
|
5364
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5365
|
-
"repo": "nuxt-
|
|
6271
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6272
|
+
"repo": "nuxt-modules/storybook",
|
|
5366
6273
|
"npm": "@nuxtjs/storybook",
|
|
5367
6274
|
"icon": "storybook.png",
|
|
5368
|
-
"github": "https://github.com/nuxt-
|
|
6275
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5369
6276
|
"website": "https://storybook.nuxtjs.org",
|
|
5370
|
-
"learn_more": "https://
|
|
6277
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5371
6278
|
"category": "Devtools",
|
|
5372
6279
|
"type": "community",
|
|
5373
6280
|
"maintainers": [
|
|
5374
6281
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"github": "
|
|
5377
|
-
"twitter": "
|
|
5378
|
-
},
|
|
5379
|
-
{
|
|
5380
|
-
"name": "Pooya Parsa",
|
|
5381
|
-
"github": "pi0",
|
|
5382
|
-
"twitter": "_pi0_"
|
|
6282
|
+
"name": "Chakir QATAB",
|
|
6283
|
+
"github": "chakAs3",
|
|
6284
|
+
"twitter": "ChakirQatab"
|
|
5383
6285
|
}
|
|
5384
6286
|
],
|
|
5385
6287
|
"compatibility": {
|
|
5386
|
-
"nuxt": "^2.0.0",
|
|
6288
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5387
6289
|
"requires": {
|
|
5388
6290
|
"bridge": "optional"
|
|
5389
|
-
}
|
|
6291
|
+
},
|
|
6292
|
+
"devtools": "^0.7.2"
|
|
5390
6293
|
}
|
|
5391
6294
|
},
|
|
5392
6295
|
{
|
|
@@ -5416,7 +6319,8 @@
|
|
|
5416
6319
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5417
6320
|
"requires": {
|
|
5418
6321
|
"bridge": true
|
|
5419
|
-
}
|
|
6322
|
+
},
|
|
6323
|
+
"devtools": "^0.0.0"
|
|
5420
6324
|
}
|
|
5421
6325
|
},
|
|
5422
6326
|
{
|
|
@@ -5467,6 +6371,36 @@
|
|
|
5467
6371
|
"requires": {}
|
|
5468
6372
|
}
|
|
5469
6373
|
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "studio",
|
|
6376
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6377
|
+
"repo": "nuxtlabs/studio-module",
|
|
6378
|
+
"npm": "@nuxthq/studio",
|
|
6379
|
+
"icon": "studio.svg",
|
|
6380
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6381
|
+
"website": "https://nuxt.studio",
|
|
6382
|
+
"learn_more": "https://nuxt.studio",
|
|
6383
|
+
"category": "CMS",
|
|
6384
|
+
"type": "3rd-party",
|
|
6385
|
+
"maintainers": [
|
|
6386
|
+
{
|
|
6387
|
+
"name": "Ahad Birang",
|
|
6388
|
+
"github": "farnabaz",
|
|
6389
|
+
"twitter": "a_birang"
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"name": "Sébastien Chopin",
|
|
6393
|
+
"github": "Atinux",
|
|
6394
|
+
"twitter": "Atinux"
|
|
6395
|
+
}
|
|
6396
|
+
],
|
|
6397
|
+
"compatibility": {
|
|
6398
|
+
"nuxt": "^3.0.0",
|
|
6399
|
+
"requires": {
|
|
6400
|
+
"content": true
|
|
6401
|
+
}
|
|
6402
|
+
}
|
|
6403
|
+
},
|
|
5470
6404
|
{
|
|
5471
6405
|
"name": "style-resources",
|
|
5472
6406
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5492,7 +6426,7 @@
|
|
|
5492
6426
|
},
|
|
5493
6427
|
{
|
|
5494
6428
|
"name": "stylelint",
|
|
5495
|
-
"description": "Stylelint module for Nuxt.
|
|
6429
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5496
6430
|
"repo": "nuxt-community/stylelint-module",
|
|
5497
6431
|
"npm": "@nuxtjs/stylelint-module",
|
|
5498
6432
|
"icon": "stylelint.png",
|
|
@@ -5592,12 +6526,12 @@
|
|
|
5592
6526
|
},
|
|
5593
6527
|
{
|
|
5594
6528
|
"name": "svg-sprite",
|
|
5595
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5596
|
-
"repo": "nuxt-
|
|
6529
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6530
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5597
6531
|
"npm": "@nuxtjs/svg-sprite",
|
|
5598
6532
|
"icon": "",
|
|
5599
|
-
"github": "https://github.com/nuxt-
|
|
5600
|
-
"website": "https://github.com/nuxt-
|
|
6533
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6534
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5601
6535
|
"learn_more": "",
|
|
5602
6536
|
"category": "UI",
|
|
5603
6537
|
"type": "community",
|
|
@@ -5609,13 +6543,13 @@
|
|
|
5609
6543
|
}
|
|
5610
6544
|
],
|
|
5611
6545
|
"compatibility": {
|
|
5612
|
-
"nuxt": "^2.0.0",
|
|
6546
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5613
6547
|
"requires": {}
|
|
5614
6548
|
}
|
|
5615
6549
|
},
|
|
5616
6550
|
{
|
|
5617
6551
|
"name": "svg",
|
|
5618
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6552
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5619
6553
|
"repo": "nuxt-community/svg-module",
|
|
5620
6554
|
"npm": "@nuxtjs/svg",
|
|
5621
6555
|
"icon": "",
|
|
@@ -5657,9 +6591,33 @@
|
|
|
5657
6591
|
"requires": {}
|
|
5658
6592
|
}
|
|
5659
6593
|
},
|
|
6594
|
+
{
|
|
6595
|
+
"name": "swiftsearch",
|
|
6596
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6597
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6598
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6599
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6600
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6601
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6602
|
+
"learn_more": "",
|
|
6603
|
+
"category": "Libraries",
|
|
6604
|
+
"type": "3rd-party",
|
|
6605
|
+
"maintainers": [
|
|
6606
|
+
{
|
|
6607
|
+
"name": "Matteo Rigoni",
|
|
6608
|
+
"github": "rigo-m",
|
|
6609
|
+
"twitter": "MatteoRigoni",
|
|
6610
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6611
|
+
}
|
|
6612
|
+
],
|
|
6613
|
+
"compatibility": {
|
|
6614
|
+
"nuxt": "^3.10.0",
|
|
6615
|
+
"requires": {}
|
|
6616
|
+
}
|
|
6617
|
+
},
|
|
5660
6618
|
{
|
|
5661
6619
|
"name": "swiper",
|
|
5662
|
-
"description": "Nuxt
|
|
6620
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5663
6621
|
"repo": "cpreston321/nuxt-swiper",
|
|
5664
6622
|
"npm": "nuxt-swiper",
|
|
5665
6623
|
"icon": "swiper.svg",
|
|
@@ -5705,10 +6663,10 @@
|
|
|
5705
6663
|
{
|
|
5706
6664
|
"name": "tailwindcss",
|
|
5707
6665
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5708
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6666
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5709
6667
|
"npm": "@nuxtjs/tailwindcss",
|
|
5710
6668
|
"icon": "tailwindcss.png",
|
|
5711
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6669
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5712
6670
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5713
6671
|
"learn_more": "https://tailwindcss.com/",
|
|
5714
6672
|
"category": "UI",
|
|
@@ -5726,6 +6684,38 @@
|
|
|
5726
6684
|
],
|
|
5727
6685
|
"compatibility": {
|
|
5728
6686
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6687
|
+
"requires": {},
|
|
6688
|
+
"devtools": "^0.0.0"
|
|
6689
|
+
},
|
|
6690
|
+
"aliases": [
|
|
6691
|
+
"tailwind"
|
|
6692
|
+
]
|
|
6693
|
+
},
|
|
6694
|
+
{
|
|
6695
|
+
"name": "test-utils",
|
|
6696
|
+
"description": "Test utilities for Nuxt",
|
|
6697
|
+
"repo": "nuxt/test-utils#main",
|
|
6698
|
+
"npm": "@nuxt/test-utils",
|
|
6699
|
+
"icon": "nuxt.svg",
|
|
6700
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6701
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6702
|
+
"learn_more": "",
|
|
6703
|
+
"category": "Devtools",
|
|
6704
|
+
"type": "official",
|
|
6705
|
+
"maintainers": [
|
|
6706
|
+
{
|
|
6707
|
+
"name": "Daniel Roe",
|
|
6708
|
+
"github": "danielroe",
|
|
6709
|
+
"twitter": "danielcroe"
|
|
6710
|
+
},
|
|
6711
|
+
{
|
|
6712
|
+
"name": "Anthony Fu",
|
|
6713
|
+
"github": "antfu",
|
|
6714
|
+
"twitter": "antfu7"
|
|
6715
|
+
}
|
|
6716
|
+
],
|
|
6717
|
+
"compatibility": {
|
|
6718
|
+
"nuxt": "^3.0.0",
|
|
5729
6719
|
"requires": {}
|
|
5730
6720
|
}
|
|
5731
6721
|
},
|
|
@@ -5774,9 +6764,31 @@
|
|
|
5774
6764
|
"requires": {}
|
|
5775
6765
|
}
|
|
5776
6766
|
},
|
|
6767
|
+
{
|
|
6768
|
+
"name": "tiptap",
|
|
6769
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6770
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6771
|
+
"npm": "nuxt-tiptap-editor",
|
|
6772
|
+
"icon": "tiptap.png",
|
|
6773
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6774
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6775
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6776
|
+
"category": "Libraries",
|
|
6777
|
+
"type": "3rd-party",
|
|
6778
|
+
"maintainers": [
|
|
6779
|
+
{
|
|
6780
|
+
"name": "modbender",
|
|
6781
|
+
"github": "modbender"
|
|
6782
|
+
}
|
|
6783
|
+
],
|
|
6784
|
+
"compatibility": {
|
|
6785
|
+
"nuxt": "^3.0.0",
|
|
6786
|
+
"requires": {}
|
|
6787
|
+
}
|
|
6788
|
+
},
|
|
5777
6789
|
{
|
|
5778
6790
|
"name": "toast",
|
|
5779
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6791
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5780
6792
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5781
6793
|
"npm": "@nuxtjs/toast",
|
|
5782
6794
|
"icon": "",
|
|
@@ -5797,6 +6809,28 @@
|
|
|
5797
6809
|
"requires": {}
|
|
5798
6810
|
}
|
|
5799
6811
|
},
|
|
6812
|
+
{
|
|
6813
|
+
"name": "translation-manager",
|
|
6814
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6815
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6816
|
+
"npm": "nuxt-translation-manager",
|
|
6817
|
+
"icon": "translation-manager.png",
|
|
6818
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6819
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6820
|
+
"learn_more": "",
|
|
6821
|
+
"category": "Extensions",
|
|
6822
|
+
"type": "3rd-party",
|
|
6823
|
+
"maintainers": [
|
|
6824
|
+
{
|
|
6825
|
+
"name": "Sam K",
|
|
6826
|
+
"github": "samk-dev"
|
|
6827
|
+
}
|
|
6828
|
+
],
|
|
6829
|
+
"compatibility": {
|
|
6830
|
+
"nuxt": "^3.0.0",
|
|
6831
|
+
"requires": {}
|
|
6832
|
+
}
|
|
6833
|
+
},
|
|
5800
6834
|
{
|
|
5801
6835
|
"name": "tresjs",
|
|
5802
6836
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -5857,7 +6891,7 @@
|
|
|
5857
6891
|
},
|
|
5858
6892
|
{
|
|
5859
6893
|
"name": "twa",
|
|
5860
|
-
"description": "Nuxt
|
|
6894
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5861
6895
|
"repo": "tuarrep/nuxt-twa",
|
|
5862
6896
|
"npm": "nuxt-twa",
|
|
5863
6897
|
"icon": "",
|
|
@@ -6045,6 +7079,63 @@
|
|
|
6045
7079
|
"requires": {}
|
|
6046
7080
|
}
|
|
6047
7081
|
},
|
|
7082
|
+
{
|
|
7083
|
+
"name": "typo3",
|
|
7084
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
7085
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
7086
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
7087
|
+
"icon": "typo3.svg",
|
|
7088
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
7089
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
7090
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
7091
|
+
"category": "CMS",
|
|
7092
|
+
"type": "3rd-party",
|
|
7093
|
+
"maintainers": [
|
|
7094
|
+
{
|
|
7095
|
+
"name": "Macopedia",
|
|
7096
|
+
"github": "macopedia",
|
|
7097
|
+
"twitter": "macopediapl"
|
|
7098
|
+
}
|
|
7099
|
+
],
|
|
7100
|
+
"compatibility": {
|
|
7101
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7102
|
+
"requires": {},
|
|
7103
|
+
"devtools": "^0.0.0"
|
|
7104
|
+
}
|
|
7105
|
+
},
|
|
7106
|
+
{
|
|
7107
|
+
"name": "ui",
|
|
7108
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
7109
|
+
"repo": "nuxt/ui#dev",
|
|
7110
|
+
"npm": "@nuxt/ui",
|
|
7111
|
+
"icon": "nuxt.svg",
|
|
7112
|
+
"github": "https://github.com/nuxt/ui",
|
|
7113
|
+
"website": "https://ui.nuxt.com",
|
|
7114
|
+
"learn_more": "",
|
|
7115
|
+
"category": "UI",
|
|
7116
|
+
"type": "official",
|
|
7117
|
+
"maintainers": [
|
|
7118
|
+
{
|
|
7119
|
+
"name": "Benjamin Canac",
|
|
7120
|
+
"github": "benjamincanac",
|
|
7121
|
+
"twitter": "benjamincanac"
|
|
7122
|
+
},
|
|
7123
|
+
{
|
|
7124
|
+
"name": "Sebastien Chopin",
|
|
7125
|
+
"github": "Atinux",
|
|
7126
|
+
"twitter": "Atinux"
|
|
7127
|
+
},
|
|
7128
|
+
{
|
|
7129
|
+
"name": "Sylvain Marroufin",
|
|
7130
|
+
"github": "smarroufin",
|
|
7131
|
+
"twitter": "smarroufin"
|
|
7132
|
+
}
|
|
7133
|
+
],
|
|
7134
|
+
"compatibility": {
|
|
7135
|
+
"nuxt": "^3.0.0",
|
|
7136
|
+
"requires": {}
|
|
7137
|
+
}
|
|
7138
|
+
},
|
|
6048
7139
|
{
|
|
6049
7140
|
"name": "umami",
|
|
6050
7141
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6069,31 +7160,9 @@
|
|
|
6069
7160
|
}
|
|
6070
7161
|
}
|
|
6071
7162
|
},
|
|
6072
|
-
{
|
|
6073
|
-
"name": "unhead",
|
|
6074
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6075
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6076
|
-
"npm": "nuxt-seo-experiments",
|
|
6077
|
-
"icon": "",
|
|
6078
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6079
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6080
|
-
"learn_more": "",
|
|
6081
|
-
"category": "SEO",
|
|
6082
|
-
"type": "3rd-party",
|
|
6083
|
-
"maintainers": [
|
|
6084
|
-
{
|
|
6085
|
-
"name": "harlan-zw",
|
|
6086
|
-
"github": "harlan-zw"
|
|
6087
|
-
}
|
|
6088
|
-
],
|
|
6089
|
-
"compatibility": {
|
|
6090
|
-
"nuxt": "^3.0.0",
|
|
6091
|
-
"requires": {}
|
|
6092
|
-
}
|
|
6093
|
-
},
|
|
6094
7163
|
{
|
|
6095
7164
|
"name": "universal-storage",
|
|
6096
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
7165
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6097
7166
|
"repo": "nuxt-community/universal-storage-module",
|
|
6098
7167
|
"npm": "@nuxtjs/universal-storage",
|
|
6099
7168
|
"icon": "",
|
|
@@ -6122,7 +7191,7 @@
|
|
|
6122
7191
|
{
|
|
6123
7192
|
"name": "unlazy",
|
|
6124
7193
|
"description": "Lazy loading library for placeholder images",
|
|
6125
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7194
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6126
7195
|
"npm": "@unlazy/nuxt",
|
|
6127
7196
|
"icon": "unlazy.svg",
|
|
6128
7197
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6141,41 +7210,15 @@
|
|
|
6141
7210
|
"requires": {}
|
|
6142
7211
|
}
|
|
6143
7212
|
},
|
|
6144
|
-
{
|
|
6145
|
-
"name": "unlighthouse",
|
|
6146
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6147
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6148
|
-
"npm": "@unlighthouse/nuxt",
|
|
6149
|
-
"icon": "unlighthouse.svg",
|
|
6150
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6151
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6152
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6153
|
-
"category": "Devtools",
|
|
6154
|
-
"type": "3rd-party",
|
|
6155
|
-
"maintainers": [
|
|
6156
|
-
{
|
|
6157
|
-
"name": "Harlan Wilton",
|
|
6158
|
-
"github": "harlan-zw",
|
|
6159
|
-
"twitter": "harlan_zw",
|
|
6160
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6161
|
-
}
|
|
6162
|
-
],
|
|
6163
|
-
"compatibility": {
|
|
6164
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6165
|
-
"requires": {
|
|
6166
|
-
"bridge": "optional"
|
|
6167
|
-
}
|
|
6168
|
-
}
|
|
6169
|
-
},
|
|
6170
7213
|
{
|
|
6171
7214
|
"name": "unocss",
|
|
6172
7215
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6173
|
-
"repo": "
|
|
7216
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6174
7217
|
"npm": "@unocss/nuxt",
|
|
6175
7218
|
"icon": "unocss.svg",
|
|
6176
|
-
"github": "https://github.com/
|
|
6177
|
-
"website": "https://github.com/
|
|
6178
|
-
"learn_more": "https://github.com/
|
|
7219
|
+
"github": "https://github.com/unocss/unocss",
|
|
7220
|
+
"website": "https://github.com/unocss/unocss",
|
|
7221
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6179
7222
|
"category": "UI",
|
|
6180
7223
|
"type": "3rd-party",
|
|
6181
7224
|
"maintainers": [
|
|
@@ -6190,7 +7233,8 @@
|
|
|
6190
7233
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6191
7234
|
"requires": {
|
|
6192
7235
|
"bridge": "optional"
|
|
6193
|
-
}
|
|
7236
|
+
},
|
|
7237
|
+
"devtools": "^0.0.0"
|
|
6194
7238
|
}
|
|
6195
7239
|
},
|
|
6196
7240
|
{
|
|
@@ -6200,8 +7244,8 @@
|
|
|
6200
7244
|
"npm": "nuxt-ununura",
|
|
6201
7245
|
"icon": "ununuracss.png",
|
|
6202
7246
|
"github": "https://github.com/novout/ununuracss",
|
|
6203
|
-
"website": "https://
|
|
6204
|
-
"learn_more": "https://
|
|
7247
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7248
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
6205
7249
|
"category": "UI",
|
|
6206
7250
|
"type": "3rd-party",
|
|
6207
7251
|
"maintainers": [
|
|
@@ -6216,6 +7260,28 @@
|
|
|
6216
7260
|
"requires": {}
|
|
6217
7261
|
}
|
|
6218
7262
|
},
|
|
7263
|
+
{
|
|
7264
|
+
"name": "use-bootstrap",
|
|
7265
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7266
|
+
"repo": "simplise/use-bootstrap",
|
|
7267
|
+
"npm": "usebootstrap",
|
|
7268
|
+
"icon": "use-bootstrap.svg",
|
|
7269
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7270
|
+
"website": "https://usebootstrap.org/",
|
|
7271
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7272
|
+
"category": "UI",
|
|
7273
|
+
"type": "3rd-party",
|
|
7274
|
+
"maintainers": [
|
|
7275
|
+
{
|
|
7276
|
+
"name": "KoujiSano",
|
|
7277
|
+
"github": "KoujiSano"
|
|
7278
|
+
}
|
|
7279
|
+
],
|
|
7280
|
+
"compatibility": {
|
|
7281
|
+
"nuxt": "^3.0.0",
|
|
7282
|
+
"requires": {}
|
|
7283
|
+
}
|
|
7284
|
+
},
|
|
6219
7285
|
{
|
|
6220
7286
|
"name": "use-wagmi",
|
|
6221
7287
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -6242,7 +7308,7 @@
|
|
|
6242
7308
|
},
|
|
6243
7309
|
{
|
|
6244
7310
|
"name": "user-agent",
|
|
6245
|
-
"description": "Nuxt
|
|
7311
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6246
7312
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6247
7313
|
"npm": "nuxt-user-agent",
|
|
6248
7314
|
"icon": "",
|
|
@@ -6262,28 +7328,6 @@
|
|
|
6262
7328
|
"requires": {}
|
|
6263
7329
|
}
|
|
6264
7330
|
},
|
|
6265
|
-
{
|
|
6266
|
-
"name": "validate",
|
|
6267
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
6268
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
6269
|
-
"npm": "nuxt-validate",
|
|
6270
|
-
"icon": "vee-validate.png",
|
|
6271
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6272
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6273
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
6274
|
-
"category": "Libraries",
|
|
6275
|
-
"type": "3rd-party",
|
|
6276
|
-
"maintainers": [
|
|
6277
|
-
{
|
|
6278
|
-
"name": "lewyuburi",
|
|
6279
|
-
"github": "lewyuburi"
|
|
6280
|
-
}
|
|
6281
|
-
],
|
|
6282
|
-
"compatibility": {
|
|
6283
|
-
"nuxt": "^2.0.0",
|
|
6284
|
-
"requires": {}
|
|
6285
|
-
}
|
|
6286
|
-
},
|
|
6287
7331
|
{
|
|
6288
7332
|
"name": "vant",
|
|
6289
7333
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -6338,8 +7382,8 @@
|
|
|
6338
7382
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
6339
7383
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6340
7384
|
"icon": "vcalendar.png",
|
|
6341
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
6342
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
7385
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7386
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
6343
7387
|
"learn_more": "",
|
|
6344
7388
|
"category": "Libraries",
|
|
6345
7389
|
"type": "3rd-party",
|
|
@@ -6356,7 +7400,7 @@
|
|
|
6356
7400
|
},
|
|
6357
7401
|
{
|
|
6358
7402
|
"name": "vee-validate",
|
|
6359
|
-
"description": "Painless Vue forms for Nuxt
|
|
7403
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6360
7404
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6361
7405
|
"npm": "@vee-validate/nuxt",
|
|
6362
7406
|
"icon": "vee-validate.png",
|
|
@@ -6446,7 +7490,7 @@
|
|
|
6446
7490
|
},
|
|
6447
7491
|
{
|
|
6448
7492
|
"name": "vite-pwa-nuxt",
|
|
6449
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7493
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6450
7494
|
"repo": "vite-pwa/nuxt",
|
|
6451
7495
|
"npm": "@vite-pwa/nuxt",
|
|
6452
7496
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6472,41 +7516,15 @@
|
|
|
6472
7516
|
"requires": {}
|
|
6473
7517
|
}
|
|
6474
7518
|
},
|
|
6475
|
-
{
|
|
6476
|
-
"name": "vitest",
|
|
6477
|
-
"description": "Vitest integration with Nuxt",
|
|
6478
|
-
"repo": "danielroe/nuxt-vitest",
|
|
6479
|
-
"npm": "nuxt-vitest",
|
|
6480
|
-
"icon": "vitest.svg",
|
|
6481
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6482
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6483
|
-
"learn_more": "",
|
|
6484
|
-
"category": "Devtools",
|
|
6485
|
-
"type": "3rd-party",
|
|
6486
|
-
"maintainers": [
|
|
6487
|
-
{
|
|
6488
|
-
"name": "Daniel Roe",
|
|
6489
|
-
"github": "danielroe"
|
|
6490
|
-
},
|
|
6491
|
-
{
|
|
6492
|
-
"name": "Anthony Fu",
|
|
6493
|
-
"github": "antfu"
|
|
6494
|
-
}
|
|
6495
|
-
],
|
|
6496
|
-
"compatibility": {
|
|
6497
|
-
"nuxt": "^3.0.0",
|
|
6498
|
-
"requires": {}
|
|
6499
|
-
}
|
|
6500
|
-
},
|
|
6501
7519
|
{
|
|
6502
7520
|
"name": "vue-email",
|
|
6503
|
-
"description": "Write email templates with vue",
|
|
6504
|
-
"repo": "
|
|
6505
|
-
"npm": "vue-email",
|
|
7521
|
+
"description": "💌 Write email templates with vue",
|
|
7522
|
+
"repo": "vue-email/nuxt",
|
|
7523
|
+
"npm": "@vue-email/nuxt",
|
|
6506
7524
|
"icon": "vue-email.svg",
|
|
6507
|
-
"github": "https://github.com/
|
|
6508
|
-
"website": "https://
|
|
6509
|
-
"learn_more": "https://
|
|
7525
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7526
|
+
"website": "https://vuemail.net/",
|
|
7527
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6510
7528
|
"category": "UI",
|
|
6511
7529
|
"type": "3rd-party",
|
|
6512
7530
|
"maintainers": [
|
|
@@ -6523,6 +7541,30 @@
|
|
|
6523
7541
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6524
7542
|
}
|
|
6525
7543
|
],
|
|
7544
|
+
"compatibility": {
|
|
7545
|
+
"nuxt": "^3.0.0",
|
|
7546
|
+
"requires": {},
|
|
7547
|
+
"devtools": "^0.0.0"
|
|
7548
|
+
}
|
|
7549
|
+
},
|
|
7550
|
+
{
|
|
7551
|
+
"name": "vue-final-modal",
|
|
7552
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7553
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7554
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7555
|
+
"icon": "vue-final-modal.svg",
|
|
7556
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7557
|
+
"website": "https://vue-final-modal.org/",
|
|
7558
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7559
|
+
"category": "UI",
|
|
7560
|
+
"type": "3rd-party",
|
|
7561
|
+
"maintainers": [
|
|
7562
|
+
{
|
|
7563
|
+
"name": "Hunter Liu",
|
|
7564
|
+
"github": "hunterliu1003",
|
|
7565
|
+
"twitter": "hunterliu1003"
|
|
7566
|
+
}
|
|
7567
|
+
],
|
|
6526
7568
|
"compatibility": {
|
|
6527
7569
|
"nuxt": "^3.0.0",
|
|
6528
7570
|
"requires": {}
|
|
@@ -6550,7 +7592,8 @@
|
|
|
6550
7592
|
"nuxt": "^3.0.0",
|
|
6551
7593
|
"requires": {
|
|
6552
7594
|
"bridge": "optional"
|
|
6553
|
-
}
|
|
7595
|
+
},
|
|
7596
|
+
"devtools": "^0.0.0"
|
|
6554
7597
|
}
|
|
6555
7598
|
},
|
|
6556
7599
|
{
|
|
@@ -6577,7 +7620,7 @@
|
|
|
6577
7620
|
},
|
|
6578
7621
|
{
|
|
6579
7622
|
"name": "vue-multiselect",
|
|
6580
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7623
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6581
7624
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6582
7625
|
"npm": "nuxt-vue-multiselect",
|
|
6583
7626
|
"icon": "",
|
|
@@ -6602,7 +7645,7 @@
|
|
|
6602
7645
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
6603
7646
|
"repo": "moritzsternemann/vue-plausible",
|
|
6604
7647
|
"npm": "vue-plausible",
|
|
6605
|
-
"icon": "plausible.
|
|
7648
|
+
"icon": "plausible.svg",
|
|
6606
7649
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
6607
7650
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
6608
7651
|
"learn_more": "",
|
|
@@ -6622,7 +7665,7 @@
|
|
|
6622
7665
|
{
|
|
6623
7666
|
"name": "vue-query",
|
|
6624
7667
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6625
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7668
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6626
7669
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6627
7670
|
"icon": "vue-query.svg",
|
|
6628
7671
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6691,7 +7734,7 @@
|
|
|
6691
7734
|
},
|
|
6692
7735
|
{
|
|
6693
7736
|
"name": "vue-warehouse",
|
|
6694
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7737
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6695
7738
|
"repo": "juliomrqz/vue-warehouse",
|
|
6696
7739
|
"npm": "vue-warehouse",
|
|
6697
7740
|
"icon": "",
|
|
@@ -6714,12 +7757,12 @@
|
|
|
6714
7757
|
},
|
|
6715
7758
|
{
|
|
6716
7759
|
"name": "vue3-carousel-nuxt",
|
|
6717
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7760
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6718
7761
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6719
7762
|
"npm": "vue3-carousel-nuxt",
|
|
6720
7763
|
"icon": "",
|
|
6721
7764
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6722
|
-
"website": "",
|
|
7765
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6723
7766
|
"learn_more": "",
|
|
6724
7767
|
"category": "UI",
|
|
6725
7768
|
"type": "3rd-party",
|
|
@@ -6738,7 +7781,7 @@
|
|
|
6738
7781
|
{
|
|
6739
7782
|
"name": "vuefire",
|
|
6740
7783
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6741
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7784
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6742
7785
|
"npm": "nuxt-vuefire",
|
|
6743
7786
|
"icon": "vuefire.svg",
|
|
6744
7787
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6757,15 +7800,61 @@
|
|
|
6757
7800
|
"requires": {}
|
|
6758
7801
|
}
|
|
6759
7802
|
},
|
|
7803
|
+
{
|
|
7804
|
+
"name": "vueform-builder",
|
|
7805
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7806
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7807
|
+
"npm": "@vueform/builder-nuxt",
|
|
7808
|
+
"icon": "vueform.svg",
|
|
7809
|
+
"github": "https://github.com/vueform/builder",
|
|
7810
|
+
"website": "https://builder.vueform.com",
|
|
7811
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7812
|
+
"category": "Libraries",
|
|
7813
|
+
"type": "3rd-party",
|
|
7814
|
+
"maintainers": [
|
|
7815
|
+
{
|
|
7816
|
+
"name": "Adam Berecz",
|
|
7817
|
+
"github": "adamberecz",
|
|
7818
|
+
"twitter": "bereczadam"
|
|
7819
|
+
}
|
|
7820
|
+
],
|
|
7821
|
+
"compatibility": {
|
|
7822
|
+
"nuxt": "^3.0.0",
|
|
7823
|
+
"requires": {}
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"name": "vueform",
|
|
7828
|
+
"description": "Official Vueform module for Nuxt",
|
|
7829
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7830
|
+
"npm": "@vueform/nuxt",
|
|
7831
|
+
"icon": "vueform.svg",
|
|
7832
|
+
"github": "https://github.com/vueform/vueform",
|
|
7833
|
+
"website": "https://vueform.com",
|
|
7834
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7835
|
+
"category": "Libraries",
|
|
7836
|
+
"type": "3rd-party",
|
|
7837
|
+
"maintainers": [
|
|
7838
|
+
{
|
|
7839
|
+
"name": "Adam Berecz",
|
|
7840
|
+
"github": "adamberecz",
|
|
7841
|
+
"twitter": "bereczadam"
|
|
7842
|
+
}
|
|
7843
|
+
],
|
|
7844
|
+
"compatibility": {
|
|
7845
|
+
"nuxt": "^3.0.0",
|
|
7846
|
+
"requires": {}
|
|
7847
|
+
}
|
|
7848
|
+
},
|
|
6760
7849
|
{
|
|
6761
7850
|
"name": "vuestic",
|
|
6762
|
-
"description": "Vuestic UI module for Nuxt
|
|
7851
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6763
7852
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6764
7853
|
"npm": "@vuestic/nuxt",
|
|
6765
7854
|
"icon": "vuestic.png",
|
|
6766
7855
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6767
|
-
"website": "https://vuestic.dev",
|
|
6768
|
-
"learn_more": "https://vuestic.dev/
|
|
7856
|
+
"website": "https://ui.vuestic.dev",
|
|
7857
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6769
7858
|
"category": "UI",
|
|
6770
7859
|
"type": "3rd-party",
|
|
6771
7860
|
"maintainers": [
|
|
@@ -6786,8 +7875,8 @@
|
|
|
6786
7875
|
"npm": "vuetify-nuxt-module",
|
|
6787
7876
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6788
7877
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6789
|
-
"website": "https://
|
|
6790
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7878
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7879
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6791
7880
|
"category": "UI",
|
|
6792
7881
|
"type": "3rd-party",
|
|
6793
7882
|
"maintainers": [
|
|
@@ -6803,7 +7892,7 @@
|
|
|
6803
7892
|
},
|
|
6804
7893
|
{
|
|
6805
7894
|
"name": "vuetify",
|
|
6806
|
-
"description": "Vuetify Module for Nuxt
|
|
7895
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6807
7896
|
"repo": "nuxt-community/vuetify-module",
|
|
6808
7897
|
"npm": "@nuxtjs/vuetify",
|
|
6809
7898
|
"icon": "vuetify.png",
|
|
@@ -6850,7 +7939,8 @@
|
|
|
6850
7939
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6851
7940
|
"requires": {
|
|
6852
7941
|
"bridge": "optional"
|
|
6853
|
-
}
|
|
7942
|
+
},
|
|
7943
|
+
"devtools": "^0.0.0"
|
|
6854
7944
|
}
|
|
6855
7945
|
},
|
|
6856
7946
|
{
|
|
@@ -6877,7 +7967,7 @@
|
|
|
6877
7967
|
},
|
|
6878
7968
|
{
|
|
6879
7969
|
"name": "vunix",
|
|
6880
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7970
|
+
"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.",
|
|
6881
7971
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6882
7972
|
"npm": "@vunix/nuxt",
|
|
6883
7973
|
"icon": "",
|
|
@@ -6956,7 +8046,7 @@
|
|
|
6956
8046
|
},
|
|
6957
8047
|
{
|
|
6958
8048
|
"name": "webpack-optimisations",
|
|
6959
|
-
"description": "Nuxt
|
|
8049
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6960
8050
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6961
8051
|
"npm": "nuxt-webpack-optimisations",
|
|
6962
8052
|
"icon": "build-optimisations.svg",
|
|
@@ -7031,7 +8121,7 @@
|
|
|
7031
8121
|
"icon": "webpack.png",
|
|
7032
8122
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7033
8123
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7034
|
-
"learn_more": "
|
|
8124
|
+
"learn_more": "",
|
|
7035
8125
|
"category": "Devtools",
|
|
7036
8126
|
"type": "community",
|
|
7037
8127
|
"maintainers": [
|
|
@@ -7048,7 +8138,7 @@
|
|
|
7048
8138
|
},
|
|
7049
8139
|
{
|
|
7050
8140
|
"name": "well-known",
|
|
7051
|
-
"description": "A Nuxt
|
|
8141
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7052
8142
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7053
8143
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7054
8144
|
"icon": "well-known.svg",
|
|
@@ -7070,7 +8160,7 @@
|
|
|
7070
8160
|
},
|
|
7071
8161
|
{
|
|
7072
8162
|
"name": "wideangle",
|
|
7073
|
-
"description": "Nuxt
|
|
8163
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7074
8164
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7075
8165
|
"npm": "wideangle-nuxt",
|
|
7076
8166
|
"icon": "wideangle.png",
|
|
@@ -7097,11 +8187,11 @@
|
|
|
7097
8187
|
{
|
|
7098
8188
|
"name": "windicss",
|
|
7099
8189
|
"description": "Next generation utility-first CSS framework.",
|
|
7100
|
-
"repo": "windicss/nuxt-windicss
|
|
8190
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7101
8191
|
"npm": "nuxt-windicss",
|
|
7102
8192
|
"icon": "windicss.svg",
|
|
7103
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7104
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8193
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8194
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7105
8195
|
"learn_more": "https://windicss.org/",
|
|
7106
8196
|
"category": "UI",
|
|
7107
8197
|
"type": "3rd-party",
|
|
@@ -7239,7 +8329,7 @@
|
|
|
7239
8329
|
},
|
|
7240
8330
|
{
|
|
7241
8331
|
"name": "zendesk",
|
|
7242
|
-
"description": "Nuxt
|
|
8332
|
+
"description": "Nuxt module for Zendesk",
|
|
7243
8333
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7244
8334
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7245
8335
|
"icon": "zendesk.png",
|