@nuxt/modules 0.6.0-079a00 → 0.6.0-0cb64e

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.
Files changed (2) hide show
  1. package/modules.json +1385 -125
  2. package/package.json +8 -8
package/modules.json CHANGED
@@ -125,21 +125,20 @@
125
125
  }
126
126
  },
127
127
  {
128
- "name": "prometheus",
129
- "description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
130
- "repo": "artmizu/nuxt-prometheus",
131
- "npm": "@artmizu/nuxt-prometheus",
132
- "icon": "prometheus.svg",
133
- "github": "https://github.com/artmizu/nuxt-prometheus",
134
- "website": "",
128
+ "name": "animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
132
+ "icon": "",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
135
  "learn_more": "",
136
- "category": "Monitoring",
136
+ "category": "Libraries",
137
137
  "type": "3rd-party",
138
138
  "maintainers": [
139
139
  {
140
- "name": "Aleksandr Saburov",
141
- "github": "artmizu",
142
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
140
+ "name": "ivodolenc",
141
+ "github": "ivodolenc"
143
142
  }
144
143
  ],
145
144
  "compatibility": {
@@ -148,25 +147,27 @@
148
147
  }
149
148
  },
150
149
  {
151
- "name": "animejs",
152
- "description": "Anime.js module for Nuxt.js",
153
- "repo": "ivodolenc/nuxt-animejs",
154
- "npm": "nuxt-animejs",
155
- "icon": "",
156
- "github": "https://github.com/ivodolenc/nuxt-animejs",
157
- "website": "https://github.com/ivodolenc/nuxt-animejs",
158
- "learn_more": "",
159
- "category": "Libraries",
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",
160
159
  "type": "3rd-party",
161
160
  "maintainers": [
162
161
  {
163
- "name": "ivodolenc",
164
- "github": "ivodolenc"
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
165
164
  }
166
165
  ],
167
166
  "compatibility": {
168
- "nuxt": "^2.0.0",
169
- "requires": {}
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
170
171
  }
171
172
  },
172
173
  {
@@ -176,7 +177,7 @@
176
177
  "npm": "nuxt-api-party",
177
178
  "icon": "api-party.svg",
178
179
  "github": "https://github.com/johannschopplich/nuxt-api-party",
179
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
180
+ "website": "https://nuxt-api-party.jhnn.dev/",
180
181
  "learn_more": "",
181
182
  "category": "Request",
182
183
  "type": "3rd-party",
@@ -272,7 +273,7 @@
272
273
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
273
274
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
274
275
  "learn_more": "",
275
- "category": "Request",
276
+ "category": "Database",
276
277
  "type": "3rd-party",
277
278
  "maintainers": [
278
279
  {
@@ -285,6 +286,51 @@
285
286
  "requires": {}
286
287
  }
287
288
  },
289
+ {
290
+ "name": "arco-design-nuxt-module",
291
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
292
+ "repo": "wiidede/arco-design-nuxt-module",
293
+ "npm": "arco-design-nuxt-module",
294
+ "icon": "arco-design.svg",
295
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
296
+ "website": "https://arco.design/vue",
297
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
298
+ "category": "UI",
299
+ "type": "3rd-party",
300
+ "maintainers": [
301
+ {
302
+ "name": "wiidede",
303
+ "github": "wiidede"
304
+ }
305
+ ],
306
+ "compatibility": {
307
+ "nuxt": "^3.0.0",
308
+ "requires": {}
309
+ }
310
+ },
311
+ {
312
+ "name": "ark-ui",
313
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
314
+ "repo": "iamdin/nuxt-ark-ui",
315
+ "npm": "nuxt-ark-ui",
316
+ "icon": "ark-ui.svg",
317
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
318
+ "website": "https://ark-ui.com/",
319
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "Din",
325
+ "github": "iamdin",
326
+ "twitter": "iamdinq"
327
+ }
328
+ ],
329
+ "compatibility": {
330
+ "nuxt": "^3.0.0",
331
+ "requires": {}
332
+ }
333
+ },
288
334
  {
289
335
  "name": "auth",
290
336
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
@@ -312,6 +358,29 @@
312
358
  "requires": {}
313
359
  }
314
360
  },
361
+ {
362
+ "name": "authjs",
363
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
364
+ "repo": "Hebilicious/authjs-nuxt#main",
365
+ "npm": "@hebilicious/authjs-nuxt",
366
+ "icon": "authjs.png",
367
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
368
+ "website": "https://authjs-nuxt.pages.dev/",
369
+ "learn_more": "https://authjs.dev/",
370
+ "category": "Security",
371
+ "type": "3rd-party",
372
+ "maintainers": [
373
+ {
374
+ "name": "Hebilicious",
375
+ "github": "Hebilicious",
376
+ "twitter": "its_hebilicious"
377
+ }
378
+ ],
379
+ "compatibility": {
380
+ "nuxt": "^3.0.0",
381
+ "requires": {}
382
+ }
383
+ },
315
384
  {
316
385
  "name": "axios",
317
386
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -549,6 +618,28 @@
549
618
  "requires": {}
550
619
  }
551
620
  },
621
+ {
622
+ "name": "capo",
623
+ "description": "Capo.js implementation for Nuxt 3",
624
+ "repo": "danielroe/nuxt-capo",
625
+ "npm": "nuxt-capo",
626
+ "icon": "",
627
+ "github": "https://github.com/danielroe/nuxt-capo",
628
+ "website": "https://github.com/danielroe/nuxt-capo",
629
+ "learn_more": "",
630
+ "category": "Performance",
631
+ "type": "3rd-party",
632
+ "maintainers": [
633
+ {
634
+ "name": "danielroe",
635
+ "github": "danielroe"
636
+ }
637
+ ],
638
+ "compatibility": {
639
+ "nuxt": "^3.0.0",
640
+ "requires": {}
641
+ }
642
+ },
552
643
  {
553
644
  "name": "chakra-ui",
554
645
  "description": "Chakra UI Module for Nuxt.js",
@@ -574,11 +665,11 @@
574
665
  {
575
666
  "name": "chatwoot",
576
667
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
577
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
578
- "npm": "@huntersofbook/chatwoot-nuxt",
668
+ "repo": "productdevbookcom/chatwoot",
669
+ "npm": "@productdevbook/chatwoot",
579
670
  "icon": "chatwoot.png",
580
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
581
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
671
+ "github": "https://github.com/productdevbookcom/chatwoot",
672
+ "website": "https://github.com/productdevbookcom/chatwoot",
582
673
  "learn_more": "https://www.chatwoot.com",
583
674
  "category": "Libraries",
584
675
  "type": "3rd-party",
@@ -615,6 +706,29 @@
615
706
  "requires": {}
616
707
  }
617
708
  },
709
+ {
710
+ "name": "clarity-analytics",
711
+ "description": "Clarity Analytics Module for Nuxt",
712
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
713
+ "npm": "nuxt-clarity-analytics",
714
+ "icon": "",
715
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
716
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
717
+ "learn_more": "https://clarity.microsoft.com/",
718
+ "category": "Analytics",
719
+ "type": "3rd-party",
720
+ "maintainers": [
721
+ {
722
+ "name": "Barbapapazes",
723
+ "github": "Barbapapazes",
724
+ "twitter": "soubiran_"
725
+ }
726
+ ],
727
+ "compatibility": {
728
+ "nuxt": "^3.0.0",
729
+ "requires": {}
730
+ }
731
+ },
618
732
  {
619
733
  "name": "client-init",
620
734
  "description": "Provide client version of `nuxtServerInit`.",
@@ -689,10 +803,10 @@
689
803
  {
690
804
  "name": "cloudinary",
691
805
  "description": "Optimize images and videos in your Nuxt.js application",
692
- "repo": "nuxt-community/cloudinary-module",
806
+ "repo": "nuxt-modules/cloudinary",
693
807
  "npm": "@nuxtjs/cloudinary",
694
808
  "icon": "cloudinary.png",
695
- "github": "https://github.com/nuxt-community/cloudinary-module",
809
+ "github": "https://github.com/nuxt-modules/cloudinary",
696
810
  "website": "https://cloudinary.nuxtjs.org",
697
811
  "learn_more": "https://cloudinary.com",
698
812
  "category": "Images",
@@ -712,10 +826,10 @@
712
826
  {
713
827
  "name": "color-mode",
714
828
  "description": "Dark and Light mode for NuxtJS with auto detection",
715
- "repo": "nuxt-community/color-mode-module",
829
+ "repo": "nuxt-modules/color-mode",
716
830
  "npm": "@nuxtjs/color-mode",
717
831
  "icon": "color-mode.png",
718
- "github": "https://github.com/nuxt-community/color-mode-module",
832
+ "github": "https://github.com/nuxt-modules/color-mode",
719
833
  "website": "https://color-mode.nuxtjs.org",
720
834
  "learn_more": "",
721
835
  "category": "UI",
@@ -780,12 +894,35 @@
780
894
  "requires": {}
781
895
  }
782
896
  },
897
+ {
898
+ "name": "content-assets",
899
+ "description": "Enable locally-located assets in Nuxt Content",
900
+ "repo": "davestewart/nuxt-content-assets",
901
+ "npm": "nuxt-content-assets",
902
+ "icon": "content-assets.png",
903
+ "github": "https://github.com/davestewart/nuxt-content-assets",
904
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
905
+ "learn_more": "",
906
+ "category": "Images",
907
+ "type": "3rd-party",
908
+ "maintainers": [
909
+ {
910
+ "name": "davestewart",
911
+ "github": "davestewart",
912
+ "twitter": "dave_stewart"
913
+ }
914
+ ],
915
+ "compatibility": {
916
+ "nuxt": "^3.0.0",
917
+ "requires": {}
918
+ }
919
+ },
783
920
  {
784
921
  "name": "content",
785
922
  "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
923
  "repo": "nuxt/content#main",
787
924
  "npm": "@nuxt/content",
788
- "icon": "nuxt.png",
925
+ "icon": "nuxt.svg",
789
926
  "github": "https://github.com/nuxt/content",
790
927
  "website": "https://content.nuxtjs.org",
791
928
  "learn_more": "",
@@ -952,11 +1089,11 @@
952
1089
  }
953
1090
  },
