@nuxt/modules 0.6.0-39e8d3 → 0.6.0-3a72ee
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 +826 -245
- package/package.json +9 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,9 +170,31 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
@@ -220,7 +242,7 @@
|
|
|
220
242
|
},
|
|
221
243
|
{
|
|
222
244
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
246
|
"repo": "nuxt-modules/apollo",
|
|
225
247
|
"npm": "@nuxtjs/apollo",
|
|
226
248
|
"icon": "apollo.png",
|
|
@@ -244,7 +266,7 @@
|
|
|
244
266
|
},
|
|
245
267
|
{
|
|
246
268
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
248
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
272
|
"icon": "application-insights.png",
|
|
@@ -286,6 +308,28 @@
|
|
|
286
308
|
"requires": {}
|
|
287
309
|
}
|
|
288
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
289
333
|
{
|
|
290
334
|
"name": "ark-ui",
|
|
291
335
|
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
@@ -309,9 +353,31 @@
|
|
|
309
353
|
"requires": {}
|
|
310
354
|
}
|
|
311
355
|
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
312
378
|
{
|
|
313
379
|
"name": "auth",
|
|
314
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
315
381
|
"repo": "nuxt-community/auth-module",
|
|
316
382
|
"npm": "@nuxtjs/auth",
|
|
317
383
|
"icon": "auth.png",
|
|
@@ -359,9 +425,32 @@
|
|
|
359
425
|
"requires": {}
|
|
360
426
|
}
|
|
361
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
362
451
|
{
|
|
363
452
|
"name": "axios",
|
|
364
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
365
454
|
"repo": "nuxt-community/axios-module",
|
|
366
455
|
"npm": "@nuxtjs/axios",
|
|
367
456
|
"icon": "axios.svg",
|
|
@@ -384,7 +473,7 @@
|
|
|
384
473
|
},
|
|
385
474
|
{
|
|
386
475
|
"name": "basic-auth",
|
|
387
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
388
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
389
478
|
"npm": "nuxt-basic-auth-module",
|
|
390
479
|
"icon": "",
|
|
@@ -508,7 +597,7 @@
|
|
|
508
597
|
},
|
|
509
598
|
{
|
|
510
599
|
"name": "bulma-slim",
|
|
511
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
512
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
513
602
|
"npm": "nuxt-bulma-slim",
|
|
514
603
|
"icon": "bulma.png",
|
|
@@ -575,7 +664,7 @@
|
|
|
575
664
|
},
|
|
576
665
|
{
|
|
577
666
|
"name": "canvas-sketch",
|
|
578
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
579
668
|
"repo": "LuXDAmore/generative-art",
|
|
580
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
581
670
|
"icon": "",
|
|
@@ -598,7 +687,7 @@
|
|
|
598
687
|
},
|
|
599
688
|
{
|
|
600
689
|
"name": "capo",
|
|
601
|
-
"description": "Capo.js implementation for Nuxt
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
602
691
|
"repo": "danielroe/nuxt-capo",
|
|
603
692
|
"npm": "nuxt-capo",
|
|
604
693
|
"icon": "",
|
|
@@ -620,7 +709,7 @@
|
|
|
620
709
|
},
|
|
621
710
|
{
|
|
622
711
|
"name": "chakra-ui",
|
|
623
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
624
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
625
714
|
"npm": "@chakra-ui/nuxt",
|
|
626
715
|
"icon": "chakra-ui.png",
|
|
@@ -731,7 +820,7 @@
|
|
|
731
820
|
},
|
|
732
821
|
{
|
|
733
822
|
"name": "cloudcms",
|
|
734
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
735
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
736
825
|
"npm": "cloudcms-nuxt",
|
|
737
826
|
"icon": "",
|
|
@@ -780,11 +869,11 @@
|
|
|
780
869
|
},
|
|
781
870
|
{
|
|
782
871
|
"name": "cloudinary",
|
|
783
|
-
"description": "Optimize images and videos in your Nuxt
|
|
784
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
785
874
|
"npm": "@nuxtjs/cloudinary",
|
|
786
875
|
"icon": "cloudinary.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
788
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
789
878
|
"learn_more": "https://cloudinary.com",
|
|
790
879
|
"category": "Images",
|
|
@@ -803,11 +892,11 @@
|
|
|
803
892
|
},
|
|
804
893
|
{
|
|
805
894
|
"name": "color-mode",
|
|
806
|
-
"description": "Dark and Light mode for
|
|
807
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
808
897
|
"npm": "@nuxtjs/color-mode",
|
|
809
898
|
"icon": "color-mode.png",
|
|
810
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
811
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
812
901
|
"learn_more": "",
|
|
813
902
|
"category": "UI",
|
|
@@ -1024,7 +1113,7 @@
|
|
|
1024
1113
|
},
|
|
1025
1114
|
{
|
|
1026
1115
|
"name": "darkmode.js",
|
|
1027
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1028
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1029
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1030
1119
|
"icon": "darkmode.png",
|
|
@@ -1046,7 +1135,7 @@
|
|
|
1046
1135
|
},
|
|
1047
1136
|
{
|
|
1048
1137
|
"name": "date-fns",
|
|
1049
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1050
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1051
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1052
1141
|
"icon": "date-fns.png",
|
|
@@ -1068,7 +1157,7 @@
|
|
|
1068
1157
|
},
|
|
1069
1158
|
{
|
|
1070
1159
|
"name": "datocms-nuxt2",
|
|
1071
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1072
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1073
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1074
1163
|
"icon": "datocms.svg",
|
|
@@ -1137,8 +1226,8 @@
|
|
|
1137
1226
|
},
|
|
1138
1227
|
{
|
|
1139
1228
|
"name": "delay-hydration",
|
|
1140
|
-
"description": "Improve your Nuxt
|
|
1141
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1142
1231
|
"npm": "nuxt-delay-hydration",
|
|
1143
1232
|
"icon": "lighthouse.svg",
|
|
1144
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1160,12 +1249,12 @@
|
|
|
1160
1249
|
},
|
|
1161
1250
|
{
|
|
1162
1251
|
"name": "device",
|
|
1163
|
-
"description": "Device detection module for Nuxt
|
|
1164
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1165
1254
|
"npm": "@nuxtjs/device",
|
|
1166
1255
|
"icon": "",
|
|
1167
|
-
"github": "https://github.com/nuxt-
|
|
1168
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1169
1258
|
"learn_more": "",
|
|
1170
1259
|
"category": "Extensions",
|
|
1171
1260
|
"type": "community",
|
|
@@ -1223,12 +1312,13 @@
|
|
|
1223
1312
|
],
|
|
1224
1313
|
"compatibility": {
|
|
1225
1314
|
"nuxt": "^3.0.0",
|
|
1226
|
-
"requires": {}
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1227
1317
|
}
|
|
1228
1318
|
},
|
|
1229
1319
|
{
|
|
1230
1320
|
"name": "disqus",
|
|
1231
|
-
"description": "Disqus for Nuxt
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1232
1322
|
"repo": "modbender/nuxt-disqus",
|
|
1233
1323
|
"npm": "nuxt-disqus",
|
|
1234
1324
|
"icon": "disqus.svg",
|
|
@@ -1250,7 +1340,7 @@
|
|
|
1250
1340
|
},
|
|
1251
1341
|
{
|
|
1252
1342
|
"name": "dotenv",
|
|
1253
|
-
"description": "A Nuxt
|
|
1343
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1254
1344
|
"repo": "nuxt-community/dotenv-module",
|
|
1255
1345
|
"npm": "@nuxtjs/dotenv",
|
|
1256
1346
|
"icon": "dotenv.png",
|
|
@@ -1272,7 +1362,7 @@
|
|
|
1272
1362
|
},
|
|
1273
1363
|
{
|
|
1274
1364
|
"name": "drupal-ce",
|
|
1275
|
-
"description": "Connects Nuxt
|
|
1365
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1276
1366
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1277
1367
|
"npm": "nuxtjs-drupal-ce",
|
|
1278
1368
|
"icon": "drupal-ce.png",
|
|
@@ -1305,7 +1395,7 @@
|
|
|
1305
1395
|
},
|
|
1306
1396
|
{
|
|
1307
1397
|
"name": "druxt",
|
|
1308
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1398
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1309
1399
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1310
1400
|
"npm": "druxt",
|
|
1311
1401
|
"icon": "druxt.svg",
|
|
@@ -1325,6 +1415,29 @@
|
|
|
1325
1415
|
"requires": {}
|
|
1326
1416
|
}
|
|
1327
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "edgedb",
|
|
1420
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1421
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1422
|
+
"npm": "nuxt-edgedb-module",
|
|
1423
|
+
"icon": "edgedb.svg",
|
|
1424
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1425
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1426
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1427
|
+
"category": "Database",
|
|
1428
|
+
"type": "3rd-party",
|
|
1429
|
+
"maintainers": [
|
|
1430
|
+
{
|
|
1431
|
+
"name": "Yaël Guilloux",
|
|
1432
|
+
"github": "Tahul",
|
|
1433
|
+
"twitter": "yaeeelglx"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"compatibility": {
|
|
1437
|
+
"nuxt": "^3.8.0",
|
|
1438
|
+
"requires": {}
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1328
1441
|
{
|
|
1329
1442
|
"name": "electron",
|
|
1330
1443
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1373,7 +1486,7 @@
|
|
|
1373
1486
|
},
|
|
1374
1487
|
{
|
|
1375
1488
|
"name": "emotion",
|
|
1376
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1489
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1377
1490
|
"repo": "nuxt-modules/emotion",
|
|
1378
1491
|
"npm": "@nuxtjs/emotion",
|
|
1379
1492
|
"icon": "emotion.png",
|
|
@@ -1401,7 +1514,7 @@
|
|
|
1401
1514
|
},
|
|
1402
1515
|
{
|
|
1403
1516
|
"name": "eslint",
|
|
1404
|
-
"description": "ESLint module for Nuxt
|
|
1517
|
+
"description": "ESLint module for Nuxt",
|
|
1405
1518
|
"repo": "nuxt-community/eslint-module",
|
|
1406
1519
|
"npm": "@nuxtjs/eslint-module",
|
|
1407
1520
|
"icon": "eslint.png",
|
|
@@ -1423,7 +1536,7 @@
|
|
|
1423
1536
|
},
|
|
1424
1537
|
{
|
|
1425
1538
|
"name": "event-trace",
|
|
1426
|
-
"description": "Module for event trace in Nuxt
|
|
1539
|
+
"description": "Module for event trace in Nuxt",
|
|
1427
1540
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1428
1541
|
"npm": "nuxt-event-trace",
|
|
1429
1542
|
"icon": "",
|
|
@@ -1467,7 +1580,7 @@
|
|
|
1467
1580
|
},
|
|
1468
1581
|
{
|
|
1469
1582
|
"name": "feature-toggle",
|
|
1470
|
-
"description": "Feature toggle module for Nuxt
|
|
1583
|
+
"description": "Feature toggle module for Nuxt",
|
|
1471
1584
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1472
1585
|
"npm": "nuxt-feature-toggle",
|
|
1473
1586
|
"icon": "",
|
|
@@ -1534,7 +1647,7 @@
|
|
|
1534
1647
|
},
|
|
1535
1648
|
{
|
|
1536
1649
|
"name": "floating-prompt-module",
|
|
1537
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1650
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1538
1651
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1539
1652
|
"npm": "nuxt-floating-prompt-module",
|
|
1540
1653
|
"icon": "",
|
|
@@ -1646,11 +1759,11 @@
|
|
|
1646
1759
|
{
|
|
1647
1760
|
"name": "form-actions",
|
|
1648
1761
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1649
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1762
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1650
1763
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1651
1764
|
"icon": "form-actions.svg",
|
|
1652
1765
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1653
|
-
"website": "https://
|
|
1766
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1654
1767
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1655
1768
|
"category": "Request",
|
|
1656
1769
|
"type": "3rd-party",
|
|
@@ -1662,7 +1775,7 @@
|
|
|
1662
1775
|
}
|
|
1663
1776
|
],
|
|
1664
1777
|
"compatibility": {
|
|
1665
|
-
"nuxt": "^3.
|
|
1778
|
+
"nuxt": "^3.7.0",
|
|
1666
1779
|
"requires": {}
|
|
1667
1780
|
}
|
|
1668
1781
|
},
|
|
@@ -1740,7 +1853,7 @@
|
|
|
1740
1853
|
},
|
|
1741
1854
|
{
|
|
1742
1855
|
"name": "google-adsense",
|
|
1743
|
-
"description": "Google Adsense Module for Nuxt
|
|
1856
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1744
1857
|
"repo": "nuxt-community/google-adsense-module",
|
|
1745
1858
|
"npm": "@nuxtjs/google-adsense",
|
|
1746
1859
|
"icon": "google-adsense.png",
|
|
@@ -1766,7 +1879,7 @@
|
|
|
1766
1879
|
},
|
|
1767
1880
|
{
|
|
1768
1881
|
"name": "google-analytics",
|
|
1769
|
-
"description": "Google analytics Module for Nuxt
|
|
1882
|
+
"description": "Google analytics Module for Nuxt",
|
|
1770
1883
|
"repo": "nuxt-community/analytics-module",
|
|
1771
1884
|
"npm": "@nuxtjs/google-analytics",
|
|
1772
1885
|
"icon": "google-analytics.png",
|
|
@@ -1798,12 +1911,12 @@
|
|
|
1798
1911
|
},
|
|
1799
1912
|
{
|
|
1800
1913
|
"name": "google-fonts",
|
|
1801
|
-
"description": "Google Fonts module for
|
|
1802
|
-
"repo": "nuxt-
|
|
1914
|
+
"description": "Google Fonts module for Nuxt",
|
|
1915
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1803
1916
|
"npm": "@nuxtjs/google-fonts",
|
|
1804
1917
|
"icon": "google-fonts.png",
|
|
1805
|
-
"github": "https://github.com/nuxt-
|
|
1806
|
-
"website": "https://
|
|
1918
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1919
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1807
1920
|
"learn_more": "https://developers.google.com/fonts",
|
|
1808
1921
|
"category": "Fonts",
|
|
1809
1922
|
"type": "community",
|
|
@@ -1822,7 +1935,7 @@
|
|
|
1822
1935
|
},
|
|
1823
1936
|
{
|
|
1824
1937
|
"name": "google-gtag",
|
|
1825
|
-
"description": "Google GTag for Nuxt
|
|
1938
|
+
"description": "Google GTag for Nuxt",
|
|
1826
1939
|
"repo": "nuxt-community/google-gtag",
|
|
1827
1940
|
"npm": "@nuxtjs/google-gtag",
|
|
1828
1941
|
"icon": "gtm.png",
|
|
@@ -1848,7 +1961,7 @@
|
|
|
1848
1961
|
},
|
|
1849
1962
|
{
|
|
1850
1963
|
"name": "google-optimize",
|
|
1851
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1964
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1852
1965
|
"repo": "nuxt-community/google-optimize-module",
|
|
1853
1966
|
"npm": "nuxt-google-optimize",
|
|
1854
1967
|
"icon": "google-optimize.png",
|
|
@@ -1903,7 +2016,7 @@
|
|
|
1903
2016
|
},
|
|
1904
2017
|
{
|
|
1905
2018
|
"name": "graphql-request",
|
|
1906
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2019
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1907
2020
|
"repo": "gomah/nuxt-graphql-request",
|
|
1908
2021
|
"npm": "nuxt-graphql-request",
|
|
1909
2022
|
"icon": "graphql-request.png",
|
|
@@ -1919,7 +2032,7 @@
|
|
|
1919
2032
|
}
|
|
1920
2033
|
],
|
|
1921
2034
|
"compatibility": {
|
|
1922
|
-
"nuxt": "^2.0.0",
|
|
2035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1923
2036
|
"requires": {}
|
|
1924
2037
|
}
|
|
1925
2038
|
},
|
|
@@ -1942,12 +2055,13 @@
|
|
|
1942
2055
|
],
|
|
1943
2056
|
"compatibility": {
|
|
1944
2057
|
"nuxt": "^3.0.0",
|
|
1945
|
-
"requires": {}
|
|
2058
|
+
"requires": {},
|
|
2059
|
+
"devtools": "^0.0.0"
|
|
1946
2060
|
}
|
|
1947
2061
|
},
|
|
1948
2062
|
{
|
|
1949
2063
|
"name": "gtag",
|
|
1950
|
-
"description": "Google Analytics integration for Nuxt
|
|
2064
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1951
2065
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1952
2066
|
"npm": "nuxt-gtag",
|
|
1953
2067
|
"icon": "gtag.svg",
|
|
@@ -1971,7 +2085,7 @@
|
|
|
1971
2085
|
},
|
|
1972
2086
|
{
|
|
1973
2087
|
"name": "gtm",
|
|
1974
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2088
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1975
2089
|
"repo": "nuxt-community/gtm-module",
|
|
1976
2090
|
"npm": "@nuxtjs/gtm",
|
|
1977
2091
|
"icon": "gtm.png",
|
|
@@ -1994,7 +2108,7 @@
|
|
|
1994
2108
|
},
|
|
1995
2109
|
{
|
|
1996
2110
|
"name": "guess",
|
|
1997
|
-
"description": "Guess.js module for Nuxt
|
|
2111
|
+
"description": "Guess.js module for Nuxt",
|
|
1998
2112
|
"repo": "nuxt-community/guess-module",
|
|
1999
2113
|
"npm": "@nuxtjs/guess-module",
|
|
2000
2114
|
"icon": "guessjs.png",
|
|
@@ -2106,7 +2220,7 @@
|
|
|
2106
2220
|
},
|
|
2107
2221
|
{
|
|
2108
2222
|
"name": "helmet",
|
|
2109
|
-
"description": "Easy Helmet module with Nuxt
|
|
2223
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2110
2224
|
"repo": "victor-perez/nuxt-helmet",
|
|
2111
2225
|
"npm": "nuxt-helmet",
|
|
2112
2226
|
"icon": "",
|
|
@@ -2150,7 +2264,7 @@
|
|
|
2150
2264
|
},
|
|
2151
2265
|
{
|
|
2152
2266
|
"name": "history-state",
|
|
2153
|
-
"description": "Nuxt
|
|
2267
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2154
2268
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2155
2269
|
"npm": "nuxt-history-state",
|
|
2156
2270
|
"icon": "",
|
|
@@ -2219,7 +2333,7 @@
|
|
|
2219
2333
|
},
|
|
2220
2334
|
{
|
|
2221
2335
|
"name": "http",
|
|
2222
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2336
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2223
2337
|
"repo": "nuxt/http",
|
|
2224
2338
|
"npm": "@nuxt/http",
|
|
2225
2339
|
"icon": "http.png",
|
|
@@ -2247,7 +2361,7 @@
|
|
|
2247
2361
|
},
|
|
2248
2362
|
{
|
|
2249
2363
|
"name": "humans-txt",
|
|
2250
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2364
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2251
2365
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2252
2366
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2253
2367
|
"icon": "",
|
|
@@ -2271,11 +2385,11 @@
|
|
|
2271
2385
|
{
|
|
2272
2386
|
"name": "i18n",
|
|
2273
2387
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2274
|
-
"repo": "nuxt-
|
|
2388
|
+
"repo": "nuxt-modules/i18n",
|
|
2275
2389
|
"npm": "@nuxtjs/i18n",
|
|
2276
2390
|
"icon": "i18n.png",
|
|
2277
|
-
"github": "https://github.com/nuxt-
|
|
2278
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2391
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2392
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2279
2393
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2280
2394
|
"category": "Extensions",
|
|
2281
2395
|
"type": "community",
|
|
@@ -2335,7 +2449,8 @@
|
|
|
2335
2449
|
],
|
|
2336
2450
|
"compatibility": {
|
|
2337
2451
|
"nuxt": "^3.0.0",
|
|
2338
|
-
"requires": {}
|
|
2452
|
+
"requires": {},
|
|
2453
|
+
"devtools": "^0.0.0"
|
|
2339
2454
|
}
|
|
2340
2455
|
},
|
|
2341
2456
|
{
|
|
@@ -2384,12 +2499,12 @@
|
|
|
2384
2499
|
},
|
|
2385
2500
|
{
|
|
2386
2501
|
"name": "image",
|
|
2387
|
-
"description": "Optimised images for
|
|
2502
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2388
2503
|
"repo": "nuxt/image",
|
|
2389
2504
|
"npm": "@nuxt/image",
|
|
2390
2505
|
"icon": "image.png",
|
|
2391
2506
|
"github": "https://github.com/nuxt/image",
|
|
2392
|
-
"website": "https://image.
|
|
2507
|
+
"website": "https://image.nuxt.com",
|
|
2393
2508
|
"learn_more": "",
|
|
2394
2509
|
"category": "Images",
|
|
2395
2510
|
"type": "official",
|
|
@@ -2399,6 +2514,11 @@
|
|
|
2399
2514
|
"github": "farnabaz",
|
|
2400
2515
|
"twitter": "a_birang"
|
|
2401
2516
|
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "Daniel Roe",
|
|
2519
|
+
"github": "danielroe",
|
|
2520
|
+
"twitter": "danielcroe"
|
|
2521
|
+
},
|
|
2402
2522
|
{
|
|
2403
2523
|
"name": "Pooya Parsa",
|
|
2404
2524
|
"github": "pi0",
|
|
@@ -2419,7 +2539,7 @@
|
|
|
2419
2539
|
},
|
|
2420
2540
|
{
|
|
2421
2541
|
"name": "imagemin",
|
|
2422
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2542
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2423
2543
|
"repo": "nuxt-community/imagemin-module",
|
|
2424
2544
|
"npm": "@nuxtjs/imagemin",
|
|
2425
2545
|
"icon": "imagemin.png",
|
|
@@ -2466,7 +2586,7 @@
|
|
|
2466
2586
|
},
|
|
2467
2587
|
{
|
|
2468
2588
|
"name": "intercom",
|
|
2469
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2589
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2470
2590
|
"repo": "hex-digital/nuxt-intercom",
|
|
2471
2591
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2472
2592
|
"icon": "intercom.png",
|
|
@@ -2511,7 +2631,7 @@
|
|
|
2511
2631
|
},
|
|
2512
2632
|
{
|
|
2513
2633
|
"name": "jsonapi",
|
|
2514
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2634
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2515
2635
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2516
2636
|
"npm": "nuxt-jsonapi",
|
|
2517
2637
|
"icon": "jsonapi.svg",
|
|
@@ -2553,9 +2673,36 @@
|
|
|
2553
2673
|
"requires": {}
|
|
2554
2674
|
}
|
|
2555
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "kinde",
|
|
2678
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2679
|
+
"repo": "nuxt-modules/kinde",
|
|
2680
|
+
"npm": "@nuxtjs/kinde",
|
|
2681
|
+
"icon": "kinde.svg",
|
|
2682
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2683
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2684
|
+
"learn_more": "https://kinde.com/",
|
|
2685
|
+
"category": "Security",
|
|
2686
|
+
"type": "community",
|
|
2687
|
+
"maintainers": [
|
|
2688
|
+
{
|
|
2689
|
+
"name": "danielroe",
|
|
2690
|
+
"github": "danielroe"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "daveordead",
|
|
2694
|
+
"github": "DaveOrDead",
|
|
2695
|
+
"twitter": "dave_or_dead"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"compatibility": {
|
|
2699
|
+
"nuxt": "^3.0.0",
|
|
2700
|
+
"requires": {}
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2556
2703
|
{
|
|
2557
2704
|
"name": "kql",
|
|
2558
|
-
"description": "Nuxt
|
|
2705
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2559
2706
|
"repo": "johannschopplich/nuxt-kql",
|
|
2560
2707
|
"npm": "nuxt-kql",
|
|
2561
2708
|
"icon": "kql.svg",
|
|
@@ -2579,7 +2726,7 @@
|
|
|
2579
2726
|
},
|
|
2580
2727
|
{
|
|
2581
2728
|
"name": "laravel-echo",
|
|
2582
|
-
"description": "Laravel Echo for Nuxt
|
|
2729
|
+
"description": "Laravel Echo for Nuxt",
|
|
2583
2730
|
"repo": "nuxt-community/laravel-echo",
|
|
2584
2731
|
"npm": "@nuxtjs/laravel-echo",
|
|
2585
2732
|
"icon": "laravel-echo.png",
|
|
@@ -2667,13 +2814,13 @@
|
|
|
2667
2814
|
},
|
|
2668
2815
|
{
|
|
2669
2816
|
"name": "link-checker",
|
|
2670
|
-
"description": "
|
|
2817
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2671
2818
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2672
2819
|
"npm": "nuxt-link-checker",
|
|
2673
|
-
"icon": "",
|
|
2820
|
+
"icon": "link-checker.svg",
|
|
2674
2821
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2675
|
-
"website": "https://
|
|
2676
|
-
"learn_more": "",
|
|
2822
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2823
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2677
2824
|
"category": "SEO",
|
|
2678
2825
|
"type": "3rd-party",
|
|
2679
2826
|
"maintainers": [
|
|
@@ -2686,7 +2833,8 @@
|
|
|
2686
2833
|
],
|
|
2687
2834
|
"compatibility": {
|
|
2688
2835
|
"nuxt": "^3.0.0",
|
|
2689
|
-
"requires": {}
|
|
2836
|
+
"requires": {},
|
|
2837
|
+
"devtools": "^0.0.0"
|
|
2690
2838
|
}
|
|
2691
2839
|
},
|
|
2692
2840
|
{
|
|
@@ -2763,12 +2911,12 @@
|
|
|
2763
2911
|
},
|
|
2764
2912
|
{
|
|
2765
2913
|
"name": "logrocket",
|
|
2766
|
-
"description": "LogRocket module for Nuxt
|
|
2767
|
-
"repo": "nuxt-
|
|
2914
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2915
|
+
"repo": "nuxt-modules/logrocket",
|
|
2768
2916
|
"npm": "nuxt-logrocket",
|
|
2769
2917
|
"icon": "logrocket.png",
|
|
2770
|
-
"github": "https://github.com/nuxt-
|
|
2771
|
-
"website": "https://github.com/nuxt-
|
|
2918
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2919
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2772
2920
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2773
2921
|
"category": "Monitoring",
|
|
2774
2922
|
"type": "community",
|
|
@@ -2786,7 +2934,7 @@
|
|
|
2786
2934
|
},
|
|
2787
2935
|
{
|
|
2788
2936
|
"name": "lucide-icons",
|
|
2789
|
-
"description": "Nuxt
|
|
2937
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2790
2938
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
2939
|
"npm": "nuxt-lucide-icons",
|
|
2792
2940
|
"icon": "lucide-icons.svg",
|
|
@@ -2812,7 +2960,7 @@
|
|
|
2812
2960
|
},
|
|
2813
2961
|
{
|
|
2814
2962
|
"name": "lunr",
|
|
2815
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2963
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2816
2964
|
"repo": "nuxt-community/lunr-module",
|
|
2817
2965
|
"npm": "@nuxtjs/lunr-module",
|
|
2818
2966
|
"icon": "",
|
|
@@ -2900,6 +3048,28 @@
|
|
|
2900
3048
|
"requires": {}
|
|
2901
3049
|
}
|
|
2902
3050
|
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "maz-ui",
|
|
3053
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3054
|
+
"repo": "louismazel/maz-ui",
|
|
3055
|
+
"npm": "maz-ui",
|
|
3056
|
+
"icon": "maz-ui.png",
|
|
3057
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3058
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3059
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3060
|
+
"category": "UI",
|
|
3061
|
+
"type": "community",
|
|
3062
|
+
"maintainers": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Loïc Mazuel",
|
|
3065
|
+
"github": "LouisMazel"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2903
3073
|
{
|
|
2904
3074
|
"name": "mdx",
|
|
2905
3075
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2925,7 +3095,7 @@
|
|
|
2925
3095
|
},
|
|
2926
3096
|
{
|
|
2927
3097
|
"name": "medusa",
|
|
2928
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3098
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2929
3099
|
"repo": "Baroshem/nuxt-medusa",
|
|
2930
3100
|
"npm": "nuxt-medusa",
|
|
2931
3101
|
"icon": "medusa.svg",
|
|
@@ -2950,7 +3120,7 @@
|
|
|
2950
3120
|
},
|
|
2951
3121
|
{
|
|
2952
3122
|
"name": "meilisearch",
|
|
2953
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3123
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2954
3124
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2955
3125
|
"npm": "nuxt-meilisearch",
|
|
2956
3126
|
"icon": "meilisearch.svg",
|
|
@@ -2970,7 +3140,8 @@
|
|
|
2970
3140
|
"nuxt": "^3.0.0",
|
|
2971
3141
|
"requires": {
|
|
2972
3142
|
"bridge": false
|
|
2973
|
-
}
|
|
3143
|
+
},
|
|
3144
|
+
"devtools": "^0.0.0"
|
|
2974
3145
|
}
|
|
2975
3146
|
},
|
|
2976
3147
|
{
|
|
@@ -3042,7 +3213,7 @@
|
|
|
3042
3213
|
},
|
|
3043
3214
|
{
|
|
3044
3215
|
"name": "moment",
|
|
3045
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3216
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3046
3217
|
"repo": "nuxt-community/moment-module",
|
|
3047
3218
|
"npm": "@nuxtjs/moment",
|
|
3048
3219
|
"icon": "momentjs.png",
|
|
@@ -3069,7 +3240,7 @@
|
|
|
3069
3240
|
},
|
|
3070
3241
|
{
|
|
3071
3242
|
"name": "mq",
|
|
3072
|
-
"description": "vue-mq module for Nuxt.
|
|
3243
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3073
3244
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3074
3245
|
"npm": "nuxt-mq",
|
|
3075
3246
|
"icon": "",
|
|
@@ -3113,7 +3284,7 @@
|
|
|
3113
3284
|
},
|
|
3114
3285
|
{
|
|
3115
3286
|
"name": "netlify-cache",
|
|
3116
|
-
"description": "Nuxt
|
|
3287
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3117
3288
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3118
3289
|
"npm": "nuxt-netlify-cache",
|
|
3119
3290
|
"icon": "netlify.png",
|
|
@@ -3158,7 +3329,7 @@
|
|
|
3158
3329
|
},
|
|
3159
3330
|
{
|
|
3160
3331
|
"name": "netlify",
|
|
3161
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3332
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3162
3333
|
"repo": "bazzite/nuxt-netlify",
|
|
3163
3334
|
"npm": "@aceforth/nuxt-netlify",
|
|
3164
3335
|
"icon": "netlify.png",
|
|
@@ -3273,24 +3444,47 @@
|
|
|
3273
3444
|
}
|
|
3274
3445
|
},
|
|
3275
3446
|
{
|
|
3276
|
-
"name": "nuxt-auth",
|
|
3277
|
-
"description": "",
|
|
3278
|
-
"repo": "
|
|
3279
|
-
"npm": "
|
|
3447
|
+
"name": "nuxt-auth-sanctum",
|
|
3448
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3449
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3450
|
+
"npm": "nuxt-auth-sanctum",
|
|
3451
|
+
"icon": "laravel.svg",
|
|
3452
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3453
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3454
|
+
"learn_more": "",
|
|
3455
|
+
"category": "Security",
|
|
3456
|
+
"type": "3rd-party",
|
|
3457
|
+
"maintainers": [
|
|
3458
|
+
{
|
|
3459
|
+
"name": "Artem Manchenkov",
|
|
3460
|
+
"github": "manchenkoff",
|
|
3461
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3462
|
+
}
|
|
3463
|
+
],
|
|
3464
|
+
"compatibility": {
|
|
3465
|
+
"nuxt": "^3.0.0",
|
|
3466
|
+
"requires": {}
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"name": "nuxt-basic-auth",
|
|
3471
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3472
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3473
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3280
3474
|
"icon": "",
|
|
3281
|
-
"github": "https://github.com/
|
|
3282
|
-
"website": "https://github.com/
|
|
3475
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3476
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3283
3477
|
"learn_more": "",
|
|
3284
|
-
"category": "
|
|
3478
|
+
"category": "Security",
|
|
3285
3479
|
"type": "3rd-party",
|
|
3286
3480
|
"maintainers": [
|
|
3287
3481
|
{
|
|
3288
|
-
"name": "
|
|
3289
|
-
"github": "
|
|
3482
|
+
"name": "kgierke",
|
|
3483
|
+
"github": "kgierke"
|
|
3290
3484
|
}
|
|
3291
3485
|
],
|
|
3292
3486
|
"compatibility": {
|
|
3293
|
-
"nuxt": "^
|
|
3487
|
+
"nuxt": "^3.0.0",
|
|
3294
3488
|
"requires": {}
|
|
3295
3489
|
}
|
|
3296
3490
|
},
|
|
@@ -3318,7 +3512,7 @@
|
|
|
3318
3512
|
},
|
|
3319
3513
|
{
|
|
3320
3514
|
"name": "nuxt-chatgpt",
|
|
3321
|
-
"description": "ChatGPT integration for Nuxt
|
|
3515
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3322
3516
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3323
3517
|
"npm": "nuxt-chatgpt",
|
|
3324
3518
|
"icon": "chatgpt.svg",
|
|
@@ -3338,6 +3532,32 @@
|
|
|
3338
3532
|
"requires": {}
|
|
3339
3533
|
}
|
|
3340
3534
|
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "nuxt-facebook-chat",
|
|
3537
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3538
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3539
|
+
"npm": "nuxt-facebook-chat",
|
|
3540
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3541
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3542
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3543
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3544
|
+
"category": "Libraries",
|
|
3545
|
+
"type": "3rd-party",
|
|
3546
|
+
"maintainers": [
|
|
3547
|
+
{
|
|
3548
|
+
"name": "Supanut Dokmaithong",
|
|
3549
|
+
"github": "Boomgeek"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "superdev-tech",
|
|
3553
|
+
"github": "superdev-tech"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"compatibility": {
|
|
3557
|
+
"nuxt": "^3.0.0",
|
|
3558
|
+
"requires": {}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3341
3561
|
{
|
|
3342
3562
|
"name": "nuxt-feedme",
|
|
3343
3563
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3413,7 +3633,7 @@
|
|
|
3413
3633
|
},
|
|
3414
3634
|
{
|
|
3415
3635
|
"name": "nuxt-gtm",
|
|
3416
|
-
"description": "A Nuxt
|
|
3636
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3417
3637
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3418
3638
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3419
3639
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3430,7 +3650,8 @@
|
|
|
3430
3650
|
],
|
|
3431
3651
|
"compatibility": {
|
|
3432
3652
|
"nuxt": "^3.0.0",
|
|
3433
|
-
"requires": {}
|
|
3653
|
+
"requires": {},
|
|
3654
|
+
"devtools": "^0.0.0"
|
|
3434
3655
|
}
|
|
3435
3656
|
},
|
|
3436
3657
|
{
|
|
@@ -3457,6 +3678,28 @@
|
|
|
3457
3678
|
}
|
|
3458
3679
|
}
|
|
3459
3680
|
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-jsonld",
|
|
3683
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3684
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3685
|
+
"npm": "nuxt-jsonld",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3688
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "SEO",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "ymmooot",
|
|
3695
|
+
"github": "ymmooot"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3460
3703
|
{
|
|
3461
3704
|
"name": "nuxt-localtunnel",
|
|
3462
3705
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3482,7 +3725,7 @@
|
|
|
3482
3725
|
},
|
|
3483
3726
|
{
|
|
3484
3727
|
"name": "nuxt-loco",
|
|
3485
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3728
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3486
3729
|
"repo": "gaetansenn/nuxt-loco",
|
|
3487
3730
|
"npm": "nuxt-loco",
|
|
3488
3731
|
"icon": "",
|
|
@@ -3503,6 +3746,28 @@
|
|
|
3503
3746
|
"requires": {}
|
|
3504
3747
|
}
|
|
3505
3748
|
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "nuxt-mail",
|
|
3751
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3752
|
+
"repo": "dword-design/nuxt-mail",
|
|
3753
|
+
"npm": "nuxt-mail",
|
|
3754
|
+
"icon": "",
|
|
3755
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3756
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3757
|
+
"learn_more": "",
|
|
3758
|
+
"category": "Extensions",
|
|
3759
|
+
"type": "3rd-party",
|
|
3760
|
+
"maintainers": [
|
|
3761
|
+
{
|
|
3762
|
+
"name": "Sebastian Landwehr",
|
|
3763
|
+
"github": "dword-design"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"compatibility": {
|
|
3767
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3768
|
+
"requires": {}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3506
3771
|
{
|
|
3507
3772
|
"name": "nuxt-mapbox",
|
|
3508
3773
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3525,6 +3790,28 @@
|
|
|
3525
3790
|
"requires": {}
|
|
3526
3791
|
}
|
|
3527
3792
|
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-mdi",
|
|
3795
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3796
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3797
|
+
"npm": "nuxt-mdi",
|
|
3798
|
+
"icon": "mdi.png",
|
|
3799
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3800
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3801
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3802
|
+
"category": "Libraries",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "Emil Rosenius",
|
|
3807
|
+
"github": "ERPedersen"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3528
3815
|
{
|
|
3529
3816
|
"name": "nuxt-monaco-editor",
|
|
3530
3817
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3549,7 +3836,7 @@
|
|
|
3549
3836
|
},
|
|
3550
3837
|
{
|
|
3551
3838
|
"name": "nuxt-mongoose",
|
|
3552
|
-
"description": "A Nuxt
|
|
3839
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3553
3840
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3554
3841
|
"npm": "nuxt-mongoose",
|
|
3555
3842
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3564,6 +3851,30 @@
|
|
|
3564
3851
|
"github": "arashsheyda"
|
|
3565
3852
|
}
|
|
3566
3853
|
],
|
|
3854
|
+
"compatibility": {
|
|
3855
|
+
"nuxt": "^3.0.0",
|
|
3856
|
+
"requires": {},
|
|
3857
|
+
"devtools": "^0.0.0"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-payload-analyzer",
|
|
3862
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3863
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3864
|
+
"npm": "nuxt-payload-analyzer",
|
|
3865
|
+
"icon": "",
|
|
3866
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3867
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3868
|
+
"learn_more": "",
|
|
3869
|
+
"category": "Performance",
|
|
3870
|
+
"type": "3rd-party",
|
|
3871
|
+
"maintainers": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "Barbapapazes",
|
|
3874
|
+
"github": "Barbapapazes",
|
|
3875
|
+
"twitter": "soubiran_"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3567
3878
|
"compatibility": {
|
|
3568
3879
|
"nuxt": "^3.0.0",
|
|
3569
3880
|
"requires": {}
|
|
@@ -3638,7 +3949,7 @@
|
|
|
3638
3949
|
},
|
|
3639
3950
|
{
|
|
3640
3951
|
"name": "plausible",
|
|
3641
|
-
"description": "Nuxt
|
|
3952
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3642
3953
|
"repo": "nuxt-modules/plausible",
|
|
3643
3954
|
"npm": "@nuxtjs/plausible",
|
|
3644
3955
|
"icon": "plausible.png",
|
|
@@ -3660,7 +3971,7 @@
|
|
|
3660
3971
|
},
|
|
3661
3972
|
{
|
|
3662
3973
|
"name": "nuxt-plotly",
|
|
3663
|
-
"description": "nuxt-plotly
|
|
3974
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3664
3975
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
3976
|
"npm": "nuxt-plotly",
|
|
3666
3977
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3686,7 +3997,7 @@
|
|
|
3686
3997
|
},
|
|
3687
3998
|
{
|
|
3688
3999
|
"name": "nuxt-png-to-ico",
|
|
3689
|
-
"description": "Nuxt
|
|
4000
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3690
4001
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3691
4002
|
"npm": "nuxt-png-to-ico",
|
|
3692
4003
|
"icon": "",
|
|
@@ -3709,7 +4020,7 @@
|
|
|
3709
4020
|
},
|
|
3710
4021
|
{
|
|
3711
4022
|
"name": "nuxt-smartlook",
|
|
3712
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4023
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3713
4024
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3714
4025
|
"npm": "nuxt-smartlook",
|
|
3715
4026
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3731,6 +4042,28 @@
|
|
|
3731
4042
|
"requires": {}
|
|
3732
4043
|
}
|
|
3733
4044
|
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "nuxt-social-share",
|
|
4047
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4048
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4049
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4050
|
+
"icon": "nuxt-social-share.png",
|
|
4051
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4052
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4053
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4054
|
+
"category": "Extensions",
|
|
4055
|
+
"type": "3rd-party",
|
|
4056
|
+
"maintainers": [
|
|
4057
|
+
{
|
|
4058
|
+
"name": "stefanobartoletti",
|
|
4059
|
+
"github": "stefanobartoletti"
|
|
4060
|
+
}
|
|
4061
|
+
],
|
|
4062
|
+
"compatibility": {
|
|
4063
|
+
"nuxt": "^3.0.0",
|
|
4064
|
+
"requires": {}
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
3734
4067
|
{
|
|
3735
4068
|
"name": "ssr-lit",
|
|
3736
4069
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3761,7 +4094,7 @@
|
|
|
3761
4094
|
},
|
|
3762
4095
|
{
|
|
3763
4096
|
"name": "nuxt-storm",
|
|
3764
|
-
"description": "WebStorm & PHPStorm support for
|
|
4097
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3765
4098
|
"repo": "fumeapp/nuxt-storm",
|
|
3766
4099
|
"npm": "nuxt-storm",
|
|
3767
4100
|
"icon": "nuxt-storm.png",
|
|
@@ -3805,7 +4138,7 @@
|
|
|
3805
4138
|
},
|
|
3806
4139
|
{
|
|
3807
4140
|
"name": "nuxt-unleash",
|
|
3808
|
-
"description": "Nuxt
|
|
4141
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3809
4142
|
"repo": "conejerock/nuxt-unleash",
|
|
3810
4143
|
"npm": "nuxt-unleash",
|
|
3811
4144
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3917,7 +4250,7 @@
|
|
|
3917
4250
|
},
|
|
3918
4251
|
{
|
|
3919
4252
|
"name": "nuxt-vuetify",
|
|
3920
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4253
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3921
4254
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3922
4255
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3923
4256
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3961,7 +4294,7 @@
|
|
|
3961
4294
|
},
|
|
3962
4295
|
{
|
|
3963
4296
|
"name": "nuxt7",
|
|
3964
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4297
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3965
4298
|
"repo": "nuxt-community/nuxt7",
|
|
3966
4299
|
"npm": "nuxt7",
|
|
3967
4300
|
"icon": "",
|
|
@@ -3982,38 +4315,15 @@
|
|
|
3982
4315
|
"requires": {}
|
|
3983
4316
|
}
|
|
3984
4317
|
},
|
|
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
4318
|
{
|
|
4009
4319
|
"name": "og-image",
|
|
4010
|
-
"description": "
|
|
4320
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4011
4321
|
"repo": "harlan-zw/nuxt-og-image",
|
|
4012
4322
|
"npm": "nuxt-og-image",
|
|
4013
|
-
"icon": "",
|
|
4323
|
+
"icon": "og-image.svg",
|
|
4014
4324
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
4015
|
-
"website": "https://
|
|
4016
|
-
"learn_more": "",
|
|
4325
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4326
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4017
4327
|
"category": "SEO",
|
|
4018
4328
|
"type": "3rd-party",
|
|
4019
4329
|
"maintainers": [
|
|
@@ -4026,7 +4336,8 @@
|
|
|
4026
4336
|
],
|
|
4027
4337
|
"compatibility": {
|
|
4028
4338
|
"nuxt": "^3.0.0",
|
|
4029
|
-
"requires": {}
|
|
4339
|
+
"requires": {},
|
|
4340
|
+
"devtools": "^0.0.0"
|
|
4030
4341
|
}
|
|
4031
4342
|
},
|
|
4032
4343
|
{
|
|
@@ -4054,7 +4365,7 @@
|
|
|
4054
4365
|
},
|
|
4055
4366
|
{
|
|
4056
4367
|
"name": "optimized-images",
|
|
4057
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4368
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4058
4369
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4059
4370
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4060
4371
|
"icon": "",
|
|
@@ -4099,7 +4410,7 @@
|
|
|
4099
4410
|
},
|
|
4100
4411
|
{
|
|
4101
4412
|
"name": "parse",
|
|
4102
|
-
"description": "Parse package for Nuxt
|
|
4413
|
+
"description": "Parse package for Nuxt",
|
|
4103
4414
|
"repo": "cierrateam/nuxt-parse",
|
|
4104
4415
|
"npm": "nuxt-parse",
|
|
4105
4416
|
"icon": "",
|
|
@@ -4119,6 +4430,29 @@
|
|
|
4119
4430
|
"requires": {}
|
|
4120
4431
|
}
|
|
4121
4432
|
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "particles",
|
|
4435
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4436
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4437
|
+
"npm": "nuxt-particles",
|
|
4438
|
+
"icon": "",
|
|
4439
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4440
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4441
|
+
"learn_more": "https://particles.js.org/",
|
|
4442
|
+
"category": "Libraries",
|
|
4443
|
+
"type": "3rd-party",
|
|
4444
|
+
"maintainers": [
|
|
4445
|
+
{
|
|
4446
|
+
"name": "Joey Pereira",
|
|
4447
|
+
"github": "Joepocalyptic",
|
|
4448
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4449
|
+
}
|
|
4450
|
+
],
|
|
4451
|
+
"compatibility": {
|
|
4452
|
+
"nuxt": "^3.0.0",
|
|
4453
|
+
"requires": {}
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4122
4456
|
{
|
|
4123
4457
|
"name": "partytown",
|
|
4124
4458
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4265,7 +4599,7 @@
|
|
|
4265
4599
|
},
|
|
4266
4600
|
{
|
|
4267
4601
|
"name": "plausible",
|
|
4268
|
-
"description": "Nuxt
|
|
4602
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4269
4603
|
"repo": "nuxt-modules/plausible",
|
|
4270
4604
|
"npm": "@nuxtjs/plausible",
|
|
4271
4605
|
"icon": "",
|
|
@@ -4307,9 +4641,56 @@
|
|
|
4307
4641
|
"requires": {}
|
|
4308
4642
|
}
|
|
4309
4643
|
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "prepare",
|
|
4646
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4647
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4648
|
+
"npm": "nuxt-prepare",
|
|
4649
|
+
"icon": "prepare.svg",
|
|
4650
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4651
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4652
|
+
"learn_more": "",
|
|
4653
|
+
"category": "Devtools",
|
|
4654
|
+
"type": "3rd-party",
|
|
4655
|
+
"maintainers": [
|
|
4656
|
+
{
|
|
4657
|
+
"name": "Johann Schopplich",
|
|
4658
|
+
"github": "johannschopplich",
|
|
4659
|
+
"twitter": "jschopplich",
|
|
4660
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4661
|
+
}
|
|
4662
|
+
],
|
|
4663
|
+
"compatibility": {
|
|
4664
|
+
"nuxt": "^3.0.0",
|
|
4665
|
+
"requires": {}
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"name": "primevue",
|
|
4670
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4671
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4672
|
+
"npm": "nuxt-primevue",
|
|
4673
|
+
"icon": "primevue.svg",
|
|
4674
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4675
|
+
"website": "https://primevue.org/",
|
|
4676
|
+
"learn_more": "https://primevue.org/",
|
|
4677
|
+
"category": "UI",
|
|
4678
|
+
"type": "3rd-party",
|
|
4679
|
+
"maintainers": [
|
|
4680
|
+
{
|
|
4681
|
+
"name": "primefaces",
|
|
4682
|
+
"github": "primefaces",
|
|
4683
|
+
"twitter": "primevue"
|
|
4684
|
+
}
|
|
4685
|
+
],
|
|
4686
|
+
"compatibility": {
|
|
4687
|
+
"nuxt": "^3.0.0",
|
|
4688
|
+
"requires": {}
|
|
4689
|
+
}
|
|
4690
|
+
},
|
|
4310
4691
|
{
|
|
4311
4692
|
"name": "prismic",
|
|
4312
|
-
"description": "Easily connect your Nuxt
|
|
4693
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4313
4694
|
"repo": "nuxt-modules/prismic",
|
|
4314
4695
|
"npm": "@nuxtjs/prismic",
|
|
4315
4696
|
"icon": "prismic.png",
|
|
@@ -4376,7 +4757,7 @@
|
|
|
4376
4757
|
},
|
|
4377
4758
|
{
|
|
4378
4759
|
"name": "proxy",
|
|
4379
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4760
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4380
4761
|
"repo": "nuxt-community/proxy-module",
|
|
4381
4762
|
"npm": "@nuxtjs/proxy",
|
|
4382
4763
|
"icon": "",
|
|
@@ -4422,7 +4803,7 @@
|
|
|
4422
4803
|
},
|
|
4423
4804
|
{
|
|
4424
4805
|
"name": "purgecss",
|
|
4425
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4806
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4426
4807
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4427
4808
|
"npm": "nuxt-purgecss",
|
|
4428
4809
|
"icon": "purgecss.png",
|
|
@@ -4444,7 +4825,7 @@
|
|
|
4444
4825
|
},
|
|
4445
4826
|
{
|
|
4446
4827
|
"name": "pwa",
|
|
4447
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4828
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4448
4829
|
"repo": "nuxt-community/pwa-module",
|
|
4449
4830
|
"npm": "@nuxtjs/pwa",
|
|
4450
4831
|
"icon": "pwa.png",
|
|
@@ -4469,7 +4850,7 @@
|
|
|
4469
4850
|
},
|
|
4470
4851
|
{
|
|
4471
4852
|
"name": "python",
|
|
4472
|
-
"description": "Write Nuxt
|
|
4853
|
+
"description": "Write Nuxt applications using Python",
|
|
4473
4854
|
"repo": "nuxt-community/python-module",
|
|
4474
4855
|
"npm": "@nuxtjs/python",
|
|
4475
4856
|
"icon": "python.png",
|
|
@@ -4508,7 +4889,8 @@
|
|
|
4508
4889
|
],
|
|
4509
4890
|
"compatibility": {
|
|
4510
4891
|
"nuxt": "^3.0.0",
|
|
4511
|
-
"requires": {}
|
|
4892
|
+
"requires": {},
|
|
4893
|
+
"devtools": "^0.0.0"
|
|
4512
4894
|
}
|
|
4513
4895
|
},
|
|
4514
4896
|
{
|
|
@@ -4533,9 +4915,44 @@
|
|
|
4533
4915
|
"requires": {}
|
|
4534
4916
|
}
|
|
4535
4917
|
},
|
|
4918
|
+
{
|
|
4919
|
+
"name": "radix-vue",
|
|
4920
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4921
|
+
"repo": "radix-vue/radix-vue",
|
|
4922
|
+
"npm": "radix-vue",
|
|
4923
|
+
"icon": "radix-vue.svg",
|
|
4924
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4925
|
+
"website": "https://www.radix-vue.com/",
|
|
4926
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4927
|
+
"category": "UI",
|
|
4928
|
+
"type": "3rd-party",
|
|
4929
|
+
"maintainers": [
|
|
4930
|
+
{
|
|
4931
|
+
"name": "Zernonia",
|
|
4932
|
+
"github": "zernonia",
|
|
4933
|
+
"twitter": "zernonia"
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
"name": "Khairul Haaziq",
|
|
4937
|
+
"github": "khairulhaaziq"
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"name": "Mujahid Anuar",
|
|
4941
|
+
"github": "mujahidfa"
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"name": "Max",
|
|
4945
|
+
"github": "onmax"
|
|
4946
|
+
}
|
|
4947
|
+
],
|
|
4948
|
+
"compatibility": {
|
|
4949
|
+
"nuxt": "^3.0.0",
|
|
4950
|
+
"requires": {}
|
|
4951
|
+
}
|
|
4952
|
+
},
|
|
4536
4953
|
{
|
|
4537
4954
|
"name": "recaptcha",
|
|
4538
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4955
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4539
4956
|
"repo": "nuxt-community/recaptcha-module",
|
|
4540
4957
|
"npm": "@nuxtjs/recaptcha",
|
|
4541
4958
|
"icon": "recaptcha.png",
|
|
@@ -4580,7 +4997,7 @@
|
|
|
4580
4997
|
},
|
|
4581
4998
|
{
|
|
4582
4999
|
"name": "rfg-icon",
|
|
4583
|
-
"description": "Nuxt
|
|
5000
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4584
5001
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4585
5002
|
"npm": "nuxt-rfg-icon",
|
|
4586
5003
|
"icon": "real-favicon-generator.png",
|
|
@@ -4602,12 +5019,12 @@
|
|
|
4602
5019
|
},
|
|
4603
5020
|
{
|
|
4604
5021
|
"name": "robots",
|
|
4605
|
-
"description": "A Nuxt
|
|
4606
|
-
"repo": "nuxt-
|
|
5022
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5023
|
+
"repo": "nuxt-modules/robots",
|
|
4607
5024
|
"npm": "@nuxtjs/robots",
|
|
4608
5025
|
"icon": "robots.png",
|
|
4609
|
-
"github": "https://github.com/nuxt-
|
|
4610
|
-
"website": "https://github.com/nuxt-
|
|
5026
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5027
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4611
5028
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4612
5029
|
"category": "SEO",
|
|
4613
5030
|
"type": "community",
|
|
@@ -4626,7 +5043,7 @@
|
|
|
4626
5043
|
},
|
|
4627
5044
|
{
|
|
4628
5045
|
"name": "rollbar",
|
|
4629
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
5046
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4630
5047
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4631
5048
|
"npm": "nuxt-rollbar-module",
|
|
4632
5049
|
"icon": "rollbar.png",
|
|
@@ -4671,7 +5088,7 @@
|
|
|
4671
5088
|
},
|
|
4672
5089
|
{
|
|
4673
5090
|
"name": "router",
|
|
4674
|
-
"description": "Nuxt
|
|
5091
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4675
5092
|
"repo": "nuxt-community/router-module",
|
|
4676
5093
|
"npm": "@nuxtjs/router",
|
|
4677
5094
|
"icon": "vue.png",
|
|
@@ -4719,13 +5136,13 @@
|
|
|
4719
5136
|
},
|
|
4720
5137
|
{
|
|
4721
5138
|
"name": "schema-org",
|
|
4722
|
-
"description": "Schema.org for Nuxt
|
|
4723
|
-
"repo": "
|
|
5139
|
+
"description": "Schema.org for Nuxt.",
|
|
5140
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4724
5141
|
"npm": "nuxt-schema-org",
|
|
4725
5142
|
"icon": "schema-org.svg",
|
|
4726
|
-
"github": "https://github.com/
|
|
4727
|
-
"website": "https://
|
|
4728
|
-
"learn_more": "https://
|
|
5143
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5144
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5145
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4729
5146
|
"category": "SEO",
|
|
4730
5147
|
"type": "3rd-party",
|
|
4731
5148
|
"maintainers": [
|
|
@@ -4788,7 +5205,7 @@
|
|
|
4788
5205
|
},
|
|
4789
5206
|
{
|
|
4790
5207
|
"name": "segment",
|
|
4791
|
-
"description": "Nuxt
|
|
5208
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4792
5209
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4793
5210
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4794
5211
|
"icon": "segment.png",
|
|
@@ -4810,7 +5227,7 @@
|
|
|
4810
5227
|
},
|
|
4811
5228
|
{
|
|
4812
5229
|
"name": "sentry",
|
|
4813
|
-
"description": "Sentry module for Nuxt
|
|
5230
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4814
5231
|
"repo": "nuxt-community/sentry-module",
|
|
4815
5232
|
"npm": "@nuxtjs/sentry",
|
|
4816
5233
|
"icon": "sentry.svg",
|
|
@@ -4830,14 +5247,38 @@
|
|
|
4830
5247
|
"requires": {}
|
|
4831
5248
|
}
|
|
4832
5249
|
},
|
|
5250
|
+
{
|
|
5251
|
+
"name": "seo-experiments",
|
|
5252
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5253
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5254
|
+
"npm": "nuxt-seo-experiments",
|
|
5255
|
+
"icon": "seo-experiments.svg",
|
|
5256
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5257
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5258
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5259
|
+
"category": "SEO",
|
|
5260
|
+
"type": "3rd-party",
|
|
5261
|
+
"maintainers": [
|
|
5262
|
+
{
|
|
5263
|
+
"name": "Harlan Wilton",
|
|
5264
|
+
"github": "harlan-zw",
|
|
5265
|
+
"twitter": "harlan_zw",
|
|
5266
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5267
|
+
}
|
|
5268
|
+
],
|
|
5269
|
+
"compatibility": {
|
|
5270
|
+
"nuxt": "^3.0.0",
|
|
5271
|
+
"requires": {}
|
|
5272
|
+
}
|
|
5273
|
+
},
|
|
4833
5274
|
{
|
|
4834
5275
|
"name": "seo-kit",
|
|
4835
|
-
"description": "
|
|
5276
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4836
5277
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4837
5278
|
"npm": "nuxt-seo-kit",
|
|
4838
5279
|
"icon": "seo-kit.svg",
|
|
4839
5280
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4840
|
-
"website": "https://
|
|
5281
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4841
5282
|
"learn_more": "",
|
|
4842
5283
|
"category": "SEO",
|
|
4843
5284
|
"type": "3rd-party",
|
|
@@ -4877,7 +5318,7 @@
|
|
|
4877
5318
|
},
|
|
4878
5319
|
{
|
|
4879
5320
|
"name": "seomatic-meta",
|
|
4880
|
-
"description": "A Nuxt
|
|
5321
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4881
5322
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4882
5323
|
"npm": "nuxt-seomatic-meta",
|
|
4883
5324
|
"icon": "seomatic.png",
|
|
@@ -4968,7 +5409,7 @@
|
|
|
4968
5409
|
},
|
|
4969
5410
|
{
|
|
4970
5411
|
"name": "shopify",
|
|
4971
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5412
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4972
5413
|
"repo": "Gomah/nuxt-shopify",
|
|
4973
5414
|
"npm": "nuxt-shopify",
|
|
4974
5415
|
"icon": "shopify.png",
|
|
@@ -4989,7 +5430,7 @@
|
|
|
4989
5430
|
}
|
|
4990
5431
|
},
|
|
4991
5432
|
{
|
|
4992
|
-
"name": "
|
|
5433
|
+
"name": "sidebase-auth",
|
|
4993
5434
|
"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
5435
|
"repo": "sidebase/nuxt-auth",
|
|
4995
5436
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5035,13 +5476,13 @@
|
|
|
5035
5476
|
},
|
|
5036
5477
|
{
|
|
5037
5478
|
"name": "simple-robots",
|
|
5038
|
-
"description": "
|
|
5479
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5039
5480
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5040
5481
|
"npm": "nuxt-simple-robots",
|
|
5041
|
-
"icon": "",
|
|
5482
|
+
"icon": "simple-robots.svg",
|
|
5042
5483
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5043
|
-
"website": "https://
|
|
5044
|
-
"learn_more": "",
|
|
5484
|
+
"website": "https://nuxtseo.com/robots",
|
|
5485
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5045
5486
|
"category": "SEO",
|
|
5046
5487
|
"type": "3rd-party",
|
|
5047
5488
|
"maintainers": [
|
|
@@ -5059,13 +5500,13 @@
|
|
|
5059
5500
|
},
|
|
5060
5501
|
{
|
|
5061
5502
|
"name": "simple-sitemap",
|
|
5062
|
-
"description": "
|
|
5503
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5063
5504
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5064
5505
|
"npm": "nuxt-simple-sitemap",
|
|
5065
|
-
"icon": "",
|
|
5506
|
+
"icon": "simple-sitemap.svg",
|
|
5066
5507
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5067
|
-
"website": "https://
|
|
5068
|
-
"learn_more": "",
|
|
5508
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5509
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5069
5510
|
"category": "SEO",
|
|
5070
5511
|
"type": "3rd-party",
|
|
5071
5512
|
"maintainers": [
|
|
@@ -5083,7 +5524,7 @@
|
|
|
5083
5524
|
},
|
|
5084
5525
|
{
|
|
5085
5526
|
"name": "sitemap",
|
|
5086
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5527
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5087
5528
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5088
5529
|
"npm": "@nuxtjs/sitemap",
|
|
5089
5530
|
"icon": "",
|
|
@@ -5128,7 +5569,7 @@
|
|
|
5128
5569
|
},
|
|
5129
5570
|
{
|
|
5130
5571
|
"name": "snipcart",
|
|
5131
|
-
"description": "Snipcart integration module for Nuxt
|
|
5572
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5132
5573
|
"repo": "nuxt-modules/snipcart",
|
|
5133
5574
|
"npm": "@nuxtjs/snipcart",
|
|
5134
5575
|
"icon": "snipcart.png",
|
|
@@ -5151,7 +5592,7 @@
|
|
|
5151
5592
|
},
|
|
5152
5593
|
{
|
|
5153
5594
|
"name": "social-meta",
|
|
5154
|
-
"description": "Nuxt
|
|
5595
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5155
5596
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5156
5597
|
"npm": "nuxt-social-meta",
|
|
5157
5598
|
"icon": "",
|
|
@@ -5273,7 +5714,7 @@
|
|
|
5273
5714
|
},
|
|
5274
5715
|
{
|
|
5275
5716
|
"name": "storage",
|
|
5276
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5717
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5277
5718
|
"repo": "mazipan/nuxt-storage",
|
|
5278
5719
|
"npm": "nuxt-storage",
|
|
5279
5720
|
"icon": "",
|
|
@@ -5295,7 +5736,7 @@
|
|
|
5295
5736
|
},
|
|
5296
5737
|
{
|
|
5297
5738
|
"name": "storefront-ui",
|
|
5298
|
-
"description": "Storefront UI Module for Nuxt
|
|
5739
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5299
5740
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5300
5741
|
"npm": "@storefront-ui/nuxt",
|
|
5301
5742
|
"icon": "storefront-ui.svg",
|
|
@@ -5339,7 +5780,7 @@
|
|
|
5339
5780
|
},
|
|
5340
5781
|
{
|
|
5341
5782
|
"name": "storyblok",
|
|
5342
|
-
"description": "Storyblok Nuxt
|
|
5783
|
+
"description": "Storyblok Nuxt module",
|
|
5343
5784
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5344
5785
|
"npm": "@storyblok/nuxt",
|
|
5345
5786
|
"icon": "storyblok.png",
|
|
@@ -5356,46 +5797,43 @@
|
|
|
5356
5797
|
],
|
|
5357
5798
|
"compatibility": {
|
|
5358
5799
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
|
-
"requires": {}
|
|
5800
|
+
"requires": {},
|
|
5801
|
+
"devtools": "^0.0.0"
|
|
5360
5802
|
}
|
|
5361
5803
|
},
|
|
5362
5804
|
{
|
|
5363
5805
|
"name": "storybook",
|
|
5364
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5365
|
-
"repo": "nuxt-
|
|
5806
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5807
|
+
"repo": "nuxt-modules/storybook",
|
|
5366
5808
|
"npm": "@nuxtjs/storybook",
|
|
5367
5809
|
"icon": "storybook.png",
|
|
5368
|
-
"github": "https://github.com/nuxt-
|
|
5810
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5369
5811
|
"website": "https://storybook.nuxtjs.org",
|
|
5370
|
-
"learn_more": "https://
|
|
5812
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5371
5813
|
"category": "Devtools",
|
|
5372
5814
|
"type": "community",
|
|
5373
5815
|
"maintainers": [
|
|
5374
5816
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"github": "
|
|
5377
|
-
"twitter": "
|
|
5378
|
-
},
|
|
5379
|
-
{
|
|
5380
|
-
"name": "Pooya Parsa",
|
|
5381
|
-
"github": "pi0",
|
|
5382
|
-
"twitter": "_pi0_"
|
|
5817
|
+
"name": "Chakir QATAB",
|
|
5818
|
+
"github": "chakAs3",
|
|
5819
|
+
"twitter": "ChakirQatab"
|
|
5383
5820
|
}
|
|
5384
5821
|
],
|
|
5385
5822
|
"compatibility": {
|
|
5386
|
-
"nuxt": "^2.0.0",
|
|
5823
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5387
5824
|
"requires": {
|
|
5388
5825
|
"bridge": "optional"
|
|
5389
|
-
}
|
|
5826
|
+
},
|
|
5827
|
+
"devtools": "^0.7.2"
|
|
5390
5828
|
}
|
|
5391
5829
|
},
|
|
5392
5830
|
{
|
|
5393
5831
|
"name": "strapi",
|
|
5394
5832
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5395
|
-
"repo": "nuxt-
|
|
5833
|
+
"repo": "nuxt-modules/strapi",
|
|
5396
5834
|
"npm": "@nuxtjs/strapi",
|
|
5397
5835
|
"icon": "strapi.png",
|
|
5398
|
-
"github": "https://github.com/nuxt-
|
|
5836
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5399
5837
|
"website": "https://strapi.nuxtjs.org",
|
|
5400
5838
|
"learn_more": "https://strapi.io/",
|
|
5401
5839
|
"category": "CMS",
|
|
@@ -5416,7 +5854,8 @@
|
|
|
5416
5854
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5417
5855
|
"requires": {
|
|
5418
5856
|
"bridge": true
|
|
5419
|
-
}
|
|
5857
|
+
},
|
|
5858
|
+
"devtools": "^0.0.0"
|
|
5420
5859
|
}
|
|
5421
5860
|
},
|
|
5422
5861
|
{
|
|
@@ -5467,6 +5906,36 @@
|
|
|
5467
5906
|
"requires": {}
|
|
5468
5907
|
}
|
|
5469
5908
|
},
|
|
5909
|
+
{
|
|
5910
|
+
"name": "studio",
|
|
5911
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5912
|
+
"repo": "nuxtlabs/studio-module",
|
|
5913
|
+
"npm": "@nuxthq/studio",
|
|
5914
|
+
"icon": "studio.svg",
|
|
5915
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5916
|
+
"website": "https://nuxt.studio",
|
|
5917
|
+
"learn_more": "https://nuxt.studio",
|
|
5918
|
+
"category": "CMS",
|
|
5919
|
+
"type": "3rd-party",
|
|
5920
|
+
"maintainers": [
|
|
5921
|
+
{
|
|
5922
|
+
"name": "Ahad Birang",
|
|
5923
|
+
"github": "farnabaz",
|
|
5924
|
+
"twitter": "a_birang"
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"name": "Sébastien Chopin",
|
|
5928
|
+
"github": "Atinux",
|
|
5929
|
+
"twitter": "Atinux"
|
|
5930
|
+
}
|
|
5931
|
+
],
|
|
5932
|
+
"compatibility": {
|
|
5933
|
+
"nuxt": "^3.0.0",
|
|
5934
|
+
"requires": {
|
|
5935
|
+
"content": true
|
|
5936
|
+
}
|
|
5937
|
+
}
|
|
5938
|
+
},
|
|
5470
5939
|
{
|
|
5471
5940
|
"name": "style-resources",
|
|
5472
5941
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5492,7 +5961,7 @@
|
|
|
5492
5961
|
},
|
|
5493
5962
|
{
|
|
5494
5963
|
"name": "stylelint",
|
|
5495
|
-
"description": "Stylelint module for Nuxt.
|
|
5964
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5496
5965
|
"repo": "nuxt-community/stylelint-module",
|
|
5497
5966
|
"npm": "@nuxtjs/stylelint-module",
|
|
5498
5967
|
"icon": "stylelint.png",
|
|
@@ -5538,10 +6007,10 @@
|
|
|
5538
6007
|
{
|
|
5539
6008
|
"name": "supabase",
|
|
5540
6009
|
"description": "First class integration with Supabase",
|
|
5541
|
-
"repo": "nuxt-
|
|
6010
|
+
"repo": "nuxt-modules/supabase",
|
|
5542
6011
|
"npm": "@nuxtjs/supabase",
|
|
5543
6012
|
"icon": "supabase.png",
|
|
5544
|
-
"github": "https://github.com/nuxt-
|
|
6013
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5545
6014
|
"website": "https://supabase.nuxtjs.org",
|
|
5546
6015
|
"learn_more": "https://supabase.com",
|
|
5547
6016
|
"category": "Database",
|
|
@@ -5592,12 +6061,12 @@
|
|
|
5592
6061
|
},
|
|
5593
6062
|
{
|
|
5594
6063
|
"name": "svg-sprite",
|
|
5595
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5596
|
-
"repo": "nuxt-
|
|
6064
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6065
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5597
6066
|
"npm": "@nuxtjs/svg-sprite",
|
|
5598
6067
|
"icon": "",
|
|
5599
|
-
"github": "https://github.com/nuxt-
|
|
5600
|
-
"website": "https://github.com/nuxt-
|
|
6068
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6069
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5601
6070
|
"learn_more": "",
|
|
5602
6071
|
"category": "UI",
|
|
5603
6072
|
"type": "community",
|
|
@@ -5609,13 +6078,13 @@
|
|
|
5609
6078
|
}
|
|
5610
6079
|
],
|
|
5611
6080
|
"compatibility": {
|
|
5612
|
-
"nuxt": "^2.0.0",
|
|
6081
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5613
6082
|
"requires": {}
|
|
5614
6083
|
}
|
|
5615
6084
|
},
|
|
5616
6085
|
{
|
|
5617
6086
|
"name": "svg",
|
|
5618
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6087
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5619
6088
|
"repo": "nuxt-community/svg-module",
|
|
5620
6089
|
"npm": "@nuxtjs/svg",
|
|
5621
6090
|
"icon": "",
|
|
@@ -5659,7 +6128,7 @@
|
|
|
5659
6128
|
},
|
|
5660
6129
|
{
|
|
5661
6130
|
"name": "swiper",
|
|
5662
|
-
"description": "Nuxt
|
|
6131
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5663
6132
|
"repo": "cpreston321/nuxt-swiper",
|
|
5664
6133
|
"npm": "nuxt-swiper",
|
|
5665
6134
|
"icon": "swiper.svg",
|
|
@@ -5705,10 +6174,10 @@
|
|
|
5705
6174
|
{
|
|
5706
6175
|
"name": "tailwindcss",
|
|
5707
6176
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5708
|
-
"repo": "nuxt-
|
|
6177
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5709
6178
|
"npm": "@nuxtjs/tailwindcss",
|
|
5710
6179
|
"icon": "tailwindcss.png",
|
|
5711
|
-
"github": "https://github.com/nuxt-
|
|
6180
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5712
6181
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5713
6182
|
"learn_more": "https://tailwindcss.com/",
|
|
5714
6183
|
"category": "UI",
|
|
@@ -5718,11 +6187,16 @@
|
|
|
5718
6187
|
"name": "Sébastien Chopin",
|
|
5719
6188
|
"github": "Atinux",
|
|
5720
6189
|
"twitter": "Atinux"
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"name": "Inesh Bose",
|
|
6193
|
+
"github": "ineshbose"
|
|
5721
6194
|
}
|
|
5722
6195
|
],
|
|
5723
6196
|
"compatibility": {
|
|
5724
6197
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5725
|
-
"requires": {}
|
|
6198
|
+
"requires": {},
|
|
6199
|
+
"devtools": "^0.0.0"
|
|
5726
6200
|
}
|
|
5727
6201
|
},
|
|
5728
6202
|
{
|
|
@@ -5772,7 +6246,7 @@
|
|
|
5772
6246
|
},
|
|
5773
6247
|
{
|
|
5774
6248
|
"name": "toast",
|
|
5775
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6249
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5776
6250
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5777
6251
|
"npm": "@nuxtjs/toast",
|
|
5778
6252
|
"icon": "",
|
|
@@ -5853,7 +6327,7 @@
|
|
|
5853
6327
|
},
|
|
5854
6328
|
{
|
|
5855
6329
|
"name": "twa",
|
|
5856
|
-
"description": "Nuxt
|
|
6330
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5857
6331
|
"repo": "tuarrep/nuxt-twa",
|
|
5858
6332
|
"npm": "nuxt-twa",
|
|
5859
6333
|
"icon": "",
|
|
@@ -6041,6 +6515,39 @@
|
|
|
6041
6515
|
"requires": {}
|
|
6042
6516
|
}
|
|
6043
6517
|
},
|
|
6518
|
+
{
|
|
6519
|
+
"name": "ui",
|
|
6520
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6521
|
+
"repo": "nuxt/ui#dev",
|
|
6522
|
+
"npm": "@nuxt/ui",
|
|
6523
|
+
"icon": "nuxt.svg",
|
|
6524
|
+
"github": "https://github.com/nuxt/ui",
|
|
6525
|
+
"website": "https://ui.nuxt.com",
|
|
6526
|
+
"learn_more": "",
|
|
6527
|
+
"category": "UI",
|
|
6528
|
+
"type": "official",
|
|
6529
|
+
"maintainers": [
|
|
6530
|
+
{
|
|
6531
|
+
"name": "Benjamin Canac",
|
|
6532
|
+
"github": "benjamincanac",
|
|
6533
|
+
"twitter": "benjamincanac"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"name": "Sebastien Chopin",
|
|
6537
|
+
"github": "Atinux",
|
|
6538
|
+
"twitter": "Atinux"
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"name": "Sylvain Marroufin",
|
|
6542
|
+
"github": "smarroufin",
|
|
6543
|
+
"twitter": "smarroufin"
|
|
6544
|
+
}
|
|
6545
|
+
],
|
|
6546
|
+
"compatibility": {
|
|
6547
|
+
"nuxt": "^3.0.0",
|
|
6548
|
+
"requires": {}
|
|
6549
|
+
}
|
|
6550
|
+
},
|
|
6044
6551
|
{
|
|
6045
6552
|
"name": "umami",
|
|
6046
6553
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6089,7 +6596,7 @@
|
|
|
6089
6596
|
},
|
|
6090
6597
|
{
|
|
6091
6598
|
"name": "universal-storage",
|
|
6092
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6599
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6093
6600
|
"repo": "nuxt-community/universal-storage-module",
|
|
6094
6601
|
"npm": "@nuxtjs/universal-storage",
|
|
6095
6602
|
"icon": "",
|
|
@@ -6166,12 +6673,12 @@
|
|
|
6166
6673
|
{
|
|
6167
6674
|
"name": "unocss",
|
|
6168
6675
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6169
|
-
"repo": "
|
|
6676
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6170
6677
|
"npm": "@unocss/nuxt",
|
|
6171
6678
|
"icon": "unocss.svg",
|
|
6172
|
-
"github": "https://github.com/
|
|
6173
|
-
"website": "https://github.com/
|
|
6174
|
-
"learn_more": "https://github.com/
|
|
6679
|
+
"github": "https://github.com/unocss/unocss",
|
|
6680
|
+
"website": "https://github.com/unocss/unocss",
|
|
6681
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6175
6682
|
"category": "UI",
|
|
6176
6683
|
"type": "3rd-party",
|
|
6177
6684
|
"maintainers": [
|
|
@@ -6186,7 +6693,8 @@
|
|
|
6186
6693
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6187
6694
|
"requires": {
|
|
6188
6695
|
"bridge": "optional"
|
|
6189
|
-
}
|
|
6696
|
+
},
|
|
6697
|
+
"devtools": "^0.0.0"
|
|
6190
6698
|
}
|
|
6191
6699
|
},
|
|
6192
6700
|
{
|
|
@@ -6238,7 +6746,7 @@
|
|
|
6238
6746
|
},
|
|
6239
6747
|
{
|
|
6240
6748
|
"name": "user-agent",
|
|
6241
|
-
"description": "Nuxt
|
|
6749
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6242
6750
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6243
6751
|
"npm": "nuxt-user-agent",
|
|
6244
6752
|
"icon": "",
|
|
@@ -6352,7 +6860,7 @@
|
|
|
6352
6860
|
},
|
|
6353
6861
|
{
|
|
6354
6862
|
"name": "vee-validate",
|
|
6355
|
-
"description": "Painless Vue forms for Nuxt
|
|
6863
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6356
6864
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6357
6865
|
"npm": "@vee-validate/nuxt",
|
|
6358
6866
|
"icon": "vee-validate.png",
|
|
@@ -6442,7 +6950,7 @@
|
|
|
6442
6950
|
},
|
|
6443
6951
|
{
|
|
6444
6952
|
"name": "vite-pwa-nuxt",
|
|
6445
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6953
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6446
6954
|
"repo": "vite-pwa/nuxt",
|
|
6447
6955
|
"npm": "@vite-pwa/nuxt",
|
|
6448
6956
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6491,18 +6999,19 @@
|
|
|
6491
6999
|
],
|
|
6492
7000
|
"compatibility": {
|
|
6493
7001
|
"nuxt": "^3.0.0",
|
|
6494
|
-
"requires": {}
|
|
7002
|
+
"requires": {},
|
|
7003
|
+
"devtools": "^0.0.0"
|
|
6495
7004
|
}
|
|
6496
7005
|
},
|
|
6497
7006
|
{
|
|
6498
7007
|
"name": "vue-email",
|
|
6499
|
-
"description": "Write email templates with vue",
|
|
7008
|
+
"description": "💌 Write email templates with vue",
|
|
6500
7009
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6501
7010
|
"npm": "vue-email",
|
|
6502
7011
|
"icon": "vue-email.svg",
|
|
6503
7012
|
"github": "https://github.com/Dave136/vue-email",
|
|
6504
|
-
"website": "https://
|
|
6505
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
7013
|
+
"website": "https://www.vuemail.net/",
|
|
7014
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6506
7015
|
"category": "UI",
|
|
6507
7016
|
"type": "3rd-party",
|
|
6508
7017
|
"maintainers": [
|
|
@@ -6519,6 +7028,30 @@
|
|
|
6519
7028
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6520
7029
|
}
|
|
6521
7030
|
],
|
|
7031
|
+
"compatibility": {
|
|
7032
|
+
"nuxt": "^3.0.0",
|
|
7033
|
+
"requires": {},
|
|
7034
|
+
"devtools": "^0.0.0"
|
|
7035
|
+
}
|
|
7036
|
+
},
|
|
7037
|
+
{
|
|
7038
|
+
"name": "vue-final-modal",
|
|
7039
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7040
|
+
"repo": "vue-final/vue-final-modal",
|
|
7041
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7042
|
+
"icon": "vue-final-modal.svg",
|
|
7043
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7044
|
+
"website": "https://vue-final-modal.org/",
|
|
7045
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7046
|
+
"category": "UI",
|
|
7047
|
+
"type": "3rd-party",
|
|
7048
|
+
"maintainers": [
|
|
7049
|
+
{
|
|
7050
|
+
"name": "Hunter Liu",
|
|
7051
|
+
"github": "hunterliu1003",
|
|
7052
|
+
"twitter": "hunterliu1003"
|
|
7053
|
+
}
|
|
7054
|
+
],
|
|
6522
7055
|
"compatibility": {
|
|
6523
7056
|
"nuxt": "^3.0.0",
|
|
6524
7057
|
"requires": {}
|
|
@@ -6546,7 +7079,8 @@
|
|
|
6546
7079
|
"nuxt": "^3.0.0",
|
|
6547
7080
|
"requires": {
|
|
6548
7081
|
"bridge": "optional"
|
|
6549
|
-
}
|
|
7082
|
+
},
|
|
7083
|
+
"devtools": "^0.0.0"
|
|
6550
7084
|
}
|
|
6551
7085
|
},
|
|
6552
7086
|
{
|
|
@@ -6573,7 +7107,7 @@
|
|
|
6573
7107
|
},
|
|
6574
7108
|
{
|
|
6575
7109
|
"name": "vue-multiselect",
|
|
6576
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7110
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6577
7111
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6578
7112
|
"npm": "nuxt-vue-multiselect",
|
|
6579
7113
|
"icon": "",
|
|
@@ -6687,7 +7221,7 @@
|
|
|
6687
7221
|
},
|
|
6688
7222
|
{
|
|
6689
7223
|
"name": "vue-warehouse",
|
|
6690
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7224
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6691
7225
|
"repo": "juliomrqz/vue-warehouse",
|
|
6692
7226
|
"npm": "vue-warehouse",
|
|
6693
7227
|
"icon": "",
|
|
@@ -6710,7 +7244,7 @@
|
|
|
6710
7244
|
},
|
|
6711
7245
|
{
|
|
6712
7246
|
"name": "vue3-carousel-nuxt",
|
|
6713
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7247
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6714
7248
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6715
7249
|
"npm": "vue3-carousel-nuxt",
|
|
6716
7250
|
"icon": "",
|
|
@@ -6753,9 +7287,55 @@
|
|
|
6753
7287
|
"requires": {}
|
|
6754
7288
|
}
|
|
6755
7289
|
},
|
|
7290
|
+
{
|
|
7291
|
+
"name": "vueform-builder",
|
|
7292
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7293
|
+
"repo": "vueform/builder-nuxt",
|
|
7294
|
+
"npm": "@vueform/builder-nuxt",
|
|
7295
|
+
"icon": "vueform.svg",
|
|
7296
|
+
"github": "https://github.com/vueform/builder",
|
|
7297
|
+
"website": "https://builder.vueform.com",
|
|
7298
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7299
|
+
"category": "Libraries",
|
|
7300
|
+
"type": "3rd-party",
|
|
7301
|
+
"maintainers": [
|
|
7302
|
+
{
|
|
7303
|
+
"name": "Adam Berecz",
|
|
7304
|
+
"github": "adamberecz",
|
|
7305
|
+
"twitter": "bereczadam"
|
|
7306
|
+
}
|
|
7307
|
+
],
|
|
7308
|
+
"compatibility": {
|
|
7309
|
+
"nuxt": "^3.0.0",
|
|
7310
|
+
"requires": {}
|
|
7311
|
+
}
|
|
7312
|
+
},
|
|
7313
|
+
{
|
|
7314
|
+
"name": "vueform",
|
|
7315
|
+
"description": "Official Vueform module for Nuxt",
|
|
7316
|
+
"repo": "vueform/nuxt",
|
|
7317
|
+
"npm": "@vueform/nuxt",
|
|
7318
|
+
"icon": "vueform.svg",
|
|
7319
|
+
"github": "https://github.com/vueform/vueform",
|
|
7320
|
+
"website": "https://vueform.com",
|
|
7321
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7322
|
+
"category": "Libraries",
|
|
7323
|
+
"type": "3rd-party",
|
|
7324
|
+
"maintainers": [
|
|
7325
|
+
{
|
|
7326
|
+
"name": "Adam Berecz",
|
|
7327
|
+
"github": "adamberecz",
|
|
7328
|
+
"twitter": "bereczadam"
|
|
7329
|
+
}
|
|
7330
|
+
],
|
|
7331
|
+
"compatibility": {
|
|
7332
|
+
"nuxt": "^3.0.0",
|
|
7333
|
+
"requires": {}
|
|
7334
|
+
}
|
|
7335
|
+
},
|
|
6756
7336
|
{
|
|
6757
7337
|
"name": "vuestic",
|
|
6758
|
-
"description": "Vuestic UI module for Nuxt
|
|
7338
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6759
7339
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6760
7340
|
"npm": "@vuestic/nuxt",
|
|
6761
7341
|
"icon": "vuestic.png",
|
|
@@ -6783,7 +7363,7 @@
|
|
|
6783
7363
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6784
7364
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6785
7365
|
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6786
|
-
"learn_more": "https://
|
|
7366
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
6787
7367
|
"category": "UI",
|
|
6788
7368
|
"type": "3rd-party",
|
|
6789
7369
|
"maintainers": [
|
|
@@ -6799,7 +7379,7 @@
|
|
|
6799
7379
|
},
|
|
6800
7380
|
{
|
|
6801
7381
|
"name": "vuetify",
|
|
6802
|
-
"description": "Vuetify Module for Nuxt
|
|
7382
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6803
7383
|
"repo": "nuxt-community/vuetify-module",
|
|
6804
7384
|
"npm": "@nuxtjs/vuetify",
|
|
6805
7385
|
"icon": "vuetify.png",
|
|
@@ -6846,7 +7426,8 @@
|
|
|
6846
7426
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6847
7427
|
"requires": {
|
|
6848
7428
|
"bridge": "optional"
|
|
6849
|
-
}
|
|
7429
|
+
},
|
|
7430
|
+
"devtools": "^0.0.0"
|
|
6850
7431
|
}
|
|
6851
7432
|
},
|
|
6852
7433
|
{
|
|
@@ -6873,7 +7454,7 @@
|
|
|
6873
7454
|
},
|
|
6874
7455
|
{
|
|
6875
7456
|
"name": "vunix",
|
|
6876
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7457
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6877
7458
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6878
7459
|
"npm": "@vunix/nuxt",
|
|
6879
7460
|
"icon": "",
|
|
@@ -6897,11 +7478,11 @@
|
|
|
6897
7478
|
{
|
|
6898
7479
|
"name": "web-vitals",
|
|
6899
7480
|
"description": "Web Vitals for Nuxt",
|
|
6900
|
-
"repo": "nuxt-
|
|
7481
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6901
7482
|
"npm": "@nuxtjs/web-vitals",
|
|
6902
7483
|
"icon": "web-vitals.png",
|
|
6903
|
-
"github": "https://github.com/nuxt-
|
|
6904
|
-
"website": "https://github.com/nuxt-
|
|
7484
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7485
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6905
7486
|
"learn_more": "",
|
|
6906
7487
|
"category": "Performance",
|
|
6907
7488
|
"type": "community",
|
|
@@ -6952,7 +7533,7 @@
|
|
|
6952
7533
|
},
|
|
6953
7534
|
{
|
|
6954
7535
|
"name": "webpack-optimisations",
|
|
6955
|
-
"description": "Nuxt
|
|
7536
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6956
7537
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6957
7538
|
"npm": "nuxt-webpack-optimisations",
|
|
6958
7539
|
"icon": "build-optimisations.svg",
|
|
@@ -7044,7 +7625,7 @@
|
|
|
7044
7625
|
},
|
|
7045
7626
|
{
|
|
7046
7627
|
"name": "well-known",
|
|
7047
|
-
"description": "A Nuxt
|
|
7628
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7048
7629
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7049
7630
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7050
7631
|
"icon": "well-known.svg",
|
|
@@ -7066,7 +7647,7 @@
|
|
|
7066
7647
|
},
|
|
7067
7648
|
{
|
|
7068
7649
|
"name": "wideangle",
|
|
7069
|
-
"description": "Nuxt
|
|
7650
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7070
7651
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7071
7652
|
"npm": "wideangle-nuxt",
|
|
7072
7653
|
"icon": "wideangle.png",
|
|
@@ -7235,7 +7816,7 @@
|
|
|
7235
7816
|
},
|
|
7236
7817
|
{
|
|
7237
7818
|
"name": "zendesk",
|
|
7238
|
-
"description": "Nuxt
|
|
7819
|
+
"description": "Nuxt module for Zendesk",
|
|
7239
7820
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7240
7821
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7241
7822
|
"icon": "zendesk.png",
|