@nuxt/modules 0.6.0-53f038 → 0.6.0-540830
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 +1538 -177
- package/package.json +10 -10
package/modules.json
CHANGED
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,7 +142,53 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
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",
|
|
146
192
|
"requires": {}
|
|
147
193
|
}
|
|
148
194
|
},
|
|
@@ -153,7 +199,7 @@
|
|
|
153
199
|
"npm": "nuxt-api-party",
|
|
154
200
|
"icon": "api-party.svg",
|
|
155
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://
|
|
202
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
157
203
|
"learn_more": "",
|
|
158
204
|
"category": "Request",
|
|
159
205
|
"type": "3rd-party",
|
|
@@ -249,7 +295,7 @@
|
|
|
249
295
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
296
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
297
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
298
|
+
"category": "Database",
|
|
253
299
|
"type": "3rd-party",
|
|
254
300
|
"maintainers": [
|
|
255
301
|
{
|
|
@@ -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,52 @@
|
|
|
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
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "auto-animate",
|
|
408
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
409
|
+
"repo": "formkit/auto-animate",
|
|
410
|
+
"npm": "@formkit/auto-animate",
|
|
411
|
+
"icon": "auto-animate.svg",
|
|
412
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
413
|
+
"website": "https://auto-animate.formkit.com",
|
|
414
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
415
|
+
"category": "Libraries",
|
|
416
|
+
"type": "3rd-party",
|
|
417
|
+
"maintainers": [
|
|
418
|
+
{
|
|
419
|
+
"name": "Justin Schroeder",
|
|
420
|
+
"github": "justin-schroeder",
|
|
421
|
+
"twitter": "jpschroeder"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"compatibility": {
|
|
425
|
+
"nuxt": "^3.0.0",
|
|
426
|
+
"requires": {}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
292
429
|
{
|
|
293
430
|
"name": "axios",
|
|
294
431
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -526,6 +663,28 @@
|
|
|
526
663
|
"requires": {}
|
|
527
664
|
}
|
|
528
665
|
},
|
|
666
|
+
{
|
|
667
|
+
"name": "capo",
|
|
668
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
669
|
+
"repo": "danielroe/nuxt-capo",
|
|
670
|
+
"npm": "nuxt-capo",
|
|
671
|
+
"icon": "",
|
|
672
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
673
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
674
|
+
"learn_more": "",
|
|
675
|
+
"category": "Performance",
|
|
676
|
+
"type": "3rd-party",
|
|
677
|
+
"maintainers": [
|
|
678
|
+
{
|
|
679
|
+
"name": "danielroe",
|
|
680
|
+
"github": "danielroe"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"compatibility": {
|
|
684
|
+
"nuxt": "^3.0.0",
|
|
685
|
+
"requires": {}
|
|
686
|
+
}
|
|
687
|
+
},
|
|
529
688
|
{
|
|
530
689
|
"name": "chakra-ui",
|
|
531
690
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -551,11 +710,11 @@
|
|
|
551
710
|
{
|
|
552
711
|
"name": "chatwoot",
|
|
553
712
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
713
|
+
"repo": "productdevbookcom/chatwoot",
|
|
714
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
715
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
716
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
717
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
718
|
"learn_more": "https://www.chatwoot.com",
|
|
560
719
|
"category": "Libraries",
|
|
561
720
|
"type": "3rd-party",
|
|
@@ -592,6 +751,29 @@
|
|
|
592
751
|
"requires": {}
|
|
593
752
|
}
|
|
594
753
|
},
|
|
754
|
+
{
|
|
755
|
+
"name": "clarity-analytics",
|
|
756
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
757
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
758
|
+
"npm": "nuxt-clarity-analytics",
|
|
759
|
+
"icon": "",
|
|
760
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
761
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
762
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
763
|
+
"category": "Analytics",
|
|
764
|
+
"type": "3rd-party",
|
|
765
|
+
"maintainers": [
|
|
766
|
+
{
|
|
767
|
+
"name": "Barbapapazes",
|
|
768
|
+
"github": "Barbapapazes",
|
|
769
|
+
"twitter": "soubiran_"
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"compatibility": {
|
|
773
|
+
"nuxt": "^3.0.0",
|
|
774
|
+
"requires": {}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
595
777
|
{
|
|
596
778
|
"name": "client-init",
|
|
597
779
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -666,10 +848,10 @@
|
|
|
666
848
|
{
|
|
667
849
|
"name": "cloudinary",
|
|
668
850
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
669
|
-
"repo": "nuxt-
|
|
851
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
852
|
"npm": "@nuxtjs/cloudinary",
|
|
671
853
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
855
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
856
|
"learn_more": "https://cloudinary.com",
|
|
675
857
|
"category": "Images",
|
|
@@ -689,10 +871,10 @@
|
|
|
689
871
|
{
|
|
690
872
|
"name": "color-mode",
|
|
691
873
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
692
|
-
"repo": "nuxt-
|
|
874
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
875
|
"npm": "@nuxtjs/color-mode",
|
|
694
876
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
877
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
878
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
879
|
"learn_more": "",
|
|
698
880
|
"category": "UI",
|
|
@@ -757,12 +939,35 @@
|
|
|
757
939
|
"requires": {}
|
|
758
940
|
}
|
|
759
941
|
},
|
|
942
|
+
{
|
|
943
|
+
"name": "content-assets",
|
|
944
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
945
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
946
|
+
"npm": "nuxt-content-assets",
|
|
947
|
+
"icon": "content-assets.png",
|
|
948
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
949
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
950
|
+
"learn_more": "",
|
|
951
|
+
"category": "Images",
|
|
952
|
+
"type": "3rd-party",
|
|
953
|
+
"maintainers": [
|
|
954
|
+
{
|
|
955
|
+
"name": "davestewart",
|
|
956
|
+
"github": "davestewart",
|
|
957
|
+
"twitter": "dave_stewart"
|
|
958
|
+
}
|
|
959
|
+
],
|
|
960
|
+
"compatibility": {
|
|
961
|
+
"nuxt": "^3.0.0",
|
|
962
|
+
"requires": {}
|
|
963
|
+
}
|
|
964
|
+
},
|
|
760
965
|
{
|
|
761
966
|
"name": "content",
|
|
762
967
|
"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.",
|
|
763
968
|
"repo": "nuxt/content#main",
|
|
764
969
|
"npm": "@nuxt/content",
|
|
765
|
-
"icon": "nuxt.
|
|
970
|
+
"icon": "nuxt.svg",
|
|
766
971
|
"github": "https://github.com/nuxt/content",
|
|
767
972
|
"website": "https://content.nuxtjs.org",
|
|
768
973
|
"learn_more": "",
|
|
@@ -929,11 +1134,11 @@
|
|
|
929
1134
|
}
|
|
930
1135
|
},
|
|
931
1136
|
{
|
|
932
|
-
"name": "datocms",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1137
|
+
"name": "datocms-nuxt2",
|
|
1138
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
934
1139
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
1140
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
|
-
"icon": "datocms.
|
|
1141
|
+
"icon": "datocms.svg",
|
|
937
1142
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
938
1143
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
939
1144
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -950,33 +1155,57 @@
|
|
|
950
1155
|
"requires": {}
|
|
951
1156
|
}
|
|
952
1157
|
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "datocms",
|
|
1160
|
+
"description": "DatoCMS module for Nuxt",
|
|
1161
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1162
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1163
|
+
"icon": "datocms.svg",
|
|
1164
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1165
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1166
|
+
"learn_more": "https://www.datocms.com/",
|
|
1167
|
+
"category": "CMS",
|
|
1168
|
+
"type": "3rd-party",
|
|
1169
|
+
"maintainers": [
|
|
1170
|
+
{
|
|
1171
|
+
"name": "Jamie Warburton",
|
|
1172
|
+
"github": "jamiewarb",
|
|
1173
|
+
"twitter": "jamiewarb",
|
|
1174
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"compatibility": {
|
|
1178
|
+
"nuxt": "^3.0.0",
|
|
1179
|
+
"requires": {}
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
953
1182
|
{
|
|
954
1183
|
"name": "dayjs",
|
|
955
|
-
"description": "
|
|
956
|
-
"repo": "
|
|
957
|
-
"npm": "
|
|
1184
|
+
"description": "Day.js module for Nuxt",
|
|
1185
|
+
"repo": "fumeapp/dayjs",
|
|
1186
|
+
"npm": "dayjs-nuxt",
|
|
958
1187
|
"icon": "day-js.png",
|
|
959
|
-
"github": "https://github.com/
|
|
960
|
-
"website": "https://github.com/
|
|
1188
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1189
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
961
1190
|
"learn_more": "https://day.js.org/",
|
|
962
|
-
"category": "
|
|
963
|
-
"type": "
|
|
1191
|
+
"category": "Libraries",
|
|
1192
|
+
"type": "3rd-party",
|
|
964
1193
|
"maintainers": [
|
|
965
1194
|
{
|
|
966
|
-
"name": "
|
|
967
|
-
"github": "
|
|
968
|
-
"twitter": "
|
|
1195
|
+
"name": "Kevin Olson",
|
|
1196
|
+
"github": "acidjazz",
|
|
1197
|
+
"twitter": "AppFume"
|
|
969
1198
|
}
|
|
970
1199
|
],
|
|
971
1200
|
"compatibility": {
|
|
972
|
-
"nuxt": "^
|
|
1201
|
+
"nuxt": "^3.0.0",
|
|
973
1202
|
"requires": {}
|
|
974
1203
|
}
|
|
975
1204
|
},
|
|
976
1205
|
{
|
|
977
1206
|
"name": "delay-hydration",
|
|
978
1207
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
979
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1208
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
980
1209
|
"npm": "nuxt-delay-hydration",
|
|
981
1210
|
"icon": "lighthouse.svg",
|
|
982
1211
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -998,12 +1227,12 @@
|
|
|
998
1227
|
},
|
|
999
1228
|
{
|
|
1000
1229
|
"name": "device",
|
|
1001
|
-
"description": "Device detection module for Nuxt
|
|
1002
|
-
"repo": "nuxt-
|
|
1230
|
+
"description": "Device detection module for Nuxt",
|
|
1231
|
+
"repo": "nuxt-modules/device",
|
|
1003
1232
|
"npm": "@nuxtjs/device",
|
|
1004
1233
|
"icon": "",
|
|
1005
|
-
"github": "https://github.com/nuxt-
|
|
1006
|
-
"website": "https://github.com/nuxt-
|
|
1234
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1235
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1007
1236
|
"learn_more": "",
|
|
1008
1237
|
"category": "Extensions",
|
|
1009
1238
|
"type": "community",
|
|
@@ -1018,15 +1247,38 @@
|
|
|
1018
1247
|
"requires": {}
|
|
1019
1248
|
}
|
|
1020
1249
|
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "devtools",
|
|
1252
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1253
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1254
|
+
"npm": "@nuxt/devtools",
|
|
1255
|
+
"icon": "nuxt.svg",
|
|
1256
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1257
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1258
|
+
"learn_more": "",
|
|
1259
|
+
"category": "Devtools",
|
|
1260
|
+
"type": "official",
|
|
1261
|
+
"maintainers": [
|
|
1262
|
+
{
|
|
1263
|
+
"name": "Anthony Fu",
|
|
1264
|
+
"github": "antfu",
|
|
1265
|
+
"twitter": "antfu7"
|
|
1266
|
+
}
|
|
1267
|
+
],
|
|
1268
|
+
"compatibility": {
|
|
1269
|
+
"nuxt": "^3.0.0",
|
|
1270
|
+
"requires": {}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1021
1273
|
{
|
|
1022
1274
|
"name": "directus",
|
|
1023
|
-
"description": "Easily connect your
|
|
1275
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1024
1276
|
"repo": "intevel/nuxt-directus",
|
|
1025
1277
|
"npm": "nuxt-directus",
|
|
1026
1278
|
"icon": "directus.svg",
|
|
1027
|
-
"github": "https://github.com/
|
|
1028
|
-
"website": "https://nuxt-directus.
|
|
1029
|
-
"learn_more": "https://nuxt-directus.
|
|
1279
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1280
|
+
"website": "https://nuxt-directus.site/",
|
|
1281
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1030
1282
|
"category": "CMS",
|
|
1031
1283
|
"type": "3rd-party",
|
|
1032
1284
|
"maintainers": [
|
|
@@ -1037,10 +1289,30 @@
|
|
|
1037
1289
|
}
|
|
1038
1290
|
],
|
|
1039
1291
|
"compatibility": {
|
|
1040
|
-
"nuxt": "^
|
|
1041
|
-
"requires": {
|
|
1042
|
-
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "disqus",
|
|
1298
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1299
|
+
"repo": "modbender/nuxt-disqus",
|
|
1300
|
+
"npm": "nuxt-disqus",
|
|
1301
|
+
"icon": "disqus.svg",
|
|
1302
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1303
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1304
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1305
|
+
"category": "Libraries",
|
|
1306
|
+
"type": "3rd-party",
|
|
1307
|
+
"maintainers": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "modbender",
|
|
1310
|
+
"github": "modbender"
|
|
1043
1311
|
}
|
|
1312
|
+
],
|
|
1313
|
+
"compatibility": {
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {}
|
|
1044
1316
|
}
|
|
1045
1317
|
},
|
|
1046
1318
|
{
|
|
@@ -1438,6 +1710,29 @@
|
|
|
1438
1710
|
"requires": {}
|
|
1439
1711
|
}
|
|
1440
1712
|
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "form-actions",
|
|
1715
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1716
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1717
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1718
|
+
"icon": "form-actions.svg",
|
|
1719
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1720
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1721
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1722
|
+
"category": "Request",
|
|
1723
|
+
"type": "3rd-party",
|
|
1724
|
+
"maintainers": [
|
|
1725
|
+
{
|
|
1726
|
+
"name": "Hebilicious",
|
|
1727
|
+
"github": "Hebilicious",
|
|
1728
|
+
"twitter": "its_hebilicious"
|
|
1729
|
+
}
|
|
1730
|
+
],
|
|
1731
|
+
"compatibility": {
|
|
1732
|
+
"nuxt": "^3.7.0",
|
|
1733
|
+
"requires": {}
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1441
1736
|
{
|
|
1442
1737
|
"name": "formkit",
|
|
1443
1738
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1571,11 +1866,11 @@
|
|
|
1571
1866
|
{
|
|
1572
1867
|
"name": "google-fonts",
|
|
1573
1868
|
"description": "Google Fonts module for NuxtJS",
|
|
1574
|
-
"repo": "nuxt-
|
|
1869
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1575
1870
|
"npm": "@nuxtjs/google-fonts",
|
|
1576
1871
|
"icon": "google-fonts.png",
|
|
1577
|
-
"github": "https://github.com/nuxt-
|
|
1578
|
-
"website": "https://
|
|
1872
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1873
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1579
1874
|
"learn_more": "https://developers.google.com/fonts",
|
|
1580
1875
|
"category": "Fonts",
|
|
1581
1876
|
"type": "community",
|
|
@@ -1717,6 +2012,30 @@
|
|
|
1717
2012
|
"requires": {}
|
|
1718
2013
|
}
|
|
1719
2014
|
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "gtag",
|
|
2017
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
2018
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
2019
|
+
"npm": "nuxt-gtag",
|
|
2020
|
+
"icon": "gtag.svg",
|
|
2021
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
2022
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
2023
|
+
"learn_more": "",
|
|
2024
|
+
"category": "Analytics",
|
|
2025
|
+
"type": "3rd-party",
|
|
2026
|
+
"maintainers": [
|
|
2027
|
+
{
|
|
2028
|
+
"name": "Johann Schopplich",
|
|
2029
|
+
"github": "johannschopplich",
|
|
2030
|
+
"twitter": "jschopplich",
|
|
2031
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2032
|
+
}
|
|
2033
|
+
],
|
|
2034
|
+
"compatibility": {
|
|
2035
|
+
"nuxt": "^3.0.0",
|
|
2036
|
+
"requires": {}
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
1720
2039
|
{
|
|
1721
2040
|
"name": "gtm",
|
|
1722
2041
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1762,6 +2081,28 @@
|
|
|
1762
2081
|
"requires": {}
|
|
1763
2082
|
}
|
|
1764
2083
|
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "hanko",
|
|
2086
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2087
|
+
"repo": "nuxt-modules/hanko",
|
|
2088
|
+
"npm": "@nuxtjs/hanko",
|
|
2089
|
+
"icon": "hanko.svg",
|
|
2090
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2091
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2092
|
+
"learn_more": "https://hanko.io/",
|
|
2093
|
+
"category": "Security",
|
|
2094
|
+
"type": "community",
|
|
2095
|
+
"maintainers": [
|
|
2096
|
+
{
|
|
2097
|
+
"name": "danielroe",
|
|
2098
|
+
"github": "danielroe"
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
"compatibility": {
|
|
2102
|
+
"nuxt": "^3.0.0",
|
|
2103
|
+
"requires": {}
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
1765
2106
|
{
|
|
1766
2107
|
"name": "harlem",
|
|
1767
2108
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1997,11 +2338,11 @@
|
|
|
1997
2338
|
{
|
|
1998
2339
|
"name": "i18n",
|
|
1999
2340
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2000
|
-
"repo": "nuxt-
|
|
2341
|
+
"repo": "nuxt-modules/i18n",
|
|
2001
2342
|
"npm": "@nuxtjs/i18n",
|
|
2002
2343
|
"icon": "i18n.png",
|
|
2003
|
-
"github": "https://github.com/nuxt-
|
|
2004
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2344
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2345
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2005
2346
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2006
2347
|
"category": "Extensions",
|
|
2007
2348
|
"type": "community",
|
|
@@ -2020,6 +2361,28 @@
|
|
|
2020
2361
|
"requires": {}
|
|
2021
2362
|
}
|
|
2022
2363
|
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "icon-font",
|
|
2366
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2367
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2368
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2369
|
+
"icon": "",
|
|
2370
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2371
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2372
|
+
"learn_more": "",
|
|
2373
|
+
"category": "UI",
|
|
2374
|
+
"type": "3rd-party",
|
|
2375
|
+
"maintainers": [
|
|
2376
|
+
{
|
|
2377
|
+
"name": "coremyslo",
|
|
2378
|
+
"github": "coremyslo"
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"compatibility": {
|
|
2382
|
+
"nuxt": "^3.0.0",
|
|
2383
|
+
"requires": {}
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2023
2386
|
{
|
|
2024
2387
|
"name": "icon",
|
|
2025
2388
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2093,7 +2456,7 @@
|
|
|
2093
2456
|
"npm": "@nuxt/image",
|
|
2094
2457
|
"icon": "image.png",
|
|
2095
2458
|
"github": "https://github.com/nuxt/image",
|
|
2096
|
-
"website": "https://image.
|
|
2459
|
+
"website": "https://image.nuxt.com",
|
|
2097
2460
|
"learn_more": "",
|
|
2098
2461
|
"category": "Images",
|
|
2099
2462
|
"type": "official",
|
|
@@ -2103,6 +2466,11 @@
|
|
|
2103
2466
|
"github": "farnabaz",
|
|
2104
2467
|
"twitter": "a_birang"
|
|
2105
2468
|
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "Daniel Roe",
|
|
2471
|
+
"github": "danielroe",
|
|
2472
|
+
"twitter": "danielcroe"
|
|
2473
|
+
},
|
|
2106
2474
|
{
|
|
2107
2475
|
"name": "Pooya Parsa",
|
|
2108
2476
|
"github": "pi0",
|
|
@@ -2146,12 +2514,12 @@
|
|
|
2146
2514
|
{
|
|
2147
2515
|
"name": "inkline",
|
|
2148
2516
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2149
|
-
"repo": "inkline/
|
|
2150
|
-
"npm": "@inkline/
|
|
2517
|
+
"repo": "inkline/plugin",
|
|
2518
|
+
"npm": "@inkline/plugin",
|
|
2151
2519
|
"icon": "inkline.svg",
|
|
2152
|
-
"github": "https://github.com/inkline/
|
|
2520
|
+
"github": "https://github.com/inkline/plugin",
|
|
2153
2521
|
"website": "https://inkline.io",
|
|
2154
|
-
"learn_more": "https://inkline.io/docs/
|
|
2522
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2155
2523
|
"category": "UI",
|
|
2156
2524
|
"type": "3rd-party",
|
|
2157
2525
|
"maintainers": [
|
|
@@ -2371,13 +2739,13 @@
|
|
|
2371
2739
|
},
|
|
2372
2740
|
{
|
|
2373
2741
|
"name": "link-checker",
|
|
2374
|
-
"description": "",
|
|
2742
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2375
2743
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2376
2744
|
"npm": "nuxt-link-checker",
|
|
2377
|
-
"icon": "",
|
|
2745
|
+
"icon": "link-checker.svg",
|
|
2378
2746
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2379
|
-
"website": "https://
|
|
2380
|
-
"learn_more": "",
|
|
2747
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2748
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2381
2749
|
"category": "SEO",
|
|
2382
2750
|
"type": "3rd-party",
|
|
2383
2751
|
"maintainers": [
|
|
@@ -2468,11 +2836,11 @@
|
|
|
2468
2836
|
{
|
|
2469
2837
|
"name": "logrocket",
|
|
2470
2838
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
2471
|
-
"repo": "nuxt-
|
|
2839
|
+
"repo": "nuxt-modules/logrocket",
|
|
2472
2840
|
"npm": "nuxt-logrocket",
|
|
2473
2841
|
"icon": "logrocket.png",
|
|
2474
|
-
"github": "https://github.com/nuxt-
|
|
2475
|
-
"website": "https://github.com/nuxt-
|
|
2842
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2843
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2476
2844
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2477
2845
|
"category": "Monitoring",
|
|
2478
2846
|
"type": "community",
|
|
@@ -2489,17 +2857,43 @@
|
|
|
2489
2857
|
}
|
|
2490
2858
|
},
|
|
2491
2859
|
{
|
|
2492
|
-
"name": "
|
|
2493
|
-
"description": "
|
|
2494
|
-
"repo": "nuxt-
|
|
2495
|
-
"npm": "
|
|
2496
|
-
"icon": "",
|
|
2497
|
-
"github": "https://github.com/nuxt-
|
|
2498
|
-
"website": "https://github.com/nuxt-
|
|
2499
|
-
"learn_more": "
|
|
2500
|
-
"category": "
|
|
2501
|
-
"type": "
|
|
2502
|
-
"maintainers": [
|
|
2860
|
+
"name": "lucide-icons",
|
|
2861
|
+
"description": "Nuxt 3 module to integrate Lucide icons",
|
|
2862
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2863
|
+
"npm": "nuxt-lucide-icons",
|
|
2864
|
+
"icon": "lucide-icons.svg",
|
|
2865
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2866
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2867
|
+
"learn_more": "",
|
|
2868
|
+
"category": "UI",
|
|
2869
|
+
"type": "3rd-party",
|
|
2870
|
+
"maintainers": [
|
|
2871
|
+
{
|
|
2872
|
+
"name": "SWIS",
|
|
2873
|
+
"github": "swisnl"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"name": "Jasper Zonneveld",
|
|
2877
|
+
"github": "JaZo"
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"compatibility": {
|
|
2881
|
+
"nuxt": "^3.0.0",
|
|
2882
|
+
"requires": {}
|
|
2883
|
+
}
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"name": "lunr",
|
|
2887
|
+
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
2888
|
+
"repo": "nuxt-community/lunr-module",
|
|
2889
|
+
"npm": "@nuxtjs/lunr-module",
|
|
2890
|
+
"icon": "",
|
|
2891
|
+
"github": "https://github.com/nuxt-community/lunr-module",
|
|
2892
|
+
"website": "https://github.com/nuxt-community/lunr-module",
|
|
2893
|
+
"learn_more": "https://lunrjs.com/",
|
|
2894
|
+
"category": "Libraries",
|
|
2895
|
+
"type": "community",
|
|
2896
|
+
"maintainers": [
|
|
2503
2897
|
{
|
|
2504
2898
|
"name": "Pim",
|
|
2505
2899
|
"github": "pimlie"
|
|
@@ -2695,6 +3089,29 @@
|
|
|
2695
3089
|
"requires": {}
|
|
2696
3090
|
}
|
|
2697
3091
|
},
|
|
3092
|
+
{
|
|
3093
|
+
"name": "module-feed",
|
|
3094
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3095
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3096
|
+
"npm": "nuxt-module-feed",
|
|
3097
|
+
"icon": "",
|
|
3098
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3099
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3100
|
+
"learn_more": "",
|
|
3101
|
+
"category": "SEO",
|
|
3102
|
+
"type": "3rd-party",
|
|
3103
|
+
"maintainers": [
|
|
3104
|
+
{
|
|
3105
|
+
"name": "Miha Sedej",
|
|
3106
|
+
"github": "tresko",
|
|
3107
|
+
"twitter": "mihasedej"
|
|
3108
|
+
}
|
|
3109
|
+
],
|
|
3110
|
+
"compatibility": {
|
|
3111
|
+
"nuxt": "^3.0.0",
|
|
3112
|
+
"requires": {}
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
2698
3115
|
{
|
|
2699
3116
|
"name": "moment",
|
|
2700
3117
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2883,6 +3300,50 @@
|
|
|
2883
3300
|
"requires": {}
|
|
2884
3301
|
}
|
|
2885
3302
|
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "nupolyon",
|
|
3305
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3306
|
+
"repo": "adenvt/nupolyon",
|
|
3307
|
+
"npm": "nupolyon",
|
|
3308
|
+
"icon": "",
|
|
3309
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3310
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3311
|
+
"learn_more": "",
|
|
3312
|
+
"category": "Performance",
|
|
3313
|
+
"type": "3rd-party",
|
|
3314
|
+
"maintainers": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "adenvt",
|
|
3317
|
+
"github": "adenvt"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"compatibility": {
|
|
3321
|
+
"nuxt": "^3.0.0",
|
|
3322
|
+
"requires": {}
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "nuxt-anchorscroll",
|
|
3327
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3328
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3329
|
+
"npm": "nuxt-anchorscroll",
|
|
3330
|
+
"icon": "",
|
|
3331
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3332
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3333
|
+
"learn_more": "",
|
|
3334
|
+
"category": "UI",
|
|
3335
|
+
"type": "3rd-party",
|
|
3336
|
+
"maintainers": [
|
|
3337
|
+
{
|
|
3338
|
+
"name": "Helltraitor",
|
|
3339
|
+
"github": "helltraitor"
|
|
3340
|
+
}
|
|
3341
|
+
],
|
|
3342
|
+
"compatibility": {
|
|
3343
|
+
"nuxt": "^3.0.0",
|
|
3344
|
+
"requires": {}
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
2886
3347
|
{
|
|
2887
3348
|
"name": "nuxt-auth",
|
|
2888
3349
|
"description": "",
|
|
@@ -2905,6 +3366,120 @@
|
|
|
2905
3366
|
"requires": {}
|
|
2906
3367
|
}
|
|
2907
3368
|
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "nuxt-basic-auth",
|
|
3371
|
+
"description": "Nuxt 3 Module for Basic Authentication",
|
|
3372
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3373
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3374
|
+
"icon": "",
|
|
3375
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3376
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3377
|
+
"learn_more": "",
|
|
3378
|
+
"category": "Security",
|
|
3379
|
+
"type": "3rd-party",
|
|
3380
|
+
"maintainers": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "kgierke",
|
|
3383
|
+
"github": "kgierke"
|
|
3384
|
+
}
|
|
3385
|
+
],
|
|
3386
|
+
"compatibility": {
|
|
3387
|
+
"nuxt": "^3.0.0",
|
|
3388
|
+
"requires": {}
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"name": "nuxt-bootstrap-icons",
|
|
3393
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3394
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3395
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3396
|
+
"icon": "bootstrap-icons.svg",
|
|
3397
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3398
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3399
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3400
|
+
"category": "UI",
|
|
3401
|
+
"type": "3rd-party",
|
|
3402
|
+
"maintainers": [
|
|
3403
|
+
{
|
|
3404
|
+
"name": "OyewoleOyedeji",
|
|
3405
|
+
"github": "OyewoleOyedeji"
|
|
3406
|
+
}
|
|
3407
|
+
],
|
|
3408
|
+
"compatibility": {
|
|
3409
|
+
"nuxt": "^3.0.0",
|
|
3410
|
+
"requires": {}
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "nuxt-chatgpt",
|
|
3415
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3416
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3417
|
+
"npm": "nuxt-chatgpt",
|
|
3418
|
+
"icon": "chatgpt.svg",
|
|
3419
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3420
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3421
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3422
|
+
"category": "Libraries",
|
|
3423
|
+
"type": "3rd-party",
|
|
3424
|
+
"maintainers": [
|
|
3425
|
+
{
|
|
3426
|
+
"name": "Oliver Trajceski",
|
|
3427
|
+
"github": "schnapsterdog"
|
|
3428
|
+
}
|
|
3429
|
+
],
|
|
3430
|
+
"compatibility": {
|
|
3431
|
+
"nuxt": "^3.0.0",
|
|
3432
|
+
"requires": {}
|
|
3433
|
+
}
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"name": "nuxt-facebook-chat",
|
|
3437
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
|
|
3438
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3439
|
+
"npm": "nuxt-facebook-chat",
|
|
3440
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3441
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3442
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3443
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3444
|
+
"category": "Libraries",
|
|
3445
|
+
"type": "3rd-party",
|
|
3446
|
+
"maintainers": [
|
|
3447
|
+
{
|
|
3448
|
+
"name": "Supanut Dokmaithong",
|
|
3449
|
+
"github": "Boomgeek"
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"name": "superdev-tech",
|
|
3453
|
+
"github": "superdev-tech"
|
|
3454
|
+
}
|
|
3455
|
+
],
|
|
3456
|
+
"compatibility": {
|
|
3457
|
+
"nuxt": "^3.0.0",
|
|
3458
|
+
"requires": {}
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"name": "nuxt-feedme",
|
|
3463
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3464
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3465
|
+
"npm": "nuxt-feedme",
|
|
3466
|
+
"icon": "",
|
|
3467
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3468
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3469
|
+
"learn_more": "",
|
|
3470
|
+
"category": "SEO",
|
|
3471
|
+
"type": "3rd-party",
|
|
3472
|
+
"maintainers": [
|
|
3473
|
+
{
|
|
3474
|
+
"name": "Helltraitor",
|
|
3475
|
+
"github": "helltraitor"
|
|
3476
|
+
}
|
|
3477
|
+
],
|
|
3478
|
+
"compatibility": {
|
|
3479
|
+
"nuxt": "^3.0.0",
|
|
3480
|
+
"requires": {}
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
2908
3483
|
{
|
|
2909
3484
|
"name": "nuxt-graphql-middleware",
|
|
2910
3485
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2956,6 +3531,28 @@
|
|
|
2956
3531
|
"requires": {}
|
|
2957
3532
|
}
|
|
2958
3533
|
},
|
|
3534
|
+
{
|
|
3535
|
+
"name": "nuxt-gtm",
|
|
3536
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3537
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3538
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3539
|
+
"icon": "nuxt-gtm.svg",
|
|
3540
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3541
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3542
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3543
|
+
"category": "Analytics",
|
|
3544
|
+
"type": "3rd-party",
|
|
3545
|
+
"maintainers": [
|
|
3546
|
+
{
|
|
3547
|
+
"name": "Zadig&Voltaire Team",
|
|
3548
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3549
|
+
}
|
|
3550
|
+
],
|
|
3551
|
+
"compatibility": {
|
|
3552
|
+
"nuxt": "^3.0.0",
|
|
3553
|
+
"requires": {}
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
2959
3556
|
{
|
|
2960
3557
|
"name": "nuxt-hue",
|
|
2961
3558
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2980,6 +3577,28 @@
|
|
|
2980
3577
|
}
|
|
2981
3578
|
}
|
|
2982
3579
|
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "nuxt-jsonld",
|
|
3582
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3583
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3584
|
+
"npm": "nuxt-jsonld",
|
|
3585
|
+
"icon": "",
|
|
3586
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3587
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3588
|
+
"learn_more": "",
|
|
3589
|
+
"category": "SEO",
|
|
3590
|
+
"type": "3rd-party",
|
|
3591
|
+
"maintainers": [
|
|
3592
|
+
{
|
|
3593
|
+
"name": "ymmooot",
|
|
3594
|
+
"github": "ymmooot"
|
|
3595
|
+
}
|
|
3596
|
+
],
|
|
3597
|
+
"compatibility": {
|
|
3598
|
+
"nuxt": "^3.0.0",
|
|
3599
|
+
"requires": {}
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
2983
3602
|
{
|
|
2984
3603
|
"name": "nuxt-localtunnel",
|
|
2985
3604
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3026,6 +3645,50 @@
|
|
|
3026
3645
|
"requires": {}
|
|
3027
3646
|
}
|
|
3028
3647
|
},
|
|
3648
|
+
{
|
|
3649
|
+
"name": "nuxt-mapbox",
|
|
3650
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3651
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3652
|
+
"npm": "nuxt-mapbox",
|
|
3653
|
+
"icon": "nuxt-mapbox.svg",
|
|
3654
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3655
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3656
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3657
|
+
"category": "Libraries",
|
|
3658
|
+
"type": "3rd-party",
|
|
3659
|
+
"maintainers": [
|
|
3660
|
+
{
|
|
3661
|
+
"name": "Alex Lavoie",
|
|
3662
|
+
"github": "AlexLavoie42"
|
|
3663
|
+
}
|
|
3664
|
+
],
|
|
3665
|
+
"compatibility": {
|
|
3666
|
+
"nuxt": "^3.0.0",
|
|
3667
|
+
"requires": {}
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "nuxt-mdi",
|
|
3672
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3673
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3674
|
+
"npm": "nuxt-mdi",
|
|
3675
|
+
"icon": "mdi.png",
|
|
3676
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3677
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3678
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3679
|
+
"category": "Libraries",
|
|
3680
|
+
"type": "3rd-party",
|
|
3681
|
+
"maintainers": [
|
|
3682
|
+
{
|
|
3683
|
+
"name": "Emil Rosenius",
|
|
3684
|
+
"github": "ERPedersen"
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3687
|
+
"compatibility": {
|
|
3688
|
+
"nuxt": "^3.0.0",
|
|
3689
|
+
"requires": {}
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3029
3692
|
{
|
|
3030
3693
|
"name": "nuxt-monaco-editor",
|
|
3031
3694
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3048,6 +3711,28 @@
|
|
|
3048
3711
|
"requires": {}
|
|
3049
3712
|
}
|
|
3050
3713
|
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "nuxt-mongoose",
|
|
3716
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3717
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3718
|
+
"npm": "nuxt-mongoose",
|
|
3719
|
+
"icon": "nuxt-mongoose.svg",
|
|
3720
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3721
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3722
|
+
"learn_more": "",
|
|
3723
|
+
"category": "Database",
|
|
3724
|
+
"type": "3rd-party",
|
|
3725
|
+
"maintainers": [
|
|
3726
|
+
{
|
|
3727
|
+
"name": "arashsheyda",
|
|
3728
|
+
"github": "arashsheyda"
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"compatibility": {
|
|
3732
|
+
"nuxt": "^3.0.0",
|
|
3733
|
+
"requires": {}
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3051
3736
|
{
|
|
3052
3737
|
"name": "nuxt-pdf",
|
|
3053
3738
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3071,6 +3756,28 @@
|
|
|
3071
3756
|
"requires": {}
|
|
3072
3757
|
}
|
|
3073
3758
|
},
|
|
3759
|
+
{
|
|
3760
|
+
"name": "nuxt-phosphor-icons",
|
|
3761
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3762
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3763
|
+
"npm": "nuxt-phosphor-icons",
|
|
3764
|
+
"icon": "phosphor-icons.svg",
|
|
3765
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3766
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3767
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3768
|
+
"category": "UI",
|
|
3769
|
+
"type": "3rd-party",
|
|
3770
|
+
"maintainers": [
|
|
3771
|
+
{
|
|
3772
|
+
"name": "OyewoleOyedeji",
|
|
3773
|
+
"github": "OyewoleOyedeji"
|
|
3774
|
+
}
|
|
3775
|
+
],
|
|
3776
|
+
"compatibility": {
|
|
3777
|
+
"nuxt": "^3.0.0",
|
|
3778
|
+
"requires": {}
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3074
3781
|
{
|
|
3075
3782
|
"name": "nuxt-pino-log",
|
|
3076
3783
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3115,6 +3822,32 @@
|
|
|
3115
3822
|
"requires": {}
|
|
3116
3823
|
}
|
|
3117
3824
|
},
|
|
3825
|
+
{
|
|
3826
|
+
"name": "nuxt-plotly",
|
|
3827
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3828
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3829
|
+
"npm": "nuxt-plotly",
|
|
3830
|
+
"icon": "nuxt-plotly.svg",
|
|
3831
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3832
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3833
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3834
|
+
"category": "Libraries",
|
|
3835
|
+
"type": "3rd-party",
|
|
3836
|
+
"maintainers": [
|
|
3837
|
+
{
|
|
3838
|
+
"name": "Supanut Dokmaithong",
|
|
3839
|
+
"github": "Boomgeek"
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"name": "superdev-tech",
|
|
3843
|
+
"github": "superdev-tech"
|
|
3844
|
+
}
|
|
3845
|
+
],
|
|
3846
|
+
"compatibility": {
|
|
3847
|
+
"nuxt": "^3.0.0",
|
|
3848
|
+
"requires": {}
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3118
3851
|
{
|
|
3119
3852
|
"name": "nuxt-png-to-ico",
|
|
3120
3853
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3327,12 +4060,12 @@
|
|
|
3327
4060
|
{
|
|
3328
4061
|
"name": "nuxt-vue3-google-signin",
|
|
3329
4062
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3330
|
-
"repo": "
|
|
4063
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3331
4064
|
"npm": "nuxt-vue3-google-signin",
|
|
3332
4065
|
"icon": "vue3-google-signin.svg",
|
|
3333
|
-
"github": "https://github.com/
|
|
3334
|
-
"website": "https://vue3-google-signin.
|
|
3335
|
-
"learn_more": "https://vue3-google-signin.
|
|
4066
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4067
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4068
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3336
4069
|
"category": "Libraries",
|
|
3337
4070
|
"type": "3rd-party",
|
|
3338
4071
|
"maintainers": [
|
|
@@ -3346,6 +4079,50 @@
|
|
|
3346
4079
|
"requires": {}
|
|
3347
4080
|
}
|
|
3348
4081
|
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "nuxt-vuetify",
|
|
4084
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
4085
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4086
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4087
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4088
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4089
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4090
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4091
|
+
"category": "UI",
|
|
4092
|
+
"type": "3rd-party",
|
|
4093
|
+
"maintainers": [
|
|
4094
|
+
{
|
|
4095
|
+
"name": "Jens van Hellemondt",
|
|
4096
|
+
"github": "invictus-codes"
|
|
4097
|
+
}
|
|
4098
|
+
],
|
|
4099
|
+
"compatibility": {
|
|
4100
|
+
"nuxt": "^3.0.0",
|
|
4101
|
+
"requires": {}
|
|
4102
|
+
}
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "nuxt3-leaflet",
|
|
4106
|
+
"description": "Leaflet integration with Nuxt",
|
|
4107
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4108
|
+
"npm": "nuxt3-leaflet",
|
|
4109
|
+
"icon": "leaflet.png",
|
|
4110
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4111
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4112
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4113
|
+
"category": "Libraries",
|
|
4114
|
+
"type": "3rd-party",
|
|
4115
|
+
"maintainers": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "Augustin MERCIER",
|
|
4118
|
+
"github": "Gugustinette"
|
|
4119
|
+
}
|
|
4120
|
+
],
|
|
4121
|
+
"compatibility": {
|
|
4122
|
+
"nuxt": "^3.0.0",
|
|
4123
|
+
"requires": {}
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
3349
4126
|
{
|
|
3350
4127
|
"name": "nuxt7",
|
|
3351
4128
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3371,13 +4148,13 @@
|
|
|
3371
4148
|
},
|
|
3372
4149
|
{
|
|
3373
4150
|
"name": "og-image",
|
|
3374
|
-
"description": "
|
|
4151
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3375
4152
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3376
4153
|
"npm": "nuxt-og-image",
|
|
3377
|
-
"icon": "",
|
|
4154
|
+
"icon": "og-image.svg",
|
|
3378
4155
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3379
|
-
"website": "https://
|
|
3380
|
-
"learn_more": "",
|
|
4156
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4157
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3381
4158
|
"category": "SEO",
|
|
3382
4159
|
"type": "3rd-party",
|
|
3383
4160
|
"maintainers": [
|
|
@@ -3483,6 +4260,29 @@
|
|
|
3483
4260
|
"requires": {}
|
|
3484
4261
|
}
|
|
3485
4262
|
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "particles",
|
|
4265
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4266
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4267
|
+
"npm": "nuxt-particles",
|
|
4268
|
+
"icon": "",
|
|
4269
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4270
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4271
|
+
"learn_more": "https://particles.js.org/",
|
|
4272
|
+
"category": "Libraries",
|
|
4273
|
+
"type": "3rd-party",
|
|
4274
|
+
"maintainers": [
|
|
4275
|
+
{
|
|
4276
|
+
"name": "Joey Pereira",
|
|
4277
|
+
"github": "Joepocalyptic",
|
|
4278
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4279
|
+
}
|
|
4280
|
+
],
|
|
4281
|
+
"compatibility": {
|
|
4282
|
+
"nuxt": "^3.0.0",
|
|
4283
|
+
"requires": {}
|
|
4284
|
+
}
|
|
4285
|
+
},
|
|
3486
4286
|
{
|
|
3487
4287
|
"name": "partytown",
|
|
3488
4288
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3508,6 +4308,30 @@
|
|
|
3508
4308
|
}
|
|
3509
4309
|
}
|
|
3510
4310
|
},
|
|
4311
|
+
{
|
|
4312
|
+
"name": "pdfeasy",
|
|
4313
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4314
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4315
|
+
"npm": "nuxt-pdfeasy",
|
|
4316
|
+
"icon": "pdfeasy.png",
|
|
4317
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4318
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4319
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4320
|
+
"category": "Extensions",
|
|
4321
|
+
"type": "3rd-party",
|
|
4322
|
+
"maintainers": [
|
|
4323
|
+
{
|
|
4324
|
+
"name": "Giovane Cardoso",
|
|
4325
|
+
"github": "novout",
|
|
4326
|
+
"twitter": "novoutttttt",
|
|
4327
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4328
|
+
}
|
|
4329
|
+
],
|
|
4330
|
+
"compatibility": {
|
|
4331
|
+
"nuxt": "^3.0.0",
|
|
4332
|
+
"requires": {}
|
|
4333
|
+
}
|
|
4334
|
+
},
|
|
3511
4335
|
{
|
|
3512
4336
|
"name": "persian-datepicker",
|
|
3513
4337
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3647,6 +4471,30 @@
|
|
|
3647
4471
|
"requires": {}
|
|
3648
4472
|
}
|
|
3649
4473
|
},
|
|
4474
|
+
{
|
|
4475
|
+
"name": "prepare",
|
|
4476
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4477
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4478
|
+
"npm": "nuxt-prepare",
|
|
4479
|
+
"icon": "prepare.svg",
|
|
4480
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4481
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4482
|
+
"learn_more": "",
|
|
4483
|
+
"category": "Devtools",
|
|
4484
|
+
"type": "3rd-party",
|
|
4485
|
+
"maintainers": [
|
|
4486
|
+
{
|
|
4487
|
+
"name": "Johann Schopplich",
|
|
4488
|
+
"github": "johannschopplich",
|
|
4489
|
+
"twitter": "jschopplich",
|
|
4490
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"compatibility": {
|
|
4494
|
+
"nuxt": "^3.0.0",
|
|
4495
|
+
"requires": {}
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
3650
4498
|
{
|
|
3651
4499
|
"name": "prismic",
|
|
3652
4500
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
@@ -3829,6 +4677,50 @@
|
|
|
3829
4677
|
"requires": {}
|
|
3830
4678
|
}
|
|
3831
4679
|
},
|
|
4680
|
+
{
|
|
4681
|
+
"name": "quasar",
|
|
4682
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4683
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4684
|
+
"npm": "nuxt-quasar-ui",
|
|
4685
|
+
"icon": "quasar.svg",
|
|
4686
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4687
|
+
"website": "https://quasar.dev/",
|
|
4688
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4689
|
+
"category": "UI",
|
|
4690
|
+
"type": "3rd-party",
|
|
4691
|
+
"maintainers": [
|
|
4692
|
+
{
|
|
4693
|
+
"name": "Ege İliklier",
|
|
4694
|
+
"github": "Maiquu"
|
|
4695
|
+
}
|
|
4696
|
+
],
|
|
4697
|
+
"compatibility": {
|
|
4698
|
+
"nuxt": "^3.0.0",
|
|
4699
|
+
"requires": {}
|
|
4700
|
+
}
|
|
4701
|
+
},
|
|
4702
|
+
{
|
|
4703
|
+
"name": "radash",
|
|
4704
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4705
|
+
"repo": "bbg/nuxt-radash",
|
|
4706
|
+
"npm": "nuxt-radash",
|
|
4707
|
+
"icon": "radash.png",
|
|
4708
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4709
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4710
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4711
|
+
"category": "Libraries",
|
|
4712
|
+
"type": "3rd-party",
|
|
4713
|
+
"maintainers": [
|
|
4714
|
+
{
|
|
4715
|
+
"name": "Batuhan Göksu",
|
|
4716
|
+
"github": "bbg"
|
|
4717
|
+
}
|
|
4718
|
+
],
|
|
4719
|
+
"compatibility": {
|
|
4720
|
+
"nuxt": "^3.0.0",
|
|
4721
|
+
"requires": {}
|
|
4722
|
+
}
|
|
4723
|
+
},
|
|
3832
4724
|
{
|
|
3833
4725
|
"name": "recaptcha",
|
|
3834
4726
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3899,11 +4791,11 @@
|
|
|
3899
4791
|
{
|
|
3900
4792
|
"name": "robots",
|
|
3901
4793
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3902
|
-
"repo": "nuxt-
|
|
4794
|
+
"repo": "nuxt-modules/robots",
|
|
3903
4795
|
"npm": "@nuxtjs/robots",
|
|
3904
4796
|
"icon": "robots.png",
|
|
3905
|
-
"github": "https://github.com/nuxt-
|
|
3906
|
-
"website": "https://github.com/nuxt-
|
|
4797
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4798
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3907
4799
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3908
4800
|
"category": "SEO",
|
|
3909
4801
|
"type": "community",
|
|
@@ -4015,13 +4907,13 @@
|
|
|
4015
4907
|
},
|
|
4016
4908
|
{
|
|
4017
4909
|
"name": "schema-org",
|
|
4018
|
-
"description": "Schema.org for Nuxt
|
|
4019
|
-
"repo": "
|
|
4910
|
+
"description": "Schema.org for Nuxt.",
|
|
4911
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4020
4912
|
"npm": "nuxt-schema-org",
|
|
4021
4913
|
"icon": "schema-org.svg",
|
|
4022
|
-
"github": "https://github.com/
|
|
4023
|
-
"website": "https://
|
|
4024
|
-
"learn_more": "https://
|
|
4914
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4915
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4916
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4025
4917
|
"category": "SEO",
|
|
4026
4918
|
"type": "3rd-party",
|
|
4027
4919
|
"maintainers": [
|
|
@@ -4109,7 +5001,7 @@
|
|
|
4109
5001
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4110
5002
|
"repo": "nuxt-community/sentry-module",
|
|
4111
5003
|
"npm": "@nuxtjs/sentry",
|
|
4112
|
-
"icon": "sentry.
|
|
5004
|
+
"icon": "sentry.svg",
|
|
4113
5005
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4114
5006
|
"website": "https://sentry.nuxtjs.org/",
|
|
4115
5007
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4126,14 +5018,38 @@
|
|
|
4126
5018
|
"requires": {}
|
|
4127
5019
|
}
|
|
4128
5020
|
},
|
|
5021
|
+
{
|
|
5022
|
+
"name": "seo-experiments",
|
|
5023
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5024
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5025
|
+
"npm": "nuxt-seo-experiments",
|
|
5026
|
+
"icon": "seo-experiments.svg",
|
|
5027
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5028
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5029
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5030
|
+
"category": "SEO",
|
|
5031
|
+
"type": "3rd-party",
|
|
5032
|
+
"maintainers": [
|
|
5033
|
+
{
|
|
5034
|
+
"name": "Harlan Wilton",
|
|
5035
|
+
"github": "harlan-zw",
|
|
5036
|
+
"twitter": "harlan_zw",
|
|
5037
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5038
|
+
}
|
|
5039
|
+
],
|
|
5040
|
+
"compatibility": {
|
|
5041
|
+
"nuxt": "^3.0.0",
|
|
5042
|
+
"requires": {}
|
|
5043
|
+
}
|
|
5044
|
+
},
|
|
4129
5045
|
{
|
|
4130
5046
|
"name": "seo-kit",
|
|
4131
|
-
"description": "
|
|
5047
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4132
5048
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4133
5049
|
"npm": "nuxt-seo-kit",
|
|
4134
5050
|
"icon": "seo-kit.svg",
|
|
4135
5051
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4136
|
-
"website": "https://
|
|
5052
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4137
5053
|
"learn_more": "",
|
|
4138
5054
|
"category": "SEO",
|
|
4139
5055
|
"type": "3rd-party",
|
|
@@ -4216,6 +5132,29 @@
|
|
|
4216
5132
|
"requires": {}
|
|
4217
5133
|
}
|
|
4218
5134
|
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "server-block",
|
|
5137
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5138
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5139
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5140
|
+
"icon": "server-block.svg",
|
|
5141
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5142
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5143
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5144
|
+
"category": "Extensions",
|
|
5145
|
+
"type": "3rd-party",
|
|
5146
|
+
"maintainers": [
|
|
5147
|
+
{
|
|
5148
|
+
"name": "Hebilicious",
|
|
5149
|
+
"github": "Hebilicious",
|
|
5150
|
+
"twitter": "its_hebilicious"
|
|
5151
|
+
}
|
|
5152
|
+
],
|
|
5153
|
+
"compatibility": {
|
|
5154
|
+
"nuxt": "^3.0.0",
|
|
5155
|
+
"requires": {}
|
|
5156
|
+
}
|
|
5157
|
+
},
|
|
4219
5158
|
{
|
|
4220
5159
|
"name": "session",
|
|
4221
5160
|
"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",
|
|
@@ -4308,13 +5247,13 @@
|
|
|
4308
5247
|
},
|
|
4309
5248
|
{
|
|
4310
5249
|
"name": "simple-robots",
|
|
4311
|
-
"description": "
|
|
5250
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4312
5251
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4313
5252
|
"npm": "nuxt-simple-robots",
|
|
4314
|
-
"icon": "",
|
|
5253
|
+
"icon": "simple-robots.svg",
|
|
4315
5254
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4316
|
-
"website": "https://
|
|
4317
|
-
"learn_more": "",
|
|
5255
|
+
"website": "https://nuxtseo.com/robots",
|
|
5256
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4318
5257
|
"category": "SEO",
|
|
4319
5258
|
"type": "3rd-party",
|
|
4320
5259
|
"maintainers": [
|
|
@@ -4332,13 +5271,13 @@
|
|
|
4332
5271
|
},
|
|
4333
5272
|
{
|
|
4334
5273
|
"name": "simple-sitemap",
|
|
4335
|
-
"description": "
|
|
5274
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4336
5275
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4337
5276
|
"npm": "nuxt-simple-sitemap",
|
|
4338
|
-
"icon": "",
|
|
5277
|
+
"icon": "simple-sitemap.svg",
|
|
4339
5278
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4340
|
-
"website": "https://
|
|
4341
|
-
"learn_more": "",
|
|
5279
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5280
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4342
5281
|
"category": "SEO",
|
|
4343
5282
|
"type": "3rd-party",
|
|
4344
5283
|
"maintainers": [
|
|
@@ -4408,7 +5347,7 @@
|
|
|
4408
5347
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4409
5348
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4410
5349
|
"learn_more": "https://snipcart.com",
|
|
4411
|
-
"category": "
|
|
5350
|
+
"category": "Ecommerce",
|
|
4412
5351
|
"type": "community",
|
|
4413
5352
|
"maintainers": [
|
|
4414
5353
|
{
|
|
@@ -4636,7 +5575,7 @@
|
|
|
4636
5575
|
"name": "storybook",
|
|
4637
5576
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
4638
5577
|
"repo": "nuxt-community/storybook",
|
|
4639
|
-
"npm": "@
|
|
5578
|
+
"npm": "@storybook-vue/nuxt-storybook",
|
|
4640
5579
|
"icon": "storybook.png",
|
|
4641
5580
|
"github": "https://github.com/nuxt-community/storybook",
|
|
4642
5581
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -4665,10 +5604,10 @@
|
|
|
4665
5604
|
{
|
|
4666
5605
|
"name": "strapi",
|
|
4667
5606
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4668
|
-
"repo": "nuxt-
|
|
5607
|
+
"repo": "nuxt-modules/strapi",
|
|
4669
5608
|
"npm": "@nuxtjs/strapi",
|
|
4670
5609
|
"icon": "strapi.png",
|
|
4671
|
-
"github": "https://github.com/nuxt-
|
|
5610
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4672
5611
|
"website": "https://strapi.nuxtjs.org",
|
|
4673
5612
|
"learn_more": "https://strapi.io/",
|
|
4674
5613
|
"category": "CMS",
|
|
@@ -4692,6 +5631,32 @@
|
|
|
4692
5631
|
}
|
|
4693
5632
|
}
|
|
4694
5633
|
},
|
|
5634
|
+
{
|
|
5635
|
+
"name": "stripe-next",
|
|
5636
|
+
"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.",
|
|
5637
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5638
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5639
|
+
"icon": "stripe.png",
|
|
5640
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5641
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5642
|
+
"learn_more": "https://stripe.com/docs",
|
|
5643
|
+
"category": "Payment",
|
|
5644
|
+
"type": "3rd-party",
|
|
5645
|
+
"maintainers": [
|
|
5646
|
+
{
|
|
5647
|
+
"name": "Loic Fuentes",
|
|
5648
|
+
"github": "fuentesloic"
|
|
5649
|
+
},
|
|
5650
|
+
{
|
|
5651
|
+
"name": "Florent Giraud",
|
|
5652
|
+
"github": "flozero"
|
|
5653
|
+
}
|
|
5654
|
+
],
|
|
5655
|
+
"compatibility": {
|
|
5656
|
+
"nuxt": "^3.0.0",
|
|
5657
|
+
"requires": {}
|
|
5658
|
+
}
|
|
5659
|
+
},
|
|
4695
5660
|
{
|
|
4696
5661
|
"name": "stripe",
|
|
4697
5662
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4785,10 +5750,10 @@
|
|
|
4785
5750
|
{
|
|
4786
5751
|
"name": "supabase",
|
|
4787
5752
|
"description": "First class integration with Supabase",
|
|
4788
|
-
"repo": "nuxt-
|
|
5753
|
+
"repo": "nuxt-modules/supabase",
|
|
4789
5754
|
"npm": "@nuxtjs/supabase",
|
|
4790
5755
|
"icon": "supabase.png",
|
|
4791
|
-
"github": "https://github.com/nuxt-
|
|
5756
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4792
5757
|
"website": "https://supabase.nuxtjs.org",
|
|
4793
5758
|
"learn_more": "https://supabase.com",
|
|
4794
5759
|
"category": "Database",
|
|
@@ -4839,12 +5804,12 @@
|
|
|
4839
5804
|
},
|
|
4840
5805
|
{
|
|
4841
5806
|
"name": "svg-sprite",
|
|
4842
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
4843
|
-
"repo": "nuxt-
|
|
5807
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5808
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
4844
5809
|
"npm": "@nuxtjs/svg-sprite",
|
|
4845
5810
|
"icon": "",
|
|
4846
|
-
"github": "https://github.com/nuxt-
|
|
4847
|
-
"website": "https://github.com/nuxt-
|
|
5811
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5812
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
4848
5813
|
"learn_more": "",
|
|
4849
5814
|
"category": "UI",
|
|
4850
5815
|
"type": "community",
|
|
@@ -4856,7 +5821,7 @@
|
|
|
4856
5821
|
}
|
|
4857
5822
|
],
|
|
4858
5823
|
"compatibility": {
|
|
4859
|
-
"nuxt": "^2.0.0",
|
|
5824
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4860
5825
|
"requires": {}
|
|
4861
5826
|
}
|
|
4862
5827
|
},
|
|
@@ -4952,10 +5917,10 @@
|
|
|
4952
5917
|
{
|
|
4953
5918
|
"name": "tailwindcss",
|
|
4954
5919
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4955
|
-
"repo": "nuxt-
|
|
5920
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
4956
5921
|
"npm": "@nuxtjs/tailwindcss",
|
|
4957
5922
|
"icon": "tailwindcss.png",
|
|
4958
|
-
"github": "https://github.com/nuxt-
|
|
5923
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
4959
5924
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4960
5925
|
"learn_more": "https://tailwindcss.com/",
|
|
4961
5926
|
"category": "UI",
|
|
@@ -4965,6 +5930,10 @@
|
|
|
4965
5930
|
"name": "Sébastien Chopin",
|
|
4966
5931
|
"github": "Atinux",
|
|
4967
5932
|
"twitter": "Atinux"
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"name": "Inesh Bose",
|
|
5936
|
+
"github": "ineshbose"
|
|
4968
5937
|
}
|
|
4969
5938
|
],
|
|
4970
5939
|
"compatibility": {
|
|
@@ -4995,6 +5964,28 @@
|
|
|
4995
5964
|
"requires": {}
|
|
4996
5965
|
}
|
|
4997
5966
|
},
|
|
5967
|
+
{
|
|
5968
|
+
"name": "time",
|
|
5969
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5970
|
+
"repo": "danielroe/nuxt-time",
|
|
5971
|
+
"npm": "nuxt-time",
|
|
5972
|
+
"icon": "",
|
|
5973
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5974
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5975
|
+
"learn_more": "",
|
|
5976
|
+
"category": "Extensions",
|
|
5977
|
+
"type": "3rd-party",
|
|
5978
|
+
"maintainers": [
|
|
5979
|
+
{
|
|
5980
|
+
"name": "danielroe",
|
|
5981
|
+
"github": "danielroe"
|
|
5982
|
+
}
|
|
5983
|
+
],
|
|
5984
|
+
"compatibility": {
|
|
5985
|
+
"nuxt": "^3.0.0",
|
|
5986
|
+
"requires": {}
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
4998
5989
|
{
|
|
4999
5990
|
"name": "toast",
|
|
5000
5991
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5018,6 +6009,39 @@
|
|
|
5018
6009
|
"requires": {}
|
|
5019
6010
|
}
|
|
5020
6011
|
},
|
|
6012
|
+
{
|
|
6013
|
+
"name": "tresjs",
|
|
6014
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6015
|
+
"repo": "tresjs/nuxt",
|
|
6016
|
+
"npm": "@tresjs/nuxt",
|
|
6017
|
+
"icon": "tresjs.svg",
|
|
6018
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6019
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6020
|
+
"learn_more": "https://tresjs.org/",
|
|
6021
|
+
"category": "Libraries",
|
|
6022
|
+
"type": "3rd-party",
|
|
6023
|
+
"maintainers": [
|
|
6024
|
+
{
|
|
6025
|
+
"name": "Alvaro Saburido",
|
|
6026
|
+
"github": "alvarosabu",
|
|
6027
|
+
"twitter": "alvarosabu"
|
|
6028
|
+
},
|
|
6029
|
+
{
|
|
6030
|
+
"name": "Jaime Torrealba",
|
|
6031
|
+
"github": "JaimeTorrealba",
|
|
6032
|
+
"twitter": "jaimebboyjt"
|
|
6033
|
+
},
|
|
6034
|
+
{
|
|
6035
|
+
"name": "Tino Koch",
|
|
6036
|
+
"github": "Tinoooo",
|
|
6037
|
+
"twitter": "ichbintino"
|
|
6038
|
+
}
|
|
6039
|
+
],
|
|
6040
|
+
"compatibility": {
|
|
6041
|
+
"nuxt": "^3.0.0",
|
|
6042
|
+
"requires": {}
|
|
6043
|
+
}
|
|
6044
|
+
},
|
|
5021
6045
|
{
|
|
5022
6046
|
"name": "turnstile",
|
|
5023
6047
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5056,15 +6080,37 @@
|
|
|
5056
6080
|
"type": "3rd-party",
|
|
5057
6081
|
"maintainers": [
|
|
5058
6082
|
{
|
|
5059
|
-
"name": "Nicolas Perraut",
|
|
5060
|
-
"github": "tuarrep"
|
|
6083
|
+
"name": "Nicolas Perraut",
|
|
6084
|
+
"github": "tuarrep"
|
|
6085
|
+
}
|
|
6086
|
+
],
|
|
6087
|
+
"compatibility": {
|
|
6088
|
+
"nuxt": "^2.0.0",
|
|
6089
|
+
"requires": {
|
|
6090
|
+
"bridge": "optional"
|
|
6091
|
+
}
|
|
6092
|
+
}
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
"name": "twemoji",
|
|
6096
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6097
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6098
|
+
"npm": "nuxt-twemoji",
|
|
6099
|
+
"icon": "twemoji.svg",
|
|
6100
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6101
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6102
|
+
"learn_more": "",
|
|
6103
|
+
"category": "UI",
|
|
6104
|
+
"type": "3rd-party",
|
|
6105
|
+
"maintainers": [
|
|
6106
|
+
{
|
|
6107
|
+
"name": "Yizack Rangel",
|
|
6108
|
+
"github": "yizack"
|
|
5061
6109
|
}
|
|
5062
6110
|
],
|
|
5063
6111
|
"compatibility": {
|
|
5064
|
-
"nuxt": "^
|
|
5065
|
-
"requires": {
|
|
5066
|
-
"bridge": "optional"
|
|
5067
|
-
}
|
|
6112
|
+
"nuxt": "^3.0.0",
|
|
6113
|
+
"requires": {}
|
|
5068
6114
|
}
|
|
5069
6115
|
},
|
|
5070
6116
|
{
|
|
@@ -5211,6 +6257,39 @@
|
|
|
5211
6257
|
"requires": {}
|
|
5212
6258
|
}
|
|
5213
6259
|
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "ui",
|
|
6262
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6263
|
+
"repo": "nuxt/ui#dev",
|
|
6264
|
+
"npm": "@nuxt/ui",
|
|
6265
|
+
"icon": "nuxt.svg",
|
|
6266
|
+
"github": "https://github.com/nuxt/ui",
|
|
6267
|
+
"website": "https://ui.nuxt.com",
|
|
6268
|
+
"learn_more": "",
|
|
6269
|
+
"category": "UI",
|
|
6270
|
+
"type": "official",
|
|
6271
|
+
"maintainers": [
|
|
6272
|
+
{
|
|
6273
|
+
"name": "Benjamin Canac",
|
|
6274
|
+
"github": "benjamincanac",
|
|
6275
|
+
"twitter": "benjamincanac"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"name": "Sebastien Chopin",
|
|
6279
|
+
"github": "Atinux",
|
|
6280
|
+
"twitter": "Atinux"
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
"name": "Sylvain Marroufin",
|
|
6284
|
+
"github": "smarroufin",
|
|
6285
|
+
"twitter": "smarroufin"
|
|
6286
|
+
}
|
|
6287
|
+
],
|
|
6288
|
+
"compatibility": {
|
|
6289
|
+
"nuxt": "^3.0.0",
|
|
6290
|
+
"requires": {}
|
|
6291
|
+
}
|
|
6292
|
+
},
|
|
5214
6293
|
{
|
|
5215
6294
|
"name": "umami",
|
|
5216
6295
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5238,11 +6317,11 @@
|
|
|
5238
6317
|
{
|
|
5239
6318
|
"name": "unhead",
|
|
5240
6319
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5241
|
-
"repo": "harlan-zw/nuxt-
|
|
5242
|
-
"npm": "nuxt-
|
|
6320
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6321
|
+
"npm": "nuxt-seo-experiments",
|
|
5243
6322
|
"icon": "",
|
|
5244
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5245
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6323
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6324
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5246
6325
|
"learn_more": "",
|
|
5247
6326
|
"category": "SEO",
|
|
5248
6327
|
"type": "3rd-party",
|
|
@@ -5285,6 +6364,28 @@
|
|
|
5285
6364
|
"requires": {}
|
|
5286
6365
|
}
|
|
5287
6366
|
},
|
|
6367
|
+
{
|
|
6368
|
+
"name": "unlazy",
|
|
6369
|
+
"description": "Lazy loading library for placeholder images",
|
|
6370
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6371
|
+
"npm": "@unlazy/nuxt",
|
|
6372
|
+
"icon": "unlazy.svg",
|
|
6373
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6374
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6375
|
+
"learn_more": "",
|
|
6376
|
+
"category": "Images",
|
|
6377
|
+
"type": "3rd-party",
|
|
6378
|
+
"maintainers": [
|
|
6379
|
+
{
|
|
6380
|
+
"name": "Johann Schopplich",
|
|
6381
|
+
"github": "johannschopplich"
|
|
6382
|
+
}
|
|
6383
|
+
],
|
|
6384
|
+
"compatibility": {
|
|
6385
|
+
"nuxt": "^3.0.0",
|
|
6386
|
+
"requires": {}
|
|
6387
|
+
}
|
|
6388
|
+
},
|
|
5288
6389
|
{
|
|
5289
6390
|
"name": "unlighthouse",
|
|
5290
6391
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5360,6 +6461,30 @@
|
|
|
5360
6461
|
"requires": {}
|
|
5361
6462
|
}
|
|
5362
6463
|
},
|
|
6464
|
+
{
|
|
6465
|
+
"name": "use-wagmi",
|
|
6466
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6467
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6468
|
+
"npm": "@use-wagmi/nuxt",
|
|
6469
|
+
"icon": "use-wagmi.png",
|
|
6470
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6471
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6472
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6473
|
+
"category": "Extensions",
|
|
6474
|
+
"type": "3rd-party",
|
|
6475
|
+
"maintainers": [
|
|
6476
|
+
{
|
|
6477
|
+
"name": "Unic Ape",
|
|
6478
|
+
"github": "unicape"
|
|
6479
|
+
}
|
|
6480
|
+
],
|
|
6481
|
+
"compatibility": {
|
|
6482
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6483
|
+
"requires": {
|
|
6484
|
+
"bridge": true
|
|
6485
|
+
}
|
|
6486
|
+
}
|
|
6487
|
+
},
|
|
5363
6488
|
{
|
|
5364
6489
|
"name": "user-agent",
|
|
5365
6490
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5428,6 +6553,74 @@
|
|
|
5428
6553
|
}
|
|
5429
6554
|
}
|
|
5430
6555
|
},
|
|
6556
|
+
{
|
|
6557
|
+
"name": "varlet",
|
|
6558
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6559
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6560
|
+
"npm": "@varlet/nuxt",
|
|
6561
|
+
"icon": "varlet.svg",
|
|
6562
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6563
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6564
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6565
|
+
"category": "UI",
|
|
6566
|
+
"type": "3rd-party",
|
|
6567
|
+
"maintainers": [
|
|
6568
|
+
{
|
|
6569
|
+
"name": "zhangmo8",
|
|
6570
|
+
"github": "zhangmo8"
|
|
6571
|
+
}
|
|
6572
|
+
],
|
|
6573
|
+
"compatibility": {
|
|
6574
|
+
"nuxt": "^3.0.0",
|
|
6575
|
+
"requires": {
|
|
6576
|
+
"bridge": "optional"
|
|
6577
|
+
}
|
|
6578
|
+
}
|
|
6579
|
+
},
|
|
6580
|
+
{
|
|
6581
|
+
"name": "vcalendar",
|
|
6582
|
+
"description": "VCalendar module for Nuxt",
|
|
6583
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6584
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6585
|
+
"icon": "vcalendar.png",
|
|
6586
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6587
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6588
|
+
"learn_more": "",
|
|
6589
|
+
"category": "Libraries",
|
|
6590
|
+
"type": "3rd-party",
|
|
6591
|
+
"maintainers": [
|
|
6592
|
+
{
|
|
6593
|
+
"name": "Sam K",
|
|
6594
|
+
"github": "samk-dev"
|
|
6595
|
+
}
|
|
6596
|
+
],
|
|
6597
|
+
"compatibility": {
|
|
6598
|
+
"nuxt": "^3.0.0",
|
|
6599
|
+
"requires": {}
|
|
6600
|
+
}
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"name": "vee-validate",
|
|
6604
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6605
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6606
|
+
"npm": "@vee-validate/nuxt",
|
|
6607
|
+
"icon": "vee-validate.png",
|
|
6608
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6609
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6610
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6611
|
+
"category": "Libraries",
|
|
6612
|
+
"type": "3rd-party",
|
|
6613
|
+
"maintainers": [
|
|
6614
|
+
{
|
|
6615
|
+
"name": "Abdelrahman Awad",
|
|
6616
|
+
"github": "logaretm"
|
|
6617
|
+
}
|
|
6618
|
+
],
|
|
6619
|
+
"compatibility": {
|
|
6620
|
+
"nuxt": "^3.0.0",
|
|
6621
|
+
"requires": {}
|
|
6622
|
+
}
|
|
6623
|
+
},
|
|
5431
6624
|
{
|
|
5432
6625
|
"name": "vendor",
|
|
5433
6626
|
"description": "directly serve node_modules",
|
|
@@ -5451,6 +6644,51 @@
|
|
|
5451
6644
|
"requires": {}
|
|
5452
6645
|
}
|
|
5453
6646
|
},
|
|
6647
|
+
{
|
|
6648
|
+
"name": "vercel-analytics",
|
|
6649
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6650
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6651
|
+
"npm": "nuxt-vercel-analytics",
|
|
6652
|
+
"icon": "",
|
|
6653
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6654
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6655
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6656
|
+
"category": "Analytics",
|
|
6657
|
+
"type": "3rd-party",
|
|
6658
|
+
"maintainers": [
|
|
6659
|
+
{
|
|
6660
|
+
"name": "Alexander B.",
|
|
6661
|
+
"github": "xanderbarkhatov"
|
|
6662
|
+
}
|
|
6663
|
+
],
|
|
6664
|
+
"compatibility": {
|
|
6665
|
+
"nuxt": "^3.0.0",
|
|
6666
|
+
"requires": {}
|
|
6667
|
+
}
|
|
6668
|
+
},
|
|
6669
|
+
{
|
|
6670
|
+
"name": "vexip-ui",
|
|
6671
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6672
|
+
"repo": "vexip-ui/nuxt",
|
|
6673
|
+
"npm": "@vexip-ui/nuxt",
|
|
6674
|
+
"icon": "vexip-ui.svg",
|
|
6675
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6676
|
+
"website": "https://www.vexipui.com/",
|
|
6677
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6678
|
+
"category": "UI",
|
|
6679
|
+
"type": "3rd-party",
|
|
6680
|
+
"maintainers": [
|
|
6681
|
+
{
|
|
6682
|
+
"name": "未觉雨声",
|
|
6683
|
+
"github": "qmhc",
|
|
6684
|
+
"twitter": "qmhc95"
|
|
6685
|
+
}
|
|
6686
|
+
],
|
|
6687
|
+
"compatibility": {
|
|
6688
|
+
"nuxt": "^3.0.0",
|
|
6689
|
+
"requires": {}
|
|
6690
|
+
}
|
|
6691
|
+
},
|
|
5454
6692
|
{
|
|
5455
6693
|
"name": "vite-pwa-nuxt",
|
|
5456
6694
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5482,13 +6720,13 @@
|
|
|
5482
6720
|
{
|
|
5483
6721
|
"name": "vitest",
|
|
5484
6722
|
"description": "Vitest integration with Nuxt",
|
|
5485
|
-
"repo": "danielroe/nuxt-vitest
|
|
6723
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5486
6724
|
"npm": "nuxt-vitest",
|
|
5487
6725
|
"icon": "vitest.svg",
|
|
5488
6726
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5489
6727
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5490
6728
|
"learn_more": "",
|
|
5491
|
-
"category": "
|
|
6729
|
+
"category": "Devtools",
|
|
5492
6730
|
"type": "3rd-party",
|
|
5493
6731
|
"maintainers": [
|
|
5494
6732
|
{
|
|
@@ -5505,15 +6743,45 @@
|
|
|
5505
6743
|
"requires": {}
|
|
5506
6744
|
}
|
|
5507
6745
|
},
|
|
6746
|
+
{
|
|
6747
|
+
"name": "vue-email",
|
|
6748
|
+
"description": "Write email templates with vue",
|
|
6749
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6750
|
+
"npm": "vue-email",
|
|
6751
|
+
"icon": "vue-email.svg",
|
|
6752
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6753
|
+
"website": "https://vue-email.vercel.app/",
|
|
6754
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6755
|
+
"category": "UI",
|
|
6756
|
+
"type": "3rd-party",
|
|
6757
|
+
"maintainers": [
|
|
6758
|
+
{
|
|
6759
|
+
"name": "David Arenas",
|
|
6760
|
+
"github": "Dave136",
|
|
6761
|
+
"twitter": "davejs4",
|
|
6762
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6763
|
+
},
|
|
6764
|
+
{
|
|
6765
|
+
"name": "Younes Barrad",
|
|
6766
|
+
"github": "Flowko",
|
|
6767
|
+
"twitter": "imflowko",
|
|
6768
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6769
|
+
}
|
|
6770
|
+
],
|
|
6771
|
+
"compatibility": {
|
|
6772
|
+
"nuxt": "^3.0.0",
|
|
6773
|
+
"requires": {}
|
|
6774
|
+
}
|
|
6775
|
+
},
|
|
5508
6776
|
{
|
|
5509
6777
|
"name": "vue-macros",
|
|
5510
|
-
"description": "Explore
|
|
5511
|
-
"repo": "sxzz/
|
|
6778
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6779
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5512
6780
|
"npm": "@vue-macros/nuxt",
|
|
5513
6781
|
"icon": "vue-macros.svg",
|
|
5514
|
-
"github": "https://github.com/sxzz/
|
|
6782
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5515
6783
|
"website": "https://vue-macros.sxzz.moe",
|
|
5516
|
-
"learn_more": "https://github.com/sxzz/
|
|
6784
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5517
6785
|
"category": "Extensions",
|
|
5518
6786
|
"type": "3rd-party",
|
|
5519
6787
|
"maintainers": [
|
|
@@ -5596,6 +6864,29 @@
|
|
|
5596
6864
|
"requires": {}
|
|
5597
6865
|
}
|
|
5598
6866
|
},
|
|
6867
|
+
{
|
|
6868
|
+
"name": "vue-query",
|
|
6869
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6870
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6871
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6872
|
+
"icon": "vue-query.svg",
|
|
6873
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6874
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6875
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6876
|
+
"category": "Request",
|
|
6877
|
+
"type": "3rd-party",
|
|
6878
|
+
"maintainers": [
|
|
6879
|
+
{
|
|
6880
|
+
"name": "Hebilicious",
|
|
6881
|
+
"github": "Hebilicious",
|
|
6882
|
+
"twitter": "its_hebilicious"
|
|
6883
|
+
}
|
|
6884
|
+
],
|
|
6885
|
+
"compatibility": {
|
|
6886
|
+
"nuxt": "^3.0.0",
|
|
6887
|
+
"requires": {}
|
|
6888
|
+
}
|
|
6889
|
+
},
|
|
5599
6890
|
{
|
|
5600
6891
|
"name": "vue-select",
|
|
5601
6892
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5666,6 +6957,29 @@
|
|
|
5666
6957
|
"requires": {}
|
|
5667
6958
|
}
|
|
5668
6959
|
},
|
|
6960
|
+
{
|
|
6961
|
+
"name": "vue3-carousel-nuxt",
|
|
6962
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6963
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6964
|
+
"npm": "vue3-carousel-nuxt",
|
|
6965
|
+
"icon": "",
|
|
6966
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6967
|
+
"website": "",
|
|
6968
|
+
"learn_more": "",
|
|
6969
|
+
"category": "UI",
|
|
6970
|
+
"type": "3rd-party",
|
|
6971
|
+
"maintainers": [
|
|
6972
|
+
{
|
|
6973
|
+
"name": "Gaetan SENN",
|
|
6974
|
+
"github": "gaetansenn",
|
|
6975
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6976
|
+
}
|
|
6977
|
+
],
|
|
6978
|
+
"compatibility": {
|
|
6979
|
+
"nuxt": "^3.0.0",
|
|
6980
|
+
"requires": {}
|
|
6981
|
+
}
|
|
6982
|
+
},
|
|
5669
6983
|
{
|
|
5670
6984
|
"name": "vuefire",
|
|
5671
6985
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5710,6 +7024,28 @@
|
|
|
5710
7024
|
"requires": {}
|
|
5711
7025
|
}
|
|
5712
7026
|
},
|
|
7027
|
+
{
|
|
7028
|
+
"name": "vuetify-nuxt-module",
|
|
7029
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7030
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7031
|
+
"npm": "vuetify-nuxt-module",
|
|
7032
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7033
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7034
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7035
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7036
|
+
"category": "UI",
|
|
7037
|
+
"type": "3rd-party",
|
|
7038
|
+
"maintainers": [
|
|
7039
|
+
{
|
|
7040
|
+
"name": "Joaquín Sánchez",
|
|
7041
|
+
"github": "userquin"
|
|
7042
|
+
}
|
|
7043
|
+
],
|
|
7044
|
+
"compatibility": {
|
|
7045
|
+
"nuxt": "^3.0.0",
|
|
7046
|
+
"requires": {}
|
|
7047
|
+
}
|
|
7048
|
+
},
|
|
5713
7049
|
{
|
|
5714
7050
|
"name": "vuetify",
|
|
5715
7051
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5784,14 +7120,37 @@
|
|
|
5784
7120
|
"requires": {}
|
|
5785
7121
|
}
|
|
5786
7122
|
},
|
|
7123
|
+
{
|
|
7124
|
+
"name": "vunix",
|
|
7125
|
+
"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.",
|
|
7126
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7127
|
+
"npm": "@vunix/nuxt",
|
|
7128
|
+
"icon": "",
|
|
7129
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7130
|
+
"website": "https://vunix.dewib.com/",
|
|
7131
|
+
"learn_more": "",
|
|
7132
|
+
"category": "UI",
|
|
7133
|
+
"type": "3rd-party",
|
|
7134
|
+
"maintainers": [
|
|
7135
|
+
{
|
|
7136
|
+
"name": "Gaetan SENN",
|
|
7137
|
+
"github": "gaetansenn",
|
|
7138
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7139
|
+
}
|
|
7140
|
+
],
|
|
7141
|
+
"compatibility": {
|
|
7142
|
+
"nuxt": "^3.0.0",
|
|
7143
|
+
"requires": {}
|
|
7144
|
+
}
|
|
7145
|
+
},
|
|
5787
7146
|
{
|
|
5788
7147
|
"name": "web-vitals",
|
|
5789
7148
|
"description": "Web Vitals for Nuxt",
|
|
5790
|
-
"repo": "nuxt-
|
|
7149
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5791
7150
|
"npm": "@nuxtjs/web-vitals",
|
|
5792
7151
|
"icon": "web-vitals.png",
|
|
5793
|
-
"github": "https://github.com/nuxt-
|
|
5794
|
-
"website": "https://github.com/nuxt-
|
|
7152
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7153
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5795
7154
|
"learn_more": "",
|
|
5796
7155
|
"category": "Performance",
|
|
5797
7156
|
"type": "community",
|
|
@@ -5932,6 +7291,54 @@
|
|
|
5932
7291
|
"requires": {}
|
|
5933
7292
|
}
|
|
5934
7293
|
},
|
|
7294
|
+
{
|
|
7295
|
+
"name": "well-known",
|
|
7296
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7297
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7298
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7299
|
+
"icon": "well-known.svg",
|
|
7300
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7301
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7302
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7303
|
+
"category": "SEO",
|
|
7304
|
+
"type": "3rd-party",
|
|
7305
|
+
"maintainers": [
|
|
7306
|
+
{
|
|
7307
|
+
"name": "Zadig&Voltaire Team",
|
|
7308
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7309
|
+
}
|
|
7310
|
+
],
|
|
7311
|
+
"compatibility": {
|
|
7312
|
+
"nuxt": "^3.0.0",
|
|
7313
|
+
"requires": {}
|
|
7314
|
+
}
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"name": "wideangle",
|
|
7318
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7319
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7320
|
+
"npm": "wideangle-nuxt",
|
|
7321
|
+
"icon": "wideangle.png",
|
|
7322
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7323
|
+
"website": "https://wideangle.co",
|
|
7324
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7325
|
+
"category": "Analytics",
|
|
7326
|
+
"type": "3rd-party",
|
|
7327
|
+
"maintainers": [
|
|
7328
|
+
{
|
|
7329
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7330
|
+
"github": "inputobjects"
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"name": "Jarek Rozanski",
|
|
7334
|
+
"github": "jrozanski"
|
|
7335
|
+
}
|
|
7336
|
+
],
|
|
7337
|
+
"compatibility": {
|
|
7338
|
+
"nuxt": "^3.0.0",
|
|
7339
|
+
"requires": {}
|
|
7340
|
+
}
|
|
7341
|
+
},
|
|
5935
7342
|
{
|
|
5936
7343
|
"name": "windicss",
|
|
5937
7344
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6075,52 +7482,6 @@
|
|
|
6075
7482
|
"requires": {}
|
|
6076
7483
|
}
|
|
6077
7484
|
},
|
|
6078
|
-
{
|
|
6079
|
-
"name": "yandex-metrika-next",
|
|
6080
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6081
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6082
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6083
|
-
"icon": "yandex-metrika.svg",
|
|
6084
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6085
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6086
|
-
"learn_more": "",
|
|
6087
|
-
"category": "Analytics",
|
|
6088
|
-
"type": "3rd-party",
|
|
6089
|
-
"maintainers": [
|
|
6090
|
-
{
|
|
6091
|
-
"name": "Aleksandr Saburov",
|
|
6092
|
-
"github": "artmizu",
|
|
6093
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6094
|
-
}
|
|
6095
|
-
],
|
|
6096
|
-
"compatibility": {
|
|
6097
|
-
"nuxt": "^3.0.0",
|
|
6098
|
-
"requires": {}
|
|
6099
|
-
}
|
|
6100
|
-
},
|
|
6101
|
-
{
|
|
6102
|
-
"name": "yandex-metrika",
|
|
6103
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6104
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6105
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6106
|
-
"icon": "",
|
|
6107
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6108
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6109
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6110
|
-
"category": "Analytics",
|
|
6111
|
-
"type": "community",
|
|
6112
|
-
"maintainers": [
|
|
6113
|
-
{
|
|
6114
|
-
"name": "Pooya Parsa",
|
|
6115
|
-
"github": "pi0",
|
|
6116
|
-
"twitter": "_pi0_"
|
|
6117
|
-
}
|
|
6118
|
-
],
|
|
6119
|
-
"compatibility": {
|
|
6120
|
-
"nuxt": "^2.0.0",
|
|
6121
|
-
"requires": {}
|
|
6122
|
-
}
|
|
6123
|
-
},
|
|
6124
7485
|
{
|
|
6125
7486
|
"name": "zendesk",
|
|
6126
7487
|
"description": "Nuxt.js module for Zendesk",
|