954
1091
  {
955
- "name": "datocms",
956
- "description": "DatoCMS integration for Nuxt.js",
1092
+ "name": "datocms-nuxt2",
1093
+ "description": "DatoCMS integration for Nuxt.js v2",
957
1094
  "repo": "voorhoede/nuxt-datocms-module",
958
1095
  "npm": "@voorhoede/nuxt-datocms-module",
959
- "icon": "datocms.png",
1096
+ "icon": "datocms.svg",
960
1097
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
961
1098
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
962
1099
  "learn_more": "https://www.datocms.com/",
@@ -973,33 +1110,57 @@
973
1110
  "requires": {}
974
1111
  }
975
1112
  },
1113
+ {
1114
+ "name": "datocms",
1115
+ "description": "DatoCMS module for Nuxt",
1116
+ "repo": "hex-digital/nuxt-datocms",
1117
+ "npm": "@hexdigital/nuxt-datocms",
1118
+ "icon": "datocms.svg",
1119
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1120
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1121
+ "learn_more": "https://www.datocms.com/",
1122
+ "category": "CMS",
1123
+ "type": "3rd-party",
1124
+ "maintainers": [
1125
+ {
1126
+ "name": "Jamie Warburton",
1127
+ "github": "jamiewarb",
1128
+ "twitter": "jamiewarb",
1129
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1130
+ }
1131
+ ],
1132
+ "compatibility": {
1133
+ "nuxt": "^3.0.0",
1134
+ "requires": {}
1135
+ }
1136
+ },
976
1137
  {
977
1138
  "name": "dayjs",
978
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
979
- "repo": "nuxt-community/dayjs-module",
980
- "npm": "@nuxtjs/dayjs",
1139
+ "description": "Day.js module for Nuxt",
1140
+ "repo": "fumeapp/dayjs",
1141
+ "npm": "dayjs-nuxt",
981
1142
  "icon": "day-js.png",
982
- "github": "https://github.com/nuxt-community/dayjs-module",
983
- "website": "https://github.com/nuxt-community/dayjs-module",
1143
+ "github": "https://github.com/fumeapp/dayjs",
1144
+ "website": "https://github.com/fumeapp/dayjs",
984
1145
  "learn_more": "https://day.js.org/",
985
- "category": "Date",
986
- "type": "community",
1146
+ "category": "Libraries",
1147
+ "type": "3rd-party",
987
1148
  "maintainers": [
988
1149
  {
989
- "name": "Takuma HANATANI",
990
- "github": "potato4d",
991
- "twitter": "potato4d"
1150
+ "name": "Kevin Olson",
1151
+ "github": "acidjazz",
1152
+ "twitter": "AppFume"
992
1153
  }
993
1154
  ],
994
1155
  "compatibility": {
995
- "nuxt": "^2.0.0",
1156
+ "nuxt": "^3.0.0",
996
1157
  "requires": {}
997
1158
  }
998
1159
  },
999
1160
  {
1000
1161
  "name": "delay-hydration",
1001
1162
  "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1002
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1163
+ "repo": "harlan-zw/nuxt-delay-hydration",
1003
1164
  "npm": "nuxt-delay-hydration",
1004
1165
  "icon": "lighthouse.svg",
1005
1166
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1041,15 +1202,38 @@
1041
1202
  "requires": {}
1042
1203
  }
1043
1204
  },
1205
+ {
1206
+ "name": "devtools",
1207
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1208
+ "repo": "nuxt/devtools#main/packages/devtools",
1209
+ "npm": "@nuxt/devtools",
1210
+ "icon": "nuxt.svg",
1211
+ "github": "https://github.com/nuxt/devtools",
1212
+ "website": "https://devtools.nuxtjs.org/",
1213
+ "learn_more": "",
1214
+ "category": "Devtools",
1215
+ "type": "official",
1216
+ "maintainers": [
1217
+ {
1218
+ "name": "Anthony Fu",
1219
+ "github": "antfu",
1220
+ "twitter": "antfu7"
1221
+ }
1222
+ ],
1223
+ "compatibility": {
1224
+ "nuxt": "^3.0.0",
1225
+ "requires": {}
1226
+ }
1227
+ },
1044
1228
  {
1045
1229
  "name": "directus",
1046
- "description": "Easily connect your Nuxt3 application to your directus server.",
1230
+ "description": "Easily connect your Nuxt application to your directus server.",
1047
1231
  "repo": "intevel/nuxt-directus",
1048
1232
  "npm": "nuxt-directus",
1049
1233
  "icon": "directus.svg",
1050
- "github": "https://github.com/directus/nuxt-directus/",
1051
- "website": "https://nuxt-directus.netlify.app/",
1052
- "learn_more": "https://nuxt-directus.netlify.app/",
1234
+ "github": "https://github.com/intevel/nuxt-directus/",
1235
+ "website": "https://nuxt-directus.site/",
1236
+ "learn_more": "https://nuxt-directus.site/",
1053
1237
  "category": "CMS",
1054
1238
  "type": "3rd-party",
1055
1239
  "maintainers": [
@@ -1060,10 +1244,30 @@
1060
1244
  }
1061
1245
  ],
1062
1246
  "compatibility": {
1063
- "nuxt": "^2.0.0 || ^3.0.0",
1064
- "requires": {
1065
- "bridge": true
1247
+ "nuxt": "^3.0.0",
1248
+ "requires": {}
1249
+ }
1250
+ },
1251
+ {
1252
+ "name": "disqus",
1253
+ "description": "Disqus for Nuxt 3",
1254
+ "repo": "modbender/nuxt-disqus",
1255
+ "npm": "nuxt-disqus",
1256
+ "icon": "disqus.svg",
1257
+ "github": "https://github.com/modbender/nuxt-disqus",
1258
+ "website": "https://github.com/modbender/nuxt-disqus",
1259
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1260
+ "category": "Libraries",
1261
+ "type": "3rd-party",
1262
+ "maintainers": [
1263
+ {
1264
+ "name": "modbender",
1265
+ "github": "modbender"
1066
1266
  }
1267
+ ],
1268
+ "compatibility": {
1269
+ "nuxt": "^3.0.0",
1270
+ "requires": {}
1067
1271
  }
1068
1272
  },
1069
1273
  {
@@ -1461,6 +1665,29 @@
1461
1665
  "requires": {}
1462
1666
  }
1463
1667
  },
1668
+ {
1669
+ "name": "form-actions",
1670
+ "description": "A set of features and composables to interact with forms and server data.",
1671
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1672
+ "npm": "@hebilicious/form-actions-nuxt",
1673
+ "icon": "form-actions.svg",
1674
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1675
+ "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1676
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1677
+ "category": "Request",
1678
+ "type": "3rd-party",
1679
+ "maintainers": [
1680
+ {
1681
+ "name": "Hebilicious",
1682
+ "github": "Hebilicious",
1683
+ "twitter": "its_hebilicious"
1684
+ }
1685
+ ],
1686
+ "compatibility": {
1687
+ "nuxt": "^3.0.0",
1688
+ "requires": {}
1689
+ }
1690
+ },
1464
1691
  {
1465
1692
  "name": "formkit",
1466
1693
  "description": "Seamless FormKit integration for Nuxt",
@@ -1594,11 +1821,11 @@
1594
1821
  {
1595
1822
  "name": "google-fonts",
1596
1823
  "description": "Google Fonts module for NuxtJS",
1597
- "repo": "nuxt-community/google-fonts-module",
1824
+ "repo": "nuxt-modules/google-fonts",
1598
1825
  "npm": "@nuxtjs/google-fonts",
1599
1826
  "icon": "google-fonts.png",
1600
- "github": "https://github.com/nuxt-community/google-fonts-module",
1601
- "website": "https://github.com/nuxt-community/google-fonts-module",
1827
+ "github": "https://github.com/nuxt-modules/google-fonts",
1828
+ "website": "https://google-fonts.nuxtjs.org",
1602
1829
  "learn_more": "https://developers.google.com/fonts",
1603
1830
  "category": "Fonts",
1604
1831
  "type": "community",
@@ -1740,6 +1967,30 @@
1740
1967
  "requires": {}
1741
1968
  }
1742
1969
  },
