@nuxt/modules 0.6.0-2c806e → 0.6.0-2da9ce
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/README.md +4 -0
- package/modules.json +1490 -162
- package/package.json +8 -8
package/modules.json
CHANGED
|
@@ -125,21 +125,20 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "@
|
|
132
|
-
"icon": "
|
|
133
|
-
"github": "https://github.com/
|
|
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": "
|
|
136
|
+
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
138
138
|
"maintainers": [
|
|
139
139
|
{
|
|
140
|
-
"name": "
|
|
141
|
-
"github": "
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
143
142
|
}
|
|
144
143
|
],
|
|
145
144
|
"compatibility": {
|
|
@@ -148,20 +147,44 @@
|
|
|
148
147
|
}
|
|
149
148
|
},
|
|
150
149
|
{
|
|
151
|
-
"name": "
|
|
152
|
-
"description": "
|
|
153
|
-
"repo": "
|
|
154
|
-
"npm": "nuxt
|
|
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",
|
|
155
178
|
"icon": "",
|
|
156
|
-
"github": "https://github.com/
|
|
157
|
-
"website": "https://github.com/
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
158
181
|
"learn_more": "",
|
|
159
|
-
"category": "
|
|
182
|
+
"category": "Devtools",
|
|
160
183
|
"type": "3rd-party",
|
|
161
184
|
"maintainers": [
|
|
162
185
|
{
|
|
163
|
-
"name": "
|
|
164
|
-
"github": "
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
165
188
|
}
|
|
166
189
|
],
|
|
167
190
|
"compatibility": {
|
|
@@ -176,7 +199,7 @@
|
|
|
176
199
|
"npm": "nuxt-api-party",
|
|
177
200
|
"icon": "api-party.svg",
|
|
178
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
202
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
203
|
"learn_more": "",
|
|
181
204
|
"category": "Request",
|
|
182
205
|
"type": "3rd-party",
|
|
@@ -272,7 +295,7 @@
|
|
|
272
295
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
296
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
297
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
298
|
+
"category": "Database",
|
|
276
299
|
"type": "3rd-party",
|
|
277
300
|
"maintainers": [
|
|
278
301
|
{
|
|
@@ -281,7 +304,52 @@
|
|
|
281
304
|
}
|
|
282
305
|
],
|
|
283
306
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
307
|
+
"nuxt": "^3.0.0",
|
|
308
|
+
"requires": {}
|
|
309
|
+
}
|
|
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",
|
|
285
353
|
"requires": {}
|
|
286
354
|
}
|
|
287
355
|
},
|
|
@@ -312,6 +380,29 @@
|
|
|
312
380
|
"requires": {}
|
|
313
381
|
}
|
|
314
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
|
+
},
|
|
315
406
|
{
|
|
316
407
|
"name": "axios",
|
|
317
408
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -549,6 +640,28 @@
|
|
|
549
640
|
"requires": {}
|
|
550
641
|
}
|
|
551
642
|
},
|
|
643
|
+
{
|
|
644
|
+
"name": "capo",
|
|
645
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
646
|
+
"repo": "danielroe/nuxt-capo",
|
|
647
|
+
"npm": "nuxt-capo",
|
|
648
|
+
"icon": "",
|
|
649
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
650
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
651
|
+
"learn_more": "",
|
|
652
|
+
"category": "Performance",
|
|
653
|
+
"type": "3rd-party",
|
|
654
|
+
"maintainers": [
|
|
655
|
+
{
|
|
656
|
+
"name": "danielroe",
|
|
657
|
+
"github": "danielroe"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"compatibility": {
|
|
661
|
+
"nuxt": "^3.0.0",
|
|
662
|
+
"requires": {}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
552
665
|
{
|
|
553
666
|
"name": "chakra-ui",
|
|
554
667
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -574,11 +687,11 @@
|
|
|
574
687
|
{
|
|
575
688
|
"name": "chatwoot",
|
|
576
689
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
690
|
+
"repo": "productdevbookcom/chatwoot",
|
|
691
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
692
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
693
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
694
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
695
|
"learn_more": "https://www.chatwoot.com",
|
|
583
696
|
"category": "Libraries",
|
|
584
697
|
"type": "3rd-party",
|
|
@@ -615,6 +728,29 @@
|
|
|
615
728
|
"requires": {}
|
|
616
729
|
}
|
|
617
730
|
},
|
|
731
|
+
{
|
|
732
|
+
"name": "clarity-analytics",
|
|
733
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
734
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
735
|
+
"npm": "nuxt-clarity-analytics",
|
|
736
|
+
"icon": "",
|
|
737
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
738
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
739
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
740
|
+
"category": "Analytics",
|
|
741
|
+
"type": "3rd-party",
|
|
742
|
+
"maintainers": [
|
|
743
|
+
{
|
|
744
|
+
"name": "Barbapapazes",
|
|
745
|
+
"github": "Barbapapazes",
|
|
746
|
+
"twitter": "soubiran_"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"compatibility": {
|
|
750
|
+
"nuxt": "^3.0.0",
|
|
751
|
+
"requires": {}
|
|
752
|
+
}
|
|
753
|
+
},
|
|
618
754
|
{
|
|
619
755
|
"name": "client-init",
|
|
620
756
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -689,10 +825,10 @@
|
|
|
689
825
|
{
|
|
690
826
|
"name": "cloudinary",
|
|
691
827
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
692
|
-
"repo": "nuxt-
|
|
828
|
+
"repo": "nuxt-modules/cloudinary",
|
|
693
829
|
"npm": "@nuxtjs/cloudinary",
|
|
694
830
|
"icon": "cloudinary.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
831
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
696
832
|
"website": "https://cloudinary.nuxtjs.org",
|
|
697
833
|
"learn_more": "https://cloudinary.com",
|
|
698
834
|
"category": "Images",
|
|
@@ -712,10 +848,10 @@
|
|
|
712
848
|
{
|
|
713
849
|
"name": "color-mode",
|
|
714
850
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
715
|
-
"repo": "nuxt-
|
|
851
|
+
"repo": "nuxt-modules/color-mode",
|
|
716
852
|
"npm": "@nuxtjs/color-mode",
|
|
717
853
|
"icon": "color-mode.png",
|
|
718
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
719
855
|
"website": "https://color-mode.nuxtjs.org",
|
|
720
856
|
"learn_more": "",
|
|
721
857
|
"category": "UI",
|
|
@@ -780,12 +916,35 @@
|
|
|
780
916
|
"requires": {}
|
|
781
917
|
}
|
|
782
918
|
},
|
|
919
|
+
{
|
|
920
|
+
"name": "content-assets",
|
|
921
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
922
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
923
|
+
"npm": "nuxt-content-assets",
|
|
924
|
+
"icon": "content-assets.png",
|
|
925
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
926
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
927
|
+
"learn_more": "",
|
|
928
|
+
"category": "Images",
|
|
929
|
+
"type": "3rd-party",
|
|
930
|
+
"maintainers": [
|
|
931
|
+
{
|
|
932
|
+
"name": "davestewart",
|
|
933
|
+
"github": "davestewart",
|
|
934
|
+
"twitter": "dave_stewart"
|
|
935
|
+
}
|
|
936
|
+
],
|
|
937
|
+
"compatibility": {
|
|
938
|
+
"nuxt": "^3.0.0",
|
|
939
|
+
"requires": {}
|
|
940
|
+
}
|
|
941
|
+
},
|
|
783
942
|
{
|
|
784
943
|
"name": "content",
|
|
785
944
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
786
945
|
"repo": "nuxt/content#main",
|
|
787
946
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
947
|
+
"icon": "nuxt.svg",
|
|
789
948
|
"github": "https://github.com/nuxt/content",
|
|
790
949
|
"website": "https://content.nuxtjs.org",
|
|
791
950
|
"learn_more": "",
|
|
@@ -952,11 +1111,11 @@
|
|
|
952
1111
|
}
|
|
953
1112
|
},
|
|
954
1113
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1114
|
+
"name": "datocms-nuxt2",
|
|
1115
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
1116
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1117
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1118
|
+
"icon": "datocms.svg",
|
|
960
1119
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1120
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1121
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,33 +1132,57 @@
|
|
|
973
1132
|
"requires": {}
|
|
974
1133
|
}
|
|
975
1134
|
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "datocms",
|
|
1137
|
+
"description": "DatoCMS module for Nuxt",
|
|
1138
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1139
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1140
|
+
"icon": "datocms.svg",
|
|
1141
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1142
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1143
|
+
"learn_more": "https://www.datocms.com/",
|
|
1144
|
+
"category": "CMS",
|
|
1145
|
+
"type": "3rd-party",
|
|
1146
|
+
"maintainers": [
|
|
1147
|
+
{
|
|
1148
|
+
"name": "Jamie Warburton",
|
|
1149
|
+
"github": "jamiewarb",
|
|
1150
|
+
"twitter": "jamiewarb",
|
|
1151
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1152
|
+
}
|
|
1153
|
+
],
|
|
1154
|
+
"compatibility": {
|
|
1155
|
+
"nuxt": "^3.0.0",
|
|
1156
|
+
"requires": {}
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
976
1159
|
{
|
|
977
1160
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1161
|
+
"description": "Day.js module for Nuxt",
|
|
1162
|
+
"repo": "fumeapp/dayjs",
|
|
1163
|
+
"npm": "dayjs-nuxt",
|
|
981
1164
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1165
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1166
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1167
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1168
|
+
"category": "Libraries",
|
|
1169
|
+
"type": "3rd-party",
|
|
987
1170
|
"maintainers": [
|
|
988
1171
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1172
|
+
"name": "Kevin Olson",
|
|
1173
|
+
"github": "acidjazz",
|
|
1174
|
+
"twitter": "AppFume"
|
|
992
1175
|
}
|
|
993
1176
|
],
|
|
994
1177
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1178
|
+
"nuxt": "^3.0.0",
|
|
996
1179
|
"requires": {}
|
|
997
1180
|
}
|
|
998
1181
|
},
|
|
999
1182
|
{
|
|
1000
1183
|
"name": "delay-hydration",
|
|
1001
1184
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
1002
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1185
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1003
1186
|
"npm": "nuxt-delay-hydration",
|
|
1004
1187
|
"icon": "lighthouse.svg",
|
|
1005
1188
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1041,15 +1224,38 @@
|
|
|
1041
1224
|
"requires": {}
|
|
1042
1225
|
}
|
|
1043
1226
|
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "devtools",
|
|
1229
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1230
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1231
|
+
"npm": "@nuxt/devtools",
|
|
1232
|
+
"icon": "nuxt.svg",
|
|
1233
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1234
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1235
|
+
"learn_more": "",
|
|
1236
|
+
"category": "Devtools",
|
|
1237
|
+
"type": "official",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Anthony Fu",
|
|
1241
|
+
"github": "antfu",
|
|
1242
|
+
"twitter": "antfu7"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"compatibility": {
|
|
1246
|
+
"nuxt": "^3.0.0",
|
|
1247
|
+
"requires": {}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1044
1250
|
{
|
|
1045
1251
|
"name": "directus",
|
|
1046
|
-
"description": "Easily connect your
|
|
1252
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1047
1253
|
"repo": "intevel/nuxt-directus",
|
|
1048
1254
|
"npm": "nuxt-directus",
|
|
1049
1255
|
"icon": "directus.svg",
|
|
1050
|
-
"github": "https://github.com/
|
|
1051
|
-
"website": "https://nuxt-directus.
|
|
1052
|
-
"learn_more": "https://nuxt-directus.
|
|
1256
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1257
|
+
"website": "https://nuxt-directus.site/",
|
|
1258
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1053
1259
|
"category": "CMS",
|
|
1054
1260
|
"type": "3rd-party",
|
|
1055
1261
|
"maintainers": [
|
|
@@ -1060,10 +1266,30 @@
|
|
|
1060
1266
|
}
|
|
1061
1267
|
],
|
|
1062
1268
|
"compatibility": {
|
|
1063
|
-
"nuxt": "^
|
|
1064
|
-
"requires": {
|
|
1065
|
-
|
|
1269
|
+
"nuxt": "^3.0.0",
|
|
1270
|
+
"requires": {}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "disqus",
|
|
1275
|
+
"description": "Disqus for Nuxt 3",
|
|
1276
|
+
"repo": "modbender/nuxt-disqus",
|
|
1277
|
+
"npm": "nuxt-disqus",
|
|
1278
|
+
"icon": "disqus.svg",
|
|
1279
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1280
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1281
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1282
|
+
"category": "Libraries",
|
|
1283
|
+
"type": "3rd-party",
|
|
1284
|
+
"maintainers": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "modbender",
|
|
1287
|
+
"github": "modbender"
|
|
1066
1288
|
}
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^3.0.0",
|
|
1292
|
+
"requires": {}
|
|
1067
1293
|
}
|
|
1068
1294
|
},
|
|
1069
1295
|
{
|
|
@@ -1143,6 +1369,28 @@
|
|
|
1143
1369
|
"requires": {}
|
|
1144
1370
|
}
|
|
1145
1371
|
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "electron",
|
|
1374
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1375
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1376
|
+
"npm": "nuxt-electron",
|
|
1377
|
+
"icon": "electron.svg",
|
|
1378
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1379
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1380
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1381
|
+
"category": "Extensions",
|
|
1382
|
+
"type": "3rd-party",
|
|
1383
|
+
"maintainers": [
|
|
1384
|
+
{
|
|
1385
|
+
"name": "草鞋没号",
|
|
1386
|
+
"github": "caoxiemeihao"
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"compatibility": {
|
|
1390
|
+
"nuxt": "^3.0.0",
|
|
1391
|
+
"requires": {}
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1146
1394
|
{
|
|
1147
1395
|
"name": "element-plus",
|
|
1148
1396
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1461,7 @@
|
|
|
1213
1461
|
}
|
|
1214
1462
|
],
|
|
1215
1463
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1464
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1465
|
"requires": {}
|
|
1218
1466
|
}
|
|
1219
1467
|
},
|
|
@@ -1439,6 +1687,29 @@
|
|
|
1439
1687
|
"requires": {}
|
|
1440
1688
|
}
|
|
1441
1689
|
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "form-actions",
|
|
1692
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1693
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1694
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1695
|
+
"icon": "form-actions.svg",
|
|
1696
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1697
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1698
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1699
|
+
"category": "Request",
|
|
1700
|
+
"type": "3rd-party",
|
|
1701
|
+
"maintainers": [
|
|
1702
|
+
{
|
|
1703
|
+
"name": "Hebilicious",
|
|
1704
|
+
"github": "Hebilicious",
|
|
1705
|
+
"twitter": "its_hebilicious"
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"compatibility": {
|
|
1709
|
+
"nuxt": "^3.0.0",
|
|
1710
|
+
"requires": {}
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1442
1713
|
{
|
|
1443
1714
|
"name": "formkit",
|
|
1444
1715
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1572,11 +1843,11 @@
|
|
|
1572
1843
|
{
|
|
1573
1844
|
"name": "google-fonts",
|
|
1574
1845
|
"description": "Google Fonts module for NuxtJS",
|
|
1575
|
-
"repo": "nuxt-
|
|
1846
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1576
1847
|
"npm": "@nuxtjs/google-fonts",
|
|
1577
1848
|
"icon": "google-fonts.png",
|
|
1578
|
-
"github": "https://github.com/nuxt-
|
|
1579
|
-
"website": "https://
|
|
1849
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1850
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1580
1851
|
"learn_more": "https://developers.google.com/fonts",
|
|
1581
1852
|
"category": "Fonts",
|
|
1582
1853
|
"type": "community",
|
|
@@ -1718,6 +1989,30 @@
|
|
|
1718
1989
|
"requires": {}
|
|
1719
1990
|
}
|
|
1720
1991
|
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "gtag",
|
|
1994
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1995
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1996
|
+
"npm": "nuxt-gtag",
|
|
1997
|
+
"icon": "gtag.svg",
|
|
1998
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1999
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
2000
|
+
"learn_more": "",
|
|
2001
|
+
"category": "Analytics",
|
|
2002
|
+
"type": "3rd-party",
|
|
2003
|
+
"maintainers": [
|
|
2004
|
+
{
|
|
2005
|
+
"name": "Johann Schopplich",
|
|
2006
|
+
"github": "johannschopplich",
|
|
2007
|
+
"twitter": "jschopplich",
|
|
2008
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2009
|
+
}
|
|
2010
|
+
],
|
|
2011
|
+
"compatibility": {
|
|
2012
|
+
"nuxt": "^3.0.0",
|
|
2013
|
+
"requires": {}
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
1721
2016
|
{
|
|
1722
2017
|
"name": "gtm",
|
|
1723
2018
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1763,6 +2058,28 @@
|
|
|
1763
2058
|
"requires": {}
|
|
1764
2059
|
}
|
|
1765
2060
|
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "hanko",
|
|
2063
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2064
|
+
"repo": "nuxt-modules/hanko",
|
|
2065
|
+
"npm": "@nuxtjs/hanko",
|
|
2066
|
+
"icon": "hanko.svg",
|
|
2067
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2068
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2069
|
+
"learn_more": "https://hanko.io/",
|
|
2070
|
+
"category": "Security",
|
|
2071
|
+
"type": "community",
|
|
2072
|
+
"maintainers": [
|
|
2073
|
+
{
|
|
2074
|
+
"name": "danielroe",
|
|
2075
|
+
"github": "danielroe"
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"compatibility": {
|
|
2079
|
+
"nuxt": "^3.0.0",
|
|
2080
|
+
"requires": {}
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
1766
2083
|
{
|
|
1767
2084
|
"name": "harlem",
|
|
1768
2085
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1998,11 +2315,11 @@
|
|
|
1998
2315
|
{
|
|
1999
2316
|
"name": "i18n",
|
|
2000
2317
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2001
|
-
"repo": "nuxt-
|
|
2318
|
+
"repo": "nuxt-modules/i18n",
|
|
2002
2319
|
"npm": "@nuxtjs/i18n",
|
|
2003
2320
|
"icon": "i18n.png",
|
|
2004
|
-
"github": "https://github.com/nuxt-
|
|
2005
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2321
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2322
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2006
2323
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2007
2324
|
"category": "Extensions",
|
|
2008
2325
|
"type": "community",
|
|
@@ -2021,6 +2338,28 @@
|
|
|
2021
2338
|
"requires": {}
|
|
2022
2339
|
}
|
|
2023
2340
|
},
|
|
2341
|
+
{
|
|
2342
|
+
"name": "icon-font",
|
|
2343
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2344
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2345
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2346
|
+
"icon": "",
|
|
2347
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2348
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2349
|
+
"learn_more": "",
|
|
2350
|
+
"category": "UI",
|
|
2351
|
+
"type": "3rd-party",
|
|
2352
|
+
"maintainers": [
|
|
2353
|
+
{
|
|
2354
|
+
"name": "coremyslo",
|
|
2355
|
+
"github": "coremyslo"
|
|
2356
|
+
}
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^3.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2024
2363
|
{
|
|
2025
2364
|
"name": "icon",
|
|
2026
2365
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2094,7 +2433,7 @@
|
|
|
2094
2433
|
"npm": "@nuxt/image",
|
|
2095
2434
|
"icon": "image.png",
|
|
2096
2435
|
"github": "https://github.com/nuxt/image",
|
|
2097
|
-
"website": "https://image.
|
|
2436
|
+
"website": "https://image.nuxt.com",
|
|
2098
2437
|
"learn_more": "",
|
|
2099
2438
|
"category": "Images",
|
|
2100
2439
|
"type": "official",
|
|
@@ -2104,6 +2443,11 @@
|
|
|
2104
2443
|
"github": "farnabaz",
|
|
2105
2444
|
"twitter": "a_birang"
|
|
2106
2445
|
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "Daniel Roe",
|
|
2448
|
+
"github": "danielroe",
|
|
2449
|
+
"twitter": "danielcroe"
|
|
2450
|
+
},
|
|
2107
2451
|
{
|
|
2108
2452
|
"name": "Pooya Parsa",
|
|
2109
2453
|
"github": "pi0",
|
|
@@ -2147,12 +2491,12 @@
|
|
|
2147
2491
|
{
|
|
2148
2492
|
"name": "inkline",
|
|
2149
2493
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2150
|
-
"repo": "inkline/
|
|
2151
|
-
"npm": "@inkline/
|
|
2494
|
+
"repo": "inkline/plugin",
|
|
2495
|
+
"npm": "@inkline/plugin",
|
|
2152
2496
|
"icon": "inkline.svg",
|
|
2153
|
-
"github": "https://github.com/inkline/
|
|
2497
|
+
"github": "https://github.com/inkline/plugin",
|
|
2154
2498
|
"website": "https://inkline.io",
|
|
2155
|
-
"learn_more": "https://inkline.io/docs/
|
|
2499
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2156
2500
|
"category": "UI",
|
|
2157
2501
|
"type": "3rd-party",
|
|
2158
2502
|
"maintainers": [
|
|
@@ -2372,7 +2716,7 @@
|
|
|
2372
2716
|
},
|
|
2373
2717
|
{
|
|
2374
2718
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2719
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2376
2720
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2721
|
"npm": "nuxt-link-checker",
|
|
2378
2722
|
"icon": "",
|
|
@@ -2490,17 +2834,43 @@
|
|
|
2490
2834
|
}
|
|
2491
2835
|
},
|
|
2492
2836
|
{
|
|
2493
|
-
"name": "
|
|
2494
|
-
"description": "
|
|
2495
|
-
"repo": "nuxt-
|
|
2496
|
-
"npm": "
|
|
2497
|
-
"icon": "",
|
|
2498
|
-
"github": "https://github.com/nuxt-
|
|
2499
|
-
"website": "https://github.com/nuxt-
|
|
2500
|
-
"learn_more": "
|
|
2501
|
-
"category": "
|
|
2502
|
-
"type": "
|
|
2503
|
-
"maintainers": [
|
|
2837
|
+
"name": "lucide-icons",
|
|
2838
|
+
"description": "Nuxt 3 module to integrate Lucide icons",
|
|
2839
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2840
|
+
"npm": "nuxt-lucide-icons",
|
|
2841
|
+
"icon": "lucide-icons.svg",
|
|
2842
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2843
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2844
|
+
"learn_more": "",
|
|
2845
|
+
"category": "UI",
|
|
2846
|
+
"type": "3rd-party",
|
|
2847
|
+
"maintainers": [
|
|
2848
|
+
{
|
|
2849
|
+
"name": "SWIS",
|
|
2850
|
+
"github": "swisnl"
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"name": "Jasper Zonneveld",
|
|
2854
|
+
"github": "JaZo"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"compatibility": {
|
|
2858
|
+
"nuxt": "^3.0.0",
|
|
2859
|
+
"requires": {}
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"name": "lunr",
|
|
2864
|
+
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
2865
|
+
"repo": "nuxt-community/lunr-module",
|
|
2866
|
+
"npm": "@nuxtjs/lunr-module",
|
|
2867
|
+
"icon": "",
|
|
2868
|
+
"github": "https://github.com/nuxt-community/lunr-module",
|
|
2869
|
+
"website": "https://github.com/nuxt-community/lunr-module",
|
|
2870
|
+
"learn_more": "https://lunrjs.com/",
|
|
2871
|
+
"category": "Libraries",
|
|
2872
|
+
"type": "community",
|
|
2873
|
+
"maintainers": [
|
|
2504
2874
|
{
|
|
2505
2875
|
"name": "Pim",
|
|
2506
2876
|
"github": "pimlie"
|
|
@@ -2602,6 +2972,31 @@
|
|
|
2602
2972
|
"requires": {}
|
|
2603
2973
|
}
|
|
2604
2974
|
},
|
|
2975
|
+
{
|
|
2976
|
+
"name": "medusa",
|
|
2977
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2978
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2979
|
+
"npm": "nuxt-medusa",
|
|
2980
|
+
"icon": "medusa.svg",
|
|
2981
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2982
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2983
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2984
|
+
"category": "Ecommerce",
|
|
2985
|
+
"type": "3rd-party",
|
|
2986
|
+
"maintainers": [
|
|
2987
|
+
{
|
|
2988
|
+
"name": "Jakub Andrzejewski",
|
|
2989
|
+
"github": "Baroshem",
|
|
2990
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"compatibility": {
|
|
2994
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2995
|
+
"requires": {
|
|
2996
|
+
"bridge": true
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
2605
3000
|
{
|
|
2606
3001
|
"name": "meilisearch",
|
|
2607
3002
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2671,6 +3066,29 @@
|
|
|
2671
3066
|
"requires": {}
|
|
2672
3067
|
}
|
|
2673
3068
|
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "module-feed",
|
|
3071
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3072
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3073
|
+
"npm": "nuxt-module-feed",
|
|
3074
|
+
"icon": "",
|
|
3075
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3076
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3077
|
+
"learn_more": "",
|
|
3078
|
+
"category": "SEO",
|
|
3079
|
+
"type": "3rd-party",
|
|
3080
|
+
"maintainers": [
|
|
3081
|
+
{
|
|
3082
|
+
"name": "Miha Sedej",
|
|
3083
|
+
"github": "tresko",
|
|
3084
|
+
"twitter": "mihasedej"
|
|
3085
|
+
}
|
|
3086
|
+
],
|
|
3087
|
+
"compatibility": {
|
|
3088
|
+
"nuxt": "^3.0.0",
|
|
3089
|
+
"requires": {}
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
2674
3092
|
{
|
|
2675
3093
|
"name": "moment",
|
|
2676
3094
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2859,6 +3277,50 @@
|
|
|
2859
3277
|
"requires": {}
|
|
2860
3278
|
}
|
|
2861
3279
|
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "nupolyon",
|
|
3282
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3283
|
+
"repo": "adenvt/nupolyon",
|
|
3284
|
+
"npm": "nupolyon",
|
|
3285
|
+
"icon": "",
|
|
3286
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3287
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3288
|
+
"learn_more": "",
|
|
3289
|
+
"category": "Performance",
|
|
3290
|
+
"type": "3rd-party",
|
|
3291
|
+
"maintainers": [
|
|
3292
|
+
{
|
|
3293
|
+
"name": "adenvt",
|
|
3294
|
+
"github": "adenvt"
|
|
3295
|
+
}
|
|
3296
|
+
],
|
|
3297
|
+
"compatibility": {
|
|
3298
|
+
"nuxt": "^3.0.0",
|
|
3299
|
+
"requires": {}
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "nuxt-anchorscroll",
|
|
3304
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3305
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3306
|
+
"npm": "nuxt-anchorscroll",
|
|
3307
|
+
"icon": "",
|
|
3308
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3309
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3310
|
+
"learn_more": "",
|
|
3311
|
+
"category": "UI",
|
|
3312
|
+
"type": "3rd-party",
|
|
3313
|
+
"maintainers": [
|
|
3314
|
+
{
|
|
3315
|
+
"name": "Helltraitor",
|
|
3316
|
+
"github": "helltraitor"
|
|
3317
|
+
}
|
|
3318
|
+
],
|
|
3319
|
+
"compatibility": {
|
|
3320
|
+
"nuxt": "^3.0.0",
|
|
3321
|
+
"requires": {}
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
2862
3324
|
{
|
|
2863
3325
|
"name": "nuxt-auth",
|
|
2864
3326
|
"description": "",
|
|
@@ -2881,6 +3343,120 @@
|
|
|
2881
3343
|
"requires": {}
|
|
2882
3344
|
}
|
|
2883
3345
|
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "nuxt-basic-auth",
|
|
3348
|
+
"description": "Nuxt 3 Module for Basic Authentication",
|
|
3349
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
|
+
"icon": "",
|
|
3352
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3353
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3354
|
+
"learn_more": "",
|
|
3355
|
+
"category": "Security",
|
|
3356
|
+
"type": "3rd-party",
|
|
3357
|
+
"maintainers": [
|
|
3358
|
+
{
|
|
3359
|
+
"name": "kgierke",
|
|
3360
|
+
"github": "kgierke"
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"compatibility": {
|
|
3364
|
+
"nuxt": "^3.0.0",
|
|
3365
|
+
"requires": {}
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "nuxt-bootstrap-icons",
|
|
3370
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3371
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3372
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3373
|
+
"icon": "bootstrap-icons.svg",
|
|
3374
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3375
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3376
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3377
|
+
"category": "UI",
|
|
3378
|
+
"type": "3rd-party",
|
|
3379
|
+
"maintainers": [
|
|
3380
|
+
{
|
|
3381
|
+
"name": "OyewoleOyedeji",
|
|
3382
|
+
"github": "OyewoleOyedeji"
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"compatibility": {
|
|
3386
|
+
"nuxt": "^3.0.0",
|
|
3387
|
+
"requires": {}
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "nuxt-chatgpt",
|
|
3392
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3393
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3394
|
+
"npm": "nuxt-chatgpt",
|
|
3395
|
+
"icon": "chatgpt.svg",
|
|
3396
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3397
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3398
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3399
|
+
"category": "Libraries",
|
|
3400
|
+
"type": "3rd-party",
|
|
3401
|
+
"maintainers": [
|
|
3402
|
+
{
|
|
3403
|
+
"name": "Oliver Trajceski",
|
|
3404
|
+
"github": "schnapsterdog"
|
|
3405
|
+
}
|
|
3406
|
+
],
|
|
3407
|
+
"compatibility": {
|
|
3408
|
+
"nuxt": "^3.0.0",
|
|
3409
|
+
"requires": {}
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"name": "nuxt-facebook-chat",
|
|
3414
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
|
|
3415
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
|
+
"npm": "nuxt-facebook-chat",
|
|
3417
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3418
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3419
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3420
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3421
|
+
"category": "Libraries",
|
|
3422
|
+
"type": "3rd-party",
|
|
3423
|
+
"maintainers": [
|
|
3424
|
+
{
|
|
3425
|
+
"name": "Supanut Dokmaithong",
|
|
3426
|
+
"github": "Boomgeek"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"name": "superdev-tech",
|
|
3430
|
+
"github": "superdev-tech"
|
|
3431
|
+
}
|
|
3432
|
+
],
|
|
3433
|
+
"compatibility": {
|
|
3434
|
+
"nuxt": "^3.0.0",
|
|
3435
|
+
"requires": {}
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "nuxt-feedme",
|
|
3440
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3441
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3442
|
+
"npm": "nuxt-feedme",
|
|
3443
|
+
"icon": "",
|
|
3444
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3445
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3446
|
+
"learn_more": "",
|
|
3447
|
+
"category": "SEO",
|
|
3448
|
+
"type": "3rd-party",
|
|
3449
|
+
"maintainers": [
|
|
3450
|
+
{
|
|
3451
|
+
"name": "Helltraitor",
|
|
3452
|
+
"github": "helltraitor"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"compatibility": {
|
|
3456
|
+
"nuxt": "^3.0.0",
|
|
3457
|
+
"requires": {}
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
2884
3460
|
{
|
|
2885
3461
|
"name": "nuxt-graphql-middleware",
|
|
2886
3462
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2932,6 +3508,28 @@
|
|
|
2932
3508
|
"requires": {}
|
|
2933
3509
|
}
|
|
2934
3510
|
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "nuxt-gtm",
|
|
3513
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3514
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
|
+
"icon": "nuxt-gtm.svg",
|
|
3517
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3518
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3519
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3520
|
+
"category": "Analytics",
|
|
3521
|
+
"type": "3rd-party",
|
|
3522
|
+
"maintainers": [
|
|
3523
|
+
{
|
|
3524
|
+
"name": "Zadig&Voltaire Team",
|
|
3525
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
"compatibility": {
|
|
3529
|
+
"nuxt": "^3.0.0",
|
|
3530
|
+
"requires": {}
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
2935
3533
|
{
|
|
2936
3534
|
"name": "nuxt-hue",
|
|
2937
3535
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3002,6 +3600,50 @@
|
|
|
3002
3600
|
"requires": {}
|
|
3003
3601
|
}
|
|
3004
3602
|
},
|
|
3603
|
+
{
|
|
3604
|
+
"name": "nuxt-mapbox",
|
|
3605
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3606
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3607
|
+
"npm": "nuxt-mapbox",
|
|
3608
|
+
"icon": "nuxt-mapbox.svg",
|
|
3609
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3610
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3611
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3612
|
+
"category": "Libraries",
|
|
3613
|
+
"type": "3rd-party",
|
|
3614
|
+
"maintainers": [
|
|
3615
|
+
{
|
|
3616
|
+
"name": "Alex Lavoie",
|
|
3617
|
+
"github": "AlexLavoie42"
|
|
3618
|
+
}
|
|
3619
|
+
],
|
|
3620
|
+
"compatibility": {
|
|
3621
|
+
"nuxt": "^3.0.0",
|
|
3622
|
+
"requires": {}
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "nuxt-mdi",
|
|
3627
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3628
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3629
|
+
"npm": "nuxt-mdi",
|
|
3630
|
+
"icon": "mdi.png",
|
|
3631
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3632
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3633
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Emil Rosenius",
|
|
3639
|
+
"github": "ERPedersen"
|
|
3640
|
+
}
|
|
3641
|
+
],
|
|
3642
|
+
"compatibility": {
|
|
3643
|
+
"nuxt": "^3.0.0",
|
|
3644
|
+
"requires": {}
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3005
3647
|
{
|
|
3006
3648
|
"name": "nuxt-monaco-editor",
|
|
3007
3649
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3024,6 +3666,28 @@
|
|
|
3024
3666
|
"requires": {}
|
|
3025
3667
|
}
|
|
3026
3668
|
},
|
|
3669
|
+
{
|
|
3670
|
+
"name": "nuxt-mongoose",
|
|
3671
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3672
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3673
|
+
"npm": "nuxt-mongoose",
|
|
3674
|
+
"icon": "nuxt-mongoose.svg",
|
|
3675
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3676
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3677
|
+
"learn_more": "",
|
|
3678
|
+
"category": "Database",
|
|
3679
|
+
"type": "3rd-party",
|
|
3680
|
+
"maintainers": [
|
|
3681
|
+
{
|
|
3682
|
+
"name": "arashsheyda",
|
|
3683
|
+
"github": "arashsheyda"
|
|
3684
|
+
}
|
|
3685
|
+
],
|
|
3686
|
+
"compatibility": {
|
|
3687
|
+
"nuxt": "^3.0.0",
|
|
3688
|
+
"requires": {}
|
|
3689
|
+
}
|
|
3690
|
+
},
|
|
3027
3691
|
{
|
|
3028
3692
|
"name": "nuxt-pdf",
|
|
3029
3693
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3047,6 +3711,28 @@
|
|
|
3047
3711
|
"requires": {}
|
|
3048
3712
|
}
|
|
3049
3713
|
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "nuxt-phosphor-icons",
|
|
3716
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3717
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3718
|
+
"npm": "nuxt-phosphor-icons",
|
|
3719
|
+
"icon": "phosphor-icons.svg",
|
|
3720
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3721
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3722
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3723
|
+
"category": "UI",
|
|
3724
|
+
"type": "3rd-party",
|
|
3725
|
+
"maintainers": [
|
|
3726
|
+
{
|
|
3727
|
+
"name": "OyewoleOyedeji",
|
|
3728
|
+
"github": "OyewoleOyedeji"
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"compatibility": {
|
|
3732
|
+
"nuxt": "^3.0.0",
|
|
3733
|
+
"requires": {}
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3050
3736
|
{
|
|
3051
3737
|
"name": "nuxt-pino-log",
|
|
3052
3738
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3091,6 +3777,32 @@
|
|
|
3091
3777
|
"requires": {}
|
|
3092
3778
|
}
|
|
3093
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "nuxt-plotly",
|
|
3782
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3783
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3784
|
+
"npm": "nuxt-plotly",
|
|
3785
|
+
"icon": "nuxt-plotly.svg",
|
|
3786
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3787
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3788
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3789
|
+
"category": "Libraries",
|
|
3790
|
+
"type": "3rd-party",
|
|
3791
|
+
"maintainers": [
|
|
3792
|
+
{
|
|
3793
|
+
"name": "Supanut Dokmaithong",
|
|
3794
|
+
"github": "Boomgeek"
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "superdev-tech",
|
|
3798
|
+
"github": "superdev-tech"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"compatibility": {
|
|
3802
|
+
"nuxt": "^3.0.0",
|
|
3803
|
+
"requires": {}
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3094
3806
|
{
|
|
3095
3807
|
"name": "nuxt-png-to-ico",
|
|
3096
3808
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3303,12 +4015,12 @@
|
|
|
3303
4015
|
{
|
|
3304
4016
|
"name": "nuxt-vue3-google-signin",
|
|
3305
4017
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3306
|
-
"repo": "
|
|
4018
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3307
4019
|
"npm": "nuxt-vue3-google-signin",
|
|
3308
4020
|
"icon": "vue3-google-signin.svg",
|
|
3309
|
-
"github": "https://github.com/
|
|
3310
|
-
"website": "https://vue3-google-signin.
|
|
3311
|
-
"learn_more": "https://vue3-google-signin.
|
|
4021
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4022
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4023
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3312
4024
|
"category": "Libraries",
|
|
3313
4025
|
"type": "3rd-party",
|
|
3314
4026
|
"maintainers": [
|
|
@@ -3322,6 +4034,50 @@
|
|
|
3322
4034
|
"requires": {}
|
|
3323
4035
|
}
|
|
3324
4036
|
},
|
|
4037
|
+
{
|
|
4038
|
+
"name": "nuxt-vuetify",
|
|
4039
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
4040
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4041
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4042
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4043
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4044
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4045
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4046
|
+
"category": "UI",
|
|
4047
|
+
"type": "3rd-party",
|
|
4048
|
+
"maintainers": [
|
|
4049
|
+
{
|
|
4050
|
+
"name": "Jens van Hellemondt",
|
|
4051
|
+
"github": "invictus-codes"
|
|
4052
|
+
}
|
|
4053
|
+
],
|
|
4054
|
+
"compatibility": {
|
|
4055
|
+
"nuxt": "^3.0.0",
|
|
4056
|
+
"requires": {}
|
|
4057
|
+
}
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"name": "nuxt3-leaflet",
|
|
4061
|
+
"description": "Leaflet integration with Nuxt",
|
|
4062
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4063
|
+
"npm": "nuxt3-leaflet",
|
|
4064
|
+
"icon": "leaflet.png",
|
|
4065
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4066
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4067
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4068
|
+
"category": "Libraries",
|
|
4069
|
+
"type": "3rd-party",
|
|
4070
|
+
"maintainers": [
|
|
4071
|
+
{
|
|
4072
|
+
"name": "Augustin MERCIER",
|
|
4073
|
+
"github": "Gugustinette"
|
|
4074
|
+
}
|
|
4075
|
+
],
|
|
4076
|
+
"compatibility": {
|
|
4077
|
+
"nuxt": "^3.0.0",
|
|
4078
|
+
"requires": {}
|
|
4079
|
+
}
|
|
4080
|
+
},
|
|
3325
4081
|
{
|
|
3326
4082
|
"name": "nuxt7",
|
|
3327
4083
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3345,6 +4101,29 @@
|
|
|
3345
4101
|
"requires": {}
|
|
3346
4102
|
}
|
|
3347
4103
|
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "nuxtlabs-ui",
|
|
4106
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
4107
|
+
"repo": "nuxtlabs/ui",
|
|
4108
|
+
"npm": "@nuxthq/ui",
|
|
4109
|
+
"icon": "nuxtlabs-ui.svg",
|
|
4110
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
4111
|
+
"website": "https://ui.nuxtlabs.com",
|
|
4112
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
4113
|
+
"category": "UI",
|
|
4114
|
+
"type": "3rd-party",
|
|
4115
|
+
"maintainers": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "Benjamin Canac",
|
|
4118
|
+
"github": "benjamincanac",
|
|
4119
|
+
"twitter": "benjamincanac"
|
|
4120
|
+
}
|
|
4121
|
+
],
|
|
4122
|
+
"compatibility": {
|
|
4123
|
+
"nuxt": "^3.0.0",
|
|
4124
|
+
"requires": {}
|
|
4125
|
+
}
|
|
4126
|
+
},
|
|
3348
4127
|
{
|
|
3349
4128
|
"name": "og-image",
|
|
3350
4129
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3484,6 +4263,30 @@
|
|
|
3484
4263
|
}
|
|
3485
4264
|
}
|
|
3486
4265
|
},
|
|
4266
|
+
{
|
|
4267
|
+
"name": "pdfeasy",
|
|
4268
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4269
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4270
|
+
"npm": "nuxt-pdfeasy",
|
|
4271
|
+
"icon": "pdfeasy.png",
|
|
4272
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4273
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4274
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4275
|
+
"category": "Extensions",
|
|
4276
|
+
"type": "3rd-party",
|
|
4277
|
+
"maintainers": [
|
|
4278
|
+
{
|
|
4279
|
+
"name": "Giovane Cardoso",
|
|
4280
|
+
"github": "novout",
|
|
4281
|
+
"twitter": "novoutttttt",
|
|
4282
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4283
|
+
}
|
|
4284
|
+
],
|
|
4285
|
+
"compatibility": {
|
|
4286
|
+
"nuxt": "^3.0.0",
|
|
4287
|
+
"requires": {}
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
3487
4290
|
{
|
|
3488
4291
|
"name": "persian-datepicker",
|
|
3489
4292
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3623,6 +4426,30 @@
|
|
|
3623
4426
|
"requires": {}
|
|
3624
4427
|
}
|
|
3625
4428
|
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "prepare",
|
|
4431
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4432
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4433
|
+
"npm": "nuxt-prepare",
|
|
4434
|
+
"icon": "nuxt-prepare.svg",
|
|
4435
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4436
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4437
|
+
"learn_more": "",
|
|
4438
|
+
"category": "Devtools",
|
|
4439
|
+
"type": "3rd-party",
|
|
4440
|
+
"maintainers": [
|
|
4441
|
+
{
|
|
4442
|
+
"name": "Johann Schopplich",
|
|
4443
|
+
"github": "johannschopplich",
|
|
4444
|
+
"twitter": "jschopplich",
|
|
4445
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4446
|
+
}
|
|
4447
|
+
],
|
|
4448
|
+
"compatibility": {
|
|
4449
|
+
"nuxt": "^3.0.0",
|
|
4450
|
+
"requires": {}
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
3626
4453
|
{
|
|
3627
4454
|
"name": "prismic",
|
|
3628
4455
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
@@ -3651,11 +4478,11 @@
|
|
|
3651
4478
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
4479
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
4480
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
4481
|
+
"icon": "prometheus.svg",
|
|
3655
4482
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
4483
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
4484
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
4485
|
+
"category": "Monitoring",
|
|
3659
4486
|
"type": "3rd-party",
|
|
3660
4487
|
"maintainers": [
|
|
3661
4488
|
{
|
|
@@ -3664,7 +4491,7 @@
|
|
|
3664
4491
|
}
|
|
3665
4492
|
],
|
|
3666
4493
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
4494
|
+
"nuxt": "^3.0.0",
|
|
3668
4495
|
"requires": {}
|
|
3669
4496
|
}
|
|
3670
4497
|
},
|
|
@@ -3805,6 +4632,50 @@
|
|
|
3805
4632
|
"requires": {}
|
|
3806
4633
|
}
|
|
3807
4634
|
},
|
|
4635
|
+
{
|
|
4636
|
+
"name": "quasar",
|
|
4637
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4638
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4639
|
+
"npm": "nuxt-quasar-ui",
|
|
4640
|
+
"icon": "quasar.svg",
|
|
4641
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4642
|
+
"website": "https://quasar.dev/",
|
|
4643
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4644
|
+
"category": "UI",
|
|
4645
|
+
"type": "3rd-party",
|
|
4646
|
+
"maintainers": [
|
|
4647
|
+
{
|
|
4648
|
+
"name": "Ege İliklier",
|
|
4649
|
+
"github": "Maiquu"
|
|
4650
|
+
}
|
|
4651
|
+
],
|
|
4652
|
+
"compatibility": {
|
|
4653
|
+
"nuxt": "^3.0.0",
|
|
4654
|
+
"requires": {}
|
|
4655
|
+
}
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"name": "radash",
|
|
4659
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4660
|
+
"repo": "bbg/nuxt-radash",
|
|
4661
|
+
"npm": "nuxt-radash",
|
|
4662
|
+
"icon": "radash.png",
|
|
4663
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4664
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4665
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4666
|
+
"category": "Libraries",
|
|
4667
|
+
"type": "3rd-party",
|
|
4668
|
+
"maintainers": [
|
|
4669
|
+
{
|
|
4670
|
+
"name": "Batuhan Göksu",
|
|
4671
|
+
"github": "bbg"
|
|
4672
|
+
}
|
|
4673
|
+
],
|
|
4674
|
+
"compatibility": {
|
|
4675
|
+
"nuxt": "^3.0.0",
|
|
4676
|
+
"requires": {}
|
|
4677
|
+
}
|
|
4678
|
+
},
|
|
3808
4679
|
{
|
|
3809
4680
|
"name": "recaptcha",
|
|
3810
4681
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3875,11 +4746,11 @@
|
|
|
3875
4746
|
{
|
|
3876
4747
|
"name": "robots",
|
|
3877
4748
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3878
|
-
"repo": "nuxt-
|
|
4749
|
+
"repo": "nuxt-modules/robots",
|
|
3879
4750
|
"npm": "@nuxtjs/robots",
|
|
3880
4751
|
"icon": "robots.png",
|
|
3881
|
-
"github": "https://github.com/nuxt-
|
|
3882
|
-
"website": "https://github.com/nuxt-
|
|
4752
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4753
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3883
4754
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3884
4755
|
"category": "SEO",
|
|
3885
4756
|
"type": "community",
|
|
@@ -4085,7 +4956,7 @@
|
|
|
4085
4956
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4086
4957
|
"repo": "nuxt-community/sentry-module",
|
|
4087
4958
|
"npm": "@nuxtjs/sentry",
|
|
4088
|
-
"icon": "sentry.
|
|
4959
|
+
"icon": "sentry.svg",
|
|
4089
4960
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4090
4961
|
"website": "https://sentry.nuxtjs.org/",
|
|
4091
4962
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4105,8 +4976,8 @@
|
|
|
4105
4976
|
{
|
|
4106
4977
|
"name": "seo-kit",
|
|
4107
4978
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4979
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4980
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4981
|
"icon": "seo-kit.svg",
|
|
4111
4982
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4983
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4192,6 +5063,29 @@
|
|
|
4192
5063
|
"requires": {}
|
|
4193
5064
|
}
|
|
4194
5065
|
},
|
|
5066
|
+
{
|
|
5067
|
+
"name": "server-block",
|
|
5068
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5069
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5070
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5071
|
+
"icon": "server-block.svg",
|
|
5072
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5073
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5074
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5075
|
+
"category": "Extensions",
|
|
5076
|
+
"type": "3rd-party",
|
|
5077
|
+
"maintainers": [
|
|
5078
|
+
{
|
|
5079
|
+
"name": "Hebilicious",
|
|
5080
|
+
"github": "Hebilicious",
|
|
5081
|
+
"twitter": "its_hebilicious"
|
|
5082
|
+
}
|
|
5083
|
+
],
|
|
5084
|
+
"compatibility": {
|
|
5085
|
+
"nuxt": "^3.0.0",
|
|
5086
|
+
"requires": {}
|
|
5087
|
+
}
|
|
5088
|
+
},
|
|
4195
5089
|
{
|
|
4196
5090
|
"name": "session",
|
|
4197
5091
|
"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",
|
|
@@ -4353,6 +5247,28 @@
|
|
|
4353
5247
|
"requires": {}
|
|
4354
5248
|
}
|
|
4355
5249
|
},
|
|
5250
|
+
{
|
|
5251
|
+
"name": "snackbar",
|
|
5252
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5253
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5254
|
+
"npm": "nuxt-snackbar",
|
|
5255
|
+
"icon": "snackbar.png",
|
|
5256
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5257
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5258
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5259
|
+
"category": "UI",
|
|
5260
|
+
"type": "3rd-party",
|
|
5261
|
+
"maintainers": [
|
|
5262
|
+
{
|
|
5263
|
+
"name": "modbender",
|
|
5264
|
+
"github": "modbender"
|
|
5265
|
+
}
|
|
5266
|
+
],
|
|
5267
|
+
"compatibility": {
|
|
5268
|
+
"nuxt": "^3.0.0",
|
|
5269
|
+
"requires": {}
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
4356
5272
|
{
|
|
4357
5273
|
"name": "snipcart",
|
|
4358
5274
|
"description": "Snipcart integration module for Nuxt.js",
|
|
@@ -4362,7 +5278,7 @@
|
|
|
4362
5278
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
5279
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
5280
|
"learn_more": "https://snipcart.com",
|
|
4365
|
-
"category": "
|
|
5281
|
+
"category": "Ecommerce",
|
|
4366
5282
|
"type": "community",
|
|
4367
5283
|
"maintainers": [
|
|
4368
5284
|
{
|
|
@@ -4619,10 +5535,10 @@
|
|
|
4619
5535
|
{
|
|
4620
5536
|
"name": "strapi",
|
|
4621
5537
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4622
|
-
"repo": "nuxt-
|
|
5538
|
+
"repo": "nuxt-modules/strapi",
|
|
4623
5539
|
"npm": "@nuxtjs/strapi",
|
|
4624
5540
|
"icon": "strapi.png",
|
|
4625
|
-
"github": "https://github.com/nuxt-
|
|
5541
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4626
5542
|
"website": "https://strapi.nuxtjs.org",
|
|
4627
5543
|
"learn_more": "https://strapi.io/",
|
|
4628
5544
|
"category": "CMS",
|
|
@@ -4646,6 +5562,32 @@
|
|
|
4646
5562
|
}
|
|
4647
5563
|
}
|
|
4648
5564
|
},
|
|
5565
|
+
{
|
|
5566
|
+
"name": "stripe-next",
|
|
5567
|
+
"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.",
|
|
5568
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5569
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5570
|
+
"icon": "stripe.png",
|
|
5571
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5572
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5573
|
+
"learn_more": "https://stripe.com/docs",
|
|
5574
|
+
"category": "Payment",
|
|
5575
|
+
"type": "3rd-party",
|
|
5576
|
+
"maintainers": [
|
|
5577
|
+
{
|
|
5578
|
+
"name": "Loic Fuentes",
|
|
5579
|
+
"github": "fuentesloic"
|
|
5580
|
+
},
|
|
5581
|
+
{
|
|
5582
|
+
"name": "Florent Giraud",
|
|
5583
|
+
"github": "flozero"
|
|
5584
|
+
}
|
|
5585
|
+
],
|
|
5586
|
+
"compatibility": {
|
|
5587
|
+
"nuxt": "^3.0.0",
|
|
5588
|
+
"requires": {}
|
|
5589
|
+
}
|
|
5590
|
+
},
|
|
4649
5591
|
{
|
|
4650
5592
|
"name": "stripe",
|
|
4651
5593
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4709,7 +5651,7 @@
|
|
|
4709
5651
|
}
|
|
4710
5652
|
],
|
|
4711
5653
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
5654
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
5655
|
"requires": {}
|
|
4714
5656
|
}
|
|
4715
5657
|
},
|
|
@@ -4739,10 +5681,10 @@
|
|
|
4739
5681
|
{
|
|
4740
5682
|
"name": "supabase",
|
|
4741
5683
|
"description": "First class integration with Supabase",
|
|
4742
|
-
"repo": "nuxt-
|
|
5684
|
+
"repo": "nuxt-modules/supabase",
|
|
4743
5685
|
"npm": "@nuxtjs/supabase",
|
|
4744
5686
|
"icon": "supabase.png",
|
|
4745
|
-
"github": "https://github.com/nuxt-
|
|
5687
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4746
5688
|
"website": "https://supabase.nuxtjs.org",
|
|
4747
5689
|
"learn_more": "https://supabase.com",
|
|
4748
5690
|
"category": "Database",
|
|
@@ -4906,10 +5848,10 @@
|
|
|
4906
5848
|
{
|
|
4907
5849
|
"name": "tailwindcss",
|
|
4908
5850
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4909
|
-
"repo": "nuxt-
|
|
5851
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
4910
5852
|
"npm": "@nuxtjs/tailwindcss",
|
|
4911
5853
|
"icon": "tailwindcss.png",
|
|
4912
|
-
"github": "https://github.com/nuxt-
|
|
5854
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
4913
5855
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4914
5856
|
"learn_more": "https://tailwindcss.com/",
|
|
4915
5857
|
"category": "UI",
|
|
@@ -4919,6 +5861,10 @@
|
|
|
4919
5861
|
"name": "Sébastien Chopin",
|
|
4920
5862
|
"github": "Atinux",
|
|
4921
5863
|
"twitter": "Atinux"
|
|
5864
|
+
},
|
|
5865
|
+
{
|
|
5866
|
+
"name": "Inesh Bose",
|
|
5867
|
+
"github": "ineshbose"
|
|
4922
5868
|
}
|
|
4923
5869
|
],
|
|
4924
5870
|
"compatibility": {
|
|
@@ -4949,6 +5895,28 @@
|
|
|
4949
5895
|
"requires": {}
|
|
4950
5896
|
}
|
|
4951
5897
|
},
|
|
5898
|
+
{
|
|
5899
|
+
"name": "time",
|
|
5900
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5901
|
+
"repo": "danielroe/nuxt-time",
|
|
5902
|
+
"npm": "nuxt-time",
|
|
5903
|
+
"icon": "",
|
|
5904
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5905
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5906
|
+
"learn_more": "",
|
|
5907
|
+
"category": "Extensions",
|
|
5908
|
+
"type": "3rd-party",
|
|
5909
|
+
"maintainers": [
|
|
5910
|
+
{
|
|
5911
|
+
"name": "danielroe",
|
|
5912
|
+
"github": "danielroe"
|
|
5913
|
+
}
|
|
5914
|
+
],
|
|
5915
|
+
"compatibility": {
|
|
5916
|
+
"nuxt": "^3.0.0",
|
|
5917
|
+
"requires": {}
|
|
5918
|
+
}
|
|
5919
|
+
},
|
|
4952
5920
|
{
|
|
4953
5921
|
"name": "toast",
|
|
4954
5922
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4962,13 +5930,46 @@
|
|
|
4962
5930
|
"type": "community",
|
|
4963
5931
|
"maintainers": [
|
|
4964
5932
|
{
|
|
4965
|
-
"name": "Pooya Parsa",
|
|
4966
|
-
"github": "pi0",
|
|
4967
|
-
"twitter": "_pi0_"
|
|
5933
|
+
"name": "Pooya Parsa",
|
|
5934
|
+
"github": "pi0",
|
|
5935
|
+
"twitter": "_pi0_"
|
|
5936
|
+
}
|
|
5937
|
+
],
|
|
5938
|
+
"compatibility": {
|
|
5939
|
+
"nuxt": "^2.0.0",
|
|
5940
|
+
"requires": {}
|
|
5941
|
+
}
|
|
5942
|
+
},
|
|
5943
|
+
{
|
|
5944
|
+
"name": "tresjs",
|
|
5945
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5946
|
+
"repo": "tresjs/nuxt",
|
|
5947
|
+
"npm": "@tresjs/nuxt",
|
|
5948
|
+
"icon": "tresjs.svg",
|
|
5949
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5950
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5951
|
+
"learn_more": "https://tresjs.org/",
|
|
5952
|
+
"category": "Libraries",
|
|
5953
|
+
"type": "3rd-party",
|
|
5954
|
+
"maintainers": [
|
|
5955
|
+
{
|
|
5956
|
+
"name": "Alvaro Saburido",
|
|
5957
|
+
"github": "alvarosabu",
|
|
5958
|
+
"twitter": "alvarosabu"
|
|
5959
|
+
},
|
|
5960
|
+
{
|
|
5961
|
+
"name": "Jaime Torrealba",
|
|
5962
|
+
"github": "JaimeTorrealba",
|
|
5963
|
+
"twitter": "jaimebboyjt"
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
"name": "Tino Koch",
|
|
5967
|
+
"github": "Tinoooo",
|
|
5968
|
+
"twitter": "ichbintino"
|
|
4968
5969
|
}
|
|
4969
5970
|
],
|
|
4970
5971
|
"compatibility": {
|
|
4971
|
-
"nuxt": "^
|
|
5972
|
+
"nuxt": "^3.0.0",
|
|
4972
5973
|
"requires": {}
|
|
4973
5974
|
}
|
|
4974
5975
|
},
|
|
@@ -5021,6 +6022,28 @@
|
|
|
5021
6022
|
}
|
|
5022
6023
|
}
|
|
5023
6024
|
},
|
|
6025
|
+
{
|
|
6026
|
+
"name": "twemoji",
|
|
6027
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6028
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6029
|
+
"npm": "nuxt-twemoji",
|
|
6030
|
+
"icon": "twemoji.svg",
|
|
6031
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6032
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6033
|
+
"learn_more": "",
|
|
6034
|
+
"category": "UI",
|
|
6035
|
+
"type": "3rd-party",
|
|
6036
|
+
"maintainers": [
|
|
6037
|
+
{
|
|
6038
|
+
"name": "Yizack Rangel",
|
|
6039
|
+
"github": "yizack"
|
|
6040
|
+
}
|
|
6041
|
+
],
|
|
6042
|
+
"compatibility": {
|
|
6043
|
+
"nuxt": "^3.0.0",
|
|
6044
|
+
"requires": {}
|
|
6045
|
+
}
|
|
6046
|
+
},
|
|
5024
6047
|
{
|
|
5025
6048
|
"name": "twicpics",
|
|
5026
6049
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5192,11 +6215,11 @@
|
|
|
5192
6215
|
{
|
|
5193
6216
|
"name": "unhead",
|
|
5194
6217
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5195
|
-
"repo": "harlan-zw/nuxt-
|
|
5196
|
-
"npm": "nuxt-
|
|
6218
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6219
|
+
"npm": "nuxt-seo-experiments",
|
|
5197
6220
|
"icon": "",
|
|
5198
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5199
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6221
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6222
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5200
6223
|
"learn_more": "",
|
|
5201
6224
|
"category": "SEO",
|
|
5202
6225
|
"type": "3rd-party",
|
|
@@ -5239,6 +6262,28 @@
|
|
|
5239
6262
|
"requires": {}
|
|
5240
6263
|
}
|
|
5241
6264
|
},
|
|
6265
|
+
{
|
|
6266
|
+
"name": "unlazy",
|
|
6267
|
+
"description": "Lazy loading library for placeholder images",
|
|
6268
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6269
|
+
"npm": "@unlazy/nuxt",
|
|
6270
|
+
"icon": "unlazy.svg",
|
|
6271
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6272
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6273
|
+
"learn_more": "",
|
|
6274
|
+
"category": "Images",
|
|
6275
|
+
"type": "3rd-party",
|
|
6276
|
+
"maintainers": [
|
|
6277
|
+
{
|
|
6278
|
+
"name": "Johann Schopplich",
|
|
6279
|
+
"github": "johannschopplich"
|
|
6280
|
+
}
|
|
6281
|
+
],
|
|
6282
|
+
"compatibility": {
|
|
6283
|
+
"nuxt": "^3.0.0",
|
|
6284
|
+
"requires": {}
|
|
6285
|
+
}
|
|
6286
|
+
},
|
|
5242
6287
|
{
|
|
5243
6288
|
"name": "unlighthouse",
|
|
5244
6289
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5291,6 +6336,53 @@
|
|
|
5291
6336
|
}
|
|
5292
6337
|
}
|
|
5293
6338
|
},
|
|
6339
|
+
{
|
|
6340
|
+
"name": "ununuracss",
|
|
6341
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6342
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6343
|
+
"npm": "nuxt-ununura",
|
|
6344
|
+
"icon": "ununuracss.png",
|
|
6345
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6346
|
+
"website": "https://ununura.com/#/",
|
|
6347
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6348
|
+
"category": "UI",
|
|
6349
|
+
"type": "3rd-party",
|
|
6350
|
+
"maintainers": [
|
|
6351
|
+
{
|
|
6352
|
+
"name": "Giovane Cardoso",
|
|
6353
|
+
"github": "novout",
|
|
6354
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6355
|
+
}
|
|
6356
|
+
],
|
|
6357
|
+
"compatibility": {
|
|
6358
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6359
|
+
"requires": {}
|
|
6360
|
+
}
|
|
6361
|
+
},
|
|
6362
|
+
{
|
|
6363
|
+
"name": "use-wagmi",
|
|
6364
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6365
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6366
|
+
"npm": "@use-wagmi/nuxt",
|
|
6367
|
+
"icon": "use-wagmi.png",
|
|
6368
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6369
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6370
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6371
|
+
"category": "Extensions",
|
|
6372
|
+
"type": "3rd-party",
|
|
6373
|
+
"maintainers": [
|
|
6374
|
+
{
|
|
6375
|
+
"name": "Unic Ape",
|
|
6376
|
+
"github": "unicape"
|
|
6377
|
+
}
|
|
6378
|
+
],
|
|
6379
|
+
"compatibility": {
|
|
6380
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6381
|
+
"requires": {
|
|
6382
|
+
"bridge": true
|
|
6383
|
+
}
|
|
6384
|
+
}
|
|
6385
|
+
},
|
|
5294
6386
|
{
|
|
5295
6387
|
"name": "user-agent",
|
|
5296
6388
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5359,6 +6451,74 @@
|
|
|
5359
6451
|
}
|
|
5360
6452
|
}
|
|
5361
6453
|
},
|
|
6454
|
+
{
|
|
6455
|
+
"name": "varlet",
|
|
6456
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6457
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6458
|
+
"npm": "@varlet/nuxt",
|
|
6459
|
+
"icon": "varlet.svg",
|
|
6460
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6461
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6462
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6463
|
+
"category": "UI",
|
|
6464
|
+
"type": "3rd-party",
|
|
6465
|
+
"maintainers": [
|
|
6466
|
+
{
|
|
6467
|
+
"name": "zhangmo8",
|
|
6468
|
+
"github": "zhangmo8"
|
|
6469
|
+
}
|
|
6470
|
+
],
|
|
6471
|
+
"compatibility": {
|
|
6472
|
+
"nuxt": "^3.0.0",
|
|
6473
|
+
"requires": {
|
|
6474
|
+
"bridge": "optional"
|
|
6475
|
+
}
|
|
6476
|
+
}
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "vcalendar",
|
|
6480
|
+
"description": "VCalendar module for Nuxt",
|
|
6481
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6482
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6483
|
+
"icon": "vcalendar.png",
|
|
6484
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6485
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6486
|
+
"learn_more": "",
|
|
6487
|
+
"category": "Libraries",
|
|
6488
|
+
"type": "3rd-party",
|
|
6489
|
+
"maintainers": [
|
|
6490
|
+
{
|
|
6491
|
+
"name": "Sam K",
|
|
6492
|
+
"github": "samk-dev"
|
|
6493
|
+
}
|
|
6494
|
+
],
|
|
6495
|
+
"compatibility": {
|
|
6496
|
+
"nuxt": "^3.0.0",
|
|
6497
|
+
"requires": {}
|
|
6498
|
+
}
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"name": "vee-validate",
|
|
6502
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6503
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6504
|
+
"npm": "@vee-validate/nuxt",
|
|
6505
|
+
"icon": "vee-validate.png",
|
|
6506
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6507
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6508
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6509
|
+
"category": "Libraries",
|
|
6510
|
+
"type": "3rd-party",
|
|
6511
|
+
"maintainers": [
|
|
6512
|
+
{
|
|
6513
|
+
"name": "Abdelrahman Awad",
|
|
6514
|
+
"github": "logaretm"
|
|
6515
|
+
}
|
|
6516
|
+
],
|
|
6517
|
+
"compatibility": {
|
|
6518
|
+
"nuxt": "^3.0.0",
|
|
6519
|
+
"requires": {}
|
|
6520
|
+
}
|
|
6521
|
+
},
|
|
5362
6522
|
{
|
|
5363
6523
|
"name": "vendor",
|
|
5364
6524
|
"description": "directly serve node_modules",
|
|
@@ -5382,6 +6542,51 @@
|
|
|
5382
6542
|
"requires": {}
|
|
5383
6543
|
}
|
|
5384
6544
|
},
|
|
6545
|
+
{
|
|
6546
|
+
"name": "vercel-analytics",
|
|
6547
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6548
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6549
|
+
"npm": "nuxt-vercel-analytics",
|
|
6550
|
+
"icon": "",
|
|
6551
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6552
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6553
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6554
|
+
"category": "Analytics",
|
|
6555
|
+
"type": "3rd-party",
|
|
6556
|
+
"maintainers": [
|
|
6557
|
+
{
|
|
6558
|
+
"name": "Alexander B.",
|
|
6559
|
+
"github": "xanderbarkhatov"
|
|
6560
|
+
}
|
|
6561
|
+
],
|
|
6562
|
+
"compatibility": {
|
|
6563
|
+
"nuxt": "^3.0.0",
|
|
6564
|
+
"requires": {}
|
|
6565
|
+
}
|
|
6566
|
+
},
|
|
6567
|
+
{
|
|
6568
|
+
"name": "vexip-ui",
|
|
6569
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6570
|
+
"repo": "vexip-ui/nuxt",
|
|
6571
|
+
"npm": "@vexip-ui/nuxt",
|
|
6572
|
+
"icon": "vexip-ui.svg",
|
|
6573
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6574
|
+
"website": "https://www.vexipui.com/",
|
|
6575
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6576
|
+
"category": "UI",
|
|
6577
|
+
"type": "3rd-party",
|
|
6578
|
+
"maintainers": [
|
|
6579
|
+
{
|
|
6580
|
+
"name": "未觉雨声",
|
|
6581
|
+
"github": "qmhc",
|
|
6582
|
+
"twitter": "qmhc95"
|
|
6583
|
+
}
|
|
6584
|
+
],
|
|
6585
|
+
"compatibility": {
|
|
6586
|
+
"nuxt": "^3.0.0",
|
|
6587
|
+
"requires": {}
|
|
6588
|
+
}
|
|
6589
|
+
},
|
|
5385
6590
|
{
|
|
5386
6591
|
"name": "vite-pwa-nuxt",
|
|
5387
6592
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5413,13 +6618,13 @@
|
|
|
5413
6618
|
{
|
|
5414
6619
|
"name": "vitest",
|
|
5415
6620
|
"description": "Vitest integration with Nuxt",
|
|
5416
|
-
"repo": "danielroe/nuxt-vitest
|
|
6621
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5417
6622
|
"npm": "nuxt-vitest",
|
|
5418
6623
|
"icon": "vitest.svg",
|
|
5419
6624
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5420
6625
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5421
6626
|
"learn_more": "",
|
|
5422
|
-
"category": "
|
|
6627
|
+
"category": "Devtools",
|
|
5423
6628
|
"type": "3rd-party",
|
|
5424
6629
|
"maintainers": [
|
|
5425
6630
|
{
|
|
@@ -5436,15 +6641,45 @@
|
|
|
5436
6641
|
"requires": {}
|
|
5437
6642
|
}
|
|
5438
6643
|
},
|
|
6644
|
+
{
|
|
6645
|
+
"name": "vue-email",
|
|
6646
|
+
"description": "Write email templates with vue",
|
|
6647
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6648
|
+
"npm": "vue-email",
|
|
6649
|
+
"icon": "vue-email.svg",
|
|
6650
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6651
|
+
"website": "https://vue-email.vercel.app/",
|
|
6652
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6653
|
+
"category": "UI",
|
|
6654
|
+
"type": "3rd-party",
|
|
6655
|
+
"maintainers": [
|
|
6656
|
+
{
|
|
6657
|
+
"name": "David Arenas",
|
|
6658
|
+
"github": "Dave136",
|
|
6659
|
+
"twitter": "davejs4",
|
|
6660
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6661
|
+
},
|
|
6662
|
+
{
|
|
6663
|
+
"name": "Younes Barrad",
|
|
6664
|
+
"github": "Flowko",
|
|
6665
|
+
"twitter": "imflowko",
|
|
6666
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6667
|
+
}
|
|
6668
|
+
],
|
|
6669
|
+
"compatibility": {
|
|
6670
|
+
"nuxt": "^3.0.0",
|
|
6671
|
+
"requires": {}
|
|
6672
|
+
}
|
|
6673
|
+
},
|
|
5439
6674
|
{
|
|
5440
6675
|
"name": "vue-macros",
|
|
5441
|
-
"description": "Explore
|
|
5442
|
-
"repo": "sxzz/
|
|
6676
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6677
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5443
6678
|
"npm": "@vue-macros/nuxt",
|
|
5444
6679
|
"icon": "vue-macros.svg",
|
|
5445
|
-
"github": "https://github.com/sxzz/
|
|
6680
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5446
6681
|
"website": "https://vue-macros.sxzz.moe",
|
|
5447
|
-
"learn_more": "https://github.com/sxzz/
|
|
6682
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5448
6683
|
"category": "Extensions",
|
|
5449
6684
|
"type": "3rd-party",
|
|
5450
6685
|
"maintainers": [
|
|
@@ -5527,6 +6762,29 @@
|
|
|
5527
6762
|
"requires": {}
|
|
5528
6763
|
}
|
|
5529
6764
|
},
|
|
6765
|
+
{
|
|
6766
|
+
"name": "vue-query",
|
|
6767
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6768
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6769
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6770
|
+
"icon": "vue-query.svg",
|
|
6771
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6772
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6773
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6774
|
+
"category": "Request",
|
|
6775
|
+
"type": "3rd-party",
|
|
6776
|
+
"maintainers": [
|
|
6777
|
+
{
|
|
6778
|
+
"name": "Hebilicious",
|
|
6779
|
+
"github": "Hebilicious",
|
|
6780
|
+
"twitter": "its_hebilicious"
|
|
6781
|
+
}
|
|
6782
|
+
],
|
|
6783
|
+
"compatibility": {
|
|
6784
|
+
"nuxt": "^3.0.0",
|
|
6785
|
+
"requires": {}
|
|
6786
|
+
}
|
|
6787
|
+
},
|
|
5530
6788
|
{
|
|
5531
6789
|
"name": "vue-select",
|
|
5532
6790
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5597,6 +6855,29 @@
|
|
|
5597
6855
|
"requires": {}
|
|
5598
6856
|
}
|
|
5599
6857
|
},
|
|
6858
|
+
{
|
|
6859
|
+
"name": "vue3-carousel-nuxt",
|
|
6860
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6861
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6862
|
+
"npm": "vue3-carousel-nuxt",
|
|
6863
|
+
"icon": "",
|
|
6864
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6865
|
+
"website": "",
|
|
6866
|
+
"learn_more": "",
|
|
6867
|
+
"category": "UI",
|
|
6868
|
+
"type": "3rd-party",
|
|
6869
|
+
"maintainers": [
|
|
6870
|
+
{
|
|
6871
|
+
"name": "Gaetan SENN",
|
|
6872
|
+
"github": "gaetansenn",
|
|
6873
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6874
|
+
}
|
|
6875
|
+
],
|
|
6876
|
+
"compatibility": {
|
|
6877
|
+
"nuxt": "^3.0.0",
|
|
6878
|
+
"requires": {}
|
|
6879
|
+
}
|
|
6880
|
+
},
|
|
5600
6881
|
{
|
|
5601
6882
|
"name": "vuefire",
|
|
5602
6883
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5641,6 +6922,28 @@
|
|
|
5641
6922
|
"requires": {}
|
|
5642
6923
|
}
|
|
5643
6924
|
},
|
|
6925
|
+
{
|
|
6926
|
+
"name": "vuetify-nuxt-module",
|
|
6927
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6928
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6929
|
+
"npm": "vuetify-nuxt-module",
|
|
6930
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6931
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6932
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6933
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6934
|
+
"category": "UI",
|
|
6935
|
+
"type": "3rd-party",
|
|
6936
|
+
"maintainers": [
|
|
6937
|
+
{
|
|
6938
|
+
"name": "Joaquín Sánchez",
|
|
6939
|
+
"github": "userquin"
|
|
6940
|
+
}
|
|
6941
|
+
],
|
|
6942
|
+
"compatibility": {
|
|
6943
|
+
"nuxt": "^3.0.0",
|
|
6944
|
+
"requires": {}
|
|
6945
|
+
}
|
|
6946
|
+
},
|
|
5644
6947
|
{
|
|
5645
6948
|
"name": "vuetify",
|
|
5646
6949
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5715,14 +7018,37 @@
|
|
|
5715
7018
|
"requires": {}
|
|
5716
7019
|
}
|
|
5717
7020
|
},
|
|
7021
|
+
{
|
|
7022
|
+
"name": "vunix",
|
|
7023
|
+
"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.",
|
|
7024
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7025
|
+
"npm": "@vunix/nuxt",
|
|
7026
|
+
"icon": "",
|
|
7027
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7028
|
+
"website": "https://vunix.dewib.com/",
|
|
7029
|
+
"learn_more": "",
|
|
7030
|
+
"category": "UI",
|
|
7031
|
+
"type": "3rd-party",
|
|
7032
|
+
"maintainers": [
|
|
7033
|
+
{
|
|
7034
|
+
"name": "Gaetan SENN",
|
|
7035
|
+
"github": "gaetansenn",
|
|
7036
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7037
|
+
}
|
|
7038
|
+
],
|
|
7039
|
+
"compatibility": {
|
|
7040
|
+
"nuxt": "^3.0.0",
|
|
7041
|
+
"requires": {}
|
|
7042
|
+
}
|
|
7043
|
+
},
|
|
5718
7044
|
{
|
|
5719
7045
|
"name": "web-vitals",
|
|
5720
7046
|
"description": "Web Vitals for Nuxt",
|
|
5721
|
-
"repo": "nuxt-
|
|
7047
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5722
7048
|
"npm": "@nuxtjs/web-vitals",
|
|
5723
7049
|
"icon": "web-vitals.png",
|
|
5724
|
-
"github": "https://github.com/nuxt-
|
|
5725
|
-
"website": "https://github.com/nuxt-
|
|
7050
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7051
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5726
7052
|
"learn_more": "",
|
|
5727
7053
|
"category": "Performance",
|
|
5728
7054
|
"type": "community",
|
|
@@ -5749,29 +7075,6 @@
|
|
|
5749
7075
|
}
|
|
5750
7076
|
}
|
|
5751
7077
|
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "web3js",
|
|
5754
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5755
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5756
|
-
"npm": "nuxt-web3",
|
|
5757
|
-
"icon": "web3js.svg",
|
|
5758
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5759
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5760
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5761
|
-
"category": "Libraries",
|
|
5762
|
-
"type": "3rd-party",
|
|
5763
|
-
"maintainers": [
|
|
5764
|
-
{
|
|
5765
|
-
"name": "Muhammad Fauzan",
|
|
5766
|
-
"github": "bl0cknumber",
|
|
5767
|
-
"twitter": "fncolon"
|
|
5768
|
-
}
|
|
5769
|
-
],
|
|
5770
|
-
"compatibility": {
|
|
5771
|
-
"nuxt": "^2.0.0",
|
|
5772
|
-
"requires": {}
|
|
5773
|
-
}
|
|
5774
|
-
},
|
|
5775
7078
|
{
|
|
5776
7079
|
"name": "webfontloader",
|
|
5777
7080
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5886,6 +7189,54 @@
|
|
|
5886
7189
|
"requires": {}
|
|
5887
7190
|
}
|
|
5888
7191
|
},
|
|
7192
|
+
{
|
|
7193
|
+
"name": "well-known",
|
|
7194
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7195
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7196
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7197
|
+
"icon": "well-known.svg",
|
|
7198
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7199
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7200
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7201
|
+
"category": "SEO",
|
|
7202
|
+
"type": "3rd-party",
|
|
7203
|
+
"maintainers": [
|
|
7204
|
+
{
|
|
7205
|
+
"name": "Zadig&Voltaire Team",
|
|
7206
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7207
|
+
}
|
|
7208
|
+
],
|
|
7209
|
+
"compatibility": {
|
|
7210
|
+
"nuxt": "^3.0.0",
|
|
7211
|
+
"requires": {}
|
|
7212
|
+
}
|
|
7213
|
+
},
|
|
7214
|
+
{
|
|
7215
|
+
"name": "wideangle",
|
|
7216
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7217
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7218
|
+
"npm": "wideangle-nuxt",
|
|
7219
|
+
"icon": "wideangle.png",
|
|
7220
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7221
|
+
"website": "https://wideangle.co",
|
|
7222
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7223
|
+
"category": "Analytics",
|
|
7224
|
+
"type": "3rd-party",
|
|
7225
|
+
"maintainers": [
|
|
7226
|
+
{
|
|
7227
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7228
|
+
"github": "inputobjects"
|
|
7229
|
+
},
|
|
7230
|
+
{
|
|
7231
|
+
"name": "Jarek Rozanski",
|
|
7232
|
+
"github": "jrozanski"
|
|
7233
|
+
}
|
|
7234
|
+
],
|
|
7235
|
+
"compatibility": {
|
|
7236
|
+
"nuxt": "^3.0.0",
|
|
7237
|
+
"requires": {}
|
|
7238
|
+
}
|
|
7239
|
+
},
|
|
5889
7240
|
{
|
|
5890
7241
|
"name": "windicss",
|
|
5891
7242
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6029,29 +7380,6 @@
|
|
|
6029
7380
|
"requires": {}
|
|
6030
7381
|
}
|
|
6031
7382
|
},
|
|
6032
|
-
{
|
|
6033
|
-
"name": "yandex-metrika",
|
|
6034
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6035
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6036
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6037
|
-
"icon": "",
|
|
6038
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6039
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6040
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6041
|
-
"category": "Analytics",
|
|
6042
|
-
"type": "community",
|
|
6043
|
-
"maintainers": [
|
|
6044
|
-
{
|
|
6045
|
-
"name": "Pooya Parsa",
|
|
6046
|
-
"github": "pi0",
|
|
6047
|
-
"twitter": "_pi0_"
|
|
6048
|
-
}
|
|
6049
|
-
],
|
|
6050
|
-
"compatibility": {
|
|
6051
|
-
"nuxt": "^2.0.0",
|
|
6052
|
-
"requires": {}
|
|
6053
|
-
}
|
|
6054
|
-
},
|
|
6055
7383
|
{
|
|
6056
7384
|
"name": "zendesk",
|
|
6057
7385
|
"description": "Nuxt.js module for Zendesk",
|