@nuxt/modules 0.6.0-af05bd → 0.6.0-b0107a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +1053 -146
- package/package.json +8 -8
package/modules.json
CHANGED
|
@@ -146,6 +146,52 @@
|
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
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
|
+
},
|
|
149
195
|
{
|
|
150
196
|
"name": "api-party",
|
|
151
197
|
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
@@ -262,6 +308,51 @@
|
|
|
262
308
|
"requires": {}
|
|
263
309
|
}
|
|
264
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
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
265
356
|
{
|
|
266
357
|
"name": "auth",
|
|
267
358
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
@@ -289,6 +380,29 @@
|
|
|
289
380
|
"requires": {}
|
|
290
381
|
}
|
|
291
382
|
},
|
|
383
|
+
{
|
|
384
|
+
"name": "authjs",
|
|
385
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
386
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
387
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
388
|
+
"icon": "authjs.png",
|
|
389
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
390
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
391
|
+
"learn_more": "https://authjs.dev/",
|
|
392
|
+
"category": "Security",
|
|
393
|
+
"type": "3rd-party",
|
|
394
|
+
"maintainers": [
|
|
395
|
+
{
|
|
396
|
+
"name": "Hebilicious",
|
|
397
|
+
"github": "Hebilicious",
|
|
398
|
+
"twitter": "its_hebilicious"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"compatibility": {
|
|
402
|
+
"nuxt": "^3.0.0",
|
|
403
|
+
"requires": {}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
292
406
|
{
|
|
293
407
|
"name": "axios",
|
|
294
408
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -526,6 +640,28 @@
|
|
|
526
640
|
"requires": {}
|
|
527
641
|
}
|
|
528
642
|
},
|
|
643
|
+
{
|
|
644
|
+
"name": "capo",
|
|
645
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
646
|
+
"repo": "danielroe/nuxt-capo",
|
|
647
|
+
"npm": "nuxt-capo",
|
|
648
|
+
"icon": "",
|
|
649
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
650
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
651
|
+
"learn_more": "",
|
|
652
|
+
"category": "Performance",
|
|
653
|
+
"type": "3rd-party",
|
|
654
|
+
"maintainers": [
|
|
655
|
+
{
|
|
656
|
+
"name": "danielroe",
|
|
657
|
+
"github": "danielroe"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"compatibility": {
|
|
661
|
+
"nuxt": "^3.0.0",
|
|
662
|
+
"requires": {}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
529
665
|
{
|
|
530
666
|
"name": "chakra-ui",
|
|
531
667
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -592,6 +728,29 @@
|
|
|
592
728
|
"requires": {}
|
|
593
729
|
}
|
|
594
730
|
},
|
|
731
|
+
{
|
|
732
|
+
"name": "clarity-analytics",
|
|
733
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
734
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
735
|
+
"npm": "nuxt-clarity-analytics",
|
|
736
|
+
"icon": "",
|
|
737
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
738
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
739
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
740
|
+
"category": "Analytics",
|
|
741
|
+
"type": "3rd-party",
|
|
742
|
+
"maintainers": [
|
|
743
|
+
{
|
|
744
|
+
"name": "Barbapapazes",
|
|
745
|
+
"github": "Barbapapazes",
|
|
746
|
+
"twitter": "soubiran_"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"compatibility": {
|
|
750
|
+
"nuxt": "^3.0.0",
|
|
751
|
+
"requires": {}
|
|
752
|
+
}
|
|
753
|
+
},
|
|
595
754
|
{
|
|
596
755
|
"name": "client-init",
|
|
597
756
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -666,10 +825,10 @@
|
|
|
666
825
|
{
|
|
667
826
|
"name": "cloudinary",
|
|
668
827
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
669
|
-
"repo": "nuxt-
|
|
828
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
829
|
"npm": "@nuxtjs/cloudinary",
|
|
671
830
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
831
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
832
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
833
|
"learn_more": "https://cloudinary.com",
|
|
675
834
|
"category": "Images",
|
|
@@ -689,10 +848,10 @@
|
|
|
689
848
|
{
|
|
690
849
|
"name": "color-mode",
|
|
691
850
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
692
|
-
"repo": "nuxt-
|
|
851
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
852
|
"npm": "@nuxtjs/color-mode",
|
|
694
853
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
855
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
856
|
"learn_more": "",
|
|
698
857
|
"category": "UI",
|
|
@@ -785,7 +944,7 @@
|
|
|
785
944
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
786
945
|
"repo": "nuxt/content#main",
|
|
787
946
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
947
|
+
"icon": "nuxt.svg",
|
|
789
948
|
"github": "https://github.com/nuxt/content",
|
|
790
949
|
"website": "https://content.nuxtjs.org",
|
|
791
950
|
"learn_more": "",
|
|
@@ -1023,7 +1182,7 @@
|
|
|
1023
1182
|
{
|
|
1024
1183
|
"name": "delay-hydration",
|
|
1025
1184
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
1026
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1185
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1027
1186
|
"npm": "nuxt-delay-hydration",
|
|
1028
1187
|
"icon": "lighthouse.svg",
|
|
1029
1188
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1068,9 +1227,9 @@
|
|
|
1068
1227
|
{
|
|
1069
1228
|
"name": "devtools",
|
|
1070
1229
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
-
"repo": "nuxt/devtools#main",
|
|
1230
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1072
1231
|
"npm": "@nuxt/devtools",
|
|
1073
|
-
"icon": "nuxt.
|
|
1232
|
+
"icon": "nuxt.svg",
|
|
1074
1233
|
"github": "https://github.com/nuxt/devtools",
|
|
1075
1234
|
"website": "https://devtools.nuxtjs.org/",
|
|
1076
1235
|
"learn_more": "",
|
|
@@ -1090,13 +1249,13 @@
|
|
|
1090
1249
|
},
|
|
1091
1250
|
{
|
|
1092
1251
|
"name": "directus",
|
|
1093
|
-
"description": "Easily connect your
|
|
1252
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1094
1253
|
"repo": "intevel/nuxt-directus",
|
|
1095
1254
|
"npm": "nuxt-directus",
|
|
1096
1255
|
"icon": "directus.svg",
|
|
1097
|
-
"github": "https://github.com/
|
|
1098
|
-
"website": "https://nuxt-directus.
|
|
1099
|
-
"learn_more": "https://nuxt-directus.
|
|
1256
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1257
|
+
"website": "https://nuxt-directus.site/",
|
|
1258
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1100
1259
|
"category": "CMS",
|
|
1101
1260
|
"type": "3rd-party",
|
|
1102
1261
|
"maintainers": [
|
|
@@ -1107,10 +1266,30 @@
|
|
|
1107
1266
|
}
|
|
1108
1267
|
],
|
|
1109
1268
|
"compatibility": {
|
|
1110
|
-
"nuxt": "^
|
|
1111
|
-
"requires": {
|
|
1112
|
-
|
|
1269
|
+
"nuxt": "^3.0.0",
|
|
1270
|
+
"requires": {}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "disqus",
|
|
1275
|
+
"description": "Disqus for Nuxt 3",
|
|
1276
|
+
"repo": "modbender/nuxt-disqus",
|
|
1277
|
+
"npm": "nuxt-disqus",
|
|
1278
|
+
"icon": "disqus.svg",
|
|
1279
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1280
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1281
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1282
|
+
"category": "Libraries",
|
|
1283
|
+
"type": "3rd-party",
|
|
1284
|
+
"maintainers": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "modbender",
|
|
1287
|
+
"github": "modbender"
|
|
1113
1288
|
}
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^3.0.0",
|
|
1292
|
+
"requires": {}
|
|
1114
1293
|
}
|
|
1115
1294
|
},
|
|
1116
1295
|
{
|
|
@@ -1508,6 +1687,29 @@
|
|
|
1508
1687
|
"requires": {}
|
|
1509
1688
|
}
|
|
1510
1689
|
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "form-actions",
|
|
1692
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1693
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1694
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1695
|
+
"icon": "form-actions.svg",
|
|
1696
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1697
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1698
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1699
|
+
"category": "Request",
|
|
1700
|
+
"type": "3rd-party",
|
|
1701
|
+
"maintainers": [
|
|
1702
|
+
{
|
|
1703
|
+
"name": "Hebilicious",
|
|
1704
|
+
"github": "Hebilicious",
|
|
1705
|
+
"twitter": "its_hebilicious"
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"compatibility": {
|
|
1709
|
+
"nuxt": "^3.7.0",
|
|
1710
|
+
"requires": {}
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1511
1713
|
{
|
|
1512
1714
|
"name": "formkit",
|
|
1513
1715
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1641,11 +1843,11 @@
|
|
|
1641
1843
|
{
|
|
1642
1844
|
"name": "google-fonts",
|
|
1643
1845
|
"description": "Google Fonts module for NuxtJS",
|
|
1644
|
-
"repo": "nuxt-
|
|
1846
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1645
1847
|
"npm": "@nuxtjs/google-fonts",
|
|
1646
1848
|
"icon": "google-fonts.png",
|
|
1647
|
-
"github": "https://github.com/nuxt-
|
|
1648
|
-
"website": "https://
|
|
1849
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1850
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1649
1851
|
"learn_more": "https://developers.google.com/fonts",
|
|
1650
1852
|
"category": "Fonts",
|
|
1651
1853
|
"type": "community",
|
|
@@ -1856,6 +2058,28 @@
|
|
|
1856
2058
|
"requires": {}
|
|
1857
2059
|
}
|
|
1858
2060
|
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "hanko",
|
|
2063
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2064
|
+
"repo": "nuxt-modules/hanko",
|
|
2065
|
+
"npm": "@nuxtjs/hanko",
|
|
2066
|
+
"icon": "hanko.svg",
|
|
2067
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2068
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2069
|
+
"learn_more": "https://hanko.io/",
|
|
2070
|
+
"category": "Security",
|
|
2071
|
+
"type": "community",
|
|
2072
|
+
"maintainers": [
|
|
2073
|
+
{
|
|
2074
|
+
"name": "danielroe",
|
|
2075
|
+
"github": "danielroe"
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"compatibility": {
|
|
2079
|
+
"nuxt": "^3.0.0",
|
|
2080
|
+
"requires": {}
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
1859
2083
|
{
|
|
1860
2084
|
"name": "harlem",
|
|
1861
2085
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2091,11 +2315,11 @@
|
|
|
2091
2315
|
{
|
|
2092
2316
|
"name": "i18n",
|
|
2093
2317
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2094
|
-
"repo": "nuxt-
|
|
2318
|
+
"repo": "nuxt-modules/i18n",
|
|
2095
2319
|
"npm": "@nuxtjs/i18n",
|
|
2096
2320
|
"icon": "i18n.png",
|
|
2097
|
-
"github": "https://github.com/nuxt-
|
|
2098
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2321
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2322
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2099
2323
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2100
2324
|
"category": "Extensions",
|
|
2101
2325
|
"type": "community",
|
|
@@ -2114,6 +2338,28 @@
|
|
|
2114
2338
|
"requires": {}
|
|
2115
2339
|
}
|
|
2116
2340
|
},
|
|
2341
|
+
{
|
|
2342
|
+
"name": "icon-font",
|
|
2343
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2344
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2345
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2346
|
+
"icon": "",
|
|
2347
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2348
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2349
|
+
"learn_more": "",
|
|
2350
|
+
"category": "UI",
|
|
2351
|
+
"type": "3rd-party",
|
|
2352
|
+
"maintainers": [
|
|
2353
|
+
{
|
|
2354
|
+
"name": "coremyslo",
|
|
2355
|
+
"github": "coremyslo"
|
|
2356
|
+
}
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^3.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2117
2363
|
{
|
|
2118
2364
|
"name": "icon",
|
|
2119
2365
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2187,7 +2433,7 @@
|
|
|
2187
2433
|
"npm": "@nuxt/image",
|
|
2188
2434
|
"icon": "image.png",
|
|
2189
2435
|
"github": "https://github.com/nuxt/image",
|
|
2190
|
-
"website": "https://image.
|
|
2436
|
+
"website": "https://image.nuxt.com",
|
|
2191
2437
|
"learn_more": "",
|
|
2192
2438
|
"category": "Images",
|
|
2193
2439
|
"type": "official",
|
|
@@ -2197,6 +2443,11 @@
|
|
|
2197
2443
|
"github": "farnabaz",
|
|
2198
2444
|
"twitter": "a_birang"
|
|
2199
2445
|
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "Daniel Roe",
|
|
2448
|
+
"github": "danielroe",
|
|
2449
|
+
"twitter": "danielcroe"
|
|
2450
|
+
},
|
|
2200
2451
|
{
|
|
2201
2452
|
"name": "Pooya Parsa",
|
|
2202
2453
|
"github": "pi0",
|
|
@@ -2240,12 +2491,12 @@
|
|
|
2240
2491
|
{
|
|
2241
2492
|
"name": "inkline",
|
|
2242
2493
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2243
|
-
"repo": "inkline/
|
|
2244
|
-
"npm": "@inkline/
|
|
2494
|
+
"repo": "inkline/plugin",
|
|
2495
|
+
"npm": "@inkline/plugin",
|
|
2245
2496
|
"icon": "inkline.svg",
|
|
2246
|
-
"github": "https://github.com/inkline/
|
|
2497
|
+
"github": "https://github.com/inkline/plugin",
|
|
2247
2498
|
"website": "https://inkline.io",
|
|
2248
|
-
"learn_more": "https://inkline.io/docs/
|
|
2499
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2249
2500
|
"category": "UI",
|
|
2250
2501
|
"type": "3rd-party",
|
|
2251
2502
|
"maintainers": [
|
|
@@ -2465,13 +2716,13 @@
|
|
|
2465
2716
|
},
|
|
2466
2717
|
{
|
|
2467
2718
|
"name": "link-checker",
|
|
2468
|
-
"description": "
|
|
2719
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2469
2720
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2470
2721
|
"npm": "nuxt-link-checker",
|
|
2471
|
-
"icon": "",
|
|
2722
|
+
"icon": "link-checker.svg",
|
|
2472
2723
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2473
|
-
"website": "https://
|
|
2474
|
-
"learn_more": "",
|
|
2724
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2725
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2475
2726
|
"category": "SEO",
|
|
2476
2727
|
"type": "3rd-party",
|
|
2477
2728
|
"maintainers": [
|
|
@@ -2582,6 +2833,32 @@
|
|
|
2582
2833
|
"requires": {}
|
|
2583
2834
|
}
|
|
2584
2835
|
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "lucide-icons",
|
|
2838
|
+
"description": "Nuxt 3 module to integrate Lucide icons",
|
|
2839
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2840
|
+
"npm": "nuxt-lucide-icons",
|
|
2841
|
+
"icon": "lucide-icons.svg",
|
|
2842
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2843
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2844
|
+
"learn_more": "",
|
|
2845
|
+
"category": "UI",
|
|
2846
|
+
"type": "3rd-party",
|
|
2847
|
+
"maintainers": [
|
|
2848
|
+
{
|
|
2849
|
+
"name": "SWIS",
|
|
2850
|
+
"github": "swisnl"
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"name": "Jasper Zonneveld",
|
|
2854
|
+
"github": "JaZo"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"compatibility": {
|
|
2858
|
+
"nuxt": "^3.0.0",
|
|
2859
|
+
"requires": {}
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2585
2862
|
{
|
|
2586
2863
|
"name": "lunr",
|
|
2587
2864
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -3000,6 +3277,50 @@
|
|
|
3000
3277
|
"requires": {}
|
|
3001
3278
|
}
|
|
3002
3279
|
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "nupolyon",
|
|
3282
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3283
|
+
"repo": "adenvt/nupolyon",
|
|
3284
|
+
"npm": "nupolyon",
|
|
3285
|
+
"icon": "",
|
|
3286
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3287
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3288
|
+
"learn_more": "",
|
|
3289
|
+
"category": "Performance",
|
|
3290
|
+
"type": "3rd-party",
|
|
3291
|
+
"maintainers": [
|
|
3292
|
+
{
|
|
3293
|
+
"name": "adenvt",
|
|
3294
|
+
"github": "adenvt"
|
|
3295
|
+
}
|
|
3296
|
+
],
|
|
3297
|
+
"compatibility": {
|
|
3298
|
+
"nuxt": "^3.0.0",
|
|
3299
|
+
"requires": {}
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "nuxt-anchorscroll",
|
|
3304
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3305
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3306
|
+
"npm": "nuxt-anchorscroll",
|
|
3307
|
+
"icon": "",
|
|
3308
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3309
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3310
|
+
"learn_more": "",
|
|
3311
|
+
"category": "UI",
|
|
3312
|
+
"type": "3rd-party",
|
|
3313
|
+
"maintainers": [
|
|
3314
|
+
{
|
|
3315
|
+
"name": "Helltraitor",
|
|
3316
|
+
"github": "helltraitor"
|
|
3317
|
+
}
|
|
3318
|
+
],
|
|
3319
|
+
"compatibility": {
|
|
3320
|
+
"nuxt": "^3.0.0",
|
|
3321
|
+
"requires": {}
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
3003
3324
|
{
|
|
3004
3325
|
"name": "nuxt-auth",
|
|
3005
3326
|
"description": "",
|
|
@@ -3022,6 +3343,50 @@
|
|
|
3022
3343
|
"requires": {}
|
|
3023
3344
|
}
|
|
3024
3345
|
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "nuxt-basic-auth",
|
|
3348
|
+
"description": "Nuxt 3 Module for Basic Authentication",
|
|
3349
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
|
+
"icon": "",
|
|
3352
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3353
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3354
|
+
"learn_more": "",
|
|
3355
|
+
"category": "Security",
|
|
3356
|
+
"type": "3rd-party",
|
|
3357
|
+
"maintainers": [
|
|
3358
|
+
{
|
|
3359
|
+
"name": "kgierke",
|
|
3360
|
+
"github": "kgierke"
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"compatibility": {
|
|
3364
|
+
"nuxt": "^3.0.0",
|
|
3365
|
+
"requires": {}
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "nuxt-bootstrap-icons",
|
|
3370
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3371
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3372
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3373
|
+
"icon": "bootstrap-icons.svg",
|
|
3374
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3375
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3376
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3377
|
+
"category": "UI",
|
|
3378
|
+
"type": "3rd-party",
|
|
3379
|
+
"maintainers": [
|
|
3380
|
+
{
|
|
3381
|
+
"name": "OyewoleOyedeji",
|
|
3382
|
+
"github": "OyewoleOyedeji"
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"compatibility": {
|
|
3386
|
+
"nuxt": "^3.0.0",
|
|
3387
|
+
"requires": {}
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3025
3390
|
{
|
|
3026
3391
|
"name": "nuxt-chatgpt",
|
|
3027
3392
|
"description": "ChatGPT integration for Nuxt 3",
|
|
@@ -3044,6 +3409,54 @@
|
|
|
3044
3409
|
"requires": {}
|
|
3045
3410
|
}
|
|
3046
3411
|
},
|
|
3412
|
+
{
|
|
3413
|
+
"name": "nuxt-facebook-chat",
|
|
3414
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
|
|
3415
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
|
+
"npm": "nuxt-facebook-chat",
|
|
3417
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3418
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3419
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3420
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3421
|
+
"category": "Libraries",
|
|
3422
|
+
"type": "3rd-party",
|
|
3423
|
+
"maintainers": [
|
|
3424
|
+
{
|
|
3425
|
+
"name": "Supanut Dokmaithong",
|
|
3426
|
+
"github": "Boomgeek"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"name": "superdev-tech",
|
|
3430
|
+
"github": "superdev-tech"
|
|
3431
|
+
}
|
|
3432
|
+
],
|
|
3433
|
+
"compatibility": {
|
|
3434
|
+
"nuxt": "^3.0.0",
|
|
3435
|
+
"requires": {}
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "nuxt-feedme",
|
|
3440
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3441
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3442
|
+
"npm": "nuxt-feedme",
|
|
3443
|
+
"icon": "",
|
|
3444
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3445
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3446
|
+
"learn_more": "",
|
|
3447
|
+
"category": "SEO",
|
|
3448
|
+
"type": "3rd-party",
|
|
3449
|
+
"maintainers": [
|
|
3450
|
+
{
|
|
3451
|
+
"name": "Helltraitor",
|
|
3452
|
+
"github": "helltraitor"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"compatibility": {
|
|
3456
|
+
"nuxt": "^3.0.0",
|
|
3457
|
+
"requires": {}
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3047
3460
|
{
|
|
3048
3461
|
"name": "nuxt-graphql-middleware",
|
|
3049
3462
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3096,10 +3509,32 @@
|
|
|
3096
3509
|
}
|
|
3097
3510
|
},
|
|
3098
3511
|
{
|
|
3099
|
-
"name": "nuxt-
|
|
3100
|
-
"description": "
|
|
3101
|
-
"repo": "
|
|
3102
|
-
"npm": "nuxt-
|
|
3512
|
+
"name": "nuxt-gtm",
|
|
3513
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3514
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
|
+
"icon": "nuxt-gtm.svg",
|
|
3517
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3518
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3519
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3520
|
+
"category": "Analytics",
|
|
3521
|
+
"type": "3rd-party",
|
|
3522
|
+
"maintainers": [
|
|
3523
|
+
{
|
|
3524
|
+
"name": "Zadig&Voltaire Team",
|
|
3525
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
"compatibility": {
|
|
3529
|
+
"nuxt": "^3.0.0",
|
|
3530
|
+
"requires": {}
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "nuxt-hue",
|
|
3535
|
+
"description": "Enlighten your Nuxt experience",
|
|
3536
|
+
"repo": "lihbr/nuxt-hue",
|
|
3537
|
+
"npm": "nuxt-hue",
|
|
3103
3538
|
"icon": "nuxt-hue.svg",
|
|
3104
3539
|
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3105
3540
|
"website": "https://github.com/lihbr/nuxt-hue",
|
|
@@ -3119,28 +3554,6 @@
|
|
|
3119
3554
|
}
|
|
3120
3555
|
}
|
|
3121
3556
|
},
|
|
3122
|
-
{
|
|
3123
|
-
"name": "nuxt-lazy-load",
|
|
3124
|
-
"description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
|
|
3125
|
-
"repo": "",
|
|
3126
|
-
"npm": "nuxt-lazy-load",
|
|
3127
|
-
"icon": "nuxt-lazy-load.svg",
|
|
3128
|
-
"github": "",
|
|
3129
|
-
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3130
|
-
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3131
|
-
"category": "Performance",
|
|
3132
|
-
"type": "3rd-party",
|
|
3133
|
-
"maintainers": [
|
|
3134
|
-
{
|
|
3135
|
-
"name": "Dario Ferderber",
|
|
3136
|
-
"github": "darioferderber"
|
|
3137
|
-
}
|
|
3138
|
-
],
|
|
3139
|
-
"compatibility": {
|
|
3140
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3141
|
-
"requires": {}
|
|
3142
|
-
}
|
|
3143
|
-
},
|
|
3144
3557
|
{
|
|
3145
3558
|
"name": "nuxt-localtunnel",
|
|
3146
3559
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3209,6 +3622,28 @@
|
|
|
3209
3622
|
"requires": {}
|
|
3210
3623
|
}
|
|
3211
3624
|
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "nuxt-mdi",
|
|
3627
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3628
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3629
|
+
"npm": "nuxt-mdi",
|
|
3630
|
+
"icon": "mdi.png",
|
|
3631
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3632
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3633
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Emil Rosenius",
|
|
3639
|
+
"github": "ERPedersen"
|
|
3640
|
+
}
|
|
3641
|
+
],
|
|
3642
|
+
"compatibility": {
|
|
3643
|
+
"nuxt": "^3.0.0",
|
|
3644
|
+
"requires": {}
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3212
3647
|
{
|
|
3213
3648
|
"name": "nuxt-monaco-editor",
|
|
3214
3649
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3238,7 +3673,7 @@
|
|
|
3238
3673
|
"npm": "nuxt-mongoose",
|
|
3239
3674
|
"icon": "nuxt-mongoose.svg",
|
|
3240
3675
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3241
|
-
"website": "https://
|
|
3676
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3242
3677
|
"learn_more": "",
|
|
3243
3678
|
"category": "Database",
|
|
3244
3679
|
"type": "3rd-party",
|
|
@@ -3276,6 +3711,28 @@
|
|
|
3276
3711
|
"requires": {}
|
|
3277
3712
|
}
|
|
3278
3713
|
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "nuxt-phosphor-icons",
|
|
3716
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3717
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3718
|
+
"npm": "nuxt-phosphor-icons",
|
|
3719
|
+
"icon": "phosphor-icons.svg",
|
|
3720
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3721
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3722
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3723
|
+
"category": "UI",
|
|
3724
|
+
"type": "3rd-party",
|
|
3725
|
+
"maintainers": [
|
|
3726
|
+
{
|
|
3727
|
+
"name": "OyewoleOyedeji",
|
|
3728
|
+
"github": "OyewoleOyedeji"
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"compatibility": {
|
|
3732
|
+
"nuxt": "^3.0.0",
|
|
3733
|
+
"requires": {}
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3279
3736
|
{
|
|
3280
3737
|
"name": "nuxt-pino-log",
|
|
3281
3738
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3320,6 +3777,32 @@
|
|
|
3320
3777
|
"requires": {}
|
|
3321
3778
|
}
|
|
3322
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "nuxt-plotly",
|
|
3782
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3783
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3784
|
+
"npm": "nuxt-plotly",
|
|
3785
|
+
"icon": "nuxt-plotly.svg",
|
|
3786
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3787
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3788
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3789
|
+
"category": "Libraries",
|
|
3790
|
+
"type": "3rd-party",
|
|
3791
|
+
"maintainers": [
|
|
3792
|
+
{
|
|
3793
|
+
"name": "Supanut Dokmaithong",
|
|
3794
|
+
"github": "Boomgeek"
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "superdev-tech",
|
|
3798
|
+
"github": "superdev-tech"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"compatibility": {
|
|
3802
|
+
"nuxt": "^3.0.0",
|
|
3803
|
+
"requires": {}
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3323
3806
|
{
|
|
3324
3807
|
"name": "nuxt-png-to-ico",
|
|
3325
3808
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3532,12 +4015,12 @@
|
|
|
3532
4015
|
{
|
|
3533
4016
|
"name": "nuxt-vue3-google-signin",
|
|
3534
4017
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3535
|
-
"repo": "
|
|
4018
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3536
4019
|
"npm": "nuxt-vue3-google-signin",
|
|
3537
4020
|
"icon": "vue3-google-signin.svg",
|
|
3538
|
-
"github": "https://github.com/
|
|
3539
|
-
"website": "https://vue3-google-signin.
|
|
3540
|
-
"learn_more": "https://vue3-google-signin.
|
|
4021
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4022
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4023
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3541
4024
|
"category": "Libraries",
|
|
3542
4025
|
"type": "3rd-party",
|
|
3543
4026
|
"maintainers": [
|
|
@@ -3553,7 +4036,7 @@
|
|
|
3553
4036
|
},
|
|
3554
4037
|
{
|
|
3555
4038
|
"name": "nuxt-vuetify",
|
|
3556
|
-
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
4039
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3557
4040
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3558
4041
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3559
4042
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3573,6 +4056,28 @@
|
|
|
3573
4056
|
"requires": {}
|
|
3574
4057
|
}
|
|
3575
4058
|
},
|
|
4059
|
+
{
|
|
4060
|
+
"name": "nuxt3-leaflet",
|
|
4061
|
+
"description": "Leaflet integration with Nuxt",
|
|
4062
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4063
|
+
"npm": "nuxt3-leaflet",
|
|
4064
|
+
"icon": "leaflet.png",
|
|
4065
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4066
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4067
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4068
|
+
"category": "Libraries",
|
|
4069
|
+
"type": "3rd-party",
|
|
4070
|
+
"maintainers": [
|
|
4071
|
+
{
|
|
4072
|
+
"name": "Augustin MERCIER",
|
|
4073
|
+
"github": "Gugustinette"
|
|
4074
|
+
}
|
|
4075
|
+
],
|
|
4076
|
+
"compatibility": {
|
|
4077
|
+
"nuxt": "^3.0.0",
|
|
4078
|
+
"requires": {}
|
|
4079
|
+
}
|
|
4080
|
+
},
|
|
3576
4081
|
{
|
|
3577
4082
|
"name": "nuxt7",
|
|
3578
4083
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3598,13 +4103,13 @@
|
|
|
3598
4103
|
},
|
|
3599
4104
|
{
|
|
3600
4105
|
"name": "og-image",
|
|
3601
|
-
"description": "
|
|
4106
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3602
4107
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3603
4108
|
"npm": "nuxt-og-image",
|
|
3604
|
-
"icon": "",
|
|
4109
|
+
"icon": "og-image.svg",
|
|
3605
4110
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3606
|
-
"website": "https://
|
|
3607
|
-
"learn_more": "",
|
|
4111
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4112
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3608
4113
|
"category": "SEO",
|
|
3609
4114
|
"type": "3rd-party",
|
|
3610
4115
|
"maintainers": [
|
|
@@ -3710,6 +4215,29 @@
|
|
|
3710
4215
|
"requires": {}
|
|
3711
4216
|
}
|
|
3712
4217
|
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "particles",
|
|
4220
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4221
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4222
|
+
"npm": "nuxt-particles",
|
|
4223
|
+
"icon": "",
|
|
4224
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4225
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4226
|
+
"learn_more": "https://particles.js.org/",
|
|
4227
|
+
"category": "Libraries",
|
|
4228
|
+
"type": "3rd-party",
|
|
4229
|
+
"maintainers": [
|
|
4230
|
+
{
|
|
4231
|
+
"name": "Joey Pereira",
|
|
4232
|
+
"github": "Joepocalyptic",
|
|
4233
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4234
|
+
}
|
|
4235
|
+
],
|
|
4236
|
+
"compatibility": {
|
|
4237
|
+
"nuxt": "^3.0.0",
|
|
4238
|
+
"requires": {}
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
3713
4241
|
{
|
|
3714
4242
|
"name": "partytown",
|
|
3715
4243
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3898,6 +4426,30 @@
|
|
|
3898
4426
|
"requires": {}
|
|
3899
4427
|
}
|
|
3900
4428
|
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "prepare",
|
|
4431
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4432
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4433
|
+
"npm": "nuxt-prepare",
|
|
4434
|
+
"icon": "nuxt-prepare.svg",
|
|
4435
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4436
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4437
|
+
"learn_more": "",
|
|
4438
|
+
"category": "Devtools",
|
|
4439
|
+
"type": "3rd-party",
|
|
4440
|
+
"maintainers": [
|
|
4441
|
+
{
|
|
4442
|
+
"name": "Johann Schopplich",
|
|
4443
|
+
"github": "johannschopplich",
|
|
4444
|
+
"twitter": "jschopplich",
|
|
4445
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4446
|
+
}
|
|
4447
|
+
],
|
|
4448
|
+
"compatibility": {
|
|
4449
|
+
"nuxt": "^3.0.0",
|
|
4450
|
+
"requires": {}
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
3901
4453
|
{
|
|
3902
4454
|
"name": "prismic",
|
|
3903
4455
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
@@ -4102,6 +4654,28 @@
|
|
|
4102
4654
|
"requires": {}
|
|
4103
4655
|
}
|
|
4104
4656
|
},
|
|
4657
|
+
{
|
|
4658
|
+
"name": "radash",
|
|
4659
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4660
|
+
"repo": "bbg/nuxt-radash",
|
|
4661
|
+
"npm": "nuxt-radash",
|
|
4662
|
+
"icon": "radash.png",
|
|
4663
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4664
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4665
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4666
|
+
"category": "Libraries",
|
|
4667
|
+
"type": "3rd-party",
|
|
4668
|
+
"maintainers": [
|
|
4669
|
+
{
|
|
4670
|
+
"name": "Batuhan Göksu",
|
|
4671
|
+
"github": "bbg"
|
|
4672
|
+
}
|
|
4673
|
+
],
|
|
4674
|
+
"compatibility": {
|
|
4675
|
+
"nuxt": "^3.0.0",
|
|
4676
|
+
"requires": {}
|
|
4677
|
+
}
|
|
4678
|
+
},
|
|
4105
4679
|
{
|
|
4106
4680
|
"name": "recaptcha",
|
|
4107
4681
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4172,11 +4746,11 @@
|
|
|
4172
4746
|
{
|
|
4173
4747
|
"name": "robots",
|
|
4174
4748
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
4175
|
-
"repo": "nuxt-
|
|
4749
|
+
"repo": "nuxt-modules/robots",
|
|
4176
4750
|
"npm": "@nuxtjs/robots",
|
|
4177
4751
|
"icon": "robots.png",
|
|
4178
|
-
"github": "https://github.com/nuxt-
|
|
4179
|
-
"website": "https://github.com/nuxt-
|
|
4752
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4753
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4180
4754
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4181
4755
|
"category": "SEO",
|
|
4182
4756
|
"type": "community",
|
|
@@ -4288,13 +4862,13 @@
|
|
|
4288
4862
|
},
|
|
4289
4863
|
{
|
|
4290
4864
|
"name": "schema-org",
|
|
4291
|
-
"description": "Schema.org for Nuxt
|
|
4292
|
-
"repo": "
|
|
4865
|
+
"description": "Schema.org for Nuxt.",
|
|
4866
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4293
4867
|
"npm": "nuxt-schema-org",
|
|
4294
4868
|
"icon": "schema-org.svg",
|
|
4295
|
-
"github": "https://github.com/
|
|
4296
|
-
"website": "https://
|
|
4297
|
-
"learn_more": "https://
|
|
4869
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4870
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4871
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4298
4872
|
"category": "SEO",
|
|
4299
4873
|
"type": "3rd-party",
|
|
4300
4874
|
"maintainers": [
|
|
@@ -4382,7 +4956,7 @@
|
|
|
4382
4956
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4383
4957
|
"repo": "nuxt-community/sentry-module",
|
|
4384
4958
|
"npm": "@nuxtjs/sentry",
|
|
4385
|
-
"icon": "sentry.
|
|
4959
|
+
"icon": "sentry.svg",
|
|
4386
4960
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4387
4961
|
"website": "https://sentry.nuxtjs.org/",
|
|
4388
4962
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4399,14 +4973,38 @@
|
|
|
4399
4973
|
"requires": {}
|
|
4400
4974
|
}
|
|
4401
4975
|
},
|
|
4976
|
+
{
|
|
4977
|
+
"name": "seo-experiments",
|
|
4978
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
4979
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
4980
|
+
"npm": "nuxt-seo-experiments",
|
|
4981
|
+
"icon": "seo-experiments.svg",
|
|
4982
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
4983
|
+
"website": "https://nuxtseo.com/experiments",
|
|
4984
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4985
|
+
"category": "SEO",
|
|
4986
|
+
"type": "3rd-party",
|
|
4987
|
+
"maintainers": [
|
|
4988
|
+
{
|
|
4989
|
+
"name": "Harlan Wilton",
|
|
4990
|
+
"github": "harlan-zw",
|
|
4991
|
+
"twitter": "harlan_zw",
|
|
4992
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4993
|
+
}
|
|
4994
|
+
],
|
|
4995
|
+
"compatibility": {
|
|
4996
|
+
"nuxt": "^3.0.0",
|
|
4997
|
+
"requires": {}
|
|
4998
|
+
}
|
|
4999
|
+
},
|
|
4402
5000
|
{
|
|
4403
5001
|
"name": "seo-kit",
|
|
4404
|
-
"description": "
|
|
5002
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4405
5003
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4406
5004
|
"npm": "nuxt-seo-kit",
|
|
4407
5005
|
"icon": "seo-kit.svg",
|
|
4408
5006
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4409
|
-
"website": "https://
|
|
5007
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4410
5008
|
"learn_more": "",
|
|
4411
5009
|
"category": "SEO",
|
|
4412
5010
|
"type": "3rd-party",
|
|
@@ -4489,6 +5087,29 @@
|
|
|
4489
5087
|
"requires": {}
|
|
4490
5088
|
}
|
|
4491
5089
|
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "server-block",
|
|
5092
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5093
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5094
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5095
|
+
"icon": "server-block.svg",
|
|
5096
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5097
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5098
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5099
|
+
"category": "Extensions",
|
|
5100
|
+
"type": "3rd-party",
|
|
5101
|
+
"maintainers": [
|
|
5102
|
+
{
|
|
5103
|
+
"name": "Hebilicious",
|
|
5104
|
+
"github": "Hebilicious",
|
|
5105
|
+
"twitter": "its_hebilicious"
|
|
5106
|
+
}
|
|
5107
|
+
],
|
|
5108
|
+
"compatibility": {
|
|
5109
|
+
"nuxt": "^3.0.0",
|
|
5110
|
+
"requires": {}
|
|
5111
|
+
}
|
|
5112
|
+
},
|
|
4492
5113
|
{
|
|
4493
5114
|
"name": "session",
|
|
4494
5115
|
"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",
|
|
@@ -4581,13 +5202,13 @@
|
|
|
4581
5202
|
},
|
|
4582
5203
|
{
|
|
4583
5204
|
"name": "simple-robots",
|
|
4584
|
-
"description": "
|
|
5205
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4585
5206
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4586
5207
|
"npm": "nuxt-simple-robots",
|
|
4587
|
-
"icon": "",
|
|
5208
|
+
"icon": "simple-robots.svg",
|
|
4588
5209
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4589
|
-
"website": "https://
|
|
4590
|
-
"learn_more": "",
|
|
5210
|
+
"website": "https://nuxtseo.com/robots",
|
|
5211
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4591
5212
|
"category": "SEO",
|
|
4592
5213
|
"type": "3rd-party",
|
|
4593
5214
|
"maintainers": [
|
|
@@ -4605,13 +5226,13 @@
|
|
|
4605
5226
|
},
|
|
4606
5227
|
{
|
|
4607
5228
|
"name": "simple-sitemap",
|
|
4608
|
-
"description": "
|
|
5229
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4609
5230
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4610
5231
|
"npm": "nuxt-simple-sitemap",
|
|
4611
|
-
"icon": "",
|
|
5232
|
+
"icon": "simple-sitemap.svg",
|
|
4612
5233
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4613
|
-
"website": "https://
|
|
4614
|
-
"learn_more": "",
|
|
5234
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5235
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4615
5236
|
"category": "SEO",
|
|
4616
5237
|
"type": "3rd-party",
|
|
4617
5238
|
"maintainers": [
|
|
@@ -4938,10 +5559,10 @@
|
|
|
4938
5559
|
{
|
|
4939
5560
|
"name": "strapi",
|
|
4940
5561
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4941
|
-
"repo": "nuxt-
|
|
5562
|
+
"repo": "nuxt-modules/strapi",
|
|
4942
5563
|
"npm": "@nuxtjs/strapi",
|
|
4943
5564
|
"icon": "strapi.png",
|
|
4944
|
-
"github": "https://github.com/nuxt-
|
|
5565
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4945
5566
|
"website": "https://strapi.nuxtjs.org",
|
|
4946
5567
|
"learn_more": "https://strapi.io/",
|
|
4947
5568
|
"category": "CMS",
|
|
@@ -4965,6 +5586,32 @@
|
|
|
4965
5586
|
}
|
|
4966
5587
|
}
|
|
4967
5588
|
},
|
|
5589
|
+
{
|
|
5590
|
+
"name": "stripe-next",
|
|
5591
|
+
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
5592
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5593
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5594
|
+
"icon": "stripe.png",
|
|
5595
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5596
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5597
|
+
"learn_more": "https://stripe.com/docs",
|
|
5598
|
+
"category": "Payment",
|
|
5599
|
+
"type": "3rd-party",
|
|
5600
|
+
"maintainers": [
|
|
5601
|
+
{
|
|
5602
|
+
"name": "Loic Fuentes",
|
|
5603
|
+
"github": "fuentesloic"
|
|
5604
|
+
},
|
|
5605
|
+
{
|
|
5606
|
+
"name": "Florent Giraud",
|
|
5607
|
+
"github": "flozero"
|
|
5608
|
+
}
|
|
5609
|
+
],
|
|
5610
|
+
"compatibility": {
|
|
5611
|
+
"nuxt": "^3.0.0",
|
|
5612
|
+
"requires": {}
|
|
5613
|
+
}
|
|
5614
|
+
},
|
|
4968
5615
|
{
|
|
4969
5616
|
"name": "stripe",
|
|
4970
5617
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -5058,10 +5705,10 @@
|
|
|
5058
5705
|
{
|
|
5059
5706
|
"name": "supabase",
|
|
5060
5707
|
"description": "First class integration with Supabase",
|
|
5061
|
-
"repo": "nuxt-
|
|
5708
|
+
"repo": "nuxt-modules/supabase",
|
|
5062
5709
|
"npm": "@nuxtjs/supabase",
|
|
5063
5710
|
"icon": "supabase.png",
|
|
5064
|
-
"github": "https://github.com/nuxt-
|
|
5711
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5065
5712
|
"website": "https://supabase.nuxtjs.org",
|
|
5066
5713
|
"learn_more": "https://supabase.com",
|
|
5067
5714
|
"category": "Database",
|
|
@@ -5225,10 +5872,10 @@
|
|
|
5225
5872
|
{
|
|
5226
5873
|
"name": "tailwindcss",
|
|
5227
5874
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5228
|
-
"repo": "nuxt-
|
|
5875
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5229
5876
|
"npm": "@nuxtjs/tailwindcss",
|
|
5230
5877
|
"icon": "tailwindcss.png",
|
|
5231
|
-
"github": "https://github.com/nuxt-
|
|
5878
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5232
5879
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5233
5880
|
"learn_more": "https://tailwindcss.com/",
|
|
5234
5881
|
"category": "UI",
|
|
@@ -5238,6 +5885,10 @@
|
|
|
5238
5885
|
"name": "Sébastien Chopin",
|
|
5239
5886
|
"github": "Atinux",
|
|
5240
5887
|
"twitter": "Atinux"
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"name": "Inesh Bose",
|
|
5891
|
+
"github": "ineshbose"
|
|
5241
5892
|
}
|
|
5242
5893
|
],
|
|
5243
5894
|
"compatibility": {
|
|
@@ -5268,6 +5919,28 @@
|
|
|
5268
5919
|
"requires": {}
|
|
5269
5920
|
}
|
|
5270
5921
|
},
|
|
5922
|
+
{
|
|
5923
|
+
"name": "time",
|
|
5924
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5925
|
+
"repo": "danielroe/nuxt-time",
|
|
5926
|
+
"npm": "nuxt-time",
|
|
5927
|
+
"icon": "",
|
|
5928
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5929
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5930
|
+
"learn_more": "",
|
|
5931
|
+
"category": "Extensions",
|
|
5932
|
+
"type": "3rd-party",
|
|
5933
|
+
"maintainers": [
|
|
5934
|
+
{
|
|
5935
|
+
"name": "danielroe",
|
|
5936
|
+
"github": "danielroe"
|
|
5937
|
+
}
|
|
5938
|
+
],
|
|
5939
|
+
"compatibility": {
|
|
5940
|
+
"nuxt": "^3.0.0",
|
|
5941
|
+
"requires": {}
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
5271
5944
|
{
|
|
5272
5945
|
"name": "toast",
|
|
5273
5946
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5291,6 +5964,39 @@
|
|
|
5291
5964
|
"requires": {}
|
|
5292
5965
|
}
|
|
5293
5966
|
},
|
|
5967
|
+
{
|
|
5968
|
+
"name": "tresjs",
|
|
5969
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5970
|
+
"repo": "tresjs/nuxt",
|
|
5971
|
+
"npm": "@tresjs/nuxt",
|
|
5972
|
+
"icon": "tresjs.svg",
|
|
5973
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5974
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5975
|
+
"learn_more": "https://tresjs.org/",
|
|
5976
|
+
"category": "Libraries",
|
|
5977
|
+
"type": "3rd-party",
|
|
5978
|
+
"maintainers": [
|
|
5979
|
+
{
|
|
5980
|
+
"name": "Alvaro Saburido",
|
|
5981
|
+
"github": "alvarosabu",
|
|
5982
|
+
"twitter": "alvarosabu"
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"name": "Jaime Torrealba",
|
|
5986
|
+
"github": "JaimeTorrealba",
|
|
5987
|
+
"twitter": "jaimebboyjt"
|
|
5988
|
+
},
|
|
5989
|
+
{
|
|
5990
|
+
"name": "Tino Koch",
|
|
5991
|
+
"github": "Tinoooo",
|
|
5992
|
+
"twitter": "ichbintino"
|
|
5993
|
+
}
|
|
5994
|
+
],
|
|
5995
|
+
"compatibility": {
|
|
5996
|
+
"nuxt": "^3.0.0",
|
|
5997
|
+
"requires": {}
|
|
5998
|
+
}
|
|
5999
|
+
},
|
|
5294
6000
|
{
|
|
5295
6001
|
"name": "turnstile",
|
|
5296
6002
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5340,6 +6046,28 @@
|
|
|
5340
6046
|
}
|
|
5341
6047
|
}
|
|
5342
6048
|
},
|
|
6049
|
+
{
|
|
6050
|
+
"name": "twemoji",
|
|
6051
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6052
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6053
|
+
"npm": "nuxt-twemoji",
|
|
6054
|
+
"icon": "twemoji.svg",
|
|
6055
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6056
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6057
|
+
"learn_more": "",
|
|
6058
|
+
"category": "UI",
|
|
6059
|
+
"type": "3rd-party",
|
|
6060
|
+
"maintainers": [
|
|
6061
|
+
{
|
|
6062
|
+
"name": "Yizack Rangel",
|
|
6063
|
+
"github": "yizack"
|
|
6064
|
+
}
|
|
6065
|
+
],
|
|
6066
|
+
"compatibility": {
|
|
6067
|
+
"nuxt": "^3.0.0",
|
|
6068
|
+
"requires": {}
|
|
6069
|
+
}
|
|
6070
|
+
},
|
|
5343
6071
|
{
|
|
5344
6072
|
"name": "twicpics",
|
|
5345
6073
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5484,6 +6212,39 @@
|
|
|
5484
6212
|
"requires": {}
|
|
5485
6213
|
}
|
|
5486
6214
|
},
|
|
6215
|
+
{
|
|
6216
|
+
"name": "ui",
|
|
6217
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6218
|
+
"repo": "nuxt/ui#dev",
|
|
6219
|
+
"npm": "@nuxt/ui",
|
|
6220
|
+
"icon": "nuxt.svg",
|
|
6221
|
+
"github": "https://github.com/nuxt/ui",
|
|
6222
|
+
"website": "https://ui.nuxt.com",
|
|
6223
|
+
"learn_more": "",
|
|
6224
|
+
"category": "UI",
|
|
6225
|
+
"type": "official",
|
|
6226
|
+
"maintainers": [
|
|
6227
|
+
{
|
|
6228
|
+
"name": "Benjamin Canac",
|
|
6229
|
+
"github": "benjamincanac",
|
|
6230
|
+
"twitter": "benjamincanac"
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"name": "Sebastien Chopin",
|
|
6234
|
+
"github": "Atinux",
|
|
6235
|
+
"twitter": "Atinux"
|
|
6236
|
+
},
|
|
6237
|
+
{
|
|
6238
|
+
"name": "Sylvain Marroufin",
|
|
6239
|
+
"github": "smarroufin",
|
|
6240
|
+
"twitter": "smarroufin"
|
|
6241
|
+
}
|
|
6242
|
+
],
|
|
6243
|
+
"compatibility": {
|
|
6244
|
+
"nuxt": "^3.0.0",
|
|
6245
|
+
"requires": {}
|
|
6246
|
+
}
|
|
6247
|
+
},
|
|
5487
6248
|
{
|
|
5488
6249
|
"name": "umami",
|
|
5489
6250
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5655,6 +6416,30 @@
|
|
|
5655
6416
|
"requires": {}
|
|
5656
6417
|
}
|
|
5657
6418
|
},
|
|
6419
|
+
{
|
|
6420
|
+
"name": "use-wagmi",
|
|
6421
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6422
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6423
|
+
"npm": "@use-wagmi/nuxt",
|
|
6424
|
+
"icon": "use-wagmi.png",
|
|
6425
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6426
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6427
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6428
|
+
"category": "Extensions",
|
|
6429
|
+
"type": "3rd-party",
|
|
6430
|
+
"maintainers": [
|
|
6431
|
+
{
|
|
6432
|
+
"name": "Unic Ape",
|
|
6433
|
+
"github": "unicape"
|
|
6434
|
+
}
|
|
6435
|
+
],
|
|
6436
|
+
"compatibility": {
|
|
6437
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6438
|
+
"requires": {
|
|
6439
|
+
"bridge": true
|
|
6440
|
+
}
|
|
6441
|
+
}
|
|
6442
|
+
},
|
|
5658
6443
|
{
|
|
5659
6444
|
"name": "user-agent",
|
|
5660
6445
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5747,6 +6532,28 @@
|
|
|
5747
6532
|
}
|
|
5748
6533
|
}
|
|
5749
6534
|
},
|
|
6535
|
+
{
|
|
6536
|
+
"name": "vcalendar",
|
|
6537
|
+
"description": "VCalendar module for Nuxt",
|
|
6538
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6539
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6540
|
+
"icon": "vcalendar.png",
|
|
6541
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6542
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6543
|
+
"learn_more": "",
|
|
6544
|
+
"category": "Libraries",
|
|
6545
|
+
"type": "3rd-party",
|
|
6546
|
+
"maintainers": [
|
|
6547
|
+
{
|
|
6548
|
+
"name": "Sam K",
|
|
6549
|
+
"github": "samk-dev"
|
|
6550
|
+
}
|
|
6551
|
+
],
|
|
6552
|
+
"compatibility": {
|
|
6553
|
+
"nuxt": "^3.0.0",
|
|
6554
|
+
"requires": {}
|
|
6555
|
+
}
|
|
6556
|
+
},
|
|
5750
6557
|
{
|
|
5751
6558
|
"name": "vee-validate",
|
|
5752
6559
|
"description": "Painless Vue forms for Nuxt.js",
|
|
@@ -5792,6 +6599,28 @@
|
|
|
5792
6599
|
"requires": {}
|
|
5793
6600
|
}
|
|
5794
6601
|
},
|
|
6602
|
+
{
|
|
6603
|
+
"name": "vercel-analytics",
|
|
6604
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6605
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6606
|
+
"npm": "nuxt-vercel-analytics",
|
|
6607
|
+
"icon": "",
|
|
6608
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6609
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6610
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6611
|
+
"category": "Analytics",
|
|
6612
|
+
"type": "3rd-party",
|
|
6613
|
+
"maintainers": [
|
|
6614
|
+
{
|
|
6615
|
+
"name": "Alexander B.",
|
|
6616
|
+
"github": "xanderbarkhatov"
|
|
6617
|
+
}
|
|
6618
|
+
],
|
|
6619
|
+
"compatibility": {
|
|
6620
|
+
"nuxt": "^3.0.0",
|
|
6621
|
+
"requires": {}
|
|
6622
|
+
}
|
|
6623
|
+
},
|
|
5795
6624
|
{
|
|
5796
6625
|
"name": "vexip-ui",
|
|
5797
6626
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5846,13 +6675,13 @@
|
|
|
5846
6675
|
{
|
|
5847
6676
|
"name": "vitest",
|
|
5848
6677
|
"description": "Vitest integration with Nuxt",
|
|
5849
|
-
"repo": "danielroe/nuxt-vitest
|
|
6678
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5850
6679
|
"npm": "nuxt-vitest",
|
|
5851
6680
|
"icon": "vitest.svg",
|
|
5852
6681
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5853
6682
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5854
6683
|
"learn_more": "",
|
|
5855
|
-
"category": "
|
|
6684
|
+
"category": "Devtools",
|
|
5856
6685
|
"type": "3rd-party",
|
|
5857
6686
|
"maintainers": [
|
|
5858
6687
|
{
|
|
@@ -5869,15 +6698,45 @@
|
|
|
5869
6698
|
"requires": {}
|
|
5870
6699
|
}
|
|
5871
6700
|
},
|
|
6701
|
+
{
|
|
6702
|
+
"name": "vue-email",
|
|
6703
|
+
"description": "Write email templates with vue",
|
|
6704
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6705
|
+
"npm": "vue-email",
|
|
6706
|
+
"icon": "vue-email.svg",
|
|
6707
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6708
|
+
"website": "https://vue-email.vercel.app/",
|
|
6709
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6710
|
+
"category": "UI",
|
|
6711
|
+
"type": "3rd-party",
|
|
6712
|
+
"maintainers": [
|
|
6713
|
+
{
|
|
6714
|
+
"name": "David Arenas",
|
|
6715
|
+
"github": "Dave136",
|
|
6716
|
+
"twitter": "davejs4",
|
|
6717
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6718
|
+
},
|
|
6719
|
+
{
|
|
6720
|
+
"name": "Younes Barrad",
|
|
6721
|
+
"github": "Flowko",
|
|
6722
|
+
"twitter": "imflowko",
|
|
6723
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6724
|
+
}
|
|
6725
|
+
],
|
|
6726
|
+
"compatibility": {
|
|
6727
|
+
"nuxt": "^3.0.0",
|
|
6728
|
+
"requires": {}
|
|
6729
|
+
}
|
|
6730
|
+
},
|
|
5872
6731
|
{
|
|
5873
6732
|
"name": "vue-macros",
|
|
5874
|
-
"description": "Explore
|
|
5875
|
-
"repo": "sxzz/
|
|
6733
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6734
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5876
6735
|
"npm": "@vue-macros/nuxt",
|
|
5877
6736
|
"icon": "vue-macros.svg",
|
|
5878
|
-
"github": "https://github.com/sxzz/
|
|
6737
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5879
6738
|
"website": "https://vue-macros.sxzz.moe",
|
|
5880
|
-
"learn_more": "https://github.com/sxzz/
|
|
6739
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5881
6740
|
"category": "Extensions",
|
|
5882
6741
|
"type": "3rd-party",
|
|
5883
6742
|
"maintainers": [
|
|
@@ -5960,6 +6819,29 @@
|
|
|
5960
6819
|
"requires": {}
|
|
5961
6820
|
}
|
|
5962
6821
|
},
|
|
6822
|
+
{
|
|
6823
|
+
"name": "vue-query",
|
|
6824
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6825
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6826
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6827
|
+
"icon": "vue-query.svg",
|
|
6828
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6829
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6830
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6831
|
+
"category": "Request",
|
|
6832
|
+
"type": "3rd-party",
|
|
6833
|
+
"maintainers": [
|
|
6834
|
+
{
|
|
6835
|
+
"name": "Hebilicious",
|
|
6836
|
+
"github": "Hebilicious",
|
|
6837
|
+
"twitter": "its_hebilicious"
|
|
6838
|
+
}
|
|
6839
|
+
],
|
|
6840
|
+
"compatibility": {
|
|
6841
|
+
"nuxt": "^3.0.0",
|
|
6842
|
+
"requires": {}
|
|
6843
|
+
}
|
|
6844
|
+
},
|
|
5963
6845
|
{
|
|
5964
6846
|
"name": "vue-select",
|
|
5965
6847
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6030,6 +6912,29 @@
|
|
|
6030
6912
|
"requires": {}
|
|
6031
6913
|
}
|
|
6032
6914
|
},
|
|
6915
|
+
{
|
|
6916
|
+
"name": "vue3-carousel-nuxt",
|
|
6917
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6918
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6919
|
+
"npm": "vue3-carousel-nuxt",
|
|
6920
|
+
"icon": "",
|
|
6921
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6922
|
+
"website": "",
|
|
6923
|
+
"learn_more": "",
|
|
6924
|
+
"category": "UI",
|
|
6925
|
+
"type": "3rd-party",
|
|
6926
|
+
"maintainers": [
|
|
6927
|
+
{
|
|
6928
|
+
"name": "Gaetan SENN",
|
|
6929
|
+
"github": "gaetansenn",
|
|
6930
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6931
|
+
}
|
|
6932
|
+
],
|
|
6933
|
+
"compatibility": {
|
|
6934
|
+
"nuxt": "^3.0.0",
|
|
6935
|
+
"requires": {}
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6033
6938
|
{
|
|
6034
6939
|
"name": "vuefire",
|
|
6035
6940
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6074,6 +6979,28 @@
|
|
|
6074
6979
|
"requires": {}
|
|
6075
6980
|
}
|
|
6076
6981
|
},
|
|
6982
|
+
{
|
|
6983
|
+
"name": "vuetify-nuxt-module",
|
|
6984
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6985
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6986
|
+
"npm": "vuetify-nuxt-module",
|
|
6987
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6988
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6989
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6990
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6991
|
+
"category": "UI",
|
|
6992
|
+
"type": "3rd-party",
|
|
6993
|
+
"maintainers": [
|
|
6994
|
+
{
|
|
6995
|
+
"name": "Joaquín Sánchez",
|
|
6996
|
+
"github": "userquin"
|
|
6997
|
+
}
|
|
6998
|
+
],
|
|
6999
|
+
"compatibility": {
|
|
7000
|
+
"nuxt": "^3.0.0",
|
|
7001
|
+
"requires": {}
|
|
7002
|
+
}
|
|
7003
|
+
},
|
|
6077
7004
|
{
|
|
6078
7005
|
"name": "vuetify",
|
|
6079
7006
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -6174,11 +7101,11 @@
|
|
|
6174
7101
|
{
|
|
6175
7102
|
"name": "web-vitals",
|
|
6176
7103
|
"description": "Web Vitals for Nuxt",
|
|
6177
|
-
"repo": "nuxt-
|
|
7104
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6178
7105
|
"npm": "@nuxtjs/web-vitals",
|
|
6179
7106
|
"icon": "web-vitals.png",
|
|
6180
|
-
"github": "https://github.com/nuxt-
|
|
6181
|
-
"website": "https://github.com/nuxt-
|
|
7107
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7108
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6182
7109
|
"learn_more": "",
|
|
6183
7110
|
"category": "Performance",
|
|
6184
7111
|
"type": "community",
|
|
@@ -6341,6 +7268,32 @@
|
|
|
6341
7268
|
"requires": {}
|
|
6342
7269
|
}
|
|
6343
7270
|
},
|
|
7271
|
+
{
|
|
7272
|
+
"name": "wideangle",
|
|
7273
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7274
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7275
|
+
"npm": "wideangle-nuxt",
|
|
7276
|
+
"icon": "wideangle.png",
|
|
7277
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7278
|
+
"website": "https://wideangle.co",
|
|
7279
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7280
|
+
"category": "Analytics",
|
|
7281
|
+
"type": "3rd-party",
|
|
7282
|
+
"maintainers": [
|
|
7283
|
+
{
|
|
7284
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7285
|
+
"github": "inputobjects"
|
|
7286
|
+
},
|
|
7287
|
+
{
|
|
7288
|
+
"name": "Jarek Rozanski",
|
|
7289
|
+
"github": "jrozanski"
|
|
7290
|
+
}
|
|
7291
|
+
],
|
|
7292
|
+
"compatibility": {
|
|
7293
|
+
"nuxt": "^3.0.0",
|
|
7294
|
+
"requires": {}
|
|
7295
|
+
}
|
|
7296
|
+
},
|
|
6344
7297
|
{
|
|
6345
7298
|
"name": "windicss",
|
|
6346
7299
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6484,52 +7437,6 @@
|
|
|
6484
7437
|
"requires": {}
|
|
6485
7438
|
}
|
|
6486
7439
|
},
|
|
6487
|
-
{
|
|
6488
|
-
"name": "yandex-metrika-next",
|
|
6489
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6490
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6491
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6492
|
-
"icon": "yandex-metrika.svg",
|
|
6493
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6494
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6495
|
-
"learn_more": "",
|
|
6496
|
-
"category": "Analytics",
|
|
6497
|
-
"type": "3rd-party",
|
|
6498
|
-
"maintainers": [
|
|
6499
|
-
{
|
|
6500
|
-
"name": "Aleksandr Saburov",
|
|
6501
|
-
"github": "artmizu",
|
|
6502
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6503
|
-
}
|
|
6504
|
-
],
|
|
6505
|
-
"compatibility": {
|
|
6506
|
-
"nuxt": "^3.0.0",
|
|
6507
|
-
"requires": {}
|
|
6508
|
-
}
|
|
6509
|
-
},
|
|
6510
|
-
{
|
|
6511
|
-
"name": "yandex-metrika",
|
|
6512
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6513
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6514
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6515
|
-
"icon": "",
|
|
6516
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6517
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6518
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6519
|
-
"category": "Analytics",
|
|
6520
|
-
"type": "community",
|
|
6521
|
-
"maintainers": [
|
|
6522
|
-
{
|
|
6523
|
-
"name": "Pooya Parsa",
|
|
6524
|
-
"github": "pi0",
|
|
6525
|
-
"twitter": "_pi0_"
|
|
6526
|
-
}
|
|
6527
|
-
],
|
|
6528
|
-
"compatibility": {
|
|
6529
|
-
"nuxt": "^2.0.0",
|
|
6530
|
-
"requires": {}
|
|
6531
|
-
}
|
|
6532
|
-
},
|
|
6533
7440
|
{
|
|
6534
7441
|
"name": "zendesk",
|
|
6535
7442
|
"description": "Nuxt.js module for Zendesk",
|