1970
+ {
1971
+ "name": "gtag",
1972
+ "description": "Google Analytics integration for Nuxt 3",
1973
+ "repo": "johannschopplich/nuxt-gtag",
1974
+ "npm": "nuxt-gtag",
1975
+ "icon": "gtag.svg",
1976
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1977
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1978
+ "learn_more": "",
1979
+ "category": "Analytics",
1980
+ "type": "3rd-party",
1981
+ "maintainers": [
1982
+ {
1983
+ "name": "Johann Schopplich",
1984
+ "github": "johannschopplich",
1985
+ "twitter": "jschopplich",
1986
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1987
+ }
1988
+ ],
1989
+ "compatibility": {
1990
+ "nuxt": "^3.0.0",
1991
+ "requires": {}
1992
+ }
1993
+ },
1743
1994
  {
1744
1995
  "name": "gtm",
1745
1996
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -1785,6 +2036,28 @@
1785
2036
  "requires": {}
1786
2037
  }
1787
2038
  },
2039
+ {
2040
+ "name": "hanko",
2041
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2042
+ "repo": "nuxt-modules/hanko",
2043
+ "npm": "@nuxtjs/hanko",
2044
+ "icon": "hanko.svg",
2045
+ "github": "https://github.com/nuxt-modules/hanko",
2046
+ "website": "https://github.com/nuxt-modules/hanko",
2047
+ "learn_more": "https://hanko.io/",
2048
+ "category": "Security",
2049
+ "type": "community",
2050
+ "maintainers": [
2051
+ {
2052
+ "name": "danielroe",
2053
+ "github": "danielroe"
2054
+ }
2055
+ ],
2056
+ "compatibility": {
2057
+ "nuxt": "^3.0.0",
2058
+ "requires": {}
2059
+ }
2060
+ },
1788
2061
  {
1789
2062
  "name": "harlem",
1790
2063
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2020,11 +2293,11 @@
2020
2293
  {
2021
2294
  "name": "i18n",
2022
2295
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2023
- "repo": "nuxt-community/i18n-module",
2296
+ "repo": "nuxt-modules/i18n",
2024
2297
  "npm": "@nuxtjs/i18n",
2025
2298
  "icon": "i18n.png",
2026
- "github": "https://github.com/nuxt-community/i18n-module",
2027
- "website": "https://i18n.nuxtjs.org",
2299
+ "github": "https://github.com/nuxt-modules/i18n",
2300
+ "website": "https://v8.i18n.nuxtjs.org",
2028
2301
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2029
2302
  "category": "Extensions",
2030
2303
  "type": "community",
@@ -2043,6 +2316,28 @@
2043
2316
  "requires": {}
2044
2317
  }
2045
2318
  },
2319
+ {
2320
+ "name": "icon-font",
2321
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2322
+ "repo": "coremyslo/nuxt-icon-font",
2323
+ "npm": "@coremyslo/nuxt-icon-font",
2324
+ "icon": "",
2325
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2326
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2327
+ "learn_more": "",
2328
+ "category": "UI",
2329
+ "type": "3rd-party",
2330
+ "maintainers": [
2331
+ {
2332
+ "name": "coremyslo",
2333
+ "github": "coremyslo"
2334
+ }
2335
+ ],
2336
+ "compatibility": {
2337
+ "nuxt": "^3.0.0",
2338
+ "requires": {}
2339
+ }
2340
+ },
2046
2341
  {
2047
2342
  "name": "icon",
2048
2343
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2116,7 +2411,7 @@
2116
2411
  "npm": "@nuxt/image",
2117
2412
  "icon": "image.png",
2118
2413
  "github": "https://github.com/nuxt/image",
2119
- "website": "https://image.nuxtjs.org",
2414
+ "website": "https://image.nuxt.com",
2120
2415
  "learn_more": "",
2121
2416
  "category": "Images",
2122
2417
  "type": "official",
@@ -2126,6 +2421,11 @@
2126
2421
  "github": "farnabaz",
2127
2422
  "twitter": "a_birang"
2128
2423
  },
2424
+ {
2425
+ "name": "Daniel Roe",
2426
+ "github": "danielroe",
2427
+ "twitter": "danielcroe"
2428
+ },
2129
2429
  {
2130
2430
  "name": "Pooya Parsa",
2131
2431
  "github": "pi0",
@@ -2169,12 +2469,12 @@
2169
2469
  {
2170
2470
  "name": "inkline",
2171
2471
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2172
- "repo": "inkline/nuxt-module-inkline",
2173
- "npm": "@inkline/nuxt",
2472
+ "repo": "inkline/plugin",
2473
+ "npm": "@inkline/plugin",
2174
2474
  "icon": "inkline.svg",
2175
- "github": "https://github.com/inkline/nuxt-module-inkline",
2475
+ "github": "https://github.com/inkline/plugin",
2176
2476
  "website": "https://inkline.io",
2177
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2477
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2178
2478
  "category": "UI",
2179
2479
  "type": "3rd-party",
2180
2480
  "maintainers": [
@@ -2394,7 +2694,7 @@
2394
2694
  },
2395
2695
  {
2396
2696
  "name": "link-checker",
2397
- "description": "",
2697
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2398
2698
  "repo": "harlan-zw/nuxt-link-checker",
2399
2699
  "npm": "nuxt-link-checker",
2400
2700
  "icon": "",
@@ -2511,6 +2811,32 @@
2511
2811
  "requires": {}
2512
2812
  }
2513
2813
  },
2814
+ {
2815
+ "name": "lucide-icons",
2816
+ "description": "Nuxt 3 module to integrate Lucide icons",
2817
+ "repo": "swisnl/nuxt-lucide-icons",
2818
+ "npm": "nuxt-lucide-icons",
2819
+ "icon": "lucide-icons.svg",
2820
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2821
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2822
+ "learn_more": "",
2823
+ "category": "UI",
2824
+ "type": "3rd-party",
2825
+ "maintainers": [
2826
+ {
2827
+ "name": "SWIS",
2828
+ "github": "swisnl"
2829
+ },
2830
+ {
2831
+ "name": "Jasper Zonneveld",
2832
+ "github": "JaZo"
2833
+ }
2834
+ ],
2835
+ "compatibility": {
2836
+ "nuxt": "^3.0.0",
2837
+ "requires": {}
2838
+ }
2839
+ },
2514
2840
  {
2515
2841
  "name": "lunr",
2516
2842
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -2718,6 +3044,29 @@
2718
3044
  "requires": {}
2719
3045
  }
2720
3046
  },
3047
+ {
3048
+ "name": "module-feed",
3049
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
3050
+ "repo": "tresko/nuxt-module-feed",
3051
+ "npm": "nuxt-module-feed",
3052
+ "icon": "",
3053
+ "github": "https://github.com/tresko/nuxt-module-feed",
3054
+ "website": "https://github.com/tresko/nuxt-module-feed",
3055
+ "learn_more": "",
3056
+ "category": "SEO",
3057
+ "type": "3rd-party",
3058
+ "maintainers": [
3059
+ {
3060
+ "name": "Miha Sedej",
3061
+ "github": "tresko",
3062
+ "twitter": "mihasedej"
3063
+ }
3064
+ ],
3065
+ "compatibility": {
3066
+ "nuxt": "^3.0.0",
3067
+ "requires": {}
3068
+ }
3069
+ },
2721
3070
  {
2722
3071
  "name": "moment",
2723
3072
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2907,7 +3256,51 @@
2907
3256
  }
2908
3257
  },
2909
3258
  {
2910
- "name": "nuxt-auth",
3259
+ "name": "nupolyon",
3260
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3261
+ "repo": "adenvt/nupolyon",
3262
+ "npm": "nupolyon",
3263
+ "icon": "",
3264
+ "github": "https://github.com/adenvt/nupolyon",
3265
+ "website": "https://github.com/adenvt/nupolyon",
3266
+ "learn_more": "",
3267
+ "category": "Performance",
3268
+ "type": "3rd-party",
3269
+ "maintainers": [
3270
+ {
3271
+ "name": "adenvt",
3272
+ "github": "adenvt"
3273
+ }
3274
+ ],
3275
+ "compatibility": {
3276
+ "nuxt": "^3.0.0",
3277
+ "requires": {}
3278
+ }
3279
+ },
3280
+ {
3281
+ "name": "nuxt-anchorscroll",
3282
+ "description": "Scroll to top and to anchor support for Nuxt",
3283
+ "repo": "helltraitor/nuxt-anchorscroll",
3284
+ "npm": "nuxt-anchorscroll",
3285
+ "icon": "",
3286
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3287
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3288
+ "learn_more": "",
3289
+ "category": "UI",
3290
+ "type": "3rd-party",
3291
+ "maintainers": [
3292
+ {
3293
+ "name": "Helltraitor",
3294
+ "github": "helltraitor"
3295
+ }
3296
+ ],
3297
+ "compatibility": {
3298
+ "nuxt": "^3.0.0",
3299
+ "requires": {}
3300
+ }
3301
+ },
3302
+ {
3303
+ "name": "nuxt-auth",
2911
3304
  "description": "",
2912
3305
  "repo": "sidebase/nuxt-auth",
2913
3306
  "npm": "@sidebase/nuxt-auth",
@@ -2928,6 +3321,120 @@
2928
3321
  "requires": {}
2929
3322
  }
