@nuxt/modules 0.6.0-38273 → 0.6.0-3a3b3f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +467 -36
- package/package.json +8 -8
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
|
{
|
|
@@ -551,11 +551,11 @@
|
|
|
551
551
|
{
|
|
552
552
|
"name": "chatwoot",
|
|
553
553
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
554
|
+
"repo": "productdevbookcom/chatwoot",
|
|
555
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
556
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
557
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
558
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
559
|
"learn_more": "https://www.chatwoot.com",
|
|
560
560
|
"category": "Libraries",
|
|
561
561
|
"type": "3rd-party",
|
|
@@ -757,6 +757,29 @@
|
|
|
757
757
|
"requires": {}
|
|
758
758
|
}
|
|
759
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
|
+
},
|
|
760
783
|
{
|
|
761
784
|
"name": "content",
|
|
762
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.",
|
|
@@ -929,11 +952,11 @@
|
|
|
929
952
|
}
|
|
930
953
|
},
|
|
931
954
|
{
|
|
932
|
-
"name": "datocms",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
955
|
+
"name": "datocms-nuxt2",
|
|
956
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
934
957
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
958
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
|
-
"icon": "datocms.
|
|
959
|
+
"icon": "datocms.svg",
|
|
937
960
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
938
961
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
939
962
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -950,26 +973,50 @@
|
|
|
950
973
|
"requires": {}
|
|
951
974
|
}
|
|
952
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
|
+
},
|
|
953
1000
|
{
|
|
954
1001
|
"name": "dayjs",
|
|
955
|
-
"description": "
|
|
956
|
-
"repo": "
|
|
957
|
-
"npm": "
|
|
1002
|
+
"description": "Day.js module for Nuxt",
|
|
1003
|
+
"repo": "fumeapp/dayjs",
|
|
1004
|
+
"npm": "dayjs-nuxt",
|
|
958
1005
|
"icon": "day-js.png",
|
|
959
|
-
"github": "https://github.com/
|
|
960
|
-
"website": "https://github.com/
|
|
1006
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1007
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
961
1008
|
"learn_more": "https://day.js.org/",
|
|
962
|
-
"category": "
|
|
963
|
-
"type": "
|
|
1009
|
+
"category": "Libraries",
|
|
1010
|
+
"type": "3rd-party",
|
|
964
1011
|
"maintainers": [
|
|
965
1012
|
{
|
|
966
|
-
"name": "
|
|
967
|
-
"github": "
|
|
968
|
-
"twitter": "
|
|
1013
|
+
"name": "Kevin Olson",
|
|
1014
|
+
"github": "acidjazz",
|
|
1015
|
+
"twitter": "AppFume"
|
|
969
1016
|
}
|
|
970
1017
|
],
|
|
971
1018
|
"compatibility": {
|
|
972
|
-
"nuxt": "^
|
|
1019
|
+
"nuxt": "^3.0.0",
|
|
973
1020
|
"requires": {}
|
|
974
1021
|
}
|
|
975
1022
|
},
|
|
@@ -1018,6 +1065,29 @@
|
|
|
1018
1065
|
"requires": {}
|
|
1019
1066
|
}
|
|
1020
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
|
+
},
|
|
1021
1091
|
{
|
|
1022
1092
|
"name": "directus",
|
|
1023
1093
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1717,6 +1787,30 @@
|
|
|
1717
1787
|
"requires": {}
|
|
1718
1788
|
}
|
|
1719
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
|
+
},
|
|
1720
1814
|
{
|
|
1721
1815
|
"name": "gtm",
|
|
1722
1816
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2020,6 +2114,28 @@
|
|
|
2020
2114
|
"requires": {}
|
|
2021
2115
|
}
|
|
2022
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
|
+
},
|
|
2023
2139
|
{
|
|
2024
2140
|
"name": "icon",
|
|
2025
2141
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2146,12 +2262,12 @@
|
|
|
2146
2262
|
{
|
|
2147
2263
|
"name": "inkline",
|
|
2148
2264
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2149
|
-
"repo": "inkline/
|
|
2150
|
-
"npm": "@inkline/
|
|
2265
|
+
"repo": "inkline/plugin",
|
|
2266
|
+
"npm": "@inkline/plugin",
|
|
2151
2267
|
"icon": "inkline.svg",
|
|
2152
|
-
"github": "https://github.com/inkline/
|
|
2268
|
+
"github": "https://github.com/inkline/plugin",
|
|
2153
2269
|
"website": "https://inkline.io",
|
|
2154
|
-
"learn_more": "https://inkline.io/docs/
|
|
2270
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2155
2271
|
"category": "UI",
|
|
2156
2272
|
"type": "3rd-party",
|
|
2157
2273
|
"maintainers": [
|
|
@@ -2371,7 +2487,7 @@
|
|
|
2371
2487
|
},
|
|
2372
2488
|
{
|
|
2373
2489
|
"name": "link-checker",
|
|
2374
|
-
"description": "",
|
|
2490
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2375
2491
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2376
2492
|
"npm": "nuxt-link-checker",
|
|
2377
2493
|
"icon": "",
|
|
@@ -2695,6 +2811,29 @@
|
|
|
2695
2811
|
"requires": {}
|
|
2696
2812
|
}
|
|
2697
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
|
+
},
|
|
2698
2837
|
{
|
|
2699
2838
|
"name": "moment",
|
|
2700
2839
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2905,6 +3044,28 @@
|
|
|
2905
3044
|
"requires": {}
|
|
2906
3045
|
}
|
|
2907
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
|
+
},
|
|
2908
3069
|
{
|
|
2909
3070
|
"name": "nuxt-graphql-middleware",
|
|
2910
3071
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2956,6 +3117,28 @@
|
|
|
2956
3117
|
"requires": {}
|
|
2957
3118
|
}
|
|
2958
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
|
+
},
|
|
2959
3142
|
{
|
|
2960
3143
|
"name": "nuxt-hue",
|
|
2961
3144
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2980,6 +3163,28 @@
|
|
|
2980
3163
|
}
|
|
2981
3164
|
}
|
|
2982
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
|
+
},
|
|
2983
3188
|
{
|
|
2984
3189
|
"name": "nuxt-localtunnel",
|
|
2985
3190
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3070,6 +3275,28 @@
|
|
|
3070
3275
|
"requires": {}
|
|
3071
3276
|
}
|
|
3072
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
|
+
},
|
|
3073
3300
|
{
|
|
3074
3301
|
"name": "nuxt-pdf",
|
|
3075
3302
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3368,6 +3595,28 @@
|
|
|
3368
3595
|
"requires": {}
|
|
3369
3596
|
}
|
|
3370
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
|
+
},
|
|
3371
3620
|
{
|
|
3372
3621
|
"name": "nuxt7",
|
|
3373
3622
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3530,6 +3779,30 @@
|
|
|
3530
3779
|
}
|
|
3531
3780
|
}
|
|
3532
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
|
+
},
|
|
3533
3806
|
{
|
|
3534
3807
|
"name": "persian-datepicker",
|
|
3535
3808
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3851,6 +4124,28 @@
|
|
|
3851
4124
|
"requires": {}
|
|
3852
4125
|
}
|
|
3853
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
|
+
},
|
|
3854
4149
|
{
|
|
3855
4150
|
"name": "recaptcha",
|
|
3856
4151
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4430,7 +4725,7 @@
|
|
|
4430
4725
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4431
4726
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4432
4727
|
"learn_more": "https://snipcart.com",
|
|
4433
|
-
"category": "
|
|
4728
|
+
"category": "Ecommerce",
|
|
4434
4729
|
"type": "community",
|
|
4435
4730
|
"maintainers": [
|
|
4436
4731
|
{
|
|
@@ -5260,11 +5555,11 @@
|
|
|
5260
5555
|
{
|
|
5261
5556
|
"name": "unhead",
|
|
5262
5557
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5263
|
-
"repo": "harlan-zw/nuxt-
|
|
5264
|
-
"npm": "nuxt-
|
|
5558
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5559
|
+
"npm": "nuxt-seo-experiments",
|
|
5265
5560
|
"icon": "",
|
|
5266
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5267
|
-
"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",
|
|
5268
5563
|
"learn_more": "",
|
|
5269
5564
|
"category": "SEO",
|
|
5270
5565
|
"type": "3rd-party",
|
|
@@ -5307,6 +5602,28 @@
|
|
|
5307
5602
|
"requires": {}
|
|
5308
5603
|
}
|
|
5309
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
|
+
},
|
|
5310
5627
|
{
|
|
5311
5628
|
"name": "unlighthouse",
|
|
5312
5629
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5450,6 +5767,52 @@
|
|
|
5450
5767
|
}
|
|
5451
5768
|
}
|
|
5452
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
|
+
},
|
|
5453
5816
|
{
|
|
5454
5817
|
"name": "vendor",
|
|
5455
5818
|
"description": "directly serve node_modules",
|
|
@@ -5473,6 +5836,29 @@
|
|
|
5473
5836
|
"requires": {}
|
|
5474
5837
|
}
|
|
5475
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
|
+
},
|
|
5476
5862
|
{
|
|
5477
5863
|
"name": "vite-pwa-nuxt",
|
|
5478
5864
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5806,6 +6192,29 @@
|
|
|
5806
6192
|
"requires": {}
|
|
5807
6193
|
}
|
|
5808
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
|
+
},
|
|
5809
6218
|
{
|
|
5810
6219
|
"name": "web-vitals",
|
|
5811
6220
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5954,6 +6363,28 @@
|
|
|
5954
6363
|
"requires": {}
|
|
5955
6364
|
}
|
|
5956
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
|
+
},
|
|
5957
6388
|
{
|
|
5958
6389
|
"name": "windicss",
|
|
5959
6390
|
"description": "Next generation utility-first CSS framework.",
|
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-3a3b3f",
|
|
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.
|
|
23
|
-
"defu": "^6.1.
|
|
22
|
+
"@types/node": "^18.16.10",
|
|
23
|
+
"defu": "^6.1.2",
|
|
24
24
|
"eslint": "^8.34.0",
|
|
25
|
-
"globby": "^13.1.
|
|
25
|
+
"globby": "^13.1.4",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.17.
|
|
27
|
+
"jiti": "^1.17.2",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
29
|
-
"ofetch": "^1.0.
|
|
30
|
-
"typescript": "^4.9.
|
|
29
|
+
"ofetch": "^1.0.1",
|
|
30
|
+
"typescript": "^4.9.5"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.32.4"
|
|
33
33
|
}
|