@nuxt/modules 0.6.0-751ced → 0.6.0-7b62cc
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 +812 -62
- package/package.json +8 -8
package/modules.json
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "Vunix",
|
|
4
|
-
"description": "",
|
|
5
|
-
"repo": "gaetansenn/vunix",
|
|
6
|
-
"npm": "vunix",
|
|
7
|
-
"icon": "",
|
|
8
|
-
"github": "https://github.com/gaetansenn/vunix",
|
|
9
|
-
"website": "https://github.com/gaetansenn/vunix",
|
|
10
|
-
"learn_more": "",
|
|
11
|
-
"category": "Devtools",
|
|
12
|
-
"type": "3rd-party",
|
|
13
|
-
"maintainers": [
|
|
14
|
-
{
|
|
15
|
-
"name": "gaetansenn",
|
|
16
|
-
"github": "gaetansenn"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"compatibility": {
|
|
20
|
-
"nuxt": "^2.0.0",
|
|
21
|
-
"requires": {}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
2
|
{
|
|
25
3
|
"name": "ackee",
|
|
26
4
|
"description": "Nuxt.js module for Ackee analytics",
|
|
@@ -148,12 +126,12 @@
|
|
|
148
126
|
},
|
|
149
127
|
{
|
|
150
128
|
"name": "animejs",
|
|
151
|
-
"description": "Anime.js module for Nuxt
|
|
152
|
-
"repo": "
|
|
153
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
154
132
|
"icon": "",
|
|
155
|
-
"github": "https://github.com/
|
|
156
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
157
135
|
"learn_more": "",
|
|
158
136
|
"category": "Libraries",
|
|
159
137
|
"type": "3rd-party",
|
|
@@ -164,10 +142,34 @@
|
|
|
164
142
|
}
|
|
165
143
|
],
|
|
166
144
|
"compatibility": {
|
|
167
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
168
146
|
"requires": {}
|
|
169
147
|
}
|
|
170
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
171
173
|
{
|
|
172
174
|
"name": "api-party",
|
|
173
175
|
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
@@ -311,6 +313,29 @@
|
|
|
311
313
|
"requires": {}
|
|
312
314
|
}
|
|
313
315
|
},
|
|
316
|
+
{
|
|
317
|
+
"name": "authjs",
|
|
318
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
319
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
320
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
321
|
+
"icon": "authjs.png",
|
|
322
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
323
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
324
|
+
"learn_more": "https://authjs.dev/",
|
|
325
|
+
"category": "Security",
|
|
326
|
+
"type": "3rd-party",
|
|
327
|
+
"maintainers": [
|
|
328
|
+
{
|
|
329
|
+
"name": "Hebilicious",
|
|
330
|
+
"github": "Hebilicious",
|
|
331
|
+
"twitter": "its_hebilicious"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"compatibility": {
|
|
335
|
+
"nuxt": "^3.0.0",
|
|
336
|
+
"requires": {}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
314
339
|
{
|
|
315
340
|
"name": "axios",
|
|
316
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -548,6 +573,28 @@
|
|
|
548
573
|
"requires": {}
|
|
549
574
|
}
|
|
550
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"name": "capo",
|
|
578
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
579
|
+
"repo": "danielroe/nuxt-capo",
|
|
580
|
+
"npm": "nuxt-capo",
|
|
581
|
+
"icon": "",
|
|
582
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
583
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
584
|
+
"learn_more": "",
|
|
585
|
+
"category": "Performance",
|
|
586
|
+
"type": "3rd-party",
|
|
587
|
+
"maintainers": [
|
|
588
|
+
{
|
|
589
|
+
"name": "danielroe",
|
|
590
|
+
"github": "danielroe"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"compatibility": {
|
|
594
|
+
"nuxt": "^3.0.0",
|
|
595
|
+
"requires": {}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
551
598
|
{
|
|
552
599
|
"name": "chakra-ui",
|
|
553
600
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -614,6 +661,29 @@
|
|
|
614
661
|
"requires": {}
|
|
615
662
|
}
|
|
616
663
|
},
|
|
664
|
+
{
|
|
665
|
+
"name": "clarity-analytics",
|
|
666
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
667
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
668
|
+
"npm": "nuxt-clarity-analytics",
|
|
669
|
+
"icon": "",
|
|
670
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
671
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
672
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
673
|
+
"category": "Analytics",
|
|
674
|
+
"type": "3rd-party",
|
|
675
|
+
"maintainers": [
|
|
676
|
+
{
|
|
677
|
+
"name": "Barbapapazes",
|
|
678
|
+
"github": "Barbapapazes",
|
|
679
|
+
"twitter": "soubiran_"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"compatibility": {
|
|
683
|
+
"nuxt": "^3.0.0",
|
|
684
|
+
"requires": {}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
617
687
|
{
|
|
618
688
|
"name": "client-init",
|
|
619
689
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -779,12 +849,35 @@
|
|
|
779
849
|
"requires": {}
|
|
780
850
|
}
|
|
781
851
|
},
|
|
852
|
+
{
|
|
853
|
+
"name": "content-assets",
|
|
854
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
855
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
856
|
+
"npm": "nuxt-content-assets",
|
|
857
|
+
"icon": "content-assets.png",
|
|
858
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
859
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
860
|
+
"learn_more": "",
|
|
861
|
+
"category": "Images",
|
|
862
|
+
"type": "3rd-party",
|
|
863
|
+
"maintainers": [
|
|
864
|
+
{
|
|
865
|
+
"name": "davestewart",
|
|
866
|
+
"github": "davestewart",
|
|
867
|
+
"twitter": "dave_stewart"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"compatibility": {
|
|
871
|
+
"nuxt": "^3.0.0",
|
|
872
|
+
"requires": {}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
782
875
|
{
|
|
783
876
|
"name": "content",
|
|
784
877
|
"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.",
|
|
785
878
|
"repo": "nuxt/content#main",
|
|
786
879
|
"npm": "@nuxt/content",
|
|
787
|
-
"icon": "nuxt.
|
|
880
|
+
"icon": "nuxt.svg",
|
|
788
881
|
"github": "https://github.com/nuxt/content",
|
|
789
882
|
"website": "https://content.nuxtjs.org",
|
|
790
883
|
"learn_more": "",
|
|
@@ -998,24 +1091,24 @@
|
|
|
998
1091
|
},
|
|
999
1092
|
{
|
|
1000
1093
|
"name": "dayjs",
|
|
1001
|
-
"description": "
|
|
1002
|
-
"repo": "
|
|
1003
|
-
"npm": "
|
|
1094
|
+
"description": "Day.js module for Nuxt",
|
|
1095
|
+
"repo": "fumeapp/dayjs",
|
|
1096
|
+
"npm": "dayjs-nuxt",
|
|
1004
1097
|
"icon": "day-js.png",
|
|
1005
|
-
"github": "https://github.com/
|
|
1006
|
-
"website": "https://github.com/
|
|
1098
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1099
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
1007
1100
|
"learn_more": "https://day.js.org/",
|
|
1008
|
-
"category": "
|
|
1009
|
-
"type": "
|
|
1101
|
+
"category": "Libraries",
|
|
1102
|
+
"type": "3rd-party",
|
|
1010
1103
|
"maintainers": [
|
|
1011
1104
|
{
|
|
1012
|
-
"name": "
|
|
1013
|
-
"github": "
|
|
1014
|
-
"twitter": "
|
|
1105
|
+
"name": "Kevin Olson",
|
|
1106
|
+
"github": "acidjazz",
|
|
1107
|
+
"twitter": "AppFume"
|
|
1015
1108
|
}
|
|
1016
1109
|
],
|
|
1017
1110
|
"compatibility": {
|
|
1018
|
-
"nuxt": "^
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
1019
1112
|
"requires": {}
|
|
1020
1113
|
}
|
|
1021
1114
|
},
|
|
@@ -1067,9 +1160,9 @@
|
|
|
1067
1160
|
{
|
|
1068
1161
|
"name": "devtools",
|
|
1069
1162
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1070
|
-
"repo": "nuxt/devtools#main",
|
|
1163
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1071
1164
|
"npm": "@nuxt/devtools",
|
|
1072
|
-
"icon": "nuxt.
|
|
1165
|
+
"icon": "nuxt.svg",
|
|
1073
1166
|
"github": "https://github.com/nuxt/devtools",
|
|
1074
1167
|
"website": "https://devtools.nuxtjs.org/",
|
|
1075
1168
|
"learn_more": "",
|
|
@@ -1507,6 +1600,29 @@
|
|
|
1507
1600
|
"requires": {}
|
|
1508
1601
|
}
|
|
1509
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "form-actions",
|
|
1605
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1607
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
|
+
"icon": "form-actions.svg",
|
|
1609
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1611
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
|
+
"category": "Request",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Hebilicious",
|
|
1617
|
+
"github": "Hebilicious",
|
|
1618
|
+
"twitter": "its_hebilicious"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1510
1626
|
{
|
|
1511
1627
|
"name": "formkit",
|
|
1512
1628
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1855,6 +1971,28 @@
|
|
|
1855
1971
|
"requires": {}
|
|
1856
1972
|
}
|
|
1857
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "hanko",
|
|
1976
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1977
|
+
"repo": "nuxt-modules/hanko",
|
|
1978
|
+
"npm": "@nuxtjs/hanko",
|
|
1979
|
+
"icon": "hanko.svg",
|
|
1980
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
1981
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
1982
|
+
"learn_more": "https://hanko.io/",
|
|
1983
|
+
"category": "Security",
|
|
1984
|
+
"type": "community",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "danielroe",
|
|
1988
|
+
"github": "danielroe"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^3.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1858
1996
|
{
|
|
1859
1997
|
"name": "harlem",
|
|
1860
1998
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2113,6 +2251,28 @@
|
|
|
2113
2251
|
"requires": {}
|
|
2114
2252
|
}
|
|
2115
2253
|
},
|
|
2254
|
+
{
|
|
2255
|
+
"name": "icon-font",
|
|
2256
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2257
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2258
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2259
|
+
"icon": "",
|
|
2260
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2261
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2262
|
+
"learn_more": "",
|
|
2263
|
+
"category": "UI",
|
|
2264
|
+
"type": "3rd-party",
|
|
2265
|
+
"maintainers": [
|
|
2266
|
+
{
|
|
2267
|
+
"name": "coremyslo",
|
|
2268
|
+
"github": "coremyslo"
|
|
2269
|
+
}
|
|
2270
|
+
],
|
|
2271
|
+
"compatibility": {
|
|
2272
|
+
"nuxt": "^3.0.0",
|
|
2273
|
+
"requires": {}
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2116
2276
|
{
|
|
2117
2277
|
"name": "icon",
|
|
2118
2278
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2239,12 +2399,12 @@
|
|
|
2239
2399
|
{
|
|
2240
2400
|
"name": "inkline",
|
|
2241
2401
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2242
|
-
"repo": "inkline/
|
|
2243
|
-
"npm": "@inkline/
|
|
2402
|
+
"repo": "inkline/plugin",
|
|
2403
|
+
"npm": "@inkline/plugin",
|
|
2244
2404
|
"icon": "inkline.svg",
|
|
2245
|
-
"github": "https://github.com/inkline/
|
|
2405
|
+
"github": "https://github.com/inkline/plugin",
|
|
2246
2406
|
"website": "https://inkline.io",
|
|
2247
|
-
"learn_more": "https://inkline.io/docs/
|
|
2407
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2248
2408
|
"category": "UI",
|
|
2249
2409
|
"type": "3rd-party",
|
|
2250
2410
|
"maintainers": [
|
|
@@ -2999,6 +3159,28 @@
|
|
|
2999
3159
|
"requires": {}
|
|
3000
3160
|
}
|
|
3001
3161
|
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "nupolyon",
|
|
3164
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3165
|
+
"repo": "adenvt/nupolyon",
|
|
3166
|
+
"npm": "nupolyon",
|
|
3167
|
+
"icon": "",
|
|
3168
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3169
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3170
|
+
"learn_more": "",
|
|
3171
|
+
"category": "Performance",
|
|
3172
|
+
"type": "3rd-party",
|
|
3173
|
+
"maintainers": [
|
|
3174
|
+
{
|
|
3175
|
+
"name": "adenvt",
|
|
3176
|
+
"github": "adenvt"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"compatibility": {
|
|
3180
|
+
"nuxt": "^3.0.0",
|
|
3181
|
+
"requires": {}
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3002
3184
|
{
|
|
3003
3185
|
"name": "nuxt-auth",
|
|
3004
3186
|
"description": "",
|
|
@@ -3094,6 +3276,28 @@
|
|
|
3094
3276
|
"requires": {}
|
|
3095
3277
|
}
|
|
3096
3278
|
},
|
|
3279
|
+
{
|
|
3280
|
+
"name": "nuxt-gtm",
|
|
3281
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3282
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
|
+
"icon": "nuxt-gtm.svg",
|
|
3285
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3286
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3287
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3288
|
+
"category": "Analytics",
|
|
3289
|
+
"type": "3rd-party",
|
|
3290
|
+
"maintainers": [
|
|
3291
|
+
{
|
|
3292
|
+
"name": "Zadig&Voltaire Team",
|
|
3293
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3294
|
+
}
|
|
3295
|
+
],
|
|
3296
|
+
"compatibility": {
|
|
3297
|
+
"nuxt": "^3.0.0",
|
|
3298
|
+
"requires": {}
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3097
3301
|
{
|
|
3098
3302
|
"name": "nuxt-hue",
|
|
3099
3303
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3208,6 +3412,28 @@
|
|
|
3208
3412
|
"requires": {}
|
|
3209
3413
|
}
|
|
3210
3414
|
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "nuxt-mongoose",
|
|
3417
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3418
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
|
+
"npm": "nuxt-mongoose",
|
|
3420
|
+
"icon": "nuxt-mongoose.svg",
|
|
3421
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3422
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3423
|
+
"learn_more": "",
|
|
3424
|
+
"category": "Database",
|
|
3425
|
+
"type": "3rd-party",
|
|
3426
|
+
"maintainers": [
|
|
3427
|
+
{
|
|
3428
|
+
"name": "arashsheyda",
|
|
3429
|
+
"github": "arashsheyda"
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"compatibility": {
|
|
3433
|
+
"nuxt": "^3.0.0",
|
|
3434
|
+
"requires": {}
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
3211
3437
|
{
|
|
3212
3438
|
"name": "nuxt-pdf",
|
|
3213
3439
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3231,6 +3457,28 @@
|
|
|
3231
3457
|
"requires": {}
|
|
3232
3458
|
}
|
|
3233
3459
|
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "nuxt-phosphor-icons",
|
|
3462
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3463
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3464
|
+
"npm": "nuxt-phosphor-icons",
|
|
3465
|
+
"icon": "phosphor-icons.svg",
|
|
3466
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3467
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3468
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3469
|
+
"category": "UI",
|
|
3470
|
+
"type": "3rd-party",
|
|
3471
|
+
"maintainers": [
|
|
3472
|
+
{
|
|
3473
|
+
"name": "OyewoleOyedeji",
|
|
3474
|
+
"github": "OyewoleOyedeji"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"compatibility": {
|
|
3478
|
+
"nuxt": "^3.0.0",
|
|
3479
|
+
"requires": {}
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3234
3482
|
{
|
|
3235
3483
|
"name": "nuxt-pino-log",
|
|
3236
3484
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3275,6 +3523,32 @@
|
|
|
3275
3523
|
"requires": {}
|
|
3276
3524
|
}
|
|
3277
3525
|
},
|
|
3526
|
+
{
|
|
3527
|
+
"name": "nuxt-plotly",
|
|
3528
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3529
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3530
|
+
"npm": "nuxt-plotly",
|
|
3531
|
+
"icon": "nuxt-plotly.svg",
|
|
3532
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3533
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3534
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3535
|
+
"category": "Libraries",
|
|
3536
|
+
"type": "3rd-party",
|
|
3537
|
+
"maintainers": [
|
|
3538
|
+
{
|
|
3539
|
+
"name": "Supanut Dokmaithong",
|
|
3540
|
+
"github": "Boomgeek"
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"name": "superdev-tech",
|
|
3544
|
+
"github": "superdev-tech"
|
|
3545
|
+
}
|
|
3546
|
+
],
|
|
3547
|
+
"compatibility": {
|
|
3548
|
+
"nuxt": "^3.6.0",
|
|
3549
|
+
"requires": {}
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3278
3552
|
{
|
|
3279
3553
|
"name": "nuxt-png-to-ico",
|
|
3280
3554
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3487,12 +3761,12 @@
|
|
|
3487
3761
|
{
|
|
3488
3762
|
"name": "nuxt-vue3-google-signin",
|
|
3489
3763
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3490
|
-
"repo": "
|
|
3764
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3491
3765
|
"npm": "nuxt-vue3-google-signin",
|
|
3492
3766
|
"icon": "vue3-google-signin.svg",
|
|
3493
|
-
"github": "https://github.com/
|
|
3494
|
-
"website": "https://vue3-google-signin.
|
|
3495
|
-
"learn_more": "https://vue3-google-signin.
|
|
3767
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3768
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3769
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3496
3770
|
"category": "Libraries",
|
|
3497
3771
|
"type": "3rd-party",
|
|
3498
3772
|
"maintainers": [
|
|
@@ -3506,6 +3780,28 @@
|
|
|
3506
3780
|
"requires": {}
|
|
3507
3781
|
}
|
|
3508
3782
|
},
|
|
3783
|
+
{
|
|
3784
|
+
"name": "nuxt-vuetify",
|
|
3785
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3786
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3787
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3788
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3789
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3790
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3791
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3792
|
+
"category": "UI",
|
|
3793
|
+
"type": "3rd-party",
|
|
3794
|
+
"maintainers": [
|
|
3795
|
+
{
|
|
3796
|
+
"name": "Jens van Hellemondt",
|
|
3797
|
+
"github": "invictus-codes"
|
|
3798
|
+
}
|
|
3799
|
+
],
|
|
3800
|
+
"compatibility": {
|
|
3801
|
+
"nuxt": "^3.0.0",
|
|
3802
|
+
"requires": {}
|
|
3803
|
+
}
|
|
3804
|
+
},
|
|
3509
3805
|
{
|
|
3510
3806
|
"name": "nuxt7",
|
|
3511
3807
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3529,6 +3825,29 @@
|
|
|
3529
3825
|
"requires": {}
|
|
3530
3826
|
}
|
|
3531
3827
|
},
|
|
3828
|
+
{
|
|
3829
|
+
"name": "nuxtlabs-ui",
|
|
3830
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3831
|
+
"repo": "nuxtlabs/ui",
|
|
3832
|
+
"npm": "@nuxthq/ui",
|
|
3833
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3834
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3835
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3836
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3837
|
+
"category": "UI",
|
|
3838
|
+
"type": "3rd-party",
|
|
3839
|
+
"maintainers": [
|
|
3840
|
+
{
|
|
3841
|
+
"name": "Benjamin Canac",
|
|
3842
|
+
"github": "benjamincanac",
|
|
3843
|
+
"twitter": "benjamincanac"
|
|
3844
|
+
}
|
|
3845
|
+
],
|
|
3846
|
+
"compatibility": {
|
|
3847
|
+
"nuxt": "^3.0.0",
|
|
3848
|
+
"requires": {}
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3532
3851
|
{
|
|
3533
3852
|
"name": "og-image",
|
|
3534
3853
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3668,6 +3987,30 @@
|
|
|
3668
3987
|
}
|
|
3669
3988
|
}
|
|
3670
3989
|
},
|
|
3990
|
+
{
|
|
3991
|
+
"name": "pdfeasy",
|
|
3992
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3993
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3994
|
+
"npm": "nuxt-pdfeasy",
|
|
3995
|
+
"icon": "pdfeasy.png",
|
|
3996
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3997
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3998
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3999
|
+
"category": "Extensions",
|
|
4000
|
+
"type": "3rd-party",
|
|
4001
|
+
"maintainers": [
|
|
4002
|
+
{
|
|
4003
|
+
"name": "Giovane Cardoso",
|
|
4004
|
+
"github": "novout",
|
|
4005
|
+
"twitter": "novoutttttt",
|
|
4006
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4007
|
+
}
|
|
4008
|
+
],
|
|
4009
|
+
"compatibility": {
|
|
4010
|
+
"nuxt": "^3.0.0",
|
|
4011
|
+
"requires": {}
|
|
4012
|
+
}
|
|
4013
|
+
},
|
|
3671
4014
|
{
|
|
3672
4015
|
"name": "persian-datepicker",
|
|
3673
4016
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4011,6 +4354,28 @@
|
|
|
4011
4354
|
"requires": {}
|
|
4012
4355
|
}
|
|
4013
4356
|
},
|
|
4357
|
+
{
|
|
4358
|
+
"name": "radash",
|
|
4359
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4360
|
+
"repo": "bbg/nuxt-radash",
|
|
4361
|
+
"npm": "nuxt-radash",
|
|
4362
|
+
"icon": "radash.svg",
|
|
4363
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4364
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4365
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4366
|
+
"category": "Libraries",
|
|
4367
|
+
"type": "3rd-party",
|
|
4368
|
+
"maintainers": [
|
|
4369
|
+
{
|
|
4370
|
+
"name": "Batuhan Göksu",
|
|
4371
|
+
"github": "bbg"
|
|
4372
|
+
}
|
|
4373
|
+
],
|
|
4374
|
+
"compatibility": {
|
|
4375
|
+
"nuxt": "^3.0.0",
|
|
4376
|
+
"requires": {}
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4014
4379
|
{
|
|
4015
4380
|
"name": "recaptcha",
|
|
4016
4381
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4398,6 +4763,29 @@
|
|
|
4398
4763
|
"requires": {}
|
|
4399
4764
|
}
|
|
4400
4765
|
},
|
|
4766
|
+
{
|
|
4767
|
+
"name": "server-block",
|
|
4768
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4769
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4770
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4771
|
+
"icon": "server-block.svg",
|
|
4772
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4773
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4774
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4775
|
+
"category": "Extensions",
|
|
4776
|
+
"type": "3rd-party",
|
|
4777
|
+
"maintainers": [
|
|
4778
|
+
{
|
|
4779
|
+
"name": "Hebilicious",
|
|
4780
|
+
"github": "Hebilicious",
|
|
4781
|
+
"twitter": "its_hebilicious"
|
|
4782
|
+
}
|
|
4783
|
+
],
|
|
4784
|
+
"compatibility": {
|
|
4785
|
+
"nuxt": "^3.0.0",
|
|
4786
|
+
"requires": {}
|
|
4787
|
+
}
|
|
4788
|
+
},
|
|
4401
4789
|
{
|
|
4402
4790
|
"name": "session",
|
|
4403
4791
|
"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",
|
|
@@ -4874,6 +5262,32 @@
|
|
|
4874
5262
|
}
|
|
4875
5263
|
}
|
|
4876
5264
|
},
|
|
5265
|
+
{
|
|
5266
|
+
"name": "stripe-next",
|
|
5267
|
+
"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.",
|
|
5268
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5269
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5270
|
+
"icon": "stripe.png",
|
|
5271
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5272
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5273
|
+
"learn_more": "https://stripe.com/docs",
|
|
5274
|
+
"category": "Payment",
|
|
5275
|
+
"type": "3rd-party",
|
|
5276
|
+
"maintainers": [
|
|
5277
|
+
{
|
|
5278
|
+
"name": "Loic Fuentes",
|
|
5279
|
+
"github": "fuentesloic"
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"name": "Florent Giraud",
|
|
5283
|
+
"github": "flozero"
|
|
5284
|
+
}
|
|
5285
|
+
],
|
|
5286
|
+
"compatibility": {
|
|
5287
|
+
"nuxt": "^3.0.0",
|
|
5288
|
+
"requires": {}
|
|
5289
|
+
}
|
|
5290
|
+
},
|
|
4877
5291
|
{
|
|
4878
5292
|
"name": "stripe",
|
|
4879
5293
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -5177,6 +5591,28 @@
|
|
|
5177
5591
|
"requires": {}
|
|
5178
5592
|
}
|
|
5179
5593
|
},
|
|
5594
|
+
{
|
|
5595
|
+
"name": "time",
|
|
5596
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5597
|
+
"repo": "danielroe/nuxt-time",
|
|
5598
|
+
"npm": "nuxt-time",
|
|
5599
|
+
"icon": "",
|
|
5600
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5601
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5602
|
+
"learn_more": "",
|
|
5603
|
+
"category": "Extensions",
|
|
5604
|
+
"type": "3rd-party",
|
|
5605
|
+
"maintainers": [
|
|
5606
|
+
{
|
|
5607
|
+
"name": "danielroe",
|
|
5608
|
+
"github": "danielroe"
|
|
5609
|
+
}
|
|
5610
|
+
],
|
|
5611
|
+
"compatibility": {
|
|
5612
|
+
"nuxt": "^3.0.0",
|
|
5613
|
+
"requires": {}
|
|
5614
|
+
}
|
|
5615
|
+
},
|
|
5180
5616
|
{
|
|
5181
5617
|
"name": "toast",
|
|
5182
5618
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5200,6 +5636,39 @@
|
|
|
5200
5636
|
"requires": {}
|
|
5201
5637
|
}
|
|
5202
5638
|
},
|
|
5639
|
+
{
|
|
5640
|
+
"name": "tresjs",
|
|
5641
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5642
|
+
"repo": "tresjs/nuxt",
|
|
5643
|
+
"npm": "@tresjs/nuxt",
|
|
5644
|
+
"icon": "tresjs.svg",
|
|
5645
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5646
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5647
|
+
"learn_more": "https://tresjs.org/",
|
|
5648
|
+
"category": "Libraries",
|
|
5649
|
+
"type": "3rd-party",
|
|
5650
|
+
"maintainers": [
|
|
5651
|
+
{
|
|
5652
|
+
"name": "Alvaro Saburido",
|
|
5653
|
+
"github": "alvarosabu",
|
|
5654
|
+
"twitter": "alvarosabu"
|
|
5655
|
+
},
|
|
5656
|
+
{
|
|
5657
|
+
"name": "Jaime Torrealba",
|
|
5658
|
+
"github": "JaimeTorrealba",
|
|
5659
|
+
"twitter": "jaimebboyjt"
|
|
5660
|
+
},
|
|
5661
|
+
{
|
|
5662
|
+
"name": "Tino Koch",
|
|
5663
|
+
"github": "Tinoooo",
|
|
5664
|
+
"twitter": "ichbintino"
|
|
5665
|
+
}
|
|
5666
|
+
],
|
|
5667
|
+
"compatibility": {
|
|
5668
|
+
"nuxt": "^3.0.0",
|
|
5669
|
+
"requires": {}
|
|
5670
|
+
}
|
|
5671
|
+
},
|
|
5203
5672
|
{
|
|
5204
5673
|
"name": "turnstile",
|
|
5205
5674
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5249,6 +5718,28 @@
|
|
|
5249
5718
|
}
|
|
5250
5719
|
}
|
|
5251
5720
|
},
|
|
5721
|
+
{
|
|
5722
|
+
"name": "twemoji",
|
|
5723
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5724
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5725
|
+
"npm": "nuxt-twemoji",
|
|
5726
|
+
"icon": "twemoji.svg",
|
|
5727
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5728
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5729
|
+
"learn_more": "",
|
|
5730
|
+
"category": "UI",
|
|
5731
|
+
"type": "3rd-party",
|
|
5732
|
+
"maintainers": [
|
|
5733
|
+
{
|
|
5734
|
+
"name": "Yizack Rangel",
|
|
5735
|
+
"github": "yizack"
|
|
5736
|
+
}
|
|
5737
|
+
],
|
|
5738
|
+
"compatibility": {
|
|
5739
|
+
"nuxt": "^3.0.0",
|
|
5740
|
+
"requires": {}
|
|
5741
|
+
}
|
|
5742
|
+
},
|
|
5252
5743
|
{
|
|
5253
5744
|
"name": "twicpics",
|
|
5254
5745
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5420,11 +5911,11 @@
|
|
|
5420
5911
|
{
|
|
5421
5912
|
"name": "unhead",
|
|
5422
5913
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5423
|
-
"repo": "harlan-zw/nuxt-
|
|
5424
|
-
"npm": "nuxt-
|
|
5914
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5915
|
+
"npm": "nuxt-seo-experiments",
|
|
5425
5916
|
"icon": "",
|
|
5426
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5427
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5917
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5918
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5428
5919
|
"learn_more": "",
|
|
5429
5920
|
"category": "SEO",
|
|
5430
5921
|
"type": "3rd-party",
|
|
@@ -5467,6 +5958,28 @@
|
|
|
5467
5958
|
"requires": {}
|
|
5468
5959
|
}
|
|
5469
5960
|
},
|
|
5961
|
+
{
|
|
5962
|
+
"name": "unlazy",
|
|
5963
|
+
"description": "Lazy loading library for placeholder images",
|
|
5964
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5965
|
+
"npm": "@unlazy/nuxt",
|
|
5966
|
+
"icon": "unlazy.svg",
|
|
5967
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5968
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5969
|
+
"learn_more": "",
|
|
5970
|
+
"category": "Images",
|
|
5971
|
+
"type": "3rd-party",
|
|
5972
|
+
"maintainers": [
|
|
5973
|
+
{
|
|
5974
|
+
"name": "Johann Schopplich",
|
|
5975
|
+
"github": "johannschopplich"
|
|
5976
|
+
}
|
|
5977
|
+
],
|
|
5978
|
+
"compatibility": {
|
|
5979
|
+
"nuxt": "^3.0.0",
|
|
5980
|
+
"requires": {}
|
|
5981
|
+
}
|
|
5982
|
+
},
|
|
5470
5983
|
{
|
|
5471
5984
|
"name": "unlighthouse",
|
|
5472
5985
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5610,6 +6123,52 @@
|
|
|
5610
6123
|
}
|
|
5611
6124
|
}
|
|
5612
6125
|
},
|
|
6126
|
+
{
|
|
6127
|
+
"name": "varlet",
|
|
6128
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6129
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6130
|
+
"npm": "@varlet/nuxt",
|
|
6131
|
+
"icon": "varlet.svg",
|
|
6132
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6133
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6134
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6135
|
+
"category": "UI",
|
|
6136
|
+
"type": "3rd-party",
|
|
6137
|
+
"maintainers": [
|
|
6138
|
+
{
|
|
6139
|
+
"name": "zhangmo8",
|
|
6140
|
+
"github": "zhangmo8"
|
|
6141
|
+
}
|
|
6142
|
+
],
|
|
6143
|
+
"compatibility": {
|
|
6144
|
+
"nuxt": "^3.0.0",
|
|
6145
|
+
"requires": {
|
|
6146
|
+
"bridge": "optional"
|
|
6147
|
+
}
|
|
6148
|
+
}
|
|
6149
|
+
},
|
|
6150
|
+
{
|
|
6151
|
+
"name": "vee-validate",
|
|
6152
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6153
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6154
|
+
"npm": "@vee-validate/nuxt",
|
|
6155
|
+
"icon": "vee-validate.png",
|
|
6156
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6157
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6158
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6159
|
+
"category": "Libraries",
|
|
6160
|
+
"type": "3rd-party",
|
|
6161
|
+
"maintainers": [
|
|
6162
|
+
{
|
|
6163
|
+
"name": "Abdelrahman Awad",
|
|
6164
|
+
"github": "logaretm"
|
|
6165
|
+
}
|
|
6166
|
+
],
|
|
6167
|
+
"compatibility": {
|
|
6168
|
+
"nuxt": "^3.0.0",
|
|
6169
|
+
"requires": {}
|
|
6170
|
+
}
|
|
6171
|
+
},
|
|
5613
6172
|
{
|
|
5614
6173
|
"name": "vendor",
|
|
5615
6174
|
"description": "directly serve node_modules",
|
|
@@ -5633,6 +6192,51 @@
|
|
|
5633
6192
|
"requires": {}
|
|
5634
6193
|
}
|
|
5635
6194
|
},
|
|
6195
|
+
{
|
|
6196
|
+
"name": "vercel-analytics",
|
|
6197
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6198
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6199
|
+
"npm": "nuxt-vercel-analytics",
|
|
6200
|
+
"icon": "",
|
|
6201
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6202
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6203
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6204
|
+
"category": "Analytics",
|
|
6205
|
+
"type": "3rd-party",
|
|
6206
|
+
"maintainers": [
|
|
6207
|
+
{
|
|
6208
|
+
"name": "Alexander B.",
|
|
6209
|
+
"github": "xanderbarkhatov"
|
|
6210
|
+
}
|
|
6211
|
+
],
|
|
6212
|
+
"compatibility": {
|
|
6213
|
+
"nuxt": "^3.0.0",
|
|
6214
|
+
"requires": {}
|
|
6215
|
+
}
|
|
6216
|
+
},
|
|
6217
|
+
{
|
|
6218
|
+
"name": "vexip-ui",
|
|
6219
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6220
|
+
"repo": "vexip-ui/nuxt",
|
|
6221
|
+
"npm": "@vexip-ui/nuxt",
|
|
6222
|
+
"icon": "vexip-ui.svg",
|
|
6223
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6224
|
+
"website": "https://www.vexipui.com/",
|
|
6225
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6226
|
+
"category": "UI",
|
|
6227
|
+
"type": "3rd-party",
|
|
6228
|
+
"maintainers": [
|
|
6229
|
+
{
|
|
6230
|
+
"name": "未觉雨声",
|
|
6231
|
+
"github": "qmhc",
|
|
6232
|
+
"twitter": "qmhc95"
|
|
6233
|
+
}
|
|
6234
|
+
],
|
|
6235
|
+
"compatibility": {
|
|
6236
|
+
"nuxt": "^3.0.0",
|
|
6237
|
+
"requires": {}
|
|
6238
|
+
}
|
|
6239
|
+
},
|
|
5636
6240
|
{
|
|
5637
6241
|
"name": "vite-pwa-nuxt",
|
|
5638
6242
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5664,13 +6268,13 @@
|
|
|
5664
6268
|
{
|
|
5665
6269
|
"name": "vitest",
|
|
5666
6270
|
"description": "Vitest integration with Nuxt",
|
|
5667
|
-
"repo": "danielroe/nuxt-vitest
|
|
6271
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5668
6272
|
"npm": "nuxt-vitest",
|
|
5669
6273
|
"icon": "vitest.svg",
|
|
5670
6274
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5671
6275
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5672
6276
|
"learn_more": "",
|
|
5673
|
-
"category": "
|
|
6277
|
+
"category": "Devtools",
|
|
5674
6278
|
"type": "3rd-party",
|
|
5675
6279
|
"maintainers": [
|
|
5676
6280
|
{
|
|
@@ -5687,15 +6291,45 @@
|
|
|
5687
6291
|
"requires": {}
|
|
5688
6292
|
}
|
|
5689
6293
|
},
|
|
6294
|
+
{
|
|
6295
|
+
"name": "vue-email",
|
|
6296
|
+
"description": "Write email templates with vue",
|
|
6297
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6298
|
+
"npm": "vue-email",
|
|
6299
|
+
"icon": "vue-email.svg",
|
|
6300
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6301
|
+
"website": "https://vue-email.vercel.app/",
|
|
6302
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6303
|
+
"category": "UI",
|
|
6304
|
+
"type": "3rd-party",
|
|
6305
|
+
"maintainers": [
|
|
6306
|
+
{
|
|
6307
|
+
"name": "David Arenas",
|
|
6308
|
+
"github": "Dave136",
|
|
6309
|
+
"twitter": "davejs4",
|
|
6310
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"name": "Younes Barrad",
|
|
6314
|
+
"github": "Flowko",
|
|
6315
|
+
"twitter": "imflowko",
|
|
6316
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6317
|
+
}
|
|
6318
|
+
],
|
|
6319
|
+
"compatibility": {
|
|
6320
|
+
"nuxt": "^3.0.0",
|
|
6321
|
+
"requires": {}
|
|
6322
|
+
}
|
|
6323
|
+
},
|
|
5690
6324
|
{
|
|
5691
6325
|
"name": "vue-macros",
|
|
5692
|
-
"description": "Explore
|
|
5693
|
-
"repo": "sxzz/
|
|
6326
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6327
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5694
6328
|
"npm": "@vue-macros/nuxt",
|
|
5695
6329
|
"icon": "vue-macros.svg",
|
|
5696
|
-
"github": "https://github.com/sxzz/
|
|
6330
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5697
6331
|
"website": "https://vue-macros.sxzz.moe",
|
|
5698
|
-
"learn_more": "https://github.com/sxzz/
|
|
6332
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5699
6333
|
"category": "Extensions",
|
|
5700
6334
|
"type": "3rd-party",
|
|
5701
6335
|
"maintainers": [
|
|
@@ -5778,6 +6412,29 @@
|
|
|
5778
6412
|
"requires": {}
|
|
5779
6413
|
}
|
|
5780
6414
|
},
|
|
6415
|
+
{
|
|
6416
|
+
"name": "vue-query",
|
|
6417
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6418
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6419
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6420
|
+
"icon": "vue-query.svg",
|
|
6421
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6422
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6423
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6424
|
+
"category": "Request",
|
|
6425
|
+
"type": "3rd-party",
|
|
6426
|
+
"maintainers": [
|
|
6427
|
+
{
|
|
6428
|
+
"name": "Hebilicious",
|
|
6429
|
+
"github": "Hebilicious",
|
|
6430
|
+
"twitter": "its_hebilicious"
|
|
6431
|
+
}
|
|
6432
|
+
],
|
|
6433
|
+
"compatibility": {
|
|
6434
|
+
"nuxt": "^3.0.0",
|
|
6435
|
+
"requires": {}
|
|
6436
|
+
}
|
|
6437
|
+
},
|
|
5781
6438
|
{
|
|
5782
6439
|
"name": "vue-select",
|
|
5783
6440
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5848,6 +6505,29 @@
|
|
|
5848
6505
|
"requires": {}
|
|
5849
6506
|
}
|
|
5850
6507
|
},
|
|
6508
|
+
{
|
|
6509
|
+
"name": "vue3-carousel-nuxt",
|
|
6510
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6511
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6512
|
+
"npm": "vue3-carousel-nuxt",
|
|
6513
|
+
"icon": "",
|
|
6514
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6515
|
+
"website": "",
|
|
6516
|
+
"learn_more": "",
|
|
6517
|
+
"category": "UI",
|
|
6518
|
+
"type": "3rd-party",
|
|
6519
|
+
"maintainers": [
|
|
6520
|
+
{
|
|
6521
|
+
"name": "Gaetan SENN",
|
|
6522
|
+
"github": "gaetansenn",
|
|
6523
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6524
|
+
}
|
|
6525
|
+
],
|
|
6526
|
+
"compatibility": {
|
|
6527
|
+
"nuxt": "^3.0.0",
|
|
6528
|
+
"requires": {}
|
|
6529
|
+
}
|
|
6530
|
+
},
|
|
5851
6531
|
{
|
|
5852
6532
|
"name": "vuefire",
|
|
5853
6533
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5892,6 +6572,28 @@
|
|
|
5892
6572
|
"requires": {}
|
|
5893
6573
|
}
|
|
5894
6574
|
},
|
|
6575
|
+
{
|
|
6576
|
+
"name": "vuetify-nuxt-module",
|
|
6577
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6578
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6579
|
+
"npm": "vuetify-nuxt-module",
|
|
6580
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6581
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6582
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6583
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6584
|
+
"category": "UI",
|
|
6585
|
+
"type": "3rd-party",
|
|
6586
|
+
"maintainers": [
|
|
6587
|
+
{
|
|
6588
|
+
"name": "Joaquín Sánchez",
|
|
6589
|
+
"github": "userquin"
|
|
6590
|
+
}
|
|
6591
|
+
],
|
|
6592
|
+
"compatibility": {
|
|
6593
|
+
"nuxt": "^3.0.0",
|
|
6594
|
+
"requires": {}
|
|
6595
|
+
}
|
|
6596
|
+
},
|
|
5895
6597
|
{
|
|
5896
6598
|
"name": "vuetify",
|
|
5897
6599
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5967,9 +6669,9 @@
|
|
|
5967
6669
|
}
|
|
5968
6670
|
},
|
|
5969
6671
|
{
|
|
5970
|
-
"name": "
|
|
6672
|
+
"name": "vunix",
|
|
5971
6673
|
"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.",
|
|
5972
|
-
"repo": "gaetansenn/vunix",
|
|
6674
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
5973
6675
|
"npm": "@vunix/nuxt",
|
|
5974
6676
|
"icon": "",
|
|
5975
6677
|
"github": "https://github.com/gaetansenn/vunix",
|
|
@@ -6137,6 +6839,54 @@
|
|
|
6137
6839
|
"requires": {}
|
|
6138
6840
|
}
|
|
6139
6841
|
},
|
|
6842
|
+
{
|
|
6843
|
+
"name": "well-known",
|
|
6844
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6845
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6846
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6847
|
+
"icon": "well-known.svg",
|
|
6848
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6849
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6850
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6851
|
+
"category": "SEO",
|
|
6852
|
+
"type": "3rd-party",
|
|
6853
|
+
"maintainers": [
|
|
6854
|
+
{
|
|
6855
|
+
"name": "Zadig&Voltaire Team",
|
|
6856
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6857
|
+
}
|
|
6858
|
+
],
|
|
6859
|
+
"compatibility": {
|
|
6860
|
+
"nuxt": "^3.0.0",
|
|
6861
|
+
"requires": {}
|
|
6862
|
+
}
|
|
6863
|
+
},
|
|
6864
|
+
{
|
|
6865
|
+
"name": "wideangle",
|
|
6866
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6867
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6868
|
+
"npm": "wideangle-nuxt",
|
|
6869
|
+
"icon": "wideangle.png",
|
|
6870
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6871
|
+
"website": "https://wideangle.co",
|
|
6872
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6873
|
+
"category": "Analytics",
|
|
6874
|
+
"type": "3rd-party",
|
|
6875
|
+
"maintainers": [
|
|
6876
|
+
{
|
|
6877
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6878
|
+
"github": "inputobjects"
|
|
6879
|
+
},
|
|
6880
|
+
{
|
|
6881
|
+
"name": "Jarek Rozanski",
|
|
6882
|
+
"github": "jrozanski"
|
|
6883
|
+
}
|
|
6884
|
+
],
|
|
6885
|
+
"compatibility": {
|
|
6886
|
+
"nuxt": "^3.0.0",
|
|
6887
|
+
"requires": {}
|
|
6888
|
+
}
|
|
6889
|
+
},
|
|
6140
6890
|
{
|
|
6141
6891
|
"name": "windicss",
|
|
6142
6892
|
"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-7b62cc",
|
|
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
|
}
|