2930
3323
  },
3324
+ {
3325
+ "name": "nuxt-basic-auth",
3326
+ "description": "Nuxt 3 Module for Basic Authentication",
3327
+ "repo": "kgierke/nuxt-basic-auth",
3328
+ "npm": "@kgierke/nuxt-basic-auth",
3329
+ "icon": "",
3330
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3331
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3332
+ "learn_more": "",
3333
+ "category": "Security",
3334
+ "type": "3rd-party",
3335
+ "maintainers": [
3336
+ {
3337
+ "name": "kgierke",
3338
+ "github": "kgierke"
3339
+ }
3340
+ ],
3341
+ "compatibility": {
3342
+ "nuxt": "^3.0.0",
3343
+ "requires": {}
3344
+ }
3345
+ },
3346
+ {
3347
+ "name": "nuxt-bootstrap-icons",
3348
+ "description": "Just a simple integration for Bootstrap Icons",
3349
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3350
+ "npm": "nuxt-bootstrap-icons",
3351
+ "icon": "bootstrap-icons.svg",
3352
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3353
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3354
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3355
+ "category": "UI",
3356
+ "type": "3rd-party",
3357
+ "maintainers": [
3358
+ {
3359
+ "name": "OyewoleOyedeji",
3360
+ "github": "OyewoleOyedeji"
3361
+ }
3362
+ ],
3363
+ "compatibility": {
3364
+ "nuxt": "^3.0.0",
3365
+ "requires": {}
3366
+ }
3367
+ },
3368
+ {
3369
+ "name": "nuxt-chatgpt",
3370
+ "description": "ChatGPT integration for Nuxt 3",
3371
+ "repo": "schnapsterdog/nuxt-chatgpt",
3372
+ "npm": "nuxt-chatgpt",
3373
+ "icon": "chatgpt.svg",
3374
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3375
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3376
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3377
+ "category": "Libraries",
3378
+ "type": "3rd-party",
3379
+ "maintainers": [
3380
+ {
3381
+ "name": "Oliver Trajceski",
3382
+ "github": "schnapsterdog"
3383
+ }
3384
+ ],
3385
+ "compatibility": {
3386
+ "nuxt": "^3.0.0",
3387
+ "requires": {}
3388
+ }
3389
+ },
3390
+ {
3391
+ "name": "nuxt-facebook-chat",
3392
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
3393
+ "repo": "superdev-tech/nuxt-facebook-chat",
3394
+ "npm": "nuxt-facebook-chat",
3395
+ "icon": "nuxt-facebook-chat.svg",
3396
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3397
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3398
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3399
+ "category": "Libraries",
3400
+ "type": "3rd-party",
3401
+ "maintainers": [
3402
+ {
3403
+ "name": "Supanut Dokmaithong",
3404
+ "github": "Boomgeek"
3405
+ },
3406
+ {
3407
+ "name": "superdev-tech",
3408
+ "github": "superdev-tech"
3409
+ }
3410
+ ],
3411
+ "compatibility": {
3412
+ "nuxt": "^3.0.0",
3413
+ "requires": {}
3414
+ }
3415
+ },
3416
+ {
3417
+ "name": "nuxt-feedme",
3418
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3419
+ "repo": "helltraitor/nuxt-feedme",
3420
+ "npm": "nuxt-feedme",
3421
+ "icon": "",
3422
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3423
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3424
+ "learn_more": "",
3425
+ "category": "SEO",
3426
+ "type": "3rd-party",
3427
+ "maintainers": [
3428
+ {
3429
+ "name": "Helltraitor",
3430
+ "github": "helltraitor"
3431
+ }
3432
+ ],
3433
+ "compatibility": {
3434
+ "nuxt": "^3.0.0",
3435
+ "requires": {}
3436
+ }
3437
+ },
2931
3438
  {
2932
3439
  "name": "nuxt-graphql-middleware",
2933
3440
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2979,6 +3486,28 @@
2979
3486
  "requires": {}
2980
3487
  }
2981
3488
  },
3489
+ {
3490
+ "name": "nuxt-gtm",
3491
+ "description": "A Nuxt.js module for Google Tag Manager",
3492
+ "repo": "zadigetvoltaire/nuxt-gtm",
3493
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3494
+ "icon": "nuxt-gtm.svg",
3495
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3496
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3497
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3498
+ "category": "Analytics",
3499
+ "type": "3rd-party",
3500
+ "maintainers": [
3501
+ {
3502
+ "name": "Zadig&Voltaire Team",
3503
+ "github": "https://github.com/zadigetvoltaire"
3504
+ }
3505
+ ],
3506
+ "compatibility": {
3507
+ "nuxt": "^3.0.0",
3508
+ "requires": {}
3509
+ }
3510
+ },
2982
3511
  {
2983
3512
  "name": "nuxt-hue",
2984
3513
  "description": "Enlighten your Nuxt experience",
@@ -3049,6 +3578,50 @@
3049
3578
  "requires": {}
3050
3579
  }
3051
3580
  },
3581
+ {
3582
+ "name": "nuxt-mapbox",
3583
+ "description": "Elegant Mapbox integration with Nuxt",
3584
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3585
+ "npm": "nuxt-mapbox",
3586
+ "icon": "nuxt-mapbox.svg",
3587
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3588
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3589
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3590
+ "category": "Libraries",
3591
+ "type": "3rd-party",
3592
+ "maintainers": [
3593
+ {
3594
+ "name": "Alex Lavoie",
3595
+ "github": "AlexLavoie42"
3596
+ }
3597
+ ],
3598
+ "compatibility": {
3599
+ "nuxt": "^3.0.0",
3600
+ "requires": {}
3601
+ }
3602
+ },
3603
+ {
3604
+ "name": "nuxt-mdi",
3605
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3606
+ "repo": "ERPedersen/nuxt-mdi",
3607
+ "npm": "nuxt-mdi",
3608
+ "icon": "mdi.png",
3609
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3610
+ "website": "https://nuxt-mdi.emilrosenius.com",
3611
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3612
+ "category": "Libraries",
3613
+ "type": "3rd-party",
3614
+ "maintainers": [
3615
+ {
3616
+ "name": "Emil Rosenius",
3617
+ "github": "ERPedersen"
3618
+ }
3619
+ ],
3620
+ "compatibility": {
3621
+ "nuxt": "^3.0.0",
3622
+ "requires": {}
3623
+ }
3624
+ },
3052
3625
  {
3053
3626
  "name": "nuxt-monaco-editor",
3054
3627
  "description": "Integrate monaco-editor with Nuxt",
@@ -3071,6 +3644,28 @@
3071
3644
  "requires": {}
3072
3645
  }
3073
3646
  },
3647
+ {
3648
+ "name": "nuxt-mongoose",
3649
+ "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3650
+ "repo": "arashsheyda/nuxt-mongoose",
3651
+ "npm": "nuxt-mongoose",
3652
+ "icon": "nuxt-mongoose.svg",
3653
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3654
+ "website": "https://nuxt-mongoose.nuxt.space",
3655
+ "learn_more": "",
3656
+ "category": "Database",
3657
+ "type": "3rd-party",
3658
+ "maintainers": [
3659
+ {
3660
+ "name": "arashsheyda",
3661
+ "github": "arashsheyda"
3662
+ }
3663
+ ],
3664
+ "compatibility": {
3665
+ "nuxt": "^3.0.0",
3666
+ "requires": {}
3667
+ }
3668
+ },
3074
3669
  {
3075
3670
  "name": "nuxt-pdf",
3076
3671
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3094,6 +3689,28 @@
3094
3689
  "requires": {}
3095
3690
  }
3096
3691
  },
3692
+ {
3693
+ "name": "nuxt-phosphor-icons",
3694
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3695
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3696
+ "npm": "nuxt-phosphor-icons",
3697
+ "icon": "phosphor-icons.svg",
3698
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3699
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3700
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3701
+ "category": "UI",
3702
+ "type": "3rd-party",
3703
+ "maintainers": [
3704
+ {
3705
+ "name": "OyewoleOyedeji",
3706
+ "github": "OyewoleOyedeji"
3707
+ }
3708
+ ],
3709
+ "compatibility": {
3710
+ "nuxt": "^3.0.0",
3711
+ "requires": {}
3712
+ }
3713
+ },
3097
3714
  {
3098
3715
  "name": "nuxt-pino-log",
3099
3716
  "description": "Structured logs for nuxt apps using pino",
@@ -3138,6 +3755,32 @@
3138
3755
  "requires": {}
3139
3756
  }
3140
3757
  },
