@nuxt/modules 0.6.0-37610a → 0.6.0-39b214
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 +781 -66
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
# Nuxt Modules
|
|
4
4
|
|
|
5
5
|
[![npm version][npm-version-src]][npm-version-href]
|
|
6
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
6
7
|
[![Volta][volta-src]][volta-href]
|
|
7
8
|
|
|
8
9
|
> Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
|
|
@@ -97,5 +98,8 @@ pnpm build
|
|
|
97
98
|
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
98
99
|
[npm-version-href]: https://npmjs.com/package/@nuxt/modules
|
|
99
100
|
|
|
101
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js
|
|
102
|
+
[nuxt-href]: https://nuxt.com/modules
|
|
103
|
+
|
|
100
104
|
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
|
|
101
105
|
[volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules
|
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,7 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"npm": "nuxt-api-party",
|
|
154
154
|
"icon": "api-party.svg",
|
|
155
155
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://
|
|
156
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
157
157
|
"learn_more": "",
|
|
158
158
|
"category": "Request",
|
|
159
159
|
"type": "3rd-party",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
251
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
252
|
+
"category": "Database",
|
|
253
253
|
"type": "3rd-party",
|
|
254
254
|
"maintainers": [
|
|
255
255
|
{
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
260
|
"compatibility": {
|
|
261
|
-
"nuxt": "^
|
|
261
|
+
"nuxt": "^3.0.0",
|
|
262
262
|
"requires": {}
|
|
263
263
|
}
|
|
264
264
|
},
|
|
@@ -480,6 +480,29 @@
|
|
|
480
480
|
"requires": {}
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
|
+
{
|
|
484
|
+
"name": "calendly",
|
|
485
|
+
"description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
|
|
486
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
487
|
+
"npm": "nuxt-calendly",
|
|
488
|
+
"icon": "calendly.svg",
|
|
489
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
490
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
491
|
+
"learn_more": "https://calendly.com/",
|
|
492
|
+
"category": "Extensions",
|
|
493
|
+
"type": "3rd-party",
|
|
494
|
+
"maintainers": [
|
|
495
|
+
{
|
|
496
|
+
"name": "Fabian B.",
|
|
497
|
+
"github": "madebyfabian",
|
|
498
|
+
"twitter": "madebyfabian"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^3.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
483
506
|
{
|
|
484
507
|
"name": "canvas-sketch",
|
|
485
508
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -528,11 +551,11 @@
|
|
|
528
551
|
{
|
|
529
552
|
"name": "chatwoot",
|
|
530
553
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
-
"repo": "
|
|
532
|
-
"npm": "@
|
|
554
|
+
"repo": "productdevbookcom/chatwoot",
|
|
555
|
+
"npm": "@productdevbook/chatwoot",
|
|
533
556
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/
|
|
535
|
-
"website": "https://github.com/
|
|
557
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
558
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
536
559
|
"learn_more": "https://www.chatwoot.com",
|
|
537
560
|
"category": "Libraries",
|
|
538
561
|
"type": "3rd-party",
|
|
@@ -613,6 +636,33 @@
|
|
|
613
636
|
"requires": {}
|
|
614
637
|
}
|
|
615
638
|
},
|
|
639
|
+
{
|
|
640
|
+
"name": "cloudflare-analytics",
|
|
641
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
642
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
643
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
644
|
+
"icon": "cloudflare.svg",
|
|
645
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
646
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
647
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
648
|
+
"category": "Analytics",
|
|
649
|
+
"type": "3rd-party",
|
|
650
|
+
"maintainers": [
|
|
651
|
+
{
|
|
652
|
+
"name": "hamlogic",
|
|
653
|
+
"github": "hamlogic"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "Fabian B.",
|
|
657
|
+
"github": "madebyfabian",
|
|
658
|
+
"twitter": "madebyfabian"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^3.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
616
666
|
{
|
|
617
667
|
"name": "cloudinary",
|
|
618
668
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -707,6 +757,29 @@
|
|
|
707
757
|
"requires": {}
|
|
708
758
|
}
|
|
709
759
|
},
|
|
760
|
+
{
|
|
761
|
+
"name": "content-assets",
|
|
762
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
763
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
764
|
+
"npm": "nuxt-content-assets",
|
|
765
|
+
"icon": "content-assets.png",
|
|
766
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
767
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
768
|
+
"learn_more": "",
|
|
769
|
+
"category": "Images",
|
|
770
|
+
"type": "3rd-party",
|
|
771
|
+
"maintainers": [
|
|
772
|
+
{
|
|
773
|
+
"name": "davestewart",
|
|
774
|
+
"github": "davestewart",
|
|
775
|
+
"twitter": "dave_stewart"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"compatibility": {
|
|
779
|
+
"nuxt": "^3.0.0",
|
|
780
|
+
"requires": {}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
710
783
|
{
|
|
711
784
|
"name": "content",
|
|
712
785
|
"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.",
|
|
@@ -879,11 +952,11 @@
|
|
|
879
952
|
}
|
|
880
953
|
},
|
|
881
954
|
{
|
|
882
|
-
"name": "datocms",
|
|
883
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
955
|
+
"name": "datocms-nuxt2",
|
|
956
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
884
957
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
885
958
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
886
|
-
"icon": "datocms.
|
|
959
|
+
"icon": "datocms.svg",
|
|
887
960
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
888
961
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
889
962
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -900,26 +973,50 @@
|
|
|
900
973
|
"requires": {}
|
|
901
974
|
}
|
|
902
975
|
},
|
|
976
|
+
{
|
|
977
|
+
"name": "datocms",
|
|
978
|
+
"description": "DatoCMS module for Nuxt",
|
|
979
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
980
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
981
|
+
"icon": "datocms.svg",
|
|
982
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
983
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
984
|
+
"learn_more": "https://www.datocms.com/",
|
|
985
|
+
"category": "CMS",
|
|
986
|
+
"type": "3rd-party",
|
|
987
|
+
"maintainers": [
|
|
988
|
+
{
|
|
989
|
+
"name": "Jamie Warburton",
|
|
990
|
+
"github": "jamiewarb",
|
|
991
|
+
"twitter": "jamiewarb",
|
|
992
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"compatibility": {
|
|
996
|
+
"nuxt": "^3.0.0",
|
|
997
|
+
"requires": {}
|
|
998
|
+
}
|
|
999
|
+
},
|
|
903
1000
|
{
|
|
904
1001
|
"name": "dayjs",
|
|
905
|
-
"description": "
|
|
906
|
-
"repo": "
|
|
907
|
-
"npm": "
|
|
1002
|
+
"description": "Day.js module for Nuxt",
|
|
1003
|
+
"repo": "fumeapp/dayjs",
|
|
1004
|
+
"npm": "dayjs-nuxt",
|
|
908
1005
|
"icon": "day-js.png",
|
|
909
|
-
"github": "https://github.com/
|
|
910
|
-
"website": "https://github.com/
|
|
1006
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1007
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
911
1008
|
"learn_more": "https://day.js.org/",
|
|
912
|
-
"category": "
|
|
913
|
-
"type": "
|
|
1009
|
+
"category": "Libraries",
|
|
1010
|
+
"type": "3rd-party",
|
|
914
1011
|
"maintainers": [
|
|
915
1012
|
{
|
|
916
|
-
"name": "
|
|
917
|
-
"github": "
|
|
918
|
-
"twitter": "
|
|
1013
|
+
"name": "Kevin Olson",
|
|
1014
|
+
"github": "acidjazz",
|
|
1015
|
+
"twitter": "AppFume"
|
|
919
1016
|
}
|
|
920
1017
|
],
|
|
921
1018
|
"compatibility": {
|
|
922
|
-
"nuxt": "^
|
|
1019
|
+
"nuxt": "^3.0.0",
|
|
923
1020
|
"requires": {}
|
|
924
1021
|
}
|
|
925
1022
|
},
|
|
@@ -968,6 +1065,29 @@
|
|
|
968
1065
|
"requires": {}
|
|
969
1066
|
}
|
|
970
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "devtools",
|
|
1070
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
+
"repo": "nuxt/devtools#main",
|
|
1072
|
+
"npm": "@nuxt/devtools",
|
|
1073
|
+
"icon": "nuxt.png",
|
|
1074
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1075
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1076
|
+
"learn_more": "",
|
|
1077
|
+
"category": "Devtools",
|
|
1078
|
+
"type": "official",
|
|
1079
|
+
"maintainers": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Anthony Fu",
|
|
1082
|
+
"github": "antfu",
|
|
1083
|
+
"twitter": "antfu7"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"compatibility": {
|
|
1087
|
+
"nuxt": "^3.0.0",
|
|
1088
|
+
"requires": {}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
971
1091
|
{
|
|
972
1092
|
"name": "directus",
|
|
973
1093
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1070,6 +1190,28 @@
|
|
|
1070
1190
|
"requires": {}
|
|
1071
1191
|
}
|
|
1072
1192
|
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "electron",
|
|
1195
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1196
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1197
|
+
"npm": "nuxt-electron",
|
|
1198
|
+
"icon": "electron.svg",
|
|
1199
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1200
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1201
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1202
|
+
"category": "Extensions",
|
|
1203
|
+
"type": "3rd-party",
|
|
1204
|
+
"maintainers": [
|
|
1205
|
+
{
|
|
1206
|
+
"name": "草鞋没号",
|
|
1207
|
+
"github": "caoxiemeihao"
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"compatibility": {
|
|
1211
|
+
"nuxt": "^3.0.0",
|
|
1212
|
+
"requires": {}
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1073
1215
|
{
|
|
1074
1216
|
"name": "element-plus",
|
|
1075
1217
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1140,7 +1282,7 @@
|
|
|
1140
1282
|
}
|
|
1141
1283
|
],
|
|
1142
1284
|
"compatibility": {
|
|
1143
|
-
"nuxt": "^2.0.0",
|
|
1285
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1144
1286
|
"requires": {}
|
|
1145
1287
|
}
|
|
1146
1288
|
},
|
|
@@ -1645,6 +1787,30 @@
|
|
|
1645
1787
|
"requires": {}
|
|
1646
1788
|
}
|
|
1647
1789
|
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "gtag",
|
|
1792
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1793
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
|
+
"npm": "nuxt-gtag",
|
|
1795
|
+
"icon": "gtag.svg",
|
|
1796
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1797
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1798
|
+
"learn_more": "",
|
|
1799
|
+
"category": "Analytics",
|
|
1800
|
+
"type": "3rd-party",
|
|
1801
|
+
"maintainers": [
|
|
1802
|
+
{
|
|
1803
|
+
"name": "Johann Schopplich",
|
|
1804
|
+
"github": "johannschopplich",
|
|
1805
|
+
"twitter": "jschopplich",
|
|
1806
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"compatibility": {
|
|
1810
|
+
"nuxt": "^3.0.0",
|
|
1811
|
+
"requires": {}
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1648
1814
|
{
|
|
1649
1815
|
"name": "gtm",
|
|
1650
1816
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1948,6 +2114,28 @@
|
|
|
1948
2114
|
"requires": {}
|
|
1949
2115
|
}
|
|
1950
2116
|
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "icon-font",
|
|
2119
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2120
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2121
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2122
|
+
"icon": "",
|
|
2123
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2124
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2125
|
+
"learn_more": "",
|
|
2126
|
+
"category": "UI",
|
|
2127
|
+
"type": "3rd-party",
|
|
2128
|
+
"maintainers": [
|
|
2129
|
+
{
|
|
2130
|
+
"name": "coremyslo",
|
|
2131
|
+
"github": "coremyslo"
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
"compatibility": {
|
|
2135
|
+
"nuxt": "^3.0.0",
|
|
2136
|
+
"requires": {}
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
1951
2139
|
{
|
|
1952
2140
|
"name": "icon",
|
|
1953
2141
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2299,7 +2487,7 @@
|
|
|
2299
2487
|
},
|
|
2300
2488
|
{
|
|
2301
2489
|
"name": "link-checker",
|
|
2302
|
-
"description": "",
|
|
2490
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2303
2491
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2304
2492
|
"npm": "nuxt-link-checker",
|
|
2305
2493
|
"icon": "",
|
|
@@ -2529,6 +2717,31 @@
|
|
|
2529
2717
|
"requires": {}
|
|
2530
2718
|
}
|
|
2531
2719
|
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "medusa",
|
|
2722
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2723
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2724
|
+
"npm": "nuxt-medusa",
|
|
2725
|
+
"icon": "medusa.svg",
|
|
2726
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2727
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2728
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2729
|
+
"category": "Ecommerce",
|
|
2730
|
+
"type": "3rd-party",
|
|
2731
|
+
"maintainers": [
|
|
2732
|
+
{
|
|
2733
|
+
"name": "Jakub Andrzejewski",
|
|
2734
|
+
"github": "Baroshem",
|
|
2735
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"compatibility": {
|
|
2739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2740
|
+
"requires": {
|
|
2741
|
+
"bridge": true
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2532
2745
|
{
|
|
2533
2746
|
"name": "meilisearch",
|
|
2534
2747
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2598,6 +2811,29 @@
|
|
|
2598
2811
|
"requires": {}
|
|
2599
2812
|
}
|
|
2600
2813
|
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "module-feed",
|
|
2816
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2817
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2818
|
+
"npm": "nuxt-module-feed",
|
|
2819
|
+
"icon": "",
|
|
2820
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2821
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2822
|
+
"learn_more": "",
|
|
2823
|
+
"category": "SEO",
|
|
2824
|
+
"type": "3rd-party",
|
|
2825
|
+
"maintainers": [
|
|
2826
|
+
{
|
|
2827
|
+
"name": "Miha Sedej",
|
|
2828
|
+
"github": "tresko",
|
|
2829
|
+
"twitter": "mihasedej"
|
|
2830
|
+
}
|
|
2831
|
+
],
|
|
2832
|
+
"compatibility": {
|
|
2833
|
+
"nuxt": "^3.0.0",
|
|
2834
|
+
"requires": {}
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2601
2837
|
{
|
|
2602
2838
|
"name": "moment",
|
|
2603
2839
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2808,6 +3044,28 @@
|
|
|
2808
3044
|
"requires": {}
|
|
2809
3045
|
}
|
|
2810
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "nuxt-chatgpt",
|
|
3049
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3050
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3051
|
+
"npm": "nuxt-chatgpt",
|
|
3052
|
+
"icon": "chatgpt.svg",
|
|
3053
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3054
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3055
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3056
|
+
"category": "Libraries",
|
|
3057
|
+
"type": "3rd-party",
|
|
3058
|
+
"maintainers": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "Oliver Trajceski",
|
|
3061
|
+
"github": "schnapsterdog"
|
|
3062
|
+
}
|
|
3063
|
+
],
|
|
3064
|
+
"compatibility": {
|
|
3065
|
+
"nuxt": "^3.0.0",
|
|
3066
|
+
"requires": {}
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
2811
3069
|
{
|
|
2812
3070
|
"name": "nuxt-graphql-middleware",
|
|
2813
3071
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2859,6 +3117,28 @@
|
|
|
2859
3117
|
"requires": {}
|
|
2860
3118
|
}
|
|
2861
3119
|
},
|
|
3120
|
+
{
|
|
3121
|
+
"name": "nuxt-gtm",
|
|
3122
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3123
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3124
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3125
|
+
"icon": "nuxt-gtm.svg",
|
|
3126
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3127
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3128
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3129
|
+
"category": "Analytics",
|
|
3130
|
+
"type": "3rd-party",
|
|
3131
|
+
"maintainers": [
|
|
3132
|
+
{
|
|
3133
|
+
"name": "Zadig&Voltaire Team",
|
|
3134
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3135
|
+
}
|
|
3136
|
+
],
|
|
3137
|
+
"compatibility": {
|
|
3138
|
+
"nuxt": "^3.0.0",
|
|
3139
|
+
"requires": {}
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
2862
3142
|
{
|
|
2863
3143
|
"name": "nuxt-hue",
|
|
2864
3144
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2883,6 +3163,28 @@
|
|
|
2883
3163
|
}
|
|
2884
3164
|
}
|
|
2885
3165
|
},
|
|
3166
|
+
{
|
|
3167
|
+
"name": "nuxt-lazy-load",
|
|
3168
|
+
"description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
|
|
3169
|
+
"repo": "",
|
|
3170
|
+
"npm": "nuxt-lazy-load",
|
|
3171
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3172
|
+
"github": "",
|
|
3173
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3174
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3175
|
+
"category": "Performance",
|
|
3176
|
+
"type": "3rd-party",
|
|
3177
|
+
"maintainers": [
|
|
3178
|
+
{
|
|
3179
|
+
"name": "Dario Ferderber",
|
|
3180
|
+
"github": "darioferderber"
|
|
3181
|
+
}
|
|
3182
|
+
],
|
|
3183
|
+
"compatibility": {
|
|
3184
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3185
|
+
"requires": {}
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
2886
3188
|
{
|
|
2887
3189
|
"name": "nuxt-localtunnel",
|
|
2888
3190
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -2929,6 +3231,28 @@
|
|
|
2929
3231
|
"requires": {}
|
|
2930
3232
|
}
|
|
2931
3233
|
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "nuxt-mapbox",
|
|
3236
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3237
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3238
|
+
"npm": "nuxt-mapbox",
|
|
3239
|
+
"icon": "nuxt-mapbox.svg",
|
|
3240
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3241
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3242
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3243
|
+
"category": "Libraries",
|
|
3244
|
+
"type": "3rd-party",
|
|
3245
|
+
"maintainers": [
|
|
3246
|
+
{
|
|
3247
|
+
"name": "Alex Lavoie",
|
|
3248
|
+
"github": "AlexLavoie42"
|
|
3249
|
+
}
|
|
3250
|
+
],
|
|
3251
|
+
"compatibility": {
|
|
3252
|
+
"nuxt": "^3.0.0",
|
|
3253
|
+
"requires": {}
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
2932
3256
|
{
|
|
2933
3257
|
"name": "nuxt-monaco-editor",
|
|
2934
3258
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2951,6 +3275,51 @@
|
|
|
2951
3275
|
"requires": {}
|
|
2952
3276
|
}
|
|
2953
3277
|
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "nuxt-mongoose",
|
|
3280
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3281
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3282
|
+
"npm": "nuxt-mongoose",
|
|
3283
|
+
"icon": "nuxt-mongoose.svg",
|
|
3284
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3285
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3286
|
+
"learn_more": "",
|
|
3287
|
+
"category": "Database",
|
|
3288
|
+
"type": "3rd-party",
|
|
3289
|
+
"maintainers": [
|
|
3290
|
+
{
|
|
3291
|
+
"name": "arashsheyda",
|
|
3292
|
+
"github": "arashsheyda"
|
|
3293
|
+
}
|
|
3294
|
+
],
|
|
3295
|
+
"compatibility": {
|
|
3296
|
+
"nuxt": "^3.0.0",
|
|
3297
|
+
"requires": {}
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"name": "nuxt-pdf",
|
|
3302
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3303
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3304
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3305
|
+
"icon": "nuxt-pdf.png",
|
|
3306
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3307
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3308
|
+
"learn_more": "https://github.com/sidebase",
|
|
3309
|
+
"category": "Extensions",
|
|
3310
|
+
"type": "3rd-party",
|
|
3311
|
+
"maintainers": [
|
|
3312
|
+
{
|
|
3313
|
+
"name": "sidebase",
|
|
3314
|
+
"github": "sidebase",
|
|
3315
|
+
"twitter": "sidebase_io"
|
|
3316
|
+
}
|
|
3317
|
+
],
|
|
3318
|
+
"compatibility": {
|
|
3319
|
+
"nuxt": "^3.0.0",
|
|
3320
|
+
"requires": {}
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
2954
3323
|
{
|
|
2955
3324
|
"name": "nuxt-pino-log",
|
|
2956
3325
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3226,6 +3595,28 @@
|
|
|
3226
3595
|
"requires": {}
|
|
3227
3596
|
}
|
|
3228
3597
|
},
|
|
3598
|
+
{
|
|
3599
|
+
"name": "nuxt-vuetify",
|
|
3600
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3601
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3602
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3603
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3604
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3605
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3606
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3607
|
+
"category": "UI",
|
|
3608
|
+
"type": "3rd-party",
|
|
3609
|
+
"maintainers": [
|
|
3610
|
+
{
|
|
3611
|
+
"name": "Jens van Hellemondt",
|
|
3612
|
+
"github": "invictus-codes"
|
|
3613
|
+
}
|
|
3614
|
+
],
|
|
3615
|
+
"compatibility": {
|
|
3616
|
+
"nuxt": "^3.0.0",
|
|
3617
|
+
"requires": {}
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3229
3620
|
{
|
|
3230
3621
|
"name": "nuxt7",
|
|
3231
3622
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3388,6 +3779,30 @@
|
|
|
3388
3779
|
}
|
|
3389
3780
|
}
|
|
3390
3781
|
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "pdfeasy",
|
|
3784
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3785
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3786
|
+
"npm": "nuxt-pdfeasy",
|
|
3787
|
+
"icon": "pdfeasy.png",
|
|
3788
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3789
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3790
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3791
|
+
"category": "Extensions",
|
|
3792
|
+
"type": "3rd-party",
|
|
3793
|
+
"maintainers": [
|
|
3794
|
+
{
|
|
3795
|
+
"name": "Giovane Cardoso",
|
|
3796
|
+
"github": "novout",
|
|
3797
|
+
"twitter": "novoutttttt",
|
|
3798
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"compatibility": {
|
|
3802
|
+
"nuxt": "^3.0.0",
|
|
3803
|
+
"requires": {}
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3391
3806
|
{
|
|
3392
3807
|
"name": "persian-datepicker",
|
|
3393
3808
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3550,6 +3965,28 @@
|
|
|
3550
3965
|
"requires": {}
|
|
3551
3966
|
}
|
|
3552
3967
|
},
|
|
3968
|
+
{
|
|
3969
|
+
"name": "prometheus",
|
|
3970
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3971
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
3972
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
3973
|
+
"icon": "prometheus.svg",
|
|
3974
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3975
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3976
|
+
"learn_more": "",
|
|
3977
|
+
"category": "Monitoring",
|
|
3978
|
+
"type": "3rd-party",
|
|
3979
|
+
"maintainers": [
|
|
3980
|
+
{
|
|
3981
|
+
"name": "artmizu",
|
|
3982
|
+
"github": "artmizu"
|
|
3983
|
+
}
|
|
3984
|
+
],
|
|
3985
|
+
"compatibility": {
|
|
3986
|
+
"nuxt": "^3.0.0",
|
|
3987
|
+
"requires": {}
|
|
3988
|
+
}
|
|
3989
|
+
},
|
|
3553
3990
|
{
|
|
3554
3991
|
"name": "protected-mailto",
|
|
3555
3992
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3687,6 +4124,28 @@
|
|
|
3687
4124
|
"requires": {}
|
|
3688
4125
|
}
|
|
3689
4126
|
},
|
|
4127
|
+
{
|
|
4128
|
+
"name": "quasar",
|
|
4129
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4130
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4131
|
+
"npm": "nuxt-quasar-ui",
|
|
4132
|
+
"icon": "quasar.svg",
|
|
4133
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4134
|
+
"website": "https://quasar.dev/",
|
|
4135
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4136
|
+
"category": "UI",
|
|
4137
|
+
"type": "3rd-party",
|
|
4138
|
+
"maintainers": [
|
|
4139
|
+
{
|
|
4140
|
+
"name": "Ege İliklier",
|
|
4141
|
+
"github": "Maiquu"
|
|
4142
|
+
}
|
|
4143
|
+
],
|
|
4144
|
+
"compatibility": {
|
|
4145
|
+
"nuxt": "^3.0.0",
|
|
4146
|
+
"requires": {}
|
|
4147
|
+
}
|
|
4148
|
+
},
|
|
3690
4149
|
{
|
|
3691
4150
|
"name": "recaptcha",
|
|
3692
4151
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3987,7 +4446,7 @@
|
|
|
3987
4446
|
{
|
|
3988
4447
|
"name": "seo-kit",
|
|
3989
4448
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3990
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4449
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3991
4450
|
"npm": "nuxt-seo-kit",
|
|
3992
4451
|
"icon": "seo-kit.svg",
|
|
3993
4452
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4235,26 +4694,48 @@
|
|
|
4235
4694
|
"requires": {}
|
|
4236
4695
|
}
|
|
4237
4696
|
},
|
|
4697
|
+
{
|
|
4698
|
+
"name": "snackbar",
|
|
4699
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4700
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4701
|
+
"npm": "nuxt-snackbar",
|
|
4702
|
+
"icon": "snackbar.png",
|
|
4703
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4704
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4705
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4706
|
+
"category": "UI",
|
|
4707
|
+
"type": "3rd-party",
|
|
4708
|
+
"maintainers": [
|
|
4709
|
+
{
|
|
4710
|
+
"name": "modbender",
|
|
4711
|
+
"github": "modbender"
|
|
4712
|
+
}
|
|
4713
|
+
],
|
|
4714
|
+
"compatibility": {
|
|
4715
|
+
"nuxt": "^3.0.0",
|
|
4716
|
+
"requires": {}
|
|
4717
|
+
}
|
|
4718
|
+
},
|
|
4238
4719
|
{
|
|
4239
4720
|
"name": "snipcart",
|
|
4240
4721
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4241
|
-
"repo": "nuxt-
|
|
4722
|
+
"repo": "nuxt-modules/snipcart",
|
|
4242
4723
|
"npm": "@nuxtjs/snipcart",
|
|
4243
4724
|
"icon": "snipcart.png",
|
|
4244
|
-
"github": "https://github.com/nuxt-
|
|
4245
|
-
"website": "https://github.com/nuxt-
|
|
4246
|
-
"learn_more": "",
|
|
4247
|
-
"category": "
|
|
4725
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4726
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4727
|
+
"learn_more": "https://snipcart.com",
|
|
4728
|
+
"category": "Ecommerce",
|
|
4248
4729
|
"type": "community",
|
|
4249
4730
|
"maintainers": [
|
|
4250
4731
|
{
|
|
4251
4732
|
"name": "Florent GIRAUD",
|
|
4252
|
-
"github": "
|
|
4253
|
-
"twitter": "
|
|
4733
|
+
"github": "flozero",
|
|
4734
|
+
"twitter": "flozeroo"
|
|
4254
4735
|
}
|
|
4255
4736
|
],
|
|
4256
4737
|
"compatibility": {
|
|
4257
|
-
"nuxt": "^2.0.0",
|
|
4738
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4258
4739
|
"requires": {}
|
|
4259
4740
|
}
|
|
4260
4741
|
},
|
|
@@ -4591,7 +5072,7 @@
|
|
|
4591
5072
|
}
|
|
4592
5073
|
],
|
|
4593
5074
|
"compatibility": {
|
|
4594
|
-
"nuxt": "^2.0.0",
|
|
5075
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4595
5076
|
"requires": {}
|
|
4596
5077
|
}
|
|
4597
5078
|
},
|
|
@@ -4762,6 +5243,29 @@
|
|
|
4762
5243
|
"requires": {}
|
|
4763
5244
|
}
|
|
4764
5245
|
},
|
|
5246
|
+
{
|
|
5247
|
+
"name": "tailvue",
|
|
5248
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5249
|
+
"repo": "fumeapp/tailvue",
|
|
5250
|
+
"npm": "tailvue",
|
|
5251
|
+
"icon": "tailvue.jpg",
|
|
5252
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5253
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5254
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5255
|
+
"category": "UI",
|
|
5256
|
+
"type": "3rd-party",
|
|
5257
|
+
"maintainers": [
|
|
5258
|
+
{
|
|
5259
|
+
"name": "Kevin Olson",
|
|
5260
|
+
"github": "acidjazz",
|
|
5261
|
+
"twitter": "AppFume"
|
|
5262
|
+
}
|
|
5263
|
+
],
|
|
5264
|
+
"compatibility": {
|
|
5265
|
+
"nuxt": "^3.0.0",
|
|
5266
|
+
"requires": {}
|
|
5267
|
+
}
|
|
5268
|
+
},
|
|
4765
5269
|
{
|
|
4766
5270
|
"name": "tailwindcss",
|
|
4767
5271
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5051,11 +5555,11 @@
|
|
|
5051
5555
|
{
|
|
5052
5556
|
"name": "unhead",
|
|
5053
5557
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5054
|
-
"repo": "harlan-zw/nuxt-
|
|
5055
|
-
"npm": "nuxt-
|
|
5558
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5559
|
+
"npm": "nuxt-seo-experiments",
|
|
5056
5560
|
"icon": "",
|
|
5057
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5058
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5561
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5562
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5059
5563
|
"learn_more": "",
|
|
5060
5564
|
"category": "SEO",
|
|
5061
5565
|
"type": "3rd-party",
|
|
@@ -5098,6 +5602,28 @@
|
|
|
5098
5602
|
"requires": {}
|
|
5099
5603
|
}
|
|
5100
5604
|
},
|
|
5605
|
+
{
|
|
5606
|
+
"name": "unlazy",
|
|
5607
|
+
"description": "Lazy loading library for placeholder images",
|
|
5608
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5609
|
+
"npm": "@unlazy/nuxt",
|
|
5610
|
+
"icon": "unlazy.svg",
|
|
5611
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5612
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5613
|
+
"learn_more": "",
|
|
5614
|
+
"category": "Images",
|
|
5615
|
+
"type": "3rd-party",
|
|
5616
|
+
"maintainers": [
|
|
5617
|
+
{
|
|
5618
|
+
"name": "Johann Schopplich",
|
|
5619
|
+
"github": "johannschopplich"
|
|
5620
|
+
}
|
|
5621
|
+
],
|
|
5622
|
+
"compatibility": {
|
|
5623
|
+
"nuxt": "^3.0.0",
|
|
5624
|
+
"requires": {}
|
|
5625
|
+
}
|
|
5626
|
+
},
|
|
5101
5627
|
{
|
|
5102
5628
|
"name": "unlighthouse",
|
|
5103
5629
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5150,6 +5676,29 @@
|
|
|
5150
5676
|
}
|
|
5151
5677
|
}
|
|
5152
5678
|
},
|
|
5679
|
+
{
|
|
5680
|
+
"name": "ununuracss",
|
|
5681
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5682
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5683
|
+
"npm": "nuxt-ununura",
|
|
5684
|
+
"icon": "ununuracss.png",
|
|
5685
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5686
|
+
"website": "https://ununura.com/#/",
|
|
5687
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5688
|
+
"category": "UI",
|
|
5689
|
+
"type": "3rd-party",
|
|
5690
|
+
"maintainers": [
|
|
5691
|
+
{
|
|
5692
|
+
"name": "Giovane Cardoso",
|
|
5693
|
+
"github": "novout",
|
|
5694
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5695
|
+
}
|
|
5696
|
+
],
|
|
5697
|
+
"compatibility": {
|
|
5698
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5699
|
+
"requires": {}
|
|
5700
|
+
}
|
|
5701
|
+
},
|
|
5153
5702
|
{
|
|
5154
5703
|
"name": "user-agent",
|
|
5155
5704
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5194,6 +5743,76 @@
|
|
|
5194
5743
|
"requires": {}
|
|
5195
5744
|
}
|
|
5196
5745
|
},
|
|
5746
|
+
{
|
|
5747
|
+
"name": "vant",
|
|
5748
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5749
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5750
|
+
"npm": "@vant/nuxt",
|
|
5751
|
+
"icon": "vant.png",
|
|
5752
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5753
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5754
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5755
|
+
"category": "UI",
|
|
5756
|
+
"type": "3rd-party",
|
|
5757
|
+
"maintainers": [
|
|
5758
|
+
{
|
|
5759
|
+
"name": "tolking",
|
|
5760
|
+
"github": "tolking"
|
|
5761
|
+
}
|
|
5762
|
+
],
|
|
5763
|
+
"compatibility": {
|
|
5764
|
+
"nuxt": "^3.0.0",
|
|
5765
|
+
"requires": {
|
|
5766
|
+
"bridge": "optional"
|
|
5767
|
+
}
|
|
5768
|
+
}
|
|
5769
|
+
},
|
|
5770
|
+
{
|
|
5771
|
+
"name": "varlet",
|
|
5772
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5773
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5774
|
+
"npm": "@varlet/nuxt",
|
|
5775
|
+
"icon": "varlet.svg",
|
|
5776
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5777
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5778
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5779
|
+
"category": "UI",
|
|
5780
|
+
"type": "3rd-party",
|
|
5781
|
+
"maintainers": [
|
|
5782
|
+
{
|
|
5783
|
+
"name": "zhangmo8",
|
|
5784
|
+
"github": "zhangmo8"
|
|
5785
|
+
}
|
|
5786
|
+
],
|
|
5787
|
+
"compatibility": {
|
|
5788
|
+
"nuxt": "^3.0.0",
|
|
5789
|
+
"requires": {
|
|
5790
|
+
"bridge": "optional"
|
|
5791
|
+
}
|
|
5792
|
+
}
|
|
5793
|
+
},
|
|
5794
|
+
{
|
|
5795
|
+
"name": "vee-validate",
|
|
5796
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5797
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5798
|
+
"npm": "@vee-validate/nuxt",
|
|
5799
|
+
"icon": "vee-validate.png",
|
|
5800
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5801
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5802
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5803
|
+
"category": "Libraries",
|
|
5804
|
+
"type": "3rd-party",
|
|
5805
|
+
"maintainers": [
|
|
5806
|
+
{
|
|
5807
|
+
"name": "Abdelrahman Awad",
|
|
5808
|
+
"github": "logaretm"
|
|
5809
|
+
}
|
|
5810
|
+
],
|
|
5811
|
+
"compatibility": {
|
|
5812
|
+
"nuxt": "^3.0.0",
|
|
5813
|
+
"requires": {}
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5197
5816
|
{
|
|
5198
5817
|
"name": "vendor",
|
|
5199
5818
|
"description": "directly serve node_modules",
|
|
@@ -5217,6 +5836,57 @@
|
|
|
5217
5836
|
"requires": {}
|
|
5218
5837
|
}
|
|
5219
5838
|
},
|
|
5839
|
+
{
|
|
5840
|
+
"name": "vexip-ui",
|
|
5841
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5842
|
+
"repo": "vexip-ui/nuxt",
|
|
5843
|
+
"npm": "@vexip-ui/nuxt",
|
|
5844
|
+
"icon": "vexip-ui.svg",
|
|
5845
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5846
|
+
"website": "https://www.vexipui.com/",
|
|
5847
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5848
|
+
"category": "UI",
|
|
5849
|
+
"type": "3rd-party",
|
|
5850
|
+
"maintainers": [
|
|
5851
|
+
{
|
|
5852
|
+
"name": "未觉雨声",
|
|
5853
|
+
"github": "qmhc",
|
|
5854
|
+
"twitter": "qmhc95"
|
|
5855
|
+
}
|
|
5856
|
+
],
|
|
5857
|
+
"compatibility": {
|
|
5858
|
+
"nuxt": "^3.0.0",
|
|
5859
|
+
"requires": {}
|
|
5860
|
+
}
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"name": "vite-pwa-nuxt",
|
|
5864
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
5865
|
+
"repo": "vite-pwa/nuxt",
|
|
5866
|
+
"npm": "@vite-pwa/nuxt",
|
|
5867
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
5868
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
5869
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
5870
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
5871
|
+
"category": "Performance",
|
|
5872
|
+
"type": "3rd-party",
|
|
5873
|
+
"maintainers": [
|
|
5874
|
+
{
|
|
5875
|
+
"name": "Joaquín Sánchez",
|
|
5876
|
+
"github": "userquin",
|
|
5877
|
+
"twitter": "userquin"
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
"name": "Anthony Fu",
|
|
5881
|
+
"github": "antfu",
|
|
5882
|
+
"twitter": "antfu7"
|
|
5883
|
+
}
|
|
5884
|
+
],
|
|
5885
|
+
"compatibility": {
|
|
5886
|
+
"nuxt": "^3.0.0",
|
|
5887
|
+
"requires": {}
|
|
5888
|
+
}
|
|
5889
|
+
},
|
|
5220
5890
|
{
|
|
5221
5891
|
"name": "vitest",
|
|
5222
5892
|
"description": "Vitest integration with Nuxt",
|
|
@@ -5522,6 +6192,29 @@
|
|
|
5522
6192
|
"requires": {}
|
|
5523
6193
|
}
|
|
5524
6194
|
},
|
|
6195
|
+
{
|
|
6196
|
+
"name": "vunix",
|
|
6197
|
+
"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.",
|
|
6198
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6199
|
+
"npm": "@vunix/nuxt",
|
|
6200
|
+
"icon": "",
|
|
6201
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6202
|
+
"website": "https://vunix.dewib.com/",
|
|
6203
|
+
"learn_more": "",
|
|
6204
|
+
"category": "UI",
|
|
6205
|
+
"type": "3rd-party",
|
|
6206
|
+
"maintainers": [
|
|
6207
|
+
{
|
|
6208
|
+
"name": "Gaetan SENN",
|
|
6209
|
+
"github": "gaetansenn",
|
|
6210
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6211
|
+
}
|
|
6212
|
+
],
|
|
6213
|
+
"compatibility": {
|
|
6214
|
+
"nuxt": "^3.0.0",
|
|
6215
|
+
"requires": {}
|
|
6216
|
+
}
|
|
6217
|
+
},
|
|
5525
6218
|
{
|
|
5526
6219
|
"name": "web-vitals",
|
|
5527
6220
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5556,29 +6249,6 @@
|
|
|
5556
6249
|
}
|
|
5557
6250
|
}
|
|
5558
6251
|
},
|
|
5559
|
-
{
|
|
5560
|
-
"name": "web3js",
|
|
5561
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5562
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5563
|
-
"npm": "nuxt-web3",
|
|
5564
|
-
"icon": "web3js.svg",
|
|
5565
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5566
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5567
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5568
|
-
"category": "Libraries",
|
|
5569
|
-
"type": "3rd-party",
|
|
5570
|
-
"maintainers": [
|
|
5571
|
-
{
|
|
5572
|
-
"name": "Muhammad Fauzan",
|
|
5573
|
-
"github": "bl0cknumber",
|
|
5574
|
-
"twitter": "fncolon"
|
|
5575
|
-
}
|
|
5576
|
-
],
|
|
5577
|
-
"compatibility": {
|
|
5578
|
-
"nuxt": "^2.0.0",
|
|
5579
|
-
"requires": {}
|
|
5580
|
-
}
|
|
5581
|
-
},
|
|
5582
6252
|
{
|
|
5583
6253
|
"name": "webfontloader",
|
|
5584
6254
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5693,6 +6363,28 @@
|
|
|
5693
6363
|
"requires": {}
|
|
5694
6364
|
}
|
|
5695
6365
|
},
|
|
6366
|
+
{
|
|
6367
|
+
"name": "well-known",
|
|
6368
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6369
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6370
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6371
|
+
"icon": "well-known.svg",
|
|
6372
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6373
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6374
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6375
|
+
"category": "SEO",
|
|
6376
|
+
"type": "3rd-party",
|
|
6377
|
+
"maintainers": [
|
|
6378
|
+
{
|
|
6379
|
+
"name": "Zadig&Voltaire Team",
|
|
6380
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6381
|
+
}
|
|
6382
|
+
],
|
|
6383
|
+
"compatibility": {
|
|
6384
|
+
"nuxt": "^3.0.0",
|
|
6385
|
+
"requires": {}
|
|
6386
|
+
}
|
|
6387
|
+
},
|
|
5696
6388
|
{
|
|
5697
6389
|
"name": "windicss",
|
|
5698
6390
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5836,6 +6528,29 @@
|
|
|
5836
6528
|
"requires": {}
|
|
5837
6529
|
}
|
|
5838
6530
|
},
|
|
6531
|
+
{
|
|
6532
|
+
"name": "yandex-metrika-next",
|
|
6533
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6534
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6535
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6536
|
+
"icon": "yandex-metrika.svg",
|
|
6537
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6538
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6539
|
+
"learn_more": "",
|
|
6540
|
+
"category": "Analytics",
|
|
6541
|
+
"type": "3rd-party",
|
|
6542
|
+
"maintainers": [
|
|
6543
|
+
{
|
|
6544
|
+
"name": "Aleksandr Saburov",
|
|
6545
|
+
"github": "artmizu",
|
|
6546
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6547
|
+
}
|
|
6548
|
+
],
|
|
6549
|
+
"compatibility": {
|
|
6550
|
+
"nuxt": "^3.0.0",
|
|
6551
|
+
"requires": {}
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
5839
6554
|
{
|
|
5840
6555
|
"name": "yandex-metrika",
|
|
5841
6556
|
"description": "Yandex metrika Module for Nuxt.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-39b214",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@nuxt/eslint-config": "^0.1.1",
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
|
-
"@types/node": "^18.
|
|
22
|
+
"@types/node": "^18.14.0",
|
|
23
23
|
"defu": "^6.1.1",
|
|
24
|
-
"eslint": "^8.
|
|
24
|
+
"eslint": "^8.34.0",
|
|
25
25
|
"globby": "^13.1.3",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.
|
|
27
|
+
"jiti": "^1.17.1",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
29
29
|
"ofetch": "^1.0.0",
|
|
30
30
|
"typescript": "^4.9.4"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.27.1"
|
|
33
33
|
}
|