3758
+ {
3759
+ "name": "nuxt-plotly",
3760
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3761
+ "repo": "superdev-tech/nuxt-plotly",
3762
+ "npm": "nuxt-plotly",
3763
+ "icon": "nuxt-plotly.svg",
3764
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3765
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3766
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3767
+ "category": "Libraries",
3768
+ "type": "3rd-party",
3769
+ "maintainers": [
3770
+ {
3771
+ "name": "Supanut Dokmaithong",
3772
+ "github": "Boomgeek"
3773
+ },
3774
+ {
3775
+ "name": "superdev-tech",
3776
+ "github": "superdev-tech"
3777
+ }
3778
+ ],
3779
+ "compatibility": {
3780
+ "nuxt": "^3.0.0",
3781
+ "requires": {}
3782
+ }
3783
+ },
3141
3784
  {
3142
3785
  "name": "nuxt-png-to-ico",
3143
3786
  "description": "Nuxt.js module for auto generating favicons",
@@ -3350,12 +3993,12 @@
3350
3993
  {
3351
3994
  "name": "nuxt-vue3-google-signin",
3352
3995
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3353
- "repo": "syetalabs/nuxt-vue3-google-signin",
3996
+ "repo": "wavezync/nuxt-vue3-google-signin",
3354
3997
  "npm": "nuxt-vue3-google-signin",
3355
3998
  "icon": "vue3-google-signin.svg",
3356
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3357
- "website": "https://vue3-google-signin.syetalabs.io",
3358
- "learn_more": "https://vue3-google-signin.syetalabs.io",
3999
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4000
+ "website": "https://vue3-google-signin.wavezync.com",
4001
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3359
4002
  "category": "Libraries",
3360
4003
  "type": "3rd-party",
3361
4004
  "maintainers": [
@@ -3369,6 +4012,50 @@
3369
4012
  "requires": {}
3370
4013
  }
3371
4014
  },
4015
+ {
4016
+ "name": "nuxt-vuetify",
4017
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4018
+ "repo": "invictus-codes/nuxt-vuetify",
4019
+ "npm": "@invictus.codes/nuxt-vuetify",
4020
+ "icon": "vuetify-logo-v3-dark.svg",
4021
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
4022
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4023
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4024
+ "category": "UI",
4025
+ "type": "3rd-party",
4026
+ "maintainers": [
4027
+ {
4028
+ "name": "Jens van Hellemondt",
4029
+ "github": "invictus-codes"
4030
+ }
4031
+ ],
4032
+ "compatibility": {
4033
+ "nuxt": "^3.0.0",
4034
+ "requires": {}
4035
+ }
4036
+ },
4037
+ {
4038
+ "name": "nuxt3-leaflet",
4039
+ "description": "Leaflet integration with Nuxt",
4040
+ "repo": "Gugustinette/Nuxt-Leaflet",
4041
+ "npm": "nuxt3-leaflet",
4042
+ "icon": "leaflet.png",
4043
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4044
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4045
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4046
+ "category": "Libraries",
4047
+ "type": "3rd-party",
4048
+ "maintainers": [
4049
+ {
4050
+ "name": "Augustin MERCIER",
4051
+ "github": "Gugustinette"
4052
+ }
4053
+ ],
4054
+ "compatibility": {
4055
+ "nuxt": "^3.0.0",
4056
+ "requires": {}
4057
+ }
4058
+ },
3372
4059
  {
3373
4060
  "name": "nuxt7",
3374
4061
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3392,6 +4079,29 @@
3392
4079
  "requires": {}
3393
4080
  }
3394
4081
  },
4082
+ {
4083
+ "name": "nuxtlabs-ui",
4084
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
4085
+ "repo": "nuxtlabs/ui",
4086
+ "npm": "@nuxthq/ui",
4087
+ "icon": "nuxtlabs-ui.svg",
4088
+ "github": "https://github.com/nuxtlabs/ui",
4089
+ "website": "https://ui.nuxtlabs.com",
4090
+ "learn_more": "https://ui.nuxtlabs.com",
4091
+ "category": "UI",
4092
+ "type": "3rd-party",
4093
+ "maintainers": [
4094
+ {
4095
+ "name": "Benjamin Canac",
4096
+ "github": "benjamincanac",
4097
+ "twitter": "benjamincanac"
4098
+ }
4099
+ ],
4100
+ "compatibility": {
4101
+ "nuxt": "^3.0.0",
4102
+ "requires": {}
4103
+ }
4104
+ },
3395
4105
  {
3396
4106
  "name": "og-image",
3397
4107
  "description": "Easily generate dynamic social share images.",
@@ -3531,6 +4241,30 @@
3531
4241
  }
3532
4242
  }
3533
4243
  },
4244
+ {
4245
+ "name": "pdfeasy",
4246
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
4247
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
4248
+ "npm": "nuxt-pdfeasy",
4249
+ "icon": "pdfeasy.png",
4250
+ "github": "https://github.com/betterwrite/pdfeasy",
4251
+ "website": "https://github.com/betterwrite/pdfeasy",
4252
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
4253
+ "category": "Extensions",
4254
+ "type": "3rd-party",
4255
+ "maintainers": [
4256
+ {
4257
+ "name": "Giovane Cardoso",
4258
+ "github": "novout",
4259
+ "twitter": "novoutttttt",
4260
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
4261
+ }
4262
+ ],
4263
+ "compatibility": {
4264
+ "nuxt": "^3.0.0",
4265
+ "requires": {}
4266
+ }
4267
+ },
3534
4268
  {
3535
4269
  "name": "persian-datepicker",
3536
4270
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3670,6 +4404,30 @@
3670
4404
  "requires": {}
3671
4405
  }
3672
4406
  },
4407
+ {
4408
+ "name": "prepare",
4409
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4410
+ "repo": "johannschopplich/nuxt-prepare",
4411
+ "npm": "nuxt-prepare",
4412
+ "icon": "nuxt-prepare.svg",
4413
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4414
+ "website": "https://nuxt-prepare.jhnn.dev",
4415
+ "learn_more": "",
4416
+ "category": "Devtools",
4417
+ "type": "3rd-party",
4418
+ "maintainers": [
4419
+ {
4420
+ "name": "Johann Schopplich",
4421
+ "github": "johannschopplich",
4422
+ "twitter": "jschopplich",
4423
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4424
+ }
4425
+ ],
4426
+ "compatibility": {
4427
+ "nuxt": "^3.0.0",
4428
+ "requires": {}
4429
+ }
4430
+ },
3673
4431
  {
3674
4432
  "name": "prismic",
3675
4433
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
@@ -3698,11 +4456,11 @@
3698
4456
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3699
4457
  "repo": "artmizu/nuxt-prometheus",
3700
4458
  "npm": "@artmizu/nuxt-prometheus",
3701
- "icon": "",
4459
+ "icon": "prometheus.svg",
3702
4460
  "github": "https://github.com/artmizu/nuxt-prometheus",
3703
4461
  "website": "https://github.com/artmizu/nuxt-prometheus",
3704
4462
  "learn_more": "",
3705
- "category": "Devtools",
4463
+ "category": "Monitoring",
3706
4464
  "type": "3rd-party",
3707
4465
  "maintainers": [
3708
4466
  {
@@ -3711,7 +4469,7 @@
3711
4469
  }
3712
4470
  ],
3713
4471
  "compatibility": {
3714
- "nuxt": "^2.0.0",
4472
+ "nuxt": "^3.0.0",
3715
4473
  "requires": {}
3716
4474
  }
3717
4475
  },
@@ -3852,6 +4610,50 @@
3852
4610
  "requires": {}
3853
4611
  }
3854
4612
  },
4613
+ {
4614
+ "name": "quasar",
4615
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4616
+ "repo": "Maiquu/nuxt-quasar",
4617
+ "npm": "nuxt-quasar-ui",
4618
+ "icon": "quasar.svg",
4619
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4620
+ "website": "https://quasar.dev/",
4621
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4622
+ "category": "UI",
4623
+ "type": "3rd-party",
4624
+ "maintainers": [
4625
+ {
4626
+ "name": "Ege İliklier",
4627
+ "github": "Maiquu"
4628
+ }
4629
+ ],
4630
+ "compatibility": {
4631
+ "nuxt": "^3.0.0",
4632
+ "requires": {}
4633
+ }
4634
+ },
4635
+ {
4636
+ "name": "radash",
4637
+ "description": "radash module with auto-import and custom prefix",
4638
+ "repo": "bbg/nuxt-radash",
4639
+ "npm": "nuxt-radash",
4640
+ "icon": "radash.png",
4641
+ "github": "https://github.com/bbg/nuxt-radash",
4642
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4643
+ "learn_more": "https://github.com/rayepps/radash/",
4644
+ "category": "Libraries",
4645
+ "type": "3rd-party",
4646
+ "maintainers": [
4647
+ {
4648
+ "name": "Batuhan Göksu",
4649
+ "github": "bbg"
4650
+ }
4651
+ ],
4652
+ "compatibility": {
4653
+ "nuxt": "^3.0.0",
4654
+ "requires": {}
4655
+ }
4656
+ },
3855
4657
  {
3856
4658
  "name": "recaptcha",
3857
4659
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -3922,11 +4724,11 @@
3922
4724
  {
3923
4725
  "name": "robots",
3924
4726
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3925
- "repo": "nuxt-community/robots-module",
4727
+ "repo": "nuxt-modules/robots",
3926
4728
  "npm": "@nuxtjs/robots",
3927
4729
  "icon": "robots.png",
3928
- "github": "https://github.com/nuxt-community/robots-module",
3929
- "website": "https://github.com/nuxt-community/robots-module",
4730
+ "github": "https://github.com/nuxt-modules/robots",
4731
+ "website": "https://github.com/nuxt-modules/robots",
3930
4732
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
3931
4733
  "category": "SEO",
3932
4734
  "type": "community",
@@ -4132,7 +4934,7 @@
4132
4934
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4133
4935
  "repo": "nuxt-community/sentry-module",
4134
4936
  "npm": "@nuxtjs/sentry",
4135
- "icon": "sentry.png",
4937
+ "icon": "sentry.svg",
4136
4938
  "github": "https://github.com/nuxt-community/sentry-module",
4137
4939
  "website": "https://sentry.nuxtjs.org/",
4138
4940
  "learn_more": "https://sentry.io/welcome/",
@@ -4239,6 +5041,29 @@
4239
5041
  "requires": {}
4240
5042
  }
4241
5043
  },
5044
+ {
5045
+ "name": "server-block",
5046
+ "description": "Use <server> tags in your Nuxt pages components.",
5047
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5048
+ "npm": "@hebilicious/server-block-nuxt",
5049
+ "icon": "server-block.svg",
5050
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5051
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5052
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5053
+ "category": "Extensions",
5054
+ "type": "3rd-party",
5055
+ "maintainers": [
5056
+ {
5057
+ "name": "Hebilicious",
5058
+ "github": "Hebilicious",
5059
+ "twitter": "its_hebilicious"
5060
+ }
5061
+ ],
5062
+ "compatibility": {
5063
+ "nuxt": "^3.0.0",
5064
+ "requires": {}
5065
+ }
5066
+ },
4242
5067
  {
4243
5068
  "name": "session",
4244
5069
  "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",
@@ -4431,7 +5256,7 @@
4431
5256
  "github": "https://github.com/nuxt-modules/snipcart",
4432
5257
  "website": "https://github.com/nuxt-modules/snipcart",
4433
5258
  "learn_more": "https://snipcart.com",
4434
- "category": "Payment",
5259
+ "category": "Ecommerce",
4435
5260
  "type": "community",
4436
5261
  "maintainers": [
4437
5262
  {
@@ -4688,10 +5513,10 @@
4688
5513
  {
4689
5514
  "name": "strapi",
4690
5515
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
4691
- "repo": "nuxt-community/strapi-module",
5516
+ "repo": "nuxt-modules/strapi",
4692
5517
  "npm": "@nuxtjs/strapi",
4693
5518
  "icon": "strapi.png",
4694
- "github": "https://github.com/nuxt-community/strapi-module",
5519
+ "github": "https://github.com/nuxt-modules/strapi",
4695
5520
  "website": "https://strapi.nuxtjs.org",
4696
5521
  "learn_more": "https://strapi.io/",
4697
5522
  "category": "CMS",
@@ -4715,6 +5540,32 @@
4715
5540
  }
4716
5541
  }
4717
5542
  },
5543
+ {
5544
+ "name": "stripe-next",
5545
+ "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.",
5546
+ "repo": "fuentesloic/nuxt-stripe",
5547
+ "npm": "@unlok-co/nuxt-stripe",
5548
+ "icon": "stripe.png",
5549
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5550
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5551
+ "learn_more": "https://stripe.com/docs",
5552
+ "category": "Payment",
5553
+ "type": "3rd-party",
5554
+ "maintainers": [
5555
+ {
5556
+ "name": "Loic Fuentes",
5557
+ "github": "fuentesloic"
5558
+ },
5559
+ {
5560
+ "name": "Florent Giraud",
5561
+ "github": "flozero"
5562
+ }
5563
+ ],
5564
+ "compatibility": {
5565
+ "nuxt": "^3.0.0",
5566
+ "requires": {}
5567
+ }
5568
+ },
4718
5569
  {
4719
5570
  "name": "stripe",
4720
5571
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -4808,10 +5659,10 @@
4808
5659
  {
4809
5660
  "name": "supabase",
4810
5661
  "description": "First class integration with Supabase",
4811
- "repo": "nuxt-community/supabase-module",
5662
+ "repo": "nuxt-modules/supabase",
4812
5663
  "npm": "@nuxtjs/supabase",
4813
5664
  "icon": "supabase.png",
4814
- "github": "https://github.com/nuxt-community/supabase-module",
5665
+ "github": "https://github.com/nuxt-modules/supabase",
4815
5666
  "website": "https://supabase.nuxtjs.org",
4816
5667
  "learn_more": "https://supabase.com",
4817
5668
  "category": "Database",
@@ -4975,10 +5826,10 @@
4975
5826
  {
4976
5827
  "name": "tailwindcss",
4977
5828
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
4978
- "repo": "nuxt-community/tailwindcss-module",
5829
+ "repo": "nuxt-modules/tailwindcss-module",
4979
5830
  "npm": "@nuxtjs/tailwindcss",
4980
5831
  "icon": "tailwindcss.png",
4981
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5832
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
4982
5833
  "website": "https://tailwindcss.nuxtjs.org",
4983
5834
  "learn_more": "https://tailwindcss.com/",
4984
5835
  "category": "UI",
@@ -4988,6 +5839,10 @@
4988
5839
  "name": "Sébastien Chopin",
4989
5840
  "github": "Atinux",
4990
5841
  "twitter": "Atinux"
5842
+ },
5843
+ {
5844
+ "name": "Inesh Bose",
5845
+ "github": "ineshbose"
4991
5846
  }
4992
5847
  ],
4993
5848
  "compatibility": {
@@ -5014,7 +5869,29 @@
5014
5869
  }
5015
5870
  ],
5016
5871
  "compatibility": {
5017
- "nuxt": "^2.0.0",
5872
+ "nuxt": "^2.0.0",
5873
+ "requires": {}
5874
+ }
5875
+ },
5876
+ {
5877
+ "name": "time",
5878
+ "description": "Safely render local dates and times on the server with Nuxt",
5879
+ "repo": "danielroe/nuxt-time",
5880
+ "npm": "nuxt-time",
5881
+ "icon": "",
5882
+ "github": "https://github.com/danielroe/nuxt-time",
5883
+ "website": "https://github.com/danielroe/nuxt-time",
5884
+ "learn_more": "",
5885
+ "category": "Extensions",
5886
+ "type": "3rd-party",
5887
+ "maintainers": [
5888
+ {
5889
+ "name": "danielroe",
5890
+ "github": "danielroe"
5891
+ }
5892
+ ],
5893
+ "compatibility": {
5894
+ "nuxt": "^3.0.0",
5018
5895
  "requires": {}
5019
5896
  }
5020
5897
  },
@@ -5041,6 +5918,39 @@
5041
5918
  "requires": {}
5042
5919
  }
5043
5920
  },
5921
+ {
5922
+ "name": "tresjs",
5923
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5924
+ "repo": "tresjs/nuxt",
5925
+ "npm": "@tresjs/nuxt",
5926
+ "icon": "tresjs.svg",
5927
+ "github": "https://github.com/Tresjs/nuxt",
5928
+ "website": "https://tresjs.org/guide/nuxt.html",
5929
+ "learn_more": "https://tresjs.org/",
5930
+ "category": "Libraries",
5931
+ "type": "3rd-party",
5932
+ "maintainers": [
5933
+ {
5934
+ "name": "Alvaro Saburido",
5935
+ "github": "alvarosabu",
5936
+ "twitter": "alvarosabu"
5937
+ },
5938
+ {
5939
+ "name": "Jaime Torrealba",
5940
+ "github": "JaimeTorrealba",
5941
+ "twitter": "jaimebboyjt"
5942
+ },
5943
+ {
5944
+ "name": "Tino Koch",
5945
+ "github": "Tinoooo",
5946
+ "twitter": "ichbintino"
5947
+ }
5948
+ ],
5949
+ "compatibility": {
5950
+ "nuxt": "^3.0.0",
5951
+ "requires": {}
5952
+ }
5953
+ },
5044
5954
  {
5045
5955
  "name": "turnstile",
5046
5956
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5090,6 +6000,28 @@
5090
6000
  }
5091
6001
  }
5092
6002
  },
6003
+ {
6004
+ "name": "twemoji",
6005
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6006
+ "repo": "yizack/nuxt-twemoji",
6007
+ "npm": "nuxt-twemoji",
6008
+ "icon": "twemoji.svg",
6009
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6010
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6011
+ "learn_more": "",
6012
+ "category": "UI",
6013
+ "type": "3rd-party",
6014
+ "maintainers": [
6015
+ {
6016
+ "name": "Yizack Rangel",
6017
+ "github": "yizack"
6018
+ }
6019
+ ],
6020
+ "compatibility": {
6021
+ "nuxt": "^3.0.0",
6022
+ "requires": {}
6023
+ }
6024
+ },
5093
6025
  {
5094
6026
  "name": "twicpics",
5095
6027
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5261,11 +6193,11 @@
5261
6193
  {
5262
6194
  "name": "unhead",
5263
6195
  "description": "Experimental features for Nuxt SEO / head management.",
5264
- "repo": "harlan-zw/nuxt-unhead",
5265
- "npm": "nuxt-unhead",
6196
+ "repo": "harlan-zw/nuxt-seo-experiments",
6197
+ "npm": "nuxt-seo-experiments",
5266
6198
  "icon": "",
5267
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5268
- "website": "https://github.com/harlan-zw/nuxt-unhead",
6199
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6200
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5269
6201
  "learn_more": "",
5270
6202
  "category": "SEO",
5271
6203
  "type": "3rd-party",
@@ -5308,6 +6240,28 @@
5308
6240
  "requires": {}
5309
6241
  }
5310
6242
  },
6243
+ {
6244
+ "name": "unlazy",
6245
+ "description": "Lazy loading library for placeholder images",
6246
+ "repo": "johannschopplich/unlazy/packages/nuxt",
6247
+ "npm": "@unlazy/nuxt",
6248
+ "icon": "unlazy.svg",
6249
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
6250
+ "website": "https://unlazy.byjohann.dev/",
6251
+ "learn_more": "",
6252
+ "category": "Images",
6253
+ "type": "3rd-party",
6254
+ "maintainers": [
6255
+ {
6256
+ "name": "Johann Schopplich",
6257
+ "github": "johannschopplich"
6258
+ }
6259
+ ],
6260
+ "compatibility": {
6261
+ "nuxt": "^3.0.0",
6262
+ "requires": {}
6263
+ }
6264
+ },
5311
6265
  {
5312
6266
  "name": "unlighthouse",
5313
6267
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5360,6 +6314,53 @@
5360
6314
  }
5361
6315
  }
5362
6316
  },
6317
+ {
6318
+ "name": "ununuracss",
6319
+ "description": "A Real CSS Engine. Only Scoped.",
6320
+ "repo": "novout/ununuracss#main/packages/nuxt",
6321
+ "npm": "nuxt-ununura",
6322
+ "icon": "ununuracss.png",
6323
+ "github": "https://github.com/novout/ununuracss",
6324
+ "website": "https://ununura.com/#/",
6325
+ "learn_more": "https://ununura.com/#/docs/why",
6326
+ "category": "UI",
6327
+ "type": "3rd-party",
6328
+ "maintainers": [
6329
+ {
6330
+ "name": "Giovane Cardoso",
6331
+ "github": "novout",
6332
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
6333
+ }
6334
+ ],
6335
+ "compatibility": {
6336
+ "nuxt": "^2.0.0 || ^3.0.0",
6337
+ "requires": {}
6338
+ }
6339
+ },
6340
+ {
6341
+ "name": "use-wagmi",
6342
+ "description": "Vue Composition for Ethereum based on wagmi",
6343
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6344
+ "npm": "@use-wagmi/nuxt",
6345
+ "icon": "use-wagmi.png",
6346
+ "github": "https://github.com/unicape/use-wagmi",
6347
+ "website": "https://github.com/unicape/use-wagmi",
6348
+ "learn_more": "https://github.com/unicape/use-wagmi",
6349
+ "category": "Extensions",
6350
+ "type": "3rd-party",
6351
+ "maintainers": [
6352
+ {
6353
+ "name": "Unic Ape",
6354
+ "github": "unicape"
6355
+ }
6356
+ ],
6357
+ "compatibility": {
6358
+ "nuxt": "^2.0.0 || ^3.0.0",
6359
+ "requires": {
6360
+ "bridge": true
6361
+ }
6362
+ }
6363
+ },
5363
6364
  {
5364
6365
  "name": "user-agent",
5365
6366
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5428,6 +6429,74 @@
5428
6429
  }
5429
6430
  }
5430
6431
  },
6432
+ {
6433
+ "name": "varlet",
6434
+ "description": "A Material design mobile component library developed based on Vue3",
6435
+ "repo": "varletjs/varlet-nuxt",
6436
+ "npm": "@varlet/nuxt",
6437
+ "icon": "varlet.svg",
6438
+ "github": "https://github.com/varletjs/varlet",
6439
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6440
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
6441
+ "category": "UI",
6442
+ "type": "3rd-party",
6443
+ "maintainers": [
6444
+ {
6445
+ "name": "zhangmo8",
6446
+ "github": "zhangmo8"
6447
+ }
6448
+ ],
6449
+ "compatibility": {
6450
+ "nuxt": "^3.0.0",
6451
+ "requires": {
6452
+ "bridge": "optional"
6453
+ }
6454
+ }
6455
+ },
6456
+ {
6457
+ "name": "vcalendar",
6458
+ "description": "VCalendar module for Nuxt",
6459
+ "repo": "samk-dev/nuxt-vcalendar",
6460
+ "npm": "@samk-dev/nuxt-vcalendar",
6461
+ "icon": "vcalendar.png",
6462
+ "github": "https://github.com/samk-dev/vcalendar",
6463
+ "website": "https://github.com/samk-dev/vcalendar",
6464
+ "learn_more": "",
6465
+ "category": "Libraries",
6466
+ "type": "3rd-party",
6467
+ "maintainers": [
6468
+ {
6469
+ "name": "Sam K",
6470
+ "github": "samk-dev"
6471
+ }
6472
+ ],
6473
+ "compatibility": {
6474
+ "nuxt": "^3.0.0",
6475
+ "requires": {}
6476
+ }
6477
+ },
6478
+ {
6479
+ "name": "vee-validate",
6480
+ "description": "Painless Vue forms for Nuxt.js",
6481
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
6482
+ "npm": "@vee-validate/nuxt",
6483
+ "icon": "vee-validate.png",
6484
+ "github": "https://github.com/logaretm/vee-validate/",
6485
+ "website": "https://vee-validate.logaretm.com/v4/",
6486
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
6487
+ "category": "Libraries",
6488
+ "type": "3rd-party",
6489
+ "maintainers": [
6490
+ {
6491
+ "name": "Abdelrahman Awad",
6492
+ "github": "logaretm"
6493
+ }
6494
+ ],
6495
+ "compatibility": {
6496
+ "nuxt": "^3.0.0",
6497
+ "requires": {}
6498
+ }
6499
+ },
5431
6500
  {
5432
6501
  "name": "vendor",
5433
6502
  "description": "directly serve node_modules",
@@ -5451,6 +6520,51 @@
5451
6520
  "requires": {}
5452
6521
  }
5453
6522
  },
6523
+ {
6524
+ "name": "vercel-analytics",
6525
+ "description": "Vercel Analytics integration for Nuxt",
6526
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6527
+ "npm": "nuxt-vercel-analytics",
6528
+ "icon": "",
6529
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6530
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6531
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6532
+ "category": "Analytics",
6533
+ "type": "3rd-party",
6534
+ "maintainers": [
6535
+ {
6536
+ "name": "Alexander B.",
6537
+ "github": "xanderbarkhatov"
6538
+ }
6539
+ ],
6540
+ "compatibility": {
6541
+ "nuxt": "^3.0.0",
6542
+ "requires": {}
6543
+ }
6544
+ },
6545
+ {
6546
+ "name": "vexip-ui",
6547
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
6548
+ "repo": "vexip-ui/nuxt",
6549
+ "npm": "@vexip-ui/nuxt",
6550
+ "icon": "vexip-ui.svg",
6551
+ "github": "https://github.com/vexip-ui/vexip-ui",
6552
+ "website": "https://www.vexipui.com/",
6553
+ "learn_more": "https://github.com/vexip-ui/nuxt",
6554
+ "category": "UI",
6555
+ "type": "3rd-party",
6556
+ "maintainers": [
6557
+ {
6558
+ "name": "未觉雨声",
6559
+ "github": "qmhc",
6560
+ "twitter": "qmhc95"
6561
+ }
6562
+ ],
6563
+ "compatibility": {
6564
+ "nuxt": "^3.0.0",
6565
+ "requires": {}
6566
+ }
6567
+ },
5454
6568
  {
5455
6569
  "name": "vite-pwa-nuxt",
5456
6570
  "description": "Zero-config PWA Plugin for Nuxt 3",
@@ -5482,13 +6596,13 @@
5482
6596
  {
5483
6597
  "name": "vitest",
5484
6598
  "description": "Vitest integration with Nuxt",
5485
- "repo": "danielroe/nuxt-vitest#main",
6599
+ "repo": "danielroe/nuxt-vitest",
5486
6600
  "npm": "nuxt-vitest",
5487
6601
  "icon": "vitest.svg",
5488
6602
  "github": "https://github.com/danielroe/nuxt-vitest",
5489
6603
  "website": "https://github.com/danielroe/nuxt-vitest",
5490
6604
  "learn_more": "",
5491
- "category": "Extensions",
6605
+ "category": "Devtools",
5492
6606
  "type": "3rd-party",
5493
6607
  "maintainers": [
5494
6608
  {
@@ -5505,15 +6619,45 @@
5505
6619
  "requires": {}
5506
6620
  }
5507
6621
  },
6622
+ {
6623
+ "name": "vue-email",
6624
+ "description": "Write email templates with vue",
6625
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6626
+ "npm": "vue-email",
6627
+ "icon": "vue-email.svg",
6628
+ "github": "https://github.com/Dave136/vue-email",
6629
+ "website": "https://vue-email.vercel.app/",
6630
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6631
+ "category": "UI",
6632
+ "type": "3rd-party",
6633
+ "maintainers": [
6634
+ {
6635
+ "name": "David Arenas",
6636
+ "github": "Dave136",
6637
+ "twitter": "davejs4",
6638
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6639
+ },
6640
+ {
6641
+ "name": "Younes Barrad",
6642
+ "github": "Flowko",
6643
+ "twitter": "imflowko",
6644
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6645
+ }
6646
+ ],
6647
+ "compatibility": {
6648
+ "nuxt": "^3.0.0",
6649
+ "requires": {}
6650
+ }
6651
+ },
5508
6652
  {
5509
6653
  "name": "vue-macros",
5510
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5511
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6654
+ "description": "Explore more macros and syntax sugar to Vue.",
6655
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5512
6656
  "npm": "@vue-macros/nuxt",
5513
6657
  "icon": "vue-macros.svg",
5514
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6658
+ "github": "https://github.com/sxzz/vue-macros",
5515
6659
  "website": "https://vue-macros.sxzz.moe",
5516
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6660
+ "learn_more": "https://github.com/sxzz/vue-macros",
5517
6661
  "category": "Extensions",
5518
6662
  "type": "3rd-party",
5519
6663
  "maintainers": [
@@ -5596,6 +6740,29 @@
5596
6740
  "requires": {}
5597
6741
  }
5598
6742
  },
6743
+ {
6744
+ "name": "vue-query",
6745
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6746
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6747
+ "npm": "@hebilicious/vue-query-nuxt",
6748
+ "icon": "vue-query.svg",
6749
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6750
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6751
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6752
+ "category": "Request",
6753
+ "type": "3rd-party",
6754
+ "maintainers": [
6755
+ {
6756
+ "name": "Hebilicious",
6757
+ "github": "Hebilicious",
6758
+ "twitter": "its_hebilicious"
6759
+ }
6760
+ ],
6761
+ "compatibility": {
6762
+ "nuxt": "^3.0.0",
6763
+ "requires": {}
6764
+ }
6765
+ },
5599
6766
  {
5600
6767
  "name": "vue-select",
5601
6768
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5666,6 +6833,29 @@
5666
6833
  "requires": {}
5667
6834
  }
5668
6835
  },
6836
+ {
6837
+ "name": "vue3-carousel-nuxt",
6838
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6839
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6840
+ "npm": "vue3-carousel-nuxt",
6841
+ "icon": "",
6842
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6843
+ "website": "",
6844
+ "learn_more": "",
6845
+ "category": "UI",
6846
+ "type": "3rd-party",
6847
+ "maintainers": [
6848
+ {
6849
+ "name": "Gaetan SENN",
6850
+ "github": "gaetansenn",
6851
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6852
+ }
6853
+ ],
6854
+ "compatibility": {
6855
+ "nuxt": "^3.0.0",
6856
+ "requires": {}
6857
+ }
6858
+ },
5669
6859
  {
5670
6860
  "name": "vuefire",
5671
6861
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5710,6 +6900,28 @@
5710
6900
  "requires": {}
5711
6901
  }
5712
6902
  },
6903
+ {
6904
+ "name": "vuetify-nuxt-module",
6905
+ "description": "Zero-config Nuxt Module for Vuetify.",
6906
+ "repo": "userquin/vuetify-nuxt-module",
6907
+ "npm": "vuetify-nuxt-module",
6908
+ "icon": "vuetify-logo-v3-dark.svg",
6909
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6910
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6911
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6912
+ "category": "UI",
6913
+ "type": "3rd-party",
6914
+ "maintainers": [
6915
+ {
6916
+ "name": "Joaquín Sánchez",
6917
+ "github": "userquin"
6918
+ }
6919
+ ],
6920
+ "compatibility": {
6921
+ "nuxt": "^3.0.0",
6922
+ "requires": {}
6923
+ }
6924
+ },
5713
6925
  {
5714
6926
  "name": "vuetify",
5715
6927
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -5784,14 +6996,37 @@
5784
6996
  "requires": {}
5785
6997
  }
5786
6998
  },
6999
+ {
7000
+ "name": "vunix",
7001
+ "description": "Comprehensive UI toolkit for Vue.js and Nuxt.js 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.",
7002
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
7003
+ "npm": "@vunix/nuxt",
7004
+ "icon": "",
7005
+ "github": "https://github.com/gaetansenn/vunix",
7006
+ "website": "https://vunix.dewib.com/",
7007
+ "learn_more": "",
7008
+ "category": "UI",
7009
+ "type": "3rd-party",
7010
+ "maintainers": [
7011
+ {
7012
+ "name": "Gaetan SENN",
7013
+ "github": "gaetansenn",
7014
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7015
+ }
7016
+ ],
7017
+ "compatibility": {
7018
+ "nuxt": "^3.0.0",
7019
+ "requires": {}
7020
+ }
7021
+ },
5787
7022
  {
5788
7023
  "name": "web-vitals",
5789
7024
  "description": "Web Vitals for Nuxt",
5790
- "repo": "nuxt-community/web-vitals-module",
7025
+ "repo": "nuxt-modules/web-vitals",
5791
7026
  "npm": "@nuxtjs/web-vitals",
5792
7027
  "icon": "web-vitals.png",
5793
- "github": "https://github.com/nuxt-community/web-vitals-module",
5794
- "website": "https://github.com/nuxt-community/web-vitals-module",
7028
+ "github": "https://github.com/nuxt-modules/web-vitals",
7029
+ "website": "https://github.com/nuxt-modules/web-vitals",
5795
7030
  "learn_more": "",
5796
7031
  "category": "Performance",
5797
7032
  "type": "community",
@@ -5932,6 +7167,54 @@
5932
7167
  "requires": {}
5933
7168
  }
5934
7169
  },
7170
+ {
7171
+ "name": "well-known",
7172
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
7173
+ "repo": "zadigetvoltaire/nuxt-well-known",
7174
+ "npm": "@zadigetvoltaire/nuxt-well-known",
7175
+ "icon": "well-known.svg",
7176
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
7177
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
7178
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
7179
+ "category": "SEO",
7180
+ "type": "3rd-party",
7181
+ "maintainers": [
7182
+ {
7183
+ "name": "Zadig&Voltaire Team",
7184
+ "github": "https://github.com/zadigetvoltaire"
7185
+ }
7186
+ ],
7187
+ "compatibility": {
7188
+ "nuxt": "^3.0.0",
7189
+ "requires": {}
7190
+ }
7191
+ },
7192
+ {
7193
+ "name": "wideangle",
7194
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7195
+ "repo": "inputobjects/wideangle-nuxt",
7196
+ "npm": "wideangle-nuxt",
7197
+ "icon": "wideangle.png",
7198
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
7199
+ "website": "https://wideangle.co",
7200
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
7201
+ "category": "Analytics",
7202
+ "type": "3rd-party",
7203
+ "maintainers": [
7204
+ {
7205
+ "name": "Wide Angle Analytics by Input Objects GmbH",
7206
+ "github": "inputobjects"
7207
+ },
7208
+ {
7209
+ "name": "Jarek Rozanski",
7210
+ "github": "jrozanski"
7211
+ }
7212
+ ],
7213
+ "compatibility": {
7214
+ "nuxt": "^3.0.0",
7215
+ "requires": {}
7216
+ }
7217
+ },
5935
7218
  {
5936
7219
  "name": "windicss",
5937
7220
  "description": "Next generation utility-first CSS framework.",
@@ -6075,29 +7358,6 @@
6075
7358
  "requires": {}
6076
7359
  }
6077
7360
  },
6078
- {
6079
- "name": "yandex-metrika",
6080
- "description": "Yandex metrika Module for Nuxt.js",
6081
- "repo": "nuxt-community/yandex-metrika-module",
6082
- "npm": "@nuxtjs/yandex-metrika",
6083
- "icon": "",
6084
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6085
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6086
- "learn_more": "https://metrica.yandex.com/about",
6087
- "category": "Analytics",
6088
- "type": "community",
6089
- "maintainers": [
6090
- {
6091
- "name": "Pooya Parsa",
6092
- "github": "pi0",
6093
- "twitter": "_pi0_"
6094
- }
6095
- ],
6096
- "compatibility": {
6097
- "nuxt": "^2.0.0",
6098
- "requires": {}
6099
- }
6100
- },
6101
7361
  {
6102
7362
  "name": "zendesk",
6103
7363
  "description": "Nuxt.js module for Zendesk",